:root {
    --white: #fff;
    --primary: #545AE8;
    --secondary: #5DEBD7;
    --third: #b8b8b8;
    --forth: #404272;
    --orange: #fc9c2e;
    --green: #27b561;

    --gray-1: #ebebeb;
    --gray-2: #fafafa;
    --gray-3: #f5f5f5;

    --colorAlert: #BF4D28;
    --transition1: all 0.3s cubic-bezier(0.21, 0.53, 0.37, 0.72);

}

@keyframes fixedAnim {
    0% {
        top: -150px;
    }

    100% {
        top: 0px;
    }
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}


.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

:focus {
    outline: 0px;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: rgb(17, 17, 17);
    transition: all 0.25s linear;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,

.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary.active,
.btn-primary:active,
.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}



.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: var(--secondary);
    border-color: var(--secondary);
    color: #000 !important;
}

.btn-primary-gradient.disabled,
.btn-primary-gradient:disabled,
.btn-primary-gradient.active,
.btn-primary-gradient:active,
.btn-primary-gradient {
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    border: 0;
    position: relative;
    z-index: 0;
    color: #fff;
    overflow: hidden;
    font-weight: 500
}

.btn.btn-primary-gradient {
    color: #fff
}

.btn.btn-primary-gradient>span,
.btn.btn-primary-gradient>i {
    position: relative;
}

.btn-primary-gradient:before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    opacity: 1;
    background: linear-gradient(-50deg, var(--primary), var(--secondary));
    transition: opacity 0.2s ease-in-out;
}

.btn-primary-gradient:hover:before,
.btn-primary-gradient:focus:before {
    opacity: 0;
}

.outlined {
    border: 2px solid;
    padding: 12px;
    display: flex;
    justify-content: center;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.2s linear;
}

.outlined.blue {
    color: var(--primary);
    border-color: var(--primary);
}

.outlined.blue:hover {
    color: #fff;
    background: var(--secondary);
    border-color: var(--secondary);
}

main {
    /* overflow-x: hidden; */
}

he {
    max-width: 100%;
    height: auto;
}

.primary-color {
    color: var(--primary)
}

.text-success {
    color: #03cf1d !important;
}

.list-unstyled {
    padding: 0;
    margin: 0;
}

.list-unstyled li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.radius-full {
    border-radius: 800px;
}

.bg-gray-1 {
    background-color: var(--gray-1)
}

.bg-gray-2 {
    background-color: var(--gray-2)
}

.bg-gray-3 {
    background-color: var(--gray-3)
}

.blue {
    color: var(--primary);
}

.colorAlert {
    color: var(--colorAlert)
}

.offcanvas>img,
.offcanvas .footer-icon {
    display: none !important;
}

.navbar-toggler {
    padding: 2px 4px;
    font-size: 32px;
    border: 0;
    color: #fff
}

.nav-link {
    padding-inline: 0 !IMPORTANT;
    margin-inline: 6px;
}

:focus,
a:focus,
button:focus {
    outline: 0px !important;
    box-shadow: none !important;
}

.dropdown-toggle::after {
    border-width: 0px 0px 1px 1px;
    border-top-style: initial;
    border-top-color: initial;
    border-right-style: initial;
    border-right-color: initial;
    border-left-style: solid;
    border-left-color: rgb(106 106 106);
    border-bottom-style: solid;
    border-bottom-color: rgb(106 106 106);
    width: 7px;
    height: 7px;
    transform: rotate(-45deg);
}

/**********************/
.gray-bg {
    background-color: var(--gray-3);
}

/***********lang-mode-switcher***********/

.lang-mode-switcher {
    display: flex;
    align-items: center;
    min-width: 200px;
    margin-inline-start: 30px;
}

.lang-mode-switcher ul,
.lang-mode-switcher ul li {
    display: flex;
    align-items: center
}

.lang-mode-switcher ul>li:not(:last-child) {
    margin-inline-end: 18px;
}

.lang-mode-switcher ul .form-check {
    margin-bottom: 0;
    width: 65px ! IMPORTANT;
    display: flex;
    justify-content: space-between;
    padding-inline: 0;
}

.lang-mode-switcher ul .form-check input {
    width: 42px;
}

/***********addto any ***********/

a.a2a_i,
i.a2a_i {
    border: 0 !important;
}

.a2a_full {
    background: #e8e8e8 !important;
    border: 0;
    padding-bottom: 15px !important
}

.a2a_full_footer {
    display: none !important;
}

.a2a_menu a {
    color: #4a6382 !important;
}

.a2a_menu span.a2a_s_find svg {
    background-color: transparent !important;
}

/**********************/

.navs-containers {
    position: relative
}

.navs-containers.fixed {
    animation-timing-function: cubic-bezier(0.78, 0.09, 0.03, 1.01);
    animation-name: fixedAnim;
    animation-duration: 1s;
    z-index: 99;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: rgb(0 0 0 / 11%) 0px 5px 16px;
    position: fixed !important;
}

header.fixed {
    margin-top: 52px;
}

.over-slider {
    position: absolute;
    z-index: 1;
    bottom: -1px;
    left: 0;
    right: 0;
}

/* underlined */

.underlined {
    position: relative;
    padding-bottom: 6px;
}

.underlined::before {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px !important;
    bottom: 0px;
    left: 0px;
    background-color: rgb(34, 34, 34);
    transform-origin: right bottom;
    transition: transform 0.25s ease-out 0s;
    z-index: 1;
}

.underlined.white-line::before {
    background: linear-gradient(90deg, var(--primary), var(--secondary));
}

.navs-containers.fixed .underlined.white-line::before {
    /* background-color: var(--primary3); */
}

.underlined.blue-line::before {
    background-color: var(--primary3);
}

.active .underlined::before,
.underlined:hover::before,
.underlined.active::before {
    transform: scaleX(1);
    transform-origin: left bottom;
}

.navbar-toggler {
    COLOR: #666
}

/****** Topbar ******/

.topbar {
    background-color: var(--primary);
    color: var(--white);
    padding-block: 6px;
}

.topbar a {
    color: var(--white)
}

.topbar .row>div {
    display: flex;
}

.topbar .row>div:last-child {
    display: flex;
    justify-content: flex-end;
}

.topbar .row>div:last-child * {
    display: inline-flex;
    min-width: max-content;
    align-items: center;
}

.topbar .row>div:last-child * i,
.topbar .row>div:last-child * img {
    margin-inline-end: 5px
}

.topbar .row>div:last-child .phone {
    margin-inline-end: 20px
}

/* navs-containers */
nav.navbar {
    padding-block: 0;
}

.navbar .container-fluid {
    padding-block: 0
}

.navs-containers {
    background: #fff;
    padding-block: 0;
}

.nav-item a {
    font-size: 14px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navs-containers .navbar-nav>li>a {
    /* color: #fff; */
    font-weight: 500;
}

.navbar-nav .dropdown-menu {
    background: var(--primary);
}

.navbar-nav .dropdown-menu a {
    font-weight: 500;
    color: #fff;
    padding-block: 8px;
}

.navbar-nav .dropdown-menu>li:not(:last-child) a {
    border-bottom: 1px dotted #ffffff6b
}

.navbar-nav .dropdown-menu a:hover,
.navbar-nav .dropdown-menu a:focus {
    font-weight: 500;
    background: #ffffff1c !important;
}

.navbar-brand {
    height: 60px;
    margin-inline-end: 40px;
}

.navbar-brand img {
    height: 100%
}

.menu-rows {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.menu-rows>* {
    display: flex;
}

.menu-rows>*:last-child {
    justify-content: flex-end;
}

.menu-rows>*:last-child li:last-child a {
    margin-inline-end: 0;
}

.btn-link-style,
.btn-link-style2 {
    background: var(--secondary);
    padding: 6px 9px !important;
    border-radius: 6px;
    box-shadow: 0px 3px 5px #00000014;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-link-style2 {
    background: var(--primary);
    color: #fff;
}

.btn-link-style:hover,
.btn-link-style2:hover,
.btn-link-style:focus,
.btn-link-style2:focus {
    background: var(--third) !important;
    color: #fff
}

.navbar--2 i {
    font-size: 134%;
    margin-inline-end: 5px
}

.navbar--2 a {
    display: flex;
    align-items: center;
}

.navbar--2 {
    display: flex;
    align-items: center;
}

.user-dropdown {
    display: flex;
    align-items: center;
    margin-inline-end: 24px;
}

.user-dropdown.dropdown-toggle::after {
    transform: translate(0px, -2px) rotate(-45deg);
}

.user-dropdown .user-img {
    width: 38px;
    height: 38px;
    border-radius: 200px;
    display: inline-flex;
    overflow: hidden;
    margin-inline-end: 4px;
}

.user-dropdown .user-img img {
    object-fit: cover;
    object-position: 50%;
    height: 100%;
    width: 100%;
    margin: 0;
}


/* social-icons */

.social-icons a {
    display: flex;
    font-size: 124%;
    background: #ffffff17;
    min-width: 30px;
    align-items: center;
    justify-content: center;
    height: 30px;
    border-radius: 5px;
}

.topbar .social-icons a:hover {
    background: #fff;
    color: var(--primary)
}

.social-icons a:not(:last-child) {
    margin-inline-end: 12px;
}


/* breadcrumb */

.breadcrumb-container {
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}

.breadcrumb {
    margin-bottom: 0px;
    padding: 12px 8px;
}

.breadcrumb ul {
    display: flex;
    margin: 0px;
    padding: 0px;
}

.breadcrumb ul li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    position: relative;
    font-weight: 500;
    font-size: 106%;
}

.breadcrumb ul li:not(:last-child)::before,
.breadcrumb ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-color: rgb(119 119 119);
    transform: rotate(45deg);
    inset: 0px;
    margin-inline: auto -16px;
    margin-block: 9px auto;
}

.breadcrumb ul li::before {
    border-top: 1px solid;
    border-right: 1px solid;
}

.breadcrumb ul li:not(:last-child) {
    margin-inline-end: 28px;
}

.breadcrumb ul li a {
    color: #787878;
    font-size: 92%;
}

.breadcrumb ul li a:hover {
    color: rgb(0, 0, 0);
}

.breadcrumb ul li a.active {
    color: var(--primary);
}

/*footer*/

.footer {
    background-color: var(--forth);
    color: #fff;
    padding-top: 0;
}

.footer h5 {
    margin-bottom: 15px;
    color: var(--secondary);
    font-weight: 500;
}

.footer ul li {
    margin-block: 8px;
}

.footer a {
    color: #fff;
}

.footer-desc {
    text-align: justify
}

.footer .underlined::before {
    background-color: #fff;
}

.logo-footer {
    margin-bottom: 12px;
    display: flex;
}

.logo-footer img {
    height: 100px;
    filter: brightness(5);
    display: inline-flex;
    margin-inline: auto;
}

.cr {
    padding-block: 12px;
    border-top: 1px solid #fff3;
    margin-top: 24px;
    font-size: 85%;
}

.cr a {
    color: #fff;
}

/* page title*/

.page-title {
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    padding-block: 12px;
    position: relative;
    color: #fff;
    z-index: 1;
}

.page-title:before {
    /* content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute !important;
    background-position: 25% 50% !important;
    background-size: 35% !important;
    opacity: .5 !important;
    z-index: 1 !important;
    background-repeat: no-repeat */
}

/* footer-icon */

.footer-icon {
    display: flex;
    margin-block-start: 15px;
    align-items: center;
}

.social-title {
    font-size: 115%;
    color: var(--secondary);
    margin-inline-end: 15px;
    font-weight: 600
}

.footer-icon a {
    display: inline-flex;
    width: 34px;
    height: 34px;
    color: #fff;
    background: #ffffff1c;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 4px;
    transition: all 0.2s linear;
}

.footer-icon a:hover {
    color: var(--primary);
    background: #fff;
}

.footer-icon a:not(:last-child) {
    margin-inline-end: 10px;
}


/* newsletters */

.email-field {
    position: relative;
    margin-block-start: 9px;
}

.email-field button {
    position: absolute;
    margin-inline: auto 0;
    inset: 0;
    width: 90px;
    border: 0;
}

.email-field button {
    /* background: var(--secondary); */
    font-weight: 500;
    height: 42px;
    width: 44px;
    border-radius: 10px;
    font-size: 22px;
    margin-top: -2px;
}

.email-field button i {
    transform: translate(-3px, -2px) rotate(25deg);
    transition: all 0.3s cubic-bezier(0.83, 0.03, 0.13, 0.95);
}

.email-field button:hover i {
    transform: translate(-3px, -2px) rotate(-1deg);
}

.email-field button:hover,
.email-field button:active,
.email-field button:focus-within,
.email-field button:focus {
    /* background: var(--primary) !important; */
}

.email-field input {
    /* padding-inline-end: 100px; */
    border-radius: 8px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    width: calc(100% - 50px);
    color: #666;
    background: var(--gray-1);
}

.newsletters .select2-container--default .select2-selection--single {
    background-color: #eaeaea;
}

.envelope {
    width: 40px;
    display: inline-flex;
    margin-inline: 0 10px;
}

/* Team */
.teamSwiper .swiper-wrapper {
    /* display: flex; */
}

.teamSwiper .swiper-wrapper>* {
    height: auto;
}

.header {
    display: flex;
    font-size: 80%;
    align-items: center;
    justify-content: space-between;
    color: #fff9;
}

.header img {
    width: 30px;
    opacity: 0.25;
}

.per-team.verified .header img {
    width: 30px;
    opacity: 0.95;
}

.team-img {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    width: 58%;
    height: 220px;
    border-radius: 800px;
    margin-inline: auto;

}

.team-img img {
    position: relative;
    object-fit: cover;
    border-radius: 800px;
    width: 100%;
    height: 220px;
}

.per-team .team-img:before {
    content: "";
    background: var(--secondary);
    position: absolute;
    margin-inline: 12px 0px;
    border-radius: 800px;
    top: 25px;
    bottom: -7px;
    left: 0;
    right: 0;
    width: calc(100% - 12px);
    transition: all 0.3s linear;
}

.per-team:hover .team-img:before {
    background: var(--primary)
}

.name-position {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-name {
    font-weight: 700;
    text-align: center;
    font-size: 110%;
    margin-top: 8px;
}

.team-position {
    /* font-size: 85%; */
    margin-top: 5px;
}

.team-rate {
    margin-top: 8px;
    color: #ffc137;
    text-shadow: 0px 0px #0000009e;
}

.team-rate i {
    margin-inline: 2px
}

.per-team {
    /* background: var(--primary); */
    position: relative;
    padding-bottom: 15px;
    padding-top: 10px;
    border-radius: 16px;
    /* box-shadow: 0 0 8px #0000004a; */
    /* margin-inline: 5px; */
    margin-block: 10px 10px;
    overflow: hidden;
    height: calc(100% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.per-team.verified {
    background: var(--secondary);
}

.per-team.verified {
    background: var(--secondary);
}

.per-team:before {
    /* content: "";
    background: var(--gray-3);
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80%;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    transition: all 0.5s cubic-bezier(0.42, 0, 0.11, 0.98); */
}

.per-team:hover:before {
    height: 75%;
    background: #fff;
}

.per-team>* {
    position: relative;
    z-index: 1;
    text-align: center;
}

.team-logo img {
    width: 35px;
    margin-top: 8px;
    filter: contrast(0.6);
}

.name-position {
    margin-block: 10px 2px
}

.per-team .desc {
    text-align: center;
    font-size: 86%;
    margin-block: 10px
}


.per-team .just-n {
    display: flex;
    justify-content: center;
    margin-top: auto;
    margin-bottom: 0;
}

.per-team .just-n img {
    width: 24px;
    height: 24px;
    transition: all 0.5s cubic-bezier(0.42, 0, 0.11, 0.98);
}

.per-team:hover .just-n img {
    transform: rotate(360deg)
}

.similarSwiper,
.blogSwiper,
.similarBlogs,
.teamSwiper {
    padding-bottom: 40px
}

.similarSwiper .swiper-pagination,
.blogSwiper .swiper-pagination,
.similarBlogs .swiper-pagination,
.teamSwiper .swiper-pagination {
    display: flex;
    justify-content: center;
}

.similarSwiper .swiper-pagination span,
.blogSwiper .swiper-pagination span,
.similarBlogs .swiper-pagination span,
.teamSwiper .swiper-pagination span {
    width: 10px;
    border-radius: 40px;
    height: 10px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--primary)
}

/* sidebar-block */

.cus-filter-label {}

.sidebar-filter-con {
    background: rgb(255 255 255);
    border-radius: 8px;
    box-shadow: 0 0 10px #00000021;
}

.sidebar-filter-con {
    margin-bottom: 20px;
}

.col-filter {
    margin-bottom: 0px;
    padding: 16px 14px 22px;
}

.col-filter .card {
    border: 0px;
    padding: 0px;
    background: transparent;
    /* font-size: 88%; */
    margin-top: 10px;
    color: #666;
}

.cus-filter-label {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: rgb(102, 102, 102);
    margin-bottom: 10px;
    font-size: 100%;
    padding-bottom: 6px;
    border-bottom: 1px solid #f1f1f1;
}

.cus-filter-label svg {
    transform: rotate(270deg);
    height: 14px;
    transition: all 0.2s linear 0s;
    margin-top: -4px;
}

.cus-filter-label.collapsed svg {
    transform: rotate(90deg);
}

.cus-filter-label svg path {
    stroke: rgb(102, 102, 102);
}

.col-cutom-3 hr {
    border-color: rgb(179, 179, 179);
}

.linked-filters li * {
    font-size: 110%;
    color: var(--primary);
    padding-block: 5px;
    display: flex;
}


.linked-filters a.active {
    font-weight: 500;
}

.sidebar-filter-con .form-check {
    position: relative;
}

.sidebar-filter-con .form-check.with-val>*:last-child {
    margin-inline: auto 2px;
}

.sidebar-filter-con .form-check.with-val>*:last-child img {
    width: 20px;
    filter: grayscale(1);
    opacity: 0.8;
}

.sidebar-filter-con .form-check::before {
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    border-bottom: 1px dotted #d7d7d7;
    bottom: -4px;
    right: 0;
    left: 0;
    margin-inline: auto 4px;
}


/*rg-label */

.rg-label {
    margin-inline-start: 4px;
    margin-block-end: 6px;
    font-weight: 600
}

/* plus - minus */

.mmp {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
    border-bottom: 1px dotted #d7d7d7;
    padding-block: 5px 8px;
}

.mmp .number {
    display: flex;
    justify-content: center;
}

.minus,
.plus {
    width: 23px;
    height: 23px;
    color: var(--primary);
    border: 1px solid var(--primary);
    display: inline-flex;
    text-align: center;
    border-radius: 500px;
    justify-content: center;
    font-size: 25px;
    line-height: 18px;
    font-weight: 500;
    cursor: pointer
}

.mmp input {
    height: 24px;
    width: 30px;
    border: 0px !important;
    border-radius: 4px;
    padding: 0 !important;
    display: inline-flex;
    text-align: center;
    font-size: 110% !important;
    font-weight: 600;
    color: #666;
}

.mmp-label {
    display: flex;
    align-items: center;
}

.mmp .mmp-label img {
    width: 20px;
    filter: grayscale(1);
    opacity: 0.8;
    margin-inline-end: 5px;
}

/****************/
/* input */
input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=password] {
    font-size: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    min-height: 38px;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=pass]:focus {
    border: 1px solid var(--primary);
}

/* checkboxes */

.form-check {
    display: flex;
    align-items: center;
    font-size: 85%;
    font-weight: 500;
    margin-bottom: 12px;
}

.form-check-input {
    width: 20px;
    height: 20px;
    margin-inline-end: 6px;
    margin-top: 0;
}

.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}


/********custom-scrollable***********/

.custom-scrollable {
    max-height: 160px;
}

.mCSB_dragger {
    background-color: transparent !important;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0px;
    margin-inline-end: 10px;
}

.mCSB_scrollTools {
    width: 4px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent !important
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 1) !important;
}


/* modal */
.modal-header h1 {
    color: var(--primary3);
    font-weight: 600 !IMPORTANT;
}

.btn-close {
    transition: all 0.15s linear;
}

.btn-close:hover {
    transform: rotate(90deg)
}

.modal-header {
    border-color: var(--primary1);
    background: #f5f5f5;
}

.custom-modal-footer {
    padding: 8px 18px 20px;
    display: flex;
    justify-content: space-between
}

.custom-modal-footer {
    padding: 8px 18px 20px;
}

.custom-modal-footer>* {
    width: calc(50% - 10px);
}

.modal .file-drop-area {
    width: 100% !important
}

.modal-style-2 .modal-content {
    background: #e6e6e6;
    border: 0;
    border-top: 10px solid var(--primary);

}

.modal-style-2 .modal-header {
    border: 0;
    background: transparent;
    padding-bottom: 0;
}

.modal-style-2.full-image-background .modal-body {
    padding-top: 0;
    height: calc(100vh - 150px);
}

.dialog-icon {
    text-align: center;
    position: absolute;
    background: var(--primary);
    top: -80px;
    left: 0;
    right: 0;
    border-radius: 500px;
    width: 90px;
    height: 90px;
    margin-inline: 25px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dialog-icon i {
    font-size: 70px;
    color: #fff;
}

.dialog-icon i.fa-solid {
    font-size: 50px;
}

.style2-body {
    margin-top: 28px;
    margin-bottom: 20px;
    font-size: 112%;
    padding-inline: 18px;
}

.modal-style-2 .custom-modal-footer {
    padding: 8px 18px 10px;
}

.custom-modal-footer.text-center {
    display: flex;
    justify-content: center;
}

.full-image-background .modal-content {
    background: url(../imgs/abstruct-bg.jpg);
}

.full-image-background .modal-content .btn-close {
    filter: invert(1);
    opacity: 1;
}

.full-image-background .modal-content .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.full-image-background .modal-content {
    color: #fff
}

.join-title {
    font-size: 300%;
    font-weight: 600;
    margin-bottom: 30px;
}

.full-image-background .custom-modal-footer button {
    width: 240px;
    padding-block: 10px;
    font-size: 104%;
}

/* pagination */

.active>.page-link,
.page-link.active {
    background-color: var(--primary);
    border-color: var(--primary);
}

.pagination a {
    color: #666;
}


/* back-to-top */

.back-to-top {
    position: fixed;
    z-index: 9999;
    width: 46px;
    height: 46px;
    top: auto;
    bottom: -50px;
    left: 0;
    display: flex !IMPORTANT;
    right: 0;
    background: linear-gradient(-90deg, var(--primary), var(--secondary));
    margin-inline: auto 20px;
    border-radius: 500px;
    color: #fff;
    font-size: 130%;
    box-shadow: 0px 6px 8px #0000003b;
    /* border: 3px solid #ededed; */
    cursor: pointer;
    transition: all 0.275s cubic-bezier(0.42, 0, 0.28, 1.02);
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.back-to-top.show {
    bottom: 20px;
    opacity: 1
}

.back-to-top:hover {
    background: var(--secondary)
}


/*********************/

@media only screen and (min-width: 992px) {
    .navbar .container-fluid {
        padding-block: 0;
        padding-inline: 0;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        margin-top: 12px;
    }

    .navbar-expand-lg .navbar-nav .user-dropdown+.dropdown-menu {
        margin-top: 3px;
    }

    .navbar--1 .nav-link {
        margin-inline: 0;
        margin-inline: 14px !important;
        /* padding-block: 22px; */
    }

    .nav-item.active .nav-link {}
}

@media only screen and (max-width: 991px) {
    .display-responsive {
        display: flex !important;
    }

    .display-screen {
        display: none !important;
    }

    ul.logged-in .display-responsive {
        order: -10;
        margin: 0 !important;
        padding: 0 !important;
    }

    ul.logged-in .display-responsive .user-dropdown {
        justify-content: flex-start !important;
        background: #ebecf6;
        border-radius: 10px;
        margin-bottom: 15px;
        margin-top: -10px;
        border-inline: 4px solid var(--primary) !important;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 108%;
    }

    ul.logged-in .display-responsive .user-img {
        width: 60px;
        height: 60px;
        margin-top: 0;
    }

    ul.logged-in .display-responsive>*>span:last-child {
        width: calc(100% - 80px) !important;
        /* height: 80px; */
        display: flex;
        align-items: center;
        padding-inline-start: 10px;
    }

    .logged-in>li:nth-child(4),
    .logged-in>li:nth-child(3) {
        width: max-content !important;
        flex-grow: 1;
    }

    .logged-in>li:nth-child(4) a *,
    .logged-in>li:nth-child(3) a * {
        margin-inline: auto
    }

    .logout-responsive a {
        color: #cb5151
    }

    .topbar {
        display: none;
    }

    .offcanvas {
        background: var(--gray-3);
    }

    .offcanvas-header img {
        width: 70px;
    }

    .offcanvas .navbar-nav>li {
        margin-block: 4px;
    }

    .offcanvas ul.navbar-nav>li a {
        padding-inline: 6px !IMPORTANT;
        display: flex;
        border-bottom: 1px dotted #dddddd;
        border-inline-start: 4px solid #e1e1e1;
        justify-content: space-between;
    }

    .offcanvas .btn-link-style {
        justify-content: center !important
    }

    .offcanvas .navbar-nav>li.active a {
        border-inline-start: 4px solid var(--primary)
    }

    .offcanvas a:not(.btn-link-style) {
        /* color: #404040 ! Important; */
    }

    .offcanvas a.underlined::before {
        display: none;
    }

    .offcanvas>img,
    .offcanvas .footer-icon {
        display: flex !important;
    }

    .offcanvas>img {
        position: absolute;
        z-index: -1;
        width: 220px;
        height: 220px;
        inset: 0 !important;
        margin-inline: auto -80px;
        margin-block: auto -50px;
        opacity: 0.2
    }

    .offcanvas .footer-icon {
        justify-content: center !important;
        margin-block: auto 40px;
    }

    .offcanvas .footer-icon a {
        color: var(--primary) !important;
        background: #e0e0e0
    }

    .offcanvas .footer-icon a:hover,
    .offcanvas .footer-icon a:active,
    .offcanvas .footer-icon a:focus {
        background: var(--primary) !important;
        color: #fff !important
    }

    .btn-link-style {
        margin-top: 0;
        border-inline-start: none !important;
    }

    /***********offcanvas animation**********/

    .offcanvas .offcanvas-body {
        opacity: 0;
        transform: translate(10px, 0px);
        transition: all 0.6s cubic-bezier(0.29, 0.49, 0.25, 0.97) 0.3s;
    }

    .offcanvas.show .offcanvas-body {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 0.5s;
        overflow: visible;
    }

    .offcanvas .offcanvas-header img {
        transform: translate(10px, 0px) scale(1);
        opacity: 0;
        transition: all 0.6s cubic-bezier(0.29, 0.49, 0.25, 0.97) 0.3s;
    }

    .offcanvas.show .offcanvas-header img {
        transform: translate(0px, 0px) scale(1);
        opacity: 1;
        width: 50px;
        opacity: 0.8;
    }

    .offcanvas>img {
        transform: translate(35px, 50px);
        opacity: 0;
        transition: all 1s cubic-bezier(0.29, 0.49, 0.25, 0.97);
    }

    .offcanvas.show>img {
        transform: translate(0px, 0px);
        opacity: 0.175;
        transition-delay: 1s;
    }

    .offcanvas-body {
        display: flex;
        flex-direction: column;
        height: 100%
    }

    .menu-rows>* {
        width: 100%;
        margin-bottom: 35px;
    }

    .navbar--2 {
        order: -1;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 25px;
    }

    .navbar--2>*:first-child,
    .navbar--2>*:nth-child(3) {
        width: 50%;
        margin-inline: 0 !important;
    }

    .navbar--2>*:nth-child(2) {
        order: 2;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .navbar--2>*:nth-child(2) * {
        width: 100%;
        text-align: center;
        margin-inline: 0;
        margin-top: 5px;
    }

    .navbar--2>*:first-child a {
        background: #dcdcdc;
        border-radius: 5px;
        margin-inline: 0 !important;
        justify-content: center !important;
        display: flex;
    }

    .navbar--2 a {
        border-inline: 0 !important
    }

    .footer-icon {
        /* margin-block: auto 0 !important; */
    }

    .offcanvas-header {
        position: relative;
        z-index: 0;
        background: transparent;
    }

    .offcanvas-body {
        position: relative;
        z-index: 999999999999999;
    }

    .offcanvas-body .lang-mode-switcher {
        /* order: -1; */
        margin-inline: auto 60px !important;
        /* margin-bottom: 18px; */
        /* margin-top: -4px; */
        left: 0;
        right: 0;
        position: absolute;
        display: flex;
        min-width: 60px;
        width: 60px;
        top: -60px;
        /* z-index: 9999999999999999; */
        /* transform: translate(230px, -20px); */
    }

    .offcanvas-body .lang-mode-switcher a {
        border: 0 !important
    }

    .navbar-nav .dropdown-menu {
        margin-inline: 6px;
    }

    .navbar-nav ul.dropdown-menu li a {
        border-inline: 0 !important;
        padding-inline-start: 20px !important;
        display: flex !important;
    }

    .lang-mode-switcher ul .form-check {
        margin-inline-start: 10px;
    }

    .cr {
        margin-top: 14px;
    }

    /********************/
    .filters {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .filters ul {
        display: flex;
        width: 100%;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

}

@media only screen and (min-width: 767px) and (max-width: 991px) {}

@media only screen and (max-width: 767px) {

    .footer {
        padding-top: 22px;
    }

    #footer .row>* {
        margin-block: 6px;
    }

    .cr {
        margin-top: 10px;
        font-size: 85%;
    }


}

@media only screen and (max-width: 575px) {}

header {
    position: relative;
}

.banner-container {
    height: 100vh;
    color: #fff;
}

.banner-container>*,
.banner-container>*>*,
.banner-container>*>*>*:not(.swiper-pagination),
.banner-container>*>*>*:not(.swiper-pagination)>*:not(.swiper-pagination) {
    height: 100%
}

.main-slider .swiper-pagination {
    bottom: 160px;
    display: flex;
    justify-content: center;
    z-index: 8888;
    height: 20px;
}

.main-slider .swiper-pagination span {
    background: #ffffff;
    opacity: 0.6;
    width: 14px;
    height: 14px;
}

.main-slider .swiper-pagination span.swiper-pagination-bullet-active {
    background: var(--primary);
    opacity: 1;
}

.main-slider-per {
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: 50%;
    padding-bottom: 50px;
}

.navs-containers.fixed+.banner-container {
    margin-top: 60px
}

.banner-title {
    font-size: 240%;
    font-weight: 600;
    margin-bottom: 10px;
}

.banner-desc {
    font-size: 128%;
}

.banner-link {
    margin-top: 20px
}

.padd-bottom-1 {
    padding-block-end: 20px
}

.padd-top-1 {
    padding-block-start: 20px
}

.padd-bottom-2 {
    padding-block-end: 40px
}

.padd-top-2 {
    padding-block-start: 40px
}

/*over-3*/

.over-3 {
    transform: scale(-1, -1);
}

/*section-1*/

.section-team,
.section-1 {
    position: relative;
    z-index: 0;
}

.section-team:before,
.section-1:before {
    content: "";
    background: url(../imgs/pic-f.jpg);
    background-size: cover;
    position: absolute;
    inset: 0;
    filter: contrast(2);
    opacity: 0.175;
    z-index: -1;
}

.section-team:before {
    background-image: url(../imgs/pic-d.jpg);
    filter: grayscale(1);
}

/*per-service */

.per-service {
    height: 300px;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
}

.per-service img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.per-service span {
    background: #545ae8b8;
    position: absolute;
    z-index: 2;
    color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 8px;
    font-weight: 500;
    font-size: 130%;
    transition: all 0.35s cubic-bezier(0.42, 0, 0, 0.97);
}

.per-service:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #1d1e2d;
    z-index: 0;
    opacity: 0;
    display: flex;
    transition: all 0.2s linear;
}

.per-service:hover:before {
    opacity: 0.75;
}


.per-service:hover span {
    background: #545ae8e8;
    padding-bottom: 30px;
}

.per-service .add-order {
    position: absolute;
    inset: 0;
    height: 100%;
    transform: translate(0%, -25px);
    z-index: 9;
    background: transparent;
    opacity: 0;
    padding-bottom: 0 !important;
}

.per-service:hover .add-order {
    position: absolute;
    background: transparent;
    opacity: 1;
    transform: translate(0%, -10px);
    padding-bottom: 0 !important;


}


.swiper-button-prev,
.swiper-button-next {
    background-color: #fff;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    border: 1px solid var(--primary);
    transition: all 0.2s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: var(--secondary)
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary);
}

.swiper-button-next {
    margin-inline: auto -8px;
}

.swiper-button-prev {
    margin-inline: -8px auto;
}

.section-more {
    margin-block: 40px
}

.section-more a {
    min-width: 120px;
}

/*section-title*/

.section-title {
    font-size: 185%;
    font-weight: 600;
    margin-bottom: 16px;
}

.not-center.section-title {
    margin-bottom: 24px
}

.title-line {
    width: 10px;
    height: 10px;
    background: var(--primary);
    border-radius: 24px;
    display: flex;
    position: relative;
    margin-inline: auto;
    margin-top: 6px;
}

.title-line:before,
.title-line:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background: linear-gradient(-50deg, var(--secondary), var(--primary));
    top: 4px;
    border-radius: 100px;
    left: 0;
    right: 0;
    margin-inline: 15px auto;
}

.title-line:before {
    margin-inline: auto 15px;
    transform: scale(-1)
}

.not-center .title-line {
    margin-inline: 86px auto;
}

.section-sub-title {
    font-size: 110%;
    margin-bottom: 12px;
    margin-bottom: 20px;
}

.section-title>span:nth-child(2) {
    color: var(--primary)
}


/* get your app */

.get-app {
    background-color: var(--mocca);
    /* padding-block: 8px; */
    /* border-top: 2px solid #d3d3d3; */
}

.get-app .row {
    align-items: center;
}

.get-app .row>*:first-child {
    font-size: 160%;
    font-weight: 600;
    color: #333;
}

.appdownload .flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.appdownload .flex a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-btn {
    width: 45%;
    max-width: 160px;
    color: rgb(255, 255, 255);
    margin: 0px;
    text-align: left;
    border-radius: 5px;
    text-decoration: none;
    font-family: "Lucida Grande", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    padding-block: 6px;
    margin-block: 10px;
}

.app-btn:not(:last-child) {
    margin-inline-end: 20px;
}

.app-btn.blu {
    background-color: rgb(16, 16, 16);
    transition: all 0.15s linear 0s;
}

.app-btn.blu:hover {
    background-color: rgb(108, 108, 108);
    transform: translate(0px, -3px);
    color: #fff
}

.app-btn i {
    width: 20%;
    text-align: center;
    font-size: 32px;
    margin-right: 7px;
}

.app-btn p {
    margin-bottom: 0px;
}

.app-btn .big-txt {
    font-size: 17px;
    text-transform: capitalize;
}

.mobile-image img {
    width: 80%;
    margin-inline: auto;
    display: flex;
}

/* like */
.like-btn {
    border: 0;
    background: transparent;
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    line-height: 36px;
    border-radius: 500px;
    background: #ffffffd1;
    padding-top: 2px;
}

.like-btn i {
    font-size: 20px
}

.like-btn .filled {
    display: none;
}

.like-btn.liked .filled {
    display: flex;
}

.like-btn.liked .lined {
    display: none;
}

.like-btn i {
    color: #777
}

.like-btn.liked i {
    color: var(--primary)
}

/* share */

.share a {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
    border-radius: 500px;
    background: #ffffffd1
}

.share a img {
    filter: grayscale(1);
    width: 17px;
    margin-top: -1px;
}

/* products */

.product-row-items>* {
    margin-bottom: 20px
}

.product {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #f1f1f1;
    height: 100%;
}

.product .img-con {
    display: flex;
    height: 200px;
    overflow: hidden
}

.product .img-con img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50%;
    transition: all 0.5s cubic-bezier(0.76, 0.12, 0.22, 0.98)
}

.product:hover .img-con img {
    transform: scale(1.1)
}

.new {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    margin-inline: 8px auto;
    top: 12px;
    z-index: 1;
}

.new>img {
    width: 36px;
}

.new>span {
    position: absolute;
    color: #fff;
    font-size: 76%;
    font-weight: 600;
}

.product-tools {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    width: 40px;
    left: 0;
    right: 0;
    margin-inline: auto 8px;
    align-items: center;
    top: 14px;
    z-index: 1;
}

.crud-iconic {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.crud-iconic:first-child {
    background: #FFC107;
    color: #111
}

.crud-iconic:last-child {
    background: #d42929;
    color: #fff
}

.crud-iconic:hover {
    background: #222;
    color: #fff
}

.company {
    padding: 6px 10px;
    background: linear-gradient(-50deg, var(--secondary), var(--primary));
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.company img {
    width: 32px;
    height: 32px;
    border-radius: 400px;
    margin-inline-end: 10px;
}

.price-row {
    display: flex;
    padding: 8px 10px;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    margin-bottom: 0;
}

.price-row>.left>* {
    background: #e6e6e6;
    padding: 2px 10px;
    border-radius: 10px;
    font-weight: 600
}

.price-row>.left>*.sale {
    background: #71d1a5;
    color: #fff
}

.price-row>.left>*.rent {
    background: #dfaf35;
    color: #fff
}

.price-row .right {
    display: flex;
    flex-direction: column;
}

.new-price {
    font-size: 140%;
    font-weight: 600;
}

.old-price {
    font-size: 95%;
    font-weight: 500;
    color: #e52e2e;
    text-decoration: line-through;
}

.product-title {
    font-weight: 600;
    font-size: 110%;
    color: var(--primary);
}

.product-title,
.product .cat {
    padding: 14px 10px;
}

.product-title,
.product .cat {
    border-bottom: 1px solid #00000012;
    display: flex;
    align-items: center;
}

.product .cat i {
    margin-inline-end: 6px
}

.change-layout-container .row-property-item .product {
    display: flex;
    flex-direction: row;
}

.change-layout-container .row-property-item .product .img-con {
    height: unset;
    width: 240px;
}

.change-layout-container .row-property-item .product>div:last-child {
    width: calc(100% - 240px);
}

.change-layout-container .row-property-item .product .company {
    background: none;
    color: #111;
    margin-top: 10px
}

.change-layout-container .row-property-item .product .product-tools {
    left: 192px;
    right: auto;
}

.change-layout-container .row-property-item .product .price-row {
    padding-inline-end: 16px
}

@media only screen and (max-width: 991px) {
    .change-layout-container .row-property-item .product .img-con {
        width: 200px;
    }

    .change-layout-container .row-property-item .product>div:last-child {
        width: calc(100% - 200px);
    }

    .change-layout-container .row-property-item .product .product-tools {
        left: 152px;
        right: auto;
    }

}


/* Select 2 */

.select2.select2-container {
    width: 100% !important
}

.select2.select2-container .select2-selection {
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    height: 38px;
    outline: none;
    transition: all .15s ease-in-out
}

.select2.select2-container .select2-selection .select2-selection__rendered {
    color: #333;
    line-height: 36px;
    padding-right: 33px;
    font-size: 13px;
    font-weight: 600;
    color: #666
}

.select2.select2-container .select2-selection .select2-selection__arrow {
    background: #f8f8f8;
    border-left: 1px solid #f1f1f1;
    border-radius: 0 8px 8px 0;
    height: 36px;
    width: 33px
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background: #f8f8f8
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
    border-radius: 0 3px 0 0
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple,
.select2.select2-container.select2-container--focus .select2-selection {
    border: 1px solid #34495e
}

.select2.select2-container .select2-selection--multiple {
    height: auto;
    min-height: 34px
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 32px
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 0 4px;
    line-height: 29px
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 4px 4px 0 0;
    padding: 0 6px 0 22px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    position: relative
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    margin: 0;
    text-align: center;
    color: #e74c3c;
    font-weight: 700;
    font-size: 16px
}

.select2-container .select2-dropdown {
    background: transparent;
    border: none;
    margin-top: -5px
}

.select2-container .select2-dropdown .select2-search {
    padding: 0
}

.select2-container .select2-dropdown .select2-search input {
    outline: none;
    border: 1px solid #0000002e;
    border-bottom: none;
    padding: 4px 6px
}

.select2-container .select2-dropdown .select2-results {
    padding: 0
}

.select2-container .select2-dropdown .select2-results ul {
    background: #fff
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary) !important
}

/**/


/* Change view */


.change-view {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px #00000021;
    padding: 15px;
    margin-bottom: 24px
}

.change-view>span:not(:last-child) {
    -webkit-margin-end: 16px;
    -moz-margin-end: 16px;
    margin-inline-end: 16px
}

.change-view>span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
    color: #999;
    cursor: pointer;
    font-size: 160%;
    opacity: .7;
    padding: 3px 5px;
    border: 1px solid #c9c9c9;
}

.change-view>span.active {
    opacity: 1;
    color: var(--primary);
    border-color: var(--secondary);
}

/**********Product Details***********/


.gallery-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 30px;
}

.gallery-main {
    width: calc(100% - 90px);
    height: 440px;
    position: relative;
}

.gallery-main a {
    display: flex;
}

.gallery-main a img {
    position: absolute;
    inset: 0 !important;
    width: 100%;
}

.gallery-main img {
    height: 100%;
    object-fit: cover;
    object-position: 50% center !important;
    border-radius: 10px;
}

.gallery-main .swiper-button-prev,
.gallery-main .swiper-button-next {
    background-color: transparent;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    border: 0;
    transition: all 0.2s;
}

.gallery-main .swiper-button-prev:after,
.gallery-main .swiper-button-next:after {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.gallery-title {
    position: absolute;
    top: 2px;
    right: 15px;
    font-family: Epilogue, sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.18) 0px 0px 10px;
    color: rgb(255, 255, 255);
}

.swiper-slide-active .gallery-title {
    animation: 0.3s ease-in 0s 1 normal both running slide-in;
}

.gallery-thumbs {
    order: -1;
    width: 80px;
    height: 300px;
}

.gallery-thumbs .swiper-slide img {
    transition: all 0.3s ease 0s;
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: 50% center;
    border-radius: 8px;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 0.9;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}



.product-details {
    position: relative
}

.pd-row .pd-title {
    font-size: 160%;
    font-weight: 700;
    margin-bottom: 10px;
    padding-inline-end: 46px;
}

.pd-row .pd-company {
    padding-block: 6px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.pd-row .pd-company img {
    width: 32px;
    height: 32px;
    border-radius: 400px;
    margin-inline-end: 10px;
}

.pd-row .price-row {
    padding: 8px 0px;
    position: relative;
}

.pd-row .new {
    margin-inline: auto 0;
    left: 0;
    right: 0;
}

.product-details .product-tools {
    flex-direction: row;
    position: relative;
    inset: unset;
    margin-top: 10px;
    width: unset;
}

.product-details .product-tools .share a {
    margin-bottom: 0
}

.pd-row .rating {
    margin-bottom: 10px
}

.pd-row .rating i {
    color: var(--primary)
}

.pd-row .new-price {
    font-size: 200%
}

.pd-row .old-price {
    font-size: 120%
}

.product-details .cat {
    margin-top: 12px;
    border-top: 1px solid #e9e9e9;
    padding-top: 12px;
}

.product-details-desc {
    margin-top: 4px;
}

.product-details .cat i {
    color: var(--primary);
    margin-inline-end: 4px
}

.tools-cont {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 15px;
}

.tools-cont>*:first-child {
    margin-inline: 0 auto;
    width: 50%;
}

.fa-cart-shopping {
    margin-inline-end: 5px;
}

/*tabs-style-2*/

.tabs-style-2 .nav {
    background-color: #f4f4f4;
    border-radius: 6px;
    margin-bottom: -10px !important;
}

.tabs-style-2 .nav li {
    margin-inline-end: 15px !important;
}

.tabs-style-2 .nav li:last-child {
    margin-inline-end: 0 !important;
}

.tabs-style-2 .nav li button {
    padding-inline: 15px !important;
    margin-inline: 0;
    min-width: 120px;
    font-weight: 500;
    color: #222;
    padding-block: 12px;
}

/* Steps */

.steps {
    margin-top: -12px;
    margin-bottom: 20px;
}

.steps ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.steps ul li:nth-child(2) {
    margin-inline: 20px
}

.steps ul:before {
    content: "";
    height: 8px;
    width: 158px;
    position: absolute;
    background: var(--primary);
    border-radius: 100px;
    top: 16px;
    z-index: -1
}

.steps ul a {
    cursor: context-menu;
}

.steps ul a.active {
    cursor: pointer;
}

.steps ul a span {
    /* font-weight: 500; */
    width: 40px;
    height: 40px;
    background: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    font-size: 22px;
    /* font-family: fantasy; */
    font-weight: 700;
    color: #ffffffb8;
}

.steps ul a.active span {
    color: var(--secondary);
}

/********bolded-colored*******/

.bolded-colored .form-label {
    font-weight: 600;
}

.bolded-colored .select2.select2-container .select2-selection .select2-selection__rendered {
    font-weight: normal;
}

/***************/

/***** providder-main-info ****/

.providder-main-info {
    display: flex;
    background: #f5f5f5;
    padding: 25px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    padding-inline-start: 45px;
}

.providder-main-info:before {
    content: "";
    position: absolute;
    height: 360%;
    width: 110px;
    z-index: 99;
    display: flex;
    inset: 0;



    width: 0;
    height: 0;
    border-top: 150px solid var(--secondary);
    border-right: 60px solid transparent;
}

.pmi-img {
    display: inline-flex;
    width: 120px;
    height: 120px;
    border-radius: 500px;
    border: 5px solid #fff;
    overflow: hidden;
    box-shadow: 0 0 8px #0000001f;
    margin-inline-end: 18px;
    align-items: center;
}

.pmi-img img {
    object-fit: cover;
    object-position: 50%;
    width: 100%;
    height: 100%;
}

.pmi-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 142px);
}

.pmi-content .name {
    font-weight: 600;
    font-size: 20px;
    color: #444;
    margin-bottom: 5px;
}

.pmi-content .rating {
    color: var(--primary);
    margin-bottom: 5px;
}

.pmi-number-of-services {
    margin-bottom: 20px;
    color: #535353;
}

/* gallery */

.gallery-section {
    padding-block: 40px
}

.column-images {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    align-content: space-between;
}

.right-img {
    width: calc(50% - 14px);
    display: -ms-inline-flexbox;
    display: inline-flex;
    /* margin-bottom: 12px; */
}

.right-img.qr-code,
.right-img a {
    height: 138px
}

.right-img:nth-child(2n) {
    -webkit-margin-start: 12px;
    -moz-margin-start: 12px;
    margin-inline-start: 12px
}

.right-img:nth-child(odd) {
    -webkit-margin-end: 12px;
    -moz-margin-end: 12px;
    margin-inline-end: 12px
}

.right-img:last-child,
.right-img:nth-last-child(2) {
    margin-bottom: 0
}

.right-img:nth-child(4) {
    position: relative;
}

.right-img:nth-child(4) span {
    position: absolute;
    inset: 0;
    bottom: 0;
    width: 70px;
    height: 45px;
    font-weight: 600;
    z-index: 2;
    margin-block: auto 0;
    margin-inline: auto 0;
    font-size: 32px;
    color: #FFF;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    text-shadow: 0 -1px 7px #000, 0 0 7px #000;
}

.main-img a {
    height: 300px;
}

.main-img a img,
.right-img a img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50%;
    object-position: 50%;
    height: 100%;
    width: 100%;
    transition: all .3s linear
}

.main-img a,
.right-img a {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background: #000
}

.main-img {
    height: auto
}

.right-img.qr-code {
    background-color: var(--blue);
    border-radius: 12px;
    overflow: hidden;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

.right-img.qr-code img {
    -o-object-fit: contain;
    object-fit: contain;
    height: calc(100% - 30px);
    width: 100%
}

.main-img a:hover img,
.right-img a:hover img {
    opacity: .5
}

.main-img a i,
.right-img a i {
    position: absolute;
    color: #fff;
    font-size: 200%;
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 10px;
    margin-inline: -40px auto;
    opacity: 0;
    transition: all .3s cubic-bezier(.42, 0, .06, 1)
}

.main-img a:hover i,
.right-img a:hover i {
    opacity: 1;
    margin-inline: 12px auto
}


/* review card */
.reviews .card {
    background: #fcfcfc;
    border: 0
}

.review-card {
    display: flex;
    align-items: flex-start;
    padding: 10px 15px;
    border-bottom: 1px solid #f5f5f5;
}

.review-avatar {
    width: 50px;
    height: 50px;
    background-color: #b7c1ca;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 24px;
    margin-inline-end: 15px;
    margin-top: 10px;
}

.review-content {
    /* flex: 1; */
    width: calc(100% - 65px);
}

.rivewer-name {
    font-weight: 600;
    font-size: 110%;
}

.review-content .rating {
    font-size: 85%;
    margin-block: 5px;
}

.review-content i {
    color: var(--primary)
}

/* modal video */

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* Aspect ratio: 16:9 */
    height: 0;
    overflow: hidden;
}

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

/* readmore */
.text-container {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.text-content {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    max-height: 3.6em;
    transition: max-height 1s ease, white-space 1s ease;
}

.text-content.expanded {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    max-height: 1000px;
}

.read-more-btn {
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    margin-top: 0;
    display: block;
    box-sizing: border-box;
    color: var(--primary);
    font-weight: 500;
    transition: color 0.3s ease;
}

.read-more-btn:hover {
    background-color: transparent;
    color: var(--secondary);
}

/*service-provider-map-container*/
.service-provider-map-container iframe {
    height: 260px;
    width: 100%;
}

/* Drag and Drop */
/* 
#drop-area {
    border: 2px dashed #007bff;
    padding: 20px;
    border-radius: 8px;
    cursor: pointer;
}

#drop-area.highlight {
    background-color: #e9ecef;
}

#fileList p {
    margin: 0;
} */


/* Price tables */

.price-tables-row {
    margin-top: 10px;
}

.price-tables-row>* {
    margin-bottom: 30px;
}

.price-card {
    background: #fafafa;
    padding: 30px 25px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.price-card:before {
    position: absolute;
    content: "";
    top: 0;
    right: -35px;
    width: 58px;
    height: 58px;
    background: var(--secondary);
    opacity: 0.7;
    border-radius: 8px;
    transform: rotate(45deg);
}

.price-card:after {
    position: absolute;
    content: "";
    top: 30px;
    right: -35px;
    width: 58px;
    height: 58px;
    background: var(--primary);
    opacity: 0.8;
    border-radius: 8px;
    transform: rotate(45deg);
}

.price-card h2 {
    font-size: 26px;
    font-weight: 600;
    color: var(--primary)
}

.price-card .btn {
    font-size: 95%;
    border-radius: 100px;
    padding: 0 25px;
    border: 0;
    width: 110px;
    margin-inline: auto 0;
}

.price-card .btn.btn-primary {
    border: 0 !important;
    margin-block: auto 0;
}

.price-card .btn:hover {
    color: #000 !important;
    background: var(--secondary) !important;
}

div:nth-child(even)>.price-card:not(.bought-price-card) {
    background: #fff;
    border: 1px solid #ebebeb;

}

.price-card.bought-price-card {
    background: #fff !important
}

.price-card:hover .btn {
    background: var(--primary);
    border-color: var(--primary);
}

p.price span {
    display: inline-block;
    padding: 35px 15px 25px;
    padding-right: 0;
    font-size: 50px;
    font-weight: 600;
    color: var(--primary);
    position: relative;
}

p.price span:before {
    position: absolute;
    font-size: 16px;
    top: 25px;
    font-weight: 500;
    left: 0;
}

.pricing-offers {
    padding: 0 0 10px;
}

.bought-price-card .pricing-offers {
    margin-top: 10px;
    padding: 0;
    margin-bottom: 2px;
}

.bought-price-card>*:last-child {
    display: flex;
    justify-content: flex-end;
    color: var(--primary);
    align-items: center;
}

.pricing-offers li {
    padding: 0 0 16px;
    line-height: 18px;
    list-style-type: none;
}

.bought-price-card .pricing-offers li {
    padding: 5px 0;
}

.bought-price-card .pricing-offers strong {
    color: #686868;
    font-weight: 500 !important
}

.bought-price-card i {
    display: inline-flex;
    margin-inline-end: 5px;
    color: #515151;

}

.btn.btn-mid {
    line-height: 40px;
    padding: 0 20px;
}

.btm-border {
    border-bottom: 1px solid #cacaca
}

/* collecting-points */

.collecting-points {
    background: #f9f9f9;
    padding: 30px 24px;
    border-radius: 8px;
}

.collecting-points+hr {
    border-color: #cccccc !important;
    margin-bottom: 25px;
}

.collecting-desc {
    font-size: 115%
}

.collecting-desc a {
    font-weight: 600;
    display: inline-flex;
    position: relative;
    color: var(--primary);
}

.collecting-desc a:before {
    transform: scaleX(0) !IMPORTANT;
    transform-origin: right bottom !IMPORTANT;
    background: var(--secondary)
}

.collecting-desc a:hover:before {
    transform: scaleX(1) !IMPORTANT;
    transform-origin: left bottom !IMPORTANT;
}

/* progressbar */

.progress-bar {
    background: linear-gradient(45deg, var(--primary), var(--secondary));
}

@media only screen and (max-width: 991px) {
    .menu-rows {
        display: flex;
        flex-direction: column;
    }

    .over-footer {
        margin-bottom: -1px;
    }

    .column-images {
        margin-top: 20px
    }

    .column-images>* {
        margin-bottom: 25px
    }

    .gallery-section>*>*>*>*:not(:first-child) .main-img {
        margin-top: 25px
    }


}

@media only screen and (max-width: 767px) {
    .logo-footer {
        margin-top: -14px
    }

    .providder-main-info {
        flex-direction: column;
    }

    .providder-main-info>.pmi-content {
        width: 100%;
    }

    .nav-pills {
        width: 100%;
        overflow-x: visible;
        overflow-y: hidden;
        display: flex;
        flex-wrap: nowrap;
    }

    .nav-pills>li>* {
        width: max-content
    }

    .per-order>*>* {
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
    }

    .order-number {
        margin-inline: auto 0
    }
}

@media only screen and (max-width: 575px) {
    .main-slider .swiper-pagination {
        bottom: 54px;
    }

    .banner-container {
        height: calc(85vh - 150px);
    }

    .banner-title {
        font-size: 200%;
    }

    .pmi-img {
        margin-inline-end: 0px;
        margin-inline: auto;
    }

    .team-img {
        width: 200px;
    }

    .main-slider-per {
        background-position: 100% center
    }

    .gallery-thumbs {
        display: none;
    }

    .gallery-main {
        width: calc(100%);
        height: 440px;
    }

}