/**
	TT Extension CSS
*/


/* ----------------------- Start Section Title --------------------- */

.section-heading {
    font: 400 36px/45px var(--primary-font);
    color: var(--secondary-color-text);
    margin: 0;
}

.ourservice-title .section-heading {
    font-size: 26px;
}

.tt-section-title p {
    margin: 20px 0 0;
    float: left;
    width: 100%;
    /* 	border-bottom: 1px solid var(--bordercolor); */
}

.tt-section-title {
    margin: 0 0 30px;
    float: left;
    padding: 0 0 0;
    width: 100%;
    position: relative;
}

.tt-section-sab {
    font: 600 16px/20px var(--secondary-font);
    color: var(--primary-bg-hv-color);
    margin: 10px 0;
}

.trending-title .tt-section-title .section-heading {
    margin: 0;
}

.trending-title .tt-section-title {
    margin: 0 0 15px;
}

/* ----------------------- End Section Title --------------------- */

/*------------------ text-carousel start -----------------------*/

.text-carousel p {
    font-weight: 400;
    margin: 0;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 16px;
}

.text-carousel p::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -108%;
    background: #fff;
    width: 45px;
    height: 1px;
    margin: auto;
}

/*------------------ text-carousel end -----------------------*/

/* --------------- Start cms-block block ------------------- */
.tt-cms-block {
    display: flex;
}

.tt-cms-block .cms-block-text,
.tt-cms-block .cms-block-image {
    flex: 1;
}

.tt-cms-block .cms-block-text {
    background: #eeebe7;
    margin: 0 0 0 5px;
    display: flex;
    align-items: center;
}

.tt-cms-block .cms-block-text .wpcms-block-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 30px;
}

.tt-cms-block .cms-block-image {
    float: none;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 5px 0 0;
}

.banner-hover {
    overflow: hidden;
}

.banner-hover .elementor-widget-container img,
.banner-hover:hover .elementor-widget-container img,
.tt-cms-block:hover .cms-block-image>img,
.tt-cms-block .cms-block-image>img {
    transition: all 1.5s ease-in-out 0s;
    -webkit-transition: all 1.5s ease-in-out 0s;
    -moz-transition: all 1.5s ease-in-out 0s;
    -o-transition: all 1.5s ease-in-out 0s;
    -ms-transition: all 1.5s ease-in-out 0s;
    cursor: pointer;
}

.banner-hover:hover .elementor-widget-container img,
.tt-cms-block:hover .cms-block-image>img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.tt-cms-block .cms-block-image::after,
.tt-cms-block .cms-block-image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.tt-cms-block:hover .cms-block-image::after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, .2);
}

.tt-cms-block:hover .cms-block-image::before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255, 255, 255, .2);
}

.tt-cms-block .cms-block-text .wpcms-block-content .cms-block-content {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #444;
    margin: 0 0 6px;
}

.tt-cms-block .cms-block-text .wpcms-block-content .cms-block-title {
    font-size: 34px;
    line-height: 40px;
    font-family: var(--primary-font);
    color: var(--primary-color-text);
    margin: 0 0 30px;
}

.tt-cms-block .cms-block-text .wpcms-block-content .button-cms-block .cms-block-button {
    padding: 10px 22px;
    color: #fff;
    font-family: var(--primary-font);
    text-transform: uppercase;
    font-size: 14px;
}

.cms-btn .tt-cms-block .cms-block-text .wpcms-block-content .button-cms-block .cms-block-button {
    background: none;
    border: 1px solid #997b4d;
    color: #997b4d;
}

.cms-btn .tt-cms-block .cms-block-text .wpcms-block-content .button-cms-block .cms-block-button::after {
    background: #997b4d;
}

.cms-btn .tt-cms-block .cms-block-text .wpcms-block-content .button-cms-block .cms-block-button:hover {
    color: #fff;
}

.tt-cms-block.content-reverce {
    flex-direction: row-reverse;
}

.tt-cms-block.content-reverce .cms-block-image {
    margin: 0 0 0 5px;
}

.tt-cms-block.content-reverce .cms-block-text {
    margin: 0 5px 0 0;
}

/* --------------- End cms-block block ------------------- */


/*-------------- Start Category Gallery ---------------*/

#gallary_tabs,
.category-gallery-wrap,
.cat-gallary,
#gallary_tabs .category-gallery-wrap .category-gallary,
#gallary_tabs .category-gallery-wrap .category-gallary .cat-gallary {
    float: left;
    width: 100%;
}

#gallary_tabs {
    position: relative;
}

#gallary_tabs .category-name-wrap {
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 0 0 25px;
}

#gallary_tabs .category-button a {
    font-family: var(--primary-font);
    color: var(--primary-color-text);
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    position: relative;
}

#gallary_tabs .category-button a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--primary-color-text);
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

#gallary_tabs .category-button a:hover {
    color: #997b4d;
}

#gallary_tabs .category-button a:hover::after {
    background: #997b4d;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

#gallary_tabs .category-name-wrap li {
    margin: 0 0 30px;
}

#gallary_tabs .category-gallary-title {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#gallary_tabs .category-gallary-title .tt-section-title {
    width: auto;
    margin: 0 0 40px;
}

#gallary_tabs .category-name-wrap li a {
    font-size: 28px;
    color: var(--primary-color-text);
    font-family: var(--primary-font);
    font-weight: 500;
    font-style: italic;
    letter-spacing: 1px;
    position: relative;
}

#gallary_tabs .category-name-wrap li.active a {
    color: #997b4d;
}

#gallary_tabs .category-name-wrap li a::before {
    content: "";
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: auto;
    bottom: 0;
    height: 2px;
    z-index: 0;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    width: 0;
    background: #997b4d;
}

#gallary_tabs .category-name-wrap li a:hover::before,
#gallary_tabs .category-name-wrap li.active a::before {
    width: 90%;
}

#gallary_tabs .category-gallery-wrap .category-gallary {
    display: none;
}

#gallary_tabs .category-gallery-wrap .category-gallary.active {
    display: block;
}

#gallary_tabs .category-gallery-wrap .category-gallary .cat-gallary {
    display: flex;
    justify-content: space-between;
}

.category-gallary {
    display: flex;
    justify-content: space-between;
}

.cat-heading .tt-section-title {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 20px;
    bottom: auto;
    width: 40%;
}

.category-gallery-wrap .category-gallary .cat-img {
    position: relative;
    float: left;
    padding: 0 15px;
}

.category-gallery-wrap .category-gallary.active .cat-img .cat-img-0,
.category-gallery-wrap .category-gallary.active .cat-img .cat-img-3 {
    animation: 2s ease 0s normal none 1 fadeInUp;
    -webkit-animation: 2s ease 0s normal none 1 fadeInUp;
    -moz-animation: 2s ease 0s normal none 1 fadeInUp;
    -o-animation: 2s ease 0s normal none 1 fadeInUp;
}

.category-gallery-wrap .category-gallary .cat-left .cat-img-1 {
    float: none;
    width: auto;
    position: absolute;
    top: auto;
    bottom: 24%;
    right: 0;
    left: auto;
    animation: 3s ease 0s normal none 1 fadeInUp;
    -webkit-animation: 3s ease 0s normal none 1 fadeInUp;
    -moz-animation: 3s ease 0s normal none 1 fadeInUp;
    -o-animation: 3s ease 0s normal none 1 fadeInUp;
}

.category-gallery-wrap .category-gallary .cat-left .cat-img-2,
.category-gallery-wrap .category-gallary .cat-right .cat-img-4 {
    animation: 4s ease 0s normal none 1 fadeInUp;
    -webkit-animation: 4s ease 0s normal none 1 fadeInUp;
    -moz-animation: 4s ease 0s normal none 1 fadeInUp;
    -o-animation: 4s ease 0s normal none 1 fadeInUp;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.category-gallery-wrap .category-gallary .cat-left .cat-img-2 {
    margin: 35px 0 0 35px;
    float: left;
    width: 100%;
}

.category-gallery-wrap .category-gallary .cat-right .cat-img-3,
.category-gallery-wrap .category-gallary .cat-right .cat-img-3 img {
    float: right;
}

.category-gallery-wrap .category-gallary .cat-right .cat-img-4 {
    position: absolute;
    right: auto;
    left: 0;
    bottom: 10%;
    top: auto;
}

.category-gallery-wrap .category-gallary .cat-right .cat-img-5 {
    float: none;
    width: auto;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: auto;
}

.category-gallary .category-url img {
    height: auto;
    width: auto;
}

.category-url.cat-img-0 img {
    max-height: 460px;
    max-width: 340px;
}

.category-url.cat-img-1 img {
    max-height: 290px;
    max-width: 210px;
}

.category-url.cat-img-2 img {
    max-height: 180px;
    max-width: 180px;
}

.category-url.cat-img-3 img {
    max-height: 490px;
    max-width: 360px;
}

.category-url.cat-img-4 img {
    max-height: 280px;
    max-width: 270px;
}

/*------------- Start Category Gallery ---------------*/

/* -------------- Start Client Logo ---------------- */
.client-logo .item img {
    width: auto;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

.client-logo .item a {
    cursor: pointer;
    padding: 0 15px;
}

.client-logo .item a:hover img {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    transform: translateY(-10px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
}

.client-logo .item {
    display: flex;
    justify-content: center;
}

/* -------------- End Client Logo ---------------- */

/* --------------- Start Banner block ------------------- */
.tt-banner .banner-text .button-banner a {
    font-family: var(--secondary-font);
    text-transform: capitalize;
    font-size: 15px;
    padding: 12px 17px;
    line-height: 16px;
    border-radius: 5px;
    background: #fff;
}

.tt-banner .wpbanner-content {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tt-banner .banner-text .button-banner a:hover {
    color: #fff;
}

.tt-banner .banner-text .button-banner:after {
    background: var(--primary-color-text);
}

.tt-banner img,
.tt-banner:hover .banner-image img {
    transition: all 1.5s ease-in-out 0s;
    -webkit-transition: all 1.5s ease-in-out 0s;
    -moz-transition: all 1.5s ease-in-out 0s;
    -o-transition: all 1.5s ease-in-out 0s;
    -ms-transition: all 1.5s ease-in-out 0s;
}

.tt-banner:hover .banner-image img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.tt-banner .banner-text {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
}

.tt-banner .banner-text.tt-icon-right {
    width: 27%;
    left: auto;
    right: 24px;
}

.tt-banner .banner-text.tt-icon-center {
    width: 55%;
}

.tt-banner .banner-text.tt-icon-top {
    top: 30px;
    bottom: auto;
    padding: 0 35px;
}

.tt-banner .banner-text.tt-icon-left {
    right: auto;
    width: 25%;
    left: 40px;
    justify-content: start;
}

.tt-banner .banner-text.tt-icon-left .banner-button::after {
    background: var(--primary-bg-color);
}

.tt-banner .banner-text.tt-icon-left .banner-button:hover {
    color: var(--secondary-color-text);
}

.tt-banner .banner-text.tt-icon-bottom {
    top: auto;
    bottom: 7%;
}

.tt-banner .banner-text {
    color: var(--primary-color-text);
}

.tt-banner .banner-text.tt-icon-center {
    color: #fff;
}

.tt-banner .banner-text .banner-top-title {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 7px 18px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    margin: 0 0 10px;
    display: flex;
    justify-content: center;
    color: #000;
    background: #fff;
    width: fit-content;
}

.tt-banner .banner-text .banner-sub-title {
    color: var(--primary-color-text);
    margin: 0;
    font: 400 44px/50px var(--primary-font);
}


.tt-banner .banner-text .banner-title {
    font: 400 44px/50px var(--primary-font);
    margin: 0 0 30px;
    color: #fff;
}

.tt-banner .banner-text.tt-icon-top .banner-sub-title {
    padding: 0;
    margin: 0;
}

.tt-banner .banner-text strong.banner-title {
    font-size: 26px;
    line-height: 30px;
    font-family: var(--primary-font);
    color: #fff;
    margin: 0 0 20px;
    font-weight: 500;
    display: block;
}

.tt-banner .banner-text .banner-content {
    font: 400 30px/32px var(--primary-font);
    margin: 0 0 30px;
    color: var(--primary-color-text);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tt-banner .banner-text .banner-content sup {
    color: #fff;
    text-decoration: line-through;
    margin: 0 0 0 10px;
    font-size: 15px;
}

.tt-banner .banner-text .banner-content span.center {
    color: #222;
}

.tt-banner .banner-text .banner-content p {
    margin: 0;
}

.tt-banner .banner-text .banner-content .text.text-right {
    width: auto;
    margin: 0 5px 0 0;
    padding-top: 3px;
}

.banner-background .tt-banner .banner-text .banner-content {
    float: right;
    background: #fff;
    padding: 7px 27px;
}

.banner-background .tt-banner .banner-text .banner-title {
    margin: 0 0 12px;
}

.tt-banner {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.tt-banner .banner-image {
    display: block;
    float: none;
    position: relative;
    overflow: hidden;
}

.tt-banner .banner-image::after,
.tt-banner .banner-image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.tt-banner:hover .banner-image::after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, .2);
}

.tt-banner:hover .banner-image::before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255, 255, 255, .2);
}

/* --------------- End Banner Block ------------------- */


/*---------------- Start Service Block -------------- */

.tt-feature-box .tt-feature-box-icon img {
    width: auto;
}

.about-team .tt-feature-box .tt-feature-box-icon img {
    width: 100%;
}

.tt-feature-box.tt-icon-left {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0;
}

.tt-feature-box {
    position: relative;
}

.service-block .tt-feature-box::after {
    position: absolute;
    top: 0;
    content: '';
    bottom: 0;
    left: auto;
    right: 0;
    margin: auto;
    height: 100%;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
}

.service-block .tt-feature-box:last-child::after {
    content: none;
}


.tt-feature-box .tt-feature-box-icon {
    margin: 0 0 15px;
}

.tt-feature-box.tt-icon-left .tt-feature-box-icon {
    margin: 0 10px 0 0;
}

.about-service .tt-feature-box .tt-feature-box-icon {
    background: none;
    height: auto;
    width: auto;
    border-radius: 0;
}

.about-service .service-block .tt-feature-box::after {
    content: none;
}

.tt-feature-box .tt-feature-box-containt p {
    margin: 0;
    font-style: italic;
    color: #666666;
    font-size: 14px;
}

.tt-feature-box .tt-feature-box-containt .tt-feature-box-title {
    font-size: 16px;
    margin: 0 0 4px;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    color: #222;
}

.owl-item:last-child .tt-feature-box {
    border: none;
}

.tt-feature-box:hover .tt-feature-box-containt .tt-feature-box-title {
    color: var(--primary-color-hv-text);
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

.tt-feature-box:hover .tt-feature-box-icon>img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

/*---------------- End Service Block -------------- */

/*---------------  Start Portfolio ------------------*/
.tt-portfolio-thumbnail span {
    color: var(--secondary-color-text);
}

.Portfolio-style-1 .tt-portfolio-thumbnail a {
    float: none;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    padding: 15px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}

.tt-portfolio-thumbnail a img {
    width: 100%;
	border-radius: 10px;
}

.portfolio-grid.Portfolio-style-1 a,
.portfolio-grid.Portfolio-style-2 a {
    margin: 0 0 40px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.portfolio-grid.Portfolio-style-2 a {
    display: inline-block;
    float: none;
}

.portfolio-grid.Portfolio-style-1 a span {
    font-family: var(--primary-font);
    font-size: 20px;
    padding: 15px 0;
    float: left;
    width: 100%;
    border-radius: 10px;
}

.portfolio-grid.Portfolio-style-2 a span {
    font-family: var(--primary-font);
    font-size: 20px;
    padding: 15px 10px;
    float: left;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    transition: 0.5s all;
}

.portfolio-grid.Portfolio-style-2 a:hover span {
    transform: translateY(-50px);
}

/*---------------  End Portfolio ------------------*/

/* ---------------- Start testimonial block ------------- */
.tt-testimonial.swiper .swiper-pagination-bullet {
    position: relative;
    background: 0 0;
    width: 35px;
    height: 35px;
    opacity: 1;
}

.tt-testimonial.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #b96f4a;
    border-radius: 50%;
}

.tt-testimonial.swiper .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    transform: rotate(135deg);
    background: #777;
}

.tt-testimonial.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    background: var(--secondary-bg-color);
}

.testimonial-info-wrapper .tt-testimonial-title {
    font-size: 20px;
    color: #666;
    margin: 0 0 10px;
    float: left;
    width: 100%;
}

.testimonial-info-wrapper {
    background: #fff;
    border-radius: 10px;
    padding: 50px 15px 30px;
}

.testimonial-info-wrapper .testimonial-img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    border: 5px solid #fff;
}

.testimonial-info-wrapper .testimonial-img {
    position: absolute;
    top: 20px;
    left: 0;
    bottom: auto;
    right: 0;
    margin: auto;
}

.testimonial-img::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 40px;
    width: 40px;
    font-size: 15px;
    line-height: 30px;
    content: '\f10d';
    color: #fff;
    background: var(--secondary-bg-color);
    transform: translate(50px, -20px);
    -webkit-transform: translate(50px, -20px);
    -moz-transform: translate(50px, -20px);
    -o-transform: translate(50px, -20px);
    -ms-transform: translate(50px, -20px);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border: 4px solid var(--primary-bg-color);
}

.tt-testimonial-wrap {
    position: relative;
}

.testimonial-wrap {
    text-align: center;
    padding: 100px 0 0;
    margin: 0 0 100px;
}

.testimonial-wrap .testimonial-info-wrapper .testimonial-details {
    float: left;
    width: 100%;
}

.testimonial-wrap .testimonial-info-wrapper .testimonial-info .testimonial-author {
    float: none;
    font: 400 18px/20px var(--primary-font);
    margin: 0 0 15px;
    display: block;
    width: 100%;
    color: var(--primary-color-hv-text);
}

.testimonial-wrap .testimonial-info-wrapper .testimonial-info {
    float: left;
    width: 100%;
}

/* .testimonial-wrap .testimonial-info-wrapper .testimonial-info::before {
    content: '\f10d';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: var(--primary-color-hv-text);
    font-size: 25px;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    margin: auto;
    height: 125px;
    width: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 50%;
} */

.testimonial-wrap .testimonial-info-wrapper .testimonial-info .testimonial-designation {
    margin: 0 auto;
    position: relative;
    padding-left: 10px;
    width: fit-content;
    font: italic 400 14px/20px var(--secondary-font);
}

.testimonial-wrap .testimonial-info-wrapper .testimonial-info .testimonial-designation::before {
    position: absolute;
    content: '-';
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
}

.testimonial-wrap .testimonial-info-wrapper .testimonial-details p {
    color: #666;
    font: italic 400 16px/26px var(--secondary-font);
    margin: 0 auto 25px;
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 87%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tt-testimonial.owl-carousel .owl-nav button svg {
    font-size: 20px;
}

.tt-testimonial .swiper-navigation {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tt-testimonial .swiper-navigation .swiper-button {
    position: static;
    padding: 0 15px;
}

body .tt-testimonial-wrap .swiper-pagination {
    bottom: 5px;
    right: auto;
    width: auto;
}

.tt-testimonial-wrap .swiper-pagination .swiper-pagination-current {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color-text);
}

.tt-testimonial-wrap .swiper-pagination .swiper-pagination-total {
    color: #666;
}

/* ---------------- End testimonial block ------------- */

/*------------- Start Banner Timer ------------------*/

.banner-timer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.banner-timer .timer-head {
    font-size: 42px;
    font-family: var(--primary-font);
    color: var(--primary-color-text);
    font-weight: 500;
}

.banner-timer .timer-datetime {
    background: var(--secondary-bg-color);
    width: 300px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-family: var(--primary-font);
    letter-spacing: 2px;
    margin: 15px 0 0;
}

.banner-timer .timer-content {
    font-size: 17px;
    width: 40%;
    text-align: center;
    font-style: italic;
    margin: 15px 0 0;
}

.page .banner-timer .timer-button {
    color: #fff;
    width: 140px;
    height: 45px;
    background: var(--primary-bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0 0;
    position: relative;
}

.page .banner-timer .timer-button:hover {
    background: var(--primary-bg-hv-color);
    color: #fff;
}

.page .banner-timer .timer-button::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    bottom: -3px;
    top: auto;
    background: var(--primary-bg-color);
}

/*---------------- End Banner Timer  -----------------*/

/* --------------- Start pizzeria css ---------------- */


.product-search .product-search-form .product-search-form {
    position: relative;
}

.product-search .product-search-form .product-search-form input,
.product-search .search-wrapper input {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    font-size: 20px;
    font-family: var(--primary-font);
    padding-right: 60px;
    color: var(--primary-color-text);
    padding: 0px 40px 0 20px;
    height: 45px;
}

.product-search .product-search-form .product-search-form button[type=submit] {
    position: absolute;
    right: 20px;
    left: auto;
    top: auto;
    bottom: 12px;
    background: none;
    padding: 0;
    font-size: 0;
}

.product-search .product-search-form .product-search-form button[type=submit]::after {
    content: '\f002';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 13px;
}

.product-search {
    position: relative;
}

.search-results.active {
    display: block;
    margin-top: 24px;
    float: left;
    width: 100%;
    z-index: 10;
    border-top: none;
    background: #fff;
    overflow: hidden;
}

.search-results.active ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.search-results.active ul::-webkit-scrollbar-track {
    background-color: #d7d7d7;
}

.search-results.active ul::-webkit-scrollbar-thumb {
    background-color: #a0a0a0;
}

.search-results.active ul::-webkit-scrollbar {
    height: 2px;
}

.search-results.active ul li {
    display: block;
    padding: 0 20px;
    position: relative;
    float: left;
    width: 50%;
}

.search-results.active ul li:last-child {
    border-bottom: none;
}

.search-results.active ul li a {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 30px;
    margin: 30px 0 0;
}

.search-results.active ul li a:hover {
    color: #111;
}

.search-results.active ul li a>* {
    display: table-cell;
    vertical-align: top;
}

.search-results.active .product-image {
    width: 100%;
    max-width: 20%;
    border: 2px dashed var(--bordercolor);
    overflow: hidden;
	border-radius: 5px;
}

.search-results.active .product-data {
    max-width: 80%;
    width: 100%;
}

.search-results.active .product-data h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    color: var(--title-color);
}

.search-results.active .product-data .product-sku,
.search-results.active .product-data .product-categories>span {
    color: #666;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    text-align: left;
}

.search-results.active a .product-data .product-sku:hover,
.search-results.active a .product-data .product-categories>span:hover {
    color: #111;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

.product-data {
    padding-left: 24px;
}

.search-results.active h3 {
    display: block;
    text-align: left;
}

.search-results.active .product-data h3,
.search-results.active .product-data .product-price {
    margin: 0 0 8px;
}

.product-data div:not(.product-categories) {
    display: inline-block;
    vertical-align: middle;
}

.product-data {
    text-align: left;
}

.product-data .product-price .regular-price {
    color: var(--price-color);
    font-weight: 400;
    font-size: 16px;
    font-family: var(--primary-font);
}

.product-data .product-price .sale-price {
    color: var(--primary-color-text);
    font-weight: 600;
    position: relative;
    padding: 0 0 0 12px;
    margin: 0 0 0 6px;
    font-size: 18px;
}

.search-results.active .product-stock {
    display: none;
}

.product-data .product-price .sale-price::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 6px;
    height: 2px;
    content: '';
    background: #666;
    margin: auto;
}

.product-data .product-stock {
    padding: 4px 8px;
    background: #eeeeee;
    border-radius: 4px;
    position: absolute;
    bottom: 30px;
    right: 0;
}

.product-categories>span {
    display: inline-block;
    margin-right: 4px;
}

.product-categories>span:after {
    content: ",";
}

.product-categories>span:last-child:after {
    content: "";
}

.product-categories>span:last-child {
    margin-right: 0;
}

.product-search select {
    width: 100% !important;
    min-height: 40px !important;
    margin-bottom: 16px;
}

.product-search select,
.product-search input {
    background: #ffffff;
    border: 1px solid #e0e0e0;
}

.search-wrapper {
    position: relative;
}

.search-wrapper input {
    padding-right: 35px;
}

.search-wrapper svg:not(.search-wrapper button svg) {
    position: absolute;
    top: 40px;
    right: 20px;
    width: 20px;
    color: #000;
    height: 20px;
    fill: #000;
    animation: loading 500ms 0ms infinite normal linear;
    transform-origin: center;
    opacity: 0;
}

.search-wrapper.loading svg {
    opacity: 1;
}

@keyframes loading {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media(min-width: 1401px) {
    .search-results.active ul {
        overflow: auto;
        height: 578px;
        scrollbar-width: thin;
    }
}

@media(max-width:1400px) {
    .search-results.active {
        margin-top: 22px;
    }

    .search-results.active .product-image {
        width: 100%;
        max-width: 20%;
    }

    .search-results.active .product-data {
        max-width: 80%;
        width: 100%;
    }

    .search-results.active ul {
        height: 538px;
        overflow: auto;
        scrollbar-width: thin;
    }
}

@media(min-width: 1200px) {

    .search-results.active ul::-webkit-scrollbar-track {
        background-color: #d7d7d7;
    }

    .search-results.active ul::-webkit-scrollbar-thumb {
        background-color: #a0a0a0;
    }

    .search-results.active ul::-webkit-scrollbar-thumb:hover {
        background-color: #777777;
    }

    .search-results.active ul::-webkit-scrollbar {
        width: 6px;
    }
}

@media(max-width: 1199px) {
    .product-data .product-price {
        top: 10px;
    }

    .product-data h3 {
        font-size: 20px;
        margin: 0 0 15px;
    }

    .search-results.active ul {
        height: 469px;
    }
}

@media(max-width: 991px) {
    .search-results.active ul {
        height: 615px;
    }

    .search-results.active ul li {
        width: 100%;
    }

    .search-results.active {
        margin-top: 10px;
        padding: 10px;
    }
}

@media(max-width: 767px) {
    .search-results.active ul {
        height: 473px;
    }

    .search-results.active .product-image {
        width: 20%;
        max-width: 20%;
    }

    .product-search .product-search-form .product-search-form input,
    .product-search .search-wrapper input {
        font-size: 18px;
    }

    .product-data h3 {
        margin: 0 0 12px;
    }
}

@media(max-width: 575px) {
    .search-results.active ul {
        height: 505px;
    }

    .product-data h3 {
        font-size: 18px;
        margin: 0 0 8px;
    }

    .search-results .product-data .product-sku,
    .search-results .product-data .product-categories {
        font-size: 13px;
        float: left;
        width: 100%;
    }

    .search-results.active ul li {
        padding: 0;
    }

    .search-results.active .product-data {
        padding-left: 15px;
    }

    .product-data .product-price,
    .product-data .product-stock {
        position: static;
    }

    .product-data .product-stock {
        font-size: 12px;
        margin: 10px 0 0;
    }

    .product-data .product-price {
        margin: 0 0 5px;
        float: left;
        width: 100%;
    }
}

@media(max-width: 480px) {
    .search-results.active ul {
        height: 295px;
    }

    .search-results.active .product-data h3 {
        font-size: 13px;
    }

    .search-results.active .product-data {
        width: 70%;
    }

    .search-results.active ul li a {
        margin: 0 0 25px;
        padding: 0 0 25px;
    }

    .product-data .product-price .regular-price {
        font-size: 13px;
    }
}