/*==========================
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 --*/

.mainmenu-area {
    position: relative;
    min-height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    z-index: 9999;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.transparent-menu .mainmenu-area {
    position: absolute;
    top: 0;
    background-color: transparent;
}

.transparent-menu.admin-bar .mainmenu-area {
    top: 0;
}

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

.mainmenu-area.affix {
    position: fixed;
    top: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.05);
}

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

.mainmenu-area .menu-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mainmenu-area.menu1 .menu-wrapper {
    width: 96%;
    margin: auto;
}

.mainmenu-area.menu2 .menu-wrapper {
    width: 95%;
    margin: auto;
}

.mainmenu-area .menu-left-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.mainmenu-area .site-brand {
    height: 100%;
    line-height: 120px;
}

.mainmenu-area .site-brand {
    background-color: #4c55c4;
    display: inline-block;
    height: 100%;
}

.mainmenu-area .site-brand img {
    max-width: inherit;
    max-height: 80%;
}

.mainmenu-area.menu1 .site-brand a {
    height: 100%;
    padding: 0 50px;
}

.mainmenu-area .site-brand a {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    letter-spacing: -1px;
    font-weight: 600;
    color: #ffffff;
    display: block;
}

.mainmenu-area .site-brand img {
    max-height: 60px;
    width: inherit;
}

.mainmenu-area.menu2 .site-brand {
    background-color: transparent;
    margin-right: 30px;
}

.mainmenu-area.menu2 .site-brand a {
    color: #0a0c19;
}

.transparent-menu .mainmenu-area.menu2 .site-brand a {
    color: #ffffff;
}

.transparent-menu .mainmenu-area.menu2.affix .site-brand a {
    color: #0a0c19;
}

.mainmenu-area.menu1 .site-brand {
    position: absolute;
    left: 0;
    top: 0;
}

/* 2. Phone-Number-Action */
.bttn-phone {
    border-radius: 100px;
    -webkit-box-shadow: 0px 16px 75px -27px #ff3d46;
    box-shadow: 0px 16px 75px -27px #ff3d46;
    background-color: #ffffff;
    padding: 21.5px 36px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #ff3d46;
    text-align: center;
    margin-right: 15px;
    border: none;
    outline: none;
    min-height: 60px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.bttn-phone:hover {
    background-color: #ff3d46;
    color: #ffffff;
}

.bttn-phone i {
    margin-right: 5px;
}

/* 3. Action-Button */
.menu-action {
    border-radius: 100px;
    -webkit-box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.2);
    background-color: #4c55c4;
    border: 1px solid #4c55c4;
    font-size: 16px;
    line-height: 24px;
    padding: 17px 53px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    display: inline-block;
}

.menu-action:hover {
    background-color: #ffffff;
    color: #4c55c4;
}

.mainmenu-area .mainmenu {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

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

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

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

.mainmenu-area .mainmenu ul li a {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #6b6e85;
    font-family: 'Rubik', sans-serif;
}

.mainmenu-area .mainmenu > ul > li > a {
    padding: 18px 18px;
}

.transparent-menu .mainmenu-area .mainmenu > ul > li > a {
    color: #ffffff;
}

.transparent-menu .mainmenu-area.affix .mainmenu > ul > li > a {
    color: #6b6e85;
}

.transparent-menu .mainmenu-area.affix .mainmenu > ul > li > a:hover {
    color: #ff3d46;
}

.mainmenu-area .mainmenu ul li.current-menu-item > a,
.mainmenu-area.affix .mainmenu ul li.current-menu-item > a,
.mainmenu-area .mainmenu ul li.active > a,
.mainmenu-area .mainmenu ul li:hover > a {
    color: #ff3d46
}

.mainmenu ul li a.arrow {
    margin-right: 15px;
    position: relative;
}

.mainmenu ul li a.arrow:before,
.mainmenu ul li a.arrow:after {
    position: absolute;
    right: 0;
    top: calc(50% - 1px);
    content: "";
    width: 10px;
    height: 2px;
    background-color: #6b6e85;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


.transparent-menu .mainmenu > ul > li > a.arrow:before,
.transparent-menu .mainmenu > ul > li > a.arrow:after {
    background-color: rgba(255, 255, 255, 0.8);
}

.transparent-menu .affix .mainmenu > ul > li > a.arrow:before,
.transparent-menu .affix .mainmenu > ul > li > a.arrow:after {
    background-color: #6b6e85;
}


.mainmenu-area ul.sub-menu li a.arrow:before,
.mainmenu-area ul.sub-menu li a.arrow:after {
    right: 15px;
}

.mainmenu ul li a.arrow:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mainmenu ul li.open > a.arrow:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.mainmenu-area .mainmenu .sub-menu {
    position: absolute;
    left: -5px;
    top: 100%;
    z-index: 9;
    min-width: 220px;
    width: 100%;
    text-align: left;
    padding: 20px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(154, 161, 171, .25);
    box-shadow: 0 4px 20px rgba(154, 161, 171, .25);
    border-radius: 5px;
    background-clip: padding-box;
    display: none;
    border-bottom: 3px solid #ff3d46;
}

.mainmenu-area .mainmenu .sub-menu .sub-menu {
    top: 0;
    left: auto;
    right: 100%;
}

.mainmenu-area .mainmenu .sub-menu li a {
    padding: 8px 30px;
    line-height: 20px;
}

/*-- 4. Header-Search-Form --*/
.menu-search {
    display: inline-block;
    position: relative;
    float: right;
    margin-left: 15px;
    padding: 10px 0;
}

.header-search {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 120px;
    background-color: #ffffff;
    padding: 0 15px;
    z-index: 999999999;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header-search.in {
    opacity: 1;
}

.admin-bar .header-search {
    top: 30px;
}

.header-search .search-close {
    position: absolute;
    width: 60px;
    height: 60px;
    right: 30px;
    z-index: 2;
    background-color: #ffffff;
    font-size: 16px;
    color: #ff3d46;
    border-radius: 100px;
    top: calc(50% - 30px);
    -webkit-box-shadow: 0px 16px 32px rgba(255, 103, 103, 0.1);
    box-shadow: 0px 16px 32px rgba(255, 103, 103, 0.1);
    border: 1px solid #ffeff0;
}

.header-search .search-close:hover {
    background-color: #ff3d46;
    color: #ffffff;
}

.header-search .search-input {
    width: 100%;
    height: 100%;
    padding: 0 160px 0 30px;
    border: none;
    outline: none;
    font-size: 40px;
    line-height: 50px;
    color: #0a0c19;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.header-search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.3);
}

.header-search ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.3);
}

.header-search :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.3);
}

.header-search :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.3);
}


.header-search .search-submit,
.menu-search .search-toggle {
    font-size: 16px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.2);
    background-color: #4c55c4;
    border: 1px solid #4c55c4;
}

.header-search .search-submit:hover,
.menu-search .search-toggle:hover {
    color: #4c55c4;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);

}

.header-search .search-submit {
    position: absolute;
    right: 105px;
    top: calc(50% - 30px)
}

/*-- 5. Responsive-Menu --*/
.mobile-menu-area {
    padding: 60px 0;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #ffffff;
    z-index: 9999;
    min-width: 350px;
    max-width: 100%;
    height: 100vh;
    border-left: 1px solid #eeeeee;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: none;
    overflow: auto;
}

.mobile-menu-area.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mobile-menu-area .burger-button {
    position: absolute;
    top: 20px;
    left: 0;
}

.burger-button {
    background: none;
    margin: 0 15px 0 30px;
    z-index: 5;
    border: none;
    width: 30px;
    display: none;
}

.burger-button span {
    width: 30px;
    height: 3px;
    display: block;
    float: right;
    background-color: #6b6e85;
    margin-bottom: 5px;
    border-radius: 100px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.transparent-menu .burger-button span {
    background-color: #ffffff;
}

.mobile-menu-area .burger-button span:last-child {
    margin-bottom: 0;
}

.burger-button.exit span.bar:nth-child(3),
.burger-button.exit span.bar:nth-child(1) {
    width: 15px
}

.burger-button.exit span.bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(3px, 1px);
    transform: rotate(45deg) translate(3px, 1px)
}

.burger-button.exit span.bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(3px, -1px);
    transform: rotate(-45deg) translate(3px, -1px)
}

.transparent-menu .burger-button.exit span,
.transparent-menu .affix .burger-button span {
    background-color: #6b6e85;
}

.mobile-menu-area .menu-right-info {
    border-bottom: 1px solid #eeeeee;
    padding: 30px;
    overflow: hidden;
}

.mobile-menu-area .menu-left-info {
    padding: 30px;
}

.mobile-menu-area .mainmenu {
    padding: 30px;
    border-bottom: 1px solid #eeeeee;
}

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

.mobile-menu-area .mainmenu ul .sub-menu {
    padding-left: 20px;
    margin-top: 10px;
    padding-bottom: 0;
    border-left: 1px solid #eeeeee;
    margin-left: 20px
}

.mobile-menu-area .mainmenu ul li {
    display: block;
}

.mobile-menu-area .mainmenu ul li a {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #6b6e85;
    font-family: 'Rubik', sans-serif;
    padding: 6px 0;
}

.mobile-menu-area .mainmenu ul li:hover > a {
    color: #ff3d46;
}

.mobile-menu-area .mainmenu ul .sub-menu li a {
    padding: 2px 0;
    font-size: 16px;
}

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

.transparent-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.7);
}

.site-header .page-title {
    font-size: 60px;
    letter-spacing: -2px;
    line-height: 70px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    text-transform: capitalize;
}

.site-header .page-title:after {
    content: ".";
    margin-left: 5px;
}

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

.site-header .bread a,
.site-header .bread {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.80);
    font-weight: 500;
    text-align: center;
}

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

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

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

.post-list-items {
    padding-right: 10px;
}

.single-post-item {
    position: relative;
    margin-bottom: 60px;
}

.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;
    margin-bottom: 30px;
    display: block;
}

/*-- 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: #f8f9ff;
    padding: 30px 60px 60px 60px;
    text-align: center;
    border: none;
    padding: 60px;
    position: relative;
}

.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%;
    -webkit-box-shadow: 0px 16px 32px rgba(255, 61, 70, 0.2);
    box-shadow: 0px 16px 32px rgba(255, 61, 70, 0.2);
    background-color: #ff3d46;
    margin-bottom: 20px;
    text-align: center;
}

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

.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: 0 0 0 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: 25px;
}

.footer-post-meta {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e7eaff;
}


.post-meta-list li {
    display: inline-block;
    margin-right: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #63688e;
    font-weight: 300;
}

.post-meta-list a {
    color: #63688e;
}

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

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

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

.post-meta-list li.post-author-meta {
    font-size: 18px;
    letter-spacing: -1px;
    color: #0a0c19;
    margin-top: 0;

}

.post-meta-list li.post-author-meta .icon {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.post-meta-list li.post-author-meta .icon img {
    border-radius: 100%;
}


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

.single-post-item .post-main .post-title:after,
.single-post-item .post-main .post-details:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    width: 1px;
    height: 100%;
    display: block;
    background-color: #fff1f2;
}

.single-post-item .post-main .post-title:after {
    background-color: #ff3d46;
}

.single-post-item .post-main .post-title {
    font-size: 36px;
    letter-spacing: -1px;
    color: #0a0c19;
    font-weight: 600;
    position: relative;
    margin-bottom: 25px;
}

.single-post-item .post-main .post-desc {
    color: #63688e;
    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;
}

/*-- 10. Single-Post-Page --*/
.big-first-latter .single-post-item .post-main .post-desc > :first-child::first-letter {
    font-size: 90px;
    line-height: 70px;
    color: #ff3d46;
    font-weight: 500;
    float: left;
    margin-right: 5px;
}

.single-post .single-footer-meta {
    padding-top: 50px;
}

.single-post .single-footer-meta .single-meta .meta-title {
    font-size: 18px;
    line-height: 26px;
    color: #0a0c19;
    font-weight: 600;
}

/*-- 11. Related-Post --*/
.thard-title,
.comment-reply-title {
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 26px;
    color: #0a0c19;
    font-weight: 600;
    margin-bottom: 30px;
    display: block;
}

.related-post-area {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
    border-top: 1px solid #e1e6ff;
    border-bottom: 1px solid #e1e6ff;
}

.related-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -30px;
}

.related-posts .post-item {
    width: calc(50% - 15px);
    height: 300px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.related-posts .post-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0a0c19;
    opacity: 0.9;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.related-posts .post-item .post-content {
    padding: 35px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
    line-height: 26px;
    color: #bcc6d9;
    font-weight: 400;
}

.related-posts .post-item .post-content .post-meta-item {
    font-size: 16px;
    letter-spacing: 0px;
    color: #bcc6d9;
    margin-bottom: 10px;
}

.related-posts .post-item .post-content .post-meta-item .icon {
    margin-right: 5px;
}

.related-posts .post-item .post-content .title {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 30px;
    font-weight: 600;
}

.related-posts .post-item .post-content .title a {
    color: #ffffff;
}

.related-posts .post-item .post-content .title a:hover {
    text-decoration: underline;
}

/*-- 12. Author-Details --*/
.author-info-area {
    margin-top: 50px;
    padding: 40px;
    background-color: #ffffff;
    border: 2px solid #e1e6ff;
    overflow: hidden;
}

.author-info-area .author-pic {
    margin-right: 40px;
    float: left;
    width: 180px;
    overflow: hidden;
}

.author-info-area .author-content .info {
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 26px;
    color: #ff3d46;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}

.author-info-area .author-content .author-name {
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 26px;
    color: #0a0a19;
    font-weight: 600;
}

/*-- 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;
    -webkit-box-shadow: 0px 0 0 rgba(255, 61, 70, 0.2);
    box-shadow: 0px 0 0 rgba(255, 61, 70, 0.2);
    font-size: 16px;
    line-height: 50px;
    color: #0a0c19;
    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;
    -webkit-box-shadow: 0px 16px 32px rgba(255, 61, 70, 0.2);
    box-shadow: 0px 16px 32px rgba(255, 61, 70, 0.2);
    background-color: #ff3d46;
    border-color: #ff3d46;
    color: #ffffff;
}

.single-navigation {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #e1e6ff;
    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;
    letter-spacing: 3px;
    line-height: 26px;
    color: #63688e;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}

.single-navigation .title {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 34px;
    color: #0a0c19;
    font-weight: 600;
    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 #ff3d46;
    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 #ff3d46;
    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: #ff3d46;
}

/*-- 14. Comment-List-Area --*/
.comment-list-area {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #e1e6ff;
}

.comment-reply-title,
.comment-list-area .comments-title {
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 26px;
    color: #0a0c19;
    font-weight: 600;
    margin-bottom: 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: 100%;
    overflow: hidden;
}

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

.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: 15px;
}

.comment-list-area .comments-list .comment-body .author-name {
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 26px;
    color: #0a0c19;
    font-weight: 600;
    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;
    letter-spacing: 2px;
    line-height: 26px;
    color: #ff3d46;
    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: #63688e;
}

.comment-list-area .comments-list .comment-body .reply a:hover {
    border-color: #ff3d46;
    background-color: #ff3d46;
    color: #ffffff;
    -webkit-box-shadow: 0px 16px 32px rgba(255, 103, 103, 0.1);
    box-shadow: 0px 16px 32px rgba(255, 103, 103, 0.1);
}

.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 {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #eff2ff;
}

.password_protected {
    margin-top: 50px;
}

.comment-respond .comment-form {
    background-color: #f8f6ff;
    padding: 50px;
}

.comment-form label {
    font-weight: 500;
}

.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-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: #ff3d46;
    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: 30px;
    border: 1px solid #ffffff;
    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: #ff3d46;
}

.comment-respond .comment-form .comment-submit {
    border: none;
    padding: 20px 40px;
    border-radius: 100px;
    background-color: #ff3d46;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    display: inline-block;
    -webkit-box-shadow: 0px 16px 32px rgba(255, 103, 103, 0.1);
    box-shadow: 0px 16px 32px rgba(255, 103, 103, 0.1);
}

.comment-respond .comment-form .comment-submit:hover {
    background-color: #cf1e1e;
    -webkit-box-shadow: 0px 16px 32px rgba(255, 103, 103, 0.2);
    box-shadow: 0px 16px 32px rgba(255, 103, 103, 0.2);
}

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

.widget {
    font-weight: 400;
}

.sidebar .widget {
    padding: 35px;
    background-color: #ffffff;
    border: 1px solid #e0deff;
    margin-bottom: 40px;
}

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

.sidebar .widget .widget-title {
    font-size: 20px;
    line-height: 30px;
    color: #0a0c19;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}

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

.widget ul li {
    margin-bottom: 15px;
    display: block;
}

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

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

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

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

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

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

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

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

.search-form .search-input {
    border: none;
    height: 60px;
    padding: 15px 30px;
    width: calc(100% - 60px);
    outline: none;
    color: #827eac;
    border: 1px solid #f6f4ff;
    background-color: #f6f4ff;
    margin-bottom: 0;
}

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

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

.search-form .search-bttn:hover {
    background-color: #cf1e1e;
}

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

.main-sidebar .widget.widget_categories ul li ul {
    margin: 0;
}

.main-sidebar .widget.widget_categories ul li.cat-item-none {
    background: none !important;
    color: #1c223a !important;
}

.main-sidebar .widget.widget_categories ul li li {
    margin: 0;
    padding: 0;
    border-left: 15px solid #ffffff;
    border-top: 15px solid #ffffff;
}

.main-sidebar .widget.widget_categories ul li:last-child {
    margin-bottom: 0;
}

.main-sidebar .widget.widget_categories ul li:hover {
    background-color: #ff3d46;
    color: #ffffff;
}

.main-sidebar .widget.widget_categories ul li a {
    display: inline-block;
    background-color: #f6f9ff;
    width: 100%;
    margin-right: 17px;
    font-size: 16px;
    font-weight: 400;
    color: #63688e;
    padding: 15px 30px;
    display: block;
    width: 100%;
}

.main-sidebar .widget.widget_categories ul li a:hover {
    color: #ff3d46
}

.main-sidebar .widget.widget_categories ul li {
    position: relative;
}

.main-sidebar .widget.widget_categories ul li span {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    padding: 15px 22px;
    font-size: 16px;
    font-weight: 500;
    background-color: #e6eeff;
    color: #0a0c19;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 100%;
}

.main-sidebar .widget.widget_categories ul li:hover > span {
    background-color: #ff3d46;
    color: #ffffff;
}


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

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

/*-- 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: #0a0c19;
    padding-top: 100px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position: center;
}

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

.footer-widget .widget-title {
    font-size: 22px;
    letter-spacing: -1px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 30px;
}

.footer-widget .widget-title:after {
    content: ".";
    color: #ff3d46;
}

.footer-widget caption,
.footer-widget a,
.footer-widget {
    font-size: 16px;
    line-height: 26px;
    color: #a8acc9;
}

.footer-widget a:hover {
    color: #ff3d46;
    text-decoration: underline;
}

.footer-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget ul li {
    margin-bottom: 3px;
    display: block;
}

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

.footer-widget ul li i {
    color: #4c55c4;
    margin-right: 10px;
    display: inline-block;
}

.footer-widget.widget ul ul {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 4px;
}

.footer-widgets .widget.widget_categories ul li span {
    float: right;
}

/*-- 22. Footer-Bottom --*/
.footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #050713;
}

.copyright-text {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    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;
    letter-spacing: -2px;
    color: #4c55c4;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 200px;
}

.error-area .medium-text {
    font-size: 60px;
    letter-spacing: -2px;
    line-height: 70px;
    color: #06163a;
    font-weight: 600;
    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;
}

.preloader .boxes {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 70px;
}

/**
 * Create the loop delay with
 * the extra keyframes
 */
@-webkit-keyframes moveup {

    0%,
    60%,
    100% {
        -webkit-transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(0);
        transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(0);
    }

    25% {
        -webkit-transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(1em);
        transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(1em);
    }
}

@keyframes moveup {

    0%,
    60%,
    100% {
        -webkit-transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(0);
        transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(0);
    }

    25% {
        -webkit-transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(1em);
        transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(1em);
    }
}

@-webkit-keyframes movedown {

    0%,
    60%,
    100% {
        -webkit-transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(0);
        transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(0);
    }

    25% {
        -webkit-transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(-1em);
        transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(-1em);
    }
}

@keyframes movedown {

    0%,
    60%,
    100% {
        -webkit-transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(0);
        transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(0);
    }

    25% {
        -webkit-transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(-1em);
        transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(-1em);
    }
}

/**
 * Square layer styles
 */
.preloader .boxes .box {
    display: block;
    position: absolute;
    height: 50px;
    width: 50px;
    -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg);
    transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg);
    border-radius: 5px;
}

.preloader .boxes .box:nth-of-type(1) {
    background: #534a47;
    margin-top: 1.5em;
    -webkit-animation: movedown 1.8s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s infinite normal;
    animation: movedown 1.8s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s infinite normal;
}

.preloader .boxes .box:nth-of-type(1):before {
    content: '';
    position: absolute;
    width: 85%;
    height: 85%;
    background: #534a47;
}

.preloader .boxes .box:nth-of-type(2) {
    background: #ff4747;
    margin-top: 0.75em;
}

.preloader .boxes .box:nth-of-type(3) {
    background: #4c55c4;
    -webkit-animation: moveup 1.8s cubic-bezier(0.39, 0.575, 0.565, 1) infinite normal;
    animation: moveup 1.8s cubic-bezier(0.39, 0.575, 0.565, 1) infinite normal;
}