@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

:root {
    --template-font: 'Albert Sans', sans-serif;
    --heading-font: 'Albert Sans', sans-serif;
    --theme-primary-color: #5044EB;
    --secondary-color: #f36a07;
    --text-color: #636D78;
    --headings-color: #1F1F1F;
    --primary-light: rgba(59, 56, 235, 0.1);
    --theme-border-color: #EEEEEE;
    --border-gray: #DEDEDE;
    --border-dark: #242424;
    --white-color: #ffffff;
    --light-color: #F6F6F6;
    --light-bg: #FBFAFA;
    --gray-color: #737373;
    --gray-100: #F2F1F9;
    --gray-200: #9097A9;
    --light-stroke: #ECEFF2;
    --black-color: #000000;
    --black-light: #242B3D;
    --light-white: #F7F7F7;
    --sea-color: #66D5EC;
    --box-shadow: 0px 6px 59px rgba(8, 8, 20, 0.11);
    --box-shadow-2: 0px 8px 53px rgba(13, 9, 54, 0.05);
    --transition-base: all 0.3s;
    --hm2-primary-light: #3528BB;
    --light-bg-2: #F5F5F5;
    --hm2-border-color: #DFDFDF;
    --primary-shadow: 0px 5px 35px rgba(65, 50, 218, 0.29);
    --hm3-light-bg: #F7F5F2;
    --hm4-shadow: 0px 22px 67px rgba(207, 202, 186, 0.4);
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fs-18 {
    font-size: 18px;
    line-height: 28px;
}

.fs-xs {
    font-size: 12px;
}

.fs-sm {
    font-size: 14px;
}

.fs-md {
    font-size: 16px !important;
}

.fs-lg {
    font-size: 18px;
}

.fs-xl {
    font-size: 20px;
}

.fs-20 {
    font-size: 20px;
    line-height: 1.2em;
}

.fs-30 {
    font-size: 30px;
}

@media (max-width: 767.98px) {
    .fs-30 {
        font-size: 24px;
        line-height: 1.2em;
    }
}

.fs-40 {
    font-size: 40px;
}

@media (max-width: 767.98px) {
    .fs-40 {
        font-size: 36px;
        line-height: 1.2em;
    }
}

/***************** spacing padding *************/
.pt-100 {
    padding-top: 100px;
}

@media (max-width: 767.98px) {
    .pt-100 {
        padding-top: 70px;
    }
}

.ptb-100 {
    padding: 100px 0;
}

@media (max-width: 767.98px) {
    .ptb-100 {
        padding: 70px 0;
    }
}

.ptb-60 {
    padding: 60px 0;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-32 {
    padding-top: 32px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-32 {
    padding-bottom: 32px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-100 {
    padding-bottom: 100px;
}

@media (max-width: 767.98px) {
    .pb-100 {
        padding-bottom: 70px;
    }
}

.pb-140 {
    padding-bottom: 140px;
}

@media (max-width: 767.98px) {
    .pb-140 {
        padding-bottom: 100px;
    }
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.px-32 {
    padding-left: 32px;
    padding-right: 32px;
}

.py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

/*********************** spacing margin ***********************/
.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-48 {
    margin-top: 48px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mx-32 {
    margin-left: 32px;
    margin-right: 32px;
}

.mx-40 {
    margin-left: 40px;
    margin-right: 40px;
}

.my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

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

@media (max-width: 767.98px) {
    .mt-120 {
        margin-top: 70px;
    }
}
.spacer {
    background-color: var(--theme-border-color);
    height: 1px;
}

@-webkit-keyframes ripple-animation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(59, 56, 235, 0.1);
        box-shadow: 0 0 0 0 rgba(59, 56, 235, 0.1);
    }

    50% {
        -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}

@keyframes ripple-animation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(59, 56, 235, 0.1);
        box-shadow: 0 0 0 0 rgba(59, 56, 235, 0.1);
    }

    50% {
        -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}

input {
    outline: 0;
}

select {
    outline: 0;
    border: 0;
}

a {
    text-decoration: none;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

button {
    border: 0;
    background-color: transparent;
}
body{
    font-family: 'Open Sans', sans-serif !important;
}

.aysha__contact-form span input {
    background-color: #FBF9F9;
    border-color: #E6E6E6;
}

.aysha__contact-form-name-and-phone p {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.aysha__contact-email-name-and-message p {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.aysha__contact-form textarea {
    background-color: #FBF9F9;
    border-color: #E6E6E6;
    height: 7em;
}
.aysha__contact-form input:focus-visible,
.aysha__contact-form textarea:focus-visible{
    outline: 2px solid #dfd6d600;
}
.aysha__contact-form span input:focus,
.aysha__contact-form span textarea:focus{
    border-color: #E6E6E6;
    outline: 0;
}
.aysha__contact-send-btn[type=submit] {
    background-color: #000000;
    color: #FFFFFF;
    font-family: "TK3", Sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3.1px;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 0;
    border: 1px solid;
}

.aysha__contact-send-btn[type=submit]:hover {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid;
}
.aysha__newsletter {
    width: 450px;
}

.aysha__newsletter input[type=email] {
    border: none;
}

.aysha__newsletter input:focus {
    outline: none;
}

.aysha__newsletter-btn input {
    border: 1px solid #000;
    width: 100%;
    margin-top: 15px;
    color: #fff;
    background: #000;
}

.aysha__newsletter-btn input:hover {
    background: none;
    color: #000;
}
#aysha__main-menu li:after {
    content: "";
    background: #000;
    width: 0;
    height: 1px;
    bottom: 5px;
    left: auto;
    right: 0;
    position: absolute;
    transition: all 0.3s;
}

#aysha__main-menu li:hover:after {
    width: 100%;
    right: auto;
    left: 0;
}

#aysha__main-menu li.current-menu-item:after {
    content: "";
    background: #000;
    width: 100%;
    height: 1px;
    bottom: 5px;
    left: auto;
    right: 0;
    position: absolute;
}
@media(max-width:768px){
    .aysha__newsletter{
        width: 320px
    }
}
.drx__car-slider-title_description-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 160px 0;
}

.drx__car-slider-button {
    text-align: center;
}

h4.drx__car-slider-title {
    margin-bottom: 50px;
}
.drx__car-slider span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.drx__quote-icon {
    font-size: 25px
}
.kr__footer-contact-form input, .kr__footer-contact-form textarea {
    border: 1px solid rgb(185, 185, 185) !important;
}
.kr__footer-contact-form input:focus, .kr__footer-contact-form textarea:focus{
    outline: none;
}
input.kr__form_submit {
    font-size: 16px;
    padding: 12px 40px;
    border: none;
    border-radius: 50px;
    background-color: #f1d2d1;
    color: #2f2f2f;
    border-color: #f1d2d1;
    outline-color: transparent;
    transition: 0.3s;
}

input.kr__form_submit:hover {
    background-color: #f4c0bf;
    color: #2f2f2f;
    border-color: #f4c0bf;
    outline-color: transparent;
    text-decoration: none;
}
.video-popup-btn {
    width: 80px;
    height: 80px;
    background-color: #5044eb;
    color: #ffffff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.ripple-effect {
    -webkit-animation: 1.3s ripple-animation linear infinite;
    animation: 1.3s ripple-animation linear infinite;
}

/*Nav Menu*/
.app-res-main-navigation {
    padding-top: 0;
    display: flex
}

.app-res-main-navigation .navbar-nav {
    display: inherit
}

.app-res-main-navigation li {
    margin-left: 55px
}

.app-res-main-navigation > li > a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 30px
}

.app-res-main-navigation .dropdown {
    position: relative
}

.app-res-main-navigation .dropdown:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 13px;
    color: #636d78;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.app-res-main-navigation .dropdown .dropdown:after {
    content: none;
}

.app-res-main-navigation .dropdown .dropdown-menu {
    top: 65px;
    left: 0;
    opacity: 0;
    z-index: 2;
    margin: 0;
    padding: 0;
    height: auto;
    width: 200px;
    border: none;
    display: block;
    border-radius: 0;
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 5px 10px 0 rgba(83,82,82,.1)
}

.app-res-main-navigation .dropdown .dropdown-menu li {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 25px;
    transition: all 0.3s;
}
.app-res-main-navigation .dropdown .dropdown-menu li:hover {
    padding-left: 40px;
}

.app-res-main-navigation .dropdown .dropdown-menu li a {
    width: 100%;
    color: #343434;
    display: block;
    font-size: 14px;
    position: relative;
    transition: 0.3s all ease-in-out
}

.app-res-main-navigation .dropdown .dropdown-menu li a:before {
    display: none
}

.app-res-main-navigation .dropdown .dropdown-menu li a:after {
    left: 10px;
    top: 16px;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    border-radius: 100%;
    transform: scale(0);
    background-color: #fff;
    transition: 0.3s all ease-in-out
}

.app-res-main-navigation .dropdown .dropdown-menu li a:hover {
    color:#5044eb;
}

.app-res-main-navigation .dropdown .dropdown-menu li a:hover:after {
    transform: scale(1)
}

.app-res-main-navigation .dropdown .dropdown-menu li:last-child {
    border-bottom: none
}

.app-res-main-navigation .dropdown:hover > .dropdown-menu {
    top: 30px;
    opacity: 1;
    visibility: visible
}
.app-res-main-navigation .dropdown .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 50%;
}

.appilo-sticky.app-res-sticky-menu {
    top: 0;
    width: 100%;
    z-index: 20!important;
    position: fixed!important;
    padding: 10px 0;
    background-color: #010101;
    animation-duration: 0.7s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-timing-function: ease;
    transition: 0.3s all ease-in-out;
    box-shadow: 0 0 18px 1px rgb(0 0 0 / 10%)
}

.app-res-menu-item .app-res-btn {
    margin-left: 75px
}

.app-res-mobile_menu_content {
    top: 0;
    bottom: 0;
    right: -350px;
    height: 100vh;
    z-index: 101;
    position: fixed;
    width: 280px;
    overflow-y: scroll;
    background-color: #90B5A8;
    padding: 40px 0;
    box-shadow: 0 3px 5px rgba(100,100,100,.19);
    transition: all 0.5s ease-in
}

.app-res-mobile_menu_content .app-res-mobile-main-navigation {
    width: 100%
}

.app-res-mobile_menu_content .app-res-mobile-main-navigation .navbar-nav {
    width: 100%
}

.app-res-mobile_menu_content .navbar-nav .dropdown-menu {
    position: static!important;
    transform: none!important
}

.app-res-mobile_menu_content .app-res-mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    transition: 0.3s all ease-in-out;
    border-bottom: 1px solid #36125a
}

.app-res-mobile_menu_content .app-res-mobile-main-navigation .navbar-nav li:first-child {
    border-bottom: 1px solid #36125a
}

.app-res-mobile_menu_content .app-res-mobile-main-navigation .navbar-nav li a {
    color: #000000;
    padding: 0;
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 30px;
    text-transform: uppercase
}

.app-res-mobile_menu_content .m-brand-logo {
    width: 160px;
    margin: 0 auto;
    margin-bottom: 30px
}

.app-res-mobile_menu_wrap.mobile_menu_on .app-res-mobile_menu_content {
    right: 0;
    transition: all 0.7s ease-out
}

.mobile_menu_overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    right: 0%;
    height: 120vh;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0,0,0,.9);
    transition: all 0.5s ease-in-out
}

.mobile_menu_overlay_on {
    overflow: hidden
}

.app-res-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
    opacity: 1;
    visibility: visible
}

.app-res-mobile_menu_button {
    z-index: 5;
    display: none;
    cursor: pointer;
    font-size: 24px;
    color: #c9ab81;
    text-align: center
}

.app-res-mobile_menu .app-res-mobile-main-navigation .navbar-nav li a:after {
    display: none
}

.app-res-mobile_menu .app-res-mobile-main-navigation .dropdown>.dropdown-menu {
    opacity: 1;
    visibility: visible
}

.app-res-mobile_menu .app-res-mobile_menu_content .app-res-mobile-main-navigation .navbar-nav .dropdown-menu {
    border: none;
    display: none;
    transition: none;
    box-shadow: none;
    padding: 5px 0;
    width: 100%;
    background-color: transparent
}

.app-res-mobile_menu .app-res-mobile_menu_content .app-res-mobile-main-navigation .navbar-nav .dropdown-menu li {
    border: none;
    padding: 0 20px;
    line-height: 1
}

.app-res-mobile_menu .dropdown {
    position: relative
}

.app-res-mobile_menu .dropdown .dropdown-btn {
    position: absolute;
    top: 6px;
    right: 10px;
    height: 30px;
    color: #afafaf;
    line-height: 22px;
    padding: 5px 10px;
    border: 1px solid #480b86
}

.app-res-mobile_menu .dropdown:after {
    display: none
}

.app-res-mobile_menu .app-res-mobile_menu_close {
    color: #d60606;
    cursor: pointer;
    top: 15px;
    left: 15px;
    font-size: 20px;
    position: absolute
}
.ul-li ul li {
    list-style: none;
    display: inline-block;
}
.app-res-mobile_menu_button {
    z-index: 5;
    display: none;
    cursor: pointer;
    font-size: 24px;
    color: #c9ab81;
    text-align: center;
}
@media screen and (max-width: 991px){
    .app-res-mobile_menu_button {
        display: block;
    }
    .app-res-main-navigation {
        display: none;
    }
}
.app-res-main-navigation .dropdown .dropdown-menu li:before {
    content: "";
    background: #5044eb;
    width: 0;
    height: 2px;
    position: absolute;
    left: 20px;
    top: 50%;
    transition: all 0.3s;
}

.app-res-main-navigation .dropdown .dropdown-menu li:hover:before {
    width: 15px;
}
.app-res-menu-item ul#main-nav li {
    position: relative;
}
.app-res-menu-item #main-nav > li a:after {
    content: "";
    background: #fec5e5;
    width: 0;
    height: 1px;
    bottom: 0;
    left: auto;
    right: 0;
    position: absolute;
    transition: all 0.3s;
}
.app-res-menu-item #main-nav > li:hover a:after {
    width: 100%;
    left: 0;
    right: auto;
}

/********************* feedback section start **********************/
.feedback-section .circle-shape-1,
.feedback-section .circle-shape-2 {
    width: 600px;
    height: 600px;
    background-color: #272727;
    border-radius: 50%;
}

.feedback-section .circle-shape-1 {
    top: -200px;
    left: -130px;
}

.feedback-section .circle-shape-2 {
    bottom: -270px;
    right: -110px;
}

.feedback-slider .prev-arrow,
.feedback-slider .next-arrow {
    position: absolute;
    top: -120px;
}

.feedback-slider .prev-arrow svg path,
.feedback-slider .next-arrow svg path {
    opacity: 0.2;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.feedback-slider .prev-arrow:hover svg path,
.feedback-slider .next-arrow:hover svg path {
    opacity: 1;
}

.feedback-slider .prev-arrow {
    right: 80px;
}

.feedback-slider .next-arrow {
    right: 0;
}

@media (max-width: 767.98px) {

    .feedback-slider .prev-arrow,
    .feedback-slider .next-arrow {
        display: none;
    }
}

.feedback-single {
    border-radius: 40px;
    padding: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 65px;
}

.feedback-single .clients-comment {
    font-size: 30px;
}

@media (max-width: 991.98px) {
    .feedback-single {
        padding: 60px;
    }

    .feedback-single>img {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .feedback-single {
        padding: 40px 32px;
    }

    .feedback-single .clients-comment {
        font-size: 22px;
    }
}
/****************************** feedback section start **************************/
.cr2-feedback-section {
    background: -webkit-linear-gradient(187.56deg, rgba(102, 213, 236, 0.4) 26.33%, rgba(65, 50, 218, 0) 81.83%), #4132DA;
    background: -o-linear-gradient(187.56deg, rgba(102, 213, 236, 0.4) 26.33%, rgba(65, 50, 218, 0) 81.83%), #4132DA;
    background: linear-gradient(262.44deg, rgba(102, 213, 236, 0.4) 26.33%, rgba(65, 50, 218, 0) 81.83%), #4132DA;
    height: 625px;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .cr2-feedback-section {
        height: auto;
    }
}

.cr2-feedback-vertical-slider {
    height: 900px;
    overflow: hidden;
    margin-top: -230px;
}

.cr2-feedback-vertical-slider .cr2-feedback-single {
    margin-bottom: 30px;
    background-color: var(--hm2-primary-light);
    opacity: 0.8;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.cr2-feedback-vertical-slider .cr2-feedback-single p,
.cr2-feedback-vertical-slider .cr2-feedback-single h5,
.cr2-feedback-vertical-slider .cr2-feedback-single span {
    color: var(--white-color);
}

.cr2-feedback-vertical-slider .slick-center .cr2-feedback-single {
    background-color: var(--white-color);
    opacity: 1;
}

.cr2-feedback-vertical-slider .slick-center .cr2-feedback-single p,
.cr2-feedback-vertical-slider .slick-center .cr2-feedback-single h5 {
    color: var(--headings-color);
}

.cr2-feedback-vertical-slider .slick-center .cr2-feedback-single span {
    color: var(--text-color);
}

@media (max-width: 1199.98px) {
    .cr2-feedback-vertical-slider {
        height: auto;
        margin-top: 40px;
    }
}

@media (max-width: 1199.98px) {
    .cr2-feedback-vertical-slider .slick-list {
        margin: 0 -12px;
    }

    .cr2-feedback-vertical-slider .slick-list .slick-slide {
        margin: 0 12px;
    }
}

.cr2-feedback-counter {
    gap: 100px;
}

.mx-470 {
    max-width: 470px;
}

.cr2-feedback-single {
    background-color: var(--white-color);
    padding: 40px;
    border-radius: 10px;
}

.cr2-feedback-single p {
    color: var(--headings-color);
    font-size: 17px;
}

.cr2-feedback-single .spacer {
    margin-top: 35px;
    margin-bottom: 25px;
    display: block;
    width: 100%;
}
/******************* feedback section start ********************/
.hm3-feedback-single {
    background-color: var(--white-color);
    border-radius: 30px;
    padding: 40px;
}

.hm3-feedback-single .spacer {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #F2EFEA;
    margin: 35px 0 30px;
}

.hm3-feedback-single .star-ratings {
    background-color: var(--hm3-light-bg);
    padding: 15px 20px;
    border-radius: 30px;
}

.hm3-feedback-single .star-ratings li {
    color: #FFB422;
}
/************************ feedback section **********************/
.hm4-feedback-section {
    background: -webkit-gradient(linear, left top, left bottom, from(#EDEAE6), to(#F7F5F2));
    background: -webkit-linear-gradient(top, #EDEAE6 0%, #F7F5F2 100%);
    background: -o-linear-gradient(top, #EDEAE6 0%, #F7F5F2 100%);
    background: linear-gradient(180deg, #EDEAE6 0%, #F7F5F2 100%);
}

.hm4-feedback-slider {
    margin-top: 70px;
}

.hm4-feedback-slider .prev-btn,
.hm4-feedback-slider .next-btn {
    position: absolute;
    right: 0;
    top: -110px;
}

.hm4-feedback-slider .prev-btn svg path,
.hm4-feedback-slider .next-btn svg path {
    fill: var(--black-color);
    fill-opacity: 0.1;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.hm4-feedback-slider .prev-btn:hover svg path,
.hm4-feedback-slider .next-btn:hover svg path {
    fill: var(--theme-primary-color);
    fill-opacity: 1;
}

.hm4-feedback-slider .prev-btn {
    right: 80px;
}

@media (max-width: 1199.98px) {

    .hm4-feedback-slider .prev-btn,
    .hm4-feedback-slider .next-btn {
        right: auto;
        left: calc(50% - 40px);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: auto;
        bottom: -80px;
    }

    .hm4-feedback-slider .next-btn {
        left: calc(50% + 40px);
    }
}

.hm4-feedback-single {
    background-color: var(--white-color);
    border-radius: 30px;
    padding: 40px;
}

.hm4-feedback-single .spacer {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #F2EFEA;
    margin: 35px 0 30px;
}

.hm4-feedback-single .star-ratings {
    background-color: var(--hm3-light-bg);
    padding: 15px 20px;
    border-radius: 30px;
}

.hm4-feedback-single .star-ratings li {
    color: #FFB422;
}
.crete__author-img{
    width: 70px;
    height: 70px !important;
}
.feedback-slider button,
.hm4-feedback-slider button {
    background: transparent;
}
.hm4-feedback-slider button:hover {
    background: transparent;
}
.feedback-content .spacer,
.cr2-feedback-single .spacer{
    background-color: #eeeeee;
}
.hm3-feedback-single ul,
.hm4-feedback-single ul{
    margin: 0 !important;
}
.hm3-feedback-single .star-ratings li,
.hm4-feedback-single .star-ratings li{
    margin: 0;
}
.slider-spacing .slick-list {
    margin: 0 -12px;
}

.slider-spacing .slick-list .slick-slide {
    margin: 0 12px;
}
.dark-bg-color {
    background-color: var(--headings-color);
}
.ptb-100 {
    padding: 100px 0;
}
.z-1 {
    z-index: 1!important;
}
.position-relative {
    position: relative!important;
}
.z--1 {
    z-index: -1;
}
.feedback-slider button,
.hm4-feedback-slider button,
button:focus{
    border: none;
}

.feedback-slider button:hover,
.hm4-feedback-slider button:hover,
button:focus{
    background: transparent !important;
}
.drx_sticky {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    background: #ffffff;
    animation: 1s fadeInDown;
}