@import url("https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&family=Tajawal:wght@300;400;500;700;800;900&display=swap");

* {
    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: #0378BA;
}

    a:hover {
        color: #0378BA;
    }

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

a {
    text-decoration: none;
}

@font-face {
    font-family: "noto-kufi-arabic-regular";
    src: url(../fonts/noto-kufi-arabic-regular.ttf);
}

@font-face {
    font-family: "noto-kufi-arabic-bold";
    src: url(../fonts/noto-kufi-arabic-bold.ttf);
}

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-bold {
    font-weight: 700;
}

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

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

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

.form-control {
    height: 50px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 6px;
    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: #0378BA;
    }

textarea.form-control {
    height: auto;
}

.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;
}

::-moz-placeholder {
    color: #808080 !important;
    font-size: 14px !important;
}

::placeholder {
    color: #808080 !important;
    font-size: 14px !important;
}

::-moz-placeholder {
    color: #808080 !important;
    font-size: 14px !important;
}

::-ms-placeholder {
    color: #808080 !important;
    font-size: 14px !important;
}

::-o-placeholder {
    color: #808080 !important;
    font-size: 14px !important;
}

::-webkit-placeholder {
    color: #808080 !important;
    font-size: 14px !important;
}

.loader-page {
    background: #f8f8f8;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .loader-page span {
        position: absolute;
        display: inline-block;
        background-color: #0378BA;
        width: 80px;
        height: 80px;
        border-radius: 100%;
        animation: loader3 1.5s linear infinite;
    }

        .loader-page span:last-child {
            animation-delay: -0.9s;
            -webkit-animation-delay: -0.9s;
        }

@keyframes loader3 {
    0% {
        transform: scale(0, 0);
        opacity: 0.8;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

.bg-gray {
    background-color: #F8F8F8;
}

.text-gray-1 {
    color: #444444 !important;
}

.text-gray-2 {
    color: #72809D !important;
}

.text-primary {
    color: #0378BA !important;
}

.bg-primary {
    background-color: #0378BA !important;
}

.box-shadow {
    box-shadow: 0 0 35px rgba(140, 152, 164, 0.13);
}

.border {
    border: 1px solid #F0F2F7 !important;
}

.rounded-15 {
    border-radius: 15px;
}

.rounded-25 {
    border-radius: 25px;
}

.bg-light {
    background-color: #F7F9FC !important;
}

.bg-blue {
    background-color: #122947 !important;
}

.text-underline {
    text-decoration: underline;
}

.text-through {
    text-decoration: line-through;
}

.bg-blue {
    background-color: #3A10E5;
}

.bg-blue-light {
    background-color: #97CBFF;
}

.bg-primary-light {
    background-color: #F0F3FF;
}

.bg-yellow {
    background-color: #FACB3B;
}

.bg-pink {
    background-color: #FF71DA;
}

.input-icon {
    position: relative;
}

    .input-icon.icon-right .icon {
        position: absolute;
        inset-inline-end: 18px;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
    }

    .input-icon.icon-left .form-control {
        -webkit-padding-start: 50px;
        padding-inline-start: 50px;
    }

    .input-icon.icon-left .icon {
        position: absolute;
        inset-inline-start: 18px;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
    }

.font-size-14 {
    font-size: 14px !important;
}

.text-line-through {
    text-decoration: line-through;
}

.text-danger {
    color: #E93535 !important;
}

.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.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: #68BD44;
    border-color: #68BD44;
    position: relative;
    padding: 10px 24px !important;
    z-index: 1;
    font-size: 15px;
    overflow: hidden;
}

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

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

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

.btn-primary-light {
    color: #4e9231;
    background: #4e9231;
    border: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

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

    .btn-primary-light:hover, .btn-primary-light:focus {
        color: #fff;
        background: #4e9231;
        border: 0;
        box-shadow: none !important;
    }

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

.btn-icon {
    border-radius: 3px;
    width: 30px;
    height: 30px;
    padding: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .btn-icon.btn-icon-primary {
        background-color: rgba(115, 70, 204, 0.16);
    }

        .btn-icon.btn-icon-primary:hover {
            background-color: rgb(115, 70, 204);
            color: #FFF;
        }

.btn-outline-primary {
    color: #68BD44;
    border-color: #68BD44;
}

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

.btn-outline-secondary {
    border-color: #D2D2D2;
    color: #686868;
}

    .btn-outline-secondary:hover, .btn-outline-secondary:focus {
        border-color: #D2D2D2;
        background-color: #D2D2D2;
    }

.btn-white {
    color: #2C2C2C;
    background: #fff;
    border-color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

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

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

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

.btn-black {
    color: #fff;
    background: #262B2E;
    border-color: #262B2E;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

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

    .btn-black:hover, .btn-black:focus {
        color: #000;
        border-color: #fff;
        box-shadow: none !important;
    }

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

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0px;
}

.bootstrap-select > .dropdown-toggle {
    background-color: #fff;
    border: 1px solid #DFDFDF;
    padding: 14px 16px;
    font-size: 14px;
    color: #0A0E1C !important;
    height: 50px;
    border-radius: 6px;
    box-shadow: none;
}

    .bootstrap-select > .dropdown-toggle.bs-placeholder {
        color: #A7B7C8 !important;
    }

.bootstrap-select.select-small > .dropdown-toggle {
    padding: 10px 16px;
    height: 44px;
}

.bootstrap-select.rounded-10 > .dropdown-toggle {
    border-radius: 10px;
}

.bootstrap-select.text-gray > .dropdown-toggle.bs-placeholder {
    color: #C2C8DD !important;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background-color: #fff !important;
    border-color: #0378BA !important;
    box-shadow: none;
}

.bootstrap-select .dropdown-menu li.selected.active a:hover {
    color: #fff;
}

.bootstrap-select .dropdown-toggle::after {
    content: unset;
}

.bootstrap-select .dropdown-toggle::before {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 6 pro";
    font-weight: 900;
    font-size: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #212529;
    font-size: 14px;
    inset-inline-end: 15px;
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 0.4rem 1.5rem;
    transition: all 0.2s ease-in-out;
    margin-bottom: 2px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #35498E !important;
    background-color: #EAECF3;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    background-color: #fff !important;
    border-color: #0378BA !important;
    box-shadow: 0px 2px 10.45px 0.55px rgba(66, 66, 66, 0.0784313725);
}

.bootstrap-select .dropdown-toggle .filter-option {
    text-align: start;
}

.dropdown-menu {
    border: 0;
    border-radius: 4px;
    box-shadow: 0px 3px 32px rgba(0, 0, 0, 0.1215686275);
    border: 0px solid rgba(221, 221, 221, 0.5019607843);
    min-width: 208px;
    text-align: start;
    animation: animation-dropdown-menu-fade-in 0.4s ease 1, animation-dropdown-menu-move-up 0.4s ease-out 1;
}

    .dropdown-menu.dropdown-lg {
        min-width: 350px;
        max-width: 100%;
    }

.btn-contact {
    padding: 8px 20px;
    color: #fff !important;
    line-height: unset !important;
    background-color: #68BD44 !important;
    border-radius: 6px;
}

@keyframes animation-dropdown-menu-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.bootstrap-select.bg-transparent .dropdown-toggle {
    box-shadow: none;
}

.bootstrap-select.select-country > .dropdown-toggle {
    border: 0px solid #D6DAE8 !important;
    border-radius: 8px !important;
}

@media (max-width: 991px) {
    .main-header {
        padding: 10px 0;
    }

        .main-header .menu-nav {
            border-bottom: 1px solid #EAECF3;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

        .main-header .logo img {
            max-height: 35px;
        }

        .main-header .btn-outline-primary {
            padding: 10px;
            width: 100%;
        }

        .main-header .menu-container .main-menu .menu_item .menu_link.req {
            padding: 8px 20px !important;
        }

    .active-body {
        overflow: hidden;
    }

    .mobile-menu-overlay {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 100;
        visibility: hidden;
        background-color: rgba(51, 51, 51, 0.51);
    }

    .mobile-menu-overlay-active {
        visibility: visible;
    }

    .menu--mobile {
        min-width: 100px;
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 9999;
        background: #fff;
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        transition: 0.4s ease-in-out;
    }

        .menu--mobile > .container {
            padding-left: 0;
            padding-right: 0;
            max-width: calc(100% - 0px);
        }

        .menu--mobile .list-main-menu {
            width: 100%;
        }

        .menu--mobile .main-menu .menu_item.w-m-100 {
            width: 100%;
        }

        .menu--mobile .main-menu .menu_item .menu_link {
            color: #707070 !important;
            padding: 10px 30px;
            width: 100%;
            display: flex;
            align-items: center;
            font-size: 14px;
            position: relative;
            border-radius: 0;
        }

            .menu--mobile .main-menu .menu_item .menu_link.active::before {
                position: absolute;
                content: "";
                inset-inline-start: 15px;
                height: 80%;
                background-color: #0378BA;
                width: 2px;
                border-radius: 5px;
            }

        .menu--mobile .main-menu .menu_item .btn-lang {
            border-radius: 0px !important;
            width: 100%;
            font-weight: 600;
            background-color: #0378BA;
            color: #FFF !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            margin-bottom: 8px;
        }

        .menu--mobile .main-menu .menu_item .btn-contact {
            border-radius: 0px !important;
            width: 100%;
            font-weight: 600;
            background-color: #0378BA;
            color: #FFF !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            margin-bottom: 8px;
        }

        .menu--mobile .main-menu .menu_item .dropdown {
            display: none;
        }

            .menu--mobile .main-menu .menu_item .dropdown li a {
                display: block;
                padding: 10px;
                color: #000;
                -webkit-padding-start: 40px;
                padding-inline-start: 40px;
            }

    .btn-close-header-mobile {
        color: #000;
        cursor: pointer;
    }

    .menu-mobile-active {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 992px) {
    .main-header {
        display: flex;
        align-items: center;
        top: 0px;
        right: 0;
        width: 100%;
        height: 90px;
        transition: all 0.4s ease-in-out;
        z-index: 3;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

        .main-header .logo img {
            max-height: 20px;
        }

        .main-header .menu--mobile {
            display: flex;
            align-items: center;
            flex: auto;
        }

        .main-header .menu-container {
            position: relative;
        }

            .main-header .menu-container .main-menu .menu_item {
                display: inline-block;
                position: relative;
            }

                .main-header .menu-container .main-menu .menu_item .menu_link {
                    cursor: pointer;
                    display: flex;
                    align-items: center;
                    line-height: 45px;
                    position: relative;
                    color: #000;
                    margin: 0px 12px;
                    font-weight: 300;
                    font-size: 16px;
                    transition: color 0.2s ease-in-out;
                }

                    .main-header .menu-container .main-menu .menu_item .menu_link:hover, .main-header .menu-container .main-menu .menu_item .menu_link.active {
                        color: #4e9231;
                    }

                    .main-header .menu-container .main-menu .menu_item .menu_link.btn-property {
                        border-radius: 6px;
                        padding: 0px 14px;
                    }

                .main-header .menu-container .main-menu .menu_item .btn-lang {
                    padding: 8px 20px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border: 1px solid #68BD44 !important;
                    color: #68BD44 !important;
                    line-height: unset;
                    border-radius: 6px;
                }

                .main-header .menu-container .main-menu .menu_item .dropdown {
                    position: absolute;
                    top: 100%;
                    background-color: #fff;
                    inset-inline-start: 0;
                    min-width: 150px;
                    border-radius: 4px;
                    opacity: 0;
                    visibility: hidden;
                    transition: all 0.2s ease-in-out;
                    padding: 5px;
                    z-index: 999999999;
                    border: 1px solid #ededed;
                    width: 220px;
                }

                    .main-header .menu-container .main-menu .menu_item .dropdown li a {
                        display: block;
                        padding: 5px 10px;
                        color: #000;
                        font-size: 14px;
                    }

                        .main-header .menu-container .main-menu .menu_item .dropdown li a:hover {
                            color: #0378BA;
                        }

                .main-header .menu-container .main-menu .menu_item:hover .dropdown {
                    opacity: 1;
                    top: 110%;
                    visibility: visible;
                    display: flex;
                    flex-wrap: wrap;
                    min-width: 140px;
                    left: 0px;
                }

                    .main-header .menu-container .main-menu .menu_item:hover .dropdown li {
                        width: 100%;
                    }

        .main-header.internal {
            position: relative;
            background-color: #fff;
        }

            .main-header.internal .main-menu .menu_item .menu_link {
                color: #000;
            }

                .main-header.internal .main-menu .menu_item .menu_link.btn-property {
                    background-color: #0378ba;
                    color: #fff;
                }

                    .main-header.internal .main-menu .menu_item .menu_link.btn-property:hover {
                        color: #fff;
                        background-color: #000;
                    }

        .main-header:not(.internal) .main-menu .menu_item .menu_link.btn-property {
            background-color: #fff;
            color: #000;
            transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        }

            .main-header:not(.internal) .main-menu .menu_item .menu_link.btn-property:hover {
                color: #fff;
                background-color: #0378BA;
            }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .main-header .menu-container .main-menu .menu_item .menu_link {
        font-size: 12px;
    }
}

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

.section {
    padding: 70px 0px;
}

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

.section-home {
    position: relative;
    z-index: 1;
    background: url(/Resources/Common/images/bg-home.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

        .section-home .home-title {
            font-size: 50px;
            line-height: 1.4;
        }
}

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

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

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

.search-form {
    background-color: #fff;
    border-radius: 6px;
}

    .search-form .form-group {
        padding: 14px 26px;
    }

    .search-form label {
        display: block;
        color: #6b79a0;
        font-size: 13px;
        font-weight: 300;
    }

    .search-form .form-control,
    .search-form .bootstrap-select > .dropdown-toggle {
        height: 26px;
        padding: 4px 0px;
        border: 0;
        background-color: transparent;
    }

        .search-form .bootstrap-select > .dropdown-toggle::before {
            font-size: 12px;
            inset-inline-end: -15px;
            color: #868686;
        }

    .search-form .btn-submit {
        background-color: #0378ba !important;
        color: #fff;
        height: 40px;
        width: 58px;
        border-radius: 6px;
        transition: background-color 0.2s ease-in-out;
    }

        .search-form .btn-submit:hover {
            background-color: #01649d !important;
        }

@media (max-width: 991px) {
    .search-form .border-end {
        border-right: 0 !important;
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
}

@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 {
    background: url(/Resources/Common/images/bg-1.png);
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .bg-1::before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        left: 0;
        top: 0;
        background: linear-gradient(#154dbc 0%, #000c30 100%);
        opacity: 0.92;
        z-index: -1;
    }

.widget_item-1 {
    border: 1px solid rgba(0, 41, 92, 0.16);
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 6px;
    min-height: 360px
}

    .widget_item-1 .widget_item-icon {
        height: 32px;
    }

        .widget_item-1 .widget_item-icon img {
            max-height: 32px;
        }

.swiper-action {
    position: absolute;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 50%;
    transform: translateX(50%);
    z-index: 1;
}

    .swiper-action .swiper-next,
    .swiper-action .swiper-prev {
        margin: 0px 10px;
        border: 1px solid rgba(0, 41, 92, 0.8);
        color: #00295c;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
    }

        .swiper-action .swiper-next.swiper-button-disabled,
        .swiper-action .swiper-prev.swiper-button-disabled {
            opacity: 0.3;
            pointer-events: none;
        }

        .swiper-action .swiper-next:hover,
        .swiper-action .swiper-prev:hover {
            background-color: #000;
            color: #fff;
        }

.pb-80 {
    padding-bottom: 80px;
}

.bg-2 {
    background: url(/Resources/Common/images/bg-2.png);
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .bg-2::before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        left: 0;
        top: 0;
        background-color: #000000;
        opacity: 0.5;
        z-index: -1;
    }

.widget_item-blog {
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(62, 28, 131, 0.1);
    display: block;
}

    .widget_item-blog .widget_item-image {
        position: relative;
        z-index: 1;
        height: 0;
        padding-top: 61%;
    }

        .widget_item-blog .widget_item-image::before {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: #000000;
            opacity: 0.16;
            z-index: -1;
        }

        .widget_item-blog .widget_item-image img {
            border-radius: 6px 6px 0 0;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }

    .widget_item-blog .widget_item-content {
        padding: 20px;
    }

.widget_item-link {
    background-color: #efefef;
    border-radius: 3px;
    padding: 2px 4px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: auto;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

    .widget_item-link:not(:last-of-type) {
        -webkit-margin-end: 10px;
        margin-inline-end: 10px;
    }

    .widget_item-link:hover {
        background-color: #0378BA;
        color: #fff;
    }

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #BFE2B1;
    opacity: 1;
}

    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #68BD44;
    }

.widget_item-2 {
    padding: 30px 16px;
    background-color: #fff;
    border-radius: 6px;
}

    .widget_item-2 .widget_item-icon {
        height: 65px;
        width: 65px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(3, 120, 186, 0.1);
    }

        .widget_item-2 .widget_item-icon img {
            max-height: 32px;
        }

.widget_item-3 .widget_item-icon {
    width: 100px;
    height: 100px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 5px;
    background-color: rgba(255, 255, 255, 0.1);
}

    .widget_item-3 .widget_item-icon img {
        max-height: 70px;
    }

.widget_item-4 {
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    overflow: hidden;
    height: 0;
    padding-top: 89%;
}

    .widget_item-4 .widget_item-image img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .widget_item-4::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #000000;
        opacity: 0.16;
        border-radius: 6px;
        z-index: -1;
        transition: all 0.6s ease-in-out;
    }

    .widget_item-4::after {
        position: absolute;
        content: "";
        width: 90%;
        height: 90%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #000000;
        opacity: 0.35;
        z-index: 0;
        border-radius: 6px;
        transition: all 0.6s ease-in-out;
    }

    .widget_item-4 .widget_item-content {
        position: absolute;
        width: 90%;
        height: 90%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 10px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

    .widget_item-4:hover::before {
        width: 90%;
        height: 90%;
        z-index: 1;
        opacity: 0.35;
    }

    .widget_item-4:hover::after {
        width: 100%;
        height: 100%;
        z-index: 0;
        opacity: 0.16;
    }

.widget__item-faq {
    border: 1px solid #e6e6e6;
    background-color: #fbfbfb;
    padding: 13px 20px;
    margin-bottom: 20px;
}

    .widget__item-faq .widget__item-head:not(.collapsed) i {
        transform: rotate(180deg);
    }

.bg-3 {
    background: url(/Resources/Common/images/bg-3.png);
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .bg-3::before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        left: 0;
        top: 0;
        background-color: #000000;
        opacity: 0.75;
        z-index: -1;
    }

.bg-4 {
    background: url(/Resources/Common/images/bg-4.png);
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .bg-4::before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        left: 0;
        top: 0;
        background: linear-gradient(140deg, rgb(13, 69, 99) 0%, rgb(40, 112, 151) 100%);
        opacity: 0.85;
        z-index: -1;
    }

.swiper-action-2 {
    bottom: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(50%) translateY(50%);
    width: 90%;
    z-index: 1;
    justify-content: space-between;
}

    .swiper-action-2 .swiper-next, .swiper-action-2 .swiper-prev {
        border-color: rgba(255, 255, 255, 0.7);
        color: #FFF;
    }

        .swiper-action-2 .swiper-next.swiper-button-disabled, .swiper-action-2 .swiper-prev.swiper-button-disabled {
            opacity: 0.6;
        }

        .swiper-action-2 .swiper-next:hover, .swiper-action-2 .swiper-prev:hover {
            background-color: #FFF;
            color: #000;
        }

.bg-banner {
    position: relative;
    z-index: 1;
}

    .bg-banner img {
        height: 450px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .bg-banner::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #000;
        opacity: 0.4;
        z-index: 0;
    }

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 27px;
    /* Rounded sliders */
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #CEC6C6;
        transition: 0.4s;
    }

        .switch .slider:before {
            position: absolute;
            content: "";
            height: 18px;
            width: 18px;
            left: 4px;
            bottom: 5px;
            background-color: white;
            transition: 0.4s;
        }

    .switch input:checked + .slider {
        background-color: #0378BA;
    }

        .switch input:checked + .slider:before {
            transform: translateX(14px);
        }

    .switch .slider.round {
        border-radius: 34px;
    }

        .switch .slider.round:before {
            border-radius: 50%;
        }

.btn-whats {
    background-color: #25D366;
    color: #FFF;
}

.avatar img {
    width: 110px;
    height: 110px;
    border-radius: 505;
}

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

.tab-filter .nav-item .nav-link {
    border: 1px solid #E8E8E8;
    color: #2C2C2C;
    font-size: 17px;
    padding: 8px 21px;
}

    .tab-filter .nav-item .nav-link span {
        -webkit-margin-start: 5px;
        margin-inline-start: 5px;
        display: inline-block;
    }

    .tab-filter .nav-item .nav-link.active {
        border-color: #0378BA;
        color: #0378BA;
        background-color: transparent;
    }

.tab-filter .nav-item:not(:last-of-type) {
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
}

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

    .main-footer .logo img {
        filter: brightness(0) invert(1);
    }

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

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

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

    .main-footer .link-footer a {
        color: rgba(255, 255, 255, 0.7);
        display: inline-block;
        font-size: 16px;
        padding: 5px 0px;
        margin-bottom: 3px;
        position: relative;
        transition: color 200ms;
        cursor: pointer;
    }

        .main-footer .link-footer a:hover {
            color: #0378BA !important;
        }

.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: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        border-radius: 6px;
        transition: background-color 0.3s ease-in-out;
        background-color: rgba(255, 255, 255, 0.04);
    }

        .social-media li a i {
            transition: color 0.3s ease-in-out;
            color: #FFF;
        }

        .social-media li a:hover {
            background-color: #0378BA;
            color: #FFF;
        }

        .social-media li a:hover {
            color: #fff;
        }

@media (max-width: 991px) {
    .tab-filter .nav-item {
        width: calc(50% - 8px);
        margin: 4px !important;
    }

        .tab-filter .nav-item .nav-link {
            font-size: 14px;
            width: 100%;
        }

    .search-form .btn-submit {
        width: 100%;
    }

    .bg-banner img {
        height: 300px;
    }
}
/*# sourceMappingURL=main.css.map */

.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: #0378ba;
                border-color: #0378ba;
            }

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

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

.main-image-banner img {
    width: 100%;
    height: 400px;
    border-radius: 6px;
}

.notsh-image-banner img {
    height: 195px;
    margin-bottom: 10px;
    border-radius: 6px;
}

.section-home {
    position: relative;
}

    .section-home .image-slider {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

        .section-home .image-slider img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .section-home .swiper-slide {
        position: relative;
    }

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

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

    .section-home .swiper-slide .home-content .home-title,
    .section-home .swiper-slide .home-content .home-text {
    }

@media (max-width: 991px) {
    .section-home .swiper-slide {
        padding: 60px 0px 80px;
    }
}

@media (min-width: 992px) {
    .section-home .home-title {
        font-size: 36px;
        line-height: 56px;
    }
}

@media (max-width: 991px) {
    .section-home .home-title {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .section-home .home-text {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .section-home .home-text {
        font-size: 16px;
    }
}

.section-home .btn {
    min-width: 180px;
}

@media (max-width: 991px) {
    .section-home .btn {
        padding: 10px 40px;
        font-size: 16px;
    }
}

.swiper {
    width: 100%;
    height: 100%;
}

.section-home .home-entry-title,
.section-home .home-title,
.section-home .home-text,
.section-home .home-action,
.section-home .home-image,
.section-home .action-swiper {
    opacity: 0;
}

.section-home .home-entry-title {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
}

.section-home .home-title {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.2s;
}

.section-home .home-text {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

.section-home .home-action {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.4s;
}

.section-home .home-image {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.3s;
}

.section-home .action-swiper {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}

.swiper-slide.swiper-slide-active .home-entry-title,
.swiper-slide.swiper-slide-active .home-title,
.swiper-slide.swiper-slide-active .home-text,
.swiper-slide.swiper-slide-active .home-action,
.swiper-slide.swiper-slide-active .home-image,
.swiper-slide.swiper-slide-active .action-swiper {
    opacity: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.section-home {
    position: relative;
}

    .section-home .swiper-home .swiper-action {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: space-between;
        left: unset;
        z-index: 2;
    }

@media (min-width: 992px) {
    .section-home .swiper-home .swiper-action {
        bottom: 50px;
        width: auto;
        margin: auto;
    }
}

@media (max-width: 991px) {
    .section-home .swiper-home .swiper-action {
        bottom: 20px;
    }
}

.section-home .swiper-home .swiper-action .swiper-next,
.section-home .swiper-home .swiper-action .swiper-prev {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0px 10px;
}

    .section-home .swiper-home .swiper-action .swiper-next.swiper-button-disabled,
    .section-home .swiper-home .swiper-action .swiper-prev.swiper-button-disabled {
        opacity: 0.6;
    }

.title-section {
    position: relative;
    font-size: 36px;
}

@media (max-width: 991px) {
    .title-section {
        font-size: 24px;
    }
}

.home-title {
    text-align: start;
}

.home-text {
    text-align: start;
}

.widget_item-about {
    border-radius: 6px;
    background: #fbfbfb;
    border: 1px solid #e8e8e8;
    padding: 16px;
}

.widget_item-content h5 {
    font-size: 14px;
}

.widget_item-serv.widget_2 {
    border: 1px solid #E6E6E6;
    box-shadow: none;
    padding: 34px 24px;
    min-height: 330px;
    max-height: 380px;
    background-color: #fff;
    border-radius: 12px;
}

.widget_item-serv .widget_item-icon {
    background-color: #E7EAF4;
    width: 50px;
    height: 50px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget_item-serv:hover {
    background: linear-gradient(#3852a6 0%, #1c2953 100%);
}

    .widget_item-serv:hover h4 {
        color: #fff;
    }

    .widget_item-serv:hover h5 {
        color: #fff !important;
    }

@media(max-width:991px) {
    .widget_item-serv.widget_2 {
        border: 1px solid #E6E6E6;
        box-shadow: none;
        padding: 34px 24px;
        min-height: auto;
        max-height: 330px;
    }
}

span.blue {
    color: #3852A6;
}

span.red {
    color: #EE1E24;
}

span.green {
    color: #68BD44;
}

.main-color {
    color: #3852A6;
}

.f-16 {
    font-size: 16px;
}

.h-50 {
    height: 50px !important;
}

@media(max-width:991px) {
    .reserved-custom {
        flex-direction: row-reverse;
    }
}

.page-title {
    background: url(/Resources/Common/images/bg-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0 100px;
    position: relative;
    z-index: 1;
}

    .page-title::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: -1;
        background: rgb(17, 17, 17);
        background: linear-gradient( 128deg, rgb(17, 17, 17) 0%, rgba(51, 51, 51, 0.7122199221) 80%, rgba(96, 96, 96, 0.0455532555) 100% );
    }

    .page-title .title {
        font-size: 20px;
    }

@media (min-width: 992px) {
    .page-title .title {
        font-size: 54px;
    }
}

.page-title .entry-title {
    background-color: rgba(255, 255, 255, 0.27);
    color: #68BD44;
    padding: 10px 20px;
    border-radius: 6px;
    display: inline-block;
}

.breadcrumb-item.active {
    color: #68BD44;
}

.address-box {
    border-radius: 6px;
    background-color: #FCFCFC;
    border: 1px solid #DFDFDF;
    padding: 24px;
}

.h-600 {
    height: 600px;
    position: relative;
    display: flex;
    align-items: end;
}

@media(max-width:991px) {
    .h-700 {
        height: 150px;
        align-items: center;
        justify-content: center;
    }
}

.Interactive-screen {
    background: url(/Resources/Common/images/01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-video {
    background: url(/Resources/Common/images/bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-media {
    background: url(/Resources/Common/images/bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.widget__item-product {
    position: relative;
    background-color: #fff;
    padding: 17px;
    border-radius: 6px;
    text-align: center;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.play-video {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1E76BB;
    font-size: 20px;
    background-color: #FFF;
    border-radius: 50%;
    opacity: 0;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
    transition: ease-in-out 0.3s;
}

    .play-video::before, .play-video::after {
        opacity: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 5px;
        left: 5px;
        bottom: 0;
        content: "";
        height: 60px;
        width: 60px;
        border: 2px solid #ffffff;
        border-radius: 100%;
        -webkit-animation-name: ripple;
        animation-name: ripple;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
        animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
        z-index: -1;
    }

    .play-video::before {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

    .play-video::after {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .play-video:hover {
        background-color: #1E76BB;
        color: #FFF;
    }

        .play-video:hover::before, .play-video:hover::after {
            border-color: #1E76BB;
        }

.image:hover .play-video {
    opacity: 1;
}

@keyframes ripple {
    from {
        opacity: 1;
        transform: scale3d(1.19, 1.19, 1.45);
    }

    to {
        opacity: 0;
        transform: scale3d(1.95, 1.95, 1.19);
    }
}

.media-title {
    line-height: 30px;
    font-size: 18px;
}

.section-catigores .nav-pills .nav-link {
    background-color: #68bd44;
    margin: 0px 6px;
    color: #fff;
}

    .section-catigores .nav-pills .nav-link.active {
        background-color: #063166;
    }

#pills-tabContent .tab-pane {
    padding: 20px;
    border-radius: 6px;
    background-color: #f6f6f6;
    border: 1px solid #e7e7e7;
}

.single-size {
    padding: 8px 24px;
    border-radius: 4px;
    background-color: #f6f6f6;
    border: 1px solid #e7e7e7;
    margin: 0px 6px;
    cursor: pointer;
}

    .single-size.active {
        background-color: #000;
        color: #fff;
    }

.page-tolpar {
    position: fixed;
    bottom: 20px;
    left: 40px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.top-header {
    background-color: #00295c;
    padding: 12px;
    color: #fff;
}

    .top-header img {
        max-height: 20px;
    }

#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;
    }


.widget_item-icon img {
    max-width: none !important;
}
