@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Minionpro-medium';
    src: url(../font/MinionPro-Medium.otf);
}

img {
    max-width: 100%;
}

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;
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.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;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
    font-family: "Montserrat", sans-serif;
    white-space: initial;
}

span {
    font-family: "Montserrat", sans-serif;
}

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;
}

p {
    font-weight: 500;
    line-height: 27px;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 15.3px;
}

h1 {
    font-family: 'Minionpro-medium';
    font-size: 72px;
    line-height: 1.1;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

h2 {
    font-family: 'Minionpro-medium';
    font-size: 65px;
    line-height: 1.1;
    color: #041322;
    font-weight: 500;
    margin: 0;
}

h3 {
    font-family: 'Minionpro-medium';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

h4 {
    font-family: 'Minionpro-medium';
    font-size: 30px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-family: 'Minionpro-medium';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-family: 'Minionpro-medium';
    font-size: 39px;
    line-height: 1.1;
    color: #000;
    font-weight: 500;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
    background-position: right 0.7rem top 50%;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/*---------------------------------------------------- Tabs Section Start ----------------------------------------------------------- */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

/*---------------------------------------------------- Tabs Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Carousel Section 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;
}

/*---------------------------------------------------- Carousel Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Button Section Start ----------------------------------------------------------- */

.theme_btn {
    padding: 13px 25px;
    border: unset;
    border: 1px solid #ffffff00;
    color: #ffffff;
    z-index: 1;
    background-image: -webkit-linear-gradient(-44deg, rgb(232, 187, 104) 0%, rgb(174, 130, 59) 100%);
    position: relative;
    font-size: 14px;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #0d1e2e;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #fff;
    border-color: #fff;
}

.theme_btn:hover::before {
    width: 100%;
}

/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec img {
    margin: 0;
    padding: 10px 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: flex-end;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

header {
    background: #0d1e2e;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 23px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #c2954a;
}

.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;
}

.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;
    left: 0px;
    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;
}

.slick-slide {
    opacity: 1;
}

.main_slider {
    margin-bottom: 100px;
}

.container-fluid {
    padding: 0 4%;
}

.topSec {
    padding: 10px 0;
}

.topSec ul, .topSec ul li {
    display: flex;
    align-items: center;
    gap: 30px;
}

ul.topsec-hedr-adrs {
    justify-content: flex-end;
}

.headr-btn {
    text-align: end;
}

.site-hedr-logo {
    margin-top: -45px;
}

.topSec * {
    color: #fff;
}

.topSec p, .topSec a {
    font-weight: 400;
}

.topSec ul li {
    gap: 10px;
}

/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

.banner-sec .container-fluid {
    padding-right: 0;
}

.baner-img img {
    width: 100%;
    height: 875px;
    object-fit: cover;
    object-position: right;
}

.baner-img.inr img {
    height: 550px;
    object-position: 0px -90px;
}

.banner-sec.inr {
    margin-bottom: 100px;
}

.banner-sec {
    background: #0d1e2e;
}

.headr-btn {
    display: block;
}

.bnr-btm-main img {
    margin-bottom: 15px;
}

.bnr-btm-main h6 {
    font-family: 'Montserrat';
    font-size: 20px;
    color: #000;
}

.theme_btn.anthr {
    background: #0d1e2e;
    border: 1px solid #fff;
}

.baner-text p {
    margin: 14px 0 20px;
    color: #fff;
    width: 75%;
    padding-top: 17px;
    border-top: 1px solid #ffffff3d;
    opacity: 50%;
}

.baner-text h1 span {
    font-family: 'Minionpro-medium';
    line-height: 1;
    color: #cfa254;
}

.baner-btns {
    display: flex;
    align-items: center;
    gap: 18px;
}


.baner-bottom-sec {
    padding: 46px 0;
    background-color: #e6e8ea;
    margin-bottom: 100px;
}

.bnr-btm-main {
    text-align: center;
}

/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Who WE Are Section Start ------------------------------------------------------------- */

.whowe-about-sec {
    padding: 100px 0;
    position: relative;
    background: #e6e8ea;
    z-index: 0;
}

.whoweabout-img {
    border: 10px solid #fff;
}

.whoweabout-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.whoweabout-txt p {
    margin-bottom: 20px;
    opacity: 60%;
}

.whoweabout-txt h2 {
    margin-bottom: 9px;
}

.whoweabout-txt {
    margin-left: 20px;
}

.whoweabout-txt .theme_btn.anthr {
    border-color: transparent;
}

.whowe-about-sec:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-color: #dee0e3;
    width: 45%;
    height: 100%;
    z-index: -1;
    clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 100% 100%, 38% 100%, 1% 0, 0 0);
}

.whowe-about-sec.inr {
    background: unset;
    padding: 0 0 100px;
}

.whowe-about-sec.inr:before {
    background: unset;
}

.whowe-about-sec.inr p {
    font-size: 17.7px;
    line-height: 30px;
    margin-bottom: 22px;
}

/*---------------------------------------------------- Who WE Are Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Services Section Start ------------------------------------------------------------- */

.service-sec {
    margin-bottom: 100px;
}

.service-head {
    text-align: center;
    margin-bottom: 55px;
}

.serv-btn {
    text-align: center;
    margin-top: 40px;
}

.serv-main {
    padding: 20px 30px;
    height: 100%;
    box-shadow: 0px 0px 4px 1px #0000001c;
    position: relative;
}

.serv-main:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #0d1e2e;
    background-image: -webkit-linear-gradient(-44deg, rgb(232, 187, 104) 0%, rgb(174, 130, 59) 100%);
    z-index: -1;
    transition: 0.5s all;
}

.serv-main:hover:before {
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-image: none;
}

.serv-main:hover * {
    color: #fff;
}

.serv-main:hover img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(2%) hue-rotate(144deg) brightness(112%) contrast(101%);
}

.serv-main p {
    margin-bottom: 25px;
    width: 93%;
}

.serv-main ul li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #000;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
}

.serv-main h4 {
    margin: 18px 0 14px;
    color: #0d1e2e;
}

.serv-main.inr {
    border: unset;
    box-shadow: unset;
    padding: unset;
    padding-left: 15px;
}

.service-image-inr img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: top;
}

.serv-main.inr:before {
    background: unset;
}

.serv-main.inr:hover * {
    color: unset;
}

.serv-main.inr:hover img {
    filter: unset;
}

.service-sec.innr .row {
    margin-bottom: 80px;
}

.service-sec.innr {
    padding: 30px 0;
}

.service-sec.innr .row:Last-child {
    margin-bottom: 20px;
}

.serv-main.inr h4 {
    margin-top: 0;
    font-size: 50px;
}

.serv-main.inr ul li {
    font-size: 18.3px;
    margin-bottom: 21px;
}

.service-head p {
    width: 58%;
    margin: 0 auto;
    opacity: 50%;
    color: #000;
    margin-top: 10px;
}

.serv-btn a {
    background: transparent !important;
    border-color: #0d1e2e !important;
    color: #000;
}

/*---------------------------------------------------- Services Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

.footer-top p {
    opacity: 50%;
    width: 73%;
    margin: 20px auto 27px;
}

.footer-sec {
    background: #0d1e2e;
    padding: 70px 0 20px;
}

.footer-top {
    text-align: center;
    margin-bottom: 90px;
}

.footer-top p {
    margin: 10px auto;
}

ul.socail-link-site {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 13px;
}

.ftr-top-btns {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.footer-sec * {
    color: #fff;
}

.useful-link-ftr {
    position: relative;
    left: 100px;
}

.footer-sec h5 {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 28px;
    padding-bottom: 19px;
    border-bottom: 1px solid #ffffff59;
    width: max-content;
}

.useful-link-ftr ul li {
    margin-bottom: 14px;
    width: max-content;
}

.useful-link-ftr ul li a {
    font-size: 16px;
}

.get-touch-ftr ul li {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 23px;
}

.footer-sec ul {
    width: max-content;
}

.get-touch-ftr ul li i {
    font-size: 21px;
}

.get-touch-ftr ul li a, .get-touch-ftr ul li p, .useful-link-ftr ul li a {
    opacity: 44%;
}

.get-touch-ftr {
    position: relative;
    left: 70px;
}

.get-touch-ftr ul li p {
    width: 65%;
}

.foter-logo {
    border-bottom: 1px solid #ffffff59;
    padding-bottom: 13px;
    margin-bottom: 24px;
    margin-top: -53px;
}

.foter-info h5 {
    padding: unset;
    border: unset;
    margin-bottom: 15px;
}

.socail-link-site li {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(-44deg, rgb(232, 187, 104) 0%, rgb(174, 130, 59) 100%);
}

.foter-info p {
    font-size: 17.7px;
    margin-bottom: 30px;
    opacity: 44%;
    font-weight: 400;
}

.fort-line {
    border-top: 1px solid #ffffff59;
    padding-top: 20px;
    text-align: center;
    margin-top: 40px;
}

.fort-line p {
    opacity: 44%;
    font-size: 15px;
}

/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Contact Us Section Start ------------------------------------------------------------- */

.contact-sec {
    padding-bottom: 100px;
}

.contact-map iframe {
    width: 100%;
    height: 540px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
}

.contact-form input, .contact-form textarea {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border: 1px solid #eceaea;
    margin-bottom: 20px;
}

.contact-form p {
    width: 86%;
    margin-bottom: 25px;
    font-size: 19px;
    line-height: 35px;
}

.contact-form textarea {
    height: 150px;
}

.contact-top-box {
    padding: 30px 20px 40px;
    background-image: -webkit-linear-gradient(0deg, rgb(220, 187, 77) 0%, rgb(164, 126, 50) 100%);
    text-align: center;
    height: 100%;
    transition: 0.5s all;
}

.contact-top-box p, .contact-top-box a {
    font-size: 23px;
    color: #fff;
    line-height: 32px;
    margin-top: 12px;
    display: block;
}

.contact-top-box h6 {
    color: #fff;
    margin-top: 17px;
}

.contact-top-box img {
    height: 108px;
    object-fit: scale-down;
}

.contact-top-box:hover {
    background: #0d1e2e;
}

.contact-sec .col-lg-4 {
    margin-bottom: 70px;
}

.contact-form button {
    width: 100%;
    font-size: 23px;
    font-weight: 400;
}

/*---------------------------------------------------- Contact Us Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Team Section Start ------------------------------------------------------------- */

.team-sec {
    padding: 10px 0 100px;
}

.team-txt {
    text-align: center;
    margin-top: 20px;
}

.team-main img {
    width: 100%;
    height: 500px;
    object-position: right;
    object-fit: cover;
}

.team-main {
    margin-bottom: 40px;
}

.team-txt h6 {
    font-size: 33px;
    font-weight: 400;
    color: #161515;
    margin-bottom: 5px;
}

.team-txt span {
    font-weight: 400;
    font-size: 22px;
    color: #161515;
    font-family: 'Minionpro-medium';
}

.team-main ul.socail-link-site {
    justify-content: center;
    margin-top: 17px;
}

.team-main .socail-link-site li i {
    color: #fff;
}

/*---------------------------------------------------- Team Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Member Section Start ------------------------------------------------------------- */

.member-sec {
    padding: 90px 0;
    background-color: #f0f1f2;
    text-align: center;
}

.memberslider img {
    width: 140px;
    object-fit: scale-down;
    height: 180px;
}

.member-sec h2 {
    color: #1c1c1c;
    margin-bottom: 40px;
    font-weight: 400;
}


/*---------------------------------------------------- Member Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Client Section Start ------------------------------------------------------------- */

.client-sec {
    padding: 100px 0;
}

.client-head {
    text-align: center;
    margin-bottom: 50px;
}

.client-head p {
    width: 85%;
    font-size: 17.3px;
    margin: 0 auto;
}

.client-head h2 {
    font-size: 75px;
    margin-bottom: 20px;
}

.client-img img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
}

.client-main {
    text-align: center;
    padding: 0px 22px 60px;
    position: relative;
}

.client-txt ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    font-size: 16px;
    margin-top: 12px;
}

.client-txt p {
    margin-bottom: 13px;
    opacity: 67%;
    transition: 0.5s all;
}

.client-txt span {
    display: block;
    margin: 2px 0 10px;
    font-size: 15px;
    opacity: 1;
    font-weight: 500;
    transition: 0.5s all;
}

.client-img {
    margin-bottom: 30px;
}

.client-txt h5 {
    text-transform: uppercase;
    font-size: 23px;
    transition: 0.5s all;
}

.client-slider .slick-slide {
    margin: 0 10px;
}

.client-main:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #0d1e2e;
    background-image: -webkit-linear-gradient(-44deg, rgb(232, 187, 104) 0%, rgb(174, 130, 59) 100%);
    z-index: -1;
    transition: 0.5s all;
}

.slick-current .client-main:before, .client-main:hover:before {
    height: 90%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-image: none;
}

.slick-current .client-main *, .client-main:hover * {
    color: #fff;
}

.client-txt ul li i {
    background-image: -webkit-linear-gradient(-44deg, rgb(232, 187, 104) 0%, rgb(174, 130, 59) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    transition: 0.5s all;
}

.slick-current .client-main ul li i, .client-main:hover ul li i {
    background-image: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

.slick-dots {
    bottom: -55px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li.slick-active {
    box-shadow: 0 0 0px 1px #ae823b;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    opacity: 1;
    border: 7px solid #fff;
    background-image: -webkit-linear-gradient(-44deg, rgb(232, 187, 104) 0%, #ae823b 100%);
    padding: 6px;
}

.slick-dots li {
    background: #8080808c;
    width: 11px;
    height: 11px;
    border-radius: 50%;
}

/*---------------------------------------------------- Client Section End ------------------------------------------------------------- */