@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fal,
.far {
    font-family: "Font Awesome 5 Pro";
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    font-size: var(--font-size);
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

a,
a:link,
a:visited,
a:active,
a:hover,
button,
input,
select,
textarea,
i {
    text-decoration: none;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input,
select,
textarea {
    width: 100%;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input[type="radio"],
input[type="checkbox"] {
    width: auto;
    height: auto;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

img {
    max-width: 100%;
}

.full_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h2,
h3 {
    font-family: 'Playfair Display', serif;
}

h4,
h5,
h6,
p,
small {
    font-family: 'Lato', sans-serif;
    line-height: 30px;
}

h5 {
    font-size: 2.4rem;
}

h6 {
    font-size: 2.3rem;
}

p {
    font-size: 2rem;
}

small {
    font-size: 2.0rem;
}

.pt-100 {
    padding-top: 10rem;
}

.pb-100 {
    padding-bottom: 10rem;
}

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

:root {
    --yellow: #fec44c;
    --light_yellow: #fec44c2e;
    --white: #FFFFFF;
    --light_black: #23221c99;
    --black: #23221C;
    --marun: #C4150E;
    --font-size: 10px;
}

.light_yellow {
    background: var(--light_yellow);
}

.comnpadding {
    padding: 12rem 0;
}

.comntitle {
    font-size: 5.5rem;
    line-height: 7rem;
    margin-bottom: 3.5rem;
    color: var(--black);
    font-weight: bold;
    font-family: 'Playfair Display', serif;
    color: var(--black);
}

.subtitle {
    font-size: 4rem;
}

.comnbtn {
    font-size: 20px;
    text-transform: uppercase;
    padding: 5px 20px;
    font-weight: bold;
}


/*----------------------------------------- Header Css ---------------------------------------------*/

header::after {
    content: "";
    width: 45%;
    height: 55px;
    background: var(--black);
    position: absolute;
    top: 0;
    right: 0;
}

header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

a.navbar-brand {
    padding: 0;
}

.navbar {
    padding: 0;
    align-items: flex-start;
}

.navbar-nav {
    background: var(--black);
    padding: 0;
    position: relative;
}

.navbar-nav::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 55px solid var(--black);
    border-left: 30px solid transparent;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    color: var(--white);
    padding: 14px 30px;
    position: relative;
    z-index: 1;
    transition: 1s;
    margin-left: 5px;
}


/* .navbar-light .navbar-nav .nav-link::before {
    content: "";
    width: 100%;
    height: 0;
    background: var(--yellow);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 1s;
    z-index: -1;
} */

.closebtton {
    font-size: 27px;
    color: #fff;
    z-index: 10;
    position: absolute;
    left: -20px;
    top: 0;
    display: none;
    background: var(--black);
    border-radius: 50%;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

.navbar-light .navbar-nav .nav-link:hover:before {
    height: 100%;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--yellow);
}

ul.navbar-nav li.dropdown:hover ul.dropdown-menu {
    /* display: block; */
    background: var(--black);
    padding: 10px;
}

.dropdown-menu a {
    font-size: 18px;
    color: var(--white);
    border-bottom: 1px dashed var(--yellow);
    text-align: center;
    font-weight: 400;
    padding: 10px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--yellow);
    background-color: transparent;
}

.dropdown-menu li:last-child a {
    border-bottom: none;
}


/*----------------------------------------- Footer Css ---------------------------------------------*/

.banner {
    position: relative;
    overflow: hidden;
}

#banner_slider .owl-stage-outer::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.1);
    left: calc(37% - 14px);
    transform: skewX(333deg);
}

.banner::after {
    content: "";
    background: url("../images/shape.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 400px;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 2;
}

.banner .container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
}

.banner_caption {
    max-width: 670px;
    color: var(--black);
}

.banner_caption span {
    font-size: 22px;
    background: var(--yellow);
    color: var(--black);
    display: inline-block;
    padding: 5px 15px;
}

.banner_caption .comntitle {
    margin: 0;
}

.banner_caption p {
    margin: 0;
}


/* .shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
} */

#banner_slider img {
    height: calc(100vh - 30px);
    object-fit: cover;
    min-height: 720px;
}

#banner_slider .owl-dots {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
}

#banner_slider .owl-dots button {
    width: 5px;
    height: 35px;
    background: var(--white);
    display: inline-block;
    margin: 10px 0;
    opacity: 0.3;
}

#banner_slider .owl-dots button.active {
    opacity: 1;
}


/* footer::before {
    content: "";
    background: url("../images/footer-shape.png") no-repeat;
    position: absolute;
    top: -164px;
    right: 0;
    width: 100%;
    height: 170px;
} */

.footebg {
    position: absolute;
    top: -260px;
    left: 0;
    max-width: 50%;
    z-index: -1;
}

footer {
    position: relative;
    background: url("../images/footer-shape.svg") no-repeat;
    padding: 123px 0 50px 0;
    background-position: center;
    background-size: cover;
    margin-top: 150px;
}

.ftlogo p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.4);
    margin: 10px 0;
}

.ft_link ul {
    display: flex;
    justify-content: end;
    border-bottom: 1px solid #fec44c;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.ft_link li a,
.ft_social a {
    font-size: 18px;
    margin-left: 30px;
    color: var(--white);
}

.ft_social {
    text-align: right;
}

.ft_social a i {
    color: var(--yellow);
    margin-right: 10px;
    vertical-align: middle;
}


/* ----------------------------------- index page css ----------------------------------- */


/* .expertise {
    max-width: 1300px;
    margin: auto;
} */

.expertise .comntitle {
    margin-bottom: 8rem;
}

#Expertise .item {
    border-right: 1px solid var(--yellow);
}

#Expertise .owl-nav {
    text-align: center;
    margin-top: 50px;
}

#Expertise .owl-nav button {
    font-size: 36px;
    margin: 15px;
    color: var(--yellow);
}

.expert {
    text-align: center;
}

.expert img {
    height: 70px;
    margin-bottom: 20px;
}

.hfwc-card {
    all: unset;
    display: block;
    box-shadow: 0px 3px 40px #0000001A;
    transition: ease-in-out 300ms;
}

.expert.hfwc-card:hover {
    box-shadow: inset 0px 3px 40px #0000001A;
    /* border-radius: 30px; */
}

.expert.hfwc-card:hover img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(6%) saturate(7500%) hue-rotate(328deg) brightness(94%) contrast(106%);
}

.expert .card-body {
    padding: 30px 10px;
    text-align: center;
}

.expert .card-body>img {
    margin-bottom: 18px;
    width: 88px;
    height: 88px;
    object-fit: contain;
    object-position: center;
}

.side-content {
    padding-left: 40px;
}

.quote-box {
    background-color: var(--yellow);
    padding: 25px;
    position: relative;
    display: flex;
}

.quote {
    padding-left: 105px;
    padding-right: 25px;
}

.quote .title {
    padding-top: 28px;
    padding-bottom: 15px;
}

img.left-quote {
    position: absolute;
    left: 22px;
}

.ratenum {
    min-width: 280px;
    background-color: var(--black);
    color: #fff;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ratenum .title {
    padding-bottom: 15px;
    border-bottom: 2px dashed rgb(255 255 255 / 50%);
    width: 100%;
}

.ratenum span.big-num {
    font-size: 5rem;
    font-weight: 700;
    font-family: 'Lato';
}

.ratenum .small-text {
    color: var(--yellow);
    font-size: 2rem;
    padding: 5px;
}

.right-quote {
    margin-bottom: -15px;
    margin-left: 15px;
}

.ratenum .rate-point {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.sayby-box {
    width: fit-content;
    padding: 10px 30px 10px 0;
    position: relative;
}

.sayby-box * {
    z-index: 1;
    position: relative;
}

.sayby-box::before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: calc(100% + 130px);
    height: 100%;
    left: -130px;
    top: 0;
}

.venture-award {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 368px;
    margin: auto;
}

.venture-award>h6,
.venture-award>div {
    width: 100%;
    padding: 15px;
    margin: 0;
}

.light-yello {
    background: rgb(254 196 76 / 20%);
    width: 100%;
    position: relative;
    padding: 10px 60px !important;
}

.light-yello img {
    position: absolute;
    bottom: -15px;
    left: 12px;
}

.light-yello h6 {
    margin: 0;
    font-weight: 600;
}

.hfw-badge {
    padding: 6px 12px;
    background: var(--yellow);
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.8rem;
    display: inline-block;
}

.hous-brand-box {
    max-width: 788px;
    padding: 20px 80px 10px;
    position: relative;
    margin-top: -250px;
    background-color: #fff;
}

.hous-brand-box::after {
    content: '';
    position: absolute;
    inset: 0 0 0 0;
    width: 100%;
    height: 100px;
    background-color: #fff;
    margin-top: -97px;
    clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 100% calc(100% - 2px));
}

.house-outline {
    position: absolute;
    right: 0;
    top: 0;
    max-height: 400px;
    width: 55%;
    object-fit: cover;
    object-position: bottom;
}

.brand-order-list {
    padding-left: 60px;
    padding-top: 80px;
}

.brand-order-list li {
    position: relative;
    counter-increment: item;
    font-size: 2rem;
    margin-bottom: 30px;
}

.brand-order-list li::before {
    position: absolute;
    left: -60px;
    top: -5px;
    width: 45px;
    content: counters(item, ".") ". ";
    font-size: 4.2rem;
    font-family: 'Playfair Display', serif;
    line-height: 43px;
    background: url('../images/number-shape.svg') no-repeat;
    background-size: contain;
    padding: 0px 5px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.numbersetlist > .brand-order-item:nth-child(1) {
    order: 1;
}

.numbersetlist > .brand-order-item:nth-child(2) {
    order: 3;
}

.numbersetlist > .brand-order-item:nth-child(3) {
    order: 2;
}

.numbersetlist > .brand-order-item:nth-child(4) {
    order: 4;
}

#partner_firms .item {
    padding: 44px 25px;
}

#partner_firms .hfwc-card {
    padding: 25px 45px;
    height: 100px !important;
}

#partner_firms .hfwc-card>img {
    height: 100%;
    object-fit: contain;
}

.house-brand {
    width: 100%;
    max-height: 680px;
    object-fit: cover;
    object-position: bottom;
}

.house-section {
    /* Reserve space for the absolutely positioned .house-outline image. */
    padding-bottom: 40rem;
}


/* #partner_firms .owl-nav {
    margin: 15px;
} */

#partner_firms .owl-nav button {
    font-size: 36px;
    margin: 15px;
    color: var(--yellow);
}

.side-img,
.side-img img {
    height: 100%;
    object-fit: cover;
}

.inner_banner::after {
    content: "";
    background: url("../images/shape.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 2;
}

.inner_banner img {
    width: 100%;
}

.our_network li .container {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    padding: 100px 0;
}

.nte_contant,
.nte_img {
    width: 50%;
}

.nte_contant h4 {
    font-size: 22px;
    display: table;
    font-weight: bold;
    border-bottom: 2px solid var(--yellow);
}

.nte_contant aside strong {
    font-size: 40px;
    color: var(--black);
    font-family: 'Playfair Display', serif;
    display: inline-block;
    border-left: 2px solid rgba(35, 34, 28, 0.2);
    padding-left: 30px;
    margin-left: 30px;
}

.nte_contant strong {
    font-size: 20px;
    display: block;
}

.nte_contant strong i {
    font-size: 26px;
    color: var(--yellow);
    margin-right: 10px;
    vertical-align: bottom;
}

.readbtn {
    font-size: 22px;
    text-transform: capitalize;
    background: var(--yellow);
    color: var(--black);
    padding: 5px 20px;
    display: inline-block;
    margin-top: 30px;
    border: none;
    font-weight: 600;
}

.readbtn i {
    margin-left: 10px;
    vertical-align: middle;
    font-weight: bold;
}

.readbtn:hover {
    background: var(--black);
    color: var(--white);
}

.nte_contant a img {
    margin-bottom: 20px;
}

.nte_contant p {
    margin: 15px 0;
}

.nte_img img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    object-fit: contain;
}

.our_network li:nth-child(odd) {
    background: rgb(254 196 76 / 18%);
}

.our_network li:nth-child(even) {
    background: var(--white);
}

.our_network li:nth-child(2n) .container {
    flex-direction: row-reverse;
}

.our_network li:nth-child(odd) .nte_contant {
    padding-right: 80px;
}

.our_network li:nth-child(even) .nte_img {
    padding-right: 80px;
}

.extrabg {
    background: rgb(254 196 76 / 18%);
    position: absolute;
    left: 0;
    top: -150px;
    width: 100%;
    height: 350px;
    z-index: -1;
}

.arch_brand {
    background: rgba(254, 196, 76, 0.18);
}

.two_colum {
    padding-left: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.two_colum li::before {
    left: 0;
}

.two_colum li {
    width: 47%;
    padding: 0 20px 0 75px;
}

.two_colum p {
    position: relative;
    margin: 5px 0;
    padding-left: 20px;
}

.two_colum p::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--yellow);
}

.nav-tabs {
    border: none;
    justify-content: space-between;
}

.nav-tabs li {
    width: 13%;
}

.tab-content {
    margin-top: 80px;
}

.address_box {
    padding-left: 20px;
}

.address_box address {
    font-size: 18px;
    color: var(--black);
    box-shadow: 0px 0px 20px #0000001A;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid var(--white);
}

address:hover,
address.active {
    box-shadow: 0px 0px 20px #0000001A;
    border: 1px solid #C4150E;
    color: var(--marun);
}

.nav-tabs .nav-link {
    margin-bottom: 0;
    background: none;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 10px 20px;
    height: 100%;
    box-shadow: 0px 0px 20px #0000001A;
    position: relative;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: transparent;
    border: 1px solid var(--yellow);
}

.nav-tabs .nav-link.active::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid var(--yellow);
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
}

.team_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.team_list li {
    width: 25%;
    padding: 25px 15px;
}

.team_img {
    box-shadow: 0px 3px 40px #0000001A;
}

.team_img img {
    margin-top: -20px;
    width: 100%;
}

.team_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.team_info aside a {
    font-size: 18px;
    color: var(--black);
    font-weight: 600;
}

.team_info aside span {
    font-size: 18px;
    color: var(--black);
    display: block;
    font-weight: 500;
    margin-top: 5px;
}

a.s_link {
    color: #0073B1;
    font-size: 20px;
    border: 2px solid;
    width: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    height: 32px;
}

.zigzag_list li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.zigzag_list li:last-child {
    margin-bottom: 0px;
}

.Z_img {
    width: 45%;
}

.Z_img img {
    height: 100%;
}

.Z_content {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.zigzag_list li:nth-child(odd) .Z_content {
    padding-left: 40px;
}

.zigzag_list li:nth-child(even) {
    flex-direction: row-reverse;
}

.zigzag_list li:nth-child(even) .Z_content {
    padding-right: 40px;
}

.brandimg {
    padding-left: 30px;
}

.brandimg img {
    margin-top: 50px;
}

.brand .brand-order-list .brand-order-item {
    margin-bottom: 50px;
}

.brand .brand-order-list .brand-order-item:last-child {
    margin-bottom: 0px;
}

.candidate {
    padding-bottom: 0;
}

.candidate_list li {
    font-size: 20px;
    color: var(--black);
    position: relative;
    margin-bottom: 15px;
    padding-left: 50px;
}

.candidate_list li:before {
    /* content: "\f00c";
    font-weight: 900;
    font-family: "Font Awesome 5 Pro"; */
    content: "";
    background: url(../images/arrow.png) no-repeat;
    position: absolute;
    left: 0;
    top: 10px;
    width: 30px;
    height: 15px;
    background-size: 100% 100%;
}

.candidate_list li span {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
}

.candidate_list li span:before {
    font-size: 24px;
    content: "\f0da";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
}

.news {
    padding-bottom: 0;
}

.news_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news_list li {
    width: 49%;
    padding: 0 15px;
    margin-top: 80px;
}

.newsbox {
    border: 1px solid var(--yellow);
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.news_img {
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #23221c14;
}

.news_img img {
    padding: 15px;
}

.news_content {
    width: 65%;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.news_content h4 {
    font-size: 22px;
    color: var(--black);
    font-weight: 600;
}

.news_content p,
.news_detail p {
    font-size: 2rem;
    color: var(--light_black);
}

.news_content .comnbtn {
    font-size: 20px;
    color: var(--black);
    background: var(--yellow);
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
}

.news_content .comnbtn img {
    margin-left: 13px;
}

.pagination {
    justify-content: center;
    margin-top: 50px;
}

.page-link {
    font-size: 22px;
    color: var(--black);
    border: none;
    padding: 5px 15px;
    margin: 0 10px;
}

a.arrow {
    background: #23221c14;
    padding: 11px 15px;
}

.page-link:hover,
.page-link.active {
    color: var(--black);
    background: var(--yellow);
}

.page-link:focus {
    box-shadow: none;
    outline: none;
}

.news_detail {
    padding-bottom: 0;
}

.news_detail ul {
    margin-bottom: 50px;
}

.news_detail li {
    width: 100%;
    border: none;
    padding: 0;
}

.news_detail li .newsbox {
    border: none;
    display: flex;
    flex-wrap: wrap;
}

.news_detail li:nth-child(even) .newsbox {
    flex-direction: row-reverse;
}

.news_detail li .news_content {
    padding: 0 20px;
}

.hyper_link {
    display: table;
    font-weight: bold;
    color: var(--black);
}

/* #exampleModal .modal-body a {
    background: #0073B1;
    color: #fff;
    font-size: 20px;
    padding: 7px 20px;
    display: table;
    margin: 30px auto 15px;
}

#exampleModal .modal-body a i {
    border: 1px solid var(--white);
    width: 20px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    margin-left: 10px;
    border-radius: 5px;
    font-size: 16px;
} */

.modal-body a {
    background: #0073B1;
    color: #fff;
    font-size: 20px;
    padding: 7px 20px;
    display: table;
    margin: 30px auto 15px;
}

.modal-body a i {
    border: 1px solid var(--white);
    width: 20px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    margin-left: 10px;
    border-radius: 5px;
    font-size: 16px;
}

.team_member {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.team_member img {
    max-width: 100px;
    margin-right: 20px;
}

.team_member strong {
    font-size: 22px;
    display: block;
}

.team_member small {
    font-size: 18px;
    font-weight: 500;
    display: block;
}

/* #exampleModal .modal-dialog {
    max-width: 800px;
}

#exampleModal .modal-body {
    padding: 20px;
    position: relative;
}

#exampleModal .modal-body::before {
    content: "";
    background: var(--light_yellow);
    width: 100%;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
} */

.modal-dialog {
    max-width: 800px;
}

.modal-body {
    padding: 20px;
    position: relative;
}

.modal-body::before {
    content: "";
    background: var(--light_yellow);
    width: 100%;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
}

button.btn-close {
    background: none;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    border-radius: 50%;
    border: 2px solid;
    padding: 2px;
    font-weight: bold;
}

.Our_Expertise{
    margin-top: 80px;
}

#partner_firms .hfwc-card {
    padding: 25px 45px;
    height: 100px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}


.slick-arrow.slick-prev {
    left: 0;
    background: url("https://img.icons8.com/ios/50/000000/long-arrow-left.png") 0
    0 / 100% no-repeat;
    left: 45%;
    top: 100%;
    width: 40px;
    height: 40px;
    z-index: 9999;
}
.slick-arrow.slick-next {
    right: 0;
    background: url("https://img.icons8.com/ios/50/000000/long-arrow-right.png") 0 0 / 100% no-repeat;
    right: 45%;
    top: 100%;
    width: 40px;
    height: 40px;
    z-index: 9999;
}
.slick-arrow:before{
    display: none;
}
.slick-next:focus, .slick-next:hover{
    background: url("https://img.icons8.com/ios/50/000000/long-arrow-right.png") 0 0 / 100% no-repeat  !important;
} 
.slick-prev:focus, .slick-prev:hover{
    background: url("https://img.icons8.com/ios/50/000000/long-arrow-left.png") 0
    0 / 100% no-repeat  !important;
}