html.disable-scroll,
html.disable-scroll2,
html.disable-scroll3,
html.disable-scroll4 {
    overflow: hidden;
}

html {
    scroll-behavior: auto !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

@media only screen and (max-width: 991px) {
    .mb-mob-80 {
        margin-bottom: 80px !important;
    }
}

.pb-0 {
    padding-bottom: 0 !important;
}

.mxw60p {
    width: 100%;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 991px) {
    .mxw-mob100p {
        max-width: 100%;
    }
}


/* header locations */

.th-header .header-links {
    position: relative;
}

.th-header .header-links .header-loactions-button {
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #a5a5a5;
}

.th-header .header-links .header-loactions-button i {
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 16px;
    line-height: 16px;
    color: var(--theme-color2);
}

.th-header .header-links .header-loactions-button img,
.th-header .header-links .header-loactions-button svg {
    display: block;
    width: 8px;
    height: 8px;
    fill: #a5a5a5;
    transition: all 0.3s ease;
}

.th-header .header-links .header-loactions-button.active img,
.th-header .header-links .header-loactions-button.active svg {
    transform: rotate(-180deg);
}

.th-header .header-links .header-loactions {
    position: absolute;
    display: none;
    /* display: flex; */
    flex-direction: column;
    gap: 24px;
    width: 340px;
    height: auto;
    max-height: calc(100vh - 70px);
    top: 33px;
    left: 0;
    padding: 24px;
    background-color: #111111;
    box-shadow: 0 0 20px rgb(0 0 0 / 0.1);
    overflow: auto;
}

.th-header .header-links .header-loactions .header-loaction-item {
    position: relative;
    padding-right: 22px;
}

.th-header .header-links .header-loactions .header-loaction-item .widget_title {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: var(--white-color);
}

.th-header .header-links .header-loactions .header-loaction-item .info-box {
    display: flex;
    align-items: start;
    margin-bottom: 4px;
}

.th-header .header-links .header-loactions .header-loaction-item .info-box_icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    min-width: 16px;
    height: 16px;
    top: 3px;
    font-size: 16px;
}

.th-header .header-links .header-loactions .header-loaction-item .info-box_icon i {
    color: var(--theme-color2);
}

.th-header .header-links .header-loactions .header-loaction-item .info-box_text,
.th-header .header-links .header-loactions .header-loaction-item .info-box_text a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--white-color);
    transition: all 0.3s ease;
}

.th-header .header-links .header-loactions .header-loaction-item .info-box_text a:hover {
    color: var(--theme-color2);
}

.th-header .header-links .header-loactions .header-loaction-item .header-loaction-item-arrow {
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    fill: var(--white-color);
    right: 0;
    top: 24px;
    transform: rotate(-90deg);
}


/* header locations end */


/* header sticky white  */

.header-logo img {
    width: auto;
    height: 40px;
}

.header-logo img.sticky-logo,
.header-layout2 .header-info_icon-sticky {
    display: none;
}

.header-layout2 .sticky-wrapper.sticky {
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: none;
}

.header-layout2 .sticky-wrapper.sticky .header-logo img {
    display: none;
}

.header-layout2 .sticky-wrapper.sticky .header-logo img.sticky-logo {
    display: block;
}

.header-layout2 .sticky-wrapper.sticky .main-menu>ul>li>a {
    color: #353435;
}

.header-layout2 .sticky-wrapper.sticky .header-info_icon a {
    display: none;
}

.header-layout2 .sticky-wrapper.sticky .header-info_icon .header-info_icon-sticky {
    display: block;
}

.header-layout2 .sticky-wrapper.sticky .header-button .header-info_link a {
    color: #353435;
}

.header-layout2 .main-menu>ul>li>a:hover,
.header-layout2 .sticky-wrapper.sticky .main-menu>ul>li>a:hover {
    color: #bcbbbb;
}

.header-layout2 .sticky-wrapper.sticky .header-button .header-info_link a.active,
.header-layout2 .sticky-wrapper.sticky .header-button .header-info_link a:hover {
    color: #0662ab;
}

.header-layout2 .main-menu>ul>li>a.active,
.header-layout2 .sticky-wrapper.sticky .main-menu>ul>li.active>a,
.header-layout2 .sticky-wrapper.sticky .main-menu>ul>li>a.active,
.header-layout2 .sticky-wrapper.sticky .header-button .header-info_link a.active {
    color: #0662ab;
}

.header-layout2 .sticky-wrapper.sticky .th-btn.style2:before,
.header-layout2 .sticky-wrapper.sticky .th-btn.style2:after {
    background-color: #1b3d70;
}

.header-layout2 .sticky-wrapper.sticky .th-btn.style2:hover {
    color: #fff;
}

.hero-style2 .th-btn.style2:before,
.hero-style2 .th-btn.style2:after {
    background-color: #1b3d70;
}

.hero-style2 .th-btn.style2:hover {
    color: #fff;
}

.th-menu-wrapper .header-feedback-btn:before,
.th-menu-wrapper .header-feedback-btn:after {
    background-color: #1b3d70;
}

.th-menu-wrapper .header-feedback-btn:hover {
    color: #fff;
}


/* header sticky white end */


/* basic form styles */

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    display: none !important;
}

.wpcf7-form-control-wrap.page-title,
.wpcf7-form-control-wrap.page-url,
.wpcf7-form-control-wrap.service-title {
    display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    width: 100%;
    margin: 0 !important;
    margin-top: 20px !important;
    background: #21b66e;
    border-color: #21b66e;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

#wpcf7-f3523-o1.wpcf7 form.sent .wpcf7-response-output,
#wpcf7-f3522-o1.wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
}

.feedback-popup .wpcf7 form.sent .wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
}

.wpcf7 br {
    display: none;
}

.wpcf7 p {
    margin: 0;
}

.wpcf7 .wpcf7-form-control-wrap {
    position: relative;
    display: table;
    width: 100%;
}

.wpcf7 .wpcf7-form-control-wrap input {
    margin-bottom: 15px;
    padding-left: 22px;
    border-radius: 4px;
}

.wpcf7 textarea {
    height: 180px;
    resize: vertical;
    padding: 10px 22px;
    padding-left: 22px;
    border-radius: 4px;
}

.wpcf7 .wpcf7-form-control-wrap input,
.wpcf7 .wpcf7-form-control-wrap textarea {
    color: #353435;
    transition: all 0.3s ease;
}

.wpcf7 .wpcf7-form-control-wrap input::-webkit-input-placeholder,
.wpcf7 .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
    color: #c1c1c1;
}

.wpcf7 .wpcf7-form-control-wrap input::-moz-placeholder,
.wpcf7 .wpcf7-form-control-wrap textarea::-moz-placeholder {
    color: #c1c1c1;
}

.wpcf7 .wpcf7-form-control-wrap input:-ms-input-placeholder,
.wpcf7 .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
    color: #c1c1c1;
}

.wpcf7 .wpcf7-form-control-wrap input:-moz-placeholder,
.wpcf7 .wpcf7-form-control-wrap textarea:-moz-placeholder {
    color: #c1c1c1;
}

.wpcf7 .wpcf7-form-control-wrap input:focus::-webkit-input-placeholder,
.wpcf7 .wpcf7-form-control-wrap textarea:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0);
}

.wpcf7 .wpcf7-form-control-wrap input:focus::-moz-placeholder,
.wpcf7 .wpcf7-form-control-wrap textarea:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0);
}

.wpcf7 .wpcf7-form-control-wrap input:focus:-ms-input-placeholder,
.wpcf7 .wpcf7-form-control-wrap textarea:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0);
}

.wpcf7 .wpcf7-form-control-wrap input:focus:-moz-placeholder,
.wpcf7 .wpcf7-form-control-wrap textarea:focus:-moz-placeholder {
    color: rgba(0, 0, 0, 0);
}

.cta-area .wpcf7 .wpcf7-form-control-wrap input {
    margin-bottom: 0px;
}

.feedback-popup .wpcf7-checkbox .wpcf7-list-item {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}

.feedback-popup .wpcf7-checkbox .wpcf7-list-item::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: 12px;
    left: 0;
    border: 1px solid #eee;
    background: #f9f9f9;
    transition: all 0.3s ease;
}

.feedback-popup .wpcf7-checkbox .wpcf7-list-item.active::before {
    background: #49c8f5;
    border: 1px solid #49c8f5;
}

.feedback-popup .wpcf7-checkbox .wpcf7-list-item label {
    cursor: pointer;
    display: block;
    width: 100%;
    margin: 0;
    padding-left: 22px;
    color: #555;
}

.feedback-popup .wpcf7-checkbox .wpcf7-list-item input {
    cursor: pointer;
    position: absolute;
    display: inline-block;
    left: 0;
    top: 6px;
    width: 13px;
    height: 13px;
    opacity: 0;
    z-index: 2;
}

.feedback-popup .wpcf7-checkbox .wpcf7-list-item span {
    display: inline-block;
    margin-left: 0px;
}

.wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -1px;
    left: 13px;
    font-size: 12px;
    color: #e20a13;
}

.wpcf7-spinner {
    position: absolute !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    width: 100% !important;
    top: 0px !important;
    right: 0 !important;
    margin: 0 !important;
    background: #fff !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    font-size: 12px !important;
    color: #000 !important;
    text-align: center !important;
    z-index: 2 !important;
}

.wpcf7 .wpcf7-spinner::before {
    display: none !important;
}

.wpcf7-spinner .wpcf7-spinner-icon {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    top: 6px;
    left: -6px;
    transform: scale(0.5);
    transform-origin: top;
    float: left;
}

.wpcf7-spinner .wpcf7-spinner-icon div {
    position: absolute;
    border: 4px solid #ccc;
    opacity: 1;
    border-radius: 50%;
    animation: wpcf7-spinner-icon 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.wpcf7-spinner .wpcf7-spinner-icon div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes wpcf7-spinner-icon {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}


/* basic form styles end */


/* feedback popup */

.popup-fill,
.popup-fill2,
.popup-fill3 {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999998;
}

.popup-fill3 {
    z-index: 99999998;
}

.close-popup {
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 40px;
    top: -40px;
    right: -40px;
    font-size: 32px;
    font-family: "Times New Roman", Times, serif;
    line-height: 40px;
    text-align: center;
    color: #fff;
    z-index: 10;
}

@media only screen and (max-width: 767px) {
    .close-popup {
        right: -14px;
    }
}

.feedback-popup-wrapp {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    z-index: 9999999;
    align-items: start;
    justify-content: center;
    visibility: hidden;
    padding: 100px 0;
}

@media only screen and (min-height: 800px) {
    .feedback-popup-wrapp:not(.feedback-popup-wrapp-service-consultation) {
        align-items: center;
    }
}

.feedback-popup-wrapp.active {
    visibility: visible;
}

.feedback-popup {
    width: 100%;
    max-width: 525px;
    position: relative;
    z-index: 9999999;
    top: -2000px;
    visibility: hidden;
    padding: 40px;
    background: #fff;
    transition: all 0.3s ease;
}

.feedback-popup-wrapp.feedback-popup-wrapp-consultation-form {
    z-index: 99999999;
}

.feedback-popup-wrapp.feedback-popup-wrapp-service-consultation .feedback-popup {
    max-width: 600px;
}

.feedback-popup-wrapp.feedback-popup-wrapp-service-consultation .feedback-popup .feedback-popup-wrapp-service-consultation-image {
    position: relative;
    display: block;
    float: left;
    width: calc(100% + 80px);
    margin: 0px;
    margin-top: -40px;
    left: -40px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .feedback-popup-wrapp.feedback-popup-wrapp-service-consultation .feedback-popup .feedback-popup-wrapp-service-consultation-image {
        position: relative;
        width: calc(100% + 60px);
        margin-top: -30px;
        left: -30px;
    }
}

.feedback-popup-wrapp.feedback-popup-wrapp-service-consultation .feedback-popup .feedback-popup-wrapp-service-consultation-image img {
    display: block;
    height: auto;
    width: 100%;
    object-fit: cover;
}

.feedback-popup-wrapp.feedback-popup-wrapp-service-consultation .feedback-popup .feedback-popup-wrapp-service-consultation-content {
    display: block;
    float: left;
    width: 100%;
    margin: 0px;
    color: #353435;
}

.feedback-popup-wrapp.feedback-popup-wrapp-service-consultation .feedback-popup .feedback-popup-wrapp-service-consultation-content .feedback-popup-wrapp-service-consultation-content-title {
    margin: 0 0 30px;
    font-size: 30px;
    line-height: 1.333;
    font-family: var(--body-font);
    font-weight: 700;
    text-align: center;
    color: #353435;
}

.feedback-popup-wrapp.feedback-popup-wrapp-service-consultation .feedback-popup .feedback-popup-wrapp-service-consultation-content p,
.feedback-popup-wrapp.feedback-popup-wrapp-service-consultation .feedback-popup .feedback-popup-wrapp-service-consultation-content ol,
.feedback-popup-wrapp.feedback-popup-wrapp-service-consultation .feedback-popup .feedback-popup-wrapp-service-consultation-content ul {
    margin-bottom: 15px;
    color: #353435;
}

.feedback-popup-wrapp.feedback-popup-wrapp-service-consultation .feedback-popup .feedback-popup-wrapp-service-consultation-content ol,
.feedback-popup-wrapp.feedback-popup-wrapp-service-consultation .feedback-popup .feedback-popup-wrapp-service-consultation-content ul {
    padding-left: 18px;
}

.feedback-popup-wrapp.feedback-popup-wrapp-service-consultation .feedback-popup .feedback-popup-wrapp-service-consultation-content p:last-child,
.feedback-popup-wrapp.feedback-popup-wrapp-service-consultation .feedback-popup .feedback-popup-wrapp-service-consultation-content ol:last-child,
.feedback-popup-wrapp.feedback-popup-wrapp-service-consultation .feedback-popup .feedback-popup-wrapp-service-consultation-content ul:last-child {
    margin-bottom: 30px;
}

.feedback-popup-wrapp.feedback-popup-wrapp-service-consultation .feedback-popup .feedback-popup-wrapp-service-consultation-content-button-wrapp {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .feedback-popup-wrapp.feedback-popup-wrapp-service-consultation .feedback-popup .feedback-popup-wrapp-service-consultation-content-button-wrapp .th-btn {
        justify-content: center;
        width: 100%;
        text-align: center;
    }
}

.feedback-popup.active {
    top: 0;
    visibility: visible;
}

.feedback-popup .popup-title {
    margin: 0 0 30px;
    font-size: 30px;
    line-height: 1.333;
    font-family: var(--body-font);
    font-weight: 700;
    text-align: center;
    color: #353435;
}

.feedback-popup-consultation-in-product .popup-title {
    margin-bottom: 15px;
}

.feedback-popup .popup-subtitle {
    color: #212529;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 40px;
    text-align: center;
}

.feedback-popup input {
    color: #454545;
    float: left;
    width: 100%;
    padding: 9px 12px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    background: #f9f9f9;
    -webkit-box-shadow: inset 1px 0px 2px 0px rgb(238 238 238);
    -moz-box-shadow: inset 1px 0px 2px 0px rgba(238, 238, 238, 1);
    box-shadow: inset 0px 1px 2px 0px rgb(238 238 238);
}

.feedback-popup textarea {
    color: #454545;
    float: left;
    width: 100%;
    padding: 10px 12px;
    padding-left: 22px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    background: #f9f9f9;
    -webkit-box-shadow: inset 1px 0px 2px 0px rgb(238 238 238);
    -moz-box-shadow: inset 1px 0px 2px 0px rgba(238, 238, 238, 1);
    box-shadow: inset 0px 1px 2px 0px rgb(238 238 238);
    resize: vertical;
}

.submit-btn {
    position: relative;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.wpcf7 input[type="submit"] {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: auto;
    border: none;
    box-shadow: none;
    background-color: #0662ab;
    padding: 17px 36px;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    border-radius: 4px;
    overflow: hidden;
    border: none;
    transition: 0.4s;
    color: #fff;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .submit-btn {
        width: 100%;
    }
    .wpcf7 input[type="submit"] {
        display: block;
        width: 100%;
    }
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 .cta-form input[type="submit"]:hover {
    background-color: #1b3d70;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .feedback-popup {
        width: 90%;
        padding: 30px;
    }
}


/* feedback popup end */

@font-face {
    font-family: Gorilla;
    font-display: swap;
    src: url(/wp-content/themes/b58_theme/assets/fonts/GorillaFont.ttf);
}

.gorilla {
    font-family: Gorilla;
    font-size: 14px;
    color: #cdcdcd;
    text-decoration: none !important;
}

.gallery-section .project-img {
    cursor: pointer;
}


/* services slider */

.row.services-slider,
.gallery-slider {
    position: relative;
    margin: 0;
}

.gallery-slider .owl-stage-outer,
.gallery-slider .col-md-12,
.row.services-slider .owl-stage-outer,
.row.services-slider .col-md-12 {
    padding: 0;
}

.gallery-slider .owl-stage-outer {
    height: 400px;
}

.gallery-slider .project-img img,
.services-slider .service-box_img img {
    display: block;
    object-fit: cover;
}

.gallery-slider .project-img img {
    height: 400px;
}

@media only screen and (max-width: 991px) {
    .gallery-slider .owl-stage-outer,
    .gallery-slider .project-img img {
        height: auto;
    }
}

.gallery-slider .owl-nav,
.row.services-slider .owl-nav {
    position: absolute;
    height: 0;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -30px;
}

.gallery-slider .owl-nav {
    position: relative;
    top: auto;
    height: 60px;
    margin: 0 auto;
    margin-top: 20px;
    width: 220px;
}

.gallery-slider .owl-nav .owl-prev,
.gallery-slider .owl-nav .owl-next,
.row.services-slider .owl-nav .owl-prev,
.row.services-slider .owl-nav .owl-next {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    top: 0;
    border-radius: 50%;
    margin: 0;
    background: #0662ab !important;
    color: #fff !important;
    z-index: 2;
    transition: all 0.3s ease;
}

.gallery-slider .owl-nav .owl-prev:hover,
.gallery-slider .owl-nav .owl-next:hover,
.row.services-slider .owl-nav .owl-prev:hover,
.row.services-slider .owl-nav .owl-next:hover {
    background: #1b3d70 !important;
}

.gallery-slider .owl-nav .owl-prev {
    left: 40px;
}

.row.services-slider .owl-nav .owl-prev {
    left: -108px;
}

.testi-area .row.services-slider .owl-nav .owl-prev {
    left: -82px;
}

@media only screen and (max-width: 1540px) {
    .testi-area .row.services-slider .owl-nav .owl-prev {
        left: -22px;
    }
}

.gallery-slider .owl-nav .owl-next {
    right: 40px;
}

.row.services-slider .owl-nav .owl-next {
    right: -108px;
}

.testi-area .row.services-slider .owl-nav .owl-next {
    right: -82px;
}

@media only screen and (max-width: 1540px) {
    .testi-area .row.services-slider .owl-nav .owl-next {
        right: -22px;
    }
}

.owl-carousel .owl-dots {
    margin-top: 30px !important;
}

.owl-carousel .owl-dots .owl-dot span {
    height: 14px;
    width: 14px;
    margin: 0 5px;
    background-color: #bcbbbb;
    transition: all ease 0.4s;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #0662ab;
}


/* services slider end */

@media only screen and (max-width: 992px) {
    .footer-nav-menu {
        display: none;
    }
}

.error-p-section {
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.services-slider .service-box_img img,
.services-gallery-section .service-box_img img,
.gallery-section .service-box_img img {
    object-fit: cover;
    aspect-ratio: 4/3;
}

#services-section .service-item-feedback-btn {
    cursor: pointer;
}

.testi-area .ti-controls {
    top: 50% !important;
    margin-top: -30px !important;
}

.testi-area .ti-controls>div {
    position: absolute !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 60px !important;
    width: 60px !important;
    top: 0 !important;
    border-radius: 50% !important;
    margin: 0 !important;
    background: #0662ab !important;
    transform: none !important;
    color: #fff !important;
    z-index: 2 !important;
    transition: all 0.3s ease !important;
}

@media only screen and (max-width: 767px) {
    .testi-area .ti-controls>div {
        height: 40px !important;
        width: 40px !important;
    }
}

.testi-area .ti-controls>div:hover {
    background: #1b3d70 !important;
}

.testi-area .ti-controls>div::before {
    display: none !important;
}

.testi-area .ti-controls>div::after {
    top: auto !important;
    left: auto !important;
    right: auto !important;
    background: none !important;
    transform: none !important;
    height: auto !important;
    font-family: Font Awesome\6 Pro !important;
    font-weight: 900 !important;
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-font-smoothing: antialiased !important;
    display: var(--fa-display, inline-block) !important;
    font-style: normal !important;
    font-variant: normal !important;
    line-height: 1 !important;
    text-rendering: auto !important;
}

.testi-area .ti-controls>div.ti-prev::after {
    content: "\f060" !important;
}

.testi-area .ti-controls>div.ti-next::after {
    content: "\f061" !important;
}

.testi-area .ti-widget.ti-goog .ti-widget-container .ti-name {
    font-family: var(--body-font) !important;
    font-weight: 700 !important;
    line-height: 30px !important;
    color: var(--title-color) !important;
    margin-bottom: 5px !important;
    -webkit-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
}

.testi-area .ti-widget.ti-goog .ti-widget-container .ti-name {
    font-family: var(--body-font) !important;
    font-weight: 700 !important;
    line-height: 30px !important;
    color: var(--title-color) !important;
    margin-bottom: 5px !important;
    -webkit-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
}

.ti-widget.ti-goog .ti-review-content {
    line-height: 1.5 !important;
    color: var(--title-color) !important;
}

#contact-section .col-xl-7 {
    padding: 0 12px;
}

@media only screen and (min-width: 1200px) {
    #contact-section .col-xl-7>.request-content {
        max-width: 80%;
    }
}