@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&family=Oswald:wght@200..700&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
}

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;
    white-space: initial;
    font-family: 'Poppins', 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: 25px;
    margin: 0;
    font-size: 14px;
    font-family: 'Poppins', Sans-Serif;
    color: #000;
}

h1 {
    font-family: "Oswald", sans-serif;
    font-size: 85px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

h2 {
    font-family: "Oswald", sans-serif;
    font-size: 82px;
    line-height: 1;
    color: #035354;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

h3 {
    font-family: "Oswald", sans-serif;
    font-size: 59px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

h4 {
    font-family: "Oswald", sans-serif;
    font-size: 25px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

h5 {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

select {
    background: #fff url('../images/select.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: 15px 25px;
    border: unset;
    border-radius: 35px;
    color: #ffffff;
    z-index: 1;
    position: relative;
    font-size: 16px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    background-color: rgb(85, 170, 171);
    box-shadow: -3.244px 16.688px 27px 0px rgba(0, 0, 0, 0.23);
    text-transform: uppercase;
    font-weight: 600;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #1c1a1f;
    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;
}

.theme_btn:hover::before {
    width: 100%;
}

/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec {
    position: absolute;
    width: 100%;
    z-index: 2;
    padding-top: 6px;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

.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: #035354;
    padding: 10px 23px;
    font-size: 17px;
    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: #47a1a2;
}

.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;
}

/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

.footer-outer:before {
    content: '';
    position: absolute;
    right: 41.5%;
    bottom: 0;
    background: #323132;
    width: 1px;
    height: 80%;
    z-index: 1;
}

.footer-outer {
    background-color: rgb(28 26 31);
    position: relative;
}

footer .container-fluid {
    padding: 0;
}

.f-logo ul {
    display: flex;
    align-items: end;
    gap: 200px;
    padding-right: 80px;
    margin-bottom: 40px;
}

.f-logo ul li a {
    font-size: 43px;
    font-family: 'Poppins';
    color: #fff;
}

.quick-link h5 {
    font-size: 29px;
    font-family: 'Poppins';
    margin: 0 0 35px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.quick-link {
    padding-bottom: 70px;
    padding-left: 50px;
    height: 100%;
}

.quick-link ul {
    display: block;
    column-count: 2;
    width: 65%;
}

.quick-link ul li {
    margin-bottom: 20px;
}

.quick-link ul li a {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat';
    text-transform: uppercase;
    opacity: 40%;
    font-weight: 500;
}

.newsletter h3 {
    margin-bottom: 13px;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #fff;
    font-family: 'Poppins';
}

.new-in input {
    width: 100%;
    height: 53px;
    border: 0;
    border-radius: 50px;
    padding: 0 30px;
    background: #39373b;
    color: #868686;
}

.new-in input::placeholder {
    color: #868686;
}

.new-in {
    position: relative;
}

.new-in button {
    position: absolute;
    right: 0;
    font-size: 13px;
    background-color: #008081;
    color: #161a1d;
    font-weight: 600;
    color: #fff;
    padding: 14px 35px;
    text-transform: uppercase;
    border: 0;
    border-radius: 50px;
}

.bottom-footer {
    border-top: 1px solid #323132;
    padding: 25px 9% 30px 3%;
    border-left: 1px solid #323132;
    margin: 0 0 0 7.7%;
}

.copy-right p {
    margin: 0;
    color: #fff;
    font-size: 15px;
}

.design-develop p {
    margin: 0;
    color: #828282;
}

.design-develop p a {
    color: #fff;
    text-decoration: underline;
}

.design-develop {
    text-align: end;
}

.f-media-icon {
    display: grid;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: 30px;
    bottom: 0;
    left: 40px;
    gap: 30px;
    align-content: center;
}

.f-media-icon a:hover {
    transition: 0.5s ease-in-out;
    font-size: 20px;
}

.f-media-icon a {
    border: 1px solid #353437;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #d2d1d2;
    font-size: 15px;
    transition: 1s ease-in-out;
}

footer .col-lg-6.col-md-6 {
    border-left: 1px solid #323132;
    height: 100%;
}

.newsletter {
    border-top: 1px solid #323132;
    padding: 15px 50px 90px;
}

.paypal {
    text-align: end;
}

.f-map {
    margin: -12px;
    margin-top: -20px;
    z-index: 0;
    position: relative;
    margin-bottom: -6px;
}

.f-logo li {
    position: relative;
    z-index: 1;
}

li.footer-logo {
    background: #008081;
    text-align: center;
    padding: 10px 20px 30px;
    left: -2px;
}

.f-logo li:Last-child {
    margin-bottom: 20px;
}


.footer-logo a {
    margin: 0 !important;
    text-align: center;
}

.privacy-condition ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
}

.privacy-condition ul li:first-child {
    border-right: 1px solid #828282;
    padding-right: 12px;
    line-height: initial;
}

.privacy-condition ul li a {
    color: #828282;
}

.privacy-condition ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

.banner-sec {
    position: relative;
    padding-top: 8%;
    text-align: center;
    margin-bottom: 100px;
}

.baner-finance-stragity {
    position: relative;
    z-index: 0;
    padding: 40px 50px 30px;
}

.stragic-finace-img {
    text-align: end;
}

.banr-chart {
    position: absolute;
    top: 28%;
    right: 30%;
}

.banr-icon-rote {
    position: absolute;
    animation: rotate-in-center 10s ease-out infinite;
    top: 58.3%;
    left: -10px;
    right: 0;
    z-index: 4;
}

.banner-sec.iner {
    padding-top: 7%;
}

.baner-image-iner {
    text-align: end;
    position: relative;
}

.banner-sec.iner:before {
    height: 100%;
}

.banner-sec.iner .row {
    align-items: center;
}

.baner-inr-text h2 {
    color: #fff;
    font-size: 85px;
}

.baner-inr-text {
    text-align: justify;
}

.baner-image-iner .baner-earning {
    top: unset;
    bottom: 60px;
    left: 0;
}

.baner-image-iner .baner-team {
    top: 47%;
    right: -10px;
}

@keyframes rotate-in-center {
    0% {
        transform: rotate(-360deg);
    }

    100% {
        transform: rotate(0);
    }
}

.baner-team {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    width: 210px;
    border-radius: 10px;
    padding: 12px 10px;
    position: absolute;
    top: 53%;
    right: 160px;
    z-index: 2;
}

.team-amount {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-top: 6px;
}

.bnr-teamtxt span {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 19px;
}

.menuSec ul {
    background: #fff;
    padding: 10px 20px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bnr-finance-strg-txt h3 {
    color: #fff;
    font-size: 52px;
    margin-bottom: 9px;
}

.banner-sec:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/baner-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.baner-main:before {
    border-radius: 50%;
    background-color: rgb(3, 83, 84);
    opacity: 0.4;
    content: '';
    position: absolute;
    bottom: 8%;
    left: 0;
    width: 70%;
    right: 0;
    margin: auto;
    height: 70%;
    z-index: -1;
}

.baner-heading {
    margin-bottom: -90px;
}

.banr-chart img {
    width: 220px;
}


.bnr-finance-strg-txt p {
    color: #fff;
    opacity: 70%;
    margin-bottom: 14px;
    width: 78%;
    font-size: 17px;
    line-height: 30px;
}

.banner-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #008081;
    width: 100%;
    height: 90%;
    z-index: -1;
}

.bnr-img {
    margin-bottom: -250px;
    position: relative;
}

.banr-line {
    font-family: "Oswald", sans-serif;
    font-size: 204px;
    font-weight: 700;
    color: rgba(3, 83, 84, 0.2);
    text-transform: uppercase;
    line-height: 0.618;
    position: absolute;
    bottom: 37%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    letter-spacing: 6px;
}

.bnr-earningicon {
    background: #008081;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.baner-earning {
    background: #fff;
    width: 215px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
    border-radius: 12px;
    position: absolute;
    top: 45%;
    left: 14%;
    z-index: 2;
}

.earning-amount {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-top: 6px;
}

.bnr-earningtxt span {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 19px;
}

.bnr-earningtxt {
    text-align: justify;
}

.bnr-teamicon {
    background: #008081;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.bookeepin-txt a {
    font-size: 15px;
}

.baner-finance-stragity:before {
    content: '';
    background-color: #035354;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-image: url(../images/bookeeping-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.bnr-finance-strg-txt {
    text-align: justify;
}

.baner-main {
    position: relative;
}

.bnr-teamtxt {
    text-align: justify;
}

.header-btns {
    text-align: end;
}

.header-btns .theme_btn {
    background-color: rgb(3, 83, 84);
    box-shadow: -3.244px 16.688px 35px 0px rgba(0, 0, 0, 0.33);
    padding: 17px 50px;
    font-size: 18px;
    font-weight: 500;
}



/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */

/*---------------------------------------------------- About Section Start ------------------------------------------------------------- */

.about-sec {
    margin-bottom: 120px;
}

.about-sec.iner .about-img img {
    height: 540px;
}

.about-img img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 20px;
    object-position: right;
}

.mission-text {
    margin-top: 40px;
    margin-left: 3%;
}

.mission-text p {
    margin-bottom: 15px;
    color: #7c7c7c;
    font-size: 17px;
    line-height: 30px;
    width: 97%;
}

.mission-text h2 {
    margin-bottom: 16px;
}

.about-text {
    margin-top: 31px;
}

.about-chart img {
    width: 100% !important;
    height: 140px !important;
    object-fit: scale-down;
}

.about-img {
    position: relative;
    margin-right: 15px;
}

.about-chart {
    position: absolute;
    background: #fff;
    padding: 6px 0;
    border-radius: 14px;
    bottom: -45px;
    left: -30px;
    box-shadow: -5px 4px 7px 2px #0000003d;
}

.about-text p {
    margin-bottom: 20px;
    color: #7c7c7c;
    font-size: 16px;
    line-height: 27px;
    width: 90%;
}

.about-text h2 {
    margin-bottom: 12px;
}

/*---------------------------------------------------- About Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Services Section Start ------------------------------------------------------------- */

.service-sec {
    margin-bottom: 100px;
}

.service-sec .container-fluid {
    padding: 0 5%;
}

.serv-detail-img img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    border-radius: 30px;
}

.serv-detl-txt {
    max-width: 1180px;
    margin: 0 auto;
    background: #fff;
    padding: 80px 50px 60px;
    border-radius: 20px;
    box-shadow: 0px 0px 45.03px 11.97px rgba(0, 0, 0, 0.13);
    margin-top: -30px;
}

.serv-detl-txt p {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 28px;
    color: #7c7c7c;
    width: 98%;
}

.serv-detl-txt h3 {
    margin-bottom: 14px;
    font-size: 48px;
}

.serv-detail-sec {
    margin-bottom: 100px;
}

.service-head {
    text-align: center;
    position: relative;
}

.service-head:before {
    content: '';
    position: absolute;
    top: 120px;
    left: 0;
    background: #20b2aa;
    width: 100%;
    height: 1px;
    right: 0;
    margin: auto;
    border-radius: 11px;
}

.service-main {
    position: relative;
    padding-top: 100px;
}

.service-main:before {
    content: '';
    position: absolute;
    left: 0;
    background: #20b2aa00;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 5%;
    right: 0;
    margin: auto;
}

.service-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.service-img {
    overflow: hidden;
    position: relative;
    border-radius: 24px;
    width: 90%;
    z-index: 1;
}

.service-main.inr {
    padding: unset;
    margin-bottom: 20px;
}

.service-sec.innr .service-head {
    margin-bottom: 80px;
}

.service-sec.innr .service-head:after {
    content: '';
    position: absolute;
    left: 0;
    background: #20b2aa;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 112px;
    right: 0;
    margin: auto;
}

.service-txt {
    background: #fff;
    width: 85%;
    margin: 0 0 0 auto;
    border-radius: 20px;
    padding: 80px 22px 30px;
    position: relative;
    top: -42px;
    box-shadow: 0px 0px 45.03px 11.97px rgba(0, 0, 0, 0.13);
    transition: 0.5s all;
}

.serv-nmbr {
    position: absolute;
    background: #fff;
    padding: 10px 10px 20px;
    top: 0;
    left: 0;
    z-index: 2;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 25px;
    font-family: 'Oswald';
    color: #000;
    transition: 0.5s all;
}

.service-txt h4 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.service-txt p {
    opacity: 70%;
    margin-bottom: 10px;
}

.service-txt a {
    border: 1px;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.slick-slide {
    opacity: 1;
}

.slick-current .service-main:before {
    background: #20b2aa;
}

.slick-current .service-main .service-txt, .service-main:hover .service-txt {
    background-color: #20b2aa;
}

.slick-current .service-main .service-txt .serv-nmbr, .service-main:hover .service-txt .serv-nmbr {
    background: #20b2aa;
}

.slick-current .service-main .service-txt *, .service-main:hover .service-txt * {
    color: #fff;
}

/*---------------------------------------------------- Services Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Bookeeping Section Start ----------------------------------------------------------- */

.bookeeping-sec {
    margin-bottom: 100px;
    position: relative;
}

.bookeeping-sec:before, .bookeeping-sec:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #035354;
    width: 95%;
    height: 100%;
    z-index: -1;
    margin: 0 auto;
    border-radius: 30px;
}

.bookeeping-sec:after {
    background: unset;
    background-image: url(../images/bookeeping-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

.bookeepin-txt h3 {
    color: #fff;
    margin-bottom: 8px;
}

.bookeeping-img {
    text-align: center;
}

.bookeepin-txt span {
    color: #fff;
    font-family: 'Poppins';
    font-size: 14px;
    padding: 7px 25px;
    border-radius: 30px;
    background-color: rgb(32, 178, 170);
    display: block;
    width: max-content;
    margin-bottom: 10px;
}

.bookeepin-txt p {
    color: #fff;
    opacity: 70%;
    margin-bottom: 17px;
    width: 90%;
}

.bookeepin-txt a {
    background-color: rgb(32, 178, 170);
    box-shadow: -3.244px 16.688px 27px 0px rgba(0, 0, 0, 0.23);

}

/*---------------------------------------------------- Bookeeping Section End ------------------------------------------------------------- */

/*---------------------------------------------------- How It Work Section Start ----------------------------------------------------------- */

.howwork-sec {
    margin-bottom: 100px;
    position: relative;
}

.howwork-head {
    text-align: center;
    margin-bottom: 73px;
}

.howwork-sec:before, .howwork-sec:after {
    content: '';
    position: absolute;
    top: 120px;
    left: 0;
    background: #20b2aa;
    width: 88%;
    height: 1px;
    right: 0;
    margin: auto;
    border-radius: 11px;
}

.how-work-main:hover .how-wrkicn {
    border-color: #008081;
    background: #fff;
}

.how-work-main:hover .how-wrkicn img {

    filter: brightness(0) saturate(100%) invert(20%) sepia(92%) saturate(3340%) hue-rotate(169deg) brightness(96%) contrast(101%);

}

.howwork-sec:after {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 113px;
}

.how-work-main {
    position: relative;
    text-align: center;
    padding: 0 19px 25px;
}

.how-work-main:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 80%;
    z-index: -1;
    border-radius: 12px;
    transition: 0.5s ease all;
    box-shadow: -10.607px 10.607px 43px 0px rgb(0 0 0 / 12%);
}

.how-wrkicn {
    background: #20b2aa;
    width: 130px;
    height: 130px;
    align-content: center;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 auto 15px;
}

.how-wrkicn img {
    width: 55px;
    height: 59px;
    object-fit: scale-down;
}

.work-txt h4 {
    font-family: 'Poppins';
}

.work-txt p {
    font-size: 12px;
    opacity: 70%;
    margin: 8px 0;
    line-height: 22px;
}

.work-txt a {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}

.work-txt * {
    transition: 0.5s ease all;
}

.how-work-main:hover * {
    color: #fff;
}

.how-work-main:hover:before {
    background: #008081;
}

/*---------------------------------------------------- How It Work Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Why Choose Us Section Start ----------------------------------------------------------- */

.whychose-txt h2 {
    margin-bottom: 24px;
}

.whychose-txt p {
    margin-bottom: 23px;
    opacity: 70%;
    font-size: 15.9px;
    width: 94%;
    line-height: 30px;
}

.whychose-txt ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    color: #000;
    font-size: 18.5px;
    font-family: 'Poppins';
}

.whychoose-img img {
    width: 100%;
    height: 530px;
    object-fit: cover;
    border-radius: 25px;
    object-position: right;
}

.whychoose-img {
    position: relative;
    margin-right: 0px;
}

.whychoose-chart img {
    width: 300px !important;
    height: auto !important;
}

.whychoose-chart {
    position: absolute;
    right: -40px;
    bottom: -40px;
    z-index: 6;
}

.whychoose-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 170px;
    height: 250px;
    border-bottom-right-radius: 25px;
}

.whychoose-sec {
    margin-bottom: 100px;
}

/*---------------------------------------------------- Why Choose Us Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Client Section Start ----------------------------------------------------------- */

.client-head {
    text-align: center;
    position: relative;
}

.testimonial-sec {
    margin-bottom: 100px;
}

.container-fluid {
    padding: 0 6%;
}

.client-main ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.client-main {
    padding: 27px 30px 25px;
    border-radius: 20px;
    position: relative;
    text-align: center;
    margin-top: 120px;
    background-image: url(../images/test-mask.png);
    background-size: 100% 100%;
}

.client-main p {
    opacity: 70%;
    width: 96%;
    margin: 0px auto;
}

button.slick-arrow {
    background: transparent;
    width: 55px;
    height: 55px;
    border: 1px solid #b2b2b2;
    border-radius: 50%;
    transition: 0.5s all;
    top: 55%;
}

button.slick-arrow:before {
    content: '\f04b';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #b2b2b2;
    opacity: 1 !important;
    transition: 0.5s all;
    font-size: 15px;
}

button.slick-next {
    right: -53px;
}

button.slick-arrow:hover {
    background: #035354;
    border: 1px solid #035354;
}

button.slick-arrow:hover:before {
    color: #fff;
}

button.slick-prev {
    left: -50px;
}

.client-main:before {
    content: '';
    position: absolute;
    left: 0;
    background: #20b2aa00;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: -34.8%;
    right: 0;
    margin: auto;
}

.slick-current .client-main:before {
    background: #20b2aa;
}

.slick-current .client-main, .client-main:hover {
    background-color: #008081;
    border-color: #008081;
}

.slick-current .client-main *, .client-main:hover * {
    color: #fff;
}

.slick-current .client-main .client-quote, .client-main:hover .client-quote {
    background: #008081;
    border-color: #008081;
}

.client-user {
    display: grid;
    justify-content: end;
    padding-right: 48px;
    text-align: justify;
    margin-bottom: 20px;
}

.client-head.inr:after {
    content: '';
    position: absolute;
    left: 0;
    background: #20b2aa;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 112px;
    right: 0;
    margin: auto;
}

.client-head:before {
    content: '';
    position: absolute;
    top: 120px;
    left: 0;
    background: #20b2aa;
    width: 97%;
    height: 1px;
    right: 0;
    margin: auto;
    border-radius: 11px;
}

.client-user h4 {
    font-family: 'Poppins';
    font-size: 24px;
    text-transform: unset;
    line-height: 1;
}

.client-user span {
    font-family: 'Poppins';
    font-size: 14px;
    opacity: 70%;
    color: #000;
}

.slick-current .client-main ul li i, .client-main:hover ul li i {
    color: #000;
}

.client-quote img {
    width: auto;
}

.client-quote {
    border: 1px solid #c9c6c6;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.slick-current .client-main img, .client-main:hover img {
    filter: brightness(0) saturate(100%) invert(87%) sepia(100%) saturate(0%) hue-rotate(6deg) brightness(102%) contrast(104%);
}

/*---------------------------------------------------- Client Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Qoute Section Start ------------------------------------------------------------- */

.quote-form {
    text-align: center;
}

.quote-form input, .quote-form select, .quote-form textarea {
    width: 100%;
    height: 65px;
    border: 1px solid #b7b7b7;
    padding: 10px 24px;
    border-radius: 6px;
    margin-bottom: 16px;
}

.quote-form button {
    width: 100%;
    font-size: 18px;
    padding: 18px;
}

.qoute-sec {
    margin-bottom: 100px;
}

.quote-form textarea {
    height: 190px;
}

.quote-form h3 {
    margin-bottom: 21px;
    text-transform: none;
    font-size: 63px;
}

.quote-form input::placeholder, .quote-form select, .quote-form textarea::placeholder {
    color: #333333;
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
}

/*---------------------------------------------------- Qoute Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Contact Section Start ------------------------------------------------------------- */

.contact-form input, .contact-form textarea {
    width: 100%;
    height: 60px;
    padding: 10px 17px;
    background: #f0f0f0;
    border: unset;
    color: #000;
    margin-bottom: 22px;
    border-radius: 7px;
}

.contact-form textarea {
    height: 150px;
    resize: none;
    margin-bottom: 36px;
}

.contact-form button {
    padding: 10px 70px;
}

.contact-sec {
    margin-bottom: 100px;
}

.contact-text h3 {
    font-family: 'Poppins';
    font-size: 46px;
    text-transform: none;
    margin-bottom: 14px;
}

.contact-usr-img {
    border-radius: 50%;
    overflow: hidden;
}

.contact-usr-img img {
    width: 100%;
    height: 90px;
    object-fit: cover;
}

.contact-text {
    margin-top: 20px;
}

.contact-text p {
    color: #7c7c7c;
    font-size: 16px;
}

button.slick-prev:before {
    content: '';
    background-image: url(../images/play.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 14px;
    background-position: center;
    display: block;
    margin: auto;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

button.slick-prev:hover:before {
    filter: brightness(0) saturate(100%) invert(97%) sepia(1%) saturate(3966%) hue-rotate(293deg) brightness(109%) contrast(99%);
}

.contact-usrtxt {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 23px 0 27px;
}

.contact-txt-user {
    display: grid;
}

.contact-txt-user span {
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    color: #333333;
    margin-bottom: 6px;
}

.contact-txt-user a {
    font-size: 47px;
    line-height: 1;
    color: #20b2aa;
}

.contact-text ul li {
    color: #424146;
    font-size: 17px;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
}

.whychose-txt {
    margin-left: 0px;
}

.bookeepin-txt {
    margin-left: 10px;
}

.testimonial-sec .container-fluid {
    padding: 0 4%;
}


/*---------------------------------------------------- Contact Section End ------------------------------------------------------------- */


.finance-card {
    position: relative;
    background: #26b3a8;
    border-radius: 18px;
    padding: 60px 30px 30px;
    color: #fff;
}

.finance-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

.finance-tab {
    padding: 10px 30px;
    border-radius: 25px;
    font-size: 12px;
    cursor: pointer;
    background: transparent;
    font-family: 'Poppins', Sans-Serif;
    letter-spacing: 1px;
}

.finance-tab.active {
    background: #035354;
    border: none;
}

.finance-balance h4 {
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    font-family: 'Poppins', Sans-Serif;
}

.finance-balance h1 {
    font-size: 38px;
    margin-top: 5px;
    letter-spacing: 2px;
    font-family: 'Poppins', Sans-Serif;
    font-weight: 600;
}

.finance-with-box {
    position: absolute;
    right: -25px;
    top: 12px;
    background: #111;
    border-radius: 40px;
    padding: 20px 0px 10px;
    width: 72px;
    text-align: center;
}

.finance-with-box h6 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins', Sans-Serif;
}

.finance-with-box img {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    margin: 4px 0;
}

.finance-progress-card {
    background: #fff;
    border-radius: 15px;
    padding: 16px 20px 2px;
    margin-top: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.finance-progress-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.finance-percent-pill {
    background: #fff;
    border-radius: 20px;
    font-weight: 400;
    color: #0b4e4a;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    font-size: 16px;
    font-family: 'Poppins', Sans-Serif;
}

.finance-amount-text {
    color: #0b4e4a;
    font-weight: 400;
    font-family: 'Poppins', Sans-Serif;
    font-size: 16px;
}

.finance-progress-bar {
    width: 100%;
    height: 11px;
    background: #e6eeee;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.finance-progress-fill {
    height: 100%;
    background: #0b4e4a;
    width: 0%;
    transition: .3s;
    border-radius: 3px;
}

.finance-range {
    line-height: 1;
}

.finance-range input {
    width: 100%;
}

.stragitic-finance-thene {
    position: relative;
    padding: 0px 50px 15px;
    width: 472px;
    margin: 0 0 0 auto;
}

.stragitic-finance-thene:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffffff1a;
    width: 100%;
    height: 90%;
    border-radius: 20px;
    z-index: -1;
}

.finance-balance {
    text-align: justify;
    margin-top: 30px;
}

.finance-progress-bar:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #035354;
    width: 50%;
    height: 100%;
    border-radius: 3px;
}

.finance-card a {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    padding: 8px 20px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 56%;
}

.finance-wrapper:before, .finance-wrapper:after {
    content: '';
    position: absolute;
    bottom: 17%;
    left: 21%;
    background: #fff;
    width: 12px;
    height: 50px;
    z-index: -1;
}

.finance-wrapper:after {
    left: unset;
    right: 22%;
}


.finance-tab-content {
    display: none;
}

.finance-tab-content.active {
    display: block;
}