/* Default Css **/

a,
a:focus,
a:hover:focus,
button:focus,
button:hover:focus,
.btn:focus,
.btn:hover:focus,
a:hover {
    text-decoration: none;
    outline: none;
    border: none;
    -webkit-border: none;
    -moz-border: none;
    -ms-border: none;
    -o-border: none;
}

a {
    color: #000000;
}

.rafo-nmenu a:focus {
    color: #ee324a !important;
}

a:hover {
    color: #ee324a;
}

.rafo-nmenu ul ul a:focus {
    color: #fff !important;
}

img {
    max-width: 100%;
    height: auto;
}

.rafo-header a.navbar-brand:focus {
    color: #fff !important;
}

html,
body {
    font-size: 14px;
    line-height: 1.7em;
    width: 100%;
    font-family: Open Sans;
    background-color: #f7f7f7;
    color: #798795
}

body {
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.post-single h1,
.post-single h2,
.post-single h3,
.post-single h4,
.post-single h5,
.post-single h6,
.rafo-post-single h1,
.rafo-post-single h2,
.rafo-post-single h3,
.rafo-post-single h4,
.rafo-post-single h5,
.rafo-post-single h6 {
    margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Oswald;
    line-height: 1.3;
    color: #000000;
}

p {
    margin-bottom: 20px;
}

.rafo-rafo-page-content li a {
    color: #ee324a;
}

.rafo-rafo-page-content li a:hover {
    color: #000000;
}

b,
strong {
    font-weight: bold;
    color: #000;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
    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;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 1.2em 1.2em;
}

.alignleft {
    float: left;
    margin: 5px 1.2em 1.2em 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 1.2em 1.2em;
}

a img.alignnone {
    margin: 5px 1.2em 1.2em 0;
}

a img.alignleft {
    float: left;
    margin: 5px 1.2em 1.2em 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.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;
}

.post-single ol,
.post-single ul {
    clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

blockquote p {
    color: #000;
    line-height: 1.8;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

select,
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 {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 13px;
    background-color: #f7f7f7;
    margin-bottom: 15px;
    border-radius: 0;
    color: #001157;
    width: 100%;
    transition: 0.3s;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.site-blog-content-area .post-single.sticky {
    background-color: #fdfbf2;
}

.sticky .blog-article-page h2.entry-title a {
    color: #ee324a;
}

.updated:not(.published) {
    display: none;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.page-links a:hover {
    background-color: #ee324a;
}

.blog-article-page h2.entry-title {
    line-height: 30px;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.rafo-post-comment-area {
    background-color: #fff;
    padding: 30px;
    margin-top: 45px;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.rafo-page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.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;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
    display: flex;
    flex-wrap: wrap;
}

.gallery .gallery-item {
    margin: 5px;
}

.gallery .gallery-item a {
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    overflow: hidden;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    margin-bottom: 30px;
}

.gallery-columns-2 .gallery-item {
    max-width: calc(50% - 15px);
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 30px;
}

.gallery-columns-3 .gallery-item {
    max-width: calc(33.33% - 10px);
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 20px;
}

.gallery-columns-4 .gallery-item {
    max-width: calc(25% - 10px);
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 20px;
}

.gallery-columns-5 .gallery-item {
    max-width: calc(20% - 10px);
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 10px;
}

.gallery-columns-6 .gallery-item {
    max-width: calc(16.66% - 10px);
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 10px;
}

.gallery-columns-7 .gallery-item {
    max-width: calc(14.28% - 10px);
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 10px;
}

.gallery-columns-8 .gallery-item {
    max-width: calc(12.5% - 10px);
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 10px;
}

.gallery-columns-9 .gallery-item {
    max-width: calc(11.11% - 10px);
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 10px;
}

.gallery-caption {
    display: block;
}

.site {
    position: relative;
    overflow: hidden;
}

.calendar_wrap table {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.calendar_wrap table th,
.calendar_wrap table td {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 7px;
}

pre {
    display: block;
    font-family: "Courier 10 Pitch", Courier, monospace;
    padding: 30px;
    margin: 0 0 15px;
    line-height: 1.6em;
    font-size: 14px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    overflow: auto;
    border: none;
    border-radius: 5px;
}

figure a {
    color: #ee324a;
}

figure a:hover {
    color: #000000;
}

input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=search],
input[type=tel],
textarea {
    padding: 10px;
}

input[type=submit] {
    border: none;
    padding: 11px 20px;
    font-weight: 700;
}

input:focus,
textarea:focus,
a:focus,
button:focus {
    outline: none
}

.mejs-audio {
    margin-bottom: 30px;
}

.wp-block-media-text.alignwide {
    background-color: #f7f7f7;
}

.nav-links {
    overflow: hidden;
}

.nav-previous {
    float: left;
}

.nav-next {
    float: right;
    text-align: right;
}

.nav-links .nav-previous {
    max-width: 50%;
}

.nav-links .nav-next {
    max-width: 50%;
}

.nav-links a {
    padding: 4px 0;
    border-radius: 2px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.post-single-rag-meta {
    margin-top: 15px;
}

.alignfull,
.alignwide {
    width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    max-width: 100vw;
    padding: 15px;
    background-color: #e8e8e8;
    border: 1px solid rgb(241, 240, 240);
    border-radius: 5px;
}

.wp-block-cover.has-background-dim.alignwide {
    background-color: #000;
}

.wp-block-cover.has-background-dim.alignfull {
    background-color: #000;
}

nav.navigation.post-navigation .nav-links a h3 {
    font-size: 16px;
    font-weight: 500;
    font-family: Oswald;
    display: block;
    margin-bottom: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

nav.navigation.post-navigation .nav-links a h3:hover {
    color: #ee324a;
}

.rafo-post-navication {
    background-color: #fff;
    padding: 30px;
}

nav.navigation.post-navigation .nav-links a span {
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
    font-family: Oswald;
    color: #ee324a;
}

.post-single table,
.post-single table,
.post-details table,
.comments-area table,
.rafo-single-post-page table {
    width: 100%;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    margin-bottom: 30px;
}

table,
table th,
table td {
    border: 1px solid rgb(230, 230, 230);
}

footer table,
footer table th,
footer table td {
    border: 1px solid #403e3e;
}

.post-single table th,
.post-single table tr,
.post-single table td,
.rafo-pros-content table th,
.rafo-pros-content table tr,
.rafo-pros-content table td,
.post-details table th,
.post-details table tr,
.post-details table td,
.comments-area table th,
.comments-area table tr,
.comments-area table td {
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 5px;
}

.post-single table td a,
.rafo-pros-content table td a {
    color: #000000
}

.post-single table td a:hover,
.rafo-pros-content table td a:hover {
    color: #ee324a
}

.post-single dl dd,
.post-details dl dd,
.comments-area dl dd,
.rafo-pros-content dl dd {
    margin: 0 1.5em 1.5em;
}

.comments-area {
    overflow: hidden;
}

.comments-title {
    margin-bottom: 25px;
}

.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment-meta {
    position: relative;
    padding-left: 45px;
    margin-bottom: 10px;
}

.comment-meta img.avatar {
    position: absolute;
    left: 0;
    top: 6px;
    width: 32px;
    height: auto;
    border-radius: 50%;
}

.comment-metadata {
    font-size: 80%;
}

.children {
    margin: 0;
    padding: 0;
    list-style: none;
}

.children li {
    padding-left: 20px;
}

.comment-respond input,
.comment-respond textarea {
    width: 100%;
}

.comment-respond input[type=submit] {
    width: auto;
}

blockquote:after {
    content: "\f10e";
    position: absolute;
    right: 5px;
    font-family: fontawesome;
    font-size: 111px;
    top: -85px;
    color: #f7dbdf;
    transform: rotate(31deg);
    z-index: -1;
}

blockquote {
    line-height: 1.8;
    position: relative;
    text-align: center;
    background: #f8eaec;
    border: 0 none;
    padding: 29px;
    color: #000;
    border-left: 4px solid #000;
    overflow: hidden;
    z-index: 9999;
}

blockquote a {
    color: #ee324a;
}

blockquote a:hover {
    color: #000000;
}

code {
    padding: 2px 10px;
    font-size: 90%;
    color: #c7254e;
    background-color: #efe1e5;
    border-radius: 4px;
    display: inline-block;
}

mark,
ins {
    background: #fff9c0;
    color: #1F2235;
    text-decoration: none;
    padding: 0 4px;
    border-radius: 2px;
}

.entry-content pre code {
    background: transparent;
}


/* Widgets */

.rafo-sidebar .widget {
    background: #fff;
    padding: 35px;
    margin-bottom: 50px;
}

.widget h2.widget-title {
    font-size: 24px;
    position: relative;
    margin-bottom: 30px;
}

.widget h2.widget-title:after {
    content: "";
    width: 10%;
    height: 2px;
    background: #ee324a;
    position: absolute;
    left: 0;
    bottom: -7px;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget.widget_categories ul li,
.widget.widget_archive ul li {
    overflow: hidden;
    text-align: right;
}

.widget ul li {
    margin-bottom: 20px;
    display: block;
}

.widget.widget_categories ul li a,
.widget.widget_archive ul li a {
    float: left;
    text-transform: capitalize;
}

.widget ul li a {
    font-weight: 400;
    display: inline-block;
}

.widget ul li li:last-child {
    margin-bottom: 0 !important;
}

.widget ul ul {
    padding: 0;
    margin-top: 10px;
    margin-left: 2px;
    border-left: 1px solid rgba(185, 185, 185, 0.3);
}

.widget.widget_calendar #wp-calendar {
    width: 100%;
    margin-bottom: 0;
}

.widget.widget_calendar #wp-calendar th,
.widget.widget_calendar #wp-calendar td {
    font-weight: 600;
    text-align: center;
    color: #0000007a;
}

.widget.widget_recent_comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget ul li .comment-author-link a {
    color: #ee324a !important;
    text-transform: capitalize;
}

.widget.widget_recent_entries ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget_rss li a {
    color: #212529;
    font-weight: 600;
}

.widget_rss li a:hover {
    color: #ee324a;
}

.widget_search .search-form > input {
    width: 100%;
    border: 1px solid rgb(230, 230, 230);
    background-color: #f7f7f7;
    color: #000;
    padding: 15px 16px;
    transition: .4s;
    margin-bottom: 0;
}

.search-button button:hover,
.search-button button:hover:focus {
    background-color: #000;
}

.search-button button,
.search-button button:focus {
    position: absolute;
    top: 0;
    right: 0;
    padding: 16px 19px;
    border: 1px solid transparent;
    cursor: pointer;
    background-color: #ee324a;
    color: #fff;
    outline: none;
    border: none;
}

.widget_search .search-form,
.rafo-footer-widgets .widget_search .search-form {
    position: relative;
}

.widget_search .search-form > input:focus,
.rafo-footer-widgets .widget_search .search-form > input:focus {
    outline: red;
    border: 1px solid #ee324a;
    transition: .4s;
}

.widget ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget_calendar caption {
    color: #fff;
    caption-side: top;
    text-align: center;
    background: #ee324a;
}

.widget ul.sub-menu {
    background: transparent;
}

.widget ul li li {
    margin-bottom: 10px !important;
    padding-left: 15px;
}

.sbOptions li {
    text-align: left !important;
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 0 20px;
}

.widget.rafo-ft-content ul ul {
    border-left: 1px solid rgba(154, 154, 154, 0.12);
}

.sbOptions li a {
    float: none !important;
    width: 100%;
}

.widget.widget_calendar #wp-calendar td#today {
    background: #ee324a;
    color: #fff;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
    border: none;
}

.rafo-ftw-box .widget.widget_calendar #wp-calendar th,
.rafo-ftw-box .widget.widget_calendar #wp-calendar td {
    color: #ffffff;
    border-right: 1px solid #403e3e;
    border-top: 1px solid #403e3e;
}

.rafo-ftw-box .calendar_wrap table {
    border-left: 1px solid #403e3e;
    border-bottom: 1px solid #403e3e;
}

.rafo-ftw-box .widget.widget_calendar #wp-calendar td a {
    color: #ee324a;
}

.sbOptions a {
    padding: 0 !important;
    border: none !important;
}

.sbOptions li:last-child {
    margin-bottom: 20px !important;
}

.sbOptions li:first-child {
    margin-top: 20px;
}


/* footer widget */

.rafo-ftw-box .widget select options {
    color: #000000;
}

.rafo-ftw-box select option {
    color: #000000;
}

.rafo-ftw-box .widget_archive ul.sbOptions li a:hover,
.rafo-ftw-box .widget_categories ul.sbOptions li a:hover {
    color: #ee324a;
}

.rafo-ftw-box .widget_archive ul.sbOptions li a,
.rafo-ftw-box .widget_categories ul.sbOptions li a {
    color: #000000;
    margin: 0;
}

.rafo-footer-widgets .col-xl-2.col-lg-2.col-md-6.col-sm-6.col-12 .rafo-ftw-box .calendar_wrap table td {
    padding: 0px;
    text-align: center;
}

.rafo-ftw-box .widget_recent_comments ul li {
    color: #ffffff;
}

.rafo-ftw-box .widget li.recentcomments a {}

.rafo-ftw-box .widget.widget_ress h2 a.rsswidget {
    color: #fff;
}

.rafo-ftw-box h2.widgettitle a.rsswidget {
    color: #fff;
}

.rafo-ftw-box .widget_rss h2 a.rsswidget {
    color: #fff;
}

.rafo-ftw-box .widget_recent_entries ul li,
.rafo-ftw-box .widget_rss ul li {
    line-height: 24px;
}

.rafo-ftw-box .widget_rss ul li {
    color: #fff;
}

.rafo-ftw-box .widget_rss ul li a {
    font-weight: bold;
    display: block;
    width: 100%;
    margin-bottom: 14px;
    font-size: 14px;
    margin-top: 10px;
}

.rafo-ftw-box .widget.widget_categories ul li > span,
.rafo-ftw-box .widget.widget_archive ul li > span {
    color: #ffffff;
    padding: 0
}

.rafo-ftw-box .widget.widget_text .textwidget p > strong {
    color: #ffffff;
}

.rafo-ftw-box .widget_text p {
    color: #fff;
}

.rafo-ftw-box span.down-up {
    color: #ffffff;
}

.rafo-ftw-box .sbToggle {
    height: 104%;
    right: -1px;
    top: -1px;
}

footer .widget_search .search-form > input {
    border: 1px solid rgb(34, 34, 34);
}

.sbOptions {
    width: 100% !important;
}


/* Password protacted **/

.rafo-post-protact {
    text-align: center;
    padding: 60px 0;
    background: #f7f7f7;
    margin: 20px 35px;
}

.rafo-post-protact input[type="password"] {
    width: auto;
    min-width: 244px;
    border-radius: 35px;
    border: 1px solid #ee324a;
    padding: 9px 21px;
}

.rafo-post-protact input[type="submit"] {
    background: #ee324a;
    color: #fff;
    border-radius: 35px;
    padding: 10px 31px;
    cursor: pointer;
    margin-left: 10px;
}

.rafo-post-protact input[type="submit"]:hover {
    background-color: #000000;
    color: #ffffff;
}


/*** paginations ***/

.navigation.pagination ul.page-number,
.page-links.post-pagination > ul.page-numbers {
    padding: 0;
    margin: 0;
}

.page-links.post-pagination > ul.page-numbers {
    display: inline-block;
}

.navigation.pagination ul.page-numbers li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.page-links.post-pagination > p {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    color: #000;
}

.page-links.post-pagination > ul.page-numbers li {
    display: inline-block;
    list-style: none;
}

.navigation.pagination ul.page-numbers li a,
.navigation.pagination ul.page-numbers li > span,
.page-links.post-pagination > ul.page-numbers li span,
.page-links.post-pagination > ul.page-numbers li a,
.comments-pagination a,
.comments-pagination span.page-numbers {
    display: block;
    width: 45px;
    height: 45px;
    background: #ffffff;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
    color: #000000;
    font-size: 15px;
    margin: 3px;
    border: 1px solid rgb(224, 224, 224);
}

nav.navigation.pagination span.page-numbers.dots {
    padding: 8px;
}

.navigation.pagination ul.page-numbers li > span,
.navigation.pagination ul.page-numbers li a:hover,
.page-links.post-pagination > ul.page-numbers li a:hover,
.page-links.post-pagination > ul.page-numbers li span,
.comments-pagination a:hover,
.comments-pagination span.page-numbers {
    background-color: #ee324a;
    color: #fff;
}

nav.navigation.comments-pagination .nav-links a,
nav.navigation.comments-pagination .nav-links > span {
    display: inline-block;
}

nav.navigation.comments-pagination {
    margin-bottom: 23px;
}

.navigation.pagination .nav-links {
    margin-bottom: 0;
    width: 100%;
}


/*** Preloader ***/

#loader {
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    width: 90px;
}

#loader ul {
    margin: 0;
    list-style: none;
    width: 90px;
    position: relative;
    padding: 0;
    height: 10px;
}

#loader ul li {
    position: absolute;
    width: 2px;
    height: 0;
    background-color: #ee324a;
    bottom: 0;
}

@keyframes sequence1 {
    0% {
        height: 10px;
    }
    50% {
        height: 50px;
    }
    100% {
        height: 10px;
    }
}

@keyframes sequence2 {
    0% {
        height: 20px;
    }
    50% {
        height: 65px;
    }
    100% {
        height: 20px;
    }
}

#loader li:nth-child(1) {
    left: 0;
    animation: sequence1 1s ease infinite 0;
}

#loader li:nth-child(2) {
    left: 15px;
    animation: sequence2 1s ease infinite 0.1s;
}

#loader li:nth-child(3) {
    left: 30px;
    animation: sequence1 1s ease-in-out infinite 0.2s;
}

#loader li:nth-child(4) {
    left: 45px;
    animation: sequence2 1s ease-in infinite 0.3s;
}

#loader li:nth-child(5) {
    left: 60px;
    animation: sequence1 1s ease-in-out infinite 0.4s;
}

#loader li:nth-child(6) {
    left: 75px;
    animation: sequence2 1s ease infinite 0.5s;
}

.rafo-preloader {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffffff;
    z-index: 99999999999999;
}

select {
    width: 100%;
    padding: 14px;
    border: 1px solid #d8d8d8;
    background-color: #f7f7f7;
}

select:focus {
    border-color: #ee324a;
    outline: #ee324a;
}

input:focus,
button:focus,
a:focus {
    text-decoration: none;
    outline: none;
    color: #ee324a;
}