@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

body {
    font-family: "Montserrat", sans-serif;
    scroll-behavior: smooth;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

button,
input {
    border: none;
    outline: none;
    background-color: transparent;
}

.alert {
    text-align: center;
}

a {
    text-decoration: none;
    color: inherit;
}

.hidden {
    display: none;
}

.mb-20px {
    margin-bottom: 20px;
}

.general-header .header-top-info {
    padding: 1rem 0;
    font-size: 15px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}

.general-header .header-top-info .top-info {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.general-header .header-top-info .top-info li a {
    display: flex;
    align-items: center;
    gap: 7px;
}

.general-header .header-top-info .lang {
    z-index: 9;
}

.general-header .header-top-info .lang li {
    z-index: 9;
    cursor: pointer;
    position: relative;
}

.general-header .header-top-info .lang li ul {
    position: absolute;
    left: 0;
    top: auto;
    border-radius: 4px;
    padding: 5px 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background-color: #fff;
    display: none;
}

.general-header .header-top-info .lang li ul li {
    cursor: pointer !important;
    padding: 2px 8px;
    border-left: 1px solid transparent;
    transition: 0.3s ease;
}

.general-header .header-top-info .lang li ul li:hover {
    border-color: #ccc;
}

.general-header .header-middle {
    padding: 10px 0;
}

.general-header .header-middle .logo {
    max-width: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.general-header .header-middle .logo img {
    width: 100%;
    height: auto;
}

.general-header .header-middle .search {
    width: 70%;
    margin: 0 auto;
}

.general-header .header-middle .search form {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.general-header .header-middle .search form input {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: none;
    border-radius: 10px 0 0 10px;
    padding: 0 10px;
    outline: none;
}

.general-header .header-middle .search form button {
    width: 60px;
    background-color: #004994;
    display: flex;
    align-items: center;
    height: 100%;
    border-radius: 0 10px 10px 0;
    justify-content: center;
    transition: 0.3s ease;
}

.general-header .header-middle .search form button:hover {
    background-color: #E84E0F;
}

.general-header .header-middle .header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.5rem;
}

.general-header .header-middle .header-actions.header-actions-mobile {
    display: none;
}

.general-header .header-middle .header-actions li a {
    position: relative;
}

.general-header .header-middle .header-actions li a .count {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    background-color: #E84E0F;
    color: #fff;
    font-size: 11px;
    border-radius: 20px;
    position: absolute;
    left: 16px;
    top: -7px;
}

.general-header .header-bottom {
    background-color: #004994;
    /* padding: 20px; */
}

.general-header .header-bottom .top-info,
.general-header .header-bottom .mobile-logo,
.general-header .header-bottom .mobile-top-header,
.general-header .header-bottom .lang-mobile {
    display: none;
}

.general-header .header-bottom nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.general-header .header-bottom nav ul li {
    padding: 20px;
}

.general-header .header-bottom nav ul li a {
    font-family: 'Nunito Sans', sans-serif;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    transition: 0.3s ease;
    font-size: 19px;
}
.general-header .header-bottom nav ul li.has-sub a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}
.general-header .header-bottom nav ul li a i.fa-chevron-down {
    transition: all .3s;
}
.general-header .header-bottom nav ul li a:hover {
    color: #ccc;
}
.general-header .header-bottom nav ul li a:hover i.fa-chevron-down,
.general-header .header-bottom nav ul li.active a i.fa-chevron-down{
    transform: rotate(180deg);
}
.hero-banner {
    height: 530px;
    position: relative;
    margin-bottom: 60px;
}

.hero-banner .swiper-slide {
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: center;
}

.hero-banner .swiper-slide:after {
    background-color: rgba(0, 0, 0, 0.16);
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
}

.hero-banner .swiper-slide .hero-inner {
    position: absolute;
    left: 10%;
    top: 40%;
    z-index: 2;
    transform: translateY(-50%);
}

.hero-banner .swiper-slide .hero-inner h2 {
    font-size: 60px;
    margin-bottom: 30px;
    color: #fff;
}

.hero-banner .swiper-slide .hero-inner .desc-hero {
    color: #fff;
    max-width: 600px;
    margin-bottom: 30px;
}

.hero-banner .swiper-slide .hero-inner .more-about {
    background-color: #004994;
    color: #fff;
    font-weight: 500;
    border-radius: 10px;
    width: 250px;
    font-size: 17px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.3s ease;
}

.hero-banner .swiper-slide .hero-inner .more-about:hover {
    background-color: #E84E0F;
    opacity: 0.9;
}

.hero-banner .arrow {
    position: absolute;
    top: 50%;
    background-color: #004994;
    border-radius: 50%;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    z-index: 99;
    transition: 0.3s ease;
}

.hero-banner .arrow:hover {
    background-color: #E84E0F;
    transform: scale(1.01);
}

.hero-banner .arrow.prev {
    left: 30px;
}

.hero-banner .arrow.next {
    right: 30px;
}

.hero-banner:hover .arrow {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.all-products .filter-btn {
    display: none;
}

.all-products select {
    border: 1px solid #efefef;
    outline: none;
    padding: 16px;
    font-size: 16px;
    padding: 5px 20px;
}

.all-products .product-box {
    border: 1px solid #e3e5eb;
    border-radius: 10px;
    margin-bottom: 2rem;
    padding: 0 5px;
}

.all-products .product-box .box-top-content .img {
    width: auto;
}

.all-products .filter {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    background-color: #fff;
    padding: 20px;
}

.all-products .filter .filter-header {
    display: none;
}

.all-products .filter .filter-head {
    color: #004994;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    cursor: pointer;
}

.all-products .filter .filter-body .filter-items label {
    cursor: pointer;
    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 10px;
}

.all-products .filter .filter-body .filter-items .form-check-input {
    box-shadow: none !important;
}

.all-products .filter .filter-body .filter-items .form-check-input:checked {
    background-image: url("../images/icons/check.svg");
    float: none;
    box-shadow: none !important;
    padding: 8px;
    background-color: #004994 !important;
    border-color: #004994 !important;
    cursor: pointer;
}

.btn-form {
    text-align: center;
    display: inline-block;
    background-color: #004994;
    color: #fff;
    text-transform: capitalize;
    padding: 8px 16px;
    width: 90%;
    margin: 0 auto;
    transition: 0.3s ease;
}

.all-products .filter .btn-reset {
    margin-bottom: 15px;
}

.all-products .filter .btn-form:hover {
    background-color: #E84E0F;
}

.product-detail {
    padding: 60px 0;
}

.product-detail .swiper-button-next:after {
    font-size: 30px !important;
    color: #004994;
}

.product-detail .swiper-button-prev:after {
    font-size: 30px !important;
    color: #004994;
}

.product-detail .gallery-top {
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    height: 520px !important;
}

.product-detail .gallery-top .swiper-wrapper {
    height: 520px;
}

.product-detail .gallery-top .swiper-wrapper .swiper-slide {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 520px;
}

.product-detail .gallery-top .swiper-wrapper .swiper-slide .img {
    height: 520px;
    max-width: 520px;
}

.product-detail .gallery-top .swiper-wrapper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

.product-detail .gallery-thumbs {
    margin-top: 30px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.product-detail .gallery-thumbs .swiper-slide {
    position: relative;
    transition: border 0.15s linear;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    height: calc(100% - 2px);
}

.product-detail .gallery-thumbs .swiper-slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}

.product-detail .product-name {
    color: #000000;
    font-size: 36px;
    text-transform: capitalize;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 18px 0;
}

.product-detail .product-price {
    display: flex;
    margin-bottom: 30px;
    gap: 20px;
    font-size: 36px;
    color: #000000;
    line-height: 30px;
    font-weight: 500;
}

.product-detail .product-price .old-price {
    font-size: 25px;
    text-decoration: line-through;
    opacity: 0.7;
    color: #666;
}

.product-detail .product-desc {
    color: #181818;
    line-height: 30px;
    margin-bottom: 20px;
}

.product-detail .product-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.product-detail .cart-plus-minus {
    display: inline-block;
    width: 150px;
    height: 50px;
    overflow: hidden;
    padding: 0;
    position: relative;
    background: #505050;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}

.product-detail .cart-plus-minus .qtybutton {
    color: #fff;
    cursor: pointer;
    float: inherit;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 50px;
    border: 1px solid #ebebeb;
}

.product-detail .cart-plus-minus input.cart-plus-minus-box {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: left;
    font-size: 14px;
    appearance: none;
    pointer-events: none;
    height: 50px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 162px;
    outline: none;
    border: 1px solid #ebebeb;
}

.product-detail .cart-plus-minus .inc.qtybutton {
    height: 50px;
    padding-top: 14px;
    right: 0;
    top: 0;
}

.product-detail .cart-plus-minus .dec.qtybutton {
    height: 50px;
    left: 0;
    padding-top: 14px;
    top: 0;
}

.product-detail .product-code {
    color: #666;
    margin-bottom: 10px;
}

.product-detail .product-code span {
    font-weight: 500;
    color: #004994;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 5px;
}

.product-detail .add-cart {
    position: relative;
    padding: 0 35px;
    height: 50px;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    text-transform: capitalize;
    display: inline-block;
    margin-left: 10px;
    background: #004994;
    display: flex;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    letter-spacing: 1px;
}

.product-detail .add-cart:hover {
    background-color: #E84E0F;
}

.gallery {
    padding: 76px 0;
}

.gallery .video-gallery {
    position: relative;
}

.gallery .video-gallery .play-icon {
    padding: 20px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.gallery .video-gallery .play-icon img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 50px;
    border-radius: 50%;
    animation: pulse-tertiary 1s infinite;
}

.gallery .nav-tabs {
    display: flex;
    border: none;
    flex-direction: column;
}

.gallery .nav-tabs li a {
    border: none;
    color: #333;
}

.gallery .nav-tabs li a.active {
    color: #004994;
    position: relative;
}

.gallery .nav-tabs li a.active:after {
    position: absolute;
    content: "";
    border-radius: 1px;
    left: -6px;
    height: 3px;
    transform: rotate(90deg);
    background-color: #004994;
    width: 30px;
    bottom: 20px;
}

.gallery .img {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.works {
    padding: 76px 0;
}

.works .nav-tabs {
    display: flex;
    border: none;
    flex-direction: column;
}

.works .nav-tabs li a {
    border: none;
    color: #333;
}

.works .nav-tabs li a.active {
    color: #004994;
    position: relative;
}

.works .nav-tabs li a.active:after {
    position: absolute;
    content: "";
    border-radius: 1px;
    left: -6px;
    height: 3px;
    transform: rotate(90deg);
    background-color: #004994;
    width: 30px;
    bottom: 20px;
}

.works .work-item-single {
    margin-bottom: 30px;
}

.works .work-item-single .row .col-lg-6 {
    flex: 1;
    display: flex;
    align-items: stretch;
}

.works .work-item-single .work-img {
    width: 100%;
}

.works .work-item-single .work-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.works .work-item-single .work-text {
    background-color: #F4F5FA;
    padding: 60px 20px;
    width: 100%;
}

.works .work-item-single .work-text .category {
    color: #004994;
    margin-bottom: 15px;
    font-size: 14px;
    text-transform: uppercase;
}

.works .work-item-single .work-text .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.works .work-item-single .work-text .desc {
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 35px;
}

.works .work-item-single .work-text .about-link {
    display: flex;
    background-color: #004994;
    text-transform: capitalize;
    padding: 20px;
    justify-content: space-between;
    color: #fff;
    height: 65px;
    max-width: 250px;
    align-items: center;
    transition: 0.3s ease;
}

.works .work-item-single .work-text .about-link:hover {
    background-color: #E84E0F;
}

.work-detail {
    padding: 60px 0;
}

.work-detail .row .col-lg-6 {
    flex: 1;
    display: flex;
    align-items: stretch;
}

.work-detail .work-img img {
    width: 100%;
}

.work-detail .work-text .category {
    text-transform: uppercase;
    color: #004994;
    margin-bottom: 15px;
}

.work-detail .work-text .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.work-detail .desc {
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 35px;
}

.work-detail .video {
    margin-bottom: 30px;
    position: relative;
}

.work-detail .video .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.4);
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
}

.work-detail .video .banner-img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.card-content {
    padding: 60px 0;
}

.card-content .card-items .card-single-item {
    display: flex;
    gap: 20px;
    max-width: 600px;
    margin-bottom: 50px;
    border: 1px solid #e3e5eb;
    border-radius: 10px;
}

.card-content .card-items .card-single-item .img {
    width: 230px;
    height: 230px;
}

.card-content .card-items .card-single-item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card-content .card-items .card-single-item .pr-info {
    flex: 1;
    position: relative;
}

.card-content .card-items .card-single-item .delete {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    transition: 0.3s ease;
    justify-content: center;
}

.card-content .card-items .card-single-item .delete:hover {
    background-color: #004994;
}

.card-content .card-items .card-single-item .pr-code {
    color: #ACB1C4;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 26px;
}

.card-content .card-items .card-single-item .pr-name {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 500;
}

.card-content .card-items .card-single-item .pr-price {
    color: #004994;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
    font-weight: 500;
}

.card-content .card-items .card-single-item .cart-plus-minus {
    display: inline-block;
    height: 50px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 150px;
    background: #004994;
    border-radius: 5px;
}

.card-content .card-items .card-single-item .cart-plus-minus .qtybutton {
    color: #fff;
    cursor: pointer;
    float: inherit;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 50px;
    border: 1px solid #ebebeb;
}

.card-content .card-items .card-single-item .cart-plus-minus input.cart-plus-minus-box {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: left;
    font-size: 14px;
    appearance: none;
    pointer-events: none;
    height: 50px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 170px;
    outline: none;
    border: 1px solid #ebebeb;
}

.card-content .card-items .card-single-item .cart-plus-minus .inc.qtybutton {
    height: 50px;
    padding-top: 14px;
    right: 0;
    top: 0;
}

.card-content .card-items .card-single-item .cart-plus-minus .dec.qtybutton {
    height: 50px;
    left: 0;
    padding-top: 14px;
    top: 0;
}

.grand-totall {
    background-color: #FCFCFC;
    border: 1px solid #FCFCFC;
    border-radius: 0px;
    padding: 45px 30px 50px;
}

.grand-totall .title-wrap {
    position: relative;
}

.grand-totall .title-wrap:before {
    background-color: #e3e1e1;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 13px;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 1;
}

.grand-totall .title-wrap .cart-bottom-title {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding-right: 18px;
    background-color: #FCFCFC;
    position: relative;
    z-index: 1;
    color: #000000;
}

.grand-totall h5 {
    font-size: 16px;
    margin: 36px 0 27px;
    font-weight: 400;
}

.grand-totall h5 span {
    float: right;
    font-size: 18px;
    font-weight: 600;
}

.grand-totall .grand-totall-title {
    color: #004994;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 25px;
}

.grand-totall a {
    background-color: #004994;
    border-radius: 0px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 18px 10px 17px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.grand-totall a:hover {
    background-color: #E84E0F;
}

.checkout {
    padding: 60px 0;
}

.checkout .checkout-form .form-title {
    font-size: 40px;
    margin-bottom: 30px;
}

.checkout .checkout-form .form-group {
    margin-bottom: 20px;
    position: relative;
}

.checkout .checkout-form .form-group.telephone-form-group select {
    position: absolute;
    top: 0;
    bottom: 1.3rem;
    width: auto;
    height: 100%;
    padding: 0 10px !important;
}

.checkout .checkout-form .form-group.telephone-form-group input {
    padding-left: 60px;
}

.checkout .checkout-form .form-group label {
    color: #888;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 400;
}

.checkout .checkout-form .form-group label .required-star {
    color: #E84E0F;
    font-weight: 400;
}

.checkout .checkout-form .form-group input {
    background-color: #eee;
    padding: 7px 40px 8px 15px;
    border-radius: 2px;
    box-shadow: none;
    border-color: #ececec;
    font-size: 14px;
    height: 48px;
}

.checkout .checkout-form .form-group .form-control {
    background-color: #f6f6f6;
    padding: 7px 40px 8px 15px;
    border-radius: 2px;
    box-shadow: none;
    border-color: #ececec;
    font-size: 14px;
}

.checkout .checkout-form .form-group h3 {
    font-size: 14px;
    color: #95979c;
    margin: 15px 0;
}

.checkout .checkout-form .form-group .select-row {
    background-color: #004994;
    border-radius: 5px;
    padding: 10px 0;
}

.checkout .checkout-form .form-group .select-row input {
    display: none;
}

.checkout .checkout-form .form-group .select-row .custom-radio,
.checkout .checkout-form .form-group .select-row .custom-radio2 {
    color: #fff;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
}

.checkout .checkout-form .form-group .select-row .custom-radio.active,
.checkout .checkout-form .form-group .select-row .custom-radio2.active {
    color: #303030;
    background: #fff;
    border-radius: 5px;
}

.checkout .checkout-form .form-group .select-row .custom-radio.active label,
.checkout .checkout-form .form-group .select-row .custom-radio2.active label {
    color: #004994 !important;
}

.checkout .checkout-form .form-group .select-row .custom-radio label,
.checkout .checkout-form .form-group .select-row .custom-radio2 label {
    width: 100%;
    padding: 8px 0;
    height: 100%;
    color: #fff;
    cursor: pointer;
    margin: 0;
}

.general-title {
    margin-bottom: 26px;
    position: relative;
}

.general-title:after {
    position: absolute;
    content: "";
    left: 0;
    top: -25px;
    width: 50px;
    height: 96px;
    background-image: url("../images/before-img.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.general-title .title {
    font-size: 30px;
    font-weight: 500;
}

.general-title .small-text {
    color: #373737;
    font-size: 14px;
}

.products-container {
    position: relative;
    margin-bottom: 60px;
    display: block;
}

.products-container .arrow {
    position: absolute;
    top: 50%;
    background-color: #004994;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 60px;
    z-index: 99;
    transition: 0.3s ease;
}

.products-container .arrow:hover {
    background-color: #E84E0F;
    transform: scale(1.01);
}

.products-container .arrow.prev {
    left: 0;
}

.products-container .arrow.next {
    right: 0;
}

.products-container:hover .arrow {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.swiper-slide:last-child .product-box {
    border-right: 1px solid #eee;
}

.product-box {
    border: 1px solid #eee;
    border-right: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.product-box .view-btn {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #004994;
    color: #fff;
    width: 226px;
    height: 40px;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    align-items: center;
    transition: 0.5s ease;
    margin-bottom: 10px;
    justify-content: center;
}

.product-box .view-btn:hover {
    background-color: #E84E0F;
    cursor: pointer;
}

.product-box:hover .box-top-content .add-wishlist {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.product-box:hover .view-btn {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.product-box .view-btn.selected {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    background-color: #E84E0F;
}

.product-box .box-top-content {
    display: block;
    padding-top: 22px;
    position: relative;
}

.product-box .box-top-content .add-wishlist {
    position: absolute;
    right: 5px;
    top: 25px;
    background-color: #004994;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all 0.3s ease;
}

.product-box .box-top-content .add-wishlist:hover {
    opacity: 0.8 !important;
}

.product-box .box-top-content .img {
    margin-bottom: 20px;
    width: 240px;
    height: 240px;
}

.product-box .box-top-content .img .product-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-box .product-box-footer {
    text-align: center;
}

.product-box .product-box-footer .product-code {
    margin-bottom: 8px;
    color: #ACB1C4;
    text-transform: uppercase;
    line-height: 26px;
    min-height: 52px;
}

.product-box .product-box-footer .product-name {
    color: #373737;
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
    line-height: 26px;
    min-height: 55px;
}

.product-box .product-box-footer .product-name:hover {
    color: #004994;
}

.product-box .product-box-footer .product-price {
    font-size: 14px;
    line-height: 18px;
    color: #004994;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}

.banner-area {
    margin-bottom: 60px;
}

.banner-area .single-banner {
    background-repeat: no-repeat !important;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.banner-area .single-banner:hover img {
    transform: scale(1.1) rotate(3deg);
}

.banner-area .single-banner .banner-content {
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 30px;
    display: flex;
    flex-direction: column;
}

.banner-area .single-banner .banner-content .title {
    color: #999da0;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    margin: 0 0 12px;
}

.banner-area .single-banner:not(.nth-child-2):not(.nth-child-3) .banner-content .title,
.banner-area .single-banner:not(.nth-child-2):not(.nth-child-3) .banner-content .category {
    color: #fff;

}

.banner-area .single-banner .banner-content .category {
    display: block;
    color: #161616;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 0px;
    padding-right: 1rem;
}

.banner-area .single-banner .banner-content .shop-link {
    font-size: 18px;
    width: 50px;
    height: 50px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #004994;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: auto;
    bottom: 30px;
    overflow: hidden;
}

.banner-area .single-banner.nth-child-1 {
    height: 660px;
    background: #F1F3F5;
    background-image: url("../images/Vector.png");
    background-position: 100% 110%;
}

.banner-area .single-banner.nth-child-1 .img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.banner-area .single-banner.nth-child-1 .img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
}

.banner-area .single-banner.nth-child-1 .banner-content {
    top: auto;
    bottom: 40px;
    width: 100%;
}

.banner-area .single-banner.nth-child-1 .banner-content .shop-link {
    bottom: 0px;
    left: auto;
    right: 100px;
}

.banner-area .single-banner.nth-child-2 {
    background-image: url("../images/Layer_1.png");
    background-color: #DBEAFA;
    background-position: 15%;
    position: relative;
    height: 320px;
}

.banner-area .single-banner .top {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
}

.banner-area .single-banner.nth-child-2 .top .img {
    width: 400px;
    height: 240px;
}

.banner-area .single-banner.nth-child-2 .top .img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
}

.banner-area .single-banner.nth-child-3 {
    background-image: url("../images/vector-3.png");
    background-position: 15%;
    position: relative;
    height: 320px;
    background-color: #FDF0EA;
}

.banner-area .single-banner.nth-child-3 .top {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.banner-area .single-banner.nth-child-3 .top .img {
    width: 280px;
    height: 280px;
}

.banner-area .single-banner.nth-child-3 .top .img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
}

.about-section {
    padding: 60px 0;
}

.about-section .about-title {
    font-size: 24px;
    font-weight: bolder;
    line-height: 24px;
    margin: 20px 0;
}

.about-section .about-desc {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500 !important;
}

.about-section .row:nth-child(even) {
    flex-direction: row-reverse;
}

.about-section .row:nth-child(even) .sub {
    color: #E84E0F !important;
}

.about-section .row .col-lg-6 {
    flex: 1;
    display: flex;
    align-items: stretch;
}

.about-section .row .about-img {
    width: 100%;
}

.about-section .row .about-img img {
    height: 100%;
    width: 100%;
}

.about-section .row .about-content {
    padding: 55px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    background-color: #F4F5FA;
}

.about-section .row .about-content .sub {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 30px;
    color: #004994;
}

.breadcrumb {
    min-height: 370px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
}

.breadcrumb:after {
    background-color: rgba(0, 0, 0, 0.16);
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
}

.breadcrumb .breadcrumb-title {
    z-index: 9;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.breadcrumb ul {
    z-index: 9;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.breadcrumb ul li a {
    position: relative;
    transition: 0.3s ease;
}

.breadcrumb ul li a:after {
    position: absolute;
    right: -15px;
    width: 10px;
    content: "/";
    top: auto;
    height: 30px;
}

.breadcrumb ul li a:hover {
    opacity: 0.9;
    color: #fff;
}

footer {
    background-color: #1E1E1E;
    padding: 40px;
    color: #fff;
    text-transform: capitalize;
}

footer .footer-col li a {
    display: block;
    margin-bottom: 20px;
    transition: 0.3s ease;
}

footer .footer-col li a:hover {
    padding-left: 3px;
    color: #E84E0F;
}

footer .copyright {
    margin-top: 40px;
    border-top: 3px solid #E1E1E1;
    text-align: center;
    color: #EFF0F7;
    font-size: 12px;
    padding: 20px;
}

footer .copyright .footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

footer .copyright .footer-social li:hover {
    opacity: 0.8;
}

@media (max-width: 1600px) {
    .banner-area .single-banner.nth-child-2 .top .img {
        width: 300px;
    }

    .banner-area .single-banner.nth-child-2 .top .img img {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .banner-area .single-banner.nth-child-3 .top .img {
        width: 220px;
    }

    .banner-area .single-banner.nth-child-3 .top .img img {
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media (max-width: 1400px) {
    .banner-area .single-banner .banner-content .title {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .banner-area .single-banner .banner-content .category {
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    .breadcrumb {
        min-height: 450px;
    }

    .breadcrumb .breadcrumb-title {
        font-size: 35px;
    }

    .banner-area .single-banner .banner-content .title {
        margin-top: 30px;
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .banner-area .single-banner .banner-content .category {
        font-size: 16px;
    }

    .banner-area .single-banner.nth-child-2 .top .img {
        width: 240px;
    }

    .banner-area .single-banner.nth-child-2 .top .img img {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .banner-area .single-banner.nth-child-3 .top .img {
        width: 200px;
    }

    .banner-area .single-banner.nth-child-3 .top .img img {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .general-header .header-middle .search form {
        height: 40px;
    }
}

.has-sub {
    position: relative;
}

.has-sub>a {
    pointer-events: none;
}

.general-header .header-bottom nav ul.submenu {
    position: absolute;
    min-width: max-content;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    z-index: 10;
    background-color: #004994;
    top: 68px;
    left: 12px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transform-origin: top;
    transform: scaleY(0);
    transition: .5s;
    gap: 5px;
}

@media screen and (max-width: 992px) {
    .general-header .header-bottom nav ul.submenu {
        grid-template-columns: repeat(1, 1fr);
    }
}

.general-header .header-bottom nav ul.submenu li {
    padding: 1rem !important;
}

.has-sub:hover .submenu {
    animation: openMenuAnimation .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.has-sub.closing .submenu {
    animation: closeMenuAnimation .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.general-header li {
    cursor: pointer;
}

@media (max-width: 992px) {
    .banner-area .single-banner, .banner-area .single-banner:not(.nth-child-2):not(.nth-child-3) .banner-content .category {
        color: #000;
    }
    .banner-area .single-banner .banner-content .title, .banner-area .single-banner:not(.nth-child-2):not(.nth-child-3) .banner-content .title {
        color: #fff;
    filter: drop-shadow(11px 4px 5px #000);
    }
    
    .work-detail {
        padding: 30px 0;
    }

    .general-header li {
        padding: 0;
    }

    .work-detail .row .col-lg-6 {
        flex: none;
    }

    .works {
        padding: 20px 0;
    }

    .works .work-item-single .row .col-lg-6 {
        flex: none;
    }

    .works .work-item-single .row .work-text {
        padding: 20px;
    }

    .works .work-item-single .row .work-text .category {
        margin-bottom: 10px;
    }

    .works .work-item-single .row .work-text .title {
        font-size: 16px;
        margin-bottom: 0;
    }

    .works .work-item-single .row .work-text .about-link {
        height: 50px;
    }

    .all-products .filter {
        width: 300px;
        height: 100vh;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        display: none;
    }

    .all-products .filter .filter-header {
        margin-bottom: 5px;
        display: flex;
        justify-content: flex-end;
    }

    .all-products .filter .filter-header .close-filter {
        width: 30px;
        cursor: pointer;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #004994;
    }

    .all-products .filter-btn {
        height: 50px;
        background-color: #004994;
        color: #fff;
        padding: 10px 20px;
        margin: 20px auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 300px;
    }

    .about-section .row .about-content {
        padding: 40px;
    }

    .about-section .row .col-lg-6 {
        flex: none;
    }

    .general-header .header-top-info {
        display: none;
    }

    .general-header .header-middle .search {
        margin-top: 15px;
        width: 100%;
    }

    .general-header .header-middle .logo {
        width: 170px;
    }

    .general-header .header-middle .header-actions {
        display: none;
    }

    .general-header .header-middle .header-actions.header-actions-mobile {
        display: flex;
    }

    .general-header .header-middle .header-actions.header-actions-mobile .menu {
        margin-left: 10px;
        width: 30px;
        cursor: pointer;
    }

    .general-header .header-middle .header-actions.header-actions-mobile .menu span {
        height: 2px;
        width: 100%;
        margin-top: 5px;
        display: block;
        background-color: #004994;
    }

    .general-header .header-bottom {
        display: none;
        position: absolute;
        top: 0;
        width: 350px;
        right: 0;
        min-height: 100vh; 
        background-color: #fff;
        z-index: 999;
    }

    .general-header .header-bottom .lang-mobile {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .general-header .header-bottom .lang-mobile li a {
        color: #666;
    }

    .general-header .header-bottom .lang-mobile li a:hover {
        color: #004994;
    }

    .general-header .header-bottom .top-info,
    .general-header .header-bottom .mobile-top-header {
        display: block;
    }

    .general-header .header-bottom .top-info {
        border-top: 1px solid #eee;
        padding-top: 10px;
        margin-top: 10px;
    }

    .general-header .header-bottom .top-info li {
        margin-bottom: 10px;
    }

    .general-header .header-bottom .top-info li a {
        gap: 10px;
        display: flex;
    }

    .general-header .header-bottom .mobile-top-header {
        display: flex;
        justify-content: space-between;
    }

    .general-header .header-bottom .mobile-top-header .mobile-logo {
        display: block;
        max-width: 150px;
    }

    .general-header .header-bottom .mobile-top-header .mobile-logo img {
        width: 100%;
    }

    .general-header .header-bottom .mobile-top-header .close-header {
        background-color: #004994;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .general-header .header-bottom nav ul {
        flex-direction: column;
        align-items: flex-start;
    }

    .general-header .header-bottom nav ul li {
        width: 100%;
        padding: 10px;
    }

    .general-header .header-bottom nav ul li a {
        display: block;
        padding: 10px 0px;
        text-transform: capitalize;
        color: #3a3a3a;
        border-top: 1px solid #eee;
        font-size: 16px;
        width: 100%;
        font-weight: 500;
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        background-color: rgba(0, 0, 0, 0.7);
        width: 100%;
        height: 100%;
        display: none;
    }

    .general-header .header-bottom nav ul.submenu {
        position: static;
        background-color: #fff;
        height: 0;
        opacity: 0;
        overflow: hidden;
    }
    .general-header .header-bottom nav ul.submenu li {
        padding: 0 !important;
        padding-left: 9px !important;
    }
    .general-header .header-bottom nav ul.submenu.active {
        opacity: 1;
        height: fit-content;
        transform: scaleY(1);
    }
}

@media (max-width: 768px) {
    .representation .representation-img {
        margin: 0 auto 30px;
    }

    .representation .representation-footer {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 20px;
    }

    .gallery {
        padding: 30px 0;
    }

    .product-detail {
        padding: 30px 0;
    }

    .product-detail .product-name {
        font-size: 24px;
    }

    .product-detail .product-price {
        font-size: 26px;
    }

    .product-detail .product-price .old-price {
        font-size: 22px;
    }

    .product-detail .gallery-thumbs .swiper-slide {
        border: none;
    }

    .product-detail .gallery-top {
        height: 320px !important;
    }

    .product-detail .gallery-top .swiper-wrapper {
        height: 320px !important;
    }

    .product-detail .gallery-top .swiper-wrapper .swiper-slide {
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 320px !important;
    }

    .product-detail .gallery-top .swiper-wrapper .swiper-slide .img {
        height: 320px !important;
        max-width: 320px !important;
    }

    .product-detail .gallery-top .swiper-wrapper .swiper-slide .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: fill;
        object-fit: fill;
    }

    .breadcrumb {
        min-height: 350px;
    }

    .breadcrumb .breadcrumb-title {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .about-section {
        padding: 30px 0;
    }

    .about-section .about-title {
        font-size: 20px;
        margin: 10px 0;
    }

    .about-section .about-desc {
        font-size: 13px;
        line-height: 25px;
    }

    .about-section .row .about-content {
        padding: 30px;
    }

    .banner-area .single-banner .banner-content {
        top: 0;
        bottom: -8px;
    }

    .banner-area .single-banner .banner-content .title {
        margin-top: 30px;
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .banner-area .single-banner .banner-content .category {
        font-size: 15px;
    }

    .banner-area .single-banner.nth-child-1 {
        height: 400px;
    }

    .banner-area .single-banner.nth-child-1 .img {
        width: 300px;
        height: 380px;
    }

    .banner-area .single-banner.nth-child-2 .top .img {
        width: 350px;
    }

    .banner-area .single-banner.nth-child-3 .top .img {
        width: 280px;
    }

    .hero-banner {
        margin-bottom: 30px;
    }

    .product-box {
        width: 100%;
    }

    .product-box .box-top-content .img {
        width: 100%;
        height: 230px;
    }

    .mt-lm-30px {
        margin-top: 30px;
    }

    .mb-lm-30px {
        margin-top: 30px;
    }

    .hero-banner {
        height: 500px;
    }

    .hero-banner .swiper-slide .hero-inner h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .hero-banner .swiper-slide .hero-inner .more-about {
        width: auto;
        display: inline-flex;
        padding: 12px 20px;
        height: auto;
    }

    .products-container .arrow {
        display: none;
    }

    .general-header .header-middle .logo {
        width: 140px;
    }

    .general-title:after {
        top: -16px;
        width: 40px;
        height: 75px;
    }

    .general-title .title {
        font-size: 22px;
        line-height: 18px;
    }

    .general-title .small-text {
        font-size: 13px;
    }

    .container-fluid.px-5 {
        padding: 0 20px !important;
    }

    .checkout {
        padding: 30px 0;
    }

    .checkout .checkout-form .form-title {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .representation .representation-img {
        width: 100px;
        height: 100px;
    }

    .checkout {
        padding: 20px 0;
    }

    .checkout .checkout-form .form-title {
        font-size: 24px;
    }

    .card-content {
        padding: 20px 0;
    }

    .card-content .card-items .card-single-item {
        display: flex;
        gap: 20px;
        max-width: 600px;
        margin-bottom: 50px;
        flex-direction: column;
        align-items: center;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }

    .breadcrumb {
        min-height: 300px;
    }

    .breadcrumb .breadcrumb-title {
        font-size: 25px;
    }

    .banner-area .single-banner .banner-content {
        top: 20px;
    }

    .banner-area .single-banner .banner-content .shop-link {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .banner-area .single-banner .banner-content .title {
        margin-top: 30px;
        font-size: 23px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .banner-area .single-banner .banner-content .category {
        font-size: 16px;
    }

    .banner-area .single-banner.nth-child-1 {
        height: 400px;
    }

    .banner-area .single-banner.nth-child-1 .img {
        width: 200px;
        height: 250px;
    }

    .banner-area .single-banner.nth-child-2 .top {
        flex-direction: column;
        align-items: center;
    }

    .banner-area .single-banner.nth-child-2 .top .img {
        width: 220px;
    }

    .banner-area .single-banner.nth-child-3 .top {
        flex-direction: column;
        align-items: center;
    }

    .banner-area .single-banner.nth-child-3 .top .img {
        width: 170px;
        margin-top: 90px;
    }

    .swiper-backface-hidden .swiper-slide {
        font-size: 14px;
    }

    .product-box {
        width: 100%;
    }

    .product-box .view-btn {
        width: 80%;
        height: 35px;
        font-size: 14px;
        opacity: 1;
        visibility: visible;
        transform: translate(0);
    }

    .product-box .box-top-content {
        padding-top: 10px;
    }

    .product-box .box-top-content .img {
        width: 90%;
        height: 130px;
        margin: 0 auto;
    }

    .product-box .product-box-footer .product-code {
        font-size: 13px;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .product-box .product-box-footer .product-name {
        font-size: 16px;
        margin-bottom: 0;
    }

    .product-box .product-box-footer .product-price {
        font-size: 16px;
        font-weight: 500;
        line-height: 36px;
    }

    footer {
        padding: 20px;
    }

    footer .footer-col {
        font-size: 14px !important;
        text-align: center;
    }

    footer img {
        width: 200px;
    }

    footer .footer-social img {
        width: auto;
    }

    .hero-banner {
        height: 400px;
    }
    .hero-banner .swiper-slide .hero-inner {
        top: 194px;
    }
        .hero-banner .swiper-slide .hero-inner h2 {
            font-size: 23px;
            margin-bottom: 10px;
        }
    .hero-banner .swiper-slide .hero-inner .desc-hero {
        margin-bottom: 0;
        font-size: 14px;
    }
    .hero-banner .swiper-slide .hero-inner .more-about {
        width: auto;
        display: inline-flex;
        padding: 12px 20px;
        height: auto;
    }

    .general-title:after {
        top: -16px;
        width: 40px;
        height: 65px;
    }

    .general-title .title {
        font-size: 16px;
        line-height: 12px;
    }

    .general-title .small-text {
        font-size: 12px;
    }

    .general-header .header-bottom {
        width: 300px;
        padding: 10px;
    }

    .general-header .header-bottom .mobile-top-header .mobile-logo {
        width: 120px;
    }

    .general-header .header-bottom .mobile-top-header .close-header {
        width: 30px;
        height: 30px;
    }

    .container-fluid.px-5 {
        padding: 0 10px !important;
    }
}

@keyframes pulse-tertiary {
    0% {
        box-shadow: 0 0 0 0 rgba(67, 71, 181, 0.75);
    }

    80% {
        box-shadow: 0 0 0 10px rgba(255, 134, 134, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 134, 134, 0);
    }
}

.representation {
    padding: 70px 0;
}

.representation .representation-item {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 3px solid #F7F7F7;
}

.representation .representation-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.representation .representation-item .representation-img {
    width: 156px;
    height: 156px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F7F7F7;
    border-radius: 50%;
}

.representation .representation-item .representation-img img {
    width: 90px;
    width: 90px;
}

.representation .representation-item .representation-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #004994;
    margin-bottom: 12px;
}

.representation .representation-item .representation-desc {
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    color: #373737;
    margin-bottom: 23px;
}

.representation .representation-item .representation-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.representation .representation-item .representation-footer .address-info {
    display: flex;
    gap: 25px;
}

.representation .representation-item .representation-footer .address-info li {
    display: flex;
    gap: 3px;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.representation .representation-item .representation-footer .send-socials {
    display: flex;
    align-items: center;
    gap: 20px;
}

/*# sourceMappingURL=style.css.map */


.wp-apply {
    position: fixed;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    background: #25d366;
    justify-content: center;
    border-radius: 50%;
    z-index: 2;
    right: 15px;
    bottom: 15px;
}

.up-icon {
    position: fixed;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    background-color: #004994;
    justify-content: center;
    border-radius: 50%;
    z-index: 2;
    transition: .5s;
    bottom: 90px;
    right: 25px;
    transform: rotate(180deg) scale(0);
}

.up-icon.active {
    transform: rotate(180deg) scale(1);
}

._modal {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 24px 40px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    position: fixed;
    width: 650px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: none;
}

._modal .login-close {
    display: flex;
    cursor: pointer;
    width: 100%;
    justify-content: flex-end;
}

._modal .modal-body {
    width: 100%;
}

._modal .modal-body form .f-title {
    text-align: center;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 24px;
}

._modal .modal-body form .form-group {
    margin-bottom: 24px;
}

._modal .modal-body form .form-group label {
    font-size: 18px;
    font-style: normal;
    margin-bottom: 12px;
    font-weight: 400;
    line-height: 22px;
}

._modal .modal-body form .form-group label span {
    color: #FF2C3A;
}

._modal .modal-body form .form-group input {
    padding: 10px 16px;
    width: 100%;
    background-color: #FCFCFD;
    border: 1px solid #E6E6E6;
    color: #B3B3B3;
}

._modal .modal-body form .form-group input::-moz-placeholder {
    color: #B3B3B3;
}

._modal .modal-body form .form-group input::placeholder {
    color: #B3B3B3;
}

._modal .modal-body form .form-group textarea {
    padding: 10px 16px;
    width: 100%;
    background-color: #FCFCFD;
    border: 1px solid #E6E6E6;
    color: #B3B3B3;
}

._modal .modal-body form .form-group textarea::-moz-placeholder {
    color: #B3B3B3;
}

._modal .modal-body form .form-group textarea::placeholder {
    color: #B3B3B3;
}

._modal .modal-body form .form-group .helper {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #999;
    line-height: 20px;
}

._modal .modal-body form button {
    background: #004994;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    transition: all .3s;
    text-transform: capitalize;
    width: 100%;
}

._modal .modal-body form button:hover {
    opacity: .8;
}

@media(max-width:768px) {
    ._modal {
        width: 90%;
    }
}

@media(max-width:576px) {
    ._modal .modal-body form .f-title {
        font-size: 16px;
    }

    ._modal {
        width: 95%;
        padding: 12px;
    }

    .f-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    ._modal .modal-body form .form-group label {
        font-size: 15px;
        margin-bottom: 6px;
        line-height: 18px;
    }
}

._link {
    text-align: center;
    font-size: 17px;
    margin-top: 10px;
    cursor: pointer;
    color: #004994;
    font-weight: 500;
    text-decoration: underline;
}

._link:hover {
    opacity: .9;
}

.pagination {
    justify-content: center;
    margin: 1.5rem 0;
}


@keyframes openMenuAnimation {
    0% {
        transform: scaleY(0);
    }

    100% {
        transform: scaleY(1);
    }
}

@keyframes closeMenuAnimation {
    0% {
        transform: scaleY(1);
    }

    100% {
        transform: scaleY(0);
    }
}

.products-container .swiper-button-next:after, .products-container .swiper-button-prev:after {
    content: "";
}
.credit-calculator {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.credit-calculator .row {
    width: 100%;
    padding: 20px 0;
    border: 1px solid #004994;
    border-radius: 10px;
}

.credit-calculator .col-12,
.credit-calculator .col-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.credit-calculator .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.credit-calculator .item span {
    text-align: center;
}

.credit-calculator .item .label {
    color: #004994;
    font-weight: 600;
    margin-bottom: 15px;
}

.credit-calculator .item select {
    text-align: center;
    max-width: 120px;
    border-color: #004994;
}

.credit-calculator .item select:focus {
    box-shadow: none;
}

.credit-calculator .item select option:hover {
    background: #004994;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    resize: none;
    height: auto;
}

.btn-boxes {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.btn-main {
    background-color: #004994;
    padding: .8rem;
    color: #fff;
    transition: .3s;
}

.btn-main:hover {
    color: #fff;
    background-color: #E84E0F;
}

.vacancies-section {
    padding: 32px 0;
}

.vacancies-section .btn-main {
    font-size: 30px;
    width: 100%;
    height: 200px;
    padding: 1.5rem;
}

input.form-control.custom-form:focus,
select.form-control.custom-form:focus,
textarea.form-control.custom-form:focus {
    box-shadow: none;
}

input.form-control.custom-form,
select.form-control.custom-form,
textarea.form-control.custom-form {
    border: 1px solid #E6E6E6;
    color: #B3B3B3;
    background: rgba(237, 237, 249, 0.4);
}

.filter-body.brand-body .filter-items.form-check{
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-body.brand-body .filter-items label img{
    max-width: 50px;
    height: 50px;
}