.introduction-img {
    width: 600px;
    height: 350px;
}

@media only screen and (max-width: 600px) {
    .introduction-img {
        height: auto;
    }
    .iframe-section span {
        height: 210px!important;
    }
    .section-title {
        margin-bottom: 28px;
    }
    .section--about p {
        font-size: 14px;
    }
    .ihs-break h2 {
        font-size: 20px;
    }
    .ihs-break a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 600px) {
    .introduction-img {
        width: unset;
        height: auto;
    }
}

.inquiry-form .card-footer,
.single-content .card-footer {
    background: transparent;
    padding: 0;
    padding-top: 16px;
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}


/* Other Pages */


/*=============================================
=            hero             =
=============================================*/

.hero-single {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    padding: 90px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 0;
    overflow: hidden;
    /* min-height: var(--maxHeight); */
}

.hero-single::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.hero-single-title {
    color: var(--white);
}

@media (min-width: 600px) {
    .hero--single-title {
        font-size: 32px;
    }
}


/* news/article detail section */

.single-content {
    max-width: 1080px;
    margin: 0 auto;
    padding: 20px;
}

.single-content h2 {
    padding-top: 10px;
}

.single-content .date::before {
    webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    font-family: "Material Icons";
    content: "\e878";
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 8px;
}

.single-content .date-block {
    margin-top: 50px;
}

.single-content .img-rounded:hover {
    border-radius: var(--radiius);
    margin-top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}


/* Products Starts */

.section--products-single .row {
    margin-top: 34px;
}

.section--products .img-fluid {
    min-height: 252px;
}


/* Products Ends */


/*=============================================
=            bread crumb            =
=============================================*/

.breadcrumb {
    background: transparent;
}


/*=============================================
=            product detail            =
=============================================*/

.main-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.price-amount {
    color: var(--green);
    font-size: 34px;
    font-weight: bold;
}

.price-label {
    color: #888888;
    margin-bottom: 0;
}

.cta-block {
    border-top: 1px solid #ccc;
    padding-top: 16px;
    margin-top: 24px;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.cta-block .btn {
    align-self: center;
}

.xzoom-container {
    display: none;
    grid-template-columns: 1fr;
    gap: 16px;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

@media (min-width: 768px) {
    .xzoom-container {
        display: grid;
    }
}

@media (min-width: 992px) {
    .xzoom-container {
        grid-template-columns: auto 1fr;
    }
}

.xzoom-container .xzoom {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

@media (min-width: 992px) {
    .xzoom-container .xzoom {
        order: 2;
    }
}

.xzoom-container .xzoom-thumbs {
    flex: 0 0 90px;
    display: flex;
    justify-content: space-between;
    margin: 0;
}

@media (min-width: 992px) {
    .xzoom-container .xzoom-thumbs {
        order: 1;
        flex-direction: column;
    }
}

.xzoom-container .xzoom-thumbs .xzoom-gallery {
    margin: 0;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.xzoom-preview {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3) !important;
}

.section--description {
    background-color: #fff;
}

.section--description p:last-child {
    margin-bottom: 0;
}

.section--description .section-title {
    font-size: 32px;
}

.description-wrap .svg-curve--reverse {
    transform: scale(-1);
}

.section--video {
    text-align: center;
}

.section--video .section-title {
    margin-bottom: 40px;
}

.section--video .section-title .section-title {
    font-size: 32px;
}

.section--video .video-wrap {
    margin-top: 24px;
}

@media (min-width: 768px) {
    .product-slider {
        display: none;
    }
}

.product-slider img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    /*color: #e84151;*/
    /*font-size: 24px;*/
}

.slick-slide:focus {
    outline: none;
}

.slick-prev {
    left: 25px;
}

.slick-next {
    right: 25px;
}

.slick-prev,
.slick-next {
    z-index: 100;
}

.slick-dots {
    bottom: -35px;
}

.slick-dots li button:before {
    font-size: 12px;
}

.slick-dots li.slick-active button:before {
    color: #e84151;
}

.product-price-caption {
    margin-bottom: unset;
    color: #e84151;
    font-size: 14px;
    margin-top: 10px;
}


/*=============================================
=            Team            =
=============================================*/

.team-bg img {
    position: relative;
    top: 0;
    left: 0;
    opacity: 0.6;
}

.team-bg .caption {
    position: absolute;
    bottom: 25%;
    left: 42.5%;
    color: #fff;
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 600;
}

@media (min-width: 200px) and (max-width: 320px) {
    .team-bg .caption {
        left: 30%;
        font-size: 2em;
        bottom: 10%;
    }
}

@media (min-width: 321px) and (max-width: 375px) {
    .team-bg .caption {
        left: 30%;
        font-size: 2em;
        bottom: 10%;
    }
}

@media (min-width: 376px) and (max-width: 480px) {
    .team-bg .caption {
        left: 30%;
        font-size: 2em;
        bottom: 10%;
    }
}

.team-bg .caption hr {
    margin: 1rem 0;
    width: 5em;
}

.team .filters .ui-group {
    display: inline-block;
}

.team .filters .ui-group .button-group {
    display: flex;
}

@media (min-width: 200px) and (max-width: 320px) {
    .team .filters .ui-group .button-group {
        display: grid;
    }
}

@media (min-width: 321px) and (max-width: 375px) {
    .team .filters .ui-group .button-group {
        display: grid;
    }
}

@media (min-width: 376px) and (max-width: 480px) {
    .team .filters .ui-group .button-group {
        display: grid;
    }
}

.team .filters .ui-group .button-group button,
.team .filters .ui-group .button-group .news .tab-content .thumbnail #featured,
.news .tab-content .thumbnail .team .filters .ui-group .button-group #featured,
.team .filters .ui-group .button-group .news .tab-content .thumbnail #popular,
.news .tab-content .thumbnail .team .filters .ui-group .button-group #popular {
    background: none;
    border: none;
    box-shadow: 0px 0px 1px #e2e9ed;
    padding: 1em;
    transition: 0.25s ease-in;
}

.team .filters .ui-group .button-group button:hover,
.team .filters .ui-group .button-group .news .tab-content .thumbnail #featured:hover,
.news .tab-content .thumbnail .team .filters .ui-group .button-group #featured:hover,
.team .filters .ui-group .button-group .news .tab-content .thumbnail #popular:hover,
.news .tab-content .thumbnail .team .filters .ui-group .button-group #popular:hover {
    background: #db0a5b;
    color: #fff;
    transition: 0.25s ease-in;
}

.team .filters .ui-group .button-group button:focus,
.team .filters .ui-group .button-group .news .tab-content .thumbnail #featured:focus,
.news .tab-content .thumbnail .team .filters .ui-group .button-group #featured:focus,
.team .filters .ui-group .button-group .news .tab-content .thumbnail #popular:focus,
.news .tab-content .thumbnail .team .filters .ui-group .button-group #popular:focus {
    background: #db0a5b;
    color: #fff;
    outline: none;
}

.team .filters .ui-group .button-group .is-checked {
    border: none;
    color: #fff;
    background-color: #db0a5b;
}

.team .filters .search-bar {
    float: right;
    display: flex;
    padding: 1em;
}

@media (min-width: 200px) and (max-width: 320px) {
    .team .filters .search-bar {
        float: none;
    }
}

@media (min-width: 321px) and (max-width: 375px) {
    .team .filters .search-bar {
        float: none;
    }
}

@media (min-width: 376px) and (max-width: 480px) {
    .team .filters .search-bar {
        float: none;
    }
}

.team .filters .search-bar input[type="text"] {
    padding: 0 1rem 1rem;
    border: none;
    border-bottom: 1px solid #999;
    transition: 0.2s ease-in;
}

.team .filters .search-bar input[type="text"]:placeholder {
    color: #555;
}

.team .filters .search-bar input[type="text"]:focus {
    border: none;
    outline: none;
    border-bottom: 1px solid #db0a5b;
}

.team .filters .search-bar button,
.team .filters .search-bar .news .tab-content .thumbnail #featured,
.news .tab-content .thumbnail .team .filters .search-bar #featured,
.team .filters .search-bar .news .tab-content .thumbnail #popular,
.news .tab-content .thumbnail .team .filters .search-bar #popular {
    border: none;
    background: none;
    color: #db0a5b;
    font-size: 1.25em;
}

.team .filters .search-bar button:active,
.team .filters .search-bar .news .tab-content .thumbnail #featured:active,
.news .tab-content .thumbnail .team .filters .search-bar #featured:active,
.team .filters .search-bar .news .tab-content .thumbnail #popular:active,
.news .tab-content .thumbnail .team .filters .search-bar #popular:active {
    border: 1px solid red;
    box-shadow: none;
}

.team .grid-item {
    position: relative !important;
    top: 0 !important;
}

.team .at-section__title {
    margin: 2.5rem 0;
    color: #000;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 2.625rem;
    text-align: left;
}

.team .at-section .box {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: 0.5s;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-transition: 0.5s;
}

@media (min-width: 481px) and (max-width: 767px) {
    .team .at-section .box {
        padding: 0 1px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .team .at-section .box {
        padding: 0 1px;
    }
}

.team .at-section .box:hover {
    border: 1px solid rgba(0, 160, 80, 0);
    color: #222;
}

.team .at-section .box:before,
.team .at-section .box:after {
    width: 100%;
    height: 100%;
    z-index: 3;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transition: 0.5s;
}

.team .at-section .curmudgeon::before {
    border-bottom: 2px solid #222;
    border-left: 0;
    -webkit-transform-origin: 0% 100%;
}

.team .at-section .curmudgeon::after {
    border-top: 0;
    border-right: 0;
    -webkit-transform-origin: 50% 50%;
}

.team .at-section .box:hover::after,
.team .at-section .box:hover::before {
    -webkit-transform: scale(1);
}

.team .at-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* background: #fff; */
    margin-bottom: 3em;
    margin-top: 3em;
}

.team .at-grid[data-column="1"] .at-column {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    flex-basis: 100%;
}

.team .at-grid[data-column="2"] .at-column {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    flex-basis: 50%;
}

.team .at-grid[data-column="3"] .at-column {
    width: 33.33333%;
    max-width: 33.33333%;
    min-width: 33.33333%;
    flex-basis: 33.33333%;
}

.team .at-grid[data-column="4"] .at-column {
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    flex-basis: 25%;
}

.team .at-grid[data-column="5"] .at-column {
    width: 20%;
    max-width: 20%;
    min-width: 20%;
    flex-basis: 20%;
}

.team .at-grid[data-column="6"] .at-column {
    width: 16.66667%;
    max-width: 16.66667%;
    min-width: 16.66667%;
    flex-basis: 16.66667%;
}

.team .at-grid[data-column="7"] .at-column {
    width: 14.28571%;
    max-width: 14.28571%;
    min-width: 14.28571%;
    flex-basis: 14.28571%;
}

.team .at-grid[data-column="8"] .at-column {
    width: 12.5%;
    max-width: 12.5%;
    min-width: 12.5%;
    flex-basis: 12.5%;
}

.team .at-grid[data-column="9"] .at-column {
    width: 11.11111%;
    max-width: 11.11111%;
    min-width: 11.11111%;
    flex-basis: 11.11111%;
}

.team .at-column {
    position: relative;
    background: #fff;
    box-shadow: 0 0 0 1px #e2e9ed;
    padding: 5rem 1rem;
    box-sizing: border-box;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.team .at-column:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.team .at-column:hover {
    z-index: 1;
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.team .at-column:hover .at-social {
    margin: 16px 0 0;
    opacity: 1;
    padding: unset;
}

@media (max-width: 800px) {
    .team .at-column {
        width: 50% !important;
        max-width: 50% !important;
        min-width: 50% !important;
        flex-basis: 50% !important;
    }
}

@media (max-width: 600px) {
    .team .at-column {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        flex-basis: 100% !important;
    }
}

.team .at-user {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    text-align: center;
}

.team .at-user__avatar {
    width: 98px;
    height: 98px;
    border-radius: 100%;
    margin: 0 auto 20px;
    overflow: hidden;
}

.team .at-user__avatar img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.team .at-user__name {
    color: #313435;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5rem;
    margin: 1rem;
}

.team .at-user__title {
    color: #6f808a;
    font-size: 0.9rem;
    line-height: 1rem;
    margin: 0px 20px;
}

.team .at-user__email {
    color: #6f808a;
    font-size: 0.75rem;
    line-height: 2.375rem;
}

.team .at-social {
    margin: 0 0 -18px;
    opacity: 0;
    transition: margin 0.2s ease, opacity 0.2s ease;
}

.team .at-social__item {
    display: inline-block;
    margin: 0 10px;
}

.team .at-social__item a {
    display: block;
}

.team .at-social__item .fa {
    color: #515f65;
    transition: fill 0.2s ease;
    height: 18px;
    display: block;
}

.team .at-social__item .fa:hover {
    color: #788d96;
    text-decoration: none;
}

.team .at-social__item svg {
    fill: #515f65;
    display: block;
    height: 18px;
    transition: fill 0.2s ease;
}

.team .at-social__item svg:hover {
    fill: #788d96;
}

.team .modal {
    top: 15%;
}

.team .modal .modal-content {
    border-radius: 0px;
    padding: 2rem;
}

.team .modal .at-user__name {
    font-size: 2rem;
    color: #db0a5b;
}

.team .modal .modal-body {
    text-align: center;
}

.team .modal .modal-body .social-media {
    margin: 1rem 0;
}

.team .modal .modal-body a {
    margin-right: 1rem;
}

.team .modal .modal-body a:hover {
    color: #db0a5b;
}

.team .modal .modal-footer {
    text-align: left;
}

.team .modal .modal-footer h4 {
    font-weight: 600;
}

.section-title-contact {
    position: relative;
    margin-bottom: 40px;
    color: var(--primary);
    display: inline-block;
}

.section-title-contact:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    width: 50%;
    height: 2px;
    background-color: var(--secondary);
}

.single-content .section-contact-p {
    margin-left: 12px;
}

.buy-modal-body {
    text-align: center;
}

.buy-modal-footer {
    justify-content: center!important;
    margin-bottom: 40px;
    padding-top: 40px;
}

.footer-bg h3,
.footer-bg p {
    color: white;
    margin-bottom: 0.4rem;
}

.section--dealers {
    margin-bottom: 40px;
}

.section--dealers .card {
    min-height: 532px;
}

.section--dealers a {
    font-size: 12px;
}

.section--dealers p {
    font-size: 14px;
    margin-bottom: 0.5rem;
}

.section--break {
    background-color: var(--primary);
    padding: 40px 0px;
}

.section--break .service-item {
    padding: 9px;
    transition: 0.3s ease-in-out;
    border: none;
}

.section--break .service-item:hover {
    border: 1px dashed white;
    transition: 0.3s ease-in-out;
    padding: 8px;
    cursor: pointer;
}

.section--break h1,
.section--break h4,
.section-title,
.hero-single-title {
    font-family: "ll-brown", sans-serif;
}

.section--break h4 {
    font-size: 20px;
}

.section--break p {
    font-size: 14px;
    text-align: center;
}

.section--break .service-icon {
    height: 60px;
}

.section--footer .footer-title {
    font-family: "ll-brown", sans-serif;
    font-size: 24px;
}

.section--footer .social-links-div span {
    font-size: 20px;
}