/*
* ----------------------------------------------------
Author       : Ideas_Factory
Template Name: Giza - Modern vCard / Resume / CV / Portfolio WordPress Theme
* ----------------------------------------------------
*/

/*
* -----------------------------------------------------
*  01.Common Styles 
*  02.Preloader 
*  03.Home
*  04.Menu
*  05.About Section 
*  06.Resume Section
*  07.Services Section
*  08.Prtfolio Section
*  09.Blog Section
*  10.Contact Section 
*  11.Single Blog 
* -----------------------------------------------------
*/



/*=================================*/
/*  01.Common Styles 
/*=================================*/

body, html {
    font-size: 100%;
    padding: 0;
    margin: 0;
}

body {
    font-family: "Nunito", sans-serif;
    color: #666;
    background-color: #f6f6f6;
    line-height: 1.8;
    overflow: hidden;
    --mob-menu-height: 72px;
    --menu-width: 290px;
    --bg: rgba(0, 0, 0, 0.1);
}

body.dark-mode {
    color: #999;
    background-color: #212121;
    --bg: rgba(255, 255, 255, 0.1);
}

.animating body {
    --bg: rgba(0, 0, 0, 0);
}



body.admin-bar {
    --admin-bar: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar {
        --admin-bar: 46px;
    }
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: var(--bg);
    border: none;
    border-radius: 0;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-corner {
    background: transparent;
    border: none;
}

.page-right {
    color: #666;
    overflow-x: hidden !important;
}

.dark-mode .page-right {
    color: #999;
    background: #101010;
}

img {
    max-width: 100%;
}

img.full_width {
    width: 100%;
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    color: #232323;
}

.dark-mode h1, h2, h3, h4, h5, h6 {
    color: #fff;
}

p {
    color: #9b9b9b;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.dark-mode hr {
    border-top: 1px solid #333;
}

.dark-mode p {
    color: #888; 
}

a, a:visited, 
a:hover, 
a:active, 
a:focus {
    color: inherit;
}

b, strong, label {
    font-weight: 600;
}

.full-height {
    background-size: cover;
    background-position: center;
}

.position-static {
    position: static;
}

.bg-cover {
    background-size: cover;
    background-position: center;
}

.h-65vh {
    height: 65vh;
}

h3.subtitle {
    position: relative;
    display: inline-block;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700;
    color: #282828;
    margin-bottom: 35px;
    padding-bottom: 5px;
}

.dark-mode h3.subtitle {
    color: rgba(255, 255, 255, 0.96);
}

h3.subtitle svg {
    position: absolute;
    top: 33px;
    left: 0px;
    width: 55px;
}

g.Web {
    opacity: 1;
}

g.Header {
    stroke-width: 2px;
}

.pag-e {
    padding: 0;
    height: 100vh;
}

section {
    background-color: transparent;
}

.white-bg section {
    background-color: #fff;
}

.pag-e section.simple_page {
    padding: 40px 0;
}

.page-builder section,
section.pt-page {
    padding: 0 5%;
    overflow-y: scroll;
    scrollbar-color: var(--bg) transparent;
    scrollbar-width: thin;
}

.page-builder .scroll___content,
section.pt-page .scroll___content {
    padding: 30px 0;
}

.white-bg .page-builder .scroll___content,
.white-bg section.pt-page .scroll___content {
    padding: 0;
}

@media(max-width:1200px){

    section.pt-page {
        padding: 0 4%;
    }

    section.pt-page .scroll___content {
        padding: 20px 0;
    }

}

section.pt-page .scroll__content,
.page-builder .scroll__content,
.pag-e section.simple_page > .content {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
    background: #fff;
    max-width: 995px;
    margin: 0 auto;
    overflow: hidden;
}

.dark-mode section.pt-page .scroll__content,
.dark-mode .page-builder .scroll__content,
.dark-mode .pag-e section.simple_page > .content {
    box-shadow: none;
}

.dark-mode section.pt-page .scroll__content,
.dark-mode .page-builder .scroll__content,
.dark-mode .pag-e section.simple_page > .content {
    background-color: #191919;
}

.white-bg section.pt-page .scroll__content,
.white-bg .page-builder .scroll__content,
.white-bg .pag-e section.simple_page > .content {
    box-shadow: none;
}

section .sec__content {
    padding: 70px 50px;
}

section.pt-page .container {
    padding: 0;
    max-width: 100%;
}

.height-auto,
section:not(.pt-page) {
    height: auto;
}

.page-builder section {
    height: 100vh;
}

body.admin-bar .page-builder section {
    height: calc(100vh - var(--admin-bar));
}

@media(min-width:992px){
    body.admin-bar .pag-e section.simple_page,
    body.admin-bar .page-builder section {
        padding-top: var(--admin-bar);
    }

    body.admin-bar .pag-e section.simple_page {
        padding-top: calc(30px + var(--admin-bar));
    }
}

section:not(.pt-page) .container {
    width: 100%;
}

.pag-e section.simple_page .container:not(.fixed-width),
.archive .pag-e .container:not(.fixed-width) {
    padding: 0;
}

body.blog .pag-e .archive-post:first-of-type {
    margin-top: 65px;
}

.sec_title {
    position: relative;
    z-index: 55;
    padding-top: 40px;
    padding-bottom: 30px;
    line-height: 1;
    padding-left: 50px;
    padding-right: 50px;
}

section:not(.pt-page) .sec_title {
    margin-left: 0;
    margin-right: 0;
}

.sec_title:before {
	content: "";
    position: absolute;
    bottom: 3px;
    left: 50px;
    width: calc(100% - 100px);
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
}

.dark-mode .sec_title:before {
    background: rgba(255, 255, 255, 0.1);
}

.sec_title:after {
    content: "";
    position: absolute;
    top: -85px;
    left: -106px;
    width: 190px;
    height: 190px;
    transform: rotate(-140deg);
    background: repeat center/11px url(../images/dot.png);
    z-index: -1;
}

.dark-mode .sec_title:after {
    background: repeat center/11px url(../images/dot_white.png);
}

.white-bg .sec_title:after {
    top: -96px;
    height: 200px;
    transform: rotate(-135deg);
}

.sec_title h2{
    font-size: 30px;
    font-weight: 800;
    color: #282828;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
}

.dark-mode .sec_title h2 {
    color: rgba(255, 255, 255, 0.98);
}

.sec_title h2:after {
    content: "";
    position: absolute;
    bottom: -26px;
    left: 0;
    width: 55px;
    height: 3px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-55 {
    margin-top: 55px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-18 {
    margin-top: 18px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.padding-30 {
    padding: 30px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 10;
}

a:hover, a:focus, 
input[type="submit"]:hover, 
input[type="submit"]:focus {
    text-decoration: none;
    outline: none;
}

button,
button:active, 
button:focus, 
button:hover {
    border-color: transparent;
}

.btn:focus, 
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus {
    outline: 0;
}

.pt-page {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.pt-page-current, .no-js .pt-page {
    visibility: visible;
    z-index: 1;
    padding: 30px 60px;
}

.pt-perspective {
    position: relative;
    height: auto;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    left: var(--menu-width);
    width: calc(100% - var(--menu-width));
}

.pt-perspective.overFlowHidden {
	overflow: hidden;
    height: 100vh;
}

.wp-block-button__link,
input[type="submit"].btn,
input[type="submit"],
a.btn,
button.btn {
    padding: 14px 26px;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 20px;
    font-family: "Nunito", sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #282828;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
    border-width: 2px;
    border-style: solid;
    border-radius: 0;
    background-color: transparent;
    position: relative;
    z-index: 1;
}

.dark-mode .wp-block-button__link,
.dark-mode input[type="submit"].btn,
.dark-mode input[type="submit"],
.dark-mode a.btn,
.dark-mode button.btn {
    color: #fff;
}

.dark-mode *:not(.is-style-outline) > .wp-block-button__link:not(:hover) {
    border-color: transparent;    
}

.wp-block-button__link:hover,
input[type="submit"].btn:hover,
input[type="submit"]:hover,
a.btn:hover,
button.btn:hover,
.wp-block-button__link:active,
input[type="submit"].btn:active,
input[type="submit"]:active,
a.btn:active,
button.btn:active {
    box-shadow: none;
    color: #fff;
}

.wp-block-button__link.has-text-color:not(.has-background):hover{
    opacity: 1;
}

.has-dark-gray-background-color {
  background-color: #111 !important;
}

.has-dark-gray-color:not(.has-primary-background-color) {
  color: #111 !important;
}

.has-light-gray-background-color {
  background-color: #767676 !important;
}

.has-light-gray-color:not(.has-primary-background-color) {
  color: #767676 !important;
}

.has-white-background-color {
  background-color: #fff !important;
}

.has-white-color:not(.has-primary-background-color) {
  color: #fff !important;
}

/*End Common Styles*/



/*=================================*/
/*  02.Preloader 
/*=================================*/

.page-loader {
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;  
}

.dark-mode .page-loader {
    background: #191919;
}

.loader {
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    pointer-events: none;
    border-radius: 50%;
    opacity: 0.4;
    background: #000;
    animation: loaderAnim 0.7s linear infinite alternate forwards;
}

.dark-mode .loader {
    background: #fff;
}

@keyframes loaderAnim {
    to {
        opacity: 1;
        transform: scale3d(0.5,0.5,1);
    }
}

/*End Preloader*/



/*=================================*/
/*  03.Home
/*=================================*/

.home-lines {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

.home-lines .lines-content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.6s;
}

.home_type .home-lines .lines-content {
    width: 90%;
}

.home-lines:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.8;
}

.home-lines:after {
    background: repeat center/11px url(../images/dot.png);
}

.dark-mode .home-lines:after {
    background: repeat center/11px url(../images/dot_white.png);
    opacity: 0.25;
}

.open-right .home-lines {
    width: 100%;
}

.open-right .home-lines .lines-content {
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
}

.home-lines .home-line {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    border-color: #fff;
    transition: all 0.6s;
}

.open-right .home-lines .home-line {
    width: 30px;
    height: 30px;
}

.home-lines .home-line:nth-child(1){
    right: 30px;
    top: 30px;
    border-right-width: 3px;
    border-right-style: solid; 
    border-top-width: 3px;
    border-top-style: solid; 
}

.home-lines .home-line:nth-child(2){
    bottom: 30px;
    left: 30px;
    border-left-width: 3px;
    border-left-style: solid; 
    border-bottom-width: 3px;
    border-bottom-style: solid; 
}

.home-lines .home-line:nth-child(3){
    left: 30px;
    top: 30px;
    border-left-width: 3px;
    border-left-style: solid;
    border-top-width: 3px;
    border-top-style: solid;
}

.home-lines .home-line:nth-child(4){
    right: 30px;
    bottom: 30px;
    border-right-width: 3px;
    border-right-style: solid;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

@media(max-width:1200px){

    .home-lines .home-line:nth-child(1){
        right: 20px;
        top: 20px;
    }

    .home-lines .home-line:nth-child(2){
        bottom: 20px;
        left: 20px;
    }

    .home-lines .home-line:nth-child(3){
        left: 20px;
        top: 20px;
    }

    .home-lines .home-line:nth-child(4){
        right: 20px;
        bottom: 20px;
    }

}

.home_type .side {
    background-size: cover;
    background-position: center;
}

.home_type .side .overlayer {
    background-color: rgba(0, 0, 0, 0.55);
    height: 100%;
    position: relative;
    z-index: 11;
}

.home_type .side .author-img {
    border-radius: 50%;
    border: 5px solid #eee;
    margin-bottom: 43px;
}

.home_type .side h1 {
    font-weight: 800;
    font-size: 62px;
    position: relative;
    z-index: 10;
    color: #fff;
}

.home_type .side h1:after {
    content: "";
    position: absolute;
    bottom: -26px;
    left: calc(50% - 13px);
    width: 26px;
    height: 4px;
    background-color: #fff;
}

.home_type .side h1 .typed-cursor {
    font-weight: 100;
}

.home_type .more_info {
    display: inline-block;
    margin-top: 30px;
}

.home_type .more_info .item {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.29);
    padding: 15px 7px;
}

.home_type .more_info .item:first-of-type {
	border-top: 1px dashed rgba(255, 255, 255, 0.29);
}

.home_type .more_info a:hover {
    border-width: 2px;
    border-style: solid;
}

.home_type .more_info .info-title {
    display: inline-block;
    font-weight: 500;
    margin-right: 5px;
}

.home_type .more_info .info-body {
    color: rgba(238, 238, 238, 0.75);
}

.home_type .more_info a {
    display: inline-block;
    text-transform: capitalize;
    padding: 14px 22px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin-top: 40px;
    margin-right: 15px;
    margin-left: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-width: 140px;
    text-align: center;
}

.home_type .more_info a.bgColor:hover {
	background-color: transparent;
	border-color: #fff;
}

.home_type.pt-page {
   padding: 0; 
}

.home_type.pt-page .side-left {
    position: static;
    transform: none;
    width: 100%;
    text-align: center;
    height: 100%;
}

.hide-big-menu .side-right {display: none;}

/*End Home Type*/



/*=================================*/
/*  04.Menu
/*=================================*/

.mob-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 55;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.38);
    padding: 17px 0;
    display: none;
}

.mob-menu {
    width: 100%;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(95, 95, 95, 0.28);
    padding: 20px 0;
}

.dark-mode .mob-menu {
    background-color: #191919;
}

.mob-menu.static {
    position: relative;
    z-index: 55;
}

.mob-menu:not(.static) {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 58;
}

body.admin-bar .mob-menu {
    top: var(--admin-bar);
}

.mob-menu .mob-menu-content {
    clear: both;
}

.mob-menu .menu-title {
    font-size: 21px;
    font-weight: 700;
    margin: 0;
    line-height: 31px;
}

.mob-menu .menu-title a {
    color: inherit;
}

.navbar-toggle {
    padding: 0;
    margin-right: 0;
}

.navbar-toggle .icon-bar {
    background-color: #000;
    height: 2px;
    width: 22px;
    transition: all 0.2s;
}

.dark-mode .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    opacity: 0;
}

.navbar-toggle .icon-bar:nth-of-type(4) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.collapsed .icon-bar {
    transform: none !important;
    opacity: 1 !important;
}

.navbar-toggle-fixed .icon-bar {
    transform: none !important;
    opacity: 1 !important;
}

.menu {
    -webkit-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s;
}

.inner-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
    height: 100vh;
    width: var(--menu-width);
    max-width: 80%;
    text-align: center;
    background: #fff;
    transition: all 0.3s ease-in-out 0s;
}

.dark-mode .inner-menu {
    background: #191919;
    box-shadow: none;
}

body.admin-bar .inner-menu {
    height: calc(100vh - var(--admin-bar));
}

.inner-menu.inner-menu-blog {
    z-index: 200;
}

body.activeMenuScroll .inner-menu .wrapper {
    height: 100%;
    overflow-y: scroll;
}

.inner-menu .wrapper-content {
    position: relative;
    min-height: 100vh;
    padding-top: 1px;
    padding-bottom: 30px;
}

body.admin-bar .inner-menu .wrapper-content {
    min-height: calc(100vh - var(--admin-bar));
}

.profile {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    border-radius: 50%;
}

.inner-menu.empty-menu .profile {
    margin-top: 27px;
}

.profile img {
    width: 140px;
    height: 140px;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    padding: 5px;
    background-color: #fff;
}

.dark-mode .profile img {
    background-color: #333;
}

.inner-menu h2 {
    margin-top: 22px;
    margin-bottom: 12px;
}

.inner-menu h2 {
    color: #151515;
    font-weight: 700;
    font-size: 21px;
    text-transform: capitalize;
}

.dark-mode .inner-menu h2 {
    color: #fff;
}

#blog--menu {
    padding-bottom: 30px;
}

.blog-menu .social-icons {
    margin-bottom: 40px;
}

.blog-menu .social-icons.empty {
    margin-bottom: 27px;
}

.blog-menu .social-icons a {
    display: inline-block;
    margin-left: 14px;
    font-size: 14px;
    color: #282828;
}

.dark-mode .blog-menu .social-icons a:not(:hover) {
    color: #888;
}

.blog-menu .social-icons a:first-of-type {
    margin-left: 0;
}

.blog-menu .menu-list a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    margin: 3px;
    letter-spacing: 0.7px;
}

.dark-mode .blog-menu .menu-list a {
    color: #888;
}

.menu_list {
    margin: 0;
}

#menu ul,
.menu_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu_list span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    margin: 1.2% 0;
    transition: all 0.6s;
}

.menu_list a {
    display: inline-block;
    position: relative;
    font-weight: 900;
    font-size: 4.8vw;
    color: transparent;
    -webkit-text-stroke: 2px #111;
    transition: all 0.6s;
}

.dark-mode .menu_list a {
    -webkit-text-stroke: 1px #fff;
}

.menu_list a:after {
    content: attr(data-hover);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-text-stroke: 0;
    color: #111;
    height: auto;
    clip-path: inset(0px 100% 0px 0px);
    overflow: hidden;
    transition: all 0.4s;
}

.dark-mode a:after {
    color: #fff;
}

.open-right .menu_list a:after {
    transition: all 0.3s;
}

.menu_list a:hover::after {
    clip-path: inset(0px 0px 0px 0px);
}

.menu_list .home-item {
    position: absolute;
    bottom: -12%;
    left: 41%;
}

.close-right .home-item {
    opacity: 0;
}

.menu_list .home-item svg {
	transform: rotate(180deg);
    width: 18px;
    fill: #111;
    transition: all 0.3s;
}

.menu_list .home-item a {
    font-size: 9px;
    -webkit-text-stroke: 0;
    color: #333;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    top: 1vw;
    left: 22px;
    letter-spacing: 0.7px;
}

.open-right .menu_list.notPrimaryMenu a {
    transform: scale(0.666);
    -webkit-text-stroke: 2.5px #333;
    text-transform: uppercase;
}

.open-right .menu_list.notPrimaryMenu li {
    margin: 0.9% 0;
    line-height: 1;
}

.menu .current-menu-item a,
a.active_item {
    color: #333;
}

.normal-menu {
    margin-bottom: 0;
    display: inline-block;
    margin-top: 3px;
    margin-right: -16px;
}

.normal-menu li {
    display: inline-block;
    margin-right: 30px;
    text-transform: capitalize;
    font-size: 16px;
    color: #777;
}

.copyright {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
}

.dark-mode .copyright {
    color: #616161;
}

.pt-main-content {
    padding: 30px 5%;
}

.pt-main--content {
    background-color: #fff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    max-width: 995px;
    margin: 0 auto;
}

.dark-mode .pt-main--content {
    background-color: #191919;
}

.pt-main-content-wrapper {
    margin: 70px 50px;
}

.pt-main-content-wrapper.single {
   margin: 50px 50px 50px;
}

.splitlayout.open-right .page-right.blog {
    height: 100vh;
    width: 100%;
}


/*End Menu*/



/*=================================*/
/*  05.About Section 
/*=================================*/

.about span.main_work {
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    letter-spacing: 0.5px;
}

.about .fw-heading {
    margin-bottom: 15px;
}

.about .fw-special-title {
    font-size: 24px;
    color: #282828;
    font-weight: 700;
    line-height: 29px;
}

.dark-mode .about .fw-special-title {
    color: rgba(255, 255, 255, 0.96);
    margin-top: 10px;
}

.about .about__img {
    padding: 12px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

.dark-mode .about .about__img {
    background-color: #212121;
}

.about p {
    font-size: 15px;
    line-height: 25px;
}

.social-icons {
    margin-top: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-icons a {
    display: inline-block;
    margin-left: 17px;
    font-size: 14px;
    color: #282828;
}

.dark-mode .social-icons a {
    color: #777;
}

.social-icons a:first-of-type {
    margin-left: 0;
}

.skills .skill {
    padding-top: 2px;
    padding-bottom: 14px;
    position: relative;
    line-height: 1;
}

.skill > span:not(.percentage) {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #282828;
    font-size: 14px;
}

.dark-mode .skill > span:not(.percentage) {
    color: rgba(255, 255, 255, 0.9);
}

.skill > span.percentage {
    float: right;
    font-size: 13px;
    color: #acacac;
    font-weight: 700;
    display: inline-block;
    margin-top: 1px;
}

.skills .skill .progress_bg {
    height: 4px;
    background-color: #ececec;
    margin-top: 7px;
}

.dark-mode .skills .skill .progress_bg {
    background-color: #222;
}

.skills .skill .progress_bar {
    height: 100%;
}

.owl {
    margin-left: -15px;
    margin-right: -15px;
}

.testi-content {
    padding: 22px 25px 25px 25px;
    position: relative;
    background: #fafafa;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
}

.dark-mode .testi-content {
    background: #212121;
    border: 1px solid #333;
}

.testi-content:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 25px;
    width: 15px;
    height: 15px;
    background: #fafafa;
    transform: rotate(-45deg);
    border: 1px solid #d6d6d6;
    border-top: none;
    border-right: none;
}

.dark-mode .testi-content:after {
    background: #212121;
    border-bottom-color: #333;
    border-left-color: #333;
}

.testimonials {
    position: relative;
}

.testimonials .arrows {
    position: absolute;
    top: -53px;
    right: 0;
    z-index: 11;
}

.testimonials .arrows span {
    font-size: 24px;
    color: #333;
    border: 1px solid #d8d8d8;
    padding: 2px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.dark-mode .testimonials .arrows span {
    color: #fff;
    border: 1px solid #2f2f2f;
    background: #212121;
}

body:not(.dark-mode) .testimonials .arrows span:hover {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
}

.testimonial {
    padding: 15px;
    padding-bottom: 5px;
    padding-top: 0;
    outline: none;
}

.testimonial p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0;
    color: #777;
}

.testimonial .img-wrapper {
    position: relative;
}

.testimonial img {
    width: 65px;
    border-radius: 50%;
    position: absolute;
    margin-top: 20px;
    margin-left: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
}

.testimonial h4,
.testimonial h5 {
    margin-left: 82px;
}

.testimonial h4 {
    color: #282828;
    font-size: 21px;
    font-weight: 700;
    margin-top: 31px;
}

.dark-mode .testimonial h4 {
    color: rgba(255, 255, 255, 0.88);
}

.testimonial h5 {
    margin-top: 5px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #777;
    padding-bottom: 12px;
}

.client img {
    opacity: 0.4;
    transition: all 0.3s ease-in-out;
}

.client img:hover {
    opacity: 1;
}

.fun-facts .item {
    text-align: center;
    padding: 25px 0;
    position: relative;
    border: 1px solid #dedede;
}

.dark-mode .fun-facts .item {
    padding: 30px 0;
    border: 1px solid rgba(255, 255, 255, 0.13);
}

.fun-facts span {
    display: block;
    font-size: 46px;
}

.fun-facts h4 {
    font-size: 30px;
    font-weight: 800;
    color: #383838;
    margin-bottom: 8px;
    margin-top: 17px;
    letter-spacing: 0.5px;
}

.dark-mode .fun-facts h4 {
    color: rgba(255, 255, 255, 0.95);
}

.fun-facts h5 {
    font-size: 15px;
    margin: 0;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.58);
}

.dark-mode .fun-facts h5 {
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
}

@media(min-width:992px) and (max-width:1200px){

    .funFactsRow {
        margin: 0;
    }

    .funFactsRow > div {
        padding: 0;
    }

    .funFactsRow > div:not(:first-of-type) .item {
        border-left: none;
    }

    .fun-facts span {
        font-size: 44px;
    }

    .fun-facts h4 {
        font-size: 28px;
        margin-top: 15px;
    }

    .fun-facts h5 {
        font-size: 14px;
    }

}

/*End About Section*/



/*=================================*/
/*  06.Resume Section 
/*=================================*/

.resume {
    padding-top: 8px;
}

.resume .item {
    position: relative;
    padding-bottom: 28px;
    padding-left: 20px;
    padding-top: 40px;
    margin-left: 5px;
    border-left-width: 2px;
    border-left-style: solid;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-mode .resume .item {
    border-left: 1px solid #222;
}

.resume .item:last-of-type {
    padding-bottom: 2px;
}

.resume .date {
    position: absolute;
    line-height: 1;
    margin-bottom: 20px;
    top: 4px;
}

.resume .date:after, .resume .date:before {
    content: "";
    position: absolute;
    top: 9px;
    left: -23px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.resume .date:before {
    width: 13px;
    height: 13px;
    top: 5px;
    left: -27px;
    opacity: 0.12;
}

.resume .date span._date {
    font-size: 11px;
    font-weight: 600;
    padding: 8px 12px;
    position: relative;
    z-index: 5;
}

.dark-mode .resume .date span._date {
    font-weight: 700;
}

.resume .date span.bg_date {
    position: absolute;
    top: -2px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: calc(100% + 3px);
    opacity: 0.1;
    border-radius: 2px;
}

.dark-mode .resume .date span.bg_date {
    background-color: #212121 ;
    opacity: 1;
}

.resume .date span.bg__date {
    width: 0;
    height: 0;
    display: inline-block;
    border: 5px solid transparent;
    position: absolute;
    top: 11px;
    left: -10px;
    z-index: 1;
    opacity: 0.3;
}

.dark-mode .resume .date span.bg__date {
    border: 7px solid transparent;
    border-right-color: #212121 ;
    opacity: 1;
    top: 9px;
    left: -13px;
}

.resume h4 {
    color: #282828;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 11px;
}

.dark-mode .resume h4 {
    color: rgba(255, 255, 255, 0.91);
}

/*End Resume Section*/



/*=================================*/
/*  07.Services Section 
/*=================================*/

.services .fw-col-sm-6,
.services .fw-col-xs-12 {
    padding-left: 35px;
    padding-right: 35px;
}

.services .fw-row {
    margin-left: -35px;
    margin-right: -35px;
}

.services .sec__content {
    padding-bottom: 30px;
}

.services .item {
    padding-bottom: 40px;
}

.services .font-icon {
    display: inline-block;
    margin-bottom: 25px;
    width: 55px;
}

.services .font-icon i {
    font-size: 35px;
    color: #fff !important;
    width: 65px;
    height: 65px;    
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
}

.services .service_content p {
    margin: 0;
}

.services h3 {
    color: #282828;
    font-size: 18px;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 10px;
}

.dark-mode .services h3 {
color: rgba(255, 255, 255, 0.9);
}

/*End Services Section*/



/*=================================*/
/*  08.Prtfolio Section
/*=================================*/

.portfolio_sec .sec__content {
    padding-bottom: 50px;
}

.portfolio_sec .row {
    margin-right: -10px;
    margin-left: -10px;
}

.portfolio_sec .ul-filter {
    margin-bottom: 26px;
    margin-left: 0;
}

.portfolio_sec .ul-filter li {
    display: inline-block;
    position: relative;
    z-index: 5;
    color: #282828;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    text-transform: capitalize;
    padding-right: 26px;
    margin-right: 0;
    letter-spacing: 0.3px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.dark-mode .portfolio_sec .ul-filter li {
    color: rgba(255, 255, 255, 0.8);
}

li.active_filter:after {
    transform: scale(1) !important;
}

.portfolio_sec .item {
    padding: 0 10px 20px 10px;
}

.portfolio_sec .item .project_content {
    position: relative;
}

.portfolio_sec .item .my_img,
.portfolio_sec .item .my__img {
    overflow: hidden;
}

.portfolio_sec .item img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portfolio_sec .project_content:hover img {
    transform: scale(1.3);
    filter: blur(10px);
}

.dark-mode .portfolio_sec .project_content:hover img {
    filter: none;
}

.portfolio_sec .item .info {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    background-color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scaleY(0);
    transform-origin: center bottom;
}

.dark-mode .portfolio_sec .item .info {
    background-color: #191919;
}

.portfolio_sec .info-content,
.portfolio_sec .info-content a {
    display: block;
    height: 100%;
}

.portfolio_sec .project_content:hover .info {
    transform: scaleY(1);
}

.portfolio_sec .project_content:hover .info h3,
.portfolio_sec .project_content:hover .info p {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    transition-delay: 0.4s;
}

.portfolio_sec .project_content:hover .icon {
    transition: all 0.5s;
    transition-delay: 0.4s;
    transform: scale(1);
}

.portfolio_sec .item .info h3 {
    color: #272727;
    font-weight: 700;
    font-size: 22px;
    margin-top: 24px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    margin-left: 30px;
}

.dark-mode .portfolio_sec .item .info h3 {
    color: rgba(255, 255, 255, 0.95);
}

.portfolio_sec .item .info p {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 13px;
    letter-spacing: 0.3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    position: absolute;
    bottom: 15px;
    left: 30px;
}

.portfolio_sec .info .icon {
    position: absolute;
    bottom: 12px;
    right: 24px;
    z-index: 1;
    width: 42px;
    height: 42px;
    transition: all 0.3s;
    transform: scale(0);
}

.portfolio_sec .icon .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.portfolio_sec .item .info i {
    font-size: 22px;
    display: block;
    text-align: center;
    line-height: 42px;

}

.portfolio_sec .item .info i:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.dark-mode .portfolio_sec .item .info i:after {
    opacity: 1;
    background: #222;
}

@-webkit-keyframes popup-anim {
  0% {
  	    opacity: 0;
    	transform: scale(0.8);
  }
   100% {
  	    opacity: 1;
    	transform: scale(1);
  }
}
@keyframes popup-anim {
  0% {
  	    opacity: 0;
    	transform: scale(0.8);
  }
   100% {
  	    opacity: 1;
    	transform: scale(1);
  }
}

.portfolioAjaxContent .zoom-anim-dialog {
    -webkit-animation: popup-anim 0.3s ease-in-out;
    animation: popup-anim 0.3s ease-in-out;
}

.dark-mode .zoom-anim-dialog {
    background-color: #191919;
}

.single-fw-portfolio .dark-mode .zoom-anim-dialog {
    background-color: transparent;
}

.single-fw-portfolio .zoom-anim-dialog {
    padding: 30px 0;
}

.portfolioAjaxContent .zoom-anim-dialog {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.zoom-anim-dialog .content {
    margin: 0;
    background-color: #fff;
    box-shadow: none;
}

.zoom-anim-dialog section {
    max-width: 100%;
}

.zoom-anim-dialog section .container {
    padding: 0;
    width: 100%;
    max-width: 1000px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.zoom-anim-dialog .project__slider {
    position: relative;
}

.carousel-control.right,
.carousel-control.left {
    background: transparent;
}

.zoom-anim-dialog .carousel-inner .item img {
    width: 100%
}

.zoom-anim-dialog .display-table-cell{
    padding-top: 28px;
}

.zoom-anim-dialog h3 {
    margin-bottom: -4px;
    color: #282828;
    font-weight: 700;
    font-size: 27px;
    text-transform: capitalize;
}

.dark-mode .zoom-anim-dialog h3 {
    color: #fff;
}

.project_info {
    margin-left: 0;
}

.project_info li {
    font-size: 16px;
    font-weight: 600;
}

.zoom-anim-dialog p {
    font-size: 14px;
}

.my-mfp-zoom-in button.mfp-close,
.my-mfp-zoom-in .mfp-close:active {
    font-size: 36px;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    border-radius: 50%;
    top: 20px;
    right: 20px;
    transition: all 0.3s ease-in-out;
}

.zoom-anim-dialog iframe {
    width: 100%;
    max-width: 100%;
}

body.single-fw-portfolio .single--project {
    margin-top: 90px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}

.single--project.project-popup > .content > .container > #project__content {
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.09);
    padding: 40px 40px 20px 40px;
    max-width: 995px;
    margin: auto;
}

.single-project-page .single--project.project-popup .content {
    background-color: #fff;
    padding: 30px 30px;
}

.single-project-page .entry-title {
    color: #232323;
    font-size: 32px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 10px;
}

.dark-mode .single-project-page .entry-title {
    color: #fff;
}

.single-project-page .single--project:not(.project-popup) .content {
    background-color: #fff;
    padding: 30px 5%;
}

.single--project:not(.project-popup) .project-t-c {
    margin-top: 30px;
}

.single-project-page .single--project:not(.project-popup) .entry-title {
    color: #282828;
    font-size: 25px;
    font-weight: 700;
}

/*End Prtfolio Section*/



/*=================================*/
/*  09.Blog Section
/*=================================*/

.blog .item {
    margin-bottom: 30px;
    overflow-wrap: break-word;
}

.blog .margin-b-zero {
    margin-bottom: 0;
}

.blog .blog__img {
    position: relative;
    z-index: 4;
}

.blog .blog__img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog .blog__img img {
    width: 100%;
}

.blog .blog__img i {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 0;
    transform: translateY(-50%) scale(0);
    color: #fff;
    z-index: 5;
    font-size: 50px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog .blog__img:hover:after {
    opacity: 0.3;
}

.blog .blog__img:hover i {
    opacity: 1;
}

.blog .blog__img:hover i {
    transform: translateY(-50%) scale(1);
}

.blog .item .content {
    padding: 33px 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 2;
    background-color: #fff;
    text-align: center;
}

.dark-mode .blog .item .content {
    background-color: #212121;
    padding-top: 43px;
    z-index: 5;
    text-align: left;
}

.blog .item .content .entry-meta {
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: 0;
}

.blog .item .content .entry-meta > span:after {
    font-size: 11px;
    margin-left: 5px;
    margin-right: 5px;
}

.blog .item h3 {
    font-weight: 600;
    color: #232323;
}

.blog .item h3 a {
    display: inline-block;
    max-width: 100%;
    color: #282828;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dark-mode .blog .item h3 a {
    color: rgba(255, 255, 255, 0.95);
}

.blog .item .excerpt p {
    margin-top: 12px;
}

.blog .item .content .read_more {
    margin-bottom: 0;
    margin-top: 30px;
}

.blog .item p.info {
    display: inline-block;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.2px;
    line-height: 1;
    margin-bottom: 12px;
    position: relative;
}

.dark-mode .blog .item p.info {
    color: #fff;
    position: absolute;
    top: -14px;
}

.blog .item p.info .date_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.12;
    z-index: -1;
    border-radius: 10px;
}

.dark-mode .blog .item p.info .date_bg {
    opacity: 1;
}

.blog .item p.info .date {
    display: inline-block;
    padding: 10px 12px;
}

#blog .load-more {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

.pt-page .scroll__content,
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.pt-page .scroll__content {
    animation-duration: 1.2s;
}

.open-right .pt-page .scroll__content,
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/*End Blog Section*/



/*=================================*/
/*  10.Contact Section 
/*=================================*/

.contact h3 {
    margin-bottom: 31px;
}

.fw-map {
    margin-top: 7px;
}

@media(max-width:768px){

    .contact-info {
        margin-bottom: 30px;
    }

}

.contact-info {
    text-align: center;
}

.contact-info .icon {
    margin-bottom: 12px;
    font-size: 40px;
}

.contact-info p {
    font-size: 16px;
    color: #888;
    margin-bottom: 0;
}

.contactForm7 {
    margin-top: -8px;
}

.contact .contact_form {
    position: relative;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.contact .form-control {
    margin-top: 15px;
    border-radius: 0;
    padding: 18px 12px;
    font-size: 15px;
    box-shadow: none;
    border: 1px solid #ddd;
}

.dark-mode .wpcf7 input[type="text"],
.dark-mode .wpcf7 input[type="email"],
.dark-mode .wpcf7 textarea,
.dark-mode .contact .form-control {
    border: 1px solid transparent;
    padding: 18px 15px;
}

.form-control {
    box-shadow: none;
    border: 1px solid #ddd;
}

.dark-mode .form-control {
    background: #212121;
    border-color: transparent;
}

input.form-control {
    height: 45px;
}

.contact .form-control[name="name"] {
    margin-top: 7px;
}

.wpcf7 textarea,
.contact textarea.form-control {
    height: 200px;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

div.wpcf7-response-output {
    margin-top: 5px;
    margin-left: 0;
}

.contact button#submit {
    margin-top: 20px;
    margin-bottom: 0;
}

/*End Contact Section*/


/*=================================*/
/*  11.Single Blog 
/*=================================*/
.header-img .header-overlay {
    background-color: rgba(0, 0, 0, 0.7);
}

.header-img h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
    padding: 110px 0;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    overflow-wrap: break-word;
}

.post, .page{
    margin: 0;
}

.page header.entry-header:after,
.fw-portfolio header.entry-header:after {
    width: 0;
    height: 0;
}

.post-thumbnail img {
    width: 100%;
}

.single-blog #pt-main > section {
    padding-top: 90px;
}

.single-blog #pt-main > section > .content {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

@media(min-width:992px) {
    body.admin-bar .single-blog > .page-inner > section {
        padding-top: calc(var(--admin-bar) + 30px);
    }
}

/*post header*/
.entry-header .entry-title {
    color: #282828;
    font-size: 33px;
    font-weight: 700;
    line-height: 38px;
    overflow-wrap: break-word;
    margin-bottom: 11px;
}

.dark-mode .entry-header .entry-title {
    color: rgba(255, 255, 255, 0.98);
}

.entry-meta {
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
    color: #9b9b9b;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.dark-mode .entry-meta {
    color: #696969;
    font-weight: 600;
}

.entry-meta a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.entry-meta > span {
    position: relative;
}

.entry-meta > span:after {
    content: "/";
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 19px;
    margin-left: 8px;
    margin-right: 8px;
    position: relative;
    top: 1px;
    color: rgba(0, 0, 0, 0.17);
}

.dark-mode .entry-meta > span:after {
    color: rgba(255, 255, 255, 0.1);
}

.entry-meta > span:last-of-type:after {
    display: none;
}

.page-content, 
.entry-content, 
.entry-summary {
    margin-top: 15px;
    overflow-wrap: break-word;
}

.page-links {
    padding-top: 15px;
}

/*post content*/

body.single.single-post .content .container {
    padding: 0 25px;
}

.entry-content a,
.simple_page a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.simple_page h1,
.simple_page h2,
.simple_page h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.simple_page .sec_title h2,
.simple_page .comments-title,
.simple_page #reply-title {
    margin: 0;
}

.simple_page #comments {
    margin-top: 40px;
}

.entry-content a:not(.btn):not(.wp-block-button__link):hover,
.simple_page a:not(.btn):not(.wp-block-button__link):hover {
    text-decoration: underline;
}

.fw-team .fw-team-image img {
    margin: auto;
}

.wp-block-cover-text strong,
.wp-block-cover, .wp-block-cover-image {
    color: #fff;
}

.wp-block-pullquote blockquote {
    border: none;
}

.wp-block-pullquote p {
    font-size: 1.6875em;
    font-style: italic;
    line-height: 1.3;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.wp-block-pullquote cite {
    font-size: 15px;
    line-height: 1.6;
    text-transform: none;
    color: #767676;
}

.wp-block-latest-posts__post-date {
    margin-bottom: 5px;
}

.wp-block-latest-comments {
    padding-left: 0;
}

.entry-content p[style^="font-size"] {
    line-height: 1.1;
}

.wp-block-button__link {
    border-radius: 40px;
    color: #fff;
}

.wp-block-button__link:hover {
    background-color: transparent;
}

.is-style-outline .wp-block-button__link:hover {
    color: #fff;
}

.wp-block-file .wp-block-file__button {
    background: transparent;
}

.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6 {
    margin-bottom: 5px;
}

body.single-post .entry-content > * {
    margin-top: 30px;
    margin-bottom: 30px;
}

#comments .comment-content > *:not(.comment-reply):not(h4)  {
    margin-top: 10px;
    margin-bottom: 10px;
}

#comments .form-submit button {
    margin-bottom: 0;
}

section.simple_page #comments .comment-form .form-submit {
    margin-bottom: 0;
}

body.single-post .entry-content > *:first-child {
    margin-top: 0;
}

body.single-post .entry-content .wp-block-group.has-background {
    padding: 10px;
}

body.single-post .entry-content > p {
    margin: 20px 0;
}

body.single-post .entry-content .wp-block-gallery {
    margin-bottom: 0;
}

body.single-post .content article .entry-content h1,
body.single-post .content article .entry-content h2, 
body.single-post .content article .entry-content h3, 
body.single-post .content article .entry-content h4, 
body.single-post .content article .entry-content h5, 
body.single-post .content article .entry-content h6 {
    margin-bottom: 15px;
}

form.post-password-form label {
    color: #282828;
    padding-right: 105px;
}

.dark-mode form.post-password-form label {
    color: rgba(255, 255, 255, 0.93);
}

form.post-password-form label input {
    margin-top: 5px;
}

article.format-chat .entry-content p {
    background: #f1f1f1;
    color: #737373;
    padding: 15px;
    border-radius: 7px;
}

.dark-mode article.format-chat .entry-content p {
    background: #212121;
    color: #888;
}

@media only screen and (min-width: 768px){
    .wp-block-pullquote p {
        font-size: 2.25em;
    }
}

table#wp-calendar tr th {
    text-align: center; 
}

.dark-mode table#wp-calendar tr th {
    color: #f5f5f5;
}

table {
    margin-top: 5px;
}

table th, table tr, table td {
    border: 1px solid #d6d5d5;
    padding: 5px 10px;
    font-weight: 400;
}

.dark-mode table th, 
.dark-mode table tr, 
.dark-mode table td {
    border: 1px solid #3c3b3b;
    color: #888;
}

dt, b, strong {
    color: #232323;
}

.dark-mode dt, .dark-mode b, .dark-mode strong {
    color: #fff;
}

ul, ol {
    margin-left: 0;
}

li > ul, li > ol {
    margin-left: 0;
}

blockquote {
    padding: 1px 20px;
    border-left-width: 2px;
    border-left-style: solid;
}

blockquote p {
    color: #333;
    font-size: 16px;
    line-height: 26px;
}

blockquote cite {
    display: block;
    margin-top: 5px;
    font-size: 14px;
}

code, kbd, pre {    
    font-family: "Courier New", Courier, monospace;
    padding: 5px 7px;
    font-size: 13px;
    color: #333;
    background-color: #f2f2f2;
    border-radius: 0;
    box-shadow: none;
    overflow: auto;
    border: none;
}

pre {
    background-color: #f6f6f6;
    padding: 15px;
    white-space: pre-wrap;
}

.dark-mode code, 
.dark-mode kbd,
.dark-mode pre {
    background-color: #212121;
    color: #888;
}

abbr[title] {
    border-bottom: none;
}

.gallery-item {
    margin-bottom: 15px;
    margin-top: 15px;
    overflow-wrap: break-word;
}

.gallery-item img {
    margin: auto;
}

.gallery-caption {
    font-size: 15px;
    margin-top: 10px;
    line-height: 1.3;
}

.attachment p.attachment {
    margin-top: 5px;
}

.entry-content .wp-caption {
    margin-top: 8px;
}

.entry-content .wp-block-calendar table {
    margin-bottom: 7px;
}

.dark-mode .wp-block-calendar table th {
    background: #2f2f2f;
}

form.post-password-form p:last-of-type {
    position: relative;
    display: inline-block;
}

form.post-password-form label input {
    width: 100%;
    margin-top: 5px;
    padding: 9px 8px;
    padding-bottom: 10px;
}

form.post-password-form input[type="submit"] {
    position: absolute;
    top: 14px;
    right: 0;
}

form.post-password-form input[type="password"]:focus {
    outline: 0;
    border-width: 1px;
    border-style: solid;
}

form.post-password-form input[type="password"] {
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dark-mode form.post-password-form input[type="password"] {
    background-color: #212121;
    border-color: #333;
    color: #888;
}

.tags__share {
    padding: 28px 0;
    position: relative;
}

.entry-footer .tags-links {
    margin-left: -6px;
    display: block;
}

.entry-footer .tags-links a {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    color: #9b9b9b;
    font-size: 12px;
    text-transform: capitalize;
    margin: 6px;
    padding: 5px 12px;
    border: 1px solid #eaeaea;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dark-mode .entry-footer .tags-links a {
    border: 1px solid #3a3a3a;
    color: #d8d8d8;
}

.dark-mode .share-post .share-text {
    color: #fff !important;
}

.dark-mode .share-post-list li a {
    color: #888; 
}

.single-blog .entry-footer {
    margin-top: 20px;
}

.written-by-wrapper {
    padding-top: 40px;
    border-top: 1px solid #eaeaea;
}

.written-by {
    background: #f4f4f4;
    position: relative;
    padding: 40px 40px 32px;
    margin-bottom: 42px;
}

.author-box {
    position: relative;
}

.author-box .author-img {
    position: absolute;
    width: 70px;
    top: 0;
    left: 0;
    height: 100%;
}

.author-img img {
    margin-top: 2px;
}

.author-box .author-info {
    margin-left: 100px;
}

.author-box h3 {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 14px;
}

.author-box p {
    margin-bottom: 0;
}

@media(max-width: 450px){
    .written-by {
        padding: 30px 30px 22px;
        text-align: center;
    }

    .author-box .author-img {
        position: static;
        width: 100%;
    }

    .author-box .author-info {
        margin-left: 0;
        margin-top: 19px;
        text-align: center;
    }
}

.post-nav {
    padding: 30px 0;
    border-top: 1px solid #eaeaea;
}

.dark-mode .post-nav {
    border-top: 1px solid rgba(234, 234, 234, 0.1);
}

.post-nav .prev, .post-nav .next {
    position: relative;
    min-height: 70px;
}

.post-nav .prev {
    padding-left: 90px;
}

.post-nav .prev img, 
.post-nav .next img {
    position: absolute;
    left: 0;
    top: 0;
}

.post-nav .prev p,
.post-nav .next p {
    color: #616161;
    font-size: 13px;
    margin-bottom: 5px;
}

.dark-mode .post-nav .prev p,
.dark-mode .post-nav .next p {
    color: #888;
}

.post-nav .prev h3,
.post-nav .next h3 {
    color: #282828;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    overflow-wrap: break-word;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dark-mode .post-nav .prev h3:not(:hover),
.dark-mode .post-nav .next h3:not(:hover) {
    color: #fff;
}

.post-nav a h3:hover {
    color: inherit;
}

.post-nav .next {
    text-align: right;
    padding-right: 90px;
}

.post-nav .next img {
    left: auto;
    right: 0;
}

.post-nav:not(.thumb) .next,
.post-nav:not(.thumb) .prev {
    padding: 0;
}

.post-nav:not(.thumb) .next img,
.post-nav:not(.thumb) .prev img {
    display: none;
}

.dark-mode .wp-block-search .wp-block-search__input {
    background-color: #212121;
    border-color: #383838;
}

.dark-mode .wp-block-search .wp-block-search__button {
    background-color: #212121;
    color: #fff;
}

.dark-mode .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #212121;
}

.dark-mode .wp-block-table.is-style-stripes {
    border-bottom: 1px solid rgba(240, 240, 240, 0.08);
}

/*Comments*/

#comments {
    border-top: 1px solid #eaeaea;
}

.dark-mode #comments {
    border-top: 1px solid rgba(234, 234, 234, 0.10);
}

.comments-area li > ul, li > ol {
    list-style: none;
}

.comment-navigation .nav-links {
    border-top: 1px solid #eee;
}

#comments .comments-title,
#reply-title {
    color: #282828;
    font-size: 25px;
    font-weight: 700;
    margin-top: 44px;
}

.dark-mode #comments .comments-title,
.dark-mode #reply-title {
    color: #fff;
}

#comments .comments-list {
    margin-top: 25px;
    margin-bottom: 20px;
}

.comments-list > li {
    border-bottom: 1px solid #eaeaea;
    padding-top: 30px;
}

.dark-mode .comments-list > li {
border-bottom: 1px solid rgba(234, 234, 234, 0.1);
}

.comments-list > li:first-of-type {
    padding-top: 0;
}

.comments-list > li:last-of-type {
    margin-bottom: 25px;
}

.comments-list li .children {
    width: 100%;
    padding-left: 100px;
}

.comments-list li .children > li {
    padding-top: 30px;
    border-top: 1px solid #eaeaea;
}

.dark-mode .comments-list li .children > li {
    border-top: 1px solid rgba(234, 234, 234, 0.1);
}

.comment-content p {
    margin-top: 10px;
}

#comments .comment-author-avatar {
    position: absolute;
    width: 70px;
}

#comments .comment-content h4 {
    color: #282828;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 700;
    margin-top: 0;
}

.dark-mode #comments .comment-content h4 {
    color: #fff;
}

#comments .comment-content .comment-date {
    font-size: 13px;
    color: #616161;
    font-weight: 400;
}

.dark-mode #comments .comment-content .comment-date {
    color: #888;
}

#comments .comment-date:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 15px;
    background-color: rgba(0, 0, 0, 0.18);
    position: relative;
    top: 3px;
    margin-left: 7px;
    margin-right: 9px;
}

.dark-mode #comments .comment-date:before {
    background-color: rgba(255, 255, 255, 0.18);
}

#comments .comment-content {
    padding-left: 88px;
    padding-bottom: 26px;
}

#comments .comment-reply span {
    padding-right: 9px;
    font-size: 13px;
}

#comments .comment-reply a {
    font-size: 14px;
}

#reply-title {
    margin-top: 25px;
    margin-bottom: 5px;
    padding-top: 20px;
}

#reply-title a {
    color: #000;
}

#comments .comment-form .form-submit,
#comments .no-comments {
    margin-bottom: 25px;
}

.logged-in-as a {
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.logged-in-as a:hover {
    text-decoration: underline;
}

.form-double .form-group {
    width: calc(50% - 7px);
    float: left;
}

.comment-form .form-double .email {
    margin-left: 14px;
}

.comment-form .form-double .form-control,
.comment-form textarea {
    margin-top: 15px;
    padding-left: 12px;
    border-radius: 0;
    padding-top: 18px;
    padding-bottom: 18px;
}

.dark-mode .comment-form .form-double .form-control,
.dark-mode .comment-form textarea {
    padding-left: 15px
}

.comment-form textarea {
    border-radius: 0;
    height: 200px;
}

/*side bar*/

aside.widget-area {
    position: fixed;
    top: 0px;
    left: 288px;
    z-index: 199;
    height: 100vh;
    max-width: 350px;
    transition: all 0.3s ease-in-out 0s;
    background: rgba(255, 255, 255);
}

.dark-mode aside.widget-area {
    background: #212121;
}

body.admin-bar aside.widget-area {
    top: var(--admin-bar);
    height: calc(100vh - var(--admin-bar));
}

.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    z-index: 100;
    visibility: visible;
    opacity: 1;
}

.translate-aside {
    transform: translateX(calc(-105% + 17px));
}

.not--found aside.widget-area {
    padding-top: 40px;

}

.simple__page aside.widget-area {
    padding-bottom: 90px;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    z-index: 100;
    visibility: visible;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.over-flow-hide {
    overflow: hidden;
}

.widget-area .widget {
    background-color: #fff;
    margin: 40px 0;
    border-radius: 4px;
}

.dark-mode .widget-area .widget {
    background-color: #212121;
}

.widget-area .widget ul {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.widget-area .widget ul li {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.dark-mode .widget-area .widget ul li {
    border-bottom: 1px solid rgba(238, 238, 238, 0.1);
}

.widget ul a {
    color: #737373;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dark-mode .widget ul a {
    color: #888;
}

.widget_archive ul a {
    display: inline-block;
}

.widget h2.widget-title {
    position: relative;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0 20px 12px 20px;
}

.dark-mode .widget h2.widget-title {
    color: #fff;
}

h2.widget-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 28px;
    height: 3px;
    margin-top: 12px;
}

.widget > a {
    display: block;
}

.widget > *:not(.widget-title):not(select):not(.mejs-container) {
    padding: 0 20px !important;
}

.widget > *:not(.widget-title):not(select):not(.mejs-container):not(form) {
    padding-top: 20px !important;
}

.widget .widget-title + form {
    margin-top: 20px;
}

.widget:not(.widget_search) > select {
    margin: 20px 20px 0 !important;
    width: calc(100% - 40px) !important;
}

.widget:not(.widget_search) > select {
    margin-top: 25px !important;
}

.widget:not(.widget_search) > .mejs-container {
    padding: 0 !important;
    margin-top: 60px;
    top: -35px;
    left: 35px;
    width: calc(100% - 70px) !important;
}

.widget-area .widget > ul > li:first-of-type {
    padding-top: 0;
}

/*widget select*/
select:focus {
    outline: none;
}

select {
    border: none;
    border-radius: 4px;
    background-color: #f3f2f2;
    width: 100%;
    padding: 0;
    border: 15px solid #f3f2f2;
    font-size: 16px;
    font-weight: 600;
}

.dark-mode select {
    background-color: #252525;
    border: 15px solid #252525;
    color: #888;
}

select option {
    font-weight: 600;
}

/*widget search*/
.widget .searchform .form-group {
    margin-bottom: 0;
    position: relative;
}

.widget input.search-field {
    position: relative;
    display: block;
    font-size: 14px;
    color: #222222;
    line-height: 25px;
    padding: 14px 25px;
    padding-right: 60px;
    height: 55px;
    width: 100%;
    border: 1px solid #dcdbdb;
    background-color: #ffffff;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.dark-mode .widget input.search-field {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #252525;
    color: #888;
}

.widget input.search-field:focus {
    box-shadow: none;
    outline: none;
}

.widget .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 55px;
    line-height: 37px;
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: normal;
    background: transparent;
}

.widget .search-submit:focus {
    outline: 0;
}

.widget input.search-submit:hover {
    color: #fff;
}

/*widget recent posts*/
.widget-area .widget_recent_entries .post-date {
    color: #9b9b9b;
}

/*widget nav menu*/
.widget-area .widget .menu-item-has-children > a {
    margin-bottom: 10px;
}

.widget-area .widget ul.sub-menu li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.widget-area .widget ul.sub-menu {
    padding-left: 18px;
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.dark-mode .widget-area .widget ul.sub-menu {
    border-top: 1px solid rgba(238, 238, 238, 0.1);
}

/*widget pages*/
.widget-area .widget ul.children li:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}

.widget-area ul.children {
    padding-left: 18px;
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.dark-mode .widget-area ul.children {
    border-top: 1px solid rgba(238, 238, 238, 0.1);
}

.widget-area .widget ul.sub-menu li a:before,
.widget-area ul.children li a:before {
    content: "\f105";
    font-family: fontAwesome;
    padding-right: 8px;
    font-size: 18px;
    position: relative;
    top: 1px;
}

/*widget gallery*/
.widget-area .widget_media_gallery .gallery {
    margin-left: -3px;
    margin-right: -3px;
}

.widget-area .widget_media_gallery .gallery-item {
    margin: 3px 3px 10px;
}

.widget-area .widget_media_gallery .gallery:last-of-type {
    margin-bottom: 0;
}

/*widget recent comments*/
.widget-area .widget li.recentcomments {
    font-family: 'Poppins', sans-serif;
    color: #a7a5a5;
}

.dark-mode .widget-area .widget li.recentcomments {
    color: #5a5959;
}

/*widget calendar*/
.widget-area .widget_calendar *:not(.widget-title) {
    font-family: 'Poppins', sans-serif;
}

.widget-area .widget_calendar #wp-calendar {
    margin-bottom: 5px;
}

.widget-area .widget_calendar caption {
    color: #fff;
    text-align: center;
}

.widget-area .widget_calendar th {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.widget-area .widget_calendar td {
    color: #9b9b9b;
    text-align: center;
    font-size: 14px;
}

.widget-area .widget_calendar td a {
    transition: all 0.3s ease-in-out;
}

.widget-area .widget_calendar td a:hover {
    text-decoration: underline;
}

.widget-area .widget_calendar nav.wp-calendar-nav {
    display: flex;
    justify-content: space-between;
}

.widget-area .widget_calendar nav.wp-calendar-nav a {
    font-size: 15px;
}

/*widget audio*/
.widget-area .widget_media_audio {
    padding-top: 1px;
}

/*widget rss*/
.widget-area img.rss-widget-icon {
    margin-top: -5px;
}

.search-page .widget.padding-0 > form.searchform,
.search-page .widget.padding-0 form {
    padding: 0 !important;
}

.aside-toggle {
    position: fixed;
    top: 30px;
    right: -44px;
    z-index: 5555;
    background-color: #ffffff;
    border: 1px solid #eee;
    border-left: none;
    width: 44px;
    height: 44px;
    text-align: center;
    cursor: pointer;
}

.dark-mode .aside-toggle {
    background-color: #191919;
    border-color: #3a3a3a;
}

.widget-area .main-content {
    height: 100vh;
    overflow-y: auto;
    width: 320px;
    max-width: 100%;
}

body.admin-bar .widget-area:not(.append-sidebar) .main-content {
    height: calc(100vh - var(--admin-bar));
}

.aside-toggle button {
    float: none;
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.aside-toggle .navbar-toggle .icon-bar {
    background-color: rgba(0, 0, 0, 0.8);
}

.dark-mode .aside-toggle .navbar-toggle .icon-bar {
    background-color: rgba(255, 255, 255, 0.8);
}

.aside-toggle button.navbar-toggle:not(.collapsed) {
    padding-left: 12px;
    width: 100%;
    height: 100%;
}

.aside-toggle.not-fixed {
    position: absolute;
}

.append-sidebar .main-content {
    height: auto;
}

.append-sidebar .widget-area-content {
    padding: 15px 0;
    background-color: #fff;
}

.dark-mode .append-sidebar .widget-area-content {
    background-color: #212121;
}

.append-sidebar h2.widget-title {
    text-align: left;
}

.append-sidebar .widget ul {
    text-align: left;
}

.tagcloud a {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    color: #9b9b9b;
    font-size: 12px !important;
    text-transform: capitalize;
    margin: 6px;
    padding: 5px 12px;
    border: 1px solid #eaeaea;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dark-mode .tagcloud a {
    font-weight: 500;
}

.tagcloud a:hover {
    color: #fff;
}

/*archive*/
.archive-page article.sticky {
    position: relative;
}

.archive-page article.sticky:before {
    color: #fff;
    content: "\f08d";
    font: normal normal normal 12px/1 FontAwesome;
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 4;
}

.dark-mode .archive-page article.sticky:before {
    z-index: 11;
}

.archive-page article.sticky:after {
    content: "";
    position: absolute;
    top: -45px;
    right: -45px;
    z-index: 3;
    border: 45px solid transparent;
    transform: rotate(-315deg);
}

.dark-mode .archive-page article.sticky:after {
    z-index: 10;
}

.numeric-navigation ul {
    margin: 0;
}

.numeric-navigation li {
    display: inline-block;
    height: 40px;
    width: 40px;
    margin-left: 5px;
    margin-bottom: 8px;
    border: 1px solid #eaeaea;
    color: #9b9b9b !important;
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dark-mode .numeric-navigation li {
    background-color: transparent;
    border: 1px solid #232323;
}

.numeric-navigation a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.numeric-navigation a:hover,
.numeric-navigation li.active {
    color: #fff !important;
    background-color: #222;
    border-color: #222;
}

.no-results.not-found .page--header .page-title {
    margin-bottom: 15px;
    font-weight: 800;
}

.error-404 .pt-main-content {
    height: 100vh;
    text-align: center;
}

.error-404 .pt-main--content,
.error-404 .pt-main-content-wrapper {
    height: 100%;
}

.error-404 .pt-main-content-wrapper {
    margin: 0;
}

.error-404 .not-found-404 {
	font-size: 18vw;
    font-weight: 700;
    line-height: 0.85;
    color: rgba(0, 0, 0, 0.04);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.32);
}

.dark-mode .error-404 .not-found-404 {
color: rgba(255, 255, 255, 0.1);
}

.error-404 .svg--dvider {
    margin-bottom: 5px;
}

/*footer*/
footer.main-footer {
    background-color: #000;
    margin-top: 55px;
    padding: 30px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
}

body.single-fw-portfolio footer.main-footer,
.single-blog footer.main-footer {
    margin-top: 90px;
}

.error404 footer.main-footer {
    margin-top: 40px;
}

.simple__page footer.main-footer {
    margin-top: 0;
}

footer.main-footer p {
    margin-bottom: 0;
    font-size: 14px;
    color: #888;
}

footer.main-footer ul {
    text-align: right;
    margin-bottom: 0;
}

footer.main-footer ul li {
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
}






