@charset "UTF-8";



@font-face{
    font-family:Ravi;
    src:url('../fonts/Ravi-Regular.woff') format('woff');
    font-weight:normal;
    font-display: swap;
}

@font-face{
    font-family:Ravi;
    src: url('../fonts/Ravi-Bold.woff') format('woff');
    font-weight:bold;
    font-display: swap;
}

@font-face {
    font-family: yekan;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/IRANYekanWebRegular.woff") format("woff");
    font-display: swap;
    letter-spacing: -.25px;
}

@font-face {
    font-family: yekanBakh;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Yekan-Bakh-FaNum-05-Medium.woff") format("woff");
    font-display: swap;
    letter-spacing: -.25px;
    font-display: swap;
}

@font-face {
    font-family: yekanBakh;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Yekan-Bakh-FaNum-07-Heavy.woff") format("woff");
    font-display: swap;
    letter-spacing: -.25px;
}

html {

}

body {
    background-color: red;
    font-family: Ravi , tahoma;
    font-size: 17px;
    margin: 0;
    padding: 0;
    background: #f6f5f4;
    height: 100%;
    line-height: 2.2;
    color: #1A1715;
    isolation: isolate;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;

}

body.rtl , .rtl {
    direction: rtl;
}

@media (max-width: 767.98px) {

}

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

a {
    transition: all 0.3s;
    text-decoration: none;
}

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0 0 15px;
    font-family: Ravi;
    font-weight: bold;
    line-height: 1.7;
}


img {
    max-width: 100%;
    height: auto;
}

grammarly-desktop-integration {
    display: none;
}

@keyframes bounce-3 {
    0% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(-100px);
    }
    50% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
}

.dotbtn, [id^="readlink"] {
    display: inline-block;
    border: 2px solid #c09c60;
    color: #c09c60;
    max-width: 100%;
    font-weight: 600 !important;
    position: relative;
    background-color: transparent;
    overflow: hidden;
    transition: all .15s ease-in-out;
    border-radius: 2em;
    padding: .28em 1.45em !important;
}


.dotbtn span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, #ffffffa8, transparent, hwb(38deg 38% 25% / 0%), transparent, transparent);
    animation: border-animetion1 2s linear infinite 1s;
}

@keyframes border-animetion1 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.dotbtn span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #ffffff75, hwb(38deg 38% 25% / 0%), transparent, transparent);
    animation: border-animetion2 2s linear infinite;
}

@keyframes border-animetion2 {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

.dotbtn span:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, transparent, #ffffffa8, transparent, hwb(38deg 38% 25% / 0%), transparent, transparent);
    animation: border-animetion3 2s linear infinite 1s;
}

@keyframes border-animetion3 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.dotbtn span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to top, transparent, #ffffff75, hwb(38deg 38% 25% / 0%), transparent, transparent);
    animation: border-animetion4 2s linear infinite;
}

@keyframes border-animetion4 {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}

.dotbtn br {
    display: none;
}

.dotbtn .icon {
    position: absolute;
    right: 16px;
    top: 10px;
    line-height: 1;
}

.dotbtn:hover {
    color: #fff;
    background: rgb(219, 193, 147);
    background: linear-gradient(77deg, rgb(188 165 124) 0%, rgb(182 141 70) 100%);
}

.dotbtn:hover .icon path {
    animation-name: bounce-3;
    animation-timing-function: ease;
    animation-duration: 2s;
}

.dotbtn:hover .icon path:nth-child(1) {
    animation-delay: 0.2s;
}

.dotbtn:hover .icon path:nth-child(3) {
    animation-delay: 0.4s;
}

.dotbtn.gray, [id^="readlink"] {
    border-color: #5c5856 !important;
    color: #5c5856 !important;
    border-width: 2px !important;
    font-family: 'Ravi';
    font-size: 1rem;
    padding: 0.1em 1em!important;
}

.term_link{
    align-items: center;
    background-color: #fff;
    border-radius: 2rem;
    color: rgb(134, 109, 85);
    display: flex;
    height: 100%;
    justify-content: center;
    text-decoration: none;
    transition: background-color .15s ease-in-out, color .15s ease-in-out;
    width: 100%;
    font-size: 1rem;
    font-family: 'yekanBakh';
    border: 1px solid #f1f1f1;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.10);
    max-width: 180px;
}

.term_link:hover{
    background: rgb(134, 109, 85);
    color: white;
}

.dotbtn.gray:hover {
    color: #fff !important;
    background: #7f7f7f;
    border-color: #7f7f7f !important;
}

#cover-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #2e0940;
    display: none;
    z-index: 100;
}

#cover-menu .top {
    height: 70px;
    line-height: 41px;
    padding: 14px 244px;
    background: #391e46;
    display: flex;
}

#cover-menu .top .title {
    color: #bdbdbd;
    font-size: 20px;
    margin-left: 10px;
}

#cover-menu .top .title h3, #cover-menu .top .title .h3 {
    display: inline-block;
    color: #fff;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: normal;
    margin-left: 7px;
}

#cover-menu .bot {
    position: absolute;
    top: 50%;
    transform: translateY(-25%);
    padding: 0 244px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.6s;
    transition-delay: 0.3s;
}

#cover-menu .bot > div {
    display: flex;
}

#cover-menu .bot > div #logo {
    width: 105px;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-left: 130px;
}

#cover-menu .bot > div #menu {
    width: 860px;
    padding-top: 50px;
}

#cover-menu .bot > div #menu li {
    display: inline-block;
    width: 280px;
    line-height: 50px;
}

#cover-menu .bot > div #menu li a {
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    font-family: dana;
}

#cover-menu .bot > div #menu li a:hover {
    color: #c09c60;
}

#cover-menu .bot > div .close {
    position: absolute;
    width: 31px;
    color: #c09c60;
    left: 260px;
    top: 70px;
    cursor: pointer;
    transition: all 0.3s;
}

#cover-menu .bot > div .close:hover {
    color: #fff;
}

#cover-menu.active .bot {
    transform: translateY(-45%);
    opacity: 1;
}

.center-title {
    text-align: center;
}

.center-title h1, .center-title .h1,
.center-title h2,
.center-title .h2,
.center-title h3,
.center-title .h3,
.center-title h4,
.center-title .h4,
.center-title h5,
.center-title .h5,
.center-title h6,
.center-title .h6 {
    color: #2e0940;
    margin-bottom: 10px;
}

.center-title span {
    display: block;
    color: #5c5856;
}


@media (max-width: 991.98px) {
    .center-title {
        margin-bottom: 30px;
    }

    .search-filter {
        margin-top: 1rem;
    }

    .wp-block-table.is-style-stripes tr {
        margin-bottom: 30px;
        border: none;

    }

    .wp-block-table.is-style-stripes table tr td {
        display: flex;
        text-align: center !important;
        justify-content: center;
    }

}

.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
    background-color: #f0f0f0;
}

.violet-sec {
    background: #201445;
    padding: 65px 0;
}

.violet-third {
    padding: 65px 0;
}

.violet-sec .center-title h1, .violet-sec .center-title .h1,
.violet-sec .center-title h2,
.violet-sec .center-title .h2,
.violet-sec .center-title h3,
.violet-sec .center-title .h3,
.violet-sec .center-title h4,
.violet-sec .center-title .h4,
.violet-sec .center-title h5,
.violet-sec .center-title .h5,
.violet-sec .center-title h6,
.violet-sec .center-title .h6 {
    color: #fff;
}

.violet-sec .center-title span {
    color: #aaaaaa;
}

#header {
    padding: .8rem 0 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dcdcdc+0,dcdcdc+100&0.65+0,0.1+30,0+100 */
    position: relative;
    z-index: 5;
}

#header .header {
    display: flex;
    flex: 0 0 100%;
    justify-content: space-between;
    align-items: center;
}

#header .header .right-side,
#header .header .left-side {
    flex-grow: 1;
    display: flex;
    flex-basis: 2;
    align-items: center;
}

#header .header .left-side {
    justify-content: left;
}

#header .header #logo-center {
    flex-basis: 35px;
}

#header .header .menu {
    flex-grow: 1;
    margin-right: 1rem;
    margin-bottom: 5px;
}

#header .header .menu ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-top: 7px;
}


.home .header .menu ul li a {
    color: #fff;
    padding: 0.45em .5em;
    border-radius: 2em;
    font-size: 1rem;
    font-weight: bold;
}

.home.dark .header .menu ul li a {
    color: #000;
}

.home.dark .header .menu ul.submenu li a{
      color: white;
}

#header.inner .menu ul li a, #header.home.sticky .menu ul li a {
    padding: 0.45em 1em;
    border-radius: 2em;
    color: #ffffff;
    font-weight: bold;
}

#header.dark.sticky .menu ul li a{
    color: black!important;
}

#cta > a {
    color: #1a1715;
    font-family: 'yekanBakh';
}

#header.sticky #cta > a{
    color: #fff;
}

#header.dark.sticky #cta > a{
    color: #000;
}

.home #cta > a {
    color: white;
}

.dark #cta > a {
    color: black;
}

.dark .phone svg path{
    fill: #000!important;
}


.phone svg {
    width: 18px;
    height: 18px;
    margin-top: -3px;
    margin-right: 5px;
}

.home .phone svg path {
    fill: #fff;
}

.phone svg path, #header.sticky .phone svg path {
    fill: #9e693c;
}

.phone svg path:nth-child(2) {
    -webkit-animation: header-phone 1s infinite cubic-bezier(.1, .57, .5, 1);
    animation: header-phone 1s infinite cubic-bezier(.1, .57, .5, 1);
}

.phone svg path:nth-child(3) {
    -webkit-animation: header-phone2 1s infinite cubic-bezier(.1, .57, .5, 1);
    animation: header-phone2 1s infinite cubic-bezier(.1, .57, .5, 1);
}


/* Animate phone */

@-webkit-keyframes header-phone {
    0%, 30% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 20px, 0);
        transform: translate3d(-20px, 20px, 0)
    }
    80% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        opacity: 0
    }
}

@keyframes header-phone {
    0%, 30% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 20px, 0);
        transform: translate3d(-20px, 20px, 0)
    }
    80% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes header-phone2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 20px, 0);
        transform: translate3d(-20px, 20px, 0)
    }
    70%, 90% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        opacity: 0
    }
}

@keyframes header-phone2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 20px, 0);
        transform: translate3d(-20px, 20px, 0)
    }
    70%, 90% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        opacity: 0
    }
}


#header .header .menu ul li a:hover, #header .header.sticky .menu ul li a:hover {
    background-color: #f5efeb;
}

#header .header .menu ul.submenu li{
    display: block;
    margin-top: 0;
}

#header .header .menu ul.submenu li a{
    padding: 0;
    font-weight: normal;
    font-size: .9rem;
    color: white!important;
}



.home .header .menu ul li a:hover {
    background-color: #d7d2e812 !important;
    color: #39b54a;
}

.home .header .menu ul.submenu li a:hover {
    background-color: transparent !important;
    color: #39b54a;
}

#header .header .menu ul li ul {
    right: 0;
    top: 35px;
    position: absolute;
    width: 200px;
    line-height: 30px;
    padding: 10px 17px;
    text-align: right;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s;
    background: #362623;
    border-radius: 0.44rem;
    box-shadow: 0 1px 5px 0px rgb(204 159 83 / 38%);
}

#header .header .menu ul li ul a {
    display: block;
}


#header .header .menu ul li.menu-item-has-children > a:after {
    background-image: url(../images/caret-down.svg);
    background-repeat: no-repeat;
    background-position: 4px 7px;
    background-size: 18px;
    content: " ";
    width: 20px;
    height: 20px;
    display: inline-block;
}

.dark .header .menu ul li.menu-item-has-children > a:after {
    background-image: url(../images/caret-down-black.svg)!important;
}

#header .header .menu ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    pointer-events: initial;
}

#header .header #right-logo {
    width: 130px;
}

#header .header #toggle {
    gap: 1rem;
    z-index: 999;
    margin-bottom: 22px;
}

#header .header #toggle span {
    display: inline-block;
    width: 2.3rem;
    color: #c09c60;
    cursor: pointer;
    transition: all 0.1s;
}

#header .header #toggle span:hover {
    color: #2e0940;
}

#mobile-header {
    padding: 30px 0 10px;
}

#mobile-header .header {
    display: flex;
    flex: 0 0 100%;
    justify-content: space-between;
    align-items: center;
}

#mobile-header .header .right-side,
#mobile-header .header .left-side {
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-basis: 0;
    flex: 0 0 auto;
    width: 50%;
    position: relative;
    z-index: 999;
}

#mobile-header .header .left-side {
    justify-content: flex-end;
}

#mobile-header .header #logo-left {
    float: left;
    width: 60px;
    align-self: self-end;
}

#mobile-header .header #right-logo {
    width: 80px;
}

#mobile-header .header #toggle {
    text-align: left;
    margin-left: 10px;
}

#mobile-header .header #toggle span {
    display: inline-block;
    color: #c09c60;
    cursor: pointer;
    transition: all 0.3s;
}

.en-title {
    text-align: center;
    position: absolute;
    bottom: 10px;
    z-index: -1;
    margin-bottom: 20px;
    opacity: 0;
}

.en-title * {
    color: #caaa72;
    font-size: 10px;
    letter-spacing: 0;
    font-weight: normal;
    opacity: .1;
    text-transform: capitalize;
}

.en-title.small * {

    direction: ltr;

}

@media (max-width: 1199.98px) {
    #header .menu.is-active {
        background: #362623!important;
        padding-right: 2rem!important;
        padding-left: 2rem!important;
        border: 0.0555555556rem solid #744f35!important;
    }

    #header .header .menu ul li.menu-item-has-children > a:after , #header .header .menu ul li ul {
      display: none;
    }

    #header .menu.is-active > nav > ul li a , #header.dark.sticky .menu ul li a {
        color: white!important;
    }

    #header .menu.is-active {
        width: calc(100% - 5rem)!important;
    }

    .en-title * {
        font-size: 45px;
    }

    #toggle-sidebar {
        align-items: end
    }

    #toggle-sidebar.is-active .menu-text {
        display: flex !important;
        margin-right: 2.6rem;
    }


    div.share {
        flex-direction: inherit;
        justify-content: center;
        margin-bottom: 2rem;
    }

    .p-l-r-3-3 {
        padding-left: 0rem!important;
        padding-right: 0rem!important;
    }

    #logo-center svg {
        width: 40px;
        height: 52px;
    }

    #logo-center.is-active {
        z-index: 999;
    }

    .share a:first-child {
        margin-top: 18px !important;
    }

    #header #toggle {
        flex-grow: 1;
    }
}

@media (max-width: 767.98px) {

    .sm-flex-column{
        flex-direction: column;
    }

    .en-title * {
        font-size: 36px;
    }
}

div.breadcrumbs li {
    display: inline-block;
    font-size: 1rem;
    font-family: 'yekanBakh';
}

.time{
    font-family: 'yekanBakh';
    color: #b7b7b7;
}

#breadcrumbs a {
    color: #5c5856;
}

#breadcrumbs li.item-current {
    color: #b7b7b7;
}

.align-center{
    align-items: center;
}

.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active {
    color: #4b2aad !important;
}

div.breadcrumbs li.separator {
    margin: 0 7px;
}

#customers {
    position: relative;
    z-index: -1;
    margin-top: 6rem;
}

.customers {
    display: flex;
    flex: 0 0 100%;
    justify-content: space-between;
    align-items: center;
}

.customers .left-logos,
.customers .right-logos {
    text-align: center;
    flex-grow: 1;
    width: 50%;
}

.customers .left-logos li,
.customers .right-logos li {
    width: 23%;
    display: inline-block;
    vertical-align: middle;
}

.customers .colhead {
    flex-basis: 240px;
    text-align: center;
    height: 78px;
}

.customers .colhead img {
    display: inline-block;
    position: relative;
    bottom: 48px;
}

@media (max-width: 1199.98px) {
    .customers .colhead img {
        bottom: 25px;
    }
}

@media (max-width: 1199.98px) {
    .customers .colhead {
        flex-basis: 140px;
    }
}

.customers-mob {
    text-align: center;
    white-space: nowrap;
    position: relative;
}

.customers-mob ul {
    width: 100%;
    overflow: auto;
}

.customers-mob li {
    display: inline-block;
}

.customers-mob .colhead {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
}

.footer-title {
    margin-top: 0;
    margin-bottom: 10px;
    color: white;
    font-size: 1rem;
}

.main-footer {
    font-size: 0.93rem;
}

.main-footer .text{
    padding: 0;
}

.main-footer a {
    color: #dedede;
}

.main-footer a:hover{
    color: #4fdb69;
}

footer li {
    text-align: right;
}

.foot-about .logo{
    margin-left: 1rem;
    width: 140px;
    margin-bottom: 0px;
}



.foot-about {
    margin-left: 40px;
    margin-bottom: 80px;
    text-align: right;
}

.foot-about .after-title {
    color: #c09c60;
    font-family: dana;
    margin-bottom: 15px;
}

@media (max-width: 767.98px) {
    .foot-about {
        margin-left: 0;
    }

    .foot-about .text {
        margin-bottom: 25px;
    }
}

footer.main-footer {
    background: #1E1715;
    padding: 70px 0;
    float: right;
    width: 100%;
    color: white;
}

footer div.link {
    margin-top: 40px;
}

footer ul {
    margin-bottom: 80px;
}

@media (max-width: 767.98px) {
    footer ul {
        text-align: center;
    }
}

footer ul li a {
    color: #1a1715;
}

footer ul li a:hover {
    color: #4b2aad;
}

@media (max-width: 1199.98px) {
    footer .foot-about {
        margin-left: 0;
    }
}

#copyright {
    padding: 20px 0 1px;
}

.main-footer .social {
    text-align: left;
}

.main-footer .social ul {
    margin-bottom: 0;
}


.main-footer .social li {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    float: right;
}

.main-footer .social li img{
    width: 30px;
}


.main-footer .social li a, .main-footer .social li img {
    display: block;
}

@media (max-width: 767.98px) {
    .main-footer .social ul {
        margin-bottom: 10px;
    }
}

@media (max-width: 991.98px) {
    #copyright {
        padding: 50px 0 1px;
    }
}

/*Start About Us*/
#about-main {
    padding-bottom: 70px;
}

@media (max-width: 991.98px) {
    #about-main {
        padding-bottom: 55px;
    }
}

@media (max-width: 767.98px) {
    #about-main {
        padding-bottom: 40px;
    }
}

.single-evolution {
    text-align: center;
    margin-bottom: 20px;
}

.single-evolution .img {
    line-height: 358px;
}

.single-evolution img {
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: bottom;
}

@media (max-width: 991.98px) {
    .single-evolution h4, .single-evolution .h4 {
        font-size: 15px;

    }
}

.single-evolution.tring .img {
    height: 290px;
    width: 260px;
    margin: 0 auto;
    padding-top: 25px;
    line-height: 206px;
    text-align: center;
}

.single-evolution.tring .img img {
    display: inline-block;
    animation: float 6s ease-in-out infinite;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .single-evolution.tring.big {
        position: relative;
        bottom: 50px;
    }

    .single-evolution.tring.big .img {
        position: relative;
        bottom: 20px;
        width: 320px;
        height: 330px;
        background-size: 100%;
    }
}

@media (max-width: 992px) {
    .single-related .right {
        margin-left: 0px !important;
        margin-bottom: 2rem !important;
        max-width: 100% !important;
    }

    .single-related > div {
        flex-direction: column !important;
        margin-bottom: 4rem;
    }

    div.newsletter .tnp-subscription > form {
        flex-direction: column;
        align-items: center !important;
    }

    input.tnp-submit {
        width: 20rem !important;
    }

}

.single-related > div {
    flex-direction: row;
    align-items: start;
}

.single-related .right {
    margin-left: 2rem;
    flex-shrink: 0;
    flex: 2 0 14.3333333333rem;
    margin-bottom: 0;
    max-width: 14.333rem;
}

.single-why .top {
    display: flex;
    align-items: center;
}

.single-why .top .icon {
    margin-left: 5px;
}

.single-why .top .icon img {
    height: 30px;
}

.single-why .top .h2, .single-why .top h4, .single-why .top .h4, .single-why .top h3 {
    font-size: 1.1rem;
    color: #1A1715;
    position: relative;
    font-weight: bold;
    padding-right: 3rem;
    margin-bottom: 1rem;
}

.single-why {
    margin: 1.5rem 0;
}

.why-list > div > div:nth-child(odd) .single-why {
    margin-left: 1.5rem;
    margin-right: 0rem;
}

.why-list > div > div:nth-child(even) .single-why {
    margin-left: 0rem;
    margin-right: 1.5rem;
}


@media (max-width: 767.98px) {

    .single-why .top .icon img {
        transform: scale(0.7);
        margin-left: 0;
    }

    .why-list > div > div .single-why {
        margin-left: 0rem!important;
        margin-right: 0rem!important;
    }

}

@media (min-width: 1200px) {
    #about-evolution.v2 .center-title {
        margin-bottom: 80px;
    }
}

@media (max-width: 1199.98px) {

    #copyright {
        padding: 10px 0 1px;
    }

    #copyright .copyright p {
        text-align: center;
        margin-bottom: 10px;
    }

    #copyright .social {
        text-align: center;
    }

    #copyright .social li {
        margin: 0 5px;
    }

    #about-evolution .evolution-list {
        width: 100%;
        overflow: auto;
        overflow-y: hidden;
    }

    #about-evolution .evolution-list .row {
        display: table;
        text-align: center;
        white-space: nowrap;
    }

    #about-evolution .evolution-list .row > div {
        display: inline-block;
        width: auto;
    }

    #about-evolution .center-title {
        margin-bottom: 40px;
    }
}

#about-evolution .evolution-list .col-sm-4:nth-child(1) .single-evolution.tring .img img {
    animation-delay: 2s;
}

#about-evolution .evolution-list .col-sm-4:nth-child(2) .single-evolution.tring .img img {
    animation-delay: 3s;
}

#about-evolution .evolution-list .col-sm-3:nth-child(1) .single-evolution.tring .img img {
    animation-delay: 2s;
}

#about-evolution .evolution-list .col-sm-3:nth-child(2) .single-evolution.tring .img img {
    animation-delay: 3s;
}

#about-evolution .evolution-list .col-sm-3:nth-child(3) .single-evolution.tring .img img {
    animation-delay: 4s;
}

#about-why .content {
    margin-bottom: 60px;
}

#about-why .single-why {
    margin-bottom: 65px;
}

@media (max-width: 767.98px) {
    #about-why .content {
        margin-bottom: 40px;
    }

    #about-why .single-why {
        margin-bottom: 40px;
    }
}


#webdesign-why {
    padding: 80px 0 30px;
}

#webdesign-why .content {
    margin-bottom: 60px;
}

#webdesign-why .single-why {
    margin-bottom: 65px;
}

@media (max-width: 767.98px) {
    #webdesign-why .content {
        margin-bottom: 40px;
    }

    #webdesign-why .single-why {
        margin-bottom: 40px;
    }
}

@media (max-width: 1199.98px) {
    .team-list {
        width: 100%;
    }

    .team-list .row:first-child > div {
        display: inline-block;
    }

}

.team-list > img {
    max-width: 450px;
}

.single-member {
    text-align: center;
    margin-bottom: 20px;
    min-width: 220px;
}

.single-member .name{
    font-weight: bold;
}

.single-member .img {
    position: relative;
    margin-bottom: 30px;
}

.single-member .img img {
    max-width: 175px;

}


.single-member img {
    display: inline-block;
    vertical-align: bottom;
    box-shadow: none !important;
}

.single-member h4, .single-member .h4 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 8px;
}

.violet-third .single-member h4, .violet-third .single-member .h4 {
    color: inherit;
}

#about-team .expert {
    color: #5c5856;
}

.shade {
    border: 0;
    border-radius: .4444444444rem;
    box-shadow: 0 .0555555556rem .0555555556rem rgba(0, 0, 0, .08), 0 .1666666667rem .1666666667rem rgba(0, 0, 0, .08), 0 .3333333333rem .3333333333rem rgba(0, 0, 0, .08);
    background-color: #fff;
}


.service-box .border-title h4, .service-box .border-title .h4 {
    min-width: 130px;
    margin-right: 35px;
    border-bottom: 1px solid #c09c60;
    display: inline-block;
    font-size: 16px;
    color: #2b2b2b;

    padding-bottom: 6px;
    margin-bottom: 0;
    padding-left: 15px;
    height: 29px;
}

.service-box .shade {
    padding: 25px 30px;
}

.service-box .shade li {
    line-height: 30px;
}

.service-box .shade li a {
    color: #707070;
    display: block;
}

.service-box .shade li a:hover {
    color: #2e0940;
}

#about-service {
    padding: 80px 0 10px;
}

#about-service .content {
    margin-bottom: 50px;
}

#about-service .service-box {
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    #about-service .service-box {
        width: 383px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    #about-service .service-list .col-md-6:nth-child(even) .service-box {
        float: left;
    }
}

@media (min-width: 1200px) {
    #nav-serialscrolling {
        /*position: sticky;*/
        /*top: 40vh;*/
        /*padding-right: 100px;*/
        width: 300px;
        float: right;
    }
}

@media (max-width: 1199.98px) {
    #nav-serialscrolling {
        display: none;
    }
}

#nav-serialscrolling li {
    line-height: 40px;
    cursor: pointer;
}

#nav-serialscrolling li * {
    transition: all 0.3s;
}

#nav-serialscrolling li a, #left-sidebar-menu li a {
    color: #909090;
}

#nav-serialscrolling li .icon {
    display: inline-block;
    width: 24px;
    margin-left: 4px;
    color: #9a7854;
    position: relative;
    opacity: 0;
}

#left-sidebar-menu .icon {
    display: inline-block;
    width: 24px;
    margin-left: 4px;
    color: #9a7854;
    position: relative;
    opacity: 1;
}

#left-sidebar-menu .current-menu-item a {
    color: #c09c60;
}

#left-sidebar-menu li a {
    margin-right: 24px;
}

#nav-serialscrolling li .is-current {
    color: #c09c60;
}

#nav-serialscrolling li .is-current .icon {
    opacity: 1;
}

@media (max-width: 1199.98px) {
    #nav-serialscrolling {
        overflow: hidden;
        margin-left: -0.75rem;
        margin-bottom: 20px;
    }

    #nav-serialscrolling li {
        float: right;
    }

    #nav-serialscrolling li a {
        display: inline-block;
        line-height: 39px;
        border: 1px solid #f4f4f4;
        margin-left: 0.75rem;
        margin-bottom: 0.75rem;
        padding: 0 10px;
        height: 41px;
        border-radius: .4444444444rem;
        color: #a3a3a3;
        text-align: center;
    }

    #nav-serialscrolling li a .icon {
        display: none;
    }

    #nav-serialscrolling li .is-current {
        color: #c09c60;
        border-color: #c09c60;
    }
}

#nav-serialscrolling.theme {
    color: #fff;
}

#nav-serialscrolling.portfolio {
    padding-right: 0;
    top: 10vh;
}

#nav-serialscrolling.blog {
    padding-right: 0;
    top: 10vh;
}

.alm-filter-nav {
    line-height: 40px;
}

@media (min-width: 1200px) {
    .alm-filter-nav {
        position: sticky;
        top: 15vh;
    }
}

.alm-filter-nav * {
    transition: all 0.3s;
}

.alm-filter-nav button {
    padding: 0;
    background: none;
    border: none;
    display: block;
    float: none;
}

.alm-filter-nav button.active {
    color: #c09c60;
}

.alm-filter-nav button.active .icon {
    opacity: 1;
}

.alm-filter-nav a {
    color: #909090;
}

.alm-filter-nav .icon {
    display: inline-block;
    width: 24px;
    margin-left: 4px;
    color: #9a7854;
    position: relative;
    opacity: 0;
}

.alm-filter-nav .is-current {
    color: #c09c60;
}

.alm-filter-nav .is-current .icon {
    opacity: 1;
}

.alm-filter-nav.theme {
    color: #fff;
}

.alm-filter-nav.portfolio {
    padding-right: 0;
    top: 10vh;
}

@media (max-width: 1199.98px) {
    .alm-filter-nav {
        overflow: hidden;
        margin-left: -0.75rem;
        margin-bottom: 20px;
    }

    .alm-filter-nav button {
        float: right;
        width: calc(25% - 0.75rem);
        border: 1px solid #f4f4f4;
        margin-left: 0.75rem;
        margin-bottom: 0.75rem;
        height: 41px;
        border-radius: .4444444444rem;
        color: #a3a3a3;
        text-align: center;
    }

    .alm-filter-nav button .icon {
        display: none;
    }

    .alm-filter-nav button.active {
        color: #c09c60;
        border-color: #c09c60;
    }
}

@media (max-width: 767.98px) {
    .alm-filter-nav button {
        width: calc(50% - 0.75rem);
    }
}

#blog-menu {
    float: right;
    line-height: 40px;
}

@media (min-width: 1200px) {
    #blog-menu {
        /*position: sticky;*/
        /*top: 10vh;*/
        padding-right: 0px;
    }
}

#blog-menu * {
    transition: all 0.3s;
}

#blog-menu button {
    padding: 0;
    background: none;
    border: none;
    display: block;
    float: none;
}

#blog-menu button.active {
    color: #c09c60;
}

#blog-menu button.active .icon {
    opacity: 1;
}

#blog-menu a {
    color: #6a6a6a;
    font-size: 15px;
}

#blog-menu .icon {
    display: inline-block;
    width: 24px;
    margin-left: 4px;
    color: #9a7854;
    position: relative;
    opacity: 0;
}

#blog-menu .is-current {
    color: #c09c60;
    font-family: 'dana';

}

#blog-menu .is-current .icon {
    opacity: 1;
}

#blog-menu.theme {
    color: #fff;
}

#blog-menu.portfolio {
    padding-right: 0;
    top: 10vh;
}

@media (max-width: 1199.98px) {
    #blog-menu {
        overflow: hidden;
        margin-left: -0.75rem;
        margin-bottom: 20px;
    }

    #blog-menu button {
        float: right;
        width: calc(25% - 0.75rem);
        border: 1px solid #f4f4f4;
        margin-left: 0.75rem;
        margin-bottom: 0.75rem;
        height: 41px;
        border-radius: .4444444444rem;
        color: #a3a3a3;
        text-align: center;
    }

    #blog-menu button .icon {
        display: none;
    }

    #blog-menu button.active {
        color: #c09c60;
        border-color: #c09c60;
    }
}

@media (max-width: 767.98px) {
    #blog-menu button {
        width: calc(50% - 0.75rem);
    }
}

#main-page {
    position: relative;
}

/*End About Us*/
textarea.wpcf7-form-control,
input[type=text].wpcf7-form-control,
input[type=email].wpcf7-form-control{
    width: 100%;
    margin-bottom: 22px;
    border-radius: 0px;
    background-color: #fff;
    border: none;
    height: 50px;
    line-height: 50px;
    text-align: right;
    padding: 0 1rem;
    border-bottom: 1px solid #bbb;
    border-radius: .4444444444rem;
}

label {
    font-size: .9rem;
    color: #9d908e;
}

textarea.wpcf7-form-control, input[type=text].wpcf7-form-control, input[type=email].wpcf7-form-control {
    width: calc(100% - 4rem);
}

select.common:focus, select.common:hover,
input.common:focus,
input.common:hover {
    outline: none;
}

textarea.common {
    width: 100%;
    margin-bottom: 22px;
    border-radius: 0.4444444444rem;
    background-color: #fff;
    border: none;
    height: 114px;
    line-height: 30px;
    text-align: right;
    display: block;
    padding: 1rem;
    border-bottom: 1px solid #bbb;
    font-family: Ravi;
    font-size: 1rem;
}

select.common, input.common {
    width: calc(100% - 2rem);
    margin-bottom: 22px;
    border-radius: 0;
    background-color: #fff;
    border: none;
    height: 50px;
    line-height: 50px;
    text-align: right;
    padding: 0 1rem;
    border-bottom: 1px solid #bbb;
    border-radius: 0.4444444444rem;
    font-family: Ravi;
    font-size: 1rem;
}

border {
    border: 1px solid #dee2e6 !important;
}

select.common.border,
input.common.border {
    box-shadow: none;
    border: 1px solid #e8e8e8;
}

#ajax-load-more .alm-load-more-btn {
    display: inline-block;
    color: #c09c60;
    border: 2px solid #c09c60;
    color: #c09c60;
    max-width: 100%;
    font-weight: 600;
    position: relative;
    background-color: transparent;
    overflow: hidden;
    transition: all .15s ease-in-out;
    border-radius: 2em;
    padding: .28em 3.45em;
    height: 50px;
    font-size: inherit;
}

#ajax-load-more .alm-load-more-btn br {
    display: none;
}

#ajax-load-more .alm-load-more-btn .icon {
    position: absolute;
    right: 16px;
    top: 10px;
    line-height: 1;
}

#ajax-load-more .alm-load-more-btn > span {
    position: absolute;
    right: 16px;
    top: 10px;
    line-height: 1;
    width: 18px;
    height: 12px;
}

#ajax-load-more .alm-load-more-btn > span > span {
    width: 4px;
    height: 4px;
    background: #c09c60;
    border-radius: 50%;
    position: absolute;
    transition: all 0.3s;
}

#ajax-load-more .alm-load-more-btn > span > span:nth-child(1) {
    right: 7px;
    top: 4px;
}

#ajax-load-more .alm-load-more-btn > span > span:nth-child(2) {
    right: 0;
    top: 0;
}

#ajax-load-more .alm-load-more-btn > span > span:nth-child(3) {
    left: 0;
    bottom: 0;
}

#ajax-load-more .alm-load-more-btn:hover {
    color: #fff;
    background: #c09c60;
}

#ajax-load-more .alm-load-more-btn:hover > span > span {
    background: #fff;
    animation-name: bounce-3;
    animation-timing-function: ease;
    animation-duration: 2s;
}

#ajax-load-more .alm-load-more-btn:hover > span > span:nth-child(1) {
    animation-delay: 0.2s;
}

#ajax-load-more .alm-load-more-btn:hover > span > span:nth-child(3) {
    animation-delay: 0.4s;
}

#ajax-load-more .alm-load-more-btn.gray {
    border-color: #dadada;
    color: #7f7f7f;
}

#ajax-load-more .alm-load-more-btn.gray:hover {
    color: #fff;
    background: #dadada;
}

textarea.common {
    width: calc(100% - 2rem);
    margin-bottom: 22px;
    border-radius: .4444444444rem;
    background-color: #fff;
    border: none;
    height: 114px;
    line-height: 30px;
    text-align: right;
    display: block;
    padding: 1rem;
    border-bottom: 1px solid #bbb;
}

textarea.common:focus, textarea.common:hover {

    outline: none;
}

textarea.common.border {
    box-shadow: none;
    border: 1px solid #e8e8e8;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7 input[type=url], .wpcf7 input[type=email], .wpcf7 input[type=tel] {
    text-align: left !important;
}

.wpcf7-not-valid-tip {
    font-size: .9rem !important;
    text-align: right !important;
    transform: translateY(-14px);
    background: #dc3232;
    color: white;
    display: inline-block !important;
    padding: 0 1rem;
    border-radius: .4rem;
}

.wpcf7 form .wpcf7-response-output {
    color: #7ab368;
    border: none;
    padding: 0;
    margin: 0 0 10px;
}

#consult-form {
    position: relative;
    z-index: 2;
}

#consult-form .dotbtn {
    margin-top: 22px;
}

#consult-form .content {
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    #consult-form {
        text-align: center;
    }
}

.no-margin p {
    margin: 0px !important;
}

.title-text {
    line-height: 40px;
    color: #c09c60;
    margin-bottom: 10px;
}

@media (max-width: 767.98px) {
    .title-text {
        text-align: center;
        line-height: 30px;
    }
}

.products-list img , .single-blog-item img , .single-product-item img{
    border-radius: 0.4rem 0.4rem 0 0;
}

.single-blog-item img , .single-blog-item .image{
    width: 100%;
}

/*.products-list , .single-blog-item, .single-product-item , .owl-carousel img*/
/*.products-list img , .single-blog-item img{*/
/*    overflow: hidden;*/
/*    transition: all 3s;*/
/*}*/


/*.products-list:hover a img , .single-blog-item:hover  a img, .owl-carousel:hover img{*/
/*   scale:  115%;*/
/*}*/


.products-list .text , .single-blog-item .text , .single-product-item .text{
    padding: 1rem;
}

.single-product-item {
    transition: all 0.3s;
    background: white;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.10);
    border-radius: 8px;
    /*min-height: 30rem;*/
}

.product-carousel > div:first-child{
    width: 80%;
}

.product-carousel > div:last-child{
    width: 20%;
    text-align: left;
}

.product-carousel > div p{
    margin: 0;
}

.single-product-item .title a{
    color: #000;
}

.single-product-item h3.title , .blog h4 {
    font-size: 1.1rem;
}



.single-portfolio-item div.img:before {
    border-radius: .4444444444rem;
    box-shadow: inset 0 0 0 .0555555556rem rgba(0, 0, 0, .2);
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.single-portfolio-item div.img {
    margin-bottom: 15px;
    transition: all 0.3s;
    border: 0;
    box-shadow: 0 .0555555556rem .0555555556rem rgba(0, 0, 0, .08), 0 .1666666667rem .1666666667rem rgba(0, 0, 0, .08), 0 .3333333333rem .3333333333rem rgba(0, 0, 0, .08);
    border-radius: .4444444444rem;
    overflow: hidden;
    position: relative;
}

.single-portfolio-item div.img > div {
    transition: all 0.3s;
    position: relative;
}

.single-portfolio-item div.img > div > a img {
    transition: all 0.3s;
    border-radius: .4444444444rem;;
}

.single-portfolio-item div.img > div div.logo {
    position: absolute;
    left: 0;
    right: 0;
    height: 52px;
    line-height: 52px;
    bottom: 0;
    isolation: isolate;
}

.single-portfolio-item div.img > div div.logo img {
    width: auto;
    display: inline-block;
    max-width: 140px;
    opacity: 0;
}

.single-portfolio-item:hover div.img > div .logo img {
    opacity: 1;
}

.single-portfolio-item div.img > div div.logo:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    transition: all 0.3s;
    background: #351e7a;
    z-index: -1;
}

.single-portfolio-item h4 a, .single-portfolio-item .h4 a {
    font-size: 18px;
    color: #2e0940;
}

.single-portfolio-item h4 a:hover, .single-portfolio-item .h4 a:hover {
    color: #aa8343;
}

.single-portfolio-item.dark h4 a, .single-portfolio-item.dark .h4 a {
    color: #434343;
}

.single-portfolio-item.dark h4 a:hover, .single-portfolio-item.dark .h4 a:hover {
    color: #c09c60;
}

.single-portfolio-item:hover div.img > div .logo:before {
    height: 100%;
}

#related-portfolio {
    text-align: center;
}

@media (max-width: 1199.98px) {
    #related-portfolio .member-list {
        width: 100%;
        overflow: auto;
    }

    #related-portfolio .member-list .row:first-child {
        display: table;
        text-align: center;
        white-space: nowrap;
    }

    #related-portfolio .member-list .row:first-child > div {
        display: inline-block;
        width: auto;
    }

    #related-portfolio .center-title {
        margin-bottom: 40px;
    }
}

#related-portfolio .owl-carousel .owl-dots {
    margin-top: 0;
}


@media (max-width: 767.98px) {
    #portfolio-main {
        padding-bottom: 0px;
    }

    .m-flex-column {
        flex-direction: column !important;
    }

    .m-align-center{
        align-items: center;
    }

    .md-none {
        display: none !important
    }
}


.side-banner {
    position: sticky;
    top: 10vh;
    border-radius: 10px;
    overflow: hidden;
}

.side-banner img {
    width: 100%;
}

.side-banner a {
    position: absolute;
    left: 13px;
    top: 23px;
    right: 13px;
    display: block;
    line-height: 41px;
    border-radius: .4444444444rem;;
    text-align: center;
    background: #2c816c;
    color: #fff;
}

.side-banner a:hover {
    background: #266e5c;
}

.reading-time {
    margin-bottom: 15px;
}

.content-header {
    background: #f5efeb;
    margin-bottom: 25px;
    padding: 22px;
    position: relative;
    border-radius: .4444444444rem;
}

.content-header .icons, .single-blog-item .icons {
    margin-bottom: 10px;
}

.single-blog-item{
    float: right;
    list-style: none;
    background: white;
    padding: 0;
    padding-bottom: 20px;
    box-shadow: 0px 2px 1px rgb(0 0 0 / 10%);
    border-radius: 8px;
    text-align: right;
}

@media (max-width: 767.98px) {
    .content-header {
        margin-top: 40px;
    }

    .content-header .left {
        text-align: justify;
    }

    .main-footer div.col-xl-7 > div.row > div.col-md-3{
        display: none;
    }

    .main-footer div.col-xl-7 > div.row > div.col-md-6{
        width: 100%;
    }

    .foot-about {
        margin-bottom: 0px;
        text-align: center;
    }

    #copyright{
        margin-top: 3rem;
    }

    .main-footer .social li {
        float: none;
    }

    .foot-about .logo {
        margin-left: auto;
        margin-right: auto;
    }
}

.content-header > div {
    display: flex;
    align-items: center;
}

@media (max-width: 767.98px) {
    .content-header > div {
        display: block;
    }
}

.content-header .right {
    width: 15rem;
    margin-left: 2rem;
}

.content-header .right img {
    border-radius: 9px;
    max-width: 15rem;
}

@media (max-width: 767.98px) {
    .content-header .right {
        height: 116px;
        margin: 0 auto 30px;
        max-width: 177px;
        box-shadow: 0 0 10px #ccc;

    }

    .content-header .right img {
        position: relative;
        bottom: 48px;
        max-width: 177px;
    }

    .article-content {
        padding: 10px !important;
        margin-bottom: 55px;
        background: transparent;
        box-shadow: none;
    }
}

.content-header div.left h1, .content-header div.left .h1,
.content-header div.left h2,
.content-header div.left .h2,
.content-header div.left h3,
.content-header div.left .h3,
.content-header div.left h4,
.content-header div.left .h4,
.content-header div.left h5,
.content-header div.left .h5,
.content-header div.left h6,
.content-header div.left .h6 {

    font-size: 21px;
    color: #474548;
    margin-bottom: 15px;
}

.article-faq {
    margin-bottom: 55px;
}

.content-header div.left .time, .single-blog-item .time {
    color: #a1a1a1;
    margin-bottom: 15px;
    margin-right: 10px;
}

.content-header div.left p {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {


    .content-header div.left .time {
        font-size: 13px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767.98px) {
    .content-header {
        padding-top: 0;
        padding-bottom: 35px;
    }

    .content-header div.left h1, .content-header div.left .h1,
    .content-header div.left h2,
    .content-header div.left .h2,
    .content-header div.left h3,
    .content-header div.left .h3,
    .content-header div.left h4,
    .content-header div.left .h4,
    .content-header div.left h5,
    .content-header div.left .h5,
    .content-header div.left h6,
    .content-header div.left .h6 {
        text-align: center;

    }

}

.article-content {
    padding: 33px;
    border-radius: 9px;
    margin-bottom: 55px;
}



.content ul li, .content ol li, #main-content-services ul li, .free-quote ul li, .tab-container .text ul li, #title-list li, .cluster-list div a {
    margin-bottom: 5px;
    position: relative;
    padding-right: 3rem;
    font-size: 1rem;
}

.text-color-black {
    color: black;
}

.no-text-decpration , a.read-link  {
    text-decoration: none !important;
}

.content ul li:before, #main-content-services ul li:before,
.single-why .top span:before, .single-why .top .h2:before,
.single-why .top h4:before, .single-why .top .h4:before , .single-why .top h3:before,
.free-quote ul li .title:before, .tab-container .text ul li:before,
.title-list li:before, .cluster-list div a:before  , .lwptoc .lwptoc_i .lwptoc_item a:before {
    background-image: url(../images/checkmark-brown.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 1rem;
    content: "";
    display: block;
    height: 1.7777777778rem;
    line-height: 1.7777777778rem;
    width: 1.7777777778rem;
    background-color: #eee6e3;
    border-radius: 100%;
    color: #9c8881;
    margin-left: 5px;
    padding: 0;
    top: 02px;
    position: absolute;
    right: 10px;
    text-align: right;
}

.lwptoc_toggle a{
    padding: 0px!important;
}

.lwptoc-notInherit .lwptoc_i div a:hover {
    border-bottom: 0px dotted!important;
}


.content ol{
    counter-reset: item;
    padding: 0;
    margin-top: 1rem;
}

.content ul{
    margin-top: 1rem;
}

.content ol li:before, #main-content-services ol li:before,
.free-quote ol li .title:before, .tab-container .text ol li:before {
    content: "";
    display: block;
    height: 1.7777777778rem;
    line-height: 1.7777777778rem;
    width: 1.7777777778rem;
    background-color: #fff;
    border-radius: 100%;
    color: #9c8881;
    margin-left: 5px;
    padding: 0;
    top: 2px;
    position: absolute;
    right: 10px;
    z-index: -1;
    content: counter(item) " ";
    counter-increment: item;
    margin-left: -2em;
    font-family: 'yekanBakh';
    font-size: 20px;
    text-align: center;
}

.content ol li::marker{
    font-size: 0;
    padding-right: 0;
}

#title-list li::before,
.lwptoc .lwptoc_i .lwptoc_item a:before{
    background-color: #fff!;
    background-image: url(../images/arrow-down.svg);
}

.lwptoc{
    background: #fff!important;
    background-color: rgb(253, 251, 249);
    padding: 0.5rem;
    background-color: #f5efeb;
    border-radius: .4444444444rem;
    margin: 2rem 0!important;
}

.lwptoc-light .lwptoc_i {
    background: #fff!important;
}

.lwptoc .lwptoc_i a {
    color: #1a1715;
    margin-bottom: 5px;
    position: relative;
    padding-right: 3rem;
    font-size: 1rem;
    border: none!important;
}

.rtl .lwptoc_header{
    color: #9c8881;
    font-weight: 700;
    font-size: 0.9rem;
}


.free-quote ul li .title::before {
    background-color: #fdfbf9;
}

.article-content h1, .article-content .h1
.article-content h2, #portfolio-main h2,
.article-content .h2,
.article-content h3, #portfolio-main h3,
.article-content .h3,
.article-content h4,
.article-content .h4,
.article-content h5, #portfolio-main h5,
.article-content .h5,
.article-content h6, #portfolio-main h6,
.article-content .h6,
#main-content-services h1, #main-content-services h2, #main-content-services h3, #main-content-services h4, #main-content-services h5, #main-content-services h6 {
    font-size: 1.6rem;
    color: #2e0940;
    margin-bottom: 20px;
    margin-top: 35px;
}

.wp-block-image {
    text-align: center;
    margin: 0 auto;
    color: #5c5856;
    font-size: 1rem;
}

.wp-block-image img {
    margin: 0 auto;
    transition: all 0.3s;
    border: 0;
    overflow: hidden;
    position: relative;
}

.wp-block-columns {
    align-items: center !important;
}

.wp-block-image.size-large img {
    width: 99%;
}

@media (max-width: 767.98px) {
    .wp-block-image {
        padding: 20px 0 10px;
    }
}

.wp-block-cover.banner {
    height: auto;
    min-height: unset;
    padding: 30px 21px;
    border-radius: 9px;
    overflow: hidden;
    text-align: right;
    margin: 30px 0 40px;
}

.wp-block-cover.banner * {
    line-height: 41px;
    margin: 0;
    text-align: right;
}

.wp-block-cover.banner a {
    display: inline-block;
    padding: 0 16px;
    color: #fff;
    border-radius: .4444444444rem;;
    font-size: 15px;
    background: #2c816c;
}

.wp-block-cover.banner a:hover {
    background: #1f5b4c;
}

.content-footer {
    text-align: left;
}

@media (max-width: 767.98px) {
    .content-footer {
        text-align: center;
    }
}

.tags {
    text-align: right;
}

.tags a {
    display: inline-block;
    line-height: 39px;
    padding: 0 14px;
    border-radius: .4444444444rem;;
    border: 1px solid #f4f4f4;
    color: #707070;
    font-size: 14px;
    margin-left: 7px;
    margin-bottom: 7px;
}

.tags a:hover {
    border-color: #c09c60;
}

@media (max-width: 767.98px) {
    .tags {
        text-align: center;
    }
}

.share {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.share a {
    display: block;
    padding: 0 5px;
    margin: 10px;
    margin-top: 10px;
    color: #9C8881;
    width: 40px;
    background: #fff;
    height: 40px;
    text-align: center;
    border-radius: .44rem;
}


.share a:hover {
    background-color: #c5ebca;
    color: #39b54a;
}

.share a svg {
    width: 17px;
    height: 17px;
}


svg {
    display: inline-block;
    vertical-align: middle;
}

input:hover, input:focus {
    outline: none;
}

.shortlink {
    border-radius: .4444444444rem;;
    border: 1px solid #f4f4f4;
    padding: 0 17px;
    text-align: left;
    line-height: 39px;
    display: inline-block;
}

.shortlink .copy {
    display: inline-block;
    cursor: pointer;
    color: #999999;
    transition: all 0.3s;
    margin-right: 7px;
}

.shortlink .copy svg {
    height: 20px;
}

.shortlink .copy:hover {
    color: #c09c60;
}

.shortlink input {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
    width: 200px;
}

.title-right h1, .title-right .h1,
.title-right h2,
.title-right .h2,
.title-right h3,
.title-right .h3,
.title-right h4,
.title-right .h4,
.title-right h5,
.title-right .h5,
.title-right h6,
.title-right .h6 {
    margin-bottom: 20px;
}


.single-related > div {
    display: flex;
    border: 0px solid transparent;
    border-radius: 10px;
    transition: all 0.3s;
}


.single-related > div:hover {

}


.single-related .right img {
    border-radius: .4444444444rem;;
}

.single-related div.left h1, .single-related div.left .h1,
.single-related div.left h2,
.single-related div.left .h2,
.single-related div.left h3,
.single-related div.left .h3,
.single-related div.left h4,
.single-related div.left .h4,
.single-related div.left h5,
.single-related div.left .h5,
.single-related div.left h6,
.single-related div.left .h6 {

    font-size: 18px;
    color: #474548;
    margin-bottom: 10px;
}

.single-related div.left h1 a, .single-related div.left .h1 a,
.single-related div.left h2 a,
.single-related div.left .h2 a,
.single-related div.left h3 a,
.single-related div.left .h3 a,
.single-related div.left h4 a,
.single-related div.left .h4 a,
.single-related div.left h5 a,
.single-related div.left .h5 a,
.single-related div.left h6 a,
.single-related div.left .h6 a {
    color: #474548;
}

.single-related div.left h1 a:hover, .single-related div.left .h1 a:hover,
.single-related div.left h2 a:hover,
.single-related div.left .h2 a:hover,
.single-related div.left h3 a:hover,
.single-related div.left .h3 a:hover,
.single-related div.left h4 a:hover,
.single-related div.left .h4 a:hover,
.single-related div.left h5 a:hover,
.single-related div.left .h5 a:hover,
.single-related div.left h6 a:hover,
.single-related div.left .h6 a:hover {
    color: #39b54a;
}

.single-related div.left p {
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .single-related div.left h1, .single-related div.left .h1,
    .single-related div.left h2,
    .single-related div.left .h2,
    .single-related div.left h3,
    .single-related div.left .h3,
    .single-related div.left h4,
    .single-related div.left .h4,
    .single-related div.left h5,
    .single-related div.left .h5,
    .single-related div.left h6,
    .single-related div.left .h6 {
        font-size: 16px;
    }

    .single-related div.left p {
        display: none;
    }
}

.related-posts {
    margin-bottom: 65px;
}

.related-posts h4 {
    margin-top: 0px !important;
    margin-bottom: 13px !important;
}

.relative {
    position: relative;
}


#comments > .comment {
    margin-bottom: 15px;
}

#comments > .comment .comment-respond {
    margin: 0 30px;
}

.blog-post-comment {
    padding: 30px;
}

.blog-post-comment > div {
    display: flex;
}

.blog-post-comment > div .right {
    flex-basis: 54px;
    width: 54px;
    margin-left: 20px;
    flex-shrink: 0;
}

.blog-post-comment > div .right .icon {
    display: none;
}

.blog-post-comment > div .right img {
    border-radius: 50%;
    margin-bottom: 15px;
}

.blog-post-comment > div .right .reply {
    display: block;
    text-align: center;
    line-height: 28px;
    border: 2px solid #c09c60;
    color: #c09c60;
    border-radius: 2em;
    font-size: 14px;
}

.blog-post-comment > div .right .reply:hover {
    color: #fff;
    background: #c09c60;
    border-color: #c09c60;
}

.blog-post-comment > div .left p {
    margin-bottom: 0;
    margin-top: 1rem;
}

.blog-post-comment > div .left .blog-post-comment-name {
    display: block;
}

.blog-post-comment > div .left .blog-post-comment-name strong {
    font-weight: normal;
}

.blog-post-comment > div .left .date {
    font-size: 14px;
    color: #9c8881;
    margin-bottom: 10px;
    display: block;
}

.comment-respond {
    margin: 30px 0;
    padding-bottom: 10px;
}

.comment-respond .shade {
    padding: 30px;
    margin-bottom: 20px;
}

.comment .comment .blog-post-comment {
    border-top: 1px solid #efefef;
    margin: 0 24px;
}

.comment .comment .blog-post-comment > div .right {
    width: 104px;
    flex-basis: 104px;
    padding-right: 50px;
    flex-shrink: 0;
    position: relative;
}

.comment .comment .blog-post-comment > div .right .icon {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #c8c8c8;
}

.blog-post-leave-comment {
    margin-top: 60px;
    margin-bottom: 20px;
}

.blog-post-leave-comment .dotbtn {
    margin-top: 20px;
    text-align: right;
}

.single-blog-item {
    transition: all 0.3s;
}

.single-blog-item .top {
    margin-left: 2rem;
}

.single-blog-item h3:hover, .single-blog-item:hover h3 {
    color: #39b54a;
}

.img img:before {
    border-radius: .4444444444rem;
    box-shadow: inset 0 0 0 .0555555556rem rgba(0, 0, 0, .2);
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
}

a.link-thumbnail {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    flex-grow: 1;
}

.img img , #sidebar-articles .image img {
    border: 0;
    box-shadow: 0 .0555555556rem .0555555556rem rgba(0, 0, 0, .08), 0 .1666666667rem .1666666667rem rgba(0, 0, 0, .08), 0 .3333333333rem .3333333333rem rgba(0, 0, 0, .08);
    border-radius: .4444444444rem;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.single-blog-item .img .cap {
    position: absolute;
    background: rgba(46, 9, 64, 0.9);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s;
}

.single-blog-item .img .cap a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 4;
}

.single-blog-item .img .cap h4, .single-blog-item .img .cap .h4 {
    padding-top: 40px;
    position: absolute;
    direction: ltr;
    left: 16px;
    right: 16px;
    bottom: 0;
    color: #fff;
    font-size: 15px;
    text-align: left;
    line-height: 26px;
}

.single-blog-item .img .cap h4 .dots, .single-blog-item .img .cap .h4 .dots {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 30px;
}

.single-blog-item .img .cap h4 .dots span, .single-blog-item .img .cap .h4 .dots span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    width: 12px;
    height: 12px;
    background: url("../images/star.png");
}

.single-blog-item .img .cap h4 .dots span.num1, .single-blog-item .img .cap .h4 .dots span.num1 {
    width: 18px;
    height: 18px;
    background: url("../images/goldstar.png");
}

.single-blog-item h3 a, .single-blog-item .h3 a {
    color: #434343;
}

.single-blog-item .img {
    height: 100%;
    margin-bottom: 2rem;
}

.single-blog-item h3, .single-blog-item .h3,
.single-portfolio-item h2 a, .single-portfolio-item .h2 a {
    font-size: 1.1rem;
    color: #2e0940;
    line-height: 1.9;
}


.single-blog-item p, .single-related div.left p, .box .description {

}

.single-blog-item:hover .img .cap {
    opacity: 1;
}

.single-blog-item:hover h3 a, .single-blog-item:hover .h3 a {
    color: #4dc32d;
}

figure.wp-block-image {
    margin: 2rem 0;

}

figure.wp-block-image img{
    border: 0;
    box-shadow: 0 0.0555555556rem 0.0555555556rem rgba(0, 0, 0, .08), 0 0.1666666667rem 0.1666666667rem rgba(0, 0, 0, .08), 0 0.3333333333rem 0.3333333333rem rgba(0, 0, 0, .08);
    border-radius: 0.4444444444rem;
    overflow: hidden;
    position: relative;
    width: 100%;
}

@media (max-width: 991.98px) {
    .single-blog-item > div {
        display: flex;
        align-items: flex-start;
    }

    .single-blog-item .top {
        flex-basis: 150px;
        margin-left: 18px;
        flex-shrink: 0;
    }

    .single-blog-item .top .img {
        margin-bottom: 0;
    }

    .single-blog-item p {
        display: -webkit-box;
        margin-bottom: 0;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 767.98px) {
    .single-blog-item > div {
        align-items: center;
    }

    .single-blog-item .top {
        flex-basis: 120px;
    }

    .single-blog-item .top .img {
        border-radius: .4444444444rem;;
    }

    .single-blog-item .top .img img {
        border-radius: .4444444444rem;;
    }

    .single-blog-item h3, .single-blog-item .h3 {

    }

    .single-blog-item .img {
        width: 100%;
    }
}


.search-filter .search-form form button {
    position: absolute;
    right: 10px;
    top: 5px;
    height: 39px;
    width: 40px;
    background: none;
    border: none;
    transition: all 0.3s;
    color: #2a0202;
}

.search-filter .search-form form button:hover {
    color: #c09c60;
}

.search-filter .order-container ul a {
    display: block;
    height: 41px;
    line-height: 39px;
    border-radius: .4444444444rem;;
    border: 1px solid #fff;
    background: #f4f4f4;
    text-align: center;
    font-size: 14px;
    color: #d29c41;
}

.search-filter .order-container ul a:hover {
    color: #c09c60;
    border-color: #c09c60;
}

input.search-input {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #dfd8d3;
    color: #1a1715;
    margin: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 8.3333333333rem;
    color: #1a1715;
    line-height: 3rem;
    text-indent: 3rem;
    flex-grow: 1;
}

input[type="search"]::placeholder, input.common::placeholder, textarea.common::placeholder {
    color: #9c8881;
}

 .content li a, .single-why a, .home .content a, figcaption a, #main-content-services a, .cluster-list a , #title-list a {
    color: #1A1715!important;
    border: none!important;
}

.content p a , .content li a{
    color: #7d5136;
    border-bottom: 1px dashed #7d5136;
}

.p-l-r-3-3 .content a{
    color: #5434b5;
    border-bottom: 1px dashed #1A1715;
}

.p-l-r-3-3 .content a:hover{
    border-bottom: 1px dashed #1A1715;
}

figcaption {
    color: #1A1715;

}

.image iframe{
    max-width: 100%!important;
    border-radius: 0.44rem 0.44rem 0 0!important;
    max-height: 300px;
}

.content p a:hover, .content p a:active, .content p a:focus,
.content li a:hover, .content li a:active, .content li a:focus,
.single-why a:hover, .single-why a:active, .single-why a:focus,
.home .content a:hover, .home .content a:active, .home .content a:focus,
figcaption a:hover, figcaption a:active, figcaption a:focus,
#main-content-services a:hover, #main-content-services a:active, #main-content-services a:focus,
.cluster-list a:hover, .cluster-list a:active, .cluster-list a:focus {
    color: #ae791e;
    -webkit-text-decoration-color: #4b2aad;
    text-decoration-color: #c19d60;
}

.alm-reveal .single-portfolio-item {
    margin-bottom: 45px;
}

@media (max-width: 767.98px) {
    .alm-reveal .single-portfolio-item {
        margin-bottom: 20px;
    }
}

@keyframes fadeInUp {
    from {
        opactiy: 0;
        /*transform: translateY(30%);*/
    }
    to {
        opacity: 1;
        /*transform: translateY(0);*/
    }
}

.tab-icon,
.tab-container {
    margin-bottom: 30px;
}


.tab-icon > ul > li,
.tab-container > ul > li, .tab-container article {
    display: none;
    animation: fadeInUp 0.3s both;;
}

.tab-icon > ul > li.active,
.tab-container > ul > li.active, .tab-container article.active {
    display: block;
    animation: fadeInUp .5s both;
    -webkit-animation: fadeInUp .5s both;
    -moz-animation: fadeInUp .5s both;
    will-change: transfromY;
}

.page-banner {
    background-color: #f5efeb;
    padding: 2rem;
    border-radius: .4444444444rem;
}

.page-banner a {
    margin-top: 1rem;
}

.page-banner .img {
    flex-basis: 100%;
}

.page-banner .subtext {
    color: #5c5856;
    font-size: 1rem;
    margin-top: 1.5rem;
}

.font-family-dana {
    font-family: Ravi, dana;
}

.onepage-wrapper .section {
    padding: 0;
}

.onepage-wrapper .section .container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.img-center {
    text-align: center;
}

.img-center img {
    display: inline-block;
}

#contact-section {
    background-color: #281432;
}

#contact-section h3.title, #contact-section .title.h3 {
    color: #fff;
    font-size: 24px;

    line-height: 40px;
}

#contact-section .text * {
    color: #d0d0d0;
    line-height: 30px;
}

#contact-section .number {
    font-size: 60px;
    color: #fff;
}

.justify-center{
    justify-content: center;
}

span.categories a{
    margin-left: .2rem;
}


@media (max-width: 1199.98px) {
    #contact-section {
        padding: 130px 0 180px;
        margin-bottom: -100px;
    }
    .m-flex-column {
        flex-direction: column !important;
    }


    .m-mt-0{
        margin-top: 0!important;
    }

    .m-flex-column-reverse {
        flex-direction: column-reverse !important;
    }

    .m-none{
        display: none!important;
    }

    .m-justify-center{
        justify-content: center;
    }

    .product-carousel > div:first-child{
        width: 100%;
    }

    .product-carousel > div:last-child {
        width:  100%;
        text-align: center;
    }

    #slid-section .title {
        font-size: 2rem!important;
    }

    .m-mt-5{
        margin-top: 5rem!important
    }

    .phantacy-list .inner:nth-child(odd) > div:first-child{
        order:1
    }

    .phantacy-list .inner:nth-child(odd) > div:last-child{
        order:0
    }

    .phantacy-list .inner:nth-child(even) > div:first-child{
        order:1
    }

    .phantacy-list .inner:nth-child(even) > div:last-child{
        order:0
    }

}

@media (max-width: 991.98px) {
    #contact-section .img-center {
        margin-bottom: 30px;
    }


    #slid-section.hero .caption{
        text-align: right;
    }

    #contact-section h3.title, #contact-section .title.h3 {
        font-size: 18px;
        text-align: center;
    }

    #contact-section .text {
        text-align: center;
    }

    #contact-section .text * {
        text-align: center;
    }

    #contact-section .number {
        font-size: 40px;
        text-align: center;
    }
}

#contact-section .dotbtn {
    border-color: #816027;
}

#sidebar-articles .title a {
    font-size: 1rem;
    font-weight: bold;
    color: black;
}

.buttons-two-side, .buttons {
    margin-top: 40px;
}

.buttons-two-side .dotbtn.left {
    float: left;
    text-align: left;
    padding: 0 10px 0 40px;
}

.buttons-two-side .dotbtn.left .icon {
    left: 14px;
    right: unset;
}

@media (max-width: 575.98px) {
    .buttons-two-side .dotbtn {
        width: 48%;
    }
}


#blog-section .text ul {
    margin-bottom: 30px;
}

#blog-section .title-more p {
    margin: 0px;
}

#blog-section .text li {
    display: inline-block;
    width: 45%;
    font-size: 14px;
    color: #adadad;
}

#blog-section .mCustomScrollbar {
    direction: ltr;
}

#blog-section .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    background: #281432;
}

#blog-section .mCSB_scrollTools .mCSB_draggerContainer {
    width: 10px;
    border-radius: .4444444444rem;;
    background: #281432;
}

#blog-section .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    margin: 3px 2px;
    background: #c09c60;
}

#blog-section .single-related {
    direction: rtl;
}

#blog-section .single-related .right {
    width: 100%;
    margin-left: 35px;
    flex-basis: 100%;
}

#blog-section .single-related div.left {
    padding-top: 7px;
    width: 100%;
}

#blog-section .single-related div.left h1, #blog-section .single-related div.left .h1,
#blog-section .single-related div.left h2,
#blog-section .single-related div.left .h2,
#blog-section .single-related div.left h3,
#blog-section .single-related div.left .h3,
#blog-section .single-related div.left h4,
#blog-section .single-related div.left .h4,
#blog-section .single-related div.left h5,
#blog-section .single-related div.left .h5,
#blog-section .single-related div.left h6,
#blog-section .single-related div.left .h6 {

    color: #fff;
    margin-bottom: 15px;
}

#blog-section .single-related div.left h1 a, #blog-section .single-related div.left .h1 a,
#blog-section .single-related div.left h2 a,
#blog-section .single-related div.left .h2 a,
#blog-section .single-related div.left h3 a,
#blog-section .single-related div.left .h3 a,
#blog-section .single-related div.left h4 a,
#blog-section .single-related div.left .h4 a,
#blog-section .single-related div.left h5 a,
#blog-section .single-related div.left .h5 a,
#blog-section .single-related div.left h6 a,
#blog-section .single-related div.left .h6 a {
    color: #2e0940;
}

#blog-section .single-related div.left h1 a:hover, #blog-section .single-related div.left .h1 a:hover,
#blog-section .single-related div.left h2 a:hover,
#blog-section .single-related div.left .h2 a:hover,
#blog-section .single-related div.left h3 a:hover,
#blog-section .single-related div.left .h3 a:hover,
#blog-section .single-related div.left h4 a:hover,
#blog-section .single-related div.left .h4 a:hover,
#blog-section .single-related div.left h5 a:hover,
#blog-section .single-related div.left .h5 a:hover,
#blog-section .single-related div.left h6 a:hover,
#blog-section .single-related div.left .h6 a:hover {
    color: #4b2aad;
}

#blog-section .single-related div.left .time {
    margin-bottom: 2px;
    font-size: 13px;
    color: #c09c60;
}

@media (max-width: 991.98px) {
    #blog-section h3.title, #blog-section .title.h3 {
        text-align: center;
    }

    #blog-section .text {
        text-align: center;
        margin-bottom: 30px;
    }

    #blog-section .text * {
        text-align: center;
    }

    #blog-section .buttons-two-side {
        text-align: center;
        margin-top: 50px;
    }

    #blog-section .single-related div.left h1 a, #blog-section .single-related div.left .h1 a,
    #blog-section .single-related div.left h2 a,
    #blog-section .single-related div.left .h2 a,
    #blog-section .single-related div.left h3 a,
    #blog-section .single-related div.left .h3 a,
    #blog-section .single-related div.left h4 a,
    #blog-section .single-related div.left .h4 a,
    #blog-section .single-related div.left h5 a,
    #blog-section .single-related div.left .h5 a,
    #blog-section .single-related div.left h6 a,
    #blog-section .single-related div.left .h6 a {
        font-size: 15px;

    }

    #blog-section .single-related div.left p {
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 991.98px) {
    .title-more {
        display: block;
    }

    .title-more h1, .title-more .h1,
    .title-more h2,
    .title-more .h2,
    .title-more h3,
    .title-more .h3,
    .title-more h4,
    .title-more .h4,
    .title-more h5,
    .title-more .h5,
    .title-more h6,
    .title-more .h6 {
        text-align: center;
    }
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 1rem;
}

.owl-carousel .owl-dots button {
    width: 25px;
    height: 3px;
    border-radius: 2px;
    background: #535353;
    margin: 0 5px 5px;
}

.owl-carousel .owl-dots button.active {
    background: #c09c60;
}


#portfolio-section .single-portfolio-item h4 a, #portfolio-section .single-portfolio-item .h4 a {
    color: #2e0940;
}

@media (max-width: 1199.98px) {
    .section1 {
        height: 100% !important;
    }

}

@media (max-width: 991.98px) {
    #portfolio-section .single-portfolio-item {
        margin-bottom: 40px;
    }
}

@media (max-width: 767.98px) {
    #portfolio-section .owl-carousel .owl-dots {
        margin-top: 0;
    }

    #portfolio-section .single-portfolio-item {
        margin-bottom: 20px;
    }
}


#services-section .service-sec {
    position: relative;
}

#services-section .service-sec .tab-nav {
    position: absolute;
    width: 65px;
    right: 10%;
    top: 15px;
    height: 332px;
    background: url("../images/tnav.png");
    z-index: 2;
}

#services-section .service-sec .tab-nav li {
    position: absolute;
    cursor: pointer;
    filter: grayscale(100%);
}

#services-section .service-sec .tab-nav li h4, #services-section .service-sec .tab-nav li .h4 {
    line-height: 30px;
    margin-bottom: 0;
    position: absolute;
    left: 63px;
    padding: 0 23px;
    font-size: 1rem;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    transition: all 0.3s;
    opacity: 0;
}

#services-section .service-sec .tab-nav li span {
    display: block;
    width: 54px;
    height: 54px;
    border: 3px solid #c4b0ff;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    transition: all 0.3s;
}

#services-section .service-sec .tab-nav li span img {
    display: inline-block;
}

#services-section .service-sec .tab-nav li.num1 {
    top: -6px;
    right: 31px;
}

#services-section .service-sec .tab-nav li.num2 {
    top: 136px;
    right: -23px;
}

#services-section .service-sec .tab-nav li.num3 {
    top: 279px;
    right: 27px;
}

#services-section .service-sec .tab-nav li.active {
    filter: grayscale(0%);
}

#services-section .service-sec .tab-nav li.active h4, #services-section .service-sec .tab-nav li.active .h4 {
    opacity: 1;
}

#services-section .service-sec .tab-nav li.active span {
    border-color: #c09c60;
}

@media (max-width: 767.98px) {
    #services-section .service-sec .tab-nav li h4, #services-section .service-sec .tab-nav li .h4 {
        opacity: 0 !important;
        top: -40px;
        left: 50%;
        transform: translateX(-50%);
        display: none !important;
    }

    #services-section .service-sec .tab-nav li:hover h4, #services-section .service-sec .tab-nav li:hover .h4 {
        opacity: 1 !important;
    }

    #services-section .service-sec .tab-nav li:last-child h4, #services-section .service-sec .tab-nav li:last-child .h4 {
        left: 0;
        transform: translateX(0%);
    }

    #services-section .service-sec .tab-nav li:first-child h4, #services-section .service-sec .tab-nav li:first-child .h4 {
        left: unset;
        right: 0;
        transform: translateX(0%);
    }
}

#services-section .service-sec .tab-icon {
    flex: 0 0 auto;
    width: 50%;
    position: relative;
}

#services-section .service-sec .tab-icon .m-img {
    margin-right: 30%;
    position: relative;
    text-align: center;
}

#services-section .service-sec .tab-icon .m-img img {
    display: inline-block;
}

#services-section .service-sec .tab-icon ul {
    margin-right: 15%;
    right: 15%;
    left: 0;
    top: 40px;
    text-align: center;
}

#services-section .service-sec .tab-icon ul img {
    display: inline-block;
}

#services-section .service-sec .tab-container {
    flex: 0 0 auto;
    width: 50%;
}

@media (max-width: 1199.98px) {
    #services-section .service-sec .tab-nav {
        position: absolute;
        width: 375px;
        right: 50%;
        top: -50px;
        height: 65px;
        transform: translateX(50%);
        background: url("../images/tnav2.png") center top no-repeat;
        z-index: 2;
    }

    #services-section .service-sec .tab-nav li.num1 {
        top: 27px;
        right: 0px;
    }

    #services-section .service-sec .tab-nav li.num2 {
        top: -23px;
        right: 160px;
    }

    #services-section .service-sec .tab-nav li.num3 {
        top: 27px;
        right: 317px;
    }

    #services-section .service-sec .tab-icon {
        width: auto;
        margin-top: 50px;
    }

    #services-section .service-sec .tab-icon .m-img {
        margin-right: 0%;
    }

    #services-section .service-sec .tab-icon ul {
        right: 0%;
        margin-right: 0%;
    }

    #services-section .service-sec .tab-container {
        width: auto;
        padding-right: 0px;
    }
}


#services-section .text ul {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 991.98px) {
    #services-section h3.title, #services-section .title.h3 {
        font-size: 18px;
        text-align: center;
    }

    #services-section .text {
        text-align: center;
    }

    #services-section .text * {
        text-align: justify;
    }
}

@keyframes fade {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

#about-section , #sub-hero-section {
    padding: 3rem 0 4rem;
    background: rgb(29,22,20);
    background: linear-gradient(180deg, rgba(29,22,20,1) 0%, rgba(63,44,40,1) 100%);
    color: white;
}

#about-section a, #sub-hero-section a {
    color: #39b54a;
    border-bottom: 1px dashed #39b54a;
}


#about-section img , #product-cta img{
    max-width: 150px!important;
    height: 150px!important;
}

#product-cta > div {
    padding: 2rem;
    background: rgb(29,22,20);
    background: linear-gradient(180deg, rgba(29,22,20,1) 0%, rgba(63,44,40,1) 100%);
    transition: all 0.3s;
    color: white;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.10);
    border-radius: 8px;
    position: sticky;
    top: 13vh;
    background: rgb(29,22,20);
    background: linear-gradient(180deg, rgba(29,22,20,1) 0%, rgba(63,44,40,1) 100%);

}

#sub-hero-section{
    text-align: center;
}

#sub-hero-section img{
    max-width: 100px!important;
}

#sub-hero-section.products img{
    max-width: 150px!important;
    margin-bottom: 2rem;
}



.sub-hero-list {
    display: flex!important;
    gap: 7rem;
    justify-content: center;
}

.phantacy-list .inner{
    display: flex;
    gap: 3rem;
    align-items: center;
}

.phantacy-list .inner:nth-child(even){
    flex-direction: row-reverse;
}

.phantacy-list .inner .caption{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 60%;
}


#about-section .manager{
    font-weight: bold;
    font-size: 1.2rem;
}

.video-wrap {
    position: relative;
    border-radius: 4px;
    border: 1px solid #c09c60;
    padding: 11px;
    max-width: 550px;
    margin: 0 auto;
}

.video-wrap:before {
    content: "";
    position: absolute;
    left: 11px;
    right: 11px;
    top: 11px;
    bottom: 11px;
    background: #2e0940;
    opacity: 0.9;
}

.video-wrap img.lion {
    position: absolute;
    bottom: -1px;
    right: -63px;
}

.video-wrap .play {
    width: 79px;
    height: 79px;
    margin-top: -62px;
    margin-left: -39px;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #c09c60;
    line-height: 79px;
    text-align: center;
}

.video-wrap .play svg {
    display: inline-block;
    vertical-align: top;
    margin-top: 23px;
}

.video-wrap h4, .video-wrap .h4 {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 27%;
    font-size: 20px;
    color: #fff;

    text-align: center;
    z-index: 2;
}

.video-wrap .plyr--playing ~ h4, .video-wrap .plyr--playing ~ .h4 {
    display: none;
}

@media (max-width: 1199.98px) {
    .video-wrap {
        margin-bottom: 40px;
    }

    .video-wrap .play {
        margin-top: -33px;
    }

    .video-wrap img.lion {
        display: none;
    }

    .video-wrap h4, .video-wrap .h4 {
        display: none;
    }
}

#slid-section {
    overflow: hidden;
    background: rgba(29,22,20,1);
}

#slider .owl-carousel .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 11rem;
    transform: translateX(-50%);
    left: 50%;
}

.owl-carousel .owl-dots button{
    width: 3rem!important;
    height: 3px!important;
    background: darkgrey!important;
    margin: 0 0.5rem!important;
    border-radius: 0!important;
    border: 0!important;
    float: left;
}

.owl-carousel .owl-dots button.active{
    width: 6rem!important;
    background: #55d967!important;
}

#slid-section.hero .text{
    width: 90%;
}

#slid-section .text {
    margin-top: -1.3rem;
    font-size: 1.3rem;
    width: 40%;
    line-height: 2.4rem;
    padding: 0px;
    text-align: right;
}

#slid-section.hero .container{
    display: flex;
}

#slid-section.hero .caption {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 60%;
}

video{
    max-width: 100%;
}


.text-center{
    text-align: center;
}

.mainTitle h2,.mainTitle h1{
    font-size: 40px!important;
    color: #fff!important;
    font-family: Ravi;
    font-weight: 900!important;
    margin-bottom: 0px!important;
    display: flex;
}

.video-caption{
    padding: 0 1rem;
    background: #000000;
    color: white;
    position: relative;
    bottom: 1rem;
    margin-right: 0;
    float: right;
    width: calc(100% - 2rem);
}

#slid-section .title {
    color: #fff;
    font-size: 24px;

}

#slid-section .title2 {
    font-size: 1.1rem;
    color: #c09c60;

    margin-bottom: 30px;
}

#slid-section .text {
    margin-bottom: 30px;
}

#slid-section .text p {
    color: white;
}

#video-section {
    padding-top: 5rem;
}


#slid-section .avadis-text {
    color: #fff;
    font-size: 2.7rem;
    text-align: left;
    font-family: irancell;
    line-height: 2.4rem;
    opacity: 0;
}

#slid-section .avadis-text span {
    display: block;
}

#slid-section .avadis-text span.gold {
    color: #9e804e;
    text-align: left;
    word-spacing: 1px;
}

#full-banner .video {
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 991.98px) {

    #slider .image img, #full-banner .image img , #landing-hero .image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    #slider .image, #landing-hero .image{
        height: 600px;
    }



    #full-banner .image{
        height: 100vh;
    }

  #full-banner .text , #earth-banner{
        display: none!important;
    }

    #slider .text{
       width: 100%;
    }

    #slid-section {
        padding: 0px 0;
        background: #231a17;
        position: relative;
    }

    #slid-section .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
        height: 100vh;
    }

    #slid-section img {
        width: 100%;
    }

    #slid-section .avadis-text {
        font-size: 18px;
        text-align: center;
        position: absolute;
        left: 0;
        top: unset;
        bottom: 10px;
        right: 0;
        line-height: 40px;
        direction: ltr;
    }

    #slid-section .avadis-text span {
        display: inline-block;
    }

    #slid-section div.container {
        overflow: auto;
        height: auto;
    }

    #slid-section div.container div.col-lg-7 {
        height: 100px !important;
    }

    #contact-section .buttons, #services-section .buttons, #video-section .buttons {
        text-align: center;
    }
}


#full-banner{
    color: white;
    display: flex;
    width: 100%;
}

#full-banner .caption{
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
}

#full-banner h2 {
    font-size: 3rem;
    font-weight: 900;
    margin: 0;
}

#full-banner p {
    font-size: 1.3rem;
}

#full-banner .container,
#slid-section .container{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    top: 50%;
    left: 1.25rem;
    right: 1.25rem;
    width: calc(100% - 4rem);
}


#earth-banner{
    color: white;
    display: flex;
    width: 100%;
}

#earth-banner .caption{
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 50%;
    left: 4rem;
}

#earth-banner h4 {
    font-size: 1.3rem;
    line-height: 1.3;
    margin: 0;
}

#earth-banner p {
    font-size: 1.3rem;
}

.home #header ,  #header.landing {
    position: absolute;
    left: 0;
    right: 0;
    background: none;
    z-index: 12;
    border: none;
    transition: all 0.1s;
}

#header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 0.0555556rem 0px, rgba(0, 0, 0, 0.12) 0px 0.111111rem 0.222222rem;
    background: #27201b;
}

#header.dark.sticky{
    background: white;
}

#header.sticky .header {
    margin-top: 0px;
}


.viewing-page-1 #header .header .menu ul li a,
.viewing-page-3 #header .header .menu ul li a,
.viewing-page-5 #header .header .menu ul li a,
.viewing-page-6 #header .header .menu ul li a {
    color: #fff;
}

.viewing-page-1 #header .header .menu ul li a:hover,
.viewing-page-3 #header .header .menu ul li a:hover,
.viewing-page-5 #header .header .menu ul li a:hover,
.viewing-page-6 #header .header .menu ul li a:hover {
    color: #c09c60;
}

.viewing-page-1 #header .header #toggle span:hover,
.viewing-page-3 #header .header #toggle span:hover,
.viewing-page-5 #header .header #toggle span:hover,
.viewing-page-6 #header .header #toggle span:hover {
    color: #fff;
}

.viewing-page-1 .onepage-pagination li a span,
.viewing-page-3 .onepage-pagination li a span,
.viewing-page-5 .onepage-pagination li a span,
.viewing-page-6 .onepage-pagination li a span {
    background: rgba(0, 0, 0, 0.4);
}

.pagination{
    margin-bottom: 5rem !important;

}

@keyframes float {
    0% {
        transform: translatey(0px) scale(1);
    }
    50% {
        transform: translatey(-20px) scale(0.9);
    }
    100% {
        transform: translatey(0px) scale(1);
    }
}

#form-popup2,
#form-popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    bottom: 0;
    background: rgb(0 0 0 / 40%);
    display: none;
}

#form-popup2 > div,
#form-popup > div {
    display: table;
    width: 100%;
    height: 100%;
}

#form-popup2 > div > div,
#form-popup > div > div {
    display: table-row;
}

#form-popup2 > div > div > div,
#form-popup > div > div > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#form-popup2 .pop-content,
#form-popup .pop-content {
    background: #fff;
    display: inline-block;
    border-radius: 10px;
    text-align: right;
    max-height: 95vh;
    overflow: auto;
}

#form-popup2 .pop-content .pop-top,
#form-popup .pop-content .pop-top {
    position: relative;
    line-height: 50px;
    margin-bottom: 20px;
}

#form-popup2 .pop-content .pop-top h1, #form-popup2 .pop-content .pop-top .h1,
#form-popup2 .pop-content .pop-top h2,
#form-popup2 .pop-content .pop-top .h2,
#form-popup2 .pop-content .pop-top h3,
#form-popup2 .pop-content .pop-top .h3,
#form-popup2 .pop-content .pop-top h4,
#form-popup2 .pop-content .pop-top .h4,
#form-popup2 .pop-content .pop-top h5,
#form-popup2 .pop-content .pop-top .h5,
#form-popup2 .pop-content .pop-top h6,
#form-popup2 .pop-content .pop-top .h6,
#form-popup .pop-content .pop-top h1,
#form-popup .pop-content .pop-top .h1,
#form-popup .pop-content .pop-top h2,
#form-popup .pop-content .pop-top .h2,
#form-popup .pop-content .pop-top h3,
#form-popup .pop-content .pop-top .h3,
#form-popup .pop-content .pop-top h4,
#form-popup .pop-content .pop-top .h4,
#form-popup .pop-content .pop-top h5,
#form-popup .pop-content .pop-top .h5,
#form-popup .pop-content .pop-top h6,
#form-popup .pop-content .pop-top .h6 {
    font-size: 18px;

    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    #form-popup2 .pop-content .pop-top h1, #form-popup2 .pop-content .pop-top .h1,
    #form-popup2 .pop-content .pop-top h2,
    #form-popup2 .pop-content .pop-top .h2,
    #form-popup2 .pop-content .pop-top h3,
    #form-popup2 .pop-content .pop-top .h3,
    #form-popup2 .pop-content .pop-top h4,
    #form-popup2 .pop-content .pop-top .h4,
    #form-popup2 .pop-content .pop-top h5,
    #form-popup2 .pop-content .pop-top .h5,
    #form-popup2 .pop-content .pop-top h6,
    #form-popup2 .pop-content .pop-top .h6,
    #form-popup .pop-content .pop-top h1,
    #form-popup .pop-content .pop-top .h1,
    #form-popup .pop-content .pop-top h2,
    #form-popup .pop-content .pop-top .h2,
    #form-popup .pop-content .pop-top h3,
    #form-popup .pop-content .pop-top .h3,
    #form-popup .pop-content .pop-top h4,
    #form-popup .pop-content .pop-top .h4,
    #form-popup .pop-content .pop-top h5,
    #form-popup .pop-content .pop-top .h5,
    #form-popup .pop-content .pop-top h6,
    #form-popup .pop-content .pop-top .h6 {
        font-size: 15px;
    }
}

#form-popup2 .pop-content .pop-top .close,
#form-popup .pop-content .pop-top .close {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 0px;
    left: 0;
    cursor: pointer;
    transition: all 0.3s;
}

#form-popup2 .pop-content .pop-top .close:hover,
#form-popup .pop-content .pop-top .close:hover {
    color: #c09c60;
}

#form-popup2 .pop-content.form,
#form-popup .pop-content.form {
    width: 678px;
    padding: 20px;
}

@media (max-width: 575.98px) {
    #form-popup2 .pop-content.form,
    #form-popup .pop-content.form {
        width: 90%;
    }

    .team-list > img {
        max-width: 100%;
    }


}

@media (max-width: 991.98px) {
    #faqs .center-title {
        margin-bottom: 40px;
    }


}

#faqs {
    margin-top: 2.5rem;
}

.faq {
    margin-bottom: 1rem;
    transition: all 0.3s;
}

.faq .quest {
    position: relative;
    padding: 5px 0;
    line-height: 35px;
    cursor: pointer;
    align-items: baseline;
}

.faq.active h4, .faq.action h4 {
    color: #39b54a !important;
}

.faq .quest h4, .faq .quest .h4 {
    margin-bottom: 0 !important;
    line-height: 35px;
    margin-top: 0px !important;
    flex-grow: 1;
}

.faq .quest .icon {
    line-height: 45px;
    text-align: center;
    color: #c09c60;
    font-size: 24px;
}

.faq .quest .icon svg{
    stroke: #62d262
}

.faq .answer {
    display: none;
}

.faq .answer p {
    margin-bottom: 0;
}

.faq.active .quest .icon .neg {
    display: inline-block;
}

.faq.active .quest .icon .plus {
    display: none;
}

@media (max-width: 767.98px) {
    #slider .owl-carousel .owl-dots{
        display: none;
    }
    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .row > * {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .faq .quest .icon {
        width: 35px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }

    .faq .answer {
        padding: 0 12px 8px;
        display: none;
    }

    .faq .answer p {
        margin-bottom: 0;
    }

    #customerss ul {
        flex-direction: column !important;
        width: 10rem;
        align-items: center;
        text-align: center;
        margin: 0 auto !important;
    }

}

#testimonials .link {
    text-align: center;
}

@media (max-width: 767.98px) {

    #testimonials .center-title {
        margin-bottom: 40px;
    }
}

#testimonials .dotbtn {
    padding: 0 40px;
}


.single-testimonial {
    text-align: center;
}

.single-testimonial .img {
    margin-bottom: 25px;
}

.single-testimonial .img img {
    width: 150px;
    display: inline-block;
    border: 2px solid #c1bdb8;
    border-radius: 50%;
    outline: 1px solid #fff;
    margin-bottom: 1rem;
}

.single-testimonial .person {
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    align-items: center;
}

.single-testimonial .person h4, .single-testimonial .person .h4,
.single-testimonial .person .name {
    color: #2e0940;
    font-size: 20px;

    margin-bottom: 8px;
}

.single-testimonial .person .job {
    font-size: 1rem;
    color: #5c5856;
}

.single-testimonial .text {
    min-height: 80px;
}

.single-testimonial .text p {
    text-align: center;
}

@media (max-width: 767.98px) {
    .single-testimonial .img {
        margin-bottom: 20px;
    }

    .single-testimonial .img img {
        width: 90px;
    }

    .single-testimonial .person {
        margin-bottom: 16px;
    }

    .single-testimonial .person h4, .single-testimonial .person .h4,
    .single-testimonial .person .name {
        font-size: 18px;
    }

    .single-testimonial .person .job {
        font-size: 14px;
    }
}

#about-plans {
    padding: 80px 0;
}

#about-plans .content {
    margin-bottom: 40px;
}

#about-plans .service-list {
    margin-bottom: 90px;
}

#about-plans .center-title {
    margin-bottom: 25px;
}

@media (max-width: 991.98px) {

    .container.smaller{
        width: calc(100% - 2rem)!important;
        left: 0!important;
        right: 0!important;
    }

    #about-plans {
        padding: 50px 0;
    }

    #about-plans .content {
        margin-bottom: 40px;
    }

    #about-plans .service-list {
        margin-bottom: 40px;
    }

    #about-plans #about-service {
        padding-top: 0px;
    }

    section.bottom-banner {
        flex-direction: column;
    }
}

.table-box {
    position: relative;
}

.table-box .shade {
    padding: 15px 0 35px;
}

.table-box .plns {
    position: absolute;
    left: 10px;
    right: 31%;
    top: -15px;
    text-align: center;
}

.table-box .plns li {
    float: right;
    width: 33.33333%;
}

.table-box .plns li span {
    display: inline-block;
    width: 58px;
    height: 58px;
}

.table-box .plns li.bronze span {
    background: url("../images/bronze.png");
}

.table-box .plns li.silver span {
    background: url("../images/silver.png");
}

.table-box .plns li.gold span {
    background: url("../images/gold.png");
}

.table-box .border-title h4, .table-box .border-title .h4 {
    min-width: 130px;
    margin-right: 35px;
    border-bottom: 1px solid #c09c60;
    display: inline-block;
    font-size: 18px;
    color: #2b2b2b;

    padding-bottom: 6px;
    margin-bottom: 0;
    padding-left: 15px;
}

.table-box table {
    width: 100%;
}

.table-box table tr {
    line-height: 46px;
}

.table-box table tr td {
    width: 23%;
    text-align: center;
    font-size: 15px;
    color: #707070;
    padding: 0 10px;
}

.table-box table tr td.name {
    width: calc(31% - 10px);
    padding: 0 20px;
    text-align: right;
}

.table-box table tr td:last-child {
    width: calc(23% + 10px);
    padding-left: 20px;
}

.table-box table tr:nth-child(even) {
    line-height: 42px;
    background: #fffcf8;
}

.table-box table .old-price {
    display: block;
    font-size: 13px;
    color: #a0a0a0;
    text-decoration: line-through;
    line-height: 20px;
    margin: 13px 0;
}

.table-box table .new-price {
    display: block;
    font-size: 15px;

    color: #707070;
    line-height: 20px;
    margin: 13px 0;
}

.table-box table .dotbtn {
    padding: 0 30px 0 10px;
    margin: 20px 0;
    font-size: 15px;
    display: block;
}

.table-box table .dotbtn .icon {
    right: 10px;
}

.wp-block-table.is-style-stripes {
    border: none;
    border-radius: .4444444444rem;
    background: white;
    box-shadow: 0 .0555555556rem .0555555556rem rgba(0, 0, 0, .08), 0 .1666666667rem .1666666667rem rgba(0, 0, 0, .08), 0 .3333333333rem .3333333333rem rgba(0, 0, 0, .08);
    padding: 1rem;
}

.wp-block-table.is-style-stripes table {
    width: 100%;
}

.wp-block-table.is-style-stripes table thead tr {
    background: #f5f5f5 !important;
}

.wp-block-table.is-style-stripes table thead tr th {
    text-align: center;
}

.wp-block-table.is-style-stripes table tr {
    line-height: 50px;
    background: none !important;
}

.wp-block-table.is-style-stripes table tr td {
    text-align: right;
    padding: 0 10px;
    direction: rtl;
}

.wp-block-table.is-style-stripes table tr td.name {
    width: calc(31% - 10px);
    padding: 0 20px;
    text-align: right;
}

.wp-block-table.is-style-stripes table tr td:last-child {
}

.wp-block-table.is-style-stripes table tr:nth-child(even) {
    border-top: 1px solid #f5efeb;
    border-bottom: 1px solid #f5efeb;
}

.wp-block-table.is-style-stripes table .old-price {
    display: block;
    font-size: 13px;
    color: #a0a0a0;
    text-decoration: line-through;
    line-height: 20px;
    margin: 13px 0;
}

.wp-block-table.is-style-stripes table .new-price {
    display: block;
    font-size: 15px;

    color: #707070;
    line-height: 20px;
    margin: 13px 0;
}

.wp-block-table.is-style-stripes table .dotbtn {
    padding: 0 30px 0 10px;
    margin: 20px 0;
    font-size: 15px;
    display: block;
}

.wp-block-table.is-style-stripes table .dotbtn .icon {
    right: 10px;
}


@media (max-width: 767.98px) {

    .single-app-item {
        text-align: center;
    }

    .single-app-item img {
        margin-bottom: 30px;
    }

}


@media (max-width: 1199.98px) {
    body.page-template-page-home-php, html.full {
        overflow: visible;
    }

    #slider .owl-carousel .owl-dots {
        bottom: 2rem;
        left: 8.5rem;
    }
}

@media (max-width: 1199.98px) {
    body.page-template-page-home-php, .onepage-wrapper, html.full {
        min-height: unset !important;
        height: auto !important;
    }
}

@media (max-width: 1199.98px) {
    .onepage-wrapper .section {
        height: auto !important;
        position: static !important;
    }
}

.disabled-onepage-scroll .onepage-wrapper .section {
    position: static !important;
}

@media (max-width: 1199.98px) {
    .onepage-wrapper .section .container {
        top: 0%;
        transform: translateY(0%);
    }
}

#cancel-comment-reply-link {
    color: #777777;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

#cancel-comment-reply-link:before {
    content: "";
    width: 14px;
    top: 12px;
    height: 1px;
    background: #6a6a6a;
    transform: rotateZ(45deg);
    position: absolute;
    left: 0;
}

#cancel-comment-reply-link:after {
    content: "";
    width: 14px;
    top: 12px;
    height: 1px;
    background: #6a6a6a;
    transform: rotateZ(-45deg);
    position: absolute;
    left: 0;
}

body .alm-btn-wrap .alm-load-more-btn.loading:before {
    background: url("../images/puff.svg") center center no-repeat;
}


@media (max-width: 1920px) {
    .container-lg {
        max-width: 1560px;
    }
}

@media (min-width: 1200px) {
    #contact-section .col-xxl-5:first-child > div,
    #contact-section .col-lg-5:first-child > div,
    #video-section .col-xxl-5:first-child > div,
    #video-section .col-lg-5:first-child > div,
    #blog-section .col-xxl-5:first-child > div,
    #blog-section .col-lg-5:first-child > div {
        margin-left: -50px;
    }
}

@media (min-width: 1200px) {
    #contact-section .col-xxl-5:last-child > div,
    #contact-section .col-lg-5:last-child > div,
    #video-section .col-xxl-5:last-child > div,
    #video-section .col-lg-5:last-child > div,
    #blog-section .col-xxl-5:last-child > div,
    #blog-section .col-lg-5:last-child > div {
        margin-right: -50px;
    }

    /*.container, .container-sm, .container-md, .container-lg, .container-xl {*/
    /*    max-width: 95%;*/
    /*}*/
}


.onepage-wrapper .section1 {
    width: 100%;
    padding-top: 8rem;
    padding-bottom: 8rem;
    text-align: right;
}

.section1 .container {
    height: 100%;
}

.container.smaller {
    width: calc(960px - 2rem);
}

.section1 .container > div {
    align-items: center;
    height: 100%;
}

.single-seo-item > div {
    padding: 20px;
}

.single-seo-item > div {
    min-height: 470px;
}

.seo-item-tag {
    background: #f5efeb;
    border-radius: .4444444rem;
    padding: 3px 10px;
    font-size: .9rem;
    margin-bottom: 7px;
    margin-left: 7px;
    float: right;
}

.float-right {
    float: right;
}

.single-seo-item .link {
    direction: ltr;
}

.flex-grow-1 {
    flex-grow: 1;
}

.single-seo-item h5 {
    display: inline-flex;
    font-size: 15px !important;
    margin-left: 10px;
}

.flex-wrap {
    flex-wrap: wrap;
}


.sm_menu_outer .mobile_menu a {
    padding: 10px 15px;
}

.sm_menu_outer .mobile_menu li {
    border-bottom: none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.grecaptcha-badge {
    display: none;
}


body.mmactive {
    overflow: hidden;
}

.mobile_menu {
    position: absolute;
    right: -300px;
    transition: right .3s;
    min-height: 100%;
}

.sm_menu_outer.active .mobile_menu {
    width: 300px;
    background: #2e0940;
    padding: 40px 0;
    right: 0;
}

.sm_menu_outer {
    /*height: calc(100vh);*/
    top: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: -9;
    width: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.border-radius-4{
    border-radius: 0.4rem
}

.sm_menu_outer.active {
    opacity: 1;
    z-index: 999;
}

.section-brown{
    background: rgb(29,22,20);
    background: linear-gradient(180deg, rgba(29,22,20,1) 0%, rgba(63,44,40,1) 50%, rgba(29,22,20,1) 100%);
    float: right;
    width: 100%;
    padding: 3rem 0;
   margin: 0;
}

.section-brown .title{
    color: white;
}

.sm_menu_outer .mobile_menu li.back a {
    padding: 20px 5px 20px 55px;
    background: url("../../images/back.png") no-repeat scroll 15px center / 5% auto;
    text-align: left;
}

.sm_menu_outer .mobile_menu a {
    color: #fff;
    display: block;
    padding: 7px 15px;
    font-family: dana;

}

/*Sub Menu anim */
.sm_menu_outer.slide .mobile_menu .submenu {
    background-color: #2e0940;
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 999;
}

.sm_menu_outer.slide .mobile_menu li.active > .submenu {
    right: 0;
}

.sm_menu_outer .mobile_menu li {
    list-style-type: none;
    border-bottom: 0.5px solid rgba(255, 255, 255, .2);
    color: #ffffff;
}

.sm_menu_outer.slide .mobile_menu li.hasChild > a {
    background: url("../../images/next.png") no-repeat scroll 5% center / 4% auto;
}

/*Hamburger Animation */
#sm_menu_ham {
    cursor: pointer;
    float: right;
    height: 25px;
    position: fixed;
    right: 5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    /*  -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;*/
    width: 30px;
    top: 15px;
    right: -25px;
    z-index: 9999;
}

#sm_menu_ham span {
    background-color: #FFFFFF;
    border-radius: .4444444444rem;;
    display: block;
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    width: 30px;
}

#sm_menu_ham span:nth-child(1) {
    top: 0;
}

#sm_menu_ham span:nth-child(2),
#sm_menu_ham span:nth-child(3) {
    top: 10px;
}

#sm_menu_ham span:nth-child(4) {
    top: 20px;
}

.mmactive #sm_menu_ham {
    margin-right: 335px;
}

.mmactive #sm_menu_ham span {
    /*background-color: #000;*/
    opacity: 1;
}

.mmactive #sm_menu_ham span:nth-child(1) {
    left: 50%;
    top: 18px;
    width: 0;
}

.mmactive #sm_menu_ham span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mmactive #sm_menu_ham span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mmactive #sm_menu_ham span:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0;
}

@media (min-width: 1200px) {
    #sm_menu_ham,
    .sm_menu_outer {
        display: none;
    }
}

#main-content-services figure {
    width: 100%;
}

blockquote p {
    margin: 0px;
    color: #5c5856;
}

blockquote {
    max-width: 100%;
    padding: 1.5rem;
    background: #fff;
    position: relative;
    margin: 4rem auto;
    border-radius: .4rem;
    box-shadow: inset 0 0 0 .0555555556rem #ddd;
    text-align: center;
    border: 1px solid #000000;
}

blockquote cite{
    color: #ac8748;
}

blockquote:before {
    content: '';
    background-image: url(./icons/quotes-light.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    display: block;
    width: 50px;
    right: 47.5%;
    top: -37px;
    position: absolute;
    height: 50px;
    background-color: white;
    background-position: center;
    border: 1px dashed #a27a60;
    border-radius: .4444444444rem;
    box-shadow: 0 .4444444444rem .8888888889rem rgba(0, 0, 0, .1), 0 .2222222222rem .2222222222rem rgba(0, 0, 0, .02);
}

.wp-block-code code {
    background: white;
    border-radius: .4rem;
    padding: 1rem;
    border: 1px dashed #a27a60;
    font-family: tahoma;
}

.content h2 {
    margin-top: 4rem;
    font-size: 1.5rem;
}

.content h3 , .content h4 ,.content h5 {
    margin: 3rem auto 0rem auto;
}

.content h3 {
    font-size: 1.2rem;
}

.content h4 {
    font-size: 1.2rem;
}

.content h5 {
    font-size: 1.2rem;
}

@media (max-width: 767.98px){
    blockquote::before {
        right: 1rem;
    }
}

#header #toggle-sidebar .hamburger--spring .hamburger-inner {
    top: -.8rem;
    transition: background-color 0s 0.13s linear;
}

#header #toggle-sidebar .hamburger--spring .hamburger-inner::before {
    top: 11px;
}

#header #toggle-sidebar .hamburger--spring .hamburger-inner::after {
    top: 22px;
}

#header #toggle-sidebar .hamburger-inner, #header #toggle-sidebar .hamburger-inner::before, #header #toggle-sidebar .hamburger-inner::after {
    width: 2.3rem;
    height: .15rem;
}

.hamburger-box {
    width: 3rem;
    height: auto;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 2rem;
    height: 0.25rem;
    background-color: #fff;
    border-radius: 0.2rem;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    right: 0;
}

.dark .hamburger-inner, .dark .hamburger-inner::before, .dark .hamburger-inner::after{
    background-color: #000;
}

.hamburger--spring.is-active .hamburger-inner::before ,.hamburger--spring.is-active .hamburger-inner::after{
    background-color: #fff;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -.65rem;
}

.hamburger-inner::after {
    bottom: -.65rem;
}

.burger-button button {
    background: none;
    border: none;
}

#header #toggle-sidebar .hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent;
}


#header .menu.is-active {
    z-index: 998;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    opacity: 1;
    visibility: visible;
    display: flex !important;
    padding-top: 4rem;
    animation-name: slideIn;
    animation-duration: .1s;
    animation-timing-function: cubic-bezier(.9, .03, .69, .22);
    max-height: 95vh;
    min-height: 450px;
    border: .0555555556rem solid #dfd8d3;
    border-radius: 0.4444rem;
    flex-wrap: wrap;
    margin: 0.4444rem;
    width: calc(100% - (0.4444rem * 2));
    padding-right: 2.5rem;
    padding-left: 2.5rem;
}

@media (max-width: 767.98px) {

}

@-webkit-keyframes slideIn {
    0% {
        top: -50%;
    }
    100% {
        top: 0;
    }
}

@-webkit-keyframes slideOut {
    0% {
        right: 0%;
    }
    100% {
        right: -50%;
    }
}

#header .menu.is-active > nav > ul {
    display: flex;
    flex-direction: column;
}

#header .menu.is-active > nav, #header .menu.is-active > nav > ul {
    display: flex;
    width: 100%;
}

#header .menu.is-active > nav > ul li a {
    color: #1A1715;
    padding: 0;
}

#header #toggle-sidebar.is-active .hamburger-inner::before, #header #toggle-sidebar.is-active .hamburger-inner::after {
    width: 1rem;
    height: .2rem;
}


#header #toggle-sidebar .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 1rem, 0) rotate(45deg);
}

#header #toggle-sidebar .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 1rem, 0) rotate(-45deg);
}

#logo-center path {
    fill: url(#gradientCrown);
}

#logo-left svg path {
    fill: #be9a5f;
}

#logo-left.is-active svg path {
    fill: #977237;
}

ul.title-list li {
    margin-bottom: 0px !important;
}

ul.title-list li a {
    color: #1A1715;
    text-decoration: none;
}

#customerss ul {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin: 1.5rem;
}


.row.cluster-list > * {
    padding-right: 1rem;
    padding-left: 1rem;
}

#customerss ul li {
    display: flex;
    width: 186px;
    opacity: 0.86;
}

@media (max-width: 768px) {
    #customerss ul.second-row li:last-child, #customerss ul.second-row li:first-child {
        display: none;
    }
}

.wp-block-columns > div div:first-child figure {
    max-width: 200px;
    margin: 0 auto;
    padding: 0;
}

.wp-block-column figcaption{
    display: none;
}

.wp-block-columns h3,
.wp-block-columns h4,
.wp-block-columns h2,
.wp-block-columns h5
{
    margin-top: 0!important;
}

.wp-block-columns h3 {
    font-size: 1.1rem !important;
}

.wp-block-columns h3 a {
    color: #1A1715;
}

.wp-block-columns > div div:first-child figure img {
    box-shadow: none !important;
}

.wp-block-columns > div div:nth-child(2) {
    padding: 0 20px;
    text-align: center;
}

#title-list {
    background: #fdfbf9;
    background-color: rgb(253, 251, 249);
    padding: 3rem;
    margin-bottom: 3rem;
    background-color: #f5efeb;
    border-radius: .4444444444rem;
}

.box {
    border-radius: .4444444444rem;;
    padding: 1rem;
}

.bg-yellow {
    background: #f5efeb;
}

font-size-lg {
    font-size: 2.7777777778rem;
}


/*h3 {*/
/*  font-size :  1.6666666667rem;*/
/*}*/

/*h4 {*/
/*  font-size :  1.1111111111rem;*/
/*}*/

/*h5 {*/
/*  font-size :  1rem;*/
/*}*/

.font-size-lg {
    font-size: 2rem !important;
    font-weight: bold;
}


.font-size-md {
    font-size: 1.6rem;
}


.font-size-xs {
    font-size: 1.25rem;
}


.font-size-xss {
    font-size: 0.9rem;
}

.font-size-1 {
    font-size: 1rem;
}

.font-color-brown {
    color: #9c8881;
}

.font-color-black {
    color: black;
}

.font-color-white {
    color: white;
}

.font-weight-700 {
    font-weight: 700;
    font-family: "YekanBakh";
}

.price {
    font-family: "YekanBakh";
    color: #39b54a;
    font-size: 1.3rem;
}

.btn-white{
    background: white;
    color: black!important;
}

.btn-white:hover{
    background: #eee!important;
}

.btn, input[type="submit" i] {
    border-radius: 2em;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    padding: 0.28em 1.45em;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .15s ease-in-out;
    vertical-align: middle;
    color: white;
    font-weight: bold;
    font-family: Ravi;
    font-size: 1.1rem;
    line-height: 2;
    font-family: 'yekanBakh';
}

.btn-primary {
    background-color: #39B54A;
}

.btn-primary:hover {
    background-color: #44894d;
    color: white;
}

.btn-brown , input[type="submit" i] {
    border: 0.0555555556rem solid transparent;

    background-color: #3F2C28;
}

.btn-brown:hover , input[type="submit" i]:hover {
    background-color: #231C1A;
}

.line-height-3-5 {
    line-height: 3.5rem;
}

.border-radius-0-4 {
    border-radius: .4444444444rem;

}

.image-shadow {
    box-shadow: inset 0 0 0 .0555555556rem rgba(0, 0, 0, .2);
}

.flex-direction-r-rev {
    flex-direction: row-reverse;
}

.row-gap-2 {
    row-gap: 2rem;
}

.gap-1{
    gap: 1rem;
}

.search-component {
    align-items: center;
    background-color: #f5efeb;
    border-radius: .4444444444rem;
    color: #1a1715;
    padding: 1.3rem;
}

.blog-nav {
    font-size: 1rem;
}

.blog-nav > ul {
    gap: 1rem;
}

.gap-2 {
    gap: 2rem;
}

.gap-3 {
    gap: 3rem;
}

.gap-4 {
    gap: 4rem;
}

.side-articles-list .image a {
    display: block;
    width: 175px;
    height: 93px;
}

article .icons{
    position: absolute;
    top: 20px;
    z-index: 9;
    right: 25px;
    background: white;
    padding: 0 1rem;
    border-radius: 2rem;
    font-size: 13px;
}


.blog-nav > ul li a {
    color: #1A1715;
    line-height: 3rem;
}

.blog-nav > ul li {
    line-height: 1.8rem;
}

.pagination__link {
    align-items: center;
    background-color: #ffffff;
    border-radius: 0.4rem;
    color: #000000;
    display: flex;
    height: 100%;
    justify-content: center;
    text-decoration: none;
    transition: background-color .15s ease-in-out, color .15s ease-in-out;
    width: 100%;
    font-size: 1.3rem;
    font-family: 'yekanBakh';
}

.pagination li {
    height: 2.6666666667rem;
    width: 2.6666666667rem;
    margin: 0 0.5rem;
}

.pagination__link:hover , .pagination li.active a {
    background-color: #82d08c;
    color: #ffffff;
}

.p-l-r-3-3 {
    padding-left: 3.3rem;
    padding-right: 3.3rem;
}

div.newsletter {
    background: rgb(29,22,20);
    background: linear-gradient(180deg, rgba(29,22,20,1) 0%, rgba(63,44,40,1) 50%, rgba(29,22,20,1) 100%);
    color: #fff;
    text-align: center;
    padding: 2rem;
}

#form-box{
    background: rgb(29,22,20);
    background: linear-gradient(180deg, rgba(29,22,20,1) 0%, rgba(63,44,40,1) 50%, rgba(29,22,20,1) 100%);
    color: #fff;
    padding: 2rem;
    border-radius: .4rem;
}

div.newsletter .tnp-subscription > form {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 1rem;
}

div.newsletter .input::placeholder, div.newsletter input[type="text"]::placeholder {
    color: rgba(32, 20, 69, .5);
}

div.newsletter .input, div.newsletter input[type="text"], div.newsletter input:not([type="button"]):not(.checkbox-toggle) {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #dfd8d3;
    border-radius: .4444444444rem;
    color: #1a1715;
    font-size: 1.1rem;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: .6666666667rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 20rem;
}

input.tnp-submit {
    font-weight: 600;
    border: none !important;
    border-radius: 2.6666666667rem !important;
    padding: 0.65em 1.33em !important;
    background-color: #7e633b !important;
    color: #fff !important;
    width: 9rem !important;
}

input.tnp-submit:hover {
    background-color: #865c1e !important;
}

.font-color-light-purple {
    color: #9d908e;
}

div.newsletter .description {
    color: #d7d2e8;
}

.tnp-field label {
    font-weight: normal;
    font-size: .9rem;
    text-align: right;
    color: #d7d2e8;
}

.line-height-2-8 {
    line-height: 2.8rem;
}

.copyright p {
    margin: 0;
}

#technologies .technologies {
    gap: 5rem;
    justify-content: center;
    flex-wrap: wrap;
}

#technologies .tech img {
    max-width: 60px;
    opacity: .8;
    margin-bottom: 1rem;
}

#technologies .tech > a{
    color: #2e0940;
}

#technologies .tech h4 {
    font-size: 1.1rem;
}