/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

/* Variables */
:root {
    --light-gray: #F1F1F1;
    --top-bar-color: #060606;
    --footer-boder-color: #F6851F;
    --secodary-warn-color: #FDB614;
    --text-light-gray: #707070;
    --primary-font: 'Montserrat', sans-serif;
    --default-dark-color: #1E1E1E;
    --text-medium-gray: #3A3A3A;
}

.primary-font {
    font-family: var(--primary-font);
}

.secondary-font {
    font-family: var(--primary-font);
}

.cus-text-color {
    color: var(--bs-light) !important;
}

.bg-warning-gradient {
    background: linear-gradient(227deg, #FDB614 0%, #F6851F 100%);
}

.bg-dark-gradient {
    background: linear-gradient(46deg, #2E2E2E 0%, #2E2E2E 100%);
}

/* Buttons */
.button-outlined {
    border: 2px solid var(--footer-boder-color);
    padding: 5px 30px;
    font: normal normal medium 18px/26px var(--primary-font);
    text-decoration: none;
    color: var(--footer-boder-color);
    border-radius: 3px;
}

.button-outlined:hover {
    border: 2px solid var(--footer-boder-color);
    padding: 5px 30px;
    font: normal normal medium 18px/26px var(--primary-font);
    text-decoration: none;
    color: var(--light-gray);
    background-color: var(--footer-boder-color);
}

/* Header */
/* .border-top-theme{
    border-top:1px solid var(--footer-boder-color);
} */
.custom-logo-link .custom-logo {
    max-width: 275px;
    height: auto;
}

#search.form-control:focus,
#search-wines.form-control:focus {
    outline: 0;
    box-shadow: none;
    border: none;
}

.contact-num a {
    text-decoration: none;
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: var(--top-bar-color);
}

.contact-num a:hover {
    color: var(--footer-boder-color);
}

.top-bar .text-dark:hover {
    color: var(--footer-boder-color) !important;
}

.top-bar-c7-wrapper #search {
    border-radius: 50rem 0 0 50rem;
    border: none;
    background-color: var(--light-gray);
    height: 39px;
    font: normal normal normal 15px/18px Lato;
}

.top-bar-c7-wrapper #search-wines {
    border: none;
    border-radius: 0 50rem 50rem 0;
    background-color: var(--light-gray);
}

.top-bar-c7-wrapper #c7-cart>a::before {
    content: '';
    background: transparent url('../img/shopping-cart.svg') 0% 0% no-repeat padding-box;
    display: inline-block;
    width: 27px;
    height: 26px;
}

.top-bar-c7-wrapper #c7-login {
    margin-top: .25rem !important;
}

#c7wp-cart-box {
    z-index: auto;
}

.top-bar-c7-wrapper #c7-login a:not(.c7-login__logged-in),
.top-bar-c7-wrapper #c7-login a:not(.c7-login__logout) {
    content: ' ' !important;
    text-indent: -99999999px;
    white-space: nowrap;
    background: transparent url('../img/user-icon.svg') 0% 0% no-repeat padding-box;
    display: inline-block;
    width: 28px;
    height: 28px;
    outline: none;
    z-index: 1;
    background-size: cover;
}

.top-bar-c7-wrapper #c7-login a.c7-login__logged-in {
    content: ' ' !important;
    text-indent: 35px;
    white-space: nowrap;
    background: transparent url('../img/user-icon.svg') 0% 0% no-repeat padding-box;
    display: inline-block;
    width: 28px;
    height: 28px;
    outline: none;
    background-size: cover;
}

.top-bar-c7-wrapper #c7-login a.c7-login__logout {
    content: ' ' !important;
    text-indent: 35px;
    white-space: nowrap;
    background: transparent url('../img/user-icon.svg') 0% 0% no-repeat padding-box;
    display: inline-block;
    width: 28px;
    height: 28px;
    outline: none;
    background-image: none;
    top: 15px;
    font-size: 12px;
    right: -10px;
    background-size: cover;
}

.c7-account__create-account input {
    font: normal normal 500 14px/20px var(--primary-font) !important;
    background: var(--bs-white);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    height: 45px;
}

.c7-account__create-account .c7-form__group .c7-button {
    font: normal normal medium 18px/26px var(--primary-font);
    color: var(--bs-white);
    background-color: var(--footer-boder-color);
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
}

.c7-account__create-account .c7-form__group .c7-button:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

.c7-logout-message a {
    font: normal normal medium 18px/26px var(--primary-font) !important;
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
    padding: 10px 30px;
    margin-top: 15px;
    display: inline-block;
}

.c7-logout-message a:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

.c7-account__create-account .c7-form__button-row .c7-button-alt {
    font: normal normal medium 18px/26px var(--primary-font);
    color: var(--footer-boder-color);
    background-color: transparent;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
}

.c7-account__create-account .c7-form__button-row .c7-button-alt:hover {
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
}

.nav-item.active {
    font-weight: 700;
}

.nav-item.active a {
    color: var(--footer-boder-color) !important;
}

.nav-cus-fs {
    font-size: 1.15rem;
}

.nav-item.nav-cta-btn a {
    background-color: var(--footer-boder-color);
    border-radius: 50px;
    color: var(--top-bar-color) !important;
    overflow: hidden;
    padding: 8px 20px !important;
    position: relative;
    text-decoration: none;
    transition: 0.5s transform ease-in-out;
    will-change: transform;
    z-index: 0;
}

.nav-item.nav-cta-btn a:after {
    background-color: var(--top-bar-color);
    border-radius: 50px;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%, 0) rotate(10deg);
    transform-origin: top left;
    transition: 0.5s transform ease-out;
    will-change: transform;
    z-index: -1;
}

.nav-item.nav-cta-btn:hover a:after {
    transform: translate(0, 0);
}

.nav-item.nav-cta-btn:hover a {
    color: var(--footer-boder-color) !important;
    transform: scale(1);
    will-change: transform;
}

.get-a-quote-button {
    background-color: var(--top-bar-color);
    color: var(--bs-white);
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    font-family: var(--primary-font);
}

.get-a-quote-button:hover {
    color: var(--top-bar-color);
    background-color: var(--footer-boder-color);
}

/* Slider */
.home-slider-section {
    width: 100%;
    overflow: hidden;
}

.home-hero-banner-img-wrapper {
    border-radius: 50px;
}

.home-hero-banner-img-wrapper::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    border-radius: 50px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.28) 100%);
    z-index: 1;
}

.home-hero-banner-img-wrapper .display-1 {
    position: relative;
    font-size: 7rem;
    z-index: 1;
}

.home-hero-banner-img-wrapper .btn {
    border: 3px solid var(--secodary-warn-color);
    border-radius: 50px;
    color: var(--bs-light) !important;
    overflow: hidden;
    padding: 15px 30px !important;
    position: relative;
    text-decoration: none;
    transition: 0.5s transform ease-in-out;
    will-change: transform;
    font-size: 1.35rem;
    line-height: normal;
    z-index: 2;
}

.home-hero-banner-img-wrapper .btn:after {
    background-color: var(--secodary-warn-color);
    border-radius: 50px;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%, 0) rotate(10deg);
    transform-origin: top left;
    transition: 0.5s transform ease-out;
    will-change: transform;
    z-index: -1;
}

.home-hero-banner-img-wrapper .btn:hover:after {
    transform: translate(0, 0);
}

.home-hero-banner-img-wrapper .btn:hover {
    background-color: transparent;
    color: var(--top-bar-color) !important;
    transform: scale(1);
    will-change: transform;
}

.our-clients-logo-wrapper .client-logo {
    max-width: 275px;
    margin: auto;
}

.empowering-text-wrapper p {
    /* font-size: 7.5rem; */
    font-size: calc(6.5rem + 100%);
}

.what-we-do-section .what-we-do-item {
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    transition: 0.5s transform ease-in-out;
    will-change: transform;
    z-index: 1;
}

.what-we-do-section .what-we-do-item .what-we-do-item-heading {
    color: var(--footer-boder-color);
}

.what-we-do-section .what-we-do-item .what-we-do-item-img-wrapper {
    width: 6rem;
    height: 6rem;
    margin: auto;
}

.what-we-do-section .what-we-do-item .what-we-do-item-img-wrapper .what-we-do-item-img {
    width: 3rem;
    margin: auto;
    height: 100%;
}

.what-we-do-section .what-we-do-item:after {
    background: linear-gradient(46deg, #2E2E2E 0%, #2E2E2E 100%);
    border-radius: 50px;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%, 0) rotate(10deg);
    transform-origin: top left;
    transition: 0.5s transform ease-out;
    will-change: transform;
    z-index: -1;
}

.what-we-do-section .what-we-do-item:hover:after {
    transform: translate(0, 0);
}

.what-we-do-section .what-we-do-item:hover:after {
    background: linear-gradient(46deg, #2147CE 0%, #1F7BFF 100%);
    transform: scale(1);
    will-change: transform;
    z-index: -1;
}

.what-we-do-section .what-we-do-item:hover .what-we-do-item-heading {
    color: var(--bs-light);
}

.what-we-do-section .what-we-do-item:hover .img-thumbnail {
    background-color: var(--default-dark-color);
    border-color: var(--default-dark-color);
}

.what-we-do-section .what-we-do-item:hover .img-thumbnail .what-we-do-item-img {
    filter: invert(100%);
}

.our-team-model-item-wrapper .our-team-model-item {
    border-radius: 50px;
    transition: 5s background-color ease-in-out;
}

.our-team-model-item-wrapper .our-team-model-item .our-team-model-icon {
    border-radius: 40px;
    max-height: 250px;
    object-fit: cover;
}

.our-team-model-item-wrapper .our-team-model-item:hover {
    background: linear-gradient(46deg, #2147CE 0%, #1F7BFF 100%);
    transition: 5s background-color ease-in-out;
}

.our-team-model-item-wrapper .our-team-model-item:hover .our-team-model-item-heading {
    color: var(--bs-light);
}

.our-team-model-item-wrapper .our-team-model-item:hover .our-team-model-item-text {
    color: var(--bs-light);
}
.x-factors-section .x-factor{
    color: var(--footer-boder-color);
}
.x-factors-section .nav-link {
    font-size: 2rem;
    border-radius: 30px;
    color: var(--bs-light);
    background: linear-gradient(46deg, #2E2E2E 0%, #2E2E2E 100%)!important;
}
.x-factors-section .nav-link.active {
    background: linear-gradient(227deg, #FDB614 0%, #F6851F 100%)!important;
}

.x-factors-section .nav-link .x-factor{
    font-size: 3rem;
}

.x-factors-section .nav-link.active .x-factor{
    color: var(--bs-light);
}

.x-factors-section .tab-pane {
    background: linear-gradient(46deg, #2E2E2E 0%, #2E2E2E 100%)!important;
    border-radius: 50px;
}
.x-factors-section .tab-pane .x-factor{
    color: var(--footer-boder-color);
    font-size: 4.5rem;
}

.x-factors-section .tab-pane h3{
    font-size: 3rem!important;
}

.why-sri-lanka-section .why-sri-lanka-heading {
    color: var(--footer-boder-color);
}

.why-sri-lanka-section .why-sri-lanka-img {
    max-width: 700px;
    text-align: center;
    border-radius: 50px;
}

.why-sri-lanka-section .link-warn {
    color: var(--footer-boder-color);
}

.company-testimonial-section .testimonial-item-wrapper.nextdiv {
    background: linear-gradient(227deg, #FDB614 0%, #F6851F 100%);
    border-radius: 50px;
    transition: background ease-in-out 2s;
}

.company-testimonial-section .testimonial-item-wrapper.prevdiv {
    background: linear-gradient(46deg, #2147CE 0%, #1F7BFF 100%);
    border-radius: 50px;
    transition: background ease-in-out 2s;
}

.company-testimonial-section .testimonial-item-wrapper.slick-current {
    border-radius: 50px;
    background: var(--light-gray);
    transition: background ease-in-out 2s;
}

.company-testimonial-section .testimonial-item-wrapper.slick-current .user-name-wrapper {
    color: var(--default-dark-color);
}

.company-testimonial-section .testimonial-item-wrapper .user-name-wrapper {
    border-radius: 50px;
    color: var(--bs-light);
}

.company-testimonial-section .testimonial-item-wrapper .user-img img {
    width: 3rem;
    height: 3rem;
    object-fit: cover;
}

.lets-talk-section-wrapper {
    border-radius: 50px;
}

.lets-talk-image {
    border-radius: 50px 0 0 50px;
}

.lets-talk-heading {
    color: var(--footer-boder-color);
}

/* Login Page */
.wp-block-c7wp-default #c7-login-form .c7-button {
    margin: auto !important;
}

.wp-blo#k-c7wp-default #c7-content {
    margin: 30px;
}

.wp-block-c7wp-default #c7-content h1 {
    font: normal normal bold 20px/26px var(--primary-font);
    color: var(--top-bar-color);
    text-align: center;
}

.wp-block-c7wp-default #c7-content .c7-account-login h4 {
    font: normal normal 400 18px/20px var(--primary-font);
    color: var(--top-bar-color);
    margin-top: 30px;
}

.wp-block-c7wp-default #c7-content .c7-account-login--new p {
    font: normal normal normal 16px/18px var(--primary-font);
    color: var(--top-bar-color);
}

.wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button {
    font: normal normal medium 18px/26px var(--primary-font) !important;
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
    padding: 10px 30px;
}

.wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

.wp-block-c7wp-default #c7-content .c7-form .c7-button {
    font: normal normal medium 18px/26px var(--primary-font) !important;
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
    padding: 5px 30px;
    margin: 0;
    text-align: center;
    display: block;
}

.wp-block-c7wp-default #c7-content .c7-form .c7-button:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

.wp-block-c7wp-default #c7-content .c7-form .c7-button-alt {
    font: normal normal medium 18px/26px var(--primary-font) !important;
    color: var(--footer-boder-color);
    background-color: transparent !important;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
    padding: 5px 30px;
    margin: 0;
    text-align: center;
    display: block;
    line-height: 26px !important;
}

.c7-account-row--delete {
    border-top: 1px solid var(--footer-boder-color);
}

.c7-account-row--delete a {
    color: var(--bs-blue) !important;
}

.wp-block-c7wp-default #c7-content .c7-form .c7-button-alt:hover {
    color: var(--bs-white) !important;
    background-color: var(--footer-boder-color) !important;
    border: 2px solid var(--footer-boder-color);
}

.wp-block-c7wp-default #c7-content .c7-account-login p {
    font: normal normal normal 16px/18px var(--primary-font);
    color: var(--top-bar-color);
}

.wp-block-c7wp-default #c7-content .c7-account-login a {
    font: normal normal normal 16px/18px var(--primary-font);
    text-decoration: none;
}

.wp-block-c7wp-default #c7-content .c7-message--login-security {
    font: normal normal 400 12px/18px var(--primary-font);
    color: var(--top-bar-color);
    text-decoration: none;
}

.wp-block-c7wp-default #c7-content .c7-message--login-security a {
    font: normal normal 600 12px/18px var(--primary-font);
    text-decoration: none;
}

.wp-block-c7wp-default #c7-content .c7-message--login-questions {
    font: normal normal 400 12px/18px var(--primary-font);
    color: var(--top-bar-color);
    text-decoration: none;
}

.wp-block-c7wp-default #c7-content .c7-message--login-questions a {
    font: normal normal 600 12px/18px var(--primary-font);
    text-decoration: none;
}

.wp-block-c7wp-default #c7-create-account .c7-button {
    float: right;
    margin: initial !important;
}

/* Profile Page */
.wp-block-c7wp-default #c7-content h1 {
    margin: 30px auto;
}

.wp-block-c7wp-default #c7-content .c7-account__dashboard h2,
.wp-block-c7wp-default #c7-content .c7-account__information h2,
.wp-block-c7wp-default #c7-content .c7-account__order-history h2,
.wp-block-c7wp-default #c7-content .c7-account__clubs h2,
.wp-block-c7wp-default #c7-content .c7-account__address-book h2,
.wp-block-c7wp-default #c7-content .c7-account__credit-cards h2 {
    font: normal normal 500 18px/26px var(--primary-font);
    color: var(--top-bar-color);
    text-align: center;
}

.wp-block-c7wp-default #c7-content .c7-account__dashboard h3,
.wp-block-c7wp-default #c7-content .c7-account__information h3,
.wp-block-c7wp-default #c7-content .c7-account__order-history h3,
.wp-block-c7wp-default #c7-content .c7-account__clubs h3,
.wp-block-c7wp-default #c7-content .c7-account__address-book h3,
.wp-block-c7wp-default #c7-content .c7-account__credit-cards h3 {
    font: normal normal 500 14px/26px var(--primary-font);
    color: var(--top-bar-color);
    text-align: center;
}

.wp-block-c7wp-default #c7-content .c7-account__dashboard p,
.wp-block-c7wp-default #c7-content .c7-account__information p,
.wp-block-c7wp-default #c7-content .c7-account__order-history p,
.wp-block-c7wp-default #c7-content .c7-account__clubs p,
.wp-block-c7wp-default #c7-content .c7-account__address-book p,
.wp-block-c7wp-default #c7-content .c7-account__credit-cards p {
    font: normal normal 400 12px/18px var(--primary-font);
}

.wp-block-c7wp-default #c7-content .c7-account__order div:first-child {
    font-size: 0.75rem;
}

.wp-block-c7wp-default #c7-content a {
    cursor: pointer;
}

.c7-account-menu a {
    color: var(--bs-blue);
    cursor: pointer;
}

/* Visit banner Section */
.project-count-section {
    font-family: var(--primary-font);
}

.project-count-description-text {
    font-size: 24px;
    line-height: 123.5%;
    color: var(--top-bar-color);
}

.project-count-section-width {
    max-width: 1380px;
    height: 200px;
    box-shadow: 0px 4px 15px 5px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.project-count-section .count {
    font-weight: 600;
    font-size: 48px;
    line-height: 123.5%;
    position: relative;
}

.count::after {
    position: absolute;
    width: 93px;
    height: 1px;
    background-color: var(--top-bar-color);
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.project-count-section .count-desc {
    font-size: 14px;
    line-height: 123.5%;
}

/* History Section */
.usp-section .usp-icon img {
    width: 50px;
    height: 50px;
}

.usp-section .usp-title {
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 18px;
    line-height: 123.5%;
}

.usp-section .usp-desc {
    font-family: var(--primary-font);
    font-size: 14px;
    line-height: 160.5%;
    color: var(--text-medium-gray);
}

.usp-section .software-development-title {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 24px;
    line-height: 123.5%;
    color: var(--footer-boder-color);
}

.our-portfolio-heading {
    font-size: 32px;
    font-weight: 700;
    color: var(--default-dark-color);
}

/* Feature Collection */
.solutions-services .solutions-services-title {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 24px;
    line-height: 123.5%;
    color: var(--footer-boder-color);
}

.solutions-services .services-icon {
    width: 50px !important;
    height: 50px !important;
}

.solutions-services .services-title {
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 18px;
    line-height: 123.5%;
}

.solutions-services .services-desc {
    font-family: var(--primary-font);
    font-size: 14px;
    line-height: 160.5%;
    color: var(--text-medium-gray);
}

.services-wrapper {
    background-color: var(--light-gray);
    border-radius: 20px;
    min-height: 220px;
}

.services-wrapper:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.3s;
    background-color: var(--footer-boder-color);
}

.btn-read-more {
    padding: 0;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 600;
    color: var(--top-bar-color);
    text-decoration: underline;
}

.btn-read-more:hover {
    color: var(--bs-white);
}

/* Visit Section */


.lets-talk-title {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 24px;
    line-height: 123.5%;
    color: var(--top-bar-color);
}

.proposal-request-wrapper {
    font-family: var(--primary-font);
}

.proposal-request-wrapper [placeholder],
.proposal-request-wrapper select {
    font-size: 12px;
    line-height: 123.5%;
    color: var(--text-medium-gray);
}

.proposal-request-wrapper select {
    height: 40px;
}

.proposal-request-wrapper input,
.proposal-request-wrapper select,
.proposal-request-wrapper textarea {
    min-height: 40px;
    background: #ffffff;
    border: 1px solid var(--text-light-gray) !important;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.12) !important;
}

.send-propsal-request {
    background-color: var(--top-bar-color) !important;
    color: var(--bs-white) !important;
    border-color: var(--top-bar-color) !important;
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}

.send-propsal-request:hover {
    background-color: var(--footer-boder-color) !important;
    color: var(--top-bar-color) !important;
    border-color: var(--footer-boder-color) !important;
}

.proposal-request-wrapper input[type="radio"] {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    border: none !important;
    background: none !important;
    visibility: hidden !important;
}

.proposal-request-wrapper input[type="radio"]+span {
    border: 1px solid var(--text-light-gray) !important;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
    padding: 5px 10px;
    border-radius: 25px;
    font-size: 14px;
    line-height: 123.5%;
    cursor: pointer;
}

.proposal-request-wrapper input[type="radio"]:checked+span {
    border: 1px solid var(--footer-boder-color);
    background: var(--footer-boder-color);
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
    padding: 5px 10px;
    border-radius: 25px;
    font-size: 14px;
    line-height: 123.5%;
    cursor: pointer;
}

.proposal-request-wrapper input[type="radio"]+label {
    border: 1px solid var(--text-light-gray) !important;
    -webkit-transition: ease-in 0.3s !important;
    -o-transition: ease-in 0.3s !important;
    transition: ease-in 0.3s !important;
    padding: 5px 10px !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    line-height: 123.5% !important;
    cursor: pointer !important;
}

.proposal-request-wrapper .wpforms-selected input[type="radio"]+label {
    border: 1px solid var(--footer-boder-color);
    background: var(--footer-boder-color);
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
    padding: 5px 10px;
    border-radius: 25px;
    font-size: 14px;
    line-height: 123.5%;
    cursor: pointer;
}

div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li {
    margin-top: 15px !important;
}

/* About Section */

.about-us-header-banner-img-wrapper {
    border-radius: 50px;
    background-size: cover;
    min-height: 460px;
    background-repeat: no-repeat;
}
.about-us-header-banner-img-wrapper .about-us-header-banner-heading{
	position: relative;
	z-index: 2;
}
.about-us-header-banner-img-wrapper::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    border-radius: 50px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.28) 100%);
    z-index: 1;
}

.about-us-header-banner-img-wrapper .display-2,
.about-us-header-banner-img-wrapper .breadcrumb {
    position: relative;
    z-index: 2;
}

.about-us-section {
    font-family: var(--primary-font);
}

.about-us-section .about-us-heading {
    font-family: var(--primary-font);
    line-height: 40px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 36px;
    color: var(--top-bar-color);
}

.about-us-section .description-wrapper {
    font-family: var(--primary-font);
    font-size: 14px;
    line-height: 160.5%;
    color: var(--text-medium-gray);
}

.about-us-section .description-wrapper p {
    margin: 26px auto;
}

.about-us-our-team-wrapper .leadership-team-heading {
    color: var(--footer-boder-color);
}

.about-us-our-team-wrapper .our-team-list-item-wrapper .card {
    border-radius: 50px;
}

.about-us-our-team-wrapper .our-team-list-item-wrapper .our-team-list-icon {
    max-height: 250px;
    object-fit: contain;
    border-radius: 30px;
    background: linear-gradient(46deg, #2147CE 0%, #1F7BFF 100%);
    transition: all cubic-bezier(.65, .05, .36, 1) 1s;
}

.about-us-our-team-wrapper .our-team-list-item-wrapper .card:hover .our-team-list-icon {
    background: linear-gradient(227deg, #FDB614 0%, #F6851F 100%);
    transition: all cubic-bezier(.65, .05, .36, 1) 1s;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.5));
}

/* Referral Program Section */

.referral-program-section {
    max-height: 300px;
    position: relative;
}

.referral-program-section img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.referral-program-section h1 {
    text-align: center;
    z-index: 9;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font: normal normal bold 50px/63px var(--primary-font);
}

.referral-program-header-banner-img-wrapper {
    border-radius: 50px;
    background-size: cover;
    min-height: 460px;
    background-repeat: no-repeat;
}
.referral-program-header-banner-img-wrapper .referral-program-header-banner-heading{
	position: relative;
	z-index: 2;
}
.referral-program-header-banner-img-wrapper::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    border-radius: 50px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.28) 100%);
    z-index: 1;
}

.referral-program-header-banner-img-wrapper .display-2,
.referral-program-header-banner-img-wrapper .breadcrumb {
    position: relative;
    z-index: 2;
}

.referral-program-section {
    font-family: var(--primary-font);
}

.referral-program-section .referral-program-heading {
    font-family: var(--primary-font);
    line-height: 40px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 36px;
    color: var(--top-bar-color);
}

.referral-program-section .description-wrapper {
    font-family: var(--primary-font);
    font-size: 14px;
    line-height: 160.5%;
    color: var(--text-medium-gray);
}

.referral-program-section .description-wrapper p {
    margin: 26px auto;
}

.referral-program-our-team-wrapper .leadership-team-heading {
    color: var(--footer-boder-color);
}

.referral-program-our-team-wrapper .our-team-list-item-wrapper .card {
    border-radius: 50px;
}

.referral-program-our-team-wrapper .our-team-list-item-wrapper .our-team-list-icon {
    max-height: 250px;
    object-fit: contain;
    border-radius: 30px;
    background: linear-gradient(46deg, #2147CE 0%, #1F7BFF 100%);
    transition: all cubic-bezier(.65, .05, .36, 1) 1s;
}

.referral-program-our-team-wrapper .our-team-list-item-wrapper .card:hover .our-team-list-icon {
    background: linear-gradient(227deg, #FDB614 0%, #F6851F 100%);
    transition: all cubic-bezier(.65, .05, .36, 1) 1s;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.5));
}

.referral-program-steps-section .x-factor{
    color: var(--footer-boder-color);
}
.referral-program-steps-section .nav-link {
    font-size: 2rem;
    border-radius: 30px;
    color: var(--bs-light);
    background: linear-gradient(46deg, #2E2E2E 0%, #2E2E2E 100%)!important;
}
.referral-program-steps-section .nav-link.active {
    background: linear-gradient(227deg, #FDB614 0%, #F6851F 100%)!important;
}

.referral-program-steps-section .nav-link .x-factor{
    font-size: 3rem;
}

.referral-program-steps-section .nav-link.active .x-factor{
    color: var(--bs-light);
}

.referral-program-steps-section .tab-pane {
    background: linear-gradient(46deg, #2E2E2E 0%, #2E2E2E 100%)!important;
    border-radius: 50px;
}
.referral-program-steps-section .tab-pane .x-factor{
    color: var(--footer-boder-color);
    font-size: 4.5rem;
}

.referral-program-steps-section .tab-pane h3{
    font-size: 3rem!important;
}

/* Careers Page */
/* .careers-section .careers-heading {
    font-family: var(--primary-font);
    line-height: 40px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 36px;
    color: var(--top-bar-color);
} */

.curret-opening-filters .button {
    padding: 20px 25px;
    background-color: transparent;
    border: none;
    width: 250px;
    font-weight: 500;
    font-family: var(--primary-font);
    background: var(--text-medium-gray);
    color: var(--bs-light);
    border-radius: 30px;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.curret-opening-filters .button.is-checked {
    border-radius: 30px;
    color: var(--default-dark-color);
    background: var(--footer-boder-color);
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.careers-section .view-more-btn {
    border: none;
    background-color: transparent;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.careers-section .card {
    border-radius: 50px;
}

.careers-section .card:hover {
    background: linear-gradient(46deg, #2147CE 0%, #1F7BFF 100%) !important;
    transition: all cubic-bezier(.65, .05, .36, 1) 1s;
    color: var(--bs-light);
}

.careers-section .current-openings-list-icon {
    max-height: 200px;
    border-radius: 30px;
    object-fit: cover;
}

.careers-section .view-more-btn:hover {
    border: none;
    background-color: transparent;
    color: var(--footer-boder-color);
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.job-desc-item-wrapper {
    width: 25%;
    font-family: var(--primary-font);
    cursor: pointer;
}

.job-desc-item-wrapper .vacancy-name {
    font-size: 16px;
    font-weight: 600;
}

.job-desc-item-wrapper .vacancy-type,
.job-desc-item-wrapper .vacancy-location,
.job-desc-item-wrapper.vacancy-apply {
    font-size: 14px;
}

.job-desc-item-wrapper .vacancy-apply .vacancy-apply-button {
    width: 50px;
    height: 50px;
    font-family: var(--primary-font);
    line-height: 21px;
    font-weight: 500;
    font-size: 22px;
    background-color: var(--footer-boder-color);
}

.job-desc-item-wrapper .vacancy-apply .vacancy-apply-button:hover {
    color: var(--bs-light);
    background-color: var(--default-dark-color);
}

.careers-section .fc-form {
    margin: auto !important;
}

.powered-by {
    display: none !important;
}

.modal-title {
    font-weight: 600;
    font-family: var(--primary-font);
}

.freelncer-form-section .careers-heading {
    font-family: var(--primary-font);
    line-height: 40px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 36px;
    color: var(--top-bar-color);
}

.freelncer-form-section .freelance-sec-desc {
    font-family: var(--primary-font);
    font-size: 14px;
    line-height: 160.5%;
    color: var(--text-medium-gray);
}

div.wpforms-container-full .wpforms-form input[type="date"],
div.wpforms-container-full .wpforms-form input[type="datetime"],
div.wpforms-container-full .wpforms-form input[type="datetime-local"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form input[type="month"],
div.wpforms-container-full .wpforms-form input[type="number"],
div.wpforms-container-full .wpforms-form input[type="password"],
div.wpforms-container-full .wpforms-form input[type="range"],
div.wpforms-container-full .wpforms-form input[type="search"],
div.wpforms-container-full .wpforms-form input[type="tel"],
div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="time"],
div.wpforms-container-full .wpforms-form input[type="url"],
div.wpforms-container-full .wpforms-form input[type="week"],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
    font-family: var(--primary-font);
    border: 1px solid var(--text-light-gray);
    border-radius: 5px !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-color: var(--text-light-gray) !important;
}

div.wpforms-container-full .wpforms-form .choices .choices__inner {
    font-family: var(--primary-font);
    border: 1px solid var(--text-light-gray);
    border-radius: 5px !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-color: var(--text-light-gray) !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type="range"]::-moz-range-thumb {
    background: var(--footer-boder-color) !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 14px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    font-size: 14px !important;
}

.wpforms-field-container {
    font-family: var(--primary-font);
}

div.wpforms-container-full .wpforms-form button[type="submit"] {
    background-color: var(--footer-boder-color) !important;
    color: var(--default-dark-color) !important;
    border-color: var(--footer-boder-color) !important;
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    border-radius: 50px;
    float: right;
    font-weight: 600;
}

div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
    background-color: var(--default-dark-color) !important;
    color: var(--footer-boder-color) !important;
    border-color: var(--default-dark-color) !important;
}

div.wpforms-container-full .wpforms-form .wpforms-selected input[type="checkbox"] {
    background-color: var(--footer-boder-color);
    appearance: none;
    margin: 0;
    border: 1px solid currentColor;
    border-radius: 0.15em;
    vertical-align: middle;
    margin: auto 4px;
    width: 15px;
    height: 15px;
}

div.wpforms-container-full .wpforms-form input[type="checkbox"] {
    appearance: none;
    margin: 0;
    border: 1px solid currentColor;
    border-radius: 0.15em;
    vertical-align: middle !important;
    margin: auto 4px !important;
    width: 15px !important;
    height: 15px !important;
    cursor: pointer;
}

div.wpforms-container-full .wpforms-form .wpforms-field-description,
div.wpforms-container-full .wpforms-form .wpforms-field-limit-text {
    text-align: right;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    cursor: pointer;
}

.wpforms-confirmation-container-full,
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #b4d39b !important;
    border: 1px solid #b4d39b;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.125);
    font-family: var(--primary-font) !important;
}

/* Clients & Partners Page */
.clients-section .clients-heading {
    font-family: var(--primary-font);
    line-height: 40px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 36px;
    color: var(--top-bar-color);
}

.projects-section .projects-heading {
    font-family: var(--primary-font);
    line-height: 40px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 36px;
    color: var(--top-bar-color);
}

.projects-section .projects-subheading {
    font-family: var(--primary-font);
}

.projects-list-item .projects-list-overlay {
    display: none;
    transition: all ease-in-out 0.5s;
}

.projects-list-item:hover .projects-list-overlay {
    display: block;
    background-color: rgba(238, 238, 238, 0.945);
    transition: all ease-in-out 0.5s;
    color: var(--top-bar-color);
    font-family: var(--primary-font);
}

.projects-list-item .project-name h5 {
    font-weight: 700 !important;
}

.projects-list-item .project-link {
    width: 30px;
    height: 30px;
    margin: auto;
    background: var(--footer-boder-color);
    color: var(--bs-white) !important;
    border-radius: 50px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.125);
}

.projects-list-item .project-link svg {
    stroke: var(--bs-white) !important;
}

.clients-section .clients-description {
    font-family: var(--primary-font);
}

/* Keyholders Section */

.software-consultation-detail-section .software-consultation-section-title {
    font-family: var(--primary-font);
    line-height: 40px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 36px;
    color: var(--top-bar-color);
}

.software-consultation-detail-section .software-consultation-section-desc {
    font-family: var(--primary-font);
    font-size: 14px;
    line-height: 160.5%;
    color: var(--text-medium-gray);
}

.software-consultation-detail-section #softwareConsultation .accordion-button:not(.collapsed) {
    background-color: var(--light-gray);
    border-radius: 7px;
    box-shadow: 0px 4px 15px 5px rgba(0, 0, 0, 0.1);
}

.software-consultation-detail-section .accordion-button {
    color: var(--top-bar-color);
    border-radius: 7px;
    border-left: 3px solid var(--footer-boder-color);
    margin-bottom: 10px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}

.software-consultation-detail-section .accordion-button:focus {
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}

.software-consultation-detail-section .accordion-body {
    font-family: var(--primary-font);
    font-size: 14px;
    line-height: 160.5%;
    color: var(--text-medium-gray);
}

.cloud-migration-detail-section {
    background-color: var(--light-gray);
}

.cloud-migration-detail-section .cloud-migration-section-title {
    font-family: var(--primary-font);
    line-height: 40px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 36px;
    color: var(--top-bar-color);
}

.cloud-migration-detail-section .cloud-migration-section-desc {
    font-family: var(--primary-font);
    font-size: 14px;
    line-height: 160.5%;
    color: var(--text-medium-gray);
}

.software-solutions-detail-section .software_solutions-section-title {
    font-family: var(--primary-font);
    line-height: 40px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 36px;
    color: var(--top-bar-color);
}

.software-solutions-detail-section .software_solutions-section-desc {
    font-family: var(--primary-font);
    font-size: 14px;
    line-height: 160.5%;
    color: var(--text-medium-gray);
}

.software-solutions-detail-section #softwareSolutions .accordion-button:not(.collapsed) {
    background-color: var(--light-gray);
    border-radius: 7px;
    box-shadow: 0px 4px 15px 5px rgba(0, 0, 0, 0.1);
}

.software-solutions-detail-section .accordion-button {
    color: var(--top-bar-color);
    border-radius: 7px;
    border-left: 3px solid var(--footer-boder-color);
    margin-bottom: 10px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}

.software-solutions-detail-section .accordion-button:focus {
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}

.software-solutions-detail-section .accordion-body {
    font-family: var(--primary-font);
    font-size: 14px;
    line-height: 160.5%;
    color: var(--text-medium-gray);
}

.digital-marketing-solutions-detail-section .digital-marketing-section-title {
    font-family: var(--primary-font);
    line-height: 40px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 36px;
    color: var(--top-bar-color);
}

.digital-marketing-solutions-detail-section .digital-marketing-section-desc {
    font-family: var(--primary-font);
    font-size: 14px;
    line-height: 160.5%;
    color: var(--text-medium-gray);
}

.digital-marketing-solutions-detail-section #digitalMarketing .accordion-button:not(.collapsed) {
    background-color: var(--light-gray);
    border-radius: 7px;
    box-shadow: 0px 4px 15px 5px rgba(0, 0, 0, 0.1);
}

.digital-marketing-solutions-detail-section .accordion-button {
    color: var(--top-bar-color);
    border-radius: 7px;
    border-left: 3px solid var(--footer-boder-color);
    margin-bottom: 10px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}

.digital-marketing-solutions-detail-section .accordion-button:focus {
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}

.digital-marketing-solutions-detail-section .accordion-body {
    font-family: var(--primary-font);
    font-size: 14px;
    line-height: 160.5%;
    color: var(--text-medium-gray);
}

/* Contact Us */

.contact-us-header-banner-img-wrapper {
    border-radius: 50px;
    background-size: cover;
    min-height: 460px;
    background-repeat: no-repeat;
}

.contact-us-header-banner-img-wrapper::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    border-radius: 50px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.28) 100%);
    z-index: 1;
}

.contact-us-header-banner-img-wrapper .display-2,
.contact-us-header-banner-img-wrapper .breadcrumb {
    position: relative;
    z-index: 2;
}

.contact-us-map-wrapper iframe {
    margin-bottom: -7px;
    border-radius: 50px 0 0 50px;
}

.contact-us-button {
    font-family: var(--primary-font);
    line-height: 21px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 25px;
    border: 1px solid var(--text-light-gray);
    padding: 10px 30px;
}

.contact-us-button:hover {
    border: 1px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
}



.contact-us-loactions-wrapper .contact-us-item {
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    transition: 0.5s transform ease-in-out;
    will-change: transform;
    z-index: 1;
}

.contact-us-loactions-wrapper .contact-us-item:hover .contact-us-heading {
    color: var(--bs-light);
}

.contact-us-loactions-wrapper .contact-us-item .contact-us-heading {
    color: var(--footer-boder-color);
}

.contact-us-loactions-wrapper .contact-us-item .contact-us-item-img-wrapper {
    width: 6rem;
    height: 6rem;
    margin: auto;
}

.contact-us-loactions-wrapper .contact-us-item .contact-us-item-img-wrapper .contact-us-item-img {
    margin: auto;
    height: 100%;
}

.contact-us-loactions-wrapper .contact-us-item:after {
    background: linear-gradient(46deg, #2E2E2E 0%, #2E2E2E 100%);
    border-radius: 50px;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%, 0) rotate(10deg);
    transform-origin: top left;
    transition: 0.5s transform ease-out;
    will-change: transform;
    z-index: -1;
}

.contact-us-loactions-wrapper .contact-us-item:hover:after {
    transform: translate(0, 0);
}

.contact-us-loactions-wrapper .contact-us-item:hover:after {
    background: linear-gradient(46deg, #2147CE 0%, #1F7BFF 100%);
    transform: scale(1);
    will-change: transform;
    z-index: -1;
}

.contact-us-loactions-wrapper .contact-us-item:hover .contact-us-heading {
    color: var(--bs-light);
}

.contact-us-loactions-wrapper .contact-us-item:hover .img-thumbnail {
    background-color: var(--default-dark-color);
    border-color: var(--default-dark-color);
}

.contact-us-loactions-wrapper .contact-us-item:hover .img-thumbnail .contact-us-item-img {
    filter: invert(100%);
}

/* Life @ Xeynergy Page */

.life-at-xeynergy-header-banner-img-wrapper {
    border-radius: 50px;
    background-size: cover;
    min-height: 460px;
    background-repeat: no-repeat;
}

.life-at-xeynergy-header-banner-img-wrapper::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    border-radius: 50px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.28) 100%);
    z-index: 1;
}

.life-at-xeynergy-header-banner-img-wrapper .display-2,
.life-at-xeynergy-header-banner-img-wrapper .breadcrumb {
    position: relative;
    z-index: 2;
}

.life-at-xeynergy-gallery-section .gallary-year-heading {
    color: var(--footer-boder-color);
}

.life-at-xeynergy-gallery-section .life-at-xeynergy-gallery-item {
    position: relative;
    border-radius: 30px;
}
.life-at-xeynergy-gallery-section .life-at-xeynergy-gallery-item .life-at-xeynergy-gallery-item-img {
    border-radius: 30px;
	max-height:240px;
	object-fit:cover;
	min-height: 100%;
}
.life-at-xeynergy-gallery-section .life-at-xeynergy-gallery-item .life-at-xeynergy-gallery-item-overlay{
    z-index: 2;
}
.life-at-xeynergy-gallery-section .life-at-xeynergy-gallery-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    border-radius: 30px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.28) 100%);
    z-index: 1;
}

.life-at-xeynergy-gallery-section .life-at-xeynergy-gallery-item:hover:before {
    background: linear-gradient(46deg, #2147CE 0%, #1F7BFF 100%);
    filter: opacity(0.5);
    transform: scale(1.01);
    transition: transform ease-in-out 0.2s;
}

.life-at-xeynergy-gallery-section .life-at-xeynergy-gallery-item:hover .life-at-xeynergy-gallery-item-img{
    transform: scale(1.01);
    transition: transform ease-in-out 0.2s;
}

/* Blog */

.blog-list-sectio-wrapper .blog-item-list-item-wrapper .card {
    border-radius: 50px;
}

.blog-list-sectio-wrapper .blog-item-list-item-wrapper .blog-item-list-icon{
    max-height: 200px;
    min-height: 200px;
    object-fit: cover;
    border-radius: 30px;
    transition: all cubic-bezier(.65, .05, .36, 1) 1s;
}

.blog-list-sectio-wrapper .blog-item-list-item-wrapper .card:hover{
    background: linear-gradient(46deg, #2147CE 0%, #1F7BFF 100%);
    transition: all cubic-bezier(.65, .05, .36, 1) 1s;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.5));
}
.post-navigation-footer .navigation.post-navigation{
    background: linear-gradient(46deg, #2E2E2E 0%, #2E2E2E 100%);
    padding: 15px 15px;
    border-radius: 50px;
}
.post-navigation-footer .nav-links {
    display: flex;
    justify-content: space-between;
}
.post-navigation-footer .nav-label{
    background: linear-gradient(54deg, #F6851F 0%, #FDB614 100%) !important;
    transition: all ease-in-out 0.2s;
  color: var(--default-dark-color);
}
.post-navigation-footer .nav-label:hover{
    color: var(--bs-white);
    transition: all ease-in-out 0.2s;
    background: linear-gradient(46deg, #2147CE 0%, #1F7BFF 100%) !important;
}
.back-button-posts{
    background: linear-gradient(54deg, #F6851F 0%, #FDB614 100%) !important;
    transition: all ease-in-out 0.2s;
  color: var(--default-dark-color);
}
.back-button-posts:hover{
    color: var(--bs-white);
    transition: all ease-in-out 0.2s;
    background: linear-gradient(46deg, #2147CE 0%, #1F7BFF 100%) !important;
}
/* Feature News */
.latest-news-section .software-consultation-section-title {
    position: relative;
    font: normal normal bold 25px/32px var(--primary-font);
    color: var(--top-bar-color);
}

select#orderby {
    border-radius: 3px !important;
    background: var(--bs-white) !important;
    border: 2px solid #D8DADC !important;
    font-size: 14px;
    padding: 5px 10px;
    cursor: pointer;
}

.categories-news-section img {
    width: 275px;
    height: 175px;
    object-fit: cover;
    float: right;
}

.categories-news-section .categoy-page-news-title {
    font: normal normal bold 20px/26px var(--primary-font);
    text-decoration: none;
    color: var(--top-bar-color);
}

.categories-news-section .leader-line {
    display: inline-block;
    border-bottom: 1px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    width: 25%;
    max-width: 200px;
}

.categories-news-section .categoy-page-news-title a {
    font: normal normal bold 20px/26px var(--primary-font);
    text-decoration: none;
    color: var(--top-bar-color);
}

.categories-news-section .category-post-content {
    font: normal normal normal 14px/24px var(--primary-font);
    color: var(--text-light-gray);
}

.categories-news-section .category-post-date-time time {
    font: normal normal normal 14px/24px var(--seondary-font);
    color: var(--text-light-gray);
    font-size: 14px;
}

.categories-news-section .readmore-button {
    font: normal normal normal 14px/24px var(--seondary-font);
    color: var(--footer-boder-color);
    font-size: 14px;
    text-decoration: none;
}

.latest-news-section .leader-line {
    display: inline-block;
    border-bottom: 1px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    width: 25%;
    max-width: 200px;
}

.news-see-all-link {
    font: normal normal medium 16px/25px var(--primary-font);
    color: var(--top-bar-color);
}

.news-see-all-link i.fa {
    font-weight: 500;
    font-size: 14px;
}

.news-post-wrapper img {
    max-height: 230px;
    object-fit: cover;
    width: 100%;
    object-position: center;
}

.news-post-wrapper .news-post-title {
    font: normal normal bold 25px/32px var(--primary-font);
    color: var(--top-bar-color);
}

.news-post-wrapper .sidebar-news-post-title {
    font: normal normal bold 20px/26px var(--primary-font);
    color: var(--top-bar-color);
}

.news-post-wrapper .news-post-title a {
    text-decoration: none;
    color: inherit;
}

.news-post-wrapper .sidebar-news-post-title a {
    text-decoration: none;
    color: inherit;
}

.news-post-wrapper .news-description-wrapper {
    font: normal normal normal 18px/22px var(--primary-font);
    color: var(--text-light-gray);
}

.news-post-wrapper .sidebar-news-description-wrapper {
    font: normal normal normal 14px/24px var(--primary-font);
    color: var(--text-light-gray);
}

/* Single News */
.single-post-section {
    max-height: 300px;
    position: relative;
}

.single-post-section img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.single-post-content-wrapper h1 {
    text-align: left;
    font: normal normal bold 25px/32px var(--primary-font);
    color: var(--top-bar-color);
}

.single-post-content-wrapper .post-date-time {
    color: var(--text-light-gray);
}

.single-post-content-wrapper .post-date-time time {
    font: normal normal normal 14px/24px var(--primary-font);
    color: var(--text-light-gray);
}

.sidebar-post-date-time {
    color: var(--text-light-gray);
}

.sidebar-post-date-time time {
    font: normal normal normal 14px/24px var(--primary-font);
    color: var(--text-light-gray);
}

.sidebar-readmore-button {
    font: normal normal normal 14px/24px var(--primary-font);
    color: var(--footer-boder-color);
    text-decoration: none;
}

.sidebar-readmore-button:hover {
    color: var(--footer-boder-color);
    text-decoration: none;
}

.sidebar-single-post-wrapper .news-post-wrapper {
    border-bottom: 1px solid var(--light-gray);
    margin-bottom: 30px !important;
}

.sidebar-single-post-wrapper .news-post-wrapper:last-child {
    border-bottom: none;
    margin-bottom: 10px !important;
}

/* Cart Section */
.c7-message--empty-cart:after {
    height: 28px;
    width: 28px;
    top: 3px;
}

.c7-cart.c7-visible h1 {
    font: normal normal bold 18px/25px var(--primary-font);
}

.c7-cart.c7-visible .c7-cart__close {
    font-family: var(--primary-font);
    font-size: 14px;
    text-decoration: none;
    text-transform: lowercase;
    line-height: 28px;
    z-index: 2;
}

.c7-cart.c7-visible a.c7-cart__close {
    color: var(--top-bar-color) !important;
}

.c7-cart.c7-visible .c7-message--empty-cart {
    padding: 2rem 1rem 1rem !important;
    font: normal normal normal 14px/17px var(--primary-font);
}

.c7-cart.c7-visible a {
    text-decoration: none;
}

.c7-cart.c7-visible .c7-cart__carrot {
    background: var(--light-gray) !important;
    color: var(--top-bar-color);
}

.c7-cart.c7-visible .c7-cart__buttons .c7-button-alt {
    font: normal normal medium 18px/26px var(--primary-font);
    color: var(--footer-boder-color);
    background-color: transparent;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
}

.c7-cart.c7-visible .c7-cart__buttons .c7-button-alt:hover {
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
}

.c7-cart.c7-visible .c7-cart__buttons .c7-button {
    font: normal normal medium 18px/26px var(--primary-font);
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
}

.c7-cart.c7-visible .c7-cart__buttons .c7-button:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

.c7-cart.c7-visible .c7-cart-items__image {
    order: 1;
}

.c7-cart.c7-visible .c7-cart-items__image img {
    max-width: 100%;
}

.c7-cart.c7-visible .c7-cart-items__quantity {
    order: 2;
}

.c7-cart.c7-visible .c7-cart-items__title {
    padding-left: 3%;
    font: normal normal normal 18px/25px var(--primary-font);
    order: 3;
    width: 35%;
}

.c7-cart.c7-visible .c7-cart-items__title a {
    font: normal normal normal 14px/25px var(--primary-font);
}

.c7-cart.c7-visible .c7-cart-items__price {
    order: 4;
    font: normal normal normal 18px/20px var(--primary-font);
    width: 17%;
    text-align: center;
}

.c7-cart.c7-visible .c7-cart-items__price span {
    font: normal normal normal 16px/18px var(--primary-font);
}

.c7-cart.c7-visible .c7-cart-items__item-total {
    order: 4;
    font: normal normal normal 25px/31px var(--primary-font);
}

.c7-cart.c7-visible .c7-cart-items .c7-cart-items__quantity input {
    border-radius: 3px;
    border: 2px solid var(--footer-boder-color)
}

.c7-cart.c7-visible .c7-cart-summary>div {
    padding-bottom: .25rem;
    padding-top: .25rem;
}

.c7-cart.c7-visible .c7-cart-summary__subtotal div:first-child,
.c7-cart.c7-visible .c7-cart-summary div div:first-child {
    text-align: left;
    font: normal normal normal 16px/20px var(--primary-font);
}

.c7-cart.c7-visible .c7-cart-summary__total {
    padding-top: 1rem !important;
    ;
}

.c7-cart.c7-visible .c7-cart-summary__total div:first-child {
    text-transform: uppercase;
}

.c7-cart.c7-visible .c7-cart-summary__total div:last-child {
    font: normal normal bold 20px/25px var(--primary-font);
}

.c7-cart.c7-visible .c7-cart-summary__total div:last-child span {
    font: normal normal 500 14px/20px var(--primary-font) !important;
}

.c7-cart.c7-visible .c7-cart__promo__summary {
    color: var(--top-bar-color);
    font: normal normal normal 14px/20px var(--primary-font) !important;
}

/* Cart Page */
.shopping-cart-section h1 {
    font: normal normal bold 25px/32px var(--primary-font);
    margin: 0;
    text-align: center;
}

.shopping-cart-section .leader-line {
    display: inline-block;
    border-bottom: 1px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    width: 25%;
    max-width: 200px;
    margin: auto;
}

.shopping-cart-section #c7-content h1 {
    display: none;
}

.shopping-cart-section .c7-cart__buttons--top {
    display: none;
}

.shopping-cart-section .c7-cart__wrapper {
    max-width: 70rem;
}

.shopping-cart-section .c7-cart-items>div {
    padding: 5px 30px;
    border: 1px solid #D8DADC;
    border-radius: 5px;
    position: relative;
}

.shopping-cart-section .c7-cart-items__image {
    order: 1;
}

.shopping-cart-section .c7-cart-items__quantity {
    order: 2;
}

.shopping-cart-section .c7-cart-items__title {
    order: 3;
    font: normal normal bold 20px/26px var(--primary-font);
    color: var(--top-bar-color);
}

.shopping-cart-section .c7-cart-items__title a {
    font: normal normal normal 11px/16px var(--primary-font);
    color: transparent;
    position: absolute;
    top: 0px;
    right: 10px;
}

.shopping-cart-section .c7-cart-items__title a:after {
    content: '';
    background: transparent url('../img/close-line.svg') 0% 0% no-repeat padding-box;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: contain;
}

.shopping-cart-section .c7-cart-items__price {
    order: 4;
    font: normal normal 400 20px/26px var(--primary-font);
    color: var(--top-bar-color);
    text-align: center;
}

.shopping-cart-section .c7-cart-items__price span {
    font: normal normal 400 16px/20px var(--primary-font);
    color: var(--top-bar-color);
}

.shopping-cart-section .c7-cart-items__item-total {
    order: 5;
    font: normal normal bold 20px/26px var(--primary-font);
    color: var(--top-bar-color);
}

.shopping-cart-section .c7-cart__summary {
    border: none;
}

.shopping-cart-section .c7-cart-items__quantity input {
    border-radius: 3px;
    border: 2px solid var(--footer-boder-color)
}

.c7-cart__summary__message {
    padding: 0.5rem 0;
}

.c7-cart__wrapper .c7-cart__buttons a {
    margin: 0 0;
}

.shopping-cart-section .c7-cart__summary__message a {
    font: normal normal medium 14px/16px var(--primary-font);
    font-size: 14px;
    text-transform: uppercase;
    color: var(--top-bar-color);
    text-decoration: none;
    cursor: pointer;
}

.shopping-cart-section .c7-form__group input {
    font: normal normal 500 14px/20px var(--primary-font) !important;
    background: var(--bs-white);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    height: 45px;
}

.shopping-cart-section .c7-form__group .c7-button {
    font: normal normal medium 18px/26px var(--primary-font);
    color: var(--bs-white);
    background-color: var(--footer-boder-color);
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
}

.shopping-cart-section .c7-form__group .c7-button:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

.shopping-cart-section .c7-cart__promo__summary {
    color: var(--top-bar-color);
    font: normal normal normal 14px/20px var(--primary-font) !important;
}

.shopping-cart-section .c7-cart__summary__message .c7-cart__promo__summary+div {
    display: none;
}

.shopping-cart-section .c7-cart__summary__totals {
    text-transform: uppercase;
    font: normal normal normal 16px/25px var(--primary-font);
}

.shopping-cart-section .c7-cart__summary__totals .c7-cart-summary>div {
    padding-bottom: .25rem;
    padding-top: .25rem;
}

.shopping-cart-section .c7-cart__summary__totals .c7-cart-summary .c7-cart-summary__total div:last-child {
    font-weight: 700;
}

.shopping-cart-section .c7-cart__wrapper .c7-cart__buttons .c7-button {
    font: normal normal medium 18px/26px var(--primary-font);
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
}

.shopping-cart-section .c7-cart__wrapper .c7-cart__buttons .c7-button:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

.c7-cart__wrapper .c7-cart-summary__total div:first-child {
    text-align: right;
}

/* Checkout Page */
.c7-checkout-summary {
    background-color: var(--light-gray);
}

.c7-checkout-summary h1 {
    font: normal normal bold 18px/25px var(--primary-font);
}

.c7-checkout-summary h2 {
    font: normal normal bold 18px/25px var(--primary-font);
    text-align: center;
}

.c7-checkout-summary .c7-cart__close {
    font-family: var(--primary-font);
    font-size: 14px;
    text-decoration: none;
    text-transform: lowercase;
    line-height: 28px;
}

.c7-checkout-summary a.c7-cart__close {
    color: var(--top-bar-color) !important;
}

.c7-checkout-summary .c7-message--empty-cart {
    padding: 2rem 1rem 1rem !important;
    font: normal normal normal 14px/17px var(--primary-font);
}

.c7-checkout-summary a {
    text-decoration: none;
}

.c7-checkout-summary .c7-cart__carrot {
    background: var(--light-gray) !important;
    color: var(--top-bar-color);
}

.c7-checkout-summary .c7-cart__buttons .c7-button-alt {
    font: normal normal medium 18px/26px var(--primary-font);
    color: var(--footer-boder-color);
    background-color: transparent;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
}

.c7-checkout-summary .c7-cart__buttons .c7-button-alt:hover {
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
}

.c7-checkout-summary .c7-cart__buttons .c7-button {
    font: normal normal medium 18px/26px var(--primary-font);
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
}

.c7-checkout-summary .c7-cart__buttons .c7-button:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

.c7-checkout-summary .c7-cart-items__image {
    order: 1;
}

.c7-checkout-summary .c7-cart-items__image img {
    max-width: 100%;
}

.c7-checkout-summary .c7-cart-items__quantity {
    order: 2;
}

.c7-checkout-summary .c7-cart-items__title {
    padding-left: 3%;
    font: normal normal normal 18px/25px var(--primary-font);
    order: 3;
    width: 35%;
}

.c7-checkout-summary .c7-cart-items__title a {
    font: normal normal normal 14px/25px var(--primary-font);
}

.c7-checkout-summary .c7-cart-items__price {
    order: 4;
    font: normal normal normal 18px/20px var(--primary-font);
    width: 17%;
    text-align: center;
}

.c7-checkout-summary .c7-cart-items__price span {
    font: normal normal normal 16px/18px var(--primary-font);
}

.c7-checkout-summary .c7-cart-items__item-total {
    order: 4;
    font: normal normal normal 25px/31px var(--primary-font);
}

.c7-checkout-summary .c7-cart-items .c7-cart-items__quantity input {
    border-radius: 3px;
    border: 2px solid var(--footer-boder-color)
}

.c7-checkout-summary .c7-cart-summary>div {
    padding-bottom: .25rem;
    padding-top: .25rem;
}

.c7-checkout-summary .c7-cart-summary__subtotal div:first-child,
.c7-checkout-summary .c7-cart-summary div div:first-child,
.c7-cart-summary__total div:first-child {
    text-align: left;
    font: normal normal normal 16px/20px var(--primary-font);
}

.c7-cart-summary div.c7-cart-items__price {
    width: 40%;
    text-align: right !important;
    font: normal normal normal 16px/20px var(--primary-font) !important;
}

.c7-checkout-summary .c7-cart-summary__total {
    padding-top: 1rem !important;
    ;
}

.c7-checkout-summary .c7-cart-summary__total div:first-child {
    text-transform: uppercase;
}

.c7-checkout-summary .c7-cart-summary__total div:last-child {
    font: normal normal bold 20px/25px var(--primary-font);
}

.c7-checkout-summary .c7-cart-summary__total div:last-child span {
    font: normal normal 500 14px/20px var(--primary-font) !important;
}

.c7-checkout-summary .c7-cart__promo__summary {
    color: var(--top-bar-color);
    font: normal normal normal 14px/20px var(--primary-font) !important;
}

.c7-checkout-summary .c7-form__group input {
    border-radius: 3px;
    background: var(--bs-white);
    border: 2px solid var(--text-light-gray)
}

.c7-checkout-summary .c7-form__group .c7-button {
    border: 2px solid var(--footer-boder-color);
    background-color: transparent;
    border-radius: 3px;
    color: var(--footer-boder-color);
    font: normal normal normal 14px/16px var(--primary-font);
    text-transform: uppercase;
}

.c7-checkout-summary .c7-form__group .c7-button:hover {
    border: 2px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    color: var(--bs-white);
    border-radius: 3px;
}

.c7-checkout-breadcrumbs {
    font: normal normal medium 16px/25px var(--primary-font);
}

.c7-checkout-breadcrumbs a {
    font-weight: bold;
    text-decoration: none;
    color: var(--top-bar-color);
}

.c7-message.c7-message--checkout-legal {
    font: normal normal medium 16px/25px var(--primary-font) !important;
    font-size: 14px;
    color: var(--top-bar-color);
    text-align: left;
    margin-bottom: 3rem;
}

.c7-checkout-template h3 {
    font: normal normal 500 25px/26px var(--primary-font);
    color: var(--top-bar-color);
}

.c7-checkout-template .c7-checkout__content__title a {
    font: normal normal medium 14px/16px var(--primary-font);
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}

.c7-checkout-template .c7-checkout__content__account {
    color: var(--text-light-gray);
    font: normal normal medium 14px/16px var(--primary-font);
    font-size: 12px;
}

.c7-checkout-template [for="c7-email"],
.c7-checkout-template .label,
.c7-checkout-template [for="c7-firstName"],
.c7-checkout-template [for="c7-lastName"],
.c7-checkout-template [for="c7-company"],
.c7-checkout-template [for="c7-address"],
.c7-checkout-template [for="c7-address2"],
.c7-checkout-template [for="c7-city"],
.c7-checkout-template [for="c7-stateCode"],
.c7-checkout-template [for="c7-zipCode"],
.c7-checkout-template [for="c7-phone"],
.c7-checkout-template [for="c7-countryCode"],
.c7-checkout-template [for="c7-password"],
.c7-checkout-template [for="c7-cardNumber"],
.c7-checkout-template [for="c7-expiryMo"],
.c7-checkout-template [for="c7-expiryYr"],
.c7-checkout-template [for="c7-cvv2"],
.c7-checkout-template [for="c7-cardHolderName"],
.c7-account__create-account span.label,
.c7-checkout-template [for="c7-emailMarketingStatus"],
.c7-checkout-template [for="c7-confirmPassword"],
.c7-account__create-account [for="c7-email"],
.c7-account__create-account .label,
.c7-account__create-account [for="c7-firstName"],
.c7-account__create-account [for="c7-lastName"],
.c7-account__create-account [for="c7-company"],
.c7-account__create-account [for="c7-address"],
.c7-account__create-account [for="c7-address2"],
.c7-account__create-account [for="c7-city"],
.c7-account__create-account [for="c7-stateCode"],
.c7-account__create-account [for="c7-zipCode"],
.c7-account__create-account [for="c7-phone"],
.c7-account__create-account [for="c7-countryCode"],
.c7-account__create-account [for="c7-password"],
.c7-account__create-account [for="c7-cardNumber"],
.c7-account__create-account [for="c7-expiryMo"],
.c7-account__create-account [for="c7-expiryYr"],
.c7-account__create-account [for="c7-cvv2"],
.c7-account__create-account [for="c7-cardHolderName"],
.c7-account__create-account [for="c7-emailMarketingStatus"],
.c7-account__create-account [for="c7-confirmPassword"] {
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: bold;
}

.c7-checkout-template input,
.c7-checkout-template select,
.c7-account__create-account input,
.c7-account__create-account select {
    border-radius: 3px !important;
    background: var(--bs-white) !important;
    border: 2px solid #D8DADC !important;
}

.c7-checkout-template .c7-message--error {
    font-size: 12px;
    font-family: var(--primary-font);
}

.c7-checkout-template .c7-checkout__content__buttons a {
    /* border: 2px solid var(--footer-boder-color); */
    background-color: transparent;
    border-radius: 3px;
    color: var(--footer-boder-color);
    font: normal normal normal 12px/16px var(--primary-font);
    text-transform: uppercase;
    /* padding: 0.5rem 1.5rem; */
    text-decoration: none;
}

/* .c7-checkout-template .c7-checkout__content__buttons a:hover{
    background-color: var(--footer-boder-color);
    color: var(--bs-white);
} */
.c7-checkout-template .c7-checkout__content__buttons .c7-button {
    display: block;
    max-width: 20rem;
    margin: auto;
    width: 100%;
    border: 2px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    color: var(--bs-white);
    border-radius: 3px;
    font: normal normal normal 14px/16px var(--primary-font);
    text-transform: uppercase;
    margin-right: 0;
}

.c7-checkout-template .c7-checkout__content__buttons .c7-button:hover {
    background-color: transparent;
    color: var(--footer-boder-color);
}

.c7-checkout-template .c7-checkout__footer li a {
    font: normal normal medium 14px/16px var(--primary-font);
    font-size: 12px;
    color: var(--bs-blue);
    text-decoration: none;
    cursor: pointer;
}

.c7-checkout-template .c7-checkout__content__buttons {
    margin-top: 30px;
}

.c7-checkout-template .c7-checkout__main h1 {
    font: normal normal bold 20px/26px var(--primary-font);
    color: var(--top-bar-color);
    text-align: center;
}

.c7-checkout-template .c7-account-login h4 {
    font: normal normal 400 18px/20px var(--primary-font);
    color: var(--top-bar-color);
    margin-top: 30px;
}

.c7-checkout-template .c7-account-login--new p {
    font: normal normal normal 16px/18px var(--primary-font);
    color: var(--top-bar-color);
}

.c7-checkout-template .c7-account-login--new .c7-button {
    font: normal normal medium 18px/26px var(--primary-font) !important;
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
    padding: 10px 30px;
    display: block;
}

.c7-checkout-template .c7-account-login--new .c7-button:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

.c7-checkout-template #c7-promoCode+.c7-button {
    width: auto;
}

.c7-checkout__content__buttons .c7-button {
    margin: initial !important;
}

.c7-checkout-template .c7-form .c7-button {
    font: normal normal medium 18px/26px var(--primary-font) !important;
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
    padding: 5px 30px;
    display: block;
    text-align: center;
    margin: auto;
    width: 100%;
}

.c7-checkout-template .c7-form .c7-button:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

.c7-checkout-template .c7-account-login p {
    font: normal normal normal 16px/18px var(--primary-font);
    color: var(--top-bar-color);
}

.c7-checkout-template .c7-account-login a {
    font: normal normal normal 16px/18px var(--primary-font);
    text-decoration: none;
}

.c7-checkout-template .c7-message--login-security {
    font: normal normal 400 12px/18px var(--primary-font);
    color: var(--top-bar-color);
    text-decoration: none;
}

.c7-checkout-template .c7-message--login-security a {
    font: normal normal 600 12px/18px var(--primary-font);
    text-decoration: none;
}

.c7-checkout-template .c7-message--login-questions {
    font: normal normal 400 12px/18px var(--primary-font);
    color: var(--top-bar-color);
    text-decoration: none;
}

.c7-checkout-template .c7-message--login-questions a {
    font: normal normal 600 12px/18px var(--primary-font);
    text-decoration: none;
}

/* Chckout Summary Page */
.c7-checkout-template .c7-checkout__content__summary div {
    position: relative;
}

.c7-checkout-template .c7-checkout__content__summary div>a {
    font: normal normal normal 11px/16px var(--primary-font);
    color: transparent;
    position: absolute;
    top: 0px;
    right: 10px;
}

.c7-checkout-template .c7-checkout__content__summary div>a:after {
    content: '';
    background: transparent url('../img/edit-pen.svg') 0% 0% no-repeat padding-box;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: contain;
}

.c7-checkout-template .c7-checkout__content__summary {
    background: var(--light-gray);
    border-radius: 3px;
}

.c7-checkout-template .c7-checkout__main h2 {
    font: normal normal bold 22px/25px var(--primary-font)
}

.c7-checkout-template .c7-checkout__main h4 {
    font: normal normal 500 20px/22px var(--primary-font)
}

.c7-checkout-template .c7-checkout__main h2 span {
    font: normal normal 500 16px/25px var(--primary-font)
}

.c7-checkout-template .c7-order__buttons .c7-button {
    font: normal normal medium 18px/26px var(--primary-font);
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
}

.c7-checkout-template .c7-order__buttons .c7-button:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

.c7-checkout-template span strong {
    display: block;
    margin-bottom: -10px;
}

.c7-icon.c7-icon--help a {
    color: var(--bs-blue);
}

.c7-modal__content .c7-button {
    width: initial !important;
    margin: initial !important;
}

.c7-modal__content .c7-form__button-row .c7-button-alt {
    border: 2px solid var(--footer-boder-color);
    padding: 5px 30px;
    font: normal normal medium 18px/26px var(--primary-font);
    text-decoration: none;
    color: var(--footer-boder-color) !important;
    border-radius: 3px;
}

.c7-modal__content label[for="c7-comments"] {
    text-align: left;
}

.c7-modal__content .c7-form__button-row .c7-button-alt:hover {
    background-color: var(--footer-boder-color) !important;
    color: var(--bs-white) !important;
}

.c7-modal__content .c7-button {
    background-color: var(--footer-boder-color) !important;
    color: var(--bs-white) !important;
    border: 2px solid var(--footer-boder-color);
    padding: 5px 30px;
    font: normal normal medium 18px/26px var(--primary-font);
    text-decoration: none;
    border-radius: 3px;
}

.c7-modal__content .c7-button:hover {
    background-color: transparent !important;
    color: var(--footer-boder-color) !important;
    border: 2px solid var(--footer-boder-color);
}

/* Instagram Feeds Section */
.instagram-feeds-section {
    background-color: var(--light-gray);

}

.instagram-feeds-section .instagram-feeds-section-title {
    position: relative;
    font: normal normal bold 25px/32px var(--primary-font);
    color: var(--top-bar-color) !important;
}

.instagram-feeds-section .leader-line {
    display: inline-block;
    border-bottom: 1px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    width: 25%;
    max-width: 200px;
}

/* Newsletter Section */
.newsletter-section .newsletter-section-title {
    position: relative;
    font: normal normal bold 25px/32px var(--primary-font);
    color: var(--top-bar-color);
}

.newsletter-section .leader-line {
    display: inline-block;
    border-bottom: 1px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    width: 25%;
    max-width: 200px;
}

.newsletter-section .c7-subscribe .c7-form {
    display: flex;
    justify-content: center;
    margin: auto;
}

.newsletter-section #c7-email-error {
    position: absolute;
    left: 0;
    bottom: -30px;
}

.newsletter-section .c7-subscribe .c7-form .c7-form__button-row {
    height: 40px;
    bottom: -24px;
    font: normal normal medium 18px/25px var(--primary-font);
}

.newsletter-section .c7-subscribe .c7-form .c7-form__button-row button {
    border-radius: 0 3px 3px 0;
    background-color: var(--footer-boder-color);
    border: 2px solid var(--footer-boder-color);
}

.newsletter-section .c7-subscribe .c7-form .c7-form__button-row:hover button {
    color: var(--footer-boder-color);
    background-color: var(--bs-white);
}

.newsletter-section .c7-subscribe .c7-subscribe-message h3 {
    font: normal normal normal 25px/32px var(--primary-font);
}

.newsletter-section .c7-subscribe .c7-subscribe-message p {
    font: normal normal medium 18px/25px var(--primary-font);
}

/* Collection Page */
.shop-header-section {
    max-height: 300px;
    position: relative;
}

.shop-header-section img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.shop-header-section h1 {
    text-align: center;
    z-index: 9;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font: normal normal bold 50px/63px var(--primary-font);
}

.collection-section .nav-tabs .nav-link {
    font: normal normal bold 20px/26px var(--primary-font);
    color: var(--text-light-gray);
}

.collection-section .c7-product__photo img {
    max-height: 330px;
}

.collection-section .c7-product__photo {
    width: 40%;
    display: inline-flex;
    justify-content: center;
    position: relative;
}

.collection-section .nav-tabs .nav-item.show .nav-link,
.collection-section .nav-tabs .nav-link.active {
    color: var(--top-bar-color);
    border-bottom: 2px solid var(--footer-boder-color) !important;
}

.collection-section .c7-product-collection .c7-product__title.c7-title {
    font: normal normal 500 22px/26px var(--primary-font);
    color: var(--top-bar-color);
    min-height: 55px;
}

.collection-section .c7-product-collection .c7-product__teaser {
    font: normal normal normal 16px/22px var(--primary-font);
    color: var(--top-bar-color);
    min-height: 55px;
}

.collection-section .c7-product-collection .c7-product__teaser p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.collection-section .c7-product-collection .c7-badge.c7-badge--new {
    font: normal normal bold 12px/15px var(--primary-font);
    display: block;
    width: 59px;
    height: 35px;
    background-color: var(--footer-boder-color);
    color: var(--bs-white);
    position: absolute;
    padding: 2px;
    left: 0;
}

.collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
    border-bottom: 50px solid transparent;
    content: '';
    width: 0;
    height: 0;
    border-right: 29px solid transparent;
    border-left: 30px solid transparent;
    border-top: 20px solid var(--footer-boder-color);
    position: absolute;
    top: 35px;
    left: 0;
}

.collection-section .c7-product-collection .c7-badge.c7-badge--limited {
    font: normal normal bold 12px/15px var(--primary-font);
    display: block;
    width: 59px;
    height: 35px;
    background-color: var(--footer-boder-color);
    color: var(--bs-white);
    padding: 2px;
}

.collection-section .c7-product-collection .c7-badge.c7-badge--limited::after {
    border-bottom: 50px solid transparent;
    content: '';
    width: 0;
    height: 0;
    border-right: 29px solid transparent;
    border-left: 30px solid transparent;
    border-top: 20px solid var(--footer-boder-color);
    position: absolute;
    top: 35px;
    left: 0;
}

.collection-section .c7-product__variant__price {
    min-height: 70px;
}

.collection-section .c7-product__variant__price .c7-product__variant__price__compare {
    font: normal normal normal 25px/31px var(--primary-font);
    color: var(--top-bar-color);
}

.collection-section .c7-product__variant__price .c7-product__variant__price__sale,
.collection-section .c7-product__variant__price .c7-product__variant__price__normal {
    font: normal normal normal 30px/38px var(--primary-font);
    color: var(--top-bar-color);
}

.collection-section .c7-product__variant__add-to-cart .c7-button {
    font: normal normal medium 18px/26px var(--primary-font);
    color: var(--footer-boder-color);
    background-color: transparent;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
}

.collection-section .c7-product__variant__add-to-cart .c7-button:hover {
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
}

.collection-section .c7-product__variant__add-to-cart label input {
    font: normal normal medium 18px/26px var(--primary-font);
    color: var(--footer-boder-color);
    background-color: transparent;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
}

.collection-section .c7-product__login-message {
    font: normal normal 400 12px/16px var(--primary-font);
    color: var(--text-light-gray);
}

.collection-section .c7-product__login-message button {
    font: normal normal medium 18px/26px var(--primary-font) !important;
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
    padding: 10px 30px;
}

.collection-section .c7-product__login-message button:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

.keyholder-join-section {
    background-color: var(--light-gray);
}

.keyholder-join-section .software-consultation-section-title {
    font: normal normal bold 30px/39px var(--primary-font);
}

.keyholder-icon {
    width: 35px;
    height: 35px;
    background-image: url('../img/keyholder_icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 15px;
}

/* Product Detail Page */
.c7-product-detail__photo img {
    max-width: 100%;
}

.c7-product-detail .c7-product__login-message button {
    font: normal normal medium 18px/26px var(--primary-font) !important;
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
    padding: 10px 30px;
}

.c7-product-detail .c7-product__login-message button:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

.c7-product-detail .c7-product-detail__titles {
    width: 65%;
}

.c7-product-detail .c7-product-detail__titles h1 {
    font-family: var(--primary-font) !important;
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
    color: var(--top-bar-color);
    text-align: left !important;
}

.c7-product-detail .c7-product-detail__titles .c7-product-detail__subtitle.c7-subtitle {
    font: normal normal 500 18px/23px var(--primary-font) !important;
    color: var(--top-bar-color);
}

.c7-product-detail .c7-product-detail__info p {
    font: normal normal medium 14px/17px var(--primary-font);
}

.c7-product-detail .c7-product__variant__add-to-cart {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
}

.c7-product-detail .c7-product__variant__add-to-cart label {
    margin: 30px 0;
}

.c7-product-detail .c7-product__variant__add-to-cart button {
    font: normal normal medium 18px/26px var(--primary-font) !important;
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
    padding: 10px 30px;
}

.c7-product-detail .c7-product__variant__add-to-cart button:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

.c7-product-detail .c7-product__variant__add-to-cart label input {
    font: normal normal medium 18px/26px var(--primary-font);
    color: var(--footer-boder-color);
    background-color: transparent;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
}

.c7-product-detail .c7-product-detail__photo {
    position: relative;
}

.c7-product-detail .c7-badge.c7-badge--new {
    position: absolute;
    top: 0;
    font: normal normal bold 12px/15px var(--primary-font);
    display: block;
    width: 59px;
    height: 35px;
    background-color: var(--footer-boder-color);
    color: var(--bs-white);
    padding: 2px;
}

.c7-product-detail .c7-badge.c7-badge--new::after {
    border-bottom: 50px solid transparent;
    content: '';
    width: 0;
    height: 0;
    border-right: 29px solid transparent;
    border-left: 30px solid transparent;
    border-top: 20px solid var(--footer-boder-color);
    position: absolute;
    top: 35px;
    left: 0;
}

.c7-product-detail .c7-badge--award {
    position: absolute;
    top: 0;
    font: normal normal bold 12px/15px var(--primary-font);
    display: block;
    width: 59px;
    height: 35px;
    background-color: var(--footer-boder-color);
    color: var(--bs-white);
    padding: 2px;
}

.c7-product-detail .c7-badge--award::after {
    border-bottom: 50px solid transparent;
    content: '';
    width: 0;
    height: 0;
    border-right: 29px solid transparent;
    border-left: 30px solid transparent;
    border-top: 20px solid var(--footer-boder-color);
    position: absolute;
    top: 35px;
    left: 0;
}

.c7-product-detail .c7-badge--limited {
    position: absolute;
    top: 0;
    font: normal normal bold 12px/15px var(--primary-font);
    display: block;
    width: 59px;
    height: 35px;
    background-color: var(--footer-boder-color);
    color: var(--bs-white);
    padding: 2px;
}

.c7-product-detail .c7-badge--limited::after {
    border-bottom: 50px solid transparent;
    content: '';
    width: 0;
    height: 0;
    border-right: 29px solid transparent;
    border-left: 30px solid transparent;
    border-top: 20px solid var(--footer-boder-color);
    position: absolute;
    top: 35px;
    left: 0;
}

.c7-product-detail .c7-product__variant__price .c7-product__variant__price__compare {
    font: normal normal 400 22px/26px var(--primary-font);
    color: var(--text-light-gray);
}

.c7-product-detail .c7-product__variant__price .c7-product__variant__price__sale {
    font: normal normal bold 30px/39px var(--primary-font);
    color: var(--top-bar-color);
}

.c7-product-detail .c7-product__variant__price .c7-product__variant__price__normal {
    font: normal normal bold 30px/39px var(--primary-font);
    color: var(--top-bar-color);
}

.c7-product-detail .nav-link {
    padding: .5rem 1rem .5rem 0rem;
    font: normal normal 500 18px/23px var(--primary-font);
    color: var(--top-bar-color);
    text-align: center;
}

.c7-product-detail .nav-link.active {
    color: var(--footer-boder-color);
    font-weight: 600;
    position: relative;
}

/* .c7-product-detail .nav-link.active:before {
    position: absolute;
    content: '';
    width: 90%;
    height: 1px;
    background-color: var(--footer-boder-color);
    bottom: 0;
    left: 0;
} */
.c7-product-detail .c7-product-description-content .line {
    border-bottom: 1px solid var(--footer-boder-color);
    width: 25%;
    display: block;
}

.c7-product-detail .c7-product-detail__photo__thumbs {
    padding: 1rem !important;
}

.c7-product-detail .c7-product-detail__photo__thumbs a img {
    height: 150px;
    margin: 10px;
    border: 2px solid var(--footer-boder-color);
    width: 100px;
    object-fit: contain;
    border-radius: 5px;
}

.product-detail-faq-section {
    background-color: var(--light-gray);
}

.product-detail-faq-title {
    font: normal normal bold 30px/39px var(--primary-font);
}

.question-section-title {
    font: normal normal normal 24px/26px var(--primary-font);
}

.product-detail-faq-section .accordion-header button {
    font: normal normal normal 22px/26px var(--primary-font);
    color: var(--footer-boder-color);
}

.product-detail-faq-section .accordion-body {
    font: normal normal normal 16px/20px var(--primary-font);
}

.product-video-section {
    background-color: var(--light-gray);
}

.product-video-section .featured-video-player {
    max-width: 700px;
}

.product-video-section .productvideo-title {
    font: normal normal bold 30px/39px var(--primary-font);
}

.product-video-section .leader-line {
    display: block;
    border-bottom: 1px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    width: 20%;
    margin: auto;
}

.suggested-wines-title {
    font: normal normal bold 30px/39px var(--primary-font);
}

.suggested-wines-section .leader-line {
    display: block;
    border-bottom: 1px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    width: 15%;
    margin: auto;
}

.suggested-wines-section .c7-product-collection.slick-initialized.slick-slider {
    max-width: 90%;
}

.suggested-wines-section .slick-initialized .slick-slide .c7-product__photo {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.suggested-wines-section .slick-initialized .slick-slide .c7-product__photo img {
    margin: auto;
    max-height: 260px;
}

.suggested-wines-section .slick-initialized .slick-slide .c7-product__info {
    margin: auto;
    width: 100%;
}

.suggested-wines-section .slick-initialized .slick-slide .c7-product__title.c7-title {
    margin: auto;
    margin-top: 15px;
    font: normal normal normal 18px/20px var(--primary-font);
    min-height: 40px;
}

.suggested-wines-section .slick-initialized .slick-slide .c7-product__variant__price {
    font: normal normal normal 18px/23px var(--primary-font);
}

/* Keyholders Section */

.keyholder-header-section {
    max-height: 300px;
    position: relative;
}

.keyholder-header-section img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.keyholder-header-section h1 {
    text-align: center;
    z-index: 9;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font: normal normal bold 50px/63px var(--primary-font);
}

.keyholder-section-wrapper .software-consultation-section-title {
    position: relative;
    font: normal normal bold 25px/32px var(--primary-font);
    color: var(--top-bar-color);
}

.keyholder-section-wrapper .leader-line {
    display: inline-block;
    border-bottom: 1px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    width: 25%;
}

.keyholder-section-wrapper .software-consultation-section-desc {
    font: normal normal normal 18px/22px var(--primary-font);
    color: var(--top-bar-color);
}

.keyholder-section-wrapper {
    background-color: var(--light-gray) !important;
    ;
    position: relative;
}

.keyholder-section-wrapper h1 {
    display: none;
}

.keyholder-section-wrapper .c7-club-list {
    display: flex;
    justify-content: center;
    max-width: 75rem;
    margin: auto;
    display: grid;
    grid-auto-flow: column;
}

.keyholder-section-wrapper .c7-club-list .c7-club-list__item {
    flex-direction: column;
    max-width: 450px;
    background-color: var(--bs-white) !important;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
    margin: auto 10px;
    transition: all ease-in-out 0.5s;
    height: 100%;
}

.keyholder-section-wrapper .c7-club-list .c7-club-list__item:hover {
    margin-top: -15px !important;
    transition: all ease-in-out 0.5s;
}

.keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image {
    width: 100%;
}

.keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image img {
    max-width: 100%;
}

.keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content {
    width: 100%;
}

.keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
    text-align: center;
    font: normal normal bold 20px/26px var(--primary-font);
    margin: 15px auto !important;
}

.keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
    font: normal normal normal 16px/18px var(--primary-font);
}

.keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content .club-price-wrapper strong {
    font: normal normal 900 20px/18px var(--primary-font);
    color: var(--footer-boder-color);
}

.keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content .c7-button {
    display: block;
    text-align: center;
    margin: 30px auto 0 auto;
    max-width: 190px;
    font: normal normal medium 18px/26px var(--primary-font) !important;
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
    padding: 10px 30px;
}

.keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content .c7-button:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

/* Reservation Page */
.rdt.date-picker::after {
    border-top-color: transparent;
    border-top-color: currentColor;
    content: '\f073';
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
    right: 1rem;
    top: 30%;
    font-family: "Font Awesome 5 Pro";
}

.reservation-header-section {
    max-height: 300px;
    position: relative;
}

.reservation-header-section img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.reservation-header-section h1 {
    text-align: center;
    z-index: 9;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font: normal normal bold 50px/63px var(--primary-font);
}

.reservation-usp-section {
    background-color: var(--light-gray);
}

.reservation-usp-section .usp-icon {
    max-width: 26.24px;
    /* filter: grayscale(100%) brightness(50%) invert(50%); */
}

.reservation-usp-section .usp-title {
    font: normal normal normal 20px/25px var(--primary-font);
}

.reservation-usp-section .usp-desc {
    font: normal normal normal 14px/26px var(--primary-font);
}

/* .reservation-vale-section{
} */
.reservation-vale-section-wrapper img {
    width: 638px;
    max-height: 350px;
    object-fit: cover;
}

.reservation-vale-section-wrapper.img-left {
    float: inline-end;
}

.reservation-vale-section-desc-wrapper .reservation-vale-section-title {
    position: relative;
    font: normal normal bold 25px/32px var(--primary-font);
    color: var(--top-bar-color);
}

.reservation-vale-section-desc-wrapper .leader-line {
    display: inline-block;
    border-bottom: 1px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    width: 22%;
}

.reservation-vale-section-desc-wrapper .reservation-vale-section-desc {
    font: normal normal normal 18px/22px var(--primary-font);
    color: var(--top-bar-color);
}

.wine-flights-section {
    background-color: var(--light-gray) !important;
    ;
    position: relative;
}

.wine-flights-section .wine-flights-section-title {
    position: relative;
    font: normal normal bold 25px/32px var(--primary-font);
    color: var(--top-bar-color);
}

.wine-flights-section .leader-line {
    display: inline-block;
    border-bottom: 1px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    width: 15%;
}

.wine-flight-wrapper {
    height: 100%;
    min-height: 560px;
}

.wine-flight-wrapper img {
    max-height: 145px;
    height: 145px;
    object-fit: cover;
    width: 100%;
    object-position: center;
}

.wine-flight-wrapper .wine-flight-title {
    font: normal normal bold 20px/26px var(--primary-font);
    color: var(--top-bar-color);
}

.wine-flight-wrapper .wine-flight-title a {
    text-decoration: none;
    color: inherit;
}

.wine-flight-wrapper .wine-flight-description-wrapper {
    font: normal normal normal 18px/26px var(--primary-font);
    color: var(--text-light-gray);
}

/* About Page */
.about-section-header {
    max-height: 300px;
    position: relative;
}

.about-section-header img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.about-section-header h1 {
    text-align: center;
    z-index: 9;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font: normal normal bold 50px/63px var(--primary-font);
}

.history-tabs-section .nav-tabs .nav-link {
    font: normal normal 500 20px/26px var(--primary-font);
    color: var(--text-light-gray);
}

.history-tabs-section .nav-tabs .nav-item.show .nav-link,
.history-tabs-section .nav-tabs .nav-link.active {
    color: var(--top-bar-color);
    border-bottom: 2px solid var(--footer-boder-color) !important;
}

.history-tabs-section .alignright {
    float: right;
    margin-left: 15px;
}

.history-tabs-section .alignleft {
    float: left;
    margin-right: 15px;
}

.history-tabs-section .gallery {
    display: flex;
    flex-wrap: wrap;
}

.history-tabs-section .gallery .gallery-item {
    font: normal normal normal 18px/24px var(--primary-font);
}

.history-tabs-section .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
    text-align: center;
}

.history-tabs-section .gallery.gallery-columns-4 .gallery-item img {
    min-width: 100%;
    height: 100%;
    max-width: 324px;
    max-height: 324px;
    object-fit: cover;
}

.history-tabs-section .gallery.gallery-columns-2 .gallery-item {
    width: 50%;
    text-align: center;
}

.history-tabs-section .gallery.gallery-columns-2 .gallery-item img {
    min-width: 100%;
    height: 100%;
    max-height: 324px;
    object-fit: cover;
}

.history-tabs-section .gallery.gallery-columns-5 .gallery-item {
    width: 20%;
    text-align: center;
    margin: 0;
}

.history-tabs-section .gallery.gallery-columns-5 .gallery-item img {
    min-width: 100%;
    height: 100%;
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
    filter: grayscale(100);
    transition: all ease-in-out 0.5s;
}

.history-tabs-section .gallery.gallery-columns-5 .gallery-item img:hover {
    filter: grayscale(0);
    transition: all ease-in-out 0.5s;
    transform: scale(1.015);
}

.grayscale-filter img {
    filter: grayscale(100);
    transition: all ease-in-out 0.5s;
}

.grayscale-filter img:hover {
    filter: grayscale(0);
    transition: all ease-in-out 0.5s;
    transform: scale(1.015);
}

.gallery-about-us li img {
    filter: grayscale(100);
    transition: all ease-in-out 0.5s;
    max-height: 350px !important;
}

.gallery-about-us li img:hover {
    filter: grayscale(0);
    transition: all ease-in-out 0.5s;
    transform: scale(1.015);
}

.background-section-wrapper {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.background-section-wrapper::after {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.background-description-wrapper {
    z-index: 1;
}

.background-description-wrapper .background-desc {
    font: normal normal normal 18px/22px var(--primary-font);
    color: var(--bs-light);
    max-width: 1209px
}

.history-tabs-section .profile-name {
    font: normal normal bold 25px/32px var(--primary-font);
}

.history-tabs-section .profile-content {
    font: normal normal normal 18px/24px (--primary-font);
}

.accordion-button {
    font: normal normal bold 16px/21px var(--primary-font);
    color: var(--top-bar-color);

}

.accordion-button:focus {
    box-shadow: none;
    outline: 0;
}

.accordion-button:not(.collapsed) {
    color: var(--top-bar-color);
}

.accordion-item {
    border: 1px solid var(--light-gray) !important;
}

.accordion-item:not(:first-of-type) {
    border: 1px solid var(--light-gray) !important;
}

.accordion-button::after {
    filter: grayscale(100%);
}

.reservation-slots-section .c7-reservation-widget .c7-form {
    max-width: 60rem;
}

.c7-reservation-widget .c7-form__group input,
.c7-reservation-widget .c7-form__group select,
.reservation-slots-section .c7-experience__content select {
    font: normal normal 500 14px/20px var(--primary-font) !important;
    background-color: var(--bs-white);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    height: 45px;
}

.c7-reservation-widget .c7-button {
    font: normal normal medium 18px/26px var(--primary-font);
    color: var(--bs-white);
    background-color: var(--footer-boder-color);
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
}

.c7-reservation-widget .c7-button:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

.reservation-slots-section .c7-experiences {
    margin: 30px auto;
    display: flex;
}

.reservation-slots-section .c7-experience {
    flex-direction: column;
    width: 30%;
    margin: 20px;
    background-color: var(--bs-white);
    border: 1px solid var(--light-gray);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.reservation-slots-section .c7-experience__image img {
    max-width: 100%;
    max-height: 145px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.reservation-slots-section .c7-experience .c7-experience__image {
    width: 100%;
}

.reservation-slots-section .c7-experience .c7-experience__content {
    width: 100%;
    text-align: center;
    font-family: var(--primary-font);
    font-size: 14px;
    line-height: 19px;
}

.reservation-slots-section .c7-experience .c7-experience__content h2 {
    font: normal normal bold 20px/26px var(--primary-font);
    color: var(--top-bar-color);
}

.reservation-slots-section .c7-experiences__footer {
    display: none;
}

.reservation-slots-section .c7-experience .c7-experience__content .c7-product__variant__price {
    color: var(--text-light-gray);
}

.reservation-slots-section .c7-experience__content button {
    font-size: 14px;
}

.reservation-slots-section .c7-experience__content button {
    font-size: 14px;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    color: var(--footer-boder-color);
}

.reservation-slots-section .c7-experience__content button:hover {
    background-color: var(--footer-boder-color);
    color: var(--bs-white);
}

.reservation-slots-section .c7-experience__content label[for="c7-reservation-option"] {
    text-align: left;
}

.reservation-slots-section label {
    font-weight: 500;
    font-size: 12px;
}

/* Privacy Policy */
.privacy-policy-header-section {
    max-height: 300px;
    position: relative;
}

.privacy-policy-header-section img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.privacy-policy-header-section h1 {
    text-align: center;
    z-index: 9;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font: normal normal bold 50px/63px var(--primary-font);
}

.privacy-policy-header-section h1 a {
    color: var(--bs-white);
    text-decoration: none;
}

.privacy-policy-wrapper h2 {
    font-family: var(--primary-font);
    margin-top: 20px;
}

.privacy-policy-wrapper h3 {
    font-family: var(--primary-font);
    margin-top: 20px;
}

.privacy-policy-wrapper a {
    color: var(--footer-boder-color);
}

.privacy-policy-wrapper .leader-line {
    display: block;
    border-bottom: 1px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    width: 20%;
    margin: auto;
}

/* Footer */
footer {
    font-family: var(--primary-font);
    color: var(--default-dark-color);
    box-shadow: 0 -7px 7px rgba(0, 0, 0, 0.03);
}

footer .scroll-top {
    bottom: 5%;
    right: 20px;
    width: 75px;
    height: 75px;
    border-radius: 20px;
    background: linear-gradient(54deg, #F6851F 0%, #FDB614 100%) !important;
    color: var(--default-dark-color);
    text-align: center;
    line-height: 4.5;
    transition: all ease-in-out 0.75s;
    cursor: pointer;
    z-index: 99999;
}

footer .scroll-top:hover {
    background: linear-gradient(54deg, #2147CE 0%, #1F7BFF 100%) !important;
    cursor: pointer;
    transition: all ease-in-out 0.75s;
}

footer .scroll-top:hover svg {
    filter: invert(100%);
}

.footer-logo {
    height: 44px;
}

footer .contact-adderss li span {
    width: 26px;
    height: 26px;
    display: block;
    line-height: 26px;
}

footer .credit-text {
    font-size: 12px;
    line-height: 123.5%;
}

footer .credit-text a {
    color: var(--default-dark-color);
    text-decoration: none;
}

footer .credit-text a:hover {
    color: var(--footer-boder-color);
}

footer .text-dark:hover {
    color: var(--footer-boder-color) !important;
}

footer .credit-text li:after {
    position: absolute;
    margin: auto 10px;
    content: ' | ';
}

footer .credit-text li:last-child:after {
    content: '';
}

footer .credit-text .list-inline-item:not(:last-child) {
    margin-right: 20px;
}

footer .leader-line {
    display: block;
    width: 50%;
    max-width: 295px;
}

footer .footer-contact-heading {
    color: var(--footer-boder-color) !important;
    font-weight: 600;
}

footer .footer-menu-wrapper li {
    line-height: 2;
}

footer .footer-menu-wrapper li a {
    color: var(--bs-white);
    text-decoration: none;
    font-weight: 500;
}

/* Other CSS */


.slick-prev {
    left: 0;
    transform: rotate(180deg);
}

.slick-next {
    right: 0;
}

.slick-arrow {
    top: 48%;
    height: 25px;
    width: 25px;
    margin-top: -13px;
    position: absolute;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
    background-image: url('../img/chevron-right.svg');
    background-repeat: no-repeat;
    z-index: 999;
    background-color: var(--footer-boder-color);
    border-radius: 50%;
    background-position: center;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
    width: 15px;
    height: 15px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: var(--text-light-gray);
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: var(--footer-boder-color);
}

/* Slider Rev */
.tp-video-play-button {
    top: 90%;
    width: 30px;
    height: 30px;
}

.tp-video-play-button i {
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    font-size: 20px !important;
}

/* Commerce 7 Override CSS */
.c7-modal {
    z-index: 999999;
}

.c7-modal__content {
    border-radius: 16px;
}

.c7-modal__content .c7-account-login .c7-form label {
    margin: auto;
    text-align: left;
}

.c7-modal__content .c7-form>div {
    text-align: center;
}

.c7-modal__content .c7-form>div .c7-message--error {
    display: block;
    font-size: 12px;
}

.c7-modal__content .c7-form>div input {
    border-radius: 3px;
    background: var(--bs-white);
    border: 2px solid var(--light-gray)
}

.c7-modal__content .c7-account-login .c7-button {
    display: block;
    max-width: 20rem;
    margin: auto !important;
    width: 100%;
    border: 2px solid var(--footer-boder-color);
    background-color: transparent;
    border-radius: 3px;
    color: var(--footer-boder-color);
    font: normal normal normal 14px/16px var(--primary-font);
    text-transform: uppercase;
}

.c7-modal__content .c7-account-login .c7-button:hover {
    border: 2px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    color: var(--bs-white);
    border-radius: 3px;
}

.c7-modal__content h2 {
    border-radius: 16px;
    font: normal normal bold 20px/26px var(--primary-font);
    color: var(--top-bar-color);
    text-align: center;
}

.c7-account-login {
    text-align: center;
}

.c7-modal::before {
    background: rgba(0, 0, 0, 0.8);
}

.c7-modal__content .c7-message.c7-message--login-security {
    display: none;
}

.c7-modal__content .c7-message.c7-message--login-questions {
    display: none;
}

.c7-modal__content a {
    color: var(--bs-primary) !important;
    cursor: pointer;
}

.c7-modal__content .c7-modal__close {
    font-family: var(--primary-font);
    font-size: 14px;
    text-decoration: none;
    text-transform: lowercase;
    line-height: 28px;
}

.c7-modal__content a.c7-modal__close {
    color: var(--top-bar-color) !important;
}

div.c7-message--error {
    background: var(--default-dark-color) !important;
}

.c7-button-small {
    background-color: var(--footer-boder-color);
    border: 1px solid var(--footer-boder-color);
    border-radius: 3px;
}

.c7-button-small:hover {
    background-color: transparent !important;
    border: 1px solid var(--footer-boder-color);
    color: var(--footer-boder-color);
}

.c7-button-alt-small {
    border-radius: 3px;
    border: 1px solid var(--footer-boder-color);
    color: var(--footer-boder-color);
}

.c7-button-alt-small:hover {
    background-color: var(--footer-boder-color) !important;
    border: 1px solid var(--bs-white);
    color: var(--bs-white);
}

/* Splash Screens */
.age-gate-form {
    display: inline-grid;
    color: var(--top-bar-color);
    background-color: transparent !important;
}

.age-gate-heading.age-gate-logo {
    order: 2;
    margin: 30px auto;
}

.age-gate-challenge {
    font: normal normal bold 30px/39px var(--primary-font);
    order: 1;
    color: var(--top-bar-color);
}

.age-gate-submit-no {
    display: none;
    color: var(--top-bar-color);
}

.age-gate-submit-yes {
    order: 3;
    border: none;
    background-color: transparent;
    font: normal normal bold 30px/39px var(--primary-font);
    color: var(--top-bar-color);
}


/* Utilities CSS */

.slider-static-content-toggle {
    font-family: 'FontAwesome' !important;
}

.w-20 {
    width: 20%;
}

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

/* Autocomplete UI */
.ui-widget-content {
    border-color: var(--light-gray);
    border-radius: 3px;
    margin: auto;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    z-index: 9;
}

.ui-menu .ui-menu-item {
    padding: 10px 10px !important;
    font-size: 14px;
    font-family: var(--primary-font);
    font-weight: 400;
}

/* Sitemap */
.simple-sitemap-wrap h3 {
    font-family: var(--primary-font);
}

.simple-sitemap-wrap ul {
    list-style-type: circle;
}

.simple-sitemap-wrap ul a {
    text-decoration: none;
    font-weight: var(--primary-font);
    color: var(--text-light-gray);
}

/* Product Short Desc - Read More/Less  */
.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: 600;
    margin-left: 2px;
    color: var(--footer-boder-color);
    cursor: pointer;
    font-size: 12px;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}

button:focus-visible,
a:focus-visible,
i:focus-visible,
li:focus-visible {
    border: none;
    outline: 0;
    box-shadow: none;
}

/* Feather Icons */
.f-24 {
    width: 24px;
    height: 24px;
}


div.wpforms-container-full .wpforms-form input[type="date"],
div.wpforms-container-full .wpforms-form input[type="datetime"],
div.wpforms-container-full .wpforms-form input[type="datetime-local"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form input[type="month"],
div.wpforms-container-full .wpforms-form input[type="number"],
div.wpforms-container-full .wpforms-form input[type="password"],
div.wpforms-container-full .wpforms-form input[type="range"],
div.wpforms-container-full .wpforms-form input[type="search"],
div.wpforms-container-full .wpforms-form input[type="tel"],
div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="time"],
div.wpforms-container-full .wpforms-form input[type="url"],
div.wpforms-container-full .wpforms-form input[type="week"],
div.wpforms-container-full .wpforms-form select {
    background-color: #F1F1F1 !important;
    ;
    color: #1E1E1E !important;
    ;
    border: none !important;
    height: 50px !important;
    border-radius: 22px !important;
    box-shadow: none !important;
}

div.wpforms-container-full .wpforms-form textarea {
    background-color: #F1F1F1 !important;
    color: #1E1E1E !important;
    border: none !important;
    max-height: 100px !important;
    border-radius: 22px !important;
    box-shadow: none !important;
}

div.wpforms-container-full .wpforms-form input:focus,
div.wpforms-container-full .wpforms-form textarea:focus,
div.wpforms-container-full .wpforms-form select:focus,
div.wpforms-container-full .wpforms-form .is-focused .choices__inner,
div.wpforms-container-full .wpforms-form .is-open .choices__inner,
div.wpforms-container-full .wpforms-form .is-open .choices__list--dropdown {
    border: 1px solid #1E1E1E !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-light) !important;
}

.breadcrumb-item {
    color: var(--footer-boder-color) !important;
}

.breadcrumb-item a {
    color: var(--bs-light);
    text-decoration: none;
}

.page-item .page-link {
	width: 3rem;
	height: 3rem;
	text-align: center;
	line-height: 1.8;
    background-color: var(--default-dark-color);
    color: var(--footer-boder-color);
}
.page-item .page-link.active{
    background-color: var(--footer-boder-color);
    color: var(--bs-light);
}
html .formcraft-css .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.address-cover::after, html .formcraft-css .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.datepicker-cover::after, html .formcraft-css .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.dropdown-cover::after, html .formcraft-css .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.email-cover::after, html .formcraft-css .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.oneLineText-cover::after, html .formcraft-css .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.textarea-cover::after, html .formcraft-css .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.address-cover::after, html .formcraft-css .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.datepicker-cover::after, html .formcraft-css .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.dropdown-cover::after, html .formcraft-css .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.email-cover::after, html .formcraft-css .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.oneLineText-cover::after, html .formcraft-css .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.textarea-cover::after {
	right: 8px;
}