.YekanBakh,
body {
    font-family: YekanBakh
}

.bold,
.number-card {
    font-weight: 700
}

.pointer,
.toggle {
    cursor: pointer
}

.number-card,
.title-slider h1 span {
    -webkit-text-fill-color: transparent
}

@font-face {
    font-family: monestrrat;
    font-style: normal;
    font-weight: 400;
    src: url("./../fonts/Montserrat-Bold.woff") format("woff")
}

@font-face {
    font-family: monestrratEx;
    font-style: normal;
    font-weight: 400;
    src: url("./../fonts/Montserrat-ExtraLightItalic.woff") format("woff")
}

@font-face {
    font-family: monestrratl;
    src: url("../fonts/Montserrat-ExtraLight.woff")
}

@font-face {
    font-family: YekanBakhBold;
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/fonts-bakh/YekanBakh-Bold/@font-face/41e49eab42867016423011dccc96c22a.woff")
}

@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/fonts-bakh/YekanBakh-Regular/YekanBakh-Regular.eot")
}

@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/fonts-bakh/YekanBakh-Regular/@font-face/7296ae79f6faca68798b00fbbbee4c22.woff")
}

.monestrratEx {
    font-family: monestrrat !important
}

.mahan-text,
.monestrrat {
    font-family: monestrratl
}

body {
    color: #fff;
    background: #0e110f
}

a {
    text-decoration: none;
    transition: .3s ease-in-out
}

a:active,
a:focus,
a:hover {
    color: #bb8a19 !important
}

.f-30 {
    font-size: 30px
}

.text-justify {
    text-align: justify !important
}

.f-20 {
    font-size: 20px
}

.z-index-1 {
    z-index: 100
}

.z-index-2 {
    z-index: 200
}

.bg-gold {
    background: #d7a769
}

.text-main,
.text-main-wi {
    color: #d7a769 !important
}

.bg-secend {
    background: #000
}

.border-gold,
.card .card-body a {
    border: 1px solid #d7a769
}

.menu-arrow li a,
.toggle {
    display: flex;
    border-radius: 50%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .15)
}

.mahan-text {
    font-size: 10px;
    letter-spacing: 3px
}

.intro-bg,
.services-main-new,
header {
    background: #0e110f
}

.nav-menu .navbar-nav .nav-link,
.nav-menu .navbar-nav .nav-link.active {
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.border-2 {
    border-bottom: solid;
    border-image: linear-gradient(120deg, #4b4747, #d7a769) 5
}

.border-2 i,
.border-2 span {
    color: #000
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent !important
}

.menu-dropdown-items div li {
    margin: 20px 0;
    width: 18rem
}

.hoover-time:hover>.hoover-time {
    display: block;
    top: auto !important
}

.bg-banner {
    width: 100%;
    background-image: url("../images/bg-banner.webp");
    background-size: 100% 100%
}

.info-banner {
    padding: 180px 11px
}

.cards-border,
.e-line {
    height: 2px;
    background: -moz-linear-gradient(linear, left top, right top, from(#f7f3f1), to(#1d1c1c));
    background: -webkit-gradient(linear, left top, right top, from(#f7f3f1), to(#1d1c1c));
    background: linear-gradient(to right, #f7f3f1, #1d1c1c)
}

.menu-arrow {
    text-align: end;
    position: relative;
    height: 400px;
    display: flex;
    justify-content: end
}

.menu-arrow li {
    position: absolute;
    left: -60px;
    top: 100px;
    list-style: none;
    transform-origin: 200px;
    transition: .5s;
    transition-delay: calc(0.1s * var(--i));
    transform: rotate(0) translateX(150px) translateY(0)
}

.menu-arrow.menu-arrow.active li {
    transform: rotate(calc(360deg / 6 * var(--i)))
}

.menu-arrow li a {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #d7a769;
    transform: rotate(calc(360deg / -6 * var(--i)));
    color: #111;
    font-size: 24px;
    transition: .5s
}

.item-menu-arrow {
    padding: 20px
}

.menu-arrow li a:hover {
    color: #fff
}

.toggle {
    position: absolute;
    justify-content: center;
    align-items: center;
    z-index: 100;
    font-size: 2em;
    transition: 1.25s
}

.menu-arrow.active .toggle {
    transform: rotate(315deg)
}

.intro-img {
    height: 334px;
    width: 100%
}

.intro-img img {
    position: absolute;
    top: -98px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: auto
}

.intro-img div {
    font-family: monestrrat;
    background: rgba(187, 108, 5, .644);
    top: 34px;
    right: -50px;
    padding-bottom: 57px;
    font-weight: 900
}

.intro-img div p {
    margin-top: -20px;
    font-size: 18px;
    margin-left: 40px;
    font-family: monestrratEx
}

.services-bg-linear {
    background: -moz-linear-gradient(linear, left top, bottom right, from(#0e110f), to(#1d1d1d));
    background: -webkit-gradient(linear, left top, bottom right, from(#0e110f), to(#1d1d1d));
    background: linear-gradient(to bottom, #0e110f, #1d1d1d)
}

.services-img img {
    padding: 15px;
    border-left: 8px solid #282828
}

.ellipse-services-img {
    margin-top: -115px
}

.cards-shadow .card .card-img-overlay h5,
.cards-shadow-2 .card .card-img-overlay h5,
.services-info .row .col-9 {
    font-size: 16px
}

.star-phase-tow img:first-child {
    margin-top: -60px
}

.star-phase-tow img:last-child {
    margin-bottom: -250px
}

.star-img {
    animation: 2.9s infinite mystar
}

@keyframes mystar {
    0% {
        opacity: .556
    }
    50% {
        opacity: .2131px
    }
    80% {
        opacity: .84456px
    }
    100% {
        opacity: .645px
    }
}

.info-p-card {
    height: 75px;
    overflow: auto
}

.info-p-card::-webkit-scrollbar {
    display: none
}

.number-card {
    font-size: 40px;
    background: -webkit-linear-gradient(#f7f3f1, #1d1c1c)
}

.about-us-bg,
.article-bg-cata,
.bg-banner-se,
.cards-pro-bg,
.contact-us-pro,
.counseling-us-bg,
.header-bg-cata,
.news-bg,
.pages-bg-cata,
.video-bg {
    background-repeat: no-repeat
}

.border-top-card {
    border: 0;
    border-top: 2px solid;
    border-image: linear-gradient(90deg, #cac6bf, #1c1c1c) 5
}

.about-us-info p:last-of-type,
.cards-shadow .card .card-img-overlay p,
.cards-shadow-2 .card .card-img-overlay p,
.contact-us>ul {
    font-size: 14px
}

.about-us-bg>div {
    padding-top: 80px
}

.ellipse-about-us-img {
    right: 0;
    top: -105px;
    transform: rotate(1deg)
}

.about-us-bg {
    margin-top: 100px;
    background-image: url("../images/about-us-bg.webp")
}

.card-products:hover {
    border: 1.3px solid #d7a769;
    cursor: default;
    transition: 1.3s
}

.card-products {
    transition: .5s
}

.card-img-products {
    border: 0;
    border-top: 5px solid;
    border-image: linear-gradient(80deg, #292c31 10%, #d7a769 40%, #292c31 90%) 1
}

.card-info-text {
    height: 200px;
    overflow: auto
}

.card-info-text::-webkit-scrollbar {
    display: none
}

.card-img-products img {
    margin: 25px auto auto;
    transition: 1s
}

.news-bg {
    background-image: url("../images/news-bg.webp");
    background-position-x: right;
    z-index: 200
}

.info-news {
    padding-top: 200px
}

.card-news .card-body h5 {
    font-size: 15px;
    font-weight: 700;
    margin: 20px 0
}

.card-news .card-body p:last-of-type {
    color: #fff;
    line-height: 2;
    font-size: 11px
}

.ellipse-news {
    left: 0
}

.trust {
    margin-top: 150px
}

#trust-logo {
    width: 100%;
    max-width: 100%;
    margin: auto
}

.comment-phase {
    margin-top: 13rem
}

.h-line {
    height: 25px;
    background: #1b1b1b;
    width: 80%;
    margin: auto
}

.v-img {
    margin: auto auto 10px;
    width: 50px;
    text-align: center;
    border-radius: 50%;
    background: -moz-linear-gradient(linear, top, bottom, from(#d7a769), to(#1d1c1c));
    background: -webkit-gradient(linear, left top, right top, from(#d7a769), to(#1d1c1c));
    background: linear-gradient(to bottom, #d7a769, #1d1c1c)
}

.v-img img {
    padding: 15px
}

.circle-div {
    overflow: hidden
}

.circle-div img {
    border-radius: 50%;
    padding: 2px;
    border: 1px solid #d7a769
}

.criclebase-right div:first-child img {
    padding: 1px;
    border-bottom: none;
    border-left: none
}

.criclebase-right div:last-child img {
    width: 35px;
    height: 35px;
    margin-right: 176px;
    padding: 1px;
    border-bottom: none;
    border-right: none
}

.criclebase-right div:nth-child(2) img {
    border-bottom: none !important;
    border-right: 0;
    padding: 5px
}

.criclebase-left div:first-child {
    justify-content: space-evenly;
    margin-left: 135px
}

.criclebase-left div:first-child img {
    width: 50px;
    border-bottom: none
}

.criclebase-left div:nth-child(2) {
    justify-content: end;
    margin-left: 70px
}

.criclebase-left div:nth-child(2) img {
    border-top: none !important;
    border-bottom: none;
    width: 40px
}

.criclebase-left div:nth-child(3) {
    justify-content: center;
    margin-left: 70px;
    margin-top: 80px
}

.criclebase-left div:nth-child(3) img {
    width: 60px;
    border-bottom: none;
    border-right: none
}
.gallery-item p {
    line-height: 30px
}

.ellipse-comment {
    background-image: url("../images/bg-commend.webp");
    background-repeat: no-repeat
}

.copyright div:first-child {
    line-height: 1px
}

.main-header-title img {
    display: block;
    margin: auto
}

.main-header-title h1 {
    margin-top: -152px;
    margin-bottom: 100px
}

.services-bg-img {
    background-image: url("../images/services-bg-img.webp") !important;
    background-repeat: no-repeat !important;
    background-size: 100% 80% !important
}

@media only screen and (max-width:1024px) {
    .services-bg-img {
        background-size: contain !important
    }
    .ellipse-about-us img {
        width: 65px
    }
}

.hero-services,
.services-main {
    background: #1a1a1a
}

.lh-3 {
    line-height: 3.5
}

.titer-info-banner {
    font-size: 20px !important
}

.title-info-heading-banner {
    font-size: 22px !important;
    margin-bottom: -11px !important
}

.titer-info {
    color: #d7a769;
    font-size: 16px;
    font-weight: 400
}

.title-info-heading {
    color: #fff;
    line-height: 1.6em;
    font-weight: 400
}

.title-info-text {
    color: #fff;
    font-size: 14px;
    line-height: 1.6em
}

h6.title-heading {
    position: relative;
    display: inline-block;
    padding-left: 70px;
    padding-right: 70px;
    margin-top: 10px
}

.title-heading {
    padding: 0;
    margin: 0
}

h6.title-heading::before {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #d7a769), color-stop(35%, #d7a769), color-stop(65%, #d7a769), to(transparent));
    background: -webkit-linear-gradient(left, #d7a769 0, #d7a769 35%, #d7a769 65%, transparent 100%);
    background: -o-linear-gradient(left, #d7a769 0, #d7a769 35%, #d7a769 65%, transparent 100%);
    background: linear-gradient(to right, #d7a769 0, #d7a769 35%, #d7a769 65%, transparent 100%)
}

h6.title-heading::before,
h6.title-heading:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 1px
}

h6.title-heading::after {
    left: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #d7a769), color-stop(35%, #d7a769), color-stop(65%, #d7a769), to(transparent));
    background: -webkit-linear-gradient(right, #d7a769 0, #d7a769 35%, #d7a769 65%, transparent 100%);
    background: -o-linear-gradient(right, #d7a769 0, #d7a769 35%, #d7a769 65%, transparent 100%);
    background: linear-gradient(to left, #d7a769 0, #d7a769 35%, #d7a769 65%, transparent 100%)
}

.title-div {
    -webkit-transition: background .3s, border .3s, border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-box-shadow .3s;
    -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s
}

.hero-services {
    margin-top: 100px;
    padding-bottom: 30px
}

.card-img-rounded {
    border-radius: 10%
}

.card-img-overlay-1 {
    position: absolute;
    bottom: 2px;
    text-align: center;
    top: inherit !important
}

.card-img-overlay p.card-text {
    color: #cecece
}

.down-to-up-1 button {
    font-size: 11px
}

.cards-text {
    transition: .45s ease-in-out
}

.cards-start:hover>.cards-text {
    transform: translateY(-45px);
    transition: .45s ease-in-out
}

.down-to-up-1 {
    position: absolute;
    top: 102.5%;
    right: 0;
    left: 0;
    opacity: 0;
    transition: opacity .25s, transform .25s;
    transform: translateY(10px)
}

.item:hover .down-to-up-1 {
    opacity: 1;
    transition: opacity .4s, transform .4s;
    transform: translateY(-25px)
}

.comment-phase-services {
    background-image: url("../images/bg-comment.webp")
}

.down-to-up-2 {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    opacity: 0;
    transition: opacity .86s, transform .56s;
    transform: translateY(100%);
    background: #000
}

.card-img-overlay-2 {
    position: absolute;
    bottom: -27px;
    text-align: center;
    top: inherit !important
}

.cards-shadow-2:hover .down-to-up-2 {
    opacity: 1;
    transition: opacity .4s, transform .4s;
    transform: translateY(-30%)
}

.list-line::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background-color: #d7a769;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .5s
}

.list-line:hover::after {
    transform: scaleX(1);
    transform-origin: left
}

.bg-dark-linear {
    background: #010102
}

.footer-bg,
.span-v-line {
    background-color: #d7a769
}

.bg-banner-about-us {
    background-image: url("../images/bg-banner-about-us.webp");
    background-size: 100% 100%
}

.bg-banner-about-us .container .info-banner .col-lg-6 h1 {
    font-size: 42px;
    font-weight: 800;
    position: relative
}

.icon-media {
    font-size: 50px;
    width: 60px;
    height: 60px
}

.true-side-img {
    height: 500px
}

.border-accordion {
    border: 1px solid gray
}

.border-accordion button {
    border-bottom: 1px solid gray
}

.span-v-line {
    margin-right: 5px;
    display: inline-block;
    width: 50px;
    height: 3px
}

.footer-bg {
    background-image: url("../images/promo-bg-footer.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 120px;
    padding: 30px 0
}

.footer-bg>div>div>a {
    padding: 10px 50px
}

.bg-liner-accardion {
    background: #212529
}

.ellipse-about-us {
    position: absolute;
    right: 1%;
    left: 0;
    bottom: 100%
}

.ellipse-about-us img {
    transform: rotate(45deg)
}

.bg-ac {
    background-color: #212529 !important
}

.bg-true-side {
    background-image: url("../images/news-bg.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%
}

.bg-banne-contact {
    background-image: url("../images/contactus-background.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.banner-info-cantact {
    text-align: center;
    line-height: 2
}

.f-50 {
    font-size: 40px
}

.bg-brown {
    background: #291e08
}

.headphone-img {
    margin-top: -120px
}

.intro-bg-se,
.main-pro,
.main-serv {
    background-color: #000
}

.bg-banner-se {
    width: 100%;
    height: 80.9vh;
    background-image: url("../images/bg-banner-se.webp");
    padding: 10.5em 0;
    background-position: center;
    background-size: 90% 100%
}

.cards-pro-bg,
.main-content-bg,
.video-bg {
    background-size: contain
}

.info-banner-services {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 33px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.info-banner-services h1 {
    font-family: YekanBakhBold
}

.info-banner-services:first-child h2 {
    font-size: 3rem
}

.manti-group {
    background-color: #e5e5e5
}

.manti-group-img {
    display: inline-block;
    text-align: center;
    padding: 20px 0
}

.manti-gp {
    border-left: 3px solid #bde0df;
    padding: 0 75px
}

.main-content-bg {
    background-image: url("../images/main-content-bg-1.webp");
    background-color: #000
}

.bg-lego,
.cards-pro-bg,
.video-bg-col {
    background-color: #111213
}

.main-content-bg .info-cards img {
    width: 100px
}

.hero-info,
.main-info {
    padding: 50px 0
}

.info-cards {
    width: 100%;
    max-width: 65%;
    margin: auto;
    padding: 70px 0;
    border: 0;
    border-bottom: 4px solid;
    border-image: linear-gradient(93deg, #000000 20%, #706f6e 51%, #000000 83%) 1
}

.hero-border-grad,
.hero-border-grad-l {
    border-image: linear-gradient(to top, #1d1c1c, #26a3a3, #1d1c1c) 5
}

.f-info {
    width: 80%;
    margin: auto;
    font-size: 18px !important
}

.bg-banner-p-asset,
.bg-banner-serv,
.video-pro {
    width: 100%
}

.text-cards-info p {
    text-align: justify;
    font-size: 1rem;
    color: #e2dede
}

.card-link {
    border: 1px solid #25a2a2 !important;
    color: #fff;
    font-size: 15px;
    transition: .8s
}

.card-link:hover {
    background-color: #25a2a2;
    color: #fff !important;
    border: 1px solid #fff !important
}

.customer h2 {
    font-size: 1.8rem;
    font-weight: bolder;
    color: #d7a769;
    padding: 20px 0
}

.customer img {
    width: 85%
}

.mb-section {
    margin-bottom: 8.5rem
}

.mt-section {
    padding-top: 2.5em !important
}

.info-banner-pro {
    padding: 150px 0 0
}

.title-pro h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 25px
}

.att-pro {
    padding-right: 40px
}

.video-bg {
    height: 40em;
    background-image: url("../images/bg-video.webp");
    background-position: 120%
}

.video-pro {
    max-height: 460px;
    margin: auto
}

.video-product {
    text-align: center;
    width: 60%;
    margin: auto
}

.video-pro .video-product video {
    height: 360px;
    margin-top: -28px
}

.card-img-product {
    margin-top: 20px
}

.card-product {
    border-radius: 27px
}

.input-control,
.input-control button {
    border-radius: 10px !important
}

.cards-pro-bg {
    padding-bottom: 3em;
    background-image: url("../images/cards-pro-bg.webp");
    background-position: -16em 8em
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    background-image: url("../images/down-arrow.webp")
}

.accordion-button:focus {
    box-shadow: none
}

.contact-us-pro {
    margin-top: -120px;
    background-image: url("../images/bg-contact-r.webp");
    background-size: 200% 100%
}

.input-control button {
    padding: 10px 5px;
    font-size: 18px
}

.input-control input,
.input-control textarea {
    border-radius: 10px !important;
    transition: .6s;
    padding: 20px 5px
}

.input-control input:focus,
.input-control textarea:focus {
    transition: .5s;
    box-shadow: -1.1px -1.1px 13px .1rem #d39d4d
}

.call-us {
    display: flex;
    justify-content: center
}

.call-us div {
    margin: 0 10px;
    height: 50px;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    border-radius: 12px;
    color: #010102;
    background-color: #f7f3f1
}

.box-size-call {
    text-align: center;
    max-height: 40px;
    max-width: 375px;
    width: 100%
}

.active-call {
    background-color: #26a3a3 !important;
    color: #f7f3f1 !important
}

.bg-comment-pro {
    padding: 90px 0;
    background-image: url("../images/Abstract_digital_wave_of_particles_background.webp");
    background-size: contain
}

.card-comment-pro {
    cursor: grab;
    border-radius: 50px;
    margin: auto;
    width: 100%;
    max-width: 330px
}

.info-banner-serv {
    position: absolute;
    bottom: 50%;
    right: 60%
}

.info-banner-serv h1 {
    font-size: 4rem
}

.counseling-us-bg {
    background-image: url("../images/img-singel-services/bg-counseling-us-serv.webp");
    background-size: cover;
    background-position-y: 20%
}

.bg-card-img-serv img {
    position: absolute;
    right: 16%
}

.line-y-cards {
    border-radius: 15px;
    position: relative
}

.line-y-cards::after,
.line-y-cards::before {
    content: "";
    height: 6px;
    width: 80%;
    border-radius: 2px;
    opacity: .799;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #d7a769;
    background-color: #d7a769
}

.line-y-cards::before {
    bottom: -1%
}

.line-y-cards::after {
    top: 1%
}

.icon-serv {
    font-size: 3.5rem;
    color: #26a3a3
}

.hero-card {
    opacity: .89;
    background-color: #7d613d
}

.rounded-4 {
    border-radius: 20px
}

.top-project {
    border-radius: 25px;
    margin-bottom: 5rem
}

.hero-border-grad {
    border: 0;
    border-right: 2px solid;
    border-left: 2px solid
}

.bg-desing-wdp {
    background: -moz-linear-gradient(linear, right top, left bottom, from(#13004d), to(#00002a));
    background: -webkit-gradient(linear, right top, left bottom, from(#13004d), to(#00002a));
    background: linear-gradient(to left, #13004d, #00002a)
}

.pos-left {
    background-position: -37em 8em !important
}

.title-card-info {
    max-height: 100%;
    height: 127px;
    background-color: #212529;
    padding: 35px 10px;
    margin-top: -40px;
    text-align: center;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px
}

.hero-border-grad-l {
    border: 0;
    border-left: 2px solid
}

.intro-text-m-w {
    width: 100%;
    max-height: 160px;
    overflow: auto;
    padding: 10px
}

.intro-text-m-w::-webkit-scrollbar {
    width: 6px;
    background-color: #a9a9a9;
    border-radius: 15px
}

.intro-text-m-w::-webkit-scrollbar-thumb {
    background-color: #26a3a3;
    border-radius: 15px
}

@media only screen and (max-width:578px) {
    .manti-group {
        height: 28px;
        background-image: url("../images/mb-light.webp");
        background-size: contain
    }
    .diyagram img {
        margin-top: -20px;
        width: 100% !important
    }
    .title-pro h2 {
        font-size: 1.2rem;
        text-align: center
    }
    .call-us {
        width: 80%;
        margin: auto
    }
}

@media only screen and (max-width:767.98px) {
    .bg-banner-services {
        background: #000 !important
    }
    .video-bg {
        height: auto
    }
    .info-banner {
        padding: 30px 11px
    }
    .ellipse-services-img {
        margin-top: -20px
    }
    .ellipse-services-img img {
        width: 30px
    }
    .services .row div ul {
        text-align: center
    }
    .services-info {
        text-align: justify
    }
    .comment-phase {
        margin-top: 0
    }
    .copyright div:first-child {
        line-height: 13px
    }
    .footer-bg {
        padding: 0
    }
    .footer-bg div div {
        display: block !important;
        text-align: center
    }
    .bg-banner-se {
        padding: 0;
        transform: none;
        background-size: cover
    }
    .bg-banner-p-asset {
        background-image: none !important
    }
    .info-banner-pro {
        padding-top: 30px !important
    }
    .info-banner-serv {
        position: absolute !important;
        right: 18% !important;
        bottom: 44% !important
    }
    .info-banner-serv h1 {
        font-size: 1.1rem !important;
        text-align: end !important
    }
    .info-banner-serv .intro-text {
        width: 77% !important;
        margin-right: auto !important
    }
    .info-banner-serv .intro-text h4 {
        font-size: .8rem !important
    }
    .pos-left {
        padding-top: 15px
    }
}

@media only screen and (max-width:997.99px) {
    .star-phase-one {
        text-align: end
    }
    .star-phase-one img {
        width: 30px
    }
    .star-phase-tow {
        display: flex;
        justify-content: space-around
    }
    .star-phase-tow img {
        margin: 0 !important
    }
    .ellipse-about-us-img div img,
    .ellipse-comment img,
    .ellipse-news img {
        width: 50px
    }
    .manti-gp {
        padding: 0
    }
    .info-cards {
        max-width: 100%
    }
    .main-info>div .info-cards>.card>div>div>.card-body p {
        font-size: .76rem;
        line-height: 2.2
    }
    .customer h2 {
        font-size: 1rem
    }
    .customer img {
        width: 100%
    }
    .bg-banner-p-asset {
        background-size: cover;
        background-position: 0
    }
    .video-pro .video-product video {
        height: auto;
        margin-top: 17px
    }
    .info-banner-serv {
        position: absolute;
        bottom: 37%;
        right: 50%
    }
    .info-banner-serv h1 {
        font-size: 3rem
    }
    .info-banner-serv .intro-text h4 {
        font-size: 1.2rem
    }
    .hero-border-grad {
        padding-top: 15px;
        border-top: 2px solid;
        border-bottom: 2px solid;
        border-image: linear-gradient(to right, #1d1c1c, #26a3a3, #1d1c1c) 5
    }
}

@media only screen and (min-width:998px) {
    .menu-arrow .toggle img {
        width: 219px !important
    }
    .menu-arrow {
        padding-left: 60px
    }
    .menu-arrow li {
        left: -20px;
        top: 90px;
        transform-origin: 191px
    }
    .menu-arrow li a {
        width: 33px;
        height: 33px
    }
    .intro-bg {
        margin-bottom: 10rem
    }
    .info-banner-serv {
        position: absolute;
        bottom: 40%;
        right: 50%
    }
}

@media only screen and (max-width:1023.98px) {
    .info-banner-services {
        display: block;
        padding-right: 0;
        line-height: 6;
        padding-top: 80px
    }
    .info-banner-services img {
        width: 20vw
    }
    .info-banner-services h1,
    .info-banner-services h2 {
        font-size: 1.2rem !important
    }
    .img-intro-bg {
        display: none
    }
}

@media only screen and (max-width:1200px) {
    .intro-img div {
        top: 34%;
        right: -64px
    }
}

@media only screen and (min-width:1200px) {
    .media-group {
        padding: 50px 115px
    }
    .title-slider h1 {
        font-size: 3.5rem
    }
    .info-banner-serv {
        position: absolute;
        bottom: 40%;
        right: 50%
    }
    .intro-img div {
        top: 40%;
        right: -80px
    }
    .hero-card {
        padding: 70px
    }
}

.dir-email {
    direction: rtl
}

.dir-email:focus {
    direction: ltr
}

.info-product-text {
    line-height: 2.5;
    position: relative
}

.info-product-text:after {
    content: "";
    width: 100%;
    height: 2.5;
    background: linear-gradient(90deg, #343a40 40%, transparent);
    position: absolute;
    bottom: 0;
    right: 0
}

.fix-img img {
    max-width: 100% !important;
    height: auto !important
}

.title-cata-footer,
figure {
    text-align: center
}

@media (min-width:1400px) and (max-width:1900px) {
    .intro-img div {
        top: 48% !important;
        right: -92px
    }
}

.bg-banner-services {
    width: 100%;
    height: 60vw;
    background-image: url("../images/slider-services.webp");
    background-size: 100% 100%
}

.title-slider h1 {
    font-weight: 700;
    color: #c9a742
}

.title-slider h1 span {
    background: linear-gradient(42deg, #c9a742, #bbac7e, #fff);
    -webkit-background-clip: text;
    background-clip: text
}

.last-info-slider-new p:first-child {
    color: #c19d45
}

.last-info-slider-new p:last-child {
    background: rgba(108, 108, 108, .8);
    border-radius: 15px;
    padding: 6px 10px 10px;
    margin: auto;
    display: inline-block
}

.hero-services-new {
    margin-top: -47px;
    background: #0e110f;
    padding-bottom: 30px
}

.title-heading-new {
    display: inline-block;
    border-radius: 15px;
    padding: 16px 29px 17px 28px;
    background-color: rgba(84, 71, 41, .8)
}

.border-desn::after,
.border-rad-new {
    border-top-right-radius: 50px
}

.border-desn::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    background: linear-gradient(180deg, #aa8a3f, transparent, transparent);
    -webkit-mask: linear-gradient(#aa8a3f 0 0) content-box, linear-gradient(#aa8a3f 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none
}

.cards-shadow-2:hover>div>a:first-child img {
    display: none
}

.cards-shadow-2:hover>div>a>img.d-none {
    display: block !important
}

.side-contact {
    z-index: 999;
    position: fixed;
    bottom: 5%;
    right: 0;
    background-color: #ffffffff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transform: translate(100%, 0);
    transition: 1s
}

.side-contact .side-contact-small ul li {
    border-bottom: 1px solid #ccc;
    padding: 10px
}

.side-contact .side-contact-small ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000
}

.side-contact .side-contact-small ul li a i {
    font-size: 25px
}

.info-services-cards {
    text-align: center;
    border: 1px solid #aa8a3f;
    border-top: 0;
    margin-top: 10px
}

.header-bg-cata {
    background-image: url("../images/cata-img/bg-right-cata.webp");
    background-size: contain;
    background-position: right
}

.article-bg-cata {
    background-image: url("../images/cata-img/bg-left-cata.webp");
    background-size: contain;
    background-position: -3%
}

.pages-bg-cata {
    background-image: url("../images/cata-img/pages-bg-cata.png");
    background-size: 20%;
    background-position: 103%
}

.our-products-list {
    border-radius: 15px;
    border: 1px solid #26a3a3;
    max-width: 70%;
    padding: 5px;
    margin: auto
}

.title-cata-footer h2 {
    font-weight: 700;
    font-size: .87rem
}

@media (max-width:1390px) {
    .offer-product-img-info {
        margin: -15px 0 0 -15px
    }
}



/* *******************************************************************************************************************
MantiWall-Purchase
******************************************************************************************************************* */
.main-content{
    width: 100%;
    height: 100vh;
    background-image: url("../images/mantiwall/blur-bg\ \(1\).jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.expired-box{
    padding-top: 3rem;
}
.expired-box-log{
    padding-top: 3rem;
    max-width: 400px;
    margin: auto;
}
.expired-box-header{
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../images/mantiwall/star-network.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.form-control:focus{
    box-shadow:0 0 0 0.25rem #21a4a457!important
}
.expired-box-form{
    background-color: rgba(0, 0, 0, 0.479);
}
.bg-manti{
    background-color: #21A4A4!important;
}
@media only screen and (min-width:1900px) {
.expired-box{
    max-width: 750px;
    }
}
.expired-box-info{
    border:2px solid #21A4A4!important ;
}
.expired-box-acc::after, .expired-box-acc:not(.collapsed)::after{
    background-image: url("../images/mantiwall/arrow-down-m.png")!important;
}
.swal2-icon.swal2-error.swal2-icon-show{
  margin-bottom:10px!important;
}
.input-location > input{
/* padding: 0.9rem 0.75rem!important; */
padding-top: 20px!important;
height: calc(2.9rem + 2px)!important;
}
.input-location > label{
    display: flex;
    align-items: center;
}
.expired-w{
  max-width:600px!important;
}
.next-ellipse{
  position:relative;
}
.next-ellipse > img{
  position:absolute;
  top:-60px;
  width:8%;
}
#trust-logo img{
    -webkit-filter: grayscale(100%);
        /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
        transition: .8s;
}
#trust-logo img:hover{
        transition: .8s;
    -webkit-filter: grayscale(0%);
        /* Safari 6.0 - 9.0 */
        filter: grayscale(0%);
}
.logo-base{
            background: #d7a769;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 100px;
            padding: 0 45px;
            max-height: 237px;
}
.logo-base .owl-stage{
    display: flex;
    align-items: center;
}
.a-mt{    
    color: #d7a769!important;
    border: 0;
    font-weight: 600;}