#green_download {
    background-color: #63c217
}

#mobile-menu {
    color: #fff;
    cursor: pointer;
    font-size: 34px
}

#mobile-menu img {
    width: 40px
}

#myket_download {
    background-color: #00b0ff
}

#play_download {
    background-color: #fff
}

* {
    box-sizing: border-box
}

.about-section h3 {
    font-size: 30px
}

.about-section p {
    font-size: 16px
}

.about-section-card-content {
    padding: 18px
}

.about-section-card-content h3 {
    font-size: 21px;
    font-weight: 600
}

.about-section-card-content p {
    font-size: 14px;
    font-weight: 400
}

.about-section-card-image {
    background: #eee;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.17);
    margin-bottom: -30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -50px;
    width: 90%;
    text-align: center;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-section-card-image img {
    border-radius: 10px;
    max-width: 310px;
    width: 240px;
    height: auto;
}

.services_section2 img {
    width: 250px;
    height: auto;
}

.arrow-down {
    bottom: 32px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 50%)
}

.arrow-down img {
    margin-bottom: -30px;
    max-width: 90px
}

.arrow-icon {
    background-image: url(../img/arrow-icon.svg);
    display: inline-block;
    height: 11.089px;
    margin: 0 10px;
    width: 6.85px
}

.arrow-icon i {
    margin-right: 5px
}

.arrow-icon-gray {
    background-image: url(../img/arrow-icon-gray.svg);
    display: inline-block;
    height: 11.089px;
    margin: 0 10px;
    width: 6.85px
}

.bank-section-box {
    box-shadow: 0 0 34px -3px #cccccc9c;
    height: 77px
}

.bank-section-row {
    position: relative;
    top: 45px;
    z-index: 1
}

.bankSlider {
    bottom: 35px;
    position: relative
}

.bankSlider .swiper-wrapper .swiper-slide {
    width: 130px !important
}

.bankSlider img {
    max-width: 69%
}

.bankSlider-button-next {
    background: url(../img/arrow-icon.svg);
    cursor: pointer;
    height: 11px;
    left: 0;
    outline: 0;
    position: absolute;
    top: 75%;
    width: 7px;
    z-index: 100
}

.bankSlider-button-prev {
    background: url(../img/arrow-icon.svg);
    cursor: pointer;
    height: 11px;
    outline: 0;
    position: absolute;
    right: 0;
    top: 75%;
    transform: rotate(180deg);
    width: 7px;
    z-index: 100
}

.bg-dark-gray {
    background: #9a9a9aff
}

.bg-gray {
    background: #e2e2e2ff
}

.bg-light-gray {
    background: #ebebeb
}

.box_shadow {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.08) 0 5px 15px 10px
}

.btn-custom {
    border-radius: 10px;
    display: block;
    font-size: small;
    margin: 3px 0;
    padding: 10px !important;
    text-decoration: none;
    width: 100%;
    font-weight: 600;
}

.btn_pink {
    background-color: #f50057
}

.card-btn {
    background: #f50057ff;
    border-radius: 8px;
    color: #fff
}

.card-btn:hover {
    color: #fff
}

.card-line {
    background: #b1b1b1ff;
    height: 1px;
    margin: 0 auto;
    width: 95%
}

.copyright-section {
    font-weight: 700
}

.copyright-section p {
    position: relative;
    top: 25px
}

.distinction {
    width: 180px
}

.download_picture {
    top: 38px
}

.download_section {
    /*margin: 50px 0 0*/
}

.e-namd-logo {
    background: url(../img/namad.png) right center no-repeat;
    background-size: 250px;
    height: 150px;
    width: 100px
}

.footer-logo {
    position: relative;
    top: 30px
}

.footer-navbar li a {
    color: #454545ff;
    display: block;
    text-decoration: none
}

.footer-section {
    z-index: -1
}

.footer-widget-title {
    font-size: 18px;
    font-weight: 700;
    padding: 30px 70px 15px 0
}

.footer-widget-title::before {
    background: url(../img/footer-icon.svg) no-repeat;
    content: "";
    display: block;
    height: 7px;
    left: 55px;
    position: relative;
    top: 13px;
    width: 37px
}

.footerSwiper {
    bottom: 80px;
    position: relative
}

.footerSwiper-button-next {
    background: url(../img/arrow-icon-gray.svg);
    cursor: pointer;
    height: 11px;
    left: 0;
    outline: 0;
    position: absolute;
    top: 60%;
    width: 7px;
    z-index: 100
}

.footerSwiper-button-prev {
    background: url(../img/arrow-icon-gray.svg);
    cursor: pointer;
    height: 11px;
    outline: 0;
    position: absolute;
    right: 0;
    top: 60%;
    transform: rotate(180deg);
    width: 7px;
    z-index: 100
}

.fromLeft:after {
    transform-origin: 0 50%
}

.fromRight {
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    padding: 0 13px;
    font-weight: 500;
    font-size: 17px;
}

.fromRight:after {
    border-bottom: solid 2px #fff;
    content: "";
    display: block;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    transform-origin: 100% 50%
}

.fromRight:hover:after {
    transform: scaleX(1)
}

.get-started-btn {
    background: #fff;
    border-radius: 8px;
    color: #333;
    font-size: 13px;
    max-width: 150px;
    padding: 8px 14px;
    transition: .3s ease
}

.get-started-btn i {
    color: red
}

.get-started-btn:hover {
    background: #f50057ff;
    color: #fff
}

.get-started-btn:hover i {
    color: #fff
}

.header-image-section img {
    max-width: 30rem;
    width: 100%;
}

.header-image-section svg {
    left: 3rem;
    max-width: 34rem;
    position: absolute
}

.header-menu {
    margin-right: 60px;
    margin-top: -9px
}

.header-menu .active {
    border-bottom: solid 2px #fff;
    font-weight: 800
}

.header-menu .nvlink {
    border-bottom: 2px solid transparent
}

.header-menu a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 0 13px;
    text-decoration: none
}

.header-menu a:nth-child(2) {
    padding-right: 10px
}

.header-menu-mobile {
    background: #fff;
    box-shadow: 0 0 14px -3px #cccc;
    color: #000;
    height: 100vh;
    margin: 0;
    overflow-y: scroll;
    padding: 23px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    transform: translateX(-300px);
    transition: all .3s;
    width: 300px;
    z-index: 10
}

.header-menu-mobile .register-btn {
    color: #fff;
    display: flex !important;
    margin: 0 auto
}

.header-menu-mobile a {
    color: #000;
    display: block;
    font-size: 15px;
    padding: 14px;
    text-align: center;
    text-decoration: none
}

.header-menu-mobile-backdrop {
    background: rgba(0, 0, 0, 0.466);
    cursor: pointer;
    height: 100vh;
    margin: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .3s;
    visibility: hidden;
    width: 100vw;
    z-index: 9
}

.header-right-section {
    color: #fff;
    margin-right: 50px;
    padding: 70px 0
}

.header-right-section h1 {
    font-size: 50px;
    font-weight: 800;
    position: relative
}

.header-right-section h2 {
    font-size: 17px
}

.headerSwiper {
    padding-top: 43px
}

.headerSwiper .swiper-wrapper .swiper-slide {
    margin-top: 0
}

.height-0 {
    height: 0
}

.home_page {
    padding: 42px 48px 30px
}

.logo-link {
    padding: 0 !important;
    position: relative;
    top: -8px
}

.mySwiper {
    margin-bottom: 3rem
}

.mySwiper .swiper-wrapper .swiper-slide {
    margin-bottom: 40px
}

.pipe-dark-blue {
    background: #0c97d4
}

.pipe-dark-green {
    background: #58a619
}

.pipe-dark-red {
    background: #ca1f5b
}

.pipe-light-blue {
    background: #6bd8ff
}

.pipe-line {
    border-radius: 10px;
    display: inline-block;
    height: 20px;
    margin: 0 10px;
    width: 2px
}

.pluginDocsSwiper .swiper-wrapper .swiper-pagination {
    top: 200px
}

.pluginDocsSwiper .swiper-wrapper .swiper-slide {
    margin-bottom: 100px;
    margin-top: 40px
}

.register-btn {
    background: #f50057ff;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 25px;
    padding: 8px 14px
}

.register-btn:hover {
    color: #fff
}

.rounded-box {
    border-radius: 15px
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%
}

.social-media-navbar a {
    padding: 10px
}

.social-media-section {
    position: relative;
    top: 35px
}

.sw2 {
    padding-bottom: 2rem !important
}

.swiper {
    width: 100%
}

.swiper-pagination-bullet {
    border-radius: 50px;
    width: 10px
}

.swiper-pagination-bullet-active {
    background: #f50057;
    border-radius: 50px;
    height: 8px;
    transition: all .2s;
    width: 20px
}

.swiper-pagination-header {
    display: inline;
    height: 20px;
    position: absolute;
    right: -10px;
    top: 60px;
    width: 300px !important
}

.swiper-pagination-header > .swiper-pagination-bullet, .swiper-pagination-header > .swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1
}

.swiper-pagination-header > .swiper-pagination-bullet-active {
    width: 30px
}

.swiper-slide {
    margin-top: 80px;
    max-height: 600px
}

.text_center {
    text-align: center
}

::-webkit-scrollbar {
    height: 5px;
    width: 5px
}

::-webkit-scrollbar-thumb {
    background: #a1a1a1;
    border-radius: 50rem
}

::-webkit-scrollbar-thumb:hover {
    background: #333;
    border-radius: 50rem
}

::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 50rem
}

a {
    text-decoration: none !important
}

body {
    font-family: IranSans;
    font-weight: 400 !important;
    overflow-x: hidden;
    color: #454545ff;
    position: relative
}
footer a:hover {
    color: #f50057 !important
}

h1, h2, h3, h4, h5, h6 {
    font-family: YekanBakh
}

h4 {
    font-weight: 700
}

img {
    max-width: 100%
}

p {
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4rem
}

@media screen and (min-width: 1200px) {
    .header-image-section {
        position: absolute;
        top: 100px;
        left: 80px;
    }
}

@media screen and (max-width: 600px) {
    .copyright-section p {
        font-size: 12px;
        padding: 10px;
        top: 30px
    }

    .download_picture {
        top: -100px
    }

    .download_picture_section {
        height: 250px
    }

    .footer-logo {
        text-align: center
    }

    .footer-widget ul li {
        font-size: 13px
    }

    .header-menu > :not(.logo-link), .register-btn {
        display: none !important
    }

    .header-right-section {
        margin-right: 0
    }

    .header-right-section h1 {
        font-size: 40px !important
    }

    .swiper-pagination-header {
        right: -60px
    }
}

@media screen and (min-width: 600px) {
    .copyright-section p {
        font-size: 12px;
        top: 20px
    }

    .download_picture {
        top: -90px
    }

    .download_picture_section {
        height: 250px
    }

    .footer-logo {
        text-align: center
    }

    .footer-widget ul li {
        font-size: 13px
    }

    .header-menu > :not(.logo-link), .register-btn {
        display: none !important
    }

    .header-right-section {
        margin-right: 0
    }

    .swiper-pagination-header {
        right: -60px
    }
}

@media screen and (min-width: 780px) {
    .about-section {
        margin-top: -2rem !important;
        padding-top: 0 !important
    }

    .download_picture {
        top: -90px
    }

    .download_picture_section {
        height: 290px
    }

    .footer-widget ul li {
        font-size: 16px
    }

    .header-right-section {
        margin-right: 50px
    }

    .links {
        padding-left: 13%
    }

    .swiper-pagination-header {
        right: -10px
    }
}

.hero_logo {
    margin-top: -19px;
    max-width: 100%;
    width: 220px
}

@media screen and (max-width: 998px) {
    .hero_logo {
        margin-top: 10px
    }
}

@media screen and (min-width: 992px) {
    .copyright-section p {
        font-size: 16px;
        top: 30px
    }

    .footer-logo {
        top: 25px;
        width: 200px
    }

    .header-menu > :not(.logo-link) {
        display: inline-block !important
    }

    .left_sood {
        padding-left: 5rem
    }


    .register-btn {
        display: flex !important
    }
    .op-t1 {
        margin-top: 30px;
    }
    .op-t2{
        margin-top: 100px;
    }
}

@media screen and (min-width: 1200px) {
    .header-right-section h2 {
        white-space: nowrap
    }

    .pluginDocsSwiper {
        max-height: 680px;
        /*min-height:660px*/
    }
}

.head_text {
    color: #fff;
    margin-bottom: 2rem;
    padding-right: 5rem;
    padding-top: 0;
    text-align: right
}

.head_text h2 {
    font-size: 17px;
    font-weight: 500
}

.top_pagation {
    margin-top: -1rem
}

.headerTextCarouselItem {
    font-size: 35px;
    font-weight: 600;
}

@media screen and (max-width: 780px) {
    .about-section {
        margin-top: -3rem !important
    }

    .bank-section-row {
        margin-top: 6rem
    }

    .download_picture {
        margin-bottom: -24rem
    }

    .download_picture_section svg {
        margin-top: 8rem !important
    }

    .download_section {
        margin-top: 0 !important
    }

    .head_text {
        padding: 3rem
    }

    .head_text h2 {
        line-height: 1.8;
        padding: 0 !important
    }

    .header-image-section img {
        margin-top: 0;
        max-width: 21rem;
        position: relative
    }

    .header-image-section svg {
        left: 8px;
        margin-bottom: -5rem;
        margin-top: 0;
        max-width: 21rem;
        position: relative
    }

    .left_sood {
        margin-top: 3rem
    }

    .right_up_col {
        padding-bottom: 0 !important
    }

    .under_Slide {
        padding-right: 3rem !important
    }

    .under_Slide .carousel-indicators {
        margin-right: 3rem !important
    }
    .headerTextCarouselItem{
        font-size: 30px;
    }
}

.download_section {
    background: #9a9a9a;
    /*background:linear-gradient(153deg,#e2e2e2 0%,#ccc 100%)*/
}

.footer-section li {
    list-style-type: none
}

.footer-section ul {
    padding-right: 1rem
}

.footer-section ul a {
    margin: 5px 0;
    padding: 0;
    transition: .3s ease
}

.footer-section ul a:hover {
    color: #f50057 !important
}

.right_up_col {
    padding: 4rem .5rem;
    padding-bottom: 0px;
}

.social {
    font-size: 24px
}

.social a {
    padding: 0
}

.social i {
    color: #333;
    cursor: pointer;
    margin: 0 5px;
    transition: .3s ease
}

.social i:hover {
    color: #f50057
}

.sood {
    background: #e2e2e2;
    background: linear-gradient(153deg, #e2e2e2 0%, #ccc 100%)
}

.under_Slide {
    color: #fff;
    padding-bottom: 1rem !important;
    padding-right: 5rem;
    padding-top: 2rem
}

.under_Slide .carousel-control-next, .under_Slide .carousel-control-prev {
    display: none !important
}

.under_Slide .carousel-indicators {
    direction: rtl;
    padding: 0;
    text-align: right;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5rem;
    top: 0
}

.under_Slide .carousel-indicators .active {
    background: #f50057;
    border-radius: 11px !important;
    height: 10px !important;
    width: 30px !important
}

.under_Slide .carousel-indicators li {
    background: #fff;
    border: none !important;
    border-radius: 50%;
    height: 10px !important;
    margin: 0 2px;
    width: 10px !important;
    display: inline-block
}

svg#freepik_stories-performance-overview.animated #freepik--Character--inject-6 {
    animation: 3s Infinite linear floating;
    animation-delay: 0s
}

svg#freepik_stories-performance-overview.animated #freepik--Plant--inject-6 {
    animation: 1s 1 forwards cubic-bezier(0.36, -0.01, 0.5, 1.38) slideLeft;
    animation-delay: 0s
}

svg#freepik_stories-performance-overview.animated #freepik--Shadows--inject-6 {
    animation: 1s 1 forwards cubic-bezier(0.36, -0.01, 0.5, 1.38) slideUp, 3s Infinite linear floating;
    animation-delay: 0s, 1s
}

svg#freepik_stories-performance-overview.animated #freepik--Window--inject-6 {
    animation: 1s 1 forwards cubic-bezier(0.36, -0.01, 0.5, 1.38) slideDown, 1.5s Infinite linear floating;
    animation-delay: 0s, 1s
}

svg#freepik_stories-performance-overview.animated #freepik--magnifying-glass--inject-6 {
    animation: 3s Infinite linear floating;
    animation-delay: 0s
}

svg#freepik_stories-performance-overview.animated #freepik--speech-bubble--inject-6 {
    animation: 1s 1 forwards cubic-bezier(0.36, -0.01, 0.5, 1.38) slideDown, 1.5s Infinite linear heartbeat;
    animation-delay: 0s, 1s
}

svg#freepik_stories-performance-overview:not(.animated) .animable {
    opacity: 0
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        transform: inherit
    }
}

@keyframes floating {
    0% {
        opacity: 1;
        transform: translateY(0px)
    }

    100% {
        opacity: 1;
        transform: translateY(0px)
    }

    50% {
        transform: translateY(-10px)
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(-30px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-30px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes heartbeat {
    0% {
        transform: scale(1)
    }

    10% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }

    30% {
        transform: scale(1)
    }

    40% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    60% {
        transform: scale(1)
    }
}

svg#freepik_stories-online-transactions.animated #freepik--Money--inject-5 {
    animation: 3s Infinite linear floating;
    animation-delay: .5s
}

svg#freepik_stories-online-transactions.animated #freepik--Padlock--inject-5 {
    animation: 1.5s Infinite linear heartbeat;
    animation-delay: 0s
}

svg#freepik_stories-online-transactions.animated #freepik--device-1--inject-5 {
    animation: 3s Infinite linear floating;
    animation-delay: 0s
}

svg#freepik_stories-online-transactions.animated #freepik--device-2--inject-5 {
    animation: 3s Infinite linear floating;
    animation-delay: 0s
}

svg#freepik_stories-online-transactions.animated #freepik--screen-1--inject-5 {
    animation: 1.5s Infinite linear floating;
    animation-delay: 0s
}

svg#freepik_stories-online-transactions.animated #freepik--screen-2--inject-5 {
    animation: 1.5s Infinite linear floating;
    animation-delay: 0s
}

svg#freepik_stories-online-transactions:not(.animated) .animable {
    opacity: 0
}

@keyframes floating {
    0% {
        opacity: 1;
        transform: translateY(0px)
    }

    100% {
        opacity: 1;
        transform: translateY(0px)
    }

    50% {
        transform: translateY(-10px)
    }
}

@keyframes heartbeat {
    0% {
        transform: scale(1)
    }

    10% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }

    30% {
        transform: scale(1)
    }

    40% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    60% {
        transform: scale(1)
    }
}

.download_picture_section svg {
    margin-top: -12rem;
    max-width: 32rem
}

svg#freepik_stories-growing.animated #freepik--Coins--inject-11 {
    animation: 1.5s Infinite linear heartbeat;
    animation-delay: 0s
}

svg#freepik_stories-growing.animated #freepik--Plant--inject-11 {
    animation: 3s Infinite linear floating;
    animation-delay: 0s
}

svg#freepik_stories-growing.animated #freepik--character-1--inject-11 {
    animation: 1.5s Infinite linear floating;
    animation-delay: 0s
}

svg#freepik_stories-growing.animated #freepik--character-2--inject-11 {
    animation: 1.5s Infinite linear floating;
    animation-delay: 0s
}

svg#freepik_stories-growing:not(.animated) .animable {
    opacity: 0
}

@keyframes floating {
    0% {
        opacity: 1;
        transform: translateY(0px)
    }

    100% {
        opacity: 1;
        transform: translateY(0px)
    }

    50% {
        transform: translateY(-10px)
    }
}

@keyframes heartbeat {
    0% {
        transform: scale(1)
    }

    10% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }

    30% {
        transform: scale(1)
    }

    40% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    60% {
        transform: scale(1)
    }
}

.LogoSwiper{
    text-align: center;
    overflow: inherit;
    border: none;
    border-radius: 10px;
    margin: 0;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 28px 80px -2px rgba(0, 0, 0, 0.15);
    padding: 12px !important;
    overflow: inherit;
}

.LogoSwiperItem {
    margin-top: 0px !important;
}

.footer_LG {
    margin-bottom: -1px;
    width: 260px;
    height: 50px;
}

.footer_cn {
    background: #EBEBEB;
    border-radius: 10px;
    padding: 6rem 2rem 0 !important
}

.footer_title {
    direction: ltr;
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1rem
}



.mega_content {
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.08) 0 5px 15px 10px;
    padding: 2rem
}

.mega_content img {
    max-height: 200px
}

.mega_content ul {
    list-style: none;
    padding: 0
}

.mega_content ul li {
    margin: 15px 0;
    transition: .3s ease
}

.mega_content ul li:hover, .mega_content ul li a:hover {
    color: #f50057 !important
}

.mega_menu {
    color: #333;
    left: 0;
    min-height: 13rem;
    padding: 1% 8%;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 10
}

.serivces .mega_menu {
    opacity: 0;
    transition: .3s ease;
    z-index: -10
}

.serivces:hover .mega_menu {
    opacity: 1;
    z-index: 10
}

.slick-arrow {
    background: url(../img/left_arrow.svg) center no-repeat;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 28px 80px -2px rgba(0, 0, 0, 0.15);
    color: #fff;
    height: 2rem;
    margin-top: -16px;
    position: absolute;
    text-indent: -10000px;
    top: 50%;
    transition: .3s ease;
    width: 2rem;
    z-index: 99;
    cursor: pointer;
}

.slick-arrow.slick-next {
    right: -40px;
    transform: rotate(180deg)
}

.slick-arrow.slick-prev {
    left: -40px
}

.slick-arrow:hover {
    background: url(../img/left_arrow_white.svg) center no-repeat;
    background-color: #F50057 !important
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    margin: 0 20px
}

.slick-slide img {
    width: 100%
}

.slick-slide.slick-loading img {
    display: none
}

.slick-track {
    padding: 1rem 0
}

.slick-track::after {
    clear: both
}

.slick-track::before, .slick-track::after {
    content: "";
    display: table
}

.slider_parent .slick-slide img {
    display: inline-block !important;
    max-width: 81px !important
}

.social {
    font-size: 24px;
    margin-top: -3rem;
    position: absolute;
    right: 9rem
}

.social i {
    cursor: pointer;
    margin: 0 5px;
    transition: .3s ease
}

.social i:hover {
    color: #F50057
}

.sood svg {
    max-width: 26rem !important
}

.under_Slide .carousel-control-next, .under_Slide .carousel-control-prev {
    display: none !important
}

.under_Slide .carousel-indicators {
    direction: rtl;
    margin-bottom: -3rem;
    padding: 0;
    text-align: right
}

.under_Slide .carousel-indicators .active {
    background: #F50057;
    border-radius: 11px !important;
    height: 10px !important;
    width: 30px !important
}

.under_Slide .carousel-indicators li {
    background: #333;
    border: none !important;
    border-radius: 50%;
    height: 10px !important;
    width: 10px !important
}

footer {
    margin-top: -3rem
}

footer a {
    color: #333
}

footer li {
    list-style: none;
    margin: 10px 0
}

@media screen and (max-width: 980px) {
    #mobpic .carousel-indicators {
        margin-bottom: -5rem !important;
        margin-top: 2rem
    }

    #mobpic img {
        margin-left: 4rem !important;
        margin-top: 7.4rem !important;
        min-width: 174px !important;
        width: 100px !important
    }

    .carousel-inner {
        overflow: initial !important
    }

    .center_f {
        width: 100% !important
    }

    .center_f section, .left_f section {
        width: 100%
    }

    .content {
        display: block !important;
        width: 100%
    }

    .copy_r {
        display: block;
        margin-top: 4rem;
        text-align: center
    }

    .d_on_mob {
        display: none
    }

    .footer_LG {
        display: none
    }

    .frame_mob {
        display: block !important
    }

    .gifts {
        font-family: kalameh;
        margin: 5rem 0;
        text-align: center !important;
        width: 100% !important
    }

    .headhr {
        display: block !important;
        padding-top: 5rem;
        text-align: center
    }

    .headhr #carouselExampleIndicators {
        text-align: center
    }

    .headhr .under_Slide .carousel-indicators {
        margin-right: 2rem !important
    }

    .hero_text {
        margin-top: 3rem;
        padding: 0 !important;
        text-align: center;
        width: 100% !important
    }

    .left_report {
        margin-right: 0 !important;
        margin-top: 1rem;
        width: 100%
    }

    .links {
        padding: 1rem !important
    }

    .main_content, .mob_block {
        display: block !important
    }

    .mob_top {
        margin-right: 26% !important;
        max-height: 386px
    }

    .open_side, .close_side {
        display: none
    }

    .over_shadow {
        display: block !important
    }

    .over_shadow h3 {
        margin-top: 2rem
    }

    .pics {
        text-align: center !important;
        display: block !important
    }

    .pics img {
        max-height: 100px !important;
        margin: 7px 0
    }

    .right_f {
        width: 100%
    }

    .second_hero {
        margin-top: 7rem;
        text-align: center !important;
        padding-right: 0 !important;
        width: 100% !important
    }

    .sidebar {
        display: none
    }

    .slick-list {
        margin-left: 4rem !important
    }

    .slide_frame {
        left: 0 !important;
        max-width: 100%
    }

    .social {
        margin-top: -7rem !important
    }

    .top_gif img {
        margin-right: -8px !important
    }

    .topcontent {
        display: none
    }

    .w-d-80 {
        display: block !important;
        width: 100% !important
    }
}

@media screen and (max-width: 768px) {
    #image_tamaioz {
        width: 33%
    }

    #mobpic .carousel-indicators {
        margin-left: 19rem !important;
        margin-bottom: -3rem !important;
        margin-top: 0
    }

    #mobpic img {
        margin-left: 17.5rem !important;
        margin-top: 7.4rem !important
    }

    .box_top {
        margin-right: 6% !important;
        max-width: auto !important
    }

    .col-lg-3 {
        text-align: right !important
    }

    .download_picture_section {
        margin-top: -50px
    }

    .gifts {
        left: -17rem !important;
        position: absolute !important;
        top: 2rem !important
    }

    .headhr .under_Slide .carousel-indicators {
        margin-right: 6rem !important
    }

    .hero_text {
        margin-bottom: 5rem !important
    }

    .hero_text .mt-4 {
        font-size: 17px
    }

    .hero_text h1 {
        font-size: 23px
    }

    .mob_top {
        margin-right: 32% !important
    }

    .over_shadow {
        padding: 1.5rem
    }

    .second_frame .slide_frame {
        margin-left: 13rem !important;
        margin-top: 7.2rem !important;
        width: 22rem !important
    }

    .second_hero {
        padding-top: 6% !important
    }

    .slick-arrow {
        width: 0
    }

    #footer_trust_logo .slick-arrow {
        width: 32px !important;
    }

    .slick-arrow.slick-next {
        right: -35px
    }

    .slick-arrow.slick-prev {
        left: -35px
    }


}

@media screen and (max-width: 580px) {
    #mobpic .carousel-indicators {
        margin-left: 6rem !important
    }

    #mobpic img {
        min-width: 141px !important;
        margin-top: 10rem !important;
        border-radius: 23px !important;
        margin-left: 5.6rem !important
    }

    .box_top {
        margin-top: .2rem;
        max-width: 12rem !important;
        right: 1.3rem !important
    }

    .copy_r {
        margin: 1px;
        font-size: 14px;
    }

    .footer_cn {
        padding-bottom: .3rem
    }

    .gift_pics img {
        width: 31px
    }

    .gifts {
        left: -7rem !important;
        margin-top: 4rem !important
    }

    .headhr .under_Slide .carousel-indicators {
        margin-right: 2rem !important
    }

    .hero_text {
        margin-top: 7rem !important
    }

    .mob_top {
        margin-right: 25% !important;
        max-height: 15rem !important
    }

    .new_progress {
        margin-top: 54px !important
    }

    .second_frame .slide_frame {
        margin-left: 0 !important;
        width: 18rem !important
    }

    .slick-list {
        margin: 0 !important
    }

    /*.social {*/
    /*    margin-top: -6rem !important*/
    /*}*/

    .top_gif {
        font-size: 9px
    }
}

@media (max-width: 350px) {
    #mobpic img {
        margin-left: 3.5rem !important
    }

    .new_progress {
        margin-top: 73px !important
    }

    .second_frame .slide_frame {
        margin-left: 1rem !important
    }
}

#Rectangle_31 {
    opacity: .6
}

.custom_bold {
    font-weight: 600
}

.introduction-video-home {
    left: 50px;
    position: relative;
    width: 100%
}

.paragraph_justify_center {
    font-size: 14px;
    text-align: right
}

.slick-track {
    transform: none !important
}

@media (max-width: 990px) {
    .introduction-video-home {
        left: 0
    }
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list.dragging {
    cursor: pointer
}

.slick-list:focus {
    outline: none
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box
}

.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after {
    clear: both
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.text-justify-box {
    text-align: justify !important
}

[dir='rtl'] .slick-slide {
    float: right
}

.services_more_info_btn {
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    background: #f50057;
    transition: .3s;
    font-weight: 500;
}

.services_more_info_btn:hover {
    background: #333;
    color: #fff !important;
}

@media screen and (max-width: 980px) {
    .social {
        margin-top: 10px !important;
        position: static;
        text-align: center;
    }
    .servicesSwiper > .swiper-wrapper {
        scale: 85%;
    }

    .servicesSwiper .swiper-slide {
        filter: blur(5px);
    }
    .servicesSwiper .swiper-slide-active {
        filter: none;
    }

}

.grecaptcha-badge{
    display: none !important;
}