:root {
    --gold: #c7a068;
    --overlay: rgba(0, 0, 0, .15)
}

@font-face {
    font-family: Bellota;
    src: url("/viewDist/fonts/Bellota/BellotaText-Regular.ttf");
}

@font-face {
    font-family: yekan;
    src: url("../fonts/iranyekanwebregular.woff") format('woff');
}

body {
    margin: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: 13px;
    font-family: Bellota, serif;
    background: #ffffff;
}
.scroll-container {
    position: absolute;
    overflow: hidden;
    z-index: 10;
    display: flex;
    justify-content: center;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.viewport {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

body.direction-rtl{
    font-family: yekan, serif!important;
    text-align: right!important;
}
body.direction-rtl *{
    letter-spacing: 0!important;
}
body.direction-rtl p, body.direction-rtl span, body.direction-rtl ul, body.direction-rtl li, body.direction-rtl ol,.post-content p, body.direction-rtl .post-content p span{
    font-family: yekan, serif!important;
}
body.direction-rtl .dropdown .dropdown-menu{
    left: auto!important;
}
body.direction-rtl .flex-item-right{
    left: auto;
    right: -10%;
}
body.direction-rtl .flex-item-left{
    left: -10%;
    right: auto;
}
body.direction-rtl .box-gallery-vertical .box-info {
    padding-left: 0;
    padding-right: 50px;
}
body.direction-rtl .link-custom a:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.text__editor__style{
    line-height: 1.5;
}
section{
    position: relative;
}
/* ********* Common ********* */
.text-gold {
    color: var(--gold);
}

.bg-light-gray {
    background: #f3f3f3;
}

.gold-border-styled {
    position: relative;
    width: 100px;
    height: 1px;
    background: var(--gold);
}

.gold-border-styled:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background: var(--gold);
    transform: rotate(45deg);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.section-title {
    position: relative;
    z-index: 1;
}

.section-title-text {
    position: absolute;
    top: -65%;
    left: -3%;
    z-index: -1;
    color: #eeeeee;
}

.section-title-text .text {
    font-size: 8em;
}

.section-title-text-main {
    position: absolute;
    top: -65%;
    left: 15%;
    z-index: -1;
    color: #eeeeee;
    opacity: 0.5;
}

body.direction-rtl .section-title-text-main {
    right: 15%;
    left: auto;
}

.section-title-text-main .text {
    font-size: 8em;
}
#mainHeader .dropdown-item{
    color: #c7a068;
}
body.direction-rtl #mainHeader .dropdown-item{
    text-align: right;
    font-size: 0.85rem!important;
}
/* ********* Main Section ********* */
.main-section {
    /*height: -webkit-calc(100vh - 100px);*/
    /*height: calc(100vh - 100px);*/
    width: 100%;
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
    position: relative;
}

.top_slider-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--overlay);
    z-index: 0;
}
.slider-inner{
    position: absolute;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    top: 0;
    bottom: 0;
    margin:auto;
    right: 0;
    left: 0;
    z-index: 10;
}
.sec-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 1;
}
.sec-lines .container {
    width: 100%;
}
.full-height {
    height: 100%;
}
.line-item {
    float: left;
    width: 33.33%;
    height: 100%;
    box-sizing: border-box;
    border-right: 1px solid rgba(153,153,153,0.1);
    height: 100%;
    position: relative;
}
.line-item:first-child {
    border-left: 1px solid rgba(153,153,153,0.09);
}
.line-item:first-child:before {
    content: '';
    position: absolute;
    top: 0;
    right: -2px;
    width: 4px;
    height: 30px;
    animation: scroll3 8s ease-out infinite;
    background: var(--gold);
}
.line-item:last-child:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: -2px;
    width: 4px;
    height: 30px;
    animation: scroll2 6s ease-out infinite;
    background: var(--gold);
}
@keyframes scroll3{0%{opacity:0.5;top:0}50%{top:50%}100%{top:100%;opacity:.5}}
@-webkit-keyframes scroll3{0%{opacity:0.5;top:0}50%{top:50%}100%{top:100%;opacity:.5}}
@keyframes scroll2{0%{opacity:0.5;bottom:0}50%{bottom:50%}100%{bottom:100%;opacity:.5}}
@-webkit-keyframes scroll2{0%{opacity:0.5;bottom:0}50%{bottom:50%}100%{bottom:100%;opacity:.5}}
.show-product{
    min-width: 75px!important;
    width: 75px!important;
    height: 75px!important;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
}
/* ********* Desktop Header ********* */
#mainHeader {
    position: absolute;
    background: white;
    height: 105px;
    top: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
    z-index: 10;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

#headerLine {
    width: 100%;
    height: 1px;
    background: #c7a068;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.top_version {
    width: 100%;
    height: 40px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.bottom_version {
    width: 100%;
    height: 40px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.social-media {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
}

.social-media a{
    color: #dadada;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.social-media a:hover{
    color: #c7a068;
}
.header-line {
    width: 100px;
    height: 1px;
    background: rgba(199,160,104,0.4);
    margin: 0 10px;
    opacity: 0.6;
}
#headerLogo{
    position: absolute;
    width: 80px;
    height: 80px;
    border: 2px solid rgba(199,160,104,0.4);
    z-index: 4;
    top: 15px;
    bottom: 15px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #c7a068;
    color: white!important;
}
/* ********* Contact ********* */
.header-hero {
    position: relative;
}
.header-hero .contenet-hero {
    position: relative;
    width: 100%;
    padding: 150px 0 70px 0;
}
body.direction-rtl .header-hero .contenet-hero {
    text-align: right;
}
.header-hero h5 {
    position: relative;
    font-size: 14px;
    line-height: 1.3em;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.header-hero h5:before {
    content: "";
    height: 1px;
    background: #000;
    position: absolute;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    left: -50px;
    right: auto;
    width: 150px;
    top: 50%;
}
body.direction-rtl .header-hero h5:before {
    left: auto;
    right: -50px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.header-hero h1 {
    margin-top: 5px;
    line-height: 1.2;
    letter-spacing: 2px;
    font-size: 65px;
    font-weight: 700;
}
.box-info-contact {
    position: relative;
    background-color: #e6e6e6;
    height: 100%;
    padding: 30px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: start;
    -webkit-align-items: start;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.box-info-contact h3 {
    margin-bottom: 30px;
}
.box-info-contact h5 {
    margin-bottom: 30px;
    line-height: 1.6;
}
.box-info-contact ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.box-info-contact ul li {
    margin-top: 30px;
}
.box-info-contact ul li span {
    color: #000;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    min-width: 120px;
    display: inline-block;
}
body.direction-rtl .box-info-contact ul li span {
    text-align: right;
}
.box-info-contact ul li a {
    position: relative;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    line-height: 1.7;
    font-size: 1.2rem;
    color: #606060;
}
.box-info-contact ul li a::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #bebebe;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    transition: transform 0.4s cubic-bezier(0.28, 0.38, 0, 0.81), -webkit-transform 0.4s cubic-bezier(0.28, 0.38, 0, 0.81);
}
.box-info-contact ul li a:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #bebebe;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition: transform 0.4s cubic-bezier(0.28, 0.38, 0, 0.81) 0.2s, -webkit-transform 0.4s cubic-bezier(0.28, 0.38, 0, 0.81) 0.2s;
}
.box-info-contact ul li a:hover::before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}
.box-info-contact ul li a:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.form-box {
    position: relative;
    padding: 30px;
}
.form-box h3 {
    margin-bottom: 30px;
}
body.direction-rtl .form-box h3 {
    text-align: right;
}
.form-box .form-group {
    width: 100%;
}
.entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #bebebe;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.form-box label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 30px;
    color: #000;
    font-size: 15px;
    letter-spacing: 1px;
}
body.direction-rtl .form-box label {
    padding-left: 30px;
    padding-right: 0;
}
.form-box input, .form-box textarea {
    background-color: transparent;
    border: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.69);
    text-rendering: optimizeLegibility;
    color: #0009;
    outline: none;
}
.form-box input:focus, .form-box textarea:focus {
    background: inherit;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-box .form-group .help-block {
    color: red;
    font-weight: 600;
    margin-bottom: 15px;
}
.form-box .form-group ul{
    padding: 0;
    margin: 0;
}
.form-box .form-group li {
    list-style: none;
}
.form-box textarea {
    min-height: 120px;
}
/* ********* About ********* */
.brand-client .wapper-client {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
}
.brand-client .wapper-client .logo-box {
    position: relative;
    background-color: #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(25% - 2px);
    padding: 15px;
    margin-right: 2px;
    margin-bottom: 2px;
    overflow: hidden;
}
.brand-client .wapper-client .logo-box img {
    margin: auto;
}
.brand-client .wapper-client .logo-box .info {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.brand-client .wapper-client .logo-box .info .content {
    border-radius: 0 20px 0 0;
    bottom: 0;
    display: inline-block;
    height: 40px;
    width: 40px;
    left: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    background: #f9f9f9;
}
.brand-client .wapper-client .logo-box .info .content .icon {
    color: #000;
    font-size: 10px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.brand-client .wapper-client .logo-box .info .content .entry {
    padding: 10%;
    position: absolute;
    left: -100%;
    opacity: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #bebebe;
}
.brand-client .wapper-client .logo-box .info .content .entry div {
    width: 100%;
}
.brand-client .wapper-client .logo-box .info .content .entry div h5 {
    margin-bottom: 20px;
    color: #000;
}
.brand-client .wapper-client .logo-box .info .content .entry div a {
    letter-spacing: 2px;
    font-weight: 600;
    color: var(--gold);
}
.brand-client .wapper-client .logo-box .info .content:hover {
    width: 100%;
    height: 100%;
    border-radius: 0;
    cursor: pointer;
}
.brand-client .wapper-client .logo-box .info .content:hover .icon {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.brand-client .wapper-client .logo-box .info .content:hover .entry {
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
}
.section-margin {
    margin-top: 70px;
    margin-bottom: 70px;
}
.our-team {
    position: relative;
    overflow: hidden;
    background-color: #090909;
}
.our-team .team-item{
    position: relative;
}
.our-team .team-item .box-img {
    overflow: hidden;
    margin-bottom: 20px;
}
.our-team .team-item .box-img img {
    -webkit-transition: 1s cubic-bezier(0.645, 0, 0.355, 1);
    -o-transition: 1s cubic-bezier(0.645, 0, 0.355, 1);
    transition: 1s cubic-bezier(0.645, 0, 0.355, 1);
    -webkit-transform: scale(1.095);
    -ms-transform: scale(1.095);
    transform: scale(1.095);
}
.our-team .team-item .box-content {
    position: relative;
    z-index: 1;
}
.our-team .team-item .box-content h4 {
    letter-spacing: -1px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
    word-spacing: 8px;
    -webkit-transition: 1s cubic-bezier(0.645, 0, 0.355, 1);
    -o-transition: 1s cubic-bezier(0.645, 0, 0.355, 1);
    transition: 1s cubic-bezier(0.645, 0, 0.355, 1);
}
.our-team .team-item .box-content p {
    letter-spacing: 1.5px;
    font-size: 14px;
    -webkit-transition: 1.2s cubic-bezier(0.645, 0, 0.355, 1);
    -o-transition: 1.2s cubic-bezier(0.645, 0, 0.355, 1);
    transition: 1.2s cubic-bezier(0.645, 0, 0.355, 1);
}
.our-team .team-item:hover .box-img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(3px);
    filter: blur(3px);
}
.our-team .team-item:hover .box-content h4 {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
.our-team .team-item:hover .box-content p {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
.our-team .custom-container {
    width: 120%;
}
/* ********* Button Classes ********* */
.btn-bordered {
    border-radius: 0;
    position: relative;
}

.btn-bordered:before {
    position: absolute;
    content: '';
    width: 110%;
    height: 140%;
    top: -20%;
    left: -5%;
    z-index: 1;
}

.btn-bordered, .btn-bordered:before {
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
}

.btn-bordered:hover.btn-bordered:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-color: transparent;
}

.btn-bordered-white {
    background: #ffffff;
    color: var(--gold);
}

.btn-bordered-white:before {
    border: 1px solid #ffffff;
}

.btn-bordered-white:hover {
    background: var(--gold);
    color: #ffffff;
    border: 1px solid #ffffff;
}

.btn-bordered-gold,
.btn-bordered-white{
    min-width: 150px;
    font-size: 0.85rem;
}
.btn-bordered-gold {
    background: #b39859;
    color: #ffffff;
}

.btn-bordered-gold:before {
    border: 1px solid var(--gold);
}

.btn-bordered-gold:hover {
    background: #ffffff;
    color: var(--gold);
    border: 1px solid var(--gold);
}

.gray-input {
    border: 1px solid #f3f3f3;
    background: #e2e2e2;
}

.gray-input::placeholder{
    color: var(--gold);
}

.gray-input:focus{
    background: transparent;
}

/* ********* Ads Section ********* */
.ads-section {
    height: 60vh;
    background: url("../images/index/online-shop.jpg") center/cover no-repeat;
    position: relative;
    z-index: 2;
}

.ads-section:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: var(--overlay);
}

/* ********* Farming Section ********* */
.item-shadow {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .05);
}

.flex-item-right {
    top: 75px;
    left: -10%;
    background: #ffffff;
}

.flex-item-left {
    top: 75px;
    right: -10%;
    background: #ffffff;
}

.w-50-lg {
    width: 50%;
}

.position-absolute-lg {
    position: absolute;
}
.dots{
    position: absolute;
    right: calc(5% - 150px);
    left: 0;
    top: 15px;
    bottom: 0;
    margin: auto;
    width: 300px;
    height: 300px;
    background: url(../images/dot.png) repeat;
}
/* ********* Product Section ********* */
.pr-item {
    position: relative;
    width: 100%;
    height: 100%;
}
.pr-btn {
    position: absolute;
    opacity: 0;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--overlay);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.pr-item:hover .pr-btn {
    opacity: 1;
}

.pr-item:hover .pr-btn .show-product{
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.pr-item .pr-btn-item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}
.pr-item h3 {
    z-index: 10;
    position: absolute;
    color: white;
    text-align: center;
    width: 100%;
    right: 0;
    bottom: 14%;
    font-size: 24px;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.pr-item:hover h3{
    opacity: 1;
    bottom: 20%;
}
.pr-btn .btn {
    border-radius: 50%;
}

.pr-btn .btn:before {
    width: 140%;
    height: 140%;
    top: -20%;
    left: -20%;
    border-radius: 50%;
}

/* ********* Blog ********* */
.blog-middle-item {
    width: 85%;
    height: 50px;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

/* ********* Footer ********* */
footer{
    background: #f3f3f3;
    border-top: 1px solid var(--gold);
    position: relative;
}

footer:before{
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background: var(--gold);
    transform: rotate(45deg);
    top: 0;
    right: 0;
    left: 0;
    margin: -8px auto 0;
}

.footer-container{
    width: 65%;
    margin: auto;
}

.footer-nav .nav-item{
    padding: 0 15px;
}

.footer-link{
    color: var(--gold);
}

.footer-link:hover{
    color: #6495ed;
}
.box-seat.box-seat-full .pro-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: rgba(13, 13, 13, 0.7);
    height: 100%;
    top: 0;
    right: 0;
}

.box-seat .pro-text p {
    margin-left: 70px;
    margin-top: 30px;
}

.link-custom {
    margin-top: 30px;
}

.link-custom a {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid rgba(112, 112, 112, 0.1);
    border-radius: 40px;
    padding-right: 25px;
    -webkit-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

body.direction-rtl .link-custom a {
    padding-right: 0;
    padding-left: 25px;
}

.link-custom a span {
    vertical-align: middle;
    white-space: normal;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 4px;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.box-seat .pro-text {
    position: absolute;
    background-color: #0d0d0d;
    max-width: 600px;
    padding: 80px;
    right: 80px;
    bottom: -80px;
}

.box-seat .inner-img {
    height: 100vh;
    overflow: hidden;
}


[data-dsn-grid="move-up"] img, [data-dsn-grid="moveUp"] img {
    will-change: scroll-position;
    pointer-events: none;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
    max-width: 100%;
    border-style: none;
}

[data-dsn-grid="move-up"] img[data-dsn-scale="1"],
[data-dsn-grid="moveUp"] img[data-dsn-scale="1"] {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.box-seat .inner-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
}

.box-seat {
    position: relative;
}
.root-work .projects-list {
    position: relative;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.root-work .projects-list .item {
    width: 50%;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 50px;
}
.root-work .projects-list .item:nth-child(2n) {
    margin-top: 0;
}
.root-work .projects-list .item a {
    position: relative;
    display: block;
    overflow: hidden;
    color: white;
}
[data-dsn-grid="move-up"] img, [data-dsn-grid="moveUp"] img {
    position: relative;
    width: 100%;
    top: -20%;
    height: 120%;
    will-change: scroll-position;
    pointer-events: none;
    -o-object-fit: cover;
    object-fit: cover;
}
.root-work .projects-list .item a img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}
.root-work .projects-list .item a .item-border {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.79)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.79) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.79) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.79) 100%);
    transition: transform 0.6s, background 0.6s cubic-bezier(0.9, 0.03, 0.22, 0.97), -webkit-transform 0.6s;
    z-index: 1;
}
.root-work .projects-list .item a .item-info {
    position: absolute;
    left: 50%;
    padding: 25px 15px 30px;
    width: 270px;
    text-align: center;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
    transition: -webkit-transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
    -o-transition: transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
    transition: transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
    transition: transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87), -webkit-transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
    z-index: 2;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.root-work .projects-list .item a .item-info .cat {
    font-size: 23px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    opacity: 0.9;
}
.v-light .root-work .projects-list .item a .item-info .cat {
    color: #fff;
}
.root-work .projects-list .item a .item-info h4 {
    position: relative;
    color: #fff;
    font-size: 25px;
    -webkit-transition: margin-bottom 0.5s ease;
    -o-transition: margin-bottom 0.5s ease;
    transition: margin-bottom 0.5s ease;
    z-index: 3;
    font-weight: 600;
}
.root-work .projects-list .item a .item-info span {
    color: #fff;
    opacity: 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    position: relative;
}
.root-work .projects-list .item a .item-info span {
    color: #fff;
    opacity: 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    position: relative;
}
.root-work .projects-list .item a:hover .item-border {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.41)), to(rgba(0, 0, 0, 0.99)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0.99) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0.99) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0.99) 100%);
}
.root-work .projects-list .item a:hover .item-info {
    -webkit-transform: translate(-50%, -50px);
    -ms-transform: translate(-50%, -50px);
    transform: translate(-50%, -50px);
}
.root-work .projects-list .item a:hover .item-info h4 {
    margin-bottom: 10px;
}
.root-work .projects-list .item a:hover .item-info span {
    opacity: 1;
}
.box-gallery-vertical {
    position: relative;
}
.mask-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(70% + 20px);
    height: 100%;
    background-color: #e6e6e6;
    z-index: -1;
}
.box-gallery-vertical .mask-bg:before{
    content: "";
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}
.box-gallery-vertical .box-info {
    padding-left: 50px;
}
.box-gallery-vertical .vertical-title {
    position: relative;
}
.box-gallery-vertical .vertical-title::before {
    content: "";
    height: 1px;
    background: #000;
    position: absolute;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    left: -25px;
    right: auto;
    width: 100px;
    top: 50%;
}
body.direction-rtl .box-gallery-vertical .vertical-title::before {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    right: -25px;
    left: auto;
}
.box-gallery-vertical .vertical-title h2 {
    font-size: 42px;
    line-height: 1.33;
    margin-bottom: 30px;
}
/* ********* Loading ********* */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
}
.preloader .preloader-before, .preloader .preloader-after {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    background: #090808;
}
.preloader .preloader-after {
    bottom: 0;
}
.preloader .preloader-before {
    top: 0;
}
.preloader .preloader-block {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
}
.preloader .preloader-block .title {
    position: absolute;
    left: 0;
    bottom: calc(50% + 16px);
    width: 100%;
    text-align: center;
    z-index: 2;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #fff;
}
.preloader .preloader-block .percent {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    font-weight: 700;
    letter-spacing: 8px;
    font-size: 24vw;
    color: rgba(54, 54, 53, 0.3);
    z-index: 1;
}
.preloader .preloader-block .loading {
    position: absolute;
    top: calc(50% + 16px);
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #fff;
    -webkit-animation: blink-animation 2.2s linear infinite;
}
.preloader .preloader-bar {
    position: absolute;
    z-index: 2;
    top: calc(50% - 1px);
    right: 0;
    width: 100%;
    height: 2px;
    background: #1d1d1d;
}
.preloader .preloader-bar .preloader-progress {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    height: 100%;
    width: 0;
    background: #fff;
}
.hidden {
    display: none !important;
}
.scroll-content {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.intro-about .background-mask {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    width: calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    z-index: 1;
}
.intro-about .background-mask .background-mask-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #090909;
}
.v-light .intro-about .background-mask .background-mask-bg {
    background-color: #e6e6e6;
}
.intro-about .img-box {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 50px;
}
.intro-about .img-box .img-cent {
    position: relative;
    width: 100%;
    height: 100%;
}
.intro-about .img-box .img-cent .img-container img {
    width: 100%;
    border: 0;
}
.intro-about .img-box .img-cent .img-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.intro-about .background-mask .background-mask-bg {
    background-color: #e6e6e6;
}
.one-title .title-sub-container {
    padding-left: 50px;
    margin-bottom: 20px;
}
.one-title .title-sub-container .title-sub {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
    padding-left: 80px;
}
.one-title .title-sub-container .title-sub:before, .one-title .title-sub-container .title-sub:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.one-title .title-sub-container .title-sub:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
}
.one-title .title-sub-container .title-sub:after {
    left: 15px;
    height: 1px;
    width: 52px;
    background: rgba(233, 233, 233, 0.1);
    background-color: #bebebe;
}
.one-title .title-main {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.01em;
}
.our-services .services-item {
    position: relative;
}
.our-services .services-item .line-before {
    width: 40px;
    height: 2px;
    background-color: #bebebe;
    margin-bottom: 25px;
    opacity: 0.5;
}
.subtitle {
    margin-bottom: 25px;
    letter-spacing: 2px;
    font-size: 24px;
    font-weight: 600;
    color: #000;
}
.our-services .services-item p{
    padding-right: 30px;
    font-size: 1.1rem;
    margin-bottom: 70px;
}
.text__editor__style p{
    margin-bottom: 15px!important;
    font-weight: 200!important;
    font-size: 1rem;
}
.one-title {
    width: 620px;
    margin-bottom: 70px;
}
.owl-theme .owl-dots .owl-dot {
    background: transparent;
    border: none;
}
main.content{
    overflow-x: hidden;
}
#mobileHeader{
    background: white;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    height: 70px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    z-index: 5;
}
.svg-header {
    width: 23px;
    height: 23px;
    fill: black;
}
.header-mobile-mode-overlay {
    display: block !important;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    z-index: 2;
}
#header_link_hide, #header_account_hide {
    display: block;
    position: fixed;
    top: 0;
    left: -77%;
    background-color: rgb(255, 255, 255);
    width: 75%;
    height: 100%;
    z-index: 3;
    padding: 10px 0px;
    overflow-y: auto;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.show-menu-account {
    left: 0!important;
}
.light-line {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    display: flex;
    height: 1px;
    background-color: rgb(199 160 104 / 36%)!important;
}
.header-links-link {
    color: #c7a068!important;
    font-size: 14px;
    display: block;
    margin-bottom: 17px;
}
.svg-gray {
    box-sizing: border-box;
    margin: 0px 0px 0px 10px;
    min-width: 0px;
    color: rgb(132, 142, 156);
    width: 24px;
    height: 24px;
    font-size: 24px;
    fill: rgb(132, 142, 156);
}
#topDetailCall{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: white;
    height: 40px;
    border-bottom: 1px solid rgba(190, 160, 104, 0.7);
    z-index: 10;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 15px;
}
.root-blog .post-list-item {
    position: relative;
    margin-bottom: 120px;
}
.root-blog .post-list-item figure {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.root-blog .post-list-item figure a {
    width: 100%;
}
.root-blog .post-list-item figure img {
    position: relative;
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 80vh;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.root-blog .post-list-item figure a:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05)
}
.root-blog .post-list-item .post-list-item-content {
    margin-top: 30px;
    width: 100%;
    position: relative;
}
.root-blog .post-list-item .post-list-item-content .post-info-date {
    margin-right: 20px;
}
.root-blog .post-list-item .post-list-item-content .post-info-top > div {
    position: relative;
    display: inline-block;
}
.root-blog .post-list-item .post-list-item-content .post-info-top a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.2px;
    word-spacing: 2px;
    margin-bottom: 20px;
    color: #000;
}
.root-blog .post-list-item .post-list-item-content h3 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
}
.root-blog .post-list-item .post-list-item-content h3 a{
    color: #000000;
}
.link-custom {
    margin-top: 30px;
}
.link-custom a {
    color: #c7a068;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid rgba(112, 112, 112, 0.1);
    border-radius: 40px;
    padding-right: 25px;
    -webkit-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
    display: inline-block;
}
.link-custom a:before {
    content: "\f054";
    font-family: "Line Awesome Free";
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 600;
    height: 30px;
    width: 30px;
    line-height: 33px;
    text-align: center;
    margin: 12px 20px;
    background-color: #c7a068;
    color: #fff;
    -webkit-transition: background 0.2s linear, color 0.2s linear;
    -o-transition: background 0.2s linear, color 0.2s linear;
    transition: background 0.2s linear, color 0.2s linear;
}
.link-custom a:hover{
    background: #c7a068;
    color: #fff;
}
.link-custom a:hover:before{
    background-color: #fff;
    color: #c7a068;
}
.link-custom a span {
    vertical-align: middle;
    white-space: normal;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 4px;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.dsn-pagination {
    position: relative;
    margin-top: 120px;
    margin-bottom: 120px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
}
.dsn-pagination .page-numbers {
    position: relative;
    font-size: 64px;
    font-weight: bold;
    margin-right: 30px;
    -webkit-transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
    -o-transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
    transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    color: #5e5e5e;
}
.dsn-pagination .page-numbers.current {
    color: #000;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}
.dsn-pagination .next .button-m {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 90px;
    height: 90px;
    margin-left: 10px;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.dsn-pagination .next .button-m:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 50%;
    background: #c7a068;
    -webkit-transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
    -o-transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
    transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.dsn-pagination .next .button-m svg {
    position: absolute;
    top: 0;
    left: -10%;
    fill: #000;
    z-index: 1;
    width: 30px;
    height: 100%;
    opacity: 1;
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    vertical-align: middle;
}
.dsn-pagination .next .button-m span {
    top: 38px;
    position: relative;
    display: block;
    z-index: 2;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    -webkit-transform: translateX(9%);
    -ms-transform: translateX(9%);
    transform: translateX(9%);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.news-content {
    position: relative;
    overflow: hidden;
}
.news-content .news-content-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.news-content .News-socials-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    width: 23%;
    padding-right: 30px;
}
.news-content .News-socials-wrapper .cat {
    display: block;
}
.news-content .News-socials-wrapper .title-caption {
    margin-bottom: 20px;
    font-size: 15px;
}
.news-content .News-socials-wrapper .cat a {
    display: block;
    text-decoration: none;
}
.news-content .News-socials-wrapper .cat a span {
    font-size: 12px;
    text-transform: uppercase;
    color: #090909;
    padding: 5px 15px;
    margin: 0 5px 5px;
    margin-rigth: 0;
}
.news-content .News-socials-wrapper .post-share ul li {
    list-style: none;
    margin-bottom: 10px;
}
.news-content .News-socials-wrapper .post-share ul li a {
    position: relative;
    text-decoration: none;
    -webkit-transition: color 670ms linear 417ms;
    -o-transition: color 670ms linear 417ms;
    transition: color 670ms linear 417ms;
}
.news-content .News-socials-wrapper .post-share ul li a {
    position: relative;
    text-decoration: none;
    -webkit-transition: color 670ms linear 417ms;
    -o-transition: color 670ms linear 417ms;
    transition: color 670ms linear 417ms;
}
.news-content .News-socials-wrapper .post-share ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    left: -0.025em;
    right: -0.075em;
    background: rgba(82, 83, 85, 0.19);
    background-size: 100% 100%;
    -webkit-transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
    -o-transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
    transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.news-content .News-socials-wrapper .post-share ul li a:hover:before {
    -webkit-transform: scale(1, 1.0) translateZ(0);
    transform: scale(1, 1.0) translateZ(0);
}
.news-content .News-socials-wrapper .post-share ul li a:hover:after {
    opacity: 0;
    -webkit-transition: 126.66667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 126.66667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 126.66667ms opacity
}
.news-content .post-content {
    position: relative;
    display: block;
    width: 77%;
    font-size: 1.2em;
    line-height: 2
}
.news-content .post-content > *:last-child, .news-content .post-content:last-child {
    margin-bottom: 0!important;
    font-family: Bellota, serif!important;
}
.news-content .post-content > * {
    margin-bottom: 30px!important;
}
.news-content .post-content > *:first-child, .news-content .post-content:first-child {
    margin-top: 0;
}
.news-content .post-content a {
    position: relative;
    text-decoration: none;
    -webkit-transition: color 670ms linear 417ms;
    -o-transition: color 670ms linear 417ms;
    transition: color 670ms linear 417ms;
    color: #c7a068!important;
}
.news-content .post-content p a {
    display: inline-block;
}
.news-content .post-content a:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 45%;
    left: -0.15em;
    right: -0.15em;
    background: rgba(82, 83, 85, 0.19);
    background-size: 100% 100%;
    -webkit-transition: 380ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 380ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 380ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0.98, 0) translateZ(0);
    transform: scale(0.98, 0) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: -1;
    background-repeat: repeat-x;
}
.news-content .post-content a:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    left: -0.025em;
    right: -0.075em;
    background: rgba(82, 83, 85, 0.19);
    background-size: 100% 100%;
    -webkit-transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
    -o-transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
    transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.news-content .post-content a:hover:before {
    -webkit-transform: scale(1, 1.0) translateZ(0);
    transform: scale(1, 1.0) translateZ(0);
}
.news-content .post-content a:hover:after {
    opacity: 0;
    -webkit-transition: 126.66667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 126.66667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 126.66667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
}
.news-content .post-content blockquote {
    font-size: 20px;
    font-family: serif;
    color: #090909;
    font-style: italic;
    padding: 10px 0 10px 15px;
    border-left: 1px solid #cacaca;
}
body.direction-rtl .news-content .post-content > *{
    font-family: yekan!important;
}
.post-content p, .post-content p span {
    font-size: 17px!important;
    font-family: Bellota, serif!important;
}
.product_content p{
    font-size: 17px!important;
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}
.top-slider .owl-next, .top-slider .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.top-slider .owl-next {
    left: 0;
    display: flex;
}
.top-slider .owl-prev {
    right: 0;
    display: flex;
}
.top-slider.owl-theme .owl-nav {
    margin-top: 0!important;
}
.owl-theme .owl-dots .owl-dot, .owl-theme .owl-nav [class*=owl-] {
    outline: 0!important;
    border: none;
}
.top-slider.owl-theme .owl-nav [class*=owl-] {
    border: none;
    padding: 4px 7px;
    background: 0 0;
    border-radius: 0;
    height: 100%;
}
/* ********* Media ********* */
@media (max-width: 1280px) {
    .flex-item-right, .flex-item-left {
        top: 0;
        left: 0;
        right: 0;
    }
    .w-50-lg {
        width: 100%;
    }

    .position-absolute-lg {
        position: static;
    }
}

/* Ipad Mode */
@media (max-width: 1000px) {
    .section-title-text .text {
        font-size: 3.5em;
    }

    .section-title-text {
        top: -40%;
    }
}

/* Phone Mode */
@media (max-width: 992px) {
    #mobileHeader{
        position: fixed;
        top: 40px;
        z-index: 10000;
    }
    #topDetailCall{
        position: fixed;
        z-index: 10000;
    }
    .root-work .projects-list .item{
        width: 100%;
    }
    .root-work .projects-list .item{
        margin-top: 30px!important;
    }
    .dots{
        right: 0;
        left: 0;
        top: calc(100% - 200px);
        width: 100%;
    }
    .intro-about .img-box .img-cent .img-container,.intro-about .background-mask{
        position: relative;
        width: 100%;
    }
    .intro-about .img-box{
        padding: 10px;
    }
    .box-info-contact ul li span{
        display: block;
    }
    .entry{
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .news-content .news-content-inner{
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .news-content .post-content, .news-content .News-socials-wrapper{
        width: 95%;
        margin: auto;
    }
    .news-content .News-socials-wrapper{
        padding-right: 0;
    }
    .news-content .News-socials-wrapper .post-share ul li{
        display: inline-block;
    }
    .post-content img{
        width: 100% !important;
        height: auto!important;
    }
}
/* Phone Mode */
@media (max-width: 766px) {
    .section-title-text {
        display: none;
    }

    .section-title-text-main {
        left: 0;
    }
}