@font-face {
    font-family: 'iran-yekan';
    src: url("../fonts/iranyekanweblight.eot");
    src: url("../fonts/iranyekanweblight.eot?#iefix") format("embedded-opentype"), url("../fonts/iranyekanweblight.woff") format("woff"), url("../fonts/iranyekanweblight.ttf") format("truetype"), url("../fonts/iranyekanweblight.woff2") format("woff2");
}

/* background color elements */
.bg-color, .search .btn-search, .box-search .btn, #category .one-category h3, .about .content-about a, #h-posts .box-posts .inner-post::before, #go-top, .post-single .head-single::before, .post-single .head-single .title-single, .post-entery blockquote::before, .wp-pagenavi span.current, .paginatArshive ul li.active_page {
    background: #ff6600;
}

/* background color elements when hovering */
.bg-hover, .search .btn-search:hover, .box-search .btn:hover, .nav-toggle:hover .icon-menu .line, .nav-menu > .menu-item::before, .nav-dropdown .menu-item::before,
.nav-dropdown .nav-dropdown .menu-item::before, #category .one-category .img-overlay, #category .one-category:hover h3, .contact, .about .content-about a:hover, #blog-posts .one-post a img, #blog-posts .one-post a h3::after, #h-posts .right-posts .h-post:hover .img-post img, .post-entery blockquote, .post-entery .advisor .widget-content, .wp-pagenavi a.page:hover, .wp-pagenavi a.larger:hover, .paginatArshive ul li:hover, .paginatArshive ul li:hover a {
    background: #2bbf9f;
}

/* color elements */
.color, #h-posts .box-posts .inner-post .link-archive a::after, #h-posts .left-posts .link-post i, .post-single .head-single .meta-head-post ul li::before, a.nextpostslink,
a.previouspostslink {
    color: #ff6600;
}

/* color elements when hovering */
.color-hover, .r-header .link-Sale a:hover, .l-header .data-contact ul li a:hover > *, #h-posts .box-posts .inner-post .link-archive:hover a::after, #h-posts .right-posts .h-post:hover .text-post h4 a, #h-posts .left-posts .link-post:hover, #h-posts .left-posts .link-post i:nth-child(1), a.nextpostslink:hover,
a.previouspostslink:hover {
    color: #2bbf9f;
}

/*style for header
************************************************/
.header-site {
    background: #ffffff;
    position: relative;
    z-index: 10000;
    box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.5);
}

/**** style for top header part ****/
.t-header {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid rgba(136, 136, 136, 0.2);
}

.r-header {
    display: flex;
}

.r-header .logo {
    margin: 0.5rem;
}

.r-header .logo img {
    width: 100px;
}

.r-header .link-Sale {
    margin: 0.5rem;
    text-align: center;
}

.r-header .link-Sale h3 {
    line-height: 1.3rem;
}

.r-header .link-Sale a {
    color: #616161;
    font-weight: 700;
    font-size: 0.8rem;
	 text-indent: -9999px;
    position: absolute;

}

.l-header {
    display: flex;
    flex-direction: column;
}

.l-header .data-contact,
.l-header .social-icon {
    margin: 0.5rem;
}

.l-header ul li {
    float: left;
}

.l-header .data-contact ul li {
    margin-right: 0.8rem;
    color: #888888;
}

.l-header .data-contact ul li a {
    color: #888888;
}

.l-header .social-icon ul li {
    text-align: center;
    margin-right: 0.4rem;
}

.l-header .social-icon ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.l-header .social-icon ul li a i {
    display: block;
    line-height: 30px;
    transition: 0.5s;
    font-size: 1.3rem;
}

.l-header .social-icon .facebook_ico i {
    color: #3b5999;
}

.l-header .social-icon .google_ico i {
    color: #dd4b39;
}

.l-header .social-icon .twitter_ico i {
    color: #55acee;
}

.l-header .social-icon .telegram_ico i {
    color: #0088cc;
}

.l-header .social-icon .instagram_ico i {
    color: #e4405f;
}

.l-header .social-icon .linkedin_ico i {
    color: #0077B5;
}

.l-header .social-icon li:hover a i:nth-child(1) {
    transform: translateY(-30px);
}

.l-header .social-icon li:hover a i:nth-child(2) {
    transform: translateY(-30px);
}

/**** style for bottom header part ****/
.b-header {
    width: 90%;
    margin: 0 auto;
    align-items: center;
	background:#eee;
}

/* style for search */
.search {
    text-align: left;
}

.search .btn-search {
    font-weight: 500;
    color: #ffffff;
    font-size: 0.9rem;
    transition: 0.5s;
}

.box-search {
    margin: 0 auto 0 5rem;
    transition: all 1s ease-in-out;
    width: 300px;
    padding: 1rem 0;
}

.box-search form {
    margin-right: 1rem;
}

.box-search input {
    width: 80% !important;
    margin-left: 0.5rem;
}

.box-search input:focus {
    border-color: #2bbf9f;
}

.box-search .btn {
    color: #ffffff;
    transition: 0.5s;
}

/* add class with jq at scrolling */
.fix-search {
    position: fixed;
    top: 75px;
    left: -15%;
    z-index: 99999;
    width: 90%;
    background: #f6f6f6;
    padding: 2rem;
    border-radius: 4px;
    transition: all 0.5s;
}

.fix-search::before {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent transparent #f6f6f6 transparent;
    border-width: 0 10px 10px 10px;
    top: -10px;
    left: 12%;
}

/**** style for menu ****/
button:focus {
    outline: 0;
}

/** 
  * Nav container 
  * 1. Ensure this slides in below parent
  * 2. Hide by default
  * 3. Smoother scrolling experience on iOS
  */
.nav-container {
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 9999;
    overflow-y: auto;
    visibility: hidden;
    width: 80vw;
    margin-right: 1rem;
    padding: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-overflow-scrolling: touch;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

/* add class `.is-visible` with jq for show */
.nav-container.is-visible {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

/* add class with jq at scrolling */
.fixnav {
    position: fixed !important;
    top: 0 !important;
    right: 0;
    z-index: 9999;
    width: 100% !important;
    background: #eee;
    box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.5);
}

/* Nav toggle */
.nav-toggle {
    line-height: 1;
    display: inline-block;
    padding: 1rem;
    margin: 0.4rem;
    border: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    background: #ffffff;
}

.nav-toggle:hover {
    cursor: pointer;
}

/* Nav toggle icon */
.nav-toggle .icon-menu {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 20px;
    vertical-align: middle;
    fill: none;
}

/* Nav toggle icon lines */
.icon-menu .line {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #ff6600;
}

/* Nav toggle icon line 1 */
.icon-menu .line-1 {
    top: 0;
}

/* When active, rotate line 1 to be lefthand part of X */
.is-active .icon-menu .line-1 {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    -ms-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
}

.icon-menu .line-2 {
    top: 50%;
    margin-top: -2px;
}

.is-active .icon-menu .line-2 {
    opacity: 0;
}

.icon-menu .line-3 {
    bottom: 0;
}

.is-active .icon-menu .line-3 {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
}

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

.nav-menu {
    background-color: #eee;
    /* 1 */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* 2 */
}

.nav-menu .menu-item {
    position: relative;
}

.nav-menu > .menu-item:last-child {
    border-bottom: 1px solid #bbb;
}

.nav-menu > .menu-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transition: all 1s;
    transform-origin: right;
}

.nav-menu > .menu-item:hover::before,
.nav-menu > .menu-item.is-active::before {
    transform: scaleX(1);
    transform-origin: right;
}

/* 1. Menu links are block level, by default */
.nav-menu .menu-link {
    display: block;
    /* 1 */
    text-decoration: none;
    color: #444;
    padding: 0.75rem 1rem;
}

.has-dropdown {
    position: relative;
    cursor: pointer;
    /* 1 */
    z-index: 10000;
}

.has-dropdown > .menu-link {
    display: inline-block;
}

.has-dropdown:after {
    font-size: 32px;
    position: absolute;
    top: 0;
    left: 1rem;
    bottom: 0;
    content: "+";
    /* 1 */
    color: #222;
}

.has-dropdown.is-active:after {
    content: "\2013";
    /* 1 */
}

.nav-dropdown .menu-item::before,
.nav-dropdown .nav-dropdown .menu-item::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2px;
    height: 100%;
    transform: scaleY(0);
    transition: all 0.5s;
    transform-origin: top;
}

.nav-dropdown > .menu-item:hover::before,
.nav-dropdown .nav-dropdown .menu-item:hover::before {
    transform: scaleY(1);
}

.nav-dropdown {
    display: none;
    /* 1 */
    background-color: #f6f6f6;
    margin: 0 1rem;
    border-radius: 4px;
}

.has-dropdown.is-active > .nav-dropdown {
    display: block;
    /* 1 */
}

.nav-dropdown .nav-dropdown {
    background-color: #aaa;
}

.nav-dropdown .menu-item {
    border-color: #a0a0a0;
}

.nav-dropdown .nav-dropdown .menu-item {
    background-color: #b0b0b0;
    border-color: #909090;
}

.content {
    margin-top: 60px;
}

.content .wrapper {
    padding: 1rem 0;
}

@media (min-width: 968px) {
    .nav-container,
    .nav-container.is-visible {
        position: static;
        top: auto;
        right: auto;
        z-index: auto;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        box-shadow: none;
    }

    .nav-container,
    .nav-container.is-visible {
        visibility: visible;
        height: auto;
        min-height: 0;
        overflow-y: visible;
    }

    .nav-toggle {
        display: none;
    }

    /* 1. Display menu items inline */
    .nav-menu > .menu-item,
    .nav-menu > .menu-item.is-active {
        display: inline-block;
        /* 1 */
        background-color: transparent;
        border: 0;
    }

    /* Remove bottom border on last child */
    .nav-menu > .menu-item:last-child {
        border: 0;
    }

    .nav-menu .menu-item {
        -webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    }

    /* Add a caret to top-level menu items that have dropdowns */
    .nav-menu > .has-dropdown::after {
        position: absolute;
        content: '\f107';
        font-family: 'FontAwesome';
        top: 10px;
        left: 0;
        font-size: 1.2rem;
    }

    /* Increase padding to compensate for caret */
    /*.has-dropdown > .menu-link { padding-right: 2rem; }*/
    /* Re-style dropdowns for larger screens */
    .nav-dropdown {
        display: block;
        opacity: 0;
        position: absolute;
        top: 100%;
        width: 200px;
        margin: 0;
        padding: 0.5rem 0;
        background-color: #ffffff;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
        visibility: hidden;
        -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
        transition: visibility 0s linear 0.25s, opacity 0.25s linear;
    }

    .has-dropdown:hover > .nav-dropdown {
        visibility: visible;
        opacity: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .nav-dropdown .nav-dropdown {
        z-index: 999999;
        top: 0;
        right: 100%;
    }
}

.carousel {
    width: 100%;
    overflow: hidden;
}

.carousel-inner img {
    width: 100%;
    height: auto;
}

.carousel-caption {
    background: rgba(43, 191, 159, 0.6);
    padding: 1rem;
    right: 15%;
    left: auto;
    top: 5%;
    bottom: auto;
    border-radius: 4px;
}

.carousel-indicators li {
    background: rgba(255, 255, 255, 0.7);
}

.carousel-indicators .active {
    background-color: #2bbf9f;
}

/****************************
main section
*****************************/
main {
    position: relative;
}

/***** style for category  *****/
/* style for each title section */
.title-section h2 {
    margin: 1rem auto;
    font-weight: 700;
}

#category {
    background: #f6f6f6;
    margin: 2rem 0;
}

#category .one-category {
    margin: 1rem auto;
}

#category .one-category img {
    border: 4px solid #ffffff;
    transition: all 1s ease-in-out;
}

#category .one-category h3 {
    text-align: center;
    border-radius: 4px;
    margin: 0.7rem 0;
    color: #ffffff;
    font-size: 1rem;
    transition: 0.5s;
}

#category .one-category:hover img {
    transform: scale(1.09);
    opacity: 0.5;
}

#category .one-category .img-overlay {
    position: relative;
    overflow: hidden;
}

#category .one-category .img-overlay .span-titr {
    position: absolute;
    width: 80px;
    height: 80px;
    left: -1px;
    top: -1px;
    background: url(../images/span-titr.png);
}

#category .one-category .img-overlay .span-titr span {
    display: block;
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    transform: rotate(-50deg);
    color: #fff;
    margin-top: 20px;
    text-align: center;
    margin-right: 11px;
    width: 100%;
}

#category .one-category .img-overlay::after, #category .one-category .img-overlay::before {
    content: '';
    position: absolute;
    top: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
    right: 1.25rem;
    z-index: 3;
}

#category .one-category .img-overlay::before {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    transform: scale(0, 1);
    transition: transform 0.5s ease-in-out;
}

#category .one-category .img-overlay::after {
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    transform: scale(1, 0);
    transition: transform 0.5s ease-in-out;
}

#category .one-category:hover .img-overlay::before {
    transform: scale(1.05, 1);
}

#category .one-category:hover .img-overlay::after {
    transform: scale(1, 1.05);
}

/***** style for contact us & about us section *****/
/* style for contact */
.contact {
    padding: 0 3rem;
}

.contact h3 {
    text-align: center;
    font-weight: 700;
    margin: 1.5rem auto;
}

.contact h3 a {
    color: #ffffff;
}

.contact img {
    border: 4px solid #41c6a9;
}

.contact .text-contact {
    margin: 1rem 0;
    color: #ffffff;
}

.contact .text-contact a {
    color: #ffffff;
}

.contact .text-contact i {
    background: #55ccb2;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.contact .text-contact span {
    font-size: 0.8rem;
}

/* style for about */
.about {
    background: url("../images/apartemant-8.jpeg") center/cover no-repeat fixed;
    color: #ffffff;
    text-align: center;
    position: relative;
    width: 100%;
    min-height: 450px;
}

.about .overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 450px;
}

.about .content-about {
    padding: 0 3rem;
}

.about .content-about h3 {
    text-align: center;
    font-weight: 700;
    margin: 1.5rem auto;
}

.about .content-about p {
    text-align: justify;
    font-size: 0.8rem;
}

.about .content-about a {
    display: inline-block;
    color: #fff;
    padding: 0.5rem;
    border-radius: 4px;
    margin: 1.5rem auto;
    font-size: 0.9rem;
    transition: 0.5s;
}

/***** style for blog posts *****/
#blog-posts {
    margin: 3rem 0;
}

#blog-posts .one-post {
    text-align: center;
    margin: 1rem auto;
    padding: 1rem;
    transition: all 0.5s;
}

#blog-posts .one-post:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}

#blog-posts .one-post a img {
    border-radius: 4px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

#blog-posts .one-post a h3 {
    margin: 1rem;
    color: #888888;
    position: relative;
}

#blog-posts .one-post a h3::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    right: 0;
    left: 0;
    transform: scaleX(0);
    transition: all 1s;
    transform-origin: right;
}

#blog-posts .one-post p {
    color: #888888;
    text-align: justify;
    line-height: 26px;
    font-size: 0.8rem;
}

#blog-posts .one-post:hover h3::after {
    transform: scaleX(1);
}

/***** style for horizontally blog posts *****/
#h-posts {
    margin: 1rem 0;
}

#h-posts .box-posts {
    position: relative;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    padding: 0.4rem 0;
    margin: 1rem 0;
}

#h-posts .box-posts .inner-post::before {
    content: '';
    height: 100%;
    width: 3px;
    right: 0;
    top: 0;
    position: absolute;
}

#h-posts .box-posts .inner-post .link-archive {
    position: relative;
    width: 100%;
}

#h-posts .box-posts .inner-post .link-archive:hover a::after {
    margin-left: -5px;
}

#h-posts .box-posts .inner-post .link-archive::before {
    content: '';
    background: rgba(136, 136, 136, 0.3);
    height: 1px;
    right: 0;
    left: 0;
    top: 0;
    position: absolute;
}

#h-posts .box-posts .inner-post .link-archive p {
    text-align: left;
    margin: 0 auto 0 4rem;
}

#h-posts .box-posts .inner-post .link-archive a {
    font-weight: 700;
    color: #9d0a36;
    display: block;
    font-size: 0.8rem;
}

#h-posts .box-posts .inner-post .link-archive a::after {
    content: '\f100';
    display: inline-block;
    font-family: "FontAwesome";
    position: absolute;
    left: 3.2rem;
    top: 0;
    font-size: 1rem;
    transition: all 0.5s;
}

#h-posts .right-posts {
    background: #f6f6f6;
}

#h-posts .right-posts .title-right {
    position: relative;
}

#h-posts .right-posts .title-right h3 {
    padding: 0 1rem;
    margin-right: 3rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #9d0a36;
}

#h-posts .right-posts .title-right h3::before {
    content: '\f15c';
    display: inline-block;
    font-family: "FontAwesome";
    position: absolute;
    right: 1.5rem;
    top: -1.5rem;
    font-size: 2rem;
    color: #303a3f;
}

#h-posts .right-posts .title-right h3::after {
    content: '';
    background: rgba(136, 136, 136, 0.3);
    height: 1px;
    width: 100%;
    right: 0;
    bottom: 0;
    position: absolute;
}

#h-posts .right-posts .h-post {
    display: flex;
    margin: 1rem;
    padding: 1rem;
    transition: all 0.5s;
}

#h-posts .right-posts .h-post:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}

#h-posts .right-posts .h-post .img-post {
    text-align: center;
}

#h-posts .right-posts .h-post .img-post img {
    width: 150px;
    background: #ffffff;
    padding: 5px;
    margin-bottom: 0.5rem;
    border-radius: 3px;
    border: 1px solid rgba(136, 136, 136, 0.4);
    transition: all 0.5s;
}

#h-posts .right-posts .h-post .img-post span {
    font-size: 0.7rem;
    color: #888888;
    display: block;
}

#h-posts .right-posts .text-post {
    margin-right: 0.8rem;
}

#h-posts .right-posts .text-post h4 {
    font-size: 0.8rem;
    font-weight: 700;
}

#h-posts .right-posts .text-post h4 a {
    color: #383838;
    transition: all 0.5s;
}

#h-posts .right-posts .text-post p {
    font-size: 0.7rem;
    line-height: 25px;
}

#h-posts .left-posts .title-left {
    position: relative;
}

#h-posts .left-posts .title-left h3 {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
}

#h-posts .left-posts .title-left h3::after {
    content: '';
    background: rgba(136, 136, 136, 0.3);
    height: 1px;
    width: 100%;
    right: 0;
    bottom: 0;
    position: absolute;
}

#h-posts .left-posts .link-post {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 0.8rem;
    color: #383838;
}

#h-posts .left-posts .link-post span {
    display: inline-flex;
    justify-content: center;
    overflow: hidden;
    width: 25px;
    margin-right: 0.7rem;
}

#h-posts .left-posts .link-post i {
    transition: 0.5s;
    padding: 14px;
    font-size: 0.7rem;
}

#h-posts .left-posts .link-post p {
    line-height: 28px;
}

#h-posts .left-posts .link-post i:nth-child(1) {
    transform: translateX(20px);
}

#h-posts .left-posts .link-post i:nth-child(2) {
    transform: translateX(20px);
}

#h-posts .left-posts .link-post:hover i:nth-child(1) {
    transform: translateX(-20px);
}

#h-posts .left-posts .link-post:hover i:nth-child(2) {
    transform: translateX(-20px);
}

/*****  style for footer *****/
footer {
    margin-top: 5rem;
}

.top-footer {
    flex-direction: column;
    background: #2c2c2c;
    position: relative;
    text-align: center;
    border-bottom: 2px solid #131313;
}

.top-footer .footer-icon {
    text-align: center;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: -25px;
    width: 100%;
}

.top-footer .footer-icon li {
    display: inline-block;
    margin: 0 0.6rem;
}

.top-footer .footer-icon li a {
    display: inline-block;
    width: 60px;
    height: 60px;
    color: #7c7c7c;
    border-radius: 50%;
    transition: 0.5s;
    overflow: hidden;
    background: #464545;
}

.top-footer .footer-icon li a i {
    display: block;
    line-height: 60px;
    transition: 0.5s;
    font-size: 2rem;
}

.top-footer .footer-icon li:hover a i {
    color: #ffffff;
}

.top-footer .footer-icon li:hover a i:nth-child(1) {
    transform: translateY(-60px);
}

.top-footer .footer-icon li:hover a i:nth-child(2) {
    transform: translateY(-60px);
}

.top-footer .footer-icon li:hover a.telegram {
    background: #0088cc;
}

.top-footer .footer-icon li:hover a.facebook {
    background: #3b5999;
}

.top-footer .footer-icon li:hover a.instagram {
    background: #e4405f;
}

.top-footer .footer-icon li:hover a.twitter {
    background: #55acee;
}

.top-footer .footer-icon li:hover a.google-plus {
    background: #dd4b39;
}

.top-footer .menu-footer {
    margin: 4rem 0 1rem;
}

.top-footer .menu-footer ul li {
    display: inline-block;
}

.top-footer .menu-footer ul li a {
    color: #ffffff;
    padding: 1rem 0.5rem;
    font-size: 0.9rem;
    transition: 0.5s;
}

.top-footer .menu-footer ul li a:hover {
    color: #2bbf9f;
}

.top-footer .namad img {
    width: 70px;
    border-radius: 10px;
    border: 2px solid #888888;
    margin: 0.5rem;
}

.top-footer .namad img:hover {
    opacity: 0.6;
}

.top-footer .link-menu {
    margin: 0.5rem;
}

.top-footer .link-menu ul li {
    display: inline-block;
}

.top-footer .link-menu ul li a {
    color: #7c7c7c;
    padding: 1rem 0.5rem;
    font-weight: 700;
    font-size: 0.8rem;
}

.top-footer .link-menu ul li a:hover {
    color: #2bbf9f;
}

.top-footer .address-footer {
    color: #7c7c7c;
    font-size: 1rem;
    font-weight: 700;
    margin: 0.5rem;
}

.bottom-footer {
    background: #000000;
    padding: 2rem 4rem;
    position: relative;
}

.bottom-footer::after {
    content: '';
    border-top: 1px solid #616161;
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
}

.bottom-footer .text-scroll {
    max-height: 300px;
    /*   overflow-y: scroll; */
    direction: ltr;
}

.bottom-footer .text-scroll p {
    color: #888888;
    font-size: 0.8rem;
    margin-right: 1rem;
}

.bottom-footer .text-scroll h4 {
    color: #ffffff;
    margin-right: 1rem;
}

.copyright {
    background: #d9d9d9;
    position: relative;
    font-size: 0.8rem;
    font-weight: 700;
    flex-direction: column;
}

.copyright::after {
    content: '';
    border-top: 2px solid #ffffff;
    position: absolute;
    top: 3px;
    right: 0;
    left: 0;
}

.copyright .right-copy {
    width: 80%;
    text-align: center;
    margin: auto;
}

.copyright .left-copy {
    margin: auto;
    width: 20%;
    text-align: center;
}

/*****  end of style for footer *****/
/***** style for button go-top center ******/
.btn-go-top {
    width: 100%;
    margin: 0 auto 2rem;
    position: relative;
}

.btn-go-top .go-top {
    display: block;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    background: #fff;
    padding: 0 1rem;
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 40%;
    transition: all 0.5s;
}

.btn-go-top .go-top i {
    font-size: 2rem;
    padding: 0px 0.7rem;
}

.btn-go-top .go-top:hover {
    cursor: pointer;
    background: #2bbf9f;
    color: #ffffff;
}

/***** style for button go-top right ******/
#go-top {
    position: fixed;
    right: 10px;
    bottom: 28px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: none;
    cursor: pointer;
    transition: all .4s;
    text-align: center;
    border-radius: 50%;
}

#go-top:hover {
    background: #2bbf9f;
}

#go-top i {
    font-size: 25px;
    margin: auto;
    right: 0;
    position: absolute;
    top: 6px;
    left: 0;
    text-align: center;
    color: #ffffff;
}

.bottom-footer p {
    color: white !important;
}

/**************************  
    style for single page
***************************/
.main-wrapper {
    background: #f8f8f8;
}

.wrapper-content {
    padding: 1rem 0;
}

/* style for breadcrumb */
.breadcrumb {
    background: #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    width: 100%;
    color: #383838;
}

.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb a {
    color: #383838;
    display: inline-block;
    padding-left: 20px;
    position: relative;
    font-size: 0.8rem;
}

.breadcrumb a:hover {
    color: #2bbf9f;
}

.breadcrumb a:after {
    content: "\f100";
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    top: 0;
    font-size: 0.8rem;
}

nav.breadcrumb span {
    padding-left: 5px;
    font-size: 0.8rem;
}

/* style for article post */
.post-single {
    background: #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.post-single .head-single {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.post-single .head-single::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    right: 0;
    left: 0;
}

.post-single .head-single .title-single {
    padding: 0.3rem 1rem 0.3rem 2rem;
    color: #ffffff;
}

.post-single .head-single .meta-head-post ul {
    display: flex;
}

.post-single .head-single .meta-head-post ul li {
    position: relative;
    padding: 5px 22px 5px 15px;
    color: #777;
    font-size: 12px;
    display: inline-block;
}

.post-single .head-single .meta-head-post ul li::before {
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    top: 3px;
    font-size: 16px;
}

.post-single .head-single .meta-head-post ul li.publish-post::before {
    content: "\f133";
}

.post-single .head-single .meta-head-post ul li.comment-count::before {
    content: "\f086";
}

.post-single .post-entery {
    padding: 1rem;
}

.post-single .gal-tab {
    margin: 3rem auto;
}

.post-entery ul {
    list-style: disc;
    margin-right: 2rem;
    line-height: 30px;
}

.post-entery {
    /********************
        style for sidebar
    *********************/
}

.post-entery ul.list-Possibilities li {
    list-style: none;
    display: inline-block;
    min-width: 184px;
    margin-top: 10px;
    padding: 0;
    text-align: center;
}

.post-entery ul.list-Possibilities li:nth-child(even) {
    background-color: #f1f1f1;
}

.post-entery ul.list-Possibilities li:nth-child(odd) {
    background-color: #ccc;
}

.post-entery ul.list-Possibilities li.none-ability {
    display: none;
}

.post-entery .post-entery ol {
    line-height: 30px;
    margin-right: 2rem;
}

.post-entery blockquote {
    margin: 10px 0;
    padding: 10px;
    position: relative;
}

.post-entery blockquote::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
}

.post-entery .widget {
    background: #fff;
    text-align: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.post-entery .advisor img {
    width: 180px;
    border-radius: 4px;
    padding-top: 1rem;
}

.post-entery .advisor h4 {
    font-size: 1rem;
    font-weight: 700;
    margin: 1rem;
}

.post-entery .advisor .widget-content {
    padding: 0.8rem 0;
}

.post-entery .advisor .widget-content ul li {
    font-size: 0.9rem;
    font-weight: 700;
}

.post-entery .advisor .widget-content ul li a {
    font-size: 2rem;
    padding: 0 0.5rem;
    position: relative;
}

.post-entery .advisor .widget-content ul li i::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 110%;
    height: 3px;
}

.post-entery .advisor .widget-content ul li a .fa-telegram {
    color: #0088cc;
}

.post-entery .advisor .widget-content ul li a .fa-telegram::after {
    background: #0088cc;
}

.post-entery .advisor .widget-content ul li a .fa-instagram {
    color: #e4405f;
}

.post-entery .advisor .widget-content ul li a .fa-instagram::after {
    background: #e4405f;
}

.entry_content {
    margin-top: 20px;
    margin-bottom: 40px;
}

.post-single table .actve-possibilities {
    color: red;
}

/*
= pagenavi
--------------------------------------------------*/
.paginatArshive {
    margin: 25px 0;
    clear: both;
    text-align: center;
}

.wp-pagenavi {
    display: table;
    margin: 5px auto;
}

.wp-pagenavi a.page, .wp-pagenavi a.larger, .paginatArshive ul li {
    display: inline-block;
    color: #333;
    min-width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #fff;
    margin: 8px 2px;
    font-size: 11px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.paginatArshive ul li a {
    padding: 3px 10px;
}

.wp-pagenavi a.page:hover, .wp-pagenavi a.larger:hover, .paginatArshive ul li:hover, .paginatArshive ul li:hover a {
    color: #fff;
}

.wp-pagenavi span.pages {
    background: #fff;
    color: #333;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    border-radius: 2px;
    border: 1px solid #ccc;
    font-size: 11px;
    padding: 0 8px;
    margin: 8px 2px;
}

.paginatArshive ul li.active_page a {
    color: #fff;
}

.wp-pagenavi span.current, .paginatArshive ul li.active_page {
    display: inline-block;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 11px;
    border-radius: 2px;
    margin: 8px 2px;
}

a.nextpostslink,
a.previouspostslink {
    font-family: tahoma;
    display: inline-block;
    padding: 0 4px;
}

/* Small devices (landscape phones, 576px and down) */
@media (max-width: 576px) {
    .carousel {
        height: 250px;
    }

    /* footer > footer top */
    .top-footer .footer-icon li {
        margin: 0 0.2rem;
    }

    /* footer > copyright */
    .copyright .left-copy {
        width: 80%;
    }

    /* contact us & about us section */
    .about {
        min-height: 550px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    /* header > bottom header > box search */
    .fix-search {
        left: -5%;
    }

    .fix-search::before {
        left: 5%;
    }

    /* single page > article > header */
    .post-single .head-single {
        flex-direction: row;
    }
}

/* Medium devices (landscape tablets, 768px and down) */
@media only screen and (max-width: 768px) {
    /* single post */
    .mlr-sm-auto {
        margin-right: auto;
        margin-left: auto;
    }

    /* footer > copyright */
    .btn-go-top {
        margin: 0 auto 3rem;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    /* header > top header  */
    .r-header .logo {
        margin: 1rem;
    }

    .r-header .logo img {
        width: 150px;
    }

    .r-header .link-Sale {
        margin: 1rem;
    }

    .r-header .link-Sale h3 {
        line-height: 2.25rem;
    }

    .r-header .link-Sale a {
        font-size: 1.3rem;
    }

    .l-header .data-contact, .l-header .social-icon {
        margin: 1rem;
    }

    /* slider */
    .carousel {
        height: 450px;
    }

    /* horizontally posts */
    #h-posts .right-posts .h-post .img-post img {
        width: 200px;
    }

    #h-posts .right-posts .h-post .img-post span {
        font-size: 0.8rem;
    }

    #h-posts .right-posts .h-post .text-post h4 {
        font-size: 1.1rem;
    }

    #h-posts .right-posts .h-post .text-post p {
        font-size: 0.8rem;
    }

    /* footer > copyright */
    .copyright {
        flex-direction: row;
    }
}

/* Medium devices (landscape tablets, 992px and down) */
/* Large devices (laptops/desktops, 992px and up) */
@media screen and (min-width: 992px) {
    /* header > bottom header > box search */
    .fix-search::before {
        left: 8%;
    }

    .fix-search {
        width: 40%;
        top: 60px;
        left: -4%;
    }
}