* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none !important;
}

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.8;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #262B2E;
}

p {
    margin: 0;
    color: #262B2E;
}

input,
textarea,
a,
button {
    outline: none !important;
}

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

a {
    color: #006B54;
}

    a:hover {
        color: #006B54;
    }

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

a {
    text-decoration: none;
}

body {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    background-color: #fff;
    color: #111111;
    overflow-x: hidden;
}

html[dir=rtl] body {
    text-align: right;
    direction: rtl;
    font-family: "Tajawal", Sora;
}

html[dir=ltr] body {
    font-family: "Sora", Tajawal;
}

.font-light {
    font-weight: 300;
}

.font-medium {
    font-weight: 500;
}

.font-semi-bold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.main-wrapper {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

button {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.main-content {
    padding: 60px 0px;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: none;
}


.text-primary {
    color: #006B54 !important;
}

.bg-primary {
    background-color: #006B54 !important;
}

.toggle-memu-aside {
    cursor: pointer;
    font-size: 17px;
}

.btn:not(.btn-icon) {
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 6px;
    text-align: center;
}

@media (max-width: 991px) {
    .btn:not(.btn-icon) {
        font-size: 12px;
        min-width: auto;
        padding: 10px 20px;
    }
}

.btn-primary {
    color: #fff;
    background: #006B54;
    border-color: #006B54;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .btn-primary::before {
        position: absolute;
        width: 100%;
        content: "";
        height: 100%;
        width: 0;
        width: 0%;
        right: 0;
        background-color: #045644 !important;
        transition: all 0.3s ease-in-out;
        top: 0;
        border-radius: 6px;
        z-index: -1;
    }

    .btn-primary:hover, .btn-primary:focus {
        color: #fff !important;
        border-color: #045644 !important;
        background-color: transparent !important;
        box-shadow: none !important;
    }

        .btn-primary:hover::before, .btn-primary:focus::before {
            width: 100%;
            left: 0;
            right: auto;
        }

.btn-green {
    color: #fff;
    background: #006B54;
    border-color: #006B54;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .btn-green::before {
        position: absolute;
        width: 100%;
        content: "";
        height: 100%;
        width: 0;
        width: 0%;
        right: 0;
        background-color: #00503f;
        transition: all 0.3s ease-in-out;
        top: 0;
        border-radius: 6px;
        z-index: -1;
    }

    .btn-green:hover, .btn-green:focus {
        color: #fff !important;
        background-color: #00503f;
        border-color: #00503f;
        box-shadow: none !important;
    }

        .btn-green:hover::before, .btn-green:focus::before {
            width: 100%;
            left: 0;
            right: auto;
        }

.btn-outline-primary {
    color: #006B54;
    border-color: #006B54;
}

    .btn-outline-primary:hover, .btn-outline-primary:focus {
        background-color: #006B54 !important;
        color: #FFF !important;
        border-color: #006B54 !important;
    }

.btn-outline-white {
    color: #fff;
    border: 1px solid #FFF;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .btn-outline-white::before {
        position: absolute;
        width: 100%;
        content: "";
        height: 100%;
        width: 0;
        width: 0%;
        right: 0;
        background-color: #006B54;
        transition: all 0.3s ease-in-out;
        top: 0;
        border-radius: 6px;
        z-index: -1;
    }

    .btn-outline-white:hover, .btn-outline-white:focus {
        color: #fff !important;
        border-color: #006B54;
        box-shadow: none !important;
    }

        .btn-outline-white:hover::before, .btn-outline-white:focus::before {
            width: 100%;
            left: 0;
            right: auto;
        }

@media (min-width: 1400px) {
    .container {
        width: 1200px;
        max-width: 100%;
    }
}

.section {
    padding: 70px 0px;
}

@media (max-width: 991px) {
    .section {
        padding: 30px 0px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    height: 50px;
    background-color: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 0px;
    box-shadow: none;
    padding: 8px 16px;
    font-size: 14px;
    color: #283946;
}

    .form-control.form-sm {
        height: 45px;
    }

    .form-control:focus {
        box-shadow: none;
        background-color: #fff;
        border-color: #006B54;
    }

textarea.form-control {
    height: auto;
}

.page-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 4;
    opacity: 0.6;
    top: 0;
    left: 0;
    visibility: hidden;
    transition: visibility 0.3s ease-in-out;
}

    .page-overlay.active {
        visibility: visible;
    }

.aside {
    position: fixed;
    width: 420px;
    top: 0;
    inset-inline-start: -420px;
    z-index: 5;
    background-color: #FFF;
    height: 100%;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

    .aside .aside-head {
        padding: 15px 25px;
    }

    .aside .aside-body {
        padding: 21px 25px;
    }

        .aside .aside-body .aside-menu li {
            display: block;
            transition: all 0.8s ease 500ms;
            transform: translateY(30px);
        }

            .aside .aside-body .aside-menu li:nth-of-type(1) {
                transition-delay: 0.1s;
            }

            .aside .aside-body .aside-menu li:nth-of-type(2) {
                transition-delay: 0.2s;
            }

            .aside .aside-body .aside-menu li:nth-of-type(3) {
                transition-delay: 0.3s;
            }

            .aside .aside-body .aside-menu li:nth-of-type(4) {
                transition-delay: 0.4s;
            }

            .aside .aside-body .aside-menu li:nth-of-type(5) {
                transition-delay: 0.5s;
            }

            .aside .aside-body .aside-menu li:nth-of-type(6) {
                transition-delay: 0.6s;
            }

            .aside .aside-body .aside-menu li:nth-of-type(7) {
                transition-delay: 0.7s;
            }

            .aside .aside-body .aside-menu li a {
                color: #606060;
                font-size: 17px;
                display: inline-block;
                font-weight: 300;
                padding: 18px 8px;
                text-transform: uppercase;
            }

                .aside .aside-body .aside-menu li a.active, .aside .aside-body .aside-menu li a:hover {
                    color: #006B54;
                }

    .aside.active {
        inset-inline-start: 0px;
        visibility: visible;
    }

        .aside.active .aside-body .aside-menu li {
            transform: translateY(0);
            opacity: 1;
        }

@media (max-width: 991px) {
    .aside {
        width: 100%;
        inset-inline-start: -100%;
    }

        .aside.active {
            inset-inline-start: 0px;
        }
}

.main-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

    .main-header .main-header-content {
        height: 80px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }

        .main-header .main-header-content .btn-lang {
            width: 46px;
            height: 40px;
            transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        }

            .main-header .main-header-content .btn-lang:hover {
                background-color: #006B54 !important;
                color: #FFF !important;
            }

        .main-header .main-header-content .social-media li a {
            color: #FFF;
        }

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

    .section-home .text-white-50 {
        color: rgba(255, 255, 255, 0.6) !important;
    }

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

    .section-home hr {
        border-color: #FFF;
    }

    .section-home::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #A9937E;
        opacity: 0.2;
        z-index: -1;
    }

@media (min-width: 992px) {
    .section-home {
        padding: 140px 0;
    }

        .section-home .home-title {
            font-size: 46px;
        }
}

@media (max-width: 991px) {
    .section-home {
        padding: 100px 0 70px;
        text-align: center;
    }

        .section-home .home-title {
            font-size: 24px;
        }

        .section-home .home-text {
            font-size: 16px;
        }
}

.video-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

    .video-container .video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

@media (min-width: 992px) {
    .font-size-lg-32 {
        font-size: 32px;
    }

    .font-size-lg-40 {
        font-size: 40px;
    }

    .font-size-lg-60 {
        font-size: 60px;
    }
}

.bg-1 {
    position: relative;
}

    .bg-1::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 265px;
        background: url(/Resources/Common/images/bg-1.png);
        background-repeat: no-repeat;
        background-size: cover;
        top: -145px;
        left: 0;
        z-index: 1;
    }

@media (max-width: 991px) {
    .bg-1::before {
        height: 100px;
        top: -51px;
    }
}

.bg-2 {
    position: relative;
    z-index: 1;
    padding: 100px 0 300px;
}

    .bg-2::after {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url(/Resources/Common/images/bg-2.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        z-index: -1;
        content: "";
    }

html[dir=rtl] .bg-2::after {
    transform: scaleX(-1);
}

.widget_item-application {
    cursor: pointer;
}

    .widget_item-application .widget_item-image {
        position: relative;
    }

        .widget_item-application .widget_item-image img {
            width: 100%;
            height: 250px;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 12px;
            filter: grayscale(100%);
            transition: all 0.9s ease-in-out;
        }

            .widget_item-application .widget_item-image img:hover {
                filter: grayscale(0%);
            }

.section-application {
    background: rgb(243, 243, 243);
    background: linear-gradient(0deg, rgb(243, 243, 243) 0%, rgba(255, 255, 255, 0) 100%);
}

.list-widgets_applications {
    position: relative;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    justify-content: center;
    width: 100%;
    height: 100%;
}

    .list-widgets_applications .widget_item-application:nth-of-type(1) {
        grid-row: 1 / span 1;
        grid-column: 1 / span 1;
    }

    .list-widgets_applications .widget_item-application:nth-of-type(2) {
        grid-row: 1 / span 2;
        grid-column: 2 / span 1;
    }

    .list-widgets_applications .widget_item-application:nth-of-type(3) {
        grid-row: 1 / span 1;
        grid-column: 3 / span 1;
    }

    .list-widgets_applications .widget_item-application:nth-of-type(2) .widget_item-image,
    .list-widgets_applications .widget_item-application:nth-of-type(2) img {
        height: 100%;
    }

    .list-widgets_applications .widget_item-application:nth-of-type(4) {
        grid-row: 1 / span 1;
        grid-column: 4 / span 1;
    }

    .list-widgets_applications .widget_item-application:nth-of-type(5) {
        grid-row: 2 / span 1;
        grid-column: 1 / span 1;
    }

    .list-widgets_applications .widget_item-application:nth-of-type(6) {
        grid-row: 2 / span 1;
        grid-column: 3 / span 2;
    }

@media(max-width:991px) {
    .widget_item-application .widget_item-image img {
        height: 100px;
    }
}

.widget_item-insta {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    padding: 20px;
    margin: 12px;
}

    .widget_item-insta .widget_item-icon {
        width: 57px;
        height: 57px;
        border-radius: 50%;
        border: 1px solid #E2E2E2;
    }

        .widget_item-insta .widget_item-icon img {
            width: 38px;
            height: 38px;
        }

    .widget_item-insta .widget_item-desc {
        height: 86px;
        overflow: hidden;
    }

    .widget_item-insta .widget_item-image {
        position: relative;
        height: 0;
        padding-top: 85%;
    }

        .widget_item-insta .widget_item-image img,video {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            filter: grayscale(100%);
            transition: all 0.2s ease-in-out;
        }

            .widget_item-insta .widget_item-image img:hover {
                filter: grayscale(0%);
                transition: all 0.9s ease-in-out;
            }

.swiper-pagination-bullet {
    background-color: #006B54;
    opacity: 0.46;
    width: 12px;
    height: 12px;
}

    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1;
        background-color: #006B54;
    }

.section-about {
    background-color: #F2F2F2;
}

.widget_item-history {
    position: relative;
    padding-bottom: 110px;
}

    .widget_item-history::before {
        z-index: -1;
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        border-left: 1px dashed #C7C7C7;
        inset-inline-start: 3.4%;
        top: 0%;
    }

    .widget_item-history .widget_item-number {
        width: 68px;
        height: 68px;
        background-color: #E5F0ED;
        -webkit-margin-end: 40px;
        margin-inline-end: 40px;
        position: relative;
        z-index: 1;
    }

    .widget_item-history:not(:last-of-type) .widget_item-content {
        position: relative;
    }

        .widget_item-history:not(:last-of-type) .widget_item-content::before {
            position: absolute;
            content: "";
            bottom: -57px;
            right: 0;
            width: 100%;
            height: 1px;
            background-color: #000;
            opacity: 0.2;
        }

    .widget_item-history:last-of-type {
        padding-bottom: 60px;
    }

    .widget_item-history:first-of-type {
        padding-top: 90px;
    }

        .widget_item-history:first-of-type::before {
            height: 120%;
            top: -15%;
        }

@media (max-width: 991px) {
    .widget_item-history::before {
        inset-inline-start: 9.4%;
    }

    .widget_item-history .widget_item-number {
        -webkit-margin-end: 20px;
        margin-inline-end: 20px;
    }
}

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

.widget_item-selling {
    border: 1px solid #DEDEDE;
    border-radius: 12px;
    background-color: #FBFBFB;
    overflow: hidden;
}

    .widget_item-selling .widget_item-image {
        width: 280px;
        height: 260px;
    }

        .widget_item-selling .widget_item-image img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            filter: grayscale(100%);
            transition: all 0.9s ease-in-out;
        }

            .widget_item-selling .widget_item-image img:hover {
                filter: grayscale(0%);
            }

    .widget_item-selling .widget_item-desc {
        height: 100px;
        overflow: hidden;
    }

@media (max-width: 991px) {
    .widget_item-selling .widget_item-image {
        width: 100%;
    }

    .widget_item-selling .widget_item-content {
        padding: 10px;
    }
}

.image-grayscale {
    filter: grayscale(100%);
    transition: all 0.9s ease-in-out;
}

    .image-grayscale:hover {
        filter: grayscale(0%);
    }

/* .title-news {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

.widget_item-news {
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}

    .widget_item-news .widget_item-image {
        position: relative;
        height: 0;
        padding-top: 80%;
    }

        .widget_item-news .widget_item-image img {
            border-radius: 6px;
            position: absolute;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            top: 0;
            left: 0;
            filter: grayscale(100%);
            transition: all 0.2s ease-in-out;
        }

            .widget_item-news .widget_item-image img:hover {
                filter: grayscale(0%);
            }

    .widget_item-news .widget_item-title a {
        color: #000;
    }

        .widget_item-news .widget_item-title a:hover {
            color: #006B54;
        }

    .widget_item-news .widget_item-text {
        height: 76px;
        overflow: hidden;
    }

.section-selling {
    background-color: #F6F6F6;
}

.widget_item-selling-2 {
    border-radius: 12px;
    border: 1px solid #DEDEDE;
    background-color: #FBFBFB;
}

    .widget_item-selling-2 .widget_item-image {
        position: relative;
        height: 0;
        padding-top: 71%;
    }

        .widget_item-selling-2 .widget_item-image img {
            border-radius: 6px;
            position: absolute;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            top: 0;
            left: 0;
            filter: grayscale(100%);
            transition: all 0.9s ease-in-out;
        }

            .widget_item-selling-2 .widget_item-image img:hover {
                filter: grayscale(0%);
            }

    .widget_item-selling-2 .widget_item-title a {
        color: #000;
    }

        .widget_item-selling-2 .widget_item-title a:hover {
            color: #006B54;
        }

    .widget_item-selling-2 .widget_item-desc {
        height: 76px;
        overflow: hidden;
    }

#map {
    width: 100%;
    height: 278px;
}

.widget_item-contact .widget_item-icon {
    background-color: rgba(0, 107, 84, 0.16);
    border-radius: 6px;
    width: 58px;
    height: 58px;
    font-size: 24px;
}

.form-contact {
    background-color: #F2F2F2;
    position: relative;
    padding: 48px 22px;
}

    .form-contact::before {
        position: absolute;
        content: "";
        z-index: -1;
        background-color: #727272;
        width: 100%;
        height: 100%;
        top: 5%;
        inset-inline-start: 5%;
    }

#ModalGalary .modal-dialog {
    width: 95%;
    max-width: 100%;
}

@media (min-width: 1200px) {
    #ModalGalary .modal-dialog {
        max-width: 1200px;
    }
}

#ModalGalary .modal-dialog .modal-content {
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    overflow: hidden;
}

.widget_item-gallary .widget_item-image {
    position: relative;
    height: 0;
    padding-top: 50%;
}

@media (max-width: 992px) {
    .widget_item-gallary .widget_item-image {
        padding-top: 100%;
    }
}

.widget_item-gallary .widget_item-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.widget_item-gallary .widget_item-content {
    position: absolute;
    bottom: 30px;
    inset-inline-end: 30px;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.16);
    padding: 20px;
    width: 90%;
}

@media (min-width: 992px) {
    .widget_item-gallary .widget_item-content {
        width: 55%;
    }
}

@media (max-width: 991px) {
    .widget_item-gallary .widget_item-content {
        bottom: 35px;
        inset-inline-end: 5px;
        padding: 10px;
    }
}

.widget_item-gallary .widget_item-content .widget_item-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

@media (max-width: 991px) {
    .widget_item-gallary .widget_item-content .widget_item-title {
        font-size: 14px;
        line-height: 1.5;
    }
}

@media (max-width: 991px) {
    .widget_item-gallary .widget_item-content .widget_item-text {
        font-size: 12px;
        line-height: 1.5;
    }
}

.swiper-action {
    position: absolute;
    bottom: 10px;
    inset-inline-start: 10px;
    z-index: 2;
    display: flex;
    align-items: center;
}

    .swiper-action .swiper-next,
    .swiper-action .swiper-prev {
        color: #fff;
        padding: 10px;
        margin: 0px 2px;
    }

@media (max-width: 991px) {
    .swiper-action {
        bottom: -6px;
        inset-inline-start: 4px;
    }
}

.main-footer {
    background-color: #F8F8F8;
}

    .main-footer .footer-top {
        padding: 55px 0;
        padding-bottom: 30px;
    }

    .main-footer .footer-bottom {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding: 20px 0;
    }

    .main-footer .menu li {
        width: 50%;
    }

    .main-footer .link-footer a {
        color: #707070;
        display: inline-block;
        font-size: 16px;
        font-weight: 300;
        padding: 5px 0px;
        margin-bottom: 3px;
        position: relative;
        transition: color 200ms;
        cursor: pointer;
    }

        .main-footer .link-footer a:hover {
            color: #006B54 !important;
        }

    .main-footer .link-footer.menu li {
        width: 50%;
    }

.social-media {
    display: flex;
    align-items: center;
}

    .social-media li:not(:last-of-type) {
        -webkit-margin-end: 14px;
        margin-inline-end: 14px;
    }

    .social-media li a {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        border-radius: 2px;
        transition: all 0.3s ease-in-out;
        color: #006B54;
    }

        .social-media li a:hover {
            background-color: #006B54;
            color: #fff;
        }
/*# sourceMappingURL=main.css.map */










.bg-main {
    background-color: #006B54;
    position: relative;
}

.main-header.bg-main .main-header-content {
    border-bottom: 0;
}

.heading-news {
    background-image: url(/Resources/Common/images/image-news.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0;
    filter: grayscale(100%);
}

.point-span {
    padding: 4px;
    width: 4px;
    height: 5px;
    display: inline-block;
    border-radius: 50px;
    background: #fff;
    margin: 0px 10px;
}

.blog-bg {
    background-image: url(/Resources/Common/images/blog.png);
}

.contact-bg {
    background-image: url(/Resources/Common/images/bg-contact.png);
}

.filter {
    filter: grayscale(100%);
    transition: ease-in-out 0.9s;
}

    .filter:hover {
        filter: none;
    }

.pagination {
    margin-top: 40px;
}

    .pagination .page-item {
        margin: 0px 5px;
    }

        .pagination .page-item .page-link {
            color: #000;
            border-radius: 10px;
            background-color: transparent;
            border: 0;
            margin: 0;
            font-size: 18px;
            transition: 0.2s ease-in-out;
            -webkit-transition: 0.2s ease-in-out;
            -moz-transition: 0.2s ease-in-out;
            -ms-transition: 0.2s ease-in-out;
            -o-transition: 0.2s ease-in-out;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 9px 15px;
            background-color: #FFF;
            box-shadow: 0px 0px 30px #5a5a5a1f;
        }

            .pagination .page-item .page-link:hover {
                color: #fff;
                text-decoration: none;
                background-color: #006B54;
                border-color: #006B54;
            }

        .pagination .page-item.active .page-link {
            z-index: 1;
            color: #fff;
            background-color: #006B54;
            border-color: #006B54;
        }

.list-styled {
    list-style: outside;
}

.hvr {
    border: 0;
}

.single-blog-cont p {
    font-size: 1rem;
    line-height: 34px;
}

.no-filter {
    filter: none !important;
    position: absolute;
    width: 60% !important;
    height: auto !important;
    top: 25px !important;
    bottom: auto !important;
    right: 0 !important;
    left: 0 !important;
    margin: auto !important;
}

#let-talk .SuccessMessage {
    display: none;
}

#let-talk .FailedMessage {
    display: none;
    margin-top: 20px;
}

#let-talk .load-wrapp {
    display: none;
}

#let-talk .error-msg {
    display: none;
}

#let-talk .error input, #let-talk .error select, #let-talk .error textarea {
    border: 1.5px solid #ff4040 !important;
}

#let-talk .error label {
    color: red !important;
}

#let-talk .error .error-msg {
    margin-top: 5px;
    color: red !important;
    visibility: visible !important;
    position: relative !important;
    left: 0 !important;
    display: block;
}

#let-talk .error-msg span {
    display: block;
    margin-top: 3px;
    padding: 0 5px;
    color: red !important;
}

#let-talk .load-wrapp {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 10px 10px 0;
    padding: 20px 20px 20px;
    border-radius: 5px;
    text-align: center;
    background-color: #fff;
    top: 0;
    left: 0;
    opacity: 0.7;
    display: none;
}

    #let-talk .load-wrapp p {
        padding: 0 0 20px;
    }

    #let-talk .load-wrapp:last-child {
        margin-right: 0;
    }

#let-talk .line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #4b9cdb;
}

#let-talk .load-1 {
    position: absolute;
    width: 100%;
    top: 50%;
}

    #let-talk .load-1 .line:nth-last-child(1) {
        animation: loadingA 1.5s 1s infinite;
    }

    #let-talk .load-1 .line:nth-last-child(2) {
        animation: loadingA 1.5s 0.5s infinite;
    }

    #let-talk .load-1 .line:nth-last-child(3) {
        animation: loadingA 1.5s 0s infinite;
    }



#let-talk .txtMobile
{
    direction:ltr;
    text-align:left;
}


.swiper-insta .swiper-slide {
    flex-shrink: 0;
    max-width: 392px;
    height: 100%;
    position: relative;
    transition-property: transform
}