@charset "UTF-8";
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
color: #F8B326;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
white-space: pre-wrap;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
}  button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}
h1.page_title.banne-blog{
color:#FFFFFF !important;
word-break: break-word;
}
.carspa_price table{
border:0 !important;
}
.widget span.post-date {
color:#222E3E;
font-size: 14px;
margin-top: 5px;
font-weight:500;
}
@media (max-width: 768px){
.blog-breadcrumbs-area-two .banne-blog {
font-size: 30px !important;
}
h1.page_title.banne-blog {
font-size: 30px !important;
}
.blog-breadcrumbs-area-two, .blog-breadcrumbs-area-two.page-banner, .blog-breadcrumbs-area-two.blog-single-page, .blog-breadcrumbs-area-two.archive-banner, .blog-breadcrumbs-area-two.banner-404{
padding: 80px 0px !important;
}
.post-meta{
margin-top:10px;
}
.sec_padding {
padding-top: 60px !important;
padding-bottom: 60px !important;
}
.testimonial_area .items {
column-count: 1;
}
.testimonial_area .items .single_item{
padding:30px !important;		
}
}
.dl_icon_box_wrapper.dl_style_03 {
padding: 10px 30px !important;
}
.dl_product_compaire .twentytwenty-handle:before {
background: #F8B326 !important;	
}
.dl_product_compaire .twentytwenty-handle:after {
background: #F8B326 !important;	
}
.dl_product_compaire .twentytwenty-handle {
height: 54px;
width: 54px;
background: #fff;
margin-left: 0;
margin-top: 0;
transform: translate(-50%, -50%);
border: 5px solid #F8B326;
box-shadow: none;
}
.service_images img{
width:830px; 
}
.dl_feature_list_table table{
border:none;
}
.footermenu a {
color:#FFFFFF !important;
}
.carspa_footer_social .elementor-social-icons-wrapper{
display:flex !important;
float:left;
}
.carspa_header_social  .elementor-social-icons-wrapper{
display:flex !important;
float:right;
}
.dl_cu_btn.xl_btn {
padding: 5px 40px;	
}
.admin-bar .navbar_fixed .navbar {
margin-top: 32px;
}
p.comment-form-cookies-consent{
display: none;
}
.sidebar_right .has-dates.has-excerpts.wp-block-latest-comments{
padding: 0;
}
.sidebar_right a.wp-block-latest-comments__comment-link , .sidebar_right a.wp-block-latest-comments__comment-author {
color: #222E3E;
text-decoration: none;
}
.blog_breadcrumbs_area_two, .blog_breadcrumbs_area_two.page-banner, .blog_breadcrumbs_area_two.blog-single-page, .blog_breadcrumbs_area_two.archive-banner, .blog_breadcrumbs_area_two.banner-404 {
padding: 135px 0px;
position: relative;
z-index: 1;
}
.sec_padding {
padding-top: 100px;
padding-bottom: 100px;
}
.portfolio-area.style-3 .portfolio-image img{
transition:all 0.5s;
}
.portfolio-image img{
transition:all 0.5s;
}
.portfolio_masonry_gallery .portfolio_item{
overflow:hidden;
}
.portfolio_filter {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 10px;
}.mejs__offscreen {
border: 0;
clip: rect( 1px, 1px, 1px, 1px );
-webkit-clip-path: inset( 50% );
clip-path: inset( 50% );
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal;
}
.mejs__container {
background: #000;
box-sizing: border-box;
font-family: 'Helvetica', Arial, serif;
position: relative;
text-align: left;
text-indent: 0;
vertical-align: top;
}
.mejs__container * {
box-sizing: border-box;
} .mejs__container video::-webkit-media-controls,
.mejs__container video::-webkit-media-controls-panel,
.mejs__container video::-webkit-media-controls-panel-container,
.mejs__container video::-webkit-media-controls-start-playback-button {
-webkit-appearance: none;
display: none !important;
}
.mejs__fill-container,
.mejs__fill-container .mejs__container {
height: 100%;
width: 100%;
}
.mejs__fill-container {
background: transparent;
margin: 0 auto;
overflow: hidden;
position: relative;
}
.mejs__container:focus {
outline: none;
}
.mejs__iframe-overlay {
height: 100%;
position: absolute;
width: 100%;
}
.mejs__embed,
.mejs__embed body {
background: #000;
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
}
.mejs__fullscreen {
overflow: hidden !important;
}
.mejs__container-fullscreen {
bottom: 0;
left: 0;
overflow: hidden;
position: fixed;
right: 0;
top: 0;
z-index: 1000;
}
.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
height: 100% !important;
width: 100% !important;
} .mejs__background {
left: 0;
position: absolute;
top: 0;
}
.mejs__mediaelement {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
}
.mejs__poster {
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
left: 0;
position: absolute;
top: 0;
z-index: 1;
}
:root .mejs__poster-img {
display: none;
}
.mejs__poster-img {
border: 0;
padding: 0;
}
.mejs__overlay {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
left: 0;
position: absolute;
top: 0;
}
.mejs__layer {
z-index: 1;
}
.mejs__overlay-play {
cursor: pointer;
}
.mejs__overlay-button {
background: url(//nooria.tech/wp-content/themes/zafram/assets/css/mejs-controls.svg) no-repeat;
background-position: 0 -39px;
height: 80px;
width: 80px;
}
.mejs__overlay:hover > .mejs__overlay-button {
background-position: -80px -39px;
}
.mejs__overlay-loading {
height: 80px;
width: 80px;
}
.mejs__overlay-loading-bg-img {
-webkit-animation: mejs__loading-spinner 1s linear infinite;
animation: mejs__loading-spinner 1s linear infinite;
background: transparent url(//nooria.tech/wp-content/themes/zafram/assets/css/mejs-controls.svg) -160px -40px no-repeat;
display: block;
height: 80px;
width: 80px;
z-index: 1;
}
@-webkit-keyframes mejs__loading-spinner {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes mejs__loading-spinner {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}  .mejs__controls {
bottom: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 40px;
left: 0;
list-style-type: none;
margin: 0;
padding: 0 10px;
position: absolute;
width: 100%;
z-index: 3;
}
.mejs__controls:not([style*='display: none']) {
background: rgba(255, 0, 0, 0.7);
background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}
.mejs__button,
.mejs__time,
.mejs__time-rail {
font-size: 10px;
height: 40px;
line-height: 10px;
margin: 0;
width: 32px;
}
.mejs__button > button {
background: transparent url(//nooria.tech/wp-content/themes/zafram/assets/css/mejs-controls.svg);
border: 0;
cursor: pointer;
display: block;
font-size: 0;
height: 20px;
line-height: 0;
margin: 10px 6px;
overflow: hidden;
padding: 0;
position: absolute;
text-decoration: none;
width: 20px;
} .mejs__button > button:focus {
outline: dotted 1px #999;
}
.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus,
.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus {
outline: 0;
}  .mejs__time {
box-sizing: content-box;
color: #fff;
font-size: 11px;
font-weight: bold;
height: 24px;
overflow: hidden;
padding: 16px 6px 0;
text-align: center;
width: auto;
}  .mejs__play > button {
background-position: 0 0;
}
.mejs__pause > button {
background-position: -20px 0;
}
.mejs__replay > button {
background-position: -160px 0;
}  .mejs__time-rail {
direction: ltr;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
height: 40px;
margin: 0 10px;
padding-top: 10px;
position: relative;
}
.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-float,
.mejs__time-hovered,
.mejs__time-float-current,
.mejs__time-float-corner,
.mejs__time-marker {
border-radius: 2px;
cursor: pointer;
display: block;
height: 100%;
position: absolute;
}
.mejs__time-total {
background: rgba(255, 255, 255, 0.3);
margin: 5px 0 0;
width: 100%;
}
.mejs__time-buffering {
-webkit-animation: buffering-stripes 2s linear infinite;
animation: buffering-stripes 2s linear infinite;
background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
background-size: 15px 15px;
width: 100%;
}
@-webkit-keyframes buffering-stripes {
from {
background-position: 0 0;
}
to {
background-position: 30px 0;
}
}
@keyframes buffering-stripes {
from {
background-position: 0 0;
}
to {
background-position: 30px 0;
}
}
.mejs__time-loaded {
background: rgba(255, 255, 255, 0.3);
}
.mejs__time-current,
.mejs__time-handle-content {
background: rgba(255, 255, 255, 0.9);
}
.mejs__time-hovered {
background: rgba(255, 255, 255, 0.5);
z-index: 10;
}
.mejs__time-hovered.negative {
background: rgba(0, 0, 0, 0.2);
}
.mejs__time-current,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-hovered {
left: 0;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transition: 0.15s ease-in all;
transition: 0.15s ease-in all;
width: 100%;
}
.mejs__time-buffering {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.mejs__time-hovered {
-webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}
.mejs__time-hovered.no-hover {
-webkit-transform: scaleX(0) !important;
-ms-transform: scaleX(0) !important;
transform: scaleX(0) !important;
}
.mejs__time-handle,
.mejs__time-handle-content {
border: 4px solid transparent;
cursor: pointer;
left: 0;
position: absolute;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
z-index: 11;
}
.mejs__time-handle-content {
border: 4px solid rgba(255, 255, 255, 0.9);
border-radius: 50%;
height: 10px;
left: -7px;
top: -4px;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
width: 10px;
}
.mejs__time-rail:hover .mejs__time-handle-content,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail .mejs__time-handle-content:active {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.mejs__time-float {
background: #eee;
border: solid 1px #333;
bottom: 100%;
color: #111;
display: none;
height: 17px;
margin-bottom: 9px;
position: absolute;
text-align: center;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 36px;
}
.mejs__time-float-current {
display: block;
left: 0;
margin: 2px;
text-align: center;
width: 30px;
}
.mejs__time-float-corner {
border: solid 5px #eee;
border-color: #eee transparent transparent;
border-radius: 0;
display: block;
height: 0;
left: 50%;
line-height: 0;
position: absolute;
top: 100%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 0;
}
.mejs__long-video .mejs__time-float {
margin-left: -23px;
width: 64px;
}
.mejs__long-video .mejs__time-float-current {
width: 60px;
}
.mejs__broadcast {
color: #fff;
height: 10px;
position: absolute;
top: 15px;
width: 100%;
}  .mejs__fullscreen-button > button {
background-position: -80px 0;
}
.mejs__unfullscreen > button {
background-position: -100px 0;
}  .mejs__mute > button {
background-position: -60px 0;
}
.mejs__unmute > button {
background-position: -40px 0;
}
.mejs__volume-button {
position: relative;
}
.mejs__volume-button > .mejs__volume-slider {
-webkit-backface-visibility: hidden;
background: rgba(50, 50, 50, 0.7);
border-radius: 0;
bottom: 100%;
display: none;
height: 115px;
left: 50%;
margin: 0;
position: absolute;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 25px;
z-index: 1;
}
.mejs__volume-button:hover {
border-radius: 0 0 4px 4px;
}
.mejs__volume-total {
background: rgba(255, 255, 255, 0.5);
height: 100px;
left: 50%;
margin: 0;
position: absolute;
top: 8px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 2px;
}
.mejs__volume-current {
background: rgba(255, 255, 255, 0.9);
left: 0;
margin: 0;
position: absolute;
width: 100%;
}
.mejs__volume-handle {
background: rgba(255, 255, 255, 0.9);
border-radius: 1px;
cursor: ns-resize;
height: 6px;
left: 50%;
position: absolute;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 16px;
}
.mejs__horizontal-volume-slider {
display: block;
height: 36px;
position: relative;
vertical-align: middle;
width: 56px;
}
.mejs__horizontal-volume-total {
background: rgba(50, 50, 50, 0.8);
border-radius: 2px;
font-size: 1px;
height: 8px;
left: 0;
margin: 0;
padding: 0;
position: absolute;
top: 16px;
width: 50px;
}
.mejs__horizontal-volume-current {
background: rgba(255, 255, 255, 0.8);
border-radius: 2px;
font-size: 1px;
height: 100%;
left: 0;
margin: 0;
padding: 0;
position: absolute;
top: 0;
width: 100%;
}
.mejs__horizontal-volume-handle {
display: none;
}  .mejs__captions-button,
.mejs__chapters-button {
position: relative;
}
.mejs__captions-button > button {
background-position: -140px 0;
}
.mejs__chapters-button > button {
background-position: -180px 0;
}
.mejs__captions-button > .mejs__captions-selector,
.mejs__chapters-button > .mejs__chapters-selector {
background: rgba(50, 50, 50, 0.7);
border: solid 1px transparent;
border-radius: 0;
bottom: 100%;
margin-right: -43px;
overflow: hidden;
padding: 0;
position: absolute;
right: 50%;
visibility: visible;
width: 86px;
}
.mejs__chapters-button > .mejs__chapters-selector {
margin-right: -55px;
width: 110px;
}
.mejs__captions-selector-list,
.mejs__chapters-selector-list {
list-style-type: none !important;
margin: 0;
overflow: hidden;
padding: 0;
}
.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
color: #fff;
cursor: pointer;
display: block;
list-style-type: none !important;
margin: 0 0 6px;
overflow: hidden;
padding: 0;
}
.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
background-color: rgb(200, 200, 200) !important;
background-color: rgba(255, 255, 255, 0.4) !important;
}
.mejs__captions-selector-input,
.mejs__chapters-selector-input {
clear: both;
float: left;
left: -1000px;
margin: 3px 3px 0 5px;
position: absolute;
}
.mejs__captions-selector-label,
.mejs__chapters-selector-label {
cursor: pointer;
float: left;
font-size: 10px;
line-height: 15px;
padding: 4px 10px 0;
width: 100%;
}
.mejs__captions-selected,
.mejs__chapters-selected {
color: rgba(33, 248, 248, 1);
}
.mejs__captions-translations {
font-size: 10px;
margin: 0 0 5px;
}
.mejs__captions-layer {
bottom: 0;
color: #fff;
font-size: 16px;
left: 0;
line-height: 20px;
position: absolute;
text-align: center;
}
.mejs__captions-layer a {
color: #fff;
text-decoration: underline;
}
.mejs__captions-layer[lang=ar] {
font-size: 20px;
font-weight: normal;
}
.mejs__captions-position {
bottom: 15px;
left: 0;
position: absolute;
width: 100%;
}
.mejs__captions-position-hover {
bottom: 35px;
}
.mejs__captions-text,
.mejs__captions-text * {
background: rgba(20, 20, 20, 0.5);
box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
padding: 0;
white-space: pre-wrap;
}
.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
display: none;
}  .mejs__overlay-error {
position: relative;
}
.mejs__overlay-error > img {
left: 0;
position: absolute;
top: 0;
z-index: -1;
}
.mejs__cannotplay,
.mejs__cannotplay a {
color: #fff;
font-size: 0.8em;
}
.mejs__cannotplay {
position: relative;
}
.mejs__cannotplay p,
.mejs__cannotplay a {
display: inline-block;
padding: 0 15px;
width: 100%;
}.fa,.fab,.fad,.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:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,: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:2.5em}.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-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.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-alipay:before{content:"\f642"}.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-ankh:before{content:"\f644"}.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-artstation:before{content:"\f77a"}.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-atlassian:before{content:"\f77b"}.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-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.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-battle-net:before{content:"\f835"}.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-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.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-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.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-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\f95b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.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-buffer:before{content:"\f837"}.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-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.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-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.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-caravan:before{content:"\f8ff"}.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-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.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-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.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-cheese:before{content:"\f7ef"}.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-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.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-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.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-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.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-cotton-bureau:before{content:"\f89e"}.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-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.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-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\f952"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.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-disease:before{content:"\f7fa"}.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-dog:before{content:"\f6d3"}.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-dragon:before{content:"\f6d5"}.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-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.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-egg:before{content:"\f7fb"}.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-open-text:before{content:"\f658"}.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-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.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-alt:before{content:"\f424"}.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:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\f905"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.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-csv:before{content:"\f6dd"}.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-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\f907"}.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-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.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-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.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-funnel-dollar:before{content:"\f662"}.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-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.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-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.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-globe-europe:before{content:"\f7a2"}.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-gopuram:before{content:"\f664"}.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-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.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-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\f95c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.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-sparkles:before{content:"\f95d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\f95e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\f95f"}.fa-handshake-slash:before{content:"\f960"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\f961"}.fa-head-side-cough-slash:before{content:"\f962"}.fa-head-side-mask:before{content:"\f963"}.fa-head-side-virus:before{content:"\f964"}.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-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.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-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\f965"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\f913"}.fa-igloo:before{content:"\f7ae"}.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-instagram-square:before{content:"\f955"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.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-khanda:before{content:"\f66d"}.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-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\f966"}.fa-laptop-medical:before{content:"\f812"}.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-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\f967"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.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-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.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-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\f91a"}.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-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\f956"}.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-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.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-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.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-pastafarianism:before{content:"\f67b"}.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-peace:before{content:"\f67c"}.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-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\f968"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.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-pied-piper-square:before{content:"\f91e"}.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-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\f969"}.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-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.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-pump-medical:before{content:"\f96a"}.fa-pump-soap:before{content:"\f96b"}.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-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.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-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.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-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.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-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.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-shield-virus:before{content:"\f96c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\f957"}.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-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.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-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\f96e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.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-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.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-stopwatch-20:before{content:"\f96f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\f970"}.fa-store-slash:before{content:"\f971"}.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-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.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-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.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-the-red-yeti:before{content:"\f69d"}.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-think-peaks:before{content:"\f731"}.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-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\f972"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\f941"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.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-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.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-unity:before{content:"\f949"}.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-ups:before{content:"\f7e0"}.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-injured:before{content:"\f728"}.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-nurse:before{content:"\f82f"}.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-usps:before{content:"\f7e1"}.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-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\f974"}.fa-virus-slash:before{content:"\f975"}.fa-viruses:before{content:"\f976"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.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-wind:before{content:"\f72e"}.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-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.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-wpressr:before{content:"\f3e4"}.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-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.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:400;font-display:block;src:url(//nooria.tech/wp-content/themes/zafram/assets/webfonts/fa-brands-400.eot);src:url(//nooria.tech/wp-content/themes/zafram/assets/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//nooria.tech/wp-content/themes/zafram/assets/webfonts/fa-brands-400.woff2) format("woff2"),url(//nooria.tech/wp-content/themes/zafram/assets/webfonts/fa-brands-400.woff) format("woff"),url(//nooria.tech/wp-content/themes/zafram/assets/webfonts/fa-brands-400.ttf) format("truetype"),url(//nooria.tech/wp-content/themes/zafram/assets/webfonts/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;font-display:block;src:url(//nooria.tech/wp-content/themes/zafram/assets/webfonts/fa-regular-400.eot);src:url(//nooria.tech/wp-content/themes/zafram/assets/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//nooria.tech/wp-content/themes/zafram/assets/webfonts/fa-regular-400.woff2) format("woff2"),url(//nooria.tech/wp-content/themes/zafram/assets/webfonts/fa-regular-400.woff) format("woff"),url(//nooria.tech/wp-content/themes/zafram/assets/webfonts/fa-regular-400.ttf) format("truetype"),url(//nooria.tech/wp-content/themes/zafram/assets/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(//nooria.tech/wp-content/themes/zafram/assets/webfonts/fa-solid-900.eot);src:url(//nooria.tech/wp-content/themes/zafram/assets/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//nooria.tech/wp-content/themes/zafram/assets/webfonts/fa-solid-900.woff2) format("woff2"),url(//nooria.tech/wp-content/themes/zafram/assets/webfonts/fa-solid-900.woff) format("woff"),url(//nooria.tech/wp-content/themes/zafram/assets/webfonts/fa-solid-900.ttf) format("truetype"),url(//nooria.tech/wp-content/themes/zafram/assets/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}@font-face {
font-family: 'themify';
src:url(//nooria.tech/wp-content/themes/zafram/assets/webfonts/themify.eot?-fvbane);
src:url(//nooria.tech/wp-content/themes/zafram/assets/webfonts/themify.woff?-fvbane) format('woff'),
url(//nooria.tech/wp-content/themes/zafram/assets/webfonts/themify.ttf?-fvbane) format('truetype');
font-weight: normal;
font-style: normal;
}
[class^="ti-"], [class*=" ti-"] {
font-family: 'themify';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ti-wand:before {
content: "\e600";
}
.ti-volume:before {
content: "\e601";
}
.ti-user:before {
content: "\e602";
}
.ti-unlock:before {
content: "\e603";
}
.ti-unlink:before {
content: "\e604";
}
.ti-trash:before {
content: "\e605";
}
.ti-thought:before {
content: "\e606";
}
.ti-target:before {
content: "\e607";
}
.ti-tag:before {
content: "\e608";
}
.ti-tablet:before {
content: "\e609";
}
.ti-star:before {
content: "\e60a";
}
.ti-spray:before {
content: "\e60b";
}
.ti-signal:before {
content: "\e60c";
}
.ti-shopping-cart:before {
content: "\e60d";
}
.ti-shopping-cart-full:before {
content: "\e60e";
}
.ti-settings:before {
content: "\e60f";
}
.ti-search:before {
content: "\e610";
}
.ti-zoom-in:before {
content: "\e611";
}
.ti-zoom-out:before {
content: "\e612";
}
.ti-cut:before {
content: "\e613";
}
.ti-ruler:before {
content: "\e614";
}
.ti-ruler-pencil:before {
content: "\e615";
}
.ti-ruler-alt:before {
content: "\e616";
}
.ti-bookmark:before {
content: "\e617";
}
.ti-bookmark-alt:before {
content: "\e618";
}
.ti-reload:before {
content: "\e619";
}
.ti-plus:before {
content: "\e61a";
}
.ti-pin:before {
content: "\e61b";
}
.ti-pencil:before {
content: "\e61c";
}
.ti-pencil-alt:before {
content: "\e61d";
}
.ti-paint-roller:before {
content: "\e61e";
}
.ti-paint-bucket:before {
content: "\e61f";
}
.ti-na:before {
content: "\e620";
}
.ti-mobile:before {
content: "\e621";
}
.ti-minus:before {
content: "\e622";
}
.ti-medall:before {
content: "\e623";
}
.ti-medall-alt:before {
content: "\e624";
}
.ti-marker:before {
content: "\e625";
}
.ti-marker-alt:before {
content: "\e626";
}
.ti-arrow-up:before {
content: "\e627";
}
.ti-arrow-right:before {
content: "\e628";
}
.ti-arrow-left:before {
content: "\e629";
}
.ti-arrow-down:before {
content: "\e62a";
}
.ti-lock:before {
content: "\e62b";
}
.ti-location-arrow:before {
content: "\e62c";
}
.ti-link:before {
content: "\e62d";
}
.ti-layout:before {
content: "\e62e";
}
.ti-layers:before {
content: "\e62f";
}
.ti-layers-alt:before {
content: "\e630";
}
.ti-key:before {
content: "\e631";
}
.ti-import:before {
content: "\e632";
}
.ti-image:before {
content: "\e633";
}
.ti-heart:before {
content: "\e634";
}
.ti-heart-broken:before {
content: "\e635";
}
.ti-hand-stop:before {
content: "\e636";
}
.ti-hand-open:before {
content: "\e637";
}
.ti-hand-drag:before {
content: "\e638";
}
.ti-folder:before {
content: "\e639";
}
.ti-flag:before {
content: "\e63a";
}
.ti-flag-alt:before {
content: "\e63b";
}
.ti-flag-alt-2:before {
content: "\e63c";
}
.ti-eye:before {
content: "\e63d";
}
.ti-export:before {
content: "\e63e";
}
.ti-exchange-vertical:before {
content: "\e63f";
}
.ti-desktop:before {
content: "\e640";
}
.ti-cup:before {
content: "\e641";
}
.ti-crown:before {
content: "\e642";
}
.ti-comments:before {
content: "\e643";
}
.ti-comment:before {
content: "\e644";
}
.ti-comment-alt:before {
content: "\e645";
}
.ti-close:before {
content: "\e646";
}
.ti-clip:before {
content: "\e647";
}
.ti-angle-up:before {
content: "\e648";
}
.ti-angle-right:before {
content: "\e649";
}
.ti-angle-left:before {
content: "\e64a";
}
.ti-angle-down:before {
content: "\e64b";
}
.ti-check:before {
content: "\e64c";
}
.ti-check-box:before {
content: "\e64d";
}
.ti-camera:before {
content: "\e64e";
}
.ti-announcement:before {
content: "\e64f";
}
.ti-brush:before {
content: "\e650";
}
.ti-briefcase:before {
content: "\e651";
}
.ti-bolt:before {
content: "\e652";
}
.ti-bolt-alt:before {
content: "\e653";
}
.ti-blackboard:before {
content: "\e654";
}
.ti-bag:before {
content: "\e655";
}
.ti-move:before {
content: "\e656";
}
.ti-arrows-vertical:before {
content: "\e657";
}
.ti-arrows-horizontal:before {
content: "\e658";
}
.ti-fullscreen:before {
content: "\e659";
}
.ti-arrow-top-right:before {
content: "\e65a";
}
.ti-arrow-top-left:before {
content: "\e65b";
}
.ti-arrow-circle-up:before {
content: "\e65c";
}
.ti-arrow-circle-right:before {
content: "\e65d";
}
.ti-arrow-circle-left:before {
content: "\e65e";
}
.ti-arrow-circle-down:before {
content: "\e65f";
}
.ti-angle-double-up:before {
content: "\e660";
}
.ti-angle-double-right:before {
content: "\e661";
}
.ti-angle-double-left:before {
content: "\e662";
}
.ti-angle-double-down:before {
content: "\e663";
}
.ti-zip:before {
content: "\e664";
}
.ti-world:before {
content: "\e665";
}
.ti-wheelchair:before {
content: "\e666";
}
.ti-view-list:before {
content: "\e667";
}
.ti-view-list-alt:before {
content: "\e668";
}
.ti-view-grid:before {
content: "\e669";
}
.ti-uppercase:before {
content: "\e66a";
}
.ti-upload:before {
content: "\e66b";
}
.ti-underline:before {
content: "\e66c";
}
.ti-truck:before {
content: "\e66d";
}
.ti-timer:before {
content: "\e66e";
}
.ti-ticket:before {
content: "\e66f";
}
.ti-thumb-up:before {
content: "\e670";
}
.ti-thumb-down:before {
content: "\e671";
}
.ti-text:before {
content: "\e672";
}
.ti-stats-up:before {
content: "\e673";
}
.ti-stats-down:before {
content: "\e674";
}
.ti-split-v:before {
content: "\e675";
}
.ti-split-h:before {
content: "\e676";
}
.ti-smallcap:before {
content: "\e677";
}
.ti-shine:before {
content: "\e678";
}
.ti-shift-right:before {
content: "\e679";
}
.ti-shift-left:before {
content: "\e67a";
}
.ti-shield:before {
content: "\e67b";
}
.ti-notepad:before {
content: "\e67c";
}
.ti-server:before {
content: "\e67d";
}
.ti-quote-right:before {
content: "\e67e";
}
.ti-quote-left:before {
content: "\e67f";
}
.ti-pulse:before {
content: "\e680";
}
.ti-printer:before {
content: "\e681";
}
.ti-power-off:before {
content: "\e682";
}
.ti-plug:before {
content: "\e683";
}
.ti-pie-chart:before {
content: "\e684";
}
.ti-paragraph:before {
content: "\e685";
}
.ti-panel:before {
content: "\e686";
}
.ti-package:before {
content: "\e687";
}
.ti-music:before {
content: "\e688";
}
.ti-music-alt:before {
content: "\e689";
}
.ti-mouse:before {
content: "\e68a";
}
.ti-mouse-alt:before {
content: "\e68b";
}
.ti-money:before {
content: "\e68c";
}
.ti-microphone:before {
content: "\e68d";
}
.ti-menu:before {
content: "\e68e";
}
.ti-menu-alt:before {
content: "\e68f";
}
.ti-map:before {
content: "\e690";
}
.ti-map-alt:before {
content: "\e691";
}
.ti-loop:before {
content: "\e692";
}
.ti-location-pin:before {
content: "\e693";
}
.ti-list:before {
content: "\e694";
}
.ti-light-bulb:before {
content: "\e695";
}
.ti-Italic:before {
content: "\e696";
}
.ti-info:before {
content: "\e697";
}
.ti-infinite:before {
content: "\e698";
}
.ti-id-badge:before {
content: "\e699";
}
.ti-hummer:before {
content: "\e69a";
}
.ti-home:before {
content: "\e69b";
}
.ti-help:before {
content: "\e69c";
}
.ti-headphone:before {
content: "\e69d";
}
.ti-harddrives:before {
content: "\e69e";
}
.ti-harddrive:before {
content: "\e69f";
}
.ti-gift:before {
content: "\e6a0";
}
.ti-game:before {
content: "\e6a1";
}
.ti-filter:before {
content: "\e6a2";
}
.ti-files:before {
content: "\e6a3";
}
.ti-file:before {
content: "\e6a4";
}
.ti-eraser:before {
content: "\e6a5";
}
.ti-envelope:before {
content: "\e6a6";
}
.ti-download:before {
content: "\e6a7";
}
.ti-direction:before {
content: "\e6a8";
}
.ti-direction-alt:before {
content: "\e6a9";
}
.ti-dashboard:before {
content: "\e6aa";
}
.ti-control-stop:before {
content: "\e6ab";
}
.ti-control-shuffle:before {
content: "\e6ac";
}
.ti-control-play:before {
content: "\e6ad";
}
.ti-control-pause:before {
content: "\e6ae";
}
.ti-control-forward:before {
content: "\e6af";
}
.ti-control-backward:before {
content: "\e6b0";
}
.ti-cloud:before {
content: "\e6b1";
}
.ti-cloud-up:before {
content: "\e6b2";
}
.ti-cloud-down:before {
content: "\e6b3";
}
.ti-clipboard:before {
content: "\e6b4";
}
.ti-car:before {
content: "\e6b5";
}
.ti-calendar:before {
content: "\e6b6";
}
.ti-book:before {
content: "\e6b7";
}
.ti-bell:before {
content: "\e6b8";
}
.ti-basketball:before {
content: "\e6b9";
}
.ti-bar-chart:before {
content: "\e6ba";
}
.ti-bar-chart-alt:before {
content: "\e6bb";
}
.ti-back-right:before {
content: "\e6bc";
}
.ti-back-left:before {
content: "\e6bd";
}
.ti-arrows-corner:before {
content: "\e6be";
}
.ti-archive:before {
content: "\e6bf";
}
.ti-anchor:before {
content: "\e6c0";
}
.ti-align-right:before {
content: "\e6c1";
}
.ti-align-left:before {
content: "\e6c2";
}
.ti-align-justify:before {
content: "\e6c3";
}
.ti-align-center:before {
content: "\e6c4";
}
.ti-alert:before {
content: "\e6c5";
}
.ti-alarm-clock:before {
content: "\e6c6";
}
.ti-agenda:before {
content: "\e6c7";
}
.ti-write:before {
content: "\e6c8";
}
.ti-window:before {
content: "\e6c9";
}
.ti-widgetized:before {
content: "\e6ca";
}
.ti-widget:before {
content: "\e6cb";
}
.ti-widget-alt:before {
content: "\e6cc";
}
.ti-wallet:before {
content: "\e6cd";
}
.ti-video-clapper:before {
content: "\e6ce";
}
.ti-video-camera:before {
content: "\e6cf";
}
.ti-vector:before {
content: "\e6d0";
}
.ti-themify-logo:before {
content: "\e6d1";
}
.ti-themify-favicon:before {
content: "\e6d2";
}
.ti-themify-favicon-alt:before {
content: "\e6d3";
}
.ti-support:before {
content: "\e6d4";
}
.ti-stamp:before {
content: "\e6d5";
}
.ti-split-v-alt:before {
content: "\e6d6";
}
.ti-slice:before {
content: "\e6d7";
}
.ti-shortcode:before {
content: "\e6d8";
}
.ti-shift-right-alt:before {
content: "\e6d9";
}
.ti-shift-left-alt:before {
content: "\e6da";
}
.ti-ruler-alt-2:before {
content: "\e6db";
}
.ti-receipt:before {
content: "\e6dc";
}
.ti-pin2:before {
content: "\e6dd";
}
.ti-pin-alt:before {
content: "\e6de";
}
.ti-pencil-alt2:before {
content: "\e6df";
}
.ti-palette:before {
content: "\e6e0";
}
.ti-more:before {
content: "\e6e1";
}
.ti-more-alt:before {
content: "\e6e2";
}
.ti-microphone-alt:before {
content: "\e6e3";
}
.ti-magnet:before {
content: "\e6e4";
}
.ti-line-double:before {
content: "\e6e5";
}
.ti-line-dotted:before {
content: "\e6e6";
}
.ti-line-dashed:before {
content: "\e6e7";
}
.ti-layout-width-full:before {
content: "\e6e8";
}
.ti-layout-width-default:before {
content: "\e6e9";
}
.ti-layout-width-default-alt:before {
content: "\e6ea";
}
.ti-layout-tab:before {
content: "\e6eb";
}
.ti-layout-tab-window:before {
content: "\e6ec";
}
.ti-layout-tab-v:before {
content: "\e6ed";
}
.ti-layout-tab-min:before {
content: "\e6ee";
}
.ti-layout-slider:before {
content: "\e6ef";
}
.ti-layout-slider-alt:before {
content: "\e6f0";
}
.ti-layout-sidebar-right:before {
content: "\e6f1";
}
.ti-layout-sidebar-none:before {
content: "\e6f2";
}
.ti-layout-sidebar-left:before {
content: "\e6f3";
}
.ti-layout-placeholder:before {
content: "\e6f4";
}
.ti-layout-menu:before {
content: "\e6f5";
}
.ti-layout-menu-v:before {
content: "\e6f6";
}
.ti-layout-menu-separated:before {
content: "\e6f7";
}
.ti-layout-menu-full:before {
content: "\e6f8";
}
.ti-layout-media-right-alt:before {
content: "\e6f9";
}
.ti-layout-media-right:before {
content: "\e6fa";
}
.ti-layout-media-overlay:before {
content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
content: "\e6fd";
}
.ti-layout-media-left-alt:before {
content: "\e6fe";
}
.ti-layout-media-left:before {
content: "\e6ff";
}
.ti-layout-media-center-alt:before {
content: "\e700";
}
.ti-layout-media-center:before {
content: "\e701";
}
.ti-layout-list-thumb:before {
content: "\e702";
}
.ti-layout-list-thumb-alt:before {
content: "\e703";
}
.ti-layout-list-post:before {
content: "\e704";
}
.ti-layout-list-large-image:before {
content: "\e705";
}
.ti-layout-line-solid:before {
content: "\e706";
}
.ti-layout-grid4:before {
content: "\e707";
}
.ti-layout-grid3:before {
content: "\e708";
}
.ti-layout-grid2:before {
content: "\e709";
}
.ti-layout-grid2-thumb:before {
content: "\e70a";
}
.ti-layout-cta-right:before {
content: "\e70b";
}
.ti-layout-cta-left:before {
content: "\e70c";
}
.ti-layout-cta-center:before {
content: "\e70d";
}
.ti-layout-cta-btn-right:before {
content: "\e70e";
}
.ti-layout-cta-btn-left:before {
content: "\e70f";
}
.ti-layout-column4:before {
content: "\e710";
}
.ti-layout-column3:before {
content: "\e711";
}
.ti-layout-column2:before {
content: "\e712";
}
.ti-layout-accordion-separated:before {
content: "\e713";
}
.ti-layout-accordion-merged:before {
content: "\e714";
}
.ti-layout-accordion-list:before {
content: "\e715";
}
.ti-ink-pen:before {
content: "\e716";
}
.ti-info-alt:before {
content: "\e717";
}
.ti-help-alt:before {
content: "\e718";
}
.ti-headphone-alt:before {
content: "\e719";
}
.ti-hand-point-up:before {
content: "\e71a";
}
.ti-hand-point-right:before {
content: "\e71b";
}
.ti-hand-point-left:before {
content: "\e71c";
}
.ti-hand-point-down:before {
content: "\e71d";
}
.ti-gallery:before {
content: "\e71e";
}
.ti-face-smile:before {
content: "\e71f";
}
.ti-face-sad:before {
content: "\e720";
}
.ti-credit-card:before {
content: "\e721";
}
.ti-control-skip-forward:before {
content: "\e722";
}
.ti-control-skip-backward:before {
content: "\e723";
}
.ti-control-record:before {
content: "\e724";
}
.ti-control-eject:before {
content: "\e725";
}
.ti-comments-smiley:before {
content: "\e726";
}
.ti-brush-alt:before {
content: "\e727";
}
.ti-youtube:before {
content: "\e728";
}
.ti-vimeo:before {
content: "\e729";
}
.ti-twitter:before {
content: "\e72a";
}
.ti-time:before {
content: "\e72b";
}
.ti-tumblr:before {
content: "\e72c";
}
.ti-skype:before {
content: "\e72d";
}
.ti-share:before {
content: "\e72e";
}
.ti-share-alt:before {
content: "\e72f";
}
.ti-rocket:before {
content: "\e730";
}
.ti-pinterest:before {
content: "\e731";
}
.ti-new-window:before {
content: "\e732";
}
.ti-microsoft:before {
content: "\e733";
}
.ti-list-ol:before {
content: "\e734";
}
.ti-linkedin:before {
content: "\e735";
}
.ti-layout-sidebar-2:before {
content: "\e736";
}
.ti-layout-grid4-alt:before {
content: "\e737";
}
.ti-layout-grid3-alt:before {
content: "\e738";
}
.ti-layout-grid2-alt:before {
content: "\e739";
}
.ti-layout-column4-alt:before {
content: "\e73a";
}
.ti-layout-column3-alt:before {
content: "\e73b";
}
.ti-layout-column2-alt:before {
content: "\e73c";
}
.ti-instagram:before {
content: "\e73d";
}
.ti-google:before {
content: "\e73e";
}
.ti-github:before {
content: "\e73f";
}
.ti-flickr:before {
content: "\e740";
}
.ti-facebook:before {
content: "\e741";
}
.ti-dropbox:before {
content: "\e742";
}
.ti-dribbble:before {
content: "\e743";
}
.ti-apple:before {
content: "\e744";
}
.ti-android:before {
content: "\e745";
}
.ti-save:before {
content: "\e746";
}
.ti-save-alt:before {
content: "\e747";
}
.ti-yahoo:before {
content: "\e748";
}
.ti-wordpress:before {
content: "\e749";
}
.ti-vimeo-alt:before {
content: "\e74a";
}
.ti-twitter-alt:before {
content: "\e74b";
}
.ti-tumblr-alt:before {
content: "\e74c";
}
.ti-trello:before {
content: "\e74d";
}
.ti-stack-overflow:before {
content: "\e74e";
}
.ti-soundcloud:before {
content: "\e74f";
}
.ti-sharethis:before {
content: "\e750";
}
.ti-sharethis-alt:before {
content: "\e751";
}
.ti-reddit:before {
content: "\e752";
}
.ti-pinterest-alt:before {
content: "\e753";
}
.ti-microsoft-alt:before {
content: "\e754";
}
.ti-linux:before {
content: "\e755";
}
.ti-jsfiddle:before {
content: "\e756";
}
.ti-joomla:before {
content: "\e757";
}
.ti-html5:before {
content: "\e758";
}
.ti-flickr-alt:before {
content: "\e759";
}
.ti-email:before {
content: "\e75a";
}
.ti-drupal:before {
content: "\e75b";
}
.ti-dropbox-alt:before {
content: "\e75c";
}
.ti-css3:before {
content: "\e75d";
}
.ti-rss:before {
content: "\e75e";
}
.ti-rss-alt:before {
content: "\e75f";
}@font-face {
font-family: 'icomoon';
src:  url(//nooria.tech/wp-content/themes/zafram/assets/webfonts/icomoon.eot?rnltp5);
src:  url(//nooria.tech/wp-content/themes/zafram/assets/webfonts/icomoon.eot?rnltp5#iefix) format('embedded-opentype'),
url(//nooria.tech/wp-content/themes/zafram/assets/webfonts/icomoon.ttf?rnltp5) format('truetype'),
url(//nooria.tech/wp-content/themes/zafram/assets/webfonts/icomoon.woff?rnltp5) format('woff'),
url(//nooria.tech/wp-content/themes/zafram/assets/webfonts/icomoon.svg?rnltp5#icomoon) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] { font-family: 'icomoon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-ambulance:before {
content: "\e900";
color: #fff;
}
.icon-ARROW-copy:before {
content: "\e901";
color: #fff;
}
.icon-box-stroke .path1:before {
content: "\e902";
color: rgb(255, 255, 255);
}
.icon-box-stroke .path2:before {
content: "\e903";
margin-left: -1em;
color: rgb(51, 51, 51);
}
.icon-box:before {
content: "\e904";
color: #fff;
}
.icon-calender-copy:before {
content: "\e905";
color: #9d9d9d;
}
.icon-cart:before {
content: "\e906";
color: #4d4d4d;
}
.icon-cartt-copy:before {
content: "\e907";
color: #606060;
}
.icon-dark-star-copy:before {
content: "\e908";
color: #c9c9c9;
}
.icon-dot-copy:before {
content: "\e909";
color: #54a2fa;
}
.icon-e-remove-copy:before {
content: "\e90a";
}
.icon-eye-copy:before {
content: "\e90b";
}
.icon-fb:before {
content: "\e90c";
color: #fff;
}
.icon-filter-copy:before {
content: "\e90d";
color: #fff;
}
.icon-google-plus:before {
content: "\e90e";
color: #fff;
}
.icon-green-arrow-copy:before {
content: "\e90f";
color: #13c053;
}
.icon-heart:before {
content: "\e910";
color: #4d4d4d;
}
.icon-link-copy:before {
content: "\e911";
color: #54a2fa;
}
.icon-list-copy:before {
content: "\e912";
color: #999;
}
.icon-location:before {
content: "\e913";
color: #54a2fa;
}
.icon-love-icon:before {
content: "\e914";
color: #54a2fa;
}
.icon-mail:before {
content: "\e915";
color: #54a2fa;
}
.icon-money-copy:before {
content: "\e916";
color: #fff;
}
.icon-people:before {
content: "\e917";
color: #4d4d4d;
}
.icon-play-copy .path1:before {
content: "\e918";
color: rgb(254, 253, 253);
opacity: 0.12;
}
.icon-play-copy .path2:before {
content: "\e919";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-play-copy .path3:before {
content: "\e91a";
margin-left: -1em;
color: rgb(84, 162, 250);
}
.icon-quote:before {
content: "\e91b";
color: #54a2fa;
}
.icon-right-copy:before {
content: "\e91c";
color: #fff;
}
.icon-save-copy:before {
content: "\e91d";
color: #dbd9d9;
}
.icon-search-icon:before {
content: "\e91e";
}
.icon-search:before {
content: "\e91f";
color: #4d4d4d;
}
.icon-Shape-12-copy-5-copy:before {
content: "\e920";
color: #54a2fa;
}
.icon-single-dot-copy:before {
content: "\e921";
color: #aaa;
}
.icon-stroke-arrow-copy-2 .path1:before {
content: "\e922";
color: rgb(255, 255, 255);
}
.icon-stroke-arrow-copy-2 .path2:before {
content: "\e923";
margin-left: -1em;
color: rgb(51, 51, 51);
}
.icon-stroke-arrow-copy-2 .path3:before {
content: "\e924";
margin-left: -1em;
color: rgb(51, 51, 51);
}
.icon-stroke-arrow-copy .path1:before {
content: "\e925";
color: rgb(255, 255, 255);
opacity: 0.2;
}
.icon-stroke-arrow-copy .path2:before {
content: "\e926";
margin-left: -1em;
color: rgb(51, 51, 51);
opacity: 0.2;
}
.icon-stroke-arrow-copy .path3:before {
content: "\e927";
margin-left: -1em;
color: rgb(51, 51, 51);
}
.icon-top-copy:before {
content: "\e928";
color: #fff;
}
.icon-twitter:before {
content: "\e929";
color: #fff;
}
.icon-wallet-copy:before {
content: "\e92a";
color: #fff;
}
.icon-youtube:before {
content: "\e92b";
color: #fff;
}.clearfix::after {
display: block;
clear: both;
content: "";
}
.link-primary {
color: #0d6efd;
}
.link-primary:hover,
.link-primary:focus {
color: #0a58ca;
}
.link-secondary {
color: #6c757d;
}
.link-secondary:hover,
.link-secondary:focus {
color: #565e64;
}
.link-success {
color: #198754;
}
.link-success:hover,
.link-success:focus {
color: #146c43;
}
.link-info {
color: #0dcaf0;
}
.link-info:hover,
.link-info:focus {
color: #3dd5f3;
}
.link-warning {
color: #ffc107;
}
.link-warning:hover,
.link-warning:focus {
color: #ffcd39;
}
.link-danger {
color: #dc3545;
}
.link-danger:hover,
.link-danger:focus {
color: #b02a37;
}
.link-light {
color: #f8f9fa;
}
.link-light:hover,
.link-light:focus {
color: #f9fafb;
}
.link-dark {
color: #212529;
}
.link-dark:hover,
.link-dark:focus {
color: #1a1e21;
}
.ratio {
position: relative;
width: 100%;
}
.ratio::before {
display: block;
padding-top: var(--aspect-ratio);
content: "";
}
.ratio > * {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ratio-1x1 {
--aspect-ratio: 100%;
}
.ratio-4x3 {
--aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
--aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
--aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
}
.sticky-top {
position: sticky;
top: 0;
z-index: 1020;
}
@media (min-width: 576px) {
.sticky-sm-top {
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 768px) {
.sticky-md-top {
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 992px) {
.sticky-lg-top {
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 1200px) {
.sticky-xl-top {
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 1400px) {
.sticky-xxl-top {
position: sticky;
top: 0;
z-index: 1020;
}
}
.visually-hidden,
.visually-hidden-focusable:not(:focus) {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border: 0 !important;
}
.stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
content: "";
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.navbar {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.navbar ul {
margin-top: 0;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
display: flex;
flex-wrap: inherit;
align-items: center;
}
.navbar-brand {
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
text-decoration: none;
white-space: nowrap;
}
.navbar-nav {
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
.navbar-nav .dropdown-menu {
position: static;
}
.navbar-text {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.navbar-collapse {
align-items: center;
width: 100%;
}
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.navbar-toggler {
transition: none;
}
}
.navbar-toggler:hover {
text-decoration: none;
}
.navbar-toggler:focus {
text-decoration: none;
outline: 0;
box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
}
@media (min-width: 576px) {
.navbar-expand-sm {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-sm .navbar-collapse {
display: flex !important;
}
.navbar-expand-sm .navbar-toggler {
display: none;
}
}
@media (min-width: 768px) {
.navbar-expand-md {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-md .navbar-collapse {
display: flex !important;
}
.navbar-expand-md .navbar-toggler {
display: none;
}
}
@media (min-width: 992px) {
.navbar-expand-lg {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-lg .navbar-collapse {
display: flex !important;
}
.navbar-expand-lg .navbar-toggler {
display: none;
}
}
@media (min-width: 1200px) {
.navbar-expand-xl {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
flex-direction: row;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-xl .navbar-collapse {
display: flex !important;
}
.navbar-expand-xl .navbar-toggler {
display: none;
}
}
@media (min-width: 1400px) {
.navbar-expand-xxl {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-xxl .navbar-nav {
flex-direction: row;
}
.navbar-expand-xxl .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-xxl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-xxl .navbar-collapse {
display: flex !important;
}
.navbar-expand-xxl .navbar-toggler {
display: none;
}
}
.navbar-expand {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand .navbar-nav {
flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand .navbar-collapse {
display: flex !important;
}
.navbar-expand .navbar-toggler {
display: none;
}
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.55);
border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
color: #fff;
}
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.55);
border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
color: #fff;
}
.nav {
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
text-decoration: none;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.nav-link {
transition: none;
}
}
.nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default;
}
.nav-tabs {
border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
margin-bottom: -1px;
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.nav-pills .nav-link {
border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #0d6efd;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
flex: 1 1 auto;
text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
flex-basis: 0;
flex-grow: 1;
text-align: center;
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
} .container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
width: 100%;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container,
.container-sm {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container,
.container-sm,
.container-md {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container,
.container-sm,
.container-md,
.container-lg {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
max-width: 1140px;
}
}
@media (min-width: 1400px) {
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
max-width: 1320px;
}
}
.row {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(var(--bs-gutter-y) * -1);
margin-right: calc(var(--bs-gutter-x) / -2);
margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
box-sizing: border-box;
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) / 2);
padding-left: calc(var(--bs-gutter-x) / 2);
margin-top: var(--bs-gutter-y);
}
.col {
flex: 1 0 0%;
}
.row-cols-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-3 > * {
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-6 > * {
flex: 0 0 auto;
width: 16.66667%;
}
.col-auto {
flex: 0 0 auto;
width: auto;
}
.col-1 {
flex: 0 0 auto;
width: 8.33333%;
}
.col-2 {
flex: 0 0 auto;
width: 16.66667%;
}
.col-3 {
flex: 0 0 auto;
width: 25%;
}
.col-4 {
flex: 0 0 auto;
width: 33.33333%;
}
.col-5 {
flex: 0 0 auto;
width: 41.66667%;
}
.col-6 {
flex: 0 0 auto;
width: 50%;
}
.col-7 {
flex: 0 0 auto;
width: 58.33333%;
}
.col-8 {
flex: 0 0 auto;
width: 66.66667%;
}
.col-9 {
flex: 0 0 auto;
width: 75%;
}
.col-10 {
flex: 0 0 auto;
width: 83.33333%;
}
.col-11 {
flex: 0 0 auto;
width: 91.66667%;
}
.col-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-1 {
margin-left: 8.33333%;
}
.offset-2 {
margin-left: 16.66667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.33333%;
}
.offset-5 {
margin-left: 41.66667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.33333%;
}
.offset-8 {
margin-left: 66.66667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.33333%;
}
.offset-11 {
margin-left: 91.66667%;
}
.g-0,
.gx-0 {
--bs-gutter-x: 0;
}
.g-0,
.gy-0 {
--bs-gutter-y: 0;
}
.g-1,
.gx-1 {
--bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
--bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
--bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
--bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
--bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
--bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
--bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
--bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
--bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
--bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
.col-sm {
flex: 1 0 0%;
}
.row-cols-sm-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-sm-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-sm-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-sm-3 > * {
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-sm-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-sm-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-sm-6 > * {
flex: 0 0 auto;
width: 16.66667%;
}
.col-sm-auto {
flex: 0 0 auto;
width: auto;
}
.col-sm-1 {
flex: 0 0 auto;
width: 8.33333%;
}
.col-sm-2 {
flex: 0 0 auto;
width: 16.66667%;
}
.col-sm-3 {
flex: 0 0 auto;
width: 25%;
}
.col-sm-4 {
flex: 0 0 auto;
width: 33.33333%;
}
.col-sm-5 {
flex: 0 0 auto;
width: 41.66667%;
}
.col-sm-6 {
flex: 0 0 auto;
width: 50%;
}
.col-sm-7 {
flex: 0 0 auto;
width: 58.33333%;
}
.col-sm-8 {
flex: 0 0 auto;
width: 66.66667%;
}
.col-sm-9 {
flex: 0 0 auto;
width: 75%;
}
.col-sm-10 {
flex: 0 0 auto;
width: 83.33333%;
}
.col-sm-11 {
flex: 0 0 auto;
width: 91.66667%;
}
.col-sm-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.33333%;
}
.offset-sm-2 {
margin-left: 16.66667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.33333%;
}
.offset-sm-5 {
margin-left: 41.66667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.33333%;
}
.offset-sm-8 {
margin-left: 66.66667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.33333%;
}
.offset-sm-11 {
margin-left: 91.66667%;
}
.g-sm-0,
.gx-sm-0 {
--bs-gutter-x: 0;
}
.g-sm-0,
.gy-sm-0 {
--bs-gutter-y: 0;
}
.g-sm-1,
.gx-sm-1 {
--bs-gutter-x: 0.25rem;
}
.g-sm-1,
.gy-sm-1 {
--bs-gutter-y: 0.25rem;
}
.g-sm-2,
.gx-sm-2 {
--bs-gutter-x: 0.5rem;
}
.g-sm-2,
.gy-sm-2 {
--bs-gutter-y: 0.5rem;
}
.g-sm-3,
.gx-sm-3 {
--bs-gutter-x: 1rem;
}
.g-sm-3,
.gy-sm-3 {
--bs-gutter-y: 1rem;
}
.g-sm-4,
.gx-sm-4 {
--bs-gutter-x: 1.5rem;
}
.g-sm-4,
.gy-sm-4 {
--bs-gutter-y: 1.5rem;
}
.g-sm-5,
.gx-sm-5 {
--bs-gutter-x: 3rem;
}
.g-sm-5,
.gy-sm-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 768px) {
.col-md {
flex: 1 0 0%;
}
.row-cols-md-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-md-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-md-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-md-3 > * {
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-md-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-md-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-md-6 > * {
flex: 0 0 auto;
width: 16.66667%;
}
.col-md-auto {
flex: 0 0 auto;
width: auto;
}
.col-md-1 {
flex: 0 0 auto;
width: 8.33333%;
}
.col-md-2 {
flex: 0 0 auto;
width: 16.66667%;
}
.col-md-3 {
flex: 0 0 auto;
width: 25%;
}
.col-md-4 {
flex: 0 0 auto;
width: 33.33333%;
}
.col-md-5 {
flex: 0 0 auto;
width: 41.66667%;
}
.col-md-6 {
flex: 0 0 auto;
width: 50%;
}
.col-md-7 {
flex: 0 0 auto;
width: 58.33333%;
}
.col-md-8 {
flex: 0 0 auto;
width: 66.66667%;
}
.col-md-9 {
flex: 0 0 auto;
width: 75%;
}
.col-md-10 {
flex: 0 0 auto;
width: 83.33333%;
}
.col-md-11 {
flex: 0 0 auto;
width: 91.66667%;
}
.col-md-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.33333%;
}
.offset-md-2 {
margin-left: 16.66667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.33333%;
}
.offset-md-5 {
margin-left: 41.66667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.33333%;
}
.offset-md-8 {
margin-left: 66.66667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.33333%;
}
.offset-md-11 {
margin-left: 91.66667%;
}
.g-md-0,
.gx-md-0 {
--bs-gutter-x: 0;
}
.g-md-0,
.gy-md-0 {
--bs-gutter-y: 0;
}
.g-md-1,
.gx-md-1 {
--bs-gutter-x: 0.25rem;
}
.g-md-1,
.gy-md-1 {
--bs-gutter-y: 0.25rem;
}
.g-md-2,
.gx-md-2 {
--bs-gutter-x: 0.5rem;
}
.g-md-2,
.gy-md-2 {
--bs-gutter-y: 0.5rem;
}
.g-md-3,
.gx-md-3 {
--bs-gutter-x: 1rem;
}
.g-md-3,
.gy-md-3 {
--bs-gutter-y: 1rem;
}
.g-md-4,
.gx-md-4 {
--bs-gutter-x: 1.5rem;
}
.g-md-4,
.gy-md-4 {
--bs-gutter-y: 1.5rem;
}
.g-md-5,
.gx-md-5 {
--bs-gutter-x: 3rem;
}
.g-md-5,
.gy-md-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 992px) {
.col-lg {
flex: 1 0 0%;
}
.row-cols-lg-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-lg-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-lg-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-lg-3 > * {
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-lg-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-lg-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-lg-6 > * {
flex: 0 0 auto;
width: 16.66667%;
}
.col-lg-auto {
flex: 0 0 auto;
width: auto;
}
.col-lg-1 {
flex: 0 0 auto;
width: 8.33333%;
}
.col-lg-2 {
flex: 0 0 auto;
width: 16.66667%;
}
.col-lg-3 {
flex: 0 0 auto;
width: 25%;
}
.col-lg-4 {
flex: 0 0 auto;
width: 33.33333%;
}
.col-lg-5 {
flex: 0 0 auto;
width: 41.66667%;
}
.col-lg-6 {
flex: 0 0 auto;
width: 50%;
}
.col-lg-7 {
flex: 0 0 auto;
width: 58.33333%;
}
.col-lg-8 {
flex: 0 0 auto;
width: 66.66667%;
}
.col-lg-9 {
flex: 0 0 auto;
width: 75%;
}
.col-lg-10 {
flex: 0 0 auto;
width: 83.33333%;
}
.col-lg-11 {
flex: 0 0 auto;
width: 91.66667%;
}
.col-lg-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.33333%;
}
.offset-lg-2 {
margin-left: 16.66667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.33333%;
}
.offset-lg-5 {
margin-left: 41.66667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.33333%;
}
.offset-lg-8 {
margin-left: 66.66667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.33333%;
}
.offset-lg-11 {
margin-left: 91.66667%;
}
.g-lg-0,
.gx-lg-0 {
--bs-gutter-x: 0;
}
.g-lg-0,
.gy-lg-0 {
--bs-gutter-y: 0;
}
.g-lg-1,
.gx-lg-1 {
--bs-gutter-x: 0.25rem;
}
.g-lg-1,
.gy-lg-1 {
--bs-gutter-y: 0.25rem;
}
.g-lg-2,
.gx-lg-2 {
--bs-gutter-x: 0.5rem;
}
.g-lg-2,
.gy-lg-2 {
--bs-gutter-y: 0.5rem;
}
.g-lg-3,
.gx-lg-3 {
--bs-gutter-x: 1rem;
}
.g-lg-3,
.gy-lg-3 {
--bs-gutter-y: 1rem;
}
.g-lg-4,
.gx-lg-4 {
--bs-gutter-x: 1.5rem;
}
.g-lg-4,
.gy-lg-4 {
--bs-gutter-y: 1.5rem;
}
.g-lg-5,
.gx-lg-5 {
--bs-gutter-x: 3rem;
}
.g-lg-5,
.gy-lg-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1200px) {
.col-xl {
flex: 1 0 0%;
}
.row-cols-xl-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-xl-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-xl-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-xl-3 > * {
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-xl-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-xl-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-xl-6 > * {
flex: 0 0 auto;
width: 16.66667%;
}
.col-xl-auto {
flex: 0 0 auto;
width: auto;
}
.col-xl-1 {
flex: 0 0 auto;
width: 8.33333%;
}
.col-xl-2 {
flex: 0 0 auto;
width: 16.66667%;
}
.col-xl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xl-4 {
flex: 0 0 auto;
width: 33.33333%;
}
.col-xl-5 {
flex: 0 0 auto;
width: 41.66667%;
}
.col-xl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xl-7 {
flex: 0 0 auto;
width: 58.33333%;
}
.col-xl-8 {
flex: 0 0 auto;
width: 66.66667%;
}
.col-xl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xl-10 {
flex: 0 0 auto;
width: 83.33333%;
}
.col-xl-11 {
flex: 0 0 auto;
width: 91.66667%;
}
.col-xl-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.33333%;
}
.offset-xl-2 {
margin-left: 16.66667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.33333%;
}
.offset-xl-5 {
margin-left: 41.66667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.33333%;
}
.offset-xl-8 {
margin-left: 66.66667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.33333%;
}
.offset-xl-11 {
margin-left: 91.66667%;
}
.g-xl-0,
.gx-xl-0 {
--bs-gutter-x: 0;
}
.g-xl-0,
.gy-xl-0 {
--bs-gutter-y: 0;
}
.g-xl-1,
.gx-xl-1 {
--bs-gutter-x: 0.25rem;
}
.g-xl-1,
.gy-xl-1 {
--bs-gutter-y: 0.25rem;
}
.g-xl-2,
.gx-xl-2 {
--bs-gutter-x: 0.5rem;
}
.g-xl-2,
.gy-xl-2 {
--bs-gutter-y: 0.5rem;
}
.g-xl-3,
.gx-xl-3 {
--bs-gutter-x: 1rem;
}
.g-xl-3,
.gy-xl-3 {
--bs-gutter-y: 1rem;
}
.g-xl-4,
.gx-xl-4 {
--bs-gutter-x: 1.5rem;
}
.g-xl-4,
.gy-xl-4 {
--bs-gutter-y: 1.5rem;
}
.g-xl-5,
.gx-xl-5 {
--bs-gutter-x: 3rem;
}
.g-xl-5,
.gy-xl-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1400px) {
.col-xxl {
flex: 1 0 0%;
}
.row-cols-xxl-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-xxl-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-xxl-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-xxl-3 > * {
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-xxl-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-xxl-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-xxl-6 > * {
flex: 0 0 auto;
width: 16.66667%;
}
.col-xxl-auto {
flex: 0 0 auto;
width: auto;
}
.col-xxl-1 {
flex: 0 0 auto;
width: 8.33333%;
}
.col-xxl-2 {
flex: 0 0 auto;
width: 16.66667%;
}
.col-xxl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xxl-4 {
flex: 0 0 auto;
width: 33.33333%;
}
.col-xxl-5 {
flex: 0 0 auto;
width: 41.66667%;
}
.col-xxl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xxl-7 {
flex: 0 0 auto;
width: 58.33333%;
}
.col-xxl-8 {
flex: 0 0 auto;
width: 66.66667%;
}
.col-xxl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xxl-10 {
flex: 0 0 auto;
width: 83.33333%;
}
.col-xxl-11 {
flex: 0 0 auto;
width: 91.66667%;
}
.col-xxl-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-xxl-0 {
margin-left: 0;
}
.offset-xxl-1 {
margin-left: 8.33333%;
}
.offset-xxl-2 {
margin-left: 16.66667%;
}
.offset-xxl-3 {
margin-left: 25%;
}
.offset-xxl-4 {
margin-left: 33.33333%;
}
.offset-xxl-5 {
margin-left: 41.66667%;
}
.offset-xxl-6 {
margin-left: 50%;
}
.offset-xxl-7 {
margin-left: 58.33333%;
}
.offset-xxl-8 {
margin-left: 66.66667%;
}
.offset-xxl-9 {
margin-left: 75%;
}
.offset-xxl-10 {
margin-left: 83.33333%;
}
.offset-xxl-11 {
margin-left: 91.66667%;
}
.g-xxl-0,
.gx-xxl-0 {
--bs-gutter-x: 0;
}
.g-xxl-0,
.gy-xxl-0 {
--bs-gutter-y: 0;
}
.g-xxl-1,
.gx-xxl-1 {
--bs-gutter-x: 0.25rem;
}
.g-xxl-1,
.gy-xxl-1 {
--bs-gutter-y: 0.25rem;
}
.g-xxl-2,
.gx-xxl-2 {
--bs-gutter-x: 0.5rem;
}
.g-xxl-2,
.gy-xxl-2 {
--bs-gutter-y: 0.5rem;
}
.g-xxl-3,
.gx-xxl-3 {
--bs-gutter-x: 1rem;
}
.g-xxl-3,
.gy-xxl-3 {
--bs-gutter-y: 1rem;
}
.g-xxl-4,
.gx-xxl-4 {
--bs-gutter-x: 1.5rem;
}
.g-xxl-4,
.gy-xxl-4 {
--bs-gutter-y: 1.5rem;
}
.g-xxl-5,
.gx-xxl-5 {
--bs-gutter-x: 3rem;
}
.g-xxl-5,
.gy-xxl-5 {
--bs-gutter-y: 3rem;
}
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-grid {
display: grid !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: flex !important;
}
.d-inline-flex {
display: inline-flex !important;
}
.d-none {
display: none !important;
}
.flex-fill {
flex: 1 1 auto !important;
}
.flex-row {
flex-direction: row !important;
}
.flex-column {
flex-direction: column !important;
}
.flex-row-reverse {
flex-direction: row-reverse !important;
}
.flex-column-reverse {
flex-direction: column-reverse !important;
}
.flex-grow-0 {
flex-grow: 0 !important;
}
.flex-grow-1 {
flex-grow: 1 !important;
}
.flex-shrink-0 {
flex-shrink: 0 !important;
}
.flex-shrink-1 {
flex-shrink: 1 !important;
}
.flex-wrap {
flex-wrap: wrap !important;
}
.flex-nowrap {
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-start {
justify-content: flex-start !important;
}
.justify-content-end {
justify-content: flex-end !important;
}
.justify-content-center {
justify-content: center !important;
}
.justify-content-between {
justify-content: space-between !important;
}
.justify-content-around {
justify-content: space-around !important;
}
.justify-content-evenly {
justify-content: space-evenly !important;
}
.align-items-start {
align-items: flex-start !important;
}
.align-items-end {
align-items: flex-end !important;
}
.align-items-center {
align-items: center !important;
}
.align-items-baseline {
align-items: baseline !important;
}
.align-items-stretch {
align-items: stretch !important;
}
.align-content-start {
align-content: flex-start !important;
}
.align-content-end {
align-content: flex-end !important;
}
.align-content-center {
align-content: center !important;
}
.align-content-between {
align-content: space-between !important;
}
.align-content-around {
align-content: space-around !important;
}
.align-content-stretch {
align-content: stretch !important;
}
.align-self-auto {
align-self: auto !important;
}
.align-self-start {
align-self: flex-start !important;
}
.align-self-end {
align-self: flex-end !important;
}
.align-self-center {
align-self: center !important;
}
.align-self-baseline {
align-self: baseline !important;
}
.align-self-stretch {
align-self: stretch !important;
}
.order-first {
order: -1 !important;
}
.order-0 {
order: 0 !important;
}
.order-1 {
order: 1 !important;
}
.order-2 {
order: 2 !important;
}
.order-3 {
order: 3 !important;
}
.order-4 {
order: 4 !important;
}
.order-5 {
order: 5 !important;
}
.order-last {
order: 6 !important;
}
.m-0 {
margin: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.m-3 {
margin: 1rem !important;
}
.m-4 {
margin: 1.5rem !important;
}
.m-5 {
margin: 3rem !important;
}
.m-auto {
margin: auto !important;
}
.mx-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-0 {
margin-top: 0 !important;
}
.mt-1 {
margin-top: 0.25rem !important;
}
.mt-2 {
margin-top: 0.5rem !important;
}
.mt-3 {
margin-top: 1rem !important;
}
.mt-4 {
margin-top: 1.5rem !important;
}
.mt-5 {
margin-top: 3rem !important;
}
.mt-auto {
margin-top: auto !important;
}
.me-0 {
margin-right: 0 !important;
}
.me-1 {
margin-right: 0.25rem !important;
}
.me-2 {
margin-right: 0.5rem !important;
}
.me-3 {
margin-right: 1rem !important;
}
.me-4 {
margin-right: 1.5rem !important;
}
.me-5 {
margin-right: 3rem !important;
}
.me-auto {
margin-right: auto !important;
}
.mb-0 {
margin-bottom: 0 !important;
}
.mb-1 {
margin-bottom: 0.25rem !important;
}
.mb-2 {
margin-bottom: 0.5rem !important;
}
.mb-3 {
margin-bottom: 1rem !important;
}
.mb-4 {
margin-bottom: 1.5rem !important;
}
.mb-5 {
margin-bottom: 3rem !important;
}
.mb-auto {
margin-bottom: auto !important;
}
.ms-0 {
margin-left: 0 !important;
}
.ms-1 {
margin-left: 0.25rem !important;
}
.ms-2 {
margin-left: 0.5rem !important;
}
.ms-3 {
margin-left: 1rem !important;
}
.ms-4 {
margin-left: 1.5rem !important;
}
.ms-5 {
margin-left: 3rem !important;
}
.ms-auto {
margin-left: auto !important;
}
.p-0 {
padding: 0 !important;
}
.p-1 {
padding: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.p-3 {
padding: 1rem !important;
}
.p-4 {
padding: 1.5rem !important;
}
.p-5 {
padding: 3rem !important;
}
.px-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-0 {
padding-top: 0 !important;
}
.pt-1 {
padding-top: 0.25rem !important;
}
.pt-2 {
padding-top: 0.5rem !important;
}
.pt-3 {
padding-top: 1rem !important;
}
.pt-4 {
padding-top: 1.5rem !important;
}
.pt-5 {
padding-top: 3rem !important;
}
.pe-0 {
padding-right: 0 !important;
}
.pe-1 {
padding-right: 0.25rem !important;
}
.pe-2 {
padding-right: 0.5rem !important;
}
.pe-3 {
padding-right: 1rem !important;
}
.pe-4 {
padding-right: 1.5rem !important;
}
.pe-5 {
padding-right: 3rem !important;
}
.pb-0 {
padding-bottom: 0 !important;
}
.pb-1 {
padding-bottom: 0.25rem !important;
}
.pb-2 {
padding-bottom: 0.5rem !important;
}
.pb-3 {
padding-bottom: 1rem !important;
}
.pb-4 {
padding-bottom: 1.5rem !important;
}
.pb-5 {
padding-bottom: 3rem !important;
}
.ps-0 {
padding-left: 0 !important;
}
.ps-1 {
padding-left: 0.25rem !important;
}
.ps-2 {
padding-left: 0.5rem !important;
}
.ps-3 {
padding-left: 1rem !important;
}
.ps-4 {
padding-left: 1.5rem !important;
}
.ps-5 {
padding-left: 3rem !important;
}
@media (min-width: 576px) {
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-grid {
display: grid !important;
}
.d-sm-table {
display: table !important;
}
.d-sm-table-row {
display: table-row !important;
}
.d-sm-table-cell {
display: table-cell !important;
}
.d-sm-flex {
display: flex !important;
}
.d-sm-inline-flex {
display: inline-flex !important;
}
.d-sm-none {
display: none !important;
}
.flex-sm-fill {
flex: 1 1 auto !important;
}
.flex-sm-row {
flex-direction: row !important;
}
.flex-sm-column {
flex-direction: column !important;
}
.flex-sm-row-reverse {
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
flex-direction: column-reverse !important;
}
.flex-sm-grow-0 {
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
flex-shrink: 1 !important;
}
.flex-sm-wrap {
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-sm-start {
justify-content: flex-start !important;
}
.justify-content-sm-end {
justify-content: flex-end !important;
}
.justify-content-sm-center {
justify-content: center !important;
}
.justify-content-sm-between {
justify-content: space-between !important;
}
.justify-content-sm-around {
justify-content: space-around !important;
}
.justify-content-sm-evenly {
justify-content: space-evenly !important;
}
.align-items-sm-start {
align-items: flex-start !important;
}
.align-items-sm-end {
align-items: flex-end !important;
}
.align-items-sm-center {
align-items: center !important;
}
.align-items-sm-baseline {
align-items: baseline !important;
}
.align-items-sm-stretch {
align-items: stretch !important;
}
.align-content-sm-start {
align-content: flex-start !important;
}
.align-content-sm-end {
align-content: flex-end !important;
}
.align-content-sm-center {
align-content: center !important;
}
.align-content-sm-between {
align-content: space-between !important;
}
.align-content-sm-around {
align-content: space-around !important;
}
.align-content-sm-stretch {
align-content: stretch !important;
}
.align-self-sm-auto {
align-self: auto !important;
}
.align-self-sm-start {
align-self: flex-start !important;
}
.align-self-sm-end {
align-self: flex-end !important;
}
.align-self-sm-center {
align-self: center !important;
}
.align-self-sm-baseline {
align-self: baseline !important;
}
.align-self-sm-stretch {
align-self: stretch !important;
}
.order-sm-first {
order: -1 !important;
}
.order-sm-0 {
order: 0 !important;
}
.order-sm-1 {
order: 1 !important;
}
.order-sm-2 {
order: 2 !important;
}
.order-sm-3 {
order: 3 !important;
}
.order-sm-4 {
order: 4 !important;
}
.order-sm-5 {
order: 5 !important;
}
.order-sm-last {
order: 6 !important;
}
.m-sm-0 {
margin: 0 !important;
}
.m-sm-1 {
margin: 0.25rem !important;
}
.m-sm-2 {
margin: 0.5rem !important;
}
.m-sm-3 {
margin: 1rem !important;
}
.m-sm-4 {
margin: 1.5rem !important;
}
.m-sm-5 {
margin: 3rem !important;
}
.m-sm-auto {
margin: auto !important;
}
.mx-sm-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-sm-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-sm-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-sm-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-sm-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-sm-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-sm-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-sm-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-sm-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-sm-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-sm-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-sm-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-sm-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-sm-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-sm-0 {
margin-top: 0 !important;
}
.mt-sm-1 {
margin-top: 0.25rem !important;
}
.mt-sm-2 {
margin-top: 0.5rem !important;
}
.mt-sm-3 {
margin-top: 1rem !important;
}
.mt-sm-4 {
margin-top: 1.5rem !important;
}
.mt-sm-5 {
margin-top: 3rem !important;
}
.mt-sm-auto {
margin-top: auto !important;
}
.me-sm-0 {
margin-right: 0 !important;
}
.me-sm-1 {
margin-right: 0.25rem !important;
}
.me-sm-2 {
margin-right: 0.5rem !important;
}
.me-sm-3 {
margin-right: 1rem !important;
}
.me-sm-4 {
margin-right: 1.5rem !important;
}
.me-sm-5 {
margin-right: 3rem !important;
}
.me-sm-auto {
margin-right: auto !important;
}
.mb-sm-0 {
margin-bottom: 0 !important;
}
.mb-sm-1 {
margin-bottom: 0.25rem !important;
}
.mb-sm-2 {
margin-bottom: 0.5rem !important;
}
.mb-sm-3 {
margin-bottom: 1rem !important;
}
.mb-sm-4 {
margin-bottom: 1.5rem !important;
}
.mb-sm-5 {
margin-bottom: 3rem !important;
}
.mb-sm-auto {
margin-bottom: auto !important;
}
.ms-sm-0 {
margin-left: 0 !important;
}
.ms-sm-1 {
margin-left: 0.25rem !important;
}
.ms-sm-2 {
margin-left: 0.5rem !important;
}
.ms-sm-3 {
margin-left: 1rem !important;
}
.ms-sm-4 {
margin-left: 1.5rem !important;
}
.ms-sm-5 {
margin-left: 3rem !important;
}
.ms-sm-auto {
margin-left: auto !important;
}
.p-sm-0 {
padding: 0 !important;
}
.p-sm-1 {
padding: 0.25rem !important;
}
.p-sm-2 {
padding: 0.5rem !important;
}
.p-sm-3 {
padding: 1rem !important;
}
.p-sm-4 {
padding: 1.5rem !important;
}
.p-sm-5 {
padding: 3rem !important;
}
.px-sm-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-sm-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-sm-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-sm-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-sm-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-sm-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-sm-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-sm-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-sm-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-sm-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-sm-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-sm-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-sm-0 {
padding-top: 0 !important;
}
.pt-sm-1 {
padding-top: 0.25rem !important;
}
.pt-sm-2 {
padding-top: 0.5rem !important;
}
.pt-sm-3 {
padding-top: 1rem !important;
}
.pt-sm-4 {
padding-top: 1.5rem !important;
}
.pt-sm-5 {
padding-top: 3rem !important;
}
.pe-sm-0 {
padding-right: 0 !important;
}
.pe-sm-1 {
padding-right: 0.25rem !important;
}
.pe-sm-2 {
padding-right: 0.5rem !important;
}
.pe-sm-3 {
padding-right: 1rem !important;
}
.pe-sm-4 {
padding-right: 1.5rem !important;
}
.pe-sm-5 {
padding-right: 3rem !important;
}
.pb-sm-0 {
padding-bottom: 0 !important;
}
.pb-sm-1 {
padding-bottom: 0.25rem !important;
}
.pb-sm-2 {
padding-bottom: 0.5rem !important;
}
.pb-sm-3 {
padding-bottom: 1rem !important;
}
.pb-sm-4 {
padding-bottom: 1.5rem !important;
}
.pb-sm-5 {
padding-bottom: 3rem !important;
}
.ps-sm-0 {
padding-left: 0 !important;
}
.ps-sm-1 {
padding-left: 0.25rem !important;
}
.ps-sm-2 {
padding-left: 0.5rem !important;
}
.ps-sm-3 {
padding-left: 1rem !important;
}
.ps-sm-4 {
padding-left: 1.5rem !important;
}
.ps-sm-5 {
padding-left: 3rem !important;
}
}
@media (min-width: 768px) {
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-grid {
display: grid !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: flex !important;
}
.d-md-inline-flex {
display: inline-flex !important;
}
.d-md-none {
display: none !important;
}
.flex-md-fill {
flex: 1 1 auto !important;
}
.flex-md-row {
flex-direction: row !important;
}
.flex-md-column {
flex-direction: column !important;
}
.flex-md-row-reverse {
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
flex-direction: column-reverse !important;
}
.flex-md-grow-0 {
flex-grow: 0 !important;
}
.flex-md-grow-1 {
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
flex-shrink: 1 !important;
}
.flex-md-wrap {
flex-wrap: wrap !important;
}
.flex-md-nowrap {
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-md-start {
justify-content: flex-start !important;
}
.justify-content-md-end {
justify-content: flex-end !important;
}
.justify-content-md-center {
justify-content: center !important;
}
.justify-content-md-between {
justify-content: space-between !important;
}
.justify-content-md-around {
justify-content: space-around !important;
}
.justify-content-md-evenly {
justify-content: space-evenly !important;
}
.align-items-md-start {
align-items: flex-start !important;
}
.align-items-md-end {
align-items: flex-end !important;
}
.align-items-md-center {
align-items: center !important;
}
.align-items-md-baseline {
align-items: baseline !important;
}
.align-items-md-stretch {
align-items: stretch !important;
}
.align-content-md-start {
align-content: flex-start !important;
}
.align-content-md-end {
align-content: flex-end !important;
}
.align-content-md-center {
align-content: center !important;
}
.align-content-md-between {
align-content: space-between !important;
}
.align-content-md-around {
align-content: space-around !important;
}
.align-content-md-stretch {
align-content: stretch !important;
}
.align-self-md-auto {
align-self: auto !important;
}
.align-self-md-start {
align-self: flex-start !important;
}
.align-self-md-end {
align-self: flex-end !important;
}
.align-self-md-center {
align-self: center !important;
}
.align-self-md-baseline {
align-self: baseline !important;
}
.align-self-md-stretch {
align-self: stretch !important;
}
.order-md-first {
order: -1 !important;
}
.order-md-0 {
order: 0 !important;
}
.order-md-1 {
order: 1 !important;
}
.order-md-2 {
order: 2 !important;
}
.order-md-3 {
order: 3 !important;
}
.order-md-4 {
order: 4 !important;
}
.order-md-5 {
order: 5 !important;
}
.order-md-last {
order: 6 !important;
}
.m-md-0 {
margin: 0 !important;
}
.m-md-1 {
margin: 0.25rem !important;
}
.m-md-2 {
margin: 0.5rem !important;
}
.m-md-3 {
margin: 1rem !important;
}
.m-md-4 {
margin: 1.5rem !important;
}
.m-md-5 {
margin: 3rem !important;
}
.m-md-auto {
margin: auto !important;
}
.mx-md-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-md-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-md-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-md-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-md-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-md-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-md-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-md-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-md-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-md-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-md-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-md-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-md-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-md-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-md-0 {
margin-top: 0 !important;
}
.mt-md-1 {
margin-top: 0.25rem !important;
}
.mt-md-2 {
margin-top: 0.5rem !important;
}
.mt-md-3 {
margin-top: 1rem !important;
}
.mt-md-4 {
margin-top: 1.5rem !important;
}
.mt-md-5 {
margin-top: 3rem !important;
}
.mt-md-auto {
margin-top: auto !important;
}
.me-md-0 {
margin-right: 0 !important;
}
.me-md-1 {
margin-right: 0.25rem !important;
}
.me-md-2 {
margin-right: 0.5rem !important;
}
.me-md-3 {
margin-right: 1rem !important;
}
.me-md-4 {
margin-right: 1.5rem !important;
}
.me-md-5 {
margin-right: 3rem !important;
}
.me-md-auto {
margin-right: auto !important;
}
.mb-md-0 {
margin-bottom: 0 !important;
}
.mb-md-1 {
margin-bottom: 0.25rem !important;
}
.mb-md-2 {
margin-bottom: 0.5rem !important;
}
.mb-md-3 {
margin-bottom: 1rem !important;
}
.mb-md-4 {
margin-bottom: 1.5rem !important;
}
.mb-md-5 {
margin-bottom: 3rem !important;
}
.mb-md-auto {
margin-bottom: auto !important;
}
.ms-md-0 {
margin-left: 0 !important;
}
.ms-md-1 {
margin-left: 0.25rem !important;
}
.ms-md-2 {
margin-left: 0.5rem !important;
}
.ms-md-3 {
margin-left: 1rem !important;
}
.ms-md-4 {
margin-left: 1.5rem !important;
}
.ms-md-5 {
margin-left: 3rem !important;
}
.ms-md-auto {
margin-left: auto !important;
}
.p-md-0 {
padding: 0 !important;
}
.p-md-1 {
padding: 0.25rem !important;
}
.p-md-2 {
padding: 0.5rem !important;
}
.p-md-3 {
padding: 1rem !important;
}
.p-md-4 {
padding: 1.5rem !important;
}
.p-md-5 {
padding: 3rem !important;
}
.px-md-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-md-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-md-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-md-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-md-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-md-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-md-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-md-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-md-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-md-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-md-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-md-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-md-0 {
padding-top: 0 !important;
}
.pt-md-1 {
padding-top: 0.25rem !important;
}
.pt-md-2 {
padding-top: 0.5rem !important;
}
.pt-md-3 {
padding-top: 1rem !important;
}
.pt-md-4 {
padding-top: 1.5rem !important;
}
.pt-md-5 {
padding-top: 3rem !important;
}
.pe-md-0 {
padding-right: 0 !important;
}
.pe-md-1 {
padding-right: 0.25rem !important;
}
.pe-md-2 {
padding-right: 0.5rem !important;
}
.pe-md-3 {
padding-right: 1rem !important;
}
.pe-md-4 {
padding-right: 1.5rem !important;
}
.pe-md-5 {
padding-right: 3rem !important;
}
.pb-md-0 {
padding-bottom: 0 !important;
}
.pb-md-1 {
padding-bottom: 0.25rem !important;
}
.pb-md-2 {
padding-bottom: 0.5rem !important;
}
.pb-md-3 {
padding-bottom: 1rem !important;
}
.pb-md-4 {
padding-bottom: 1.5rem !important;
}
.pb-md-5 {
padding-bottom: 3rem !important;
}
.ps-md-0 {
padding-left: 0 !important;
}
.ps-md-1 {
padding-left: 0.25rem !important;
}
.ps-md-2 {
padding-left: 0.5rem !important;
}
.ps-md-3 {
padding-left: 1rem !important;
}
.ps-md-4 {
padding-left: 1.5rem !important;
}
.ps-md-5 {
padding-left: 3rem !important;
}
}
@media (min-width: 992px) {
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-grid {
display: grid !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: flex !important;
}
.d-lg-inline-flex {
display: inline-flex !important;
}
.d-lg-none {
display: none !important;
}
.flex-lg-fill {
flex: 1 1 auto !important;
}
.flex-lg-row {
flex-direction: row !important;
}
.flex-lg-column {
flex-direction: column !important;
}
.flex-lg-row-reverse {
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
flex-direction: column-reverse !important;
}
.flex-lg-grow-0 {
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
flex-shrink: 1 !important;
}
.flex-lg-wrap {
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-lg-start {
justify-content: flex-start !important;
}
.justify-content-lg-end {
justify-content: flex-end !important;
}
.justify-content-lg-center {
justify-content: center !important;
}
.justify-content-lg-between {
justify-content: space-between !important;
}
.justify-content-lg-around {
justify-content: space-around !important;
}
.justify-content-lg-evenly {
justify-content: space-evenly !important;
}
.align-items-lg-start {
align-items: flex-start !important;
}
.align-items-lg-end {
align-items: flex-end !important;
}
.align-items-lg-center {
align-items: center !important;
}
.align-items-lg-baseline {
align-items: baseline !important;
}
.align-items-lg-stretch {
align-items: stretch !important;
}
.align-content-lg-start {
align-content: flex-start !important;
}
.align-content-lg-end {
align-content: flex-end !important;
}
.align-content-lg-center {
align-content: center !important;
}
.align-content-lg-between {
align-content: space-between !important;
}
.align-content-lg-around {
align-content: space-around !important;
}
.align-content-lg-stretch {
align-content: stretch !important;
}
.align-self-lg-auto {
align-self: auto !important;
}
.align-self-lg-start {
align-self: flex-start !important;
}
.align-self-lg-end {
align-self: flex-end !important;
}
.align-self-lg-center {
align-self: center !important;
}
.align-self-lg-baseline {
align-self: baseline !important;
}
.align-self-lg-stretch {
align-self: stretch !important;
}
.order-lg-first {
order: -1 !important;
}
.order-lg-0 {
order: 0 !important;
}
.order-lg-1 {
order: 1 !important;
}
.order-lg-2 {
order: 2 !important;
}
.order-lg-3 {
order: 3 !important;
}
.order-lg-4 {
order: 4 !important;
}
.order-lg-5 {
order: 5 !important;
}
.order-lg-last {
order: 6 !important;
}
.m-lg-0 {
margin: 0 !important;
}
.m-lg-1 {
margin: 0.25rem !important;
}
.m-lg-2 {
margin: 0.5rem !important;
}
.m-lg-3 {
margin: 1rem !important;
}
.m-lg-4 {
margin: 1.5rem !important;
}
.m-lg-5 {
margin: 3rem !important;
}
.m-lg-auto {
margin: auto !important;
}
.mx-lg-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-lg-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-lg-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-lg-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-lg-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-lg-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-lg-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-lg-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-lg-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-lg-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-lg-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-lg-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-lg-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-lg-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-lg-0 {
margin-top: 0 !important;
}
.mt-lg-1 {
margin-top: 0.25rem !important;
}
.mt-lg-2 {
margin-top: 0.5rem !important;
}
.mt-lg-3 {
margin-top: 1rem !important;
}
.mt-lg-4 {
margin-top: 1.5rem !important;
}
.mt-lg-5 {
margin-top: 3rem !important;
}
.mt-lg-auto {
margin-top: auto !important;
}
.me-lg-0 {
margin-right: 0 !important;
}
.me-lg-1 {
margin-right: 0.25rem !important;
}
.me-lg-2 {
margin-right: 0.5rem !important;
}
.me-lg-3 {
margin-right: 1rem !important;
}
.me-lg-4 {
margin-right: 1.5rem !important;
}
.me-lg-5 {
margin-right: 3rem !important;
}
.me-lg-auto {
margin-right: auto !important;
}
.mb-lg-0 {
margin-bottom: 0 !important;
}
.mb-lg-1 {
margin-bottom: 0.25rem !important;
}
.mb-lg-2 {
margin-bottom: 0.5rem !important;
}
.mb-lg-3 {
margin-bottom: 1rem !important;
}
.mb-lg-4 {
margin-bottom: 1.5rem !important;
}
.mb-lg-5 {
margin-bottom: 3rem !important;
}
.mb-lg-auto {
margin-bottom: auto !important;
}
.ms-lg-0 {
margin-left: 0 !important;
}
.ms-lg-1 {
margin-left: 0.25rem !important;
}
.ms-lg-2 {
margin-left: 0.5rem !important;
}
.ms-lg-3 {
margin-left: 1rem !important;
}
.ms-lg-4 {
margin-left: 1.5rem !important;
}
.ms-lg-5 {
margin-left: 3rem !important;
}
.ms-lg-auto {
margin: auto !important;
}
.p-lg-0 {
padding: 0 !important;
}
.p-lg-1 {
padding: 0.25rem !important;
}
.p-lg-2 {
padding: 0.5rem !important;
}
.p-lg-3 {
padding: 1rem !important;
}
.p-lg-4 {
padding: 1.5rem !important;
}
.p-lg-5 {
padding: 3rem !important;
}
.px-lg-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-lg-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-lg-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-lg-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-lg-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-lg-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-lg-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-lg-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-lg-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-lg-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-lg-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-lg-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-lg-0 {
padding-top: 0 !important;
}
.pt-lg-1 {
padding-top: 0.25rem !important;
}
.pt-lg-2 {
padding-top: 0.5rem !important;
}
.pt-lg-3 {
padding-top: 1rem !important;
}
.pt-lg-4 {
padding-top: 1.5rem !important;
}
.pt-lg-5 {
padding-top: 3rem !important;
}
.pe-lg-0 {
padding-right: 0 !important;
}
.pe-lg-1 {
padding-right: 0.25rem !important;
}
.pe-lg-2 {
padding-right: 0.5rem !important;
}
.pe-lg-3 {
padding-right: 1rem !important;
}
.pe-lg-4 {
padding-right: 1.5rem !important;
}
.pe-lg-5 {
padding-right: 3rem !important;
}
.pb-lg-0 {
padding-bottom: 0 !important;
}
.pb-lg-1 {
padding-bottom: 0.25rem !important;
}
.pb-lg-2 {
padding-bottom: 0.5rem !important;
}
.pb-lg-3 {
padding-bottom: 1rem !important;
}
.pb-lg-4 {
padding-bottom: 1.5rem !important;
}
.pb-lg-5 {
padding-bottom: 3rem !important;
}
.ps-lg-0 {
padding-left: 0 !important;
}
.ps-lg-1 {
padding-left: 0.25rem !important;
}
.ps-lg-2 {
padding-left: 0.5rem !important;
}
.ps-lg-3 {
padding-left: 1rem !important;
}
.ps-lg-4 {
padding-left: 1.5rem !important;
}
.ps-lg-5 {
padding-left: 3rem !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-grid {
display: grid !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: flex !important;
}
.d-xl-inline-flex {
display: inline-flex !important;
}
.d-xl-none {
display: none !important;
}
.flex-xl-fill {
flex: 1 1 auto !important;
}
.flex-xl-row {
flex-direction: row !important;
}
.flex-xl-column {
flex-direction: column !important;
}
.flex-xl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xl-grow-0 {
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
flex-shrink: 1 !important;
}
.flex-xl-wrap {
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-xl-start {
justify-content: flex-start !important;
}
.justify-content-xl-end {
justify-content: flex-end !important;
}
.justify-content-xl-center {
justify-content: center !important;
}
.justify-content-xl-between {
justify-content: space-between !important;
}
.justify-content-xl-around {
justify-content: space-around !important;
}
.justify-content-xl-evenly {
justify-content: space-evenly !important;
}
.align-items-xl-start {
align-items: flex-start !important;
}
.align-items-xl-end {
align-items: flex-end !important;
}
.align-items-xl-center {
align-items: center !important;
}
.align-items-xl-baseline {
align-items: baseline !important;
}
.align-items-xl-stretch {
align-items: stretch !important;
}
.align-content-xl-start {
align-content: flex-start !important;
}
.align-content-xl-end {
align-content: flex-end !important;
}
.align-content-xl-center {
align-content: center !important;
}
.align-content-xl-between {
align-content: space-between !important;
}
.align-content-xl-around {
align-content: space-around !important;
}
.align-content-xl-stretch {
align-content: stretch !important;
}
.align-self-xl-auto {
align-self: auto !important;
}
.align-self-xl-start {
align-self: flex-start !important;
}
.align-self-xl-end {
align-self: flex-end !important;
}
.align-self-xl-center {
align-self: center !important;
}
.align-self-xl-baseline {
align-self: baseline !important;
}
.align-self-xl-stretch {
align-self: stretch !important;
}
.order-xl-first {
order: -1 !important;
}
.order-xl-0 {
order: 0 !important;
}
.order-xl-1 {
order: 1 !important;
}
.order-xl-2 {
order: 2 !important;
}
.order-xl-3 {
order: 3 !important;
}
.order-xl-4 {
order: 4 !important;
}
.order-xl-5 {
order: 5 !important;
}
.order-xl-last {
order: 6 !important;
}
.m-xl-0 {
margin: 0 !important;
}
.m-xl-1 {
margin: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.m-xl-auto {
margin: auto !important;
}
.mx-xl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-xl-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-xl-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-xl-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-xl-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-xl-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-xl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-xl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-xl-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-xl-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-xl-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-xl-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-xl-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-xl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-xl-0 {
margin-top: 0 !important;
}
.mt-xl-1 {
margin-top: 0.25rem !important;
}
.mt-xl-2 {
margin-top: 0.5rem !important;
}
.mt-xl-3 {
margin-top: 1rem !important;
}
.mt-xl-4 {
margin-top: 1.5rem !important;
}
.mt-xl-5 {
margin-top: 3rem !important;
}
.mt-xl-auto {
margin-top: auto !important;
}
.me-xl-0 {
margin-right: 0 !important;
}
.me-xl-1 {
margin-right: 0.25rem !important;
}
.me-xl-2 {
margin-right: 0.5rem !important;
}
.me-xl-3 {
margin-right: 1rem !important;
}
.me-xl-4 {
margin-right: 1.5rem !important;
}
.me-xl-5 {
margin-right: 3rem !important;
}
.me-xl-auto {
margin-right: auto !important;
}
.mb-xl-0 {
margin-bottom: 0 !important;
}
.mb-xl-1 {
margin-bottom: 0.25rem !important;
}
.mb-xl-2 {
margin-bottom: 0.5rem !important;
}
.mb-xl-3 {
margin-bottom: 1rem !important;
}
.mb-xl-4 {
margin-bottom: 1.5rem !important;
}
.mb-xl-5 {
margin-bottom: 3rem !important;
}
.mb-xl-auto {
margin-bottom: auto !important;
}
.ms-xl-0 {
margin-left: 0 !important;
}
.ms-xl-1 {
margin-left: 0.25rem !important;
}
.ms-xl-2 {
margin-left: 0.5rem !important;
}
.ms-xl-3 {
margin-left: 1rem !important;
}
.ms-xl-4 {
margin-left: 1.5rem !important;
}
.ms-xl-5 {
margin-left: 3rem !important;
}
.ms-xl-auto {
margin-left: auto !important;
}
.p-xl-0 {
padding: 0 !important;
}
.p-xl-1 {
padding: 0.25rem !important;
}
.p-xl-2 {
padding: 0.5rem !important;
}
.p-xl-3 {
padding: 1rem !important;
}
.p-xl-4 {
padding: 1.5rem !important;
}
.p-xl-5 {
padding: 3rem !important;
}
.px-xl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-xl-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-xl-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-xl-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-xl-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-xl-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-xl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-xl-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-xl-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-xl-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-xl-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-xl-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-xl-0 {
padding-top: 0 !important;
}
.pt-xl-1 {
padding-top: 0.25rem !important;
}
.pt-xl-2 {
padding-top: 0.5rem !important;
}
.pt-xl-3 {
padding-top: 1rem !important;
}
.pt-xl-4 {
padding-top: 1.5rem !important;
}
.pt-xl-5 {
padding-top: 3rem !important;
}
.pe-xl-0 {
padding-right: 0 !important;
}
.pe-xl-1 {
padding-right: 0.25rem !important;
}
.pe-xl-2 {
padding-right: 0.5rem !important;
}
.pe-xl-3 {
padding-right: 1rem !important;
}
.pe-xl-4 {
padding-right: 1.5rem !important;
}
.pe-xl-5 {
padding-right: 3rem !important;
}
.pb-xl-0 {
padding-bottom: 0 !important;
}
.pb-xl-1 {
padding-bottom: 0.25rem !important;
}
.pb-xl-2 {
padding-bottom: 0.5rem !important;
}
.pb-xl-3 {
padding-bottom: 1rem !important;
}
.pb-xl-4 {
padding-bottom: 1.5rem !important;
}
.pb-xl-5 {
padding-bottom: 3rem !important;
}
.ps-xl-0 {
padding-left: 0 !important;
}
.ps-xl-1 {
padding-left: 0.25rem !important;
}
.ps-xl-2 {
padding-left: 0.5rem !important;
}
.ps-xl-3 {
padding-left: 1rem !important;
}
.ps-xl-4 {
padding-left: 1.5rem !important;
}
.ps-xl-5 {
padding-left: 3rem !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline {
display: inline !important;
}
.d-xxl-inline-block {
display: inline-block !important;
}
.d-xxl-block {
display: block !important;
}
.d-xxl-grid {
display: grid !important;
}
.d-xxl-table {
display: table !important;
}
.d-xxl-table-row {
display: table-row !important;
}
.d-xxl-table-cell {
display: table-cell !important;
}
.d-xxl-flex {
display: flex !important;
}
.d-xxl-inline-flex {
display: inline-flex !important;
}
.d-xxl-none {
display: none !important;
}
.flex-xxl-fill {
flex: 1 1 auto !important;
}
.flex-xxl-row {
flex-direction: row !important;
}
.flex-xxl-column {
flex-direction: column !important;
}
.flex-xxl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xxl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xxl-grow-0 {
flex-grow: 0 !important;
}
.flex-xxl-grow-1 {
flex-grow: 1 !important;
}
.flex-xxl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xxl-shrink-1 {
flex-shrink: 1 !important;
}
.flex-xxl-wrap {
flex-wrap: wrap !important;
}
.flex-xxl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xxl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-xxl-start {
justify-content: flex-start !important;
}
.justify-content-xxl-end {
justify-content: flex-end !important;
}
.justify-content-xxl-center {
justify-content: center !important;
}
.justify-content-xxl-between {
justify-content: space-between !important;
}
.justify-content-xxl-around {
justify-content: space-around !important;
}
.justify-content-xxl-evenly {
justify-content: space-evenly !important;
}
.align-items-xxl-start {
align-items: flex-start !important;
}
.align-items-xxl-end {
align-items: flex-end !important;
}
.align-items-xxl-center {
align-items: center !important;
}
.align-items-xxl-baseline {
align-items: baseline !important;
}
.align-items-xxl-stretch {
align-items: stretch !important;
}
.align-content-xxl-start {
align-content: flex-start !important;
}
.align-content-xxl-end {
align-content: flex-end !important;
}
.align-content-xxl-center {
align-content: center !important;
}
.align-content-xxl-between {
align-content: space-between !important;
}
.align-content-xxl-around {
align-content: space-around !important;
}
.align-content-xxl-stretch {
align-content: stretch !important;
}
.align-self-xxl-auto {
align-self: auto !important;
}
.align-self-xxl-start {
align-self: flex-start !important;
}
.align-self-xxl-end {
align-self: flex-end !important;
}
.align-self-xxl-center {
align-self: center !important;
}
.align-self-xxl-baseline {
align-self: baseline !important;
}
.align-self-xxl-stretch {
align-self: stretch !important;
}
.order-xxl-first {
order: -1 !important;
}
.order-xxl-0 {
order: 0 !important;
}
.order-xxl-1 {
order: 1 !important;
}
.order-xxl-2 {
order: 2 !important;
}
.order-xxl-3 {
order: 3 !important;
}
.order-xxl-4 {
order: 4 !important;
}
.order-xxl-5 {
order: 5 !important;
}
.order-xxl-last {
order: 6 !important;
}
.m-xxl-0 {
margin: 0 !important;
}
.m-xxl-1 {
margin: 0.25rem !important;
}
.m-xxl-2 {
margin: 0.5rem !important;
}
.m-xxl-3 {
margin: 1rem !important;
}
.m-xxl-4 {
margin: 1.5rem !important;
}
.m-xxl-5 {
margin: 3rem !important;
}
.m-xxl-auto {
margin: auto !important;
}
.mx-xxl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-xxl-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-xxl-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-xxl-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-xxl-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-xxl-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-xxl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-xxl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-xxl-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-xxl-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-xxl-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-xxl-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-xxl-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-xxl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-xxl-0 {
margin-top: 0 !important;
}
.mt-xxl-1 {
margin-top: 0.25rem !important;
}
.mt-xxl-2 {
margin-top: 0.5rem !important;
}
.mt-xxl-3 {
margin-top: 1rem !important;
}
.mt-xxl-4 {
margin-top: 1.5rem !important;
}
.mt-xxl-5 {
margin-top: 3rem !important;
}
.mt-xxl-auto {
margin-top: auto !important;
}
.me-xxl-0 {
margin-right: 0 !important;
}
.me-xxl-1 {
margin-right: 0.25rem !important;
}
.me-xxl-2 {
margin-right: 0.5rem !important;
}
.me-xxl-3 {
margin-right: 1rem !important;
}
.me-xxl-4 {
margin-right: 1.5rem !important;
}
.me-xxl-5 {
margin-right: 3rem !important;
}
.me-xxl-auto {
margin-right: auto !important;
}
.mb-xxl-0 {
margin-bottom: 0 !important;
}
.mb-xxl-1 {
margin-bottom: 0.25rem !important;
}
.mb-xxl-2 {
margin-bottom: 0.5rem !important;
}
.mb-xxl-3 {
margin-bottom: 1rem !important;
}
.mb-xxl-4 {
margin-bottom: 1.5rem !important;
}
.mb-xxl-5 {
margin-bottom: 3rem !important;
}
.mb-xxl-auto {
margin-bottom: auto !important;
}
.ms-xxl-0 {
margin-left: 0 !important;
}
.ms-xxl-1 {
margin-left: 0.25rem !important;
}
.ms-xxl-2 {
margin-left: 0.5rem !important;
}
.ms-xxl-3 {
margin-left: 1rem !important;
}
.ms-xxl-4 {
margin-left: 1.5rem !important;
}
.ms-xxl-5 {
margin-left: 3rem !important;
}
.ms-xxl-auto {
margin-left: auto !important;
}
.p-xxl-0 {
padding: 0 !important;
}
.p-xxl-1 {
padding: 0.25rem !important;
}
.p-xxl-2 {
padding: 0.5rem !important;
}
.p-xxl-3 {
padding: 1rem !important;
}
.p-xxl-4 {
padding: 1.5rem !important;
}
.p-xxl-5 {
padding: 3rem !important;
}
.px-xxl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-xxl-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-xxl-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-xxl-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-xxl-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-xxl-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-xxl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-xxl-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-xxl-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-xxl-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-xxl-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-xxl-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-xxl-0 {
padding-top: 0 !important;
}
.pt-xxl-1 {
padding-top: 0.25rem !important;
}
.pt-xxl-2 {
padding-top: 0.5rem !important;
}
.pt-xxl-3 {
padding-top: 1rem !important;
}
.pt-xxl-4 {
padding-top: 1.5rem !important;
}
.pt-xxl-5 {
padding-top: 3rem !important;
}
.pe-xxl-0 {
padding-right: 0 !important;
}
.pe-xxl-1 {
padding-right: 0.25rem !important;
}
.pe-xxl-2 {
padding-right: 0.5rem !important;
}
.pe-xxl-3 {
padding-right: 1rem !important;
}
.pe-xxl-4 {
padding-right: 1.5rem !important;
}
.pe-xxl-5 {
padding-right: 3rem !important;
}
.pb-xxl-0 {
padding-bottom: 0 !important;
}
.pb-xxl-1 {
padding-bottom: 0.25rem !important;
}
.pb-xxl-2 {
padding-bottom: 0.5rem !important;
}
.pb-xxl-3 {
padding-bottom: 1rem !important;
}
.pb-xxl-4 {
padding-bottom: 1.5rem !important;
}
.pb-xxl-5 {
padding-bottom: 3rem !important;
}
.ps-xxl-0 {
padding-left: 0 !important;
}
.ps-xxl-1 {
padding-left: 0.25rem !important;
}
.ps-xxl-2 {
padding-left: 0.5rem !important;
}
.ps-xxl-3 {
padding-left: 1rem !important;
}
.ps-xxl-4 {
padding-left: 1.5rem !important;
}
.ps-xxl-5 {
padding-left: 3rem !important;
}
}
@media print {
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-grid {
display: grid !important;
}
.d-print-table {
display: table !important;
}
.d-print-table-row {
display: table-row !important;
}
.d-print-table-cell {
display: table-cell !important;
}
.d-print-flex {
display: flex !important;
}
.d-print-inline-flex {
display: inline-flex !important;
}
.d-print-none {
display: none !important;
}
}
.form-label {
margin-bottom: 0.5rem;
}
.col-form-label {
padding-top: calc(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5;
}
.col-form-label-lg {
padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
font-size: 1.25rem;
}
.col-form-label-sm {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
font-size: 0.875rem;
}
.form-text {
margin-top: 0.25rem;
font-size: 0.875em;
color: #6c757d;
}
.form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
appearance: none;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control {
transition: none;
}
}
.form-control[type="file"] {
overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
cursor: pointer;
}
.form-control:focus {
color: #212529;
background-color: #fff;
border-color: #86b7fe;
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
height: 1.5em;
}
.form-control::placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}
.form-control::file-selector-button {
padding: 0.375rem 0.75rem;
margin: -0.375rem -0.75rem;
margin-inline-end: 0.75rem;
color: #212529;
background-color: #e9ecef;
pointer-events: none;
border-color: inherit;
border-style: solid;
border-width: 0;
border-inline-end-width: 1px;
border-radius: 0;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control::file-selector-button {
transition: none;
}
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
padding: 0.375rem 0.75rem;
margin: -0.375rem -0.75rem;
margin-inline-end: 0.75rem;
color: #212529;
background-color: #e9ecef;
pointer-events: none;
border-color: inherit;
border-style: solid;
border-width: 0;
border-inline-end-width: 1px;
border-radius: 0;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control::-webkit-file-upload-button {
transition: none;
}
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
background-color: #dde0e3;
}
.form-control-plaintext {
display: block;
width: 100%;
padding: 0.375rem 0;
margin-bottom: 0;
line-height: 1.5;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
padding-right: 0;
padding-left: 0;
}
.form-control-sm {
min-height: calc(1.5em + 0.5rem + 2px);
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
padding: 0.25rem 0.5rem;
margin: -0.25rem -0.5rem;
margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
padding: 0.25rem 0.5rem;
margin: -0.25rem -0.5rem;
margin-inline-end: 0.5rem;
}
.form-control-lg {
min-height: calc(1.5em + 1rem + 2px);
padding: 0.5rem 1rem;
font-size: 1.25rem;
border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
padding: 0.5rem 1rem;
margin: -0.5rem -1rem;
margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
padding: 0.5rem 1rem;
margin: -0.5rem -1rem;
margin-inline-end: 1rem;
}
textarea.form-control {
min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
max-width: 3rem;
height: auto;
padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
cursor: pointer;
}
.form-control-color::-moz-color-swatch {
height: 1.5em;
border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
height: 1.5em;
border-radius: 0.25rem;
}
.form-select {
display: block;
width: 100%;
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right 0.75rem center;
background-size: 16px 12px;
border: 1px solid #ced4da;
border-radius: 0.25rem;
appearance: none;
}
.form-select:focus {
border-color: #86b7fe;
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
padding-right: 0.75rem;
background-image: none;
}
.form-select:disabled {
color: #6c757d;
background-color: #e9ecef;
}
.form-select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #212529;
}
.form-select-sm {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
font-size: 0.875rem;
}
.form-select-lg {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
font-size: 1.25rem;
}
.form-check {
display: block;
min-height: 1.5rem;
padding-left: 1.5em;
margin-bottom: 0.125rem;
}
.form-check .form-check-input {
float: left;
margin-left: -1.5em;
}
.form-check-input {
width: 1em;
height: 1em;
margin-top: 0.25em;
vertical-align: top;
background-color: #fff;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
border: 1px solid rgba(0, 0, 0, 0.25);
appearance: none;
color-adjust: exact;
transition: background-color 0.15s ease-in-out,
background-position 0.15s ease-in-out, border-color 0.15s ease-in-out,
box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-check-input {
transition: none;
}
}
.form-check-input[type="checkbox"] {
border-radius: 0.25em;
}
.form-check-input[type="radio"] {
border-radius: 50%;
}
.form-check-input:active {
filter: brightness(90%);
}
.form-check-input:focus {
border-color: #86b7fe;
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
background-color: #0d6efd;
border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
background-color: #0d6efd;
border-color: #0d6efd;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
pointer-events: none;
filter: none;
opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
opacity: 0.5;
}
.form-switch {
padding-left: 2.5em;
}
.form-switch .form-check-input {
width: 2em;
margin-left: -2.5em;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
background-position: left center;
border-radius: 2em;
}
.form-switch .form-check-input:focus {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
background-position: right center;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
display: inline-block;
margin-right: 1rem;
}
.btn-check {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.btn-check[disabled] + .btn,
.btn-check:disabled + .btn {
pointer-events: none;
filter: none;
opacity: 0.65;
}
.form-range {
width: 100%;
height: 1.5rem;
padding: 0;
background-color: transparent;
appearance: none;
}
.form-range:focus {
outline: none;
}
.form-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
border: 0;
}
.form-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #0d6efd;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
box-shadow 0.15s ease-in-out;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.form-range::-webkit-slider-thumb {
transition: none;
}
}
.form-range::-webkit-slider-thumb:active {
background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.form-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #0d6efd;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
box-shadow 0.15s ease-in-out;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.form-range::-moz-range-thumb {
transition: none;
}
}
.form-range::-moz-range-thumb:active {
background-color: #b6d4fe;
}
.form-range::-moz-range-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.form-range:disabled {
pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
background-color: #adb5bd;
}
.form-floating {
position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
height: calc(3.5rem + 2px);
padding: 1rem 0.75rem;
}
.form-floating > label {
position: absolute;
top: 0;
left: 0;
height: 100%;
padding: 1rem 0.75rem;
pointer-events: none;
border: 1px solid transparent;
transform-origin: 0 0;
transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-floating > label {
transition: none;
}
}
.form-floating > .form-control::placeholder {
color: transparent;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-select {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
opacity: 0.65;
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
opacity: 0.65;
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: stretch;
width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
position: relative;
flex: 1 1 auto;
width: 1%;
min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
z-index: 3;
}
.input-group .btn {
position: relative;
z-index: 2;
}
.input-group .btn:focus {
z-index: 3;
}
.input-group-text {
display: flex;
align-items: center;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
border-radius: 0.3rem;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
border-radius: 0.2rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
padding-right: 1.75rem;
}
.input-group:not(.has-validation)
> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group.has-validation
> :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group
> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
.valid-feedback
):not(.invalid-tooltip):not(.invalid-feedback) {
margin-left: -1px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.valid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
color: #198754;
}
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
font-size: 0.875rem;
color: #fff;
background-color: rgba(25, 135, 84, 0.9);
border-radius: 0.25rem;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
border-color: #198754;
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
border-color: #198754;
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right
calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid,
.form-select.is-valid {
border-color: #198754;
padding-right: calc(0.75em + 2.3125rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-position: right 0.75rem center, center right 1.75rem;
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
border-color: #198754;
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid,
.form-check-input.is-valid {
border-color: #198754;
}
.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
background-color: #198754;
}
.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
margin-left: 0.5em;
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
color: #dc3545;
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
font-size: 0.875rem;
color: #fff;
background-color: rgba(220, 53, 69, 0.9);
border-radius: 0.25rem;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
border-color: #dc3545;
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right
calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid,
.form-select.is-invalid {
border-color: #dc3545;
padding-right: calc(0.75em + 2.3125rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-position: right 0.75rem center, center right 1.75rem;
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
margin-left: 0.5em;
} .header_top {
font-family: Nunito Sans;
padding: 8px 0px;
}
.header_top.border_bottom {
border-bottom: 1px solid #e5e5e5;
}
.header_left {
align-items: center;
}
.header_left span {
background: #0b6755;
border-radius: 3px;
padding: 4px 18px;
font-size: 14px;
color: #fff;
margin-right: 15px;
}
.header_left p {
margin-bottom: 0px;
font-size: 13px;
color: #969696;
}
.header_right {
margin-bottom: 0;
}
.header_right li {
margin-right: 32px;
}
.header_right li:last-child {
margin-right: 0;
}
.header_right a {
font-size: 18px;
font-weight: 500;
color: #8d8d8d;
}
.header_right .flag button {
padding: 0px;
font-size: 14px;
color: #969696;
border: 0px;
text-transform: uppercase;
}
.header_right .flag button:focus {
outline: none;
box-shadow: none;
}
.header_right .flag button .caret {
margin-left: 0px !important;
}
.header_right .flag .dropdown-menu {
padding: 10px;
}
.header_right .flag .dropdown-menu li a {
font-size: 14px;
font-family: Nunito Sans;
font-weight: 400;
cursor: pointer;
}
.header_right .dollar {
padding: 0px;
height: auto;
line-height: normal;
border: 0px;
color: #969696;
}
.header_right .dollar:after {
display: inline-block;
position: relative;
margin-left: 0.255em;
vertical-align: 0.255em;
right: 0;
height: auto;
top: auto;
margin-top: 0;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
transform: rotate(0deg);
border-bottom: 0;
border-left: 0.3em solid transparent;
}
.header_right .dollar ul li {
font-size: 14px;
font-family: Nunito Sans;
text-transform: uppercase;
font-weight: 400;
color: #969696;
margin-right: 0;
}
.navbar {
border: 0px;
padding: 0px;
background: #b36a6a00;
z-index: 99;
}
.navbar .navbar-collapse {
flex: 1;
width: auto;
}
.navbar-brand img + img {
display: none;
}
.menu > .nav-item {
margin-left: 30px;
position: relative;
padding-bottom: 13px;
padding-top: 13px;
transition: all 0.1s linear;
}
@media (max-width: 1199px) {
.menu > .nav-item {
margin-left: 15px;
}
}
.menu > .nav-item > .nav-link {
font-family: Nunito Sans;
font-size: 18px;
color: #000000;
padding: 0;
position: relative;
text-decoration: none;
display: inline-block;
}
@media (min-width: 992px){
.menu.navbar-nav .menu-item.submenu .nav-link:after {
content: '\f078';
font-family: "Font Awesome 5 Free";
font-weight: 900;
height: 100%;
display: inline-flex;
align-items: center;
font-size: 14px;
top: 0px;
position: relative;
margin-left: 5px;
}
}
.menu > .nav-item > .nav-link:before {
content: "";
width: 0px;
height: 2px;
background: #0b6755;
position: absolute;
bottom: 0;
left: auto;
right: 0;
transition: all 0.2s linear;
}
.menu > .nav-item .mobile_dropdown_icon {
display: none;
}
.menu > .nav-item .mobile_dropdown_icon.arrow_rotate {
transform: rotate(180deg);
color: #0b6755;
}
.menu > .nav-item.submenu .dropdown-menu {
margin: 0px;
border: 0px;
border-radius: 0px;
left: -30px;
min-width: 200px;
padding: 20px 0px;
background: #fff;
box-shadow: 0px 6px 20px 0px rgba(1, 6, 33, 0.08);
display: none;
}
@media (min-width: 992px) {
.menu > .nav-item.submenu .dropdown-menu {
transform: translateY(20px);
top: 100%;
transition: all 0.3s ease-in;
opacity: 0;
visibility: hidden;
display: block;
}
}
.menu > .nav-item.submenu .dropdown-menu .nav-item {
display: block;
width: 100%;
padding: 0px 30px;
position: relative;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:not(:first-child) {
margin-top: 14px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link {
padding: 0px;
white-space: nowrap;
font-size: 16px;
color: #0f0f0f;
transition: color 0.2s linear;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:after {
display: none;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link,
.menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link,
.menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
color: #0b6755;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
transition: transform 0.3s ease-in;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu:before {
display: none;
}
@media (min-width: 992px) {
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
position: absolute;
left: 100%;
top: -15px;
opacity: 0;
display: block;
visibility: hidden;
transform: translateY(20px);
transition: all 0.3s ease-in;
}
}
.menu > .nav-item.mega_menu {
position: static;
}
.menu > .nav-item.mega_menu .mega_menu_inner {
left: 0;
width: 100%;
padding: 40px 0px 100px;
}
.menu > .nav-item.mega_menu .mega_menu_inner:before {
content: "";
width: 100%;
background: url(//nooria.tech/wp-content/themes/zafram/assets/img/home-one/shap.png) no-repeat scroll right bottom;
height: 90px;
bottom: 0;
right: 0;
position: absolute;
z-index: -1;
}
.menu > .nav-item.mega_menu .mega_menu_inner .maga_menu_col {
max-width: 1110px;
margin: 0 auto;
}
.menu > .nav-item.mega_menu .mega_menu_inner .maga_menu_col ul {
display: flex;
flex-wrap: wrap;
}
.menu > .nav-item.mega_menu .mega_menu_inner .maga_menu_col ul > .nav-item {
padding: 0px;
width: 25%;
position: relative;
background: transparent;
margin-top: 0;
}
.menu > .nav-item.mega_menu .mega_menu_inner .maga_menu_col ul > .nav-item > a {
font-size: 20px;
font-weight: 600;
color: #1e1e1e;
}
.menu
> .nav-item.mega_menu
.mega_menu_inner
.maga_menu_col
ul
> .nav-item:hover
a {
color: #1e1e1e;
}
.menu
> .nav-item.mega_menu
.mega_menu_inner
.maga_menu_col
ul
> .nav-item
> .dropdown-menu {
position: relative;
top: 0;
left: 0;
box-shadow: none;
background: transparent;
padding-top: 0;
}
.menu
> .nav-item.mega_menu
.mega_menu_inner
.maga_menu_col
ul
> .nav-item
> .dropdown-menu
li {
margin-bottom: 12px;
width: 100%;
}
.menu
> .nav-item.mega_menu
.mega_menu_inner
.maga_menu_col
ul
> .nav-item
> .dropdown-menu
li
a {
font-size: 15px;
font-weight: 400;
color: #0f0f0f;
}
.menu
> .nav-item.mega_menu
.mega_menu_inner
.maga_menu_col
ul
> .nav-item
> .dropdown-menu
li.active
a,
.menu
> .nav-item.mega_menu
.mega_menu_inner
.maga_menu_col
ul
> .nav-item
> .dropdown-menu
li:hover
a {
color: #0b6755;
}
.menu > .nav-item.active .nav-link:before {
width: 100%;
left: 0;
right: auto;
}
.menu > .nav-item:hover .nav-link{
color: #0b6755;
}
.menu > .nav-item:hover .nav-link:before {
width: 100%;
left: 0;
right: auto;
}
@media (min-width: 992px) {
.menu > .nav-item:hover .dropdown-menu {
opacity: 1;
transform: translateY(0);
visibility: visible;
}
.menu
> .nav-item:hover
.dropdown-menu
.maga_menu_col
ul
> .nav-item
> .dropdown-menu {
opacity: 1;
visibility: visible;
}
}
@media (min-width: 992px) and (min-width: 992px) {
.menu > .nav-item:hover .dropdown-menu > .nav-item:hover > .dropdown-menu {
transform: scaleY(1);
opacity: 1;
visibility: visible;
}
}
.search_cart {
align-items: center;
margin-left: 0;
}
.search_cart:before {
content: "";
width: 1px;
height: 35px;
background: #e5e5e5;
display: inline-block;
margin-left: 35px;
margin-right: 35px;
}
.search_cart .nav-item {
padding-top: 13px;
padding-bottom: 13px;
transition: all 0.1s linear;
}
.search_cart .nav-item:not(:last-child) {
margin-right: 20px;
}
.search_cart .nav-item .nav-link {
font-size: 20px;
color: #0b6755;
padding: 0px;
position: relative;
}
.search_cart .nav-item .nav-link:after {
display: none;
}
.search_cart .nav-item .nav-link .num {
width: 14px;
height: 14px;
border-radius: 50%;
background: #0b6755;
display: inline-block;
text-align: center;
color: #fff;
line-height: 14px;
font-size: 10px;
position: absolute;
top: 0px;
right: -7px;
}
.search_cart .nav-item.submenu .dropdown-menu {
margin: 0px;
border: 0px;
border-radius: 0px;
left: auto;
right: 0;
min-width: 350px;
padding: 30px;
background: #fff;
box-shadow: -1px 2px 19px -3px rgba(14, 0, 40, 0.05);
}
@media (min-width: 992px) {
.search_cart .nav-item.submenu .dropdown-menu {
transform: translateY(20px);
transition: all 0.3s ease-in;
opacity: 0;
visibility: hidden;
display: block;
}
}
.search_cart .nav-item.submenu .dropdown-menu li + li {
margin-top: 20px;
}
.search_cart .nav-item.submenu .dropdown-menu .cart-single-item {
display: flex;
}
.search_cart .nav-item.submenu .dropdown-menu .cart-single-item .cart-img {
display: block;
margin-right: 15px;
transition: all 0.3s linear;
}
.search_cart .nav-item.submenu .dropdown-menu .cart-single-item .cart-content {
flex: 1;
align-self: center;
}
.search_cart
.nav-item.submenu
.dropdown-menu
.cart-single-item
.cart-content
.cart-title {
font-size: 18px;
font-weight: 500;
line-height: 24px;
margin-bottom: 10px;
transition: color 0.3s linear;
}
.search_cart
.nav-item.submenu
.dropdown-menu
.cart-single-item
.cart-content
.cart-title
a {
color: #0b6755;
}
.search_cart
.nav-item.submenu
.dropdown-menu
.cart-single-item
.cart-content
p {
font-size: 14px;
line-height: 22px;
color: #333;
font-weight: 300;
margin-bottom: 0px;
}
.search_cart
.nav-item.submenu
.dropdown-menu
.cart-single-item
.cart-content
p
del {
color: #919191;
}
.search_cart .nav-item.submenu .dropdown-menu .cart-single-item .cart-remove {
margin-left: 5px;
text-align: right;
align-self: center;
}
.search_cart .nav-item.submenu .dropdown-menu .cart-single-item .cart-remove a {
font-size: 14px;
color: #333;
}
.search_cart
.nav-item.submenu
.dropdown-menu
.cart-single-item
.cart-remove
a:hover {
color: #0b6755;
}
.search_cart
.nav-item.submenu
.dropdown-menu
.cart-single-item:hover
.cart-img {
opacity: 0.5;
}
.search_cart
.nav-item.submenu
.dropdown-menu
.cart-single-item:hover
.cart-title
a {
color: #0b6755;
}
.search_cart .nav-item.submenu .dropdown-menu .cart_f {
border-top: 1px solid #ededed;
}
.search_cart .nav-item.submenu .dropdown-menu .cart_f .cart-pricing p {
margin-bottom: 0;
font-size: 18px;
padding-top: 15px;
font-weight: 500;
padding-bottom: 15px;
color: #0b6755;
display: flex;
justify-content: space-between;
}
.search_cart
.nav-item.submenu
.dropdown-menu
.cart_f
.cart-button
.medical_theme_btn {
border: 0px;
padding: 9px 20px;
width: 48%;
cursor: pointer;
}
.search_cart
.nav-item.submenu
.dropdown-menu
.cart_f
.cart-button
.medical_theme_btn
+ .medical_theme_btn {
margin-left: 5px;
background: #0b6755;
}
.search_cart
.nav-item.submenu
.dropdown-menu
.cart_f
.cart-button
.medical_theme_btn
+ .medical_theme_btn
span {
background: #0b6755;
}
.search_cart .nav-item:hover .nav-link i:before {
color: #0b6755;
}
@media (min-width: 992px) {
.search_cart .nav-item:hover .dropdown-menu {
opacity: 1;
transform: translateY(0);
visibility: visible;
}
}
.search_cart .nav-item.search {
position: relative;
}
.search_cart .nav-item.search.open .menu-search-form {
transform: translateY(0);
opacity: 1;
visibility: visible;
right: 0;
}
.menu-search-form {
position: absolute;
width: 370px;
box-shadow: 0px 6px 20px 0px rgba(1, 6, 33, 0.08),
-3px 0px 0px 0px rgba(238, 144, 81, 0.004);
top: 100%;
left: auto;
right: 0px;
z-index: 20;
transform: translateY(20px);
opacity: 0;
visibility: hidden;
transition: all 0.2s linear;
border-left: 3px solid #333;
}
.menu-search-form .form-control {
font-size: 18px;
font-weight: 400;
border: 0px;
padding: 0px;
border-radius: 0px;
box-shadow: none;
padding-left: 30px;
height: 60px;
font-family: Nunito Sans;
}
.menu-search-form .form-control.placeholder {
color: #a6a6a6;
}
.menu-search-form .form-control:-moz-placeholder {
color: #a6a6a6;
}
.menu-search-form .form-control::-moz-placeholder {
color: #a6a6a6;
}
.menu-search-form .form-control::-webkit-input-placeholder {
color: #a6a6a6;
}
.menu-search-form button {
border: 0px;
background: #fff;
margin-left: -1px;
padding-right: 20px;
color: #0b6755;
}
.menu_gap {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.navbar_fixed .navbar {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 999;
background: #fff;
box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.05);
}
.navbar_fixed .navbar .navbar-brand img {
display: none;
}
.navbar_fixed .navbar .navbar-brand img + img {
display: inline-block;
}
.navbar_fixed .navbar .menu > .nav-item {
padding-top: 30px;
padding-bottom: 30px;
transition: all 0.2s linear;
}
@media (max-width: 991px) {
.navbar_fixed .navbar .menu > .nav-item {
padding-top: 10px;
padding-bottom: 10px;
}
.navbar-nav.search_cart {
flex: 1;
margin-right: 15px;
}
}
.navbar_fixed .search_cart .nav-item {
padding-top: 20px;
padding-bottom: 20px;
transition: all 0.2s linear;
}
.navbar-toggler {
position: relative;
width: 30px;
height: 20px;
border-radius: 0px;
padding: 0px;
border: 0px;
margin: 25px 0px;
}
.navbar-toggler:focus {
outline: none;
box-shadow: none;
}
.navbar-toggler span {
display: block;
position: absolute;
height: 1px;
width: 50%;
background: #0b6755;
opacity: 1;
transform: rotate(0deg);
transition: 0.25s ease-in-out;
}
.navbar-toggler span:nth-child(even) {
left: 50%;
border-radius: 0 9px 9px 0;
}
.navbar-toggler span:nth-child(odd) {
left: 0px;
border-radius: 9px 0 0 9px;
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(6) {
transform: rotate(45deg);
}
.navbar-toggler span:nth-child(2),
.navbar-toggler span:nth-child(5) {
transform: rotate(-45deg);
}
.navbar-toggler span:nth-child(1) {
left: 0px;
top: 4px;
}
.navbar-toggler span:nth-child(2) {
left: calc(50% - 4px);
top: 4px;
}
.navbar-toggler span:nth-child(3) {
left: -50%;
opacity: 0;
}
.navbar-toggler span:nth-child(4) {
left: 100%;
opacity: 0;
}
.navbar-toggler span:nth-child(5) {
left: 0px;
top: 14px;
}
.navbar-toggler span:nth-child(6) {
left: calc(50% - 4px);
top: 14px;
}
.navbar-toggler.collapsed span:nth-child(1),
.navbar-toggler.collapsed span:nth-child(2) {
top: 2px;
}
.navbar-toggler.collapsed span:nth-child(3),
.navbar-toggler.collapsed span:nth-child(4) {
top: 9px;
}
.navbar-toggler.collapsed span:nth-child(5),
.navbar-toggler.collapsed span:nth-child(6) {
top: 18px;
}
.navbar-toggler.collapsed span:nth-child(2),
.navbar-toggler.collapsed span:nth-child(5),
.navbar-toggler.collapsed span:nth-child(1),
.navbar-toggler.collapsed span:nth-child(6) {
transform: rotate(0deg);
}
.navbar-toggler.collapsed span:nth-child(3) {
opacity: 1;
left: 0;
}
.navbar-toggler.collapsed span:nth-child(4) {
opacity: 1;
left: calc(50% - 4px);
}
@media (max-width: 1199px) {
.menu > .nav-item.mega_menu .mega_menu_inner .maga_menu_col {
max-width: 960px;
padding-left: 15px;
padding-right: 15px;
}
}
@media (max-width: 991px) {
.header_left span {
padding: 4px 11px;
font-size: 13px;
margin-right: 7px;
}
.header_right li {
margin-right: 15px;
}
.search_cart {
flex-direction: initial;
margin-left: auto;
margin-right: 25px;
}
.search_cart:before {
display: none;
}
.search_cart .nav-item {
padding-top: 20px;
padding-bottom: 20px;
}
.navbar .navbar-collapse {
position: absolute;
left: 0;
top: 100%;
background: #fff;
z-index: 8;
display: none;
right: 0;
box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.04);
border-top: 1px solid #ededed;
}
.menu {
max-width: 720px;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
background-color: #FFFFFF;
box-shadow: 0px 4px 6px 0px rgb(12 0 46 / 25%);
}
.menu > .nav-item {
margin-left: 0;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 0;
padding-right: 0;
}
.menu > .nav-item .nav-link,
.menu > .nav-item.mega_menu {
position: relative;
color: #000;
}
.menu > .nav-item .nav-link:before {
display: none;
}
.menu > .nav-item.submenu .dropdown-menu {
padding-left: 15px;
padding-right: 0px;
box-shadow: none;
padding-bottom: 0px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item {
padding-left: 0;
padding-right: 0;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .mobile_dropdown_icon {
top: 0px;
}
.menu > .nav-item .mobile_dropdown_icon {
display: block;
position: absolute;
right: 10px;
top: 10px;
font-size: 18px;
transition: all 0.2s;
font-weight: 600;
}
.menu > .nav-item.mega_menu .mega_menu_inner {
padding-bottom: 20px;
}
.menu > .nav-item.mega_menu .mega_menu_inner:before {
display: none;
}
.menu > .nav-item.mega_menu .mega_menu_inner .maga_menu_col ul > .nav-item {
width: 50%;
}
.menu
> .nav-item.mega_menu
.mega_menu_inner
.maga_menu_col
ul
> .nav-item
> .dropdown-menu {
padding-left: 0;
padding-top: 20px;
padding-right: 0;
display: block !important;
}
.search_cart .nav-item.submenu .dropdown-menu {
position: absolute;
top: 100%;
right: -52px !important;
}
}
@media (max-width: 767px) {
.header_top .container > .d-flex {
display: block !important;
}
.header_top .container > .d-flex .header_left,
.header_top .container > .d-flex .header_right {
justify-content: center;
}
.header_top .container > .d-flex .header_right {
margin-top: 5px;
}
.menu {
max-width: 540px;
}
}
@media (max-width: 576px) {
.search_cart .nav-item.submenu .dropdown-menu {
padding: 20px 15px;
min-width: 290px;
}
.menu-search-form {
width: 270px;
}
.header_left span {
padding: 4px 7px;
font-size: 11px;
}
}
@media (max-width: 370px) {
.header_left {
display: none !important;
}
.navbar-brand {
padding-right: 5px;
}
.navbar-brand img {
max-width: 100%;
}
.nice-select .list {
left: auto;
right: 0;
}
.search_cart {
margin-right: 10px;
}
.search_cart .nav-item .nav-link {
font-size: 18px;
}
.search_cart .nav-item:not(:last-child) {
margin-right: 12px;
}
}    .site {
overflow: hidden;
}
.sidebar_right {
padding-left: 40px !important;
}
@media (max-width: 1199px) {
.sidebar_right {
padding-left: 15px !important;
}
}
@media (max-width: 991px) {
.sidebar_right {
max-width: 320px;
margin-top: 50px;
}
}
@media (max-width: 576px) {
.sidebar_right {
max-width: 100%;
}
}
@media (max-width: 480px) {
.has-post-thumbnail .media_blog_content .featured_post {
position: absolute;
right: 20px;
top: 20px;
}
}
.featured_post {
position: absolute;
right: 20px;
top: 20px;
background: #0b6755;
border-radius: 3px;
line-height: 15px;
display: inline-block;
padding: 8px 16px;
color: #fff;
font-size: 14px;
text-align: center;
z-index: 1;
}
@media (max-width: 480px) {
.featured_post {
position: relative;
right: 0px;
top: 0px;
margin-bottom: 12px;
}
}
.blog_post_item {
position: relative;
}
.blog_post_item.has-post-thumbnail{
border-top-left-radius: 10px;
border-top-right-radius: 10px;
overflow: hidden;
}
.blog_post_item:not(:last-child) {
margin-bottom: 40px;
}
.blog_post_item a.post-thumbnail {
display: flex;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
overflow: hidden;
background: #000;
}
.blog_post_item a.post-thumbnail img {
display: block;
margin: 0 auto;
}
.blog_title {
font-size: 32px;
line-height: 1.2;
color: #222e3e;
font-weight: 700;
transition: color 0.2s linear;
margin: 0px 0px 20px;
word-break: break-word;
}
.blog_title a {
color: #222e3e;
}
.blog_title a:focus {
outline: none;
}
.media_blog_content {
margin-top: 0;
border: 1px solid #efeded;
padding: 20px 20px;
font-family: Nunito Sans;
}
@media (max-width: 991px) {
.media_blog_content {
padding: 28px 20px;
}
}
.media_blog_content p {
line-height: 1.8;
margin-top: 0;
}
.media_blog_content p a {
font-weight: 500;
color: #0f0f0f;
text-decoration: none;
}
.media_blog_content p a:focus {
outline: none;
}
.media_blog_content p:empty {
display: none;
}
.media_blog_content .post_bottom {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
font-size: 17px;
font-weight: 400;
text-transform: capitalize;
color: #899097;
}
.media_blog_content .post_bottom .learn_btn_two {
text-decoration: none;
color: #899097;
}
.media_blog_content .post_bottom .learn_btn_two:after {
content: "\e901";
font-family: "icomoon" !important;
vertical-align: middle;
margin-left: 6px;
transition: all 0.2s linear;
display: inline-block;
}
.media_blog_content .post_bottom .learn_btn_two:hover {
color: #0b6755;
}
.media_blog_content .post_bottom .learn_btn_two:hover:after {
transform: translateX(5px);
}
.post-meta {
color: #899097;
font-size: 18px;
padding-bottom: 10px;
}
.post-meta span span::after {
display: none;
}
.post-meta a {
text-decoration: none;
color: #899097;
}
.mejs-container {
border-radius: 6px;
background: white !important;
width: 100% !important;
box-shadow: 0px 10px 30px 0px rgba(20, 3, 67, 0.08);
border-left: 6px solid #0b6755;
padding: 50px;
}
.mejs-container .mejs-controls {
background: transparent !important;
font-family: Nunito Sans;
padding-left: 60px;
padding-right: 40px;
height: 100%;
align-items: center;
}
.mejs-container .mejs-controls .mejs-button {
height: auto;
}
.mejs-container .mejs-controls .mejs-button button {
background: none;
position: relative;
height: auto;
line-height: 1;
margin: 0px;
}
.mejs-container .mejs-controls .mejs-button button::before {
content: "\f04b";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 13px;
}
.mejs-container .mejs-controls .mejs-button.mejs-volume-button {
display: none;
width: 0px;
}
.mejs-container .mejs-controls .mejs-time {
padding: 0;
height: auto;
}
.mejs-container .mejs-controls .mejs-time .mejs-currenttime,
.mejs-container .mejs-controls .mejs-time .mejs-duration {
font-size: 13px;
color: #424255;
font-weight: 400;
line-height: 1.35;
}
.mejs-container .mejs-controls .mejs-time-rail {
height: auto;
padding-top: 0;
margin-left: 20px;
margin-right: 20px;
margin-top: -15px;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
background: #f2f0f6;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
margin-top: 0;
background: #f2f0f6;
height: 14px;
border-radius: 0px;
}
.mejs-container
.mejs-controls
.mejs-time-rail
.mejs-time-total
.mejs-time-current {
background: #0b6755;
height: 100%;
}
.mejs-container
.mejs-controls
.mejs-time-rail
.mejs-time-total
.mejs-time-handle {
background: #e9e7f1;
height: 100%;
}
.mejs-container
.mejs-controls
.mejs-time-rail
.mejs-time-total
.mejs-time-handle
.mejs-time-handle-content {
display: none;
}
.mejs-container .mejs-controls .mejs-horizontal-volume-slider {
height: auto;
width: 60px;
margin-left: 45px;
}
.mejs-container .mejs-controls .mejs-horizontal-volume-total {
height: 8px;
background: #e4e0ee !important;
border-radius: 0px;
top: -4px;
}
.mejs-container
.mejs-controls
.mejs-horizontal-volume-total
.mejs-horizontal-volume-current {
background: #0b6755;
border-radius: 0px;
}
.post-password-form input[type="password"] {
height: 50px;
background: transparent;
padding: 0px 25px 3px;
font-size: 18px;
box-shadow: none;
border: 1px solid #dfe2e7;
border-radius: 3px;
color: #222e3e;
transition: all 0.2s linear;
margin-left: 8px;
}
.post-password-form input[type="password"].placeholder {
color: #899097;
}
.post-password-form input[type="password"]:-moz-placeholder {
color: #899097;
}
.post-password-form input[type="password"]::-moz-placeholder {
color: #899097;
}
.post-password-form input[type="password"]::-webkit-input-placeholder {
color: #899097;
}
.post-password-form input[type="password"]:focus {
outline: none;
box-shadow: none;
border-color: #0b6755;
}
.post-password-form input[type="submit"] {
height: 50px;
background: #0b6755;
border: 0px;
font-weight: 500;
color: #fff;
font-size: 18px;
padding: 0px 25px;
transition: all 0.3s;
cursor: pointer;
}
.post-password-form input[type="submit"]:hover {
background: #0b6755;
}
blockquote {
font-family: Nunito Sans;
border-radius: 6px;
background-color: white;
box-shadow: 0px 10px 30px 0px rgba(20, 3, 67, 0.08);
border-left: 6px solid #0b6755;
padding: 30px 70px 32px 30px;
position: relative;
margin-bottom: 60px;
overflow: hidden;
margin-left: 0;
margin-right: 0;
z-index: 1;
}
@media (max-width: 576px) {
blockquote {
padding-right: 30px;
}
}
blockquote:before {
content: "\f10d";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 30px;
color: #0b6755;
display: inline-block;
}
blockquote:after {
content: "\f10d";
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
right: 30px;
line-height: 0.3;
bottom: 0;
color: #0b6755;
opacity: 0.1;
font-size: 140px;
transform: rotate(180deg);
z-index: -1;
}
blockquote cite {
color: #899097 !important;
}
blockquote cite br {
display: none;
}
.wp-block-pullquote.has-cyan-bluish-gray-background-color blockquote {
max-width: 80%;
}
.blockquote_two:before {
content: "\e02c";
font-size: 150px;
right: 0;
bottom: 20px;
line-height: 1.2;
font-family: "ElegantIcons";
}
.blockquote_two p {
font-style: normal;
}
.wp-block-pullquote:not(.has-background) {
padding: 0px;
}
.video_icon {
width: 80px;
height: 80px;
border-radius: 50%;
background-color: #fff;
box-shadow: 0 20px 40px 0 rgba(1, 16, 58, 0.14);
text-align: center;
line-height: 85px;
font-size: 35px;
position: relative;
transition: all 0.3s linear;
display: inline-block;
color: #0b6755;
text-shadow: 0 6px 25px rgba(84, 162, 65, 0.9);
}
.video_icon::before,
.video_icon:after {
content: "";
width: 100%;
height: 100%;
border: 0.2px solid #fff;
border-radius: 50%;
opacity: 0.1;
position: absolute;
left: 0;
}
.video_icon:after {
transform: scale(1.4);
}
.pagination {
padding-top: 35px;
}
.pagination .page-numbers {
width: 44px;
height: 44px;
line-height: 42px;
border: 1px solid #e7e7f6;
background: #fbfbfd;
display: inline-block;
text-align: center;
font-size: 18px;
color: #7b8a9e;
border-radius: 5%;
text-decoration: none;
margin-right: 5px;
}
.pagination .page-numbers i::before {
color: #7b8a9e;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
background: #0b6755;
border-color: #0b6755;
color: #fff;
}
.pagination .page-numbers.current i:before,
.pagination .page-numbers:hover i:before {
color: #fff;
}
.pagination .page-numbers:focus {
outline: none;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
width: 44px;
height: 44px;
line-height: 44px;
border: 1px solid #e7e7f6;
background: #fbfbfd;
}
.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover {
background: #0b6755;
border-color: #0b6755;
color: #fff;
}
.pagination .page-numbers.prev:hover i:before,
.pagination .page-numbers.next:hover i:before {
color: #fff;
}
.widget_title {
font-size: 24px;
font-weight: 600;
color: #0b6755;
line-height: 1.2;
margin-bottom: 25px;
}
.widget_recent_entries ul {
margin-bottom: 0;
}
.widget_recent_entries ul li + li {
margin-top: 30px;
}
.widget_recent_entries .recent_post_item {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.widget_recent_entries .recent_post_item img {
margin-right: 25px;
border-radius: 4px;
}
.widget_recent_entries .recent_post_item .recent_post_content h5 {
font-size: 15px;
line-height: 1.35;
font-weight: 600;
color: #0b6755;
margin-bottom: 4px;
transition: color 0.2s linear;
}
.widget_recent_entries .recent_post_item .recent_post_content .post_date {
color: #85859c;
font-size: 15px;
font-weight: 400;
}
.widget_recent_entries .recent_post_item .recent_post_content .post_date:hover {
color: #0b6755;
}
.widget_recent_entries .recent_post_item:hover h5 {
color: #0b6755;
}
.tagcloud,
.wp-block-tag-cloud {
margin: -5px -4px;
}
.tagcloud a,
.tagcloud .tag-cloud-link,
.wp-block-tag-cloud a,
.wp-block-tag-cloud .tag-cloud-link {
font-size: 14px !important;
line-height: 34px;
color: #0f0f0f;
border-radius: 3px;
background: #efefef;
text-align: center;
padding: 0px 20px;
display: inline-block;
text-decoration: none;
font-weight: 400;
margin: 5px 3px;
transition: all 0.2s linear;
font-family: "Nunito Sans", Sans-serif;
}
.tagcloud a:hover,
.tagcloud .tag-cloud-link:hover,
.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud .tag-cloud-link:hover {
background: #0b6755;
color: #fff !important;
}
.zigzag_shap {
margin-bottom: 0;
}
.zigzag_shap li {
position: absolute;
z-index: -1;
}
.zigzag_shap li:nth-child(1) {
left: 0;
top: 640px;
}
.zigzag_shap li:nth-child(2) {
left: 0;
bottom: 50px;
}
.zigzag_shap.right li:nth-child(1) {
right: 0;
left: auto;
top: 130px;
bottom: auto;
}
.zigzag_shap.right li:nth-child(2) {
right: 0;
left: auto;
bottom: 580px;
}  .blog_single_info .media_blog_content {
padding: 0;
border: 0px;
}
.blog_single_info .media_blog_content ul {
margin-left: 0;
}
.blog_single_info .media_blog_content ul li a {
color: #0f0f0f;
text-decoration: none;
}
.blog_single_info .media_blog_content ul li a:hover {
color: #0b6755;
}
.blog_single_info .media_blog_content code {
color: #e83e8c;
word-break: break-word;
}
.blog_single_info .media_blog_content h3 {
margin-top: 0;
}
.blog_single_info .media_blog_content p {
padding-top: 0;
align-items: center;
}
.blog_single_info
.media_blog_content
.post-password-form
input[type="password"] {
border-radius: 3px 0px 0px 3px;
}
.blog_single_info .media_blog_content .post-password-form input[type="submit"] {
border-radius: 0px 3px 3px 0px;
}
.blog_single_info .media_blog_content p label {
align-items: center;
}
.blog_single_info .media_blog_content p a:hover {
color: #0b6755;
}
.blog_single_info .media_blog_content p.has-background {
padding: 1.25em 2.375em;
}
.blog_single_info .media_blog_content blockquote {
margin-bottom: 45px;
margin-top: 45px;
}
.blog_single_info .media_blog_content blockquote p {
line-height: 36px;
font-size: 18px;
color: #0f0f0f;
margin-bottom: 23px !important;
}
.blog_single_info .media_blog_content blockquote.is-style-large {
padding: 30px 70px 32px 30px;
}
.blog_single_info .media_blog_content ol,
.blog_single_info .media_blog_content ul {
margin-left: 0;
}
.blog_single_info .media_blog_content ol li a,
.blog_single_info .media_blog_content ul li a {
text-decoration: none;
color: #0f0f0f;
}
.blog_single_info .media_blog_content ol li a:hover,
.blog_single_info .media_blog_content ul li a:hover {
color: #0b6755;
}
.blog_single_info .media_blog_content ol li:not(:last-child),
.blog_single_info .media_blog_content ul li:not(:last-child) {
margin-bottom: 7px;
}
.blog_single_info .post_bottom {
margin-bottom: 25px;
clear: both;
}
.blog_single_info .post_bottom .tagcloud {
padding-top: 15px;
color: #222e3e;
font-weight: 500;
}
.blog_single_info .post_comments i {
color: #0b6755;
font-size: 18px;
vertical-align: middle;
margin-right: 4px;
}
.blog_single_info .widget_title {
margin-bottom: 40px;
}
.blog_single_info .tagcloud {
margin: 0px;
}
.blog_single_info .single-page-media {
margin-bottom: 25px;
}
.blog_single_info .wp-block-button__link {
border-radius: 3px;
}
.blog_single_info .wp-block-button {
margin-bottom: 25px;
}
.blog_single_info
.wp-block-button.aligncenter
+ p
+ .wp-block-button
.wp-block-button__link {
border-radius: 45px;
}
.blog_single_info .wp-block-button.is-style-squared .wp-block-button__link {
border-radius: 0px;
}
.blog_single_info .wp-block-cover {
margin-bottom: 25px;
}
.blog_single_info .wp-block-cover .wp-block-cover-text {
color: #ffffff !important;
line-height: 1.4;
font-size: 1.9em;
}
.blog_single_info .wp-block-cover .wp-block-cover-text a {
color: #fff;
}
@media (max-width: 991px) {
.blog_single_info .wp-block-cover .wp-block-cover-text br {
display: none;
}
}
.blog_single_info figcaption a {
color: #0f0f0f;
text-decoration: none;
font-weight: 600;
}
.blog_single_info figcaption a:focus {
outline: none;
}
.blog_single_info figcaption a:hover {
color: #0b6755;
}
.blog_single_info .wp-block-image figure figcaption {
text-align: center;
}
.blog_single_info .wp-block-file a:first-child {
text-decoration: none;
color: #0f0f0f;
}
.blog_single_info .wp-block-file a:first-child:hover {
color: #0b6755;
}
.blog_single_info .wp-block-calendar {
margin-bottom: 30px;
}
.blog_single_info .wp-block-calendar table {
margin-bottom: 0;
}
.blog_single_info .wp-block-search .wp-block-search__label {
margin-bottom: 10px;
display: inline-block;
}
.blog_single_info .wp-block-search input {
border-radius: 3px 0px 0px 3px;
border: 1px solid #e5e5e5;
height: 50px;
line-height: 60px;
font-size: 14px;
color: #0b6755;
padding-left: 30px;
box-shadow: none;
transition: all 0.2s linear;
}
.blog_single_info .wp-block-search input:focus {
outline: none;
border-color: #0b6755;
}
.blog_single_info .wp-block-search button {
border: 0px;
padding: 11px 53px;
cursor: pointer;
background: #0b6755;
color: #fff;
font-size: 18px;
font-weight: 500;
transition: all 0.2s linear;
border-radius: 0px 3px 3px 0px;
}
.blog_single_info .wp-block-search button:hover {
background: #0b6755;
color: #fff;
}
@media (max-width: 576px) {
.blog_single_info .wp-block-search button {
padding: 11px 22px;
}
}
.blog_single_info .wp-block-search + p {
margin-top: 40px;
}
.blog_single_info .wp-block-tag-cloud {
margin-bottom: 20px;
}
.blog_single_info .wp-block-latest-posts {
padding-left: 0;
}
.blog_single_info .wp-block-group.has-background {
padding: 15px 15px 1px;
margin-bottom: 30px;
}
.blog_single_info .page-links {
padding-top: 20px;
}
.blog_single_info .page-links .post-page-numbers {
font-size: 14px;
color: #0b6755;
text-decoration: none;
width: auto;
height: auto;
margin-right: 8px;
padding: 0px 15px;
border: 1px solid currentColor;
}
.blog_single_info .page-links .post-page-numbers:hover,
.blog_single_info .page-links .post-page-numbers.current {
color: #ffffff;
background-color: #0b6755;
border-color: #0b6755;
}
.blog_single_info .wp-block-table table {
margin-bottom: 30px;
}
table {
border: 1px solid #ededed;
border-collapse: collapse;
border-spacing: 0;
text-align: left;
margin-bottom: 2em;
}
table thead {
background: #f5f5f5;
}
table td,
table th {
border: 1px solid #ededed;
padding: 0px;
line-height: 40px;
text-align: center;
}
@media (max-width: 576px) {
table td,
table th {
padding: 0px;
}
}
table td a,
table th a {
text-decoration: none;
font-weight: 500;
line-height: 40px !important;
color: #1e1e1e;
}
table td a:hover,
table th a:hover {
color: #fff;
color: #1e1e1e;
}
table th {
padding: 0px 14px;
list-style: inherit;
color: #1e1e1e;
background: transparent;
}
@media (max-width: 576px) {
table th {
padding: 0px 5px;
}
}
.blog_single_info .wp-caption-text a {
display: inline-block;
}
code {
color: #0b6755;
}
dl dd {
margin-left: 0;
}
dl dd a {
text-decoration: none;
color: #0f0f0f;
}
dl dd a:hover {
color: #0b6755;
}
.social_icon {
font-size: 18px;
color: #313131;
}
.social_icon ul {
display: inline-block;
margin-bottom: 0px;
}
.social_icon ul li {
display: inline-block;
margin-left: 20px;
}
.social_icon ul li a {
font-size: 14px;
}
.social_icon ul li:nth-child(1) a {
color: #4085cb;
}
.social_icon ul li:nth-child(2) a {
color: #26d0fe;
}
.social_icon ul li:nth-child(3) a {
color: #ec1313;
}
.social_icon ul li:nth-child(4) a {
color: #0077b5;
}  .blog_comment_inner {
margin-top: 74px;
}
.comment_box {
padding-left: 0;
margin: 0px 0px 74px;
}
.comment_box ul,
.comment_box ol {
margin-left: 0;
}
.comment_box .comment {
background: #f9f9f9;
padding: 30px 30px 10px;
border-radius: 12px;
border: 1px solid #dbe8e6;
box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 576px) {
.comment_box .comment {
padding: 30px 20px 20px;
}
}
.comment_box .comment:not(:last-child) {
margin-bottom: 30px;
}
.comment_box .comment > ul {
margin-left: 70px;
margin-top: 17px;
padding: 0px;
list-style: none;
}
@media (max-width: 576px) {
.comment_box .comment > ul {
margin-left: 0;
margin-top: 27px;
}
}
.comment_box .comment > ul .comment {
padding: 0px;
border-top: 1px solid #ebebeb;
}
@media (max-width: 400px) {
.comment_box .comment > ul .comment {
padding-left: 15px;
}
.blog_single_info .media_blog_content p {
padding-top: 0;
display: flex;
align-items: flex-end;
}
.blog_single_info .media_blog_content p label {
flex-wrap: wrap;
}
.blog_single_info
.media_blog_content
.post-password-form
input[type="password"] {
margin-left: 0;
width: 100%;
}
}
.comment_box .comment > ul .comment ul li:not(:last-child) {
margin-bottom: 13px;
}
@media (max-width: 767px) {
.comment_box .comment > ul .comment ul li ul li ul {
margin-left: 0;
}
}
.comment_box .comment > ul .comments_item {
padding: 35px;
}
@media (max-width: 576px) {
.comment_box .comment > ul .comments_item {
padding-top: 30px;
}
}
.comment_box .comments_item {
display: flex;
flex-wrap: wrap;
font-family: Nunito Sans;
}
@media (max-width: 576px) {
.comment_box .comments_item {
display: block;
}
}
.comment_box .comments_item .comment-reply-link {
font-size: 13px;
text-transform: uppercase;
color: #0f0f0f;
letter-spacing: 1.3px;
position: absolute;
text-decoration: none;
right: 0;
top: 0;
}
.comment_box .comments_item .comment-reply-link:hover {
color: #0b6755;
}
.comment_box .comments_item .comments_author_img {
margin-bottom: 15px;
overflow: hidden;
width: 100px;
height: 100px;
border-radius: 5px;
object-fit: cover;
}
@media (max-width: 991px) {
.comment_box .comments_item .comments_author_img {
margin-right: 15px;
}
}
.comment_box .comments_item .comments_author_img a {
display: block;
}
.comment_box .comments_item .comments_author_img img {
max-width: 100%;
}
.comment_box .comments_item .content {
position: relative;
flex: 1;
}
.comment_box .comments_item .content h4 {
margin-bottom: 0px;
margin-top: 0;
}
li.comment.depth-1:not(:first-child) .content h4 {
color: #1e1e1e;
}
.comment-respond .comment-reply-title > small {
margin-left: 15px;
}
.comment-form {
padding-bottom: 25px;
}
.comment_box .comments_item .content .comment-date {
padding-top: 5px;
}
.comment_box .comments_item .content .comment-date a,
.comment_box .comments_item .content .comment-date span {
font-size: 14px;
color: #85859c;
text-decoration: none;
line-height: 1.5;
display: inline-block;
}
.comment_box .comments_item .content p {
font-size: 15px;
line-height: 26px;
color: #0f0f0f;
padding-top: 10px;
margin-top: 0;
margin-bottom: 1rem;
}
.comment_box .comments_item .content p + p {
padding-top: 0;
}
.comment_box .comments_item .content p a {
text-decoration: none;
font-weight: 500;
color: #222e3e;
}
.comment_box .comments_item .content p a:hover {
color: #0b6755;
}
.comment_box .comments_item .content ul li,
.comment_box .comments_item .content ol li {
margin: 8px 0px;
}
.comment_box table {
border: 1px solid #dfe2e7;
border-collapse: collapse;
border-spacing: 0;
text-align: left;
margin-bottom: 4em;
}
.comment_box table thead {
background: #f5f5f5;
}
.comment_box table td,
.comment_box table th {
border: 1px solid #dfe2e7;
padding: 9px;
}
.comment_box table td a,
.comment_box table th a {
text-decoration: none;
font-weight: 500;
color: #1e1e1e;
}
.comment_box table td a:hover,
.comment_box table th a:hover {
color: #0b6755;
}
.comment_box table th {
padding: 10px 20px;
color: #1e1e1e;
background: #fff;
}
.comment_box .trackback,
.comment_box .pingback {
margin-bottom: 20px;
}
.comment_box .trackback .comment-body,
.comment_box .pingback .comment-body {
font-size: 15px;
color: #0f0f0f;
}
.comment_box .trackback .comment-body a,
.comment_box .pingback .comment-body a {
color: #222e3e;
text-decoration: none;
}
.comment_box .trackback .comment-body a:hover,
.comment_box .pingback .comment-body a:hover {
color: #0b6755;
}
.comment-form .form-group:not(:last-child) {
margin-bottom: 30px;
}
.comment-form .form-group input {
border-radius: 4px;
border: 1px solid #e5e5e5;
height: 60px;
line-height: 60px;
font-size: 15px;
color: #1e1e1e;
padding-left: 30px;
box-shadow: none;
transition: all 0.2s linear;
}
.comment-form .form-group input.placeholder {
color: #9ca3b9;
}
.comment-form .form-group input:-moz-placeholder {
color: #9ca3b9;
}
.comment-form .form-group input::-moz-placeholder {
color: #9ca3b9;
}
.comment-form .form-group input::-webkit-input-placeholder {
color: #9ca3b9;
}
.comment-form .form-group input:focus {
border-color: #0b6755;
box-shadow: none;
}
.comment-form .form-group textarea {
height: 180px;
padding-left: 30px;
padding-top: 12px;
border: 1px solid #e5e5e5;
}
.comment-form .form-group textarea.placeholder {
color: #9ca3b9;
}
.comment-form .form-group textarea:-moz-placeholder {
color: #9ca3b9;
}
.comment-form .form-group textarea::-moz-placeholder {
color: #9ca3b9;
}
.comment-form .form-group textarea::-webkit-input-placeholder {
color: #9ca3b9;
}
.comment-form .form-group textarea:focus {
border-color: #0b6755;
box-shadow: none;
}
.comment-form .btn-comment-form {
border: 0px;
padding: 11px 23px;
cursor: pointer;
background: #0b6755;
color: #fff;
font-size: 18px;
line-height: 29px;
font-weight: 500;
transition: all 0.2s;
}
.comment-form .btn-comment-form:hover{
box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.05);
background: #222222;
color: #fff;
}
.comment-form .logged-in-as {
margin-top: -20px;
}
.comment-form .logged-in-as a {
text-decoration: none;
color: #899097;
}
.comment-form .logged-in-as a:hover {
color: #0b6755;
}  .contact_info {
padding-right: 80px;
}
.contact_info_item {
font-family: Nunito Sans;
padding-bottom: 25px;
}
.contact_info_item:not(:first-child) {
border-top: 1px solid #eeebf6;
padding-top: 35px;
}
.contact_info_item .contact_title {
font-size: 20px;
color: #0b6755;
font-weight: 600;
}
.contact_info_item p {
line-height: 30px;
color: #0f0f0f;
margin-bottom: 0;
}
.contact_info_item p a {
color: #0f0f0f;
}
.contact_info_item p a:hover {
color: #0b6755;
}
.contact_form .medical_theme_btn {
padding: 11px 35px;
}
.mapBox {
height: 460px;
} .widget-title {
font-weight: 600;
margin: 0 0 24px;
font-size: 24px;
color: #1e1e1e;
}
.widgettitle {
font-weight: 600;
margin: 0 0 24px;
font-size: 24px;
color: #1e1e1e;
}
.widget {
font-family: Nunito Sans;
margin-bottom: 0;
}
.widget + .widget {
margin-top: 55px;
}
.widget ul,
.widget .wp-block-archives {
padding-left: 0;
margin: -12px 0px;
list-style: none;
}
.widget ul > li,
.widget .wp-block-archives > li {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 12px 0px;
width: 100%;
line-height: 1.6;
transition: color 0.2s linear;
font-size: 15px;
align-items: center;
color: #222e3e;
margin-top: 0 !important;
}
.widget ul > li:not(:last-child),
.widget .wp-block-archives > li:not(:last-child) {
border-bottom: 1px solid #dfe2e7;
}
.widget ul > li a,
.widget .wp-block-archives > li a {
color: #222e3e;
text-decoration: none;
transition: color 0.2s linear;
font-size: 16px;
}
.widget ul > li a:hover,
.widget .wp-block-archives > li a:hover {
color: #0b6755;
}
.widget ul > li a:focus,
.widget .wp-block-archives > li a:focus {
outline: none;
}
.widget ul > li > ul,
.widget .wp-block-archives > li > ul {
display: flex;
flex-wrap: wrap;
flex: 100%;
margin-left: 15px;
margin-top: 0px;
}
.widget ul > li > ul li,
.widget .wp-block-archives > li > ul li {
color: #222e3e;
}
.widget select {
width: 100%;
border: 1px solid #dfe2e7;
border-radius: 3px;
height: 50px;
padding: 0px 3.5em 2px 30px;
font-size: 18px;
line-height: 46px;
color: #899097;
-webkit-appearance: none;
appearance: none !important;
background: url(//nooria.tech/wp-content/themes/zafram/assets/images/arrow.png) no-repeat 95%;
margin-top: 5px;
}
.widget select:focus {
outline: none;
}
.widget p:empty {
display: none;
}
.widget br + img {
margin: 10px 0;
}
.wp-block-archives-dropdown,
.wp-block-categories-dropdown.wp-block-categories {
margin-bottom: 20px;
}
.wp-block-archives-dropdown select,
.wp-block-categories-dropdown.wp-block-categories select {
width: 100%;
border: 1px solid #dfe2e7;
border-radius: 3px;
height: 50px;
padding: 0px 3.5em 2px 30px;
font-size: 18px;
line-height: 46px;
color: #899097;
-webkit-appearance: none;
appearance: none !important;
background: url(//nooria.tech/wp-content/themes/zafram/assets/images/arrow.png) no-repeat 95%;
}
.wp-block-archives-dropdown select:focus,
.wp-block-categories-dropdown.wp-block-categories select:focus {
outline: none;
}
.calendar_wrap .wp-calendar-table,
.wp-block-calendar .wp-calendar-table {
margin-bottom: 10px;
border-spacing: 0;
}
.calendar_wrap caption,
.wp-block-calendar caption {
font-size: 18px;
padding: 7px 0px;
}
.calendar_wrap caption,
.calendar_wrap nav,
.wp-block-calendar caption,
.wp-block-calendar nav {
background: #f5f5f5;
}
.calendar_wrap thead tr th,
.wp-block-calendar thead tr th {
border-top: none;
text-align: center;
font-weight: 600;
line-height: 45px;
border-top: 1px solid #dfe2e7;
}
.calendar_wrap tbody td,
.wp-block-calendar tbody td {
text-align: center;
font-size: 14px;
color: #0f0f0f;
}
.calendar_wrap tbody td a,
.wp-block-calendar tbody td a {
display: block;
background: #0b6755;
color: #fff;
text-decoration: none;
border-radius: 3px;
line-height: 38px;
}
.calendar_wrap .wp-calendar-nav,
.wp-block-calendar .wp-calendar-nav {
display: flex;
justify-content: space-between;
padding: 6px 15px;
}
.calendar_wrap .wp-calendar-nav a,
.wp-block-calendar .wp-calendar-nav a {
font-size: 14px;
color: #0f0f0f;
text-decoration: none;
transition: all 0.2s linear;
}
.calendar_wrap .wp-calendar-nav a:hover,
.wp-block-calendar .wp-calendar-nav a:hover {
color: #0b6755;
}
.widget_categories ul li + li {
margin-top: 0;
}
.widget_recent_comments ul {
overflow: hidden;
}
.widget_recent_comments ul > li {
justify-content: flex-start;
color: #222e3e;
margin-left: -5px;
margin-right: -5px;
}
.widget_recent_comments ul > li a {
margin: 0 5px !important;
transition: all 0.2s linear;
}
.widget_recent_comments ul > li a:hover {
color: #0b6755 !important;
}
.widget_recent_comments ul > li .url {
font-weight: 500;
}
.widget_nav_menu .menu li {
padding: 0px;
}
.widget_nav_menu .menu li:not(:last-child) {
border: 0px;
}
.widget_nav_menu .menu li a {
padding: 12px 0px;
border-bottom: 1px solid #dfe2e7;
display: block;
width: 100%;
}
.widget_nav_menu .menu li ul {
margin-top: 0;
margin-bottom: 0;
}
.widget_rss ul li {
line-height: 1.8;
font-size: 14px;
}
.widget_rss ul li:not(:last-child) {
border: 0px;
}
.widget_rss ul li a {
font-weight: 600;
display: block;
font-size: 18px;
line-height: 1.6;
width: 100%;
display: block;
}
.widget_rss ul li .rss-date {
font-size: 13px;
color: #899097;
display: block;
margin: 2px 0px 15px;
}
.widget_rss ul li .rssSummary {
font-size: 18px;
}
.widget_rss ul li cite {
font-weight: 500;
color: #899097;
margin-top: 6px;
font-size: 13px;
}
.widget_rss ul li cite:before {
content: "-";
display: inline-block;
margin-right: 3px;
}
.widget_search .widget-title {
margin-bottom: 40px;
}
.search-form {
position: relative;
}
.search-form input {
width: 100%;
height: 50px;
background: transparent;
padding: 0px 25px 3px;
font-size: 18px;
box-shadow: none;
border: 1px solid #dfe2e7;
border-radius: 3px;
color: #222e3e;
transition: all 0.2s linear;
}
.search-form input.placeholder {
color: #899097;
}
.search-form input:-moz-placeholder {
color: #899097;
}
.search-form input::-moz-placeholder {
color: #899097;
}
.search-form input::-webkit-input-placeholder {
color: #899097;
}
.search-form input:focus {
outline: none;
box-shadow: none;
border-color: #0b6755;
}
.search-form .search-submit {
padding: 0px;
background: transparent;
border: 0px;
position: absolute;
right: 30px;
height: 100%;
top: 0;
cursor: pointer;
}
.search-form .search-submit:focus {
outline: none;
}
.widget_text p {
line-height: 1.8;
}
.wp-caption {
margin-bottom: 1em;
}
.wp-caption a {
display: flex;
flex-wrap: wrap;
}
.wp-caption .wp-caption-text {
margin: 1em 0;
font-size: 14px;
color: #899097;
}
.wp-caption .wp-caption-text a {
display: inline;
}
.widget_tag_cloud .tagcloud {
margin-top: 0;
}
.wp-block-media-text,
.wp-block-media-text.alignwide,
figure.wp-block-gallery {
margin-bottom: 30px;
}
.wp-block-gallery .blocks-gallery-item {
margin-bottom: 1em !important;
}
.wp-block-gallery .blocks-gallery-item figcaption {
line-height: 1.6;
}
.wp-block-gallery.columns-3 ul {
margin-bottom: 20px;
}
.comment-form p {
margin-top: 0;
}
.comment-form .form-submit {
margin-bottom: 0;
}
.share_links {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 15px;
}
.share_links ul {
margin-bottom: 0;
list-style: none;
margin-left: 0px;
padding-left: 8px;
}
.share_links ul li {
display: inline-block;
}
.share_links ul li:not(:last-child) {
margin-right: 8px;
margin-bottom: 0px !important;
}
.share_links ul li a {
font-size: 14px;
color: #899097 !important;
}
.share_links ul li a:hover {
color: #0b6755 !important;
}
.comment-reply-title,
.comments-title {
font-weight: 600;
margin-bottom: 30px;
margin-top: 0;
line-height: 1.2;
font-size: 24px;
color: #222e3e;
}
.about-autheor {
margin-top: 75px;
}
.author-details {
display: flex;
flex-wrap: wrap;
}
@media (max-width: 380px) {
.author-details {
display: block;
}
}
.author-details .auther-avater {
width: 70px;
height: 70px;
border-radius: 50%;
overflow: hidden;
margin-right: 25px;
}
@media (max-width: 380px) {
.author-details .auther-avater {
margin-right: 0;
margin-bottom: 25px;
}
}
.author-details .auther-info {
flex: 1;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.author-details .auther-info h4 {
font-size: 22px;
font-weight: 600;
margin-top: 0;
color: #222e3e;
margin-bottom: 0;
}
.author-details .auther-info p {
margin-top: 10px;
margin-bottom: 0;
}
.wp-block-column ol {
padding-left: 17px;
margin-left: 0;
}
.wp-block-column blockquote {
padding-right: 20px;
}
.wp-block-media-text__content .has-large-font-size {
margin-bottom: 25px;
line-height: 48px;
margin-top: 10px;
}
.wp-block-gallery.columns-2.is-cropped ul {
margin-bottom: 1em;
}
.wp-block-embed {
margin-bottom: 22px;
}
.wp-block-embed .wp-block-embed__wrapper {
margin-bottom: 22px;
}
.wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper {
margin-bottom: 14px;
}
.wp-block-embed.wp-block-embed-facebook,
.wp-block-embed.wp-block-embed-instagram {
margin-top: 0;
margin-bottom: 12px;
}
.wp-block-embed.wp-block-embed-facebook .wp-block-embed__wrapper,
.wp-block-embed.wp-block-embed-instagram .wp-block-embed__wrapper {
margin-bottom: 12px;
}
.wp-block-embed.wp-block-embed-wordpress-tv {
margin-top: 22px;
}
.wp-block-embed.wp-block-embed-wordpress-tv .wp-block-embed__wrapper {
margin-bottom: 12px;
}
.blog-breadcrumbs-area-two,
.blog-breadcrumbs-area-two.page-banner,
.blog-breadcrumbs-area-two.blog-single-page,
.blog-breadcrumbs-area-two.archive-banner,
.blog-breadcrumbs-area-two.banner-404 {
padding: 150px 0px 150px;
position: relative;
z-index: 1;
}
.blog-breadcrumbs-area-two .overlay_bg,
.blog-breadcrumbs-area-two.page-banner .overlay_bg,
.blog-breadcrumbs-area-two.blog-single-page .overlay_bg,
.blog-breadcrumbs-area-two.archive-banner .overlay_bg,
.blog-breadcrumbs-area-two.banner-404 .overlay_bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background-color: rgba(0, 0, 0, 0.5);
}
.parallaxie {
background-attachment: fixed !important;
}  html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
font-family: Nunito Sans;
font-size: 18px;
color: #0f0f0f;
line-height: 1.6;
} h1 {
font-size: 60px;
font-weight: 700;
margin: 0px 0;
}
h2 {
font-size: 36px;
font-weight: 700;
margin: 0px 0;
}
h3 {
font-size: 30px;
font-weight: 700;
margin: 0px 0;
}
h4 {
font-size: 24px;
font-weight: 700;
margin: 0px 0;
}
h5 {
font-size: 22px;
font-weight: 700;
margin: 0px 0;
}
h6 {
font-size: 18px;
font-weight: 700;
margin: 0px 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
font-family: Nunito Sans;
line-height: 1.5;
color: #1e1e1e;
}
main {
display: block;
}
a {
transition: all 0.3s;
}
@media (prefers-reduced-motion: reduce) {
a {
transition: none;
}
}
h2 a {
text-decoration: none;
}
a:hover,
a:focus,
a:active,
h2 a:hover {
color: #0b6755;
}
.list-unstyled {
list-style: none;
margin: 0;
padding: 0;
}
.list-unstyled li {
list-style: none;
}
.comment-list {
list-style: none;
}
.comment-list ul {
list-style: initial;
}
.text-center {
text-align: center;
}
.text-white {
color: #fff;
}
.text-white h2,
.text-white .page-title {
color: #fff;
line-height: 1.5;
word-break: break-word;
margin-top: 0;
margin-bottom: 15px;
}
.text-white .breadcrumb .breadcrumbs__link,
.text-white .breadcrumbs .breadcrumbs__link {
color: #fff;
text-decoration: none;
}
.text-white .breadcrumb li a,
.text-white .breadcrumbs li a {
color: #fff;
}
.text-white .post-meta {
color: #fff;
}
.text-white .post-meta span:not(:last-child):after {
background: #fff;
}
.text-white .post-meta a {
color: #fff;
}
.text-white .post-meta a:focus {
outline: none;
}
.text-white .post-meta a:hover {
color: #0b6755;
}
.breadcrumb_content {
max-width: 880px;
margin: 0px auto;
}
.breadcrumb li a {
text-decoration: none;
}
.banner-with-color {
background: #0b6755;
}
.site-footer {
padding: 20px 0;
background-color: #eaeff1;
color: #0f0f0f;
text-align: center;
}
.site-footer a {
color: #0b6755;
}
.media_blog_content .post_date_loop,
.media_blog_content .byline .author {
display: inline-flex;
align-items: center;
}
.media_blog_content span i {
font-size: 12px;
margin-right: 8px;
}
.widget.widget_recent_entries .d-flex a {
margin-right: 15px;
}
.post_text a h3 {
font-size: 18px;
line-height: 1.4;
font-weight: 600;
color: #222e3e;
}
.post_text a h3:hover {
color: #0b6755;
}
.post_text {
flex: 1;
}
@media (max-width: 776px){
.admin-bar .navbar_fixed .navbar {
margin-top: 46px;
}
}
@media (max-width: 767px) {
.site-footer {
text-align: center;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1290px;
padding-left: 15px;
padding-right: 15px;
}
}
@media (min-width: 1200px) {
.container .row {
margin-right: calc(var(--bs-gutter-x) / -1.6);
margin-left: calc(var(--bs-gutter-x) / -1.6);
}
.container .row > * {
padding-right: calc(var(--bs-gutter-x) / 1.6);
padding-left: calc(var(--bs-gutter-x) / 1.6);
}
}.footermenu a {
color: #ffffff !important;
} .breadcrumb_content .page_title.banne-blog {
margin-bottom: 15px;
line-height: 1.2;
}
.widget.widget_recent_entries ul li {
border: none;
}
.breadcrumb_content .post-meta i {
margin-right: 10px;
}
.carspa_latest_blog .droit-post_author {
padding: 0px 31px 0px 0px !important;
}
.carspa_contact_text-color a {
color: #0f0f0f;
}
@media (min-width: 992px) {
.service-img img {
position: absolute;
top: 0;
height: 100%;
left: 0;
width: 100%;
object-fit: cover;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.service-img img,
.service-img {
height: 500px;
}
}
@media (max-width: 1440px) {
.service-two .service-left {
max-width: 720px;
margin-right: 15px;
}
}
@media (max-width: 1200px) {
.carspa_latest_blog .blog_grid_masonory.style_5 .dl_post_meta {
display: flex;
}
.service-two .service-left {
max-width: 100%;
width: 100% !important;
margin: 0 0px 0 auto;
}
.carspa_price table th {
padding: 8px 12px 20px !important;
}
.dl_feature_list_table td,
.dl_feature_list_table th {
width: 237px;
}
.carspa_price table td:first-child .feature-content {
padding-left: 5px !important;
}
.carspa_price .is_popular {
padding: 4px 10px 3px 10px !important;
}
.single-col-min h3 {
margin-top: 13px;
margin-bottom: 20px;
font-size: 30px;
}
.sub-content-2 h4 {
font-size: 18px;
}
}
@media (max-width: 991px) {
.carspa_latest_blog .blog_grid_masonory.style_5 .dl_post_meta p:after {
display: block;
}
.service-img img {
width: 100%;
}
.dl_team_member_wrapper {
margin-bottom: 40px;
max-width: 348px;
margin-left: auto;
margin-right: auto;
}
.carspa_price .dl_container {
max-width: 100%;
}
.carspa_price .dl_container .dl_col_lg_12 {
padding-left: 0px;
padding-right: 0px;
}
.carspa_price .is_popular {
padding: 4px 6px 3px 6px !important;
min-width: 120px;
}
.dl_feature_list_table th + th .dl_price {
font-size: 41px;
}
.dl_feature_list_table th + th .dl_price_duration {
font-size: 12px;
}
.Service_tabs .droit-advance-tabs-navs,
.Service_tabs .tab_container {
width: 100%;
}
.Service_tabs .droit-advance-tabs-navs {
margin-bottom: 30px;
}
.droit-advance-tabs .droit-iconbox-view-default {
margin-bottom: 0px !important;
}
.drdt-nav-menu__layout-horizontal
.menu-item.drdt-has-submenu
.drdt-has-submenu-container
.sub-arrow {
font-size: 13px !important;
font-weight: 600;
}
}
@media (max-width: 768px) {
.car-promotion .elementor-container,
.carspa_latest_blog .dl_row {
justify-content: center;
}
.blog-card{
padding-top:0px !important;
}
.blog-slider{
margin-top:0px !important
}
.car-img .elementor-widget-wrap > .elementor-element.elementor-absolute {
position: relative;
}
.exp-year {
max-width: 500px;
}
.dl_feature_list_table button {
border: 0px;
}
.dl_feature_list_table .dl_table_nav {
padding-bottom: 0px;
}
.carspa_price .dl_cu_btn.xl_btn {
padding: 11px 24px;
font-size: 14px;
}
.blog_title {
font-size: 26px;
}
.blog-breadcrumbs-area-two .banne-blog {
font-size: 45px !important;
}
.single-col img.icon {
right: -156px;
}
.single-col-min h3 {
margin-bottom: 30px;
}
.dl_icon_box_wrapper.dl_style_03 {
padding: 10px 15px !important;
}
.admin-bar .droithead.site {
margin-top: 0px;
}
.metform-btn {
box-shadow: none !important;
}
.dl_product_compaire .twentytwenty-handle .h-arrow {
color: red;
}
.dl_product_compaire .twentytwenty-handle .h-arrow img {
width: 9px;
} .blog-breadcrumbs-area-two .banne-blog {
font-size: 48px;
color: #ffffff;
}
.page .entry-content li {
margin-bottom: 10px;
}
a {
color: #0f0f0f;
}
#cancel-comment-reply-link {
margin-left: 15px;
}
.wp-block-search .wp-block-search__button {
margin-left: 0px;
}
.carspa_price table {
border: 0;
}
.widget span.post-date {
font-size: 14px;
color: #899097;
margin-top: 7px;
}
.footer_left_icon .elementor-icon-list-icon svg {
width: 32px !important;
}
.footer_subscribe .mf-input {
color: #ffffff !important;
}
.dl_product_compaire .twentytwenty-handle:before {
background: #0b6755 !important;
}
.search_cart:before {
content: none;
}
.carspa_price table td:first-child .feature-content {
justify-content: start;
}
.nav_box_shadow .droit-advance-navs {
background: #ffffff;
box-shadow: 0px 5px 15px #f1f1f1;
border-radius: 5px;
margin-right: 25px;
}
.book_now_position .elementor-element-populated {
position: absolute;
left: 0;
top: -1100px;
z-index: 99;
}
.service_inner > .elementor-widget-wrap {
max-width: 500px;
margin-left: auto;
margin-right: 0;
}
.admin-bar .navbar_fixed .navbar {
margin-top: 0;
}
} .home_menu_close_icon .fa-window-close:before {
content: "\f410";
color: black;
}
.search_cart:before {
content: none;
}
.drdt_sticky_fixed .nav-link.search-btn {
color: #1e1e1e;
}
.carspa_price table td:first-child .feature-content {
justify-content: start;
}
.nav_box_shadow .droit-advance-navs {
background: #ffffff;
box-shadow: 0px 5px 15px #f1f1f1;
border-radius: 5px;
margin-right: 25px;
}
.book_now_position .elementor-element-populated {
position: absolute;
left: 0;
top: -1100px;
z-index: 99;
}
@media (max-width: 575px) {
.book_now_position .elementor-element-populated {
position: unset;
}
.contact_form_carspa .dl_contact_form_wrapper.dl_cf7_form_02 label {
width: 100% !important;
}
.contact_name {
flex-direction: column;
}
label.contact_two {
margin-top: -24px;
}
.container {
padding-left: 15px;
padding-right: 15px;
}
.dl_pro_testimonial_slider_wrapper .dl_client_info_inner{
display:block;
}
.dl-testimonial-content{
width:100%;
margin-right:0px;
}
.dl-testimonial-reviewer {
margin-top: 20px;	
}
} .button_style_subscribe .dl_btn_hover_style_one {
font-size: 18px;
position: absolute;
top: 3px;
right: 3px;
}
@media (max-width: 768px) {
.love_clients_slider .dl_adv_swiper_navigation {
display: none;
}
.dl_pro_subscribe_form_action.dl-pro-sub-inline
.dl_pro_subscribe_form
.dl_cu_btn {
width: auto;
}
.dl_pro_subscribe_form_action.dl-pro-sub-inline
.dl_pro_subscribe_form
.dl_form_control_wrap {
margin: 0px;
}
}
.button_style_subscribe .dl_btn_hover_style_one::after {
content: "";
position: relative;
left: 0px;
top: -3px;
width: 22px;
height: 21px;
background: url(https://zafram.droitlab.com/wp-content/uploads/2023/01/ArrowLeft.svg)
no-repeat;
display: inline-flex;
justify-content: center;
align-items: center;
}
.button_style_subscribe .dl_pro_subscribe_form .dl_form_control {
border: none;
}
.pricing_contact_form .fullname {
display: flex;
justify-content: space-between;
opacity: 0.5;
}
.pricing_contact_form .service_pricing {
display: flex;
justify-content: space-between;
opacity: 0.5;
}
.pricing_contact_form .note_pricing {
opacity: 0.5;
}
.pricing_contact_form .wpcf7-form-control-wrap.your-name {
margin-right: 10px;
width: 50%;
}
.pricing_contact_form .wpcf7-form-control-wrap.tel-441 {
margin-left: 10px;
width: 50%;
}
.pricing_contact_form
.dl_contact_form_wrapper.dl_cf7_form_02
.wpcf7-form-control {
border-bottom: 1px solid #bdbaba;
font-family: Nunito Sans;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 22px;
color: #333;
}
.pricing_contact_form .wpcf7-form-control-wrap.menu-444 {
width: 50%;
margin-right: 10px;
}
.pricing_contact_form .wpcf7-form-control-wrap.date-703 {
width: 50%;
margin-left: 10px;
}
.pricing_contact_form
.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
padding: 0px;
}
.pricing_contact_form
.dl_contact_form_wrapper.dl_cf7_form_02
textarea.wpcf7-form-control {
min-height: 80px;
}
.pricing_contact_form
.dl_contact_form_wrapper.dl_cf7_form_02
.wpcf7-form-control:focus {
border: none;
}  .contact_name {
display: flex;
justify-content: space-between;
}
.contact_form_carspa .dl_contact_form_wrapper.dl_cf7_form_02 label {
width: 48.5%;
}
.faq_image_size .img.attachment-full.size-full {
height: unset;
max-width: unset;
}  .love_clients_slider .swiper_adv_nav_button {
top: 30px !important;
left: -30%;
}
.dl_pro_subscribe_form {
position: relative;
} .pagination_button
.dl_swiper_adv_pagination.swiper-pagination-clickable.swiper-pagination-bullets {
z-index: 99;
}
@media (max-width: 928px) {
.love_clients_slider .swiper_adv_button_prev.swiper_adv_nav_button {
display: none;
}
.love_clients_slider .swiper_adv_button_next.swiper_adv_nav_button {
display: none;
}
}
.service_inner > .elementor-widget-wrap {
max-width: 865px;
margin-left: auto;
margin-right: 0;
}
@media (min-width: 3400px) {
.service_inner > .elementor-widget-wrap {
max-width: 1028px;
}
}
@media (min-width: 1921px) {
.service_inner > .elementor-widget-wrap {
margin-right: 80px;
}
}
@media (max-width: 1440px) {
.service_inner > .elementor-widget-wrap {
max-width: 795px;
}
}
@media (max-width: 1366px) {
.service_inner > .elementor-widget-wrap {
max-width: 720px;
}
}
@media (max-width: 991px) {
.search_cart {
flex-direction: initial;
justify-content: flex-end;
margin-right: 0px;
}
}
.search_cart {
align-items: end;
margin-left: 0;
}
.drdt_sticky_fixed .nav-link.search-btn i:before {
color: #1e1e1e !important;
}
.widget_car_recent_post {
margin-bottom: 50px;
}
.widget_car_recent_post li .media {
display: flex;
}
.widget_car_recent_post .post_meta a {
color: #8d8e98;
margin-top: 7px;
display: inline-block;
}
.widget_car_recent_post li .media .post_image {
display: inline-block;
flex: 120px 0 0;
margin-right: 15px;
}
.widget_car_recent_post li .media .media-body h5 {
text-transform: capitalize;
margin: 0;
font-size: 15px;
}
.widget_car_recent_post li .media .post_meta {
font-size: 13px;
margin-top: -1px;
}
.widget-area .widget {
margin-bottom: 50px;
}
i.icon-search {
color: #fff !important;
} .wp-block-search.wp-block-search__button-inside
.wp-block-search__inside-wrapper {
border-radius: 6px;
background-color: #f3f4f9;
border: 1px solid #f3f4f9;
height: 60px;
padding: 0px 20px 0px 30px;
font-size: 14px;
color: #555;
}
.wp-block-search.wp-block-search__button-inside
.wp-block-search__inside-wrapper
.wp-block-search__input {
background: transparent;
border: transparent;
}
.wp-block-search.wp-block-search__button-inside
.wp-block-search__inside-wrapper
.wp-block-search__button {
padding: 0px;
border: 0px;
background: transparent;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
display: block;
border: 0px !important;
overflow: hidden;
}
.wp-block-latest-posts__featured-image.alignleft {
float: left;
display: inline;
margin-bottom: 0px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li a {
font-size: 18px;
line-height: 1.3;
font-weight: 500;
margin-bottom: 5px;
display: block;
}
.widget_block time {
margin-top: 8px;
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
font-size: 14px;
color: #899097;
}
blockquote:before {
margin-right: 8px;
}
.comment_box .comments_item .content h4 {
font-size: 20px;
color: #222e3e;
}
.widget ul.children {
border-top: 1px solid #dfe2e7 !important;
margin-top: 10px !important;
}
a.comment_link {
color: #899097;
text-decoration: none;
}
.post-thumbnail {
line-height: 0;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
overflow: hidden;
}
img.site-logo {
width: 160px;
height: 46px;
margin-top: 10px;
}
.footer_list .elementor-icon-list-item a:hover span {
color: #fff !important;
}
.ad_pricing .droit-tab-title {
text-align: center;
margin-top: 10px;
}
.custom_tab .tab_container > div.dl_active {
padding: 0px !important;
}
span.post_date_loop {
padding-right: 10px;
}
.blog-breadcrumbs-area-two .text-white .post-meta a:hover {
color: #ffffff;
}
.page .entry-content {
padding-top: 50px;
padding-bottom: 50px;
}
.page .entry-content.media_blog_content{
padding: 20px;
}
a.post-page-numbers {
width: 44px;
height: 44px;
line-height: 42px;
border: 1px solid #e7e7f6;
background: #fbfbfd;
display: inline-block;
text-align: center;
font-size: 16px;
color: #7b8a9e;
border-radius: 5%;
text-decoration: none;
margin-right: 5px;
}
span.post-page-numbers.current {
background: #0b6755;
border-color: #0b6755;
color: #fff;
width: 44px;
height: 44px;
line-height: 42px;
display: inline-block;
text-align: center;
font-size: 16px;
border-radius: 5%;
text-decoration: none;
margin-right: 5px;
}
.navbar_fixed .menu > .nav-item > .nav-link {
color: #000000;
}
.btn_get {
font-weight: 700;
font-size: 16px;
background: transparent;
border-radius: 5px;
padding: 15px 40px;
color: #000000;
border: 1px solid #000000;
text-decoration: none;
}
.navbar_fixed .btn_get {
border-radius: 5px;
padding: 15px 40px;
color: #000000;
border: 1px solid #000000;
}
.site-header {
height: 80px;
position: relative;
left: 0;
right: 0;
width: 100%;
} .menu > .nav-item {
margin-left: 20px;
margin-right: 20px;
}
.menu > .nav-item:last-child{
margin-right: 0;
}
@media (max-width: 1280px) {
.menu > .nav-item {
margin-left: 16px;
margin-right: 0px;
}
}
@media (max-width: 991px) {
.site .site-header .navbar .container {
justify-content: space-between;
}
}
@media (max-width: 768px) {
.header_area.nav_bar {
display: none;
}
.admin-bar .site-header.sticky_nav.navbar_fixed .navbar{
margin-top: 0px !important;
}
}
.widget.widget_block h2{
margin-bottom: 25px;
font-size: 24px;
}
.wp-block-latest-posts.wp-block-latest-posts__list{
padding-top: 5px;
}
.wp-block-latest-comments__comment{
line-height: 1.5;
}
ol.wp-block-latest-comments{
padding-left: 0;
}
.muffly_home_service .fung-2 .single-col,.wp-block-latest-posts__featured-image img{
border-radius: 8px !important;
}
.breadcrumb_content {
max-width: 880px;
}
.muffly_faqs.muffly_faqs_two .dl_accordion_item .droit-icon{
top: -32%;
}
.white_border .program_list_page .filters ul {
border-bottom: 1px solid rgba(0, 0, 0, 0.09);
} .price_reco .droit_pricing_pro_wrapper .dl_pro_badge{
width:100%;
}
.price_reco .droit_pricing_pro_wrapper .dl_pro_pricing_title{
padding-top:60px
}
.learn_btn_two.service_more:after {
content: "\e901";
font-family: 'icomoon' !important;
vertical-align: middle;
margin-left: 6px;
transition: all 0.2s linear;
display: inline-block;
opacity: 0;
transition: margin 0.5s, opacity 0.3s linear;
}
.learn_btn_two.service_more:hover:after{
opacity: 1;
margin-left: 12px;
} .site-header .navbar {
background: unset;
margin-top: 15px;
}
.site-header.sticky_nav.navbar_fixed .navbar {
background: #fff;
margin-top: 0px;
}
.admin-bar .site-header.sticky_nav.navbar_fixed .navbar{
margin-top: 32px;
}   .progress_bar_ .elementor-progress-percentage {
margin-top: -30px;
overflow: visible !important;
font-family: 'Nunito Sans';
font-weight: 600;
font-size: 16px;
color: #0F0F0F;
}
.progress_bar_ .elementor-progress-wrapper {
overflow: visible !important;
}
.progress_bar_ .elementor-progress-bar {
border-radius: 6px 0px  0px 6px;
}
@media(max-width: 768px){
.blog_muffly .hentry .dl_col_lg_4.dl_col_sm_4 {
max-width: 50%;
flex: auto;
}
}
@media(max-width: 575px){
.site-header .navbar{
margin-top: 0px;
}
} .media_blog_content .post-title .post-meta .post_date_loop:after{
content: "";
width: 6px;
height: 6px;
background-color: #899097;
border-radius: 50px;
display: inline-block;
margin-left: 11px;
display: none;
}
.pricing-card-list ul{
list-style: none;
padding-left: 0px;
}
.team-area.team-page-section{
padding: 0px !important;
}
.team-area{
background: transparent;
}
a.theme-btn.secondary{
background: #0b6755;
color: #ffffff;
padding: 16px 24px;
border-radius: 8px;
}
.blog_grid  .droit-post__area.blog_grid_masonory.style_5.zoom_in_effect{
margin-bottom: 25px;
}
.blog_grid_masonory.style_5 .blog_grid_masonory_content{
padding-left: 0px;
}
.error_section {
background-color: #0B6755;
overflow: hidden;
height: 100vh;
color: #ffffff;
position: absolute;
left: 0;
top: 0;
width: 100%;
z-index: -1;
position: relative;
}
.error_section h1 {
font-size: 300px;
margin-bottom: 10px;
color: #ffffff;
margin-top: 100px;
}
.error_section h2 {
line-height: 1;
font-size: 48px;
margin-bottom: 30px;
letter-spacing: 2.4px;
color: #ffffff;
font-weight: 900;
}
.error_section p {
font-size: 18px;
margin-bottom: 60px;
}
.error_btn {
z-index: 2;
border: none;
outline: none;
color: #0B6755;
background-color: #ffffff;
line-height: 1;
font-size: 16px;
overflow: hidden;
padding: 19px 50px;
padding-bottom: 20px;
text-align: center;
position: relative;
border-radius: 45px;
-webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
font-family: "Sofia Pro SemiBold";
}
.error_btn:hover {
color: #000000;
background-color: #FFAF01;
}
@media (max-width: 991px) {
.error_section {
padding: 25px;
}
.error_section h1 {
font-size: 80px;
margin-bottom: 10px;
color: #ffffff;
margin-top: 100px;
}
.error_section h2 {
font-size: 38px;
}
}
.portfolio_filter .work_portfolio_item:before{
display: none;
}
.share_links {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 15px;
}
.share_links ul {
margin-bottom: 0;
list-style: none;
margin-left: 0px;
padding-left: 8px;
}
.share_links ul li {
display: inline-block;
}
.share_links ul li:not(:last-child) {
margin-right: 8px;
margin-bottom: 0px !important;
}
.share_links ul li a {
font-size: 14px;
color: #899097 !important;
}
.share_links ul li a:hover {
color: #f8b326 !important;
}
.blog_grid_masonory.style_5 .dl_tag{
background-color: #0b6755;
}
.blog_grid_masonory.style_5 .dl_post_meta .dl_post_author a{
margin-left: 10px;
}
.blog_excerpt {
margin-top: 10px;
margin-bottom: 10px;
}
.about-autheor{
border-radius: 12px;
border: 1px solid #dbe8e6;
background: #FFFFFF;
box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.08);
padding: 32px 40px 40px 40px;
margin-top: 50px;
}
.owl-stage {
display: flex;
}
.service-area.style-3 .owl-nav.disabled{
display: none;
}
.service-card-slider.style-3 .owl-dots button{
background:#FFFFFF;
border: none;
padding: 0px;
}
.team-area .owl-dots button{
background:#FFFFFF;
border: none;
padding: 0px;
}
.team-area .owl-nav.disabled{
display: none;
}
.blog-area .owl-nav{
display: none;
}
.price_style_two  .pricing-card-list-inner li i{
color: #FFFFFF;
}
.blog-card ul.blog-meta{
padding-left: 0px;
}
.blog-card .fas{
margin-right: 5px;
}
i.fi-rr-arrow-small-right{
margin-left: 10px;
}
.portfolio-card-slider .owl-nav.disabled{
display: none;
}
.portfolio-card-slider .owl-dots button{
background:#FFFFFF;
border: none;
padding: 0px;
}
.portfolio-card-slider {
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.pricing-card.style-2 .pricing-card-price{
margin-bottom: 15px;
}
.team-details-contact-form .theme-btn{
display: inline-flex;
padding: 16px 34px;
background: #ffaf01;
color: #04091e;
border-radius: 8px;
margin-right: 26px;
line-height: 20px;
align-items: center;
border: none;
}
.team-details-contact-form .theme-btn:hover{
background-color: #0b6755;
color: #FFFFFF;
}
.blog_post_item .post-thumbnail{
max-height: 450px;
}
.widget_search label{
font-family: Nunito Sans;
line-height: 1.5;
color: #1e1e1e;
margin-bottom: 25px;
font-size: 24px;
font-weight: 700;
}
button.wp-block-search__button{
height: 46px;
border-radius: 8px !important;
background: rgba(11, 103, 85, 0.1);
border: 1px solid transparent !important;
padding: 12px 20px 12px 20px !important;
font-weight: 600;
}
.wp-block-search__inside-wrapper {
margin-bottom: 20px;
}
ul.wp-block-rss {
margin-bottom: 20px;
}
.wp-block-post-comments-form .comment-reply-title {
margin-bottom: 25px;
}
.comment-respond .submit{
border: 0px;
padding: 11px 23px;
cursor: pointer;
background: #0b6755;
color: #fff;
font-size: 18px;
line-height: 29px;
font-weight: 500;
transition: all 0.2s;
} .styleTwo .menu > .nav-item > .nav-link{
color: #FFFFFF;
}
.styleTwo.navbar_fixed .menu > .nav-item > .nav-link{
color: #000000;
}
.styleTwo .btn_get{
border: 1px solid #FFFFFF;
color: #FFFFFF !important;
}
.styleTwo .btn_get:hover{
background: #0b6755;
border: 1px solid #FFFFFF;
color: #FFFFFF !important;
}
.styleTwo.navbar_fixed .btn_get{
background: #0b6755;
border: 1px solid #FFFFFF;
color: #FFFFFF !important;
} .portfolio-content p{
color: #000000;
}
.btn_hover:hover {
color: #FFFFFF;
background: #0b6755;
border: 1px solid #0b6755;
}.wooshop .page-title {
display: none;
}
.woocommerce .woocommerce-ordering select {
margin-bottom: 12px;
border: 1px solid #eee;
height: 35px;
width: 230px;
}
input:focus, textarea:focus, select:focus {
outline-offset: 0;
outline: -webkit-focus-ring-color auto 0;
}
.woocommerce-cart .page-main-content,
.woocommerce-checkout .page-main-content,
.woocommerce-account .page-main-content {
margin-top: 20px;
margin-bottom: 50px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
padding: 0 0 10px;
line-height: 1.4;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
position: relative;
}
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart {
position: absolute;
bottom: 0px;
text-align: center;
opacity: 0;
transition: all .8s cubic-bezier(.4,0,0,1);
transform: translateY(10px) translateX(-50%);
background-color: transparent;
border: 1px solid #0b6755;
color: #0b6755;
left: 50%;
white-space: nowrap;
margin-top: 15px;
}
.woocommerce ul.products li.product .price {
position: relative;
overflow: hidden;
}
.woocommerce-Price-amount {
transition: all .8s cubic-bezier(.4,0,0,1);
position: relative;
display: inline-block;
}
li.product:hover .woocommerce-Price-amount.amount {
opacity: 0;
transform: translate(0,-130%);
}
.woocommerce ul.products li.product .added_to_cart {
right: 0;
left: auto;
}
.woocommerce ul.products li.product:hover .button,
.woocommerce-page ul.products li.product:hover .button,
.woocommerce ul.products li.product:hover .added_to_cart {
opacity: 1;
transform: translateY(0px) translateX(-50%);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
transition: 400ms;
text-align: center;
padding: 0 10px;
font-size: 22px;
font-weight: 600;
}
.woocommerce ul.products li.product span.onsale, .woocommerce span.onsale{
border-radius: 0px;
line-height: 2.1;
min-height: 2em;
margin: 0px 0px;
padding: 0 20px;
font-weight: 500;
background-color: #0b6755;
}
.woocommerce ul.products li.product .price {
color: #0b6755;
text-align: center;
font-size: 16px;
margin-top: 5px;
font-weight: 700;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
color: #0b6755;
font-size: 2em;
margin-top: 19px;
font-weight: 700;
margin-bottom: 15px;
}
.woocommerce div.product p.price del{
font-size: 24px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
margin-bottom: 30px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
padding: 12px 20px;
background: #f2f2f2;
margin-right:5px;
color: #0b6755;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover {
color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a:hover{
color: #fff;
background-color: #0b6755;
}
.woocommerce nav.woocommerce-pagination ul li span.current{
color: #fff;
background-color: #0b6755;
border: 1px solid #0b6755;
margin-right:5px;
}
.woocommerce nav.woocommerce-pagination ul li {
border-right: none;
margin: 0 2px 0 0;
}
.woocommerce nav.woocommerce-pagination ul {
border: none;
}
button:focus {
outline: -webkit-focus-ring-color auto 0;
}
.woocommerce div.product form.cart .button {
border-radius: 0;
padding: 14px 20px;
font-weight: 400;
}
.woocommerce .quantity .qty {
width: 80px;
height: 44px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-weight: 400;
}
.woo-xs-content{padding: 100px 0;}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
flex: 48%;
max-width: 48%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
flex: 48%;
max-width: 48%;
}
.woocommerce form .form-row label{width: 100%}
.woocommerce-input-wrapper{width: 100%}
.woocommerce form .form-row input.input-text{
height: 45px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
border: 3px solid #e2e2e2;
color: #807f79;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li {
border-bottom: 1px solid #e2e2e2;
line-height: .8;
list-style: outside none none;
padding: 0 20px;
position: relative;
width: 100%;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul {
padding: 0;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li a {
color: #000;
font-size: 16px;
display: inline-block;
padding: 20px 0;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li:last-child {
border: 0;
}
.woocommerce .my_account_orders.account-orders-table > thead tr th {
background: #f7f7f7 none repeat scroll 0 0;
color: #afafaf;
text-transform: uppercase;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul {
padding: 0;
margin-bottom: 0;
}
.woocommerce-customer-details address {
line-height: 35px;
}/*/*/.woocommerce-product-search{
display: flex;
}
.woocommerce-product-search input{
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.woocommerce-product-search button, .sidebar-woo .woocommerce-widget-layered-nav-dropdown__submit{
background: #0b6755;
color: #fff;
padding: 0 10px;
cursor: pointer;
border: none;
}
.sidebar-woo .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #fff;
}
.sidebar-woo .select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #ff5757;
border: 1px solid #ff0202;
color: #fff;
}
.sidebar-woo .select2-container--default .select2-results__option[data-selected=true]{
background-color: #0b6755;
color: #fff;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
background-color: #0b6755;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
background-color: #0b6755;
}
.woocommerce div.product form.cart div.quantity {
position: relative;
-webkit-box-shadow: 7px 6px 30px rgba(0,0,0,0.1);
-moz-box-shadow: 7px 6px 30px rgba(0,0,0,0.1);
box-shadow: 7px 6px 30px rgba(0,0,0,0.1);
display: inline-block;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
background-color: #0b6755;
color: #fff;
}
.woocommerce-tabs.wc-tabs-wrapper{
margin-bottom: 50px;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th,.woocommerce-Price-amount {
font-weight: 600;
}
.related.products h2{    margin-bottom: 30px;}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
width: 150px;
}
.added_to_cart.wc-forward{
top:0;
left: 0 !important;
bottom: initial !important;
opacity: 1 !important;
color: #fff;
width: 100px;
padding: 0 !important;
line-height: 30px;
transform: translateY(0) !important;
background-color: #0b6755 !important;
}
.woocommerce-message .button.wc-forward:hover,
.woocommerce-message .button.wc-forward{
background-color: #0b6755;
color: #fff;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
background-color: #0b6755;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
.woocommerce .woocommerce-ordering select {
padding: 9px;
height: 40px;
}
.woocommerce div.product div.images img {
padding: 10px 10px 10px;
}/**/.woocommerce div.product form.cart{
margin-top: 15px;
}
.woocommerce table.shop_table th{
text-align: center;
}
.woocommerce table.shop_table td{
text-align: center;
}
.woocommerce .shop_table .coupon .button{
background-color: #0b6755;
color: #FFFFFF;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
float: left;
box-sizing: border-box;
border: 1px solid #d3ced2;
padding: 6px 6px 8px;
margin: 0 4px 0 0;
outline: 0;
}
.woocommerce ul.products li.product .price del bdi{
text-decoration: line-through;
}
.container.woo {
margin-top: 100px;
margin-bottom: 100px;
}
.archive .woo .page-title {
display: none;
}
.breadcrumbs span{
color: #FFFFFF;
font-family: "Nunito", Sans-serif;
font-size: 24px;
font-weight: 700;
line-height: 39px;
}
h1.page-title.page_title{
color: #FFFFFF;  
}
.product_meta span a {
border-radius: 0;
padding: 10px 10px;
font-weight: 400;
background-color: #0b6755;
color: #FFFFFF;  
}
.woocommerce div.product .product_title{
font-size: 36px;
}
.archive .breadcrumb_content .breadcrumbs span{
font-size: 36px;
}
form.woocommerce-cart-form{
margin-top: 120px;
}
form.checkout.woocommerce-checkout{
margin-bottom: 120px;
}
.woocommerce .woocommerce-info{
margin-top: 120px;
}.about-area {
padding: 80px 0px 100px;
background: #FFFFFF;
}
.about-left {
position: relative;
}
.about-image img {
width: 100%;
height: 597px;
border-radius: 0px 282px 0px 0px;
object-fit: cover;
}
.about-experience-card {
border-radius: 12px;
border: 0px solid #979797;
background: #FFFFFF;
display: inline-block;
box-shadow: 0px 4px 71px 0px rgba(0, 0, 0, 0.09);
padding: 24px;
width: 280px;
height: 164px;
overflow: hidden;
position: absolute;
bottom: 20px;
left: 20px;
}
.about-experience-card h4 {
font-size: 90px;
color: #0b6755;
margin: 0;
line-height: 93px;
}
.about-experience-card h4 span {
font-size: 26px;
color: #04091e;
font-weight: 600;
}
.about-experience-card p {
color: #4d5461;
line-height: normal;
letter-spacing: 11.76px;
font-size: 24px;
margin: 0;
margin-top: -24px;
}
.about-client-widget {
display: inline-block;
background: #0b6755;
padding: 17px;
border-radius: 8px;
position: absolute;
right: 0;
box-shadow: 5px 8px 30px 0px rgba(17, 29, 59, 0.08);
top: 0;
width: 190px;
height: 112px;
overflow: hidden;
z-index: 1;
z-index: 1;
}
.about-client-list li {
display: inline-block;
margin-left: -14px;
z-index: 2;
}
.about-client-list li:first-child {
margin: 0;
}
.about-client-list li img {
width: 38px;
height: 38px;
border-radius: 100%;
object-fit: cover;
}
.about-client-list li:last-child img {
z-index: -1;
position: relative;
}
.about-client-widget span {
font-size: 20px;
line-height: 160%;
color: #e7f0ee;
font-weight: 700;
display: inline-block;
margin-bottom: 7px;
}
.about-content-title {
font-size: 44px;
line-height: 60px;
margin-bottom: 26px;
}
.about-content-title span {
position: relative;
display: inline-block;
z-index: 2;
}
.about-content-title span::before {
position: absolute;
content: "";
width: 100%;
height: 5px;
background: #ffaf01;
bottom: 9px;
left: 0;
z-index: -1;
}
.about-content-text {
margin: 0;
line-height: 148%;
}
.about-content-list {
margin-top: 27px;
}
.about-content-list li {
margin-bottom: 17px;
color: #04091e;
font-weight: 600;
display: inline-flex;
align-items: center;
}
.about-content-list li:last-child {
margin: 0;
}
.about-content-list li img {
width: 24px;
height: 24px;
margin-right: 16px;
}
.about-content-bottom {
display: flex;
align-items: center;
gap: 70px;
border-top: 2px dashed #d6d6da;
padding-top: 27px;
margin-top: 27px;
}
.about-content-btn {
margin-top: 40px;
}
.about-cont-btm-widget h5 {
font-size: 28px;
margin-bottom: 0;
}
.about-cont-btm-widget p {
color: #4d5461;
margin: 0;
}
.about-content {
padding-left: 48px;
} .about-area.about-style-2 {
position: relative;
z-index: 2;
}
.about-style-2-shape.shape-1 {
position: absolute;
left: 5%;
bottom: 36%;
z-index: -1;
animation-name: shake;
animation-duration: 20s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
.about-style-2-shape.shape-2 {
position: absolute;
right: 10%;
top: 19%;
z-index: -1;
animation-name: rotateIn;
animation-duration: 9s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
.about-content.style-2 {
padding: 0;
}
.about-content.style-2 .about-content-sm-title {
font-size: 20px;
display: inline-block;
line-height: 160%;
color: #747681;
margin-bottom: 16px;
}
.about-content.style-2 .about-content-big-title {
font-size: 44px;
line-height: 140%;
margin-bottom: 26px;
}
.about-content.style-2 .about-content-list {
margin-top: 29px;
}
.about-content.style-2 .about-content-list li {
width: 48%;
letter-spacing: 0.5px;
text-transform: capitalize;
}
.about-content.style-2 .about-content-btn {
margin-top: 24px;
}
.about-right.style-2 .about-right-top-widget {
display: flex;
gap: 24px;
}
.about-right.style-2 .about-img img {
width: 352px;
height: 255px;
border-radius: 12px;
object-fit: cover;
}
.about-right.style-2 .about-right-top-info {
background: #e7effe;
padding: 30px 40px 19px 37px;
max-width: 214px;
border-radius: 12px;
height: 255px;
overflow: hidden;
}
.about-right.style-2 .about-right-top-info-icon {
width: 60px;
height: 60px;
background: #0b6755;
border-radius: 100%;
text-align: center;
line-height: 60px;
margin-bottom: 14px;
}
.about-right.style-2 .about-right-top-info-content h4 {
color: #0b6755;
font-size: 48px;
line-height: 140%;
margin-bottom: 0;
}
.about-right.style-2 .about-right-top-info-content p {
margin: 0;
font-size: 24px;
color: #04091e;
line-height: 150%;
}
.about-right.style-2 .about-right-bottom-content {
position: relative;
border-radius: 12px;
z-index: 2;
display: flex;
align-items: center;
gap: 68px;
padding: 45px 42px;
margin-top: 24px;
}
.about-right.style-2 .about-right-bottom-content::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
background: #0b6755;
border-radius: 12px;
opacity: 0.8600000143051147;
top: 0;
left: 0;
z-index: -1;
}
.about-right.style-2 .about-right-bottom-text {
margin: 0;
background: #d5e5e2;
padding: 19px 22px;
border-radius: 12px;
font-size: 16px;
text-align: center;
display: inline-block;
line-height: 160%;
color: #04091e;
}
.about-right.style-2 .about-right-bottom-widget h4 {
font-size: 48px;
color: #FFFFFF;
line-height: 140%;
margin: 0;
}
.about-right.style-2 .about-right-bottom-widget p {
margin: 0;
font-size: 24px;
color: #FFFFFF;
line-height: 150%;
} .about-area.style-3 {
position: relative;
z-index: 2;
}
.about-section-shape.style-3 {
position: absolute;
right: 7%;
top: 0;
z-index: -1;
animation-name: rotateIn;
animation-duration: 9s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
.about-image.style-3 img {
border-radius: 282px 282px 0px 0px;
}
.about-client-widget.style-3 {
background: #FFFFFF;
}
.about-client-widget.style-3 span {
color: #04091e;
}
.about-cont-btm-widget.style-3 .about-cont-widget-icon img {
width: 72px;
height: 72px;
object-fit: contain;
}
.about-cont-btm-widget.style-3 {
display: flex;
align-items: center;
gap: 15px;
}
.about-content.style-3 {
padding: 0;
padding-right: 48px;
}
.about-circle-btn {
position: absolute;
left: 50%;
bottom: -56px;
transform: translate(-50%);
}
.about-content-bottom.style-3 {
border: none;
padding: 0;
margin-top: 32px;
}
.about-area.style-4 {
padding-top: 0;
padding-bottom: 58px;
}
@media only screen and (min-width: 1201px) and (max-width: 1600px) {
.about-section-shape.style-3 {
right: 2%;
}
} .about-area.about-page.about-style-2 {
padding: 120px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-content {
padding-left: 0;
margin-top: 40px;
}
.about-content-title {
font-size: 42px;
}
.about-right.style-2 {
margin-top: 40px;
}
.about-area.style-3 {
padding-bottom: 0;
}
.about-image.style-4 {
margin-top: 40px;
}
}
@media only screen and (max-width: 767px) {
.about-image img {
height: 360px;
border-radius: 0px 172px 0px 0px;
}
.about-client-widget span {
font-size: 16px;
margin-bottom: 6px;
}
.about-client-list li img {
width: 30px;
height: 30px;
}
.about-client-widget {
height: 100px;
top: 12px;
}
.about-experience-card h4 {
font-size: 32px;
margin-bottom: 0;
line-height: 30px;
}
.about-experience-card h4 span {
font-size: 16px;
}
.about-experience-card {
width: auto;
height: auto;
}
.about-experience-card p {
letter-spacing: 6.76px;
margin-top: 0;
}
.about-content-title {
font-size: 24px;
line-height: 35px;
margin-bottom: 12px;
}
.about-content {
padding-left: 0;
margin-top: 24px;
}
.about-content-list li {
font-size: 15px;
line-height: 22px;
}
.about-content-list li img {
width: 16px;
height: 16px;
margin-right: 9px;
}
.about-cont-btm-widget h5 {
font-size: 22px;
}
.about-content-bottom {
gap: 48px;
}
.about-content-btn {
margin-top: 30px;
}
.about-area {
padding: 0px 0px 56px;
}
.about-content.style-2 .about-content-sm-title {
font-size: 16px;
margin-bottom: 10px;
}
.about-content.style-2 .about-content-big-title {
font-size: 24px;
margin-bottom: 12px;
}
.about-content.style-2 .about-content-list li {
width: 100%;
}
.about-content.style-2 .about-content-list {
margin-top: 20px;
}
.about-right.style-2 .about-img img {
width: 100%;
height: 220px;
}
.about-right.style-2 .about-right-top-info {
max-width: 100%;
height: auto;
text-align: center;
margin-top: 24px;
}
.about-right.style-2 .about-right-top-info-icon {
width: 54px;
height: 54px;
line-height: 54px;
display: inline-block;
}
.about-right.style-2 .about-right-top-info-content h4 {
font-size: 30px;
}
.about-right.style-2 .about-right-bottom-content {
padding: 24px;
text-align: center;
}
.about-right.style-2 .about-right-bottom-widget h4 {
font-size: 28px;
}
.about-right.style-2 .about-right-bottom-text {
padding: 12px;
}
.about-style-2-shape.shape-1 {
display: none;
}
.about-style-2-shape.shape-2 {
display: none;
}
.about-right.style-2 {
margin-top: 40px;
}
.about-right-top-info-icon img {
width: 24px;
height: 24px;
}
.about-right-bottom-widget {
margin-bottom: 20px;
}
.about-right.style-2 .about-right-top-widget {
display: block;
}
.about-right.style-2 .about-right-bottom-content {
display: block;
}
.about-section-shape.style-3 {
display: none;
}
.about-content.style-3 {
padding: 0;
margin: 0;
}
.about-cont-widget-info {
margin-top: 12px;
}
.about-area.style-4 .about-left {
margin-top: 40px;
}
.about-cont-btm-widget.style-3 .about-cont-widget-icon img {
width: 60px;
height: 60px;
}
.about-cont-btm-widget.style-3 {
text-align: center;
display: block;
}
.about-cont-btm-widget h5 {
font-size: 20px;
}
.about-content-bottom.style-3 {
justify-content: center;
}
.about-area.about-page.about-style-2 {
padding: 32px 0px 56px;
}
.about-area.about-page.about-style-2 .about-img {
margin-top: 24px;
}
.about-area.about-style-2.home-2 {
padding-top: 32px;
}
}.agency-skills-area {
background: #f1f1e2;
padding: 120px 0px;
}
.agency-skills-img {
position: relative;
z-index: 2;
}
.agency-skills-img::before {
position: absolute;
content: "";
width: 110px;
height: 105px;
background-image: url(//nooria.tech/wp-content/themes/zafram/assets/theme/images/agency-skills/shape.svg);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
top: -38px;
left: -42px;
z-index: -1;
}
.agency-skills-img img {
width: 500px;
height: 492px;
object-fit: cover;
border-radius: 12px;
}
.agency-skills-sm-title {
font-size: 20px;
line-height: 120%;
color: #747681;
margin-bottom: 16px;
display: inline-block;
}
.agency-skills-big-title {
font-size: 44px;
line-height: 140%;
margin-bottom: 26px;
}
.agency-skills-text {
font-size: 16px;
line-height: 160%;
margin: 0;
}
.single-agency-skills-progress {
margin-top: 26px;
}
.single-agency-skills-progress-label {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 6px;
}
.skills-progress-title,
.skills-progress-percent {
margin: 0;
font-size: 20px;
font-weight: 400;
line-height: 160%;
}
.progress-container,
.progress {
background-color: #f5dd9f;
border-radius: 500px;
position: relative;
height: 12px;
width: 100%;
}
.single-agency-skills-progress.progress-2 .progress-container,
.single-agency-skills-progress.progress-2 .progress {
background-color: #acc8b8;
}
.single-agency-skills-progress.progress-2 .progress {
background-color: #0b6755;
}
.single-agency-skills-progress.progress-2 .percentage::after {
border-top: 10px solid #0b6755;
}
.single-agency-skills-progress.progress-3 .progress-container,
.single-agency-skills-progress.progress-3 .progress {
background-color: #afc2eb;
}
.single-agency-skills-progress.progress-3 .progress {
background-color: #1352fc;
}
.single-agency-skills-progress.progress-3 .percentage::after {
border-top: 10px solid #1352fc;
}
.single-agency-skills-progress.progress-4 .progress-container,
.single-agency-skills-progress.progress-4 .progress {
background-color: #e1cbf6;
}
.single-agency-skills-progress.progress-4 .progress {
background-color: #9b51e0;
}
.single-agency-skills-progress.progress-4 .percentage::after {
border-top: 10px solid #9b51e0;
}
.progress {
background-color: #ffaf01;
width: 0;
transition: width 0.4s linear;
height: 5px;
top: 3px;
left: 4px;
}
.percentage {
font-size: 0px;
position: absolute;
left: 0;
transition: left 0.4s linear;
}
.percentage::after {
content: "";
position: absolute;
top: -16px;
left: 50%;
transform: translateX(-50%);
height: 10px;
width: 10px;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 10px solid #ffaf01;
z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.agency-skills-content {
margin-top: 40px;
}
}
@media only screen and (max-width: 767px) {
.agency-skills-area {
padding: 56px 0px;
}
.agency-skills-img img {
height: 280px;
}
.agency-skills-sm-title {
font-size: 16px;
margin-bottom: 12px;
}
.agency-skills-big-title {
font-size: 24px;
margin-bottom: 12px;
}
.skills-progress-title,
.skills-progress-percent {
font-size: 14px;
}
.single-agency-skills-progress-label {
margin-bottom: 14px;
}
.agency-skills-content {
margin-top: 32px;
}
}.blog-area {
padding: 0px 0px;
overflow: hidden;
position: relative;
z-index: 2;
}
.blog-section-shape {
position: absolute;
right: 10%;
bottom: 85px;
z-index: -1;
}
.blog-slider {
margin-top: 28px;
}
.blog-card {
border-radius: 12px;
box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.08);
background: #FFFFFF;
padding: 22px 30px;
margin-bottom: 25px;
}
.blog-card:hover .blog-content-title a {
color: #0b6755;
}
.blog-content-title {
font-size: 24px;
line-height: 150%;
}
.blog-meta li img {
width: 16px !important;
height: 16px !important;
display: inline-block !important;
margin-right: 8px;
}
.blog-meta li {
display: inline-flex;
color: #6c6c6c;
font-size: 14px;
margin-right: 30px;
align-items: center;
}
.blog-meta li a {
display: inline-flex;
color: #6c6c6c;
align-items: center;
}
.blog-meta li:last-child {
margin: 0;
}
.blog-meta li a:hover {
color: #0b6755;
}
.blog-card:hover .blog-card-img img {
transform: scale(1.03);
}
.blog-card-img {
margin-top: 22px;
position: relative;
border-radius: 10px;
overflow: hidden;
}
.blog-card-img img {
width: 100% !important;
height: 240px !important;
border-radius: 10px;
box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.2);
transition: all 0.4s ease;
object-fit: cover;
}
.blog-card-tag a {
position: absolute;
right: 16px;
bottom: 16px;
border-radius: 5px;
background: #FFFFFF;
color: #0b6755;
padding: 7px 13px;
font-size: 14px;
}
.blog-card-tag:hover a {
background: #0b6755;
color: #FFFFFF;
}
.blog-card-btn {
margin-top: 18px;
}
.blog-card-btn a {
color: #0b6755;
display: inline-flex;
align-items: center;
}
.blog-card-btn a:hover {
color: #ffaf01;
}
.blog-card-btn a i {
font-size: 24px;
margin-left: 4px;
position: relative;
top: 3px;
}
.blog-slider .owl-stage-outer {
overflow: visible;
}
.blog-slider .owl-item {
opacity: 0;
transition: opacity 1500ms;
}
.blog-slider .owl-item.active {
opacity: 1;
} .blog-area .owl-theme .owl-nav [class*="owl-"] {
display: inline-block;
cursor: pointer;
border-radius: 0px;
background: #FFFFFF;
color: #1d1d1d;
font-size: 24px;
box-shadow: 0px 9px 28px 0px rgba(0, 0, 0, 0.05);
width: 56px;
height: 56px;
line-height: 66px;
margin: 0;
padding: 0;
transition: all 0.4s ease;
}
.blog-area .owl-theme .owl-nav [class*="owl-"]:hover {
color: #FFFFFF;
background: #1d1d1d;
}
.blog-area .owl-prev {
margin-right: 16px !important;
}
.blog-area .owl-controls {
position: absolute;
right: 0;
top: -30%;
} .standard-blog-area {
padding: 80px 0px 120px;
}
.blog-sidebar {
position: sticky;
top: 14%;
}
.standard-blog-card {
background: #FFFFFF;
border: 1px solid #dbe8e6;
padding: 25px 25px 40px 25px;
border-radius: 12px;
box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.08);
margin-top: 40px;
}
.standard-blog-img img {
width: 100%;
height: 480px;
border-radius: 12px;
object-fit: cover;
}
.standard-blog-content {
margin-top: 24px;
}
.standard-blog-meta {
border-bottom: 1px solid #dbe8e6;
padding-bottom: 20px;
margin-bottom: 24px;
}
.standard-blog-meta li {
display: inline-block;
margin-right: 36px;
}
.standard-blog-meta li:last-child {
margin: 0;
}
.standard-blog-meta li i {
color: #0b6755;
margin-right: 7px;
position: relative;
top: 2px;
}
.standard-blog-meta li a {
font-size: 14px;
line-height: 148%;
color: rgba(116, 118, 129, 1);
}
.standard-blog-title {
font-size: 32px;
line-height: 140%;
font-weight: 400;
color: #04091e;
margin-bottom: 16px;
}
.standard-blog-card:hover .standard-blog-title {
color: #0b6755;
}
.standard-blog-text {
margin: 0;
font-size: 16px;
line-height: 160%;
color: #0b6755;
}
.standard-blog-btn {
margin-top: 26px;
}
.standard-blog-btn .theme-btn {
background: transparent;
border: 1px solid #ffaf01;
color: #04091e;
}
.standard-blog-btn .theme-btn:hover {
border: 1px solid transparent;
background: #ffaf01;
color: #04091e;
} .blog-sidebar-widget {
margin-top: 40px;
}
.blog-sidebar-widget-title {
display: inline-block;
font-size: 24px;
font-weight: 600;
line-height: 150%;
position: relative;
}
.blog-sidebar-widget-title::before {
position: absolute;
content: "";
width: 160px;
height: 1px;
background: rgba(219, 232, 230, 1);
bottom: 0;
left: 0;
}
.blog-sidebar-widget-title {
display: block;
font-size: 24px;
font-weight: 600;
line-height: 150%;
position: relative;
padding-bottom: 5px;
margin-bottom: 20px;
}
.blog-searchbar {
position: relative;
}
.blog-searchbar input {
width: 100%;
height: 46px;
border-radius: 8px !important;
background: rgba(11, 103, 85, 0.1);
border: 1px solid transparent !important;
padding: 12px 46px 12px 20px !important;
color: #04091e;
font-size: 16px;
}
.blog-searchbar input:focus {
border: 1px solid #0b6755 !important;
}
.blog-searchbar-btn {
position: absolute;
right: 20px;
top: 14px;
background: transparent;
color: #0b6755;
font-size: 16px;
}
.single-blog-recent {
display: inline-flex;
align-items: center;
gap: 20px;
margin-bottom: 16px;
}
.single-blog-recent:last-child {
margin: 0;
}
.single-blog-recent-img img {
max-width: 92px;
height: 92px;
border-radius: 5px;
object-fit: cover;
}
.single-blog-recent-cont h6 {
font-size: 18px;
line-height: 148%;
font-weight: 400;
margin-bottom: 8px;
}
.single-blog-recent-cont span {
font-size: 14px;
color: rgba(116, 118, 129, 1);
}
.single-blog-recent-cont span i {
color: #0b6755;
margin-right: 12px;
font-size: 14px;
position: relative;
top: 2px;
}
.blog-popular-tag-list li {
display: inline-block;
margin-right: 10px;
margin-bottom: 10px;
}
.blog-popular-tag-list li a {
border: 1px solid #0b6755;
color: #4d5461;
padding: 10px 20px;
border-radius: 6px;
line-height: 16px;
font-size: 16px;
}
.blog-popular-tag-list li a:hover {
background: #0b6755;
color: #FFFFFF;
}
.blog-category-list li a {
font-size: 16px;
line-height: 210%;
color: rgba(116, 118, 129, 1);
display: block;
}
.blog-category-list li a:hover {
color: #04091e;
}
.blog-category-list li span {
float: right;
} .blog-details-area {
padding: 80px 0px 120px;
}
.blog-details-inner {
margin-top: 40px;
}
.blog-details-top-img {
margin-bottom: 40px;
}
.blog-details-top-img img {
width: 100%;
height: 450px;
border-radius: 12px;
object-fit: cover;
}
.blog-details-top-text {
font-size: 16px;
line-height: 160%;
margin-bottom: 24px;
}
.blog-details-quote {
background: #e7f0ee;
display: flex;
align-items: center;
gap: 38px;
padding: 28px 40px;
border-radius: 5px;
margin-top: 20px;
margin-bottom: 26px;
}
.blog-details-quote-content h6 {
font-size: 28px;
font-weight: 600;
line-height: 150%;
margin-bottom: 14px;
}
.blog-details-quote-content p {
font-size: 18px;
color: #04091e;
line-height: 148%;
font-weight: 600;
}
.blog-details-middle-widget-img {
margin: 30px 0px;
}
.blog-details-quote-icon img {
max-width: 177px !important;
height: 150px !important;
}
.blog-details-middle-widget-img img {
width: 100%;
height: 304px;
border-radius: 5px;
object-fit: cover;
}
.blog-details-social-tag span {
font-size: 18px;
color: #04091e;
line-height: 148%;
display: inline-block;
}
.blog-details-tag-list li {
display: inline-block;
margin-right: 20px;
}
.blog-details-tag-list li:last-child {
margin: 0;
}
.blog-details-tag-list li a {
color: #04091e;
font-size: 18px;
}
.blog-details-social-tag {
display: flex;
align-items: center;
justify-content: space-between;
border-top: 1px solid #dbe8e6;
border-bottom: 1px solid #dbe8e6;
padding: 24px 0px;
margin: 30px 0px;
}
.blog-details-tag-main,
.blog-details-social-main {
display: inline-flex;
align-items: center;
gap: 25px;
}
.blog-details-social-list li {
display: inline-block;
margin-right: 6px;
}
.blog-details-social-list li:last-child {
margin: 0;
}
.blog-details-social-list li a {
width: 34px;
height: 34px;
line-height: 34px;
background: #0b6755;
color: #FFFFFF;
border-radius: 100%;
text-align: center;
font-size: 16px;
filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.16));
}
.blog-details-social-list li a:hover {
background: #ffaf01;
color: #04091e;
}
.blog-details-post {
background: #FFFFFF;
box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.08);
padding: 40px;
display: flex;
align-items: center;
justify-content: space-between;
}
.blog-details-post-single {
display: inline-flex;
align-items: center;
gap: 20px;
}
.blog-details-post-img img {
max-width: 92px;
height: 92px;
border-radius: 5px;
object-fit: cover;
}
.blog-details-post-info h4 {
font-size: 18px;
font-weight: 600;
line-height: 148%;
margin-bottom: 14px;
}
.blog-details-post-info span {
font-size: 14px;
color: rgba(116, 118, 129, 1);
display: inline-block;
}
.blog-details-post-info span i {
color: #0b6755;
font-size: 16px;
margin-right: 12px;
position: relative;
top: 3px;
}
.blog-details-post-btn {
margin-top: 30px;
}
.blog-details-post-btn.next-btn {
text-align: right;
}
.blog-details-post-right .blog-details-post-info {
text-align: right;
}
.blog-details-post-btn a {
background: #e7f0ee;
display: inline-block;
padding: 7px 18px;
display: inline-block;
align-items: center;
font-size: 18px;
color: #04091e;
border-radius: 3px;
}
.blog-details-post-btn a:hover {
background: #0b6755;
color: #FFFFFF;
}
.blog-details-post-btn a i {
position: relative;
top: 2px;
}
.blog-details-post-btn.prev-btn a i {
font-size: 14px;
margin-left: 8px;
}
.blog-details-post-btn.next-btn a i {
font-size: 14px;
margin-right: 8px;
}
.blog-details-comment {
border-radius: 12px;
border: 1px solid #dbe8e6;
background: #FFFFFF;
box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.08);
padding: 32px 40px 40px 40px;
margin-top: 80px;
}
.blog-details-commnet-title {
font-size: 24px;
font-weight: 600;
line-height: 150%;
margin-bottom: 20px;
}
.blog-single-comment {
display: flex;
align-items: center;
gap: 25px;
border-bottom: 1px solid #dbe8e6;
padding-bottom: 20px;
margin-bottom: 20px;
}
.blog-single-comment:last-child {
border: none;
margin: 0;
padding: 0;
}
.blog-comment-img img {
max-width: 100px;
max-height: 100px;
border-radius: 5px;
object-fit: cover;
}
.blog-comment-info {
display: flex;
align-items: flex-end;
gap: 44px;
justify-content: space-between;
width: 100%;
}
.blog-comment-info-content h6 {
font-size: 18px;
line-height: 148%;
font-weight: 400;
margin-bottom: 4px;
}
.blog-comment-info-content span {
font-size: 14px;
display: inline-block;
line-height: 148%;
color: #636363;
margin-bottom: 10px;
}
.blog-comment-info-content p {
font-size: 16px;
line-height: 160%;
margin: 0;
}
.blog-comment-info-btn a {
border: 1px solid #0b6755;
color: #04091e;
font-size: 16px;
line-height: 16px;
padding: 12px 24px;
border-radius: 3px;
}
.blog-comment-info-btn a:hover {
background: #0b6755;
color: #FFFFFF;
border: 1px solid transparent;
}
.blog-single-comment.comment-reply {
margin-left: 40px;
}
.blog-details-form {
border-radius: 12px;
border: 1px solid #dbe8e6;
box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.08);
background: #FFFFFF;
margin-top: 80px;
padding: 32px 40px 40px;
}
.blog-details-form-title {
font-size: 24px;
font-weight: 600;
line-height: 150%;
margin-bottom: 20px;
}
.blog-details-form form .form-group {
margin-bottom: 20px;
}
.blog-details-form form .form-group input,
.blog-details-form form .form-group textarea {
width: 100%;
height: 56px;
background: #e7f0ee;
padding: 17px 24px;
border-radius: 5px;
color: #04091e;
border: 1px solid transparent !important;
font-size: 16px;
}
.blog-details-form form .form-group input:focus,
.blog-details-form form .form-group textarea:focus {
border: 1px solid #0b6755 !important;
}
.blog-details-form form .form-group textarea {
height: 170px;
}
.blog-details-form-btn {
margin-top: 10px;
}
@media only screen and (max-width: 767px) {
.blog-area {
padding: 56px 0px;
}
.blog-area .owl-controls {
left: 50%;
top: initial;
transform: translate(-50%, 0);
bottom: 0;
}
.blog-content-title {
font-size: 18px;
}
.blog-meta li {
font-size: 12px;
margin-right: 6px;
}
.blog-card-btn a {
font-size: 15px;
}
.blog-card-btn a i {
font-size: 18px;
top: 2px;
}
.blog-card {
padding: 20px;
margin-bottom: 74px;
}
.blog-area .owl-theme .owl-nav [class*="owl-"] {
width: 44px;
height: 44px;
line-height: 54px;
}
.blog-details-area {
padding: 16px 0px 56px;
}
.blog-details-top-img img {
height: 280px;
}
.blog-details-top-img {
margin-bottom: 24px;
}
.blog-details-quote-content h6 {
font-size: 18px;
}
.blog-details-quote {
padding: 24px;
display: block;
}
.blog-details-quote-icon img {
max-width: 100px !important;
height: 64px !important;
}
.blog-details-middle-widget-img img {
height: 280px;
}
.blog-details-social-tag span {
font-size: 16px;
}
.blog-details-tag-list li a {
font-size: 16px;
}
.blog-details-social-list li a {
width: 30px;
height: 30px;
line-height: 30px;
font-size: 14px;
}
.blog-details-post-right .blog-details-post-info {
text-align: left;
}
.blog-details-post-btn.next-btn {
text-align: left;
}
.blog-details-post {
padding: 10px 24px 24px;
display: block;
}
.blog-details-post-img img {
max-width: 70px;
height: 70px;
}
.blog-details-post-info h4 {
font-size: 16px;
line-height: 140%;
margin-bottom: 0;
}
.blog-details-post-btn a {
padding: 5px 18px;
font-size: 14px;
}
.blog-details-post-btn {
margin-top: 18px;
}
.blog-comment-img img {
max-width: 72px;
max-height: 72px;
}
.blog-comment-info-content h6 {
font-size: 16px;
line-height: 20px;
}
.blog-comment-info-content span {
line-height: 20px;
margin-bottom: 9px;
}
.blog-comment-info-btn a {
font-size: 14px;
padding: 8px 24px;
margin-top: 12px;
}
.blog-comment-info {
margin-top: 12px;
display: block;
}
.blog-details-comment {
padding: 24px;
}
.blog-single-comment.comment-reply {
margin-left: 20px;
}
.blog-details-form {
margin-top: 40px;
padding: 24px;
}
.blog-details-form-title {
font-size: 20px;
}
.blog-details-commnet-title {
font-size: 20px;
}
.blog-details-form form .form-group input,
.blog-details-form form .form-group textarea {
height: 48px;
}
.blog-details-form form .form-group textarea {
height: 120px;
}
.blog-sidebar-widget-title {
font-size: 18px;
}
.single-blog-recent-cont h6 {
font-size: 14px;
}
.single-blog-recent-cont span {
font-size: 13px;
}
.blog-popular-tag-list li a {
font-size: 14px;
}
.blog-category-list li a {
font-size: 14px;
}
.single-blog-recent-img img {
max-width: 64px;
height: 64px;
}
.blog-details-social-main {
margin-top: 12px;
}
.blog-details-post-info {
margin-top: 14px;
}
.blog-details-post-right {
margin-top: 24px;
}
.blog-details-post-img {
margin-top: 14px;
}
.blog-details-social-tag {
display: block;
}
.blog-single-comment {
display: block;
}
.standard-blog-area {
padding: 16px 0px 56px;
}
.standard-blog-img img {
height: 220px;
}
.standard-blog-card {
padding: 18px 12px;
}
.standard-blog-meta li {
margin-right: 10px;
font-size: 14px;
}
.standard-blog-meta {
padding-bottom: 12px;
margin-bottom: 13px;
}
.standard-blog-title {
font-size: 18px;
margin-bottom: 10px;
}
.standard-blog-btn {
margin-top: 16px;
}
.standard-blog-meta li i {
margin-right: 6px;
}
}.brand-area {
padding-top: 80px;
}
.brand-slider {
border-bottom: 1px solid #a5a9af;
padding-top: 14px;
padding-bottom: 36px;
}
.brand-section-head-title {
color: #4d5461;
font-size: 24px;
text-align: center;
margin-bottom: 32px;
line-height: 150%;
}
@media only screen and (max-width: 767px) {
.brand-area {
padding-top: 56px;
}
.brand-area .owl-item {
margin-right: 32px !important;
}
}.breadcrumbs-area {
padding: 104px 0px;
text-align: center;
position: relative;
z-index: 2;
overflow: hidden;
}
.breadcrumbs-bg-image .thumbnail-image {
position: absolute;
left: 0;
top: 0;
z-index: -2;
width: 100%;
height: 100%;
object-fit: cover;
}
.breadcrumbs-area::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
background: rgba(13, 19, 18, 0.86);
left: 0;
top: 0;
z-index: -1;
}
.breadcrumbs-area::after {
position: absolute;
content: "";
width: 100%;
height: 306px;
background-image: url(//nooria.tech/wp-content/themes/zafram/assets/theme/images/breadcrumbs-bg-shape.svg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
top: 0;
left: 0;
z-index: -1;
}
.breadcrumbs-content h4 {
color: #FFFFFF;
font-size: 32px;
line-height: 40px;
margin-bottom: 8px;
}
.breadcrumbs-menu li {
display: inline-block;
margin-right: 14px;
padding-right: 14px;
position: relative;
}
.breadcrumbs-menu li::before {
position: absolute;
content: "";
width: 6px;
height: 1px;
background: #FFFFFF;
right: -6px;
top: 50%;
}
.breadcrumbs-menu li:last-child::before {
display: none;
}
.breadcrumbs-menu li:last-child {
padding: 0;
margin: 0;
}
.breadcrumbs-menu li a {
color: #FFFFFF;
line-height: 40px;
}
.breadcrumbs-menu li.active a,
.breadcrumbs-menu li a:hover {
color: #ffaf01;
}
.breadcrumbs-menu-meta {
margin-top: 24px;
}
.breadcrumbs-menu-meta li {
display: inline-block;
margin-right: 30px;
color: #e7f0ee;
font-size: 18px;
}
.breadcrumbs-menu-meta li i {
margin-right: 8px;
position: relative;
top: 3px;
}
.breadcrumbs-menu-meta li:last-child {
margin: 0;
}
.breadcrumbs-menu-meta li i {
color: #ffaf01;
}
@media only screen and (max-width: 767px) {
.breadcrumbs-area {
padding: 56px 0px !important;
}
.breadcrumbs-content h4 {
font-size: 24px;
line-height: 30px;
}
.breadcrumbs-menu-meta li {
margin-right: 8px;
font-size: 14px;
}
.breadcrumbs-menu-meta {
margin-top: 10px;
}
}.call-action-area {
padding: 105px 0px 120px;
position: relative;
z-index: 1;
height: 462px;
overflow: hidden;
}
.call-action-bg-image .thumbnail-image {
position: absolute;
top: -40px;
left: 0;
width: 100%;
height: 512px;
object-fit: cover;
z-index: -2;
}
.call-action-shape1 {
position: absolute;
width: 100%;
height: 100%;
}
.call-action-shape.shape-1 {
left: 44px;
position: absolute;
top: 53px;
z-index: -1;
}
.call-action-shape.shape-2 {
position: absolute;
right: 58px;
bottom: 50px;
z-index: -1;
}
.call-action-area::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0.6000000238418579;
background: #000;
z-index: -1;
}
.call-action-content {
text-align: center;
}
.call-action-content-title {
color: #FFFFFF;
font-size: 48px;
font-weight: 600;
margin: 0;
}
.call-action-content-btn {
margin-top: 43px;
} .call-action-area.style-2 {
height: 330px;
}
.call-action-area.style-2 {
padding: 96px 0px;
}
.call-action-area.style-2::before {
opacity: 1;
background: rgba(0, 0, 0, 0.8);
}
.call-action-area.style-2::after {
position: absolute;
content: "";
width: 100%;
height: 100%;
background-image: url(//nooria.tech/wp-content/themes/zafram/assets/theme/images/call-action/call-action-2/bg-shape.svg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
top: 0;
left: 0;
z-index: -1;
}
.call-action-content.style-2 {
text-align: left;
display: flex;
align-items: center;
gap: 260px;
}
.call-action-content.style-2 .call-action-content-title {
font-weight: 700;
}
.call-action-content.style-2 .call-action-btn {
white-space: nowrap;
margin: 0;
}
.call-action-content.style-2 .call-action-btn .theme-btn {
height: 57px;
} .call-action-area.style-3 {
padding-top: 120px;
padding-bottom: 0;
margin-bottom: 100px;
overflow: initial;
height: auto;
background-attachment: fixed;
}
.call-action-area.style-3::before {
display: none;
}
.call-action-content.style-3 .call-action-content-title {
font-size: 72px;
font-weight: 700;
line-height: 100px;
letter-spacing: -2px;
}
.call-action-content.style-3 .call-action-content-title span {
position: relative;
display: inline-block;
}
.call-action-content.style-3 .call-action-content-title span::before {
position: absolute;
content: "";
width: 100%;
height: 3px;
bottom: 9px;
left: 0;
background-color: #ffaf01;
}
.call-action-btn {
margin-top: 44px;
margin-bottom: -100px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.call-action-content.style-2 {
text-align: center;
display: block;
}
.call-action-content.style-2 .call-action-btn {
margin-top: 32px;
}
.call-action-content.style-3 .call-action-content-title {
font-size: 56px;
line-height: 81px;
}
.call-action-area.style-2 {
height: auto;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.call-action-content.style-2 {
display: block;
text-align: center;
}
.call-action-content.style-2 .call-action-btn {
margin-top: 24px;
}
.call-action-content.style-3 .call-action-content-title {
font-size: 58px;
}
.call-action-area.style-2 {
height: auto;
}
}
@media only screen and (max-width: 767px) {
.call-action-area {
padding: 56px 0px;
}
.call-action-content-title {
font-size: 30px;
}
.call-action-shape.shape-1 {
display: none;
}
.call-action-shape.shape-2 {
display: none;
}
.call-action-content-btn {
margin-top: 30px;
}
.call-action-content-btn .theme-btn {
padding: 10px 10px;
margin-right: 6px;
font-size: 14px;
}
.call-action-content.style-2 {
text-align: center;
display: block;
}
.call-action-content.style-2 .call-action-btn .theme-btn {
height: auto;
}
.call-action-area.style-2 {
padding: 56px 0px;
}
.call-action-content.style-2 .call-action-btn {
margin-top: 24px;
}
.call-action-content.style-3 .call-action-content-title {
font-size: 30px;
line-height: 44px;
}
.call-action-btn {
margin-top: 24px;
margin-bottom: -54px;
}
.call-action-btn img {
width: 100px;
height: 100px;
}
.call-action-area.style-3 {
padding-top: 56px;
margin-bottom: 56px !important;
}
.call-action-area {
height: auto;
}
.call-action-area.style-2 {
height: auto;
}
}.company-fact-area {
padding: 34px 0px 100px;
}
.company-fact-card {
text-align: center;
margin-top: 40px;
}
.company-fact-content h1 {
color: #0b6755;
line-height: 140%;
font-weight: 800;
margin: 0;
}
.company-fact-content p {
margin: 0;
color: #4d5461;
line-height: 160%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.company-fact-content h1 {
font-size: 38px;
}
.company-fact-content p {
font-size: 16px;
}
.company-fact-area {
padding: 40px 0px 60px;
}
.company-fact-card {
margin-top: 20px;
}
}
@media only screen and (max-width: 767px) {
.company-fact-area {
padding: 32px 0px 56px;
}
.company-fact-content h1 {
font-size: 30px;
}
.company-fact-card {
margin-top: 24px;
}
}.contact-area {
background: #0b6755;
padding: 120px 0px;
position: relative;
z-index: 2;
overflow: hidden;
}
.contact-shape-bg .thumbnail-image {
position: absolute;
width: 1170px;
height: 100%;
left: 43%;
margin-left: -25%;
z-index: -1;
}
.contact-shape-bg img {
width: 100%;
height: 100%;
}
.contact-inner {
background: #FFFFFF;
box-shadow: 5px 6px 59px 0px rgba(17, 29, 59, 0.09);
border-radius: 10px;
padding: 42px;
}
.contact-info-sm-title {
font-size: 20px;
line-height: 120%;
display: block;
margin-bottom: 16px;
color: #04091e;
}
.contact-info-big-title {
font-size: 48px;
margin-bottom: 26px;
}
.contact-info-text {
margin: 0;
line-height: 148%;
}
.contact-info-widget {
background: #04091e;
box-shadow: 0px 0px 30px 0px rgba(243, 113, 33, 0.25);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
padding: 32px;
margin-top: 32px;
}
.contact-info-widget-icon i {
width: 74px;
height: 74px;
background: #FFFFFF;
display: inline-block;
line-height: 74px;
border-radius: 100%;
text-align: center;
font-size: 32px;
color: #0b6755;
}
.contact-info-widget-content h5 {
font-size: 28px;
font-weight: 600;
color: #FFFFFF;
line-height: 150%;
margin-bottom: 14px;
}
.contact-info-widget-content a {
font-size: 16px;
color: #FFFFFF !important;
line-height: 160%;
margin-right: 4px;
}
.contact-info-widget-content a:last-child {
margin: 0;
}
.contact-form .form-group {
margin-bottom: 20px;
}
.contact-form .form-group input,
.contact-form .form-group textarea {
width: 100%;
height: 62px;
border: 1px solid #cde7e3;
border-radius: 8px;
background: #e7f0ee;
padding: 18px 24px;
color: #04091e;
font-size: 16px;
}
.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus {
border: 1px solid #0b6755;
}
.contact-form .form-group textarea {
height: 132px;
}
.contact-form-btn .theme-btn {
width: 100%;
display: block;
height: 57px;
line-height: 26px;
font-size: 18px;
background-color: #ffaf01;
color: #04091e;
border: none;
border-radius: 8px;
}
.contact-form-btn .theme-btn:hover{
background-color: #0b6755;
color: #FFFFFF;
}
.dl_content_text a {
color: #747681;
font-size: 20px;
line-height: 160%;
margin: 0;
} .contact-area.contact-style-2 {
background: transparent;
z-index: 2;
padding-bottom: 60px;
position: relative;
}
.contact-bg-section-shape-2 {
position: absolute;
right: 6%;
top: 10%;
z-index: -1;
}
.contact-style-2-bg-image {
width: 100%;
height: 474px;
position: absolute;
left: 0;
top: 0;
z-index: -1;
background-attachment: fixed;
}
.contact-style-2-bg-image::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #0b6755;
opacity: 0.8799999952316284;
}
.contact-inner.style-2 {
background: transparent;
box-shadow: none;
border-radius: 0;
padding: 0;
}
.contact-info.style-2 {
padding-right: 16px;
}
.contact-info.style-2 .contact-info-widget {
background: #ffaf01;
box-shadow: 0px 0px 30px 0px rgba(243, 113, 33, 0.25);
margin-top: 184px;
}
.contact-info.style-2 .contact-info-widget-content h5,
.contact-info.style-2 .contact-info-widget-content a {
color: #04091e;
}
.contact-form.style-2 {
padding: 0;
background: #FFFFFF;
box-shadow: 5px 6px 59px 0px rgba(17, 29, 59, 0.09);
padding: 43px;
border-radius: 10px;
} .contact-us-info-area {
padding-bottom: 124px;
}
.contact-us-info-card-inner {
margin-top: -76px;
}
.contact-page-form {
padding-left: 24px;
}
.contact-form-head {
margin-bottom: 30px;
}
.contact-form-head span {
font-size: 20px;
color: #0b6755;
line-height: 160%;
display: inline-block;
margin-bottom: 8px;
}
.contact-form-head h3 {
font-size: 44px;
font-weight: 700;
line-height: 140%;
margin: 0;
}
.contact-us-page .contact-bg-section-shape-2 {
position: absolute;
right: 10%;
top: 20%;
z-index: -1;
}
.gmap_canvas iframe {
width: 100%;
height: 520px;
}
.contact-us-info-card {
border: 1px solid #0b6755;
padding: 34px;
border-radius: 12px;
text-align: center;
background: #FFFFFF;
}
.contact-info-card-icon {
width: 80px;
height: 80px;
display: inline-block;
background: #ecf3f2;
border-radius: 100%;
line-height: 80px;
color: #0b6755;
font-size: 32px;
margin-bottom: 20px;
}
.contact-us-info-content h4 {
font-size: 28px;
line-height: 42px;
margin-bottom: 6px;
}
.contact-us-info-content p {
font-size: 20px;
line-height: 160%;
margin: 0;
}
.contact-us-info-content p a:hover {
color: #0b6755;
}
@media only screen and (min-width: 1201px) and (max-width: 1600px) {
.contact-us-page .contact-bg-section-shape-2 {
right: 0;
}
.contact-shape-bg .thumbnail-image {
width: 1200px;
left: 34%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.contact-us-info-content p {
font-size: 16px;
}
.contact-us-page .contact-bg-section-shape-2 {
right: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact-form {
padding-left: 0;
margin-top: 40px;
}
.contact-info.style-2 .contact-info-widget {
margin-top: 56px;
}
.contact-page-form {
padding-left: 0;
margin-top: 40px;
}
.contact-us-info-card {
padding: 24px 12px;
min-height: 100%;
}
.contact-us-info-content p {
font-size: 16px;
}
.gmap_canvas iframe {
height: 400px;
}
.contact-us-info-content h4 {
font-size: 24px;
}
.contact-info-card-icon {
width: 74px;
height: 74px;
line-height: 74px;
font-size: 28px;
margin-bottom: 12px;
}
}
@media only screen and (max-width: 767px) {
.contact-area {
padding: 56px 0px;
}
.contact-shape-bg {
display: none;
}
.contact-inner {
padding: 32px 24px;
}
.contact-info-sm-title {
font-size: 16px;
margin-bottom: 10px;
}
.contact-info-big-title {
font-size: 28px;
margin-bottom: 10px;
}
.contact-info-widget {
text-align: center;
display: block;
}
.contact-info-widget-icon i {
width: 54px;
height: 54px;
line-height: 54px;
font-size: 24px;
}
.contact-info-widget-content h5 {
font-size: 20px;
margin-bottom: 10px;
}
.contact-info-widget-content a {
font-size: 14px;
}
.contact-form {
padding-left: 0;
margin-top: 32px;
}
.contact-form .form-group input,
.contact-form .form-group textarea {
height: 48px;
}
.contact-form .form-group textarea {
height: 120px;
}
.contact-form-btn .theme-btn {
height: 48px;
line-height: 27px;
font-size: 16px;
}
.contact-info-widget-content {
margin-top: 12px;
}
.contact-bg-section-shape-2 {
display: none;
}
.contact-info.style-2 .contact-info-widget {
margin-top: 32px;
}
.contact-form.style-2 {
padding: 24px;
}
.contact-area.contact-style-2 {
padding: 56px 0px;
}
.contact-info.style-2 {
padding-right: 0;
}
.contact-style-2-bg-image {
height: 670px;
}
.contact-page-form {
padding-left: 0;
margin-top: 40px;
}
.contact-form-head h3 {
font-size: 28px;
}
.contact-form-head span {
font-size: 16px;
}
.gmap_canvas iframe {
height: 280px;
}
.contact-info-card-icon {
width: 60px;
height: 60px;
line-height: 60px;
font-size: 24px;
margin-bottom: 10px;
}
.contact-us-info-content h4 {
font-size: 20px;
line-height: 30px;
}
.contact-us-info-card {
padding: 24px;
margin-top: 24px;
}
.contact-us-info-area {
padding-bottom: 56px;
}
}.faq-area {
background: #dcf3e8;
padding: 120px 0px;
position: relative;
z-index: 2;
}
.faq-section-shape-1 {
position: absolute;
left: 8%;
bottom: 15%;
z-index: -1;
animation-name: shake;
animation-duration: 20s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
.faq-section-shape-2 {
position: absolute;
right: 7%;
top: 15%;
z-index: -1;
animation-name: shake;
animation-duration: 20s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
.single-faq-widget {
margin-bottom: 40px;
}
.single-faq-widget:last-child {
margin: 0;
}
.single-faq-widget .accordion-button {
background: transparent;
padding: 0;
border-bottom: 2px solid #FFFFFF !important;
color: #04091e;
padding-bottom: 20px;
border-radius: 0px;
}
.single-faq-widget .accordion-button h3 {
font-weight: 400;
font-size: 32px;
line-height: 140%;
margin: 0;
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.single-faq-widget .accordion-button:not(.collapsed) h3 {
color: #0b6755;
}
.single-faq-widget .accordion-button:not(.collapsed) {
box-shadow: none;
border-bottom: 1px solid transparent !important;
border-radius: 8px 8px 0px 0px !important;
}
.single-faq-widget .accordion-button:focus {
box-shadow: none;
}
.faq-inner-body {
border-bottom: 2px solid #FFFFFF;
border-top: 0 !important;
border-radius: 0;
padding-bottom: 22px;
}
.faq-inner-body-text {
margin: 0;
letter-spacing: -0.3px;
}
.single-faq-widget .accordion-button::after {
transform: none;
position: absolute;
right: 0px;
top: 8px;
font-family: uicons-regular-rounded !important;
content: "\f10d";
border-radius: 100%;
background: transparent;
text-align: center;
line-height: 28px;
color: #04091e;
font-size: 20px;
}
.single-faq-widget .accordion-button:not(.collapsed)::after {
color: #0b6755;
content: "\f114";
font-size: 20px;
background: transparent;
}
.faq-images {
float: right;
position: relative;
}
.faq-images img {
width: 500px;
height: 623px;
border-radius: 12px;
object-fit: cover;
}
.faq-service-widget {
background: #ffaf01;
border-radius: 5px;
padding: 20px 30px;
display: inline-flex;
align-items: center;
gap: 25px;
position: absolute;
bottom: 50px;
width: 100%;
left: 50%;
justify-content: center;
max-width: 77%;
margin: auto;
transform: translate(-50%);
}
.faq-service-widget-icon {
width: 64px;
height: 64px;
background: #0b6755;
border-radius: 100%;
text-align: center;
line-height: 64px;
color: #FFFFFF;
font-size: 24px;
}
.faq-service-widget-content p {
font-size: 16px;
line-height: 160%;
color: #04091e;
margin-bottom: 4px;
}
.faq-service-widget-content a {
display: inline-block;
color: #04091e;
font-size: 20px;
line-height: 160%;
font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.faq-images img {
width: 100%;
}
.faq-images {
float: initial;
margin-top: 40px;
}
.faq-section-shape-1 {
display: none;
}
.faq-section-shape-2 {
display: none;
}
}
@media only screen and (max-width: 767px) {
.faq-area {
padding: 56px 0px;
}
.faq-section-shape-1 {
display: none;
}
.faq-section-shape-2 {
display: none;
}
.single-faq-widget .accordion-button h3 {
font-size: 16px;
}
.single-faq-widget .accordion-button::after {
top: -2px;
font-size: 14px;
}
.single-faq-widget .accordion-button:not(.collapsed)::after {
font-size: 16px;
}
.single-faq-widget {
margin-bottom: 20px;
}
.faq-images img {
height: 320px;
}
.faq-images {
margin-top: 40px;
}
.faq-service-widget {
bottom: 14px;
max-width: 90%;
text-align: center;
display: block;
}
.faq-service-widget-icon {
width: 48px;
height: 48px;
line-height: 48px;
font-size: 18px;
display: inline-block;
margin-bottom: 12px;
}
.faq-service-widget-content a {
font-size: 14px;
}
}.footer-top {
padding: 120px 0px 108px;
background-attachment: fixed;
}
.footer-newsletter {
background: #FFFFFF;
border-radius: 6px;
display: flex;
align-items: center;
justify-content: space-between;
padding: 32px 50px;
margin-bottom: 40px;
}
.footer-newsletter-form {
position: relative;
}
.footer-newsletter-content span {
font-size: 16px;
color: #4d5461;
line-height: 160%;
display: inline-block;
}
.footer-newsletter-form input {
width: 535px;
height: 70px;
border: 1px solid transparent !important;
background: #ecf5ff;
font-size: 16px;
padding: 17px 184px 17px 20px !important;
color: #04091e !important;
border-radius: 0 !important;
}
.footer-newsletter-form input:focus {
border: 1px solid #0b6755 !important;
}
.footer-newsletter-form .theme-btn {
position: absolute;
right: 9px;
top: 30px;
background: #0b6755;
color: #FFFFFF;
font-size: 18px;
padding: 15px;
padding-right: 10px;
border-radius: 10px;
margin-right: 20px
}
.footer-newsletter-form .theme-btn:hover {
background: #ffaf01;
color: #04091e;
}
.footer-newsletter-content h4 {
font-size: 28px;
line-height: 150%;
margin: 0;
line-height: 150%;
}
.footer-about-content {
margin-top: 38px;
}
.footer-about-content h6 {
color: #FFFFFF;
font-weight: 600;
line-height: 160%;
font-size: 20px;
margin-bottom: 28px;
}
.footer-get-touch span {
font-weight: 400;
line-height: 160%;
font-size: 16px;
color: #FFFFFF;
display: block;
margin-bottom: 3px;
}
.footer-get-touch a {
font-size: 16px;
font-weight: 400;
color: #FFFFFF;
line-height: 160%;
}
.footer-widget {
margin-top: 40px;
}
.footer-logo img {
width: 212px;
height: 60px;
object-fit: contain;
}
.footer-widget-title {
color: #FFFFFF;
font-size: 28px;
line-height: 150%;
margin-bottom: 20px;
}
.footer-links li {
margin-bottom: 14px;
}
.footer-links li:last-child {
margin: 0;
}
.footer-links li a {
color: #FFFFFF;
font-size: 16px;
font-weight: 400;
}
.footer-links li i {
font-size: 20px;
margin-right: 12px;
position: relative;
top: 2px;
}
.footer-links li a:hover {
color: #ffaf01;
}
.footer-cpntact-list li {
margin-bottom: 14px;
position: relative;
padding-left: 34px;
}
.footer-cpntact-list li:last-child {
margin: 0;
}
.footer-cpntact-list li i {
color: #ffaf01;
font-size: 20px;
position: absolute;
left: 0;
top: 5px;
}
.footer-cpntact-list li a {
color: #FFFFFF;
font-size: 16px;
font-weight: 400;
}
.footer-bottom {
background: #000;
padding: 22px 0px;
}
.footer-bottom-social {
text-align: right;
}
.footer-bottom-social li {
display: inline-block;
margin-right: 42px;
}
.footer-bottom-social li:last-child {
margin: 0;
}
.footer-bottom-social li a {
color: #747681;
font-size: 22px;
}
.footer-bottom-social li a:hover {
color: #FFFFFF;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer-newsletter {
text-align: center;
display: block;
}
.footer-newsletter-form input {
width: 100%;
}
.footer-newsletter-form {
margin-top: 24px;
}
.footer-bottom {
text-align: center;
}
.footer-bottom-social {
text-align: center;
}
}
@media only screen and (max-width: 767px) {
.footer-newsletter-form input {
width: 100%;
height: 48px;
font-size: 14px;
padding: 12px 20px !important;
}
.footer-newsletter {
padding: 32px 24px;
text-align: center;
display: block;
margin-bottom: 24px;
}
.footer-newsletter-form .theme-btn {
position: inherit;
font-size: 15px;
margin-top: 16px !important;
}
.footer-newsletter-content h4 {
font-size: 24px;
line-height: 130%;
}
.footer-newsletter-content span {
margin-bottom: 10px;
}
.footer-newsletter-form {
margin-top: 20px;
}
.footer-top {
padding: 56px 0px;
}
.footer-logo img {
width: 164px;
height: 44px;
}
.footer-widget {
margin-top: 32px;
}
.footer-about-content h6 {
font-size: 16px;
margin-bottom: 16px;
}
.footer-about-content {
margin-top: 24px;
}
.footer-widget-title {
font-size: 18px;
}
.footer-links li a {
font-size: 14px;
}
.footer-links li i {
font-size: 16px;
margin-right: 7px;
}
.footer-cpntact-list li a {
font-size: 14px;
}
.footer-cpntact-list li i {
font-size: 18px;
top: 6px;
}
.footer-bottom {
text-align: center;
}
.footer-bottom-social li a {
font-size: 16px;
}
.footer-bottom-social li {
margin-right: 28px;
}
.footer-bottom-social {
text-align: center;
}
.footer-cpntact-list li {
margin-bottom: 12px;
}
.footer-copyright-text {
font-size: 15px !important;
}
}.header-area {
padding: 20px 0px;
border-bottom: 1px solid #FFFFFF;30;
}
.header-area.is-sticky {
position: fixed;
width: 100%;
top: 0px;
transition: all 0.2s ease;
z-index: 666;
animation: fadeInDown 1s both 0.2s;
background: #FFFFFF;
box-shadow: 0px 8px 24px #04091e1a;
}
.header-inner {
display: flex;
align-items: center;
justify-content: space-between;
}
.header-logo.logo-2,
.header-area.is-sticky .header-logo.logo-1 {
display: none;
}
.header-area.is-sticky .header-logo.logo-2 {
display: block;
}
.header-logo img {
width: 164px;
height: 44px;
object-fit: contain;
}
.header-menu-list li {
display: inline-block;
margin-right: 42px;
}
.header-menu-list li:last-child {
margin: 0;
}
.header-menu-list li a {
color: #FFFFFF;
line-height: 160%;
font-size: 16px;
}
.header-menu-btn .theme-btn span {
text-decoration: underline;
}
.header-menu-btn .theme-btn:hover {
background: #FFFFFF;
color: #0b6755;
}
.header-area.is-sticky .header-menu-list li a {
color: #04091e;
}
.header-area.is-sticky .header-menu-list li a:hover {
color: #0b6755;
}
.header-area.is-sticky .header-menu-list li.active a {
color: #0b6755;
}
.header-area.is-sticky .header-menu-btn .theme-btn:hover {
background: #0b6755;
color: #FFFFFF;
} .header-area .navigation li .sub-menu {
position: absolute;
top: 80px;
width: 220px;
background: #fff;
z-index: 5222;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
transform: translateY(-20px);
box-shadow: 0px 10px 30px #04091e17;
border-radius: 4px;
margin: 0;
padding: 12px 0px;
}
.header-area.header-style-2 .navigation li .sub-menu {
top: 124px;
}
.header-area.header-style-2.is-sticky .navigation li .sub-menu {
top: 74px;
}
.header-area .navigation li .sub-menu::before {
background: #fff;
bottom: 0;
content: "";
height: 12px;
margin-left: -6px;
opacity: 1;
position: absolute;
left: 24px;
top: -6px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
transition: all 0.2s ease;
visibility: visible;
width: 12px;
}
.header-area .navigation li .sub-menu li.active a {
color: #0b6755 !important;
padding: 10px 25px;
}
.header-area.is-sticky .navigation li .sub-menu a {
color: #04091e !important;
}
.header-area.is-sticky .navigation li .sub-menu a:hover {
color: #0b6755 !important;
}
.header-area .navigation li:hover .sub-menu {
opacity: 1;
visibility: visible;
transform: translateY(0px);
}
.header-area .navigation li .sub-menu li {
display: block;
margin: 0;
text-align: left;
border-bottom: 1.5px solid #04091e17;
}
.header-area .navigation li .sub-menu li:last-child {
border: none;
}
.header-area .navigation li .sub-menu li a {
color: #04091e;
display: block;
padding: 10px 25px;
font-size: 15px;
border-radius: 0;
}
.header-area .navigation li .sub-menu li a:hover {
color: #0b6755;
padding: 10px 25px;
margin-left: 5px;
}
.header-area .navigation li:hover .sub-menu a::before {
opacity: 0;
visibility: hidden;
}
.header-area .navigation li .sub-menu li a::before {
display: none;
} .header-style-2 {
background: #FFFFFF;
padding: 16px 0px;
}
.header-menu-list.style-2 li a {
color: #04091e;
}
.header-menu-list.style-2 li.active a,
.header-menu-list.style-2 li a:hover {
color: #0b6755;
}
.header-menu-btn.style-2 .theme-btn {
background: transparent;
border: 1px solid #FFFFFF;
color: #FFFFFF;
text-decoration: none;
height: 59px;
padding: 15px 30px;
}
.header-menu-btn.style-2 .theme-btn:hover {
background: #0b6755;
border: 1px solid #FFFFFF;
color: #FFFFFF;
} .header-area.header-style-3 {
border-bottom: 1px solid #04091e21;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.header-menu {
display: none;
}
.header-menu-btn {
display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-menu {
display: none;
}
.header-menu-btn {
display: none;
}
}
@media only screen and (max-width: 767px) {
.header-menu {
display: none;
}
.header-menu-btn {
display: none;
}
}.section-bg-image {
height: 840px;
background: #0b6755;
position: absolute;
width: 100%;
z-index: -1;
top: 0;
left: 0;
} .hero-area {
overflow: hidden;
}
.hero-content {
animation: fadeInUp 1s both 1.2s;
}
.hero-content.style-3 {
animation: none;
}
.hero-content h1 {
text-align: center;
color: #FFFFFF;
font-size: 80px;
letter-spacing: -2px;
line-height: normal;
}
.hero-video-image {
margin-top: 74px;
position: relative;
}
.hero-video-image::before {
position: absolute;
content: "";
width: 244px;
height: 200px;
background-image: url(//nooria.tech/wp-content/themes/zafram/assets/theme/images/hero-banner/arrow-shape-1.svg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
right: -17%;
top: -32%;
z-index: 22;
animation-name: shake;
animation-duration: 9s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
.video-popup-img {
position: relative;
}
.video-popup-img::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
border-radius: 19px;
}
.video-popup-img img {
width: 100%;
height: 585px;
border-radius: 19px;
object-fit: cover;
}
.video-popup-img i {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 137px;
height: 137px;
line-height: 137px;
background: #ffaf01;
border-radius: 100%;
text-align: center;
font-size: 48px;
color: #04091e;
transition: all 0.4s ease;
}
.video-popup-img i:hover {
background: #0b6755;
color: #FFFFFF;
} .hero-area.hero-style-2 {
padding: 92px 0px 112px;
background: #161611;
z-index: 2;
position: relative;
overflow: hidden;
}
.hero-bg-shape.style-2 .thumbnail-image {
position: absolute;
width: 1920px;
height: 100%;
left: 35%;
top: 0;
margin-left: -28%;
z-index: -1;
}
.hero-area.hero-style-2 .hero-content-top-title h1 {
color: #FFFFFF;
font-size: 68px;
line-height: 78px;
}
.hero-area.hero-style-2 .hero-join-us-widget {
display: inline-flex;
align-items: center;
gap: 24px;
background: #FFFFFF;
border-radius: 50px;
padding: 10px 30px 12px 12px;
}
.hero-area.hero-style-2 .hero-join-us-text {
color: #FFFFFF;
margin-bottom: 42px;
}
.hero-area.hero-style-2 .hero-join-us-widget-list li {
display: inline-block;
margin-left: -28px;
}
.hero-area.hero-style-2 .hero-join-us-widget-list li img {
width: 62px;
height: 62px;
object-fit: cover;
border-radius: 100%;
}
.hero-area.hero-style-2 .hero-join-us-widget-list li:first-child {
margin: 0;
}
.hero-area.hero-style-2 .hero-join-us-widget-info h4 {
font-size: 30px;
line-height: 36px;
margin-bottom: 0;
}
.hero-area.hero-style-2 .hero-join-us-widget-info p {
font-size: 16px;
margin: 0;
line-height: 148%;
color: #4d5461;
}
.hero-area.hero-style-2 .hero-content-bottom.style-2 {
margin-top: 104px;
}
.hero-area.hero-style-2 .hero-content-bottom-img img {
width: 100%;
height: 354px;
border-radius: 10px;
border: 1px solid #0b6755;
object-fit: cover;
}
.hero-funfact {
background: #0b6755;
border-radius: 10px;
padding: 36px 36px 30px 36px;
}
.hero-funfact-single {
border-bottom: 1px solid #FFFFFF;
padding-bottom: 24px;
margin-bottom: 29px;
}
.hero-funfact-single:last-child {
margin: 0;
padding: 0;
border-bottom: none;
}
.hero-funfact-single h6 {
font-size: 34px;
color: #FFFFFF;
line-height: 26px;
letter-spacing: -2px;
margin-bottom: 8px;
}
.hero-funfact-single p {
color: #FFFFFF;
font-size: 16px;
margin: 0;
line-height: 26px;
} .hero-area.hero-style-3 {
position: relative;
z-index: 2;
padding-top: 60px;
padding-bottom: 335px;
}
.hero-section-shape-1.style-3 {
position: absolute;
top: 6%;
left: 4%;
z-index: -1;
}
.hero-section-shape-1.style-3 img {
animation: pulse 1.5s infinite;
}
.hero-section-shape-2.style-3 {
position: absolute;
bottom: 22%;
left: 10%;
z-index: -1;
}
.hero-section-shape-2.style-3 img {
animation-name: shake;
animation-duration: 9s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
.hero-content.style-3 .hero-overlay-cont-title {
font-size: 150px;
background: linear-gradient(181deg, #0b1332 4.69%, #cde6e3 93.23%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
text-align: left;
position: relative;
z-index: 1;
margin-bottom: -24px;
}
.hero-video-image.style-3 .video-popup-img::before {
display: none;
}
.hero-content.style-3 .hero-overlay-cont-title::before {
position: absolute;
content: "";
width: 100%;
height: 50%;
left: 0;
bottom: 0;
background: linear-gradient(
0deg,
rgb(205, 231, 227) 50%,
rgba(255, 255, 255, 0.03) 100%
);
}
.hero-content.style-3 .hero-cont-title {
font-size: 82px;
line-height: 100px;
letter-spacing: -2px;
margin-bottom: 22px;
z-index: 2;
position: relative;
}
.hero-content.style-3 .hero-cont-title span {
position: relative;
display: inline-block;
z-index: 2;
}
.hero-content.style-3 .hero-cont-title span::before {
position: absolute;
content: "";
width: 80%;
height: 6px;
background: #ffaf01;
bottom: 20px;
left: 0;
z-index: -1;
}
.hero-content.style-3 .hero-cont-text {
font-size: 24px;
font-weight: 400;
line-height: 150%;
margin: 0;
}
.hero-content.style-3 .hero-content-btn {
margin-top: 50px;
}
.hero-video-image.style-3 .video-popup-img img {
min-width: 755px;
height: 661px;
border-radius: 0;
object-fit: contain;
}
.hero-video-image.style-3 .video-popup-img i {
width: 106px;
height: 106px;
line-height: 106px;
font-size: 32px;
background: #FFFFFF;
}
.hero-video-image.style-3 .video-popup-img i:hover {
background: #0b6755;
color: #FFFFFF;
}
.hero-video-image.style-3 {
margin: 0;
}
.hero-video-image.style-3::before {
display: none;
}
.hero-video-image.style-3 .hero-text-btn {
position: absolute;
left: 50%;
bottom: -46px;
transform: translate(-95%);
}
.hero-video-image.style-3 {
transform: translateX(67px);
min-width: 755px;
}
@keyframes pulse {
0% {
transform: scale(0.94);
}
70% {
transform: scale(1);
}
100% {
transform: scale(0.94);
}
}
@media only screen and (min-width: 1201px) and (max-width: 1600px) {
.hero-video-image.style-3 .video-popup-img img {
min-width: 600px;
}
.hero-video-image.style-3 {
transform: translateX(67px);
min-width: 600px;
}
.hero-video-image.style-3 .hero-text-btn {
bottom: 14px;
}
.hero-section-shape-1.style-3 {
top: 4%;
left: 2%;
}
.hero-section-shape-2.style-3 {
left: 0;
}
.hero-bg-shape.style-2 .thumbnail-image {
margin-left: -35%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.hero-content h1 {
font-size: 58px;
}
.video-popup-img img {
height: 420px;
}
.video-popup-img i {
width: 100px;
height: 100px;
line-height: 100px;
font-size: 34px;
}
.hero-video-image::before {
right: -13%;
top: -30%;
z-index: 2;
}
.section-bg-image {
height: 500px;
}
.hero-area.hero-style-2 .hero-content-top-title h1 {
font-size: 48px;
line-height: 65px;
}
.hero-area.hero-style-2 .hero-content-bottom.style-2 {
margin-top: 64px;
}
.hero-video-image.style-3 .video-popup-img img {
min-width: 100%;
height: 420px;
width: 100%;
max-width: 100%;
}
.hero-video-image.style-3 {
transform: none;
min-width: 100%;
width: 100%;
}
.hero-content.style-3 .hero-overlay-cont-title {
font-size: 87px;
}
.hero-content.style-3 .hero-cont-title {
font-size: 48px;
line-height: 61px;
}
.hero-section-shape-1.style-3 {
display: none;
}
.hero-section-shape-2.style-3 {
display: none;
}
.hero-area.hero-style-3 {
padding-bottom: 332px;
}
.hero-video-main {
transform: none;
}
.hero-image.style-3 {
margin-top: 40px;
}
.hero-content.style-3 .hero-cont-title span::before {
bottom: 6px;
}
.hero-video-image.style-3 .hero-text-btn {
left: 26%;
bottom: -46px;
transform: none;
}
.video-popup-img {
width: 100%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-content h1 {
font-size: 42px;
}
.video-popup-img img {
height: 420px;
}
.video-popup-img i {
width: 100px;
height: 100px;
line-height: 100px;
font-size: 34px;
}
.hero-video-image::before {
right: -13%;
top: -30%;
z-index: 2;
}
.section-bg-image {
height: 500px;
}
.hero-area.hero-style-2 .hero-content-top-title h1 {
font-size: 48px;
line-height: 65px;
}
.hero-area.hero-style-2 .hero-content-bottom.style-2 {
margin-top: 64px;
}
.hero-video-image.style-3 .video-popup-img img {
min-width: 100%;
height: 420px;
width: 100%;
max-width: 100%;
}
.hero-video-image.style-3 {
transform: none;
min-width: 100%;
width: 100%;
}
.hero-content.style-3 .hero-overlay-cont-title {
font-size: 87px;
}
.hero-content.style-3 .hero-cont-title {
font-size: 48px;
line-height: 61px;
}
.hero-section-shape-1.style-3 {
display: none;
}
.hero-section-shape-2.style-3 {
display: none;
}
.hero-area.hero-style-3 {
padding-bottom: 332px;
}
.hero-video-main {
transform: none;
}
.hero-image.style-3 {
margin-top: 40px;
}
.hero-content.style-3 .hero-cont-title span::before {
bottom: 6px;
}
.hero-video-image.style-3 .hero-text-btn {
left: 26%;
bottom: -46px;
transform: none;
}
}
@media only screen and (max-width: 767px) {
.hero-area {
margin-top: 56px;
}
.hero-content h1 {
font-size: 30px;
margin: 0;
}
.hero-content h1 br {
display: none;
}
.video-popup-img img {
height: 280px;
}
.video-popup-img i {
width: 80px;
height: 80px;
line-height: 80px;
font-size: 28px;
}
.hero-video-image::before {
display: none;
}
.hero-video-image {
margin-top: 40px;
}
.section-bg-image {
height: 450px;
}
.hero-area.hero-style-2 .hero-content-top-title h1 {
font-size: 30px;
line-height: 38px;
}
.hero-area.hero-style-2 .hero-join-us-widget-list li img {
width: 32px;
height: 32px;
}
.hero-area.hero-style-2 .hero-join-us-widget-list li {
margin-left: -16px;
}
.hero-area.hero-style-2 .hero-join-us-widget-info h4 {
font-size: 20px;
line-height: 23px;
}
.hero-area.hero-style-2 .hero-content-bottom-img img {
height: 270px;
object-fit: cover;
}
.hero-area.hero-style-2 .hero-content-bottom.style-2 {
margin-top: 54px;
}
.hero-funfact-single h6 {
font-size: 24px;
margin-bottom: 4px;
}
.hero-funfact-single {
padding-bottom: 16px;
margin-bottom: 16px;
}
.hero-funfact {
padding: 24px;
margin-top: 32px;
}
.hero-area.hero-style-2 {
padding: 56px 0px;
margin: 0;
}
.hero-area.hero-style-2 .hero-join-us-widget {
padding: 12px 24px;
}
.hero-content.style-3 .hero-overlay-cont-title {
font-size: 40px;
margin-bottom: -8px;
}
.hero-content.style-3 .hero-cont-title {
font-size: 30px;
line-height: 37px;
}
.hero-content.style-3 .hero-cont-title span::before {
width: 100%;
bottom: 4px;
}
.hero-section-shape-1.style-3 {
display: none;
}
.hero-section-shape-2.style-3 {
display: none;
}
.hero-content.style-3 .hero-content-btn {
margin-top: 24px;
}
.hero-video-image::before {
width: 100%;
right: 0;
}
.hero-video-image.style-3 .video-popup-img img {
min-width: 100%;
height: 320px;
}
.hero-video-image.style-3 {
transform: none;
min-width: 100%;
margin-top: 32px;
}
.hero-video-image.style-3 .video-popup-img i {
width: 72px;
height: 72px;
line-height: 72px;
font-size: 24px;
}
.hero-video-image.style-3 .hero-text-btn {
bottom: 0px;
transform: none;
transform: translate(-50%);
}
.hero-area.hero-style-3 {
padding: 56px 0px;
margin: 0;
}
.hero-content.style-3 .hero-cont-title br {
display: none;
}
.hero-content.style-3 .hero-cont-title span {
display: initial;
}
.hero-text-btn img {
width: 64px;
height: 64px;
}
}.project-nav {
margin-bottom: 34px;
}
.project-nav li {
background: transparent;
font-size: 18px;
font-weight: 400;
line-height: 26px;
color: #4d5461 !important;
text-transform: capitalize !important;
margin: 0 !important;
padding: 4px 20px !important;
border-radius: 2px;
}
.project-nav li.active,
.project-nav li:hover {
background: #0b6755 !important;
color: #FFFFFF !important;
}
.project-nav.style-2 li.active,
.project-nav.style-2 li:hover {
background: transparent !important;
color: #0b6755 !important;
text-decoration: underline;
}
.project-nav.style-2 li {
padding: 4px 16px !important;
}
.single-portfolio {
position: relative;
}
.single-portfolio:hover .portfolio-image img {
transform: scale(1.04);
}
.portfolio-image {
overflow: hidden;
border-radius: 12px;
}
.portfolio-image .portfolio-image img {
width: 100%;
height: 450px;
border-radius: 12px;
object-fit: cover;
}
.portfolio-content {
background: #FFFFFF;
border-radius: 10px 0px 0px 10px;
position: absolute;
bottom: 36px;
right: 0;
padding: 14px 30px 14px 20px;
}
.portfolio-content span {
font-size: 20px;
font-weight: 600;
line-height: 160%;
margin-bottom: 6px;
color: #747681;
display: inline-block;
}
.portfolio-content h4 {
font-size: 24px;
line-height: 150%;
margin: 0;
} .portflio-style-2 .portfolio-content {
background: transparent;
border-radius: 0;
position: initial;
padding: 0;
margin-top: 20px;
margin-bottom: 30px;
}
.portflio-style-2 .single-portfolio {
margin-top: 60px;
}
.portflio-style-2 .single-portfolio.margin-add {
margin: 0;
margin-top: -26px;
} .portfolio-area.style-3 {
overflow: hidden;
padding-top: 40px;
}
.portfolio-section-bg {
width: 100%;
height: 930px;
position: absolute;
top: 84px;
left: 0;
}
.portfolio-area.style-3 .section-head {
z-index: 2;
position: relative;
}
.portfolio-area.style-3 .section-head-sm-title {
color: #ffaf01;
}
.portfolio-area.style-3 .section-head-title {
color: #FFFFFF;
}
.portfolio-card-slider.style-3 {
margin-top: 48px;
padding-bottom: 42px;
}
.portfolio-area.style-3 .container-fluid {
padding-right: 0;
padding-left: 375px;
}
.portfolio-area.style-3 .single-portfolio {
width: 370px;
position: relative;
}
.portfolio-area.style-3 .portfolio-image img {
width: 100%;
height: 497px;
border-radius: 12px;
object-fit: cover;
}
.portfolio-area.style-3 .portfolio-info {
position: absolute;
background: #0b6755e5;
padding: 30px;
border-radius: 12px;
bottom: 0%;
left: 50%;
transform: translate(-50%, 50%);
min-width: 92%;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
}
.portfolio-area.style-3 .single-portfolio:hover .portfolio-info {
bottom: 50%;
opacity: 1;
visibility: visible;
}
.portfolio-area.style-3 .portfolio-info-content {
margin-top: 24px;
}
.portfolio-area.style-3 .portfolio-info-icon {
display: inline-block;
}
.portfolio-area.style-3 .portfolio-info-icon img {
width: 90px;
height: 90px;
}
.portfolio-area.style-3 .portfolio-info-content h4 {
color: #FFFFFF;
font-size: 24px;
margin-bottom: 14px;
line-height: 150%;
}
.portfolio-area.style-3 .portfolio-info-content p {
color: #FFFFFF;
margin: 0;
}
.portfolio-area.style-3 .portfolio-info-btn {
display: inline-flex;
align-items: center;
color: #FFFFFF;
margin-top: 28px;
}
.portfolio-area.style-3 .portfolio-info-btn {
display: inline-flex;
align-items: center;
color: #FFFFFF;
margin-top: 28px;
font-size: 18px;
font-weight: 600;
line-height: 152%;
}
.portfolio-area.style-3 .portfolio-info-btn:hover {
color: #ffaf01;
}
.portfolio-area.style-3 .portfolio-info-btn i {
margin-left: 6px;
position: relative;
top: 3px;
} .portfolio-area.style-3 .owl-nav {
position: absolute;
top: -35%;
right: 24%;
}
.portfolio-area.style-3 .owl-nav i {
position: relative;
top: 3px;
}
.portfolio-area.style-3 .owl-prev {
margin-right: 24px !important;
}
.portfolio-area.style-3 .owl-theme .owl-nav [class*="owl-"] {
color: #04091e;
font-size: 18px;
padding: 12px 20px;
display: inline-block;
border-radius: 37px;
background: #d9d9d9;
transition: all 0.4s ease;
margin: 0;
line-height: 130%;
}
.portfolio-area.style-3 .owl-theme .owl-nav [class*="owl-"]:hover {
background: #ffaf01;
} .portfolio-area.style-3 .owl-dots {
line-height: 4px;
position: absolute;
left: 50%;
bottom: 0;
transform: translate(-50%);
}
.portfolio-area.style-3 .owl-dots .owl-dot span {
width: 20px;
height: 12px;
margin: 0;
background: #0b6755;
display: block;
border-radius: 20px;
opacity: 0.4000000059604645;
margin-right: 8px;
transition: all 0.4s ease;
}
.portfolio-area.style-3 .owl-dots .owl-dot.active span {
background: #0b6755;
opacity: 1;
width: 50px;
}
.portfolio-area.style-3 .owl-dots .owl-dot:hover span {
opacity: 1 !important;
background: #0b6755 !important;
}
@media only screen and (min-width: 1201px) and (max-width: 1600px) {
.portfolio-area.style-3 .container-fluid {
padding-left: 182px;
}
.portfolio-area.style-3 .owl-nav {
right: 13%;
}
} #portfolio-item-2 .single-portfolio {
width: 100% !important;
}
#portfolio-item-2 .portfolio-image img {
height: 560px;
}
#portfolio-item-2 .portfolio-info {
position: absolute;
background: #0b6755e5;
padding: 30px;
border-radius: 12px;
bottom: -50%;
left: 50%;
transform: translate(-50%, 50%);
min-width: 92%;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
}
#portfolio-item-2 .portfolio-info {
left: initial;
width: 340px;
right: 0;
border-radius: 0px 0px 12px 0px;
min-width: 340px;
transform: none;
}
#portfolio-item-2 .single-portfolio:hover .portfolio-info {
bottom: 0;
opacity: 1;
visibility: visible;
} .portfolio-details-area {
padding: 120px 0px;
}
.portfolio-details-area .owl-nav {
position: absolute;
bottom: 36px;
left: 50%;
transform: translate(-50%);
}
.portfolio-details-area .owl-nav i {
position: relative;
top: 3px;
}
.portfolio-details-area .owl-prev {
margin-right: 24px !important;
}
.portfolio-details-area .owl-theme .owl-nav [class*="owl-"] {
color: #04091e;
font-size: 18px;
padding: 12px 20px;
display: inline-block;
border-radius: 37px;
background: #d9d9d9;
transition: all 0.4s ease;
margin: 0;
line-height: 130%;
min-width: 126px;
}
.portfolio-details-area .owl-theme .owl-nav [class*="owl-"]:hover {
background: #ffaf01;
}
.portfolio-meta-group {
display: grid;
grid-template-columns: repeat(4, 1fr);
}
.portfolio-meta-widget {
margin-top: 40px;
}
.portfolio-meta-widget h4 {
font-size: 24px;
font-weight: 700;
line-height: 150%;
margin: 0;
}
.portfolio-meta-widget p {
margin: 0;
}
.portfolio-main-info-content {
margin-top: 56px;
}
.portfolio-main-info-widget h3 {
font-size: 32px;
font-weight: 400;
line-height: 140%;
margin-bottom: 22px;
}
.portfolio-main-info-widget p {
font-size: 16px;
line-height: 160%;
margin: 0;
}
.p-details-info-widget {
margin-top: 60px;
}
.p-details-info-widget-image img {
width: 100%;
height: 386px;
object-fit: cover;
border-radius: 12px;
}
.p-details-info-widget-contnet span {
width: 80px;
height: 80px;
line-height: 80px;
display: inline-block;
background: #dcf3e8;
border-radius: 100%;
text-align: center;
font-size: 32px;
color: #0b6755;
font-weight: 700;
margin-bottom: 24px;
}
.p-details-info-widget-contnet h3 {
font-size: 32px;
margin-bottom: 18px;
font-weight: 600;
line-height: 140%;
}
.p-details-info-widget-contnet p {
font-size: 16px;
line-height: 160%;
margin: 0;
}
.p-details-info-widget-contnet ul {
margin-top: 30px;
}
.p-details-info-widget-contnet ul li {
margin-bottom: 12px;
}
.p-details-info-widget-contnet ul li:last-child {
margin: 0;
}
.p-details-info-widget-contnet ul li img {
width: 24px;
height: 24px;
margin-right: 16px;
}
.p-details-slider-img img {
max-width: 100%;
height: 660px;
object-fit: cover;
border-radius: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.portfolio-area.style-3 .container-fluid {
padding-left: 5%;
}
.portfolio-area.style-3 .owl-nav {
right: 5%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.portfolio-area.style-3 .container-fluid {
padding-left: 5%;
}
.portfolio-area.style-3 .owl-nav {
right: 5%;
}
.portfolio-meta-group {
grid-template-columns: repeat(2, 1fr);
}
.p-details-slider-img img {
height: 480px;
}
#portfolio-item-2 .portfolio-image img,
.portfolio-area.style-3 .portfolio-image img {
height: 400px;
}
}
@media only screen and (max-width: 767px) {
.portfolio-area {
padding: 56px 0px;
}
.project-nav li {
font-size: 15px;
margin-bottom: 8px !important;
}
.portfolio-content span {
font-size: 16px;
line-height: 140%;
}
.portfolio-content h4 {
font-size: 20px;
line-height: 140%;
}
.portflio-style-2 .portfolio-content {
margin-top: 16px;
}
.portflio-style-2 .single-portfolio {
margin-top: 32px;
}
.portflio-style-2 .single-portfolio.margin-add {
margin-top: 32px;
}
.portfolio-area.style-3 .owl-nav {
position: initial;
display: none;
}
.portfolio-section-bg {
height: 600px;
top: -32px;
}
.portfolio-area.style-3 .portfolio-image img {
height: 320px !important;
}
.portfolio-area.style-3 .portfolio-info-icon img {
width: 72px;
height: 72px;
}
.portfolio-area.style-3 .portfolio-info-content h4 {
font-size: 18px;
}
.portfolio-area.style-3 .portfolio-info-btn {
margin-top: 12px;
font-size: 14px;
}
.portfolio-area.style-3 .portfolio-info-content {
margin-top: 8px;
}
.portfolio-area.style-3 .portfolio-info {
bottom: 0;
left: 0;
transform: none;
min-width: 72%;
max-width: 72%;
border-radius: 0px 12px 0px 0px;
}
.portfolio-area.style-3 .single-portfolio:hover .portfolio-info {
bottom: 0;
}
.portfolio-details-area {
padding: 56px 0px;
}
.p-details-slider-img img {
height: 280px;
}
.portfolio-details-area .owl-theme .owl-nav [class*="owl-"] {
font-size: 14px;
padding: 10px;
display: block;
min-width: 72%;
margin: 0 !important;
}
.portfolio-details-area .owl-nav {
bottom: 12px;
display: flex;
justify-content: center;
gap: 10px;
}
.portfolio-meta-group {
grid-template-columns: repeat(1, 1fr);
}
.portfolio-meta-widget h4 {
font-size: 16px;
}
.portfolio-meta-widget {
margin-top: 20px;
}
.portfolio-main-info-widget h3 {
font-size: 20px;
margin-bottom: 8px;
}
.p-details-info-widget {
margin-top: 30px;
}
.p-details-info-widget-image img {
height: 280px;
}
.p-details-info-widget-contnet span {
width: 60px;
height: 60px;
line-height: 60px;
font-size: 22px;
margin-bottom: 16px;
}
.p-details-info-widget-contnet h3 {
font-size: 22px;
margin-bottom: 8px;
}
.p-details-info-widget-contnet ul li {
margin-bottom: 8px;
font-size: 15px;
}
.p-details-info-widget-contnet ul li img {
width: 14px;
height: 14px;
margin-right: 8px;
}
.p-details-info-widget-contnet {
margin-top: 24px;
}
.p-details-info-widget-image {
margin-top: 24px;
}
.portfolio-area.style-3 {
padding: 56px 0px !important;
}
#portfolio-item-2 .portfolio-info {
width: 100%;
border-radius: 12px;
min-width: 100%;
}
}.pricing-area {
background: #fff5df;
padding: 120px 0px;
position: relative;
z-index: 2;
overflow: hidden;
}
.pricing-bg-shape .thumbnail-image {
position: absolute;
width: 1920px;
height: 100%;
left: 31%;
margin-left: -25%;
top: 0;
}
.pricing-section-shape {
position: absolute;
width: 92%;
height: 100%;
top: 0;
left: 50%;
transform: translate(-50%);
z-index: -1;
}
.pricing-section-shape img {
width: 100%;
height: 100%;
}
.pricing-card {
background: #cde7e3;
display: flex;
align-items: center;
box-shadow: 0px 25px 60px 0px rgba(0, 13, 48, 0.05);
border-radius: 16px;
position: relative;
margin-top: 28px;
}
.pricing-card::before {
position: absolute;
content: "";
width: 1px;
height: 100%;
border: 1px dashed #04091e;
opacity: 0.2;
top: 0;
right: 50%;
}
.pricing-card.active {
background: #0b6755;
}
.pricing-card-info {
width: 50%;
text-align: center;
padding: 58px 24px;
}
.pricing-card-list {
width: 50%;
padding: 58px 24px 40px 30px;
}
.pricing-card-icon img {
width: 124px;
height: 124px;
object-fit: contain;
border-radius: 100%;
}
.pricing-info-title {
font-size: 32px;
margin: 0;
margin-top: 7px;
}
.pricing-card-price {
margin-top: 60px;
}
.pricing-card-price h5 {
font-size: 32px;
line-height: 140%;
margin: 0;
}
.pricing-card-price p {
color: #4d5461;
margin: ;
margin: 0;
}
.pricing-card-list-inner li {
margin-bottom: 12px;
color: #4d5461;
font-size: 18px;
}
.pricing-card-list-inner li:last-child {
margin: 0;
}
.pricing-card-list-inner li i {
color: #0b6755;
margin-right: 12px;
position: relative;
top: 3px;
}
.pricing-card-btn {
margin-top: 36px;
}
.pricing-card-btn .theme-btn {
background: #04091e;
color: #FFFFFF;
}
.pricing-card-btn .theme-btn:hover {
background: #ffaf01;
color: #04091e;
}
.pricing-card.active .pricing-card-price p {
color: #e7f0ee;
}
.pricing-card.active .pricing-card-list-inner li {
color: #FFFFFF;
}
.pricing-card.active .pricing-card-list-inner li i {
color: #ffaf01;
}
.pricing-card.active .pricing-card-btn .theme-btn {
background: #ffaf01;
color: #04091e;
}
.pricing-card.active .pricing-card-btn .theme-btn:hover {
background: #04091e;
color: #FFFFFF;
} .pricing-area.style-2 {
background: #fff;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
}
.pricing-card.style-2 {
display: block;
margin-top: 90px;
margin-bottom: 22px;
}
.pricing-card.style-2::before {
display: none;
}
.pricing-card.style-2 .pricing-card-info {
width: 100%;
text-align: center;
padding: 0;
}
.pricing-card.style-2 .pricing-card-list {
width: 100%;
padding: 0;
text-align: center;
}
.pricing-card.style-2 .pricing-card-icon img {
margin-top: -62px;
}
.pricing-card.style-2 .pricing-card-icon {
margin-bottom: 30px;
}
.pricing-card.style-2 .pricing-card-list-inner {
margin-top: 20px;
}
.pricing-card.style-2 .pricing-card-price {
margin-top: 30px;
border-top: 1px dashed #04091e4f;
padding-top: 30px;
}
.pricing-card.active.style-2 .pricing-card-list-inner li i {
color: #FFFFFF;
}
.pricing-card.style-2 .pricing-card-btn {
margin-top: 0;
position: relative;
top: 22px;
}
@media only screen and (min-width: 1201px) and (max-width: 1600px) {
.pricing-bg-shape .thumbnail-image {
left: 25%;
}
}
@media only screen and (max-width: 767px) {
.pricing-area {
padding: 56px 0px;
}
.pricing-card-info {
width: 100%;
padding: 0;
}
.pricing-card-list {
width: 100%;
padding: 0;
text-align: center;
margin-top: 24px;
border-top: 1px dashed #04091e;
padding-top: 24px;
}
.pricing-card::before {
display: none;
}
.pricing-card-icon img {
width: 80px;
height: 80px;
}
.pricing-info-title {
font-size: 28px;
}
.pricing-card-price {
margin-top: 14px;
}
.pricing-card {
padding: 32px 24px;
display: block;
}
.pricing-card-list-inner li {
font-size: 16px;
}
.pricing-card-btn {
margin-top: 30px;
}
.pricing-card-price h5 {
font-size: 26px;
line-height: 160%;
}
.pricing-card-price p {
}
.pricing-card-icon {
margin-bottom: 20px;
}
.pricing-card.style-2 {
margin-top: 64px;
margin-bottom: 0;
}
.pricing-card.style-2 .pricing-card-price {
margin-top: 16px;
padding-top: 16px;
}
.pricing-card.style-2 .pricing-card-btn {
position: initial;
top: 0;
margin-top: 24px;
}
.pricing-section-shape {
display: none;
}
.pricing-area.home-3.style-2 {
padding-bottom: 0;
}
}:root {
--primary-color: #0b6755;
--secondary-color: #ffaf01;
--tertiary-color: #04091e;
--white-color: #FFFFFF;;
--title-color: #04091e;
--paragraph-color: #747681;
--font-family: "Nunito Sans", sans-serif;
}
*,
*::after *::before {
box-sizing: border-box;
margin: 0;
padding: 0;
} ::-moz-selection {
color: #FFFFFF;
background: #ffaf01;
}
::selection {
color: #FFFFFF;
background: #ffaf01;
} ::-webkit-scrollbar {
width: 8px !important;
height: 8px !important;
display: block;
}
::-moz-scrollbar {
width: 8px !important;
height: 8px !important;
display: block;
}
::-ms-scrollbar {
width: 8px !important;
height: 8px !important;
}
::-webkit-scrollbar-thumb {
cursor: pointer !important;
background: #0b6755 !important;
border-radius: 4px;
} html {
font-family: var(--font-family);
-moz-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
}
html,
body {
height: 100%;
margin: 0;
} .container {
max-width: 1170px;
}
.container-fluid {
padding: 0;
padding: 0px 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.container {
padding: 0% 5%;
}
.container-fluid {
padding: 0% 5%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.container {
padding: 0% 5%;
}
.container-fluid {
padding: 0% 5%;
}
}
@media only screen and (max-width: 767px) {
.container {
padding: 0% 5%;
}
.container-fluid {
padding: 0% 5% !important;
}
} img {
max-width: 100%;
border-radius: 4px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
text-decoration: none;
}
a:active,
a:hover {
outline: 0;
text-decoration: none;
}
.animated:focus-visible {
outline: none;
}
.table {
display: table;
width: 100%;
height: 100%;
}
.table-cell {
display: table-cell;
vertical-align: middle;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
transition: all 0.4s ease;
}
button:focus-visible {
outline: none;
}
input:focus-visible {
outline: none;
}
textarea:focus-visible {
outline: none;
}
button {
overflow: visible;
border: none !important;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
.btn-close:focus {
box-shadow: none;
}
button,
input,
select,
optgroup,
textarea {
font-family: var(--font-family);
color: var(--paragraph-color);
font-weight: 500;
font-size: 16px;
line-height: 160%;
}
.c-font,
.c-font a {
font-family: var(--font-family);
}
a,
button,
input,
textarea {
font-weight: 400;
}
img,
a,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p {
transition: all 0.4s ease;
}
dfn,
cite,
em,
i {
font-style: italic;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: var(--font-family);
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}
html {
box-sizing: border-box;
scroll-behavior: smooth !important;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ul li,
li {
list-style-type: disc;
list-style: none;
padding: 0;
margin: 0;
}
a {
display: inline-block;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #bbb #bbb #bbb;
border-radius: 3px;
background: #fff;
color: #bbb;
line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #bbb;
border: 1px solid #bbb;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #393e46;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}
a {
color: inherit;
}
a:hover,
a:focus,
a:active {
color: #04091e;
}
a:hover,
a:active {
outline: 0;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
#content[tabindex="-1"]:focus {
outline: 0;
}
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
}
.widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
}
.sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
}
.infinity-end.neverending .site-footer {
display: block;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
embed,
iframe,
object {
max-width: 100%;
}
.custom-logo-link {
display: inline-block;
} h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 15px;
}
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
font-family: var(--font-family);
color: #04091e;
font-weight: 700;
line-height: 140%;
}
h1 {
font-size: 48px;
}
h2 {
font-size: 38px;
}
h3 {
font-size: 31px;
}
h4 {
font-size: 25px;
}
h5 {
font-size: 20px;
}
h6 {
font-size: 18px;
} @media only screen and (max-width: 767px) {
p {
font-size: 14px !important;
}
} .pd-top-10 {
padding-top: 10px;
}
.pd-top-20 {
padding-top: 20px;
}
.pd-top-30 {
padding-top: 30px;
}
.pd-top-40 {
padding-top: 40px;
}
.pd-top-50 {
padding-top: 50px;
}
.pd-top-55 {
padding-top: 55px;
}
.pd-top-60 {
padding-top: 60px;
}
.pd-top-70 {
padding-top: 70px;
}
.pd-top-80 {
padding-top: 80px;
}
.pd-top-90 {
padding-top: 90px;
}
.pd-top-100 {
padding-top: 100px;
}
.pd-top-120 {
padding-top: 120px;
}
.pd-btm-10 {
padding-bottom: 10px;
}
.pd-btm-20 {
padding-bottom: 20px;
}
.pd-btm-30 {
padding-bottom: 30px;
}
.pd-btm-40 {
padding-bottom: 40px;
}
.pd-btm-50 {
padding-bottom: 50px;
}
.pd-btm-60 {
padding-bottom: 60px;
}
.pd-btm-70 {
padding-bottom: 70px;
}
.pd-btm-80 {
padding-bottom: 80px;
}
.pd-btm-90 {
padding-bottom: 90px;
}
.pd-btm-100 {
padding-bottom: 100px;
} .mg-top-10 {
margin-top: 10px;
}
.mg-top-20 {
margin-top: 20px !important;
}
.mg-top-25 {
margin-top: 25px !important;
}
.mg-top-30 {
margin-top: 30px;
}
.mg-top-40 {
margin-top: 40px;
}
.mg-top-46 {
margin-top: 46px;
}
.mg-top-50 {
margin-top: 50px;
}
.mg-top-60 {
margin-top: 60px;
}
.mg-top-70 {
margin-top: 70px;
}
.mg-btm-10 {
margin-bottom: 10px;
}
.mg-btm-20 {
margin-bottom: 20px;
}
.mg-btm-25 {
margin-bottom: 25px;
}
.mg-btm-30 {
margin-bottom: 30px;
}
.mg-btm-35 {
margin-bottom: 35px;
}
.mg-btm-40 {
margin-bottom: 40px;
}
.mg-btm-50 {
margin-bottom: 50px;
}
.background-image {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
} #preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background: #dcf3e8;
z-index: 9999999;
}
.preloader-main {
position: absolute;
width: 80px;
height: 80px;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.preloader-main div {
box-sizing: border-box;
display: block;
position: absolute;
width: 64px;
height: 64px;
margin: 8px;
border: 8px solid #0b6755;
border-radius: 50%;
animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: #0b6755 transparent transparent transparent;
}
.preloader-main div:nth-child(1) {
animation-delay: -0.45s;
}
.preloader-main div:nth-child(2) {
animation-delay: -0.3s;
}
.preloader-main div:nth-child(3) {
animation-delay: -0.15s;
}
@keyframes lds-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .progress-wrap {
position: fixed;
right: 50px;
bottom: 50px;
height: 46px;
width: 46px;
cursor: pointer;
display: block;
border-radius: 50px;
box-shadow: inset 0 0 0 2px #ffaf0133;
z-index: 99;
opacity: 0;
visibility: hidden;
transform: translateY(15px);
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
}
.progress-wrap.active-progress {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.progress-wrap::after {
position: absolute;
content: "\f155";
font-family: uicons-solid-straight !important;
text-align: center;
line-height: 46px;
font-size: 20px;
color: #ffaf01;
left: 0;
top: 0;
height: 46px;
width: 46px;
cursor: pointer;
display: block;
z-index: 1;
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
}
.progress-wrap svg path {
fill: none;
}
.progress-wrap svg.progress-circle path {
stroke: #ffaf01;
stroke-width: 4;
box-sizing: border-box;
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.progress-wrap {
right: 5%;
}
}
@media only screen and (max-width: 767px) {
.progress-wrap {
right: 5%;
}
}  .section-head {
margin-bottom: 32px;
}
.section-head-sm-title {
color: #747681;
font-size: 20px;
line-height: 120%;
margin-bottom: 16px;
display: inline-block;
}
.section-head-title {
font-size: 48px;
line-height: 140%;
margin: 0;
}
.section-bottom-btn {
text-align: center;
margin-top: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.section-head-title br {
display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-head-title {
font-size: 36px;
}
.section-head-title br {
display: none;
}
}
@media only screen and (max-width: 767px) {
.section-head {
margin-bottom: 20px;
}
.section-head-sm-title {
font-size: 16px;
margin-bottom: 8px;
}
.section-head-title {
font-size: 24px !important;
}
.section-head-title br {
display: none;
}
} .pagination-list li {
display: inline-block;
margin-right: 20px;
}
.pagination-list li:last-child {
margin: 0;
}
.pagination-list li.active a,
.pagination-list li:hover a {
background: #cee1dd;
border: 1px solid transparent;
}
.pagination-list li a {
width: 56px;
height: 56px;
border: 1px solid #0b6755;
border-radius: 100%;
text-align: center;
line-height: 56px;
font-size: 16px;
color: #04091e;
}
.pagination-list li.next-btn a {
background: #0b6755;
color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
.pagination-list li a {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 14px;
}
.pagination-list li {
margin-right: 10px;
}
} .theme-btn {
display: inline-flex;
padding: 16px 24px !important;
background: #ffaf01 !important;
color: #04091e !important;
border-radius: 8px;
margin-right: 26px !important;
line-height: 20px !important;
align-items: center;
}
.theme-btn:hover,
.theme-btn.secondary {
background: #0b6755;
color: #FFFFFF;
}
.theme-btn:last-child {
margin: 0;
}
.theme-btn i {
font-size: 24px;
margin-left: 4px;
}
.theme-btn.secondary:hover {
background: #ffaf01;
color: #04091e;
}
@media only screen and (max-width: 767px) {
.theme-btn {
padding: 11px 17px;
font-size: 15px;
margin-right: 12px;
}
.theme-btn i {
font-size: 18px;
position: relative;
top: 2px;
}
}.service-area {
padding: 40px 0px 296px;
background: #fff5df;
position: relative;
z-index: 2;
}
.service-area .section-head-sm-title {
color: #0b6755;
font-size: 22px;
margin-bottom: 26px;
}
.service-section-shape {
width: 100%;
height: 100%;
}
.service-section-shape .shape {
position: absolute;
z-index: -1;
}
.service-section-shape .shape-1 {
top: 7%;
left: 17%;
animation-name: shake;
animation-duration: 20s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
.service-section-shape .shape-2 {
right: 5%;
top: 10%;
animation-name: rotateIn;
animation-duration: 9s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
.service-section-shape .shape-3 {
bottom: 22%;
right: 6%;
animation-name: shake;
animation-duration: 20s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
.service-card {
background: #FFFFFF;
padding: 28px;
margin-top: 28px;
box-shadow: 0px 4px 57px 0px rgba(103, 120, 136, 0.14);
border-radius: 12px;
}
.service-card-icon img {
width: 72px !important;
height: 72px !important;
object-fit: contain;
border-radius: 100%;
}
.service-card-content {
margin-top: 14px;
}
.service-card-title {
font-size: 24px;
margin-bottom: 14px;
line-height: 150%;
}
.service-card-text {
line-height: 160%;
margin: 0;
color: #4d5461;
}
.service-card-btn {
margin-top: 20px;
}
.service-card-btn a {
display: inline-flex;
align-items: center;
font-weight: 600;
color: #0b6755;
line-height: 152%;
}
.service-card-btn a:hover {
color: #ffaf01;
}
.service-card-btn a i {
margin-left: 4px;
font-size: 20px;
position: relative;
top: 3px;
} .service-area.service-style-2 {
background: #FFFFFF;
padding: 112px 0px 120px;
}
.service-section-head.style-2 {
margin-bottom: 60px;
}
.service-section-head.style-2 .service-section-head-sm-title {
display: inline-block;
font-size: 20px;
margin-bottom: 16px;
line-height: 120%;
}
.service-section-head.style-2 .service-section-head-big-title {
font-size: 44px;
line-height: 140%;
margin: 0;
}
.service-area.service-style-2 .service-single-widget {
position: relative;
cursor: pointer;
transition: background-color 0.3s ease;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 2px solid #dcf3e8;
padding-bottom: 28px;
margin-bottom: 30px;
}
.service-area.service-style-2 .service-single-widget:last-child {
padding: 0;
margin: 0;
border: none;
}
.service-area.service-style-2 .service-single-widget-info {
display: flex;
align-items: center;
gap: 16px;
}
.service-area.service-style-2 .service-single-widget-info-icon {
width: 61px;
height: 61px;
background: #ffaf01;
border-radius: 100%;
text-align: center;
line-height: 61px;
}
.service-area.service-style-2 .service-single-widget-info-icon img {
width: 30px;
height: 30px;
}
.service-area.service-style-2 .service-single-widget-info-content p {
font-size: 20px;
color: #0b6755;
margin-bottom: 8px;
line-height: 160%;
}
.service-area.service-style-2
.service-single-widget:hover
.service-single-widget-info-content
h4 {
color: #0b6755;
}
.service-area.service-style-2 .service-single-widget-info-content h4 {
margin: 0;
font-size: 32px;
font-weight: 400;
line-height: 140%;
}
.service-area.service-style-2
.service-single-widget:hover
.service-single-widget-btn {
opacity: 1;
}
.service-area.service-style-2 .service-single-widget-btn {
position: relative;
z-index: 2;
opacity: 0.4000000059604645;
transition: all 0.4s ease;
}
.service-area.service-style-2 .service-single-widget-btn::before {
position: absolute;
content: "";
width: 36px;
height: 36px;
border-radius: 100%;
background: #0b6755;
z-index: -1;
right: 16px;
top: 6px;
}
.service-area.service-style-2 .service-image-preview {
position: absolute;
top: -90px;
right: 10%;
width: 276px;
height: 276px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
display: none;
transition: all 0.4s ease;
border-radius: 12px;
z-index: 9999;
}
.service-area.service-style-2
.service-single-widget:hover
.service-image-preview-overlay {
opacity: 1;
visibility: visible;
}
.service-image-preview-overlay {
position: absolute;
right: 11%;
top: -108px;
opacity: 0;
visibility: hidden;
}
.service-image-preview-overlay::before {
position: absolute;
content: "";
width: 276px;
height: 276px;
background: #0b6755;
border-radius: 12px;
transform: rotate(5.16deg);
z-index: 1;
top: 0;
right: 10%;
} .service-area.style-3 {
overflow: hidden;
background: transparent;
margin-top: -234px;
padding-bottom: 67px;
}
.service-card-slider.style-3 {
padding-bottom: 0px;
}
.service-area.style-3 .container-fluid {
padding-right: 0;
padding-left: 300px;
}
.service-card-slider.style-3 .service-card {
width: 370px;
margin-top: 0px;
transition: all 0.4s ease;
}
.service-card-slider.style-3 .service-card:hover {
background: #0b6755;
box-shadow: 0px 4px 57px 0px rgba(103, 120, 136, 0.14);
}
.service-card-slider.style-3 .service-card-icon img {
width: 90px !important;
height: 90px !important;
}
.service-card-slider.style-3 .service-card:hover .service-card-title,
.service-card-slider.style-3 .service-card:hover .service-card-text {
color: #e7f0ee;
}
.service-card-slider.style-3 .service-card:hover .service-card-btn a {
color: #ffaf01;
}
.service-card-slider.style-3 .owl-stage-outer {
overflow: visible;
}
.service-card-slider.style-3 .owl-item {
opacity: 0;
transition: opacity 500ms;
}
.service-card-slider.style-3 .owl-item.active {
opacity: 1;
} .service-card-slider.style-3 .owl-dots {
line-height: 4px;
position: absolute;
left: 60%;
bottom: 0;
transform: translate(-50%);
}
.service-card-slider.style-3 .owl-dots .owl-dot span {
width: 20px;
height: 12px;
margin: 0;
background: #0b6755;
display: block;
border-radius: 20px;
opacity: 0.4000000059604645;
margin-right: 8px;
transition: all 0.4s ease;
}
.service-card-slider.style-3 .owl-dots .owl-dot.active span {
background: #0b6755;
opacity: 1;
width: 50px;
}
.service-card-slider.style-3 .owl-dots .owl-dot:hover span {
opacity: 1 !important;
background: #0b6755 !important;
}
@media only screen and (min-width: 1201px) and (max-width: 1600px) {
.service-area.style-3 .container-fluid {
padding-left: 182px;
}
} .service-details-area {
padding: 80px 0px 120px;
}
.service-details-right {
margin-top: 40px;
padding-right: 6px;
}
.service-details-top img {
width: 100%;
height: 410px;
border-radius: 12px;
object-fit: cover;
}
.service-details-top-info {
margin-top: 40px;
}
.service-details-top-info h4 {
font-size: 32px;
margin-bottom: 22px;
font-weight: 400;
line-height: 140%;
}
.service-details-top-info p {
font-size: 16px;
line-height: 160%;
margin: 0;
}
.service-details-widget-group {
margin-top: 12px;
}
.service-details-widget {
background: #FFFFFF;
border-radius: 12px;
box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.08);
padding: 30px;
display: flex;
align-items: center;
gap: 27px;
margin-top: 24px;
}
.service-details-widget-icon {
background: #dcf3e8;
width: 80px;
height: 80px;
min-width: 80px;
text-align: center;
line-height: 80px;
border-radius: 100%;
}
.service-details-widget-content h6 {
margin-bottom: 4px;
font-size: 20px;
font-weight: 600;
}
.service-details-widget-content p {
font-size: 16px;
line-height: 25px;
margin: 0;
}
.service-details-benefits {
margin-top: 40px;
}
.service-details-benefits-content h4 {
font-size: 32px;
margin-bottom: 14px;
font-weight: 600;
}
.service-details-benefits-content p {
font-size: 16px;
line-height: 160%;
margin-bottom: 20px;
}
.service-details-benefits-list li {
margin-bottom: 12px;
line-height: 148%;
color: #04091e;
}
.service-details-benefits-list li:last-child {
margin: 0;
}
.service-details-benefits-list li img {
width: 24px;
height: 24px;
object-fit: contain;
margin-right: 16px;
}
.service-details-benefits-images {
display: flex;
gap: 18px;
justify-content: right;
}
.service-details-benefits-images img {
width: 217px;
height: 294px;
object-fit: cover;
border-radius: 10px;
}
.service-details-bottom {
margin-top: 40px;
}
.service-details-bottom h4 {
font-size: 32px;
margin-bottom: 12px;
font-weight: 600;
}
.service-details-bottom p {
font-size: 16px;
line-height: 160%;
margin: 0;
} .service-details-sidebar {
position: sticky;
top: 14%;
}
.sidebar-widget {
margin-top: 40px;
}
.s-details-sidebar-category-list li {
margin-bottom: 20px;
}
.s-details-sidebar-category-list li:last-child {
margin: 0;
}
.s-details-sidebar-category-list a {
width: 100%;
background: #FFFFFF;
border-radius: 5px;
box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.08);
padding: 18px 20px;
display: inline-flex;
align-items: center;
justify-content: space-between;
font-size: 20px;
color: #04091e;
}
.s-details-sidebar-category-list a:hover {
color: #0b6755;
}
.s-details-sidebar-category-list li i {
font-size: 22px;
}
.s-details-sidebar-download-boucher {
background: #FFFFFF;
padding: 22px 20px 20px;
box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.08);
border-radius: 5px;
}
.s-details-sidebar-download-boucher h6 {
font-size: 20px;
margin-bottom: 10px;
line-height: 160%;
}
.s-details-sidebar-download-boucher p {
font-size: 16px;
line-height: 160%;
margin-bottom: 20px;
}
.single-download-boucher a {
display: flex;
background: #dcf3e8;
padding: 16px 20px;
align-items: center;
justify-content: space-between;
margin-bottom: 24px;
font-size: 16px;
color: #04091e;
font-weight: 600;
border-radius: 5px;
}
.single-download-boucher a:hover {
color: #0b6755;
}
.single-download-boucher a:last-child {
margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.service-section-shape .shape-1 {
left: 0;
}
.service-area.style-3 .container-fluid {
padding-left: 5%;
}
.service-details-benefits-images {
justify-content: left;
margin-top: 32px;
}
.service-details-benefits-images img {
width: 100%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-head-title {
font-size: 36px;
}
.service-details-widget {
display: block;
}
.service-area .section-head-sm-title {
font-size: 18px;
margin-bottom: 16px;
}
.service-section-shape .shape-1 {
top: 4%;
left: 0;
}
.service-area.style-3 .container-fluid {
padding-left: 5%;
}
.service-details-benefits-images {
justify-content: left;
margin-top: 32px;
}
.service-details-widget-content {
margin-top: 20px;
}
}
@media only screen and (max-width: 767px) {
.service-area {
padding: 56px 0px;
}
.service-section-shape {
display: none;
}
.service-card-icon img {
width: 64px !important;
height: 64px !important;
}
.service-card-title {
font-size: 18px;
margin-bottom: 8px;
}
.service-card-btn {
margin-top: 8px;
}
.service-card-btn a {
font-size: 15px;
}
.service-area.service-style-2 {
padding: 56px 0px;
}
.service-section-head.style-2 .service-section-head-sm-title {
font-size: 16px;
margin-bottom: 12px;
}
.service-section-head.style-2 .service-section-head-big-title {
font-size: 24px;
}
.service-area.service-style-2 .service-single-widget-info-content h4 {
font-size: 20px;
}
.service-area.service-style-2 .service-image-preview {
display: none !important;
}
.service-area.service-style-2 .service-single-widget-btn::before {
width: 28px;
height: 28px;
left: -4px;
top: 6px;
}
.service-single-widget-info-content {
margin-top: 20px;
}
.service-image-preview-overlay {
display: none;
}
.service-single-widget-btn {
margin-top: 16px;
}
.service-area.service-style-2 .service-single-widget-info {
display: flex;
}
.service-area.style-3 .container-fluid {
padding-right: 0;
padding-left: 0;
}
.service-area.style-3 {
margin-top: 0;
padding: 56px 0px;
}
.service-card-slider.style-3 .service-card-icon img {
width: 72px !important;
height: 72px !important;
}
.service-details-area {
padding: 16px 0px 56px;
}
.service-details-top img {
height: 280px;
}
.service-details-top-info h4 {
font-size: 20px;
margin-bottom: 12px;
}
.service-details-widget-icon {
width: 68px;
height: 68px;
min-width: 68px;
line-height: 68px;
margin-bottom: 12px;
}
.service-details-widget-content h6 {
font-size: 18px;
}
.service-details-widget-content p {
line-height: 21px;
}
.service-details-widget {
display: block;
padding: 24px;
}
.service-details-benefits-content h4 {
font-size: 20px;
}
.service-details-benefits-list li {
font-size: 15px;
}
.service-details-benefits-list li img {
width: 18px;
height: 18px;
margin-right: 10px;
}
.service-details-benefits-images {
display: block;
}
.service-details-benefits-images img {
width: 100%;
height: 280px;
margin-top: 24px;
}
.service-details-bottom h4 {
font-size: 20px;
}
.s-details-sidebar-category-list a {
padding: 12px 20px;
font-size: 16px;
}
.service-details-widget-icon img {
width: 24px;
height: 24px;
}
.service-area.service-style-2 .service-single-widget-info-icon {
width: 52px;
min-width: 52px;
height: 52px;
line-height: 52px;
}
.service-area.service-style-2 .service-single-widget-info-content h4 {
font-size: 18px;
}
.service-single-widget-info-content {
padding-right: 14px;
}
.service-area.service-style-2 .service-single-widget-info-icon img {
width: 24px;
height: 24px;
}
.service-area.service-style-2 .service-single-widget-info-content p {
margin-bottom: 4px;
}
.service-section-head.style-2 {
margin-bottom: 32px;
}
.service-details-right {
padding-right: 0px;
}
}.strap-area {
position: relative;
overflow: hidden;
padding: 238px 0px;
margin-top: -200px;
}
.strap-inner {
overflow: hidden;
}
.single-strap {
z-index: 22;
position: absolute;
height: 104px;
line-height: 104px;
width: 105%;
overflow: hidden;
left: -22px;
}
.single-strap.strap-1 {
background: #212121;
transform: rotate(7.048deg);
}
.single-strap.strap-1 .single-strap-content li::before {
background: #ff5574;
}
.single-strap.strap-1 .single-strap-content li a {
color: #FFFFFF;
}
.single-strap.strap-2 {
background: #d1e9da;
transform: rotate(-6.589deg);
margin-top: 0px;
}
.single-strap-content {
display: flex;
justify-content: center;
}
.single-strap-content li {
display: inline-block;
position: relative;
padding-right: 70px;
margin-right: 70px;
height: 104px;
margin-top: 0px;
}
.single-strap-content li:last-child {
margin: 0;
padding: 0;
}
.single-strap-content li::before {
position: absolute;
content: "";
width: 16px;
height: 16px;
border-radius: 100%;
background: #000711;
right: -8px;
top: 45px;
}
.single-strap-content li:last-child::before {
display: none;
}
.single-strap-content li a {
font-size: 32px;
text-transform: uppercase;
font-weight: 400;
color: #000711;
}
.single-strap.strap-1 .single-strap-content {
animation: scrollLeft 25s linear infinite;
white-space: nowrap;
margin-top: 0px;
}
.single-strap.strap-2 .single-strap-content {
animation: scrollRight 25s linear infinite;
white-space: nowrap;
margin-top: 0px;
}
@keyframes scrollLeft {
from {
transform: translateX(100%);
}
to {
transform: translateX(-100%);
}
}
@keyframes scrollRight {
from {
transform: translateX(-100%);
}
to {
transform: translateX(100%);
}
} .strap-area.style-3 {
padding: 110px 0px 210px 0px;
margin: 0px;
height: 80px;
}
.single-strap.strap-1.style-3 {
background: #0b6755;
transform: rotate(5.953deg);
}
.single-strap.strap-1.style-3 .single-strap-content li::before {
background: #FFFFFF;
}
.single-strap.strap-1.style-3 .single-strap-content li {
height: 80px;
line-height: 80px;
font-size: 32px;
color: #FFFFFF;
}
.single-strap.strap-1.style-3 .single-strap-content li::before {
top: 50%;
transform: translate(0, -50%);
} .highlight-area {
background: #ffaf01;
overflow: hidden;
}
.highlight-content-list {
padding: 24px 0px;
animation: scrollLeft 25s linear infinite;
white-space: nowrap;
}
.highlight-content-list li {
display: inline-block;
text-transform: uppercase;
font-size: 32px;
color: #04091e;
margin-right: 80px;
padding-right: 80px;
position: relative;
line-height: 32px;
}
.highlight-content-list li::before {
position: absolute;
content: "";
width: 16px;
height: 16px;
border-radius: 100%;
top: 7px;
right: -8px;
background: #04091e;
}
.highlight-content-list li:last-child {
padding: 0;
margin: 0;
}
.highlight-content-list li:last-child::before {
display: none;
}
@media only screen and (max-width: 767px) {
.strap-area {
padding: 0px;
padding-bottom: 56px;
margin-top: 0;
}
.single-strap.strap-1 {
transform: none;
z-index: 222;
position: ;
}
.single-strap.strap-2 {
transform: none;
height: 60px;
z-index: 2222;
position: ;
}
.single-strap {
position: initial;
height: 60px;
line-height: 64px;
width: 108%;
}
.single-strap-content li a {
font-size: 18px;
}
.single-strap-content li {
padding-right: 40px;
margin-right: 40px;
height: 80px;
margin-top: 0px;
}
.single-strap-content {
height: 60px;
}
.single-strap-content li::before {
width: 8px;
height: 8px;
top: 35%;
}
.strap-area.style-3 {
padding: 0;
margin: 0px;
height: 70px;
z-index: 22;
}
.single-strap.strap-1.style-3 {
transform: none;
}
.single-strap.strap-1.style-3 .single-strap-content li {
height: 70px;
line-height: 70px;
}
.highlight-area {
margin-top: 56px;
}
.highlight-content-list li {
font-size: 20px;
margin-right: 40px;
padding-right: 40px;
line-height: 26px;
}
.highlight-content-list li::before {
width: 8px;
height: 8px;
top: 50%;
transform: translate(0, -50%);
right: -4px;
}
.highlight-content-list {
padding: 20px 0px;
}
}.team-area {
overflow: hidden;
padding: 0px;
}
.team-slider {
margin-top: 28px;
padding-bottom: 42px;
}
.single-team {
background: #fefeff;
box-shadow: 0px 9px 126px 0px rgba(20, 0, 255, 0.06);
border-radius: 4px;
border: 1px solid #0b675526;
}
.team-img {
position: relative;
}
.team-img img {
width: 100% !important;
height: 394px;
object-fit: cover;
border-radius: 0px 0px 4px 4px;
}
.team-info {
text-align: center;
padding: 14px;
display: block;
}
.team-info h4 {
line-height: 150%;
font-size: 24px;
font-weight: 700;
margin: 0;
}
.team-info p {
margin: 0;
color: #4d5461;
line-height: 148%;
}
.team-social {
position: absolute;
top: 20px;
left: 0;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
}
.single-team:hover .team-social {
left: 0px;
opacity: 1;
visibility: visible;
}
.team-social li {
padding-bottom: 10px;
list-style: none !important;
}
.team-social li:last-child {
margin: 0;
}
.team-social li a {
line-height: 32px;
background: #fff2ee;
border: 1px solid transparent;
color: #0b6755;
text-align: center;
border-radius: 100%;
font-size: 14px;
padding: 8px;
}
.team-social li a:hover {
background: #0b6755;
border: 1px solid #fff2ee;
color: #FFFFFF;
}
.team-slider .owl-stage-outer {
overflow: visible;
}
.team-slider .owl-item {
opacity: 0;
transition: opacity 500ms;
}
.team-slider .owl-item.active {
opacity: 1;
} .team-slider .owl-dots {
line-height: 4px;
position: absolute;
left: 50%;
bottom: 0;
transform: translate(-50%);
}
.team-slider .owl-dots .owl-dot span {
width: 20px;
height: 12px;
margin: 0;
background: #0b6755;
display: block;
border-radius: 20px;
opacity: 0.4000000059604645;
margin-right: 8px;
transition: all 0.4s ease;
}
.team-slider .owl-dots .owl-dot.active span {
background: #0b6755;
opacity: 1;
width: 50px;
}
.team-slider .owl-dots .owl-dot:hover span {
opacity: 1 !important;
background: #0b6755 !important;
} .team-area.team-page-section .single-team {
margin-top: 30px;
} .team-details-area {
padding-top: 120px;
}
.team-details-top-img {
position: relative;
margin-right: 70px;
}
.team-details-top-img img {
width: 100%;
height: 630px;
border-radius: 5px;
object-fit: cover;
}
.team-details-social {
position: absolute;
top: 30px;
left: 30px;
}
.team-details-social li {
margin-bottom: 14px;
}
.team-details-social li:last-child {
margin: 0;
}
.team-details-social li a {
width: 44px;
height: 44px;
background: #fff2ee;
line-height: 44px;
text-align: center;
border-radius: 100%;
border: 1px solid transparent;
color: #0b6755;
font-size: 18px;
}
.team-details-social li a:hover {
background: #0b6755;
color: #FFFFFF;
border: 1px solid #f1f1e2;
}
.team-details-info {
position: absolute;
bottom: 52px;
background: #FFFFFF;
min-width: 86%;
left: 50%;
transform: translate(-50%);
text-align: center;
padding: 23px;
}
.team-details-info h5 {
font-size: 24px;
line-height: 150%;
margin: 0;
}
.team-details-info p {
margin: 0;
}
.team-details-bottom {
padding: 80px 0px;
}
.team-details-bottom-widget h2 {
font-size: 48px;
margin-bottom: 8px;
}
.team-details-bottom-widget p {
font-size: 16px;
margin-bottom: 24px;
}
.team-details-bottom-info {
margin-top: 80px;
}
.team-details-bottom-info-images {
margin-right: 80px;
}
.team-details-bottom-info-images img {
width: 100%;
height: 370px;
object-fit: cover;
border-radius: 5px;
}
.team-details-bottom-info-content h2 {
font-size: 48px;
margin-bottom: 14px;
line-height: 100%;
}
.team-details-bottom-info-content p {
font-size: 16px;
margin: 0;
line-height: 160%;
}
.team-details-bottom-info-content-list {
margin-top: 25px;
}
.team-details-bottom-info-content-list li {
margin-bottom: 8px;
position: relative;
padding-left: 14px;
font-size: 16px;
color: #04091e;
}
.team-details-bottom-info-content-list li::before {
position: absolute;
content: "";
width: 6px;
height: 6px;
border-radius: 100%;
left: 0;
top: 11px;
background: #04091e;
}
.team-details-bottom-info-content-list li:last-child {
margin: 0;
}
.team-details-contact {
padding-bottom: 120px;
}
.team-details-contact-inner {
background: #f1f1e2;
padding: 46px 50px;
border-radius: 5px;
}
.team-details-contact-form {
margin-right: 40px;
}
.team-details-contact-image {
margin-left: 20px;
}
.team-details-contact-image img {
width: 100%;
height: 510px;
border-radius: 5px;
object-fit: cover;
}
.team-details-contact-head h4 {
font-size: 48px;
line-height: 100%;
margin-bottom: 8px;
}
.team-details-contact-head p {
font-size: 16px;
line-height: 160%;
margin: 0;
}
.team-details-contact-form form {
margin-top: 24px;
}
.team-details-contact-form form .form-group {
margin-bottom: 0px;
}
.team-details-contact-form form .form-group input,
.team-details-contact-form form .form-group textarea {
width: 100%;
height: 56px;
background: #FFFFFF;
padding: 20px;
font-size: 16px;
color: #04091e;
border-radius: 5px;
border: 1px solid transparent;
}
.team-details-contact-form form .form-group input:focus,
.team-details-contact-form form .form-group textarea:focus {
border: 1px solid #0b6755;
}
.team-details-contact-form form .form-group textarea {
height: 170px;
}
.team-details-contact-btn {
margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.team-details-top-img {
margin-right: 0;
}
.team-details-bottom-info-images {
margin-right: 0;
}
.team-details-contact-image {
margin-left: 0;
margin-top: 32px;
}
.team-details-contact-form {
margin-right: 0;
}
.team-details-bottom-info-content {
margin-top: 40px;
}
}
@media only screen and (max-width: 767px) {
.team-area {
padding: 56px 0px;
}
.team-info h4 {
font-size: 20px;
}
.team-img img {
height: 280px;
}
.team-slider .owl-dots .owl-dot span {
margin-bottom: 8px;
}
.single-team {
margin-bottom: 24px;
}
.team-details-area {
padding-top: 56px;
}
.team-details-top-img {
margin-right: 0;
}
.team-details-top-img img {
height: 320px;
}
.team-details-social li a {
width: 32px;
height: 32px;
line-height: 32px;
font-size: 16px;
}
.team-details-info h5 {
font-size: 18px;
}
.team-details-info {
bottom: 16px;
padding: 12px;
}
.team-details-bottom-widget h2 {
font-size: 22px;
}
.team-details-bottom-info-images {
margin-right: 0;
}
.team-details-bottom-info-images img {
height: 250px;
}
.team-details-bottom-info-content h2 {
font-size: 20px;
}
.team-details-bottom-info-content-list li {
font-size: 14px;
}
.team-details-contact-inner {
padding: 24px;
}
.team-details-contact-head h4 {
font-size: 24px;
}
.team-details-contact-form form .form-group input,
.team-details-contact-form form .form-group textarea {
height: 48px;
font-size: 15px;
}
.team-details-contact-form form .form-group textarea {
height: 120px;
}
.team-details-contact-form {
margin-right: 0;
}
.team-details-contact-image img {
height: 240px;
}
.team-details-contact-image {
margin-left: 0;
margin-top: 32px;
}
.team-details-contact {
padding-bottom: 56px;
}
.team-details-bottom-info-content {
margin-top: 24px;
}
.team-area.team-page-section .single-team {
margin-top: 12px;
}
.team-details-bottom {
padding: 56px 0px;
}
.team-details-bottom-info {
margin-top: 24px;
}
}.testimonial-area {
padding: 60px 0px 120px;
position: relative;
z-index: 2;
}
.testimonial-section-shape {
position: absolute;
left: 8%;
top: 25%;
z-index: -1;
}
.testimonial-slider {
position: relative;
border-radius: 12px;
z-index: 2;
margin-top: 60px;
background-attachment: fixed;
}
.single-testimonial {
display: flex;
align-items: center;
gap: 150px;
padding: 60px;
}
.testimonial-content {
margin-bottom: 42px;
}
.testimonial-img {
position: relative;
}
.testimonial-img::before {
position: absolute;
content: "";
width: 166px;
height: 143px;
background-image: url(//nooria.tech/wp-content/themes/zafram/assets/theme/images/icons/quote.png);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
z-index: 2;
bottom: 0;
left: 50%;
transform: translate(-50%);
}
.testimonial-img img {
min-width: 300px !important;
min-height: 300px !important;
border-radius: 12px;
object-fit: cover;
}
.testimonial-slider::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background: #04091e;
opacity: 0.800000011920929;
border-radius: 12px;
z-index: -1;
}
.testimonial-content-text {
color: #FFFFFF;
font-size: 28px;
line-height: 150%;
margin: 0;
}
.testimonial-cont-info {
margin-top: 24px;
}
.testimonial-cont-info h4 {
color: #FFFFFF;
font-size: 36px;
font-weight: 600;
margin-bottom: 4px;
}
.testimonial-cont-info p {
color: #ffaf01;
font-size: 18px;
margin: 0;
} .testimonial-slider .owl-dots {
line-height: 4px;
position: absolute;
left: 60px;
bottom: 60px;
}
.testimonial-slider .owl-dots .owl-dot span {
width: 16px;
height: 6px;
margin: 0;
background: #ffaf01;
display: block;
border-radius: 500px;
opacity: 0.4000000059604645;
margin-right: 6px;
transition: all 0.4s ease;
}
.testimonial-slider .owl-dots .owl-dot.active span {
background: #ffaf01;
opacity: 1;
width: 46px;
}
.testimonial-slider .owl-dots .owl-dot:hover span {
opacity: 1 !important;
background: #ffaf01 !important;
} .testimonial-style-2 {
padding-bottom: 0;
background-attachment: fixed;
}
.testimonial-fixed-image {
position: relative;
z-index: 2;
text-align: center;
}
.testimonial-fixed-image::before {
position: absolute;
content: "";
width: 100%;
height: 534px;
background: #FFFFFF;
opacity: 0.27000001072883606;
bottom: 0;
left: 0;
z-index: -1;
border-radius: 300px 300px 0px 0px;
}
.single-testimonial.style-2 {
padding: 0;
display: block;
padding-left: 40px;
}
.single-testimonial-content p {
text-transform: capitalize;
color: #FFFFFF;
line-height: 49px;
font-size: 26px;
margin: 0;
font-style: italic;
}
.single-testimonial-info {
float: right;
display: flex;
align-items: center;
gap: 19px;
margin-top: 42px;
}
.testimonial-info-img img {
width: 82px !important;
height: 82px !important;
border-radius: 100%;
border: 1px solid #FFFFFF;
object-fit: cover;
}
.testimonial-info-data h6 {
color: #FFFFFF;
font-size: 24px;
font-weight: 600;
line-height: 160%;
margin: 0;
}
.testimonial-info-data p {
color: #FFFFFF;
font-size: 18px;
margin: 0;
}
.single-testimonial-content i {
font-size: 90px;
color: #4a8e81;
position: absolute;
display: inline-block;
z-index: -1;
left: 3px;
top: -15px;
} .testimonial-slider-2 .owl-dots {
line-height: 4px;
position: absolute;
left: 40px;
bottom: 10%;
}
.testimonial-slider-2 .owl-dots .owl-dot span {
width: 20px;
height: 10px;
margin: 0;
background: #f4f4f4;
display: block;
border-radius: 500px;
margin-right: 6px;
transition: all 0.4s ease;
}
.testimonial-slider-2 .owl-dots .owl-dot.active span {
background: #ffaf01;
opacity: 1;
width: 50px;
}
.testimonial-slider-2 .owl-dots .owl-dot:hover span {
opacity: 1 !important;
background: #ffaf01 !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.testimonial-img img {
max-width: 200px !important;
max-height: 200px !important;
width: 200px !important;
min-width: 200px !important;
min-height: 200px !important;
}
.testimonial-img::before {
width: 80px;
height: 80px;
}
.testimonial-img {
display: inline-block;
}
.testimonial-content-text {
font-size: 24px;
}
.testimonial-cont-info h4 {
font-size: 32px;
}
.single-testimonial {
margin-bottom: 24px;
display: block;
}
.testimonial-fixed-image {
display: none;
}
.testimonial-slider-2.style-2 {
margin: 20px 0px 120px;
}
}
@media only screen and (max-width: 767px) {
.testimonial-area {
padding: 0px 0px 56px !important;
}
.single-testimonial {
padding: 32px 24px 56px 24px;
display: block;
}
.testimonial-cont-info h4 {
font-size: 18px;
}
.testimonial-img img {
min-width: 100% !important;
min-height: 100% !important;
}
.testimonial-img::before {
width: 110px;
height: 110px;
}
.testimonial-slider .owl-dots {
left: 50%;
bottom: 24px;
transform: translate(-50%);
}
.testimonial-slider {
margin-top: 48px;
}
.testimonial-section-shape {
display: none;
}
.testimonial-content {
margin-bottom: 30px;
}
.testimonial-fixed-image {
display: none;
}
.single-testimonial-content p {
line-height: 24px;
font-size: 16px !important;
}
.testimonial-info-data h6 {
font-size: 16px;
line-height: 150%;
}
.testimonial-info-img img {
width: 64px !important;
height: 64px !important;
}
.single-testimonial-info {
float: left;
margin-top: 30px;
display: block;
}
.testimonial-slider-2 .owl-dots {
right: 0;
bottom: 20%;
left: initial;
}
.single-testimonial.style-2 {
padding-left: 12px;
}
.testimonial-info-data {
margin-top: 12px;
}
.testimonial-slider-2.style-2 {
margin-top: 24px;
}
.testimonial-info-data p {
font-size: 14px !important;
}
.testimonial-area.about-page,
.testimonial-area.team-page,
.testimonial-area.pricing-page,
.testimonial-area.faq-page {
padding-top: 56px !important;
}
}.topbar-area {
background: #0b6755;
padding: 12px 0px;
}
.topbar-inner {
display: flex;
align-items: center;
justify-content: space-between;
}
.topbar-contact-list li {
display: inline-block;
margin-right: 34px;
}
.topbar-contact-list li:last-child {
margin: 0;
}
.topbar-contact-list li a {
color: #FFFFFF;
font-size: 16px;
line-height: 160%;
}
.topbar-contact-list li i {
margin-right: 8px;
font-size: 18px;
}
.topbar-language {
display: inline-flex;
align-items: center;
gap: 08px;
} .nice-select {
margin: 0;
background: transparent !important;
border: none !important;
color: #FFFFFF;
padding: 0;
height: auto;
line-height: 160%;
padding-right: 28px;
}
.nice-select .list {
background-color: #FFFFFF;
border-radius: 4px;
box-shadow: 0px 4px 57px 0px rgba(103, 120, 136, 0.14);
margin-top: 6px;
left: -36px;
color: #04091e;
width: 110px;
}
.nice-select .option {
font-weight: 500;
line-height: 34px;
min-height: 34px;
}
.nice-select .option:hover {
background-color: #04091e;
color: #FFFFFF;
}
.nice-select::after {
border-bottom: 2px solid #FFFFFF;
border-right: 2px solid #FFFFFF;
margin-top: -6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.topbar-area {
display: none;
}
}
@media only screen and (max-width: 767px) {
.topbar-area {
display: none;
}
}.what-we-do-area {
background: #dcf3e8;
padding: 95px 0px 135px;
overflow: hidden;
position: relative;
z-index: 2;
}
.what-we-do-shape-bg {
position: absolute;
bottom: 64px;
left: 74px;
z-index: -1;
}
.what-we-do-shape-bg img {
width: 100%;
height: 100%;
animation-name: shake;
animation-duration: 20s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
.support-highlight-card {
display: flex;
gap: 30px;
margin-top: 40px;
}
.support-highlight-card:hover .support-highlight-icon {
background: #ffaf01;
}
.support-highlight-icon {
width: 80px;
height: 80px;
background: #0b6755;
border-radius: 100%;
line-height: 80px;
text-align: center;
min-width: 80px;
transition: all 0.4s ease;
}
.support-highlight-icon img {
width: 40px;
height: 40px;
object-fit: contain;
}
.s-highlight-card-content h5 {
font-size: 24px;
line-height: 150%;
margin: 0;
}
.s-highlight-card-content p {
font-size: 16px;
font-weight: ;
line-height: 160%;
margin: 0;
}
.what-we-do-inner {
margin-top: 126px;
}
.what-we-do-content {
padding-right: 48px;
}
.what-we-do-sm-title {
color: #0b6755;
font-size: 20px;
line-height: 160%;
display: block;
margin-bottom: 16px;
}
.what-we-do-big-title {
font-size: 44px;
margin-bottom: 40px;
}
.what-we-do-info-widget {
display: flex;
gap: 16px;
margin-bottom: 20px;
}
.what-we-do-info-widget:last-child {
margin: 0;
}
.what-we-do-info-widget:hover .what-we-do-info-icon i {
background: #ffaf01;
color: #FFFFFF;
}
.what-we-do-info-icon i {
width: 20px;
height: 20px;
line-height: 23px;
text-align: center;
font-size: 10px;
background: #0b6755;
display: inline-block;
border-radius: 100%;
color: #FFFFFF;
position: relative;
top: 3px;
transition: all 0.4s ease;
}
.what-we-do-info-content h6 {
font-size: 24px;
line-height: 150%;
margin-bottom: 10px;
}
.what-we-do-info-content p {
font-size: 16px;
line-height: 160%;
margin: 0;
}
.what-we-do-img {
position: relative;
z-index: 2;
padding-left: 48px;
}
.what-we-do-img::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
background-image: url(//nooria.tech/wp-content/themes/zafram/assets/theme/images/what-we-do/img-shape.svg);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
z-index: -1;
top: 0;
left: 0;
}
.what-we-do-img img {
width: 100%;
height: 594px;
object-fit: contain;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.what-we-do-img {
padding-left: 0;
margin-top: 40px;
}
}
@media only screen and (max-width: 767px) {
.what-we-do-area {
padding: 16px 0px 56px !important;
}
.support-highlight-card {
text-align: center;
display: block;
}
.support-highlight-icon {
width: 68px;
height: 68px;
line-height: 68px;
min-width: 68px;
display: inline-block;
margin-bottom: 12px;
}
.support-highlight-icon img {
width: 34px;
height: 34px;
}
.s-highlight-card-content h5 {
font-size: 20px;
margin-bottom: 4px;
}
.what-we-do-content {
padding-right: 0;
}
.what-we-do-sm-title {
font-size: 16px;
}
.what-we-do-big-title {
font-size: 24px;
margin-bottom: 24px;
}
.what-we-do-info-content h6 {
font-size: 18px;
}
.what-we-do-inner {
margin-top: 56px;
}
.what-we-do-img {
padding-left: 0;
}
.what-we-do-shape-bg {
display: none;
}
.what-we-do-img img {
height: 300px;
}
.what-we-do-img {
margin-top: 24px;
}
}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.15,1.15,1.15);transform:scale3d(1.15,1.15,1.15)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.15,1.15,1.15);transform:scale3d(1.15,1.15,1.15)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{from{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%,from,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{11.1%,from,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-10%,0,0);transform:translate3d(-10%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-10%,0,0);transform:translate3d(-10%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(10%,0,0);transform:translate3d(10%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(10%,0,0);transform:translate3d(10%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes blurFadeIn{0%{opacity:0;transform:scale(1.3)}50%{opacity:.5}100%{opacity:1;transform:scale(1)}}@keyframes blurFadeIn{0%{opacity:0;transform:scale(1.3)}50%{opacity:.5}100%{opacity:1;transform:scale(1)}}.blurFadeIn{-webkit-animation-name:blurFadeIn;animation-name:blurFadeIn}@-webkit-keyframes blurFadeInDown{0%{opacity:0;-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);-o-transform:translateY(-10px);transform:translateY(-10px)}100%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}@keyframes blurFadeInDown{0%{opacity:0;-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);-o-transform:translateY(-10px);transform:translateY(-10px)}100%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}.blurFadeInDown{-webkit-animation-name:blurFadeInDown;animation-name:blurFadeInDown}@-webkit-keyframes passing{0%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}50%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}}@keyframes passing{0%{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);opacity:0}50%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);opacity:0}}@-webkit-keyframes passing-reverse{0%{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}50%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}}@keyframes passing-reverse{0%{-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);opacity:0}50%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);opacity:0}}.cbp-l-filters-alignCenter .cbp-filter-counter:after,.cbp-l-filters-alignRight .cbp-filter-counter:after,.cbp-l-filters-button .cbp-filter-counter:after,.cbp-l-filters-buttonCenter .cbp-filter-counter:after,.cbp-l-filters-text .cbp-filter-counter:after,.cbp,.cbp *,.cbp *:after,.cbp:after,.cbp-l-filters-dropdownHeader:after,.cbp-popup-wrap,.cbp-popup-wrap *,.cbp-popup-wrap:before,.cbp-popup-loadingBox:after,.cbp-l-direction:after{box-sizing:border-box}.cbp-l-grid-agency-title,.cbp-l-grid-agency-desc,.cbp-l-grid-work-title,.cbp-l-grid-work-desc,.cbp-l-grid-blog-title,.cbp-l-grid-projects-title,.cbp-l-grid-projects-desc,.cbp-l-grid-masonry-projects-title,.cbp-l-grid-masonry-projects-desc{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cbp-l-filters-alignCenter,.cbp-l-filters-alignCenter *,.cbp-l-filters-alignLeft,.cbp-l-filters-alignLeft *,.cbp-l-filters-alignRight,.cbp-l-filters-alignRight *,.cbp-l-filters-button,.cbp-l-filters-button *,.cbp-l-filters-buttonCenter,.cbp-l-filters-buttonCenter *,.cbp-l-filters-dropdown,.cbp-l-filters-dropdown *,.cbp-l-filters-list,.cbp-l-filters-list *,.cbp-l-filters-work,.cbp-l-filters-work *,.cbp-l-filters-big,.cbp-l-filters-big *,.cbp-l-filters-text,.cbp-l-filters-text *,.cbp-l-filters-underline,.cbp-l-filters-underline *,.cbp-l-loadMore-bgbutton,.cbp-l-loadMore-bgbutton *,.cbp-l-loadMore-button,.cbp-l-loadMore-button *,.cbp-l-loadMore-text,.cbp-l-loadMore-text *,.cbp-search,.cbp-search *,.cbp-l-dropdown,.cbp-l-dropdown *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box}.cbp:after,.cbp-lazyload:after,.cbp-popup-loadingBox:after,.cbp-popup-singlePageInline:after{content:'';position:absolute;width:34px;height:34px;left:0;right:0;top:0;bottom:0;margin:auto;-webkit-animation:cbp-rotation .8s infinite linear;animation:cbp-rotation .8s infinite linear;border-left:3px solid rgba(114,144,182,0.15);border-right:3px solid rgba(114,144,182,0.15);border-bottom:3px solid rgba(114,144,182,0.15);border-top:3px solid rgba(114,144,182,0.8);border-radius:100%}.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter,.cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter,.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter,.cbp-l-filters-buttonCenter .cbp-filter-item:hover .cbp-filter-counter,.cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter{opacity:1;-webkit-transform:translateY(-44px);transform:translateY(-44px)}.cbp-l-filters-alignCenter .cbp-filter-counter,.cbp-l-filters-alignRight .cbp-filter-counter,.cbp-l-filters-button .cbp-filter-counter,.cbp-l-filters-buttonCenter .cbp-filter-counter,.cbp-l-filters-text .cbp-filter-counter{font:400 11px/18px "Open Sans", sans-serif;border-radius:3px;color:#FFFFFF;;margin:0 auto;padding:4px 0;text-align:center;width:34px;position:absolute;bottom:0;left:0;right:0;opacity:0;-webkit-transition:-webkit-transform .25s, opacity .25s;transition:transform .25s, opacity .25s}.cbp-l-filters-alignCenter .cbp-filter-counter:after,.cbp-l-filters-alignRight .cbp-filter-counter:after,.cbp-l-filters-button .cbp-filter-counter:after,.cbp-l-filters-buttonCenter .cbp-filter-counter:after,.cbp-l-filters-text .cbp-filter-counter:after{content:"";position:absolute;bottom:-4px;left:0;right:0;margin:0 auto;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent}.cbp-item{display:inline-block;margin:0 10px 20px 0}.cbp{position:relative;margin:0 auto;z-index:1;height:400px}.cbp>*{visibility:hidden}.cbp .cbp-item{list-style-type:none;margin:0;padding:0;overflow:hidden}.cbp img{display:block;border:0;width:100%;height:auto}.cbp a,.cbp a:hover,.cbp a:active{text-decoration:none;outline:0}.cbp-lazyload{position:relative;background:#fff;display:block}.cbp-lazyload img{opacity:1}.cbp-lazyload img[data-cbp-src]{opacity:0}.cbp-lazyload img:not([data-cbp-src]){-webkit-transition:opacity .7s ease-in-out;transition:opacity .7s ease-in-out}.cbp-lazyload:after{z-index:0}.cbp-wrapper-outer{overflow:hidden;position:relative;margin:0 auto}.cbp-wrapper-outer,.cbp-wrapper,.cbp-wrapper-helper{list-style-type:none;padding:0;width:100%;height:100%;z-index:1}.cbp-wrapper,.cbp-wrapper-helper{margin:0}.cbp-ready>*{visibility:visible}.cbp-ready:after{display:none;visibility:hidden}.cbp-ready .cbp-item{position:absolute;top:0;left:0}.cbp-ready .cbp-wrapper,.cbp-ready .cbp-wrapper-helper{position:absolute;top:0;left:0}.cbp-item-off{z-index:-1;pointer-events:none;visibility:hidden}.cbp-item-on2off{z-index:0}.cbp-item-off2on{z-index:1}.cbp-item-on2on{z-index:2}.cbp-item-wrapper{width:100%;height:100%;position:relative;top:0;left:0}.cbp-l-project-related-wrap img,.cbp-l-inline img{display:block;width:100%;height:auto;border:0}.cbp-updateItems{-webkit-transition:height .5s ease-in-out !important;transition:height .5s ease-in-out !important;will-change:height}.cbp-updateItems .cbp-item{-webkit-transition:top .5s ease-in-out, left .5s ease-in-out;transition:top .5s ease-in-out, left .5s ease-in-out}.cbp-updateItems .cbp-item-loading{-webkit-animation:fadeIn .5s ease-in-out;animation:fadeIn .5s ease-in-out;-webkit-transition:none;transition:none}.cbp-removeItem{-webkit-animation:fadeOut .5s ease-in-out;animation:fadeOut .5s ease-in-out}.cbp-panel{width:94%;max-width:1170px;margin:0 auto}.cbp-misc-video{position:relative;height:0;padding-bottom:56.25%;background:#000;text-align:center}.cbp-misc-video iframe{position:absolute;top:0;left:0;width:100%;height:100%}@-webkit-keyframes cbp-rotation{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes cbp-rotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.clearfix:after{content:" ";display:block;height:0;clear:both}.cbp-l-filters-left{float:left}.cbp-l-filters-right{float:right}.cbp-l-center{display:flex;justify-content:center;align-items:center}@media only screen and (max-width: 480px){.cbp-l-filters-left,.cbp-l-filters-right{width:100%}}@media only screen and (max-width: 800px){.cbp-l-center{flex-direction:column}}.cbp-caption,.cbp-caption-defaultWrap,.cbp-caption-activeWrap{display:block}.cbp-caption-activeWrap{background-color:#282727}.cbp-caption-active .cbp-caption,.cbp-caption-active .cbp-caption-defaultWrap,.cbp-caption-active .cbp-caption-activeWrap{overflow:hidden;position:relative;z-index:1}.cbp-caption-active .cbp-caption-defaultWrap{top:0}.cbp-caption-active .cbp-caption-activeWrap{width:100%;position:absolute;z-index:2;height:100%}.cbp-l-caption-title{color:#fff;font:400 16px/21px "Open Sans", sans-serif}.cbp-l-caption-desc{color:#aaa;font:400 12px/16px "Open Sans", sans-serif}.cbp-l-caption-text{font:400 14px/21px "Open Sans", sans-serif;color:#fff;letter-spacing:3px;padding:0 6px}.cbp-l-caption-buttonLeft,.cbp-l-caption-buttonRight{background-color:#547EB1;color:#FFFFFF;;display:inline-block;font:400 12px/30px "Open Sans", sans-serif;min-width:90px;text-align:center;margin:4px;padding:0 6px}.cbp-l-caption-buttonLeft:hover,.cbp-l-caption-buttonRight:hover{opacity:0.9}.cbp-caption-none .cbp-caption-activeWrap{display:none}.cbp-l-caption-alignLeft .cbp-l-caption-body{padding:12px 30px}.cbp-caption-fadeIn .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-minimal .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-moveRight .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-overlayRightAlong .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-pushDown .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-pushTop .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-revealBottom .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-revealLeft .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-revealTop .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-zoom .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-opacity .cbp-l-caption-alignLeft .cbp-l-caption-body{padding-top:30px}.cbp-l-caption-alignCenter{display:table;width:100%;height:100%}.cbp-l-caption-alignCenter .cbp-l-caption-body{display:table-cell;vertical-align:middle;text-align:center;padding:15px 0}.cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,.cbp-l-caption-alignCenter .cbp-l-caption-buttonRight{position:relative;-webkit-transition:-webkit-transform .25s;transition:transform .25s}.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,.cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft{-webkit-transform:translateX(-20px);transform:translateX(-20px)}.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,.cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight{-webkit-transform:translateX(20px);transform:translateX(20px)}.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight{-webkit-transform:translateX(0);transform:translateX(0)}@media only screen and (max-width: 480px){.cbp-l-caption-alignLeft .cbp-l-caption-body{padding:9px 11px}.cbp-l-caption-title{font-size:14px;line-height:21px}.cbp-l-caption-desc{font-size:11px;line-height:14px}.cbp-l-caption-buttonLeft,.cbp-l-caption-buttonRight{font-size:11px;line-height:28px;min-width:69px;margin:3px;padding:0 4px}.cbp-l-caption-text{font-size:13px;letter-spacing:1px}}@media only screen and (max-width: 374px){.cbp-l-caption-alignLeft .cbp-l-caption-body{padding:8px 10px}.cbp-l-caption-title{font-size:13px;line-height:20px}.cbp-l-caption-desc{font-size:11px;line-height:14px}.cbp-l-caption-buttonLeft,.cbp-l-caption-buttonRight{font-size:10px;line-height:28px;min-width:62px;margin:1px;padding:0 4px}}.cbp-caption-fadeIn .cbp-caption-activeWrap{opacity:0;top:0;background-color:rgba(0,0,0,0.85);-webkit-transition:opacity .5s;transition:opacity .5s}.cbp-caption-fadeIn .cbp-caption:hover .cbp-caption-activeWrap{opacity:1}.cbp-caption-minimal .cbp-l-caption-title,.cbp-caption-minimal .cbp-l-caption-desc{position:relative;left:0;opacity:0;-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out}.cbp-caption-minimal .cbp-l-caption-title{-webkit-transform:translateY(-50%);transform:translateY(-50%)}.cbp-caption-minimal .cbp-l-caption-desc{-webkit-transform:translateY(70%);transform:translateY(70%)}.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-title,.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-desc{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.cbp-caption-minimal .cbp-caption-activeWrap{top:0;background-color:#000;background-color:rgba(0,0,0,0.8);opacity:0}.cbp-caption-minimal .cbp-caption:hover .cbp-caption-activeWrap{opacity:1}.cbp-caption-moveRight .cbp-caption-activeWrap{left:-100%;top:0;-webkit-transition:-webkit-transform .35s;transition:transform .35s}.cbp-caption-moveRight .cbp-caption:hover .cbp-caption-activeWrap{-webkit-transform:translateX(100%);transform:translateX(100%)}.cbp-caption-overlayBottom .cbp-caption-activeWrap{height:60px;background-color:#181616;background-color:rgba(24,22,22,0.7);-webkit-transition:-webkit-transform .25s;transition:transform .25s}.cbp-caption-overlayBottom .cbp-caption:hover .cbp-caption-activeWrap{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight{-webkit-transition-duration:.35s;transition-duration:.35s}.cbp-caption-overlayBottomAlong .cbp-caption-defaultWrap,.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap{-webkit-transition:-webkit-transform .35s;transition:transform .35s}.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap{height:auto}.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap{-webkit-transform:translateY(-34px);transform:translateY(-34px)}.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-activeWrap{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.cbp-caption-overlayBottomPush .cbp-caption-defaultWrap,.cbp-caption-overlayBottomPush .cbp-caption-activeWrap{-webkit-transition:-webkit-transform .25s;transition:transform .25s}.cbp-caption-overlayBottomPush .cbp-caption-activeWrap{height:69px;-webkit-transform:translateY(0);transform:translateY(0)}.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap{-webkit-transform:translateY(-68px);transform:translateY(-68px)}.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-activeWrap{-webkit-transform:translateY(-69px);transform:translateY(-69px)}.cbp-caption-overlayBottomReveal .cbp-caption-defaultWrap{z-index:2;-webkit-transition:-webkit-transform .25s;transition:transform .25s}.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap{bottom:0;z-index:1;height:auto}.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap{-webkit-transform:translateY(-68px);transform:translateY(-68px)}.cbp-caption-overlayRightAlong .cbp-caption-defaultWrap,.cbp-caption-overlayRightAlong .cbp-caption-activeWrap{-webkit-transition:-webkit-transform .4s;transition:transform .4s}.cbp-caption-overlayRightAlong .cbp-caption-activeWrap{top:0;left:-50%;width:50%}.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-defaultWrap{-webkit-transform:translateX(25%);transform:translateX(25%)}.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-activeWrap{-webkit-transform:translateX(100%);transform:translateX(100%)}.cbp-caption-pushDown .cbp-caption-defaultWrap,.cbp-caption-pushDown .cbp-caption-activeWrap{-webkit-transition:-webkit-transform .4s;transition:transform .4s}.cbp-caption-pushDown .cbp-caption-activeWrap{top:-100%}.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-defaultWrap,.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-activeWrap{-webkit-transform:translateY(100%);transform:translateY(100%)}.cbp-caption-pushTop .cbp-caption-activeWrap,.cbp-caption-pushTop .cbp-caption-defaultWrap{-webkit-transition:-webkit-transform .4s;transition:transform .4s}.cbp-caption-pushTop .cbp-caption-activeWrap{height:102%}.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-defaultWrap{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-activeWrap{-webkit-transform:translateY(-99%);transform:translateY(-99%)}.cbp-caption-revealBottom .cbp-caption-defaultWrap{z-index:2;-webkit-transition:-webkit-transform .4s;transition:transform .4s}.cbp-caption-revealBottom .cbp-caption-activeWrap{top:0;z-index:1}.cbp-caption-revealBottom .cbp-caption:hover .cbp-caption-defaultWrap{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.cbp-caption-revealLeft .cbp-caption-activeWrap{left:100%;top:0;-webkit-transition:-webkit-transform .4s;transition:transform .4s}.cbp-caption-revealLeft .cbp-caption:hover .cbp-caption-activeWrap{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.cbp-caption-revealTop .cbp-caption-defaultWrap{z-index:2;-webkit-transition:-webkit-transform .4s;transition:transform .4s}.cbp-caption-revealTop .cbp-caption-activeWrap{top:0;z-index:1}.cbp-caption-revealTop .cbp-caption:hover .cbp-caption-defaultWrap{-webkit-transform:translateY(100%);transform:translateY(100%)}.cbp-caption-zoom .cbp-caption-defaultWrap{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out}.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap{-webkit-transform:scale(1.25);transform:scale(1.25)}.cbp-caption-zoom .cbp-caption-activeWrap{opacity:0;top:0;background-color:rgba(0,0,0,0.9);-webkit-transition:opacity .4s;transition:opacity .4s}.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap{opacity:1}.cbp-caption-opacity .cbp-item{padding:1px}.cbp-caption-opacity .cbp-caption,.cbp-caption-opacity .cbp-caption-activeWrap,.cbp-caption-opacity .cbp-caption-defaultWrap{background-color:transparent}.cbp-caption-opacity .cbp-caption{border:1px solid transparent}.cbp-caption-opacity .cbp-caption:hover{border-color:#EDEDED}.cbp-caption-opacity .cbp-caption-defaultWrap{opacity:1;-webkit-transition:opacity .4s;transition:opacity .4s}.cbp-caption-opacity .cbp-caption:hover .cbp-caption-defaultWrap{opacity:.8}.cbp-caption-opacity .cbp-caption:hover .cbp-caption-activeWrap{top:0}.cbp-caption-expand .cbp-caption{border-bottom:1px dotted #eaeaea}.cbp-caption-expand .cbp-caption-activeWrap{height:auto;background-color:transparent}.cbp-caption-expand .cbp-caption-defaultWrap{cursor:pointer;font:500 15px/23px "Roboto", sans-serif;color:#474747;padding:12px 0 11px 26px}.cbp-caption-expand .cbp-caption-defaultWrap svg{position:absolute;top:16px;left:0}.cbp-caption-expand .cbp-l-caption-body{font:400 13px/21px "Roboto", sans-serif;color:#888;padding:0 0 20px 26px}.cbp-caption-expand-active{-webkit-transition:height .4s !important;transition:height .4s !important}.cbp-caption-expand-active .cbp-item{-webkit-transition:left .4s, top .4s !important;transition:left .4s, top .4s !important}.cbp-caption-expand-open .cbp-caption-activeWrap{-webkit-transition:height .4s;transition:height .4s}.cbp-l-filters-alignCenter{margin-bottom:30px;text-align:center;font:400 12px/21px sans-serif;color:#DADADA}.cbp-l-filters-alignCenter .cbp-filter-item{color:#949494;cursor:pointer;font:400 13px/21px "Open Sans", sans-serif;padding:0 12px;position:relative;overflow:visible;margin:0 0 10px;display:inline-block;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.cbp-l-filters-alignCenter .cbp-filter-item:hover{color:#2D2C2C}.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter{-webkit-transform:translateY(-30px);transform:translateY(-30px)}.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active{color:#2D2C2C;cursor:default}.cbp-l-filters-alignCenter .cbp-filter-counter{background-color:#626161}.cbp-l-filters-alignCenter .cbp-filter-counter:after{border-top:4px solid #626161}.cbp-l-filters-alignLeft{margin-bottom:30px}.cbp-l-filters-alignLeft .cbp-filter-item{background-color:#fff;border:1px solid #cdcdcd;cursor:pointer;font:400 12px/30px "Open Sans", sans-serif;padding:0 13px;position:relative;overflow:visible;margin:0 4px 10px 4px;display:inline-block;color:#888888;-webkit-transition:color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out;transition:color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out}.cbp-l-filters-alignLeft .cbp-filter-item:hover{color:#111}.cbp-l-filters-alignLeft .cbp-filter-item.cbp-filter-item-active{background-color:#6C7A89;border:1px solid #6C7A89;color:#fff;cursor:default}.cbp-l-filters-alignLeft .cbp-filter-item:first-child{margin-left:0}.cbp-l-filters-alignLeft .cbp-filter-item:last-child{margin-right:0}.cbp-l-filters-alignLeft .cbp-filter-counter{display:inline}@media only screen and (max-width: 480px){.cbp-l-filters-alignLeft{text-align:center}}.cbp-l-filters-alignRight{margin-bottom:30px;text-align:right}.cbp-l-filters-alignRight .cbp-filter-item{background-color:transparent;color:#8B8B8B;cursor:pointer;font:400 11px/31px "Open Sans", sans-serif;padding:0 14px;position:relative;overflow:visible;margin:0 3px 10px 3px;border:1px solid #E4E2E2;text-transform:uppercase;display:inline-block;-webkit-transition:color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out;transition:color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out}.cbp-l-filters-alignRight .cbp-filter-item:hover{color:#2B3444}.cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active{color:#FFFFFF;;background-color:#049372;border-color:#049372;cursor:default}.cbp-l-filters-alignRight .cbp-filter-item:first-child{margin-left:0}.cbp-l-filters-alignRight .cbp-filter-item:last-child{margin-right:0}.cbp-l-filters-alignRight .cbp-filter-counter{background-color:#049372}.cbp-l-filters-alignRight .cbp-filter-counter:after{border-top:4px solid #049372}@media only screen and (max-width: 480px){.cbp-l-filters-alignRight{text-align:center}}.cbp-l-filters-button{margin-bottom:30px}.cbp-l-filters-button .cbp-filter-item{background-color:#FFFFFF;;border:1px solid #ECECEC;color:#888888;cursor:pointer;font:400 12px/32px "Open Sans", sans-serif;margin:0 5px 10px 5px;overflow:visible;padding:0 17px;position:relative;display:inline-block;-webkit-transition:color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;transition:color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out}.cbp-l-filters-button .cbp-filter-item:hover{color:#545454;border-color:#DADADA}.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active{background-color:#545454;color:#fff;border-color:#5d5d5d;cursor:default}.cbp-l-filters-button .cbp-filter-item:first-child{margin-left:0}.cbp-l-filters-button .cbp-filter-item:last-child{margin-right:0}.cbp-l-filters-button .cbp-filter-counter{background-color:#545454}.cbp-l-filters-button .cbp-filter-counter:after{border-top:4px solid #545454}@media only screen and (max-width: 480px){.cbp-l-filters-button{text-align:center}}.cbp-l-filters-buttonCenter{margin-bottom:30px;text-align:center}.cbp-l-filters-buttonCenter .cbp-filter-item{background-color:#FFFFFF;;border:1px solid #ECECEC;color:#888888;cursor:pointer;font:400 12px/32px "Roboto", sans-serif;margin:0 5px 10px 5px;overflow:visible;padding:0 17px;position:relative;display:inline-block;-webkit-transition:color .3s ease-in-out, border-color .3s ease-in-out;transition:color .3s ease-in-out, border-color .3s ease-in-out}.cbp-l-filters-buttonCenter .cbp-filter-item:hover{color:#5d5d5d}.cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active{color:#3B9CB3;border-color:#8CD2E5;cursor:default}.cbp-l-filters-buttonCenter .cbp-filter-item:first-child{margin-left:0}.cbp-l-filters-buttonCenter .cbp-filter-item:last-child{margin-right:0}.cbp-l-filters-buttonCenter .cbp-filter-counter{background-color:#68ABBC}.cbp-l-filters-buttonCenter .cbp-filter-counter:after{border-top:4px solid #68ABBC}.cbp-l-filters-dropdown{margin-bottom:40px;height:38px;position:relative;z-index:5}.cbp-l-filters-dropdownWrap{width:200px;position:absolute;right:0;background:#4d4c4d}.cbp-l-filters-dropdownHeader{font:400 12px/38px "Open Sans", sans-serif;margin:0 17px;color:#FFF;cursor:default;position:relative}.cbp-l-filters-dropdownHeader:after{border-color:#fff transparent;border-style:solid;border-width:5px 5px 0;content:"";height:0;position:absolute;right:0;top:50%;width:0;margin-top:-1px}.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownHeader:after{border-width:0 5px 5px}.cbp-l-filters-dropdownList{display:none;list-style:none outside none;margin:0;padding:0}.cbp-l-filters-dropdownList>li{margin:0;list-style:none}.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownList{display:block;margin:0}.cbp-l-filters-dropdownList .cbp-filter-item{background:transparent;color:#b3b3b3;width:100%;text-align:left;font:400 12px/40px "Open Sans", sans-serif;margin:0;padding:0 17px;cursor:pointer;border:none;border-top:1px solid #595959}.cbp-l-filters-dropdownList .cbp-filter-item:hover{color:#e6e6e6}.cbp-l-filters-dropdownList .cbp-filter-item-active{color:#fff;cursor:default}.cbp-l-filters-dropdownWrap .cbp-filter-counter{display:inline}.cbp-l-filters-dropdown-floated{float:right;margin-top:-2px;margin-left:20px;width:200px}@media only screen and (max-width: 480px){.cbp-l-filters-dropdown-floated{width:100%;margin-top:0;margin-left:0}.cbp-l-filters-dropdownWrap{right:0;left:0;margin:0 auto}}.cbp-l-filters-list{margin-bottom:30px;content:"";display:table;clear:both}.cbp-l-filters-list .cbp-filter-item{background-color:transparent;color:#585252;cursor:pointer;font:400 12px/35px "Open Sans", sans-serif;padding:0 18px;position:relative;overflow:visible;margin:0 0 10px;float:left;border:1px solid #3288C4;border-right-width:0;-webkit-transition:left .3s ease-in-out;transition:left .3s ease-in-out}.cbp-l-filters-list .cbp-filter-item:hover{color:#000}.cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active{cursor:default;color:#FFFFFF;;background-color:#3288C4}.cbp-l-filters-list-first{border-radius:6px 0 0 6px}.cbp-l-filters-list-last{border-radius:0 6px 6px 0;border-right-width:1px !important}.cbp-l-filters-list .cbp-filter-counter{display:inline}@media only screen and (max-width: 600px){.cbp-l-filters-list .cbp-filter-item{margin-right:5px;border-radius:6px;border-right-width:1px}}.cbp-l-filters-work{margin-bottom:30px;text-align:center}.cbp-l-filters-work .cbp-filter-item{background-color:#FFFFFF;;color:#888;cursor:pointer;margin:0 3px 15px 3px;overflow:visible;padding:0 16px;position:relative;display:inline-block;text-transform:uppercase;-webkit-transition:color .3s ease-in-out, background-color .3s ease-in-out;transition:color .3s ease-in-out, background-color .3s ease-in-out}.cbp-l-filters-work .cbp-filter-item:hover{color:#fff;background:#607D8B}.cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active{background-color:#607D8B;color:#fff;cursor:default}.cbp-l-filters-work .cbp-filter-item:first-child{margin-left:0}.cbp-l-filters-work .cbp-filter-item:last-child{margin-right:0}.cbp-l-filters-work .cbp-filter-counter{text-align:center;display:inline-block;margin-left:8px}.cbp-l-filters-work .cbp-filter-counter:before{content:'('}.cbp-l-filters-work .cbp-filter-counter:after{content:')'}.cbp-l-filters-big{margin-bottom:30px;text-align:center}.cbp-l-filters-big .cbp-filter-item{color:#444;cursor:pointer;font:400 15px/22px "Roboto", sans-serif;margin:0 8px 10px 8px;padding:10px 23px;position:relative;display:inline-block;border:1px solid transparent;text-transform:uppercase;-webkit-transition:color .3s ease-in-out, border .3s ease-in-out;transition:color .3s ease-in-out, border .3s ease-in-out}.cbp-l-filters-big .cbp-filter-item:hover{color:#888}.cbp-l-filters-big .cbp-filter-item.cbp-filter-item-active{border-color:#d5d5d5;color:#444;cursor:default}.cbp-l-filters-big .cbp-filter-item:first-child{margin-left:0}.cbp-l-filters-big .cbp-filter-item:last-child{margin-right:0}.cbp-l-filters-text{margin-bottom:30px;text-align:center;font:400 12px/36px "Lato", sans-serif;color:#DADADA;padding:0 15px}.cbp-l-filters-text .cbp-filter-item{color:#949494;cursor:pointer;font:400 13px/21px "Lato", sans-serif;padding:0 12px;position:relative;overflow:visible;margin:0 0 10px;display:inline-block;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.cbp-l-filters-text .cbp-filter-item:hover{color:#2D2C2C}.cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter{-webkit-transform:translateY(-30px);transform:translateY(-30px)}.cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active{color:#2D2C2C;cursor:default}.cbp-l-filters-text .cbp-filter-counter{background-color:#626161;font:400 11px/18px "Lato", sans-serif}.cbp-l-filters-text .cbp-filter-counter:after{border-top:4px solid #626161}.cbp-l-filters-text-sort{display:inline-block;font:400 13px/21px "Lato", sans-serif;color:#949494;margin-right:15px}@media only screen and (max-width: 480px){.cbp-l-filters-text-sort{display:block;margin-bottom:10px}}.cbp-l-filters-underline{margin-bottom:30px}.cbp-l-filters-underline .cbp-filter-item{border-bottom:3px solid transparent;cursor:pointer;font:600 14px/21px "Open Sans", sans-serif;padding:8px 10px;position:relative;overflow:visible;margin:0 10px 10px 10px;display:inline-block;color:#787878;-webkit-transition:color .25s ease-in-out, border-color .25s ease-in-out;transition:color .25s ease-in-out, border-color .25s ease-in-out}.cbp-l-filters-underline .cbp-filter-item:hover{color:#111}.cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active{border-bottom-color:#666;color:#444;cursor:default}.cbp-l-filters-underline .cbp-filter-item:first-child{margin-left:0}.cbp-l-filters-underline .cbp-filter-item:last-child{margin-right:0}.cbp-l-filters-underline .cbp-filter-counter{display:inline}@media only screen and (max-width: 480px){.cbp-l-filters-underline{text-align:center}}.cbp-animation-quicksand{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-quicksand .cbp-item{-webkit-transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out}.cbp-animation-quicksand .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-quicksand .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-quicksand .cbp-item-on2off .cbp-item-wrapper{-webkit-animation:quicksand-off .6s ease-out both;animation:quicksand-off .6s ease-out both}.cbp-animation-quicksand .cbp-item-off2on .cbp-item-wrapper{-webkit-animation:quicksand-on .6s ease-out both;animation:quicksand-on .6s ease-out both}@-webkit-keyframes quicksand-off{100%{opacity:0;-webkit-transform:scale3d(0, 0, 0)}}@keyframes quicksand-off{100%{opacity:0;transform:scale3d(0, 0, 0)}}@-webkit-keyframes quicksand-on{0%{opacity:0;-webkit-transform:scale3d(0, 0, 0)}}@keyframes quicksand-on{0%{opacity:0;transform:scale3d(0, 0, 0)}}.cbp-animation-fadeOut,.cbp-animation-boxShadow{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-fadeOut .cbp-item,.cbp-animation-boxShadow .cbp-item{-webkit-transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out}.cbp-animation-fadeOut .cbp-item,.cbp-animation-boxShadow .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-fadeOut .cbp-item-wrapper,.cbp-animation-boxShadow .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-fadeOut .cbp-item-on2off .cbp-item-wrapper,.cbp-animation-boxShadow .cbp-item-on2off .cbp-item-wrapper{-webkit-animation:fadeOut-off .6s ease-in-out both;animation:fadeOut-off .6s ease-in-out both}.cbp-animation-fadeOut .cbp-item-off2on .cbp-item-wrapper,.cbp-animation-boxShadow .cbp-item-off2on .cbp-item-wrapper{-webkit-animation:fadeOut-on .6s ease-in-out both;animation:fadeOut-on .6s ease-in-out both}@-webkit-keyframes fadeOut-off{0%{opacity:1}80%,100%{opacity:0}}@keyframes fadeOut-off{0%{opacity:1}80%,100%{opacity:0}}@-webkit-keyframes fadeOut-on{0%{opacity:0}100%{opacity:1}}@keyframes fadeOut-on{0%{opacity:0}100%{opacity:1}}.cbp-animation-flipOut{-webkit-transition:height .7s ease-in-out;transition:height .7s ease-in-out;will-change:height}.cbp-animation-flipOut .cbp-item{-webkit-transition:-webkit-transform .7s ease-in-out;transition:transform .7s ease-in-out}.cbp-animation-flipOut .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-flipOut .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-flipOut .cbp-item-on2off .cbp-item-wrapper{-webkit-animation:flipOut-out .7s both ease-in;animation:flipOut-out .7s both ease-in}.cbp-animation-flipOut .cbp-item-off2on .cbp-item-wrapper{-webkit-animation:flipOut-in .7s ease-out both;animation:flipOut-in .7s ease-out both}@-webkit-keyframes flipOut-out{50%,100%{-webkit-transform:translateZ(-1000px) rotateY(-90deg);opacity:0.2}}@keyframes flipOut-out{50%,100%{transform:translateZ(-1000px) rotateY(-90deg);opacity:0.2}}@-webkit-keyframes flipOut-in{0%,50%{-webkit-transform:translateZ(-1000px) rotateY(90deg);opacity:0.2}}@keyframes flipOut-in{0%,50%{transform:translateZ(-1000px) rotateY(90deg);opacity:0.2}}.cbp-animation-flipBottom{-webkit-transition:height .7s ease-in-out;transition:height .7s ease-in-out;will-change:height}.cbp-animation-flipBottom .cbp-item{-webkit-transition:-webkit-transform .7s ease-in-out;transition:transform .7s ease-in-out}.cbp-animation-flipBottom .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-flipBottom .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-flipBottom .cbp-item-on2off .cbp-item-wrapper{-webkit-animation:flipBottom-out .7s both ease-in;animation:flipBottom-out .7s both ease-in}.cbp-animation-flipBottom .cbp-item-off2on .cbp-item-wrapper{-webkit-animation:flipBottom-in .7s ease-out both;animation:flipBottom-in .7s ease-out both}@-webkit-keyframes flipBottom-out{50%,100%{-webkit-transform:translateZ(-1000px) rotateX(-90deg);opacity:0.2}}@keyframes flipBottom-out{50%,100%{transform:translateZ(-1000px) rotateX(-90deg);opacity:0.2}}@-webkit-keyframes flipBottom-in{0%,50%{-webkit-transform:translateZ(-1000px) rotateX(90deg);opacity:0.2}}@keyframes flipBottom-in{0%,50%{transform:translateZ(-1000px) rotateX(90deg);opacity:0.2}}.cbp-animation-scaleSides{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-scaleSides .cbp-item{-webkit-transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out}.cbp-animation-scaleSides .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-scaleSides .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-scaleSides .cbp-item-on2off .cbp-item-wrapper{-webkit-animation:scaleSides-out .9s both;animation:scaleSides-out .9s both}.cbp-animation-scaleSides .cbp-item-off2on .cbp-item-wrapper{-webkit-animation:scaleSides-in .9s both;animation:scaleSides-in .9s both}@-webkit-keyframes scaleSides-out{50%,100%{-webkit-transform:scale(0.6);opacity:0}}@keyframes scaleSides-out{50%,100%{transform:scale(0.6);opacity:0}}@-webkit-keyframes scaleSides-in{0%,50%{-webkit-transform:scale(0.6);opacity:0}}@keyframes scaleSides-in{0%,50%{transform:scale(0.6);opacity:0}}.cbp-animation-skew{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-skew .cbp-item{-webkit-transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out}.cbp-animation-skew .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-skew .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-skew .cbp-item-on2off .cbp-item-wrapper{-webkit-animation:skew-off .6s ease-out both;animation:skew-off .6s ease-out both}.cbp-animation-skew .cbp-item-off2on .cbp-item-wrapper{-webkit-animation:skew-on .6s ease-out both;animation:skew-on .6s ease-out both}@-webkit-keyframes skew-off{100%{opacity:0;-webkit-transform:scale3d(0, 0, 0) skew(20deg, 0)}}@keyframes skew-off{100%{opacity:0;transform:scale3d(0, 0, 0) skew(20deg, 0)}}@-webkit-keyframes skew-on{0%{opacity:0;-webkit-transform:scale3d(0, 0, 0) skew(0, 20deg)}}@keyframes skew-on{0%{opacity:0;transform:scale3d(0, 0, 0) skew(0, 20deg)}}.cbp-animation-fadeOutTop{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-fadeOutTop .cbp-wrapper-outer{overflow:visible}.cbp-animation-fadeOutTop .cbp-item{-webkit-perspective:1000px;perspective:1000px;overflow:visible}.cbp-animation-fadeOutTop .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-fadeOutTop .cbp-wrapper-helper .cbp-item-wrapper{-webkit-animation:fadeOutTop-out .6s both ease-in-out;animation:fadeOutTop-out .6s both ease-in-out}.cbp-animation-fadeOutTop .cbp-wrapper .cbp-item-wrapper{-webkit-animation:fadeOutTop-in .6s both ease-in-out;animation:fadeOutTop-in .6s both ease-in-out}@-webkit-keyframes fadeOutTop-out{0%{-webkit-transform:translateY(0);opacity:1}50%,100%{-webkit-transform:translateY(-30px);opacity:0}}@keyframes fadeOutTop-out{0%{transform:translateY(0);opacity:1}50%,100%{transform:translateY(-30px);opacity:0}}@-webkit-keyframes fadeOutTop-in{0%,50%{-webkit-transform:translateY(-30px);opacity:0}100%{-webkit-transform:translateY(0);opacity:1}}@keyframes fadeOutTop-in{0%,50%{transform:translateY(-30px);opacity:0}100%{transform:translateY(0);opacity:1}}.cbp-animation-slideLeft{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-slideLeft .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-slideLeft .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-slideLeft .cbp-wrapper-helper .cbp-item-wrapper{-webkit-animation:slideLeft-out .8s both ease-in-out;animation:slideLeft-out .8s both ease-in-out}.cbp-animation-slideLeft .cbp-wrapper .cbp-item-wrapper{-webkit-animation:slideLeft-in .8s both ease-in-out;animation:slideLeft-in .8s both ease-in-out}@-webkit-keyframes slideLeft-out{0%{opacity:1;transform:scale(1)}25%{opacity:.75;-webkit-transform:scale(0.8)}75%{opacity:.75;-webkit-transform:scale(0.8) translateX(-200%)}100%{opacity:.75;-webkit-transform:scale(0.8) translateX(-200%)}}@keyframes slideLeft-out{0%{opacity:1;transform:scale(1)}25%{opacity:.75;transform:scale(0.8)}75%{opacity:.75;transform:scale(0.8) translateX(-200%)}100%{opacity:.75;transform:scale(0.8) translateX(-200%)}}@-webkit-keyframes slideLeft-in{0%,25%{opacity:.75;-webkit-transform:scale(0.8) translateX(200%)}75%{opacity:.75;-webkit-transform:scale(0.8)}100%{opacity:1;-webkit-transform:scale(1) translateX(0)}}@keyframes slideLeft-in{0%,25%{opacity:.75;transform:scale(0.8) translateX(200%)}75%{opacity:.75;transform:scale(0.8)}100%{opacity:1;transform:scale(1) translateX(0)}}.cbp-animation-sequentially{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-sequentially .cbp-wrapper-outer{overflow:visible}.cbp-animation-sequentially .cbp-item{-webkit-perspective:1000px;perspective:1000px;overflow:visible}.cbp-animation-sequentially .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-sequentially .cbp-wrapper-helper .cbp-item-wrapper{-webkit-animation:fadeOutTop-out .6s both ease;animation:fadeOutTop-out .6s both ease}.cbp-animation-sequentially .cbp-wrapper .cbp-item-wrapper{-webkit-animation:fadeOutTop-in .6s both ease-out;animation:fadeOutTop-in .6s both ease-out}.cbp-animation-3dflip{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-3dflip .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-3dflip .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-3dflip .cbp-wrapper-helper .cbp-item-wrapper{-webkit-transform-origin:0% 50%;transform-origin:0% 50%;-webkit-animation:flip-out 0.6s both ease-in-out;animation:flip-out 0.6s both ease-in-out}.cbp-animation-3dflip .cbp-wrapper .cbp-item-wrapper{-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-animation:flip-in 0.6s both ease-in-out;animation:flip-in 0.6s both ease-in-out}@-webkit-keyframes flip-out{100%{opacity:0;-webkit-transform:rotateY(90deg)}}@keyframes flip-out{100%{opacity:0;transform:rotateY(90deg)}}@-webkit-keyframes flip-in{0%{opacity:0;-webkit-transform:rotateY(-90deg)}100%{opacity:1;-webkit-transform:rotateY(0deg)}}@keyframes flip-in{0%{opacity:0;transform:rotateY(-90deg)}100%{opacity:1;transform:rotateY(0deg)}}.cbp-animation-flipOutDelay{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-flipOutDelay .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-flipOutDelay .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-flipOutDelay .cbp-wrapper-helper .cbp-item-wrapper{-webkit-animation:flipOut-out 1s both ease-in;animation:flipOut-out 1s both ease-in}.cbp-animation-flipOutDelay .cbp-wrapper .cbp-item-wrapper{-webkit-animation:flipOut-in 1s both ease-out;animation:flipOut-in 1s both ease-out}.cbp-animation-slideDelay{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-slideDelay .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-slideDelay .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-slideDelay .cbp-wrapper-helper .cbp-item-wrapper{-webkit-animation:slideDelay-out 0.5s both ease-in-out;animation:slideDelay-out 0.5s both ease-in-out}.cbp-animation-slideDelay .cbp-wrapper .cbp-item-wrapper{-webkit-animation:slideDelay-in 0.5s both ease-in-out;animation:slideDelay-in 0.5s both ease-in-out}@-webkit-keyframes slideDelay-out{100%{-webkit-transform:translateX(-100%)}}@keyframes slideDelay-out{100%{transform:translateX(-100%)}}@-webkit-keyframes slideDelay-in{0%{-webkit-transform:translateX(100%)}100%{-webkit-transform:translateX(0)}}@keyframes slideDelay-in{0%{transform:translateX(100%)}100%{transform:translateX(0)}}.cbp-animation-rotateSides{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-rotateSides .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-rotateSides .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-rotateSides .cbp-wrapper-helper .cbp-item-wrapper{-webkit-transform-origin:-50% 50%;-webkit-animation:rotateSides-out .5s both ease-in;transform-origin:-50% 50%;animation:rotateSides-out .5s both ease-in}.cbp-animation-rotateSides .cbp-wrapper .cbp-item-wrapper{-webkit-transform-origin:150% 50%;-webkit-animation:rotateSides-in .6s both ease-out;transform-origin:150% 50%;animation:rotateSides-in .6s both ease-out}@-webkit-keyframes rotateSides-out{100%{opacity:0;-webkit-transform:translateZ(-500px) rotateY(90deg)}}@keyframes rotateSides-out{100%{opacity:0;transform:translateZ(-500px) rotateY(90deg)}}@-webkit-keyframes rotateSides-in{0%{opacity:0;-webkit-transform:translateZ(-500px) rotateY(-90deg)}40%{opacity:0;-webkit-transform:translateZ(-500px) rotateY(-90deg)}}@keyframes rotateSides-in{0%{opacity:0;transform:translateZ(-500px) rotateY(-90deg)}40%{opacity:0;transform:translateZ(-500px) rotateY(-90deg)}}.cbp-animation-foldLeft{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-foldLeft .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-foldLeft .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-foldLeft .cbp-wrapper-helper .cbp-item-wrapper{-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-animation:foldLeft-out .7s both;animation:foldLeft-out .7s both}.cbp-animation-foldLeft .cbp-wrapper .cbp-item-wrapper{-webkit-animation:foldLeft-in .7s both;animation:foldLeft-in .7s both}@-webkit-keyframes foldLeft-out{100%{opacity:0;-webkit-transform:translateX(-100%) rotateY(-90deg)}}@keyframes foldLeft-out{100%{opacity:0;transform:translateX(-100%) rotateY(-90deg)}}@-webkit-keyframes foldLeft-in{0%{opacity:0.3;-webkit-transform:translateX(100%)}}@keyframes foldLeft-in{0%{opacity:0.3;transform:translateX(100%)}}.cbp-animation-unfold{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-unfold .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-unfold .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-unfold .cbp-wrapper-helper .cbp-item-wrapper{-webkit-animation:unfold-out .8s both;animation:unfold-out .8s both}.cbp-animation-unfold .cbp-wrapper .cbp-item-wrapper{-webkit-transform-origin:0% 50%;-webkit-animation:unfold-in .8s both;transform-origin:0% 50%;animation:unfold-in .8s both}@-webkit-keyframes unfold-out{90%{opacity:0.3}100%{opacity:0;-webkit-transform:translateX(-100%)}}@keyframes unfold-out{90%{opacity:0.3}100%{opacity:0;transform:translateX(-100%)}}@-webkit-keyframes unfold-in{0%{opacity:0;-webkit-transform:translateX(100%) rotateY(90deg)}}@keyframes unfold-in{0%{opacity:0;transform:translateX(100%) rotateY(90deg)}}.cbp-animation-scaleDown{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-scaleDown .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-scaleDown .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-scaleDown .cbp-wrapper-helper .cbp-item-wrapper{-webkit-animation:scaleDown-out .7s both;animation:scaleDown-out .7s both}.cbp-animation-scaleDown .cbp-wrapper .cbp-item-wrapper{-webkit-animation:scaleDown-in .6s both;animation:scaleDown-in .6s both}@-webkit-keyframes scaleDown-out{100%{opacity:0;-webkit-transform:scale(0.8)}}@keyframes scaleDown-out{100%{opacity:0;transform:scale(0.8)}}@-webkit-keyframes scaleDown-in{0%{-webkit-transform:translateX(100%)}}@keyframes scaleDown-in{0%{transform:translateX(100%)}}.cbp-animation-frontRow{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-frontRow .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-frontRow .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-frontRow .cbp-wrapper-helper .cbp-item-wrapper{-webkit-animation:frontRow-out .7s both ease;animation:frontRow-out .7s both ease}.cbp-animation-frontRow .cbp-wrapper .cbp-item-wrapper{-webkit-animation:frontRow-in .6s both ease;animation:frontRow-in .6s both ease}@-webkit-keyframes frontRow-out{100%{-webkit-transform:translateX(-60%) scale(0.8);opacity:0}}@keyframes frontRow-out{100%{transform:translateX(-60%) scale(0.8);opacity:0}}@-webkit-keyframes frontRow-in{0%{-webkit-transform:translateX(100%) scale(0.8)}100%{opacity:1;-webkit-transform:translateX(0%) scale(1)}}@keyframes frontRow-in{0%{transform:translateX(100%) scale(0.8)}100%{opacity:1;transform:translateX(0%) scale(1)}}.cbp-animation-rotateRoom{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-rotateRoom .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-rotateRoom .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-rotateRoom .cbp-wrapper-helper .cbp-item-wrapper{-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-animation:rotateRoom-out .8s both ease;animation:rotateRoom-out .8s both ease}.cbp-animation-rotateRoom .cbp-wrapper .cbp-item-wrapper{-webkit-transform-origin:0% 50%;transform-origin:0% 50%;-webkit-animation:rotateRoom-in .8s both ease;animation:rotateRoom-in .8s both ease}@-webkit-keyframes rotateRoom-out{90%{opacity:.3}100%{opacity:0;-webkit-transform:translateX(-100%) rotateY(90deg)}}@keyframes rotateRoom-out{90%{opacity:.3}100%{opacity:0;transform:translateX(-100%) rotateY(90deg)}}@-webkit-keyframes rotateRoom-in{0%{opacity:.3;-webkit-transform:translateX(100%) rotateY(-90deg)}}@keyframes rotateRoom-in{0%{opacity:.3;transform:translateX(100%) rotateY(-90deg)}}.cbp-animation-bounceBottom{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-bounceBottom .cbp-wrapper-helper{-webkit-animation:bounceBottom-out .6s both ease-in-out;animation:bounceBottom-out .6s both ease-in-out}.cbp-animation-bounceBottom .cbp-wrapper{-webkit-animation:bounceBottom-in .6s both ease-in-out;animation:bounceBottom-in .6s both ease-in-out}@-webkit-keyframes bounceBottom-out{100%{-webkit-transform:translateY(100%);opacity:0}}@keyframes bounceBottom-out{100%{transform:translateY(100%);opacity:0}}@-webkit-keyframes bounceBottom-in{0%{-webkit-transform:translateY(100%);opacity:0}100%{-webkit-transform:translateY(0);opacity:1}}@keyframes bounceBottom-in{0%{transform:translateY(100%);opacity:0}100%{transform:translateY(0);opacity:1}}.cbp-animation-bounceLeft{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-bounceLeft .cbp-wrapper-helper{-webkit-animation:bounceLeft-out .6s both ease-in-out;animation:bounceLeft-out .6s both ease-in-out}.cbp-animation-bounceLeft .cbp-wrapper{-webkit-animation:bounceLeft-in .6s both ease-in-out;animation:bounceLeft-in .6s both ease-in-out}@-webkit-keyframes bounceLeft-out{100%{-webkit-transform:translateX(-100%);opacity:0}}@keyframes bounceLeft-out{100%{transform:translateX(-100%);opacity:0}}@-webkit-keyframes bounceLeft-in{0%{-webkit-transform:translateX(-100%);opacity:0}100%{-webkit-transform:translateX(0);opacity:1}}@keyframes bounceLeft-in{0%{transform:translateX(-100%);opacity:0}100%{transform:translateX(0);opacity:1}}.cbp-animation-bounceTop{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-bounceTop .cbp-wrapper-helper{-webkit-animation:bounceTop-out .6s both ease-in-out;animation:bounceTop-out .6s both ease-in-out}.cbp-animation-bounceTop .cbp-wrapper{-webkit-animation:bounceTop-in .6s both ease-in-out;animation:bounceTop-in .6s both ease-in-out}@-webkit-keyframes bounceTop-out{100%{-webkit-transform:translateY(-100%);opacity:0}}@keyframes bounceTop-out{100%{transform:translateY(-100%);opacity:0}}@-webkit-keyframes bounceTop-in{0%{-webkit-transform:translateY(-100%);opacity:0}100%{-webkit-transform:translateY(0);opacity:1}}@keyframes bounceTop-in{0%{transform:translateY(-100%);opacity:0}100%{transform:translateY(0);opacity:1}}.cbp-animation-moveLeft{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-moveLeft .cbp-wrapper-helper{-webkit-animation:moveLeft-out .6s both ease-in-out;animation:moveLeft-out .6s both ease-in-out}.cbp-animation-moveLeft .cbp-wrapper{-webkit-animation:moveLeft-in .6s both ease-in-out;animation:moveLeft-in .6s both ease-in-out}@-webkit-keyframes moveLeft-out{100%{-webkit-transform:translateX(-100%);opacity:0}}@keyframes moveLeft-out{100%{transform:translateX(-100%);opacity:0}}@-webkit-keyframes moveLeft-in{0%{-webkit-transform:translateX(100%);opacity:0}100%{-webkit-transform:translateX(0);opacity:1}}@keyframes moveLeft-in{0%{transform:translateX(100%);opacity:0}100%{transform:translateX(0);opacity:1}}.cbp-displayType-bottomToTop{-webkit-perspective:1000px;perspective:1000px}.cbp-displayType-bottomToTop .cbp-item{-webkit-animation:fadeInBottomToTop .3s both ease-in;animation:fadeInBottomToTop .3s both ease-in}@-webkit-keyframes fadeInBottomToTop{0%{opacity:0;-webkit-transform:translateY(50px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes fadeInBottomToTop{0%{opacity:0;transform:translateY(50px)}100%{opacity:1;transform:translateY(0)}}.cbp-displayType-fadeIn{-webkit-animation:fadeIn .5s both ease-in;animation:fadeIn .5s both ease-in}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.cbp-displayType-fadeInToTop{-webkit-perspective:1000px;perspective:1000px;-webkit-animation:fadeInToTop .5s both ease-in;animation:fadeInToTop .5s both ease-in}@-webkit-keyframes fadeInToTop{0%{opacity:0;-webkit-transform:translateY(30px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes fadeInToTop{0%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}.cbp-displayType-sequentially .cbp-item{-webkit-animation:fadeIn .5s both ease-in;animation:fadeIn .5s both ease-in}.cbp-lightbox img{display:block;border:0;width:100%;height:auto}.cbp-popup-ie8bg{position:absolute;width:100%;height:100%;min-height:100%;top:0;left:0;z-index:-1;background:#000}.cbp-popup-wrap{height:100%;text-align:center;position:fixed;width:100%;left:0;top:0;display:none;z-index:99990;padding:0 10px}.cbp-popup-wrap video{outline:0 none}.cbp-popup-lightbox{background:rgba(0,0,0,0.8);display:flex;justify-content:center;align-items:center}.cbp-popup-singlePage{background:#fff;padding:0}.cbp-popup-wrap:before{content:"";display:inline-block;height:100%;vertical-align:middle}.cbp-popup-content-wrap{position:absolute;top:0;right:0;bottom:0;left:0;overflow-y:hidden;overflow-x:hidden;-webkit-overflow-scrolling:touch}.cbp-popup-content{position:relative;display:inline-block;vertical-align:middle;text-align:left;max-width:100%}.cbp-popup-lightbox .cbp-popup-content{display:flex}.cbp-popup-singlePage .cbp-popup-content{position:relative;z-index:1;margin-top:145px;max-width:1024px;vertical-align:top;width:94%}.cbp-popup-singlePage .cbp-popup-content-basic{position:relative;z-index:1;margin-top:104px;vertical-align:top;width:100%;display:inline-block;text-align:left}.cbp-popup-lightbox-figure{width:100%;position:relative;padding:20px 0}.cbp-popup-lightbox-bottom{position:relative;margin-top:3px}.cbp-popup-lightbox-title{padding-right:50px;font:400 12px/18px "Open Sans", sans-serif;color:#eee}.cbp-popup-lightbox-counter{position:absolute;top:0;right:0;font:400 12px/18px "Open Sans", sans-serif;color:#eee}.cbp-popup-lightbox-img{width:auto;max-width:100%;height:auto;display:block;box-shadow:0 0 8px rgba(0,0,0,0.6)}.cbp-popup-lightbox-img[data-action]{cursor:pointer}.cbp-popup-lightbox-isIframe .cbp-popup-content{width:75%;display:inline-block}@media only screen and (max-width: 768px){.cbp-popup-lightbox-isIframe .cbp-popup-content{width:95%}}.cbp-popup-lightbox-isIframe .cbp-lightbox-bottom{left:0;position:absolute;top:100%;width:100%;margin-top:3px}.cbp-popup-lightbox-iframe{position:relative;height:0;padding-bottom:56.25%;background:#000}.cbp-popup-lightbox-iframe iframe{position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6)}.cbp-popup-lightbox-iframe audio{margin-top:27%}.cbp-popup-lightbox-iframe .cbp-popup-lightbox-bottom{position:absolute;left:0;top:100%;width:100%}.cbp-popup-singlePage .cbp-popup-navigation-wrap{position:absolute;top:0;left:0;width:100%;z-index:10;height:104px;background-color:#3D4750}.cbp-popup-singlePage .cbp-popup-navigation{position:relative;width:100%;height:100%}.cbp-popup-singlePage-sticky .cbp-popup-navigation-wrap{position:fixed}.cbp-popup-singlePage-counter{color:#fff;position:absolute;margin:auto;right:40px;top:0;bottom:0;font:400 13px/30px "Open Sans", sans-serif;height:30px}@media only screen and (max-width: 768px){.cbp-popup-singlePage-counter{right:3%}}.cbp-popup-next,.cbp-popup-prev,.cbp-popup-close{padding:0;border:medium none;position:absolute;cursor:pointer;outline:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cbp-popup-lightbox .cbp-popup-prev,.cbp-popup-lightbox .cbp-popup-next,.cbp-popup-lightbox .cbp-popup-close{visibility:hidden}.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-next,.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-prev,.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-close{visibility:visible}.cbp-popup-lightbox .cbp-popup-prev{background:url(//nooria.tech/wp-content/themes/zafram/assets/theme/plugins/img/cbp-sprite.png) no-repeat scroll 0 0 transparent;width:44px;height:44px;top:0;bottom:0;left:20px;margin:auto}.cbp-popup-lightbox .cbp-popup-prev:hover{background-position:0 -46px}.cbp-popup-singlePage .cbp-popup-prev{background:url(//nooria.tech/wp-content/themes/zafram/assets/theme/plugins/img/cbp-sprite.png) no-repeat scroll 0 -92px transparent;width:44px;height:44px;margin:auto;top:0;right:108px;bottom:0;left:0}.cbp-popup-singlePage .cbp-popup-prev:hover{background-position:0 -138px}.cbp-popup-lightbox .cbp-popup-next{background:url(//nooria.tech/wp-content/themes/zafram/assets/theme/plugins/img/cbp-sprite.png) no-repeat scroll -46px 0 transparent;width:44px;height:44px;top:0;bottom:0;right:20px;margin:auto}.cbp-popup-lightbox .cbp-popup-next:hover{background-position:-46px -46px}.cbp-popup-singlePage .cbp-popup-next{background:url(//nooria.tech/wp-content/themes/zafram/assets/theme/plugins/img/cbp-sprite.png) no-repeat scroll -46px -92px transparent;width:44px;height:44px;margin:auto;top:0;right:0;bottom:0;left:108px}.cbp-popup-singlePage .cbp-popup-next:hover{background-position:-46px -138px}.cbp-popup-lightbox .cbp-popup-close{background:url(//nooria.tech/wp-content/themes/zafram/assets/theme/plugins/img/cbp-sprite.png) no-repeat scroll -92px 0 transparent;height:40px;width:40px;right:20px;top:20px}.cbp-popup-lightbox .cbp-popup-close:hover{background-position:-92px -46px}.cbp-popup-singlePage .cbp-popup-close{background:url(//nooria.tech/wp-content/themes/zafram/assets/theme/plugins/img/cbp-sprite.png) no-repeat scroll -92px -92px transparent;height:44px;width:44px;margin:auto;top:0;right:0;bottom:0;left:0}.cbp-popup-singlePage .cbp-popup-close:hover{background-position:-92px -138px}.cbp-popup-singlePage .cbp-popup-ie8bg{background-color:#fff}@media only screen and (max-width: 360px), (max-height: 600px){.cbp-popup-next,.cbp-popup-prev,.cbp-popup-close{-webkit-transform:scale(0.8);transform:scale(0.8)}.cbp-popup-lightbox .cbp-popup-close{right:10px;top:10px}.cbp-popup-lightbox .cbp-popup-next{right:10px}.cbp-popup-lightbox .cbp-popup-prev{left:10px}.cbp-popup-singlePage .cbp-popup-navigation-wrap{height:84px}.cbp-popup-singlePage .cbp-popup-content{margin-top:120px}}.cbp-popup-loadingBox{width:100%;height:100%;position:absolute;top:0;left:0}.cbp-popup-lightbox .cbp-popup-loadingBox:after{border-left:3px solid rgba(255,255,255,0.3);border-right:3px solid rgba(255,255,255,0.3);border-bottom:3px solid rgba(255,255,255,0.3);border-top:3px solid rgba(255,255,255,0.85)}.cbp-popup-ready .cbp-popup-loadingBox{visibility:hidden;display:none}.cbp-popup-loading .cbp-popup-loadingBox{visibility:visible;display:block}.cbp-popup-transitionend .cbp-popup-content-wrap{overflow-y:scroll}.cbp-popup-singlePage{-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out}.cbp-popup-singlePage.cbp-popup-loading .cbp-popup-content{opacity:0}.cbp-popup-singlePage-fade{-webkit-transform:translateX(0);transform:translateX(0);opacity:0;-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}.cbp-popup-singlePage-open.cbp-popup-singlePage-fade{opacity:1}.cbp-popup-singlePage-right{-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out}.cbp-popup-singlePage-open{-webkit-transform:none;transform:none}.cbp-l-project-title{color:#454444;font:600 42px/46px "Open Sans", sans-serif;letter-spacing:2px;margin-bottom:15px;text-align:center;text-transform:uppercase}.cbp-l-project-subtitle{color:#787878;font:400 14px/21px "Open Sans", sans-serif;margin:0 auto 50px;max-width:500px;text-align:center}.cbp-popup-singlePage .cbp-popup-content .cbp-l-project-img{display:block;margin:0 auto;max-width:100%}.cbp-l-project-container{overflow:hidden;margin:40px auto 0;clear:both}.cbp-l-project-desc{float:left;width:62%}.cbp-l-project-details{float:right;width:38%;padding-left:60px;margin-bottom:15px}@media only screen and (max-width: 768px){.cbp-l-project-title{font-size:30px;line-height:34px}.cbp-l-project-desc{width:100%}.cbp-l-project-details{width:100%;margin-top:20px;padding-left:0}}.cbp-l-project-desc-title{border-bottom:1px solid #cdcdcd;margin-bottom:22px;color:#444}.cbp-l-project-desc-title span,.cbp-l-project-details-title span{border-bottom:1px solid #747474;display:inline-block;margin:0 0 -1px 0;font:400 16px/36px "Open Sans", sans-serif;padding:0 5px 0 0}.cbp-l-project-desc-text{font:400 13px/20px "Open Sans", sans-serif;color:#555;margin-bottom:20px}.cbp-l-project-details-title{border-bottom:1px solid #cdcdcd;margin-bottom:19px;color:#444}.cbp-l-project-details-list{margin:0;padding:0;list-style:none}.cbp-l-project-details-list>li,.cbp-l-project-details-list>div{border-bottom:1px dotted #DFDFDF;padding:inherit;color:#666;font:400 12px/30px "Open Sans", sans-serif}.cbp-l-project-details-list>li:last-child,.cbp-l-project-details-list>div:last-child{border:none}.cbp-l-project-details-list strong{display:inline-block;color:#696969;font-weight:600;min-width:100px}.cbp-l-project-details-visit{color:#FFFFFF;;float:right;clear:both;text-decoration:none;font:400 11px/18px "Open Sans", sans-serif;margin-top:25px;background-color:#62B57B;padding:8px 19px;text-transform:uppercase;letter-spacing:.5px}.cbp-l-project-details-visit:hover{opacity:0.9;color:#fff}.cbp-l-project-related-wrap{font-size:0;margin:0;padding:0}.cbp-l-project-related-item{margin-left:5%;max-width:30%;float:left}.cbp-l-project-related-item:first-child{margin-left:0}.cbp-l-project-related-title{font:700 14px/18px "Open Sans", sans-serif;color:#474747;margin-top:20px}.cbp-l-project-related-link{text-decoration:none}.cbp-l-project-related-link:hover{opacity:0.9}.cbp-l-member-img{float:left;width:40%;margin-top:20px}.cbp-l-member-img img{border:1px solid #e2e2e2;width:auto;max-width:100%;height:auto;display:inline-block;border:0}.cbp-l-member-info{margin-top:20px;padding-left:25px;float:left;width:60%}@media only screen and (max-width: 768px){.cbp-l-member-img{width:100%;text-align:center}.cbp-l-member-info{width:100%;padding-left:0}}.cbp-l-member-name{font:400 28px/28px "Open Sans", sans-serif;color:#474747}.cbp-l-member-position{font:400 13px/21px "Open Sans", sans-serif;color:#888;margin-top:6px}.cbp-l-member-desc{font:400 12px/18px "Open Sans", sans-serif;margin-top:25px;color:#474747}.cbp-popup-singlePageInline-open{-webkit-transition:height .5s 0s !important;transition:height .5s 0s !important}.cbp-popup-singlePageInline-open .cbp-item{-webkit-transition:-webkit-transform .5s 0s !important;transition:transform .5s 0s !important}.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline:after{display:none;visibility:hidden}.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline .cbp-popup-content,.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline .cbp-popup-navigation{-webkit-transition-delay:0;transition-delay:0}.cbp-popup-singlePageInline{width:100%;position:absolute;top:0;left:0;z-index:0;overflow:hidden}.cbp-popup-singlePageInline .cbp-popup-content{opacity:0;width:100%;z-index:1;min-height:300px}.cbp-popup-singlePageInline .cbp-popup-content,.cbp-popup-singlePageInline .cbp-popup-navigation{-webkit-transition:opacity .4s ease-in .2s;transition:opacity .4s ease-in .2s}.cbp-popup-singlePageInline .cbp-popup-navigation{opacity:0;position:absolute;top:0;right:0;z-index:2;width:40px;height:40px}.cbp-popup-singlePageInline .cbp-popup-close{background:url(//nooria.tech/wp-content/themes/zafram/assets/theme/plugins/img/cbp-sprite.png) no-repeat scroll -92px 0 transparent;height:40px;width:40px;right:20px;top:30px}.cbp-popup-singlePageInline .cbp-popup-close:hover{opacity:0.7}.cbp-popup-singlePageInline-ready{z-index:4}.cbp-popup-singlePageInline-ready .cbp-popup-content,.cbp-popup-singlePageInline-ready .cbp-popup-navigation{opacity:1}.cbp-popup-singlePageInline-ready:after{display:none;visibility:hidden}.cbp-singlePageInline-active{opacity:0.6 !important}.cbp-l-inline{margin:20px 0;overflow:hidden;background:#FAFAFA;padding:30px}.cbp-l-inline-left{float:left;width:44%}.cbp-l-project-img{max-width:100%}.cbp-l-inline-right{float:right;width:56%;padding-left:inherit}@media only screen and (max-width: 768px){.cbp-l-inline-left{width:100%;text-align:center;margin-top:40px}.cbp-l-inline-right{width:100%;padding-left:0;margin-top:20px}}.cbp-l-inline-title{font:400 28px/30px "Open Sans", sans-serif;color:#474747}.cbp-l-inline-subtitle{font:400 13px/21px "Open Sans", sans-serif;color:#888;margin-top:7px}.cbp-l-inline-desc{font:400 13px/20px "Open Sans", sans-serif;color:#474747;margin-top:25px;margin-bottom:20px}.cbp-l-inline-view-wrap{text-align:right}.cbp-l-inline-view{font:400 13px/35px "Open Sans", sans-serif;color:#9C9C9C;margin-top:40px;display:inline-block;padding:0 20px;border:1px solid #ccc;text-decoration:none}.cbp-l-inline-view:hover{color:#757575}.cbp-l-inline-details{margin-bottom:15px;font:13px/22px "Open Sans", sans-serif}.cbp-l-loadMore-defaultText,.cbp-l-loadMore-button-defaultText{display:block}.cbp-l-loadMore-loadingText,.cbp-l-loadMore-noMoreLoading,.cbp-l-loadMore-button-loadingText,.cbp-l-loadMore-button-noMoreLoading{display:none}.cbp-l-loadMore-loading .cbp-l-loadMore-loadingText,.cbp-l-loadMore-loading .cbp-l-loadMore-button-loadingText{display:block}.cbp-l-loadMore-loading .cbp-l-loadMore-defaultText,.cbp-l-loadMore-loading .cbp-l-loadMore-noMoreLoading,.cbp-l-loadMore-loading .cbp-l-loadMore-button-defaultText,.cbp-l-loadMore-loading .cbp-l-loadMore-button-noMoreLoading{display:none}.cbp-l-loadMore-stop .cbp-l-loadMore-noMoreLoading,.cbp-l-loadMore-stop .cbp-l-loadMore-button-noMoreLoading{display:block}.cbp-l-loadMore-stop .cbp-l-loadMore-defaultText,.cbp-l-loadMore-stop .cbp-l-loadMore-loadingText,.cbp-l-loadMore-stop .cbp-l-loadMore-button-defaultText,.cbp-l-loadMore-stop .cbp-l-loadMore-button-loadingText{display:none}.cbp-l-loadMore-bgbutton{text-align:center}.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link{border:1px solid #DEDEDE;color:#7E7B7B;display:inline-block;font:400 13px/40px "Lato", sans-serif;min-width:80px;text-decoration:none;padding:0 50px;margin-top:50px;outline:0;box-shadow:none;letter-spacing:1px;-webkit-transition:color .25s;transition:color .25s}.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link:hover,.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link.cbp-l-loadMore-loading{color:#B0B0B0}.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link.cbp-l-loadMore-stop{color:#B0B0B0;cursor:default}.cbp-l-loadMore-button{text-align:center}.cbp-l-loadMore-button .cbp-l-loadMore-link,.cbp-l-loadMore-button .cbp-l-loadMore-button-link{border:1px solid #DEDEDE;color:#7E7B7B;display:inline-block;min-width:80px;text-decoration:none;padding:0 30px;outline:0;margin-top:40px;box-shadow:none;-webkit-transition:color .25s;transition:color .25s}.cbp-l-loadMore-button .cbp-l-loadMore-link:hover,.cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-loading,.cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover,.cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-loading{color:#B0B0B0}.cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-stop,.cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-button-stop,.cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-stop,.cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-button-stop{cursor:default;color:#B0B0B0}.cbp-l-loadMore-text{text-align:center}.cbp-l-loadMore-text .cbp-l-loadMore-link,.cbp-l-loadMore-text .cbp-l-loadMore-text-link{font:400 15px "Open Sans", sans-serif;color:#7E7B7B;text-decoration:none;cursor:pointer;margin-top:50px;display:block}.cbp-l-loadMore-text .cbp-l-loadMore-stop,.cbp-l-loadMore-text .cbp-l-loadMore-text-stop{color:#B0B0B0;cursor:default}.cbp-mode-slider{-webkit-transition:height .35s;transition:height .35s}.cbp-mode-slider .cbp-wrapper,.cbp-mode-slider .cbp-item{-webkit-transition:-webkit-transform .35s;transition:transform .35s}.cbp-mode-slider .cbp-wrapper{cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.cbp-mode-slider-dragStart *{cursor:move !important;cursor:-ms-grabbing !important;cursor:-webkit-grabbing !important;cursor:-moz-grabbing !important;cursor:grabbing !important}.cbp-mode-slider-dragStart .cbp-wrapper{-webkit-transition:none;transition:none}.cbp-nav-next,.cbp-nav-prev{position:relative;background:#7c8b90;cursor:pointer;display:inline-block;margin-left:1px;height:22px;width:21px}.cbp-nav-next{border-radius:0 2px 2px 0}.cbp-nav-prev{border-radius:2px 0 0 2px}.cbp-nav-next:hover,.cbp-nav-prev:hover{opacity:0.8}.cbp-nav-next:after,.cbp-nav-prev:after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;background:url(//nooria.tech/wp-content/themes/zafram/assets/theme/plugins/img/cbp-sprite.png) no-repeat;height:10px;width:7px}.cbp-nav-next:after{background-position:-134px 0}.cbp-nav-prev:after{background-position:-134px -12px}.cbp-nav-stop{opacity:0.5 !important;cursor:default !important}.cbp-nav{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cbp-nav-controls{position:absolute;top:-51px;right:0;z-index:100}.cbp-nav-pagination{position:absolute;bottom:-30px;right:0;z-index:100;left:0;text-align:center}.cbp-nav-pagination-item{position:relative;width:10px;height:10px;border-radius:50%;margin:0 4px;display:inline-block;cursor:pointer;background:#c2c2c2;-webkit-transition:background 0.5s;transition:background 0.5s}.cbp-nav-pagination-active{background:#797979}.cbp-pagination-item{max-width:100px;display:inline-block;cursor:pointer;margin-top:10px;margin-right:5px;position:relative}.cbp-pagination-item img{display:block;width:100%;height:auto;border:0}.cbp-pagination-item:after{content:'';position:absolute;top:0;width:100%;height:100%;background:rgba(0,0,0,0.5);-webkit-transition:background .5s ease-in-out;transition:background .5s ease-in-out}.cbp-pagination-active:after{background:transparent}.cbp-slider-wrap,.cbp-slider-item{margin:0;padding:0;list-style-type:none}.cbp-slider .cbp-nav-controls{position:static}.cbp-slider .cbp-nav-next,.cbp-slider .cbp-nav-prev{background:transparent;position:absolute;margin:auto;top:0;bottom:0;z-index:100;width:44px;height:44px}.cbp-slider .cbp-nav-next{right:25px;left:auto}.cbp-slider .cbp-nav-prev{left:25px;right:auto}.cbp-slider .cbp-nav-next:after,.cbp-slider .cbp-nav-prev:after{background:url(//nooria.tech/wp-content/themes/zafram/assets/theme/plugins/img/cbp-sprite.png) no-repeat;width:44px;height:44px}.cbp-slider .cbp-nav-next:after{background-position:-46px -92px}.cbp-slider .cbp-nav-next:hover:after{background-position:-46px -46px}.cbp-slider .cbp-nav-prev:after{background-position:0 -92px}.cbp-slider .cbp-nav-prev:hover:after{background-position:0 -46px}.cbp-slider .cbp-nav-pagination{text-align:right;bottom:20px;right:25px;left:auto}.cbp-slider-edge .cbp-nav-controls{position:static}.cbp-slider-edge .cbp-nav-next,.cbp-slider-edge .cbp-nav-prev{background:transparent;position:absolute;margin:auto;top:0;bottom:0;z-index:100;width:44px;height:44px}.cbp-slider-edge .cbp-nav-next{right:0;left:auto}.cbp-slider-edge .cbp-nav-prev{left:0;right:auto}.cbp-slider-edge .cbp-nav-next:after,.cbp-slider-edge .cbp-nav-prev:after{background:url(//nooria.tech/wp-content/themes/zafram/assets/theme/plugins/img/cbp-sprite.png) no-repeat;width:9px;height:16px}.cbp-slider-edge .cbp-nav-next:after{background-position:-134px -24px}.cbp-slider-edge .cbp-nav-prev:after{background-position:-134px -42px}.cbp-slider-edge .cbp-nav-pagination{bottom:-50px}.cbp-slider-edge .cbp-nav-pagination-item{border:2px solid #0f0f0f;opacity:0.4;background:transparent}.cbp-slider-edge .cbp-nav-pagination-active{background:#000}.cbp-slider-inline{position:relative}.cbp-slider-inline .cbp-slider-item{position:absolute;width:100%;top:0;-webkit-transition:left .5s;transition:left .5s}.cbp-slider-inline .cbp-slider-item--active{position:relative;z-index:2}.cbp-slider-wrapper{position:relative;overflow:hidden}.cbp-slider-controls{position:absolute;top:0;right:0;z-index:100;opacity:0;-webkit-transition:opacity .7s ease-in-out;transition:opacity .7s ease-in-out}.cbp-slider-inline-ready .cbp-slider-controls{opacity:1}.cbp-slider-next,.cbp-slider-prev{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;float:left;cursor:pointer;position:relative;width:36px;height:36px;background:#547EB1}.cbp-slider-next{margin-left:1px}.cbp-slider-next:after,.cbp-slider-prev:after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;background:url(//nooria.tech/wp-content/themes/zafram/assets/theme/plugins/img/cbp-sprite.png) no-repeat;width:9px;height:16px}.cbp-slider-next:after{background-position:-134px -60px}.cbp-slider-prev:after{background-position:-134px -78px}.cbp-l-grid-agency .cbp-caption:after{position:absolute;content:'';width:0;height:0;border-bottom:10px solid #fff;border-right:10px solid transparent;border-left:10px solid transparent;bottom:0px;left:50%;margin-left:-5px;z-index:1}.cbp-l-grid-agency.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap{-webkit-transform:scale(1.15);transform:scale(1.15)}.cbp-l-grid-agency-title{margin-top:18px;font:700 17px/24px "Lato", sans-serif;color:#666;text-align:center;padding:0 4px}.cbp-item:hover .cbp-l-grid-agency-title{color:#222}.cbp-l-grid-agency-desc{font:400 12px/21px "Open Sans", sans-serif;color:#aaa;text-align:center}@media only screen and (max-width: 480px){.cbp-l-grid-agency-title{font-size:15px;line-height:21px}}.cbp-l-grid-work.cbp-caption-zoom .cbp-caption-activeWrap{background-color:rgba(0,0,0,0.7)}.cbp-l-grid-work .cbp-item{padding:3px}.cbp-l-grid-work .cbp-item-wrapper{background-color:#fff;box-shadow:0 1px 1px rgba(0,0,0,0.2);padding:7px 7px 27px;border-top:1px solid #F4F4F4}.cbp-l-grid-work-title{margin-top:17px;font:400 17px/25px "Roboto Condensed", sans-serif;color:#607D8B;text-align:center;text-transform:uppercase;display:block}.cbp-l-grid-work-title:hover{color:#365D67}.cbp-l-grid-work-desc{font:400 11px/16px "Open Sans", sans-serif;color:#888888;text-align:center;text-transform:uppercase}@media only screen and (max-width: 480px){.cbp-l-grid-work-title{font-size:15px;line-height:21px;margin-top:15px}.cbp-l-grid-work .cbp-item-wrapper{padding-bottom:18px}}.cbp-l-grid-blog-title{font:400 18px/30px "Open Sans", sans-serif;color:#444;display:block;margin-top:17px}.cbp-l-grid-blog-title:hover{color:#787878}.cbp-l-grid-blog-date{font:400 12px/18px "Open Sans", sans-serif;color:#787878;display:inline-block}.cbp-l-grid-blog-comments{font:400 12px/18px "Open Sans", sans-serif;color:#3C6FBB;display:inline-block}.cbp-l-grid-blog-comments:hover{opacity:.8}.cbp-l-grid-blog-desc{font:400 13px/18px "Open Sans", sans-serif;color:#9B9B9B;margin-top:9px}.cbp-l-grid-blog-split{margin:0 4px;font:400 13px/16px "Open Sans", sans-serif;color:#787878;display:inline-block}.cbp-l-grid-clients{height:180px}.cbp-l-clients-title-block{font:400 32px/53px "Roboto", sans-serif;color:#666464;text-align:center;margin-bottom:40px}.cbp-l-grid-faq .cbp-item{width:100%}.cbp-l-grid-projects-title{font:700 14px/21px "Open Sans", sans-serif;color:#474747;margin-top:15px}.cbp-l-grid-projects-desc{font:400 12px/18px "Open Sans", sans-serif;color:#888888;margin-top:5px}@media only screen and (max-width: 480px){.cbp-l-grid-projects-title{margin-top:12px}.cbp-l-grid-projects-desc{margin-top:3px}}.cbp-l-grid-masonry-projects .cbp-caption-activeWrap{background-color:#59a3b6;background-color:rgba(89,163,182,0.95)}.cbp-l-grid-masonry-projects .cbp-l-caption-buttonLeft,.cbp-l-grid-masonry-projects .cbp-l-caption-buttonRight{background-color:#545454}.cbp-l-grid-masonry-projects-title{font:500 15px/22px "Roboto", sans-serif;color:#59a3b6;text-align:center;display:block;margin-top:12px}.cbp-l-grid-masonry-projects-title:hover{color:#457C8B}.cbp-l-grid-masonry-projects-desc{font:400 12px/18px "Roboto", sans-serif;color:#b2b2b2;text-align:center}.cbp-l-grid-team-name{font:400 17px/24px "Open Sans", sans-serif;color:#456297;display:block;text-align:center;margin-top:18px}.cbp-l-grid-team-name:hover{color:#34425C}.cbp-l-grid-team-position{font:italic 400 13px/21px "Open Sans", sans-serif;color:#999;text-align:center}@media only screen and (max-width: 480px){.cbp-l-grid-team-name{font-size:15px;line-height:22px;margin-top:13px}.cbp-l-grid-team-position{font-size:12px;line-height:18px}}.cbp-l-grid-mosaic-flat .cbp-caption-activeWrap{background-color:#64C28E;background-color:rgba(101,199,150,0.95)}.cbp-l-grid-mosaic-flat .cbp-l-caption-title{color:#FFFFFF;;font:400 14px/21px "Lato", sans-serif;text-transform:uppercase;letter-spacing:2px;display:inline-block}.cbp-l-grid-mosaic-flat .cbp-l-caption-title:after{content:'';display:block;width:40%;height:1px;background-color:#fff;margin:8px auto 0}@media only screen and (max-width: 800px){.cbp-l-grid-mosaic-flat .cbp-l-caption-title:after{display:none}}.cbp-l-grid-mosaic-projects .cbp-caption-activeWrap{background-color:#59a3b6;background-color:rgba(89,163,182,0.97)}.cbp-l-grid-mosaic .cbp-caption-activeWrap{background-color:#FFEA71;background-color:rgba(255,234,113,0.95)}.cbp-l-grid-mosaic .cbp-l-caption-title{color:#5A5A5A;font:500 18px/22px "Roboto", sans-serif;text-transform:uppercase;margin-bottom:5px}.cbp-l-grid-mosaic .cbp-l-caption-desc{color:#585858;font:400 13px/20px "Roboto", sans-serif}@media only screen and (max-width: 480px){.cbp-l-grid-mosaic .cbp-l-caption-title{font-size:16px;line-height:22px;margin-bottom:0px}.cbp-l-grid-mosaic .cbp-l-caption-desc{font-size:12px;line-height:18px}}.cbp-l-slider-title-block{border-bottom:1px solid #cdcdcd;margin-bottom:22px}.cbp-l-slider-title-block div{padding:0 2px 6px 0;display:inline-block;border-bottom:1px solid #a9a5a5;color:#5e5e5e;margin-bottom:-1px;font:15px/21px "Roboto", sans-serif}.cbp-l-grid-slider-team-name{float:left;font:20px/30px "Roboto", sans-serif;color:#494949;margin-top:16px}.cbp-l-grid-slider-team-position{clear:both;font:14px/21px "Roboto", sans-serif;color:#A6A6A6}.cbp-l-grid-slider-team-desc{font:13px/20px "Roboto", sans-serif;color:#969696;margin-top:15px}.cbp-l-grid-slider-team-social{float:right;margin-top:22px}.cbp-l-grid-slider-team-social a{margin-left:4px}.cbp-l-grid-slider-team-social a:hover{opacity:0.8}@media only screen and (max-width: 600px){.cbp-l-grid-slider-team-wrap{float:left;width:100%;margin-bottom:10px}.cbp-l-grid-slider-team-name{font-size:17px;line-height:26px;width:100%;margin-top:12px;text-align:center}.cbp-l-grid-slider-team-social{width:100%;text-align:center;margin-top:8px}.cbp-l-grid-slider-team-position{font-size:13px;line-height:20px;text-align:center}.cbp-l-grid-slider-team-desc{font-size:12px;line-height:18px;margin-top:10px;text-align:center}}.cbp-l-slider-testimonials-wrap{background:#f8f9f9;padding:80px 0 110px;border-width:1px 0;border-style:solid;border-color:#dce1e2}.cbp-l-grid-slider-testimonials-body{color:#424242;max-width:800px;margin:0 auto;font:20px/32px sans-serif;text-align:center;padding:0 40px}.cbp-l-grid-slider-testimonials-footer{font:12px/19px "Roboto", sans-serif;color:#777;text-align:center;margin-bottom:10px;margin-top:30px}.cbp-l-grid-tabs{height:100px}.cbp-l-grid-tabs .cbp-item{font:14px/24px "Lato", sans-serif;max-width:700px;width:100%;margin:0 auto;right:0;text-align:center;color:#5a5a5a}.cbp-l-testimonials-title-block{position:relative;text-align:center;font:26px/36px "Roboto", sans-serif;color:#E7E7E7;margin-bottom:60px}.cbp-l-testimonials-title-block:after{content:'';position:absolute;margin:0 auto;width:23px;height:2px;bottom:-6px;background-color:#C2C2C2;left:0;right:0}.cbp-l-testimonials-wrap{background:#2D2D2D;padding:60px 0 110px}.cbp-l-grid-testimonials-body{color:#e7e7e7;max-width:800px;margin:0 auto;font:20px/32px "Roboto", sans-serif;text-align:center;padding:0 20px}.cbp-l-grid-testimonials-footer{font:12px/19px "Roboto", sans-serif;color:#C2C2C2;text-align:center;margin-bottom:40px;margin-top:35px}.cbp-search{position:relative;width:220px;margin-bottom:40px}.cbp-search .cbp-search-nothing{display:none}.cbp-search-icon{position:absolute;width:32px;height:100%;top:0;right:0;text-align:center;cursor:pointer;pointer-events:none}.cbp-search-icon:after{content:'';display:block;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzczNzM3MyIgZD0iTTEyMTYgODMycTAtMTg1LTEzMS41LTMxNi41VDc2OCAzODQgNDUxLjUgNTE1LjUgMzIwIDgzMnQxMzEuNSAzMTYuNVQ3NjggMTI4MHQzMTYuNS0xMzEuNVQxMjE2IDgzMnptNTEyIDgzMnEwIDUyLTM4IDkwdC05MCAzOHEtNTQgMC05MC0zOGwtMzQzLTM0MnEtMTc5IDEyNC0zOTkgMTI0LTE0MyAwLTI3My41LTU1LjV0LTIyNS0xNTAtMTUwLTIyNVQ2NCA4MzJ0NTUuNS0yNzMuNSAxNTAtMjI1IDIyNS0xNTBUNzY4IDEyOHQyNzMuNSA1NS41IDIyNSAxNTAgMTUwIDIyNVQxNDcyIDgzMnEwIDIyMC0xMjQgMzk5bDM0MyAzNDNxMzcgMzcgMzcgOTB6Ii8+PC9zdmc+") no-repeat scroll center center;width:100%;height:100%;pointer-events:none}.cbp-search-input{height:36px;padding:0 32px 0 12px;margin:0;border-radius:1px;border:1px solid #c6c3c4;font:400 12px "Open Sans", sans-serif;width:100%}.cbp-search-input[value]+.cbp-search-icon{pointer-events:auto}.cbp-search-input[value]+.cbp-search-icon:after{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzczNzM3MyIgZD0iTTE0OTAgMTMyMnEwIDQwLTI4IDY4bC0xMzYgMTM2cS0yOCAyOC02OCAyOHQtNjgtMjhsLTI5NC0yOTQtMjk0IDI5NHEtMjggMjgtNjggMjh0LTY4LTI4bC0xMzYtMTM2cS0yOC0yOC0yOC02OHQyOC02OGwyOTQtMjk0LTI5NC0yOTRxLTI4LTI4LTI4LTY4dDI4LTY4bDEzNi0xMzZxMjgtMjggNjgtMjh0NjggMjhsMjk0IDI5NCAyOTQtMjk0cTI4LTI4IDY4LTI4dDY4IDI4bDEzNiAxMzZxMjggMjggMjggNjh0LTI4IDY4bC0yOTQgMjk0IDI5NCAyOTRxMjggMjggMjggNjh6Ii8+PC9zdmc+")}.cbp-search-nothing{position:absolute;top:0;padding:0 0 30px;text-align:center;width:100%;font:13px "Open Sans", sans-serif}@media only screen and (max-width: 600px){.cbp-search{width:100%}}.cbp-l-project-social{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.cbp-social-fb,.cbp-social-twitter,.cbp-social-googleplus,.cbp-social-pinterest{margin-right:9px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.cbp-social-fb:hover,.cbp-social-twitter:hover,.cbp-social-googleplus:hover,.cbp-social-pinterest:hover{opacity:.8}.cbp-social-fb:focus,.cbp-social-twitter:focus,.cbp-social-googleplus:focus,.cbp-social-pinterest:focus{outline:none}.cbp-social-fb path{fill:#415C9B}.cbp-social-twitter path{fill:#55acee}.cbp-social-googleplus path{fill:#E57371}.cbp-social-pinterest path{fill:#cb2027}.cbp-l-sort{margin-bottom:30px;display:flex;justify-content:center}.cbp-l-direction{display:inline-block;background:#4d4c4d;float:left;height:38px;width:38px;position:relative;border-left:1px solid #6b6a6a}.cbp-l-direction:hover{opacity:.9}.cbp-l-direction-item{height:100%;width:100%;cursor:pointer;display:none;z-index:1;background:transparent;position:relative}.cbp-l-direction:after{border-color:#fff transparent;border-style:solid;border-width:5px 5px 0;content:"";height:0;position:absolute;right:0;left:0;top:50%;width:0;margin:-3px auto 0;cursor:pointer;z-index:0}.cbp-l-direction--second:after{border-width:0 5px 5px}.cbp-l-direction--first div:first-child{display:block}.cbp-l-direction--second div:nth-child(2){display:block}.cbp-l-sort--simple{margin-left:70px}.cbp-l-sort--simple .cbp-l-dropdown-wrap{background:transparent}.cbp-l-sort--simple .cbp-l-dropdown-header{font:400 13px/36px "Lato", sans-serif;color:#787878;margin:0}.cbp-l-sort--simple .cbp-l-dropdown-list{background:white;box-shadow:0 0 2px 0px #e2e2e2;border:1px solid #ddd}.cbp-l-sort--simple .cbp-l-dropdown-list .cbp-l-dropdown-item{border-top:0;color:#787878}.cbp-l-sort--simple .cbp-l-dropdown-list .cbp-l-dropdown-item:hover{color:#b3b3b3}.cbp-l-sort--simple .cbp-l-dropdown-list .cbp-l-dropdown-item--active{color:#b3b3b3}.cbp-l-text-sort{font:400 13px/36px "Lato", sans-serif;color:#949494;margin-right:15px}.cbp-l-dropdown{height:38px;position:relative;z-index:5;width:170px;float:left}.cbp-l-dropdown-wrap{width:100%;position:absolute;background:#4d4c4d}.cbp-l-dropdown-header{font:400 12px/38px "Open Sans", sans-serif;margin:0 17px;color:#FFF;cursor:default;position:relative}.cbp-l-dropdown-list{display:none}.cbp-l-dropdown-wrap.cbp-l-dropdown-wrap--open .cbp-l-dropdown-list{display:block;margin:0}.cbp-l-dropdown-list .cbp-l-dropdown-item{background:transparent;color:#b3b3b3;width:100%;text-align:left;font:400 12px/40px "Open Sans", sans-serif;margin:0;padding:0 17px;cursor:pointer;border:none;border-top:1px solid #595959}.cbp-l-dropdown-list .cbp-l-dropdown-item:hover{color:#e6e6e6}.cbp-l-dropdown-list .cbp-l-dropdown-item--active{color:#fff;cursor:default}.cbp-l-dropdown-floated{float:right;margin-top:-2px;margin-left:20px;width:200px}@media only screen and (max-width: 480px){.cbp-l-dropdown-floated{width:100%;margin-top:0;margin-left:0}.cbp-l-dropdown-wrap{right:0;left:0;margin:0 auto}}@font-face {
font-family: IcoFont;
font-weight: 400;
font-style: Regular;
src: url(//nooria.tech/wp-content/themes/zafram/assets/theme/fonts/icofont.woff2) format("woff2"),
url(//nooria.tech/wp-content/themes/zafram/assets/theme/fonts/icofont.woff) format("woff");
}
[class*=" icofont-"],
[class^="icofont-"] {
font-family: IcoFont !important;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
line-height: 1;
-webkit-font-feature-settings: "liga";
-webkit-font-smoothing: antialiased;
}
.icofont-angry-monster:before {
content: "\e800";
}
.icofont-bathtub:before {
content: "\e801";
}
.icofont-bird-wings:before {
content: "\e802";
}
.icofont-bow:before {
content: "\e803";
}
.icofont-castle:before {
content: "\e804";
}
.icofont-circuit:before {
content: "\e805";
}
.icofont-crown-king:before {
content: "\e806";
}
.icofont-crown-queen:before {
content: "\e807";
}
.icofont-dart:before {
content: "\e808";
}
.icofont-disability-race:before {
content: "\e809";
}
.icofont-diving-goggle:before {
content: "\e80a";
}
.icofont-eye-open:before {
content: "\e80b";
}
.icofont-flora-flower:before {
content: "\e80c";
}
.icofont-flora:before {
content: "\e80d";
}
.icofont-gift-box:before {
content: "\e80e";
}
.icofont-halloween-pumpkin:before {
content: "\e80f";
}
.icofont-hand-power:before {
content: "\e810";
}
.icofont-hand-thunder:before {
content: "\e811";
}
.icofont-king-monster:before {
content: "\e812";
}
.icofont-love:before {
content: "\e813";
}
.icofont-magician-hat:before {
content: "\e814";
}
.icofont-native-american:before {
content: "\e815";
}
.icofont-owl-look:before {
content: "\e816";
}
.icofont-phoenix:before {
content: "\e817";
}
.icofont-robot-face:before {
content: "\e818";
}
.icofont-sand-clock:before {
content: "\e819";
}
.icofont-shield-alt:before {
content: "\e81a";
}
.icofont-ship-wheel:before {
content: "\e81b";
}
.icofont-skull-danger:before {
content: "\e81c";
}
.icofont-skull-face:before {
content: "\e81d";
}
.icofont-snowmobile:before {
content: "\e81e";
}
.icofont-space-shuttle:before {
content: "\e81f";
}
.icofont-star-shape:before {
content: "\e820";
}
.icofont-swirl:before {
content: "\e821";
}
.icofont-tattoo-wing:before {
content: "\e822";
}
.icofont-throne:before {
content: "\e823";
}
.icofont-tree-alt:before {
content: "\e824";
}
.icofont-triangle:before {
content: "\e825";
}
.icofont-unity-hand:before {
content: "\e826";
}
.icofont-weed:before {
content: "\e827";
}
.icofont-woman-bird:before {
content: "\e828";
}
.icofont-bat:before {
content: "\e829";
}
.icofont-bear-face:before {
content: "\e82a";
}
.icofont-bear-tracks:before {
content: "\e82b";
}
.icofont-bear:before {
content: "\e82c";
}
.icofont-bird-alt:before {
content: "\e82d";
}
.icofont-bird-flying:before {
content: "\e82e";
}
.icofont-bird:before {
content: "\e82f";
}
.icofont-birds:before {
content: "\e830";
}
.icofont-bone:before {
content: "\e831";
}
.icofont-bull:before {
content: "\e832";
}
.icofont-butterfly-alt:before {
content: "\e833";
}
.icofont-butterfly:before {
content: "\e834";
}
.icofont-camel-alt:before {
content: "\e835";
}
.icofont-camel-head:before {
content: "\e836";
}
.icofont-camel:before {
content: "\e837";
}
.icofont-cat-alt-1:before {
content: "\e838";
}
.icofont-cat-alt-2:before {
content: "\e839";
}
.icofont-cat-alt-3:before {
content: "\e83a";
}
.icofont-cat-dog:before {
content: "\e83b";
}
.icofont-cat-face:before {
content: "\e83c";
}
.icofont-cat:before {
content: "\e83d";
}
.icofont-cow-head:before {
content: "\e83e";
}
.icofont-cow:before {
content: "\e83f";
}
.icofont-crab:before {
content: "\e840";
}
.icofont-crocodile:before {
content: "\e841";
}
.icofont-deer-head:before {
content: "\e842";
}
.icofont-dog-alt:before {
content: "\e843";
}
.icofont-dog-barking:before {
content: "\e844";
}
.icofont-dog:before {
content: "\e845";
}
.icofont-dolphin:before {
content: "\e846";
}
.icofont-duck-tracks:before {
content: "\e847";
}
.icofont-eagle-head:before {
content: "\e848";
}
.icofont-eaten-fish:before {
content: "\e849";
}
.icofont-elephant-alt:before {
content: "\e84a";
}
.icofont-elephant-head-alt:before {
content: "\e84b";
}
.icofont-elephant-head:before {
content: "\e84c";
}
.icofont-elephant:before {
content: "\e84d";
}
.icofont-elk:before {
content: "\e84e";
}
.icofont-fish-1:before {
content: "\e84f";
}
.icofont-fish-2:before {
content: "\e850";
}
.icofont-fish-3:before {
content: "\e851";
}
.icofont-fish-4:before {
content: "\e852";
}
.icofont-fish-5:before {
content: "\e853";
}
.icofont-fish:before {
content: "\e854";
}
.icofont-fox-alt:before {
content: "\e855";
}
.icofont-fox:before {
content: "\e856";
}
.icofont-frog-tracks:before {
content: "\e857";
}
.icofont-frog:before {
content: "\e858";
}
.icofont-froggy:before {
content: "\e859";
}
.icofont-giraffe-head-1:before {
content: "\e85a";
}
.icofont-giraffe-head-2:before {
content: "\e85b";
}
.icofont-giraffe-head:before {
content: "\e85c";
}
.icofont-giraffe:before {
content: "\e85d";
}
.icofont-goat-head:before {
content: "\e85e";
}
.icofont-gorilla:before {
content: "\e85f";
}
.icofont-hen-tracks:before {
content: "\e860";
}
.icofont-horse-head-1:before {
content: "\e861";
}
.icofont-horse-head-2:before {
content: "\e862";
}
.icofont-horse-head:before {
content: "\e863";
}
.icofont-horse-tracks:before {
content: "\e864";
}
.icofont-jellyfish:before {
content: "\e865";
}
.icofont-kangaroo:before {
content: "\e866";
}
.icofont-lemur:before {
content: "\e867";
}
.icofont-lion-head-1:before {
content: "\e868";
}
.icofont-lion-head-2:before {
content: "\e869";
}
.icofont-lion-head:before {
content: "\e86a";
}
.icofont-lion:before {
content: "\e86b";
}
.icofont-monkey-2:before {
content: "\e86c";
}
.icofont-monkey-3:before {
content: "\e86d";
}
.icofont-monkey-face:before {
content: "\e86e";
}
.icofont-monkey:before {
content: "\e86f";
}
.icofont-octopus-alt:before {
content: "\e870";
}
.icofont-octopus:before {
content: "\e871";
}
.icofont-owl:before {
content: "\e872";
}
.icofont-panda-face:before {
content: "\e873";
}
.icofont-panda:before {
content: "\e874";
}
.icofont-panther:before {
content: "\e875";
}
.icofont-parrot-lip:before {
content: "\e876";
}
.icofont-parrot:before {
content: "\e877";
}
.icofont-paw:before {
content: "\e878";
}
.icofont-pelican:before {
content: "\e879";
}
.icofont-penguin:before {
content: "\e87a";
}
.icofont-pig-face:before {
content: "\e87b";
}
.icofont-pig:before {
content: "\e87c";
}
.icofont-pigeon-1:before {
content: "\e87d";
}
.icofont-pigeon-2:before {
content: "\e87e";
}
.icofont-pigeon:before {
content: "\e87f";
}
.icofont-rabbit:before {
content: "\e880";
}
.icofont-rat:before {
content: "\e881";
}
.icofont-rhino-head:before {
content: "\e882";
}
.icofont-rhino:before {
content: "\e883";
}
.icofont-rooster:before {
content: "\e884";
}
.icofont-seahorse:before {
content: "\e885";
}
.icofont-seal:before {
content: "\e886";
}
.icofont-shrimp-alt:before {
content: "\e887";
}
.icofont-shrimp:before {
content: "\e888";
}
.icofont-snail-1:before {
content: "\e889";
}
.icofont-snail-2:before {
content: "\e88a";
}
.icofont-snail-3:before {
content: "\e88b";
}
.icofont-snail:before {
content: "\e88c";
}
.icofont-snake:before {
content: "\e88d";
}
.icofont-squid:before {
content: "\e88e";
}
.icofont-squirrel:before {
content: "\e88f";
}
.icofont-tiger-face:before {
content: "\e890";
}
.icofont-tiger:before {
content: "\e891";
}
.icofont-turtle:before {
content: "\e892";
}
.icofont-whale:before {
content: "\e893";
}
.icofont-woodpecker:before {
content: "\e894";
}
.icofont-zebra:before {
content: "\e895";
}
.icofont-brand-acer:before {
content: "\e896";
}
.icofont-brand-adidas:before {
content: "\e897";
}
.icofont-brand-adobe:before {
content: "\e898";
}
.icofont-brand-air-new-zealand:before {
content: "\e899";
}
.icofont-brand-airbnb:before {
content: "\e89a";
}
.icofont-brand-aircell:before {
content: "\e89b";
}
.icofont-brand-airtel:before {
content: "\e89c";
}
.icofont-brand-alcatel:before {
content: "\e89d";
}
.icofont-brand-alibaba:before {
content: "\e89e";
}
.icofont-brand-aliexpress:before {
content: "\e89f";
}
.icofont-brand-alipay:before {
content: "\e8a0";
}
.icofont-brand-amazon:before {
content: "\e8a1";
}
.icofont-brand-amd:before {
content: "\e8a2";
}
.icofont-brand-american-airlines:before {
content: "\e8a3";
}
.icofont-brand-android-robot:before {
content: "\e8a4";
}
.icofont-brand-android:before {
content: "\e8a5";
}
.icofont-brand-aol:before {
content: "\e8a6";
}
.icofont-brand-apple:before {
content: "\e8a7";
}
.icofont-brand-appstore:before {
content: "\e8a8";
}
.icofont-brand-asus:before {
content: "\e8a9";
}
.icofont-brand-ati:before {
content: "\e8aa";
}
.icofont-brand-att:before {
content: "\e8ab";
}
.icofont-brand-audi:before {
content: "\e8ac";
}
.icofont-brand-axiata:before {
content: "\e8ad";
}
.icofont-brand-bada:before {
content: "\e8ae";
}
.icofont-brand-bbc:before {
content: "\e8af";
}
.icofont-brand-bing:before {
content: "\e8b0";
}
.icofont-brand-blackberry:before {
content: "\e8b1";
}
.icofont-brand-bmw:before {
content: "\e8b2";
}
.icofont-brand-box:before {
content: "\e8b3";
}
.icofont-brand-burger-king:before {
content: "\e8b4";
}
.icofont-brand-business-insider:before {
content: "\e8b5";
}
.icofont-brand-buzzfeed:before {
content: "\e8b6";
}
.icofont-brand-cannon:before {
content: "\e8b7";
}
.icofont-brand-casio:before {
content: "\e8b8";
}
.icofont-brand-china-mobile:before {
content: "\e8b9";
}
.icofont-brand-china-telecom:before {
content: "\e8ba";
}
.icofont-brand-china-unicom:before {
content: "\e8bb";
}
.icofont-brand-cisco:before {
content: "\e8bc";
}
.icofont-brand-citibank:before {
content: "\e8bd";
}
.icofont-brand-cnet:before {
content: "\e8be";
}
.icofont-brand-cnn:before {
content: "\e8bf";
}
.icofont-brand-cocal-cola:before {
content: "\e8c0";
}
.icofont-brand-compaq:before {
content: "\e8c1";
}
.icofont-brand-debian:before {
content: "\e8c2";
}
.icofont-brand-delicious:before {
content: "\e8c3";
}
.icofont-brand-dell:before {
content: "\e8c4";
}
.icofont-brand-designbump:before {
content: "\e8c5";
}
.icofont-brand-designfloat:before {
content: "\e8c6";
}
.icofont-brand-disney:before {
content: "\e8c7";
}
.icofont-brand-dodge:before {
content: "\e8c8";
}
.icofont-brand-dove:before {
content: "\e8c9";
}
.icofont-brand-drupal:before {
content: "\e8ca";
}
.icofont-brand-ebay:before {
content: "\e8cb";
}
.icofont-brand-eleven:before {
content: "\e8cc";
}
.icofont-brand-emirates:before {
content: "\e8cd";
}
.icofont-brand-espn:before {
content: "\e8ce";
}
.icofont-brand-etihad-airways:before {
content: "\e8cf";
}
.icofont-brand-etisalat:before {
content: "\e8d0";
}
.icofont-brand-etsy:before {
content: "\e8d1";
}
.icofont-brand-fastrack:before {
content: "\e8d2";
}
.icofont-brand-fedex:before {
content: "\e8d3";
}
.icofont-brand-ferrari:before {
content: "\e8d4";
}
.icofont-brand-fitbit:before {
content: "\e8d5";
}
.icofont-brand-flikr:before {
content: "\e8d6";
}
.icofont-brand-forbes:before {
content: "\e8d7";
}
.icofont-brand-foursquare:before {
content: "\e8d8";
}
.icofont-brand-foxconn:before {
content: "\e8d9";
}
.icofont-brand-fujitsu:before {
content: "\e8da";
}
.icofont-brand-general-electric:before {
content: "\e8db";
}
.icofont-brand-gillette:before {
content: "\e8dc";
}
.icofont-brand-gizmodo:before {
content: "\e8dd";
}
.icofont-brand-gnome:before {
content: "\e8de";
}
.icofont-brand-google:before {
content: "\e8df";
}
.icofont-brand-gopro:before {
content: "\e8e0";
}
.icofont-brand-gucci:before {
content: "\e8e1";
}
.icofont-brand-hallmark:before {
content: "\e8e2";
}
.icofont-brand-hi5:before {
content: "\e8e3";
}
.icofont-brand-honda:before {
content: "\e8e4";
}
.icofont-brand-hp:before {
content: "\e8e5";
}
.icofont-brand-hsbc:before {
content: "\e8e6";
}
.icofont-brand-htc:before {
content: "\e8e7";
}
.icofont-brand-huawei:before {
content: "\e8e8";
}
.icofont-brand-hulu:before {
content: "\e8e9";
}
.icofont-brand-hyundai:before {
content: "\e8ea";
}
.icofont-brand-ibm:before {
content: "\e8eb";
}
.icofont-brand-icofont:before {
content: "\e8ec";
}
.icofont-brand-icq:before {
content: "\e8ed";
}
.icofont-brand-ikea:before {
content: "\e8ee";
}
.icofont-brand-imdb:before {
content: "\e8ef";
}
.icofont-brand-indiegogo:before {
content: "\e8f0";
}
.icofont-brand-intel:before {
content: "\e8f1";
}
.icofont-brand-ipair:before {
content: "\e8f2";
}
.icofont-brand-jaguar:before {
content: "\e8f3";
}
.icofont-brand-java:before {
content: "\e8f4";
}
.icofont-brand-joomla:before {
content: "\e8f5";
}
.icofont-brand-kickstarter:before {
content: "\e8f6";
}
.icofont-brand-kik:before {
content: "\e8f7";
}
.icofont-brand-lastfm:before {
content: "\e8f8";
}
.icofont-brand-lego:before {
content: "\e8f9";
}
.icofont-brand-lenovo:before {
content: "\e8fa";
}
.icofont-brand-levis:before {
content: "\e8fb";
}
.icofont-brand-lexus:before {
content: "\e8fc";
}
.icofont-brand-lg:before {
content: "\e8fd";
}
.icofont-brand-life-hacker:before {
content: "\e8fe";
}
.icofont-brand-linux-mint:before {
content: "\e8ff";
}
.icofont-brand-linux:before {
content: "\e900";
}
.icofont-brand-lionix:before {
content: "\e901";
}
.icofont-brand-loreal:before {
content: "\e902";
}
.icofont-brand-louis-vuitton:before {
content: "\e903";
}
.icofont-brand-mac-os:before {
content: "\e904";
}
.icofont-brand-marvel-app:before {
content: "\e905";
}
.icofont-brand-mashable:before {
content: "\e906";
}
.icofont-brand-mazda:before {
content: "\e907";
}
.icofont-brand-mcdonals:before {
content: "\e908";
}
.icofont-brand-mercedes:before {
content: "\e909";
}
.icofont-brand-micromax:before {
content: "\e90a";
}
.icofont-brand-microsoft:before {
content: "\e90b";
}
.icofont-brand-mobileme:before {
content: "\e90c";
}
.icofont-brand-mobily:before {
content: "\e90d";
}
.icofont-brand-motorola:before {
content: "\e90e";
}
.icofont-brand-msi:before {
content: "\e90f";
}
.icofont-brand-mts:before {
content: "\e910";
}
.icofont-brand-myspace:before {
content: "\e911";
}
.icofont-brand-mytv:before {
content: "\e912";
}
.icofont-brand-nasa:before {
content: "\e913";
}
.icofont-brand-natgeo:before {
content: "\e914";
}
.icofont-brand-nbc:before {
content: "\e915";
}
.icofont-brand-nescafe:before {
content: "\e916";
}
.icofont-brand-nestle:before {
content: "\e917";
}
.icofont-brand-netflix:before {
content: "\e918";
}
.icofont-brand-nexus:before {
content: "\e919";
}
.icofont-brand-nike:before {
content: "\e91a";
}
.icofont-brand-nokia:before {
content: "\e91b";
}
.icofont-brand-nvidia:before {
content: "\e91c";
}
.icofont-brand-omega:before {
content: "\e91d";
}
.icofont-brand-opensuse:before {
content: "\e91e";
}
.icofont-brand-oracle:before {
content: "\e91f";
}
.icofont-brand-panasonic:before {
content: "\e920";
}
.icofont-brand-paypal:before {
content: "\e921";
}
.icofont-brand-pepsi:before {
content: "\e922";
}
.icofont-brand-philips:before {
content: "\e923";
}
.icofont-brand-pizza-hut:before {
content: "\e924";
}
.icofont-brand-playstation:before {
content: "\e925";
}
.icofont-brand-puma:before {
content: "\e926";
}
.icofont-brand-qatar-air:before {
content: "\e927";
}
.icofont-brand-qvc:before {
content: "\e928";
}
.icofont-brand-readernaut:before {
content: "\e929";
}
.icofont-brand-redbull:before {
content: "\e92a";
}
.icofont-brand-reebok:before {
content: "\e92b";
}
.icofont-brand-reuters:before {
content: "\e92c";
}
.icofont-brand-samsung:before {
content: "\e92d";
}
.icofont-brand-sap:before {
content: "\e92e";
}
.icofont-brand-saudia-airlines:before {
content: "\e92f";
}
.icofont-brand-scribd:before {
content: "\e930";
}
.icofont-brand-shell:before {
content: "\e931";
}
.icofont-brand-siemens:before {
content: "\e932";
}
.icofont-brand-sk-telecom:before {
content: "\e933";
}
.icofont-brand-slideshare:before {
content: "\e934";
}
.icofont-brand-smashing-magazine:before {
content: "\e935";
}
.icofont-brand-snapchat:before {
content: "\e936";
}
.icofont-brand-sony-ericsson:before {
content: "\e937";
}
.icofont-brand-sony:before {
content: "\e938";
}
.icofont-brand-soundcloud:before {
content: "\e939";
}
.icofont-brand-sprint:before {
content: "\e93a";
}
.icofont-brand-squidoo:before {
content: "\e93b";
}
.icofont-brand-starbucks:before {
content: "\e93c";
}
.icofont-brand-stc:before {
content: "\e93d";
}
.icofont-brand-steam:before {
content: "\e93e";
}
.icofont-brand-suzuki:before {
content: "\e93f";
}
.icofont-brand-symbian:before {
content: "\e940";
}
.icofont-brand-t-mobile:before {
content: "\e941";
}
.icofont-brand-tango:before {
content: "\e942";
}
.icofont-brand-target:before {
content: "\e943";
}
.icofont-brand-tata-indicom:before {
content: "\e944";
}
.icofont-brand-techcrunch:before {
content: "\e945";
}
.icofont-brand-telenor:before {
content: "\e946";
}
.icofont-brand-teliasonera:before {
content: "\e947";
}
.icofont-brand-tesla:before {
content: "\e948";
}
.icofont-brand-the-verge:before {
content: "\e949";
}
.icofont-brand-thenextweb:before {
content: "\e94a";
}
.icofont-brand-toshiba:before {
content: "\e94b";
}
.icofont-brand-toyota:before {
content: "\e94c";
}
.icofont-brand-tribenet:before {
content: "\e94d";
}
.icofont-brand-ubuntu:before {
content: "\e94e";
}
.icofont-brand-unilever:before {
content: "\e94f";
}
.icofont-brand-vaio:before {
content: "\e950";
}
.icofont-brand-verizon:before {
content: "\e951";
}
.icofont-brand-viber:before {
content: "\e952";
}
.icofont-brand-vodafone:before {
content: "\e953";
}
.icofont-brand-volkswagen:before {
content: "\e954";
}
.icofont-brand-walmart:before {
content: "\e955";
}
.icofont-brand-warnerbros:before {
content: "\e956";
}
.icofont-brand-whatsapp:before {
content: "\e957";
}
.icofont-brand-wikipedia:before {
content: "\e958";
}
.icofont-brand-windows:before {
content: "\e959";
}
.icofont-brand-wire:before {
content: "\e95a";
}
.icofont-brand-wordpress:before {
content: "\e95b";
}
.icofont-brand-xiaomi:before {
content: "\e95c";
}
.icofont-brand-yahoobuzz:before {
content: "\e95d";
}
.icofont-brand-yamaha:before {
content: "\e95e";
}
.icofont-brand-youtube:before {
content: "\e95f";
}
.icofont-brand-zain:before {
content: "\e960";
}
.icofont-bank-alt:before {
content: "\e961";
}
.icofont-bank:before {
content: "\e962";
}
.icofont-barcode:before {
content: "\e963";
}
.icofont-bill-alt:before {
content: "\e964";
}
.icofont-billboard:before {
content: "\e965";
}
.icofont-briefcase-1:before {
content: "\e966";
}
.icofont-briefcase-2:before {
content: "\e967";
}
.icofont-businessman:before {
content: "\e968";
}
.icofont-businesswoman:before {
content: "\e969";
}
.icofont-chair:before {
content: "\e96a";
}
.icofont-coins:before {
content: "\e96b";
}
.icofont-company:before {
content: "\e96c";
}
.icofont-contact-add:before {
content: "\e96d";
}
.icofont-files-stack:before {
content: "\e96e";
}
.icofont-handshake-deal:before {
content: "\e96f";
}
.icofont-id-card:before {
content: "\e970";
}
.icofont-meeting-add:before {
content: "\e971";
}
.icofont-money-bag:before {
content: "\e972";
}
.icofont-pie-chart:before {
content: "\e973";
}
.icofont-presentation-alt:before {
content: "\e974";
}
.icofont-presentation:before {
content: "\e975";
}
.icofont-stamp:before {
content: "\e976";
}
.icofont-stock-mobile:before {
content: "\e977";
}
.icofont-chart-arrows-axis:before {
content: "\e978";
}
.icofont-chart-bar-graph:before {
content: "\e979";
}
.icofont-chart-flow-1:before {
content: "\e97a";
}
.icofont-chart-flow-2:before {
content: "\e97b";
}
.icofont-chart-flow:before {
content: "\e97c";
}
.icofont-chart-growth:before {
content: "\e97d";
}
.icofont-chart-histogram-alt:before {
content: "\e97e";
}
.icofont-chart-histogram:before {
content: "\e97f";
}
.icofont-chart-line-alt:before {
content: "\e980";
}
.icofont-chart-line:before {
content: "\e981";
}
.icofont-chart-pie-alt:before {
content: "\e982";
}
.icofont-chart-pie:before {
content: "\e983";
}
.icofont-chart-radar-graph:before {
content: "\e984";
}
.icofont-architecture-alt:before {
content: "\e985";
}
.icofont-architecture:before {
content: "\e986";
}
.icofont-barricade:before {
content: "\e987";
}
.icofont-bolt:before {
content: "\e988";
}
.icofont-bricks:before {
content: "\e989";
}
.icofont-building-alt:before {
content: "\e98a";
}
.icofont-bull-dozer:before {
content: "\e98b";
}
.icofont-calculations:before {
content: "\e98c";
}
.icofont-cement-mix:before {
content: "\e98d";
}
.icofont-cement-mixer:before {
content: "\e98e";
}
.icofont-concrete-mixer:before {
content: "\e98f";
}
.icofont-danger-zone:before {
content: "\e990";
}
.icofont-drill:before {
content: "\e991";
}
.icofont-eco-energy:before {
content: "\e992";
}
.icofont-eco-environmen:before {
content: "\e993";
}
.icofont-energy-air:before {
content: "\e994";
}
.icofont-energy-oil:before {
content: "\e995";
}
.icofont-energy-savings:before {
content: "\e996";
}
.icofont-energy-solar:before {
content: "\e997";
}
.icofont-energy-water:before {
content: "\e998";
}
.icofont-engineer:before {
content: "\e999";
}
.icofont-fire-extinguisher-alt:before {
content: "\e99a";
}
.icofont-fire-extinguisher:before {
content: "\e99b";
}
.icofont-fix-tools:before {
content: "\e99c";
}
.icofont-fork-lift:before {
content: "\e99d";
}
.icofont-glue-oil:before {
content: "\e99e";
}
.icofont-hammer-alt:before {
content: "\e99f";
}
.icofont-hammer:before {
content: "\e9a0";
}
.icofont-help-robot:before {
content: "\e9a1";
}
.icofont-industries-1:before {
content: "\e9a2";
}
.icofont-industries-2:before {
content: "\e9a3";
}
.icofont-industries-3:before {
content: "\e9a4";
}
.icofont-industries-4:before {
content: "\e9a5";
}
.icofont-industries-5:before {
content: "\e9a6";
}
.icofont-industries:before {
content: "\e9a7";
}
.icofont-labour:before {
content: "\e9a8";
}
.icofont-mining:before {
content: "\e9a9";
}
.icofont-paint-brush:before {
content: "\e9aa";
}
.icofont-pollution:before {
content: "\e9ab";
}
.icofont-power-zone:before {
content: "\e9ac";
}
.icofont-radio-active:before {
content: "\e9ad";
}
.icofont-recycle-alt:before {
content: "\e9ae";
}
.icofont-recycling-man:before {
content: "\e9af";
}
.icofont-safety-hat-light:before {
content: "\e9b0";
}
.icofont-safety-hat:before {
content: "\e9b1";
}
.icofont-saw:before {
content: "\e9b2";
}
.icofont-screw-driver:before {
content: "\e9b3";
}
.icofont-tools-1:before {
content: "\e9b4";
}
.icofont-tools-bag:before {
content: "\e9b5";
}
.icofont-tow-truck:before {
content: "\e9b6";
}
.icofont-trolley:before {
content: "\e9b7";
}
.icofont-trowel:before {
content: "\e9b8";
}
.icofont-under-construction-alt:before {
content: "\e9b9";
}
.icofont-under-construction:before {
content: "\e9ba";
}
.icofont-vehicle-cement:before {
content: "\e9bb";
}
.icofont-vehicle-crane:before {
content: "\e9bc";
}
.icofont-vehicle-delivery-van:before {
content: "\e9bd";
}
.icofont-vehicle-dozer:before {
content: "\e9be";
}
.icofont-vehicle-excavator:before {
content: "\e9bf";
}
.icofont-vehicle-trucktor:before {
content: "\e9c0";
}
.icofont-vehicle-wrecking:before {
content: "\e9c1";
}
.icofont-worker:before {
content: "\e9c2";
}
.icofont-workers-group:before {
content: "\e9c3";
}
.icofont-wrench:before {
content: "\e9c4";
}
.icofont-afghani-false:before {
content: "\e9c5";
}
.icofont-afghani-minus:before {
content: "\e9c6";
}
.icofont-afghani-plus:before {
content: "\e9c7";
}
.icofont-afghani-true:before {
content: "\e9c8";
}
.icofont-afghani:before {
content: "\e9c9";
}
.icofont-baht-false:before {
content: "\e9ca";
}
.icofont-baht-minus:before {
content: "\e9cb";
}
.icofont-baht-plus:before {
content: "\e9cc";
}
.icofont-baht-true:before {
content: "\e9cd";
}
.icofont-baht:before {
content: "\e9ce";
}
.icofont-bitcoin-false:before {
content: "\e9cf";
}
.icofont-bitcoin-minus:before {
content: "\e9d0";
}
.icofont-bitcoin-plus:before {
content: "\e9d1";
}
.icofont-bitcoin-true:before {
content: "\e9d2";
}
.icofont-bitcoin:before {
content: "\e9d3";
}
.icofont-dollar-flase:before {
content: "\e9d4";
}
.icofont-dollar-minus:before {
content: "\e9d5";
}
.icofont-dollar-plus:before {
content: "\e9d6";
}
.icofont-dollar-true:before {
content: "\e9d7";
}
.icofont-dollar:before {
content: "\e9d8";
}
.icofont-dong-false:before {
content: "\e9d9";
}
.icofont-dong-minus:before {
content: "\e9da";
}
.icofont-dong-plus:before {
content: "\e9db";
}
.icofont-dong-true:before {
content: "\e9dc";
}
.icofont-dong:before {
content: "\e9dd";
}
.icofont-euro-false:before {
content: "\e9de";
}
.icofont-euro-minus:before {
content: "\e9df";
}
.icofont-euro-plus:before {
content: "\e9e0";
}
.icofont-euro-true:before {
content: "\e9e1";
}
.icofont-euro:before {
content: "\e9e2";
}
.icofont-frank-false:before {
content: "\e9e3";
}
.icofont-frank-minus:before {
content: "\e9e4";
}
.icofont-frank-plus:before {
content: "\e9e5";
}
.icofont-frank-true:before {
content: "\e9e6";
}
.icofont-frank:before {
content: "\e9e7";
}
.icofont-hryvnia-false:before {
content: "\e9e8";
}
.icofont-hryvnia-minus:before {
content: "\e9e9";
}
.icofont-hryvnia-plus:before {
content: "\e9ea";
}
.icofont-hryvnia-true:before {
content: "\e9eb";
}
.icofont-hryvnia:before {
content: "\e9ec";
}
.icofont-lira-false:before {
content: "\e9ed";
}
.icofont-lira-minus:before {
content: "\e9ee";
}
.icofont-lira-plus:before {
content: "\e9ef";
}
.icofont-lira-true:before {
content: "\e9f0";
}
.icofont-lira:before {
content: "\e9f1";
}
.icofont-peseta-false:before {
content: "\e9f2";
}
.icofont-peseta-minus:before {
content: "\e9f3";
}
.icofont-peseta-plus:before {
content: "\e9f4";
}
.icofont-peseta-true:before {
content: "\e9f5";
}
.icofont-peseta:before {
content: "\e9f6";
}
.icofont-peso-false:before {
content: "\e9f7";
}
.icofont-peso-minus:before {
content: "\e9f8";
}
.icofont-peso-plus:before {
content: "\e9f9";
}
.icofont-peso-true:before {
content: "\e9fa";
}
.icofont-peso:before {
content: "\e9fb";
}
.icofont-pound-false:before {
content: "\e9fc";
}
.icofont-pound-minus:before {
content: "\e9fd";
}
.icofont-pound-plus:before {
content: "\e9fe";
}
.icofont-pound-true:before {
content: "\e9ff";
}
.icofont-pound:before {
content: "\ea00";
}
.icofont-renminbi-false:before {
content: "\ea01";
}
.icofont-renminbi-minus:before {
content: "\ea02";
}
.icofont-renminbi-plus:before {
content: "\ea03";
}
.icofont-renminbi-true:before {
content: "\ea04";
}
.icofont-renminbi:before {
content: "\ea05";
}
.icofont-riyal-false:before {
content: "\ea06";
}
.icofont-riyal-minus:before {
content: "\ea07";
}
.icofont-riyal-plus:before {
content: "\ea08";
}
.icofont-riyal-true:before {
content: "\ea09";
}
.icofont-riyal:before {
content: "\ea0a";
}
.icofont-rouble-false:before {
content: "\ea0b";
}
.icofont-rouble-minus:before {
content: "\ea0c";
}
.icofont-rouble-plus:before {
content: "\ea0d";
}
.icofont-rouble-true:before {
content: "\ea0e";
}
.icofont-rouble:before {
content: "\ea0f";
}
.icofont-rupee-false:before {
content: "\ea10";
}
.icofont-rupee-minus:before {
content: "\ea11";
}
.icofont-rupee-plus:before {
content: "\ea12";
}
.icofont-rupee-true:before {
content: "\ea13";
}
.icofont-rupee:before {
content: "\ea14";
}
.icofont-taka-false:before {
content: "\ea15";
}
.icofont-taka-minus:before {
content: "\ea16";
}
.icofont-taka-plus:before {
content: "\ea17";
}
.icofont-taka-true:before {
content: "\ea18";
}
.icofont-taka:before {
content: "\ea19";
}
.icofont-turkish-lira-false:before {
content: "\ea1a";
}
.icofont-turkish-lira-minus:before {
content: "\ea1b";
}
.icofont-turkish-lira-plus:before {
content: "\ea1c";
}
.icofont-turkish-lira-true:before {
content: "\ea1d";
}
.icofont-turkish-lira:before {
content: "\ea1e";
}
.icofont-won-false:before {
content: "\ea1f";
}
.icofont-won-minus:before {
content: "\ea20";
}
.icofont-won-plus:before {
content: "\ea21";
}
.icofont-won-true:before {
content: "\ea22";
}
.icofont-won:before {
content: "\ea23";
}
.icofont-yen-false:before {
content: "\ea24";
}
.icofont-yen-minus:before {
content: "\ea25";
}
.icofont-yen-plus:before {
content: "\ea26";
}
.icofont-yen-true:before {
content: "\ea27";
}
.icofont-yen:before {
content: "\ea28";
}
.icofont-android-nexus:before {
content: "\ea29";
}
.icofont-android-tablet:before {
content: "\ea2a";
}
.icofont-apple-watch:before {
content: "\ea2b";
}
.icofont-drawing-tablet:before {
content: "\ea2c";
}
.icofont-earphone:before {
content: "\ea2d";
}
.icofont-flash-drive:before {
content: "\ea2e";
}
.icofont-game-console:before {
content: "\ea2f";
}
.icofont-game-controller:before {
content: "\ea30";
}
.icofont-game-pad:before {
content: "\ea31";
}
.icofont-game:before {
content: "\ea32";
}
.icofont-headphone-alt-1:before {
content: "\ea33";
}
.icofont-headphone-alt-2:before {
content: "\ea34";
}
.icofont-headphone-alt-3:before {
content: "\ea35";
}
.icofont-headphone-alt:before {
content: "\ea36";
}
.icofont-headphone:before {
content: "\ea37";
}
.icofont-htc-one:before {
content: "\ea38";
}
.icofont-imac:before {
content: "\ea39";
}
.icofont-ipad:before {
content: "\ea3a";
}
.icofont-iphone:before {
content: "\ea3b";
}
.icofont-ipod-nano:before {
content: "\ea3c";
}
.icofont-ipod-touch:before {
content: "\ea3d";
}
.icofont-keyboard-alt:before {
content: "\ea3e";
}
.icofont-keyboard-wireless:before {
content: "\ea3f";
}
.icofont-keyboard:before {
content: "\ea40";
}
.icofont-laptop-alt:before {
content: "\ea41";
}
.icofont-laptop:before {
content: "\ea42";
}
.icofont-macbook:before {
content: "\ea43";
}
.icofont-magic-mouse:before {
content: "\ea44";
}
.icofont-micro-chip:before {
content: "\ea45";
}
.icofont-microphone-alt:before {
content: "\ea46";
}
.icofont-microphone:before {
content: "\ea47";
}
.icofont-monitor:before {
content: "\ea48";
}
.icofont-mouse:before {
content: "\ea49";
}
.icofont-mp3-player:before {
content: "\ea4a";
}
.icofont-nintendo:before {
content: "\ea4b";
}
.icofont-playstation-alt:before {
content: "\ea4c";
}
.icofont-psvita:before {
content: "\ea4d";
}
.icofont-radio-mic:before {
content: "\ea4e";
}
.icofont-radio:before {
content: "\ea4f";
}
.icofont-refrigerator:before {
content: "\ea50";
}
.icofont-samsung-galaxy:before {
content: "\ea51";
}
.icofont-surface-tablet:before {
content: "\ea52";
}
.icofont-ui-head-phone:before {
content: "\ea53";
}
.icofont-ui-keyboard:before {
content: "\ea54";
}
.icofont-washing-machine:before {
content: "\ea55";
}
.icofont-wifi-router:before {
content: "\ea56";
}
.icofont-wii-u:before {
content: "\ea57";
}
.icofont-windows-lumia:before {
content: "\ea58";
}
.icofont-wireless-mouse:before {
content: "\ea59";
}
.icofont-xbox-360:before {
content: "\ea5a";
}
.icofont-arrow-down:before {
content: "\ea5b";
}
.icofont-arrow-left:before {
content: "\ea5c";
}
.icofont-arrow-right:before {
content: "\ea5d";
}
.icofont-arrow-up:before {
content: "\ea5e";
}
.icofont-block-down:before {
content: "\ea5f";
}
.icofont-block-left:before {
content: "\ea60";
}
.icofont-block-right:before {
content: "\ea61";
}
.icofont-block-up:before {
content: "\ea62";
}
.icofont-bubble-down:before {
content: "\ea63";
}
.icofont-bubble-left:before {
content: "\ea64";
}
.icofont-bubble-right:before {
content: "\ea65";
}
.icofont-bubble-up:before {
content: "\ea66";
}
.icofont-caret-down:before {
content: "\ea67";
}
.icofont-caret-left:before {
content: "\ea68";
}
.icofont-caret-right:before {
content: "\ea69";
}
.icofont-caret-up:before {
content: "\ea6a";
}
.icofont-circled-down:before {
content: "\ea6b";
}
.icofont-circled-left:before {
content: "\ea6c";
}
.icofont-circled-right:before {
content: "\ea6d";
}
.icofont-circled-up:before {
content: "\ea6e";
}
.icofont-collapse:before {
content: "\ea6f";
}
.icofont-cursor-drag:before {
content: "\ea70";
}
.icofont-curved-double-left:before {
content: "\ea71";
}
.icofont-curved-double-right:before {
content: "\ea72";
}
.icofont-curved-down:before {
content: "\ea73";
}
.icofont-curved-left:before {
content: "\ea74";
}
.icofont-curved-right:before {
content: "\ea75";
}
.icofont-curved-up:before {
content: "\ea76";
}
.icofont-dotted-down:before {
content: "\ea77";
}
.icofont-dotted-left:before {
content: "\ea78";
}
.icofont-dotted-right:before {
content: "\ea79";
}
.icofont-dotted-up:before {
content: "\ea7a";
}
.icofont-double-left:before {
content: "\ea7b";
}
.icofont-double-right:before {
content: "\ea7c";
}
.icofont-expand-alt:before {
content: "\ea7d";
}
.icofont-hand-down:before {
content: "\ea7e";
}
.icofont-hand-drag:before {
content: "\ea7f";
}
.icofont-hand-drag1:before {
content: "\ea80";
}
.icofont-hand-drag2:before {
content: "\ea81";
}
.icofont-hand-drawn-alt-down:before {
content: "\ea82";
}
.icofont-hand-drawn-alt-left:before {
content: "\ea83";
}
.icofont-hand-drawn-alt-right:before {
content: "\ea84";
}
.icofont-hand-drawn-alt-up:before {
content: "\ea85";
}
.icofont-hand-drawn-down:before {
content: "\ea86";
}
.icofont-hand-drawn-left:before {
content: "\ea87";
}
.icofont-hand-drawn-right:before {
content: "\ea88";
}
.icofont-hand-drawn-up:before {
content: "\ea89";
}
.icofont-hand-grippers:before {
content: "\ea8a";
}
.icofont-hand-left:before {
content: "\ea8b";
}
.icofont-hand-right:before {
content: "\ea8c";
}
.icofont-hand-up:before {
content: "\ea8d";
}
.icofont-line-block-down:before {
content: "\ea8e";
}
.icofont-line-block-left:before {
content: "\ea8f";
}
.icofont-line-block-right:before {
content: "\ea90";
}
.icofont-line-block-up:before {
content: "\ea91";
}
.icofont-long-arrow-down:before {
content: "\ea92";
}
.icofont-long-arrow-left:before {
content: "\ea93";
}
.icofont-long-arrow-right:before {
content: "\ea94";
}
.icofont-long-arrow-up:before {
content: "\ea95";
}
.icofont-rounded-collapse:before {
content: "\ea96";
}
.icofont-rounded-double-left:before {
content: "\ea97";
}
.icofont-rounded-double-right:before {
content: "\ea98";
}
.icofont-rounded-down:before {
content: "\ea99";
}
.icofont-rounded-expand:before {
content: "\ea9a";
}
.icofont-rounded-left-down:before {
content: "\ea9b";
}
.icofont-rounded-left-up:before {
content: "\ea9c";
}
.icofont-rounded-left:before {
content: "\ea9d";
}
.icofont-rounded-right-down:before {
content: "\ea9e";
}
.icofont-rounded-right-up:before {
content: "\ea9f";
}
.icofont-rounded-right:before {
content: "\eaa0";
}
.icofont-rounded-up:before {
content: "\eaa1";
}
.icofont-scroll-bubble-down:before {
content: "\eaa2";
}
.icofont-scroll-bubble-left:before {
content: "\eaa3";
}
.icofont-scroll-bubble-right:before {
content: "\eaa4";
}
.icofont-scroll-bubble-up:before {
content: "\eaa5";
}
.icofont-scroll-double-down:before {
content: "\eaa6";
}
.icofont-scroll-double-left:before {
content: "\eaa7";
}
.icofont-scroll-double-right:before {
content: "\eaa8";
}
.icofont-scroll-double-up:before {
content: "\eaa9";
}
.icofont-scroll-down:before {
content: "\eaaa";
}
.icofont-scroll-left:before {
content: "\eaab";
}
.icofont-scroll-long-down:before {
content: "\eaac";
}
.icofont-scroll-long-left:before {
content: "\eaad";
}
.icofont-scroll-long-right:before {
content: "\eaae";
}
.icofont-scroll-long-up:before {
content: "\eaaf";
}
.icofont-scroll-right:before {
content: "\eab0";
}
.icofont-scroll-up:before {
content: "\eab1";
}
.icofont-simple-down:before {
content: "\eab2";
}
.icofont-simple-left-down:before {
content: "\eab3";
}
.icofont-simple-left-up:before {
content: "\eab4";
}
.icofont-simple-left:before {
content: "\eab5";
}
.icofont-simple-right-down:before {
content: "\eab6";
}
.icofont-simple-right-up:before {
content: "\eab7";
}
.icofont-simple-right:before {
content: "\eab8";
}
.icofont-simple-up:before {
content: "\eab9";
}
.icofont-square-down:before {
content: "\eaba";
}
.icofont-square-left:before {
content: "\eabb";
}
.icofont-square-right:before {
content: "\eabc";
}
.icofont-square-up:before {
content: "\eabd";
}
.icofont-stylish-down:before {
content: "\eabe";
}
.icofont-stylish-left:before {
content: "\eabf";
}
.icofont-stylish-right:before {
content: "\eac0";
}
.icofont-stylish-up:before {
content: "\eac1";
}
.icofont-swoosh-down:before {
content: "\eac2";
}
.icofont-swoosh-left:before {
content: "\eac3";
}
.icofont-swoosh-right:before {
content: "\eac4";
}
.icofont-swoosh-up:before {
content: "\eac5";
}
.icofont-thin-double-left:before {
content: "\eac6";
}
.icofont-thin-double-right:before {
content: "\eac7";
}
.icofont-thin-down:before {
content: "\eac8";
}
.icofont-thin-left:before {
content: "\eac9";
}
.icofont-thin-right:before {
content: "\eaca";
}
.icofont-thin-up:before {
content: "\eacb";
}
.icofont-abc:before {
content: "\eacc";
}
.icofont-atom:before {
content: "\eacd";
}
.icofont-award:before {
content: "\eace";
}
.icofont-bell-alt:before {
content: "\eacf";
}
.icofont-black-board:before {
content: "\ead0";
}
.icofont-book-alt:before {
content: "\ead1";
}
.icofont-book:before {
content: "\ead2";
}
.icofont-brainstorming:before {
content: "\ead3";
}
.icofont-certificate-alt-1:before {
content: "\ead4";
}
.icofont-certificate-alt-2:before {
content: "\ead5";
}
.icofont-certificate:before {
content: "\ead6";
}
.icofont-education:before {
content: "\ead7";
}
.icofont-electron:before {
content: "\ead8";
}
.icofont-fountain-pen:before {
content: "\ead9";
}
.icofont-globe-alt:before {
content: "\eada";
}
.icofont-graduate-alt:before {
content: "\eadb";
}
.icofont-graduate:before {
content: "\eadc";
}
.icofont-group-students:before {
content: "\eadd";
}
.icofont-hat-alt:before {
content: "\eade";
}
.icofont-hat:before {
content: "\eadf";
}
.icofont-instrument:before {
content: "\eae0";
}
.icofont-lamp-light:before {
content: "\eae1";
}
.icofont-medal:before {
content: "\eae2";
}
.icofont-microscope-alt:before {
content: "\eae3";
}
.icofont-microscope:before {
content: "\eae4";
}
.icofont-paper:before {
content: "\eae5";
}
.icofont-pen-alt-4:before {
content: "\eae6";
}
.icofont-pen-nib:before {
content: "\eae7";
}
.icofont-pencil-alt-5:before {
content: "\eae8";
}
.icofont-quill-pen:before {
content: "\eae9";
}
.icofont-read-book-alt:before {
content: "\eaea";
}
.icofont-read-book:before {
content: "\eaeb";
}
.icofont-school-bag:before {
content: "\eaec";
}
.icofont-school-bus:before {
content: "\eaed";
}
.icofont-student-alt:before {
content: "\eaee";
}
.icofont-student:before {
content: "\eaef";
}
.icofont-teacher:before {
content: "\eaf0";
}
.icofont-test-bulb:before {
content: "\eaf1";
}
.icofont-test-tube-alt:before {
content: "\eaf2";
}
.icofont-university:before {
content: "\eaf3";
}
.icofont-angry:before {
content: "\eaf4";
}
.icofont-astonished:before {
content: "\eaf5";
}
.icofont-confounded:before {
content: "\eaf6";
}
.icofont-confused:before {
content: "\eaf7";
}
.icofont-crying:before {
content: "\eaf8";
}
.icofont-dizzy:before {
content: "\eaf9";
}
.icofont-expressionless:before {
content: "\eafa";
}
.icofont-heart-eyes:before {
content: "\eafb";
}
.icofont-laughing:before {
content: "\eafc";
}
.icofont-nerd-smile:before {
content: "\eafd";
}
.icofont-open-mouth:before {
content: "\eafe";
}
.icofont-rage:before {
content: "\eaff";
}
.icofont-rolling-eyes:before {
content: "\eb00";
}
.icofont-sad:before {
content: "\eb01";
}
.icofont-simple-smile:before {
content: "\eb02";
}
.icofont-slightly-smile:before {
content: "\eb03";
}
.icofont-smirk:before {
content: "\eb04";
}
.icofont-stuck-out-tongue:before {
content: "\eb05";
}
.icofont-wink-smile:before {
content: "\eb06";
}
.icofont-worried:before {
content: "\eb07";
}
.icofont-file-alt:before {
content: "\eb08";
}
.icofont-file-audio:before {
content: "\eb09";
}
.icofont-file-avi-mp4:before {
content: "\eb0a";
}
.icofont-file-bmp:before {
content: "\eb0b";
}
.icofont-file-code:before {
content: "\eb0c";
}
.icofont-file-css:before {
content: "\eb0d";
}
.icofont-file-document:before {
content: "\eb0e";
}
.icofont-file-eps:before {
content: "\eb0f";
}
.icofont-file-excel:before {
content: "\eb10";
}
.icofont-file-exe:before {
content: "\eb11";
}
.icofont-file-file:before {
content: "\eb12";
}
.icofont-file-flv:before {
content: "\eb13";
}
.icofont-file-gif:before {
content: "\eb14";
}
.icofont-file-html5:before {
content: "\eb15";
}
.icofont-file-image:before {
content: "\eb16";
}
.icofont-file-iso:before {
content: "\eb17";
}
.icofont-file-java:before {
content: "\eb18";
}
.icofont-file-javascript:before {
content: "\eb19";
}
.icofont-file-jpg:before {
content: "\eb1a";
}
.icofont-file-midi:before {
content: "\eb1b";
}
.icofont-file-mov:before {
content: "\eb1c";
}
.icofont-file-mp3:before {
content: "\eb1d";
}
.icofont-file-pdf:before {
content: "\eb1e";
}
.icofont-file-php:before {
content: "\eb1f";
}
.icofont-file-png:before {
content: "\eb20";
}
.icofont-file-powerpoint:before {
content: "\eb21";
}
.icofont-file-presentation:before {
content: "\eb22";
}
.icofont-file-psb:before {
content: "\eb23";
}
.icofont-file-psd:before {
content: "\eb24";
}
.icofont-file-python:before {
content: "\eb25";
}
.icofont-file-ruby:before {
content: "\eb26";
}
.icofont-file-spreadsheet:before {
content: "\eb27";
}
.icofont-file-sql:before {
content: "\eb28";
}
.icofont-file-svg:before {
content: "\eb29";
}
.icofont-file-text:before {
content: "\eb2a";
}
.icofont-file-tiff:before {
content: "\eb2b";
}
.icofont-file-video:before {
content: "\eb2c";
}
.icofont-file-wave:before {
content: "\eb2d";
}
.icofont-file-wmv:before {
content: "\eb2e";
}
.icofont-file-word:before {
content: "\eb2f";
}
.icofont-file-zip:before {
content: "\eb30";
}
.icofont-cycling-alt:before {
content: "\eb31";
}
.icofont-cycling:before {
content: "\eb32";
}
.icofont-dumbbell:before {
content: "\eb33";
}
.icofont-dumbbells:before {
content: "\eb34";
}
.icofont-gym-alt-1:before {
content: "\eb35";
}
.icofont-gym-alt-2:before {
content: "\eb36";
}
.icofont-gym-alt-3:before {
content: "\eb37";
}
.icofont-gym:before {
content: "\eb38";
}
.icofont-muscle-weight:before {
content: "\eb39";
}
.icofont-muscle:before {
content: "\eb3a";
}
.icofont-apple:before {
content: "\eb3b";
}
.icofont-arabian-coffee:before {
content: "\eb3c";
}
.icofont-artichoke:before {
content: "\eb3d";
}
.icofont-asparagus:before {
content: "\eb3e";
}
.icofont-avocado:before {
content: "\eb3f";
}
.icofont-baby-food:before {
content: "\eb40";
}
.icofont-banana:before {
content: "\eb41";
}
.icofont-bbq:before {
content: "\eb42";
}
.icofont-beans:before {
content: "\eb43";
}
.icofont-beer:before {
content: "\eb44";
}
.icofont-bell-pepper-capsicum:before {
content: "\eb45";
}
.icofont-birthday-cake:before {
content: "\eb46";
}
.icofont-bread:before {
content: "\eb47";
}
.icofont-broccoli:before {
content: "\eb48";
}
.icofont-burger:before {
content: "\eb49";
}
.icofont-cabbage:before {
content: "\eb4a";
}
.icofont-carrot:before {
content: "\eb4b";
}
.icofont-cauli-flower:before {
content: "\eb4c";
}
.icofont-cheese:before {
content: "\eb4d";
}
.icofont-chef:before {
content: "\eb4e";
}
.icofont-cherry:before {
content: "\eb4f";
}
.icofont-chicken-fry:before {
content: "\eb50";
}
.icofont-chicken:before {
content: "\eb51";
}
.icofont-cocktail:before {
content: "\eb52";
}
.icofont-coconut-water:before {
content: "\eb53";
}
.icofont-coconut:before {
content: "\eb54";
}
.icofont-coffee-alt:before {
content: "\eb55";
}
.icofont-coffee-cup:before {
content: "\eb56";
}
.icofont-coffee-mug:before {
content: "\eb57";
}
.icofont-coffee-pot:before {
content: "\eb58";
}
.icofont-cola:before {
content: "\eb59";
}
.icofont-corn:before {
content: "\eb5a";
}
.icofont-croissant:before {
content: "\eb5b";
}
.icofont-crop-plant:before {
content: "\eb5c";
}
.icofont-cucumber:before {
content: "\eb5d";
}
.icofont-culinary:before {
content: "\eb5e";
}
.icofont-cup-cake:before {
content: "\eb5f";
}
.icofont-dining-table:before {
content: "\eb60";
}
.icofont-donut:before {
content: "\eb61";
}
.icofont-egg-plant:before {
content: "\eb62";
}
.icofont-egg-poached:before {
content: "\eb63";
}
.icofont-farmer-alt:before {
content: "\eb64";
}
.icofont-farmer:before {
content: "\eb65";
}
.icofont-fast-food:before {
content: "\eb66";
}
.icofont-food-basket:before {
content: "\eb67";
}
.icofont-food-cart:before {
content: "\eb68";
}
.icofont-fork-and-knife:before {
content: "\eb69";
}
.icofont-french-fries:before {
content: "\eb6a";
}
.icofont-fruits:before {
content: "\eb6b";
}
.icofont-grapes:before {
content: "\eb6c";
}
.icofont-honey:before {
content: "\eb6d";
}
.icofont-hot-dog:before {
content: "\eb6e";
}
.icofont-ice-cream-alt:before {
content: "\eb6f";
}
.icofont-ice-cream:before {
content: "\eb70";
}
.icofont-juice:before {
content: "\eb71";
}
.icofont-ketchup:before {
content: "\eb72";
}
.icofont-kiwi:before {
content: "\eb73";
}
.icofont-layered-cake:before {
content: "\eb74";
}
.icofont-lemon-alt:before {
content: "\eb75";
}
.icofont-lemon:before {
content: "\eb76";
}
.icofont-lobster:before {
content: "\eb77";
}
.icofont-mango:before {
content: "\eb78";
}
.icofont-milk:before {
content: "\eb79";
}
.icofont-mushroom:before {
content: "\eb7a";
}
.icofont-noodles:before {
content: "\eb7b";
}
.icofont-onion:before {
content: "\eb7c";
}
.icofont-orange:before {
content: "\eb7d";
}
.icofont-pear:before {
content: "\eb7e";
}
.icofont-peas:before {
content: "\eb7f";
}
.icofont-pepper:before {
content: "\eb80";
}
.icofont-pie-alt:before {
content: "\eb81";
}
.icofont-pie:before {
content: "\eb82";
}
.icofont-pineapple:before {
content: "\eb83";
}
.icofont-pizza-slice:before {
content: "\eb84";
}
.icofont-pizza:before {
content: "\eb85";
}
.icofont-plant:before {
content: "\eb86";
}
.icofont-popcorn:before {
content: "\eb87";
}
.icofont-potato:before {
content: "\eb88";
}
.icofont-pumpkin:before {
content: "\eb89";
}
.icofont-raddish:before {
content: "\eb8a";
}
.icofont-restaurant-menu:before {
content: "\eb8b";
}
.icofont-restaurant:before {
content: "\eb8c";
}
.icofont-salt-and-pepper:before {
content: "\eb8d";
}
.icofont-sandwich:before {
content: "\eb8e";
}
.icofont-sausage:before {
content: "\eb8f";
}
.icofont-soft-drinks:before {
content: "\eb90";
}
.icofont-soup-bowl:before {
content: "\eb91";
}
.icofont-spoon-and-fork:before {
content: "\eb92";
}
.icofont-steak:before {
content: "\eb93";
}
.icofont-strawberry:before {
content: "\eb94";
}
.icofont-sub-sandwich:before {
content: "\eb95";
}
.icofont-sushi:before {
content: "\eb96";
}
.icofont-taco:before {
content: "\eb97";
}
.icofont-tea-pot:before {
content: "\eb98";
}
.icofont-tea:before {
content: "\eb99";
}
.icofont-tomato:before {
content: "\eb9a";
}
.icofont-watermelon:before {
content: "\eb9b";
}
.icofont-wheat:before {
content: "\eb9c";
}
.icofont-baby-backpack:before {
content: "\eb9d";
}
.icofont-baby-cloth:before {
content: "\eb9e";
}
.icofont-baby-milk-bottle:before {
content: "\eb9f";
}
.icofont-baby-trolley:before {
content: "\eba0";
}
.icofont-baby:before {
content: "\eba1";
}
.icofont-candy:before {
content: "\eba2";
}
.icofont-holding-hands:before {
content: "\eba3";
}
.icofont-infant-nipple:before {
content: "\eba4";
}
.icofont-kids-scooter:before {
content: "\eba5";
}
.icofont-safety-pin:before {
content: "\eba6";
}
.icofont-teddy-bear:before {
content: "\eba7";
}
.icofont-toy-ball:before {
content: "\eba8";
}
.icofont-toy-cat:before {
content: "\eba9";
}
.icofont-toy-duck:before {
content: "\ebaa";
}
.icofont-toy-elephant:before {
content: "\ebab";
}
.icofont-toy-hand:before {
content: "\ebac";
}
.icofont-toy-horse:before {
content: "\ebad";
}
.icofont-toy-lattu:before {
content: "\ebae";
}
.icofont-toy-train:before {
content: "\ebaf";
}
.icofont-burglar:before {
content: "\ebb0";
}
.icofont-cannon-firing:before {
content: "\ebb1";
}
.icofont-cc-camera:before {
content: "\ebb2";
}
.icofont-cop-badge:before {
content: "\ebb3";
}
.icofont-cop:before {
content: "\ebb4";
}
.icofont-court-hammer:before {
content: "\ebb5";
}
.icofont-court:before {
content: "\ebb6";
}
.icofont-finger-print:before {
content: "\ebb7";
}
.icofont-gavel:before {
content: "\ebb8";
}
.icofont-handcuff-alt:before {
content: "\ebb9";
}
.icofont-handcuff:before {
content: "\ebba";
}
.icofont-investigation:before {
content: "\ebbb";
}
.icofont-investigator:before {
content: "\ebbc";
}
.icofont-jail:before {
content: "\ebbd";
}
.icofont-judge:before {
content: "\ebbe";
}
.icofont-law-alt-1:before {
content: "\ebbf";
}
.icofont-law-alt-2:before {
content: "\ebc0";
}
.icofont-law-alt-3:before {
content: "\ebc1";
}
.icofont-law-book:before {
content: "\ebc2";
}
.icofont-law-document:before {
content: "\ebc3";
}
.icofont-law-order:before {
content: "\ebc4";
}
.icofont-law-protect:before {
content: "\ebc5";
}
.icofont-law-scales:before {
content: "\ebc6";
}
.icofont-law:before {
content: "\ebc7";
}
.icofont-lawyer-alt-1:before {
content: "\ebc8";
}
.icofont-lawyer-alt-2:before {
content: "\ebc9";
}
.icofont-lawyer:before {
content: "\ebca";
}
.icofont-legal:before {
content: "\ebcb";
}
.icofont-pistol:before {
content: "\ebcc";
}
.icofont-police-badge:before {
content: "\ebcd";
}
.icofont-police-cap:before {
content: "\ebce";
}
.icofont-police-car-alt-1:before {
content: "\ebcf";
}
.icofont-police-car-alt-2:before {
content: "\ebd0";
}
.icofont-police-car:before {
content: "\ebd1";
}
.icofont-police-hat:before {
content: "\ebd2";
}
.icofont-police-van:before {
content: "\ebd3";
}
.icofont-police:before {
content: "\ebd4";
}
.icofont-thief-alt:before {
content: "\ebd5";
}
.icofont-thief:before {
content: "\ebd6";
}
.icofont-abacus-alt:before {
content: "\ebd7";
}
.icofont-abacus:before {
content: "\ebd8";
}
.icofont-angle-180:before {
content: "\ebd9";
}
.icofont-angle-45:before {
content: "\ebda";
}
.icofont-angle-90:before {
content: "\ebdb";
}
.icofont-angle:before {
content: "\ebdc";
}
.icofont-calculator-alt-1:before {
content: "\ebdd";
}
.icofont-calculator-alt-2:before {
content: "\ebde";
}
.icofont-calculator:before {
content: "\ebdf";
}
.icofont-circle-ruler-alt:before {
content: "\ebe0";
}
.icofont-circle-ruler:before {
content: "\ebe1";
}
.icofont-compass-alt-1:before {
content: "\ebe2";
}
.icofont-compass-alt-2:before {
content: "\ebe3";
}
.icofont-compass-alt-3:before {
content: "\ebe4";
}
.icofont-compass-alt-4:before {
content: "\ebe5";
}
.icofont-golden-ratio:before {
content: "\ebe6";
}
.icofont-marker-alt-1:before {
content: "\ebe7";
}
.icofont-marker-alt-2:before {
content: "\ebe8";
}
.icofont-marker-alt-3:before {
content: "\ebe9";
}
.icofont-marker:before {
content: "\ebea";
}
.icofont-math:before {
content: "\ebeb";
}
.icofont-mathematical-alt-1:before {
content: "\ebec";
}
.icofont-mathematical-alt-2:before {
content: "\ebed";
}
.icofont-mathematical:before {
content: "\ebee";
}
.icofont-pen-alt-1:before {
content: "\ebef";
}
.icofont-pen-alt-2:before {
content: "\ebf0";
}
.icofont-pen-alt-3:before {
content: "\ebf1";
}
.icofont-pen-holder-alt-1:before {
content: "\ebf2";
}
.icofont-pen-holder:before {
content: "\ebf3";
}
.icofont-pen:before {
content: "\ebf4";
}
.icofont-pencil-alt-1:before {
content: "\ebf5";
}
.icofont-pencil-alt-2:before {
content: "\ebf6";
}
.icofont-pencil-alt-3:before {
content: "\ebf7";
}
.icofont-pencil-alt-4:before {
content: "\ebf8";
}
.icofont-pencil:before {
content: "\ebf9";
}
.icofont-ruler-alt-1:before {
content: "\ebfa";
}
.icofont-ruler-alt-2:before {
content: "\ebfb";
}
.icofont-ruler-compass-alt:before {
content: "\ebfc";
}
.icofont-ruler-compass:before {
content: "\ebfd";
}
.icofont-ruler-pencil-alt-1:before {
content: "\ebfe";
}
.icofont-ruler-pencil-alt-2:before {
content: "\ebff";
}
.icofont-ruler-pencil:before {
content: "\ec00";
}
.icofont-ruler:before {
content: "\ec01";
}
.icofont-rulers-alt:before {
content: "\ec02";
}
.icofont-rulers:before {
content: "\ec03";
}
.icofont-square-root:before {
content: "\ec04";
}
.icofont-ui-calculator:before {
content: "\ec05";
}
.icofont-aids:before {
content: "\ec06";
}
.icofont-ambulance-crescent:before {
content: "\ec07";
}
.icofont-ambulance-cross:before {
content: "\ec08";
}
.icofont-ambulance:before {
content: "\ec09";
}
.icofont-autism:before {
content: "\ec0a";
}
.icofont-bandage:before {
content: "\ec0b";
}
.icofont-blind:before {
content: "\ec0c";
}
.icofont-blood-drop:before {
content: "\ec0d";
}
.icofont-blood-test:before {
content: "\ec0e";
}
.icofont-blood:before {
content: "\ec0f";
}
.icofont-brain-alt:before {
content: "\ec10";
}
.icofont-brain:before {
content: "\ec11";
}
.icofont-capsule:before {
content: "\ec12";
}
.icofont-crutch:before {
content: "\ec13";
}
.icofont-disabled:before {
content: "\ec14";
}
.icofont-dna-alt-1:before {
content: "\ec15";
}
.icofont-dna-alt-2:before {
content: "\ec16";
}
.icofont-dna:before {
content: "\ec17";
}
.icofont-doctor-alt:before {
content: "\ec18";
}
.icofont-doctor:before {
content: "\ec19";
}
.icofont-drug-pack:before {
content: "\ec1a";
}
.icofont-drug:before {
content: "\ec1b";
}
.icofont-first-aid-alt:before {
content: "\ec1c";
}
.icofont-first-aid:before {
content: "\ec1d";
}
.icofont-heart-beat-alt:before {
content: "\ec1e";
}
.icofont-heart-beat:before {
content: "\ec1f";
}
.icofont-heartbeat:before {
content: "\ec20";
}
.icofont-herbal:before {
content: "\ec21";
}
.icofont-hospital:before {
content: "\ec22";
}
.icofont-icu:before {
content: "\ec23";
}
.icofont-injection-syringe:before {
content: "\ec24";
}
.icofont-laboratory:before {
content: "\ec25";
}
.icofont-medical-sign-alt:before {
content: "\ec26";
}
.icofont-medical-sign:before {
content: "\ec27";
}
.icofont-nurse-alt:before {
content: "\ec28";
}
.icofont-nurse:before {
content: "\ec29";
}
.icofont-nursing-home:before {
content: "\ec2a";
}
.icofont-operation-theater:before {
content: "\ec2b";
}
.icofont-paralysis-disability:before {
content: "\ec2c";
}
.icofont-patient-bed:before {
content: "\ec2d";
}
.icofont-patient-file:before {
content: "\ec2e";
}
.icofont-pills:before {
content: "\ec2f";
}
.icofont-prescription:before {
content: "\ec30";
}
.icofont-pulse:before {
content: "\ec31";
}
.icofont-stethoscope-alt:before {
content: "\ec32";
}
.icofont-stethoscope:before {
content: "\ec33";
}
.icofont-stretcher:before {
content: "\ec34";
}
.icofont-surgeon-alt:before {
content: "\ec35";
}
.icofont-surgeon:before {
content: "\ec36";
}
.icofont-tablets:before {
content: "\ec37";
}
.icofont-test-bottle:before {
content: "\ec38";
}
.icofont-test-tube:before {
content: "\ec39";
}
.icofont-thermometer-alt:before {
content: "\ec3a";
}
.icofont-thermometer:before {
content: "\ec3b";
}
.icofont-tooth:before {
content: "\ec3c";
}
.icofont-xray:before {
content: "\ec3d";
}
.icofont-ui-add:before {
content: "\ec3e";
}
.icofont-ui-alarm:before {
content: "\ec3f";
}
.icofont-ui-battery:before {
content: "\ec40";
}
.icofont-ui-block:before {
content: "\ec41";
}
.icofont-ui-bluetooth:before {
content: "\ec42";
}
.icofont-ui-brightness:before {
content: "\ec43";
}
.icofont-ui-browser:before {
content: "\ec44";
}
.icofont-ui-calendar:before {
content: "\ec45";
}
.icofont-ui-call:before {
content: "\ec46";
}
.icofont-ui-camera:before {
content: "\ec47";
}
.icofont-ui-cart:before {
content: "\ec48";
}
.icofont-ui-cell-phone:before {
content: "\ec49";
}
.icofont-ui-chat:before {
content: "\ec4a";
}
.icofont-ui-check:before {
content: "\ec4b";
}
.icofont-ui-clip-board:before {
content: "\ec4c";
}
.icofont-ui-clip:before {
content: "\ec4d";
}
.icofont-ui-clock:before {
content: "\ec4e";
}
.icofont-ui-close:before {
content: "\ec4f";
}
.icofont-ui-contact-list:before {
content: "\ec50";
}
.icofont-ui-copy:before {
content: "\ec51";
}
.icofont-ui-cut:before {
content: "\ec52";
}
.icofont-ui-delete:before {
content: "\ec53";
}
.icofont-ui-dial-phone:before {
content: "\ec54";
}
.icofont-ui-edit:before {
content: "\ec55";
}
.icofont-ui-email:before {
content: "\ec56";
}
.icofont-ui-file:before {
content: "\ec57";
}
.icofont-ui-fire-wall:before {
content: "\ec58";
}
.icofont-ui-flash-light:before {
content: "\ec59";
}
.icofont-ui-flight:before {
content: "\ec5a";
}
.icofont-ui-folder:before {
content: "\ec5b";
}
.icofont-ui-game:before {
content: "\ec5c";
}
.icofont-ui-handicapped:before {
content: "\ec5d";
}
.icofont-ui-home:before {
content: "\ec5e";
}
.icofont-ui-image:before {
content: "\ec5f";
}
.icofont-ui-laoding:before {
content: "\ec60";
}
.icofont-ui-lock:before {
content: "\ec61";
}
.icofont-ui-love-add:before {
content: "\ec62";
}
.icofont-ui-love-broken:before {
content: "\ec63";
}
.icofont-ui-love-remove:before {
content: "\ec64";
}
.icofont-ui-love:before {
content: "\ec65";
}
.icofont-ui-map:before {
content: "\ec66";
}
.icofont-ui-message:before {
content: "\ec67";
}
.icofont-ui-messaging:before {
content: "\ec68";
}
.icofont-ui-movie:before {
content: "\ec69";
}
.icofont-ui-music-player:before {
content: "\ec6a";
}
.icofont-ui-music:before {
content: "\ec6b";
}
.icofont-ui-mute:before {
content: "\ec6c";
}
.icofont-ui-network:before {
content: "\ec6d";
}
.icofont-ui-next:before {
content: "\ec6e";
}
.icofont-ui-note:before {
content: "\ec6f";
}
.icofont-ui-office:before {
content: "\ec70";
}
.icofont-ui-password:before {
content: "\ec71";
}
.icofont-ui-pause:before {
content: "\ec72";
}
.icofont-ui-play-stop:before {
content: "\ec73";
}
.icofont-ui-play:before {
content: "\ec74";
}
.icofont-ui-pointer:before {
content: "\ec75";
}
.icofont-ui-power:before {
content: "\ec76";
}
.icofont-ui-press:before {
content: "\ec77";
}
.icofont-ui-previous:before {
content: "\ec78";
}
.icofont-ui-rate-add:before {
content: "\ec79";
}
.icofont-ui-rate-blank:before {
content: "\ec7a";
}
.icofont-ui-rate-remove:before {
content: "\ec7b";
}
.icofont-ui-rating:before {
content: "\ec7c";
}
.icofont-ui-record:before {
content: "\ec7d";
}
.icofont-ui-remove:before {
content: "\ec7e";
}
.icofont-ui-reply:before {
content: "\ec7f";
}
.icofont-ui-rotation:before {
content: "\ec80";
}
.icofont-ui-rss:before {
content: "\ec81";
}
.icofont-ui-search:before {
content: "\ec82";
}
.icofont-ui-settings:before {
content: "\ec83";
}
.icofont-ui-social-link:before {
content: "\ec84";
}
.icofont-ui-tag:before {
content: "\ec85";
}
.icofont-ui-text-chat:before {
content: "\ec86";
}
.icofont-ui-text-loading:before {
content: "\ec87";
}
.icofont-ui-theme:before {
content: "\ec88";
}
.icofont-ui-timer:before {
content: "\ec89";
}
.icofont-ui-touch-phone:before {
content: "\ec8a";
}
.icofont-ui-travel:before {
content: "\ec8b";
}
.icofont-ui-unlock:before {
content: "\ec8c";
}
.icofont-ui-user-group:before {
content: "\ec8d";
}
.icofont-ui-user:before {
content: "\ec8e";
}
.icofont-ui-v-card:before {
content: "\ec8f";
}
.icofont-ui-video-chat:before {
content: "\ec90";
}
.icofont-ui-video-message:before {
content: "\ec91";
}
.icofont-ui-video-play:before {
content: "\ec92";
}
.icofont-ui-video:before {
content: "\ec93";
}
.icofont-ui-volume:before {
content: "\ec94";
}
.icofont-ui-weather:before {
content: "\ec95";
}
.icofont-ui-wifi:before {
content: "\ec96";
}
.icofont-ui-zoom-in:before {
content: "\ec97";
}
.icofont-ui-zoom-out:before {
content: "\ec98";
}
.icofont-cassette-player:before {
content: "\ec99";
}
.icofont-cassette:before {
content: "\ec9a";
}
.icofont-forward:before {
content: "\ec9b";
}
.icofont-guiter:before {
content: "\ec9c";
}
.icofont-movie:before {
content: "\ec9d";
}
.icofont-multimedia:before {
content: "\ec9e";
}
.icofont-music-alt:before {
content: "\ec9f";
}
.icofont-music-disk:before {
content: "\eca0";
}
.icofont-music-note:before {
content: "\eca1";
}
.icofont-music-notes:before {
content: "\eca2";
}
.icofont-music:before {
content: "\eca3";
}
.icofont-mute-volume:before {
content: "\eca4";
}
.icofont-pause:before {
content: "\eca5";
}
.icofont-play-alt-1:before {
content: "\eca6";
}
.icofont-play-alt-2:before {
content: "\eca7";
}
.icofont-play-alt-3:before {
content: "\eca8";
}
.icofont-play-pause:before {
content: "\eca9";
}
.icofont-play:before {
content: "\ecaa";
}
.icofont-record:before {
content: "\ecab";
}
.icofont-retro-music-disk:before {
content: "\ecac";
}
.icofont-rewind:before {
content: "\ecad";
}
.icofont-song-notes:before {
content: "\ecae";
}
.icofont-sound-wave-alt:before {
content: "\ecaf";
}
.icofont-sound-wave:before {
content: "\ecb0";
}
.icofont-stop:before {
content: "\ecb1";
}
.icofont-video-alt:before {
content: "\ecb2";
}
.icofont-video-cam:before {
content: "\ecb3";
}
.icofont-video-clapper:before {
content: "\ecb4";
}
.icofont-video:before {
content: "\ecb5";
}
.icofont-volume-bar:before {
content: "\ecb6";
}
.icofont-volume-down:before {
content: "\ecb7";
}
.icofont-volume-mute:before {
content: "\ecb8";
}
.icofont-volume-off:before {
content: "\ecb9";
}
.icofont-volume-up:before {
content: "\ecba";
}
.icofont-youtube-play:before {
content: "\ecbb";
}
.icofont-2checkout-alt:before {
content: "\ecbc";
}
.icofont-2checkout:before {
content: "\ecbd";
}
.icofont-amazon-alt:before {
content: "\ecbe";
}
.icofont-amazon:before {
content: "\ecbf";
}
.icofont-american-express-alt:before {
content: "\ecc0";
}
.icofont-american-express:before {
content: "\ecc1";
}
.icofont-apple-pay-alt:before {
content: "\ecc2";
}
.icofont-apple-pay:before {
content: "\ecc3";
}
.icofont-bank-transfer-alt:before {
content: "\ecc4";
}
.icofont-bank-transfer:before {
content: "\ecc5";
}
.icofont-braintree-alt:before {
content: "\ecc6";
}
.icofont-braintree:before {
content: "\ecc7";
}
.icofont-cash-on-delivery-alt:before {
content: "\ecc8";
}
.icofont-cash-on-delivery:before {
content: "\ecc9";
}
.icofont-diners-club-alt-1:before {
content: "\ecca";
}
.icofont-diners-club-alt-2:before {
content: "\eccb";
}
.icofont-diners-club-alt-3:before {
content: "\eccc";
}
.icofont-diners-club:before {
content: "\eccd";
}
.icofont-discover-alt:before {
content: "\ecce";
}
.icofont-discover:before {
content: "\eccf";
}
.icofont-eway-alt:before {
content: "\ecd0";
}
.icofont-eway:before {
content: "\ecd1";
}
.icofont-google-wallet-alt-1:before {
content: "\ecd2";
}
.icofont-google-wallet-alt-2:before {
content: "\ecd3";
}
.icofont-google-wallet-alt-3:before {
content: "\ecd4";
}
.icofont-google-wallet:before {
content: "\ecd5";
}
.icofont-jcb-alt:before {
content: "\ecd6";
}
.icofont-jcb:before {
content: "\ecd7";
}
.icofont-maestro-alt:before {
content: "\ecd8";
}
.icofont-maestro:before {
content: "\ecd9";
}
.icofont-mastercard-alt:before {
content: "\ecda";
}
.icofont-mastercard:before {
content: "\ecdb";
}
.icofont-payoneer-alt:before {
content: "\ecdc";
}
.icofont-payoneer:before {
content: "\ecdd";
}
.icofont-paypal-alt:before {
content: "\ecde";
}
.icofont-paypal:before {
content: "\ecdf";
}
.icofont-sage-alt:before {
content: "\ece0";
}
.icofont-sage:before {
content: "\ece1";
}
.icofont-skrill-alt:before {
content: "\ece2";
}
.icofont-skrill:before {
content: "\ece3";
}
.icofont-stripe-alt:before {
content: "\ece4";
}
.icofont-stripe:before {
content: "\ece5";
}
.icofont-visa-alt:before {
content: "\ece6";
}
.icofont-visa-electron:before {
content: "\ece7";
}
.icofont-visa:before {
content: "\ece8";
}
.icofont-western-union-alt:before {
content: "\ece9";
}
.icofont-western-union:before {
content: "\ecea";
}
.icofont-boy:before {
content: "\eceb";
}
.icofont-business-man-alt-1:before {
content: "\ecec";
}
.icofont-business-man-alt-2:before {
content: "\eced";
}
.icofont-business-man-alt-3:before {
content: "\ecee";
}
.icofont-business-man:before {
content: "\ecef";
}
.icofont-female:before {
content: "\ecf0";
}
.icofont-funky-man:before {
content: "\ecf1";
}
.icofont-girl-alt:before {
content: "\ecf2";
}
.icofont-girl:before {
content: "\ecf3";
}
.icofont-group:before {
content: "\ecf4";
}
.icofont-hotel-boy-alt:before {
content: "\ecf5";
}
.icofont-hotel-boy:before {
content: "\ecf6";
}
.icofont-kid:before {
content: "\ecf7";
}
.icofont-man-in-glasses:before {
content: "\ecf8";
}
.icofont-people:before {
content: "\ecf9";
}
.icofont-support:before {
content: "\ecfa";
}
.icofont-user-alt-1:before {
content: "\ecfb";
}
.icofont-user-alt-2:before {
content: "\ecfc";
}
.icofont-user-alt-3:before {
content: "\ecfd";
}
.icofont-user-alt-4:before {
content: "\ecfe";
}
.icofont-user-alt-5:before {
content: "\ecff";
}
.icofont-user-alt-6:before {
content: "\ed00";
}
.icofont-user-alt-7:before {
content: "\ed01";
}
.icofont-user-female:before {
content: "\ed02";
}
.icofont-user-male:before {
content: "\ed03";
}
.icofont-user-suited:before {
content: "\ed04";
}
.icofont-user:before {
content: "\ed05";
}
.icofont-users-alt-1:before {
content: "\ed06";
}
.icofont-users-alt-2:before {
content: "\ed07";
}
.icofont-users-alt-3:before {
content: "\ed08";
}
.icofont-users-alt-4:before {
content: "\ed09";
}
.icofont-users-alt-5:before {
content: "\ed0a";
}
.icofont-users-alt-6:before {
content: "\ed0b";
}
.icofont-users-social:before {
content: "\ed0c";
}
.icofont-users:before {
content: "\ed0d";
}
.icofont-waiter-alt:before {
content: "\ed0e";
}
.icofont-waiter:before {
content: "\ed0f";
}
.icofont-woman-in-glasses:before {
content: "\ed10";
}
.icofont-search-1:before {
content: "\ed11";
}
.icofont-search-2:before {
content: "\ed12";
}
.icofont-search-document:before {
content: "\ed13";
}
.icofont-search-folder:before {
content: "\ed14";
}
.icofont-search-job:before {
content: "\ed15";
}
.icofont-search-map:before {
content: "\ed16";
}
.icofont-search-property:before {
content: "\ed17";
}
.icofont-search-restaurant:before {
content: "\ed18";
}
.icofont-search-stock:before {
content: "\ed19";
}
.icofont-search-user:before {
content: "\ed1a";
}
.icofont-search:before {
content: "\ed1b";
}
.icofont-500px:before {
content: "\ed1c";
}
.icofont-aim:before {
content: "\ed1d";
}
.icofont-badoo:before {
content: "\ed1e";
}
.icofont-baidu-tieba:before {
content: "\ed1f";
}
.icofont-bbm-messenger:before {
content: "\ed20";
}
.icofont-bebo:before {
content: "\ed21";
}
.icofont-behance:before {
content: "\ed22";
}
.icofont-blogger:before {
content: "\ed23";
}
.icofont-bootstrap:before {
content: "\ed24";
}
.icofont-brightkite:before {
content: "\ed25";
}
.icofont-cloudapp:before {
content: "\ed26";
}
.icofont-concrete5:before {
content: "\ed27";
}
.icofont-delicious:before {
content: "\ed28";
}
.icofont-designbump:before {
content: "\ed29";
}
.icofont-designfloat:before {
content: "\ed2a";
}
.icofont-deviantart:before {
content: "\ed2b";
}
.icofont-digg:before {
content: "\ed2c";
}
.icofont-dotcms:before {
content: "\ed2d";
}
.icofont-dribbble:before {
content: "\ed2e";
}
.icofont-dribble:before {
content: "\ed2f";
}
.icofont-dropbox:before {
content: "\ed30";
}
.icofont-ebuddy:before {
content: "\ed31";
}
.icofont-ello:before {
content: "\ed32";
}
.icofont-ember:before {
content: "\ed33";
}
.icofont-envato:before {
content: "\ed34";
}
.icofont-evernote:before {
content: "\ed35";
}
.icofont-facebook-messenger:before {
content: "\ed36";
}
.icofont-facebook:before {
content: "\ed37";
}
.icofont-feedburner:before {
content: "\ed38";
}
.icofont-flikr:before {
content: "\ed39";
}
.icofont-folkd:before {
content: "\ed3a";
}
.icofont-foursquare:before {
content: "\ed3b";
}
.icofont-friendfeed:before {
content: "\ed3c";
}
.icofont-ghost:before {
content: "\ed3d";
}
.icofont-github:before {
content: "\ed3e";
}
.icofont-gnome:before {
content: "\ed3f";
}
.icofont-google-buzz:before {
content: "\ed40";
}
.icofont-google-hangouts:before {
content: "\ed41";
}
.icofont-google-map:before {
content: "\ed42";
}
.icofont-google-plus:before {
content: "\ed43";
}
.icofont-google-talk:before {
content: "\ed44";
}
.icofont-hype-machine:before {
content: "\ed45";
}
.icofont-instagram:before {
content: "\ed46";
}
.icofont-kakaotalk:before {
content: "\ed47";
}
.icofont-kickstarter:before {
content: "\ed48";
}
.icofont-kik:before {
content: "\ed49";
}
.icofont-kiwibox:before {
content: "\ed4a";
}
.icofont-line-messenger:before {
content: "\ed4b";
}
.icofont-line:before {
content: "\ed4c";
}
.icofont-linkedin:before {
content: "\ed4d";
}
.icofont-linux-mint:before {
content: "\ed4e";
}
.icofont-live-messenger:before {
content: "\ed4f";
}
.icofont-livejournal:before {
content: "\ed50";
}
.icofont-magento:before {
content: "\ed51";
}
.icofont-meetme:before {
content: "\ed52";
}
.icofont-meetup:before {
content: "\ed53";
}
.icofont-mixx:before {
content: "\ed54";
}
.icofont-newsvine:before {
content: "\ed55";
}
.icofont-nimbuss:before {
content: "\ed56";
}
.icofont-odnoklassniki:before {
content: "\ed57";
}
.icofont-opencart:before {
content: "\ed58";
}
.icofont-oscommerce:before {
content: "\ed59";
}
.icofont-pandora:before {
content: "\ed5a";
}
.icofont-photobucket:before {
content: "\ed5b";
}
.icofont-picasa:before {
content: "\ed5c";
}
.icofont-pinterest:before {
content: "\ed5d";
}
.icofont-prestashop:before {
content: "\ed5e";
}
.icofont-qik:before {
content: "\ed5f";
}
.icofont-qq:before {
content: "\ed60";
}
.icofont-readernaut:before {
content: "\ed61";
}
.icofont-reddit:before {
content: "\ed62";
}
.icofont-renren:before {
content: "\ed63";
}
.icofont-rss:before {
content: "\ed64";
}
.icofont-shopify:before {
content: "\ed65";
}
.icofont-silverstripe:before {
content: "\ed66";
}
.icofont-skype:before {
content: "\ed67";
}
.icofont-slack:before {
content: "\ed68";
}
.icofont-slashdot:before {
content: "\ed69";
}
.icofont-slidshare:before {
content: "\ed6a";
}
.icofont-smugmug:before {
content: "\ed6b";
}
.icofont-snapchat:before {
content: "\ed6c";
}
.icofont-soundcloud:before {
content: "\ed6d";
}
.icofont-spotify:before {
content: "\ed6e";
}
.icofont-stack-exchange:before {
content: "\ed6f";
}
.icofont-stack-overflow:before {
content: "\ed70";
}
.icofont-steam:before {
content: "\ed71";
}
.icofont-stumbleupon:before {
content: "\ed72";
}
.icofont-tagged:before {
content: "\ed73";
}
.icofont-technorati:before {
content: "\ed74";
}
.icofont-telegram:before {
content: "\ed75";
}
.icofont-tinder:before {
content: "\ed76";
}
.icofont-trello:before {
content: "\ed77";
}
.icofont-tumblr:before {
content: "\ed78";
}
.icofont-twitch:before {
content: "\ed79";
}
.icofont-twitter:before {
content: "\ed7a";
}
.icofont-typo3:before {
content: "\ed7b";
}
.icofont-ubercart:before {
content: "\ed7c";
}
.icofont-viber:before {
content: "\ed7d";
}
.icofont-viddler:before {
content: "\ed7e";
}
.icofont-vimeo:before {
content: "\ed7f";
}
.icofont-vine:before {
content: "\ed80";
}
.icofont-virb:before {
content: "\ed81";
}
.icofont-virtuemart:before {
content: "\ed82";
}
.icofont-vk:before {
content: "\ed83";
}
.icofont-wechat:before {
content: "\ed84";
}
.icofont-weibo:before {
content: "\ed85";
}
.icofont-whatsapp:before {
content: "\ed86";
}
.icofont-xing:before {
content: "\ed87";
}
.icofont-yahoo:before {
content: "\ed88";
}
.icofont-yelp:before {
content: "\ed89";
}
.icofont-youku:before {
content: "\ed8a";
}
.icofont-youtube:before {
content: "\ed8b";
}
.icofont-zencart:before {
content: "\ed8c";
}
.icofont-badminton-birdie:before {
content: "\ed8d";
}
.icofont-baseball:before {
content: "\ed8e";
}
.icofont-baseballer:before {
content: "\ed8f";
}
.icofont-basketball-hoop:before {
content: "\ed90";
}
.icofont-basketball:before {
content: "\ed91";
}
.icofont-billiard-ball:before {
content: "\ed92";
}
.icofont-boot-alt-1:before {
content: "\ed93";
}
.icofont-boot-alt-2:before {
content: "\ed94";
}
.icofont-boot:before {
content: "\ed95";
}
.icofont-bowling-alt:before {
content: "\ed96";
}
.icofont-bowling:before {
content: "\ed97";
}
.icofont-canoe:before {
content: "\ed98";
}
.icofont-cheer-leader:before {
content: "\ed99";
}
.icofont-climbing:before {
content: "\ed9a";
}
.icofont-corner:before {
content: "\ed9b";
}
.icofont-field-alt:before {
content: "\ed9c";
}
.icofont-field:before {
content: "\ed9d";
}
.icofont-football-alt:before {
content: "\ed9e";
}
.icofont-football-american:before {
content: "\ed9f";
}
.icofont-football:before {
content: "\eda0";
}
.icofont-foul:before {
content: "\eda1";
}
.icofont-goal-keeper:before {
content: "\eda2";
}
.icofont-goal:before {
content: "\eda3";
}
.icofont-golf-alt:before {
content: "\eda4";
}
.icofont-golf-bag:before {
content: "\eda5";
}
.icofont-golf-cart:before {
content: "\eda6";
}
.icofont-golf-field:before {
content: "\eda7";
}
.icofont-golf:before {
content: "\eda8";
}
.icofont-golfer:before {
content: "\eda9";
}
.icofont-helmet:before {
content: "\edaa";
}
.icofont-hockey-alt:before {
content: "\edab";
}
.icofont-hockey:before {
content: "\edac";
}
.icofont-ice-skate:before {
content: "\edad";
}
.icofont-jersey-alt:before {
content: "\edae";
}
.icofont-jersey:before {
content: "\edaf";
}
.icofont-jumping:before {
content: "\edb0";
}
.icofont-kick:before {
content: "\edb1";
}
.icofont-leg:before {
content: "\edb2";
}
.icofont-match-review:before {
content: "\edb3";
}
.icofont-medal-sport:before {
content: "\edb4";
}
.icofont-offside:before {
content: "\edb5";
}
.icofont-olympic-logo:before {
content: "\edb6";
}
.icofont-olympic:before {
content: "\edb7";
}
.icofont-padding:before {
content: "\edb8";
}
.icofont-penalty-card:before {
content: "\edb9";
}
.icofont-racer:before {
content: "\edba";
}
.icofont-racing-car:before {
content: "\edbb";
}
.icofont-racing-flag-alt:before {
content: "\edbc";
}
.icofont-racing-flag:before {
content: "\edbd";
}
.icofont-racings-wheel:before {
content: "\edbe";
}
.icofont-referee:before {
content: "\edbf";
}
.icofont-refree-jersey:before {
content: "\edc0";
}
.icofont-result-sport:before {
content: "\edc1";
}
.icofont-rugby-ball:before {
content: "\edc2";
}
.icofont-rugby-player:before {
content: "\edc3";
}
.icofont-rugby:before {
content: "\edc4";
}
.icofont-runner-alt-1:before {
content: "\edc5";
}
.icofont-runner-alt-2:before {
content: "\edc6";
}
.icofont-runner:before {
content: "\edc7";
}
.icofont-score-board:before {
content: "\edc8";
}
.icofont-skiing-man:before {
content: "\edc9";
}
.icofont-skydiving-goggles:before {
content: "\edca";
}
.icofont-snow-mobile:before {
content: "\edcb";
}
.icofont-steering:before {
content: "\edcc";
}
.icofont-stopwatch:before {
content: "\edcd";
}
.icofont-substitute:before {
content: "\edce";
}
.icofont-swimmer:before {
content: "\edcf";
}
.icofont-table-tennis:before {
content: "\edd0";
}
.icofont-team-alt:before {
content: "\edd1";
}
.icofont-team:before {
content: "\edd2";
}
.icofont-tennis-player:before {
content: "\edd3";
}
.icofont-tennis:before {
content: "\edd4";
}
.icofont-tracking:before {
content: "\edd5";
}
.icofont-trophy-alt:before {
content: "\edd6";
}
.icofont-trophy:before {
content: "\edd7";
}
.icofont-volleyball-alt:before {
content: "\edd8";
}
.icofont-volleyball-fire:before {
content: "\edd9";
}
.icofont-volleyball:before {
content: "\edda";
}
.icofont-water-bottle:before {
content: "\eddb";
}
.icofont-whistle-alt:before {
content: "\eddc";
}
.icofont-whistle:before {
content: "\eddd";
}
.icofont-win-trophy:before {
content: "\edde";
}
.icofont-align-center:before {
content: "\eddf";
}
.icofont-align-left:before {
content: "\ede0";
}
.icofont-align-right:before {
content: "\ede1";
}
.icofont-all-caps:before {
content: "\ede2";
}
.icofont-bold:before {
content: "\ede3";
}
.icofont-brush:before {
content: "\ede4";
}
.icofont-clip-board:before {
content: "\ede5";
}
.icofont-code-alt:before {
content: "\ede6";
}
.icofont-color-bucket:before {
content: "\ede7";
}
.icofont-color-picker:before {
content: "\ede8";
}
.icofont-copy-invert:before {
content: "\ede9";
}
.icofont-copy:before {
content: "\edea";
}
.icofont-cut:before {
content: "\edeb";
}
.icofont-delete-alt:before {
content: "\edec";
}
.icofont-edit-alt:before {
content: "\eded";
}
.icofont-eraser-alt:before {
content: "\edee";
}
.icofont-font:before {
content: "\edef";
}
.icofont-heading:before {
content: "\edf0";
}
.icofont-indent:before {
content: "\edf1";
}
.icofont-italic-alt:before {
content: "\edf2";
}
.icofont-italic:before {
content: "\edf3";
}
.icofont-justify-all:before {
content: "\edf4";
}
.icofont-justify-center:before {
content: "\edf5";
}
.icofont-justify-left:before {
content: "\edf6";
}
.icofont-justify-right:before {
content: "\edf7";
}
.icofont-link-broken:before {
content: "\edf8";
}
.icofont-outdent:before {
content: "\edf9";
}
.icofont-paper-clip:before {
content: "\edfa";
}
.icofont-paragraph:before {
content: "\edfb";
}
.icofont-pin:before {
content: "\edfc";
}
.icofont-printer:before {
content: "\edfd";
}
.icofont-redo:before {
content: "\edfe";
}
.icofont-rotation:before {
content: "\edff";
}
.icofont-save:before {
content: "\ee00";
}
.icofont-small-cap:before {
content: "\ee01";
}
.icofont-strike-through:before {
content: "\ee02";
}
.icofont-sub-listing:before {
content: "\ee03";
}
.icofont-subscript:before {
content: "\ee04";
}
.icofont-superscript:before {
content: "\ee05";
}
.icofont-table:before {
content: "\ee06";
}
.icofont-text-height:before {
content: "\ee07";
}
.icofont-text-width:before {
content: "\ee08";
}
.icofont-trash:before {
content: "\ee09";
}
.icofont-underline:before {
content: "\ee0a";
}
.icofont-undo:before {
content: "\ee0b";
}
.icofont-air-balloon:before {
content: "\ee0c";
}
.icofont-airplane-alt:before {
content: "\ee0d";
}
.icofont-airplane:before {
content: "\ee0e";
}
.icofont-articulated-truck:before {
content: "\ee0f";
}
.icofont-auto-mobile:before {
content: "\ee10";
}
.icofont-auto-rickshaw:before {
content: "\ee11";
}
.icofont-bicycle-alt-1:before {
content: "\ee12";
}
.icofont-bicycle-alt-2:before {
content: "\ee13";
}
.icofont-bicycle:before {
content: "\ee14";
}
.icofont-bus-alt-1:before {
content: "\ee15";
}
.icofont-bus-alt-2:before {
content: "\ee16";
}
.icofont-bus-alt-3:before {
content: "\ee17";
}
.icofont-bus:before {
content: "\ee18";
}
.icofont-cab:before {
content: "\ee19";
}
.icofont-cable-car:before {
content: "\ee1a";
}
.icofont-car-alt-1:before {
content: "\ee1b";
}
.icofont-car-alt-2:before {
content: "\ee1c";
}
.icofont-car-alt-3:before {
content: "\ee1d";
}
.icofont-car-alt-4:before {
content: "\ee1e";
}
.icofont-car:before {
content: "\ee1f";
}
.icofont-delivery-time:before {
content: "\ee20";
}
.icofont-fast-delivery:before {
content: "\ee21";
}
.icofont-fire-truck-alt:before {
content: "\ee22";
}
.icofont-fire-truck:before {
content: "\ee23";
}
.icofont-free-delivery:before {
content: "\ee24";
}
.icofont-helicopter:before {
content: "\ee25";
}
.icofont-motor-bike-alt:before {
content: "\ee26";
}
.icofont-motor-bike:before {
content: "\ee27";
}
.icofont-motor-biker:before {
content: "\ee28";
}
.icofont-oil-truck:before {
content: "\ee29";
}
.icofont-rickshaw:before {
content: "\ee2a";
}
.icofont-rocket-alt-1:before {
content: "\ee2b";
}
.icofont-rocket-alt-2:before {
content: "\ee2c";
}
.icofont-rocket:before {
content: "\ee2d";
}
.icofont-sail-boat-alt-1:before {
content: "\ee2e";
}
.icofont-sail-boat-alt-2:before {
content: "\ee2f";
}
.icofont-sail-boat:before {
content: "\ee30";
}
.icofont-scooter:before {
content: "\ee31";
}
.icofont-sea-plane:before {
content: "\ee32";
}
.icofont-ship-alt:before {
content: "\ee33";
}
.icofont-ship:before {
content: "\ee34";
}
.icofont-speed-boat:before {
content: "\ee35";
}
.icofont-taxi:before {
content: "\ee36";
}
.icofont-tractor:before {
content: "\ee37";
}
.icofont-train-line:before {
content: "\ee38";
}
.icofont-train-steam:before {
content: "\ee39";
}
.icofont-tram:before {
content: "\ee3a";
}
.icofont-truck-alt:before {
content: "\ee3b";
}
.icofont-truck-loaded:before {
content: "\ee3c";
}
.icofont-truck:before {
content: "\ee3d";
}
.icofont-van-alt:before {
content: "\ee3e";
}
.icofont-van:before {
content: "\ee3f";
}
.icofont-yacht:before {
content: "\ee40";
}
.icofont-5-star-hotel:before {
content: "\ee41";
}
.icofont-air-ticket:before {
content: "\ee42";
}
.icofont-beach-bed:before {
content: "\ee43";
}
.icofont-beach:before {
content: "\ee44";
}
.icofont-camping-vest:before {
content: "\ee45";
}
.icofont-direction-sign:before {
content: "\ee46";
}
.icofont-hill-side:before {
content: "\ee47";
}
.icofont-hill:before {
content: "\ee48";
}
.icofont-hotel:before {
content: "\ee49";
}
.icofont-island-alt:before {
content: "\ee4a";
}
.icofont-island:before {
content: "\ee4b";
}
.icofont-sandals-female:before {
content: "\ee4c";
}
.icofont-sandals-male:before {
content: "\ee4d";
}
.icofont-travelling:before {
content: "\ee4e";
}
.icofont-breakdown:before {
content: "\ee4f";
}
.icofont-celsius:before {
content: "\ee50";
}
.icofont-clouds:before {
content: "\ee51";
}
.icofont-cloudy:before {
content: "\ee52";
}
.icofont-dust:before {
content: "\ee53";
}
.icofont-eclipse:before {
content: "\ee54";
}
.icofont-fahrenheit:before {
content: "\ee55";
}
.icofont-forest-fire:before {
content: "\ee56";
}
.icofont-full-night:before {
content: "\ee57";
}
.icofont-full-sunny:before {
content: "\ee58";
}
.icofont-hail-night:before {
content: "\ee59";
}
.icofont-hail-rainy-night:before {
content: "\ee5a";
}
.icofont-hail-rainy-sunny:before {
content: "\ee5b";
}
.icofont-hail-rainy:before {
content: "\ee5c";
}
.icofont-hail-sunny:before {
content: "\ee5d";
}
.icofont-hail-thunder-night:before {
content: "\ee5e";
}
.icofont-hail-thunder-sunny:before {
content: "\ee5f";
}
.icofont-hail-thunder:before {
content: "\ee60";
}
.icofont-hail:before {
content: "\ee61";
}
.icofont-hill-night:before {
content: "\ee62";
}
.icofont-hill-sunny:before {
content: "\ee63";
}
.icofont-hurricane:before {
content: "\ee64";
}
.icofont-meteor:before {
content: "\ee65";
}
.icofont-night:before {
content: "\ee66";
}
.icofont-rainy-night:before {
content: "\ee67";
}
.icofont-rainy-sunny:before {
content: "\ee68";
}
.icofont-rainy-thunder:before {
content: "\ee69";
}
.icofont-rainy:before {
content: "\ee6a";
}
.icofont-snow-alt:before {
content: "\ee6b";
}
.icofont-snow-flake:before {
content: "\ee6c";
}
.icofont-snow-temp:before {
content: "\ee6d";
}
.icofont-snow:before {
content: "\ee6e";
}
.icofont-snowy-hail:before {
content: "\ee6f";
}
.icofont-snowy-night-hail:before {
content: "\ee70";
}
.icofont-snowy-night-rainy:before {
content: "\ee71";
}
.icofont-snowy-night:before {
content: "\ee72";
}
.icofont-snowy-rainy:before {
content: "\ee73";
}
.icofont-snowy-sunny-hail:before {
content: "\ee74";
}
.icofont-snowy-sunny-rainy:before {
content: "\ee75";
}
.icofont-snowy-sunny:before {
content: "\ee76";
}
.icofont-snowy-thunder-night:before {
content: "\ee77";
}
.icofont-snowy-thunder-sunny:before {
content: "\ee78";
}
.icofont-snowy-thunder:before {
content: "\ee79";
}
.icofont-snowy-windy-night:before {
content: "\ee7a";
}
.icofont-snowy-windy-sunny:before {
content: "\ee7b";
}
.icofont-snowy-windy:before {
content: "\ee7c";
}
.icofont-snowy:before {
content: "\ee7d";
}
.icofont-sun-alt:before {
content: "\ee7e";
}
.icofont-sun-rise:before {
content: "\ee7f";
}
.icofont-sun-set:before {
content: "\ee80";
}
.icofont-sun:before {
content: "\ee81";
}
.icofont-sunny-day-temp:before {
content: "\ee82";
}
.icofont-sunny:before {
content: "\ee83";
}
.icofont-thunder-light:before {
content: "\ee84";
}
.icofont-tornado:before {
content: "\ee85";
}
.icofont-umbrella-alt:before {
content: "\ee86";
}
.icofont-umbrella:before {
content: "\ee87";
}
.icofont-volcano:before {
content: "\ee88";
}
.icofont-wave:before {
content: "\ee89";
}
.icofont-wind-scale-0:before {
content: "\ee8a";
}
.icofont-wind-scale-1:before {
content: "\ee8b";
}
.icofont-wind-scale-10:before {
content: "\ee8c";
}
.icofont-wind-scale-11:before {
content: "\ee8d";
}
.icofont-wind-scale-12:before {
content: "\ee8e";
}
.icofont-wind-scale-2:before {
content: "\ee8f";
}
.icofont-wind-scale-3:before {
content: "\ee90";
}
.icofont-wind-scale-4:before {
content: "\ee91";
}
.icofont-wind-scale-5:before {
content: "\ee92";
}
.icofont-wind-scale-6:before {
content: "\ee93";
}
.icofont-wind-scale-7:before {
content: "\ee94";
}
.icofont-wind-scale-8:before {
content: "\ee95";
}
.icofont-wind-scale-9:before {
content: "\ee96";
}
.icofont-wind-waves:before {
content: "\ee97";
}
.icofont-wind:before {
content: "\ee98";
}
.icofont-windy-hail:before {
content: "\ee99";
}
.icofont-windy-night:before {
content: "\ee9a";
}
.icofont-windy-raining:before {
content: "\ee9b";
}
.icofont-windy-sunny:before {
content: "\ee9c";
}
.icofont-windy-thunder-raining:before {
content: "\ee9d";
}
.icofont-windy-thunder:before {
content: "\ee9e";
}
.icofont-windy:before {
content: "\ee9f";
}
.icofont-addons:before {
content: "\eea0";
}
.icofont-address-book:before {
content: "\eea1";
}
.icofont-adjust:before {
content: "\eea2";
}
.icofont-alarm:before {
content: "\eea3";
}
.icofont-anchor:before {
content: "\eea4";
}
.icofont-archive:before {
content: "\eea5";
}
.icofont-at:before {
content: "\eea6";
}
.icofont-attachment:before {
content: "\eea7";
}
.icofont-audio:before {
content: "\eea8";
}
.icofont-automation:before {
content: "\eea9";
}
.icofont-badge:before {
content: "\eeaa";
}
.icofont-bag-alt:before {
content: "\eeab";
}
.icofont-bag:before {
content: "\eeac";
}
.icofont-ban:before {
content: "\eead";
}
.icofont-bar-code:before {
content: "\eeae";
}
.icofont-bars:before {
content: "\eeaf";
}
.icofont-basket:before {
content: "\eeb0";
}
.icofont-battery-empty:before {
content: "\eeb1";
}
.icofont-battery-full:before {
content: "\eeb2";
}
.icofont-battery-half:before {
content: "\eeb3";
}
.icofont-battery-low:before {
content: "\eeb4";
}
.icofont-beaker:before {
content: "\eeb5";
}
.icofont-beard:before {
content: "\eeb6";
}
.icofont-bed:before {
content: "\eeb7";
}
.icofont-bell:before {
content: "\eeb8";
}
.icofont-beverage:before {
content: "\eeb9";
}
.icofont-bill:before {
content: "\eeba";
}
.icofont-bin:before {
content: "\eebb";
}
.icofont-binary:before {
content: "\eebc";
}
.icofont-binoculars:before {
content: "\eebd";
}
.icofont-bluetooth:before {
content: "\eebe";
}
.icofont-bomb:before {
content: "\eebf";
}
.icofont-book-mark:before {
content: "\eec0";
}
.icofont-box:before {
content: "\eec1";
}
.icofont-briefcase:before {
content: "\eec2";
}
.icofont-broken:before {
content: "\eec3";
}
.icofont-bucket:before {
content: "\eec4";
}
.icofont-bucket1:before {
content: "\eec5";
}
.icofont-bucket2:before {
content: "\eec6";
}
.icofont-bug:before {
content: "\eec7";
}
.icofont-building:before {
content: "\eec8";
}
.icofont-bulb-alt:before {
content: "\eec9";
}
.icofont-bullet:before {
content: "\eeca";
}
.icofont-bullhorn:before {
content: "\eecb";
}
.icofont-bullseye:before {
content: "\eecc";
}
.icofont-calendar:before {
content: "\eecd";
}
.icofont-camera-alt:before {
content: "\eece";
}
.icofont-camera:before {
content: "\eecf";
}
.icofont-card:before {
content: "\eed0";
}
.icofont-cart-alt:before {
content: "\eed1";
}
.icofont-cart:before {
content: "\eed2";
}
.icofont-cc:before {
content: "\eed3";
}
.icofont-charging:before {
content: "\eed4";
}
.icofont-chat:before {
content: "\eed5";
}
.icofont-check-alt:before {
content: "\eed6";
}
.icofont-check-circled:before {
content: "\eed7";
}
.icofont-check:before {
content: "\eed8";
}
.icofont-checked:before {
content: "\eed9";
}
.icofont-children-care:before {
content: "\eeda";
}
.icofont-clip:before {
content: "\eedb";
}
.icofont-clock-time:before {
content: "\eedc";
}
.icofont-close-circled:before {
content: "\eedd";
}
.icofont-close-line-circled:before {
content: "\eede";
}
.icofont-close-line-squared-alt:before {
content: "\eedf";
}
.icofont-close-line-squared:before {
content: "\eee0";
}
.icofont-close-line:before {
content: "\eee1";
}
.icofont-close-squared-alt:before {
content: "\eee2";
}
.icofont-close-squared:before {
content: "\eee3";
}
.icofont-close:before {
content: "\eee4";
}
.icofont-cloud-download:before {
content: "\eee5";
}
.icofont-cloud-refresh:before {
content: "\eee6";
}
.icofont-cloud-upload:before {
content: "\eee7";
}
.icofont-cloud:before {
content: "\eee8";
}
.icofont-code-not-allowed:before {
content: "\eee9";
}
.icofont-code:before {
content: "\eeea";
}
.icofont-comment:before {
content: "\eeeb";
}
.icofont-compass-alt:before {
content: "\eeec";
}
.icofont-compass:before {
content: "\eeed";
}
.icofont-computer:before {
content: "\eeee";
}
.icofont-connection:before {
content: "\eeef";
}
.icofont-console:before {
content: "\eef0";
}
.icofont-contacts:before {
content: "\eef1";
}
.icofont-contrast:before {
content: "\eef2";
}
.icofont-copyright:before {
content: "\eef3";
}
.icofont-credit-card:before {
content: "\eef4";
}
.icofont-crop:before {
content: "\eef5";
}
.icofont-crown:before {
content: "\eef6";
}
.icofont-cube:before {
content: "\eef7";
}
.icofont-cubes:before {
content: "\eef8";
}
.icofont-dashboard-web:before {
content: "\eef9";
}
.icofont-dashboard:before {
content: "\eefa";
}
.icofont-data:before {
content: "\eefb";
}
.icofont-database-add:before {
content: "\eefc";
}
.icofont-database-locked:before {
content: "\eefd";
}
.icofont-database-remove:before {
content: "\eefe";
}
.icofont-database:before {
content: "\eeff";
}
.icofont-delete:before {
content: "\ef00";
}
.icofont-diamond:before {
content: "\ef01";
}
.icofont-dice-multiple:before {
content: "\ef02";
}
.icofont-dice:before {
content: "\ef03";
}
.icofont-disc:before {
content: "\ef04";
}
.icofont-diskette:before {
content: "\ef05";
}
.icofont-document-folder:before {
content: "\ef06";
}
.icofont-download-alt:before {
content: "\ef07";
}
.icofont-download:before {
content: "\ef08";
}
.icofont-downloaded:before {
content: "\ef09";
}
.icofont-drag:before {
content: "\ef0a";
}
.icofont-drag1:before {
content: "\ef0b";
}
.icofont-drag2:before {
content: "\ef0c";
}
.icofont-drag3:before {
content: "\ef0d";
}
.icofont-earth:before {
content: "\ef0e";
}
.icofont-ebook:before {
content: "\ef0f";
}
.icofont-edit:before {
content: "\ef10";
}
.icofont-eject:before {
content: "\ef11";
}
.icofont-email:before {
content: "\ef12";
}
.icofont-envelope-open:before {
content: "\ef13";
}
.icofont-envelope:before {
content: "\ef14";
}
.icofont-eraser:before {
content: "\ef15";
}
.icofont-error:before {
content: "\ef16";
}
.icofont-excavator:before {
content: "\ef17";
}
.icofont-exchange:before {
content: "\ef18";
}
.icofont-exclamation-circle:before {
content: "\ef19";
}
.icofont-exclamation-square:before {
content: "\ef1a";
}
.icofont-exclamation-tringle:before {
content: "\ef1b";
}
.icofont-exclamation:before {
content: "\ef1c";
}
.icofont-exit:before {
content: "\ef1d";
}
.icofont-expand:before {
content: "\ef1e";
}
.icofont-external-link:before {
content: "\ef1f";
}
.icofont-external:before {
content: "\ef20";
}
.icofont-eye-alt:before {
content: "\ef21";
}
.icofont-eye-blocked:before {
content: "\ef22";
}
.icofont-eye-dropper:before {
content: "\ef23";
}
.icofont-eye:before {
content: "\ef24";
}
.icofont-favourite:before {
content: "\ef25";
}
.icofont-fax:before {
content: "\ef26";
}
.icofont-file-fill:before {
content: "\ef27";
}
.icofont-film:before {
content: "\ef28";
}
.icofont-filter:before {
content: "\ef29";
}
.icofont-fire-alt:before {
content: "\ef2a";
}
.icofont-fire-burn:before {
content: "\ef2b";
}
.icofont-fire:before {
content: "\ef2c";
}
.icofont-flag-alt-1:before {
content: "\ef2d";
}
.icofont-flag-alt-2:before {
content: "\ef2e";
}
.icofont-flag:before {
content: "\ef2f";
}
.icofont-flame-torch:before {
content: "\ef30";
}
.icofont-flash-light:before {
content: "\ef31";
}
.icofont-flash:before {
content: "\ef32";
}
.icofont-flask:before {
content: "\ef33";
}
.icofont-focus:before {
content: "\ef34";
}
.icofont-folder-open:before {
content: "\ef35";
}
.icofont-folder:before {
content: "\ef36";
}
.icofont-foot-print:before {
content: "\ef37";
}
.icofont-garbage:before {
content: "\ef38";
}
.icofont-gear-alt:before {
content: "\ef39";
}
.icofont-gear:before {
content: "\ef3a";
}
.icofont-gears:before {
content: "\ef3b";
}
.icofont-gift:before {
content: "\ef3c";
}
.icofont-glass:before {
content: "\ef3d";
}
.icofont-globe:before {
content: "\ef3e";
}
.icofont-graffiti:before {
content: "\ef3f";
}
.icofont-grocery:before {
content: "\ef40";
}
.icofont-hand:before {
content: "\ef41";
}
.icofont-hanger:before {
content: "\ef42";
}
.icofont-hard-disk:before {
content: "\ef43";
}
.icofont-heart-alt:before {
content: "\ef44";
}
.icofont-heart:before {
content: "\ef45";
}
.icofont-history:before {
content: "\ef46";
}
.icofont-home:before {
content: "\ef47";
}
.icofont-horn:before {
content: "\ef48";
}
.icofont-hour-glass:before {
content: "\ef49";
}
.icofont-id:before {
content: "\ef4a";
}
.icofont-image:before {
content: "\ef4b";
}
.icofont-inbox:before {
content: "\ef4c";
}
.icofont-infinite:before {
content: "\ef4d";
}
.icofont-info-circle:before {
content: "\ef4e";
}
.icofont-info-square:before {
content: "\ef4f";
}
.icofont-info:before {
content: "\ef50";
}
.icofont-institution:before {
content: "\ef51";
}
.icofont-interface:before {
content: "\ef52";
}
.icofont-invisible:before {
content: "\ef53";
}
.icofont-jacket:before {
content: "\ef54";
}
.icofont-jar:before {
content: "\ef55";
}
.icofont-jewlery:before {
content: "\ef56";
}
.icofont-karate:before {
content: "\ef57";
}
.icofont-key-hole:before {
content: "\ef58";
}
.icofont-key:before {
content: "\ef59";
}
.icofont-label:before {
content: "\ef5a";
}
.icofont-lamp:before {
content: "\ef5b";
}
.icofont-layers:before {
content: "\ef5c";
}
.icofont-layout:before {
content: "\ef5d";
}
.icofont-leaf:before {
content: "\ef5e";
}
.icofont-leaflet:before {
content: "\ef5f";
}
.icofont-learn:before {
content: "\ef60";
}
.icofont-lego:before {
content: "\ef61";
}
.icofont-lens:before {
content: "\ef62";
}
.icofont-letter:before {
content: "\ef63";
}
.icofont-letterbox:before {
content: "\ef64";
}
.icofont-library:before {
content: "\ef65";
}
.icofont-license:before {
content: "\ef66";
}
.icofont-life-bouy:before {
content: "\ef67";
}
.icofont-life-buoy:before {
content: "\ef68";
}
.icofont-life-jacket:before {
content: "\ef69";
}
.icofont-life-ring:before {
content: "\ef6a";
}
.icofont-light-bulb:before {
content: "\ef6b";
}
.icofont-lighter:before {
content: "\ef6c";
}
.icofont-lightning-ray:before {
content: "\ef6d";
}
.icofont-like:before {
content: "\ef6e";
}
.icofont-line-height:before {
content: "\ef6f";
}
.icofont-link-alt:before {
content: "\ef70";
}
.icofont-link:before {
content: "\ef71";
}
.icofont-list:before {
content: "\ef72";
}
.icofont-listening:before {
content: "\ef73";
}
.icofont-listine-dots:before {
content: "\ef74";
}
.icofont-listing-box:before {
content: "\ef75";
}
.icofont-listing-number:before {
content: "\ef76";
}
.icofont-live-support:before {
content: "\ef77";
}
.icofont-location-arrow:before {
content: "\ef78";
}
.icofont-location-pin:before {
content: "\ef79";
}
.icofont-lock:before {
content: "\ef7a";
}
.icofont-login:before {
content: "\ef7b";
}
.icofont-logout:before {
content: "\ef7c";
}
.icofont-lollipop:before {
content: "\ef7d";
}
.icofont-long-drive:before {
content: "\ef7e";
}
.icofont-look:before {
content: "\ef7f";
}
.icofont-loop:before {
content: "\ef80";
}
.icofont-luggage:before {
content: "\ef81";
}
.icofont-lunch:before {
content: "\ef82";
}
.icofont-lungs:before {
content: "\ef83";
}
.icofont-magic-alt:before {
content: "\ef84";
}
.icofont-magic:before {
content: "\ef85";
}
.icofont-magnet:before {
content: "\ef86";
}
.icofont-mail-box:before {
content: "\ef87";
}
.icofont-mail:before {
content: "\ef88";
}
.icofont-male:before {
content: "\ef89";
}
.icofont-map-pins:before {
content: "\ef8a";
}
.icofont-map:before {
content: "\ef8b";
}
.icofont-maximize:before {
content: "\ef8c";
}
.icofont-measure:before {
content: "\ef8d";
}
.icofont-medicine:before {
content: "\ef8e";
}
.icofont-mega-phone:before {
content: "\ef8f";
}
.icofont-megaphone-alt:before {
content: "\ef90";
}
.icofont-megaphone:before {
content: "\ef91";
}
.icofont-memorial:before {
content: "\ef92";
}
.icofont-memory-card:before {
content: "\ef93";
}
.icofont-mic-mute:before {
content: "\ef94";
}
.icofont-mic:before {
content: "\ef95";
}
.icofont-military:before {
content: "\ef96";
}
.icofont-mill:before {
content: "\ef97";
}
.icofont-minus-circle:before {
content: "\ef98";
}
.icofont-minus-square:before {
content: "\ef99";
}
.icofont-minus:before {
content: "\ef9a";
}
.icofont-mobile-phone:before {
content: "\ef9b";
}
.icofont-molecule:before {
content: "\ef9c";
}
.icofont-money:before {
content: "\ef9d";
}
.icofont-moon:before {
content: "\ef9e";
}
.icofont-mop:before {
content: "\ef9f";
}
.icofont-muffin:before {
content: "\efa0";
}
.icofont-mustache:before {
content: "\efa1";
}
.icofont-navigation-menu:before {
content: "\efa2";
}
.icofont-navigation:before {
content: "\efa3";
}
.icofont-network-tower:before {
content: "\efa4";
}
.icofont-network:before {
content: "\efa5";
}
.icofont-news:before {
content: "\efa6";
}
.icofont-newspaper:before {
content: "\efa7";
}
.icofont-no-smoking:before {
content: "\efa8";
}
.icofont-not-allowed:before {
content: "\efa9";
}
.icofont-notebook:before {
content: "\efaa";
}
.icofont-notepad:before {
content: "\efab";
}
.icofont-notification:before {
content: "\efac";
}
.icofont-numbered:before {
content: "\efad";
}
.icofont-opposite:before {
content: "\efae";
}
.icofont-optic:before {
content: "\efaf";
}
.icofont-options:before {
content: "\efb0";
}
.icofont-package:before {
content: "\efb1";
}
.icofont-page:before {
content: "\efb2";
}
.icofont-paint:before {
content: "\efb3";
}
.icofont-paper-plane:before {
content: "\efb4";
}
.icofont-paperclip:before {
content: "\efb5";
}
.icofont-papers:before {
content: "\efb6";
}
.icofont-pay:before {
content: "\efb7";
}
.icofont-penguin-linux:before {
content: "\efb8";
}
.icofont-pestle:before {
content: "\efb9";
}
.icofont-phone-circle:before {
content: "\efba";
}
.icofont-phone:before {
content: "\efbb";
}
.icofont-picture:before {
content: "\efbc";
}
.icofont-pine:before {
content: "\efbd";
}
.icofont-pixels:before {
content: "\efbe";
}
.icofont-plugin:before {
content: "\efbf";
}
.icofont-plus-circle:before {
content: "\efc0";
}
.icofont-plus-square:before {
content: "\efc1";
}
.icofont-plus:before {
content: "\efc2";
}
.icofont-polygonal:before {
content: "\efc3";
}
.icofont-power:before {
content: "\efc4";
}
.icofont-price:before {
content: "\efc5";
}
.icofont-print:before {
content: "\efc6";
}
.icofont-puzzle:before {
content: "\efc7";
}
.icofont-qr-code:before {
content: "\efc8";
}
.icofont-queen:before {
content: "\efc9";
}
.icofont-question-circle:before {
content: "\efca";
}
.icofont-question-square:before {
content: "\efcb";
}
.icofont-question:before {
content: "\efcc";
}
.icofont-quote-left:before {
content: "\efcd";
}
.icofont-quote-right:before {
content: "\efce";
}
.icofont-random:before {
content: "\efcf";
}
.icofont-recycle:before {
content: "\efd0";
}
.icofont-refresh:before {
content: "\efd1";
}
.icofont-repair:before {
content: "\efd2";
}
.icofont-reply-all:before {
content: "\efd3";
}
.icofont-reply:before {
content: "\efd4";
}
.icofont-resize:before {
content: "\efd5";
}
.icofont-responsive:before {
content: "\efd6";
}
.icofont-retweet:before {
content: "\efd7";
}
.icofont-road:before {
content: "\efd8";
}
.icofont-robot:before {
content: "\efd9";
}
.icofont-royal:before {
content: "\efda";
}
.icofont-rss-feed:before {
content: "\efdb";
}
.icofont-safety:before {
content: "\efdc";
}
.icofont-sale-discount:before {
content: "\efdd";
}
.icofont-satellite:before {
content: "\efde";
}
.icofont-send-mail:before {
content: "\efdf";
}
.icofont-server:before {
content: "\efe0";
}
.icofont-settings-alt:before {
content: "\efe1";
}
.icofont-settings:before {
content: "\efe2";
}
.icofont-share-alt:before {
content: "\efe3";
}
.icofont-share-boxed:before {
content: "\efe4";
}
.icofont-share:before {
content: "\efe5";
}
.icofont-shield:before {
content: "\efe6";
}
.icofont-shopping-cart:before {
content: "\efe7";
}
.icofont-sign-in:before {
content: "\efe8";
}
.icofont-sign-out:before {
content: "\efe9";
}
.icofont-signal:before {
content: "\efea";
}
.icofont-site-map:before {
content: "\efeb";
}
.icofont-smart-phone:before {
content: "\efec";
}
.icofont-soccer:before {
content: "\efed";
}
.icofont-sort-alt:before {
content: "\efee";
}
.icofont-sort:before {
content: "\efef";
}
.icofont-space:before {
content: "\eff0";
}
.icofont-spanner:before {
content: "\eff1";
}
.icofont-speech-comments:before {
content: "\eff2";
}
.icofont-speed-meter:before {
content: "\eff3";
}
.icofont-spinner-alt-1:before {
content: "\eff4";
}
.icofont-spinner-alt-2:before {
content: "\eff5";
}
.icofont-spinner-alt-3:before {
content: "\eff6";
}
.icofont-spinner-alt-4:before {
content: "\eff7";
}
.icofont-spinner-alt-5:before {
content: "\eff8";
}
.icofont-spinner-alt-6:before {
content: "\eff9";
}
.icofont-spinner:before {
content: "\effa";
}
.icofont-spreadsheet:before {
content: "\effb";
}
.icofont-square:before {
content: "\effc";
}
.icofont-ssl-security:before {
content: "\effd";
}
.icofont-star-alt-1:before {
content: "\effe";
}
.icofont-star-alt-2:before {
content: "\efff";
}
.icofont-star:before {
content: "\f000";
}
.icofont-street-view:before {
content: "\f001";
}
.icofont-support-faq:before {
content: "\f002";
}
.icofont-tack-pin:before {
content: "\f003";
}
.icofont-tag:before {
content: "\f004";
}
.icofont-tags:before {
content: "\f005";
}
.icofont-tasks-alt:before {
content: "\f006";
}
.icofont-tasks:before {
content: "\f007";
}
.icofont-telephone:before {
content: "\f008";
}
.icofont-telescope:before {
content: "\f009";
}
.icofont-terminal:before {
content: "\f00a";
}
.icofont-thumbs-down:before {
content: "\f00b";
}
.icofont-thumbs-up:before {
content: "\f00c";
}
.icofont-tick-boxed:before {
content: "\f00d";
}
.icofont-tick-mark:before {
content: "\f00e";
}
.icofont-ticket:before {
content: "\f00f";
}
.icofont-tie:before {
content: "\f010";
}
.icofont-toggle-off:before {
content: "\f011";
}
.icofont-toggle-on:before {
content: "\f012";
}
.icofont-tools-alt-2:before {
content: "\f013";
}
.icofont-tools:before {
content: "\f014";
}
.icofont-touch:before {
content: "\f015";
}
.icofont-traffic-light:before {
content: "\f016";
}
.icofont-transparent:before {
content: "\f017";
}
.icofont-tree:before {
content: "\f018";
}
.icofont-unique-idea:before {
content: "\f019";
}
.icofont-unlock:before {
content: "\f01a";
}
.icofont-unlocked:before {
content: "\f01b";
}
.icofont-upload-alt:before {
content: "\f01c";
}
.icofont-upload:before {
content: "\f01d";
}
.icofont-usb-drive:before {
content: "\f01e";
}
.icofont-usb:before {
content: "\f01f";
}
.icofont-vector-path:before {
content: "\f020";
}
.icofont-verification-check:before {
content: "\f021";
}
.icofont-wall-clock:before {
content: "\f022";
}
.icofont-wall:before {
content: "\f023";
}
.icofont-wallet:before {
content: "\f024";
}
.icofont-warning-alt:before {
content: "\f025";
}
.icofont-warning:before {
content: "\f026";
}
.icofont-water-drop:before {
content: "\f027";
}
.icofont-web:before {
content: "\f028";
}
.icofont-wheelchair:before {
content: "\f029";
}
.icofont-wifi-alt:before {
content: "\f02a";
}
.icofont-wifi:before {
content: "\f02b";
}
.icofont-world:before {
content: "\f02c";
}
.icofont-zigzag:before {
content: "\f02d";
}
.icofont-zipped:before {
content: "\f02e";
}
.icofont-xs {
font-size: 0.5em;
}
.icofont-sm {
font-size: 0.75em;
}
.icofont-md {
font-size: 1.25em;
}
.icofont-lg {
font-size: 1.5em;
}
.icofont-1x {
font-size: 1em;
}
.icofont-2x {
font-size: 2em;
}
.icofont-3x {
font-size: 3em;
}
.icofont-4x {
font-size: 4em;
}
.icofont-5x {
font-size: 5em;
}
.icofont-6x {
font-size: 6em;
}
.icofont-7x {
font-size: 7em;
}
.icofont-8x {
font-size: 8em;
}
.icofont-9x {
font-size: 9em;
}
.icofont-10x {
font-size: 10em;
}
.icofont-fw {
text-align: center;
width: 1.25em;
}
.icofont-ul {
list-style-type: none;
padding-left: 0;
margin-left: 0;
}
.icofont-ul > li {
position: relative;
line-height: 2em;
}
.icofont-ul > li .icofont {
display: inline-block;
vertical-align: middle;
}
.icofont-border {
border: solid 0.08em #f1f1f1;
border-radius: 0.1em;
padding: 0.2em 0.25em 0.15em;
}
.icofont-pull-left {
float: left;
}
.icofont-pull-right {
float: right;
}
.icofont.icofont-pull-left {
margin-right: 0.3em;
}
.icofont.icofont-pull-right {
margin-left: 0.3em;
}
.icofont-spin {
-webkit-animation: icofont-spin 2s infinite linear;
animation: icofont-spin 2s infinite linear;
display: inline-block;
}
.icofont-pulse {
-webkit-animation: icofont-spin 1s infinite steps(8);
animation: icofont-spin 1s infinite steps(8);
display: inline-block;
}
@-webkit-keyframes icofont-spin {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes icofont-spin {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.icofont-rotate-90 {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.icofont-rotate-180 {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.icofont-rotate-270 {
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
}
.icofont-flip-horizontal {
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.icofont-flip-vertical {
-webkit-transform: scale(1, -1);
transform: scale(1, -1);
}
.icofont-flip-horizontal.icofont-flip-vertical {
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1);
}
:root .icofont-flip-horizontal,
:root .icofont-flip-vertical,
:root .icofont-rotate-180,
:root .icofont-rotate-270,
:root .icofont-rotate-90 {
-webkit-filter: none;
filter: none;
display: inline-block;
}
.icofont-inverse {
color: #fff;
}
.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;
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box;
}
.mfp-container:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #ccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #ccc;
}
.mfp-preloader a:hover {
color: #fff;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #fff;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
opacity: 1;
}
.mfp-close:active {
top: 1px;
}
.mfp-close-btn-in .mfp-close {
color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #fff;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #ccc;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
content: "";
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after {
border-right: 17px solid #fff;
margin-left: 31px;
}
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after {
border-left: 17px solid #fff;
margin-left: 39px;
}
.mfp-arrow-right:before {
border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: "";
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-wrap: break-word;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}
.box-container {
align-items: center;
display: flex;
flex-direction: column;
justify-content: space-around;
padding: 35px 15px;
width: 100%;
}
@media screen and (min-width: 1380px) {
.box-container {
flex-direction: row;
}
}
.box-item {
position: relative;
-webkit-backface-visibility: hidden;
width: 415px;
margin-bottom: 35px;
max-width: 100%;
}
.flip-box {
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
perspective: 1000px;
-webkit-perspective: 1000px;
}
.flip-box-front,
.flip-box-back {
background-size: cover;
background-position: center;
border-radius: 8px;
min-height: 475px;
-ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
-webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.flip-box-front {
-ms-transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
-webkit-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.flip-box:hover .flip-box-front {
-ms-transform: rotateY(-180deg);
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.flip-box-back {
position: absolute;
top: 0;
left: 0;
width: 100%;
-ms-transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
-webkit-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.flip-box:hover .flip-box-back {
-ms-transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
-webkit-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.flip-box .inner {
position: absolute;
left: 0;
width: 100%;
padding: 60px;
outline: 1px solid transparent;
-webkit-perspective: inherit;
perspective: inherit;
z-index: 2;
transform: translateY(-50%) translateZ(60px) scale(0.94);
-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
-ms-transform: translateY(-50%) translateZ(60px) scale(0.94);
top: 50%;
}
.flip-box-header {
font-size: 34px;
}
.flip-box p {
font-size: 20px;
line-height: 1.5em;
}
.flip-box-img {
margin-top: 25px;
}
.flip-box-button {
background-color: transparent;
border: 2px solid #fff;
border-radius: 2px;
color: #fff;
cursor: pointer;
font-size: 20px;
font-weight: bold;
margin-top: 25px;
padding: 15px 20px;
text-transform: uppercase;
}.nice-select {
-webkit-tap-highlight-color: transparent;
background-color: #fff;
border-radius: 5px;
border: solid 1px #e8e8e8;
box-sizing: border-box;
clear: both;
cursor: pointer;
display: block;
float: left;
font-family: inherit;
font-size: 15px;
font-weight: normal;
height: 42px;
line-height: 27px;
outline: none;
padding-left: 18px;
padding-right: 30px;
position: relative;
text-align: left !important;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
width: auto;
margin-bottom: 16px;
}
.nice-select:hover {
border-color: #0779E4;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
border-color: #999;
}
.nice-select:after {
border-bottom: 2px solid #252841;
border-right: 2px solid #252841;
content: '';
display: block;
height: 8px;
margin-top: -4px;
pointer-events: none;
position: absolute;
right: 12px;
top: 50%;
-webkit-transform-origin: 66% 66%;
-ms-transform-origin: 66% 66%;
transform-origin: 66% 66%;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
width: 8px;
}
.nice-select.open:after {
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.nice-select.open .list {
opacity: 1;
pointer-events: auto;
-webkit-transform: scale(1) translateY(0);
-ms-transform: scale(1) translateY(0);
transform: scale(1) translateY(0);
}
.nice-select.disabled {
border-color: #ededed;
color: #999;
pointer-events: none;
}
.nice-select.disabled:after {
border-color: #cccccc;
}
.nice-select.wide {
width: 100%;
}
.nice-select.wide .list {
left: 0 !important;
right: 0 !important;
}
.nice-select.right {
float: right;
}
.nice-select.right .list {
left: auto;
right: 0;
}
.nice-select.small {
font-size: 12px;
height: 36px;
line-height: 34px;
}
.nice-select.small:after {
height: 4px;
width: 4px;
}
.nice-select.small .option {
line-height: 34px;
min-height: 34px;
}
.nice-select .list {
background-color: #fff;
border-radius: 5px;
box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
box-sizing: border-box;
margin-top: 4px;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 0;
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: scale(0.75) translateY(-21px);
-ms-transform: scale(0.75) translateY(-21px);
transform: scale(0.75) translateY(-21px);
-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
background-color: transparent !important;
}
.nice-select .option {
cursor: pointer;
font-weight: 400;
line-height: 40px;
list-style: none;
min-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 29px;
text-align: left;
-webkit-transition: all 0.2s;
transition: all 0.2s;
display: inherit;
}
.nice-select .option:hover {
background-color: #0779E4;
color: #fff;
}
.nice-select .option.selected {
font-weight: bold;
}
.nice-select .option.disabled {
background-color: transparent;
color: #999;
cursor: default;
}
.no-csspointerevents .nice-select .list {
display: none;
}
.no-csspointerevents .nice-select.open .list {
display: block;
}
.contact-form-wrapper .list {
background: #2f3341 none repeat scroll 0 0;
border-radius: 0;
}.owl-theme .owl-nav {
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
background: #869791;
color: #FFF;
text-decoration: none; }
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default; 
}
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px; }
.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #869791; 
} .owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-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 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
} .owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
}
.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(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
display: none;
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-item img {
display: block;
width: 100%;
-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.owl-carousel .owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
} .no-js .owl-carousel {
display: block;
} .owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
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(//nooria.tech/wp-content/themes/zafram/assets/theme/plugins/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale 100ms ease;
-moz-transition: scale 100ms ease;
-ms-transition: scale 100ms ease;
-o-transition: scale 100ms ease;
transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
-moz-transition: scale(1.3, 1.3);
-ms-transition: scale(1.3, 1.3);
-o-transition: scale(1.3, 1.3);
transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
};@font-face {
font-family: "uicons-solid-straight";
src: url(//nooria.tech/wp-content/themes/zafram/assets/theme/fonts/uicons-solid-straight.eot#iefix)
format("embedded-opentype"),
url(//nooria.tech/wp-content/themes/zafram/assets/theme/fonts/uicons-solid-straight.woff2) format("woff2"),
url(//nooria.tech/wp-content/themes/zafram/assets/theme/fonts/uicons-solid-straight.woff) format("woff");
}
i[class^="fi-ss-"]:before,
i[class*=" fi-ss-"]:before,
span[class^="fi-ss-"]:before,
span[class*="fi-ss-"]:before {
font-family: uicons-solid-straight !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fi-ss-add-document:before {
content: "\f101";
}
.fi-ss-add-folder:before {
content: "\f102";
}
.fi-ss-add:before {
content: "\f103";
}
.fi-ss-address-book:before {
content: "\f104";
}
.fi-ss-alarm-clock:before {
content: "\f105";
}
.fi-ss-alarm-plus:before {
content: "\f106";
}
.fi-ss-alarm-snooze:before {
content: "\f107";
}
.fi-ss-align-center:before {
content: "\f108";
}
.fi-ss-align-justify:before {
content: "\f109";
}
.fi-ss-align-left:before {
content: "\f10a";
}
.fi-ss-align-right:before {
content: "\f10b";
}
.fi-ss-ambulance:before {
content: "\f10c";
}
.fi-ss-angle-circle-down:before {
content: "\f10d";
}
.fi-ss-angle-circle-left:before {
content: "\f10e";
}
.fi-ss-angle-circle-right:before {
content: "\f10f";
}
.fi-ss-angle-circle-up:before {
content: "\f110";
}
.fi-ss-angle-double-left:before {
content: "\f111";
}
.fi-ss-angle-double-right:before {
content: "\f112";
}
.fi-ss-angle-double-small-down:before {
content: "\f113";
}
.fi-ss-angle-double-small-left:before {
content: "\f114";
}
.fi-ss-angle-double-small-right:before {
content: "\f115";
}
.fi-ss-angle-double-small-up:before {
content: "\f116";
}
.fi-ss-angle-down:before {
content: "\f117";
}
.fi-ss-angle-left:before {
content: "\f118";
}
.fi-ss-angle-right:before {
content: "\f119";
}
.fi-ss-angle-small-down:before {
content: "\f11a";
}
.fi-ss-angle-small-left:before {
content: "\f11b";
}
.fi-ss-angle-small-right:before {
content: "\f11c";
}
.fi-ss-angle-small-up:before {
content: "\f11d";
}
.fi-ss-angle-square-down:before {
content: "\f11e";
}
.fi-ss-angle-square-left:before {
content: "\f11f";
}
.fi-ss-angle-square-right:before {
content: "\f120";
}
.fi-ss-angle-square-up:before {
content: "\f121";
}
.fi-ss-angle-up:before {
content: "\f122";
}
.fi-ss-angry:before {
content: "\f123";
}
.fi-ss-apple-whole:before {
content: "\f124";
}
.fi-ss-apps-add:before {
content: "\f125";
}
.fi-ss-apps-delete:before {
content: "\f126";
}
.fi-ss-apps-sort:before {
content: "\f127";
}
.fi-ss-apps:before {
content: "\f128";
}
.fi-ss-archive:before {
content: "\f129";
}
.fi-ss-arrow-alt-circle-down:before {
content: "\f12a";
}
.fi-ss-arrow-alt-circle-left:before {
content: "\f12b";
}
.fi-ss-arrow-alt-circle-right:before {
content: "\f12c";
}
.fi-ss-arrow-alt-circle-up:before {
content: "\f12d";
}
.fi-ss-arrow-alt-down:before {
content: "\f12e";
}
.fi-ss-arrow-alt-from-bottom:before {
content: "\f12f";
}
.fi-ss-arrow-alt-from-left:before {
content: "\f130";
}
.fi-ss-arrow-alt-from-right:before {
content: "\f131";
}
.fi-ss-arrow-alt-from-top:before {
content: "\f132";
}
.fi-ss-arrow-alt-left:before {
content: "\f133";
}
.fi-ss-arrow-alt-right:before {
content: "\f134";
}
.fi-ss-arrow-alt-square-down:before {
content: "\f135";
}
.fi-ss-arrow-alt-square-left:before {
content: "\f136";
}
.fi-ss-arrow-alt-square-right:before {
content: "\f137";
}
.fi-ss-arrow-alt-square-up:before {
content: "\f138";
}
.fi-ss-arrow-alt-to-bottom:before {
content: "\f139";
}
.fi-ss-arrow-alt-to-left:before {
content: "\f13a";
}
.fi-ss-arrow-alt-to-right:before {
content: "\f13b";
}
.fi-ss-arrow-alt-to-top:before {
content: "\f13c";
}
.fi-ss-arrow-alt-up:before {
content: "\f13d";
}
.fi-ss-arrow-circle-down:before {
content: "\f13e";
}
.fi-ss-arrow-circle-left:before {
content: "\f13f";
}
.fi-ss-arrow-circle-right:before {
content: "\f140";
}
.fi-ss-arrow-circle-up:before {
content: "\f141";
}
.fi-ss-arrow-down:before {
content: "\f142";
}
.fi-ss-arrow-from-bottom:before {
content: "\f143";
}
.fi-ss-arrow-from-left:before {
content: "\f144";
}
.fi-ss-arrow-from-right:before {
content: "\f145";
}
.fi-ss-arrow-from-top:before {
content: "\f146";
}
.fi-ss-arrow-left:before {
content: "\f147";
}
.fi-ss-arrow-right:before {
content: "\f148";
}
.fi-ss-arrow-small-down:before {
content: "\f149";
}
.fi-ss-arrow-small-left:before {
content: "\f14a";
}
.fi-ss-arrow-small-right:before {
content: "\f14b";
}
.fi-ss-arrow-small-up:before {
content: "\f14c";
}
.fi-ss-arrow-square-down:before {
content: "\f14d";
}
.fi-ss-arrow-square-left:before {
content: "\f14e";
}
.fi-ss-arrow-square-right:before {
content: "\f14f";
}
.fi-ss-arrow-square-up:before {
content: "\f150";
}
.fi-ss-arrow-to-bottom:before {
content: "\f151";
}
.fi-ss-arrow-to-left:before {
content: "\f152";
}
.fi-ss-arrow-to-right:before {
content: "\f153";
}
.fi-ss-arrow-to-top:before {
content: "\f154";
}
.fi-ss-arrow-up:before {
content: "\f155";
}
.fi-ss-arrows-alt-h:before {
content: "\f156";
}
.fi-ss-arrows-alt-v:before {
content: "\f157";
}
.fi-ss-arrows-alt:before {
content: "\f158";
}
.fi-ss-arrows-h-copy:before {
content: "\f159";
}
.fi-ss-arrows-h:before {
content: "\f15a";
}
.fi-ss-arrows:before {
content: "\f15b";
}
.fi-ss-assept-document:before {
content: "\f15c";
}
.fi-ss-assistive-listening-systems:before {
content: "\f15d";
}
.fi-ss-asterik:before {
content: "\f15e";
}
.fi-ss-at:before {
content: "\f15f";
}
.fi-ss-aubergine:before {
content: "\f160";
}
.fi-ss-avocado:before {
content: "\f161";
}
.fi-ss-baby-carriage:before {
content: "\f162";
}
.fi-ss-backpack:before {
content: "\f163";
}
.fi-ss-bacon:before {
content: "\f164";
}
.fi-ss-badge:before {
content: "\f165";
}
.fi-ss-balloons:before {
content: "\f166";
}
.fi-ss-ban:before {
content: "\f167";
}
.fi-ss-band-aid:before {
content: "\f168";
}
.fi-ss-bank:before {
content: "\f169";
}
.fi-ss-barber-shop:before {
content: "\f16a";
}
.fi-ss-baseball-alt:before {
content: "\f16b";
}
.fi-ss-baseball:before {
content: "\f16c";
}
.fi-ss-basketball-hoop:before {
content: "\f16d";
}
.fi-ss-basketball:before {
content: "\f16e";
}
.fi-ss-bed:before {
content: "\f16f";
}
.fi-ss-beer:before {
content: "\f170";
}
.fi-ss-bell-ring:before {
content: "\f171";
}
.fi-ss-bell-school:before {
content: "\f172";
}
.fi-ss-bell:before {
content: "\f173";
}
.fi-ss-bike:before {
content: "\f174";
}
.fi-ss-biking-mountain:before {
content: "\f175";
}
.fi-ss-biking:before {
content: "\f176";
}
.fi-ss-billiard:before {
content: "\f177";
}
.fi-ss-bold:before {
content: "\f178";
}
.fi-ss-bolt:before {
content: "\f179";
}
.fi-ss-book-alt:before {
content: "\f17a";
}
.fi-ss-book:before {
content: "\f17b";
}
.fi-ss-bookmark:before {
content: "\f17c";
}
.fi-ss-bottle:before {
content: "\f17d";
}
.fi-ss-bow-arrow:before {
content: "\f17e";
}
.fi-ss-bowling-ball:before {
content: "\f17f";
}
.fi-ss-bowling-pins:before {
content: "\f180";
}
.fi-ss-bowling:before {
content: "\f181";
}
.fi-ss-box-alt:before {
content: "\f182";
}
.fi-ss-box:before {
content: "\f183";
}
.fi-ss-boxing-glove:before {
content: "\f184";
}
.fi-ss-braille:before {
content: "\f185";
}
.fi-ss-bread-slice:before {
content: "\f186";
}
.fi-ss-bread:before {
content: "\f187";
}
.fi-ss-briefcase:before {
content: "\f188";
}
.fi-ss-broccoli:before {
content: "\f189";
}
.fi-ss-broom:before {
content: "\f18a";
}
.fi-ss-browser:before {
content: "\f18b";
}
.fi-ss-brush:before {
content: "\f18c";
}
.fi-ss-bug:before {
content: "\f18d";
}
.fi-ss-building:before {
content: "\f18e";
}
.fi-ss-bulb:before {
content: "\f18f";
}
.fi-ss-burrito:before {
content: "\f190";
}
.fi-ss-bus-alt:before {
content: "\f191";
}
.fi-ss-bus:before {
content: "\f192";
}
.fi-ss-butterfly:before {
content: "\f193";
}
.fi-ss-cake-birthday:before {
content: "\f194";
}
.fi-ss-cake-wedding:before {
content: "\f195";
}
.fi-ss-calculator:before {
content: "\f196";
}
.fi-ss-calendar-check:before {
content: "\f197";
}
.fi-ss-calendar-clock:before {
content: "\f198";
}
.fi-ss-calendar-exclamation:before {
content: "\f199";
}
.fi-ss-calendar-lines-pen:before {
content: "\f19a";
}
.fi-ss-calendar-lines:before {
content: "\f19b";
}
.fi-ss-calendar-minus:before {
content: "\f19c";
}
.fi-ss-calendar-pen:before {
content: "\f19d";
}
.fi-ss-calendar-plus:before {
content: "\f19e";
}
.fi-ss-calendar:before {
content: "\f19f";
}
.fi-ss-call-history:before {
content: "\f1a0";
}
.fi-ss-call-incoming:before {
content: "\f1a1";
}
.fi-ss-call-missed:before {
content: "\f1a2";
}
.fi-ss-call-outgoing:before {
content: "\f1a3";
}
.fi-ss-camera:before {
content: "\f1a4";
}
.fi-ss-camping:before {
content: "\f1a5";
}
.fi-ss-candy-alt:before {
content: "\f1a6";
}
.fi-ss-candy:before {
content: "\f1a7";
}
.fi-ss-canned-food:before {
content: "\f1a8";
}
.fi-ss-car-alt:before {
content: "\f1a9";
}
.fi-ss-car-battery:before {
content: "\f1aa";
}
.fi-ss-car-building:before {
content: "\f1ab";
}
.fi-ss-car-bump:before {
content: "\f1ac";
}
.fi-ss-car-bus:before {
content: "\f1ad";
}
.fi-ss-car-crash:before {
content: "\f1ae";
}
.fi-ss-car-garage:before {
content: "\f1af";
}
.fi-ss-car-mechanic:before {
content: "\f1b0";
}
.fi-ss-car-side:before {
content: "\f1b1";
}
.fi-ss-car-tilt:before {
content: "\f1b2";
}
.fi-ss-car-wash:before {
content: "\f1b3";
}
.fi-ss-car:before {
content: "\f1b4";
}
.fi-ss-caravan-alt:before {
content: "\f1b5";
}
.fi-ss-caravan:before {
content: "\f1b6";
}
.fi-ss-caret-circle-down:before {
content: "\f1b7";
}
.fi-ss-caret-circle-right:before {
content: "\f1b8";
}
.fi-ss-caret-circle-up:before {
content: "\f1b9";
}
.fi-ss-caret-down:before {
content: "\f1ba";
}
.fi-ss-caret-left:before {
content: "\f1bb";
}
.fi-ss-caret-quare-up:before {
content: "\f1bc";
}
.fi-ss-caret-right:before {
content: "\f1bd";
}
.fi-ss-caret-square-down:before {
content: "\f1be";
}
.fi-ss-caret-square-left_1:before {
content: "\f1bf";
}
.fi-ss-caret-square-left:before {
content: "\f1c0";
}
.fi-ss-caret-square-right:before {
content: "\f1c1";
}
.fi-ss-caret-up:before {
content: "\f1c2";
}
.fi-ss-carrot:before {
content: "\f1c3";
}
.fi-ss-cars:before {
content: "\f1c4";
}
.fi-ss-charging-station:before {
content: "\f1c5";
}
.fi-ss-chart-connected:before {
content: "\f1c6";
}
.fi-ss-chart-histogram:before {
content: "\f1c7";
}
.fi-ss-chart-network:before {
content: "\f1c8";
}
.fi-ss-chart-pie-alt:before {
content: "\f1c9";
}
.fi-ss-chart-pie:before {
content: "\f1ca";
}
.fi-ss-chart-pyramid:before {
content: "\f1cb";
}
.fi-ss-chart-set-theory:before {
content: "\f1cc";
}
.fi-ss-chart-tree:before {
content: "\f1cd";
}
.fi-ss-chat-arrow-down:before {
content: "\f1ce";
}
.fi-ss-chat-arrow-grow:before {
content: "\f1cf";
}
.fi-ss-check:before {
content: "\f1d0";
}
.fi-ss-checkbox:before {
content: "\f1d1";
}
.fi-ss-cheese:before {
content: "\f1d2";
}
.fi-ss-cherry:before {
content: "\f1d3";
}
.fi-ss-chess-piece:before {
content: "\f1d4";
}
.fi-ss-chess-bishop:before {
content: "\f1d5";
}
.fi-ss-chess-board:before {
content: "\f1d6";
}
.fi-ss-chess-clock-alt:before {
content: "\f1d7";
}
.fi-ss-chess-clock:before {
content: "\f1d8";
}
.fi-ss-chess-king-alt:before {
content: "\f1d9";
}
.fi-ss-chess-king:before {
content: "\f1da";
}
.fi-ss-chess-knight-alt:before {
content: "\f1db";
}
.fi-ss-chess-knight:before {
content: "\f1dc";
}
.fi-ss-chess-pawn-alt:before {
content: "\f1dd";
}
.fi-ss-chess-pawn:before {
content: "\f1de";
}
.fi-ss-chess-queen-alt:before {
content: "\f1df";
}
.fi-ss-chess-queen:before {
content: "\f1e0";
}
.fi-ss-chess-rook-alt:before {
content: "\f1e1";
}
.fi-ss-chess-rook:before {
content: "\f1e2";
}
.fi-ss-chess:before {
content: "\f1e3";
}
.fi-ss-chevron-double-down:before {
content: "\f1e4";
}
.fi-ss-chevron-double-up:before {
content: "\f1e5";
}
.fi-ss-child-head:before {
content: "\f1e6";
}
.fi-ss-chocolate:before {
content: "\f1e7";
}
.fi-ss-circle-small:before {
content: "\f1e8";
}
.fi-ss-circle:before {
content: "\f1e9";
}
.fi-ss-clip:before {
content: "\f1ea";
}
.fi-ss-clock-eight-thirty:before {
content: "\f1eb";
}
.fi-ss-clock-eleven-thirty:before {
content: "\f1ec";
}
.fi-ss-clock-eleven:before {
content: "\f1ed";
}
.fi-ss-clock-five-thirty:before {
content: "\f1ee";
}
.fi-ss-clock-five:before {
content: "\f1ef";
}
.fi-ss-clock-four-thirty:before {
content: "\f1f0";
}
.fi-ss-clock-nine-thirty:before {
content: "\f1f1";
}
.fi-ss-clock-nine:before {
content: "\f1f2";
}
.fi-ss-clock-one-thirty:before {
content: "\f1f3";
}
.fi-ss-clock-one:before {
content: "\f1f4";
}
.fi-ss-clock-seven-thirty:before {
content: "\f1f5";
}
.fi-ss-clock-seven:before {
content: "\f1f6";
}
.fi-ss-clock-six-thirty:before {
content: "\f1f7";
}
.fi-ss-clock-six:before {
content: "\f1f8";
}
.fi-ss-clock-ten-thirty:before {
content: "\f1f9";
}
.fi-ss-clock-ten:before {
content: "\f1fa";
}
.fi-ss-clock-three-thirty:before {
content: "\f1fb";
}
.fi-ss-clock-three:before {
content: "\f1fc";
}
.fi-ss-clock-twelve-thirty:before {
content: "\f1fd";
}
.fi-ss-clock-twelve:before {
content: "\f1fe";
}
.fi-ss-clock-two-thirty:before {
content: "\f1ff";
}
.fi-ss-clock-two:before {
content: "\f200";
}
.fi-ss-clock:before {
content: "\f201";
}
.fi-ss-cloud-upload:before {
content: "\f202";
}
.fi-ss-cloud-check:before {
content: "\f203";
}
.fi-ss-cloud-disabled:before {
content: "\f204";
}
.fi-ss-cloud-download-alt:before {
content: "\f205";
}
.fi-ss-cloud-download:before {
content: "\f206";
}
.fi-ss-cloud-drizzle:before {
content: "\f207";
}
.fi-ss-cloud-hail-mixed:before {
content: "\f208";
}
.fi-ss-cloud-hail:before {
content: "\f209";
}
.fi-ss-cloud-moon-rain:before {
content: "\f20a";
}
.fi-ss-cloud-moon:before {
content: "\f20b";
}
.fi-ss-cloud-rain:before {
content: "\f20c";
}
.fi-ss-cloud-rainbow:before {
content: "\f20d";
}
.fi-ss-cloud-share:before {
content: "\f20e";
}
.fi-ss-cloud-showers-heavy:before {
content: "\f20f";
}
.fi-ss-cloud-showers:before {
content: "\f210";
}
.fi-ss-cloud-sleet:before {
content: "\f211";
}
.fi-ss-cloud-snow:before {
content: "\f212";
}
.fi-ss-cloud-sun-rain:before {
content: "\f213";
}
.fi-ss-cloud-sun:before {
content: "\f214";
}
.fi-ss-cloud-upload-alt:before {
content: "\f215";
}
.fi-ss-cloud:before {
content: "\f216";
}
.fi-ss-clouds-moon:before {
content: "\f217";
}
.fi-ss-clouds-sun:before {
content: "\f218";
}
.fi-ss-clouds:before {
content: "\f219";
}
.fi-ss-club:before {
content: "\f21a";
}
.fi-ss-cocktail-alt:before {
content: "\f21b";
}
.fi-ss-cocktail:before {
content: "\f21c";
}
.fi-ss-coffee-pot:before {
content: "\f21d";
}
.fi-ss-coffee:before {
content: "\f21e";
}
.fi-ss-comment-alt:before {
content: "\f21f";
}
.fi-ss-comment-check:before {
content: "\f220";
}
.fi-ss-comment-heart:before {
content: "\f221";
}
.fi-ss-comment-info:before {
content: "\f222";
}
.fi-ss-comment-user:before {
content: "\f223";
}
.fi-ss-comment:before {
content: "\f224";
}
.fi-ss-comments:before {
content: "\f225";
}
.fi-ss-compress-alt:before {
content: "\f226";
}
.fi-ss-compress:before {
content: "\f227";
}
.fi-ss-computer:before {
content: "\f228";
}
.fi-ss-confetti:before {
content: "\f229";
}
.fi-ss-cookie:before {
content: "\f22a";
}
.fi-ss-copy-alt:before {
content: "\f22b";
}
.fi-ss-copy:before {
content: "\f22c";
}
.fi-ss-copyright:before {
content: "\f22d";
}
.fi-ss-corn:before {
content: "\f22e";
}
.fi-ss-cow:before {
content: "\f22f";
}
.fi-ss-cream:before {
content: "\f230";
}
.fi-ss-credit-card:before {
content: "\f231";
}
.fi-ss-cricket:before {
content: "\f232";
}
.fi-ss-croissant:before {
content: "\f233";
}
.fi-ss-cross-circle:before {
content: "\f234";
}
.fi-ss-cross-small:before {
content: "\f235";
}
.fi-ss-cross:before {
content: "\f236";
}
.fi-ss-crown:before {
content: "\f237";
}
.fi-ss-cube:before {
content: "\f238";
}
.fi-ss-cupcake:before {
content: "\f239";
}
.fi-ss-curling:before {
content: "\f23a";
}
.fi-ss-cursor-finger:before {
content: "\f23b";
}
.fi-ss-cursor-plus:before {
content: "\f23c";
}
.fi-ss-cursor-text-alt:before {
content: "\f23d";
}
.fi-ss-cursor-text:before {
content: "\f23e";
}
.fi-ss-cursor:before {
content: "\f23f";
}
.fi-ss-dart:before {
content: "\f240";
}
.fi-ss-dashboard:before {
content: "\f241";
}
.fi-ss-data-transfer:before {
content: "\f242";
}
.fi-ss-database:before {
content: "\f243";
}
.fi-ss-delete-document:before {
content: "\f244";
}
.fi-ss-delete-user:before {
content: "\f245";
}
.fi-ss-delete:before {
content: "\f246";
}
.fi-ss-dewpoint:before {
content: "\f247";
}
.fi-ss-diamond:before {
content: "\f248";
}
.fi-ss-dice-alt:before {
content: "\f249";
}
.fi-ss-dice-d10:before {
content: "\f24a";
}
.fi-ss-dice-d12:before {
content: "\f24b";
}
.fi-ss-dice-d20:before {
content: "\f24c";
}
.fi-ss-dice-d4:before {
content: "\f24d";
}
.fi-ss-dice-d6:before {
content: "\f24e";
}
.fi-ss-dice-d8:before {
content: "\f24f";
}
.fi-ss-dice-four:before {
content: "\f250";
}
.fi-ss-dice-one:before {
content: "\f251";
}
.fi-ss-dice-six:before {
content: "\f252";
}
.fi-ss-dice-three:before {
content: "\f253";
}
.fi-ss-dice-two:before {
content: "\f254";
}
.fi-ss-dice:before {
content: "\f255";
}
.fi-ss-diploma:before {
content: "\f256";
}
.fi-ss-disco-ball:before {
content: "\f257";
}
.fi-ss-disk:before {
content: "\f258";
}
.fi-ss-dizzy:before {
content: "\f259";
}
.fi-ss-doctor:before {
content: "\f25a";
}
.fi-ss-document-signed:before {
content: "\f25b";
}
.fi-ss-document:before {
content: "\f25c";
}
.fi-ss-dollar:before {
content: "\f25d";
}
.fi-ss-download:before {
content: "\f25e";
}
.fi-ss-dreidel:before {
content: "\f25f";
}
.fi-ss-drink-alt:before {
content: "\f260";
}
.fi-ss-drumstick:before {
content: "\f261";
}
.fi-ss-duplicate:before {
content: "\f262";
}
.fi-ss-e-learning:before {
content: "\f263";
}
.fi-ss-earnings:before {
content: "\f264";
}
.fi-ss-eclipse-alt:before {
content: "\f265";
}
.fi-ss-eclipse:before {
content: "\f266";
}
.fi-ss-edit-alt:before {
content: "\f267";
}
.fi-ss-edit:before {
content: "\f268";
}
.fi-ss-egg-fried:before {
content: "\f269";
}
.fi-ss-egg:before {
content: "\f26a";
}
.fi-ss-engine-warning:before {
content: "\f26b";
}
.fi-ss-envelope-ban:before {
content: "\f26c";
}
.fi-ss-envelope-download:before {
content: "\f26d";
}
.fi-ss-envelope-marker:before {
content: "\f26e";
}
.fi-ss-envelope-open:before {
content: "\f26f";
}
.fi-ss-envelope-plus:before {
content: "\f270";
}
.fi-ss-envelope:before {
content: "\f271";
}
.fi-ss-euro:before {
content: "\f272";
}
.fi-ss-exchange-alt:before {
content: "\f273";
}
.fi-ss-exchange:before {
content: "\f274";
}
.fi-ss-exclamation:before {
content: "\f275";
}
.fi-ss-expand-arrows-alt:before {
content: "\f276";
}
.fi-ss-expand-arrows:before {
content: "\f277";
}
.fi-ss-expand:before {
content: "\f278";
}
.fi-ss-eye-crossed:before {
content: "\f279";
}
.fi-ss-eye-dropper:before {
content: "\f27a";
}
.fi-ss-eye:before {
content: "\f27b";
}
.fi-ss-feather:before {
content: "\f27c";
}
.fi-ss-ferris-wheel:before {
content: "\f27d";
}
.fi-ss-field-hockey:before {
content: "\f27e";
}
.fi-ss-fighter-jet:before {
content: "\f27f";
}
.fi-ss-file-ai:before {
content: "\f280";
}
.fi-ss-file-eps:before {
content: "\f281";
}
.fi-ss-file-psd:before {
content: "\f282";
}
.fi-ss-file:before {
content: "\f283";
}
.fi-ss-fill:before {
content: "\f284";
}
.fi-ss-film:before {
content: "\f285";
}
.fi-ss-filter:before {
content: "\f286";
}
.fi-ss-fingerprint:before {
content: "\f287";
}
.fi-ss-fish:before {
content: "\f288";
}
.fi-ss-flag:before {
content: "\f289";
}
.fi-ss-flame:before {
content: "\f28a";
}
.fi-ss-flip-horizontal:before {
content: "\f28b";
}
.fi-ss-flower-bouquet:before {
content: "\f28c";
}
.fi-ss-flower-tulip:before {
content: "\f28d";
}
.fi-ss-flower:before {
content: "\f28e";
}
.fi-ss-flushed:before {
content: "\f28f";
}
.fi-ss-fog:before {
content: "\f290";
}
.fi-ss-folder:before {
content: "\f291";
}
.fi-ss-following:before {
content: "\f292";
}
.fi-ss-football:before {
content: "\f293";
}
.fi-ss-fork:before {
content: "\f294";
}
.fi-ss-form:before {
content: "\f295";
}
.fi-ss-forward:before {
content: "\f296";
}
.fi-ss-fox:before {
content: "\f297";
}
.fi-ss-french-fries:before {
content: "\f298";
}
.fi-ss-frown:before {
content: "\f299";
}
.fi-ss-ftp:before {
content: "\f29a";
}
.fi-ss-gallery:before {
content: "\f29b";
}
.fi-ss-game-board-alt:before {
content: "\f29c";
}
.fi-ss-gamepad:before {
content: "\f29d";
}
.fi-ss-garage-car:before {
content: "\f29e";
}
.fi-ss-garage-open:before {
content: "\f29f";
}
.fi-ss-garage:before {
content: "\f2a0";
}
.fi-ss-garlic:before {
content: "\f2a1";
}
.fi-ss-gas-pump-alt:before {
content: "\f2a2";
}
.fi-ss-gas-pump-slash:before {
content: "\f2a3";
}
.fi-ss-gas-pump:before {
content: "\f2a4";
}
.fi-ss-gem:before {
content: "\f2a5";
}
.fi-ss-gif:before {
content: "\f2a6";
}
.fi-ss-gift:before {
content: "\f2a7";
}
.fi-ss-gingerbread-man:before {
content: "\f2a8";
}
.fi-ss-glass-cheers:before {
content: "\f2a9";
}
.fi-ss-glass:before {
content: "\f2aa";
}
.fi-ss-glasses:before {
content: "\f2ab";
}
.fi-ss-globe-alt:before {
content: "\f2ac";
}
.fi-ss-globe:before {
content: "\f2ad";
}
.fi-ss-golf-ball:before {
content: "\f2ae";
}
.fi-ss-golf-club:before {
content: "\f2af";
}
.fi-ss-golf:before {
content: "\f2b0";
}
.fi-ss-graduation-cap:before {
content: "\f2b1";
}
.fi-ss-grape:before {
content: "\f2b2";
}
.fi-ss-graphic-tablet:before {
content: "\f2b3";
}
.fi-ss-grid-alt:before {
content: "\f2b4";
}
.fi-ss-grid:before {
content: "\f2b5";
}
.fi-ss-grill:before {
content: "\f2b6";
}
.fi-ss-grimace:before {
content: "\f2b7";
}
.fi-ss-grin-alt:before {
content: "\f2b8";
}
.fi-ss-grin-beam-sweat:before {
content: "\f2b9";
}
.fi-ss-grin-beam:before {
content: "\f2ba";
}
.fi-ss-grin-hearts:before {
content: "\f2bb";
}
.fi-ss-grin-squint-tears:before {
content: "\f2bc";
}
.fi-ss-grin-squint:before {
content: "\f2bd";
}
.fi-ss-grin-stars:before {
content: "\f2be";
}
.fi-ss-grin-tears:before {
content: "\f2bf";
}
.fi-ss-grin-tongue-squint:before {
content: "\f2c0";
}
.fi-ss-grin-tongue-wink:before {
content: "\f2c1";
}
.fi-ss-grin-tongue:before {
content: "\f2c2";
}
.fi-ss-grin-wink:before {
content: "\f2c3";
}
.fi-ss-grin:before {
content: "\f2c4";
}
.fi-ss-guitar:before {
content: "\f2c5";
}
.fi-ss-gym:before {
content: "\f2c6";
}
.fi-ss-hamburger-soda:before {
content: "\f2c7";
}
.fi-ss-hamburger:before {
content: "\f2c8";
}
.fi-ss-hand-holding-heart:before {
content: "\f2c9";
}
.fi-ss-hastag:before {
content: "\f2ca";
}
.fi-ss-hat-birthday:before {
content: "\f2cb";
}
.fi-ss-hat-chef:before {
content: "\f2cc";
}
.fi-ss-head-side-thinking:before {
content: "\f2cd";
}
.fi-ss-headphones:before {
content: "\f2ce";
}
.fi-ss-headset:before {
content: "\f2cf";
}
.fi-ss-heart-arrow:before {
content: "\f2d0";
}
.fi-ss-heart:before {
content: "\f2d1";
}
.fi-ss-heat:before {
content: "\f2d2";
}
.fi-ss-helicopter-side:before {
content: "\f2d3";
}
.fi-ss-hiking:before {
content: "\f2d4";
}
.fi-ss-hockey-mask:before {
content: "\f2d5";
}
.fi-ss-hockey-puck:before {
content: "\f2d6";
}
.fi-ss-hockey-sticks:before {
content: "\f2d7";
}
.fi-ss-home-location-alt:before {
content: "\f2d8";
}
.fi-ss-home-location:before {
content: "\f2d9";
}
.fi-ss-home:before {
content: "\f2da";
}
.fi-ss-hotdog:before {
content: "\f2db";
}
.fi-ss-hourglass-end:before {
content: "\f2dc";
}
.fi-ss-hourglass:before {
content: "\f2dd";
}
.fi-ss-house-flood:before {
content: "\f2de";
}
.fi-ss-humidity:before {
content: "\f2df";
}
.fi-ss-hurricane:before {
content: "\f2e0";
}
.fi-ss-ice-cream:before {
content: "\f2e1";
}
.fi-ss-ice-skate:before {
content: "\f2e2";
}
.fi-ss-id-badge:before {
content: "\f2e3";
}
.fi-ss-inbox-in:before {
content: "\f2e4";
}
.fi-ss-inbox-out:before {
content: "\f2e5";
}
.fi-ss-inbox:before {
content: "\f2e6";
}
.fi-ss-incognito:before {
content: "\f2e7";
}
.fi-ss-indent:before {
content: "\f2e8";
}
.fi-ss-infinity:before {
content: "\f2e9";
}
.fi-ss-info:before {
content: "\f2ea";
}
.fi-ss-interactive:before {
content: "\f2eb";
}
.fi-ss-interlining:before {
content: "\f2ec";
}
.fi-ss-interrogation:before {
content: "\f2ed";
}
.fi-ss-italic:before {
content: "\f2ee";
}
.fi-ss-jam:before {
content: "\f2ef";
}
.fi-ss-jpg:before {
content: "\f2f0";
}
.fi-ss-key:before {
content: "\f2f1";
}
.fi-ss-keyboard:before {
content: "\f2f2";
}
.fi-ss-kiss-beam:before {
content: "\f2f3";
}
.fi-ss-kiss-wink-heart:before {
content: "\f2f4";
}
.fi-ss-kiss:before {
content: "\f2f5";
}
.fi-ss-kite:before {
content: "\f2f6";
}
.fi-ss-knife:before {
content: "\f2f7";
}
.fi-ss-label:before {
content: "\f2f8";
}
.fi-ss-laptop:before {
content: "\f2f9";
}
.fi-ss-lasso:before {
content: "\f2fa";
}
.fi-ss-laugh-beam:before {
content: "\f2fb";
}
.fi-ss-laugh-squint:before {
content: "\f2fc";
}
.fi-ss-laugh-wink:before {
content: "\f2fd";
}
.fi-ss-laugh:before {
content: "\f2fe";
}
.fi-ss-layers:before {
content: "\f2ff";
}
.fi-ss-layout-fluid:before {
content: "\f300";
}
.fi-ss-leaf:before {
content: "\f301";
}
.fi-ss-lemon:before {
content: "\f302";
}
.fi-ss-letter-case:before {
content: "\f303";
}
.fi-ss-lettuce:before {
content: "\f304";
}
.fi-ss-level-down-alt:before {
content: "\f305";
}
.fi-ss-level-down:before {
content: "\f306";
}
.fi-ss-level-up-alt:before {
content: "\f307";
}
.fi-ss-level-up:before {
content: "\f308";
}
.fi-ss-life-ring:before {
content: "\f309";
}
.fi-ss-line-width:before {
content: "\f30a";
}
.fi-ss-link:before {
content: "\f30b";
}
.fi-ss-lipstick:before {
content: "\f30c";
}
.fi-ss-list-check:before {
content: "\f30d";
}
.fi-ss-list:before {
content: "\f30e";
}
.fi-ss-loading:before {
content: "\f30f";
}
.fi-ss-location-alt:before {
content: "\f310";
}
.fi-ss-lock-alt:before {
content: "\f311";
}
.fi-ss-lock:before {
content: "\f312";
}
.fi-ss-luchador:before {
content: "\f313";
}
.fi-ss-luggage-rolling:before {
content: "\f314";
}
.fi-ss-magic-wand:before {
content: "\f315";
}
.fi-ss-makeup-brush:before {
content: "\f316";
}
.fi-ss-man-head:before {
content: "\f317";
}
.fi-ss-map-marker-cross:before {
content: "\f318";
}
.fi-ss-map-marker-home:before {
content: "\f319";
}
.fi-ss-map-marker-minus:before {
content: "\f31a";
}
.fi-ss-map-marker-plus:before {
content: "\f31b";
}
.fi-ss-map-marker:before {
content: "\f31c";
}
.fi-ss-map:before {
content: "\f31d";
}
.fi-ss-marker-time:before {
content: "\f31e";
}
.fi-ss-marker:before {
content: "\f31f";
}
.fi-ss-mars-double:before {
content: "\f320";
}
.fi-ss-mars:before {
content: "\f321";
}
.fi-ss-mask-carnival:before {
content: "\f322";
}
.fi-ss-medicine:before {
content: "\f323";
}
.fi-ss-megaphone:before {
content: "\f324";
}
.fi-ss-meh-blank:before {
content: "\f325";
}
.fi-ss-meh-rolling-eyes:before {
content: "\f326";
}
.fi-ss-meh:before {
content: "\f327";
}
.fi-ss-melon:before {
content: "\f328";
}
.fi-ss-menu-burger:before {
content: "\f329";
}
.fi-ss-menu-dots-vertical:before {
content: "\f32a";
}
.fi-ss-menu-dots:before {
content: "\f32b";
}
.fi-ss-meteor:before {
content: "\f32c";
}
.fi-ss-microphone-alt:before {
content: "\f32d";
}
.fi-ss-microphone:before {
content: "\f32e";
}
.fi-ss-minus-small:before {
content: "\f32f";
}
.fi-ss-minus:before {
content: "\f330";
}
.fi-ss-mobile:before {
content: "\f331";
}
.fi-ss-mode-landscape:before {
content: "\f332";
}
.fi-ss-mode-portrait:before {
content: "\f333";
}
.fi-ss-money:before {
content: "\f334";
}
.fi-ss-moon-stars:before {
content: "\f335";
}
.fi-ss-moon:before {
content: "\f336";
}
.fi-ss-motorcycle:before {
content: "\f337";
}
.fi-ss-mountains:before {
content: "\f338";
}
.fi-ss-mouse:before {
content: "\f339";
}
.fi-ss-mug-alt:before {
content: "\f33a";
}
.fi-ss-mug-hot-alt:before {
content: "\f33b";
}
.fi-ss-mug-hot:before {
content: "\f33c";
}
.fi-ss-mug-tea:before {
content: "\f33d";
}
.fi-ss-mug:before {
content: "\f33e";
}
.fi-ss-mushroom:before {
content: "\f33f";
}
.fi-ss-music-file:before {
content: "\f340";
}
.fi-ss-music-alt:before {
content: "\f341";
}
.fi-ss-music:before {
content: "\f342";
}
.fi-ss-navigation:before {
content: "\f343";
}
.fi-ss-network-cloud:before {
content: "\f344";
}
.fi-ss-network:before {
content: "\f345";
}
.fi-ss-noodles:before {
content: "\f346";
}
.fi-ss-notebook:before {
content: "\f347";
}
.fi-ss-oil-can:before {
content: "\f348";
}
.fi-ss-oil-temp:before {
content: "\f349";
}
.fi-ss-olive-oil:before {
content: "\f34a";
}
.fi-ss-olives:before {
content: "\f34b";
}
.fi-ss-onion:before {
content: "\f34c";
}
.fi-ss-opacity:before {
content: "\f34d";
}
.fi-ss-package:before {
content: "\f34e";
}
.fi-ss-paint-brush:before {
content: "\f34f";
}
.fi-ss-palette:before {
content: "\f350";
}
.fi-ss-pan:before {
content: "\f351";
}
.fi-ss-paper-plane:before {
content: "\f352";
}
.fi-ss-password:before {
content: "\f353";
}
.fi-ss-pause:before {
content: "\f354";
}
.fi-ss-paw:before {
content: "\f355";
}
.fi-ss-peach:before {
content: "\f356";
}
.fi-ss-pencil:before {
content: "\f357";
}
.fi-ss-pennant:before {
content: "\f358";
}
.fi-ss-pepper-hot:before {
content: "\f359";
}
.fi-ss-pepper:before {
content: "\f35a";
}
.fi-ss-pharmacy:before {
content: "\f35b";
}
.fi-ss-phone-call:before {
content: "\f35c";
}
.fi-ss-phone-cross:before {
content: "\f35d";
}
.fi-ss-phone-pause:before {
content: "\f35e";
}
.fi-ss-phone-slash:before {
content: "\f35f";
}
.fi-ss-physics:before {
content: "\f360";
}
.fi-ss-picnic:before {
content: "\f361";
}
.fi-ss-picture:before {
content: "\f362";
}
.fi-ss-pie:before {
content: "\f363";
}
.fi-ss-pineapple:before {
content: "\f364";
}
.fi-ss-ping-pong:before {
content: "\f365";
}
.fi-ss-pizza-slice:before {
content: "\f366";
}
.fi-ss-plane-alt:before {
content: "\f367";
}
.fi-ss-plane:before {
content: "\f368";
}
.fi-ss-plate:before {
content: "\f369";
}
.fi-ss-play-alt:before {
content: "\f36a";
}
.fi-ss-play:before {
content: "\f36b";
}
.fi-ss-playing-cards:before {
content: "\f36c";
}
.fi-ss-plus-small:before {
content: "\f36d";
}
.fi-ss-plus:before {
content: "\f36e";
}
.fi-ss-poker-chip:before {
content: "\f36f";
}
.fi-ss-poo:before {
content: "\f370";
}
.fi-ss-popcorn:before {
content: "\f371";
}
.fi-ss-portrait:before {
content: "\f372";
}
.fi-ss-pot:before {
content: "\f373";
}
.fi-ss-pound:before {
content: "\f374";
}
.fi-ss-power:before {
content: "\f375";
}
.fi-ss-presentation:before {
content: "\f376";
}
.fi-ss-print:before {
content: "\f377";
}
.fi-ss-protractor:before {
content: "\f378";
}
.fi-ss-pulse:before {
content: "\f379";
}
.fi-ss-pumpkin:before {
content: "\f37a";
}
.fi-ss-puzzle-piece:before {
content: "\f37b";
}
.fi-ss-pyramid:before {
content: "\f37c";
}
.fi-ss-quote-right:before {
content: "\f37d";
}
.fi-ss-radish:before {
content: "\f37e";
}
.fi-ss-rainbow:before {
content: "\f37f";
}
.fi-ss-raindrops:before {
content: "\f380";
}
.fi-ss-raquet:before {
content: "\f381";
}
.fi-ss-rec:before {
content: "\f382";
}
.fi-ss-receipt:before {
content: "\f383";
}
.fi-ss-record-vinyl:before {
content: "\f384";
}
.fi-ss-rectabgle-vertical:before {
content: "\f385";
}
.fi-ss-rectangle-horizontal:before {
content: "\f386";
}
.fi-ss-rectangle-panoramic:before {
content: "\f387";
}
.fi-ss-recycle:before {
content: "\f388";
}
.fi-ss-redo-alt:before {
content: "\f389";
}
.fi-ss-redo:before {
content: "\f38a";
}
.fi-ss-reflect:before {
content: "\f38b";
}
.fi-ss-refresh:before {
content: "\f38c";
}
.fi-ss-remove-user:before {
content: "\f38d";
}
.fi-ss-reply-all:before {
content: "\f38e";
}
.fi-ss-resize:before {
content: "\f38f";
}
.fi-ss-resources:before {
content: "\f390";
}
.fi-ss-restaurant:before {
content: "\f391";
}
.fi-ss-rewind:before {
content: "\f392";
}
.fi-ss-rhombus:before {
content: "\f393";
}
.fi-ss-rings-wedding:before {
content: "\f394";
}
.fi-ss-road:before {
content: "\f395";
}
.fi-ss-rocket-lunch:before {
content: "\f396";
}
.fi-ss-rocket:before {
content: "\f397";
}
.fi-ss-room-service:before {
content: "\f398";
}
.fi-ss-rotate-right:before {
content: "\f399";
}
.fi-ss-rugby-helmet:before {
content: "\f39a";
}
.fi-ss-rugby:before {
content: "\f39b";
}
.fi-ss-running:before {
content: "\f39c";
}
.fi-ss-rv:before {
content: "\f39d";
}
.fi-ss-sad-cry:before {
content: "\f39e";
}
.fi-ss-sad-tear:before {
content: "\f39f";
}
.fi-ss-sad:before {
content: "\f3a0";
}
.fi-ss-salad:before {
content: "\f3a1";
}
.fi-ss-salt-pepper:before {
content: "\f3a2";
}
.fi-ss-sandwich:before {
content: "\f3a3";
}
.fi-ss-sauce:before {
content: "\f3a4";
}
.fi-ss-sausage:before {
content: "\f3a5";
}
.fi-ss-scale:before {
content: "\f3a6";
}
.fi-ss-school-bus:before {
content: "\f3a7";
}
.fi-ss-school:before {
content: "\f3a8";
}
.fi-ss-scissors:before {
content: "\f3a9";
}
.fi-ss-screen:before {
content: "\f3aa";
}
.fi-ss-search-alt:before {
content: "\f3ab";
}
.fi-ss-search-heart:before {
content: "\f3ac";
}
.fi-ss-search:before {
content: "\f3ad";
}
.fi-ss-settings-sliders:before {
content: "\f3ae";
}
.fi-ss-settings:before {
content: "\f3af";
}
.fi-ss-share:before {
content: "\f3b0";
}
.fi-ss-shield-check:before {
content: "\f3b1";
}
.fi-ss-shield-exclamation:before {
content: "\f3b2";
}
.fi-ss-shield-interrogation:before {
content: "\f3b3";
}
.fi-ss-shield-plus:before {
content: "\f3b4";
}
.fi-ss-shield:before {
content: "\f3b5";
}
.fi-ss-ship-side:before {
content: "\f3b6";
}
.fi-ss-ship:before {
content: "\f3b7";
}
.fi-ss-shop:before {
content: "\f3b8";
}
.fi-ss-shopping-bag-add:before {
content: "\f3b9";
}
.fi-ss-shopping-bag:before {
content: "\f3ba";
}
.fi-ss-shopping-cart-add:before {
content: "\f3bb";
}
.fi-ss-shopping-cart-check:before {
content: "\f3bc";
}
.fi-ss-shopping-cart:before {
content: "\f3bd";
}
.fi-ss-shrimp:before {
content: "\f3be";
}
.fi-ss-shuffle:before {
content: "\f3bf";
}
.fi-ss-shuttle-van:before {
content: "\f3c0";
}
.fi-ss-shuttlecock:before {
content: "\f3c1";
}
.fi-ss-sign-in-alt:before {
content: "\f3c2";
}
.fi-ss-sign-in:before {
content: "\f3c3";
}
.fi-ss-sign-out-alt:before {
content: "\f3c4";
}
.fi-ss-sign-out:before {
content: "\f3c5";
}
.fi-ss-signal-alt-1:before {
content: "\f3c6";
}
.fi-ss-signal-alt-2:before {
content: "\f3c7";
}
.fi-ss-signal-alt:before {
content: "\f3c8";
}
.fi-ss-skateboard:before {
content: "\f3c9";
}
.fi-ss-skating:before {
content: "\f3ca";
}
.fi-ss-skewer:before {
content: "\f3cb";
}
.fi-ss-ski-jump:before {
content: "\f3cc";
}
.fi-ss-ski-lift:before {
content: "\f3cd";
}
.fi-ss-skiing-nordic:before {
content: "\f3ce";
}
.fi-ss-skiing:before {
content: "\f3cf";
}
.fi-ss-sledding:before {
content: "\f3d0";
}
.fi-ss-sleigh:before {
content: "\f3d1";
}
.fi-ss-smartphone:before {
content: "\f3d2";
}
.fi-ss-smile-beam:before {
content: "\f3d3";
}
.fi-ss-smile-wink:before {
content: "\f3d4";
}
.fi-ss-smile:before {
content: "\f3d5";
}
.fi-ss-smog:before {
content: "\f3d6";
}
.fi-ss-smoke:before {
content: "\f3d7";
}
.fi-ss-snow-blowing:before {
content: "\f3d8";
}
.fi-ss-snowboarding:before {
content: "\f3d9";
}
.fi-ss-snowflake:before {
content: "\f3da";
}
.fi-ss-snowflakes:before {
content: "\f3db";
}
.fi-ss-snowmobile:before {
content: "\f3dc";
}
.fi-ss-snowplow:before {
content: "\f3dd";
}
.fi-ss-soap:before {
content: "\f3de";
}
.fi-ss-sort-alpha-down-alt:before {
content: "\f3df";
}
.fi-ss-sort-alpha-down:before {
content: "\f3e0";
}
.fi-ss-sort-alpha-up-alt:before {
content: "\f3e1";
}
.fi-ss-sort-alpha-up:before {
content: "\f3e2";
}
.fi-ss-sort-alt:before {
content: "\f3e3";
}
.fi-ss-sort-amount-down-alt:before {
content: "\f3e4";
}
.fi-ss-sort-amount-down:before {
content: "\f3e5";
}
.fi-ss-sort-amount-up-alt:before {
content: "\f3e6";
}
.fi-ss-sort-amount-up:before {
content: "\f3e7";
}
.fi-ss-sort-down:before {
content: "\f3e8";
}
.fi-ss-sort-numeric-down-alt:before {
content: "\f3e9";
}
.fi-ss-sort-numeric-down:before {
content: "\f3ea";
}
.fi-ss-sort:before {
content: "\f3eb";
}
.fi-ss-soup:before {
content: "\f3ec";
}
.fi-ss-spa:before {
content: "\f3ed";
}
.fi-ss-space-shuttle:before {
content: "\f3ee";
}
.fi-ss-spade:before {
content: "\f3ef";
}
.fi-ss-sparkles:before {
content: "\f3f0";
}
.fi-ss-speaker:before {
content: "\f3f1";
}
.fi-ss-sphere:before {
content: "\f3f2";
}
.fi-ss-spinner:before {
content: "\f3f3";
}
.fi-ss-spoon:before {
content: "\f3f4";
}
.fi-ss-square-root:before {
content: "\f3f5";
}
.fi-ss-square:before {
content: "\f3f6";
}
.fi-ss-star-octogram:before {
content: "\f3f7";
}
.fi-ss-star:before {
content: "\f3f8";
}
.fi-ss-starfighter:before {
content: "\f3f9";
}
.fi-ss-stars:before {
content: "\f3fa";
}
.fi-ss-stats:before {
content: "\f3fb";
}
.fi-ss-steak:before {
content: "\f3fc";
}
.fi-ss-steering-wheel:before {
content: "\f3fd";
}
.fi-ss-stethoscope:before {
content: "\f3fe";
}
.fi-ss-sticker:before {
content: "\f3ff";
}
.fi-ss-stop:before {
content: "\f400";
}
.fi-ss-stopwatch:before {
content: "\f401";
}
.fi-ss-strawberry:before {
content: "\f402";
}
.fi-ss-subtitles:before {
content: "\f403";
}
.fi-ss-subway:before {
content: "\f404";
}
.fi-ss-sun:before {
content: "\f405";
}
.fi-ss-sunrise-alt:before {
content: "\f406";
}
.fi-ss-sunrise:before {
content: "\f407";
}
.fi-ss-sunset:before {
content: "\f408";
}
.fi-ss-surfing:before {
content: "\f409";
}
.fi-ss-surprise:before {
content: "\f40a";
}
.fi-ss-sushi:before {
content: "\f40b";
}
.fi-ss-swimmer:before {
content: "\f40c";
}
.fi-ss-sword:before {
content: "\f40d";
}
.fi-ss-syringe:before {
content: "\f40e";
}
.fi-ss-tablet:before {
content: "\f40f";
}
.fi-ss-tachometer-alt-average:before {
content: "\f410";
}
.fi-ss-tachometer-alt-fastest:before {
content: "\f411";
}
.fi-ss-tachometer-alt-slow:before {
content: "\f412";
}
.fi-ss-tachometer-alt-slowest:before {
content: "\f413";
}
.fi-ss-tachometer-average:before {
content: "\f414";
}
.fi-ss-tachometer-fast:before {
content: "\f415";
}
.fi-ss-tachometer-fastest:before {
content: "\f416";
}
.fi-ss-tachometer-slow:before {
content: "\f417";
}
.fi-ss-tachometer-slowest:before {
content: "\f418";
}
.fi-ss-tachometer:before {
content: "\f419";
}
.fi-ss-taco:before {
content: "\f41a";
}
.fi-ss-target:before {
content: "\f41b";
}
.fi-ss-taxi:before {
content: "\f41c";
}
.fi-ss-temperature-down:before {
content: "\f41d";
}
.fi-ss-temperature-frigid:before {
content: "\f41e";
}
.fi-ss-temperature-high:before {
content: "\f41f";
}
.fi-ss-temperature-hot:before {
content: "\f420";
}
.fi-ss-temperature-low:before {
content: "\f421";
}
.fi-ss-temperature-up:before {
content: "\f422";
}
.fi-ss-tennis:before {
content: "\f423";
}
.fi-ss-terrace:before {
content: "\f424";
}
.fi-ss-test-tube:before {
content: "\f425";
}
.fi-ss-test:before {
content: "\f426";
}
.fi-ss-text-check:before {
content: "\f427";
}
.fi-ss-text:before {
content: "\f428";
}
.fi-ss-thermometer-half:before {
content: "\f429";
}
.fi-ss-thumbs-down:before {
content: "\f42a";
}
.fi-ss-thumbs-up:before {
content: "\f42b";
}
.fi-ss-thumbtack:before {
content: "\f42c";
}
.fi-ss-thunderstorm-moon:before {
content: "\f42d";
}
.fi-ss-thunderstorm-sun:before {
content: "\f42e";
}
.fi-ss-thunderstorm:before {
content: "\f42f";
}
.fi-ss-ticket:before {
content: "\f430";
}
.fi-ss-time-add:before {
content: "\f431";
}
.fi-ss-time-check:before {
content: "\f432";
}
.fi-ss-time-delete:before {
content: "\f433";
}
.fi-ss-time-fast:before {
content: "\f434";
}
.fi-ss-time-forward-sixty:before {
content: "\f435";
}
.fi-ss-time-forward-ten:before {
content: "\f436";
}
.fi-ss-time-forward:before {
content: "\f437";
}
.fi-ss-time-half-past:before {
content: "\f438";
}
.fi-ss-time-oclock:before {
content: "\f439";
}
.fi-ss-time-past:before {
content: "\f43a";
}
.fi-ss-time-quarter-to:before {
content: "\f43b";
}
.fi-ss-time-quarter-past:before {
content: "\f43c";
}
.fi-ss-time-twenty-four:before {
content: "\f43d";
}
.fi-ss-tire-flat:before {
content: "\f43e";
}
.fi-ss-tire-pressure-warning:before {
content: "\f43f";
}
.fi-ss-tire-rugged:before {
content: "\f440";
}
.fi-ss-tire:before {
content: "\f441";
}
.fi-ss-tired:before {
content: "\f442";
}
.fi-ss-tomato:before {
content: "\f443";
}
.fi-ss-tool-crop:before {
content: "\f444";
}
.fi-ss-tool-marquee:before {
content: "\f445";
}
.fi-ss-tooth:before {
content: "\f446";
}
.fi-ss-tornado:before {
content: "\f447";
}
.fi-ss-tractor:before {
content: "\f448";
}
.fi-ss-trailer:before {
content: "\f449";
}
.fi-ss-train-side:before {
content: "\f44a";
}
.fi-ss-train:before {
content: "\f44b";
}
.fi-ss-tram:before {
content: "\f44c";
}
.fi-ss-transform:before {
content: "\f44d";
}
.fi-ss-trash:before {
content: "\f44e";
}
.fi-ss-treatment:before {
content: "\f44f";
}
.fi-ss-tree-christmas:before {
content: "\f450";
}
.fi-ss-tree:before {
content: "\f451";
}
.fi-ss-triangle:before {
content: "\f452";
}
.fi-ss-trophy:before {
content: "\f453";
}
.fi-ss-truck-container:before {
content: "\f454";
}
.fi-ss-truck-couch:before {
content: "\f455";
}
.fi-ss-truck-loading:before {
content: "\f456";
}
.fi-ss-truck-monster:before {
content: "\f457";
}
.fi-ss-truck-moving:before {
content: "\f458";
}
.fi-ss-truck-pickup:before {
content: "\f459";
}
.fi-ss-truck-plow:before {
content: "\f45a";
}
.fi-ss-truck-ramp:before {
content: "\f45b";
}
.fi-ss-truck-side:before {
content: "\f45c";
}
.fi-ss-tty:before {
content: "\f45d";
}
.fi-ss-turkey:before {
content: "\f45e";
}
.fi-ss-umbrella:before {
content: "\f45f";
}
.fi-ss-underline:before {
content: "\f460";
}
.fi-ss-undo-alt:before {
content: "\f461";
}
.fi-ss-undo:before {
content: "\f462";
}
.fi-ss-unlock:before {
content: "\f463";
}
.fi-ss-upload:before {
content: "\f464";
}
.fi-ss-usb-pendrive:before {
content: "\f465";
}
.fi-ss-user-add:before {
content: "\f466";
}
.fi-ss-user-time:before {
content: "\f467";
}
.fi-ss-user:before {
content: "\f468";
}
.fi-ss-users-alt:before {
content: "\f469";
}
.fi-ss-users:before {
content: "\f46a";
}
.fi-ss-utensils:before {
content: "\f46b";
}
.fi-ss-vector-alt:before {
content: "\f46c";
}
.fi-ss-vector:before {
content: "\f46d";
}
.fi-ss-venus-double:before {
content: "\f46e";
}
.fi-ss-venus-mars:before {
content: "\f46f";
}
.fi-ss-venus:before {
content: "\f470";
}
.fi-ss-video-camera:before {
content: "\f471";
}
.fi-ss-volcano:before {
content: "\f472";
}
.fi-ss-volleyball:before {
content: "\f473";
}
.fi-ss-volume:before {
content: "\f474";
}
.fi-ss-wagon-covered:before {
content: "\f475";
}
.fi-ss-water-bottle:before {
content: "\f476";
}
.fi-ss-water-lower:before {
content: "\f477";
}
.fi-ss-water-rise:before {
content: "\f478";
}
.fi-ss-water:before {
content: "\f479";
}
.fi-ss-watermelon:before {
content: "\f47a";
}
.fi-ss-wheat:before {
content: "\f47b";
}
.fi-ss-wheelchair:before {
content: "\f47c";
}
.fi-ss-whistle:before {
content: "\f47d";
}
.fi-ss-wifi-alt:before {
content: "\f47e";
}
.fi-ss-wind-warning:before {
content: "\f47f";
}
.fi-ss-wind:before {
content: "\f480";
}
.fi-ss-windsock:before {
content: "\f481";
}
.fi-ss-woman-head:before {
content: "\f482";
}
.fi-ss-world:before {
content: "\f483";
}
.fi-ss-yen:before {
content: "\f484";
}
.fi-ss-zoom-in:before {
content: "\f485";
}
.fi-ss-zoom-out:before {
content: "\f486";
}
@font-face {
font-family: "uicons-solid-rounded";
src: url(//nooria.tech/wp-content/themes/zafram/assets/theme/fonts/uicons-solid-rounded.eot#iefix)
format("embedded-opentype"),
url(//nooria.tech/wp-content/themes/zafram/assets/theme/fonts/uicons-solid-rounded.woff2) format("woff2"),
url(//nooria.tech/wp-content/themes/zafram/assets/theme/fonts/uicons-solid-rounded.woff) format("woff");
}
i[class^="fi-sr-"]:before,
i[class*=" fi-sr-"]:before,
span[class^="fi-sr-"]:before,
span[class*="fi-sr-"]:before {
font-family: uicons-solid-rounded !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fi-sr-add-document:before {
content: "\f101";
}
.fi-sr-add-folder:before {
content: "\f102";
}
.fi-sr-add:before {
content: "\f103";
}
.fi-sr-address-book:before {
content: "\f104";
}
.fi-sr-alarm-clock:before {
content: "\f105";
}
.fi-sr-alarm-plus:before {
content: "\f106";
}
.fi-sr-alarm-snooze:before {
content: "\f107";
}
.fi-sr-align-center:before {
content: "\f108";
}
.fi-sr-align-justify:before {
content: "\f109";
}
.fi-sr-align-left:before {
content: "\f10a";
}
.fi-sr-align-right:before {
content: "\f10b";
}
.fi-sr-ambulance:before {
content: "\f10c";
}
.fi-sr-angle-circle-down:before {
content: "\f10d";
}
.fi-sr-angle-circle-left:before {
content: "\f10e";
}
.fi-sr-angle-circle-right:before {
content: "\f10f";
}
.fi-sr-angle-circle-up:before {
content: "\f110";
}
.fi-sr-angle-double-left:before {
content: "\f111";
}
.fi-sr-angle-double-right:before {
content: "\f112";
}
.fi-sr-angle-double-small-down:before {
content: "\f113";
}
.fi-sr-angle-double-small-left:before {
content: "\f114";
}
.fi-sr-angle-double-small-right:before {
content: "\f115";
}
.fi-sr-angle-double-small-up:before {
content: "\f116";
}
.fi-sr-angle-down:before {
content: "\f117";
}
.fi-sr-angle-left:before {
content: "\f118";
}
.fi-sr-angle-right:before {
content: "\f119";
}
.fi-sr-angle-small-down:before {
content: "\f11a";
}
.fi-sr-angle-small-left:before {
content: "\f11b";
}
.fi-sr-angle-small-right:before {
content: "\f11c";
}
.fi-sr-angle-small-up:before {
content: "\f11d";
}
.fi-sr-angle-square-down:before {
content: "\f11e";
}
.fi-sr-angle-square-left:before {
content: "\f11f";
}
.fi-sr-angle-square-right:before {
content: "\f120";
}
.fi-sr-angle-square-up:before {
content: "\f121";
}
.fi-sr-angle-up:before {
content: "\f122";
}
.fi-sr-angry:before {
content: "\f123";
}
.fi-sr-apple-whole:before {
content: "\f124";
}
.fi-sr-apps-add:before {
content: "\f125";
}
.fi-sr-apps-delete:before {
content: "\f126";
}
.fi-sr-apps-sort:before {
content: "\f127";
}
.fi-sr-apps:before {
content: "\f128";
}
.fi-sr-archive:before {
content: "\f129";
}
.fi-sr-arrow-alt-circle-down:before {
content: "\f12a";
}
.fi-sr-arrow-alt-circle-left:before {
content: "\f12b";
}
.fi-sr-arrow-alt-circle-right:before {
content: "\f12c";
}
.fi-sr-arrow-alt-circle-up:before {
content: "\f12d";
}
.fi-sr-arrow-alt-down:before {
content: "\f12e";
}
.fi-sr-arrow-alt-from-bottom:before {
content: "\f12f";
}
.fi-sr-arrow-alt-from-left:before {
content: "\f130";
}
.fi-sr-arrow-alt-from-right:before {
content: "\f131";
}
.fi-sr-arrow-alt-from-top:before {
content: "\f132";
}
.fi-sr-arrow-alt-left:before {
content: "\f133";
}
.fi-sr-arrow-alt-right:before {
content: "\f134";
}
.fi-sr-arrow-alt-square-down:before {
content: "\f135";
}
.fi-sr-arrow-alt-square-left:before {
content: "\f136";
}
.fi-sr-arrow-alt-square-right:before {
content: "\f137";
}
.fi-sr-arrow-alt-square-up:before {
content: "\f138";
}
.fi-sr-arrow-alt-to-bottom:before {
content: "\f139";
}
.fi-sr-arrow-alt-to-left:before {
content: "\f13a";
}
.fi-sr-arrow-alt-to-right:before {
content: "\f13b";
}
.fi-sr-arrow-alt-to-top:before {
content: "\f13c";
}
.fi-sr-arrow-alt-up:before {
content: "\f13d";
}
.fi-sr-arrow-circle-down:before {
content: "\f13e";
}
.fi-sr-arrow-circle-left:before {
content: "\f13f";
}
.fi-sr-arrow-circle-right:before {
content: "\f140";
}
.fi-sr-arrow-circle-up:before {
content: "\f141";
}
.fi-sr-arrow-down:before {
content: "\f142";
}
.fi-sr-arrow-from-bottom:before {
content: "\f143";
}
.fi-sr-arrow-from-left:before {
content: "\f144";
}
.fi-sr-arrow-from-right:before {
content: "\f145";
}
.fi-sr-arrow-from-top:before {
content: "\f146";
}
.fi-sr-arrow-left:before {
content: "\f147";
}
.fi-sr-arrow-right:before {
content: "\f148";
}
.fi-sr-arrow-small-down:before {
content: "\f149";
}
.fi-sr-arrow-small-left:before {
content: "\f14a";
}
.fi-sr-arrow-small-right:before {
content: "\f14b";
}
.fi-sr-arrow-small-up:before {
content: "\f14c";
}
.fi-sr-arrow-square-down:before {
content: "\f14d";
}
.fi-sr-arrow-square-left:before {
content: "\f14e";
}
.fi-sr-arrow-square-right:before {
content: "\f14f";
}
.fi-sr-arrow-square-up:before {
content: "\f150";
}
.fi-sr-arrow-to-bottom:before {
content: "\f151";
}
.fi-sr-arrow-to-left:before {
content: "\f152";
}
.fi-sr-arrow-to-right:before {
content: "\f153";
}
.fi-sr-arrow-to-top:before {
content: "\f154";
}
.fi-sr-arrow-up:before {
content: "\f155";
}
.fi-sr-arrows-alt-h:before {
content: "\f156";
}
.fi-sr-arrows-alt-v:before {
content: "\f157";
}
.fi-sr-arrows-alt:before {
content: "\f158";
}
.fi-sr-arrows-h-copy:before {
content: "\f159";
}
.fi-sr-arrows-h:before {
content: "\f15a";
}
.fi-sr-arrows:before {
content: "\f15b";
}
.fi-sr-assept-document:before {
content: "\f15c";
}
.fi-sr-assistive-listening-systems:before {
content: "\f15d";
}
.fi-sr-asterik:before {
content: "\f15e";
}
.fi-sr-at:before {
content: "\f15f";
}
.fi-sr-aubergine:before {
content: "\f160";
}
.fi-sr-avocado:before {
content: "\f161";
}
.fi-sr-baby-carriage:before {
content: "\f162";
}
.fi-sr-backpack:before {
content: "\f163";
}
.fi-sr-bacon:before {
content: "\f164";
}
.fi-sr-badge:before {
content: "\f165";
}
.fi-sr-balloons:before {
content: "\f166";
}
.fi-sr-ban:before {
content: "\f167";
}
.fi-sr-band-aid:before {
content: "\f168";
}
.fi-sr-bank:before {
content: "\f169";
}
.fi-sr-barber-shop:before {
content: "\f16a";
}
.fi-sr-baseball-alt:before {
content: "\f16b";
}
.fi-sr-baseball:before {
content: "\f16c";
}
.fi-sr-basketball-hoop:before {
content: "\f16d";
}
.fi-sr-basketball:before {
content: "\f16e";
}
.fi-sr-bed:before {
content: "\f16f";
}
.fi-sr-beer:before {
content: "\f170";
}
.fi-sr-bell-ring:before {
content: "\f171";
}
.fi-sr-bell-school:before {
content: "\f172";
}
.fi-sr-bell:before {
content: "\f173";
}
.fi-sr-bike:before {
content: "\f174";
}
.fi-sr-biking-mountain:before {
content: "\f175";
}
.fi-sr-biking:before {
content: "\f176";
}
.fi-sr-billiard:before {
content: "\f177";
}
.fi-sr-bold:before {
content: "\f178";
}
.fi-sr-bolt:before {
content: "\f179";
}
.fi-sr-book-alt:before {
content: "\f17a";
}
.fi-sr-book:before {
content: "\f17b";
}
.fi-sr-bookmark:before {
content: "\f17c";
}
.fi-sr-bottle:before {
content: "\f17d";
}
.fi-sr-bow-arrow:before {
content: "\f17e";
}
.fi-sr-bowling-ball:before {
content: "\f17f";
}
.fi-sr-bowling-pins:before {
content: "\f180";
}
.fi-sr-bowling:before {
content: "\f181";
}
.fi-sr-box-alt:before {
content: "\f182";
}
.fi-sr-box:before {
content: "\f183";
}
.fi-sr-boxing-glove:before {
content: "\f184";
}
.fi-sr-braille:before {
content: "\f185";
}
.fi-sr-bread-slice:before {
content: "\f186";
}
.fi-sr-bread:before {
content: "\f187";
}
.fi-sr-briefcase:before {
content: "\f188";
}
.fi-sr-broccoli:before {
content: "\f189";
}
.fi-sr-broom:before {
content: "\f18a";
}
.fi-sr-browser:before {
content: "\f18b";
}
.fi-sr-brush:before {
content: "\f18c";
}
.fi-sr-bug:before {
content: "\f18d";
}
.fi-sr-building:before {
content: "\f18e";
}
.fi-sr-bulb:before {
content: "\f18f";
}
.fi-sr-burrito:before {
content: "\f190";
}
.fi-sr-bus-alt:before {
content: "\f191";
}
.fi-sr-bus:before {
content: "\f192";
}
.fi-sr-butterfly:before {
content: "\f193";
}
.fi-sr-cake-birthday:before {
content: "\f194";
}
.fi-sr-cake-wedding:before {
content: "\f195";
}
.fi-sr-calculator:before {
content: "\f196";
}
.fi-sr-calendar-check:before {
content: "\f197";
}
.fi-sr-calendar-clock:before {
content: "\f198";
}
.fi-sr-calendar-exclamation:before {
content: "\f199";
}
.fi-sr-calendar-lines-pen:before {
content: "\f19a";
}
.fi-sr-calendar-lines:before {
content: "\f19b";
}
.fi-sr-calendar-minus:before {
content: "\f19c";
}
.fi-sr-calendar-pen:before {
content: "\f19d";
}
.fi-sr-calendar-plus:before {
content: "\f19e";
}
.fi-sr-calendar:before {
content: "\f19f";
}
.fi-sr-call-history:before {
content: "\f1a0";
}
.fi-sr-call-incoming:before {
content: "\f1a1";
}
.fi-sr-call-missed:before {
content: "\f1a2";
}
.fi-sr-call-outgoing:before {
content: "\f1a3";
}
.fi-sr-camera:before {
content: "\f1a4";
}
.fi-sr-camping:before {
content: "\f1a5";
}
.fi-sr-candy-alt:before {
content: "\f1a6";
}
.fi-sr-candy:before {
content: "\f1a7";
}
.fi-sr-canned-food:before {
content: "\f1a8";
}
.fi-sr-car-alt:before {
content: "\f1a9";
}
.fi-sr-car-battery:before {
content: "\f1aa";
}
.fi-sr-car-building:before {
content: "\f1ab";
}
.fi-sr-car-bump:before {
content: "\f1ac";
}
.fi-sr-car-bus:before {
content: "\f1ad";
}
.fi-sr-car-crash:before {
content: "\f1ae";
}
.fi-sr-car-garage:before {
content: "\f1af";
}
.fi-sr-car-mechanic:before {
content: "\f1b0";
}
.fi-sr-car-side:before {
content: "\f1b1";
}
.fi-sr-car-tilt:before {
content: "\f1b2";
}
.fi-sr-car-wash:before {
content: "\f1b3";
}
.fi-sr-car:before {
content: "\f1b4";
}
.fi-sr-caravan-alt:before {
content: "\f1b5";
}
.fi-sr-caravan:before {
content: "\f1b6";
}
.fi-sr-caret-circle-down:before {
content: "\f1b7";
}
.fi-sr-caret-circle-right:before {
content: "\f1b8";
}
.fi-sr-caret-circle-up:before {
content: "\f1b9";
}
.fi-sr-caret-down:before {
content: "\f1ba";
}
.fi-sr-caret-left:before {
content: "\f1bb";
}
.fi-sr-caret-quare-up:before {
content: "\f1bc";
}
.fi-sr-caret-right:before {
content: "\f1bd";
}
.fi-sr-caret-square-down:before {
content: "\f1be";
}
.fi-sr-caret-square-left_1:before {
content: "\f1bf";
}
.fi-sr-caret-square-left:before {
content: "\f1c0";
}
.fi-sr-caret-square-right:before {
content: "\f1c1";
}
.fi-sr-caret-up:before {
content: "\f1c2";
}
.fi-sr-carrot:before {
content: "\f1c3";
}
.fi-sr-cars:before {
content: "\f1c4";
}
.fi-sr-charging-station:before {
content: "\f1c5";
}
.fi-sr-chart-connected:before {
content: "\f1c6";
}
.fi-sr-chart-histogram:before {
content: "\f1c7";
}
.fi-sr-chart-network:before {
content: "\f1c8";
}
.fi-sr-chart-pie-alt:before {
content: "\f1c9";
}
.fi-sr-chart-pie:before {
content: "\f1ca";
}
.fi-sr-chart-pyramid:before {
content: "\f1cb";
}
.fi-sr-chart-set-theory:before {
content: "\f1cc";
}
.fi-sr-chart-tree:before {
content: "\f1cd";
}
.fi-sr-chat-arrow-down:before {
content: "\f1ce";
}
.fi-sr-chat-arrow-grow:before {
content: "\f1cf";
}
.fi-sr-check:before {
content: "\f1d0";
}
.fi-sr-checkbox:before {
content: "\f1d1";
}
.fi-sr-cheese:before {
content: "\f1d2";
}
.fi-sr-cherry:before {
content: "\f1d3";
}
.fi-sr-chess-piece:before {
content: "\f1d4";
}
.fi-sr-chess-bishop:before {
content: "\f1d5";
}
.fi-sr-chess-board:before {
content: "\f1d6";
}
.fi-sr-chess-clock-alt:before {
content: "\f1d7";
}
.fi-sr-chess-clock:before {
content: "\f1d8";
}
.fi-sr-chess-king-alt:before {
content: "\f1d9";
}
.fi-sr-chess-king:before {
content: "\f1da";
}
.fi-sr-chess-knight-alt:before {
content: "\f1db";
}
.fi-sr-chess-knight:before {
content: "\f1dc";
}
.fi-sr-chess-pawn-alt:before {
content: "\f1dd";
}
.fi-sr-chess-pawn:before {
content: "\f1de";
}
.fi-sr-chess-queen-alt:before {
content: "\f1df";
}
.fi-sr-chess-queen:before {
content: "\f1e0";
}
.fi-sr-chess-rook-alt:before {
content: "\f1e1";
}
.fi-sr-chess-rook:before {
content: "\f1e2";
}
.fi-sr-chess:before {
content: "\f1e3";
}
.fi-sr-chevron-double-down:before {
content: "\f1e4";
}
.fi-sr-chevron-double-up:before {
content: "\f1e5";
}
.fi-sr-child-head:before {
content: "\f1e6";
}
.fi-sr-chocolate:before {
content: "\f1e7";
}
.fi-sr-circle-small:before {
content: "\f1e8";
}
.fi-sr-circle:before {
content: "\f1e9";
}
.fi-sr-clip:before {
content: "\f1ea";
}
.fi-sr-clock-eight-thirty:before {
content: "\f1eb";
}
.fi-sr-clock-eleven-thirty:before {
content: "\f1ec";
}
.fi-sr-clock-eleven:before {
content: "\f1ed";
}
.fi-sr-clock-five-thirty:before {
content: "\f1ee";
}
.fi-sr-clock-five:before {
content: "\f1ef";
}
.fi-sr-clock-four-thirty:before {
content: "\f1f0";
}
.fi-sr-clock-nine-thirty:before {
content: "\f1f1";
}
.fi-sr-clock-nine:before {
content: "\f1f2";
}
.fi-sr-clock-one-thirty:before {
content: "\f1f3";
}
.fi-sr-clock-one:before {
content: "\f1f4";
}
.fi-sr-clock-seven-thirty:before {
content: "\f1f5";
}
.fi-sr-clock-seven:before {
content: "\f1f6";
}
.fi-sr-clock-six-thirty:before {
content: "\f1f7";
}
.fi-sr-clock-six:before {
content: "\f1f8";
}
.fi-sr-clock-ten-thirty:before {
content: "\f1f9";
}
.fi-sr-clock-ten:before {
content: "\f1fa";
}
.fi-sr-clock-three-thirty:before {
content: "\f1fb";
}
.fi-sr-clock-three:before {
content: "\f1fc";
}
.fi-sr-clock-twelve-thirty:before {
content: "\f1fd";
}
.fi-sr-clock-twelve:before {
content: "\f1fe";
}
.fi-sr-clock-two-thirty:before {
content: "\f1ff";
}
.fi-sr-clock-two:before {
content: "\f200";
}
.fi-sr-clock:before {
content: "\f201";
}
.fi-sr-cloud-upload:before {
content: "\f202";
}
.fi-sr-cloud-check:before {
content: "\f203";
}
.fi-sr-cloud-disabled:before {
content: "\f204";
}
.fi-sr-cloud-download-alt:before {
content: "\f205";
}
.fi-sr-cloud-download:before {
content: "\f206";
}
.fi-sr-cloud-drizzle:before {
content: "\f207";
}
.fi-sr-cloud-hail-mixed:before {
content: "\f208";
}
.fi-sr-cloud-hail:before {
content: "\f209";
}
.fi-sr-cloud-moon-rain:before {
content: "\f20a";
}
.fi-sr-cloud-moon:before {
content: "\f20b";
}
.fi-sr-cloud-rain:before {
content: "\f20c";
}
.fi-sr-cloud-rainbow:before {
content: "\f20d";
}
.fi-sr-cloud-share:before {
content: "\f20e";
}
.fi-sr-cloud-showers-heavy:before {
content: "\f20f";
}
.fi-sr-cloud-showers:before {
content: "\f210";
}
.fi-sr-cloud-sleet:before {
content: "\f211";
}
.fi-sr-cloud-snow:before {
content: "\f212";
}
.fi-sr-cloud-sun-rain:before {
content: "\f213";
}
.fi-sr-cloud-sun:before {
content: "\f214";
}
.fi-sr-cloud-upload-alt:before {
content: "\f215";
}
.fi-sr-cloud:before {
content: "\f216";
}
.fi-sr-clouds-moon:before {
content: "\f217";
}
.fi-sr-clouds-sun:before {
content: "\f218";
}
.fi-sr-clouds:before {
content: "\f219";
}
.fi-sr-club:before {
content: "\f21a";
}
.fi-sr-cocktail-alt:before {
content: "\f21b";
}
.fi-sr-cocktail:before {
content: "\f21c";
}
.fi-sr-coffee-pot:before {
content: "\f21d";
}
.fi-sr-coffee:before {
content: "\f21e";
}
.fi-sr-comment-alt:before {
content: "\f21f";
}
.fi-sr-comment-check:before {
content: "\f220";
}
.fi-sr-comment-heart:before {
content: "\f221";
}
.fi-sr-comment-info:before {
content: "\f222";
}
.fi-sr-comment-user:before {
content: "\f223";
}
.fi-sr-comment:before {
content: "\f224";
}
.fi-sr-comments:before {
content: "\f225";
}
.fi-sr-compress-alt:before {
content: "\f226";
}
.fi-sr-compress:before {
content: "\f227";
}
.fi-sr-computer:before {
content: "\f228";
}
.fi-sr-confetti:before {
content: "\f229";
}
.fi-sr-cookie:before {
content: "\f22a";
}
.fi-sr-copy-alt:before {
content: "\f22b";
}
.fi-sr-copy:before {
content: "\f22c";
}
.fi-sr-copyright:before {
content: "\f22d";
}
.fi-sr-corn:before {
content: "\f22e";
}
.fi-sr-cow:before {
content: "\f22f";
}
.fi-sr-cream:before {
content: "\f230";
}
.fi-sr-credit-card:before {
content: "\f231";
}
.fi-sr-cricket:before {
content: "\f232";
}
.fi-sr-croissant:before {
content: "\f233";
}
.fi-sr-cross-circle:before {
content: "\f234";
}
.fi-sr-cross-small:before {
content: "\f235";
}
.fi-sr-cross:before {
content: "\f236";
}
.fi-sr-crown:before {
content: "\f237";
}
.fi-sr-cube:before {
content: "\f238";
}
.fi-sr-cupcake:before {
content: "\f239";
}
.fi-sr-curling:before {
content: "\f23a";
}
.fi-sr-cursor-finger:before {
content: "\f23b";
}
.fi-sr-cursor-plus:before {
content: "\f23c";
}
.fi-sr-cursor-text-alt:before {
content: "\f23d";
}
.fi-sr-cursor-text:before {
content: "\f23e";
}
.fi-sr-cursor:before {
content: "\f23f";
}
.fi-sr-dart:before {
content: "\f240";
}
.fi-sr-dashboard:before {
content: "\f241";
}
.fi-sr-data-transfer:before {
content: "\f242";
}
.fi-sr-database:before {
content: "\f243";
}
.fi-sr-delete-document:before {
content: "\f244";
}
.fi-sr-delete-user:before {
content: "\f245";
}
.fi-sr-delete:before {
content: "\f246";
}
.fi-sr-dewpoint:before {
content: "\f247";
}
.fi-sr-diamond:before {
content: "\f248";
}
.fi-sr-dice-alt:before {
content: "\f249";
}
.fi-sr-dice-d10:before {
content: "\f24a";
}
.fi-sr-dice-d12:before {
content: "\f24b";
}
.fi-sr-dice-d20:before {
content: "\f24c";
}
.fi-sr-dice-d4:before {
content: "\f24d";
}
.fi-sr-dice-d6:before {
content: "\f24e";
}
.fi-sr-dice-d8:before {
content: "\f24f";
}
.fi-sr-dice-four:before {
content: "\f250";
}
.fi-sr-dice-one:before {
content: "\f251";
}
.fi-sr-dice-six:before {
content: "\f252";
}
.fi-sr-dice-three:before {
content: "\f253";
}
.fi-sr-dice-two:before {
content: "\f254";
}
.fi-sr-dice:before {
content: "\f255";
}
.fi-sr-diploma:before {
content: "\f256";
}
.fi-sr-disco-ball:before {
content: "\f257";
}
.fi-sr-disk:before {
content: "\f258";
}
.fi-sr-dizzy:before {
content: "\f259";
}
.fi-sr-doctor:before {
content: "\f25a";
}
.fi-sr-document-signed:before {
content: "\f25b";
}
.fi-sr-document:before {
content: "\f25c";
}
.fi-sr-dollar:before {
content: "\f25d";
}
.fi-sr-download:before {
content: "\f25e";
}
.fi-sr-dreidel:before {
content: "\f25f";
}
.fi-sr-drink-alt:before {
content: "\f260";
}
.fi-sr-drumstick:before {
content: "\f261";
}
.fi-sr-duplicate:before {
content: "\f262";
}
.fi-sr-e-learning:before {
content: "\f263";
}
.fi-sr-earnings:before {
content: "\f264";
}
.fi-sr-eclipse-alt:before {
content: "\f265";
}
.fi-sr-eclipse:before {
content: "\f266";
}
.fi-sr-edit-alt:before {
content: "\f267";
}
.fi-sr-edit:before {
content: "\f268";
}
.fi-sr-egg-fried:before {
content: "\f269";
}
.fi-sr-egg:before {
content: "\f26a";
}
.fi-sr-engine-warning:before {
content: "\f26b";
}
.fi-sr-envelope-ban:before {
content: "\f26c";
}
.fi-sr-envelope-download:before {
content: "\f26d";
}
.fi-sr-envelope-marker:before {
content: "\f26e";
}
.fi-sr-envelope-open:before {
content: "\f26f";
}
.fi-sr-envelope-plus:before {
content: "\f270";
}
.fi-sr-envelope:before {
content: "\f271";
}
.fi-sr-euro:before {
content: "\f272";
}
.fi-sr-exchange-alt:before {
content: "\f273";
}
.fi-sr-exchange:before {
content: "\f274";
}
.fi-sr-exclamation:before {
content: "\f275";
}
.fi-sr-expand-arrows-alt:before {
content: "\f276";
}
.fi-sr-expand-arrows:before {
content: "\f277";
}
.fi-sr-expand:before {
content: "\f278";
}
.fi-sr-eye-crossed:before {
content: "\f279";
}
.fi-sr-eye-dropper:before {
content: "\f27a";
}
.fi-sr-eye:before {
content: "\f27b";
}
.fi-sr-feather:before {
content: "\f27c";
}
.fi-sr-ferris-wheel:before {
content: "\f27d";
}
.fi-sr-field-hockey:before {
content: "\f27e";
}
.fi-sr-fighter-jet:before {
content: "\f27f";
}
.fi-sr-file-ai:before {
content: "\f280";
}
.fi-sr-file-eps:before {
content: "\f281";
}
.fi-sr-file-psd:before {
content: "\f282";
}
.fi-sr-file:before {
content: "\f283";
}
.fi-sr-fill:before {
content: "\f284";
}
.fi-sr-film:before {
content: "\f285";
}
.fi-sr-filter:before {
content: "\f286";
}
.fi-sr-fingerprint:before {
content: "\f287";
}
.fi-sr-fish:before {
content: "\f288";
}
.fi-sr-flag:before {
content: "\f289";
}
.fi-sr-flame:before {
content: "\f28a";
}
.fi-sr-flip-horizontal:before {
content: "\f28b";
}
.fi-sr-flower-bouquet:before {
content: "\f28c";
}
.fi-sr-flower-tulip:before {
content: "\f28d";
}
.fi-sr-flower:before {
content: "\f28e";
}
.fi-sr-flushed:before {
content: "\f28f";
}
.fi-sr-fog:before {
content: "\f290";
}
.fi-sr-folder:before {
content: "\f291";
}
.fi-sr-following:before {
content: "\f292";
}
.fi-sr-football:before {
content: "\f293";
}
.fi-sr-fork:before {
content: "\f294";
}
.fi-sr-form:before {
content: "\f295";
}
.fi-sr-forward:before {
content: "\f296";
}
.fi-sr-fox:before {
content: "\f297";
}
.fi-sr-french-fries:before {
content: "\f298";
}
.fi-sr-frown:before {
content: "\f299";
}
.fi-sr-ftp:before {
content: "\f29a";
}
.fi-sr-gallery:before {
content: "\f29b";
}
.fi-sr-game-board-alt:before {
content: "\f29c";
}
.fi-sr-gamepad:before {
content: "\f29d";
}
.fi-sr-garage-car:before {
content: "\f29e";
}
.fi-sr-garage-open:before {
content: "\f29f";
}
.fi-sr-garage:before {
content: "\f2a0";
}
.fi-sr-garlic:before {
content: "\f2a1";
}
.fi-sr-gas-pump-alt:before {
content: "\f2a2";
}
.fi-sr-gas-pump-slash:before {
content: "\f2a3";
}
.fi-sr-gas-pump:before {
content: "\f2a4";
}
.fi-sr-gem:before {
content: "\f2a5";
}
.fi-sr-gif:before {
content: "\f2a6";
}
.fi-sr-gift:before {
content: "\f2a7";
}
.fi-sr-gingerbread-man:before {
content: "\f2a8";
}
.fi-sr-glass-cheers:before {
content: "\f2a9";
}
.fi-sr-glass:before {
content: "\f2aa";
}
.fi-sr-glasses:before {
content: "\f2ab";
}
.fi-sr-globe-alt:before {
content: "\f2ac";
}
.fi-sr-globe:before {
content: "\f2ad";
}
.fi-sr-golf-ball:before {
content: "\f2ae";
}
.fi-sr-golf-club:before {
content: "\f2af";
}
.fi-sr-golf:before {
content: "\f2b0";
}
.fi-sr-graduation-cap:before {
content: "\f2b1";
}
.fi-sr-grape:before {
content: "\f2b2";
}
.fi-sr-graphic-tablet:before {
content: "\f2b3";
}
.fi-sr-grid-alt:before {
content: "\f2b4";
}
.fi-sr-grid:before {
content: "\f2b5";
}
.fi-sr-grill:before {
content: "\f2b6";
}
.fi-sr-grimace:before {
content: "\f2b7";
}
.fi-sr-grin-alt:before {
content: "\f2b8";
}
.fi-sr-grin-beam-sweat:before {
content: "\f2b9";
}
.fi-sr-grin-beam:before {
content: "\f2ba";
}
.fi-sr-grin-hearts:before {
content: "\f2bb";
}
.fi-sr-grin-squint-tears:before {
content: "\f2bc";
}
.fi-sr-grin-squint:before {
content: "\f2bd";
}
.fi-sr-grin-stars:before {
content: "\f2be";
}
.fi-sr-grin-tears:before {
content: "\f2bf";
}
.fi-sr-grin-tongue-squint:before {
content: "\f2c0";
}
.fi-sr-grin-tongue-wink:before {
content: "\f2c1";
}
.fi-sr-grin-tongue:before {
content: "\f2c2";
}
.fi-sr-grin-wink:before {
content: "\f2c3";
}
.fi-sr-grin:before {
content: "\f2c4";
}
.fi-sr-guitar:before {
content: "\f2c5";
}
.fi-sr-gym:before {
content: "\f2c6";
}
.fi-sr-hamburger-soda:before {
content: "\f2c7";
}
.fi-sr-hamburger:before {
content: "\f2c8";
}
.fi-sr-hand-holding-heart:before {
content: "\f2c9";
}
.fi-sr-hastag:before {
content: "\f2ca";
}
.fi-sr-hat-birthday:before {
content: "\f2cb";
}
.fi-sr-hat-chef:before {
content: "\f2cc";
}
.fi-sr-head-side-thinking:before {
content: "\f2cd";
}
.fi-sr-headphones:before {
content: "\f2ce";
}
.fi-sr-headset:before {
content: "\f2cf";
}
.fi-sr-heart-arrow:before {
content: "\f2d0";
}
.fi-sr-heart:before {
content: "\f2d1";
}
.fi-sr-heat:before {
content: "\f2d2";
}
.fi-sr-helicopter-side:before {
content: "\f2d3";
}
.fi-sr-hiking:before {
content: "\f2d4";
}
.fi-sr-hockey-mask:before {
content: "\f2d5";
}
.fi-sr-hockey-puck:before {
content: "\f2d6";
}
.fi-sr-hockey-sticks:before {
content: "\f2d7";
}
.fi-sr-home-location-alt:before {
content: "\f2d8";
}
.fi-sr-home-location:before {
content: "\f2d9";
}
.fi-sr-home:before {
content: "\f2da";
}
.fi-sr-hotdog:before {
content: "\f2db";
}
.fi-sr-hourglass-end:before {
content: "\f2dc";
}
.fi-sr-hourglass:before {
content: "\f2dd";
}
.fi-sr-house-flood:before {
content: "\f2de";
}
.fi-sr-humidity:before {
content: "\f2df";
}
.fi-sr-hurricane:before {
content: "\f2e0";
}
.fi-sr-ice-cream:before {
content: "\f2e1";
}
.fi-sr-ice-skate:before {
content: "\f2e2";
}
.fi-sr-id-badge:before {
content: "\f2e3";
}
.fi-sr-inbox-in:before {
content: "\f2e4";
}
.fi-sr-inbox-out:before {
content: "\f2e5";
}
.fi-sr-inbox:before {
content: "\f2e6";
}
.fi-sr-incognito:before {
content: "\f2e7";
}
.fi-sr-indent:before {
content: "\f2e8";
}
.fi-sr-infinity:before {
content: "\f2e9";
}
.fi-sr-info:before {
content: "\f2ea";
}
.fi-sr-interactive:before {
content: "\f2eb";
}
.fi-sr-interlining:before {
content: "\f2ec";
}
.fi-sr-interrogation:before {
content: "\f2ed";
}
.fi-sr-italic:before {
content: "\f2ee";
}
.fi-sr-jam:before {
content: "\f2ef";
}
.fi-sr-jpg:before {
content: "\f2f0";
}
.fi-sr-key:before {
content: "\f2f1";
}
.fi-sr-keyboard:before {
content: "\f2f2";
}
.fi-sr-kiss-beam:before {
content: "\f2f3";
}
.fi-sr-kiss-wink-heart:before {
content: "\f2f4";
}
.fi-sr-kiss:before {
content: "\f2f5";
}
.fi-sr-kite:before {
content: "\f2f6";
}
.fi-sr-knife:before {
content: "\f2f7";
}
.fi-sr-label:before {
content: "\f2f8";
}
.fi-sr-laptop:before {
content: "\f2f9";
}
.fi-sr-lasso:before {
content: "\f2fa";
}
.fi-sr-laugh-beam:before {
content: "\f2fb";
}
.fi-sr-laugh-squint:before {
content: "\f2fc";
}
.fi-sr-laugh-wink:before {
content: "\f2fd";
}
.fi-sr-laugh:before {
content: "\f2fe";
}
.fi-sr-layers:before {
content: "\f2ff";
}
.fi-sr-layout-fluid:before {
content: "\f300";
}
.fi-sr-leaf:before {
content: "\f301";
}
.fi-sr-lemon:before {
content: "\f302";
}
.fi-sr-letter-case:before {
content: "\f303";
}
.fi-sr-lettuce:before {
content: "\f304";
}
.fi-sr-level-down-alt:before {
content: "\f305";
}
.fi-sr-level-down:before {
content: "\f306";
}
.fi-sr-level-up-alt:before {
content: "\f307";
}
.fi-sr-level-up:before {
content: "\f308";
}
.fi-sr-life-ring:before {
content: "\f309";
}
.fi-sr-line-width:before {
content: "\f30a";
}
.fi-sr-link:before {
content: "\f30b";
}
.fi-sr-lipstick:before {
content: "\f30c";
}
.fi-sr-list-check:before {
content: "\f30d";
}
.fi-sr-list:before {
content: "\f30e";
}
.fi-sr-loading:before {
content: "\f30f";
}
.fi-sr-location-alt:before {
content: "\f310";
}
.fi-sr-lock-alt:before {
content: "\f311";
}
.fi-sr-lock:before {
content: "\f312";
}
.fi-sr-luchador:before {
content: "\f313";
}
.fi-sr-luggage-rolling:before {
content: "\f314";
}
.fi-sr-magic-wand:before {
content: "\f315";
}
.fi-sr-makeup-brush:before {
content: "\f316";
}
.fi-sr-man-head:before {
content: "\f317";
}
.fi-sr-map-marker-cross:before {
content: "\f318";
}
.fi-sr-map-marker-home:before {
content: "\f319";
}
.fi-sr-map-marker-minus:before {
content: "\f31a";
}
.fi-sr-map-marker-plus:before {
content: "\f31b";
}
.fi-sr-map-marker:before {
content: "\f31c";
}
.fi-sr-map:before {
content: "\f31d";
}
.fi-sr-marker-time:before {
content: "\f31e";
}
.fi-sr-marker:before {
content: "\f31f";
}
.fi-sr-mars-double:before {
content: "\f320";
}
.fi-sr-mars:before {
content: "\f321";
}
.fi-sr-mask-carnival:before {
content: "\f322";
}
.fi-sr-medicine:before {
content: "\f323";
}
.fi-sr-megaphone:before {
content: "\f324";
}
.fi-sr-meh-blank:before {
content: "\f325";
}
.fi-sr-meh-rolling-eyes:before {
content: "\f326";
}
.fi-sr-meh:before {
content: "\f327";
}
.fi-sr-melon:before {
content: "\f328";
}
.fi-sr-menu-burger:before {
content: "\f329";
}
.fi-sr-menu-dots-vertical:before {
content: "\f32a";
}
.fi-sr-menu-dots:before {
content: "\f32b";
}
.fi-sr-meteor:before {
content: "\f32c";
}
.fi-sr-microphone-alt:before {
content: "\f32d";
}
.fi-sr-microphone:before {
content: "\f32e";
}
.fi-sr-minus-small:before {
content: "\f32f";
}
.fi-sr-minus:before {
content: "\f330";
}
.fi-sr-mobile:before {
content: "\f331";
}
.fi-sr-mode-landscape:before {
content: "\f332";
}
.fi-sr-mode-portrait:before {
content: "\f333";
}
.fi-sr-money:before {
content: "\f334";
}
.fi-sr-moon-stars:before {
content: "\f335";
}
.fi-sr-moon:before {
content: "\f336";
}
.fi-sr-motorcycle:before {
content: "\f337";
}
.fi-sr-mountains:before {
content: "\f338";
}
.fi-sr-mouse:before {
content: "\f339";
}
.fi-sr-mug-alt:before {
content: "\f33a";
}
.fi-sr-mug-hot-alt:before {
content: "\f33b";
}
.fi-sr-mug-hot:before {
content: "\f33c";
}
.fi-sr-mug-tea:before {
content: "\f33d";
}
.fi-sr-mug:before {
content: "\f33e";
}
.fi-sr-mushroom:before {
content: "\f33f";
}
.fi-sr-music-file:before {
content: "\f340";
}
.fi-sr-music-alt:before {
content: "\f341";
}
.fi-sr-music:before {
content: "\f342";
}
.fi-sr-navigation:before {
content: "\f343";
}
.fi-sr-network-cloud:before {
content: "\f344";
}
.fi-sr-network:before {
content: "\f345";
}
.fi-sr-noodles:before {
content: "\f346";
}
.fi-sr-notebook:before {
content: "\f347";
}
.fi-sr-oil-can:before {
content: "\f348";
}
.fi-sr-oil-temp:before {
content: "\f349";
}
.fi-sr-olive-oil:before {
content: "\f34a";
}
.fi-sr-olives:before {
content: "\f34b";
}
.fi-sr-onion:before {
content: "\f34c";
}
.fi-sr-opacity:before {
content: "\f34d";
}
.fi-sr-package:before {
content: "\f34e";
}
.fi-sr-paint-brush:before {
content: "\f34f";
}
.fi-sr-palette:before {
content: "\f350";
}
.fi-sr-pan:before {
content: "\f351";
}
.fi-sr-paper-plane:before {
content: "\f352";
}
.fi-sr-password:before {
content: "\f353";
}
.fi-sr-pause:before {
content: "\f354";
}
.fi-sr-paw:before {
content: "\f355";
}
.fi-sr-peach:before {
content: "\f356";
}
.fi-sr-pencil:before {
content: "\f357";
}
.fi-sr-pennant:before {
content: "\f358";
}
.fi-sr-pepper-hot:before {
content: "\f359";
}
.fi-sr-pepper:before {
content: "\f35a";
}
.fi-sr-pharmacy:before {
content: "\f35b";
}
.fi-sr-phone-call:before {
content: "\f35c";
}
.fi-sr-phone-cross:before {
content: "\f35d";
}
.fi-sr-phone-pause:before {
content: "\f35e";
}
.fi-sr-phone-slash:before {
content: "\f35f";
}
.fi-sr-physics:before {
content: "\f360";
}
.fi-sr-picnic:before {
content: "\f361";
}
.fi-sr-picture:before {
content: "\f362";
}
.fi-sr-pie:before {
content: "\f363";
}
.fi-sr-pineapple:before {
content: "\f364";
}
.fi-sr-ping-pong:before {
content: "\f365";
}
.fi-sr-pizza-slice:before {
content: "\f366";
}
.fi-sr-plane-alt:before {
content: "\f367";
}
.fi-sr-plane:before {
content: "\f368";
}
.fi-sr-plate:before {
content: "\f369";
}
.fi-sr-play-alt:before {
content: "\f36a";
}
.fi-sr-play:before {
content: "\f36b";
}
.fi-sr-playing-cards:before {
content: "\f36c";
}
.fi-sr-plus-small:before {
content: "\f36d";
}
.fi-sr-plus:before {
content: "\f36e";
}
.fi-sr-poker-chip:before {
content: "\f36f";
}
.fi-sr-poo:before {
content: "\f370";
}
.fi-sr-popcorn:before {
content: "\f371";
}
.fi-sr-portrait:before {
content: "\f372";
}
.fi-sr-pot:before {
content: "\f373";
}
.fi-sr-pound:before {
content: "\f374";
}
.fi-sr-power:before {
content: "\f375";
}
.fi-sr-presentation:before {
content: "\f376";
}
.fi-sr-print:before {
content: "\f377";
}
.fi-sr-protractor:before {
content: "\f378";
}
.fi-sr-pulse:before {
content: "\f379";
}
.fi-sr-pumpkin:before {
content: "\f37a";
}
.fi-sr-puzzle-piece:before {
content: "\f37b";
}
.fi-sr-pyramid:before {
content: "\f37c";
}
.fi-sr-quote-right:before {
content: "\f37d";
}
.fi-sr-radish:before {
content: "\f37e";
}
.fi-sr-rainbow:before {
content: "\f37f";
}
.fi-sr-raindrops:before {
content: "\f380";
}
.fi-sr-raquet:before {
content: "\f381";
}
.fi-sr-rec:before {
content: "\f382";
}
.fi-sr-receipt:before {
content: "\f383";
}
.fi-sr-record-vinyl:before {
content: "\f384";
}
.fi-sr-rectabgle-vertical:before {
content: "\f385";
}
.fi-sr-rectangle-horizontal:before {
content: "\f386";
}
.fi-sr-rectangle-panoramic:before {
content: "\f387";
}
.fi-sr-recycle:before {
content: "\f388";
}
.fi-sr-redo-alt:before {
content: "\f389";
}
.fi-sr-redo:before {
content: "\f38a";
}
.fi-sr-reflect:before {
content: "\f38b";
}
.fi-sr-refresh:before {
content: "\f38c";
}
.fi-sr-remove-user:before {
content: "\f38d";
}
.fi-sr-reply-all:before {
content: "\f38e";
}
.fi-sr-resize:before {
content: "\f38f";
}
.fi-sr-resources:before {
content: "\f390";
}
.fi-sr-restaurant:before {
content: "\f391";
}
.fi-sr-rewind:before {
content: "\f392";
}
.fi-sr-rhombus:before {
content: "\f393";
}
.fi-sr-rings-wedding:before {
content: "\f394";
}
.fi-sr-road:before {
content: "\f395";
}
.fi-sr-rocket-lunch:before {
content: "\f396";
}
.fi-sr-rocket:before {
content: "\f397";
}
.fi-sr-room-service:before {
content: "\f398";
}
.fi-sr-rotate-right:before {
content: "\f399";
}
.fi-sr-rugby-helmet:before {
content: "\f39a";
}
.fi-sr-rugby:before {
content: "\f39b";
}
.fi-sr-running:before {
content: "\f39c";
}
.fi-sr-rv:before {
content: "\f39d";
}
.fi-sr-sad-cry:before {
content: "\f39e";
}
.fi-sr-sad-tear:before {
content: "\f39f";
}
.fi-sr-sad:before {
content: "\f3a0";
}
.fi-sr-salad:before {
content: "\f3a1";
}
.fi-sr-salt-pepper:before {
content: "\f3a2";
}
.fi-sr-sandwich:before {
content: "\f3a3";
}
.fi-sr-sauce:before {
content: "\f3a4";
}
.fi-sr-sausage:before {
content: "\f3a5";
}
.fi-sr-scale:before {
content: "\f3a6";
}
.fi-sr-school-bus:before {
content: "\f3a7";
}
.fi-sr-school:before {
content: "\f3a8";
}
.fi-sr-scissors:before {
content: "\f3a9";
}
.fi-sr-screen:before {
content: "\f3aa";
}
.fi-sr-search-alt:before {
content: "\f3ab";
}
.fi-sr-search-heart:before {
content: "\f3ac";
}
.fi-sr-search:before {
content: "\f3ad";
}
.fi-sr-settings-sliders:before {
content: "\f3ae";
}
.fi-sr-settings:before {
content: "\f3af";
}
.fi-sr-share:before {
content: "\f3b0";
}
.fi-sr-shield-check:before {
content: "\f3b1";
}
.fi-sr-shield-exclamation:before {
content: "\f3b2";
}
.fi-sr-shield-interrogation:before {
content: "\f3b3";
}
.fi-sr-shield-plus:before {
content: "\f3b4";
}
.fi-sr-shield:before {
content: "\f3b5";
}
.fi-sr-ship-side:before {
content: "\f3b6";
}
.fi-sr-ship:before {
content: "\f3b7";
}
.fi-sr-shop:before {
content: "\f3b8";
}
.fi-sr-shopping-bag-add:before {
content: "\f3b9";
}
.fi-sr-shopping-bag:before {
content: "\f3ba";
}
.fi-sr-shopping-cart-add:before {
content: "\f3bb";
}
.fi-sr-shopping-cart-check:before {
content: "\f3bc";
}
.fi-sr-shopping-cart:before {
content: "\f3bd";
}
.fi-sr-shrimp:before {
content: "\f3be";
}
.fi-sr-shuffle:before {
content: "\f3bf";
}
.fi-sr-shuttle-van:before {
content: "\f3c0";
}
.fi-sr-shuttlecock:before {
content: "\f3c1";
}
.fi-sr-sign-in-alt:before {
content: "\f3c2";
}
.fi-sr-sign-in:before {
content: "\f3c3";
}
.fi-sr-sign-out-alt:before {
content: "\f3c4";
}
.fi-sr-sign-out:before {
content: "\f3c5";
}
.fi-sr-signal-alt-1:before {
content: "\f3c6";
}
.fi-sr-signal-alt-2:before {
content: "\f3c7";
}
.fi-sr-signal-alt:before {
content: "\f3c8";
}
.fi-sr-skateboard:before {
content: "\f3c9";
}
.fi-sr-skating:before {
content: "\f3ca";
}
.fi-sr-skewer:before {
content: "\f3cb";
}
.fi-sr-ski-jump:before {
content: "\f3cc";
}
.fi-sr-ski-lift:before {
content: "\f3cd";
}
.fi-sr-skiing-nordic:before {
content: "\f3ce";
}
.fi-sr-skiing:before {
content: "\f3cf";
}
.fi-sr-sledding:before {
content: "\f3d0";
}
.fi-sr-sleigh:before {
content: "\f3d1";
}
.fi-sr-smartphone:before {
content: "\f3d2";
}
.fi-sr-smile-beam:before {
content: "\f3d3";
}
.fi-sr-smile-wink:before {
content: "\f3d4";
}
.fi-sr-smile:before {
content: "\f3d5";
}
.fi-sr-smog:before {
content: "\f3d6";
}
.fi-sr-smoke:before {
content: "\f3d7";
}
.fi-sr-snow-blowing:before {
content: "\f3d8";
}
.fi-sr-snowboarding:before {
content: "\f3d9";
}
.fi-sr-snowflake:before {
content: "\f3da";
}
.fi-sr-snowflakes:before {
content: "\f3db";
}
.fi-sr-snowmobile:before {
content: "\f3dc";
}
.fi-sr-snowplow:before {
content: "\f3dd";
}
.fi-sr-soap:before {
content: "\f3de";
}
.fi-sr-sort-alpha-down-alt:before {
content: "\f3df";
}
.fi-sr-sort-alpha-down:before {
content: "\f3e0";
}
.fi-sr-sort-alpha-up-alt:before {
content: "\f3e1";
}
.fi-sr-sort-alpha-up:before {
content: "\f3e2";
}
.fi-sr-sort-alt:before {
content: "\f3e3";
}
.fi-sr-sort-amount-down-alt:before {
content: "\f3e4";
}
.fi-sr-sort-amount-down:before {
content: "\f3e5";
}
.fi-sr-sort-amount-up-alt:before {
content: "\f3e6";
}
.fi-sr-sort-amount-up:before {
content: "\f3e7";
}
.fi-sr-sort-down:before {
content: "\f3e8";
}
.fi-sr-sort-numeric-down-alt:before {
content: "\f3e9";
}
.fi-sr-sort-numeric-down:before {
content: "\f3ea";
}
.fi-sr-sort:before {
content: "\f3eb";
}
.fi-sr-soup:before {
content: "\f3ec";
}
.fi-sr-spa:before {
content: "\f3ed";
}
.fi-sr-space-shuttle:before {
content: "\f3ee";
}
.fi-sr-spade:before {
content: "\f3ef";
}
.fi-sr-sparkles:before {
content: "\f3f0";
}
.fi-sr-speaker:before {
content: "\f3f1";
}
.fi-sr-sphere:before {
content: "\f3f2";
}
.fi-sr-spinner:before {
content: "\f3f3";
}
.fi-sr-spoon:before {
content: "\f3f4";
}
.fi-sr-square-root:before {
content: "\f3f5";
}
.fi-sr-square:before {
content: "\f3f6";
}
.fi-sr-star-octogram:before {
content: "\f3f7";
}
.fi-sr-star:before {
content: "\f3f8";
}
.fi-sr-starfighter:before {
content: "\f3f9";
}
.fi-sr-stars:before {
content: "\f3fa";
}
.fi-sr-stats:before {
content: "\f3fb";
}
.fi-sr-steak:before {
content: "\f3fc";
}
.fi-sr-steering-wheel:before {
content: "\f3fd";
}
.fi-sr-stethoscope:before {
content: "\f3fe";
}
.fi-sr-sticker:before {
content: "\f3ff";
}
.fi-sr-stop:before {
content: "\f400";
}
.fi-sr-stopwatch:before {
content: "\f401";
}
.fi-sr-strawberry:before {
content: "\f402";
}
.fi-sr-subtitles:before {
content: "\f403";
}
.fi-sr-subway:before {
content: "\f404";
}
.fi-sr-sun:before {
content: "\f405";
}
.fi-sr-sunrise-alt:before {
content: "\f406";
}
.fi-sr-sunrise:before {
content: "\f407";
}
.fi-sr-sunset:before {
content: "\f408";
}
.fi-sr-surfing:before {
content: "\f409";
}
.fi-sr-surprise:before {
content: "\f40a";
}
.fi-sr-sushi:before {
content: "\f40b";
}
.fi-sr-swimmer:before {
content: "\f40c";
}
.fi-sr-sword:before {
content: "\f40d";
}
.fi-sr-syringe:before {
content: "\f40e";
}
.fi-sr-tablet:before {
content: "\f40f";
}
.fi-sr-tachometer-alt-average:before {
content: "\f410";
}
.fi-sr-tachometer-alt-fastest:before {
content: "\f411";
}
.fi-sr-tachometer-alt-slow:before {
content: "\f412";
}
.fi-sr-tachometer-alt-slowest:before {
content: "\f413";
}
.fi-sr-tachometer-average:before {
content: "\f414";
}
.fi-sr-tachometer-fast:before {
content: "\f415";
}
.fi-sr-tachometer-fastest:before {
content: "\f416";
}
.fi-sr-tachometer-slow:before {
content: "\f417";
}
.fi-sr-tachometer-slowest:before {
content: "\f418";
}
.fi-sr-tachometer:before {
content: "\f419";
}
.fi-sr-taco:before {
content: "\f41a";
}
.fi-sr-target:before {
content: "\f41b";
}
.fi-sr-taxi:before {
content: "\f41c";
}
.fi-sr-temperature-down:before {
content: "\f41d";
}
.fi-sr-temperature-frigid:before {
content: "\f41e";
}
.fi-sr-temperature-high:before {
content: "\f41f";
}
.fi-sr-temperature-hot:before {
content: "\f420";
}
.fi-sr-temperature-low:before {
content: "\f421";
}
.fi-sr-temperature-up:before {
content: "\f422";
}
.fi-sr-tennis:before {
content: "\f423";
}
.fi-sr-terrace:before {
content: "\f424";
}
.fi-sr-test-tube:before {
content: "\f425";
}
.fi-sr-test:before {
content: "\f426";
}
.fi-sr-text-check:before {
content: "\f427";
}
.fi-sr-text:before {
content: "\f428";
}
.fi-sr-thermometer-half:before {
content: "\f429";
}
.fi-sr-thumbs-down:before {
content: "\f42a";
}
.fi-sr-thumbs-up:before {
content: "\f42b";
}
.fi-sr-thumbtack:before {
content: "\f42c";
}
.fi-sr-thunderstorm-moon:before {
content: "\f42d";
}
.fi-sr-thunderstorm-sun:before {
content: "\f42e";
}
.fi-sr-thunderstorm:before {
content: "\f42f";
}
.fi-sr-ticket:before {
content: "\f430";
}
.fi-sr-time-add:before {
content: "\f431";
}
.fi-sr-time-check:before {
content: "\f432";
}
.fi-sr-time-delete:before {
content: "\f433";
}
.fi-sr-time-fast:before {
content: "\f434";
}
.fi-sr-time-forward-sixty:before {
content: "\f435";
}
.fi-sr-time-forward-ten:before {
content: "\f436";
}
.fi-sr-time-forward:before {
content: "\f437";
}
.fi-sr-time-half-past:before {
content: "\f438";
}
.fi-sr-time-oclock:before {
content: "\f439";
}
.fi-sr-time-past:before {
content: "\f43a";
}
.fi-sr-time-quarter-to:before {
content: "\f43b";
}
.fi-sr-time-quarter-past:before {
content: "\f43c";
}
.fi-sr-time-twenty-four:before {
content: "\f43d";
}
.fi-sr-tire-flat:before {
content: "\f43e";
}
.fi-sr-tire-pressure-warning:before {
content: "\f43f";
}
.fi-sr-tire-rugged:before {
content: "\f440";
}
.fi-sr-tire:before {
content: "\f441";
}
.fi-sr-tired:before {
content: "\f442";
}
.fi-sr-tomato:before {
content: "\f443";
}
.fi-sr-tool-crop:before {
content: "\f444";
}
.fi-sr-tool-marquee:before {
content: "\f445";
}
.fi-sr-tooth:before {
content: "\f446";
}
.fi-sr-tornado:before {
content: "\f447";
}
.fi-sr-tractor:before {
content: "\f448";
}
.fi-sr-trailer:before {
content: "\f449";
}
.fi-sr-train-side:before {
content: "\f44a";
}
.fi-sr-train:before {
content: "\f44b";
}
.fi-sr-tram:before {
content: "\f44c";
}
.fi-sr-transform:before {
content: "\f44d";
}
.fi-sr-trash:before {
content: "\f44e";
}
.fi-sr-treatment:before {
content: "\f44f";
}
.fi-sr-tree-christmas:before {
content: "\f450";
}
.fi-sr-tree:before {
content: "\f451";
}
.fi-sr-triangle:before {
content: "\f452";
}
.fi-sr-trophy:before {
content: "\f453";
}
.fi-sr-truck-container:before {
content: "\f454";
}
.fi-sr-truck-couch:before {
content: "\f455";
}
.fi-sr-truck-loading:before {
content: "\f456";
}
.fi-sr-truck-monster:before {
content: "\f457";
}
.fi-sr-truck-moving:before {
content: "\f458";
}
.fi-sr-truck-pickup:before {
content: "\f459";
}
.fi-sr-truck-plow:before {
content: "\f45a";
}
.fi-sr-truck-ramp:before {
content: "\f45b";
}
.fi-sr-truck-side:before {
content: "\f45c";
}
.fi-sr-tty:before {
content: "\f45d";
}
.fi-sr-turkey:before {
content: "\f45e";
}
.fi-sr-umbrella:before {
content: "\f45f";
}
.fi-sr-underline:before {
content: "\f460";
}
.fi-sr-undo-alt:before {
content: "\f461";
}
.fi-sr-undo:before {
content: "\f462";
}
.fi-sr-unlock:before {
content: "\f463";
}
.fi-sr-upload:before {
content: "\f464";
}
.fi-sr-usb-pendrive:before {
content: "\f465";
}
.fi-sr-user-add:before {
content: "\f466";
}
.fi-sr-user-time:before {
content: "\f467";
}
.fi-sr-user:before {
content: "\f468";
}
.fi-sr-users-alt:before {
content: "\f469";
}
.fi-sr-users:before {
content: "\f46a";
}
.fi-sr-utensils:before {
content: "\f46b";
}
.fi-sr-vector-alt:before {
content: "\f46c";
}
.fi-sr-vector:before {
content: "\f46d";
}
.fi-sr-venus-double:before {
content: "\f46e";
}
.fi-sr-venus-mars:before {
content: "\f46f";
}
.fi-sr-venus:before {
content: "\f470";
}
.fi-sr-video-camera:before {
content: "\f471";
}
.fi-sr-volcano:before {
content: "\f472";
}
.fi-sr-volleyball:before {
content: "\f473";
}
.fi-sr-volume:before {
content: "\f474";
}
.fi-sr-wagon-covered:before {
content: "\f475";
}
.fi-sr-water-bottle:before {
content: "\f476";
}
.fi-sr-water-lower:before {
content: "\f477";
}
.fi-sr-water-rise:before {
content: "\f478";
}
.fi-sr-water:before {
content: "\f479";
}
.fi-sr-watermelon:before {
content: "\f47a";
}
.fi-sr-wheat:before {
content: "\f47b";
}
.fi-sr-wheelchair:before {
content: "\f47c";
}
.fi-sr-whistle:before {
content: "\f47d";
}
.fi-sr-wifi-alt:before {
content: "\f47e";
}
.fi-sr-wind-warning:before {
content: "\f47f";
}
.fi-sr-wind:before {
content: "\f480";
}
.fi-sr-windsock:before {
content: "\f481";
}
.fi-sr-woman-head:before {
content: "\f482";
}
.fi-sr-world:before {
content: "\f483";
}
.fi-sr-yen:before {
content: "\f484";
}
.fi-sr-zoom-in:before {
content: "\f485";
}
.fi-sr-zoom-out:before {
content: "\f486";
}
@font-face {
font-family: "uicons-regular-straight";
src: url(//nooria.tech/wp-content/themes/zafram/assets/theme/fonts/uicons-regular-straight.eot#iefix)
format("embedded-opentype"),
url(//nooria.tech/wp-content/themes/zafram/assets/theme/fonts/uicons-regular-straight.woff2) format("woff2"),
url(//nooria.tech/wp-content/themes/zafram/assets/theme/fonts/uicons-regular-straight.woff) format("woff");
}
i[class^="fi-rs-"]:before,
i[class*=" fi-rs-"]:before,
span[class^="fi-rs-"]:before,
span[class*="fi-rs-"]:before {
font-family: uicons-regular-straight !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fi-rs-add-document:before {
content: "\f101";
}
.fi-rs-add-folder:before {
content: "\f102";
}
.fi-rs-add:before {
content: "\f103";
}
.fi-rs-address-book:before {
content: "\f104";
}
.fi-rs-alarm-clock:before {
content: "\f105";
}
.fi-rs-alarm-plus:before {
content: "\f106";
}
.fi-rs-alarm-snooze:before {
content: "\f107";
}
.fi-rs-align-center:before {
content: "\f108";
}
.fi-rs-align-justify:before {
content: "\f109";
}
.fi-rs-align-left:before {
content: "\f10a";
}
.fi-rs-align-right:before {
content: "\f10b";
}
.fi-rs-ambulance:before {
content: "\f10c";
}
.fi-rs-angle-circle-down:before {
content: "\f10d";
}
.fi-rs-angle-circle-left:before {
content: "\f10e";
}
.fi-rs-angle-circle-right:before {
content: "\f10f";
}
.fi-rs-angle-circle-up:before {
content: "\f110";
}
.fi-rs-angle-double-left:before {
content: "\f111";
}
.fi-rs-angle-double-right:before {
content: "\f112";
}
.fi-rs-angle-double-small-down:before {
content: "\f113";
}
.fi-rs-angle-double-small-left:before {
content: "\f114";
}
.fi-rs-angle-double-small-right:before {
content: "\f115";
}
.fi-rs-angle-double-small-up:before {
content: "\f116";
}
.fi-rs-angle-down:before {
content: "\f117";
}
.fi-rs-angle-left:before {
content: "\f118";
}
.fi-rs-angle-right:before {
content: "\f119";
}
.fi-rs-angle-small-down:before {
content: "\f11a";
}
.fi-rs-angle-small-left:before {
content: "\f11b";
}
.fi-rs-angle-small-right:before {
content: "\f11c";
}
.fi-rs-angle-small-up:before {
content: "\f11d";
}
.fi-rs-angle-square-down:before {
content: "\f11e";
}
.fi-rs-angle-square-left:before {
content: "\f11f";
}
.fi-rs-angle-square-right:before {
content: "\f120";
}
.fi-rs-angle-square-up:before {
content: "\f121";
}
.fi-rs-angle-up:before {
content: "\f122";
}
.fi-rs-angry:before {
content: "\f123";
}
.fi-rs-apple-whole:before {
content: "\f124";
}
.fi-rs-apps-add:before {
content: "\f125";
}
.fi-rs-apps-delete:before {
content: "\f126";
}
.fi-rs-apps-sort:before {
content: "\f127";
}
.fi-rs-apps:before {
content: "\f128";
}
.fi-rs-archive:before {
content: "\f129";
}
.fi-rs-arrow-alt-circle-down:before {
content: "\f12a";
}
.fi-rs-arrow-alt-circle-left:before {
content: "\f12b";
}
.fi-rs-arrow-alt-circle-right:before {
content: "\f12c";
}
.fi-rs-arrow-alt-circle-up:before {
content: "\f12d";
}
.fi-rs-arrow-alt-down:before {
content: "\f12e";
}
.fi-rs-arrow-alt-from-bottom:before {
content: "\f12f";
}
.fi-rs-arrow-alt-from-left:before {
content: "\f130";
}
.fi-rs-arrow-alt-from-right:before {
content: "\f131";
}
.fi-rs-arrow-alt-from-top:before {
content: "\f132";
}
.fi-rs-arrow-alt-left:before {
content: "\f133";
}
.fi-rs-arrow-alt-right:before {
content: "\f134";
}
.fi-rs-arrow-alt-square-down:before {
content: "\f135";
}
.fi-rs-arrow-alt-square-left:before {
content: "\f136";
}
.fi-rs-arrow-alt-square-right:before {
content: "\f137";
}
.fi-rs-arrow-alt-square-up:before {
content: "\f138";
}
.fi-rs-arrow-alt-to-bottom:before {
content: "\f139";
}
.fi-rs-arrow-alt-to-left:before {
content: "\f13a";
}
.fi-rs-arrow-alt-to-right:before {
content: "\f13b";
}
.fi-rs-arrow-alt-to-top:before {
content: "\f13c";
}
.fi-rs-arrow-alt-up:before {
content: "\f13d";
}
.fi-rs-arrow-circle-down:before {
content: "\f13e";
}
.fi-rs-arrow-circle-left:before {
content: "\f13f";
}
.fi-rs-arrow-circle-right:before {
content: "\f140";
}
.fi-rs-arrow-circle-up:before {
content: "\f141";
}
.fi-rs-arrow-down:before {
content: "\f142";
}
.fi-rs-arrow-from-bottom:before {
content: "\f143";
}
.fi-rs-arrow-from-left:before {
content: "\f144";
}
.fi-rs-arrow-from-right:before {
content: "\f145";
}
.fi-rs-arrow-from-top:before {
content: "\f146";
}
.fi-rs-arrow-left:before {
content: "\f147";
}
.fi-rs-arrow-right:before {
content: "\f148";
}
.fi-rs-arrow-small-down:before {
content: "\f149";
}
.fi-rs-arrow-small-left:before {
content: "\f14a";
}
.fi-rs-arrow-small-right:before {
content: "\f14b";
}
.fi-rs-arrow-small-up:before {
content: "\f14c";
}
.fi-rs-arrow-square-down:before {
content: "\f14d";
}
.fi-rs-arrow-square-left:before {
content: "\f14e";
}
.fi-rs-arrow-square-right:before {
content: "\f14f";
}
.fi-rs-arrow-square-up:before {
content: "\f150";
}
.fi-rs-arrow-to-bottom:before {
content: "\f151";
}
.fi-rs-arrow-to-left:before {
content: "\f152";
}
.fi-rs-arrow-to-right:before {
content: "\f153";
}
.fi-rs-arrow-to-top:before {
content: "\f154";
}
.fi-rs-arrow-up:before {
content: "\f155";
}
.fi-rs-arrows-alt-h:before {
content: "\f156";
}
.fi-rs-arrows-alt-v:before {
content: "\f157";
}
.fi-rs-arrows-alt:before {
content: "\f158";
}
.fi-rs-arrows-h-copy:before {
content: "\f159";
}
.fi-rs-arrows-h:before {
content: "\f15a";
}
.fi-rs-arrows:before {
content: "\f15b";
}
.fi-rs-assept-document:before {
content: "\f15c";
}
.fi-rs-assistive-listening-systems:before {
content: "\f15d";
}
.fi-rs-asterik:before {
content: "\f15e";
}
.fi-rs-at:before {
content: "\f15f";
}
.fi-rs-aubergine:before {
content: "\f160";
}
.fi-rs-avocado:before {
content: "\f161";
}
.fi-rs-baby-carriage:before {
content: "\f162";
}
.fi-rs-backpack:before {
content: "\f163";
}
.fi-rs-bacon:before {
content: "\f164";
}
.fi-rs-badge:before {
content: "\f165";
}
.fi-rs-balloons:before {
content: "\f166";
}
.fi-rs-ban:before {
content: "\f167";
}
.fi-rs-band-aid:before {
content: "\f168";
}
.fi-rs-bank:before {
content: "\f169";
}
.fi-rs-barber-shop:before {
content: "\f16a";
}
.fi-rs-baseball-alt:before {
content: "\f16b";
}
.fi-rs-baseball:before {
content: "\f16c";
}
.fi-rs-basketball-hoop:before {
content: "\f16d";
}
.fi-rs-basketball:before {
content: "\f16e";
}
.fi-rs-bed:before {
content: "\f16f";
}
.fi-rs-beer:before {
content: "\f170";
}
.fi-rs-bell-ring:before {
content: "\f171";
}
.fi-rs-bell-school:before {
content: "\f172";
}
.fi-rs-bell:before {
content: "\f173";
}
.fi-rs-bike:before {
content: "\f174";
}
.fi-rs-biking-mountain:before {
content: "\f175";
}
.fi-rs-biking:before {
content: "\f176";
}
.fi-rs-billiard:before {
content: "\f177";
}
.fi-rs-bold:before {
content: "\f178";
}
.fi-rs-bolt:before {
content: "\f179";
}
.fi-rs-book-alt:before {
content: "\f17a";
}
.fi-rs-book:before {
content: "\f17b";
}
.fi-rs-bookmark:before {
content: "\f17c";
}
.fi-rs-bottle:before {
content: "\f17d";
}
.fi-rs-bow-arrow:before {
content: "\f17e";
}
.fi-rs-bowling-ball:before {
content: "\f17f";
}
.fi-rs-bowling-pins:before {
content: "\f180";
}
.fi-rs-bowling:before {
content: "\f181";
}
.fi-rs-box-alt:before {
content: "\f182";
}
.fi-rs-box:before {
content: "\f183";
}
.fi-rs-boxing-glove:before {
content: "\f184";
}
.fi-rs-braille:before {
content: "\f185";
}
.fi-rs-bread-slice:before {
content: "\f186";
}
.fi-rs-bread:before {
content: "\f187";
}
.fi-rs-briefcase:before {
content: "\f188";
}
.fi-rs-broccoli:before {
content: "\f189";
}
.fi-rs-broom:before {
content: "\f18a";
}
.fi-rs-browser:before {
content: "\f18b";
}
.fi-rs-brush:before {
content: "\f18c";
}
.fi-rs-bug:before {
content: "\f18d";
}
.fi-rs-building:before {
content: "\f18e";
}
.fi-rs-bulb:before {
content: "\f18f";
}
.fi-rs-burrito:before {
content: "\f190";
}
.fi-rs-bus-alt:before {
content: "\f191";
}
.fi-rs-bus:before {
content: "\f192";
}
.fi-rs-butterfly:before {
content: "\f193";
}
.fi-rs-cake-birthday:before {
content: "\f194";
}
.fi-rs-cake-wedding:before {
content: "\f195";
}
.fi-rs-calculator:before {
content: "\f196";
}
.fi-rs-calendar-check:before {
content: "\f197";
}
.fi-rs-calendar-clock:before {
content: "\f198";
}
.fi-rs-calendar-exclamation:before {
content: "\f199";
}
.fi-rs-calendar-lines-pen:before {
content: "\f19a";
}
.fi-rs-calendar-lines:before {
content: "\f19b";
}
.fi-rs-calendar-minus:before {
content: "\f19c";
}
.fi-rs-calendar-pen:before {
content: "\f19d";
}
.fi-rs-calendar-plus:before {
content: "\f19e";
}
.fi-rs-calendar:before {
content: "\f19f";
}
.fi-rs-call-history:before {
content: "\f1a0";
}
.fi-rs-call-incoming:before {
content: "\f1a1";
}
.fi-rs-call-missed:before {
content: "\f1a2";
}
.fi-rs-call-outgoing:before {
content: "\f1a3";
}
.fi-rs-camera:before {
content: "\f1a4";
}
.fi-rs-camping:before {
content: "\f1a5";
}
.fi-rs-candy-alt:before {
content: "\f1a6";
}
.fi-rs-candy:before {
content: "\f1a7";
}
.fi-rs-canned-food:before {
content: "\f1a8";
}
.fi-rs-car-alt:before {
content: "\f1a9";
}
.fi-rs-car-battery:before {
content: "\f1aa";
}
.fi-rs-car-building:before {
content: "\f1ab";
}
.fi-rs-car-bump:before {
content: "\f1ac";
}
.fi-rs-car-bus:before {
content: "\f1ad";
}
.fi-rs-car-crash:before {
content: "\f1ae";
}
.fi-rs-car-garage:before {
content: "\f1af";
}
.fi-rs-car-mechanic:before {
content: "\f1b0";
}
.fi-rs-car-side:before {
content: "\f1b1";
}
.fi-rs-car-tilt:before {
content: "\f1b2";
}
.fi-rs-car-wash:before {
content: "\f1b3";
}
.fi-rs-car:before {
content: "\f1b4";
}
.fi-rs-caravan-alt:before {
content: "\f1b5";
}
.fi-rs-caravan:before {
content: "\f1b6";
}
.fi-rs-caret-circle-down:before {
content: "\f1b7";
}
.fi-rs-caret-circle-right:before {
content: "\f1b8";
}
.fi-rs-caret-circle-up:before {
content: "\f1b9";
}
.fi-rs-caret-down:before {
content: "\f1ba";
}
.fi-rs-caret-left:before {
content: "\f1bb";
}
.fi-rs-caret-quare-up:before {
content: "\f1bc";
}
.fi-rs-caret-right:before {
content: "\f1bd";
}
.fi-rs-caret-square-down:before {
content: "\f1be";
}
.fi-rs-caret-square-left_1:before {
content: "\f1bf";
}
.fi-rs-caret-square-left:before {
content: "\f1c0";
}
.fi-rs-caret-square-right:before {
content: "\f1c1";
}
.fi-rs-caret-up:before {
content: "\f1c2";
}
.fi-rs-carrot:before {
content: "\f1c3";
}
.fi-rs-cars:before {
content: "\f1c4";
}
.fi-rs-charging-station:before {
content: "\f1c5";
}
.fi-rs-chart-connected:before {
content: "\f1c6";
}
.fi-rs-chart-histogram:before {
content: "\f1c7";
}
.fi-rs-chart-network:before {
content: "\f1c8";
}
.fi-rs-chart-pie-alt:before {
content: "\f1c9";
}
.fi-rs-chart-pie:before {
content: "\f1ca";
}
.fi-rs-chart-pyramid:before {
content: "\f1cb";
}
.fi-rs-chart-set-theory:before {
content: "\f1cc";
}
.fi-rs-chart-tree:before {
content: "\f1cd";
}
.fi-rs-chat-arrow-down:before {
content: "\f1ce";
}
.fi-rs-chat-arrow-grow:before {
content: "\f1cf";
}
.fi-rs-check:before {
content: "\f1d0";
}
.fi-rs-checkbox:before {
content: "\f1d1";
}
.fi-rs-cheese:before {
content: "\f1d2";
}
.fi-rs-cherry:before {
content: "\f1d3";
}
.fi-rs-chess-piece:before {
content: "\f1d4";
}
.fi-rs-chess-bishop:before {
content: "\f1d5";
}
.fi-rs-chess-board:before {
content: "\f1d6";
}
.fi-rs-chess-clock-alt:before {
content: "\f1d7";
}
.fi-rs-chess-clock:before {
content: "\f1d8";
}
.fi-rs-chess-king-alt:before {
content: "\f1d9";
}
.fi-rs-chess-king:before {
content: "\f1da";
}
.fi-rs-chess-knight-alt:before {
content: "\f1db";
}
.fi-rs-chess-knight:before {
content: "\f1dc";
}
.fi-rs-chess-pawn-alt:before {
content: "\f1dd";
}
.fi-rs-chess-pawn:before {
content: "\f1de";
}
.fi-rs-chess-queen-alt:before {
content: "\f1df";
}
.fi-rs-chess-queen:before {
content: "\f1e0";
}
.fi-rs-chess-rook-alt:before {
content: "\f1e1";
}
.fi-rs-chess-rook:before {
content: "\f1e2";
}
.fi-rs-chess:before {
content: "\f1e3";
}
.fi-rs-chevron-double-down:before {
content: "\f1e4";
}
.fi-rs-chevron-double-up:before {
content: "\f1e5";
}
.fi-rs-child-head:before {
content: "\f1e6";
}
.fi-rs-chocolate:before {
content: "\f1e7";
}
.fi-rs-circle-small:before {
content: "\f1e8";
}
.fi-rs-circle:before {
content: "\f1e9";
}
.fi-rs-clip:before {
content: "\f1ea";
}
.fi-rs-clock-eight-thirty:before {
content: "\f1eb";
}
.fi-rs-clock-eleven-thirty:before {
content: "\f1ec";
}
.fi-rs-clock-eleven:before {
content: "\f1ed";
}
.fi-rs-clock-five-thirty:before {
content: "\f1ee";
}
.fi-rs-clock-five:before {
content: "\f1ef";
}
.fi-rs-clock-four-thirty:before {
content: "\f1f0";
}
.fi-rs-clock-nine-thirty:before {
content: "\f1f1";
}
.fi-rs-clock-nine:before {
content: "\f1f2";
}
.fi-rs-clock-one-thirty:before {
content: "\f1f3";
}
.fi-rs-clock-one:before {
content: "\f1f4";
}
.fi-rs-clock-seven-thirty:before {
content: "\f1f5";
}
.fi-rs-clock-seven:before {
content: "\f1f6";
}
.fi-rs-clock-six-thirty:before {
content: "\f1f7";
}
.fi-rs-clock-six:before {
content: "\f1f8";
}
.fi-rs-clock-ten-thirty:before {
content: "\f1f9";
}
.fi-rs-clock-ten:before {
content: "\f1fa";
}
.fi-rs-clock-three-thirty:before {
content: "\f1fb";
}
.fi-rs-clock-three:before {
content: "\f1fc";
}
.fi-rs-clock-twelve-thirty:before {
content: "\f1fd";
}
.fi-rs-clock-twelve:before {
content: "\f1fe";
}
.fi-rs-clock-two-thirty:before {
content: "\f1ff";
}
.fi-rs-clock-two:before {
content: "\f200";
}
.fi-rs-clock:before {
content: "\f201";
}
.fi-rs-cloud-upload:before {
content: "\f202";
}
.fi-rs-cloud-check:before {
content: "\f203";
}
.fi-rs-cloud-disabled:before {
content: "\f204";
}
.fi-rs-cloud-download-alt:before {
content: "\f205";
}
.fi-rs-cloud-download:before {
content: "\f206";
}
.fi-rs-cloud-drizzle:before {
content: "\f207";
}
.fi-rs-cloud-hail-mixed:before {
content: "\f208";
}
.fi-rs-cloud-hail:before {
content: "\f209";
}
.fi-rs-cloud-moon-rain:before {
content: "\f20a";
}
.fi-rs-cloud-moon:before {
content: "\f20b";
}
.fi-rs-cloud-rain:before {
content: "\f20c";
}
.fi-rs-cloud-rainbow:before {
content: "\f20d";
}
.fi-rs-cloud-share:before {
content: "\f20e";
}
.fi-rs-cloud-showers-heavy:before {
content: "\f20f";
}
.fi-rs-cloud-showers:before {
content: "\f210";
}
.fi-rs-cloud-sleet:before {
content: "\f211";
}
.fi-rs-cloud-snow:before {
content: "\f212";
}
.fi-rs-cloud-sun-rain:before {
content: "\f213";
}
.fi-rs-cloud-sun:before {
content: "\f214";
}
.fi-rs-cloud-upload-alt:before {
content: "\f215";
}
.fi-rs-cloud:before {
content: "\f216";
}
.fi-rs-clouds-moon:before {
content: "\f217";
}
.fi-rs-clouds-sun:before {
content: "\f218";
}
.fi-rs-clouds:before {
content: "\f219";
}
.fi-rs-club:before {
content: "\f21a";
}
.fi-rs-cocktail-alt:before {
content: "\f21b";
}
.fi-rs-cocktail:before {
content: "\f21c";
}
.fi-rs-coffee-pot:before {
content: "\f21d";
}
.fi-rs-coffee:before {
content: "\f21e";
}
.fi-rs-comment-alt:before {
content: "\f21f";
}
.fi-rs-comment-check:before {
content: "\f220";
}
.fi-rs-comment-heart:before {
content: "\f221";
}
.fi-rs-comment-info:before {
content: "\f222";
}
.fi-rs-comment-user:before {
content: "\f223";
}
.fi-rs-comment:before {
content: "\f224";
}
.fi-rs-comments:before {
content: "\f225";
}
.fi-rs-compress-alt:before {
content: "\f226";
}
.fi-rs-compress:before {
content: "\f227";
}
.fi-rs-computer:before {
content: "\f228";
}
.fi-rs-confetti:before {
content: "\f229";
}
.fi-rs-cookie:before {
content: "\f22a";
}
.fi-rs-copy-alt:before {
content: "\f22b";
}
.fi-rs-copy:before {
content: "\f22c";
}
.fi-rs-copyright:before {
content: "\f22d";
}
.fi-rs-corn:before {
content: "\f22e";
}
.fi-rs-cow:before {
content: "\f22f";
}
.fi-rs-cream:before {
content: "\f230";
}
.fi-rs-credit-card:before {
content: "\f231";
}
.fi-rs-cricket:before {
content: "\f232";
}
.fi-rs-croissant:before {
content: "\f233";
}
.fi-rs-cross-circle:before {
content: "\f234";
}
.fi-rs-cross-small:before {
content: "\f235";
}
.fi-rs-cross:before {
content: "\f236";
}
.fi-rs-crown:before {
content: "\f237";
}
.fi-rs-cube:before {
content: "\f238";
}
.fi-rs-cupcake:before {
content: "\f239";
}
.fi-rs-curling:before {
content: "\f23a";
}
.fi-rs-cursor-finger:before {
content: "\f23b";
}
.fi-rs-cursor-plus:before {
content: "\f23c";
}
.fi-rs-cursor-text-alt:before {
content: "\f23d";
}
.fi-rs-cursor-text:before {
content: "\f23e";
}
.fi-rs-cursor:before {
content: "\f23f";
}
.fi-rs-dart:before {
content: "\f240";
}
.fi-rs-dashboard:before {
content: "\f241";
}
.fi-rs-data-transfer:before {
content: "\f242";
}
.fi-rs-database:before {
content: "\f243";
}
.fi-rs-delete-document:before {
content: "\f244";
}
.fi-rs-delete-user:before {
content: "\f245";
}
.fi-rs-delete:before {
content: "\f246";
}
.fi-rs-dewpoint:before {
content: "\f247";
}
.fi-rs-diamond:before {
content: "\f248";
}
.fi-rs-dice-alt:before {
content: "\f249";
}
.fi-rs-dice-d10:before {
content: "\f24a";
}
.fi-rs-dice-d12:before {
content: "\f24b";
}
.fi-rs-dice-d20:before {
content: "\f24c";
}
.fi-rs-dice-d4:before {
content: "\f24d";
}
.fi-rs-dice-d6:before {
content: "\f24e";
}
.fi-rs-dice-d8:before {
content: "\f24f";
}
.fi-rs-dice-four:before {
content: "\f250";
}
.fi-rs-dice-one:before {
content: "\f251";
}
.fi-rs-dice-six:before {
content: "\f252";
}
.fi-rs-dice-three:before {
content: "\f253";
}
.fi-rs-dice-two:before {
content: "\f254";
}
.fi-rs-dice:before {
content: "\f255";
}
.fi-rs-diploma:before {
content: "\f256";
}
.fi-rs-disco-ball:before {
content: "\f257";
}
.fi-rs-disk:before {
content: "\f258";
}
.fi-rs-dizzy:before {
content: "\f259";
}
.fi-rs-doctor:before {
content: "\f25a";
}
.fi-rs-document-signed:before {
content: "\f25b";
}
.fi-rs-document:before {
content: "\f25c";
}
.fi-rs-dollar:before {
content: "\f25d";
}
.fi-rs-download:before {
content: "\f25e";
}
.fi-rs-dreidel:before {
content: "\f25f";
}
.fi-rs-drink-alt:before {
content: "\f260";
}
.fi-rs-drumstick:before {
content: "\f261";
}
.fi-rs-duplicate:before {
content: "\f262";
}
.fi-rs-e-learning:before {
content: "\f263";
}
.fi-rs-earnings:before {
content: "\f264";
}
.fi-rs-eclipse-alt:before {
content: "\f265";
}
.fi-rs-eclipse:before {
content: "\f266";
}
.fi-rs-edit-alt:before {
content: "\f267";
}
.fi-rs-edit:before {
content: "\f268";
}
.fi-rs-egg-fried:before {
content: "\f269";
}
.fi-rs-egg:before {
content: "\f26a";
}
.fi-rs-engine-warning:before {
content: "\f26b";
}
.fi-rs-envelope-ban:before {
content: "\f26c";
}
.fi-rs-envelope-download:before {
content: "\f26d";
}
.fi-rs-envelope-marker:before {
content: "\f26e";
}
.fi-rs-envelope-open:before {
content: "\f26f";
}
.fi-rs-envelope-plus:before {
content: "\f270";
}
.fi-rs-envelope:before {
content: "\f271";
}
.fi-rs-euro:before {
content: "\f272";
}
.fi-rs-exchange-alt:before {
content: "\f273";
}
.fi-rs-exchange:before {
content: "\f274";
}
.fi-rs-exclamation:before {
content: "\f275";
}
.fi-rs-expand-arrows-alt:before {
content: "\f276";
}
.fi-rs-expand-arrows:before {
content: "\f277";
}
.fi-rs-expand:before {
content: "\f278";
}
.fi-rs-eye-crossed:before {
content: "\f279";
}
.fi-rs-eye-dropper:before {
content: "\f27a";
}
.fi-rs-eye:before {
content: "\f27b";
}
.fi-rs-feather:before {
content: "\f27c";
}
.fi-rs-ferris-wheel:before {
content: "\f27d";
}
.fi-rs-field-hockey:before {
content: "\f27e";
}
.fi-rs-fighter-jet:before {
content: "\f27f";
}
.fi-rs-file-ai:before {
content: "\f280";
}
.fi-rs-file-eps:before {
content: "\f281";
}
.fi-rs-file-psd:before {
content: "\f282";
}
.fi-rs-file:before {
content: "\f283";
}
.fi-rs-fill:before {
content: "\f284";
}
.fi-rs-film:before {
content: "\f285";
}
.fi-rs-filter:before {
content: "\f286";
}
.fi-rs-fingerprint:before {
content: "\f287";
}
.fi-rs-fish:before {
content: "\f288";
}
.fi-rs-flag:before {
content: "\f289";
}
.fi-rs-flame:before {
content: "\f28a";
}
.fi-rs-flip-horizontal:before {
content: "\f28b";
}
.fi-rs-flower-bouquet:before {
content: "\f28c";
}
.fi-rs-flower-tulip:before {
content: "\f28d";
}
.fi-rs-flower:before {
content: "\f28e";
}
.fi-rs-flushed:before {
content: "\f28f";
}
.fi-rs-fog:before {
content: "\f290";
}
.fi-rs-folder:before {
content: "\f291";
}
.fi-rs-following:before {
content: "\f292";
}
.fi-rs-football:before {
content: "\f293";
}
.fi-rs-fork:before {
content: "\f294";
}
.fi-rs-form:before {
content: "\f295";
}
.fi-rs-forward:before {
content: "\f296";
}
.fi-rs-fox:before {
content: "\f297";
}
.fi-rs-french-fries:before {
content: "\f298";
}
.fi-rs-frown:before {
content: "\f299";
}
.fi-rs-ftp:before {
content: "\f29a";
}
.fi-rs-gallery:before {
content: "\f29b";
}
.fi-rs-game-board-alt:before {
content: "\f29c";
}
.fi-rs-gamepad:before {
content: "\f29d";
}
.fi-rs-garage-car:before {
content: "\f29e";
}
.fi-rs-garage-open:before {
content: "\f29f";
}
.fi-rs-garage:before {
content: "\f2a0";
}
.fi-rs-garlic:before {
content: "\f2a1";
}
.fi-rs-gas-pump-alt:before {
content: "\f2a2";
}
.fi-rs-gas-pump-slash:before {
content: "\f2a3";
}
.fi-rs-gas-pump:before {
content: "\f2a4";
}
.fi-rs-gem:before {
content: "\f2a5";
}
.fi-rs-gif:before {
content: "\f2a6";
}
.fi-rs-gift:before {
content: "\f2a7";
}
.fi-rs-gingerbread-man:before {
content: "\f2a8";
}
.fi-rs-glass-cheers:before {
content: "\f2a9";
}
.fi-rs-glass:before {
content: "\f2aa";
}
.fi-rs-glasses:before {
content: "\f2ab";
}
.fi-rs-globe-alt:before {
content: "\f2ac";
}
.fi-rs-globe:before {
content: "\f2ad";
}
.fi-rs-golf-ball:before {
content: "\f2ae";
}
.fi-rs-golf-club:before {
content: "\f2af";
}
.fi-rs-golf:before {
content: "\f2b0";
}
.fi-rs-graduation-cap:before {
content: "\f2b1";
}
.fi-rs-grape:before {
content: "\f2b2";
}
.fi-rs-graphic-tablet:before {
content: "\f2b3";
}
.fi-rs-grid-alt:before {
content: "\f2b4";
}
.fi-rs-grid:before {
content: "\f2b5";
}
.fi-rs-grill:before {
content: "\f2b6";
}
.fi-rs-grimace:before {
content: "\f2b7";
}
.fi-rs-grin-alt:before {
content: "\f2b8";
}
.fi-rs-grin-beam-sweat:before {
content: "\f2b9";
}
.fi-rs-grin-beam:before {
content: "\f2ba";
}
.fi-rs-grin-hearts:before {
content: "\f2bb";
}
.fi-rs-grin-squint-tears:before {
content: "\f2bc";
}
.fi-rs-grin-squint:before {
content: "\f2bd";
}
.fi-rs-grin-stars:before {
content: "\f2be";
}
.fi-rs-grin-tears:before {
content: "\f2bf";
}
.fi-rs-grin-tongue-squint:before {
content: "\f2c0";
}
.fi-rs-grin-tongue-wink:before {
content: "\f2c1";
}
.fi-rs-grin-tongue:before {
content: "\f2c2";
}
.fi-rs-grin-wink:before {
content: "\f2c3";
}
.fi-rs-grin:before {
content: "\f2c4";
}
.fi-rs-guitar:before {
content: "\f2c5";
}
.fi-rs-gym:before {
content: "\f2c6";
}
.fi-rs-hamburger-soda:before {
content: "\f2c7";
}
.fi-rs-hamburger:before {
content: "\f2c8";
}
.fi-rs-hand-holding-heart:before {
content: "\f2c9";
}
.fi-rs-happy:before {
content: "\f2ca";
}
.fi-rs-hastag:before {
content: "\f2cb";
}
.fi-rs-hat-birthday:before {
content: "\f2cc";
}
.fi-rs-hat-chef:before {
content: "\f2cd";
}
.fi-rs-head-side-thinking:before {
content: "\f2ce";
}
.fi-rs-headphones:before {
content: "\f2cf";
}
.fi-rs-headset:before {
content: "\f2d0";
}
.fi-rs-heart-arrow:before {
content: "\f2d1";
}
.fi-rs-heart:before {
content: "\f2d2";
}
.fi-rs-heat:before {
content: "\f2d3";
}
.fi-rs-helicopter-side:before {
content: "\f2d4";
}
.fi-rs-hiking:before {
content: "\f2d5";
}
.fi-rs-hockey-mask:before {
content: "\f2d6";
}
.fi-rs-hockey-puck:before {
content: "\f2d7";
}
.fi-rs-hockey-sticks:before {
content: "\f2d8";
}
.fi-rs-home-location-alt:before {
content: "\f2d9";
}
.fi-rs-home-location:before {
content: "\f2da";
}
.fi-rs-home:before {
content: "\f2db";
}
.fi-rs-hotdog:before {
content: "\f2dc";
}
.fi-rs-hourglass-end:before {
content: "\f2dd";
}
.fi-rs-hourglass:before {
content: "\f2de";
}
.fi-rs-house-flood:before {
content: "\f2df";
}
.fi-rs-humidity:before {
content: "\f2e0";
}
.fi-rs-hurricane:before {
content: "\f2e1";
}
.fi-rs-ice-cream:before {
content: "\f2e2";
}
.fi-rs-ice-skate:before {
content: "\f2e3";
}
.fi-rs-id-badge:before {
content: "\f2e4";
}
.fi-rs-inbox-in:before {
content: "\f2e5";
}
.fi-rs-inbox-out:before {
content: "\f2e6";
}
.fi-rs-inbox:before {
content: "\f2e7";
}
.fi-rs-incognito:before {
content: "\f2e8";
}
.fi-rs-indent:before {
content: "\f2e9";
}
.fi-rs-infinity:before {
content: "\f2ea";
}
.fi-rs-info:before {
content: "\f2eb";
}
.fi-rs-interactive:before {
content: "\f2ec";
}
.fi-rs-interlining:before {
content: "\f2ed";
}
.fi-rs-interrogation:before {
content: "\f2ee";
}
.fi-rs-italic:before {
content: "\f2ef";
}
.fi-rs-jam:before {
content: "\f2f0";
}
.fi-rs-jpg:before {
content: "\f2f1";
}
.fi-rs-key:before {
content: "\f2f2";
}
.fi-rs-keyboard:before {
content: "\f2f3";
}
.fi-rs-kiss-beam:before {
content: "\f2f4";
}
.fi-rs-kiss-wink-heart:before {
content: "\f2f5";
}
.fi-rs-kiss:before {
content: "\f2f6";
}
.fi-rs-kite:before {
content: "\f2f7";
}
.fi-rs-knife:before {
content: "\f2f8";
}
.fi-rs-label:before {
content: "\f2f9";
}
.fi-rs-laptop:before {
content: "\f2fa";
}
.fi-rs-lasso:before {
content: "\f2fb";
}
.fi-rs-laugh-beam:before {
content: "\f2fc";
}
.fi-rs-laugh-squint:before {
content: "\f2fd";
}
.fi-rs-laugh-wink:before {
content: "\f2fe";
}
.fi-rs-laugh:before {
content: "\f2ff";
}
.fi-rs-layers:before {
content: "\f300";
}
.fi-rs-layout-fluid:before {
content: "\f301";
}
.fi-rs-leaf:before {
content: "\f302";
}
.fi-rs-lemon:before {
content: "\f303";
}
.fi-rs-letter-case:before {
content: "\f304";
}
.fi-rs-lettuce:before {
content: "\f305";
}
.fi-rs-level-down-alt:before {
content: "\f306";
}
.fi-rs-level-down:before {
content: "\f307";
}
.fi-rs-level-up-alt:before {
content: "\f308";
}
.fi-rs-level-up:before {
content: "\f309";
}
.fi-rs-life-ring:before {
content: "\f30a";
}
.fi-rs-line-width:before {
content: "\f30b";
}
.fi-rs-link:before {
content: "\f30c";
}
.fi-rs-lipstick:before {
content: "\f30d";
}
.fi-rs-list-check:before {
content: "\f30e";
}
.fi-rs-list:before {
content: "\f30f";
}
.fi-rs-loading:before {
content: "\f310";
}
.fi-rs-location-alt:before {
content: "\f311";
}
.fi-rs-lock-alt:before {
content: "\f312";
}
.fi-rs-lock:before {
content: "\f313";
}
.fi-rs-luchador:before {
content: "\f314";
}
.fi-rs-luggage-rolling:before {
content: "\f315";
}
.fi-rs-magic-wand:before {
content: "\f316";
}
.fi-rs-makeup-brush:before {
content: "\f317";
}
.fi-rs-man-head:before {
content: "\f318";
}
.fi-rs-map-marker-cross:before {
content: "\f319";
}
.fi-rs-map-marker-home:before {
content: "\f31a";
}
.fi-rs-map-marker-minus:before {
content: "\f31b";
}
.fi-rs-map-marker-plus:before {
content: "\f31c";
}
.fi-rs-map-marker:before {
content: "\f31d";
}
.fi-rs-map:before {
content: "\f31e";
}
.fi-rs-marker-time:before {
content: "\f31f";
}
.fi-rs-marker:before {
content: "\f320";
}
.fi-rs-mars-double:before {
content: "\f321";
}
.fi-rs-mars:before {
content: "\f322";
}
.fi-rs-mask-carnival:before {
content: "\f323";
}
.fi-rs-medicine:before {
content: "\f324";
}
.fi-rs-megaphone:before {
content: "\f325";
}
.fi-rs-meh-blank:before {
content: "\f326";
}
.fi-rs-meh-rolling-eyes:before {
content: "\f327";
}
.fi-rs-meh:before {
content: "\f328";
}
.fi-rs-melon:before {
content: "\f329";
}
.fi-rs-menu-burger:before {
content: "\f32a";
}
.fi-rs-menu-dots-vertical:before {
content: "\f32b";
}
.fi-rs-menu-dots:before {
content: "\f32c";
}
.fi-rs-meteor:before {
content: "\f32d";
}
.fi-rs-microphone-alt:before {
content: "\f32e";
}
.fi-rs-microphone:before {
content: "\f32f";
}
.fi-rs-minus-small:before {
content: "\f330";
}
.fi-rs-minus:before {
content: "\f331";
}
.fi-rs-mobile:before {
content: "\f332";
}
.fi-rs-mode-landscape:before {
content: "\f333";
}
.fi-rs-mode-portrait:before {
content: "\f334";
}
.fi-rs-money:before {
content: "\f335";
}
.fi-rs-moon-stars:before {
content: "\f336";
}
.fi-rs-moon:before {
content: "\f337";
}
.fi-rs-motorcycle:before {
content: "\f338";
}
.fi-rs-mountains:before {
content: "\f339";
}
.fi-rs-mouse:before {
content: "\f33a";
}
.fi-rs-mug-alt:before {
content: "\f33b";
}
.fi-rs-mug-hot-alt:before {
content: "\f33c";
}
.fi-rs-mug-hot:before {
content: "\f33d";
}
.fi-rs-mug-tea:before {
content: "\f33e";
}
.fi-rs-mug:before {
content: "\f33f";
}
.fi-rs-mushroom:before {
content: "\f340";
}
.fi-rs-music-file:before {
content: "\f341";
}
.fi-rs-music-alt:before {
content: "\f342";
}
.fi-rs-music:before {
content: "\f343";
}
.fi-rs-navigation:before {
content: "\f344";
}
.fi-rs-network-cloud:before {
content: "\f345";
}
.fi-rs-network:before {
content: "\f346";
}
.fi-rs-noodles:before {
content: "\f347";
}
.fi-rs-notebook:before {
content: "\f348";
}
.fi-rs-oil-can:before {
content: "\f349";
}
.fi-rs-oil-temp:before {
content: "\f34a";
}
.fi-rs-olive-oil:before {
content: "\f34b";
}
.fi-rs-olives:before {
content: "\f34c";
}
.fi-rs-onion:before {
content: "\f34d";
}
.fi-rs-opacity:before {
content: "\f34e";
}
.fi-rs-package:before {
content: "\f34f";
}
.fi-rs-paint-brush:before {
content: "\f350";
}
.fi-rs-palette:before {
content: "\f351";
}
.fi-rs-pan:before {
content: "\f352";
}
.fi-rs-paper-plane:before {
content: "\f353";
}
.fi-rs-password:before {
content: "\f354";
}
.fi-rs-pause:before {
content: "\f355";
}
.fi-rs-paw:before {
content: "\f356";
}
.fi-rs-peach:before {
content: "\f357";
}
.fi-rs-pencil:before {
content: "\f358";
}
.fi-rs-pennant:before {
content: "\f359";
}
.fi-rs-pepper-hot:before {
content: "\f35a";
}
.fi-rs-pepper:before {
content: "\f35b";
}
.fi-rs-pharmacy:before {
content: "\f35c";
}
.fi-rs-phone-call:before {
content: "\f35d";
}
.fi-rs-phone-cross:before {
content: "\f35e";
}
.fi-rs-phone-pause:before {
content: "\f35f";
}
.fi-rs-phone-slash:before {
content: "\f360";
}
.fi-rs-physics:before {
content: "\f361";
}
.fi-rs-picnic:before {
content: "\f362";
}
.fi-rs-picture:before {
content: "\f363";
}
.fi-rs-pie:before {
content: "\f364";
}
.fi-rs-pineapple:before {
content: "\f365";
}
.fi-rs-ping-pong:before {
content: "\f366";
}
.fi-rs-pizza-slice:before {
content: "\f367";
}
.fi-rs-plane-alt:before {
content: "\f368";
}
.fi-rs-plane:before {
content: "\f369";
}
.fi-rs-plate:before {
content: "\f36a";
}
.fi-rs-play-alt:before {
content: "\f36b";
}
.fi-rs-play:before {
content: "\f36c";
}
.fi-rs-playing-cards:before {
content: "\f36d";
}
.fi-rs-plus-small:before {
content: "\f36e";
}
.fi-rs-plus:before {
content: "\f36f";
}
.fi-rs-poker-chip:before {
content: "\f370";
}
.fi-rs-poo:before {
content: "\f371";
}
.fi-rs-popcorn:before {
content: "\f372";
}
.fi-rs-portrait:before {
content: "\f373";
}
.fi-rs-pot:before {
content: "\f374";
}
.fi-rs-pound:before {
content: "\f375";
}
.fi-rs-power:before {
content: "\f376";
}
.fi-rs-presentation:before {
content: "\f377";
}
.fi-rs-print:before {
content: "\f378";
}
.fi-rs-protractor:before {
content: "\f379";
}
.fi-rs-pulse:before {
content: "\f37a";
}
.fi-rs-pumpkin:before {
content: "\f37b";
}
.fi-rs-puzzle-piece:before {
content: "\f37c";
}
.fi-rs-pyramid:before {
content: "\f37d";
}
.fi-rs-quote-right:before {
content: "\f37e";
}
.fi-rs-radish:before {
content: "\f37f";
}
.fi-rs-rainbow:before {
content: "\f380";
}
.fi-rs-raindrops:before {
content: "\f381";
}
.fi-rs-raquet:before {
content: "\f382";
}
.fi-rs-rec:before {
content: "\f383";
}
.fi-rs-receipt:before {
content: "\f384";
}
.fi-rs-record-vinyl:before {
content: "\f385";
}
.fi-rs-rectabgle-vertical:before {
content: "\f386";
}
.fi-rs-rectangle-horizontal:before {
content: "\f387";
}
.fi-rs-rectangle-panoramic:before {
content: "\f388";
}
.fi-rs-recycle:before {
content: "\f389";
}
.fi-rs-redo-alt:before {
content: "\f38a";
}
.fi-rs-redo:before {
content: "\f38b";
}
.fi-rs-reflect:before {
content: "\f38c";
}
.fi-rs-refresh:before {
content: "\f38d";
}
.fi-rs-remove-user:before {
content: "\f38e";
}
.fi-rs-reply-all:before {
content: "\f38f";
}
.fi-rs-resize:before {
content: "\f390";
}
.fi-rs-resources:before {
content: "\f391";
}
.fi-rs-restaurant:before {
content: "\f392";
}
.fi-rs-rewind:before {
content: "\f393";
}
.fi-rs-rhombus:before {
content: "\f394";
}
.fi-rs-rings-wedding:before {
content: "\f395";
}
.fi-rs-road:before {
content: "\f396";
}
.fi-rs-rocket-lunch:before {
content: "\f397";
}
.fi-rs-rocket:before {
content: "\f398";
}
.fi-rs-room-service:before {
content: "\f399";
}
.fi-rs-rotate-right:before {
content: "\f39a";
}
.fi-rs-rugby-helmet:before {
content: "\f39b";
}
.fi-rs-rugby:before {
content: "\f39c";
}
.fi-rs-running:before {
content: "\f39d";
}
.fi-rs-rv:before {
content: "\f39e";
}
.fi-rs-sad-cry:before {
content: "\f39f";
}
.fi-rs-sad-tear:before {
content: "\f3a0";
}
.fi-rs-sad:before {
content: "\f3a1";
}
.fi-rs-salad:before {
content: "\f3a2";
}
.fi-rs-salt-pepper:before {
content: "\f3a3";
}
.fi-rs-sandwich:before {
content: "\f3a4";
}
.fi-rs-sauce:before {
content: "\f3a5";
}
.fi-rs-sausage:before {
content: "\f3a6";
}
.fi-rs-scale:before {
content: "\f3a7";
}
.fi-rs-school-bus:before {
content: "\f3a8";
}
.fi-rs-school:before {
content: "\f3a9";
}
.fi-rs-scissors:before {
content: "\f3aa";
}
.fi-rs-screen:before {
content: "\f3ab";
}
.fi-rs-search-alt:before {
content: "\f3ac";
}
.fi-rs-search-heart:before {
content: "\f3ad";
}
.fi-rs-search:before {
content: "\f3ae";
}
.fi-rs-settings-sliders:before {
content: "\f3af";
}
.fi-rs-settings:before {
content: "\f3b0";
}
.fi-rs-share:before {
content: "\f3b1";
}
.fi-rs-shield-check:before {
content: "\f3b2";
}
.fi-rs-shield-exclamation:before {
content: "\f3b3";
}
.fi-rs-shield-interrogation:before {
content: "\f3b4";
}
.fi-rs-shield-plus:before {
content: "\f3b5";
}
.fi-rs-shield:before {
content: "\f3b6";
}
.fi-rs-ship-side:before {
content: "\f3b7";
}
.fi-rs-ship:before {
content: "\f3b8";
}
.fi-rs-shop:before {
content: "\f3b9";
}
.fi-rs-shopping-bag-add:before {
content: "\f3ba";
}
.fi-rs-shopping-bag:before {
content: "\f3bb";
}
.fi-rs-shopping-cart-add:before {
content: "\f3bc";
}
.fi-rs-shopping-cart-check:before {
content: "\f3bd";
}
.fi-rs-shopping-cart:before {
content: "\f3be";
}
.fi-rs-shrimp:before {
content: "\f3bf";
}
.fi-rs-shuffle:before {
content: "\f3c0";
}
.fi-rs-shuttle-van:before {
content: "\f3c1";
}
.fi-rs-shuttlecock:before {
content: "\f3c2";
}
.fi-rs-sign-in-alt:before {
content: "\f3c3";
}
.fi-rs-sign-in:before {
content: "\f3c4";
}
.fi-rs-sign-out-alt:before {
content: "\f3c5";
}
.fi-rs-sign-out:before {
content: "\f3c6";
}
.fi-rs-signal-alt-1:before {
content: "\f3c7";
}
.fi-rs-signal-alt-2:before {
content: "\f3c8";
}
.fi-rs-signal-alt:before {
content: "\f3c9";
}
.fi-rs-skateboard:before {
content: "\f3ca";
}
.fi-rs-skating:before {
content: "\f3cb";
}
.fi-rs-skewer:before {
content: "\f3cc";
}
.fi-rs-ski-jump:before {
content: "\f3cd";
}
.fi-rs-ski-lift:before {
content: "\f3ce";
}
.fi-rs-skiing-nordic:before {
content: "\f3cf";
}
.fi-rs-skiing:before {
content: "\f3d0";
}
.fi-rs-sledding:before {
content: "\f3d1";
}
.fi-rs-sleigh:before {
content: "\f3d2";
}
.fi-rs-smartphone:before {
content: "\f3d3";
}
.fi-rs-smile-beam:before {
content: "\f3d4";
}
.fi-rs-smile-wink:before {
content: "\f3d5";
}
.fi-rs-smog:before {
content: "\f3d6";
}
.fi-rs-smoke:before {
content: "\f3d7";
}
.fi-rs-snow-blowing:before {
content: "\f3d8";
}
.fi-rs-snowboarding:before {
content: "\f3d9";
}
.fi-rs-snowflake:before {
content: "\f3da";
}
.fi-rs-snowflakes:before {
content: "\f3db";
}
.fi-rs-snowmobile:before {
content: "\f3dc";
}
.fi-rs-snowplow:before {
content: "\f3dd";
}
.fi-rs-soap:before {
content: "\f3de";
}
.fi-rs-sort-alpha-down-alt:before {
content: "\f3df";
}
.fi-rs-sort-alpha-down:before {
content: "\f3e0";
}
.fi-rs-sort-alpha-up-alt:before {
content: "\f3e1";
}
.fi-rs-sort-alpha-up:before {
content: "\f3e2";
}
.fi-rs-sort-alt:before {
content: "\f3e3";
}
.fi-rs-sort-amount-down-alt:before {
content: "\f3e4";
}
.fi-rs-sort-amount-down:before {
content: "\f3e5";
}
.fi-rs-sort-amount-up-alt:before {
content: "\f3e6";
}
.fi-rs-sort-amount-up:before {
content: "\f3e7";
}
.fi-rs-sort-down:before {
content: "\f3e8";
}
.fi-rs-sort-numeric-down-alt:before {
content: "\f3e9";
}
.fi-rs-sort-numeric-down:before {
content: "\f3ea";
}
.fi-rs-sort:before {
content: "\f3eb";
}
.fi-rs-soup:before {
content: "\f3ec";
}
.fi-rs-spa:before {
content: "\f3ed";
}
.fi-rs-space-shuttle:before {
content: "\f3ee";
}
.fi-rs-spade:before {
content: "\f3ef";
}
.fi-rs-sparkles:before {
content: "\f3f0";
}
.fi-rs-speaker:before {
content: "\f3f1";
}
.fi-rs-sphere:before {
content: "\f3f2";
}
.fi-rs-spinner:before {
content: "\f3f3";
}
.fi-rs-spoon:before {
content: "\f3f4";
}
.fi-rs-square-root:before {
content: "\f3f5";
}
.fi-rs-square:before {
content: "\f3f6";
}
.fi-rs-star-octogram:before {
content: "\f3f7";
}
.fi-rs-star:before {
content: "\f3f8";
}
.fi-rs-starfighter:before {
content: "\f3f9";
}
.fi-rs-stars:before {
content: "\f3fa";
}
.fi-rs-stats:before {
content: "\f3fb";
}
.fi-rs-steak:before {
content: "\f3fc";
}
.fi-rs-steering-wheel:before {
content: "\f3fd";
}
.fi-rs-stethoscope:before {
content: "\f3fe";
}
.fi-rs-sticker:before {
content: "\f3ff";
}
.fi-rs-stop:before {
content: "\f400";
}
.fi-rs-stopwatch:before {
content: "\f401";
}
.fi-rs-strawberry:before {
content: "\f402";
}
.fi-rs-subtitles:before {
content: "\f403";
}
.fi-rs-subway:before {
content: "\f404";
}
.fi-rs-sun:before {
content: "\f405";
}
.fi-rs-sunrise-alt:before {
content: "\f406";
}
.fi-rs-sunrise:before {
content: "\f407";
}
.fi-rs-sunset:before {
content: "\f408";
}
.fi-rs-surfing:before {
content: "\f409";
}
.fi-rs-surprise:before {
content: "\f40a";
}
.fi-rs-sushi:before {
content: "\f40b";
}
.fi-rs-swimmer:before {
content: "\f40c";
}
.fi-rs-sword:before {
content: "\f40d";
}
.fi-rs-syringe:before {
content: "\f40e";
}
.fi-rs-tablet:before {
content: "\f40f";
}
.fi-rs-tachometer-alt-average:before {
content: "\f410";
}
.fi-rs-tachometer-alt-fastest:before {
content: "\f411";
}
.fi-rs-tachometer-alt-slow:before {
content: "\f412";
}
.fi-rs-tachometer-alt-slowest:before {
content: "\f413";
}
.fi-rs-tachometer-average:before {
content: "\f414";
}
.fi-rs-tachometer-fast:before {
content: "\f415";
}
.fi-rs-tachometer-fastest:before {
content: "\f416";
}
.fi-rs-tachometer-slow:before {
content: "\f417";
}
.fi-rs-tachometer-slowest:before {
content: "\f418";
}
.fi-rs-tachometer:before {
content: "\f419";
}
.fi-rs-taco:before {
content: "\f41a";
}
.fi-rs-target:before {
content: "\f41b";
}
.fi-rs-taxi:before {
content: "\f41c";
}
.fi-rs-temperature-down:before {
content: "\f41d";
}
.fi-rs-temperature-frigid:before {
content: "\f41e";
}
.fi-rs-temperature-high:before {
content: "\f41f";
}
.fi-rs-temperature-hot:before {
content: "\f420";
}
.fi-rs-temperature-low:before {
content: "\f421";
}
.fi-rs-temperature-up:before {
content: "\f422";
}
.fi-rs-tennis:before {
content: "\f423";
}
.fi-rs-terrace:before {
content: "\f424";
}
.fi-rs-test-tube:before {
content: "\f425";
}
.fi-rs-test:before {
content: "\f426";
}
.fi-rs-text-check:before {
content: "\f427";
}
.fi-rs-text:before {
content: "\f428";
}
.fi-rs-thermometer-half:before {
content: "\f429";
}
.fi-rs-thumbs-down:before {
content: "\f42a";
}
.fi-rs-thumbs-up:before {
content: "\f42b";
}
.fi-rs-thumbtack:before {
content: "\f42c";
}
.fi-rs-thunderstorm-moon:before {
content: "\f42d";
}
.fi-rs-thunderstorm-sun:before {
content: "\f42e";
}
.fi-rs-thunderstorm:before {
content: "\f42f";
}
.fi-rs-ticket:before {
content: "\f430";
}
.fi-rs-time-add:before {
content: "\f431";
}
.fi-rs-time-check:before {
content: "\f432";
}
.fi-rs-time-delete:before {
content: "\f433";
}
.fi-rs-time-fast:before {
content: "\f434";
}
.fi-rs-time-forward-sixty:before {
content: "\f435";
}
.fi-rs-time-forward-ten:before {
content: "\f436";
}
.fi-rs-time-forward:before {
content: "\f437";
}
.fi-rs-time-half-past:before {
content: "\f438";
}
.fi-rs-time-oclock:before {
content: "\f439";
}
.fi-rs-time-past:before {
content: "\f43a";
}
.fi-rs-time-quarter-to:before {
content: "\f43b";
}
.fi-rs-time-quarter-past:before {
content: "\f43c";
}
.fi-rs-time-twenty-four:before {
content: "\f43d";
}
.fi-rs-tire-flat:before {
content: "\f43e";
}
.fi-rs-tire-pressure-warning:before {
content: "\f43f";
}
.fi-rs-tire-rugged:before {
content: "\f440";
}
.fi-rs-tire:before {
content: "\f441";
}
.fi-rs-tired:before {
content: "\f442";
}
.fi-rs-tomato:before {
content: "\f443";
}
.fi-rs-tool-crop:before {
content: "\f444";
}
.fi-rs-tool-marquee:before {
content: "\f445";
}
.fi-rs-tooth:before {
content: "\f446";
}
.fi-rs-tornado:before {
content: "\f447";
}
.fi-rs-tractor:before {
content: "\f448";
}
.fi-rs-trailer:before {
content: "\f449";
}
.fi-rs-train-side:before {
content: "\f44a";
}
.fi-rs-train:before {
content: "\f44b";
}
.fi-rs-tram:before {
content: "\f44c";
}
.fi-rs-transform:before {
content: "\f44d";
}
.fi-rs-trash:before {
content: "\f44e";
}
.fi-rs-treatment:before {
content: "\f44f";
}
.fi-rs-tree-christmas:before {
content: "\f450";
}
.fi-rs-tree:before {
content: "\f451";
}
.fi-rs-triangle:before {
content: "\f452";
}
.fi-rs-trophy:before {
content: "\f453";
}
.fi-rs-truck-container:before {
content: "\f454";
}
.fi-rs-truck-couch:before {
content: "\f455";
}
.fi-rs-truck-loading:before {
content: "\f456";
}
.fi-rs-truck-monster:before {
content: "\f457";
}
.fi-rs-truck-moving:before {
content: "\f458";
}
.fi-rs-truck-pickup:before {
content: "\f459";
}
.fi-rs-truck-plow:before {
content: "\f45a";
}
.fi-rs-truck-ramp:before {
content: "\f45b";
}
.fi-rs-truck-side:before {
content: "\f45c";
}
.fi-rs-tty:before {
content: "\f45d";
}
.fi-rs-turkey:before {
content: "\f45e";
}
.fi-rs-umbrella:before {
content: "\f45f";
}
.fi-rs-underline:before {
content: "\f460";
}
.fi-rs-undo-alt:before {
content: "\f461";
}
.fi-rs-undo:before {
content: "\f462";
}
.fi-rs-unlock:before {
content: "\f463";
}
.fi-rs-upload:before {
content: "\f464";
}
.fi-rs-usb-pendrive:before {
content: "\f465";
}
.fi-rs-user-add:before {
content: "\f466";
}
.fi-rs-user-time:before {
content: "\f467";
}
.fi-rs-user:before {
content: "\f468";
}
.fi-rs-users-alt:before {
content: "\f469";
}
.fi-rs-users:before {
content: "\f46a";
}
.fi-rs-utensils:before {
content: "\f46b";
}
.fi-rs-vector-alt:before {
content: "\f46c";
}
.fi-rs-vector:before {
content: "\f46d";
}
.fi-rs-venus-double:before {
content: "\f46e";
}
.fi-rs-venus-mars:before {
content: "\f46f";
}
.fi-rs-venus:before {
content: "\f470";
}
.fi-rs-video-camera:before {
content: "\f471";
}
.fi-rs-volcano:before {
content: "\f472";
}
.fi-rs-volleyball:before {
content: "\f473";
}
.fi-rs-volume:before {
content: "\f474";
}
.fi-rs-wagon-covered:before {
content: "\f475";
}
.fi-rs-water-bottle:before {
content: "\f476";
}
.fi-rs-water-lower:before {
content: "\f477";
}
.fi-rs-water-rise:before {
content: "\f478";
}
.fi-rs-water:before {
content: "\f479";
}
.fi-rs-watermelon:before {
content: "\f47a";
}
.fi-rs-wheat:before {
content: "\f47b";
}
.fi-rs-wheelchair:before {
content: "\f47c";
}
.fi-rs-whistle:before {
content: "\f47d";
}
.fi-rs-wifi-alt:before {
content: "\f47e";
}
.fi-rs-wind-warning:before {
content: "\f47f";
}
.fi-rs-wind:before {
content: "\f480";
}
.fi-rs-windsock:before {
content: "\f481";
}
.fi-rs-woman-head:before {
content: "\f482";
}
.fi-rs-world:before {
content: "\f483";
}
.fi-rs-yen:before {
content: "\f484";
}
.fi-rs-zoom-in:before {
content: "\f485";
}
.fi-rs-zoom-out:before {
content: "\f486";
}
@font-face {
font-family: "uicons-regular-rounded";
src: url(//nooria.tech/wp-content/themes/zafram/assets/theme/fonts/uicons-regular-rounded.eot#iefix)
format("embedded-opentype"),
url(//nooria.tech/wp-content/themes/zafram/assets/theme/fonts/uicons-regular-rounded.woff2) format("woff2"),
url(//nooria.tech/wp-content/themes/zafram/assets/theme/fonts/uicons-regular-rounded.woff) format("woff");
}
i[class^="fi-rr-"]:before,
i[class*=" fi-rr-"]:before,
span[class^="fi-rr-"]:before,
span[class*="fi-rr-"]:before {
font-family: uicons-regular-rounded !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fi-rr-add:before {
content: "\f101";
}
.fi-rr-address-book:before {
content: "\f102";
}
.fi-rr-alarm-clock:before {
content: "\f103";
}
.fi-rr-align-center:before {
content: "\f104";
}
.fi-rr-align-justify:before {
content: "\f105";
}
.fi-rr-align-left:before {
content: "\f106";
}
.fi-rr-align-right:before {
content: "\f107";
}
.fi-rr-ambulance:before {
content: "\f108";
}
.fi-rr-angle-double-left:before {
content: "\f109";
}
.fi-rr-angle-double-right:before {
content: "\f10a";
}
.fi-rr-angle-double-small-left:before {
content: "\f10b";
}
.fi-rr-angle-double-small-right:before {
content: "\f10c";
}
.fi-rr-angle-down:before {
content: "\f10d";
}
.fi-rr-angle-left:before {
content: "\f10e";
}
.fi-rr-angle-right:before {
content: "\f10f";
}
.fi-rr-angle-small-down:before {
content: "\f110";
}
.fi-rr-angle-small-left:before {
content: "\f111";
}
.fi-rr-angle-small-right:before {
content: "\f112";
}
.fi-rr-angle-small-up:before {
content: "\f113";
}
.fi-rr-angle-up:before {
content: "\f114";
}
.fi-rr-apple:before {
content: "\f115";
}
.fi-rr-apps-add:before {
content: "\f116";
}
.fi-rr-apps-delete:before {
content: "\f117";
}
.fi-rr-apps-sort:before {
content: "\f118";
}
.fi-rr-apps:before {
content: "\f119";
}
.fi-rr-archive:before {
content: "\f11a";
}
.fi-rr-arrow-down:before {
content: "\f11b";
}
.fi-rr-arrow-from-bottom:before {
content: "\f11c";
}
.fi-rr-arrow-left:before {
content: "\f11d";
}
.fi-rr-arrow-right:before {
content: "\f11e";
}
.fi-rr-arrow-small-down:before {
content: "\f11f";
}
.fi-rr-arrow-small-left:before {
content: "\f120";
}
.fi-rr-arrow-small-right:before {
content: "\f121";
}
.fi-rr-arrow-small-up:before {
content: "\f122";
}
.fi-rr-arrow-up:before {
content: "\f123";
}
.fi-rr-asterik:before {
content: "\f124";
}
.fi-rr-at:before {
content: "\f125";
}
.fi-rr-backpack:before {
content: "\f126";
}
.fi-rr-badge:before {
content: "\f127";
}
.fi-rr-balloons:before {
content: "\f128";
}
.fi-rr-ban:before {
content: "\f129";
}
.fi-rr-band-aid:before {
content: "\f12a";
}
.fi-rr-bank:before {
content: "\f12b";
}
.fi-rr-barber-shop:before {
content: "\f12c";
}
.fi-rr-baseball:before {
content: "\f12d";
}
.fi-rr-basketball:before {
content: "\f12e";
}
.fi-rr-bed:before {
content: "\f12f";
}
.fi-rr-beer:before {
content: "\f130";
}
.fi-rr-bell-ring:before {
content: "\f131";
}
.fi-rr-bell-school:before {
content: "\f132";
}
.fi-rr-bell:before {
content: "\f133";
}
.fi-rr-bike:before {
content: "\f134";
}
.fi-rr-billiard:before {
content: "\f135";
}
.fi-rr-bold:before {
content: "\f136";
}
.fi-rr-book-alt:before {
content: "\f137";
}
.fi-rr-book:before {
content: "\f138";
}
.fi-rr-bookmark:before {
content: "\f139";
}
.fi-rr-bowling:before {
content: "\f13a";
}
.fi-rr-box-alt:before {
content: "\f13b";
}
.fi-rr-box:before {
content: "\f13c";
}
.fi-rr-bread-slice:before {
content: "\f13d";
}
.fi-rr-briefcase:before {
content: "\f13e";
}
.fi-rr-broom:before {
content: "\f13f";
}
.fi-rr-browser:before {
content: "\f140";
}
.fi-rr-brush:before {
content: "\f141";
}
.fi-rr-bug:before {
content: "\f142";
}
.fi-rr-building:before {
content: "\f143";
}
.fi-rr-bulb:before {
content: "\f144";
}
.fi-rr-butterfly:before {
content: "\f145";
}
.fi-rr-cake-birthday:before {
content: "\f146";
}
.fi-rr-cake-wedding:before {
content: "\f147";
}
.fi-rr-calculator:before {
content: "\f148";
}
.fi-rr-calendar:before {
content: "\f149";
}
.fi-rr-call-history:before {
content: "\f14a";
}
.fi-rr-call-incoming:before {
content: "\f14b";
}
.fi-rr-call-missed:before {
content: "\f14c";
}
.fi-rr-call-outgoing:before {
content: "\f14d";
}
.fi-rr-camera:before {
content: "\f14e";
}
.fi-rr-camping:before {
content: "\f14f";
}
.fi-rr-car:before {
content: "\f150";
}
.fi-rr-caret-down:before {
content: "\f151";
}
.fi-rr-caret-left:before {
content: "\f152";
}
.fi-rr-caret-right:before {
content: "\f153";
}
.fi-rr-caret-up:before {
content: "\f154";
}
.fi-rr-carrot:before {
content: "\f155";
}
.fi-rr-chart-connected:before {
content: "\f156";
}
.fi-rr-chart-histogram:before {
content: "\f157";
}
.fi-rr-chart-network:before {
content: "\f158";
}
.fi-rr-chart-pie-alt:before {
content: "\f159";
}
.fi-rr-chart-pie:before {
content: "\f15a";
}
.fi-rr-chart-pyramid:before {
content: "\f15b";
}
.fi-rr-chart-set-theory:before {
content: "\f15c";
}
.fi-rr-chart-tree:before {
content: "\f15d";
}
.fi-rr-chat-arrow-down:before {
content: "\f15e";
}
.fi-rr-chat-arrow-grow:before {
content: "\f15f";
}
.fi-rr-check:before {
content: "\f160";
}
.fi-rr-checkbox:before {
content: "\f161";
}
.fi-rr-cheese:before {
content: "\f162";
}
.fi-rr-chess-piece:before {
content: "\f163";
}
.fi-rr-child-head:before {
content: "\f164";
}
.fi-rr-circle-small:before {
content: "\f165";
}
.fi-rr-circle:before {
content: "\f166";
}
.fi-rr-clip:before {
content: "\f167";
}
.fi-rr-clock:before {
content: "\f168";
}
.fi-rr-cloud-check:before {
content: "\f169";
}
.fi-rr-cloud-disabled:before {
content: "\f16a";
}
.fi-rr-cloud-download:before {
content: "\f16b";
}
.fi-rr-cloud-share:before {
content: "\f16c";
}
.fi-rr-cloud-upload:before {
content: "\f16d";
}
.fi-rr-cloud:before {
content: "\f16e";
}
.fi-rr-clouds:before {
content: "\f16f";
}
.fi-rr-cocktail:before {
content: "\f170";
}
.fi-rr-coffee:before {
content: "\f171";
}
.fi-rr-comment-alt:before {
content: "\f172";
}
.fi-rr-comment-check:before {
content: "\f173";
}
.fi-rr-comment-heart:before {
content: "\f174";
}
.fi-rr-comment-info:before {
content: "\f175";
}
.fi-rr-comment-user:before {
content: "\f176";
}
.fi-rr-comment:before {
content: "\f177";
}
.fi-rr-comments:before {
content: "\f178";
}
.fi-rr-compress-alt:before {
content: "\f179";
}
.fi-rr-compress:before {
content: "\f17a";
}
.fi-rr-computer:before {
content: "\f17b";
}
.fi-rr-confetti:before {
content: "\f17c";
}
.fi-rr-cookie:before {
content: "\f17d";
}
.fi-rr-copy-alt:before {
content: "\f17e";
}
.fi-rr-copy:before {
content: "\f17f";
}
.fi-rr-copyright:before {
content: "\f180";
}
.fi-rr-cow:before {
content: "\f181";
}
.fi-rr-cream:before {
content: "\f182";
}
.fi-rr-credit-card:before {
content: "\f183";
}
.fi-rr-croissant:before {
content: "\f184";
}
.fi-rr-cross-circle:before {
content: "\f185";
}
.fi-rr-cross-small:before {
content: "\f186";
}
.fi-rr-cross:before {
content: "\f187";
}
.fi-rr-crown:before {
content: "\f188";
}
.fi-rr-cube:before {
content: "\f189";
}
.fi-rr-cupcake:before {
content: "\f18a";
}
.fi-rr-cursor-finger:before {
content: "\f18b";
}
.fi-rr-cursor-plus:before {
content: "\f18c";
}
.fi-rr-cursor-text-alt:before {
content: "\f18d";
}
.fi-rr-cursor-text:before {
content: "\f18e";
}
.fi-rr-cursor:before {
content: "\f18f";
}
.fi-rr-dart:before {
content: "\f190";
}
.fi-rr-dashboard:before {
content: "\f191";
}
.fi-rr-data-transfer:before {
content: "\f192";
}
.fi-rr-database:before {
content: "\f193";
}
.fi-rr-delete:before {
content: "\f194";
}
.fi-rr-diamond:before {
content: "\f195";
}
.fi-rr-dice:before {
content: "\f196";
}
.fi-rr-diploma:before {
content: "\f197";
}
.fi-rr-disco-ball:before {
content: "\f198";
}
.fi-rr-disk:before {
content: "\f199";
}
.fi-rr-doctor:before {
content: "\f19a";
}
.fi-rr-document-signed:before {
content: "\f19b";
}
.fi-rr-document:before {
content: "\f19c";
}
.fi-rr-dollar:before {
content: "\f19d";
}
.fi-rr-download:before {
content: "\f19e";
}
.fi-rr-drink-alt:before {
content: "\f19f";
}
.fi-rr-drumstick:before {
content: "\f1a0";
}
.fi-rr-duplicate:before {
content: "\f1a1";
}
.fi-rr-e-learning:before {
content: "\f1a2";
}
.fi-rr-earnings:before {
content: "\f1a3";
}
.fi-rr-edit-alt:before {
content: "\f1a4";
}
.fi-rr-edit:before {
content: "\f1a5";
}
.fi-rr-envelope-ban:before {
content: "\f1a6";
}
.fi-rr-envelope-download:before {
content: "\f1a7";
}
.fi-rr-envelope-marker:before {
content: "\f1a8";
}
.fi-rr-envelope-open:before {
content: "\f1a9";
}
.fi-rr-envelope-plus:before {
content: "\f1aa";
}
.fi-rr-envelope:before {
content: "\f1ab";
}
.fi-rr-euro:before {
content: "\f1ac";
}
.fi-rr-exclamation:before {
content: "\f1ad";
}
.fi-rr-expand:before {
content: "\f1ae";
}
.fi-rr-eye-crossed:before {
content: "\f1af";
}
.fi-rr-eye-dropper:before {
content: "\f1b0";
}
.fi-rr-eye:before {
content: "\f1b1";
}
.fi-rr-feather:before {
content: "\f1b2";
}
.fi-rr-ferris-wheel:before {
content: "\f1b3";
}
.fi-rr-file-add:before {
content: "\f1b4";
}
.fi-rr-file-ai:before {
content: "\f1b5";
}
.fi-rr-file-check:before {
content: "\f1b6";
}
.fi-rr-file-delete:before {
content: "\f1b7";
}
.fi-rr-file-eps:before {
content: "\f1b8";
}
.fi-rr-file-gif:before {
content: "\f1b9";
}
.fi-rr-file-music:before {
content: "\f1ba";
}
.fi-rr-file-psd:before {
content: "\f1bb";
}
.fi-rr-file:before {
content: "\f1bc";
}
.fi-rr-fill:before {
content: "\f1bd";
}
.fi-rr-film:before {
content: "\f1be";
}
.fi-rr-filter:before {
content: "\f1bf";
}
.fi-rr-fingerprint:before {
content: "\f1c0";
}
.fi-rr-fish:before {
content: "\f1c1";
}
.fi-rr-flag:before {
content: "\f1c2";
}
.fi-rr-flame:before {
content: "\f1c3";
}
.fi-rr-flip-horizontal:before {
content: "\f1c4";
}
.fi-rr-flower-bouquet:before {
content: "\f1c5";
}
.fi-rr-flower-tulip:before {
content: "\f1c6";
}
.fi-rr-flower:before {
content: "\f1c7";
}
.fi-rr-folder-add:before {
content: "\f1c8";
}
.fi-rr-folder:before {
content: "\f1c9";
}
.fi-rr-following:before {
content: "\f1ca";
}
.fi-rr-football:before {
content: "\f1cb";
}
.fi-rr-form:before {
content: "\f1cc";
}
.fi-rr-forward:before {
content: "\f1cd";
}
.fi-rr-fox:before {
content: "\f1ce";
}
.fi-rr-frown:before {
content: "\f1cf";
}
.fi-rr-ftp:before {
content: "\f1d0";
}
.fi-rr-gallery:before {
content: "\f1d1";
}
.fi-rr-gamepad:before {
content: "\f1d2";
}
.fi-rr-gas-pump:before {
content: "\f1d3";
}
.fi-rr-gem:before {
content: "\f1d4";
}
.fi-rr-gift:before {
content: "\f1d5";
}
.fi-rr-glass-cheers:before {
content: "\f1d6";
}
.fi-rr-glasses:before {
content: "\f1d7";
}
.fi-rr-globe-alt:before {
content: "\f1d8";
}
.fi-rr-globe:before {
content: "\f1d9";
}
.fi-rr-golf:before {
content: "\f1da";
}
.fi-rr-graduation-cap:before {
content: "\f1db";
}
.fi-rr-graphic-tablet:before {
content: "\f1dc";
}
.fi-rr-grid-alt:before {
content: "\f1dd";
}
.fi-rr-grid:before {
content: "\f1de";
}
.fi-rr-guitar:before {
content: "\f1df";
}
.fi-rr-gym:before {
content: "\f1e0";
}
.fi-rr-hamburger:before {
content: "\f1e1";
}
.fi-rr-hand-holding-heart:before {
content: "\f1e2";
}
.fi-rr-hastag:before {
content: "\f1e3";
}
.fi-rr-hat-birthday:before {
content: "\f1e4";
}
.fi-rr-head-side-thinking:before {
content: "\f1e5";
}
.fi-rr-headphones:before {
content: "\f1e6";
}
.fi-rr-headset:before {
content: "\f1e7";
}
.fi-rr-heart-arrow:before {
content: "\f1e8";
}
.fi-rr-heart:before {
content: "\f1e9";
}
.fi-rr-home-location-alt:before {
content: "\f1ea";
}
.fi-rr-home-location:before {
content: "\f1eb";
}
.fi-rr-home:before {
content: "\f1ec";
}
.fi-rr-hourglass-end:before {
content: "\f1ed";
}
.fi-rr-hourglass:before {
content: "\f1ee";
}
.fi-rr-ice-cream:before {
content: "\f1ef";
}
.fi-rr-ice-skate:before {
content: "\f1f0";
}
.fi-rr-id-badge:before {
content: "\f1f1";
}
.fi-rr-inbox:before {
content: "\f1f2";
}
.fi-rr-incognito:before {
content: "\f1f3";
}
.fi-rr-indent:before {
content: "\f1f4";
}
.fi-rr-infinity:before {
content: "\f1f5";
}
.fi-rr-info:before {
content: "\f1f6";
}
.fi-rr-interactive:before {
content: "\f1f7";
}
.fi-rr-interlining:before {
content: "\f1f8";
}
.fi-rr-interrogation:before {
content: "\f1f9";
}
.fi-rr-italic:before {
content: "\f1fa";
}
.fi-rr-jpg:before {
content: "\f1fb";
}
.fi-rr-key:before {
content: "\f1fc";
}
.fi-rr-keyboard:before {
content: "\f1fd";
}
.fi-rr-kite:before {
content: "\f1fe";
}
.fi-rr-label:before {
content: "\f1ff";
}
.fi-rr-laptop:before {
content: "\f200";
}
.fi-rr-lasso:before {
content: "\f201";
}
.fi-rr-laugh:before {
content: "\f202";
}
.fi-rr-layers:before {
content: "\f203";
}
.fi-rr-layout-fluid:before {
content: "\f204";
}
.fi-rr-leaf:before {
content: "\f205";
}
.fi-rr-letter-case:before {
content: "\f206";
}
.fi-rr-life-ring:before {
content: "\f207";
}
.fi-rr-line-width:before {
content: "\f208";
}
.fi-rr-link:before {
content: "\f209";
}
.fi-rr-lipstick:before {
content: "\f20a";
}
.fi-rr-list-check:before {
content: "\f20b";
}
.fi-rr-list:before {
content: "\f20c";
}
.fi-rr-location-alt:before {
content: "\f20d";
}
.fi-rr-lock-alt:before {
content: "\f20e";
}
.fi-rr-lock:before {
content: "\f20f";
}
.fi-rr-luggage-rolling:before {
content: "\f210";
}
.fi-rr-magic-wand:before {
content: "\f211";
}
.fi-rr-makeup-brush:before {
content: "\f212";
}
.fi-rr-man-head:before {
content: "\f213";
}
.fi-rr-map-marker-cross:before {
content: "\f214";
}
.fi-rr-map-marker-home:before {
content: "\f215";
}
.fi-rr-map-marker-minus:before {
content: "\f216";
}
.fi-rr-map-marker-plus:before {
content: "\f217";
}
.fi-rr-map-marker:before {
content: "\f218";
}
.fi-rr-map:before {
content: "\f219";
}
.fi-rr-marker-time:before {
content: "\f21a";
}
.fi-rr-marker:before {
content: "\f21b";
}
.fi-rr-mars-double:before {
content: "\f21c";
}
.fi-rr-mars:before {
content: "\f21d";
}
.fi-rr-mask-carnival:before {
content: "\f21e";
}
.fi-rr-medicine:before {
content: "\f21f";
}
.fi-rr-megaphone:before {
content: "\f220";
}
.fi-rr-meh:before {
content: "\f221";
}
.fi-rr-menu-burger:before {
content: "\f222";
}
.fi-rr-menu-dots-vertical:before {
content: "\f223";
}
.fi-rr-menu-dots:before {
content: "\f224";
}
.fi-rr-microphone-alt:before {
content: "\f225";
}
.fi-rr-microphone:before {
content: "\f226";
}
.fi-rr-minus-small:before {
content: "\f227";
}
.fi-rr-minus:before {
content: "\f228";
}
.fi-rr-mobile:before {
content: "\f229";
}
.fi-rr-mode-landscape:before {
content: "\f22a";
}
.fi-rr-mode-portrait:before {
content: "\f22b";
}
.fi-rr-money:before {
content: "\f22c";
}
.fi-rr-moon:before {
content: "\f22d";
}
.fi-rr-mountains:before {
content: "\f22e";
}
.fi-rr-mouse:before {
content: "\f22f";
}
.fi-rr-mug-alt:before {
content: "\f230";
}
.fi-rr-music-alt:before {
content: "\f231";
}
.fi-rr-music:before {
content: "\f232";
}
.fi-rr-navigation:before {
content: "\f233";
}
.fi-rr-network-cloud:before {
content: "\f234";
}
.fi-rr-network:before {
content: "\f235";
}
.fi-rr-notebook:before {
content: "\f236";
}
.fi-rr-opacity:before {
content: "\f237";
}
.fi-rr-package:before {
content: "\f238";
}
.fi-rr-paint-brush:before {
content: "\f239";
}
.fi-rr-palette:before {
content: "\f23a";
}
.fi-rr-paper-plane:before {
content: "\f23b";
}
.fi-rr-password:before {
content: "\f23c";
}
.fi-rr-pause:before {
content: "\f23d";
}
.fi-rr-paw:before {
content: "\f23e";
}
.fi-rr-pencil:before {
content: "\f23f";
}
.fi-rr-pharmacy:before {
content: "\f240";
}
.fi-rr-phone-call:before {
content: "\f241";
}
.fi-rr-phone-cross:before {
content: "\f242";
}
.fi-rr-phone-pause:before {
content: "\f243";
}
.fi-rr-phone-slash:before {
content: "\f244";
}
.fi-rr-physics:before {
content: "\f245";
}
.fi-rr-picture:before {
content: "\f246";
}
.fi-rr-ping-pong:before {
content: "\f247";
}
.fi-rr-pizza-slice:before {
content: "\f248";
}
.fi-rr-plane:before {
content: "\f249";
}
.fi-rr-play-alt:before {
content: "\f24a";
}
.fi-rr-play:before {
content: "\f24b";
}
.fi-rr-playing-cards:before {
content: "\f24c";
}
.fi-rr-plus-small:before {
content: "\f24d";
}
.fi-rr-plus:before {
content: "\f24e";
}
.fi-rr-poker-chip:before {
content: "\f24f";
}
.fi-rr-portrait:before {
content: "\f250";
}
.fi-rr-pound:before {
content: "\f251";
}
.fi-rr-power:before {
content: "\f252";
}
.fi-rr-presentation:before {
content: "\f253";
}
.fi-rr-print:before {
content: "\f254";
}
.fi-rr-protractor:before {
content: "\f255";
}
.fi-rr-pulse:before {
content: "\f256";
}
.fi-rr-pyramid:before {
content: "\f257";
}
.fi-rr-quote-right:before {
content: "\f258";
}
.fi-rr-rainbow:before {
content: "\f259";
}
.fi-rr-raindrops:before {
content: "\f25a";
}
.fi-rr-rec:before {
content: "\f25b";
}
.fi-rr-receipt:before {
content: "\f25c";
}
.fi-rr-record-vinyl:before {
content: "\f25d";
}
.fi-rr-rectabgle-vertical:before {
content: "\f25e";
}
.fi-rr-rectangle-horizontal:before {
content: "\f25f";
}
.fi-rr-rectangle-panoramic:before {
content: "\f260";
}
.fi-rr-recycle:before {
content: "\f261";
}
.fi-rr-redo-alt:before {
content: "\f262";
}
.fi-rr-redo:before {
content: "\f263";
}
.fi-rr-reflect:before {
content: "\f264";
}
.fi-rr-refresh:before {
content: "\f265";
}
.fi-rr-resize:before {
content: "\f266";
}
.fi-rr-resources:before {
content: "\f267";
}
.fi-rr-rewind:before {
content: "\f268";
}
.fi-rr-rhombus:before {
content: "\f269";
}
.fi-rr-rings-wedding:before {
content: "\f26a";
}
.fi-rr-road:before {
content: "\f26b";
}
.fi-rr-rocket:before {
content: "\f26c";
}
.fi-rr-room-service:before {
content: "\f26d";
}
.fi-rr-rotate-right:before {
content: "\f26e";
}
.fi-rr-rugby:before {
content: "\f26f";
}
.fi-rr-sad:before {
content: "\f270";
}
.fi-rr-salad:before {
content: "\f271";
}
.fi-rr-scale:before {
content: "\f272";
}
.fi-rr-school-bus:before {
content: "\f273";
}
.fi-rr-school:before {
content: "\f274";
}
.fi-rr-scissors:before {
content: "\f275";
}
.fi-rr-screen:before {
content: "\f276";
}
.fi-rr-search-alt:before {
content: "\f277";
}
.fi-rr-search-heart:before {
content: "\f278";
}
.fi-rr-search:before {
content: "\f279";
}
.fi-rr-settings-sliders:before {
content: "\f27a";
}
.fi-rr-settings:before {
content: "\f27b";
}
.fi-rr-share:before {
content: "\f27c";
}
.fi-rr-shield-check:before {
content: "\f27d";
}
.fi-rr-shield-exclamation:before {
content: "\f27e";
}
.fi-rr-shield-interrogation:before {
content: "\f27f";
}
.fi-rr-shield-plus:before {
content: "\f280";
}
.fi-rr-shield:before {
content: "\f281";
}
.fi-rr-ship-side:before {
content: "\f282";
}
.fi-rr-ship:before {
content: "\f283";
}
.fi-rr-shop:before {
content: "\f284";
}
.fi-rr-shopping-bag-add:before {
content: "\f285";
}
.fi-rr-shopping-bag:before {
content: "\f286";
}
.fi-rr-shopping-cart-add:before {
content: "\f287";
}
.fi-rr-shopping-cart-check:before {
content: "\f288";
}
.fi-rr-shopping-cart:before {
content: "\f289";
}
.fi-rr-shuffle:before {
content: "\f28a";
}
.fi-rr-sign-in-alt:before {
content: "\f28b";
}
.fi-rr-sign-in:before {
content: "\f28c";
}
.fi-rr-sign-out-alt:before {
content: "\f28d";
}
.fi-rr-sign-out:before {
content: "\f28e";
}
.fi-rr-signal-alt-1:before {
content: "\f28f";
}
.fi-rr-signal-alt-2:before {
content: "\f290";
}
.fi-rr-signal-alt:before {
content: "\f291";
}
.fi-rr-skateboard:before {
content: "\f292";
}
.fi-rr-smartphone:before {
content: "\f293";
}
.fi-rr-smile-wink:before {
content: "\f294";
}
.fi-rr-smile:before {
content: "\f295";
}
.fi-rr-snowflake:before {
content: "\f296";
}
.fi-rr-soap:before {
content: "\f297";
}
.fi-rr-soup:before {
content: "\f298";
}
.fi-rr-spa:before {
content: "\f299";
}
.fi-rr-speaker:before {
content: "\f29a";
}
.fi-rr-sphere:before {
content: "\f29b";
}
.fi-rr-spinner-alt:before {
content: "\f29c";
}
.fi-rr-spinner:before {
content: "\f29d";
}
.fi-rr-square-root:before {
content: "\f29e";
}
.fi-rr-square:before {
content: "\f29f";
}
.fi-rr-star-octogram:before {
content: "\f2a0";
}
.fi-rr-star:before {
content: "\f2a1";
}
.fi-rr-stats:before {
content: "\f2a2";
}
.fi-rr-stethoscope:before {
content: "\f2a3";
}
.fi-rr-sticker:before {
content: "\f2a4";
}
.fi-rr-stop:before {
content: "\f2a5";
}
.fi-rr-stopwatch:before {
content: "\f2a6";
}
.fi-rr-subtitles:before {
content: "\f2a7";
}
.fi-rr-sun:before {
content: "\f2a8";
}
.fi-rr-sunrise:before {
content: "\f2a9";
}
.fi-rr-surfing:before {
content: "\f2aa";
}
.fi-rr-sword:before {
content: "\f2ab";
}
.fi-rr-syringe:before {
content: "\f2ac";
}
.fi-rr-tablet:before {
content: "\f2ad";
}
.fi-rr-target:before {
content: "\f2ae";
}
.fi-rr-taxi:before {
content: "\f2af";
}
.fi-rr-tennis:before {
content: "\f2b0";
}
.fi-rr-terrace:before {
content: "\f2b1";
}
.fi-rr-test-tube:before {
content: "\f2b2";
}
.fi-rr-test:before {
content: "\f2b3";
}
.fi-rr-text-check:before {
content: "\f2b4";
}
.fi-rr-text:before {
content: "\f2b5";
}
.fi-rr-thermometer-half:before {
content: "\f2b6";
}
.fi-rr-thumbs-down:before {
content: "\f2b7";
}
.fi-rr-thumbs-up:before {
content: "\f2b8";
}
.fi-rr-thumbtack:before {
content: "\f2b9";
}
.fi-rr-ticket:before {
content: "\f2ba";
}
.fi-rr-time-add:before {
content: "\f2bb";
}
.fi-rr-time-check:before {
content: "\f2bc";
}
.fi-rr-time-delete:before {
content: "\f2bd";
}
.fi-rr-time-fast:before {
content: "\f2be";
}
.fi-rr-time-forward-sixty:before {
content: "\f2bf";
}
.fi-rr-time-forward-ten:before {
content: "\f2c0";
}
.fi-rr-time-forward:before {
content: "\f2c1";
}
.fi-rr-time-half-past:before {
content: "\f2c2";
}
.fi-rr-time-oclock:before {
content: "\f2c3";
}
.fi-rr-time-past:before {
content: "\f2c4";
}
.fi-rr-time-quarter-past:before {
content: "\f2c5";
}
.fi-rr-time-quarter-to:before {
content: "\f2c6";
}
.fi-rr-time-twenty-four:before {
content: "\f2c7";
}
.fi-rr-tool-crop:before {
content: "\f2c8";
}
.fi-rr-tool-marquee:before {
content: "\f2c9";
}
.fi-rr-tooth:before {
content: "\f2ca";
}
.fi-rr-tornado:before {
content: "\f2cb";
}
.fi-rr-train-side:before {
content: "\f2cc";
}
.fi-rr-train:before {
content: "\f2cd";
}
.fi-rr-transform:before {
content: "\f2ce";
}
.fi-rr-trash:before {
content: "\f2cf";
}
.fi-rr-treatment:before {
content: "\f2d0";
}
.fi-rr-tree-christmas:before {
content: "\f2d1";
}
.fi-rr-tree:before {
content: "\f2d2";
}
.fi-rr-triangle:before {
content: "\f2d3";
}
.fi-rr-trophy:before {
content: "\f2d4";
}
.fi-rr-truck-side:before {
content: "\f2d5";
}
.fi-rr-umbrella:before {
content: "\f2d6";
}
.fi-rr-underline:before {
content: "\f2d7";
}
.fi-rr-undo-alt:before {
content: "\f2d8";
}
.fi-rr-undo:before {
content: "\f2d9";
}
.fi-rr-unlock:before {
content: "\f2da";
}
.fi-rr-upload:before {
content: "\f2db";
}
.fi-rr-usb-pendrive:before {
content: "\f2dc";
}
.fi-rr-user-add:before {
content: "\f2dd";
}
.fi-rr-user-delete:before {
content: "\f2de";
}
.fi-rr-user-remove:before {
content: "\f2df";
}
.fi-rr-user-time:before {
content: "\f2e0";
}
.fi-rr-user:before {
content: "\f2e1";
}
.fi-rr-utensils:before {
content: "\f2e2";
}
.fi-rr-vector-alt:before {
content: "\f2e3";
}
.fi-rr-vector:before {
content: "\f2e4";
}
.fi-rr-venus-double:before {
content: "\f2e5";
}
.fi-rr-venus-mars:before {
content: "\f2e6";
}
.fi-rr-venus:before {
content: "\f2e7";
}
.fi-rr-video-camera:before {
content: "\f2e8";
}
.fi-rr-volleyball:before {
content: "\f2e9";
}
.fi-rr-volume:before {
content: "\f2ea";
}
.fi-rr-wheelchair:before {
content: "\f2eb";
}
.fi-rr-wifi-alt:before {
content: "\f2ec";
}
.fi-rr-wind:before {
content: "\f2ed";
}
.fi-rr-woman-head:before {
content: "\f2ee";
}
.fi-rr-world:before {
content: "\f2ef";
}
.fi-rr-yen:before {
content: "\f2f0";
}
.fi-rr-zoom-in:before {
content: "\f2f1";
}
.fi-rr-zoom-out:before {
content: "\f2f2";
}
@font-face {
font-family: "uicons-bold-straight";
src: url(//nooria.tech/wp-content/themes/zafram/assets/theme/fonts/uicons-bold-straight.eot#iefix)
format("embedded-opentype"),
url(//nooria.tech/wp-content/themes/zafram/assets/theme/fonts/uicons-bold-straight.woff2) format("woff2"),
url(//nooria.tech/wp-content/themes/zafram/assets/theme/fonts/uicons-bold-straight.woff) format("woff");
}
i[class^="fi-bs-"]:before,
i[class*=" fi-bs-"]:before,
span[class^="fi-bs-"]:before,
span[class*="fi-bs-"]:before {
font-family: uicons-bold-straight !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fi-bs-add-document:before {
content: "\f101";
}
.fi-bs-add-folder:before {
content: "\f102";
}
.fi-bs-add:before {
content: "\f103";
}
.fi-bs-address-book:before {
content: "\f104";
}
.fi-bs-alarm-clock:before {
content: "\f105";
}
.fi-bs-alarm-plus:before {
content: "\f106";
}
.fi-bs-alarm-snooze:before {
content: "\f107";
}
.fi-bs-align-center:before {
content: "\f108";
}
.fi-bs-align-justify:before {
content: "\f109";
}
.fi-bs-align-left:before {
content: "\f10a";
}
.fi-bs-align-right:before {
content: "\f10b";
}
.fi-bs-ambulance:before {
content: "\f10c";
}
.fi-bs-angle-circle-down:before {
content: "\f10d";
}
.fi-bs-angle-circle-left:before {
content: "\f10e";
}
.fi-bs-angle-circle-right:before {
content: "\f10f";
}
.fi-bs-angle-circle-up:before {
content: "\f110";
}
.fi-bs-angle-double-left:before {
content: "\f111";
}
.fi-bs-angle-double-right:before {
content: "\f112";
}
.fi-bs-angle-double-small-down:before {
content: "\f113";
}
.fi-bs-angle-double-small-left:before {
content: "\f114";
}
.fi-bs-angle-double-small-right:before {
content: "\f115";
}
.fi-bs-angle-double-small-up:before {
content: "\f116";
}
.fi-bs-angle-down:before {
content: "\f117";
}
.fi-bs-angle-left:before {
content: "\f118";
}
.fi-bs-angle-right:before {
content: "\f119";
}
.fi-bs-angle-small-down:before {
content: "\f11a";
}
.fi-bs-angle-small-left:before {
content: "\f11b";
}
.fi-bs-angle-small-right:before {
content: "\f11c";
}
.fi-bs-angle-small-up:before {
content: "\f11d";
}
.fi-bs-angle-square-down:before {
content: "\f11e";
}
.fi-bs-angle-square-left:before {
content: "\f11f";
}
.fi-bs-angle-square-right:before {
content: "\f120";
}
.fi-bs-angle-square-up:before {
content: "\f121";
}
.fi-bs-angle-up:before {
content: "\f122";
}
.fi-bs-angry:before {
content: "\f123";
}
.fi-bs-apple-whole:before {
content: "\f124";
}
.fi-bs-apps-add:before {
content: "\f125";
}
.fi-bs-apps-delete:before {
content: "\f126";
}
.fi-bs-apps-sort:before {
content: "\f127";
}
.fi-bs-apps:before {
content: "\f128";
}
.fi-bs-archive:before {
content: "\f129";
}
.fi-bs-arrow-alt-circle-down:before {
content: "\f12a";
}
.fi-bs-arrow-alt-circle-left:before {
content: "\f12b";
}
.fi-bs-arrow-alt-circle-right:before {
content: "\f12c";
}
.fi-bs-arrow-alt-circle-up:before {
content: "\f12d";
}
.fi-bs-arrow-alt-down:before {
content: "\f12e";
}
.fi-bs-arrow-alt-from-bottom:before {
content: "\f12f";
}
.fi-bs-arrow-alt-from-left:before {
content: "\f130";
}
.fi-bs-arrow-alt-from-right:before {
content: "\f131";
}
.fi-bs-arrow-alt-from-top:before {
content: "\f132";
}
.fi-bs-arrow-alt-left:before {
content: "\f133";
}
.fi-bs-arrow-alt-right:before {
content: "\f134";
}
.fi-bs-arrow-alt-square-down:before {
content: "\f135";
}
.fi-bs-arrow-alt-square-left:before {
content: "\f136";
}
.fi-bs-arrow-alt-square-right:before {
content: "\f137";
}
.fi-bs-arrow-alt-square-up:before {
content: "\f138";
}
.fi-bs-arrow-alt-to-bottom:before {
content: "\f139";
}
.fi-bs-arrow-alt-to-left:before {
content: "\f13a";
}
.fi-bs-arrow-alt-to-right:before {
content: "\f13b";
}
.fi-bs-arrow-alt-to-top:before {
content: "\f13c";
}
.fi-bs-arrow-alt-up:before {
content: "\f13d";
}
.fi-bs-arrow-circle-down:before {
content: "\f13e";
}
.fi-bs-arrow-circle-left:before {
content: "\f13f";
}
.fi-bs-arrow-circle-right:before {
content: "\f140";
}
.fi-bs-arrow-circle-up:before {
content: "\f141";
}
.fi-bs-arrow-down:before {
content: "\f142";
}
.fi-bs-arrow-from-bottom:before {
content: "\f143";
}
.fi-bs-arrow-from-left:before {
content: "\f144";
}
.fi-bs-arrow-from-right:before {
content: "\f145";
}
.fi-bs-arrow-from-top:before {
content: "\f146";
}
.fi-bs-arrow-left:before {
content: "\f147";
}
.fi-bs-arrow-right:before {
content: "\f148";
}
.fi-bs-arrow-small-down:before {
content: "\f149";
}
.fi-bs-arrow-small-left:before {
content: "\f14a";
}
.fi-bs-arrow-small-right:before {
content: "\f14b";
}
.fi-bs-arrow-small-up:before {
content: "\f14c";
}
.fi-bs-arrow-square-down:before {
content: "\f14d";
}
.fi-bs-arrow-square-left:before {
content: "\f14e";
}
.fi-bs-arrow-square-right:before {
content: "\f14f";
}
.fi-bs-arrow-square-up:before {
content: "\f150";
}
.fi-bs-arrow-to-bottom:before {
content: "\f151";
}
.fi-bs-arrow-to-left:before {
content: "\f152";
}
.fi-bs-arrow-to-right:before {
content: "\f153";
}
.fi-bs-arrow-to-top:before {
content: "\f154";
}
.fi-bs-arrow-up:before {
content: "\f155";
}
.fi-bs-arrows-alt-h:before {
content: "\f156";
}
.fi-bs-arrows-alt-v:before {
content: "\f157";
}
.fi-bs-arrows-alt:before {
content: "\f158";
}
.fi-bs-arrows-h-copy:before {
content: "\f159";
}
.fi-bs-arrows-h:before {
content: "\f15a";
}
.fi-bs-arrows:before {
content: "\f15b";
}
.fi-bs-assept-document:before {
content: "\f15c";
}
.fi-bs-assistive-listening-systems:before {
content: "\f15d";
}
.fi-bs-asterik:before {
content: "\f15e";
}
.fi-bs-at:before {
content: "\f15f";
}
.fi-bs-aubergine:before {
content: "\f160";
}
.fi-bs-avocado:before {
content: "\f161";
}
.fi-bs-baby-carriage:before {
content: "\f162";
}
.fi-bs-backpack:before {
content: "\f163";
}
.fi-bs-bacon:before {
content: "\f164";
}
.fi-bs-badge:before {
content: "\f165";
}
.fi-bs-balloons:before {
content: "\f166";
}
.fi-bs-ban:before {
content: "\f167";
}
.fi-bs-band-aid:before {
content: "\f168";
}
.fi-bs-bank:before {
content: "\f169";
}
.fi-bs-barber-shop:before {
content: "\f16a";
}
.fi-bs-baseball-alt:before {
content: "\f16b";
}
.fi-bs-baseball:before {
content: "\f16c";
}
.fi-bs-basketball-hoop:before {
content: "\f16d";
}
.fi-bs-basketball:before {
content: "\f16e";
}
.fi-bs-bed:before {
content: "\f16f";
}
.fi-bs-beer:before {
content: "\f170";
}
.fi-bs-bell-ring:before {
content: "\f171";
}
.fi-bs-bell-school:before {
content: "\f172";
}
.fi-bs-bell:before {
content: "\f173";
}
.fi-bs-bike:before {
content: "\f174";
}
.fi-bs-biking-mountain:before {
content: "\f175";
}
.fi-bs-biking:before {
content: "\f176";
}
.fi-bs-billiard:before {
content: "\f177";
}
.fi-bs-bold:before {
content: "\f178";
}
.fi-bs-bolt:before {
content: "\f179";
}
.fi-bs-book-alt:before {
content: "\f17a";
}
.fi-bs-book:before {
content: "\f17b";
}
.fi-bs-bookmark:before {
content: "\f17c";
}
.fi-bs-bottle:before {
content: "\f17d";
}
.fi-bs-bow-arrow:before {
content: "\f17e";
}
.fi-bs-bowling-ball:before {
content: "\f17f";
}
.fi-bs-bowling-pins:before {
content: "\f180";
}
.fi-bs-bowling:before {
content: "\f181";
}
.fi-bs-box-alt:before {
content: "\f182";
}
.fi-bs-box:before {
content: "\f183";
}
.fi-bs-boxing-glove:before {
content: "\f184";
}
.fi-bs-braille:before {
content: "\f185";
}
.fi-bs-bread-slice:before {
content: "\f186";
}
.fi-bs-bread:before {
content: "\f187";
}
.fi-bs-briefcase:before {
content: "\f188";
}
.fi-bs-broccoli:before {
content: "\f189";
}
.fi-bs-broom:before {
content: "\f18a";
}
.fi-bs-browser:before {
content: "\f18b";
}
.fi-bs-brush:before {
content: "\f18c";
}
.fi-bs-bug:before {
content: "\f18d";
}
.fi-bs-building:before {
content: "\f18e";
}
.fi-bs-bulb:before {
content: "\f18f";
}
.fi-bs-burrito:before {
content: "\f190";
}
.fi-bs-bus-alt:before {
content: "\f191";
}
.fi-bs-bus:before {
content: "\f192";
}
.fi-bs-butterfly:before {
content: "\f193";
}
.fi-bs-cake-birthday:before {
content: "\f194";
}
.fi-bs-cake-wedding:before {
content: "\f195";
}
.fi-bs-calculator:before {
content: "\f196";
}
.fi-bs-calendar-check:before {
content: "\f197";
}
.fi-bs-calendar-clock:before {
content: "\f198";
}
.fi-bs-calendar-exclamation:before {
content: "\f199";
}
.fi-bs-calendar-lines-pen:before {
content: "\f19a";
}
.fi-bs-calendar-lines:before {
content: "\f19b";
}
.fi-bs-calendar-minus:before {
content: "\f19c";
}
.fi-bs-calendar-pen:before {
content: "\f19d";
}
.fi-bs-calendar-plus:before {
content: "\f19e";
}
.fi-bs-calendar:before {
content: "\f19f";
}
.fi-bs-call-history:before {
content: "\f1a0";
}
.fi-bs-call-incoming:before {
content: "\f1a1";
}
.fi-bs-call-missed:before {
content: "\f1a2";
}
.fi-bs-call-outgoing:before {
content: "\f1a3";
}
.fi-bs-camera:before {
content: "\f1a4";
}
.fi-bs-camping:before {
content: "\f1a5";
}
.fi-bs-candy-alt:before {
content: "\f1a6";
}
.fi-bs-candy:before {
content: "\f1a7";
}
.fi-bs-canned-food:before {
content: "\f1a8";
}
.fi-bs-car-alt:before {
content: "\f1a9";
}
.fi-bs-car-battery:before {
content: "\f1aa";
}
.fi-bs-car-building:before {
content: "\f1ab";
}
.fi-bs-car-bump:before {
content: "\f1ac";
}
.fi-bs-car-bus:before {
content: "\f1ad";
}
.fi-bs-car-crash:before {
content: "\f1ae";
}
.fi-bs-car-garage:before {
content: "\f1af";
}
.fi-bs-car-mechanic:before {
content: "\f1b0";
}
.fi-bs-car-side:before {
content: "\f1b1";
}
.fi-bs-car-tilt:before {
content: "\f1b2";
}
.fi-bs-car-wash:before {
content: "\f1b3";
}
.fi-bs-car:before {
content: "\f1b4";
}
.fi-bs-caravan-alt:before {
content: "\f1b5";
}
.fi-bs-caravan:before {
content: "\f1b6";
}
.fi-bs-caret-circle-down:before {
content: "\f1b7";
}
.fi-bs-caret-circle-right:before {
content: "\f1b8";
}
.fi-bs-caret-circle-up:before {
content: "\f1b9";
}
.fi-bs-caret-down:before {
content: "\f1ba";
}
.fi-bs-caret-left:before {
content: "\f1bb";
}
.fi-bs-caret-quare-up:before {
content: "\f1bc";
}
.fi-bs-caret-right:before {
content: "\f1bd";
}
.fi-bs-caret-square-down:before {
content: "\f1be";
}
.fi-bs-caret-square-left_1:before {
content: "\f1bf";
}
.fi-bs-caret-square-left:before {
content: "\f1c0";
}
.fi-bs-caret-square-right:before {
content: "\f1c1";
}
.fi-bs-caret-up:before {
content: "\f1c2";
}
.fi-bs-carrot:before {
content: "\f1c3";
}
.fi-bs-cars:before {
content: "\f1c4";
}
.fi-bs-charging-station:before {
content: "\f1c5";
}
.fi-bs-chart-connected:before {
content: "\f1c6";
}
.fi-bs-chart-histogram:before {
content: "\f1c7";
}
.fi-bs-chart-network:before {
content: "\f1c8";
}
.fi-bs-chart-pie-alt:before {
content: "\f1c9";
}
.fi-bs-chart-pie:before {
content: "\f1ca";
}
.fi-bs-chart-pyramid:before {
content: "\f1cb";
}
.fi-bs-chart-set-theory:before {
content: "\f1cc";
}
.fi-bs-chart-tree:before {
content: "\f1cd";
}
.fi-bs-chat-arrow-down:before {
content: "\f1ce";
}
.fi-bs-chat-arrow-grow:before {
content: "\f1cf";
}
.fi-bs-check:before {
content: "\f1d0";
}
.fi-bs-checkbox:before {
content: "\f1d1";
}
.fi-bs-cheese:before {
content: "\f1d2";
}
.fi-bs-cherry:before {
content: "\f1d3";
}
.fi-bs-chess-piece:before {
content: "\f1d4";
}
.fi-bs-chess-bishop:before {
content: "\f1d5";
}
.fi-bs-chess-board:before {
content: "\f1d6";
}
.fi-bs-chess-clock-alt:before {
content: "\f1d7";
}
.fi-bs-chess-clock:before {
content: "\f1d8";
}
.fi-bs-chess-king-alt:before {
content: "\f1d9";
}
.fi-bs-chess-king:before {
content: "\f1da";
}
.fi-bs-chess-knight-alt:before {
content: "\f1db";
}
.fi-bs-chess-knight:before {
content: "\f1dc";
}
.fi-bs-chess-pawn-alt:before {
content: "\f1dd";
}
.fi-bs-chess-pawn:before {
content: "\f1de";
}
.fi-bs-chess-queen-alt:before {
content: "\f1df";
}
.fi-bs-chess-queen:before {
content: "\f1e0";
}
.fi-bs-chess-rook-alt:before {
content: "\f1e1";
}
.fi-bs-chess-rook:before {
content: "\f1e2";
}
.fi-bs-chess:before {
content: "\f1e3";
}
.fi-bs-chevron-double-down:before {
content: "\f1e4";
}
.fi-bs-chevron-double-up:before {
content: "\f1e5";
}
.fi-bs-child-head:before {
content: "\f1e6";
}
.fi-bs-chocolate:before {
content: "\f1e7";
}
.fi-bs-circle-small:before {
content: "\f1e8";
}
.fi-bs-circle:before {
content: "\f1e9";
}
.fi-bs-clip:before {
content: "\f1ea";
}
.fi-bs-clock-eight-thirty:before {
content: "\f1eb";
}
.fi-bs-clock-eleven-thirty:before {
content: "\f1ec";
}
.fi-bs-clock-eleven:before {
content: "\f1ed";
}
.fi-bs-clock-five-thirty:before {
content: "\f1ee";
}
.fi-bs-clock-five:before {
content: "\f1ef";
}
.fi-bs-clock-four-thirty:before {
content: "\f1f0";
}
.fi-bs-clock-nine-thirty:before {
content: "\f1f1";
}
.fi-bs-clock-nine:before {
content: "\f1f2";
}
.fi-bs-clock-one-thirty:before {
content: "\f1f3";
}
.fi-bs-clock-one:before {
content: "\f1f4";
}
.fi-bs-clock-seven-thirty:before {
content: "\f1f5";
}
.fi-bs-clock-seven:before {
content: "\f1f6";
}
.fi-bs-clock-six-thirty:before {
content: "\f1f7";
}
.fi-bs-clock-six:before {
content: "\f1f8";
}
.fi-bs-clock-ten-thirty:before {
content: "\f1f9";
}
.fi-bs-clock-ten:before {
content: "\f1fa";
}
.fi-bs-clock-three-thirty:before {
content: "\f1fb";
}
.fi-bs-clock-three:before {
content: "\f1fc";
}
.fi-bs-clock-twelve-thirty:before {
content: "\f1fd";
}
.fi-bs-clock-twelve:before {
content: "\f1fe";
}
.fi-bs-clock-two-thirty:before {
content: "\f1ff";
}
.fi-bs-clock-two:before {
content: "\f200";
}
.fi-bs-clock:before {
content: "\f201";
}
.fi-bs-cloud-upload:before {
content: "\f202";
}
.fi-bs-cloud-check:before {
content: "\f203";
}
.fi-bs-cloud-disabled:before {
content: "\f204";
}
.fi-bs-cloud-download-alt:before {
content: "\f205";
}
.fi-bs-cloud-download:before {
content: "\f206";
}
.fi-bs-cloud-drizzle:before {
content: "\f207";
}
.fi-bs-cloud-hail-mixed:before {
content: "\f208";
}
.fi-bs-cloud-hail:before {
content: "\f209";
}
.fi-bs-cloud-moon-rain:before {
content: "\f20a";
}
.fi-bs-cloud-moon:before {
content: "\f20b";
}
.fi-bs-cloud-rain:before {
content: "\f20c";
}
.fi-bs-cloud-rainbow:before {
content: "\f20d";
}
.fi-bs-cloud-share:before {
content: "\f20e";
}
.fi-bs-cloud-showers-heavy:before {
content: "\f20f";
}
.fi-bs-cloud-showers:before {
content: "\f210";
}
.fi-bs-cloud-sleet:before {
content: "\f211";
}
.fi-bs-cloud-snow:before {
content: "\f212";
}
.fi-bs-cloud-sun-rain:before {
content: "\f213";
}
.fi-bs-cloud-sun:before {
content: "\f214";
}
.fi-bs-cloud-upload-alt:before {
content: "\f215";
}
.fi-bs-cloud:before {
content: "\f216";
}
.fi-bs-clouds-moon:before {
content: "\f217";
}
.fi-bs-clouds-sun:before {
content: "\f218";
}
.fi-bs-clouds:before {
content: "\f219";
}
.fi-bs-club:before {
content: "\f21a";
}
.fi-bs-cocktail-alt:before {
content: "\f21b";
}
.fi-bs-cocktail:before {
content: "\f21c";
}
.fi-bs-coffee-pot:before {
content: "\f21d";
}
.fi-bs-coffee:before {
content: "\f21e";
}
.fi-bs-comment-alt:before {
content: "\f21f";
}
.fi-bs-comment-check:before {
content: "\f220";
}
.fi-bs-comment-heart:before {
content: "\f221";
}
.fi-bs-comment-info:before {
content: "\f222";
}
.fi-bs-comment-user:before {
content: "\f223";
}
.fi-bs-comment:before {
content: "\f224";
}
.fi-bs-comments:before {
content: "\f225";
}
.fi-bs-compress-alt:before {
content: "\f226";
}
.fi-bs-compress:before {
content: "\f227";
}
.fi-bs-computer:before {
content: "\f228";
}
.fi-bs-confetti:before {
content: "\f229";
}
.fi-bs-cookie:before {
content: "\f22a";
}
.fi-bs-copy-alt:before {
content: "\f22b";
}
.fi-bs-copy:before {
content: "\f22c";
}
.fi-bs-copyright:before {
content: "\f22d";
}
.fi-bs-corn:before {
content: "\f22e";
}
.fi-bs-cow:before {
content: "\f22f";
}
.fi-bs-cream:before {
content: "\f230";
}
.fi-bs-credit-card:before {
content: "\f231";
}
.fi-bs-cricket:before {
content: "\f232";
}
.fi-bs-croissant:before {
content: "\f233";
}
.fi-bs-cross-circle:before {
content: "\f234";
}
.fi-bs-cross-small:before {
content: "\f235";
}
.fi-bs-cross:before {
content: "\f236";
}
.fi-bs-crown:before {
content: "\f237";
}
.fi-bs-cube:before {
content: "\f238";
}
.fi-bs-cupcake:before {
content: "\f239";
}
.fi-bs-curling:before {
content: "\f23a";
}
.fi-bs-cursor-finger:before {
content: "\f23b";
}
.fi-bs-cursor-plus:before {
content: "\f23c";
}
.fi-bs-cursor-text-alt:before {
content: "\f23d";
}
.fi-bs-cursor-text:before {
content: "\f23e";
}
.fi-bs-cursor:before {
content: "\f23f";
}
.fi-bs-dart:before {
content: "\f240";
}
.fi-bs-dashboard:before {
content: "\f241";
}
.fi-bs-data-transfer:before {
content: "\f242";
}
.fi-bs-database:before {
content: "\f243";
}
.fi-bs-delete-document:before {
content: "\f244";
}
.fi-bs-delete-user:before {
content: "\f245";
}
.fi-bs-delete:before {
content: "\f246";
}
.fi-bs-dewpoint:before {
content: "\f247";
}
.fi-bs-diamond:before {
content: "\f248";
}
.fi-bs-dice-alt:before {
content: "\f249";
}
.fi-bs-dice-d10:before {
content: "\f24a";
}
.fi-bs-dice-d12:before {
content: "\f24b";
}
.fi-bs-dice-d20:before {
content: "\f24c";
}
.fi-bs-dice-d4:before {
content: "\f24d";
}
.fi-bs-dice-d6:before {
content: "\f24e";
}
.fi-bs-dice-d8:before {
content: "\f24f";
}
.fi-bs-dice-four:before {
content: "\f250";
}
.fi-bs-dice-one:before {
content: "\f251";
}
.fi-bs-dice-six:before {
content: "\f252";
}
.fi-bs-dice-three:before {
content: "\f253";
}
.fi-bs-dice-two:before {
content: "\f254";
}
.fi-bs-dice:before {
content: "\f255";
}
.fi-bs-diploma:before {
content: "\f256";
}
.fi-bs-disco-ball:before {
content: "\f257";
}
.fi-bs-disk:before {
content: "\f258";
}
.fi-bs-dizzy:before {
content: "\f259";
}
.fi-bs-doctor:before {
content: "\f25a";
}
.fi-bs-document-signed:before {
content: "\f25b";
}
.fi-bs-document:before {
content: "\f25c";
}
.fi-bs-dollar:before {
content: "\f25d";
}
.fi-bs-download:before {
content: "\f25e";
}
.fi-bs-dreidel:before {
content: "\f25f";
}
.fi-bs-drink-alt:before {
content: "\f260";
}
.fi-bs-drumstick:before {
content: "\f261";
}
.fi-bs-duplicate:before {
content: "\f262";
}
.fi-bs-e-learning:before {
content: "\f263";
}
.fi-bs-earnings:before {
content: "\f264";
}
.fi-bs-eclipse-alt:before {
content: "\f265";
}
.fi-bs-eclipse:before {
content: "\f266";
}
.fi-bs-edit-alt:before {
content: "\f267";
}
.fi-bs-edit:before {
content: "\f268";
}
.fi-bs-egg-fried:before {
content: "\f269";
}
.fi-bs-egg:before {
content: "\f26a";
}
.fi-bs-engine-warning:before {
content: "\f26b";
}
.fi-bs-envelope-ban:before {
content: "\f26c";
}
.fi-bs-envelope-download:before {
content: "\f26d";
}
.fi-bs-envelope-marker:before {
content: "\f26e";
}
.fi-bs-envelope-open:before {
content: "\f26f";
}
.fi-bs-envelope-plus:before {
content: "\f270";
}
.fi-bs-envelope:before {
content: "\f271";
}
.fi-bs-euro:before {
content: "\f272";
}
.fi-bs-exchange-alt:before {
content: "\f273";
}
.fi-bs-exchange:before {
content: "\f274";
}
.fi-bs-exclamation:before {
content: "\f275";
}
.fi-bs-expand-arrows-alt:before {
content: "\f276";
}
.fi-bs-expand-arrows:before {
content: "\f277";
}
.fi-bs-expand:before {
content: "\f278";
}
.fi-bs-eye-crossed:before {
content: "\f279";
}
.fi-bs-eye-dropper:before {
content: "\f27a";
}
.fi-bs-eye:before {
content: "\f27b";
}
.fi-bs-feather:before {
content: "\f27c";
}
.fi-bs-ferris-wheel:before {
content: "\f27d";
}
.fi-bs-field-hockey:before {
content: "\f27e";
}
.fi-bs-fighter-jet:before {
content: "\f27f";
}
.fi-bs-file-ai:before {
content: "\f280";
}
.fi-bs-file-eps:before {
content: "\f281";
}
.fi-bs-file-psd:before {
content: "\f282";
}
.fi-bs-file:before {
content: "\f283";
}
.fi-bs-fill:before {
content: "\f284";
}
.fi-bs-film:before {
content: "\f285";
}
.fi-bs-filter:before {
content: "\f286";
}
.fi-bs-fingerprint:before {
content: "\f287";
}
.fi-bs-fish:before {
content: "\f288";
}
.fi-bs-flag:before {
content: "\f289";
}
.fi-bs-flame:before {
content: "\f28a";
}
.fi-bs-flip-horizontal:before {
content: "\f28b";
}
.fi-bs-flower-bouquet:before {
content: "\f28c";
}
.fi-bs-flower-tulip:before {
content: "\f28d";
}
.fi-bs-flower:before {
content: "\f28e";
}
.fi-bs-flushed:before {
content: "\f28f";
}
.fi-bs-fog:before {
content: "\f290";
}
.fi-bs-folder:before {
content: "\f291";
}
.fi-bs-following:before {
content: "\f292";
}
.fi-bs-football:before {
content: "\f293";
}
.fi-bs-fork:before {
content: "\f294";
}
.fi-bs-form:before {
content: "\f295";
}
.fi-bs-forward:before {
content: "\f296";
}
.fi-bs-fox:before {
content: "\f297";
}
.fi-bs-french-fries:before {
content: "\f298";
}
.fi-bs-frown:before {
content: "\f299";
}
.fi-bs-ftp:before {
content: "\f29a";
}
.fi-bs-gallery:before {
content: "\f29b";
}
.fi-bs-game-board-alt:before {
content: "\f29c";
}
.fi-bs-gamepad:before {
content: "\f29d";
}
.fi-bs-garage-car:before {
content: "\f29e";
}
.fi-bs-garage-open:before {
content: "\f29f";
}
.fi-bs-garage:before {
content: "\f2a0";
}
.fi-bs-garlic:before {
content: "\f2a1";
}
.fi-bs-gas-pump-alt:before {
content: "\f2a2";
}
.fi-bs-gas-pump-slash:before {
content: "\f2a3";
}
.fi-bs-gas-pump:before {
content: "\f2a4";
}
.fi-bs-gem:before {
content: "\f2a5";
}
.fi-bs-gif:before {
content: "\f2a6";
}
.fi-bs-gift:before {
content: "\f2a7";
}
.fi-bs-gingerbread-man:before {
content: "\f2a8";
}
.fi-bs-glass-cheers:before {
content: "\f2a9";
}
.fi-bs-glass:before {
content: "\f2aa";
}
.fi-bs-glasses:before {
content: "\f2ab";
}
.fi-bs-globe-alt:before {
content: "\f2ac";
}
.fi-bs-globe:before {
content: "\f2ad";
}
.fi-bs-golf-ball:before {
content: "\f2ae";
}
.fi-bs-golf-club:before {
content: "\f2af";
}
.fi-bs-golf:before {
content: "\f2b0";
}
.fi-bs-graduation-cap:before {
content: "\f2b1";
}
.fi-bs-grape:before {
content: "\f2b2";
}
.fi-bs-graphic-tablet:before {
content: "\f2b3";
}
.fi-bs-grid-alt:before {
content: "\f2b4";
}
.fi-bs-grid:before {
content: "\f2b5";
}
.fi-bs-grill:before {
content: "\f2b6";
}
.fi-bs-grimace:before {
content: "\f2b7";
}
.fi-bs-grin-alt:before {
content: "\f2b8";
}
.fi-bs-grin-beam-sweat:before {
content: "\f2b9";
}
.fi-bs-grin-beam:before {
content: "\f2ba";
}
.fi-bs-grin-hearts:before {
content: "\f2bb";
}
.fi-bs-grin-squint-tears:before {
content: "\f2bc";
}
.fi-bs-grin-squint:before {
content: "\f2bd";
}
.fi-bs-grin-stars:before {
content: "\f2be";
}
.fi-bs-grin-tears:before {
content: "\f2bf";
}
.fi-bs-grin-tongue-squint:before {
content: "\f2c0";
}
.fi-bs-grin-tongue-wink:before {
content: "\f2c1";
}
.fi-bs-grin-tongue:before {
content: "\f2c2";
}
.fi-bs-grin-wink:before {
content: "\f2c3";
}
.fi-bs-grin:before {
content: "\f2c4";
}
.fi-bs-guitar:before {
content: "\f2c5";
}
.fi-bs-gym:before {
content: "\f2c6";
}
.fi-bs-hamburger-soda:before {
content: "\f2c7";
}
.fi-bs-hamburger:before {
content: "\f2c8";
}
.fi-bs-hand-holding-heart:before {
content: "\f2c9";
}
.fi-bs-happy:before {
content: "\f2ca";
}
.fi-bs-hastag:before {
content: "\f2cb";
}
.fi-bs-hat-birthday:before {
content: "\f2cc";
}
.fi-bs-hat-chef:before {
content: "\f2cd";
}
.fi-bs-head-side-thinking:before {
content: "\f2ce";
}
.fi-bs-headphones:before {
content: "\f2cf";
}
.fi-bs-headset:before {
content: "\f2d0";
}
.fi-bs-heart-arrow:before {
content: "\f2d1";
}
.fi-bs-heart:before {
content: "\f2d2";
}
.fi-bs-heat:before {
content: "\f2d3";
}
.fi-bs-helicopter-side:before {
content: "\f2d4";
}
.fi-bs-hiking:before {
content: "\f2d5";
}
.fi-bs-hockey-mask:before {
content: "\f2d6";
}
.fi-bs-hockey-puck:before {
content: "\f2d7";
}
.fi-bs-hockey-sticks:before {
content: "\f2d8";
}
.fi-bs-home-location-alt:before {
content: "\f2d9";
}
.fi-bs-home-location:before {
content: "\f2da";
}
.fi-bs-home:before {
content: "\f2db";
}
.fi-bs-hotdog:before {
content: "\f2dc";
}
.fi-bs-hourglass-end:before {
content: "\f2dd";
}
.fi-bs-hourglass:before {
content: "\f2de";
}
.fi-bs-house-flood:before {
content: "\f2df";
}
.fi-bs-humidity:before {
content: "\f2e0";
}
.fi-bs-hurricane:before {
content: "\f2e1";
}
.fi-bs-ice-cream:before {
content: "\f2e2";
}
.fi-bs-ice-skate:before {
content: "\f2e3";
}
.fi-bs-id-badge:before {
content: "\f2e4";
}
.fi-bs-inbox-in:before {
content: "\f2e5";
}
.fi-bs-inbox-out:before {
content: "\f2e6";
}
.fi-bs-inbox:before {
content: "\f2e7";
}
.fi-bs-incognito:before {
content: "\f2e8";
}
.fi-bs-indent:before {
content: "\f2e9";
}
.fi-bs-infinity:before {
content: "\f2ea";
}
.fi-bs-info:before {
content: "\f2eb";
}
.fi-bs-interactive:before {
content: "\f2ec";
}
.fi-bs-interlining:before {
content: "\f2ed";
}
.fi-bs-interrogation:before {
content: "\f2ee";
}
.fi-bs-italic:before {
content: "\f2ef";
}
.fi-bs-jam:before {
content: "\f2f0";
}
.fi-bs-jpg:before {
content: "\f2f1";
}
.fi-bs-key:before {
content: "\f2f2";
}
.fi-bs-keyboard:before {
content: "\f2f3";
}
.fi-bs-kiss-beam:before {
content: "\f2f4";
}
.fi-bs-kiss-wink-heart:before {
content: "\f2f5";
}
.fi-bs-kiss:before {
content: "\f2f6";
}
.fi-bs-kite:before {
content: "\f2f7";
}
.fi-bs-knife:before {
content: "\f2f8";
}
.fi-bs-label:before {
content: "\f2f9";
}
.fi-bs-laptop:before {
content: "\f2fa";
}
.fi-bs-lasso:before {
content: "\f2fb";
}
.fi-bs-laugh-beam:before {
content: "\f2fc";
}
.fi-bs-laugh-squint:before {
content: "\f2fd";
}
.fi-bs-laugh-wink:before {
content: "\f2fe";
}
.fi-bs-laugh:before {
content: "\f2ff";
}
.fi-bs-layers:before {
content: "\f300";
}
.fi-bs-layout-fluid:before {
content: "\f301";
}
.fi-bs-leaf:before {
content: "\f302";
}
.fi-bs-lemon:before {
content: "\f303";
}
.fi-bs-letter-case:before {
content: "\f304";
}
.fi-bs-lettuce:before {
content: "\f305";
}
.fi-bs-level-down-alt:before {
content: "\f306";
}
.fi-bs-level-down:before {
content: "\f307";
}
.fi-bs-level-up-alt:before {
content: "\f308";
}
.fi-bs-level-up:before {
content: "\f309";
}
.fi-bs-life-ring:before {
content: "\f30a";
}
.fi-bs-line-width:before {
content: "\f30b";
}
.fi-bs-link:before {
content: "\f30c";
}
.fi-bs-lipstick:before {
content: "\f30d";
}
.fi-bs-list-check:before {
content: "\f30e";
}
.fi-bs-list:before {
content: "\f30f";
}
.fi-bs-loading:before {
content: "\f310";
}
.fi-bs-location-alt:before {
content: "\f311";
}
.fi-bs-lock-alt:before {
content: "\f312";
}
.fi-bs-lock:before {
content: "\f313";
}
.fi-bs-luchador:before {
content: "\f314";
}
.fi-bs-luggage-rolling:before {
content: "\f315";
}
.fi-bs-magic-wand:before {
content: "\f316";
}
.fi-bs-makeup-brush:before {
content: "\f317";
}
.fi-bs-man-head:before {
content: "\f318";
}
.fi-bs-map-marker-cross:before {
content: "\f319";
}
.fi-bs-map-marker-home:before {
content: "\f31a";
}
.fi-bs-map-marker-minus:before {
content: "\f31b";
}
.fi-bs-map-marker-plus:before {
content: "\f31c";
}
.fi-bs-map-marker:before {
content: "\f31d";
}
.fi-bs-map:before {
content: "\f31e";
}
.fi-bs-marker-time:before {
content: "\f31f";
}
.fi-bs-marker:before {
content: "\f320";
}
.fi-bs-mars-double:before {
content: "\f321";
}
.fi-bs-mars:before {
content: "\f322";
}
.fi-bs-mask-carnival:before {
content: "\f323";
}
.fi-bs-medicine:before {
content: "\f324";
}
.fi-bs-megaphone:before {
content: "\f325";
}
.fi-bs-meh-blank:before {
content: "\f326";
}
.fi-bs-meh-rolling-eyes:before {
content: "\f327";
}
.fi-bs-meh:before {
content: "\f328";
}
.fi-bs-melon:before {
content: "\f329";
}
.fi-bs-menu-burger:before {
content: "\f32a";
}
.fi-bs-menu-dots-vertical:before {
content: "\f32b";
}
.fi-bs-menu-dots:before {
content: "\f32c";
}
.fi-bs-meteor:before {
content: "\f32d";
}
.fi-bs-microphone-alt:before {
content: "\f32e";
}
.fi-bs-microphone:before {
content: "\f32f";
}
.fi-bs-minus-small:before {
content: "\f330";
}
.fi-bs-minus:before {
content: "\f331";
}
.fi-bs-mobile:before {
content: "\f332";
}
.fi-bs-mode-landscape:before {
content: "\f333";
}
.fi-bs-mode-portrait:before {
content: "\f334";
}
.fi-bs-money:before {
content: "\f335";
}
.fi-bs-moon-stars:before {
content: "\f336";
}
.fi-bs-moon:before {
content: "\f337";
}
.fi-bs-motorcycle:before {
content: "\f338";
}
.fi-bs-mountains:before {
content: "\f339";
}
.fi-bs-mouse:before {
content: "\f33a";
}
.fi-bs-mug-alt:before {
content: "\f33b";
}
.fi-bs-mug-hot-alt:before {
content: "\f33c";
}
.fi-bs-mug-hot:before {
content: "\f33d";
}
.fi-bs-mug-tea:before {
content: "\f33e";
}
.fi-bs-mug:before {
content: "\f33f";
}
.fi-bs-mushroom:before {
content: "\f340";
}
.fi-bs-music-file:before {
content: "\f341";
}
.fi-bs-music-alt:before {
content: "\f342";
}
.fi-bs-music:before {
content: "\f343";
}
.fi-bs-navigation:before {
content: "\f344";
}
.fi-bs-network-cloud:before {
content: "\f345";
}
.fi-bs-network:before {
content: "\f346";
}
.fi-bs-noodles:before {
content: "\f347";
}
.fi-bs-notebook:before {
content: "\f348";
}
.fi-bs-oil-can:before {
content: "\f349";
}
.fi-bs-oil-temp:before {
content: "\f34a";
}
.fi-bs-olive-oil:before {
content: "\f34b";
}
.fi-bs-olives:before {
content: "\f34c";
}
.fi-bs-onion:before {
content: "\f34d";
}
.fi-bs-opacity:before {
content: "\f34e";
}
.fi-bs-package:before {
content: "\f34f";
}
.fi-bs-paint-brush:before {
content: "\f350";
}
.fi-bs-palette:before {
content: "\f351";
}
.fi-bs-pan:before {
content: "\f352";
}
.fi-bs-paper-plane:before {
content: "\f353";
}
.fi-bs-password:before {
content: "\f354";
}
.fi-bs-pause:before {
content: "\f355";
}
.fi-bs-paw:before {
content: "\f356";
}
.fi-bs-peach:before {
content: "\f357";
}
.fi-bs-pencil:before {
content: "\f358";
}
.fi-bs-pennant:before {
content: "\f359";
}
.fi-bs-pepper-hot:before {
content: "\f35a";
}
.fi-bs-pepper:before {
content: "\f35b";
}
.fi-bs-pharmacy:before {
content: "\f35c";
}
.fi-bs-phone-call:before {
content: "\f35d";
}
.fi-bs-phone-cross:before {
content: "\f35e";
}
.fi-bs-phone-pause:before {
content: "\f35f";
}
.fi-bs-phone-slash:before {
content: "\f360";
}
.fi-bs-physics:before {
content: "\f361";
}
.fi-bs-picnic:before {
content: "\f362";
}
.fi-bs-picture:before {
content: "\f363";
}
.fi-bs-pie:before {
content: "\f364";
}
.fi-bs-pineapple:before {
content: "\f365";
}
.fi-bs-ping-pong:before {
content: "\f366";
}
.fi-bs-pizza-slice:before {
content: "\f367";
}
.fi-bs-plane-alt:before {
content: "\f368";
}
.fi-bs-plane:before {
content: "\f369";
}
.fi-bs-plate:before {
content: "\f36a";
}
.fi-bs-play-alt:before {
content: "\f36b";
}
.fi-bs-play:before {
content: "\f36c";
}
.fi-bs-playing-cards:before {
content: "\f36d";
}
.fi-bs-plus-small:before {
content: "\f36e";
}
.fi-bs-plus:before {
content: "\f36f";
}
.fi-bs-poker-chip:before {
content: "\f370";
}
.fi-bs-poo:before {
content: "\f371";
}
.fi-bs-popcorn:before {
content: "\f372";
}
.fi-bs-portrait:before {
content: "\f373";
}
.fi-bs-pot:before {
content: "\f374";
}
.fi-bs-pound:before {
content: "\f375";
}
.fi-bs-power:before {
content: "\f376";
}
.fi-bs-presentation:before {
content: "\f377";
}
.fi-bs-print:before {
content: "\f378";
}
.fi-bs-protractor:before {
content: "\f379";
}
.fi-bs-pulse:before {
content: "\f37a";
}
.fi-bs-pumpkin:before {
content: "\f37b";
}
.fi-bs-puzzle-piece:before {
content: "\f37c";
}
.fi-bs-pyramid:before {
content: "\f37d";
}
.fi-bs-quote-right:before {
content: "\f37e";
}
.fi-bs-radish:before {
content: "\f37f";
}
.fi-bs-rainbow:before {
content: "\f380";
}
.fi-bs-raindrops:before {
content: "\f381";
}
.fi-bs-raquet:before {
content: "\f382";
}
.fi-bs-rec:before {
content: "\f383";
}
.fi-bs-receipt:before {
content: "\f384";
}
.fi-bs-record-vinyl:before {
content: "\f385";
}
.fi-bs-rectabgle-vertical:before {
content: "\f386";
}
.fi-bs-rectangle-horizontal:before {
content: "\f387";
}
.fi-bs-rectangle-panoramic:before {
content: "\f388";
}
.fi-bs-recycle:before {
content: "\f389";
}
.fi-bs-redo-alt:before {
content: "\f38a";
}
.fi-bs-redo:before {
content: "\f38b";
}
.fi-bs-reflect:before {
content: "\f38c";
}
.fi-bs-refresh:before {
content: "\f38d";
}
.fi-bs-remove-user:before {
content: "\f38e";
}
.fi-bs-reply-all:before {
content: "\f38f";
}
.fi-bs-resize:before {
content: "\f390";
}
.fi-bs-resources:before {
content: "\f391";
}
.fi-bs-restaurant:before {
content: "\f392";
}
.fi-bs-rewind:before {
content: "\f393";
}
.fi-bs-rhombus:before {
content: "\f394";
}
.fi-bs-rings-wedding:before {
content: "\f395";
}
.fi-bs-road:before {
content: "\f396";
}
.fi-bs-rocket-lunch:before {
content: "\f397";
}
.fi-bs-rocket:before {
content: "\f398";
}
.fi-bs-room-service:before {
content: "\f399";
}
.fi-bs-rotate-right:before {
content: "\f39a";
}
.fi-bs-rugby-helmet:before {
content: "\f39b";
}
.fi-bs-rugby:before {
content: "\f39c";
}
.fi-bs-running:before {
content: "\f39d";
}
.fi-bs-rv:before {
content: "\f39e";
}
.fi-bs-sad-cry:before {
content: "\f39f";
}
.fi-bs-sad-tear:before {
content: "\f3a0";
}
.fi-bs-sad:before {
content: "\f3a1";
}
.fi-bs-salad:before {
content: "\f3a2";
}
.fi-bs-salt-pepper:before {
content: "\f3a3";
}
.fi-bs-sandwich:before {
content: "\f3a4";
}
.fi-bs-sauce:before {
content: "\f3a5";
}
.fi-bs-sausage:before {
content: "\f3a6";
}
.fi-bs-scale:before {
content: "\f3a7";
}
.fi-bs-school-bus:before {
content: "\f3a8";
}
.fi-bs-school:before {
content: "\f3a9";
}
.fi-bs-scissors:before {
content: "\f3aa";
}
.fi-bs-screen:before {
content: "\f3ab";
}
.fi-bs-search-alt:before {
content: "\f3ac";
}
.fi-bs-search-heart:before {
content: "\f3ad";
}
.fi-bs-search:before {
content: "\f3ae";
}
.fi-bs-settings-sliders:before {
content: "\f3af";
}
.fi-bs-settings:before {
content: "\f3b0";
}
.fi-bs-share:before {
content: "\f3b1";
}
.fi-bs-shield-check:before {
content: "\f3b2";
}
.fi-bs-shield-exclamation:before {
content: "\f3b3";
}
.fi-bs-shield-interrogation:before {
content: "\f3b4";
}
.fi-bs-shield-plus:before {
content: "\f3b5";
}
.fi-bs-shield:before {
content: "\f3b6";
}
.fi-bs-ship-side:before {
content: "\f3b7";
}
.fi-bs-ship:before {
content: "\f3b8";
}
.fi-bs-shop:before {
content: "\f3b9";
}
.fi-bs-shopping-bag-add:before {
content: "\f3ba";
}
.fi-bs-shopping-bag:before {
content: "\f3bb";
}
.fi-bs-shopping-cart-add:before {
content: "\f3bc";
}
.fi-bs-shopping-cart-check:before {
content: "\f3bd";
}
.fi-bs-shopping-cart:before {
content: "\f3be";
}
.fi-bs-shrimp:before {
content: "\f3bf";
}
.fi-bs-shuffle:before {
content: "\f3c0";
}
.fi-bs-shuttle-van:before {
content: "\f3c1";
}
.fi-bs-shuttlecock:before {
content: "\f3c2";
}
.fi-bs-sign-in-alt:before {
content: "\f3c3";
}
.fi-bs-sign-in:before {
content: "\f3c4";
}
.fi-bs-sign-out-alt:before {
content: "\f3c5";
}
.fi-bs-sign-out:before {
content: "\f3c6";
}
.fi-bs-signal-alt-1:before {
content: "\f3c7";
}
.fi-bs-signal-alt-2:before {
content: "\f3c8";
}
.fi-bs-signal-alt:before {
content: "\f3c9";
}
.fi-bs-skateboard:before {
content: "\f3ca";
}
.fi-bs-skating:before {
content: "\f3cb";
}
.fi-bs-skewer:before {
content: "\f3cc";
}
.fi-bs-ski-jump:before {
content: "\f3cd";
}
.fi-bs-ski-lift:before {
content: "\f3ce";
}
.fi-bs-skiing-nordic:before {
content: "\f3cf";
}
.fi-bs-skiing:before {
content: "\f3d0";
}
.fi-bs-sledding:before {
content: "\f3d1";
}
.fi-bs-sleigh:before {
content: "\f3d2";
}
.fi-bs-smartphone:before {
content: "\f3d3";
}
.fi-bs-smile-beam:before {
content: "\f3d4";
}
.fi-bs-smile-wink:before {
content: "\f3d5";
}
.fi-bs-smog:before {
content: "\f3d6";
}
.fi-bs-smoke:before {
content: "\f3d7";
}
.fi-bs-snow-blowing:before {
content: "\f3d8";
}
.fi-bs-snowboarding:before {
content: "\f3d9";
}
.fi-bs-snowflake:before {
content: "\f3da";
}
.fi-bs-snowflakes:before {
content: "\f3db";
}
.fi-bs-snowmobile:before {
content: "\f3dc";
}
.fi-bs-snowplow:before {
content: "\f3dd";
}
.fi-bs-soap:before {
content: "\f3de";
}
.fi-bs-sort-alpha-down-alt:before {
content: "\f3df";
}
.fi-bs-sort-alpha-down:before {
content: "\f3e0";
}
.fi-bs-sort-alpha-up-alt:before {
content: "\f3e1";
}
.fi-bs-sort-alpha-up:before {
content: "\f3e2";
}
.fi-bs-sort-alt:before {
content: "\f3e3";
}
.fi-bs-sort-amount-down-alt:before {
content: "\f3e4";
}
.fi-bs-sort-amount-down:before {
content: "\f3e5";
}
.fi-bs-sort-amount-up-alt:before {
content: "\f3e6";
}
.fi-bs-sort-amount-up:before {
content: "\f3e7";
}
.fi-bs-sort-down:before {
content: "\f3e8";
}
.fi-bs-sort-numeric-down-alt:before {
content: "\f3e9";
}
.fi-bs-sort-numeric-down:before {
content: "\f3ea";
}
.fi-bs-sort:before {
content: "\f3eb";
}
.fi-bs-soup:before {
content: "\f3ec";
}
.fi-bs-spa:before {
content: "\f3ed";
}
.fi-bs-space-shuttle:before {
content: "\f3ee";
}
.fi-bs-spade:before {
content: "\f3ef";
}
.fi-bs-sparkles:before {
content: "\f3f0";
}
.fi-bs-speaker:before {
content: "\f3f1";
}
.fi-bs-sphere:before {
content: "\f3f2";
}
.fi-bs-spinner:before {
content: "\f3f3";
}
.fi-bs-spoon:before {
content: "\f3f4";
}
.fi-bs-square-root:before {
content: "\f3f5";
}
.fi-bs-square:before {
content: "\f3f6";
}
.fi-bs-star-octogram:before {
content: "\f3f7";
}
.fi-bs-star:before {
content: "\f3f8";
}
.fi-bs-starfighter:before {
content: "\f3f9";
}
.fi-bs-stars:before {
content: "\f3fa";
}
.fi-bs-stats:before {
content: "\f3fb";
}
.fi-bs-steak:before {
content: "\f3fc";
}
.fi-bs-steering-wheel:before {
content: "\f3fd";
}
.fi-bs-stethoscope:before {
content: "\f3fe";
}
.fi-bs-sticker:before {
content: "\f3ff";
}
.fi-bs-stop:before {
content: "\f400";
}
.fi-bs-stopwatch:before {
content: "\f401";
}
.fi-bs-strawberry:before {
content: "\f402";
}
.fi-bs-subtitles:before {
content: "\f403";
}
.fi-bs-subway:before {
content: "\f404";
}
.fi-bs-sun:before {
content: "\f405";
}
.fi-bs-sunrise-alt:before {
content: "\f406";
}
.fi-bs-sunrise:before {
content: "\f407";
}
.fi-bs-sunset:before {
content: "\f408";
}
.fi-bs-surfing:before {
content: "\f409";
}
.fi-bs-surprise:before {
content: "\f40a";
}
.fi-bs-sushi:before {
content: "\f40b";
}
.fi-bs-swimmer:before {
content: "\f40c";
}
.fi-bs-sword:before {
content: "\f40d";
}
.fi-bs-syringe:before {
content: "\f40e";
}
.fi-bs-tablet:before {
content: "\f40f";
}
.fi-bs-tachometer-alt-average:before {
content: "\f410";
}
.fi-bs-tachometer-alt-fastest:before {
content: "\f411";
}
.fi-bs-tachometer-alt-slow:before {
content: "\f412";
}
.fi-bs-tachometer-alt-slowest:before {
content: "\f413";
}
.fi-bs-tachometer-average:before {
content: "\f414";
}
.fi-bs-tachometer-fast:before {
content: "\f415";
}
.fi-bs-tachometer-fastest:before {
content: "\f416";
}
.fi-bs-tachometer-slow:before {
content: "\f417";
}
.fi-bs-tachometer-slowest:before {
content: "\f418";
}
.fi-bs-tachometer:before {
content: "\f419";
}
.fi-bs-taco:before {
content: "\f41a";
}
.fi-bs-target:before {
content: "\f41b";
}
.fi-bs-taxi:before {
content: "\f41c";
}
.fi-bs-temperature-down:before {
content: "\f41d";
}
.fi-bs-temperature-frigid:before {
content: "\f41e";
}
.fi-bs-temperature-high:before {
content: "\f41f";
}
.fi-bs-temperature-hot:before {
content: "\f420";
}
.fi-bs-temperature-low:before {
content: "\f421";
}
.fi-bs-temperature-up:before {
content: "\f422";
}
.fi-bs-tennis:before {
content: "\f423";
}
.fi-bs-terrace:before {
content: "\f424";
}
.fi-bs-test-tube:before {
content: "\f425";
}
.fi-bs-test:before {
content: "\f426";
}
.fi-bs-text-check:before {
content: "\f427";
}
.fi-bs-text:before {
content: "\f428";
}
.fi-bs-thermometer-half:before {
content: "\f429";
}
.fi-bs-thumbs-down:before {
content: "\f42a";
}
.fi-bs-thumbs-up:before {
content: "\f42b";
}
.fi-bs-thumbtack:before {
content: "\f42c";
}
.fi-bs-thunderstorm-moon:before {
content: "\f42d";
}
.fi-bs-thunderstorm-sun:before {
content: "\f42e";
}
.fi-bs-thunderstorm:before {
content: "\f42f";
}
.fi-bs-ticket:before {
content: "\f430";
}
.fi-bs-time-add:before {
content: "\f431";
}
.fi-bs-time-check:before {
content: "\f432";
}
.fi-bs-time-delete:before {
content: "\f433";
}
.fi-bs-time-fast:before {
content: "\f434";
}
.fi-bs-time-forward-sixty:before {
content: "\f435";
}
.fi-bs-time-forward-ten:before {
content: "\f436";
}
.fi-bs-time-forward:before {
content: "\f437";
}
.fi-bs-time-half-past:before {
content: "\f438";
}
.fi-bs-time-oclock:before {
content: "\f439";
}
.fi-bs-time-past:before {
content: "\f43a";
}
.fi-bs-time-quarter-to:before {
content: "\f43b";
}
.fi-bs-time-quarter-past:before {
content: "\f43c";
}
.fi-bs-time-twenty-four:before {
content: "\f43d";
}
.fi-bs-tire-flat:before {
content: "\f43e";
}
.fi-bs-tire-pressure-warning:before {
content: "\f43f";
}
.fi-bs-tire-rugged:before {
content: "\f440";
}
.fi-bs-tire:before {
content: "\f441";
}
.fi-bs-tired:before {
content: "\f442";
}
.fi-bs-tomato:before {
content: "\f443";
}
.fi-bs-tool-crop:before {
content: "\f444";
}
.fi-bs-tool-marquee:before {
content: "\f445";
}
.fi-bs-tooth:before {
content: "\f446";
}
.fi-bs-tornado:before {
content: "\f447";
}
.fi-bs-tractor:before {
content: "\f448";
}
.fi-bs-trailer:before {
content: "\f449";
}
.fi-bs-train-side:before {
content: "\f44a";
}
.fi-bs-train:before {
content: "\f44b";
}
.fi-bs-tram:before {
content: "\f44c";
}
.fi-bs-transform:before {
content: "\f44d";
}
.fi-bs-trash:before {
content: "\f44e";
}
.fi-bs-treatment:before {
content: "\f44f";
}
.fi-bs-tree-christmas:before {
content: "\f450";
}
.fi-bs-tree:before {
content: "\f451";
}
.fi-bs-triangle:before {
content: "\f452";
}
.fi-bs-trophy:before {
content: "\f453";
}
.fi-bs-truck-container:before {
content: "\f454";
}
.fi-bs-truck-couch:before {
content: "\f455";
}
.fi-bs-truck-loading:before {
content: "\f456";
}
.fi-bs-truck-monster:before {
content: "\f457";
}
.fi-bs-truck-moving:before {
content: "\f458";
}
.fi-bs-truck-pickup:before {
content: "\f459";
}
.fi-bs-truck-plow:before {
content: "\f45a";
}
.fi-bs-truck-ramp:before {
content: "\f45b";
}
.fi-bs-truck-side:before {
content: "\f45c";
}
.fi-bs-tty:before {
content: "\f45d";
}
.fi-bs-turkey:before {
content: "\f45e";
}
.fi-bs-umbrella:before {
content: "\f45f";
}
.fi-bs-underline:before {
content: "\f460";
}
.fi-bs-undo-alt:before {
content: "\f461";
}
.fi-bs-undo:before {
content: "\f462";
}
.fi-bs-unlock:before {
content: "\f463";
}
.fi-bs-upload:before {
content: "\f464";
}
.fi-bs-usb-pendrive:before {
content: "\f465";
}
.fi-bs-user-add:before {
content: "\f466";
}
.fi-bs-user-time:before {
content: "\f467";
}
.fi-bs-user:before {
content: "\f468";
}
.fi-bs-users-alt:before {
content: "\f469";
}
.fi-bs-users:before {
content: "\f46a";
}
.fi-bs-utensils:before {
content: "\f46b";
}
.fi-bs-vector-alt:before {
content: "\f46c";
}
.fi-bs-vector:before {
content: "\f46d";
}
.fi-bs-venus-double:before {
content: "\f46e";
}
.fi-bs-venus-mars:before {
content: "\f46f";
}
.fi-bs-venus:before {
content: "\f470";
}
.fi-bs-video-camera:before {
content: "\f471";
}
.fi-bs-volcano:before {
content: "\f472";
}
.fi-bs-volleyball:before {
content: "\f473";
}
.fi-bs-volume:before {
content: "\f474";
}
.fi-bs-wagon-covered:before {
content: "\f475";
}
.fi-bs-water-bottle:before {
content: "\f476";
}
.fi-bs-water-lower:before {
content: "\f477";
}
.fi-bs-water-rise:before {
content: "\f478";
}
.fi-bs-water:before {
content: "\f479";
}
.fi-bs-watermelon:before {
content: "\f47a";
}
.fi-bs-wheat:before {
content: "\f47b";
}
.fi-bs-wheelchair:before {
content: "\f47c";
}
.fi-bs-whistle:before {
content: "\f47d";
}
.fi-bs-wifi-alt:before {
content: "\f47e";
}
.fi-bs-wind-warning:before {
content: "\f47f";
}
.fi-bs-wind:before {
content: "\f480";
}
.fi-bs-windsock:before {
content: "\f481";
}
.fi-bs-woman-head:before {
content: "\f482";
}
.fi-bs-world:before {
content: "\f483";
}
.fi-bs-yen:before {
content: "\f484";
}
.fi-bs-zoom-in:before {
content: "\f485";
}
.fi-bs-zoom-out:before {
content: "\f486";
}
@font-face {
font-family: "uicons-bold-rounded";
src: url(//nooria.tech/wp-content/themes/zafram/assets/theme/fonts/uicons-bold-rounded.eot#iefix) format("embedded-opentype"),
url(//nooria.tech/wp-content/themes/zafram/assets/theme/fonts/uicons-bold-rounded.woff2) format("woff2"),
url(//nooria.tech/wp-content/themes/zafram/assets/theme/fonts/uicons-bold-rounded.woff) format("woff");
}
i[class^="fi-br-"]:before,
i[class*=" fi-br-"]:before,
span[class^="fi-br-"]:before,
span[class*="fi-br-"]:before {
font-family: uicons-bold-rounded !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fi-br-add-document:before {
content: "\f101";
}
.fi-br-add-folder:before {
content: "\f102";
}
.fi-br-add:before {
content: "\f103";
}
.fi-br-address-book:before {
content: "\f104";
}
.fi-br-alarm-clock:before {
content: "\f105";
}
.fi-br-alarm-plus:before {
content: "\f106";
}
.fi-br-alarm-snooze:before {
content: "\f107";
}
.fi-br-align-center:before {
content: "\f108";
}
.fi-br-align-justify:before {
content: "\f109";
}
.fi-br-align-left:before {
content: "\f10a";
}
.fi-br-align-right:before {
content: "\f10b";
}
.fi-br-ambulance:before {
content: "\f10c";
}
.fi-br-angle-circle-down:before {
content: "\f10d";
}
.fi-br-angle-circle-left:before {
content: "\f10e";
}
.fi-br-angle-circle-right:before {
content: "\f10f";
}
.fi-br-angle-circle-up:before {
content: "\f110";
}
.fi-br-angle-double-left:before {
content: "\f111";
}
.fi-br-angle-double-right:before {
content: "\f112";
}
.fi-br-angle-double-small-down:before {
content: "\f113";
}
.fi-br-angle-double-small-left:before {
content: "\f114";
}
.fi-br-angle-double-small-right:before {
content: "\f115";
}
.fi-br-angle-double-small-up:before {
content: "\f116";
}
.fi-br-angle-down:before {
content: "\f117";
}
.fi-br-angle-left:before {
content: "\f118";
}
.fi-br-angle-right:before {
content: "\f119";
}
.fi-br-angle-small-down:before {
content: "\f11a";
}
.fi-br-angle-small-left:before {
content: "\f11b";
}
.fi-br-angle-small-right:before {
content: "\f11c";
}
.fi-br-angle-small-up:before {
content: "\f11d";
}
.fi-br-angle-square-down:before {
content: "\f11e";
}
.fi-br-angle-square-left:before {
content: "\f11f";
}
.fi-br-angle-square-right:before {
content: "\f120";
}
.fi-br-angle-square-up:before {
content: "\f121";
}
.fi-br-angle-up:before {
content: "\f122";
}
.fi-br-angry:before {
content: "\f123";
}
.fi-br-apple-whole:before {
content: "\f124";
}
.fi-br-apps-add:before {
content: "\f125";
}
.fi-br-apps-delete:before {
content: "\f126";
}
.fi-br-apps-sort:before {
content: "\f127";
}
.fi-br-apps:before {
content: "\f128";
}
.fi-br-archive:before {
content: "\f129";
}
.fi-br-arrow-alt-circle-down:before {
content: "\f12a";
}
.fi-br-arrow-alt-circle-left:before {
content: "\f12b";
}
.fi-br-arrow-alt-circle-right:before {
content: "\f12c";
}
.fi-br-arrow-alt-circle-up:before {
content: "\f12d";
}
.fi-br-arrow-alt-down:before {
content: "\f12e";
}
.fi-br-arrow-alt-from-bottom:before {
content: "\f12f";
}
.fi-br-arrow-alt-from-left:before {
content: "\f130";
}
.fi-br-arrow-alt-from-right:before {
content: "\f131";
}
.fi-br-arrow-alt-from-top:before {
content: "\f132";
}
.fi-br-arrow-alt-left:before {
content: "\f133";
}
.fi-br-arrow-alt-right:before {
content: "\f134";
}
.fi-br-arrow-alt-square-down:before {
content: "\f135";
}
.fi-br-arrow-alt-square-left:before {
content: "\f136";
}
.fi-br-arrow-alt-square-right:before {
content: "\f137";
}
.fi-br-arrow-alt-square-up:before {
content: "\f138";
}
.fi-br-arrow-alt-to-bottom:before {
content: "\f139";
}
.fi-br-arrow-alt-to-left:before {
content: "\f13a";
}
.fi-br-arrow-alt-to-right:before {
content: "\f13b";
}
.fi-br-arrow-alt-to-top:before {
content: "\f13c";
}
.fi-br-arrow-alt-up:before {
content: "\f13d";
}
.fi-br-arrow-circle-down:before {
content: "\f13e";
}
.fi-br-arrow-circle-left:before {
content: "\f13f";
}
.fi-br-arrow-circle-right:before {
content: "\f140";
}
.fi-br-arrow-circle-up:before {
content: "\f141";
}
.fi-br-arrow-down:before {
content: "\f142";
}
.fi-br-arrow-from-bottom:before {
content: "\f143";
}
.fi-br-arrow-from-left:before {
content: "\f144";
}
.fi-br-arrow-from-right:before {
content: "\f145";
}
.fi-br-arrow-from-top:before {
content: "\f146";
}
.fi-br-arrow-left:before {
content: "\f147";
}
.fi-br-arrow-right:before {
content: "\f148";
}
.fi-br-arrow-small-down:before {
content: "\f149";
}
.fi-br-arrow-small-left:before {
content: "\f14a";
}
.fi-br-arrow-small-right:before {
content: "\f14b";
}
.fi-br-arrow-small-up:before {
content: "\f14c";
}
.fi-br-arrow-square-down:before {
content: "\f14d";
}
.fi-br-arrow-square-left:before {
content: "\f14e";
}
.fi-br-arrow-square-right:before {
content: "\f14f";
}
.fi-br-arrow-square-up:before {
content: "\f150";
}
.fi-br-arrow-to-bottom:before {
content: "\f151";
}
.fi-br-arrow-to-left:before {
content: "\f152";
}
.fi-br-arrow-to-right:before {
content: "\f153";
}
.fi-br-arrow-to-top:before {
content: "\f154";
}
.fi-br-arrow-up:before {
content: "\f155";
}
.fi-br-arrows-alt-h:before {
content: "\f156";
}
.fi-br-arrows-alt-v:before {
content: "\f157";
}
.fi-br-arrows-alt:before {
content: "\f158";
}
.fi-br-arrows-h-copy:before {
content: "\f159";
}
.fi-br-arrows-h:before {
content: "\f15a";
}
.fi-br-arrows:before {
content: "\f15b";
}
.fi-br-assept-document:before {
content: "\f15c";
}
.fi-br-assistive-listening-systems:before {
content: "\f15d";
}
.fi-br-asterik:before {
content: "\f15e";
}
.fi-br-astonished-face:before {
content: "\f15f";
}
.fi-br-at:before {
content: "\f160";
}
.fi-br-aubergine:before {
content: "\f161";
}
.fi-br-avocado:before {
content: "\f162";
}
.fi-br-baby-carriage:before {
content: "\f163";
}
.fi-br-backpack:before {
content: "\f164";
}
.fi-br-bacon:before {
content: "\f165";
}
.fi-br-badge:before {
content: "\f166";
}
.fi-br-balloons:before {
content: "\f167";
}
.fi-br-ban:before {
content: "\f168";
}
.fi-br-band-aid:before {
content: "\f169";
}
.fi-br-bank:before {
content: "\f16a";
}
.fi-br-barber-shop:before {
content: "\f16b";
}
.fi-br-baseball-alt:before {
content: "\f16c";
}
.fi-br-baseball:before {
content: "\f16d";
}
.fi-br-basketball-hoop:before {
content: "\f16e";
}
.fi-br-basketball:before {
content: "\f16f";
}
.fi-br-bed:before {
content: "\f170";
}
.fi-br-beer:before {
content: "\f171";
}
.fi-br-bell-ring:before {
content: "\f172";
}
.fi-br-bell-school:before {
content: "\f173";
}
.fi-br-bell:before {
content: "\f174";
}
.fi-br-bike:before {
content: "\f175";
}
.fi-br-biking-mountain:before {
content: "\f176";
}
.fi-br-biking:before {
content: "\f177";
}
.fi-br-billiard:before {
content: "\f178";
}
.fi-br-bold:before {
content: "\f179";
}
.fi-br-bolt:before {
content: "\f17a";
}
.fi-br-book-alt:before {
content: "\f17b";
}
.fi-br-book:before {
content: "\f17c";
}
.fi-br-bookmark:before {
content: "\f17d";
}
.fi-br-bottle:before {
content: "\f17e";
}
.fi-br-bow-arrow:before {
content: "\f17f";
}
.fi-br-bowling-ball:before {
content: "\f180";
}
.fi-br-bowling-pins:before {
content: "\f181";
}
.fi-br-bowling:before {
content: "\f182";
}
.fi-br-box-alt:before {
content: "\f183";
}
.fi-br-box:before {
content: "\f184";
}
.fi-br-boxing-glove:before {
content: "\f185";
}
.fi-br-braille:before {
content: "\f186";
}
.fi-br-bread-slice:before {
content: "\f187";
}
.fi-br-bread:before {
content: "\f188";
}
.fi-br-briefcase:before {
content: "\f189";
}
.fi-br-broccoli:before {
content: "\f18a";
}
.fi-br-broom:before {
content: "\f18b";
}
.fi-br-browser:before {
content: "\f18c";
}
.fi-br-brush:before {
content: "\f18d";
}
.fi-br-bug:before {
content: "\f18e";
}
.fi-br-building:before {
content: "\f18f";
}
.fi-br-bulb:before {
content: "\f190";
}
.fi-br-burrito:before {
content: "\f191";
}
.fi-br-bus-alt:before {
content: "\f192";
}
.fi-br-bus:before {
content: "\f193";
}
.fi-br-butterfly:before {
content: "\f194";
}
.fi-br-cake-birthday:before {
content: "\f195";
}
.fi-br-cake-wedding:before {
content: "\f196";
}
.fi-br-calculator:before {
content: "\f197";
}
.fi-br-calendar-check:before {
content: "\f198";
}
.fi-br-calendar-clock:before {
content: "\f199";
}
.fi-br-calendar-exclamation:before {
content: "\f19a";
}
.fi-br-calendar-lines-pen:before {
content: "\f19b";
}
.fi-br-calendar-lines:before {
content: "\f19c";
}
.fi-br-calendar-minus:before {
content: "\f19d";
}
.fi-br-calendar-pen:before {
content: "\f19e";
}
.fi-br-calendar-plus:before {
content: "\f19f";
}
.fi-br-calendar:before {
content: "\f1a0";
}
.fi-br-call-history:before {
content: "\f1a1";
}
.fi-br-call-incoming:before {
content: "\f1a2";
}
.fi-br-call-missed:before {
content: "\f1a3";
}
.fi-br-call-outgoing:before {
content: "\f1a4";
}
.fi-br-camera:before {
content: "\f1a5";
}
.fi-br-camping:before {
content: "\f1a6";
}
.fi-br-candy-alt:before {
content: "\f1a7";
}
.fi-br-candy:before {
content: "\f1a8";
}
.fi-br-canned-food:before {
content: "\f1a9";
}
.fi-br-car-alt:before {
content: "\f1aa";
}
.fi-br-car-battery:before {
content: "\f1ab";
}
.fi-br-car-building:before {
content: "\f1ac";
}
.fi-br-car-bump:before {
content: "\f1ad";
}
.fi-br-car-bus:before {
content: "\f1ae";
}
.fi-br-car-crash:before {
content: "\f1af";
}
.fi-br-car-garage:before {
content: "\f1b0";
}
.fi-br-car-mechanic:before {
content: "\f1b1";
}
.fi-br-car-side:before {
content: "\f1b2";
}
.fi-br-car-tilt:before {
content: "\f1b3";
}
.fi-br-car-wash:before {
content: "\f1b4";
}
.fi-br-car:before {
content: "\f1b5";
}
.fi-br-caravan-alt:before {
content: "\f1b6";
}
.fi-br-caravan:before {
content: "\f1b7";
}
.fi-br-care:before {
content: "\f1b8";
}
.fi-br-caret-circle-down:before {
content: "\f1b9";
}
.fi-br-caret-circle-right:before {
content: "\f1ba";
}
.fi-br-caret-circle-up:before {
content: "\f1bb";
}
.fi-br-caret-down:before {
content: "\f1bc";
}
.fi-br-caret-left:before {
content: "\f1bd";
}
.fi-br-caret-quare-up:before {
content: "\f1be";
}
.fi-br-caret-right:before {
content: "\f1bf";
}
.fi-br-caret-square-down:before {
content: "\f1c0";
}
.fi-br-caret-square-left_1:before {
content: "\f1c1";
}
.fi-br-caret-square-left:before {
content: "\f1c2";
}
.fi-br-caret-square-right:before {
content: "\f1c3";
}
.fi-br-caret-up:before {
content: "\f1c4";
}
.fi-br-carrot:before {
content: "\f1c5";
}
.fi-br-cars:before {
content: "\f1c6";
}
.fi-br-charging-station:before {
content: "\f1c7";
}
.fi-br-chart-connected:before {
content: "\f1c8";
}
.fi-br-chart-histogram:before {
content: "\f1c9";
}
.fi-br-chart-network:before {
content: "\f1ca";
}
.fi-br-chart-pie-alt:before {
content: "\f1cb";
}
.fi-br-chart-pie:before {
content: "\f1cc";
}
.fi-br-chart-pyramid:before {
content: "\f1cd";
}
.fi-br-chart-set-theory:before {
content: "\f1ce";
}
.fi-br-chart-tree:before {
content: "\f1cf";
}
.fi-br-chat-arrow-down:before {
content: "\f1d0";
}
.fi-br-chat-arrow-grow:before {
content: "\f1d1";
}
.fi-br-check:before {
content: "\f1d2";
}
.fi-br-checkbox:before {
content: "\f1d3";
}
.fi-br-cheese:before {
content: "\f1d4";
}
.fi-br-cherry:before {
content: "\f1d5";
}
.fi-br-chess-piece:before {
content: "\f1d6";
}
.fi-br-chess-bishop:before {
content: "\f1d7";
}
.fi-br-chess-board:before {
content: "\f1d8";
}
.fi-br-chess-clock-alt:before {
content: "\f1d9";
}
.fi-br-chess-clock:before {
content: "\f1da";
}
.fi-br-chess-king-alt:before {
content: "\f1db";
}
.fi-br-chess-king:before {
content: "\f1dc";
}
.fi-br-chess-knight-alt:before {
content: "\f1dd";
}
.fi-br-chess-knight:before {
content: "\f1de";
}
.fi-br-chess-pawn-alt:before {
content: "\f1df";
}
.fi-br-chess-pawn:before {
content: "\f1e0";
}
.fi-br-chess-queen-alt:before {
content: "\f1e1";
}
.fi-br-chess-queen:before {
content: "\f1e2";
}
.fi-br-chess-rook-alt:before {
content: "\f1e3";
}
.fi-br-chess-rook:before {
content: "\f1e4";
}
.fi-br-chess:before {
content: "\f1e5";
}
.fi-br-chevron-double-down:before {
content: "\f1e6";
}
.fi-br-chevron-double-up:before {
content: "\f1e7";
}
.fi-br-child-head:before {
content: "\f1e8";
}
.fi-br-chocolate:before {
content: "\f1e9";
}
.fi-br-circle-small:before {
content: "\f1ea";
}
.fi-br-circle:before {
content: "\f1eb";
}
.fi-br-clip:before {
content: "\f1ec";
}
.fi-br-clock-eight-thirty:before {
content: "\f1ed";
}
.fi-br-clock-eleven-thirty:before {
content: "\f1ee";
}
.fi-br-clock-eleven:before {
content: "\f1ef";
}
.fi-br-clock-five-thirty:before {
content: "\f1f0";
}
.fi-br-clock-five:before {
content: "\f1f1";
}
.fi-br-clock-four-thirty:before {
content: "\f1f2";
}
.fi-br-clock-nine-thirty:before {
content: "\f1f3";
}
.fi-br-clock-nine:before {
content: "\f1f4";
}
.fi-br-clock-one-thirty:before {
content: "\f1f5";
}
.fi-br-clock-one:before {
content: "\f1f6";
}
.fi-br-clock-seven-thirty:before {
content: "\f1f7";
}
.fi-br-clock-seven:before {
content: "\f1f8";
}
.fi-br-clock-six-thirty:before {
content: "\f1f9";
}
.fi-br-clock-six:before {
content: "\f1fa";
}
.fi-br-clock-ten-thirty:before {
content: "\f1fb";
}
.fi-br-clock-ten:before {
content: "\f1fc";
}
.fi-br-clock-three-thirty:before {
content: "\f1fd";
}
.fi-br-clock-three:before {
content: "\f1fe";
}
.fi-br-clock-twelve-thirty:before {
content: "\f1ff";
}
.fi-br-clock-twelve:before {
content: "\f200";
}
.fi-br-clock-two-thirty:before {
content: "\f201";
}
.fi-br-clock-two:before {
content: "\f202";
}
.fi-br-clock:before {
content: "\f203";
}
.fi-br-cloud-upload:before {
content: "\f204";
}
.fi-br-cloud-check:before {
content: "\f205";
}
.fi-br-cloud-disabled:before {
content: "\f206";
}
.fi-br-cloud-download-alt:before {
content: "\f207";
}
.fi-br-cloud-download:before {
content: "\f208";
}
.fi-br-cloud-drizzle:before {
content: "\f209";
}
.fi-br-cloud-hail-mixed:before {
content: "\f20a";
}
.fi-br-cloud-hail:before {
content: "\f20b";
}
.fi-br-cloud-moon-rain:before {
content: "\f20c";
}
.fi-br-cloud-moon:before {
content: "\f20d";
}
.fi-br-cloud-rain:before {
content: "\f20e";
}
.fi-br-cloud-rainbow:before {
content: "\f20f";
}
.fi-br-cloud-share:before {
content: "\f210";
}
.fi-br-cloud-showers-heavy:before {
content: "\f211";
}
.fi-br-cloud-showers:before {
content: "\f212";
}
.fi-br-cloud-sleet:before {
content: "\f213";
}
.fi-br-cloud-snow:before {
content: "\f214";
}
.fi-br-cloud-sun-rain:before {
content: "\f215";
}
.fi-br-cloud-sun:before {
content: "\f216";
}
.fi-br-cloud-upload-alt:before {
content: "\f217";
}
.fi-br-cloud:before {
content: "\f218";
}
.fi-br-clouds-moon:before {
content: "\f219";
}
.fi-br-clouds-sun:before {
content: "\f21a";
}
.fi-br-clouds:before {
content: "\f21b";
}
.fi-br-club:before {
content: "\f21c";
}
.fi-br-cocktail-alt:before {
content: "\f21d";
}
.fi-br-cocktail:before {
content: "\f21e";
}
.fi-br-coffee-pot:before {
content: "\f21f";
}
.fi-br-coffee:before {
content: "\f220";
}
.fi-br-comment-alt:before {
content: "\f221";
}
.fi-br-comment-check:before {
content: "\f222";
}
.fi-br-comment-heart:before {
content: "\f223";
}
.fi-br-comment-info:before {
content: "\f224";
}
.fi-br-comment-user:before {
content: "\f225";
}
.fi-br-comment:before {
content: "\f226";
}
.fi-br-comments:before {
content: "\f227";
}
.fi-br-compress-alt:before {
content: "\f228";
}
.fi-br-compress:before {
content: "\f229";
}
.fi-br-computer:before {
content: "\f22a";
}
.fi-br-confetti:before {
content: "\f22b";
}
.fi-br-cookie:before {
content: "\f22c";
}
.fi-br-copy-alt:before {
content: "\f22d";
}
.fi-br-copy:before {
content: "\f22e";
}
.fi-br-copyright:before {
content: "\f22f";
}
.fi-br-corn:before {
content: "\f230";
}
.fi-br-couple:before {
content: "\f231";
}
.fi-br-cow:before {
content: "\f232";
}
.fi-br-cream:before {
content: "\f233";
}
.fi-br-credit-card:before {
content: "\f234";
}
.fi-br-cricket:before {
content: "\f235";
}
.fi-br-croissant:before {
content: "\f236";
}
.fi-br-cross-circle:before {
content: "\f237";
}
.fi-br-cross-small:before {
content: "\f238";
}
.fi-br-cross:before {
content: "\f239";
}
.fi-br-crown:before {
content: "\f23a";
}
.fi-br-cube:before {
content: "\f23b";
}
.fi-br-cupcake:before {
content: "\f23c";
}
.fi-br-curling:before {
content: "\f23d";
}
.fi-br-cursor-finger:before {
content: "\f23e";
}
.fi-br-cursor-plus:before {
content: "\f23f";
}
.fi-br-cursor-text-alt:before {
content: "\f240";
}
.fi-br-cursor-text:before {
content: "\f241";
}
.fi-br-cursor:before {
content: "\f242";
}
.fi-br-dart:before {
content: "\f243";
}
.fi-br-dashboard:before {
content: "\f244";
}
.fi-br-data-transfer:before {
content: "\f245";
}
.fi-br-database:before {
content: "\f246";
}
.fi-br-delete-document:before {
content: "\f247";
}
.fi-br-delete-user:before {
content: "\f248";
}
.fi-br-delete:before {
content: "\f249";
}
.fi-br-dewpoint:before {
content: "\f24a";
}
.fi-br-diamond:before {
content: "\f24b";
}
.fi-br-dice-alt:before {
content: "\f24c";
}
.fi-br-dice-d10:before {
content: "\f24d";
}
.fi-br-dice-d12:before {
content: "\f24e";
}
.fi-br-dice-d20:before {
content: "\f24f";
}
.fi-br-dice-d4:before {
content: "\f250";
}
.fi-br-dice-d6:before {
content: "\f251";
}
.fi-br-dice-d8:before {
content: "\f252";
}
.fi-br-dice-four:before {
content: "\f253";
}
.fi-br-dice-one:before {
content: "\f254";
}
.fi-br-dice-six:before {
content: "\f255";
}
.fi-br-dice-three:before {
content: "\f256";
}
.fi-br-dice-two:before {
content: "\f257";
}
.fi-br-dice:before {
content: "\f258";
}
.fi-br-diploma:before {
content: "\f259";
}
.fi-br-disco-ball:before {
content: "\f25a";
}
.fi-br-disk:before {
content: "\f25b";
}
.fi-br-dizzy:before {
content: "\f25c";
}
.fi-br-doctor:before {
content: "\f25d";
}
.fi-br-document-signed:before {
content: "\f25e";
}
.fi-br-document:before {
content: "\f25f";
}
.fi-br-dollar:before {
content: "\f260";
}
.fi-br-download:before {
content: "\f261";
}
.fi-br-dreidel:before {
content: "\f262";
}
.fi-br-drink-alt:before {
content: "\f263";
}
.fi-br-drumstick:before {
content: "\f264";
}
.fi-br-duplicate:before {
content: "\f265";
}
.fi-br-e-learning:before {
content: "\f266";
}
.fi-br-earnings:before {
content: "\f267";
}
.fi-br-eclipse-alt:before {
content: "\f268";
}
.fi-br-eclipse:before {
content: "\f269";
}
.fi-br-edit-alt:before {
content: "\f26a";
}
.fi-br-edit:before {
content: "\f26b";
}
.fi-br-egg-fried:before {
content: "\f26c";
}
.fi-br-egg:before {
content: "\f26d";
}
.fi-br-engine-warning:before {
content: "\f26e";
}
.fi-br-envelope-ban:before {
content: "\f26f";
}
.fi-br-envelope-download:before {
content: "\f270";
}
.fi-br-envelope-marker:before {
content: "\f271";
}
.fi-br-envelope-open:before {
content: "\f272";
}
.fi-br-envelope-plus:before {
content: "\f273";
}
.fi-br-envelope:before {
content: "\f274";
}
.fi-br-euro:before {
content: "\f275";
}
.fi-br-exchange-alt:before {
content: "\f276";
}
.fi-br-exchange:before {
content: "\f277";
}
.fi-br-exclamation:before {
content: "\f278";
}
.fi-br-expand-arrows-alt:before {
content: "\f279";
}
.fi-br-expand-arrows:before {
content: "\f27a";
}
.fi-br-expand:before {
content: "\f27b";
}
.fi-br-eye-crossed:before {
content: "\f27c";
}
.fi-br-eye-dropper:before {
content: "\f27d";
}
.fi-br-eye:before {
content: "\f27e";
}
.fi-br-feather:before {
content: "\f27f";
}
.fi-br-female-couple:before {
content: "\f280";
}
.fi-br-female:before {
content: "\f281";
}
.fi-br-ferris-wheel:before {
content: "\f282";
}
.fi-br-field-hockey:before {
content: "\f283";
}
.fi-br-fighter-jet:before {
content: "\f284";
}
.fi-br-file-ai:before {
content: "\f285";
}
.fi-br-file-eps:before {
content: "\f286";
}
.fi-br-file-psd:before {
content: "\f287";
}
.fi-br-file:before {
content: "\f288";
}
.fi-br-fill:before {
content: "\f289";
}
.fi-br-film:before {
content: "\f28a";
}
.fi-br-filter:before {
content: "\f28b";
}
.fi-br-fingerprint:before {
content: "\f28c";
}
.fi-br-fish:before {
content: "\f28d";
}
.fi-br-flag:before {
content: "\f28e";
}
.fi-br-flame:before {
content: "\f28f";
}
.fi-br-flip-horizontal:before {
content: "\f290";
}
.fi-br-flower-bouquet:before {
content: "\f291";
}
.fi-br-flower-tulip:before {
content: "\f292";
}
.fi-br-flower:before {
content: "\f293";
}
.fi-br-flushed-face:before {
content: "\f294";
}
.fi-br-flushed:before {
content: "\f295";
}
.fi-br-fog:before {
content: "\f296";
}
.fi-br-folder:before {
content: "\f297";
}
.fi-br-following:before {
content: "\f298";
}
.fi-br-football:before {
content: "\f299";
}
.fi-br-fork:before {
content: "\f29a";
}
.fi-br-form:before {
content: "\f29b";
}
.fi-br-forward:before {
content: "\f29c";
}
.fi-br-fox:before {
content: "\f29d";
}
.fi-br-french-fries:before {
content: "\f29e";
}
.fi-br-ftp:before {
content: "\f29f";
}
.fi-br-gallery:before {
content: "\f2a0";
}
.fi-br-game-board-alt:before {
content: "\f2a1";
}
.fi-br-gamepad:before {
content: "\f2a2";
}
.fi-br-garage-car:before {
content: "\f2a3";
}
.fi-br-garage-open:before {
content: "\f2a4";
}
.fi-br-garage:before {
content: "\f2a5";
}
.fi-br-garlic:before {
content: "\f2a6";
}
.fi-br-gas-pump-alt:before {
content: "\f2a7";
}
.fi-br-gas-pump-slash:before {
content: "\f2a8";
}
.fi-br-gas-pump:before {
content: "\f2a9";
}
.fi-br-gem:before {
content: "\f2aa";
}
.fi-br-gif:before {
content: "\f2ab";
}
.fi-br-gift:before {
content: "\f2ac";
}
.fi-br-gingerbread-man:before {
content: "\f2ad";
}
.fi-br-glass-cheers:before {
content: "\f2ae";
}
.fi-br-glass:before {
content: "\f2af";
}
.fi-br-glasses:before {
content: "\f2b0";
}
.fi-br-globe-alt:before {
content: "\f2b1";
}
.fi-br-globe:before {
content: "\f2b2";
}
.fi-br-golf-ball:before {
content: "\f2b3";
}
.fi-br-golf-club:before {
content: "\f2b4";
}
.fi-br-golf:before {
content: "\f2b5";
}
.fi-br-graduation-cap:before {
content: "\f2b6";
}
.fi-br-grape:before {
content: "\f2b7";
}
.fi-br-graphic-tablet:before {
content: "\f2b8";
}
.fi-br-grid-alt:before {
content: "\f2b9";
}
.fi-br-grid:before {
content: "\f2ba";
}
.fi-br-grill:before {
content: "\f2bb";
}
.fi-br-grimace:before {
content: "\f2bc";
}
.fi-br-grin-alt:before {
content: "\f2bd";
}
.fi-br-grin-beam-sweat:before {
content: "\f2be";
}
.fi-br-grin-beam:before {
content: "\f2bf";
}
.fi-br-grin-hearts:before {
content: "\f2c0";
}
.fi-br-grin-squint-tears:before {
content: "\f2c1";
}
.fi-br-grin-squint:before {
content: "\f2c2";
}
.fi-br-grin-stars:before {
content: "\f2c3";
}
.fi-br-grin-tears:before {
content: "\f2c4";
}
.fi-br-grin-tongue-squint:before {
content: "\f2c5";
}
.fi-br-grin-tongue-wink:before {
content: "\f2c6";
}
.fi-br-grin-tongue:before {
content: "\f2c7";
}
.fi-br-grin-wink:before {
content: "\f2c8";
}
.fi-br-grin:before {
content: "\f2c9";
}
.fi-br-guitar:before {
content: "\f2ca";
}
.fi-br-gym:before {
content: "\f2cb";
}
.fi-br-hamburger-soda:before {
content: "\f2cc";
}
.fi-br-hamburger:before {
content: "\f2cd";
}
.fi-br-happy:before {
content: "\f2ce";
}
.fi-br-hastag:before {
content: "\f2cf";
}
.fi-br-hat-birthday:before {
content: "\f2d0";
}
.fi-br-hat-chef:before {
content: "\f2d1";
}
.fi-br-head-side-thinking:before {
content: "\f2d2";
}
.fi-br-headphones:before {
content: "\f2d3";
}
.fi-br-headset:before {
content: "\f2d4";
}
.fi-br-heart-arrow:before {
content: "\f2d5";
}
.fi-br-heart:before {
content: "\f2d6";
}
.fi-br-heat:before {
content: "\f2d7";
}
.fi-br-helicopter-side:before {
content: "\f2d8";
}
.fi-br-hiking:before {
content: "\f2d9";
}
.fi-br-hockey-mask:before {
content: "\f2da";
}
.fi-br-hockey-puck:before {
content: "\f2db";
}
.fi-br-hockey-sticks:before {
content: "\f2dc";
}
.fi-br-home-location-alt:before {
content: "\f2dd";
}
.fi-br-home-location:before {
content: "\f2de";
}
.fi-br-home:before {
content: "\f2df";
}
.fi-br-hotdog:before {
content: "\f2e0";
}
.fi-br-hourglass-end:before {
content: "\f2e1";
}
.fi-br-hourglass:before {
content: "\f2e2";
}
.fi-br-house-flood:before {
content: "\f2e3";
}
.fi-br-humidity:before {
content: "\f2e4";
}
.fi-br-hurricane:before {
content: "\f2e5";
}
.fi-br-ice-cream:before {
content: "\f2e6";
}
.fi-br-ice-skate:before {
content: "\f2e7";
}
.fi-br-id-badge:before {
content: "\f2e8";
}
.fi-br-inbox-in:before {
content: "\f2e9";
}
.fi-br-inbox-out:before {
content: "\f2ea";
}
.fi-br-inbox:before {
content: "\f2eb";
}
.fi-br-incognito:before {
content: "\f2ec";
}
.fi-br-indent:before {
content: "\f2ed";
}
.fi-br-infinity:before {
content: "\f2ee";
}
.fi-br-info:before {
content: "\f2ef";
}
.fi-br-interactive:before {
content: "\f2f0";
}
.fi-br-interlining:before {
content: "\f2f1";
}
.fi-br-interrogation:before {
content: "\f2f2";
}
.fi-br-italic:before {
content: "\f2f3";
}
.fi-br-jam:before {
content: "\f2f4";
}
.fi-br-jpg:before {
content: "\f2f5";
}
.fi-br-key:before {
content: "\f2f6";
}
.fi-br-keyboard:before {
content: "\f2f7";
}
.fi-br-kiss-beam:before {
content: "\f2f8";
}
.fi-br-kiss-wink-heart:before {
content: "\f2f9";
}
.fi-br-kiss:before {
content: "\f2fa";
}
.fi-br-kite:before {
content: "\f2fb";
}
.fi-br-knife:before {
content: "\f2fc";
}
.fi-br-label:before {
content: "\f2fd";
}
.fi-br-laptop:before {
content: "\f2fe";
}
.fi-br-lasso:before {
content: "\f2ff";
}
.fi-br-laugh-beam:before {
content: "\f300";
}
.fi-br-laugh-squint:before {
content: "\f301";
}
.fi-br-laugh-wink:before {
content: "\f302";
}
.fi-br-laugh:before {
content: "\f303";
}
.fi-br-layers:before {
content: "\f304";
}
.fi-br-layout-fluid:before {
content: "\f305";
}
.fi-br-leaf:before {
content: "\f306";
}
.fi-br-lemon:before {
content: "\f307";
}
.fi-br-letter-case:before {
content: "\f308";
}
.fi-br-lettuce:before {
content: "\f309";
}
.fi-br-level-down-alt:before {
content: "\f30a";
}
.fi-br-level-down:before {
content: "\f30b";
}
.fi-br-level-up-alt:before {
content: "\f30c";
}
.fi-br-level-up:before {
content: "\f30d";
}
.fi-br-life-ring:before {
content: "\f30e";
}
.fi-br-line-width:before {
content: "\f30f";
}
.fi-br-link:before {
content: "\f310";
}
.fi-br-lipstick:before {
content: "\f311";
}
.fi-br-list-check:before {
content: "\f312";
}
.fi-br-list:before {
content: "\f313";
}
.fi-br-loading:before {
content: "\f314";
}
.fi-br-location-alt:before {
content: "\f315";
}
.fi-br-lock-alt:before {
content: "\f316";
}
.fi-br-lock:before {
content: "\f317";
}
.fi-br-luchador:before {
content: "\f318";
}
.fi-br-luggage-rolling:before {
content: "\f319";
}
.fi-br-magic-wand:before {
content: "\f31a";
}
.fi-br-makeup-brush:before {
content: "\f31b";
}
.fi-br-male-couple:before {
content: "\f31c";
}
.fi-br-male:before {
content: "\f31d";
}
.fi-br-man-head:before {
content: "\f31e";
}
.fi-br-map-marker-cross:before {
content: "\f31f";
}
.fi-br-map-marker-home:before {
content: "\f320";
}
.fi-br-map-marker-minus:before {
content: "\f321";
}
.fi-br-map-marker-plus:before {
content: "\f322";
}
.fi-br-map-marker:before {
content: "\f323";
}
.fi-br-map:before {
content: "\f324";
}
.fi-br-marker-time:before {
content: "\f325";
}
.fi-br-marker:before {
content: "\f326";
}
.fi-br-mask-carnival:before {
content: "\f327";
}
.fi-br-medicine:before {
content: "\f328";
}
.fi-br-megaphone:before {
content: "\f329";
}
.fi-br-meh-blank:before {
content: "\f32a";
}
.fi-br-meh-rolling-eyes:before {
content: "\f32b";
}
.fi-br-melon:before {
content: "\f32c";
}
.fi-br-menu-burger:before {
content: "\f32d";
}
.fi-br-menu-dots-vertical:before {
content: "\f32e";
}
.fi-br-menu-dots:before {
content: "\f32f";
}
.fi-br-meteor:before {
content: "\f330";
}
.fi-br-microphone-alt:before {
content: "\f331";
}
.fi-br-microphone:before {
content: "\f332";
}
.fi-br-minus-small:before {
content: "\f333";
}
.fi-br-minus:before {
content: "\f334";
}
.fi-br-mobile:before {
content: "\f335";
}
.fi-br-mode-landscape:before {
content: "\f336";
}
.fi-br-mode-portrait:before {
content: "\f337";
}
.fi-br-money:before {
content: "\f338";
}
.fi-br-moon-stars:before {
content: "\f339";
}
.fi-br-moon:before {
content: "\f33a";
}
.fi-br-motorcycle:before {
content: "\f33b";
}
.fi-br-mountains:before {
content: "\f33c";
}
.fi-br-mouse:before {
content: "\f33d";
}
.fi-br-mug-alt:before {
content: "\f33e";
}
.fi-br-mug-hot-alt:before {
content: "\f33f";
}
.fi-br-mug-hot:before {
content: "\f340";
}
.fi-br-mug-tea:before {
content: "\f341";
}
.fi-br-mug:before {
content: "\f342";
}
.fi-br-mushroom:before {
content: "\f343";
}
.fi-br-music-file:before {
content: "\f344";
}
.fi-br-music-alt:before {
content: "\f345";
}
.fi-br-music:before {
content: "\f346";
}
.fi-br-navigation:before {
content: "\f347";
}
.fi-br-network-cloud:before {
content: "\f348";
}
.fi-br-network:before {
content: "\f349";
}
.fi-br-noodles:before {
content: "\f34a";
}
.fi-br-notebook:before {
content: "\f34b";
}
.fi-br-oil-can:before {
content: "\f34c";
}
.fi-br-oil-temp:before {
content: "\f34d";
}
.fi-br-olive-oil:before {
content: "\f34e";
}
.fi-br-olives:before {
content: "\f34f";
}
.fi-br-onion:before {
content: "\f350";
}
.fi-br-opacity:before {
content: "\f351";
}
.fi-br-package:before {
content: "\f352";
}
.fi-br-paint-brush:before {
content: "\f353";
}
.fi-br-palette:before {
content: "\f354";
}
.fi-br-pan:before {
content: "\f355";
}
.fi-br-paper-plane:before {
content: "\f356";
}
.fi-br-password:before {
content: "\f357";
}
.fi-br-pause:before {
content: "\f358";
}
.fi-br-paw:before {
content: "\f359";
}
.fi-br-peach:before {
content: "\f35a";
}
.fi-br-pencil:before {
content: "\f35b";
}
.fi-br-pennant:before {
content: "\f35c";
}
.fi-br-pepper-hot:before {
content: "\f35d";
}
.fi-br-pepper:before {
content: "\f35e";
}
.fi-br-pharmacy:before {
content: "\f35f";
}
.fi-br-phone-call:before {
content: "\f360";
}
.fi-br-phone-cross:before {
content: "\f361";
}
.fi-br-phone-pause:before {
content: "\f362";
}
.fi-br-phone-slash:before {
content: "\f363";
}
.fi-br-physics:before {
content: "\f364";
}
.fi-br-picnic:before {
content: "\f365";
}
.fi-br-picture:before {
content: "\f366";
}
.fi-br-pie:before {
content: "\f367";
}
.fi-br-pineapple:before {
content: "\f368";
}
.fi-br-ping-pong:before {
content: "\f369";
}
.fi-br-pizza-slice:before {
content: "\f36a";
}
.fi-br-plane-alt:before {
content: "\f36b";
}
.fi-br-plane:before {
content: "\f36c";
}
.fi-br-plate:before {
content: "\f36d";
}
.fi-br-play-alt:before {
content: "\f36e";
}
.fi-br-play:before {
content: "\f36f";
}
.fi-br-playing-cards:before {
content: "\f370";
}
.fi-br-plus-small:before {
content: "\f371";
}
.fi-br-plus:before {
content: "\f372";
}
.fi-br-poker-chip:before {
content: "\f373";
}
.fi-br-poo:before {
content: "\f374";
}
.fi-br-popcorn:before {
content: "\f375";
}
.fi-br-portrait:before {
content: "\f376";
}
.fi-br-pot:before {
content: "\f377";
}
.fi-br-pound:before {
content: "\f378";
}
.fi-br-power:before {
content: "\f379";
}
.fi-br-presentation:before {
content: "\f37a";
}
.fi-br-print:before {
content: "\f37b";
}
.fi-br-protractor:before {
content: "\f37c";
}
.fi-br-pulse:before {
content: "\f37d";
}
.fi-br-pumpkin:before {
content: "\f37e";
}
.fi-br-puzzle-piece:before {
content: "\f37f";
}
.fi-br-pyramid:before {
content: "\f380";
}
.fi-br-quote-right:before {
content: "\f381";
}
.fi-br-radish:before {
content: "\f382";
}
.fi-br-rainbow:before {
content: "\f383";
}
.fi-br-raindrops:before {
content: "\f384";
}
.fi-br-raquet:before {
content: "\f385";
}
.fi-br-rec:before {
content: "\f386";
}
.fi-br-receipt:before {
content: "\f387";
}
.fi-br-record-vinyl:before {
content: "\f388";
}
.fi-br-rectabgle-vertical:before {
content: "\f389";
}
.fi-br-rectangle-horizontal:before {
content: "\f38a";
}
.fi-br-rectangle-panoramic:before {
content: "\f38b";
}
.fi-br-recycle:before {
content: "\f38c";
}
.fi-br-redo-alt:before {
content: "\f38d";
}
.fi-br-redo:before {
content: "\f38e";
}
.fi-br-reflect:before {
content: "\f38f";
}
.fi-br-refresh:before {
content: "\f390";
}
.fi-br-remove-user:before {
content: "\f391";
}
.fi-br-reply-all:before {
content: "\f392";
}
.fi-br-resize:before {
content: "\f393";
}
.fi-br-resources:before {
content: "\f394";
}
.fi-br-restaurant:before {
content: "\f395";
}
.fi-br-rewind:before {
content: "\f396";
}
.fi-br-rhombus:before {
content: "\f397";
}
.fi-br-rings-wedding:before {
content: "\f398";
}
.fi-br-road:before {
content: "\f399";
}
.fi-br-rocket-lunch:before {
content: "\f39a";
}
.fi-br-rocket:before {
content: "\f39b";
}
.fi-br-room-service:before {
content: "\f39c";
}
.fi-br-rotate-right:before {
content: "\f39d";
}
.fi-br-rugby-helmet:before {
content: "\f39e";
}
.fi-br-rugby:before {
content: "\f39f";
}
.fi-br-running:before {
content: "\f3a0";
}
.fi-br-rv:before {
content: "\f3a1";
}
.fi-br-sad-cry:before {
content: "\f3a2";
}
.fi-br-sad-tear:before {
content: "\f3a3";
}
.fi-br-sad:before {
content: "\f3a4";
}
.fi-br-salad:before {
content: "\f3a5";
}
.fi-br-salt-pepper:before {
content: "\f3a6";
}
.fi-br-sandwich:before {
content: "\f3a7";
}
.fi-br-sauce:before {
content: "\f3a8";
}
.fi-br-sausage:before {
content: "\f3a9";
}
.fi-br-scale:before {
content: "\f3aa";
}
.fi-br-school-bus:before {
content: "\f3ab";
}
.fi-br-school:before {
content: "\f3ac";
}
.fi-br-scissors:before {
content: "\f3ad";
}
.fi-br-screen:before {
content: "\f3ae";
}
.fi-br-search-alt:before {
content: "\f3af";
}
.fi-br-search-heart:before {
content: "\f3b0";
}
.fi-br-search:before {
content: "\f3b1";
}
.fi-br-settings-sliders:before {
content: "\f3b2";
}
.fi-br-settings:before {
content: "\f3b3";
}
.fi-br-share:before {
content: "\f3b4";
}
.fi-br-shield-check:before {
content: "\f3b5";
}
.fi-br-shield-exclamation:before {
content: "\f3b6";
}
.fi-br-shield-interrogation:before {
content: "\f3b7";
}
.fi-br-shield-plus:before {
content: "\f3b8";
}
.fi-br-shield:before {
content: "\f3b9";
}
.fi-br-ship-side:before {
content: "\f3ba";
}
.fi-br-ship:before {
content: "\f3bb";
}
.fi-br-shop:before {
content: "\f3bc";
}
.fi-br-shopping-bag-add:before {
content: "\f3bd";
}
.fi-br-shopping-bag:before {
content: "\f3be";
}
.fi-br-shopping-cart-add:before {
content: "\f3bf";
}
.fi-br-shopping-cart-check:before {
content: "\f3c0";
}
.fi-br-shopping-cart:before {
content: "\f3c1";
}
.fi-br-shrimp:before {
content: "\f3c2";
}
.fi-br-shuffle:before {
content: "\f3c3";
}
.fi-br-shuttle-van:before {
content: "\f3c4";
}
.fi-br-shuttlecock:before {
content: "\f3c5";
}
.fi-br-sign-in-alt:before {
content: "\f3c6";
}
.fi-br-sign-in:before {
content: "\f3c7";
}
.fi-br-sign-out-alt:before {
content: "\f3c8";
}
.fi-br-sign-out:before {
content: "\f3c9";
}
.fi-br-signal-alt-1:before {
content: "\f3ca";
}
.fi-br-signal-alt-2:before {
content: "\f3cb";
}
.fi-br-signal-alt:before {
content: "\f3cc";
}
.fi-br-skateboard:before {
content: "\f3cd";
}
.fi-br-skating:before {
content: "\f3ce";
}
.fi-br-skewer:before {
content: "\f3cf";
}
.fi-br-ski-jump:before {
content: "\f3d0";
}
.fi-br-ski-lift:before {
content: "\f3d1";
}
.fi-br-skiing-nordic:before {
content: "\f3d2";
}
.fi-br-skiing:before {
content: "\f3d3";
}
.fi-br-sledding:before {
content: "\f3d4";
}
.fi-br-sleigh:before {
content: "\f3d5";
}
.fi-br-smartphone:before {
content: "\f3d6";
}
.fi-br-smile-beam:before {
content: "\f3d7";
}
.fi-br-smog:before {
content: "\f3d8";
}
.fi-br-smoke:before {
content: "\f3d9";
}
.fi-br-snow-blowing:before {
content: "\f3da";
}
.fi-br-snowboarding:before {
content: "\f3db";
}
.fi-br-snowflake:before {
content: "\f3dc";
}
.fi-br-snowflakes:before {
content: "\f3dd";
}
.fi-br-snowmobile:before {
content: "\f3de";
}
.fi-br-snowplow:before {
content: "\f3df";
}
.fi-br-soap:before {
content: "\f3e0";
}
.fi-br-sort-alpha-down-alt:before {
content: "\f3e1";
}
.fi-br-sort-alpha-down:before {
content: "\f3e2";
}
.fi-br-sort-alpha-up-alt:before {
content: "\f3e3";
}
.fi-br-sort-alpha-up:before {
content: "\f3e4";
}
.fi-br-sort-alt:before {
content: "\f3e5";
}
.fi-br-sort-amount-down-alt:before {
content: "\f3e6";
}
.fi-br-sort-amount-down:before {
content: "\f3e7";
}
.fi-br-sort-amount-up-alt:before {
content: "\f3e8";
}
.fi-br-sort-amount-up:before {
content: "\f3e9";
}
.fi-br-sort-down:before {
content: "\f3ea";
}
.fi-br-sort-numeric-down-alt:before {
content: "\f3eb";
}
.fi-br-sort-numeric-down:before {
content: "\f3ec";
}
.fi-br-sort:before {
content: "\f3ed";
}
.fi-br-soup:before {
content: "\f3ee";
}
.fi-br-spa:before {
content: "\f3ef";
}
.fi-br-space-shuttle:before {
content: "\f3f0";
}
.fi-br-spade:before {
content: "\f3f1";
}
.fi-br-sparkles:before {
content: "\f3f2";
}
.fi-br-speaker:before {
content: "\f3f3";
}
.fi-br-sphere:before {
content: "\f3f4";
}
.fi-br-spinner:before {
content: "\f3f5";
}
.fi-br-spoon:before {
content: "\f3f6";
}
.fi-br-square-root:before {
content: "\f3f7";
}
.fi-br-square:before {
content: "\f3f8";
}
.fi-br-star-octogram:before {
content: "\f3f9";
}
.fi-br-star:before {
content: "\f3fa";
}
.fi-br-starfighter:before {
content: "\f3fb";
}
.fi-br-stars:before {
content: "\f3fc";
}
.fi-br-stats:before {
content: "\f3fd";
}
.fi-br-steak:before {
content: "\f3fe";
}
.fi-br-steering-wheel:before {
content: "\f3ff";
}
.fi-br-stethoscope:before {
content: "\f400";
}
.fi-br-sticker:before {
content: "\f401";
}
.fi-br-stop:before {
content: "\f402";
}
.fi-br-stopwatch:before {
content: "\f403";
}
.fi-br-strawberry:before {
content: "\f404";
}
.fi-br-subtitles:before {
content: "\f405";
}
.fi-br-subway:before {
content: "\f406";
}
.fi-br-sun:before {
content: "\f407";
}
.fi-br-sunrise-alt:before {
content: "\f408";
}
.fi-br-sunrise:before {
content: "\f409";
}
.fi-br-sunset:before {
content: "\f40a";
}
.fi-br-surfing:before {
content: "\f40b";
}
.fi-br-surprise:before {
content: "\f40c";
}
.fi-br-sushi:before {
content: "\f40d";
}
.fi-br-swimmer:before {
content: "\f40e";
}
.fi-br-sword:before {
content: "\f40f";
}
.fi-br-syringe:before {
content: "\f410";
}
.fi-br-tablet:before {
content: "\f411";
}
.fi-br-tachometer-alt-average:before {
content: "\f412";
}
.fi-br-tachometer-alt-fastest:before {
content: "\f413";
}
.fi-br-tachometer-alt-slow:before {
content: "\f414";
}
.fi-br-tachometer-alt-slowest:before {
content: "\f415";
}
.fi-br-tachometer-average:before {
content: "\f416";
}
.fi-br-tachometer-fast:before {
content: "\f417";
}
.fi-br-tachometer-fastest:before {
content: "\f418";
}
.fi-br-tachometer-slow:before {
content: "\f419";
}
.fi-br-tachometer-slowest:before {
content: "\f41a";
}
.fi-br-tachometer:before {
content: "\f41b";
}
.fi-br-taco:before {
content: "\f41c";
}
.fi-br-target:before {
content: "\f41d";
}
.fi-br-taxi:before {
content: "\f41e";
}
.fi-br-temperature-down:before {
content: "\f41f";
}
.fi-br-temperature-frigid:before {
content: "\f420";
}
.fi-br-temperature-high:before {
content: "\f421";
}
.fi-br-temperature-hot:before {
content: "\f422";
}
.fi-br-temperature-low:before {
content: "\f423";
}
.fi-br-temperature-up:before {
content: "\f424";
}
.fi-br-tennis:before {
content: "\f425";
}
.fi-br-terrace:before {
content: "\f426";
}
.fi-br-test-tube:before {
content: "\f427";
}
.fi-br-test:before {
content: "\f428";
}
.fi-br-text-check:before {
content: "\f429";
}
.fi-br-text:before {
content: "\f42a";
}
.fi-br-thermometer-half:before {
content: "\f42b";
}
.fi-br-thumbs-down:before {
content: "\f42c";
}
.fi-br-thumbs-up:before {
content: "\f42d";
}
.fi-br-thumbtack:before {
content: "\f42e";
}
.fi-br-thunderstorm-moon:before {
content: "\f42f";
}
.fi-br-thunderstorm-sun:before {
content: "\f430";
}
.fi-br-thunderstorm:before {
content: "\f431";
}
.fi-br-ticket:before {
content: "\f432";
}
.fi-br-time-add:before {
content: "\f433";
}
.fi-br-time-check:before {
content: "\f434";
}
.fi-br-time-delete:before {
content: "\f435";
}
.fi-br-time-fast:before {
content: "\f436";
}
.fi-br-time-forward-sixty:before {
content: "\f437";
}
.fi-br-time-forward-ten:before {
content: "\f438";
}
.fi-br-time-forward:before {
content: "\f439";
}
.fi-br-time-half-past:before {
content: "\f43a";
}
.fi-br-time-oclock:before {
content: "\f43b";
}
.fi-br-time-past:before {
content: "\f43c";
}
.fi-br-time-quarter-to:before {
content: "\f43d";
}
.fi-br-time-quarter-past:before {
content: "\f43e";
}
.fi-br-time-twenty-four:before {
content: "\f43f";
}
.fi-br-tire-flat:before {
content: "\f440";
}
.fi-br-tire-pressure-warning:before {
content: "\f441";
}
.fi-br-tire-rugged:before {
content: "\f442";
}
.fi-br-tire:before {
content: "\f443";
}
.fi-br-tired:before {
content: "\f444";
}
.fi-br-tomato:before {
content: "\f445";
}
.fi-br-tool-crop:before {
content: "\f446";
}
.fi-br-tool-marquee:before {
content: "\f447";
}
.fi-br-tooth:before {
content: "\f448";
}
.fi-br-tornado:before {
content: "\f449";
}
.fi-br-tractor:before {
content: "\f44a";
}
.fi-br-trailer:before {
content: "\f44b";
}
.fi-br-train-side:before {
content: "\f44c";
}
.fi-br-train:before {
content: "\f44d";
}
.fi-br-tram:before {
content: "\f44e";
}
.fi-br-transform:before {
content: "\f44f";
}
.fi-br-trash:before {
content: "\f450";
}
.fi-br-treatment:before {
content: "\f451";
}
.fi-br-tree-christmas:before {
content: "\f452";
}
.fi-br-tree:before {
content: "\f453";
}
.fi-br-triangle:before {
content: "\f454";
}
.fi-br-trophy:before {
content: "\f455";
}
.fi-br-truck-container:before {
content: "\f456";
}
.fi-br-truck-couch:before {
content: "\f457";
}
.fi-br-truck-loading:before {
content: "\f458";
}
.fi-br-truck-monster:before {
content: "\f459";
}
.fi-br-truck-moving:before {
content: "\f45a";
}
.fi-br-truck-pickup:before {
content: "\f45b";
}
.fi-br-truck-plow:before {
content: "\f45c";
}
.fi-br-truck-ramp:before {
content: "\f45d";
}
.fi-br-truck-side:before {
content: "\f45e";
}
.fi-br-tty:before {
content: "\f45f";
}
.fi-br-turkey:before {
content: "\f460";
}
.fi-br-umbrella:before {
content: "\f461";
}
.fi-br-underline:before {
content: "\f462";
}
.fi-br-undo-alt:before {
content: "\f463";
}
.fi-br-undo:before {
content: "\f464";
}
.fi-br-unlock:before {
content: "\f465";
}
.fi-br-upload:before {
content: "\f466";
}
.fi-br-usb-pendrive:before {
content: "\f467";
}
.fi-br-user-add:before {
content: "\f468";
}
.fi-br-user-time:before {
content: "\f469";
}
.fi-br-user:before {
content: "\f46a";
}
.fi-br-users-alt:before {
content: "\f46b";
}
.fi-br-users:before {
content: "\f46c";
}
.fi-br-utensils:before {
content: "\f46d";
}
.fi-br-vector-alt:before {
content: "\f46e";
}
.fi-br-vector:before {
content: "\f46f";
}
.fi-br-video-camera:before {
content: "\f470";
}
.fi-br-volcano:before {
content: "\f471";
}
.fi-br-volleyball:before {
content: "\f472";
}
.fi-br-volume:before {
content: "\f473";
}
.fi-br-wagon-covered:before {
content: "\f474";
}
.fi-br-water-bottle:before {
content: "\f475";
}
.fi-br-water-lower:before {
content: "\f476";
}
.fi-br-water-rise:before {
content: "\f477";
}
.fi-br-water:before {
content: "\f478";
}
.fi-br-watermelon:before {
content: "\f479";
}
.fi-br-wheat:before {
content: "\f47a";
}
.fi-br-wheelchair:before {
content: "\f47b";
}
.fi-br-whistle:before {
content: "\f47c";
}
.fi-br-wifi-alt:before {
content: "\f47d";
}
.fi-br-wind-warning:before {
content: "\f47e";
}
.fi-br-wind:before {
content: "\f47f";
}
.fi-br-windsock:before {
content: "\f480";
}
.fi-br-wink:before {
content: "\f481";
}
.fi-br-woman-head:before {
content: "\f482";
}
.fi-br-world:before {
content: "\f483";
}
.fi-br-yen:before {
content: "\f484";
}
.fi-br-zoom-in:before {
content: "\f485";
}
.fi-br-zoom-out:before {
content: "\f486";
}.elementor-hidden {
display: none;
}
.elementor-visibility-hidden {
visibility: hidden;
}
.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
position: absolute;
top: -10000em;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.elementor-clearfix:after {
content: "";
display: block;
clear: both;
width: 0;
height: 0;
}
.e-logo-wrapper {
background: var(--e-a-bg-logo);
display: inline-block;
padding: 0.75em;
border-radius: 50%;
line-height: 1;
}
.e-logo-wrapper i {
color: var(--e-a-color-logo);
font-size: 1em;
}
.elementor *, .elementor *:before, .elementor *:after {
box-sizing: border-box;
}
.elementor a {
box-shadow: none;
text-decoration: none;
}
.elementor hr {
margin: 0;
background-color: transparent;
}
.elementor img {
height: auto;
max-width: 100%;
border: none;
border-radius: 0;
box-shadow: none;
}
.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
margin: 0;
}
.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
max-width: 100%;
width: 100%;
margin: 0;
line-height: 1;
border: none;
}
.elementor .elementor-background-video-container,
.elementor .elementor-background-holder,
.elementor .elementor-background {
inset: 0;
position: absolute;
overflow: hidden;
z-index: 0;
direction: ltr;
}
.elementor .elementor-background-video-container {
transition: opacity 1s;
pointer-events: none;
}
.elementor .elementor-background-video-container.elementor-loading {
opacity: 0;
}
.elementor .elementor-background-video-embed {
max-width: none;
}
.elementor .elementor-background-video-embed, .elementor .elementor-background-video-hosted {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.elementor .elementor-background-video {
max-width: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.elementor .elementor-background-video-hosted {
-o-object-fit: cover;
object-fit: cover;
}
.elementor .elementor-background-overlay {
inset: 0;
position: absolute;
}
.elementor .elementor-background-slideshow {
position: absolute;
inset: 0;
z-index: 0;
}
.elementor .elementor-background-slideshow__slide__image {
width: 100%;
height: 100%;
background-position: center center;
background-size: cover;
}
.elementor-widget-wrap > .elementor-element.elementor-absolute,
.e-con > .elementor-element.elementor-absolute,
.e-con-inner > .elementor-element.elementor-absolute {
position: absolute;
}
.elementor-widget-wrap > .elementor-element.elementor-fixed,
.e-con > .elementor-element.elementor-fixed,
.e-con-inner > .elementor-element.elementor-fixed {
position: fixed;
}
.elementor-widget-wrap .elementor-element.elementor-widget__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
max-width: 100%;
}
@media (max-width: 1024px) {
.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
max-width: 100%;
}
}
@media (max-width: 767px) {
.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
max-width: 100%;
}
}
.elementor-element {
--flex-direction: initial;
--flex-wrap: initial;
--justify-content: initial;
--align-items: initial;
--align-content: initial;
--gap: initial;
--flex-basis: initial;
--flex-grow: initial;
--flex-shrink: initial;
--order: initial;
--align-self: initial;
flex-basis: var(--flex-basis);
flex-grow: var(--flex-grow);
flex-shrink: var(--flex-shrink);
order: var(--order);
align-self: var(--align-self);
}
.elementor-element.elementor-absolute, .elementor-element.elementor-fixed {
z-index: 1;
}
.elementor-element:where(.e-con-full, .elementor-widget) {
flex-direction: var(--flex-direction);
flex-wrap: var(--flex-wrap);
justify-content: var(--justify-content);
align-items: var(--align-items);
align-content: var(--align-content);
gap: var(--row-gap) var(--column-gap);
}
.elementor-invisible {
visibility: hidden;
}
.elementor-align-center {
text-align: center;
}
.elementor-align-right {
text-align: right;
}
.elementor-align-left {
text-align: left;
}
.elementor-align-center .elementor-button, .elementor-align-right .elementor-button, .elementor-align-left .elementor-button {
width: auto;
}
.elementor-align-justify .elementor-button {
width: 100%;
}
.elementor-custom-embed-play {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.elementor-custom-embed-play i {
font-size: 100px;
color: #fff;
text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
}
.elementor-custom-embed-play svg {
height: 100px;
width: 100px;
fill: #fff;
filter: drop-shadow(1px 0 6px rgba(0, 0, 0, 0.3));
}
.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
opacity: 0.8;
transition: all 0.5s;
}
.elementor-custom-embed-play.elementor-playing i {
font-family: eicons;
}
.elementor-custom-embed-play.elementor-playing i:before {
content: "\e8fb";
}
.elementor-custom-embed-play.elementor-playing i,
.elementor-custom-embed-play.elementor-playing svg {
animation: eicon-spin 2s infinite linear;
}
.elementor-tag {
display: inline-flex;
}
.elementor-ken-burns {
transition-property: transform;
transition-duration: 10s;
transition-timing-function: linear;
}
.elementor-ken-burns--out {
transform: scale(1.3);
}
.elementor-ken-burns--active {
transition-duration: 20s;
}
.elementor-ken-burns--active.elementor-ken-burns--out {
transform: scale(1);
}
.elementor-ken-burns--active.elementor-ken-burns--in {
transform: scale(1.3);
}
@media (min-width: -1) {
.elementor-widescreen-align-center {
text-align: center;
}
.elementor-widescreen-align-right {
text-align: right;
}
.elementor-widescreen-align-left {
text-align: left;
}
.elementor-widescreen-align-center .elementor-button, .elementor-widescreen-align-right .elementor-button, .elementor-widescreen-align-left .elementor-button {
width: auto;
}
.elementor-widescreen-align-justify .elementor-button {
width: 100%;
}
}
@media (max-width: -1) {
.elementor-laptop-align-center {
text-align: center;
}
.elementor-laptop-align-right {
text-align: right;
}
.elementor-laptop-align-left {
text-align: left;
}
.elementor-laptop-align-center .elementor-button, .elementor-laptop-align-right .elementor-button, .elementor-laptop-align-left .elementor-button {
width: auto;
}
.elementor-laptop-align-justify .elementor-button {
width: 100%;
}
}
@media (max-width: -1) {
.elementor-tablet_extra-align-center {
text-align: center;
}
.elementor-tablet_extra-align-right {
text-align: right;
}
.elementor-tablet_extra-align-left {
text-align: left;
}
.elementor-tablet_extra-align-center .elementor-button, .elementor-tablet_extra-align-right .elementor-button, .elementor-tablet_extra-align-left .elementor-button {
width: auto;
}
.elementor-tablet_extra-align-justify .elementor-button {
width: 100%;
}
}
@media (max-width: 1024px) {
.elementor-tablet-align-center {
text-align: center;
}
.elementor-tablet-align-right {
text-align: right;
}
.elementor-tablet-align-left {
text-align: left;
}
.elementor-tablet-align-center .elementor-button, .elementor-tablet-align-right .elementor-button, .elementor-tablet-align-left .elementor-button {
width: auto;
}
.elementor-tablet-align-justify .elementor-button {
width: 100%;
}
}
@media (max-width: -1) {
.elementor-mobile_extra-align-center {
text-align: center;
}
.elementor-mobile_extra-align-right {
text-align: right;
}
.elementor-mobile_extra-align-left {
text-align: left;
}
.elementor-mobile_extra-align-center .elementor-button, .elementor-mobile_extra-align-right .elementor-button, .elementor-mobile_extra-align-left .elementor-button {
width: auto;
}
.elementor-mobile_extra-align-justify .elementor-button {
width: 100%;
}
}
@media (max-width: 767px) {
.elementor-mobile-align-center {
text-align: center;
}
.elementor-mobile-align-right {
text-align: right;
}
.elementor-mobile-align-left {
text-align: left;
}
.elementor-mobile-align-center .elementor-button, .elementor-mobile-align-right .elementor-button, .elementor-mobile-align-left .elementor-button {
width: auto;
}
.elementor-mobile-align-justify .elementor-button {
width: 100%;
}
}
:root {
--page-title-display: block;
}
.elementor-page-title, h1.entry-title {
display: var(--page-title-display);
}
@keyframes eicon-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
.eicon-animation-spin {
animation: eicon-spin 2s infinite linear;
}
.elementor-section {
position: relative;
}
.elementor-section .elementor-container {
display: flex;
margin-right: auto;
margin-left: auto;
position: relative;
}
@media (max-width: 1024px) {
.elementor-section .elementor-container {
flex-wrap: wrap;
}
}
.elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1140px;
}
.elementor-section.elementor-section-stretched {
position: relative;
width: 100%;
}
.elementor-section.elementor-section-items-top > .elementor-container {
align-items: flex-start;
}
.elementor-section.elementor-section-items-middle > .elementor-container {
align-items: center;
}
.elementor-section.elementor-section-items-bottom > .elementor-container {
align-items: flex-end;
}
@media (min-width: 768px) {
.elementor-section.elementor-section-height-full {
height: 100vh;
}
.elementor-section.elementor-section-height-full > .elementor-container {
height: 100%;
}
}
.elementor-bc-flex-widget .elementor-section-content-top > .elementor-container > .elementor-column > .elementor-widget-wrap {
align-items: flex-start;
}
.elementor-bc-flex-widget .elementor-section-content-middle > .elementor-container > .elementor-column > .elementor-widget-wrap {
align-items: center;
}
.elementor-bc-flex-widget .elementor-section-content-bottom > .elementor-container > .elementor-column > .elementor-widget-wrap {
align-items: flex-end;
}
.elementor-widget-wrap {
position: relative;
width: 100%;
flex-wrap: wrap;
align-content: flex-start;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
display: flex;
}
.elementor-widget-wrap > .elementor-element {
width: 100%;
}
.elementor-widget-wrap.e-swiper-container {
width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)));
}
.elementor-widget {
position: relative;
}
.elementor-widget:not(:last-child) {
margin-bottom: var(--kit-widget-spacing, 20px);
}
.elementor-widget:not(:last-child).elementor-widget__width-auto, .elementor-widget:not(:last-child).elementor-widget__width-initial, .elementor-widget:not(:last-child).elementor-absolute {
margin-bottom: 0;
}
.elementor-column {
position: relative;
min-height: 1px;
display: flex;
}
.elementor-column-gap-narrow > .elementor-column > .elementor-element-populated {
padding: 5px;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
padding: 10px;
}
.elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
padding: 15px;
}
.elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
padding: 20px;
}
.elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
padding: 30px;
}
.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
padding: 0;
}
@media (min-width: 768px) {
.elementor-column.elementor-col-10, .elementor-column[data-col="10"] {
width: 10%;
}
.elementor-column.elementor-col-11, .elementor-column[data-col="11"] {
width: 11.111%;
}
.elementor-column.elementor-col-12, .elementor-column[data-col="12"] {
width: 12.5%;
}
.elementor-column.elementor-col-14, .elementor-column[data-col="14"] {
width: 14.285%;
}
.elementor-column.elementor-col-16, .elementor-column[data-col="16"] {
width: 16.666%;
}
.elementor-column.elementor-col-20, .elementor-column[data-col="20"] {
width: 20%;
}
.elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
width: 25%;
}
.elementor-column.elementor-col-30, .elementor-column[data-col="30"] {
width: 30%;
}
.elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
width: 33.333%;
}
.elementor-column.elementor-col-40, .elementor-column[data-col="40"] {
width: 40%;
}
.elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
width: 50%;
}
.elementor-column.elementor-col-60, .elementor-column[data-col="60"] {
width: 60%;
}
.elementor-column.elementor-col-66, .elementor-column[data-col="66"] {
width: 66.666%;
}
.elementor-column.elementor-col-70, .elementor-column[data-col="70"] {
width: 70%;
}
.elementor-column.elementor-col-75, .elementor-column[data-col="75"] {
width: 75%;
}
.elementor-column.elementor-col-80, .elementor-column[data-col="80"] {
width: 80%;
}
.elementor-column.elementor-col-83, .elementor-column[data-col="83"] {
width: 83.333%;
}
.elementor-column.elementor-col-90, .elementor-column[data-col="90"] {
width: 90%;
}
.elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
width: 100%;
}
}
@media (max-width: 479px) {
.elementor-column.elementor-xs-10 {
width: 10%;
}
.elementor-column.elementor-xs-11 {
width: 11.111%;
}
.elementor-column.elementor-xs-12 {
width: 12.5%;
}
.elementor-column.elementor-xs-14 {
width: 14.285%;
}
.elementor-column.elementor-xs-16 {
width: 16.666%;
}
.elementor-column.elementor-xs-20 {
width: 20%;
}
.elementor-column.elementor-xs-25 {
width: 25%;
}
.elementor-column.elementor-xs-30 {
width: 30%;
}
.elementor-column.elementor-xs-33 {
width: 33.333%;
}
.elementor-column.elementor-xs-40 {
width: 40%;
}
.elementor-column.elementor-xs-50 {
width: 50%;
}
.elementor-column.elementor-xs-60 {
width: 60%;
}
.elementor-column.elementor-xs-66 {
width: 66.666%;
}
.elementor-column.elementor-xs-70 {
width: 70%;
}
.elementor-column.elementor-xs-75 {
width: 75%;
}
.elementor-column.elementor-xs-80 {
width: 80%;
}
.elementor-column.elementor-xs-83 {
width: 83.333%;
}
.elementor-column.elementor-xs-90 {
width: 90%;
}
.elementor-column.elementor-xs-100 {
width: 100%;
}
}
@media (max-width: 767px) {
.elementor-column.elementor-sm-10 {
width: 10%;
}
.elementor-column.elementor-sm-11 {
width: 11.111%;
}
.elementor-column.elementor-sm-12 {
width: 12.5%;
}
.elementor-column.elementor-sm-14 {
width: 14.285%;
}
.elementor-column.elementor-sm-16 {
width: 16.666%;
}
.elementor-column.elementor-sm-20 {
width: 20%;
}
.elementor-column.elementor-sm-25 {
width: 25%;
}
.elementor-column.elementor-sm-30 {
width: 30%;
}
.elementor-column.elementor-sm-33 {
width: 33.333%;
}
.elementor-column.elementor-sm-40 {
width: 40%;
}
.elementor-column.elementor-sm-50 {
width: 50%;
}
.elementor-column.elementor-sm-60 {
width: 60%;
}
.elementor-column.elementor-sm-66 {
width: 66.666%;
}
.elementor-column.elementor-sm-70 {
width: 70%;
}
.elementor-column.elementor-sm-75 {
width: 75%;
}
.elementor-column.elementor-sm-80 {
width: 80%;
}
.elementor-column.elementor-sm-83 {
width: 83.333%;
}
.elementor-column.elementor-sm-90 {
width: 90%;
}
.elementor-column.elementor-sm-100 {
width: 100%;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.elementor-column.elementor-md-10 {
width: 10%;
}
.elementor-column.elementor-md-11 {
width: 11.111%;
}
.elementor-column.elementor-md-12 {
width: 12.5%;
}
.elementor-column.elementor-md-14 {
width: 14.285%;
}
.elementor-column.elementor-md-16 {
width: 16.666%;
}
.elementor-column.elementor-md-20 {
width: 20%;
}
.elementor-column.elementor-md-25 {
width: 25%;
}
.elementor-column.elementor-md-30 {
width: 30%;
}
.elementor-column.elementor-md-33 {
width: 33.333%;
}
.elementor-column.elementor-md-40 {
width: 40%;
}
.elementor-column.elementor-md-50 {
width: 50%;
}
.elementor-column.elementor-md-60 {
width: 60%;
}
.elementor-column.elementor-md-66 {
width: 66.666%;
}
.elementor-column.elementor-md-70 {
width: 70%;
}
.elementor-column.elementor-md-75 {
width: 75%;
}
.elementor-column.elementor-md-80 {
width: 80%;
}
.elementor-column.elementor-md-83 {
width: 83.333%;
}
.elementor-column.elementor-md-90 {
width: 90%;
}
.elementor-column.elementor-md-100 {
width: 100%;
}
}
@media (min-width: -1) {
.elementor-reverse-widescreen > .elementor-container > :nth-child(1) {
order: 10;
}
.elementor-reverse-widescreen > .elementor-container > :nth-child(2) {
order: 9;
}
.elementor-reverse-widescreen > .elementor-container > :nth-child(3) {
order: 8;
}
.elementor-reverse-widescreen > .elementor-container > :nth-child(4) {
order: 7;
}
.elementor-reverse-widescreen > .elementor-container > :nth-child(5) {
order: 6;
}
.elementor-reverse-widescreen > .elementor-container > :nth-child(6) {
order: 5;
}
.elementor-reverse-widescreen > .elementor-container > :nth-child(7) {
order: 4;
}
.elementor-reverse-widescreen > .elementor-container > :nth-child(8) {
order: 3;
}
.elementor-reverse-widescreen > .elementor-container > :nth-child(9) {
order: 2;
}
.elementor-reverse-widescreen > .elementor-container > :nth-child(10) {
order: 1;
}
}
@media (min-width: 1025px) and (max-width: -1) {
.elementor-reverse-laptop > .elementor-container > :nth-child(1) {
order: 10;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(2) {
order: 9;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(3) {
order: 8;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(4) {
order: 7;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(5) {
order: 6;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(6) {
order: 5;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(7) {
order: 4;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(8) {
order: 3;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(9) {
order: 2;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(10) {
order: 1;
}
}
@media (min-width: -1) and (max-width: -1) {
.elementor-reverse-laptop > .elementor-container > :nth-child(1) {
order: 10;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(2) {
order: 9;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(3) {
order: 8;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(4) {
order: 7;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(5) {
order: 6;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(6) {
order: 5;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(7) {
order: 4;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(8) {
order: 3;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(9) {
order: 2;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(10) {
order: 1;
}
}
@media (min-width: 1025px) and (max-width: -1) {
.elementor-reverse-laptop > .elementor-container > :nth-child(1) {
order: initial;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(2) {
order: initial;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(3) {
order: initial;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(4) {
order: initial;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(5) {
order: initial;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(6) {
order: initial;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(7) {
order: initial;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(8) {
order: initial;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(9) {
order: initial;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(10) {
order: initial;
}
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(1) {
order: 10;
}
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(2) {
order: 9;
}
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(3) {
order: 8;
}
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(4) {
order: 7;
}
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(5) {
order: 6;
}
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(6) {
order: 5;
}
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(7) {
order: 4;
}
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(8) {
order: 3;
}
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(9) {
order: 2;
}
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(10) {
order: 1;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.elementor-reverse-tablet > .elementor-container > :nth-child(1) {
order: 10;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(2) {
order: 9;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(3) {
order: 8;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(4) {
order: 7;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(5) {
order: 6;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(6) {
order: 5;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(7) {
order: 4;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(8) {
order: 3;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(9) {
order: 2;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(10) {
order: 1;
}
}
@media (min-width: -1) and (max-width: 1024px) {
.elementor-reverse-tablet > .elementor-container > :nth-child(1) {
order: 10;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(2) {
order: 9;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(3) {
order: 8;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(4) {
order: 7;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(5) {
order: 6;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(6) {
order: 5;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(7) {
order: 4;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(8) {
order: 3;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(9) {
order: 2;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(10) {
order: 1;
}
}
@media (min-width: 768px) and (max-width: -1) {
.elementor-reverse-tablet > .elementor-container > :nth-child(1) {
order: initial;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(2) {
order: initial;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(3) {
order: initial;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(4) {
order: initial;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(5) {
order: initial;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(6) {
order: initial;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(7) {
order: initial;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(8) {
order: initial;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(9) {
order: initial;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(10) {
order: initial;
}
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(1) {
order: 10;
}
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(2) {
order: 9;
}
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(3) {
order: 8;
}
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(4) {
order: 7;
}
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(5) {
order: 6;
}
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(6) {
order: 5;
}
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(7) {
order: 4;
}
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(8) {
order: 3;
}
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(9) {
order: 2;
}
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(10) {
order: 1;
}
}
@media (max-width: 767px) {
.elementor-reverse-mobile > .elementor-container > :nth-child(1) {
order: 10;
}
.elementor-reverse-mobile > .elementor-container > :nth-child(2) {
order: 9;
}
.elementor-reverse-mobile > .elementor-container > :nth-child(3) {
order: 8;
}
.elementor-reverse-mobile > .elementor-container > :nth-child(4) {
order: 7;
}
.elementor-reverse-mobile > .elementor-container > :nth-child(5) {
order: 6;
}
.elementor-reverse-mobile > .elementor-container > :nth-child(6) {
order: 5;
}
.elementor-reverse-mobile > .elementor-container > :nth-child(7) {
order: 4;
}
.elementor-reverse-mobile > .elementor-container > :nth-child(8) {
order: 3;
}
.elementor-reverse-mobile > .elementor-container > :nth-child(9) {
order: 2;
}
.elementor-reverse-mobile > .elementor-container > :nth-child(10) {
order: 1;
}
.elementor-column {
width: 100%;
}
}
.elementor-grid {
display: grid;
grid-column-gap: var(--grid-column-gap);
grid-row-gap: var(--grid-row-gap);
}
.elementor-grid .elementor-grid-item {
min-width: 0;
}
.elementor-grid-0 .elementor-grid {
display: inline-block;
width: 100%;
word-spacing: var(--grid-column-gap);
margin-bottom: calc(-1 * var(--grid-row-gap));
}
.elementor-grid-0 .elementor-grid .elementor-grid-item {
display: inline-block;
margin-bottom: var(--grid-row-gap);
word-break: break-word;
}
.elementor-grid-1 .elementor-grid {
grid-template-columns: repeat(1, 1fr);
}
.elementor-grid-2 .elementor-grid {
grid-template-columns: repeat(2, 1fr);
}
.elementor-grid-3 .elementor-grid {
grid-template-columns: repeat(3, 1fr);
}
.elementor-grid-4 .elementor-grid {
grid-template-columns: repeat(4, 1fr);
}
.elementor-grid-5 .elementor-grid {
grid-template-columns: repeat(5, 1fr);
}
.elementor-grid-6 .elementor-grid {
grid-template-columns: repeat(6, 1fr);
}
.elementor-grid-7 .elementor-grid {
grid-template-columns: repeat(7, 1fr);
}
.elementor-grid-8 .elementor-grid {
grid-template-columns: repeat(8, 1fr);
}
.elementor-grid-9 .elementor-grid {
grid-template-columns: repeat(9, 1fr);
}
.elementor-grid-10 .elementor-grid {
grid-template-columns: repeat(10, 1fr);
}
.elementor-grid-11 .elementor-grid {
grid-template-columns: repeat(11, 1fr);
}
.elementor-grid-12 .elementor-grid {
grid-template-columns: repeat(12, 1fr);
}
@media (min-width: -1) {
.elementor-grid-widescreen-0 .elementor-grid {
display: inline-block;
width: 100%;
word-spacing: var(--grid-column-gap);
margin-bottom: calc(-1 * var(--grid-row-gap));
}
.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
display: inline-block;
margin-bottom: var(--grid-row-gap);
word-break: break-word;
}
.elementor-grid-widescreen-1 .elementor-grid {
grid-template-columns: repeat(1, 1fr);
}
.elementor-grid-widescreen-2 .elementor-grid {
grid-template-columns: repeat(2, 1fr);
}
.elementor-grid-widescreen-3 .elementor-grid {
grid-template-columns: repeat(3, 1fr);
}
.elementor-grid-widescreen-4 .elementor-grid {
grid-template-columns: repeat(4, 1fr);
}
.elementor-grid-widescreen-5 .elementor-grid {
grid-template-columns: repeat(5, 1fr);
}
.elementor-grid-widescreen-6 .elementor-grid {
grid-template-columns: repeat(6, 1fr);
}
.elementor-grid-widescreen-7 .elementor-grid {
grid-template-columns: repeat(7, 1fr);
}
.elementor-grid-widescreen-8 .elementor-grid {
grid-template-columns: repeat(8, 1fr);
}
.elementor-grid-widescreen-9 .elementor-grid {
grid-template-columns: repeat(9, 1fr);
}
.elementor-grid-widescreen-10 .elementor-grid {
grid-template-columns: repeat(10, 1fr);
}
.elementor-grid-widescreen-11 .elementor-grid {
grid-template-columns: repeat(11, 1fr);
}
.elementor-grid-widescreen-12 .elementor-grid {
grid-template-columns: repeat(12, 1fr);
}
}
@media (max-width: -1) {
.elementor-grid-laptop-0 .elementor-grid {
display: inline-block;
width: 100%;
word-spacing: var(--grid-column-gap);
margin-bottom: calc(-1 * var(--grid-row-gap));
}
.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
display: inline-block;
margin-bottom: var(--grid-row-gap);
word-break: break-word;
}
.elementor-grid-laptop-1 .elementor-grid {
grid-template-columns: repeat(1, 1fr);
}
.elementor-grid-laptop-2 .elementor-grid {
grid-template-columns: repeat(2, 1fr);
}
.elementor-grid-laptop-3 .elementor-grid {
grid-template-columns: repeat(3, 1fr);
}
.elementor-grid-laptop-4 .elementor-grid {
grid-template-columns: repeat(4, 1fr);
}
.elementor-grid-laptop-5 .elementor-grid {
grid-template-columns: repeat(5, 1fr);
}
.elementor-grid-laptop-6 .elementor-grid {
grid-template-columns: repeat(6, 1fr);
}
.elementor-grid-laptop-7 .elementor-grid {
grid-template-columns: repeat(7, 1fr);
}
.elementor-grid-laptop-8 .elementor-grid {
grid-template-columns: repeat(8, 1fr);
}
.elementor-grid-laptop-9 .elementor-grid {
grid-template-columns: repeat(9, 1fr);
}
.elementor-grid-laptop-10 .elementor-grid {
grid-template-columns: repeat(10, 1fr);
}
.elementor-grid-laptop-11 .elementor-grid {
grid-template-columns: repeat(11, 1fr);
}
.elementor-grid-laptop-12 .elementor-grid {
grid-template-columns: repeat(12, 1fr);
}
}
@media (max-width: -1) {
.elementor-grid-tablet_extra-0 .elementor-grid {
display: inline-block;
width: 100%;
word-spacing: var(--grid-column-gap);
margin-bottom: calc(-1 * var(--grid-row-gap));
}
.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
display: inline-block;
margin-bottom: var(--grid-row-gap);
word-break: break-word;
}
.elementor-grid-tablet_extra-1 .elementor-grid {
grid-template-columns: repeat(1, 1fr);
}
.elementor-grid-tablet_extra-2 .elementor-grid {
grid-template-columns: repeat(2, 1fr);
}
.elementor-grid-tablet_extra-3 .elementor-grid {
grid-template-columns: repeat(3, 1fr);
}
.elementor-grid-tablet_extra-4 .elementor-grid {
grid-template-columns: repeat(4, 1fr);
}
.elementor-grid-tablet_extra-5 .elementor-grid {
grid-template-columns: repeat(5, 1fr);
}
.elementor-grid-tablet_extra-6 .elementor-grid {
grid-template-columns: repeat(6, 1fr);
}
.elementor-grid-tablet_extra-7 .elementor-grid {
grid-template-columns: repeat(7, 1fr);
}
.elementor-grid-tablet_extra-8 .elementor-grid {
grid-template-columns: repeat(8, 1fr);
}
.elementor-grid-tablet_extra-9 .elementor-grid {
grid-template-columns: repeat(9, 1fr);
}
.elementor-grid-tablet_extra-10 .elementor-grid {
grid-template-columns: repeat(10, 1fr);
}
.elementor-grid-tablet_extra-11 .elementor-grid {
grid-template-columns: repeat(11, 1fr);
}
.elementor-grid-tablet_extra-12 .elementor-grid {
grid-template-columns: repeat(12, 1fr);
}
}
@media (max-width: 1024px) {
.elementor-grid-tablet-0 .elementor-grid {
display: inline-block;
width: 100%;
word-spacing: var(--grid-column-gap);
margin-bottom: calc(-1 * var(--grid-row-gap));
}
.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
display: inline-block;
margin-bottom: var(--grid-row-gap);
word-break: break-word;
}
.elementor-grid-tablet-1 .elementor-grid {
grid-template-columns: repeat(1, 1fr);
}
.elementor-grid-tablet-2 .elementor-grid {
grid-template-columns: repeat(2, 1fr);
}
.elementor-grid-tablet-3 .elementor-grid {
grid-template-columns: repeat(3, 1fr);
}
.elementor-grid-tablet-4 .elementor-grid {
grid-template-columns: repeat(4, 1fr);
}
.elementor-grid-tablet-5 .elementor-grid {
grid-template-columns: repeat(5, 1fr);
}
.elementor-grid-tablet-6 .elementor-grid {
grid-template-columns: repeat(6, 1fr);
}
.elementor-grid-tablet-7 .elementor-grid {
grid-template-columns: repeat(7, 1fr);
}
.elementor-grid-tablet-8 .elementor-grid {
grid-template-columns: repeat(8, 1fr);
}
.elementor-grid-tablet-9 .elementor-grid {
grid-template-columns: repeat(9, 1fr);
}
.elementor-grid-tablet-10 .elementor-grid {
grid-template-columns: repeat(10, 1fr);
}
.elementor-grid-tablet-11 .elementor-grid {
grid-template-columns: repeat(11, 1fr);
}
.elementor-grid-tablet-12 .elementor-grid {
grid-template-columns: repeat(12, 1fr);
}
}
@media (max-width: -1) {
.elementor-grid-mobile_extra-0 .elementor-grid {
display: inline-block;
width: 100%;
word-spacing: var(--grid-column-gap);
margin-bottom: calc(-1 * var(--grid-row-gap));
}
.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
display: inline-block;
margin-bottom: var(--grid-row-gap);
word-break: break-word;
}
.elementor-grid-mobile_extra-1 .elementor-grid {
grid-template-columns: repeat(1, 1fr);
}
.elementor-grid-mobile_extra-2 .elementor-grid {
grid-template-columns: repeat(2, 1fr);
}
.elementor-grid-mobile_extra-3 .elementor-grid {
grid-template-columns: repeat(3, 1fr);
}
.elementor-grid-mobile_extra-4 .elementor-grid {
grid-template-columns: repeat(4, 1fr);
}
.elementor-grid-mobile_extra-5 .elementor-grid {
grid-template-columns: repeat(5, 1fr);
}
.elementor-grid-mobile_extra-6 .elementor-grid {
grid-template-columns: repeat(6, 1fr);
}
.elementor-grid-mobile_extra-7 .elementor-grid {
grid-template-columns: repeat(7, 1fr);
}
.elementor-grid-mobile_extra-8 .elementor-grid {
grid-template-columns: repeat(8, 1fr);
}
.elementor-grid-mobile_extra-9 .elementor-grid {
grid-template-columns: repeat(9, 1fr);
}
.elementor-grid-mobile_extra-10 .elementor-grid {
grid-template-columns: repeat(10, 1fr);
}
.elementor-grid-mobile_extra-11 .elementor-grid {
grid-template-columns: repeat(11, 1fr);
}
.elementor-grid-mobile_extra-12 .elementor-grid {
grid-template-columns: repeat(12, 1fr);
}
}
@media (max-width: 767px) {
.elementor-grid-mobile-0 .elementor-grid {
display: inline-block;
width: 100%;
word-spacing: var(--grid-column-gap);
margin-bottom: calc(-1 * var(--grid-row-gap));
}
.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
display: inline-block;
margin-bottom: var(--grid-row-gap);
word-break: break-word;
}
.elementor-grid-mobile-1 .elementor-grid {
grid-template-columns: repeat(1, 1fr);
}
.elementor-grid-mobile-2 .elementor-grid {
grid-template-columns: repeat(2, 1fr);
}
.elementor-grid-mobile-3 .elementor-grid {
grid-template-columns: repeat(3, 1fr);
}
.elementor-grid-mobile-4 .elementor-grid {
grid-template-columns: repeat(4, 1fr);
}
.elementor-grid-mobile-5 .elementor-grid {
grid-template-columns: repeat(5, 1fr);
}
.elementor-grid-mobile-6 .elementor-grid {
grid-template-columns: repeat(6, 1fr);
}
.elementor-grid-mobile-7 .elementor-grid {
grid-template-columns: repeat(7, 1fr);
}
.elementor-grid-mobile-8 .elementor-grid {
grid-template-columns: repeat(8, 1fr);
}
.elementor-grid-mobile-9 .elementor-grid {
grid-template-columns: repeat(9, 1fr);
}
.elementor-grid-mobile-10 .elementor-grid {
grid-template-columns: repeat(10, 1fr);
}
.elementor-grid-mobile-11 .elementor-grid {
grid-template-columns: repeat(11, 1fr);
}
.elementor-grid-mobile-12 .elementor-grid {
grid-template-columns: repeat(12, 1fr);
}
}
@media (min-width: 1025px) {
#elementor-device-mode:after {
content: "desktop";
}
}
@media (min-width: -1) {
#elementor-device-mode:after {
content: "widescreen";
}
}
@media (max-width: -1) {
#elementor-device-mode:after {
content: "laptop";
}
}
@media (max-width: -1) {
#elementor-device-mode:after {
content: "tablet_extra";
}
}
@media (max-width: 1024px) {
#elementor-device-mode:after {
content: "tablet";
}
}
@media (max-width: -1) {
#elementor-device-mode:after {
content: "mobile_extra";
}
}
@media (max-width: 767px) {
#elementor-device-mode:after {
content: "mobile";
}
}
@media (prefers-reduced-motion: no-preference) {
html {
scroll-behavior: smooth;
}
}
.e-con {
--border-radius: 0;
--border-top-width: 0px;
--border-right-width: 0px;
--border-bottom-width: 0px;
--border-left-width: 0px;
--border-style: initial;
--border-color: initial;
--container-widget-width: 100%;
--container-widget-height: initial;
--container-widget-flex-grow: 0;
--container-widget-align-self: initial;
--content-width: min(100%, var(--container-max-width, 1140px));
--width: 100%;
--min-height: initial;
--height: auto;
--text-align: initial;
--margin-top: 0px;
--margin-right: 0px;
--margin-bottom: 0px;
--margin-left: 0px;
--padding-top: var(--container-default-padding-top, 10px);
--padding-right: var(--container-default-padding-right, 10px);
--padding-bottom: var(--container-default-padding-bottom, 10px);
--padding-left: var(--container-default-padding-left, 10px);
--position: relative;
--z-index: revert;
--overflow: visible;
--gap: var(--widgets-spacing, 20px);
--row-gap: var(--widgets-spacing-row, 20px);
--column-gap: var(--widgets-spacing-column, 20px);
--overlay-mix-blend-mode: initial;
--overlay-opacity: 1;
--overlay-transition: 0.3s;
--e-con-grid-template-columns: repeat(3, 1fr);
--e-con-grid-template-rows: repeat(2, 1fr);
position: var(--position);
width: var(--width);
min-width: 0;
min-height: var(--min-height);
height: var(--height);
border-radius: var(--border-radius);
z-index: var(--z-index);
overflow: var(--overflow);
--flex-wrap-mobile: wrap;
margin-block-start: var(--margin-block-start);
margin-inline-end: var(--margin-inline-end);
margin-block-end: var(--margin-block-end);
margin-inline-start: var(--margin-inline-start);
padding-inline-start: var(--padding-inline-start);
padding-inline-end: var(--padding-inline-end);
}
.e-con:where(:not(.e-div-block-base)) {
transition: background var(--background-transition, 0.3s), border var(--border-transition, 0.3s), box-shadow var(--border-transition, 0.3s), transform var(--e-con-transform-transition-duration, 0.4s);
}
.e-con {
--margin-block-start: var(--margin-top);
--margin-block-end: var(--margin-bottom);
--margin-inline-start: var(--margin-left);
--margin-inline-end: var(--margin-right);
--padding-inline-start: var(--padding-left);
--padding-inline-end: var(--padding-right);
--padding-block-start: var(--padding-top);
--padding-block-end: var(--padding-bottom);
--border-block-start-width: var(--border-top-width);
--border-block-end-width: var(--border-bottom-width);
--border-inline-start-width: var(--border-left-width);
--border-inline-end-width: var(--border-right-width);
}
body.rtl .e-con {
--padding-inline-start: var(--padding-right);
--padding-inline-end: var(--padding-left);
--margin-inline-start: var(--margin-right);
--margin-inline-end: var(--margin-left);
--border-inline-start-width: var(--border-right-width);
--border-inline-end-width: var(--border-left-width);
}
.e-con.e-flex {
--flex-direction: column;
--flex-basis: auto;
--flex-grow: 0;
--flex-shrink: 1;
flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
}
.e-con-full, .e-con > .e-con-inner {
text-align: var(--text-align);
padding-block-start: var(--padding-block-start);
padding-block-end: var(--padding-block-end);
}
.e-con-full.e-flex, .e-con.e-flex > .e-con-inner {
flex-direction: var(--flex-direction);
}
.e-con, .e-con > .e-con-inner {
display: var(--display);
}
.e-con.e-grid {
--grid-justify-content: start;
--grid-align-content: start;
--grid-auto-flow: row;
}
.e-con.e-grid, .e-con.e-grid > .e-con-inner {
grid-template-columns: var(--e-con-grid-template-columns);
grid-template-rows: var(--e-con-grid-template-rows);
justify-content: var(--grid-justify-content);
align-content: var(--grid-align-content);
grid-auto-flow: var(--grid-auto-flow);
justify-items: var(--justify-items);
align-items: var(--align-items);
}
.e-con-boxed.e-flex {
flex-direction: column;
flex-wrap: initial;
justify-content: initial;
align-items: initial;
align-content: initial;
}
.e-con-boxed.e-grid {
justify-items: initial;
grid-template-columns: 1fr;
grid-template-rows: 1fr;
}
.e-con-boxed {
text-align: initial;
gap: initial;
}
.e-con.e-flex > .e-con-inner {
flex-wrap: var(--flex-wrap);
justify-content: var(--justify-content);
align-items: var(--align-items);
align-content: var(--align-content);
flex-basis: initial;
flex-grow: 1;
flex-shrink: initial;
align-self: initial;
}
.e-con.e-grid > .e-con-inner {
justify-items: var(--justify-items);
align-items: var(--align-items);
}
.e-con > .e-con-inner {
gap: var(--row-gap) var(--column-gap);
width: 100%;
max-width: var(--content-width);
margin: 0 auto;
padding-inline-start: 0;
padding-inline-end: 0;
height: 100%;
}
:is(.elementor-section-wrap, [data-elementor-id]) > .e-con {
--margin-left: auto;
--margin-right: auto;
max-width: min(100%, var(--width));
}
.e-con .elementor-widget.elementor-widget {
margin-block-end: 0;
}
.e-con::before, :is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container::before,
.e-con > .elementor-motion-effects-container > .elementor-motion-effects-layer::before,
.e-con > .elementor-background-slideshow::before {
content: var(--background-overlay);
display: block;
position: absolute;
mix-blend-mode: var(--overlay-mix-blend-mode);
opacity: var(--overlay-opacity);
transition: var(--overlay-transition, 0.3s);
border-radius: var(--border-radius);
border-style: var(--border-style);
border-color: var(--border-color);
border-block-start-width: var(--border-block-start-width);
border-inline-end-width: var(--border-inline-end-width);
border-block-end-width: var(--border-block-end-width);
border-inline-start-width: var(--border-inline-start-width);
top: calc(0px - var(--border-top-width));
left: calc(0px - var(--border-left-width));
width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
}
.e-con::before {
transition: background var(--overlay-transition, 0.3s), border-radius var(--border-transition, 0.3s), opacity var(--overlay-transition, 0.3s);
}
.e-con > .elementor-background-slideshow, :is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container {
border-radius: var(--border-radius);
border-style: var(--border-style);
border-color: var(--border-color);
border-block-start-width: var(--border-block-start-width);
border-inline-end-width: var(--border-inline-end-width);
border-block-end-width: var(--border-block-end-width);
border-inline-start-width: var(--border-inline-start-width);
top: calc(0px - var(--border-top-width));
left: calc(0px - var(--border-left-width));
width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
}
@media (max-width: 767px) {
:is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container.elementor-hidden-mobile {
display: none;
}
}
:is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container::before {
z-index: 1;
}
:is(.e-con, .e-con > .e-con-inner) > .elementor-background-slideshow::before {
z-index: 2;
}
.e-con .elementor-widget {
min-width: 0;
}
.e-con .elementor-widget-video, .e-con .elementor-widget-google_maps, .e-con .elementor-widget-empty {
width: 100%;
}
.e-con .elementor-widget.e-widget-swiper {
width: 100%;
}
.e-con > .elementor-widget > .elementor-widget-container, .e-con > .e-con-inner > .elementor-widget > .elementor-widget-container {
height: 100%;
}
.elementor.elementor .e-con > .elementor-widget, .e-con.e-con > .e-con-inner > .elementor-widget {
max-width: 100%;
}
.e-con .elementor-widget:not(:last-child) {
--kit-widget-spacing: 0px;
}
@media (max-width: 767px) {
.e-con.e-flex {
--width: 100%;
--flex-wrap: var(--flex-wrap-mobile);
}
.e-con.e-flex .elementor-widget-archive-posts {
width: 100%;
}
}
.elementor-form-fields-wrapper {
display: flex;
flex-wrap: wrap;
}
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > input, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > textarea, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > .elementor-select-wrapper, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup {
flex-basis: 100%;
max-width: 100%;
}
.elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group > input, .elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group .elementor-select-wrapper {
flex-grow: 1;
}
.elementor-field-group {
flex-wrap: wrap;
align-items: center;
}
.elementor-field-group.elementor-field-type-submit {
align-items: flex-end;
}
.elementor-field-group .elementor-field-textual {
width: 100%;
max-width: 100%;
border: 1px solid #69727D;
background-color: transparent;
color: #1f2124;
vertical-align: middle;
flex-grow: 1;
}
.elementor-field-group .elementor-field-textual:focus {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
outline: 0;
}
.elementor-field-group .elementor-field-textual::-moz-placeholder {
color: inherit;
font-family: inherit;
opacity: 0.6;
}
.elementor-field-group .elementor-field-textual::placeholder {
color: inherit;
font-family: inherit;
opacity: 0.6;
}
.elementor-field-group .elementor-select-wrapper {
display: flex;
position: relative;
width: 100%;
}
.elementor-field-group .elementor-select-wrapper select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
color: inherit;
font-size: inherit;
font-family: inherit;
font-weight: inherit;
font-style: inherit;
text-transform: inherit;
letter-spacing: inherit;
line-height: inherit;
flex-basis: 100%;
padding-inline-end: 20px;
}
.elementor-field-group .elementor-select-wrapper:before {
content: "\e92a";
font-family: "eicons";
font-size: 15px;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 10px;
pointer-events: none;
text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
content: "";
}
.elementor-field-subgroup {
display: flex;
flex-wrap: wrap;
}
.elementor-field-subgroup .elementor-field-option label {
display: inline-block;
}
.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
padding-inline-end: 10px;
}
.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
flex-basis: 100%;
}
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label {
display: inline;
}
.elementor-field-label {
cursor: pointer;
}
.elementor-mark-required .elementor-field-label:after {
content: "*";
color: red;
padding-inline-start: 0.2em;
}
.elementor-field-textual {
line-height: 1.4;
font-size: 15px;
min-height: 40px;
padding: 5px 14px;
border-radius: 3px;
}
.elementor-field-textual.elementor-size-xs {
font-size: 13px;
min-height: 33px;
padding: 4px 12px;
border-radius: 2px;
}
.elementor-field-textual.elementor-size-md {
font-size: 16px;
min-height: 47px;
padding: 6px 16px;
border-radius: 4px;
}
.elementor-field-textual.elementor-size-lg {
font-size: 18px;
min-height: 59px;
padding: 7px 20px;
border-radius: 5px;
}
.elementor-field-textual.elementor-size-xl {
font-size: 20px;
min-height: 72px;
padding: 8px 24px;
border-radius: 6px;
}
.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
flex-basis: 100%;
}
.elementor-button-align-stretch .e-form__buttons__wrapper {
flex-basis: 50%;
flex-grow: 1;
}
.elementor-button-align-stretch .e-form__buttons__wrapper__button {
flex-basis: 100%;
}
.elementor-button-align-center .elementor-field-type-submit,
.elementor-button-align-center .e-form__buttons {
justify-content: center;
}
.elementor-button-align-start .elementor-field-type-submit,
.elementor-button-align-start .e-form__buttons {
justify-content: flex-start;
}
.elementor-button-align-end .elementor-field-type-submit,
.elementor-button-align-end .e-form__buttons {
justify-content: flex-end;
}
.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
flex-basis: initial;
}
.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper {
flex-grow: initial;
}
.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-center .e-form__buttons__wrapper__button, .elementor-button-align-start .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper__button, .elementor-button-align-end .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper__button {
flex-basis: initial;
}
@media screen and (max-width: 1024px) {
.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
flex-basis: 100%;
}
.elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
flex-basis: 50%;
flex-grow: 1;
}
.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
flex-basis: 100%;
}
.elementor-tablet-button-align-center .elementor-field-type-submit,
.elementor-tablet-button-align-center .e-form__buttons {
justify-content: center;
}
.elementor-tablet-button-align-start .elementor-field-type-submit,
.elementor-tablet-button-align-start .e-form__buttons {
justify-content: flex-start;
}
.elementor-tablet-button-align-end .elementor-field-type-submit,
.elementor-tablet-button-align-end .e-form__buttons {
justify-content: flex-end;
}
.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
flex-basis: initial;
}
.elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper {
flex-grow: initial;
}
.elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-center .e-form__buttons__wrapper__button, .elementor-tablet-button-align-start .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper__button, .elementor-tablet-button-align-end .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper__button {
flex-basis: initial;
}
}
@media screen and (max-width: 767px) {
.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
flex-basis: 100%;
}
.elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
flex-basis: 50%;
flex-grow: 1;
}
.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
flex-basis: 100%;
}
.elementor-mobile-button-align-center .elementor-field-type-submit,
.elementor-mobile-button-align-center .e-form__buttons {
justify-content: center;
}
.elementor-mobile-button-align-start .elementor-field-type-submit,
.elementor-mobile-button-align-start .e-form__buttons {
justify-content: flex-start;
}
.elementor-mobile-button-align-end .elementor-field-type-submit,
.elementor-mobile-button-align-end .e-form__buttons {
justify-content: flex-end;
}
.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
flex-basis: initial;
}
.elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper {
flex-grow: initial;
}
.elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-center .e-form__buttons__wrapper__button, .elementor-mobile-button-align-start .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper__button, .elementor-mobile-button-align-end .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper__button {
flex-basis: initial;
}
}
.elementor-error .elementor-field {
border-color: #d9534f;
}
.elementor-error .help-inline {
color: #d9534f;
font-size: 0.9em;
}
.elementor-message {
margin: 10px 0;
font-size: 1em;
line-height: 1;
}
.elementor-message:before {
content: "\e90e";
display: inline-block;
font-family: eicons;
font-weight: normal;
font-style: normal;
vertical-align: middle;
margin-inline-end: 5px;
}
.elementor-message.elementor-message-danger {
color: #d9534f;
}
.elementor-message.elementor-message-danger:before {
content: "\e87f";
}
.elementor-message.form-message-success {
color: #5cb85c;
}
.elementor-form .elementor-button {
padding-block-start: 0;
padding-block-end: 0;
border: none;
}
.elementor-form .elementor-button > span, .elementor-form .elementor-button-content-wrapper {
display: flex;
justify-content: center;
flex-direction: row;
gap: 5px;
}
.elementor-form .elementor-button.elementor-size-xs {
min-height: 33px;
}
.elementor-form .elementor-button.elementor-size-sm {
min-height: 40px;
}
.elementor-form .elementor-button.elementor-size-md {
min-height: 47px;
}
.elementor-form .elementor-button.elementor-size-lg {
min-height: 59px;
}
.elementor-form .elementor-button.elementor-size-xl {
min-height: 72px;
}
.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container, .elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)) {
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform var(--e-transform-transition-duration, 400ms);
}
.elementor-heading-title {
padding: 0;
margin: 0;
line-height: 1;
}
.elementor-button {
display: inline-block;
line-height: 1;
background-color: #69727D;
font-size: 15px;
padding: 12px 24px;
border-radius: 3px;
color: #fff;
fill: #fff;
text-align: center;
transition: all 0.3s;
}
.elementor-button:hover, .elementor-button:focus, .elementor-button:visited {
color: #fff;
}
.elementor-button-content-wrapper {
display: flex;
justify-content: center;
flex-direction: row;
gap: 5px;
}
.elementor-button-icon {
display: flex;
align-items: center;
}
.elementor-button-icon svg {
width: 1em;
height: auto;
}
.elementor-button-icon .e-font-icon-svg {
height: 1em;
}
.elementor-button-text {
display: inline-block;
}
.elementor-button.elementor-size-xs {
font-size: 13px;
padding: 10px 20px;
border-radius: 2px;
}
.elementor-button.elementor-size-md {
font-size: 16px;
padding: 15px 30px;
border-radius: 4px;
}
.elementor-button.elementor-size-lg {
font-size: 18px;
padding: 20px 40px;
border-radius: 5px;
}
.elementor-button.elementor-size-xl {
font-size: 20px;
padding: 25px 50px;
border-radius: 6px;
}
.elementor-button span {
text-decoration: inherit;
}
.elementor-element.elementor-button-info .elementor-button {
background-color: #5bc0de;
}
.elementor-element.elementor-button-success .elementor-button {
background-color: #5cb85c;
}
.elementor-element.elementor-button-warning .elementor-button {
background-color: #f0ad4e;
}
.elementor-element.elementor-button-danger .elementor-button {
background-color: #d9534f;
}
.elementor-widget-button .elementor-button .elementor-button-info {
background-color: #5bc0de;
}
.elementor-widget-button .elementor-button .elementor-button-success {
background-color: #5cb85c;
}
.elementor-widget-button .elementor-button .elementor-button-warning {
background-color: #f0ad4e;
}
.elementor-widget-button .elementor-button .elementor-button-danger {
background-color: #d9534f;
}
.elementor-view-stacked .elementor-icon {
padding: 0.5em;
background-color: #69727D;
color: #fff;
fill: #fff;
}
.elementor-view-framed .elementor-icon {
padding: 0.5em;
color: #69727D;
border: 3px solid #69727D;
background-color: transparent;
}
.elementor-icon {
display: inline-block;
line-height: 1;
transition: all 0.3s;
color: #69727D;
font-size: 50px;
text-align: center;
}
.elementor-icon:hover {
color: #69727D;
}
.elementor-icon i, .elementor-icon svg {
width: 1em;
height: 1em;
position: relative;
display: block;
}
.elementor-icon i:before, .elementor-icon svg:before {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.elementor-icon i.fad {
width: initial;
}
.elementor-shape-square .elementor-icon {
border-radius: 0;
}
.elementor-shape-rounded .elementor-icon {
border-radius: 10%;
}
.elementor-shape-circle .elementor-icon {
border-radius: 50%;
}
.e-transform .elementor-widget-container, .e-transform:not(:has(.elementor-widget-container)) {
transform: perspective(var(--e-transform-perspective, 0)) rotateZ(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
}
.e-con.e-transform {
transform: perspective(var(--e-con-transform-perspective, 0)) rotateZ(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0));
transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x);
}
.animated {
animation-duration: 1.25s;
}
.animated.animated-slow {
animation-duration: 2s;
}
.animated.animated-fast {
animation-duration: 0.75s;
}
.animated.infinite {
animation-iteration-count: infinite;
}
.animated.reverse {
animation-direction: reverse;
animation-fill-mode: forwards;
}
@media (prefers-reduced-motion: reduce) {
.animated {
animation: none;
}
}
@media (max-width: 767px) {
.elementor .elementor-hidden-phone,
.elementor .elementor-hidden-mobile {
display: none;
}
}
@media (min-width: -1) and (max-width: -1) {
.elementor .elementor-hidden-mobile_extra {
display: none;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.elementor .elementor-hidden-tablet {
display: none;
}
}
@media (min-width: -1) and (max-width: -1) {
.elementor .elementor-hidden-tablet_extra {
display: none;
}
}
@media (min-width: -1) and (max-width: -1) {
.elementor .elementor-hidden-laptop {
display: none;
}
}
@media (min-width: 1025px) and (max-width: 99999px) {
.elementor .elementor-hidden-desktop {
display: none;
}
}
@media (min-width: -1) {
.elementor .elementor-hidden-widescreen {
display: none;
}
}.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container,.elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap;margin-left:-8px;margin-right:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-left:8px;margin-right:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{border-bottom:0;border-left-width:1px;border-right:0;border-top:0;border-style:solid;height:100%;left:auto;position:relative;right:auto;right:-8px;width:auto}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{bottom:0;position:absolute;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{align-items:var(--icon-vertical-align,center);display:flex;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-inline-start:5px}.elementor-widget .elementor-icon-list-icon{display:flex;position:relative;top:var(--icon-vertical-offset,initial)}.elementor-widget .elementor-icon-list-icon svg{height:var(--e-icon-list-icon-size,1em);width:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{font-size:var(--e-icon-list-icon-size);width:1.25em}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (min-width:-1){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-widescreen-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-laptop-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after{right:0}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}#left-area ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items{padding:0}.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)){font-size:0;line-height:1}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;align-items:center;background-color:#69727d;cursor:pointer;display:inline-flex;justify-content:center;text-align:center}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{color:#fff;opacity:.9}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-left:0;margin-right:0}@media (max-width:1024px){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-left:0;margin-right:0}}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}
.site-main .menu-navigation-container{overflow:visible}.elementor-item:after,.elementor-item:before{display:block;position:absolute;transition:.3s;transition-timing-function:cubic-bezier(.58,.3,.005,1)}.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{opacity:0}.elementor-item-active:after,.elementor-item-active:before,.elementor-item.highlighted:after,.elementor-item.highlighted:before,.elementor-item:focus:after,.elementor-item:focus:before,.elementor-item:hover:after,.elementor-item:hover:before{transform:scale(1)}.e--pointer-double-line .elementor-item:after,.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:after,.e--pointer-overline .elementor-item:before,.e--pointer-underline .elementor-item:after,.e--pointer-underline .elementor-item:before{background-color:#3f444b;height:3px;left:0;width:100%;z-index:2}.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{height:0;left:50%;width:0}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:10px}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:-10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:-10px}.e--pointer-double-line.e--animation-none,.e--pointer-double-line.e--animation-none .elementor-item,.e--pointer-double-line.e--animation-none .elementor-item:after,.e--pointer-double-line.e--animation-none .elementor-item:before,.e--pointer-double-line.e--animation-none .elementor-item:focus,.e--pointer-double-line.e--animation-none .elementor-item:hover,.e--pointer-double-line.e--animation-none:after,.e--pointer-double-line.e--animation-none:before,.e--pointer-double-line.e--animation-none:focus,.e--pointer-double-line.e--animation-none:hover,.e--pointer-overline.e--animation-none,.e--pointer-overline.e--animation-none .elementor-item,.e--pointer-overline.e--animation-none .elementor-item:after,.e--pointer-overline.e--animation-none .elementor-item:before,.e--pointer-overline.e--animation-none .elementor-item:focus,.e--pointer-overline.e--animation-none .elementor-item:hover,.e--pointer-overline.e--animation-none:after,.e--pointer-overline.e--animation-none:before,.e--pointer-overline.e--animation-none:focus,.e--pointer-overline.e--animation-none:hover,.e--pointer-underline.e--animation-none,.e--pointer-underline.e--animation-none .elementor-item,.e--pointer-underline.e--animation-none .elementor-item:after,.e--pointer-underline.e--animation-none .elementor-item:before,.e--pointer-underline.e--animation-none .elementor-item:focus,.e--pointer-underline.e--animation-none .elementor-item:hover,.e--pointer-underline.e--animation-none:after,.e--pointer-underline.e--animation-none:before,.e--pointer-underline.e--animation-none:focus,.e--pointer-underline.e--animation-none:hover{transition-duration:0s}.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:before{content:"";top:0}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:-20px;width:10px}.e--pointer-double-line .elementor-item:after,.e--pointer-underline .elementor-item:after{bottom:0;content:""}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{inset-inline-start:100%;width:10px}.e--pointer-framed .elementor-item:after,.e--pointer-framed .elementor-item:before{background:transparent;border:3px solid #3f444b;bottom:0;left:0;right:0;top:0}.e--pointer-framed .elementor-item:before{content:""}.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(.75)}.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(1.25)}.e--pointer-framed.e--animation-grow .elementor-item:before,.e--pointer-framed.e--animation-shrink .elementor-item:before{transition:opacity .2s,transform .4s}.e--pointer-framed.e--animation-draw .elementor-item:after,.e--pointer-framed.e--animation-draw .elementor-item:before{height:3px;width:3px}.e--pointer-framed.e--animation-draw .elementor-item:before{border-width:0 0 3px 3px;transition:width .1s .2s,height .1s .3s,opacity .12s .22s}.e--pointer-framed.e--animation-draw .elementor-item:after{border-width:3px 3px 0 0;bottom:0;content:"";left:auto;right:0;top:auto;transition:width .1s,height .1s .1s,opacity .02s .18s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{height:100%;width:100%}.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{transition:opacity .02s,height .1s,width .1s .1s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:after{transition:opacity .02s .2s,height .1s .2s,width .1s .3s}.e--pointer-framed.e--animation-corners .elementor-item:after,.e--pointer-framed.e--animation-corners .elementor-item:before{height:3px;width:3px}.e--pointer-framed.e--animation-corners .elementor-item:before{border-width:3px 0 0 3px}.e--pointer-framed.e--animation-corners .elementor-item:after{border-width:0 3px 3px 0;bottom:0;content:"";left:auto;right:0;top:auto}.e--pointer-framed.e--animation-corners .elementor-item-active:after,.e--pointer-framed.e--animation-corners .elementor-item-active:before,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,.e--pointer-framed.e--animation-corners .elementor-item:focus:after,.e--pointer-framed.e--animation-corners .elementor-item:focus:before,.e--pointer-framed.e--animation-corners .elementor-item:hover:after,.e--pointer-framed.e--animation-corners .elementor-item:hover:before{height:100%;transition:opacity 2ms,width .4s,height .4s;width:100%}.e--pointer-framed.e--animation-none,.e--pointer-framed.e--animation-none .elementor-item,.e--pointer-framed.e--animation-none .elementor-item:after,.e--pointer-framed.e--animation-none .elementor-item:before,.e--pointer-framed.e--animation-none .elementor-item:focus,.e--pointer-framed.e--animation-none .elementor-item:hover,.e--pointer-framed.e--animation-none:after,.e--pointer-framed.e--animation-none:before,.e--pointer-framed.e--animation-none:focus,.e--pointer-framed.e--animation-none:hover{transition-duration:0s}.e--pointer-background .elementor-item:after,.e--pointer-background .elementor-item:before{content:"";transition:.3s}.e--pointer-background .elementor-item:before{background:#3f444b;bottom:0;left:0;right:0;top:0;z-index:-1}.e--pointer-background .elementor-item-active,.e--pointer-background .elementor-item.highlighted,.e--pointer-background .elementor-item:focus,.e--pointer-background .elementor-item:hover{color:#fff}.e--pointer-background.e--animation-grow .elementor-item:before{transform:scale(.5)}.e--pointer-background.e--animation-grow .elementor-item-active:before,.e--pointer-background.e--animation-grow .elementor-item.highlighted:before,.e--pointer-background.e--animation-grow .elementor-item:focus:before,.e--pointer-background.e--animation-grow .elementor-item:hover:before{opacity:1;transform:scale(1)}.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(1.2);transition:.3s}.e--pointer-background.e--animation-shrink .elementor-item-active:before,.e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,.e--pointer-background.e--animation-shrink .elementor-item:focus:before,.e--pointer-background.e--animation-shrink .elementor-item:hover:before{transition:opacity .15s,transform .4s}.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:100%}.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{right:100%}.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:100%}.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:100%}.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:50%;top:50%}.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:50%;right:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{background:#3f444b;bottom:0;left:0;right:0;top:0;z-index:-1}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before{bottom:100%;top:0}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{bottom:0;top:100%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before{bottom:50%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after{top:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before{left:100%;right:0}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after{left:0;right:100%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before{left:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after{right:50%}.e--pointer-background.e--animation-none,.e--pointer-background.e--animation-none .elementor-item,.e--pointer-background.e--animation-none .elementor-item:after,.e--pointer-background.e--animation-none .elementor-item:before,.e--pointer-background.e--animation-none .elementor-item:focus,.e--pointer-background.e--animation-none .elementor-item:hover,.e--pointer-background.e--animation-none:after,.e--pointer-background.e--animation-none:before,.e--pointer-background.e--animation-none:focus,.e--pointer-background.e--animation-none:hover{transition-duration:0s}.e--pointer-text.e--animation-skew .elementor-item:focus,.e--pointer-text.e--animation-skew .elementor-item:hover{transform:skew(-8deg)}.e--pointer-text.e--animation-grow .elementor-item:focus,.e--pointer-text.e--animation-grow .elementor-item:hover{transform:scale(1.2)}.e--pointer-text.e--animation-shrink .elementor-item:focus,.e--pointer-text.e--animation-shrink .elementor-item:hover{transform:scale(.8)}.e--pointer-text.e--animation-float .elementor-item:focus,.e--pointer-text.e--animation-float .elementor-item:hover{transform:translateY(-8px)}.e--pointer-text.e--animation-sink .elementor-item:focus,.e--pointer-text.e--animation-sink .elementor-item:hover{transform:translateY(8px)}.e--pointer-text.e--animation-rotate .elementor-item:focus,.e--pointer-text.e--animation-rotate .elementor-item:hover{transform:rotate(6deg)}.e--pointer-text.e--animation-none,.e--pointer-text.e--animation-none .elementor-item,.e--pointer-text.e--animation-none .elementor-item:after,.e--pointer-text.e--animation-none .elementor-item:before,.e--pointer-text.e--animation-none .elementor-item:focus,.e--pointer-text.e--animation-none .elementor-item:hover,.e--pointer-text.e--animation-none:after,.e--pointer-text.e--animation-none:before,.e--pointer-text.e--animation-none:focus,.e--pointer-text.e--animation-none:hover{transition-duration:0s}.elementor-nav-menu--main .elementor-nav-menu a{transition:.4s}.elementor-nav-menu--main .elementor-nav-menu a,.elementor-nav-menu--main .elementor-nav-menu a.highlighted,.elementor-nav-menu--main .elementor-nav-menu a:focus,.elementor-nav-menu--main .elementor-nav-menu a:hover{padding:13px 20px}.elementor-nav-menu--main .elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu--main .elementor-nav-menu a.disabled{background:#3f444b;color:#88909b}.elementor-nav-menu--main .elementor-nav-menu ul{border-style:solid;border-width:0;padding:0;position:absolute;width:12em}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up{background:#fff;display:none;height:20px;overflow:hidden;position:absolute;visibility:hidden}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow{border:8px dashed transparent;border-bottom:8px solid #33373d;height:0;left:50%;margin-inline-start:-8px;overflow:hidden;position:absolute;top:-2px;width:0}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow{border-color:#33373d transparent transparent;border-style:solid dashed dashed;top:6px}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg,.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i{transform:rotate(-90deg)}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg{fill:currentColor;height:1em;width:1em}.elementor-nav-menu--layout-horizontal{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu{display:flex;flex-wrap:wrap}.elementor-nav-menu--layout-horizontal .elementor-nav-menu a{flex-grow:1;white-space:nowrap}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down{top:100%!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a{margin-inline-start:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-down,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-up,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul{left:var(--e-nav-menu-horizontal-menu-item-margin)!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a{margin-inline-end:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after{align-self:center;border-color:var(--e-nav-menu-divider-color,#000);border-left-style:var(--e-nav-menu-divider-style,solid);border-left-width:var(--e-nav-menu-divider-width,2px);content:var(--e-nav-menu-divider-content,none);height:var(--e-nav-menu-divider-height,35%)}.elementor-nav-menu__align-right .elementor-nav-menu{justify-content:flex-end;margin-left:auto}.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-left .elementor-nav-menu{justify-content:flex-start;margin-right:auto}.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-start .elementor-nav-menu{justify-content:flex-start;margin-inline-end:auto}.elementor-nav-menu__align-start .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-end .elementor-nav-menu{justify-content:flex-end;margin-inline-start:auto}.elementor-nav-menu__align-end .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-center .elementor-nav-menu{justify-content:center;margin-inline-end:auto;margin-inline-start:auto}.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:center}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu{width:100%}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{flex-grow:1}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a{justify-content:center}.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle{display:none}.elementor-widget-nav-menu .elementor-widget-container,.elementor-widget-nav-menu:not(:has(.elementor-widget-container)):not([class*=elementor-hidden-]){display:flex;flex-direction:column}.elementor-nav-menu{position:relative;z-index:2}.elementor-nav-menu:after{clear:both;content:" ";display:block;font:0/0 serif;height:0;overflow:hidden;visibility:hidden}.elementor-nav-menu,.elementor-nav-menu li,.elementor-nav-menu ul{display:block;line-height:normal;list-style:none;margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.elementor-nav-menu ul{display:none}.elementor-nav-menu ul ul a,.elementor-nav-menu ul ul a:active,.elementor-nav-menu ul ul a:focus,.elementor-nav-menu ul ul a:hover{border-left:16px solid transparent}.elementor-nav-menu ul ul ul a,.elementor-nav-menu ul ul ul a:active,.elementor-nav-menu ul ul ul a:focus,.elementor-nav-menu ul ul ul a:hover{border-left:24px solid transparent}.elementor-nav-menu ul ul ul ul a,.elementor-nav-menu ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul a:hover{border-left:32px solid transparent}.elementor-nav-menu ul ul ul ul ul a,.elementor-nav-menu ul ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul ul a:hover{border-left:40px solid transparent}.elementor-nav-menu a,.elementor-nav-menu li{position:relative}.elementor-nav-menu li{border-width:0}.elementor-nav-menu a{align-items:center;display:flex}.elementor-nav-menu a,.elementor-nav-menu a:focus,.elementor-nav-menu a:hover{line-height:20px;padding:10px 20px}.elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu a.disabled{color:#88909b;cursor:not-allowed}.elementor-nav-menu .e-plus-icon:before{content:"+"}.elementor-nav-menu .sub-arrow{align-items:center;display:flex;line-height:1;margin-block-end:-10px;margin-block-start:-10px;padding:10px;padding-inline-end:0}.elementor-nav-menu .sub-arrow i{pointer-events:none}.elementor-nav-menu .sub-arrow .fa.fa-chevron-down,.elementor-nav-menu .sub-arrow .fas.fa-chevron-down{font-size:.7em}.elementor-nav-menu .sub-arrow .e-font-icon-svg{height:1em;width:1em}.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down{height:.7em;width:.7em}.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,.elementor-nav-menu--dropdown .elementor-item.highlighted,.elementor-nav-menu--dropdown .elementor-item:focus,.elementor-nav-menu--dropdown .elementor-item:hover,.elementor-sub-item.elementor-item-active,.elementor-sub-item.highlighted,.elementor-sub-item:focus,.elementor-sub-item:hover{background-color:#3f444b;color:#fff}.elementor-menu-toggle{align-items:center;background-color:rgba(0,0,0,.05);border:0 solid;border-radius:3px;color:#33373d;cursor:pointer;display:flex;font-size:var(--nav-menu-icon-size,22px);justify-content:center;padding:.25em}.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open,.elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close{display:none}.elementor-menu-toggle .e-font-icon-svg{fill:#33373d;height:1em;width:1em}.elementor-menu-toggle svg{height:auto;width:1em;fill:var(--nav-menu-icon-color,currentColor)}span.elementor-menu-toggle__icon--close,span.elementor-menu-toggle__icon--open{line-height:1}.elementor-nav-menu--dropdown{background-color:#fff;font-size:13px}.elementor-nav-menu--dropdown-none .elementor-menu-toggle,.elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown.elementor-nav-menu__container{margin-top:10px;overflow-x:hidden;overflow-y:auto;transform-origin:top;transition:max-height .3s,transform .3s}.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item{font-size:.85em}.elementor-nav-menu--dropdown a{color:#33373d}.elementor-nav-menu--dropdown a.current{background:#1f2124;color:#fff}.elementor-nav-menu--dropdown a.disabled{color:#b3b3b3}ul.elementor-nav-menu--dropdown a,ul.elementor-nav-menu--dropdown a:focus,ul.elementor-nav-menu--dropdown a:hover{border-inline-start:8px solid transparent;text-shadow:none}.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a{justify-content:center}.elementor-nav-menu--toggle{--menu-height:100vh}.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container{max-height:0;overflow:hidden;transform:scaleY(0)}.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{animation:hide-scroll .3s backwards;max-height:var(--menu-height);transform:scaleY(1)}.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown{position:absolute;z-index:9997}@media (max-width:767px){.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main{display:none}}@media (min-width:768px){.elementor-nav-menu--dropdown-mobile .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:-1){.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--main{display:none}}@media (min-width:-1){.elementor-nav-menu--dropdown-mobile_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:1024px){.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main{display:none}}@media (min-width:1025px){.elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:-1){.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--main{display:none}}@media (min-width:-1){.elementor-nav-menu--dropdown-tablet_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@keyframes hide-scroll{0%,to{overflow:hidden}}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}