@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'trajan';
    src: url(../fonts/trajan-pr.otf);
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 100px 0;
}

.all-section-btm {
    padding-bottom: 100px;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'trajan';
    font-size: 89px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 0px;
}

h2 {
    font-family: 'trajan';
    font-size: 50px;
    color: #131313;
    font-weight: 400;
    margin: 0 0 10px;
}

h3 {
    font-family: 'trajan';
    font-size: 53px;
    color: #131313;
    font-weight: 400;
    margin: 0 0 10px;
}

h4 {
    font-family: 'trajan';
    font-size: 32px;
    color: #131313;
    font-weight: 400;
    margin: 30px 0 10px;
}

h5 {
    font-family: 'trajan';
    font-size: 19px;
    color: #000;
    font-weight: 400;
    margin: 0 0 10px;
}

h6 {
    font-family: 'trajan';
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

p {
    color: #7c7c7c;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px 0 30px;
}

/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Poppins';
}

/* .menuSec ul li a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #68b429;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) scaleY(0);
    transform-origin: top center;
    transition: transform 0.4s ease;
    pointer-events: none;
}
.menuSec ul li a:hover,
.menuSec ul li a.active {
    color: #ff9837;
    transition: color 0.5s ease;
} 

.menuSec ul li a:hover::before,
.menuSec ul li a.active::before {
    transform: translateX(-50%) scaleY(1);
} 

*/

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

/*header css start */

/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    /* background: rgba(0, 0, 0, 0.1); */
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*banner css end*/

/* header */

.menuSection {
    position: absolute;
    width: 100%;
    z-index: 99;
    padding: 20px 0;
    border-bottom: 1px solid #5d8176;
}

.headerbtn {
    text-align: end;
}

.header-logo {
    width: 50%;
}

/* header */

/* theme btns */

.thembtn1 {
    font-size: 16px;
    display: inline-block;
    text-align: center;
    padding: 10px 30px;
    border: 3px solid #ffffff;
    background: #ffffff;
    position: relative;
    color: #000000;
    text-decoration: none;
    transition: 0.3s ease all;
    z-index: 1;
    border-radius: 5px;
    font-family: 'Poppins';
    font-weight: 500;
}

.thembtn1:before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: #2f5d50;
    z-index: -1;
    border-radius: 5px;
}

.thembtn1:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    color: white;
}

.thembtn1:hover:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.thembtn2 {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    padding: 13px 20px;
    border: 3px solid #2f5d50;
    background: #2f5d50;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s ease all;
    z-index: 1;
    border-radius: 5px;
    font-family: 'Poppins';
    text-transform: capitalize;
}

.thembtn2:before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: #ffffff;
    z-index: -1;
    border-radius: 5px;
}

.thembtn2:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    color: rgb(0, 0, 0);
}

.thembtn2:hover:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.d_block {
    display: block;
}

.container-fluid {
    padding: 0 5%;
}

/* theme btns */

/* banner */

.banner_bg img {
    width: 100%;
    height: 850px;
    object-fit: cover;
}

.banner_text p {
    color: #a8b7b3;
    width: 70%;
    margin: 0px 0 30px;
}

.main_slider {
    position: relative;
}

.main_slider::before {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgba(43, 100, 80, 1) 30%, rgba(43, 100, 80, 0.05) 65%, rgba(43, 100, 80, 1) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.main_slider .container-fluid {
    position: relative;
    z-index: 99;
    padding: 0 7%;
}

.social_links {
    position: absolute;
    display: flex;
    align-items: center;
    height: 670px;
    padding: 50px 0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 6%;
    flex-direction: column;
    justify-content: space-between;
    z-index: 99;
}

.social_links h6 {
    color: #b8c8c4;
    writing-mode: sideways-lr;
    font-size: 16px;
    position: relative;
    font-family: 'Poppins';
}

.social_links::before {
    content: "";
    position: absolute;
    background-color: #5d8176;
    z-index: 1;
    height: 80%;
    width: 1px;
    top: 0;
}

.social_links ul li a {
    color: #5d8176;
    border: 1px solid #5d8176;
    background: #326450;
    font-size: 15px;
    overflow: hidden;
    margin-bottom: 20px;
    height: 40px;
    border-radius: 50%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 3;
    position: relative;
}

.social_links ul li a:hover {
    color: #5d8176;
    border: 1px solid #ffffff;
    background: #ffffff;
}


.social_links h6::before {
    content: "";
    position: absolute;
    background-color: #5d8176;
    z-index: 1;
    height: 60%;
    width: 1px;
    bottom: -50px;
    left: 10px;
}

.main_slider::after {
    content: "";
    position: absolute;
    background-color: #5d8176;
    z-index: 1;
    height: 1px;
    width: 100%;
    bottom: 90px;
    left: 0px;
}

/* banner */

/* about */

.about_img img {
    height: 650px;
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.about_content h3 {
    margin-bottom: 10px;
    padding-left: 30px;
}

.about_txt {
    border-radius: 5px;
    background: #ffffff;
    padding: 40px 100px 30px 40px;
    margin-left: -30%;
}

/* about */

/* services */

.heading {
    text-align: center;
    margin-bottom: 50px;
}

.heading p {
    width: 65%;
    margin: 0 auto;
}

.counter_main h6 {
    font-size: 25px;
}

.counter_main span {
    color: #7c7c7c;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 400;
}

ul.counter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 10px;
    text-align: center;
}

.serv_main {
    transition: all .3s ease-in;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
}

.serv_img {
    text-align: center;
    border-radius: 5px;
    background: #f6f6f6;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.serv_img img {
    height: 200px;
    width: 200px;
    object-fit: cover;
    margin: 0 auto;
}

.serv_det p {
    font-size: 11px;
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
}

.serv_det span {
    font-size: 20px;
    color: #000;
}

.share_node {
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #606060;
    transition: all .3s ease-in;
}

.share_node:hover {
    background-color: #2f5d50;
    color: #f0f0f0;
}

.serv_det ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.serv_det .thembtn2 {
    font-size: 14px;
    padding: 10px 30px;
}

.auction_slider .slick-track {
    margin: 30px 0;
}

.serv_main:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.auction_slider .slick-slide {
    opacity: 1;
}

.auction-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background-color: #2f5d50;
    border: 2px solid #2f5d50;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99;
}

.auction-slider-arrow i {
    color: #fff;
    font-size: 18px;
    transition: color 0.3s ease;
}

.auction-slider-arrow {
    transition: background-color 0.3s ease, opacity 0.3s ease;
}

.auction_slider .slick-next {
    right: -120px;
    opacity: 1;
}

.auction_slider .slick-prev {
    left: -120px;
    opacity: 0.5;
}

.auction_slider .auction-slider-arrow:hover {
    border: 2px solid #2f5d50;
    background-color: #ffffff;
    opacity: 1;
}

.auction-slider-arrow:hover i {
    color: #2f5d50;
}

.auction_slider .slick-prev:before,
.auction_slider .slick-next:before {
    display: none;
}

/* services */

/* Your Next Treasure is Here */

.hero {
    padding: 90px 0;
    background: url(../images/hero-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.hero h3 {
    color: #ffffff;
}

.hero p {
    color: #a8b7b3;
    width: 90%;
}

.hero .container {
    position: relative;
    z-index: 99;
}

/* Your Next Treasure is Here */

/* Our Services & Solutions */

.core_text h4 {
    margin-bottom: 20px;
}

.core_img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.core_text {
    padding: 25px 20px;
}

.core_main {
    border: 1px solid #e4e4e4;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.core_main:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.service_slider .slick-slide {
    opacity: 1;
}

.custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background-color: #2f5d50;
    border: 2px solid #2f5d50;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99;
}

.custom-arrow i {
    color: #fff;
    font-size: 18px;
    transition: color 0.3s ease;
}

.custom-arrow {
    transition: background-color 0.3s ease, opacity 0.3s ease;
}

.service_slider .slick-next {
    right: -50px;
    opacity: 1;
}

.slick-prev {
    left: -50px;
    opacity: 0.5;
}

.service_slider .custom-arrow:hover {
    border: 2px solid #2f5d50;
    background-color: #ffffff;
    opacity: 1;
}

.custom-arrow:hover i {
    color: #2f5d50;
}

.service_slider .slick-prev:before,
.service_slider .slick-next:before {
    display: none;
}

/* Our Services & Solutions */

/* Why Choose */

.wcu_txt {
    padding-left: 30px;
}

.wcu_img img {
    height: 470px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.wcu_box {
    transition: all .3s ease-in;
    border-radius: 5px;
    padding: 40px 20px;
    background: #f2f2f2;
    text-align: center;
}

.wcu_box_img img {
    transition: all .3s ease-in;
}

.wcu_box_img {
    transition: all .3s ease-in;
    margin-bottom: 30px;
}

.wcu_box_txt p {
    transition: all .3s ease-in;
    margin-bottom: 0;
}

.wcu_box:hover {
    background: #2f5d50;
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.wcu_box:hover .wcu_box_img img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7485%) hue-rotate(39deg) brightness(104%) contrast(97%);
}

.wcu_box:hover .wcu_box_txt p {
    color: #a8b7b3;
}

/* Why Choose */

/* Footer Satrt */

footer {
    padding-top: 100px;
    background: #2f5d50;
}

.footer-logo p {
    color: #acbeb9;
    margin-bottom: 0;
}

footer h4 {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    margin: 0px 0 30px;
}

.footer-link ul {
    column-count: 2;
    line-height: 50px;
}

.footer-link ul li a,
.footer-contact a,
.footer-follow ul li a {
    font-size: 14px;
    color: #acbeb9;
    line-height: 47px;
    font-family: 'Poppins';
    transition: all ease-in .3s;
    font-weight: 400;
}

.footer-link ul li a:hover,
.footer-contact a:hover,
.footer-follow ul li a:hover {
    color: #ffffff;
    transform: translateX(10px);
}

.footer-contact p {
    font-size: 14px;
    color: #a5a5a5;
    line-height: 24px;
    font-family: 'Poppins';
}

.footer-link {
    padding-left: 30px;
    padding-right: 30px;
}

.footer-contact {
    padding-left: 30px;
    padding-right: 30px;
}

.footer-follow {
    padding-left: 30px;
}

.footer-bottom-sec {
    border-top: 1px solid #597d73;
    margin-top: 60px;
}

.copy-right-txt p {
    font-size: 14px;
    color: #ffffff;
    margin: 0;
}

.copy-right-txt {
    text-align: center;
    padding: 20px 0;
}

.footer-logo img {
    margin: 0 0 30px;
}

.footer-logo {
    padding-right: 60px;
    padding-top: 0;
}

/* Footer end */

/* testimonial */

.testi_main {
    position: relative;
    overflow: hidden;
}

.testi_img {
    position: relative;
    border-radius: 5px;
}

.testi_img img {
    width: 100%;
    display: block;
    height: 370px;
    transition: transform 0.6s ease;
    border-radius: 5px;
    object-fit: cover;
}

.testi_hover {
    position: absolute;
    background: #2f5d50;
    color: #fff;
    padding: 30px;
    height: 100%;
    top: 0;
    opacity: 0;
    transition:
        opacity 0.5s ease,
        transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    border-radius: 5px;
}

.testi_main:hover .testi_hover {
    opacity: 1;
}

.stars i {
    color: #ffffff;
    font-size: 16px;
    margin-right: 3px;
}

.testi_hover p,
.testi_hover .client_info,
.testi_hover .stars {
    opacity: 0;
    transition: all 0.4s ease;
}

.testi_main:hover .testi_hover p,
.testi_main:hover .testi_hover .client_info,
.testi_main:hover .testi_hover .stars {
    opacity: 1;
}

.testi_hover p {
    color: #acbeb9;
    margin-bottom: 20px;
}

.testi_hover .client_info {
    transition-delay: 0.3s;
}

.client_info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.client_info img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.client_info h4 {
    margin: 0;
    font-size: 16px;
    color: #fff;
}

.client_info span {
    font-size: 12px;
    color: #acbeb9;
}

.testi_static {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
    background: #fff;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.testi_main:hover .testi_static {
    opacity: 0;
}

.testi_static .name {
    font-size: 20px;
    font-weight: 400;
    font-family: 'trajan';
}

.testi_static .designation {
    font-size: 12px;
    color: #777;
    font-family: 'Poppins';
    font-weight: 400;
}

.stars {
    margin-bottom: 20px;
}

.testi_slider .testi_main:hover .testi_hover,
.testi_slider .slick-current.slick-center .testi_hover {
    opacity: 1;
}

.testi_slider .testi_main:hover .testi_hover p,
.testi_slider .slick-current.slick-center .testi_hover p,
.testi_slider .testi_main:hover .testi_hover .stars,
.testi_slider .slick-current.slick-center .testi_hover .stars,
.testi_slider .testi_main:hover .testi_hover .client_info,
.testi_slider .slick-current.slick-center .testi_hover .client_info {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.testi_slider .testi_main:hover .testi_static,
.testi_slider .slick-current.slick-center .testi_static {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.testi_slider .slick-slide {
    opacity: 1;
}

.testi-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background-color: #2f5d50;
    border: 2px solid #2f5d50;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99;
}

.testi-slider-arrow i {
    color: #fff;
    font-size: 18px;
    transition: color 0.3s ease;
}

.testi-slider-arrow {
    transition: background-color 0.3s ease, opacity 0.3s ease;
}

.testi_slider .slick-next {
    right: -50px;
    opacity: 1;
}

.testi_slider .slick-prev {
    left: -50px;
    opacity: 0.5;
}

.testi_slider .testi-slider-arrow:hover {
    border: 2px solid #2f5d50;
    background-color: #ffffff;
    opacity: 1;
}

.testi-slider-arrow:hover i {
    color: #2f5d50;
}

.testi_slider .slick-prev:before,
.testi_slider .slick-next:before {
    display: none;
}

/* testimonial */