/*==========================
CSS INDEX
============================
1. Mainmenu-Area
2. Phone-Number-Action
3. Action-Button
4. Header-Search-Form
5. Responsive-Menu
6. Site-Header
7. Post-Style
8. Post-Format-Audio
9. Post-Format-Quote
10. Single-Post-Page
11. Related-Post
12. Author-Details
13. Post-Pagination
14. Comment-List-Area
15. Comment-Form
16. Widget-Design
17. Search-Form
18. Widget-Category
19. Widget-Tag-Style
21. Footer-Area
22. Footer-Bottom
23. Error-Page
24. ScrollUp-Button
25. Preloader-Style
==========================*/

/*-- 1. Mainmenu-Area --*/
.header-menu-area {
    background-color: #ffffff;
    width: 100%;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 9999;
}

.menu-set-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.admin-bar .menu-set-top {
    top: 30px;
}

/*-- Transparent-Menu-Area --*/
.dark-tr-menu .header-menu-area,
.light-tr-menu .header-menu-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent;
    z-index: 99;
}

.admin-bar.dark-tr-menu .header-menu-area,
.admin-bar.light-tr-menu .header-menu-area {
    top: 30px;
}

/*-- Light-Transparent --*/

.mainmenu-area {
    width: 100%;
    height: auto;
    z-index: 9999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu-area.affix {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    top: 0;
    left: 0;
    position: fixed !important;
    background-color: #ffffff;
    max-height: 80%;
}

.admin-bar .mainmenu-area.affix {
    top: 30px;
}

.mainmenu-area .navbar-right {
    padding-top: 10px;
    padding-bottom: 10px;
}

.mainmenu-area #mainmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mainmenu-area #mainmenu ul li {
    position: relative;
}

.mainmenu-area #mainmenu ul li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 16px;
}

.mainmenu-area #mainmenu > ul > li {
    display: inline-block;
}

.mainmenu-area #mainmenu > ul > li > a {
    display: block;
    padding: 35px 15px;
    z-index: 1;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu-area #mainmenu ul li > a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #ff8b3c;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu-area #mainmenu ul li.current-menu-item > a:before,
.mainmenu-area #mainmenu ul li:hover > a:before {
    height: 100%;
    bottom: auto;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu-area #mainmenu ul li.current-menu-item > a,
.mainmenu-area #mainmenu ul li:hover > a {
    color: #ffffff;
}

/*-- 1.2 Logo-Style --*/

.mainmenu-area .site-brand {
    display: inline-block;
}

.mainmenu-area .site-brand .logo-text {
    display: inline-block;
    padding: 15px 15px 15px 0;
    font-size: 28px;
    margin: 0;
}
.mainmenu-area .site-brand .logo-text {
    display: inline-block;
    padding: 20px 30px 20px 0;
    font-size: 28px;
    margin: 0;
    font-weight: 700;
}
.mainmenu-area .menu-content {
    margin-left: 8px;
}

/*-- Mobile-Menu --*/
.mainmenu-area .navbar-toggle .icon-bar {
    background-color: #151D41;
}

/*-- Top-Bar-Style --*/
.top-bar {
    border-bottom: 1px solid #ECECEC;
    padding-top: 5px;
    padding-bottom: 5px;
}

.personal-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.personal-info ul li {
    display: inline-block;
    padding: 10px 15px 10px 0;
    color: rgba(21, 29, 65, 0.6);
}

.light-tr-menu .personal-info ul li {
    color: #ffffff;
}

.personal-info ul li i {
    display: inline-block;
    margin-right: 5px;
    color: #ff8b3c;
}

.personal-info ul li a {
    color: rgba(21, 29, 65, 0.6);
    display: inline-block;
}

.personal-info ul li a:hover {
    text-decoration: underline;
    color: #151d41;
}

.light-tr-menu .mainmenu-area:not(.affix) #mainmenu > ul > li > a,
.light-tr-menu .mainmenu-area:not(.affix) .site-brand .logo-text,
.light-tr-menu .personal-info ul li a,
.light-tr-menu .personal-info ul li a:hover,
.light-tr-menu .personal-info ul li {
    color: #ffffff;
}

.social_link a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #EAEAEA;
    color: #0F1326;
    background-color: #ffffff;
    font-size: 12px;
    border-radius: 100px;
    margin: 3px;
}

.social_link a:first-child {
    margin-left: 0;
}

.social_link a:last-child {
    margin-right: 0;
}

.social_link a:hover {
    border: 1px solid #ff8b3c;
    background-color: #ff8b3c;
    color: #ffffff;
}


/*-- 6. Site-Header --*/
.site-header {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background-image: url('../images/site-header.png');
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    background-color: #F7FAFE;
}

.dark-tr-menu .site-header,
.light-tr-menu .site-header {
    padding-top: 180px;
}

.site-header:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 12, 25, 0);
}

.site-header .page-title {
    font-size: 40px;
    line-height: 70px;
    color: #151D41;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
    text-transform: capitalize;
}

.site-header .bread {
    margin-top: 5px;
}

.site-header .bread a,
.site-header .bread {
    font-size: 16px;
    line-height: 26px;
    color: rgba(21, 29, 65, 0.6);
    font-weight: 400;
    text-align: center;
}

.site-header .bread a:hover {
    opacity: 1;
    text-decoration: underline;
}

/*-- 7. Post-Style --*/
.Vcharitycore-post-grid:after {
    content: '';
    clear: both;
    display: block;
}

.Vcharitycore-post-grid .post-box {
    float: left;
}

.single-post .post-list-items,
.single-post-item {
    position: relative;
    margin-bottom: 30px;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}

.single-post .single-post-item {
    margin-bottom: 0;
}

.single-post .post-list-items .single-post-item:not(.post-quote):not(.post-link) {
    border: none;
    border-radius: 0;
    background: none;
    padding: 0;
}

.post-list-items > .single-post-item:last-child {
    margin-bottom: 0;
}

.single-post-item .post-main {
    width: 100%;
    display: block;
}

.single-post-item .post-main:after {
    content: "";
    display: block;
    clear: both;
}

.single-post-item .post-main .post-media {
    overflow: hidden;
    position: relative;
    display: block;
    border-radius: 5px 5px 0 0;
}

/*-- 8. Post-Format-Audio --*/
.single-post-item .post-main .post-media.audio-post iframe {
    width: 100%;
    height: 165px;
}

/*-- 9. Post-Format-Quote --*/
.single-post-item.post-link,
.single-post-item.post-quote {
    background-color: #fff;
    padding: 30px;
    text-align: left;
    border: 1px solid #eaeaea;
    position: relative;
    border-radius: 5px;
}

.single-post-item.post-link:before,
.single-post-item.post-quote:before {
    display: inline-block;
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    border-radius: 50%;
    background-color: #ff8b3c;
    margin-bottom: 20px;
    text-align: center;
}

.single-post-item.post-link:before {
    content: "\f0c1";
}

.single-post .single-post-item.post-link,
.single-post .single-post-item.post-quote {
    border: none;
    border-radius: 0;
}

.single-post-item.post-link .header-post-meta,
.single-post-item.post-quote .header-post-meta {
    margin-bottom: 0;
    padding-top: 15px;
}


.single-post-item .post-main .post-contents {
    position: relative;
    padding: 25px 30px;
}

.single-post-item.sticky .post-main .post-contents {
    background-color: #f8f9ff;
    padding: 30px;
}

.post-meta-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-post-meta {
    margin-bottom: 10px;
}

.post-meta-list li {
    display: inline-block;
    margin-right: 30px;
    line-height: 30px;
    font-size: 16px;
    color: rgba(21, 29, 65, 0.6);
}

.post-meta-list a {
    color: rgba(21, 29, 65, 0.6);
}

.post-meta-list a:hover {
    color: #ff8b3c;
}

.post-meta-list li:last-child {
    margin-right: 0;
}

.post-meta-list li .icon {
    margin-right: 5px;
    max-width: 30px;
}

.single-post-item .post-main .post-details {
    position: relative;
}

.single-post-item .post-main .post-title {
    font-size: 24px;
    color: #151D41;
    font-weight: 400;
    position: relative;
    margin-bottom: 15px;
}

.single-post-item .post-main .post-title a:hover {
    text-decoration: underline;
}

.single-post-item .post-main .post-desc {
    color: rgba(21, 29, 65, 0.6);
    font-size: 16px;
}

.page-content:after,
.single-post-item .post-main .post-desc:after {
    content: "";
    display: table;
    clear: both;
}

.single-post-item .post-main .post-desc > :last-child {
    margin-bottom: 0;
}

.post-main .more-text {
    color: #ff8b3c;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    display: block;
}

.post-main .more-text:hover {
    text-decoration: underline;
    color: #151D41;
}

/*-- 10. Single-Post-Page --*/

.single-post .single-footer-meta .meta-title {
    display: inline-block;
    color: #151d41;
    margin-right: 10px;
}

.single-post .single-footer-meta .value {
    display: inline-block;
}

.single-post .single-footer-meta .value a {
    color: rgba(21, 29, 65, 0.6);
    background-color: #EEEEEE;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 100px;
    margin: 5px 5px 5px 0;

}

.single-post .single-footer-meta .value a:hover {
    background-color: #ff8b3c;
    color: #ffffff;
}

.single-post .single-footer-meta .single-meta .meta-title {
    font-size: 18px;
    line-height: 26px;
    color: #151D41;
    font-weight: 400;
}

/*-- 11. Related-Post --*/
.comment-reply-title,
.comment-list-area .comments-title,
.thard-title,
.comment-reply-title {
    font-size: 26px;
    line-height: 26px;
    color: #151D41;
    font-weight: 400;
    margin-bottom: 25px;
}

.related-post-area {
    padding: 30px;
    margin-bottom: -30px;
}

.related-post-area .related-posts:after {
    content: "";
    clear: both;
    display: block;
}

.related-post-area .post-item {
    border: 1px solid #EAEAEA;
    padding: 15px 20px;
    border-radius: 5px;
    background-color: #ffffff;
    margin-bottom: 30px;
    width: calc(50% - 15px);
    float: left;
}

.related-post-area .post-item:nth-child(odd) {
    margin-right: 30px;
}

.related-post-area .post-item .title {
    font-size: 20px;
    margin-bottom: 0;
}

.related-post-area .post-item .post-meta-item {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
}

/*-- 13. Post-Pagination --*/

.page-links,
.pagination,
.navigation {
    width: 100%;
    margin: 0;
    padding: 0;
}

.page-links {
    margin-top: 30px;
}

.comments-pagination {
    margin-top: 45px;
}

.page-links .post-page-numbers,
.navigation .page-numbers {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #ffffff;
    border: 1px solid #e0deff;
    font-size: 16px;
    line-height: 50px;
    color: #151D41;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.page-links .post-page-numbers.current,
.page-links .post-page-numbers:hover,
.navigation .page-numbers.current,
.navigation .page-numbers:hover {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #ff8b3c;
    border-color: #ff8b3c;
    color: #ffffff;
}

.single-navigation {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.single-navigation .nav-next {
    text-align: right;
}

.single-navigation .nav-next,
.single-navigation .nav-previous {
    width: calc(50% - 30px);
}

.single-navigation .nav-label {
    font-size: 16px;
    line-height: 26px;
    color: rgba(21, 29, 65, 0.6);
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    font-weight: 400;
}

.single-navigation .title {
    font-size: 20px;
    line-height: 34px;
    color: #151D41;
    font-weight: 400;
    margin-bottom: 0;
}

.single-navigation .title:hover {
    text-decoration: underline;
}

.grid-button {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.grid-button span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ff8b3c;
    border-radius: 10px;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.grid-button span:after,
.grid-button span:before {
    content: "";
    position: absolute;
    top: calc(100% + 5px);
    left: -1px;
    width: 10px;
    height: 10px;
    border: 1px solid #ff8b3c;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.grid-button span:before {
    top: auto;
    bottom: calc(100% + 5px);
}

.grid-button:hover span,
.grid-button:hover span:after,
.grid-button:hover span:before {
    background-color: #ff8b3c;
}

/*-- 14. Comment-List-Area --*/
.comment-list-area {
    padding: 30px;
}

.comment-list-area .comments-list .children,
.comment-list-area .comments-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment-list-area .comments-list .comment {
    padding-left: 130px;
    position: relative;
    border-top: 1px solid #eff2ff;
    margin-top: 30px;
    padding-top: 30px;
}

.comment-list-area .comments-list .children .children .children .comment {
    padding-left: 0;
}

.comment-list-area .comments-list .comment.trackback,
.comment-list-area .comments-list .comment.pingback {
    padding-left: 0;
}

.comment-list-area .comments-list > .comment:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.comment-list-area .comments-list .comment-body .author-avater {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    overflow: hidden;
}

.comment-list-area .comments-list .children .children .children .comment-body .author-avater {
    position: static;
    margin-bottom: 15px;
}

.comment-list-area .comments-list > .comment:first-child > .comment-body .author-avater {
    top: 0;
}

.comment-list-area .comments-list .comment-body .comment-meta {
    margin-bottom: 5px;
}

.comment-list-area .comments-list .comment-body .author-name {
    font-size: 18px;
    line-height: 26px;
    color: #151D41;
    font-weight: 400;
    margin-bottom: 5px;
}

.comment-list-area .comments-list .comment-body .comment-date,
.comment-list-area .comments-list .comment-body .comment-date a {
    font-size: 12px;
    line-height: 26px;
    color: #ff8b3c;
    font-weight: 500;
    text-transform: uppercase;
}



.comment-list-area .comments-list .comment-body .reply {
    position: absolute;
    right: 0;
    top: 30px;
}

.comment-list-area .comments-list > .comment:first-child > .comment-body .reply {
    top: 10px;
}

.comment-list-area .comments-list .comment-body .reply a {
    border-radius: 20px;
    background-color: #ffffff;
    border: 2px solid #f4f4ff;
    display: block;
    padding: 5px 20px;
    font-size: 16px;
    line-height: 26px;
    color: rgba(21, 29, 65, 0.6);
}

.comment-list-area .comments-list .comment-body .reply a:hover {
    border-color: #ff8b3c;
    background-color: #ff8b3c;
    color: #ffffff;
}

.comment-list-area .comments-list .comment-body .reply i {
    display: inline-block;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    margin-right: 2px;
}

/*-- 15. Comment-Form --*/
.comment-respond {
    padding: 30px 30px 30px;
}

.password_protected {
    padding: 30px;
}

.comment-respond .comment-form .comment-form-comment,
.comment-respond .comment-form .comment-form-author,
.comment-respond .comment-form .comment-form-email,
.comment-respond .comment-form .comment-form-url {
    position: relative;
    margin-bottom: 0;
}

.comment-respond .comment-form .comment-form-email,
.comment-respond .comment-form .comment-form-url {
    width: calc(50% - 15px);
    float: left;
}

.comment-respond .comment-form .comment-form-url {
    float: right;
}

.comment-respond .comment-form .comment-form-cookies-consent:before {
    content: "";
    clear: both;
    display: block;
}

.comment-respond .comment-form .comment-form-cookies-consent {
    margin-bottom: 30px;
}

.comment-respond .comment-form .comment-form-cookies-consent label {
    font-weight: 400;
    margin-left: 10px;
    margin-bottom: 0;
}

.comment-respond .comment-form .icon {
    position: absolute;
    right: 25px;
    top: 19px;
    font-size: 16px;
    line-height: 24px;
    color: #ff8b3c;
    z-index: 2;
}


.comment-respond .comment-form #comment,
.comment-respond .comment-form #author,
.comment-respond .comment-form #email,
.comment-respond .comment-form #url {
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #EAEAEA;
    padding: 18px 50px 18px 30px;
    font-size: 16px;
    line-height: 24px;
    color: #a7a7c1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 30px;
}

.comment-respond .comment-form #comment:focus,
.comment-respond .comment-form #author:focus,
.comment-respond .comment-form #email:focus,
.comment-respond .comment-form #url:focus {
    border-color: #ff8b3c;
}

.comment-respond .comment-form #comment {
    margin-bottom: 15px;
}

.comment-respond .comment-form .comment-submit {
    border: 1px solid #ff8b3c;
    padding: 20px 50px;
    border-radius: 100px;
    background-color: #ff8b3c;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    margin-top: 0;
    display: inline-block;
}

.comment-respond .comment-form .comment-submit:hover {
    background-color: #ffffff;
    color: #ff8b3c;
}

.comment-form .form-submit {
    margin-bottom: 0;
}

/*-- 16. Widget-Design --*/
.widget:after {
    content: "";
    display: block;
    clear: both;
}

.widget {
    color: rgba(21, 29, 65, 0.6);
    font-weight: 400;
}

.sidebar .widget {
    padding: 15px 20px;
    background-color: #ffffff;
    border: 1px solid #EAEAEA;
    margin-bottom: 40px;
    border-radius: 5px;
}

.sidebar .widget.widget_search {
    padding: 0;
    border: none;
    border-radius: 0;
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.sidebar .widget .widget-title {
    font-size: 24px;
    line-height: 30px;
    color: #0f1326;
    font-weight: 400;
    text-align: left;
    margin-bottom: 25px;
}

.sidebar.shop-sidebar .widget .widget-title {
    font-size: 18px;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

.widget ul li {
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
}

.widget ul li a {
    display: inline-block;
}

.widget ul li:first-child {
    padding-top: 0 !important;
}

.widget ul li:last-child {
    padding-bottom: 0 !important;
}

.sidebar.main-sidebar .widget ul li {
    border-bottom: 1px solid #EAEAEA;
}

.sidebar.main-sidebar .widget ul li:last-child {
    border-bottom: none;
}

.widget ul ul {
    padding: 0 0 0 0;
    margin-top: 10px;
    margin-left: 5px;
    border-left: 1px solid #EAEAEA;
}

.widget ul li li {
    margin-bottom: 10px;
    padding-left: 15px;
}

.widget ul li li:last-child {
    margin-bottom: 0 !important;
}

.widget.widget_archive ul li,
.widget.widget_categories ul li {
    text-align: right;
    display: block;
}

.widget.widget_archive ul li:after,
.widget.widget_categories ul li:after {
    content: '';
    clear: both;
    display: block;
}

.widget.widget_archive ul li a,
.widget.widget_categories ul li a {
    float: left;
}

/*-- 17. Search-Form --*/
.search-form {
    position: relative;
    overflow: hidden;
}

.search-form .border {
    background-color: #ff8b3c;
    position: absolute;
}

.search-form .search-input {
    border: none;
    height: 60px;
    padding: 15px 20px;
    width: calc(100% - 60px);
    outline: none;
    color: rgba(15, 19, 38, 0.6);
    border: 1px solid #EAEAEA;
    background-color: #ffffff;
    margin-bottom: 0;
    border-radius: 5px 0 0 5px;
}

.search-form .search-input:focus {
    border: 1px solid #ff8b3c
}

.search-form .search-bttn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #ff8b3c;
    border: none;
    color: #ffffff;
    font-size: 16px;
    float: right;
    border-radius: 0 5px 5px 0;
}

/*-- 18. Widget-Category --*/
.widget.widget_categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget.widget_categories ul li ul {
    margin: 0;
}

/*-- 19. Widget-Tag-Style --*/
.widget.widget_tag_cloud .tagcloud a {
    font-size: 14px !important;
    line-height: 20px;
    color: #0F1326;
    font-weight: 400;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #E3E3E3;
    display: inline-block;
    padding: 6px 18px;
    margin-right: 7px;
    margin-bottom: 7px;
    float: left;
    border-radius: 5px;
}

.widget.widget_tag_cloud .tagcloud a:hover {
    color: #ffffff;
    background-color: #ff8b3c;
    border-color: #ff8b3c;
}

/*-- 21. Footer-Area --*/
.footer-area {
    width: 100%;
    bottom: 0;
    z-index: -1;
}

.footer-top {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.footer-top {
    background-color: #F6F6F6;
    padding-top: 100px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position: center;
}

.footer-top .footer-widget {
    margin-bottom: 60px;
}

.footer-top .footer-widget a:hover {
    text-decoration: underline;
}


/*-- 22. Footer-Bottom --*/
.footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #F6F6F6;
    border-top: 1px solid #EAEAEA;
}

.copyright-text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
}

.copyright-text :last-child {
    margin-bottom: 0;
}

/*-- 23. Error-Page --*/
.error-area {
    padding-top: 50px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url('../images/error-bg.png') no-repeat scroll center left / auto 100%;
    width: 100%;
    height: 100%;
    text-align: center;
}

.error-area .big-text {
    font-size: 150px;
    color: #4c55c4;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 200px;
}

.error-area .medium-text {
    font-size: 60px;
    line-height: 70px;
    color: #06163a;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}

.error-area .error-button {
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    border-radius: 100px;
    background-color: #4c55c4;
    border: 1px solid #4c55c4;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    display: inline-block;
}

.error-area .error-button:focus,
.error-area .error-button:hover {
    background-color: #ffffff;
    color: #4c55c4;
}

/*-- 24. ScrollUp-Button --*/
.scrollup-area {
    margin-bottom: -40px;
    text-align: center;
    width: 100%;
    margin-top: -40px;
}

.scrollUp {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    border: 3px solid #ffffff;
    text-align: center;
    background-color: #ff4747;
    color: #ffffff;
    display: inline-block;
    line-height: 80px;
    z-index: 2;
    position: relative;
}

.scrollUp:focus,
.scrollUp:hover {
    color: #ff4747;
    background-color: #ffffff;
}

/*-- 25. Preloader-Style --*/
.preloader {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.gooey {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 142px;
    height: 40px;
    margin: -20px 0 0 -71px;
    background: #fff;
}

.gooey .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #ff8b3c;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.gooey .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.gooey .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #ff8b3c;
    border-radius: 50%;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}



/*-- Blockquote-Style --*/

blockquote {
    padding: 40px !important;
    border-radius: 10px;
    background-color: rgba(85, 200, 130, 0.11);
    border-left: none;
    font-size: 20px;
    line-height: 30px;
    color: #151D41;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 30px 0;
    overflow: hidden;
}

blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
    font-weight: 300;
    line-height: 1.6em
}

/*-- Scroll-To-Top-Button --*/
#scrollUp {
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background-color: #ff8b3c;
    color: #ffffff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

#scrollUp:hover {
    background-color: #ffffff;
    color: #ff8b3c;
}

.relative {
    position: relative;
}