* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Rubik", "Merriweather", serif;

}
body{
    overflow-x: hidden;
}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: black;
}

h1,
h2 {
    font-family: "Merriweather";
}

p {
    font-family: "Rubik";
    color: #585866;
    font-size: 18px;
    font-weight: 400;
    margin-top: 2px;
    margin-bottom: 0px;
    line-height: 170%;
    cursor: default;
}

img {
    width: 100%;
}

.x-container {
    max-width: 1300px;
    width: 100%;
    /* padding: 0px 30px; */
    margin: 0 auto;
}

.x-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
	justify-content: space-between;
}

[class^='x-col-'] {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    padding: 15px;
}

.x-col-12 {
    flex: 0 0 100%;
    width: 100%;
}

.x-col-6 {
    flex: 0 0 50%;
    width: 50%;
}

.x-col-66 {
    flex: 0 0 66.666666%;
    width: 66.6666%;
}

.x-col-58 {
    flex: 0 0 58%;
    width: 58%;
}

.x-col-42 {
    flex: 0 0 42%;
    width: 42%;
}
.x-col-40{
    flex: 0 0 39%;
    width: 39%;
}
.x-col-60{
    flex: 0 0 59%;
    width: 59%;
}
.x-col-25 {
    flex: 0 0 25%;
    width: 25%;
}

.x-col-33 {
    flex: 0 0 33.33333%;
    width: 33.333333%;
}

.x-col-41 {
    flex: 0 0 41.6666667%;
    width: 41.66666667%;
}

.x-col-30 {

    width: 28%;
    flex: 0 0 28%;
    padding: 15px;
}

.x-col-70 {
    width: 68%;
    flex: 0 0 68%;
    padding: 15px;
}

/* header css  */
.cashmore-col-inner-wrape,
.cashmore-navebar-main-wrape {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.cashmore-logo-wrape {
    max-width: 286.977px;
}

button.cashmore-hamburger-btn {
    display: none;
}

.cashmore-navebar-menu-wrape ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: max-content;
    padding: 0;
    min-width: 200px;
}

.cashmore-link-main-btn {

    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, rgba(7, 140, 3, 1) 0%, rgba(95, 166, 45, 1) 100%);
    border-radius: 50px;
    color: white;
    font-size: 18px;
    font-family: "Rubik", "Rubik Fallback";
    font-weight: 400;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px;
    min-height: 46.5px;
    width: max-content;
    transition: all .3s;
    padding: 10px 30px;
    min-width: 220px;
    border: 1px solid #5da62c;
    cursor: pointer;
}

.cashmore-link-main-btn:hover {
    background: linear-gradient(90deg, rgba(34, 115, 31, 1) 0%, rgba(7, 140, 3, 1) 100%);
    text-decoration: underline;
}

.cashmore-navebar-menu-wrape ul li {
    padding: 0 15px;
    display: flex;
    position: relative;
}

.cashmore-navebar-menu-wrape ul li a {
    position: relative;
    font-weight: 600;
    color: rgb(13 13 13);
    font-family: "Rubik", "Rubik Fallback";
    display: block;
    padding-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cashmore-navebar-menu-wrape ul li a::before {
    content: '';
    width: 0;
    height: 2px;
    background: rgb(7 140 3);
    transition: all .5s;
    position: absolute;
    left: 0;
    bottom: 0;
}

.cashmore-navebar-menu-wrape ul li a:hover:before {
    width: 100%;
}

span.caret i {
    transition: all .5s;
    font-size: 18px;
    margin-left: 3px;
}

.cashmore-navebar-menu-wrape ul li:hover span.caret i {
    transform: rotateZ(180deg);
}

ul.sub-menu {
    position: absolute;
    /* bottom: 0; */
    top: 40%;
    align-items: baseline;
    display: flex;
    flex-direction: column;
    z-index: 100;
    transition: transform .4sease -out, opacity .1sease -out;
    background: #f7f7f5;
    width: max-content;
    /* transform: scaleY(0); */
    opacity: 0;
    transform-origin: top;
    transition: all .5s;
    visibility: hidden;
}

.cashmore-navebar-menu-wrape ul li ul.sub-menu a {
    color: #6a6969;
    padding: 15px 30px 15px 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    letter-spacing: .03em;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    transition: all .5s;
}

.cashmore-navebar-menu-wrape ul li ul.sub-menu li {
    padding: unset;
    width: 100%;
}

.cashmore-navebar-menu-wrape ul li:hover>ul.sub-menu {
    /* transform: scaleY(1); */
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.cashmore-navebar-menu-wrape ul li ul.sub-menu a::before {
    content: unset;

}

.cashmore-navebar-menu-wrape ul li ul.sub-menu a:hover {
    background: #d5d5d5;
    color: #585866;
}

/* header css ended #d5d5d5 */
/* hero secton css */
.cashmore-hero-main-wrape {
    position: relative;
    height: 680px;

}

.her-main-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 600px;
    position: relative;
    z-index: 99;
}

.her-main-content p {
    color: #fff;
    direction: ltr;
    font-family: "Merriweather", "Merriweather Fallback";
    font-weight: 700;
    font-size: 48px;
}

.cashmore-hero-main-wrape video {
    /* height: 500px; */
    /* position: absolute; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-bottom-overly {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background-image: url(../images/hero-bottom-cover.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 0px;
    width: 100%;
    height: 125px;
    z-index: 50;
    background-position-y: 0px;
}

section.cashmore-hero-main-wrape:after {
    position: absolute;
    content: '';
    background: rgb(25 21 21 / 55%);
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
}

.her-main-content h1 {
    font-size: 96px;
    color: rgb(95 166 45);
    font-weight: 700;
    font-family: "Merriweather", "Merriweather Fallback";
	height: 136px;
}

/* hero section css ended */
/* pillar section css */
.feature-box {
    padding: 50px;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    min-height: 613px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: self-start;
    transition: all .5s;
}
section.cashmore-work-wrape {
    padding: 60px 0px;
}
.x-row .x-col-33:nth-child(1) .feature-box {
    background-color: #63a63b;
}

.x-row .x-col-33:nth-child(2) .feature-box {
    background-color: #419a0d;
}

.x-row .x-col-33:nth-child(3) .feature-box {
    background-color: #36780f;
}

.feature-box:hover {
    background-color: #63a63b;
}

.feature-box img {
       width: 100%;
    margin-bottom: 15px;
}

.feature-title {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}

.feature-text {
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
	color: white;
}

/* help section */
.subtitle {
    color: #5fa62d;
    direction: ltr;
    font-family: Rubik, "Rubik Fallback";
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.title {
    font-size: 60px;
    font-weight: bold;
    color: #000;
    margin: 10px 0;
    width: 66%;
    margin: 0 auto;
    text-align: center;
    margin: 10px 0;
}

.feature-icon i {
    font-size: 85px;
}
.cashmore-header-wrape-active {
    padding: 0 2%;
    position: fixed;
    top: 0;
    z-index: 999999999;
    background: white;
    width: 100%;
    transform-origin: top;
}

.highlight-section {
     background-color: rgb(95 166 45 / 30%);
    padding: 50px 20px;
    margin-top: 40px;
    /* border-radius: 10px;*/
}
/* what we do page css */
.cashmore-finance-section-hero-wrape {
    padding: 50px 0px;
    position: relative;
    margin: 50px 0px;
}

.cashmore-finance-section-hero-wrape .container {
    display: flex;
    align-items: center;
    /* max-width: 1200px; */
    /* margin: auto; */
    /* position: relative;*/
}

.cashmore-finance-section-hero-wrape .image-wrapper {
    position: relative;
    width: 40%;
	left: -200px;
}

.cashmore-finance-section-hero-wrape .main-image {
    width: 100%;
    border-radius: 10px;
    margin-left: 42px;
}

.cashmore-finance-section-hero-wrape .overlay-image {
    position: absolute;
    right: 0;
    left: 0;
    height: 434px;
    width: 100%;
    top: 0;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}
hr.ca_line {
    margin-bottom: 20px;
    max-width: 200px;
    height: 2px;
    background: #0d8e06;
    border: 1px solid #0d8e06;
}
.cashmore-finance-section-hero-wrape .text-content {
    width: 49%;
    padding: 50px;
    background-color: #eaf0e4;
    /* margin: 0 20px; */
    height: 600px;
    margin-top: -82px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: baseline;
    position: relative;
    z-index: -1;
	border-radius: 10px;
}
section.cashmore-finance-section-hero-wrape span.headding-foucs {
    color: rgb(95 166 45);
    font-size: 72px;
    font-weight: 700;
}


/*  what we do page css ended*/
.cashmore-help-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
	text-align: center;
    max-width: 1300px;
    margin: 0 auto;
}
.cashmore-help-content p {
    width: 66%;
}
.highlight-container {
    max-width: 1300px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
}

.highlight-left {
    flex: 1;
    padding-right: 20px;
}
.dashicons {
    font-family: "dashicons" !important;
    display: inline-block;
    vertical-align: middle;
}
.highlight-left h3 {
     color: #5da52c;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.highlight-left h2 {
    font-size: 50px;
    font-weight: 600;
    color: #000;
    margin-top: 10px;
}

.highlight-left p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-top: 10px;
}

.highlight-right {
    flex: 1;
    padding-left: 20px;
}

.highlight-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;

}

.highlight-right ul li {
    font-size: 18px;
	 letter-spacing: 2px;
    color: #000;
    margin: 10px 0;
    display: flex;
    align-items: center;
    font-weight: 400;
}

.highlight-right ul li i {
    color: white;
    margin-right: 10px;
    font-size: 18px;
    background: #2c9e38;
    padding: 4px;
    border-radius: 50%;
	text-transform: uppercase;
}


/* accordian section */
.cashmore-accordian-wrape {
    /* background-color: #f8f8f8; */
    padding: 50px 0px;
}

.accordion-container {
    padding: 40px 20px;
    background: #f8f8f8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.accordion-container h2 {
  font-size: 60px;
    font-weight: bold;
    text-align: left;
    padding: 15px 0px;
    /* width: max-content; */
    margin: 0 auto;
    border-top: 1px solid #5aa42a70;
}

.divider {
    border-top: 1px solid #ccc;
    margin: 10px 0;
}

.accordion-item {
    border-bottom: 1px solid #ccc;
}

.accordion-title {
    font-size: 18px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.accordion-title:hover {
    background-color: #f1f1f1;
}

.accordion-content {
    display: none;
    padding: 15px;
    font-size: 16px;
    color: #333;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.active .accordion-content {
    display: block;
}

.active .icon {
    transform: rotate(45deg);
}
.cashmore-footer-logo-box {
    margin-bottom: 14px;
}
.accordion-title span.icon {
    font-size: 20px;
    font-weight: bold;
    transition: transform 0.3s ease;
    background: green;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    text-align: center;
}

/* footer section */
footer.cashmore-footer-wrape {
    padding: 50px 20px;
    position: relative;
}

.footer-bottom p a {
    color: rgb(95 166 45);
}

span.contact-number a {
    font-size: 20px;
    font-weight: 700;
    color: rgb(95 166 45);
}

.footer-bottom span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;

}

.cashmore-footer-logo p {
    color: #676767;
    font-size: 16px;
	margin: 20px 0px;
}
section.cashmore-about-us-beach-wrape.without-cruve {
    background: #f7f7f5;
	    padding: 50px 0px;
}
.sub-haedings {
	/*
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: rgb(13 13 13);
    letter-spacing: 0.2em;
    line-height: 2;
	*/
	margin-bottom: 15px;
    line-height: 2;
    position: relative;
    font-weight: 600;
    color: rgb(13 13 13);
    font-family: "Rubik", "Rubik Fallback";
    display: block;
    padding-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    font-size: 18px;
}

.footer-contact p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #676767;
    font-family: "Rubik", "Rubik Fallback";
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 33px;
}

.social-icons a {
    display: flex;
    width: 50px;
    height: 50px;
    background: antiquewhite;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 24px;
}

.social-icons {
    display: flex;
    padding: 20px 0px;
    gap: 10px;
	margin-top: 16px;
}

.footer-bottom a {
    color: rgb(95 166 45);
}

a.icon-fb {
    background: #137def;
    color: white;
    transition: all .5s;
    border: 1px solid #137def;
}

a.icon-fb:hover {
    background: white;
    color: #137def;
}

a.icon-linkdin {
    background: #2a619b;
    color: white;
    border: 1px solid #2a619b;
    transition: all .5s;
}

a.icon-linkdin:hover {
    background: white;
    color: #2a619b;
}

.cashmore-footer-logo-box a img {
    max-width: 200px;
}

/* home page css */
/* General styling */
.financial-section {
    text-align: center;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: anchor-center;
    gap: 10px;
}

/* Sub-heading styling */
.sub-heading , .subheading{
     font-size: 18px;
    color: rgb(95 166 45);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2em;
}

/* Main heading styling */
.main-heading {
   
    margin: 10px 0;
	line-height: 1.2;
    font-size: 60px;
    color: rgb(13, 13, 13);
    direction: ltr;
}

.main-heading span {
    color: rgb(7, 140, 3);
}

/* Description styling */


/* Button styling */

/* Container styling */
/* services-container */

/* Individual service box */
.service-box {
    text-align: center;
    border: 2px solid #1D731D;
    border-radius: 10px;
    padding: 25px;
    /* max-width: 350px; */
    transition: all 0.3sease -in-out;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    min-height: 363px;
    padding: 30px 25px 30px 25px;
}

/* Title styling */
.service-box h2 {
     font-size: 30px;
    font-weight: 700;
    color: #000;
	padding: 0 102px;
}

/* Divider line */
.service-box hr {
    width: 90%;
    height: 2px;
    background: #ddd;
    border: none;
    background: linear-gradient(to right, currentColor, transparent) !important;
    height: 2px !important;
    margin: 10px auto 15px;
    color: rgb(25 86 23);
}

/* Description text */
.service-box p {
    color: rgb(103, 103, 103);
    text-decoration: none;
    line-height: 1.5;
    font-size: 18px;
	letter-spacing:1px;
}

/* Button styling */


/* Left Content */
.mission-content {
    padding-right: 20px;
}

.heading {

    margin: 10px 0;
    color: #0d0d0d;
    font-family: "Merriweather", "Merriweather Fallback";
    font-weight: 700;
   line-height: 1.33333;
    font-size: 60px;
}
.page-id-12 .description, 
.page-id-12 h1.main-heading  {
	max-width: 500px;
}
.description {
    font-size: 18px;
    /* color: #555; */
    /* line-height: 1.6; */
    margin-bottom: 20px;
    color: #676767;
    font-family: Rubik, "Rubik Fallback";
    font-weight: 400;
}
section.cashmore-finnacila-wrape .x-container {
    max-width: unset;
    padding: 0 8%;
}
section.cashmore-finnacila-wrape .x-container .description {
		width: 64%;
}
/* Button */
.btn {
    display: inline-block;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(90deg, #0F7C0F, #37A637);
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    background: linear-gradient(90deg, #37A637, #0F7C0F);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}

/* Right Image with Background Box */
.mission-image {
    position: relative;
    height: 100%;
    display: flex;

}
.cashmore-navebar-menu-wrape ul li.current-menu-item a:before {
    content: '';
    width: 100%;
    height: 2px;
    background: rgb(7 140 3);
    transition: all .5s;
    position: absolute;
    left: 0;
    bottom: 0;
}
.cashmore-navebar-menu-wrape ul li.current-menu-parent a:before {
    content: '';
    width: 100%;
    height: 2px;
    background: rgb(7 140 3);
    transition: all .5s;
    position: absolute;
    left: 0;
    bottom: 0;
}

ul.sub-menu li.current-menu-item a{
background: #d5d5d5;
}
.cashmore-our-mission-wrape {
    background-image: url(../images/Wave_grey_bottom_left_shape_01-640w.webp);
    padding: 130px 0px;
    background-repeat: no-repeat;
    background-size: contain;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(8px, max-content);
    display: grid;
    justify-content: start;
    background-position: 50% 100%;
    align-items: start;
    position: relative;
}

.green-box {
      position: absolute;
    display: flex;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-image: linear-gradient(45deg, #5fa62d 0%, #22731f 100%);
    border-radius: 5px 5px 5px 5px;
    box-shadow: rgba(0, 0, 0, .43) -3px 3px 11px 0;
    width: 100%;
    height: 100%;
	right: -52px;
    bottom: -12px;
}

.mission-image img {
    position: relative;
    width: 100%;
    border-radius: 10px;
    z-index: 1;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}
.mission-image img {
    position: absolute;
    bottom: 0;
    transition: bottom 2s ease-in-out; /* Smooth transition */
}
/* cashmore-carity-wrape section */
.cashmore-carity-wrape {
    background-size: contain;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(8px, max-content);
    display: grid;
    justify-content: start;
    background-position: 100% 0;
    align-items: start;
    background-image: url(../images/leaves-background-2-1920w.webp);
    background-color: #f7f7f5;
    padding: 120px 0px;
}

section.cashmore-carity-wrape .green-box {
    right: 0;
    left: -51px;
}

section.cashmore-carity-wrape .mission-content {

    background-color: rgba(255, 255, 255, .67);
    border-radius: 8px 8px 8px 8px;
    border-style: solid;
    border-width: 2px;
    padding: 25px 40px;
    /* width: 95%; */
    max-width: 100% !important;
}

section.cashmore-carity-wrape .heading {
    margin: 10px 0;
    color: #0d0d0d;
    font-family: "Merriweather", "Merriweather Fallback";
    font-weight: 700;
    font-size: 60px;
    line-height: 68px;
}

/* cashmore-trust-wrape */
.cashmore-trust-wrape {
    width: 100%;
    padding: 60px 0px;
    background-image: url(../images/leaves-23.webp);
    background-position: center;
    background-repeat: no-repeat;
    height: auto;

}

/* Subheading */
.cashmore-trust-wrape .subheading {
    color: #1D731D;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Heading */
.cashmore-trust-wrape .heading {
    font-size: 60px;
    font-weight: bold;
    margin: 10px 0 30px;
    color: #0d0d0d;
}

/* Content Grid */
.trust-content {
    display: flex;
    justify-content: space-between;
    text-align: center;
    gap: 20px;
}

/* Each Item */
.trust-item .icon {
    width: 60%;
}

.icon-overly {
    position: absolute;
    width: 74%;
    right: -9px;
    bottom: -4px;
}

.icon>svg:hover {
    transform: scale(1.03);
    transition: all .3s;
}

.trust-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 34px;
}

.icon svg {
    fill: rgb(34 115 31);
}

/* Icon Styling */
.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
}

.icon img {
    width: 100%;
    height: auto;
}
.content.content2 {
      padding-left:16%;

}
/* Headings inside items */
.trust-item h3 {
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #0d0d0d;
    padding: 0 8px;
}

/* Description */
.trust-item p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.trust-content-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* work section */
.work-content-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.steps {
    width: 40%;
}

.steps h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.steps p {
    font-size: 14px;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    color: #4caf50;
}

.step::after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-color: rgb(7 140 3);
    margin-top: 5px;
}

.timeline-dosts:after {
    content: '';
    width: 9%;
    height: 84px;
    background: black;
    left: 9px;
    bottom: -80px;
    position: absolute;
}

.timeline-dosts {
    width: 20px;
    position: relative;
}

.timeline .timeline-dosts svg {
    fill: rgb(7 140 3);
}

.work-content-box .content {
    width: 50%;
    font-size: 16px;
    line-height: 1.6;
}

/* new */
.work-content-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.work-content-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
}

.work-content-head h2 {
    color: #0d0d0d;
    font-family: "Merriweather", "Merriweather Fallback";
    font-weight: 700;
    line-height: 1.2;
    font-size: 60px;
    padding: 0;
    margin: 0;
}

.work-content-head p {
    color: #5fa62d;
    direction: ltr;
    font-family: "Rubik", "Rubik Fallback";
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .2em;
    margin: 0;
}

.step {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    width: 33%;
    color: rgb(13 13 13);
}

.work-content-box-steps {
    display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: center;
    height: 100px;
    padding: 0 20px;
}

.work-content-box-steps p {
    width: 40%;
    color: #676767;
    font-family: "Rubik", "Rubik Fallback";
    font-weight: 400;
    font-size: 18px;
}

.timeline-dosts svg {
    fill: rgb(7 140 3);
}

/* risk section css */
.cashmore-risk-wrape {
    padding: 70px 0px;
    background-size: contain;
    background-image: url(../images/leaves.webp);
    background-position-y: 100px;
    background-position-x: -176px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;

}

.cashmore-risk-content {
    padding: 75px;
    background: rgb(13 13 13);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    text-align: center;
    gap: 15px;
}

.cashmore-risk-content h2 {
    color: rgb(255, 255, 255);
    font-size: 50px;
    padding: 0;
    margin: 0;
    line-height: 55px;
    width: 88%;
}

span.headding-foucs {
    color: rgb(95 166 45);
}

.cashmore-risk-content p {
    width: 75%;
    font-size: 24px;
    line-height: 1.5;
    color: white;
}
/* about page remaining sections */
section.cashmore-about-hero-wrape {
    background: rgb(13 13 13);
    padding: 70px;
}
.about-hero-content h2 {
    font-size: 72px;
    color: #fff;
    font-family: "Merriweather", "Merriweather Fallback";
    font-weight: 700;
    text-align: center;
    margin: 15px 0px;
}
.cashmore-after-hero-wrape{
    position: relative;
    padding: 60px;
}
.after-banner{
    background-image: url(https://ca.tlmstaging.com/wp-content/uploads/2025/02/about-after-hero.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 227px 0px;
    background-position: 50% 0% ;
    border-radius: 10px;

}
.after-banner.retirmenets{
    background-image: url(https://ca.tlmstaging.com/wp-content/uploads/2025/03/side-view-close-up-senior-caucasian-man-sitting-table-serving-food-multi-generation-family-meal-garden-his-relatives-serving-food-eating-background-2880w.webp);

}
.after-banner.debt{
    background-image: url(https://ca.tlmstaging.com/wp-content/uploads/2025/03/pexels-ivan-samkov-9630187-afc4c0aa-2880w.webp);

}
section.cashmore-help-wrape .x-container {
    max-width: unset;
    max-width: 100%;

}
.cashmore-header-wrape .x-container{
    max-width: unset;
    max-width: 100%;
	padding:0 30px;
}
/* about page css ended */
/* serve section */
.cashmore-serve-wrape {
    position: relative;
    padding: 25px 0px;
    background-color: rgb(247, 247, 245);
}
.bg-img-serve-wapre {
    position: absolute;
    right: 0;
    width: 35%;
    top: 0;
    height: 100%;
}
.bg-img-serve-wapre img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.cashmore-serve-wrape .columns {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

section.cashmore-serve-wrape .column {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px;
}

section.cashmore-serve-wrape .subheading {
    color: #5fa62d;
    direction: ltr;
    font-family: "Rubik", "Rubik Fallback";
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 18px;
}

section.cashmore-serve-wrape .column h2 {
    font-size: 30px;
    color: rgb(7 140 3);
    margin: 0;
}

section.cashmore-serve-wrape .column p {
    margin: 8px 0px;
    color: #676767;
    font-family: Rubik, "Rubik Fallback";
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

a.learn-more-bg {
    border: 2px solid black;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 90px;
    width: fit-content;
    color: black;
    font-weight: 600;
    transition: all .3s;
}
a.icon-facebook {
    background: #137def;
    border: 1px solid #137def;
    color: white;
    transition: all .3s;
}
a.icon-facebook:hover{
    background: white;
    color: #137def;
}
a.icon-linkedin{
    background: #2a619b;
    border: 1px solid #2a619b;
    color: white;
    transition: all .3s;
}
a.icon-linkedin:hover{
    background: white;
    color: #2a619b;
}
a.learn-more-bg:hover {
    background: rgb(7 140 3);
    border: 2px solid rgb(7 140 3);
    color: white;
    text-decoration: underline;
}
/* about us page css */

.about-us-hero-content {
    padding: 10px;
}
section.cashmore-randy-wrape p {
    margin: 30px 0px;
}
.about-us-hero-content h2 {
    font-size: 72px;
    font-family: "Merriweather", "Merriweather Fallback";
    font-weight: 700;
}
.mission-image video, .mission-image {
    width: 100%;
}
.mission-image {
    position: relative;
    height: 100%;
    display: flex;
}
.mission-image video, .mission-image {
    width: 100%;
}
/* about us page  */
section.cashmore-about-us-hero-wrape {
    padding-bottom: 100px;
}

.about-hero-video .green-box {
    z-index: -1;
    right: 0;
    left: -42px;
    height: 60%;
    bottom: -40px;
}
.mission-image video , .mission-image{
    width: 100%;
}
section.cashmore-about-us-hero-wrape .x-col-60 {
    padding-right: 0;
}
.about-us-hero-content {
    padding: 10px;
}
.about-us-hero-content h2 {
    font-size: 72px;
    font-family: "Merriweather", "Merriweather Fallback";
    font-weight: 700;
}
/* about us section css  */
/* Section Styling */
.about-us {
    width: 100%;
    background-color: #f8f8f8; /* Light gray background */
    padding: 80px 0;
}

/* Main Container */
.cashmore-about-us-beach-wrape {
    background-image: url(https://ca.tlmstaging.com/wp-content/uploads/2025/03/top_wave.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: contain;
    background-position: 50% 0;
    /* background: #f7f7f5; */
    background-color: #f7f7f5;
  
}
.cashmore-about-us-beach-wrape  .x-col-30{
    padding: 0;
}
.beach-image {
    border-radius: 5px;
    overflow: hidden;
	height: 100%;
}
.beach-image img {
    height: 100%;
    display: flex;
    object-fit: cover;
}
.beach-text-container {
    padding-left: 10%;
    padding-right: 10%;
}
.beach-text-container .subheading {
    font-size: 18px;
    color: #5fa62d;
    direction: ltr;
    font-family: Rubik, "Rubik Fallback";
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .2em;
    margin: 0;
}

img {
    width: 100%;
}
.beach-text-container .main-heading {
    color: #0d0d0d;
    line-height: 1.2;
    font-size: 60px;
    margin-bottom: 85px;
}

.main-heading .highlight {
    color: rgb(7 140 3); /* Green color */
    position: relative;
}
.beach-text-container  span.highlight:before {
    position: absolute;
    content: "";
    width: 53%;
    height: 2px;
    background: black;
    bottom: -41px;
}
.beach-text-container  .description {
    font-size: 18px;
    color: #4c4c4c;
    line-height: 1.8;
    margin-top: 15px;
}
.cashmore-randy-wrape{
    background: black;
    position: relative;
    padding: 60px 0px;
}
.cashmore-randy-wrape .x-col-40{
    flex: 0 0 37%;
}
.cashmore-randy-wrape .x-col-60{
    flex: 0 0 57%;
}
.randy-image-box{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}
.randy-img-down{
    width: 90%;
    margin-top: -52px;
    margin-right: -65px;
}
.randy-image-box img {
    border-radius: 5px;
    width: 420px;
    height: 409px;
    object-fit: cover;
}
.randay-content-box h2 {
    color: white;
    font-size: 54px;
}
.randay-content-box h3 {
    color: rgb(95 166 45);
    font-size: 30px;
}
.randay-content-box p {
    line-height: 1.5;
    color: white;
    font-size: 18px;
}
.randay-content-box {
    /* padding: 20px; */
    padding-left: 74px;
}
.randy-img-down img {
    height: 318px !important;
    width: 100%;
    position: relative;
    object-fit: cover;
}
section.cashmore-randy-wrape.bh-change {
    background: #f7f7f5;
}
section.cashmore-randy-wrape.bh-change h2{
color: rgb(13 13 13);
font-size: 43px;
}
section.cashmore-randy-wrape.bh-change p{
    color: #676767;
    font-family: Rubik, "Rubik Fallback";
    font-weight: 400;
	margin: 32px 0px;
}
section.cashmore-randy-wrape.bh-change  .randy-image-box img {
    width: 100%;
    height: 499px;
}
section.cashmore-randy-wrape.bh-change .randay-content-box, section.cashmore-randy-wrape .randay-content-box {
    padding: 0;
}
/* about us css ended */
/* contact us page */
.contact-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100vh;
     padding: 0;
    margin: 0;
}

.contact-form {
    flex: 1;
    padding: 0 40px;
}

.contact-form h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #222;
}

.form-group {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.form-group input,
.form-group textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    font-size: 16px;
    background-color: rgba(102, 102, 102, 0.15);
    border: 2px solid rgb(255, 255, 255);
    width: 100%;
    margin: 3px 0;
    height: 70px;
    padding: 10px 10px;
}

textarea {
    height: 100px;
    resize: none;
}

.checkbox-group {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.checkbox-group input {
    margin-right: 10px;
}

.contact-form p {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}
.form-group p,.form-group span {
    width: 100%;
	display: flex;
    gap: 15px;
}
.form-group br {
    display: none;
}
.contact-form a {
    color: #4CAF50;
    text-decoration: none;
}

.send-btn {
    background: #4CAF50;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.send-btn:hover {
    background: #3b8e3b;
}

.map-container {
    flex: 1;
    background: #165016;
    position: relative;
    height: 100%;
    background-image: linear-gradient(45deg, #5fa62d 0%, #22731f 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}
span.caret {
    width: unset;
}
iframe {
      width: 80%;
    height: 80%;
    border: none;
/*     filter: invert(90%) hue-rotate(180deg); */
}
.cashmore-what-we-do-bottom-section-video-wrape {
    position: relative;
    /* background: url(image.png) no-repeat center center / cover; */
    height: 800px;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: white;
}
.cashmore-what-we-do-bottom-section-video-wrape p.subheading{
	    color: #5ba52b;
}
.cashmore-what-we-do-bottom-section-video-wrape video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cashmore-what-we-do-bottom-section-video-wrape .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

.cashmore-what-we-do-bottom-section-video-wrape .content {
     /* max-width: 800px; */
/*      text-align: left;
    padding-right: 47%; */
    z-index: 1;
}

.cashmore-what-we-do-bottom-section-video-wrape h2 {
      font-size: 72px;
    font-weight: bold;
    margin-bottom: 15px;
}

.cashmore-what-we-do-bottom-section-video-wrape p {
    font-size: 18px;
    line-height: 1.6;
	color:white;
    margin-bottom: 15px;
}

.cashmore-what-we-do-bottom-section-video-wrape .highlight-text {
    color: #a0e87e;
    font-weight: bold;
}


.cashmore-what-we-do-bottom-section-video-wrape .bottom-layer svg {
    color: rgba(255, 255, 255, 0.42) !important;
    fill: rgba(255, 255, 255, 0.42) !important;
}
.cashmore-what-we-do-bottom-section-video-wrape .bottom-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
}
/*headings css   */
.fold-heading {
	font-size: 72px;
	font-weight: bold;
	color: #008000;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	border-right: 4px solid transparent;
	animation: foldEffect 4s ease-in-out infinite, blinkCursor 4s infinite;
}

.box {
	width: fit-content;
}

/* @keyframes foldEffect {
	0% {
		width: 0;
		opacity: 1;
	}
	50% {
		width: 100%;
		opacity: 1;
	}
	100% {
		width: 0;
		opacity: 1;
	}
} */

@keyframes blinkCursor {
	50% {
		border-right: 12px solid rgb(95 166 45);;
	}
	100% {
		border-right: 12px solid rgb(95 166 45);;
	}
}
.heading-container {
	position: relative;
	display: inline-block;
}

/* .heading {
	font-size: 72px;
	font-weight: bold;
	color: #111;
	line-height: 1.2;
} */
ul#menu-footer-menu {
    list-style: none;
    display: flex
;
    flex-wrap: wrap;
    gap: 10px;
}
ul#menu-footer-menu li {
    padding: 4px 6px;
    width: 47%;
}
ul#menu-footer-menu li a {
     position: relative;
	text-transform: uppercase;
    font-weight: 600;
    color: rgb(13 13 13);
    font-family: "Rubik", "Rubik Fallback";
    display: block;
    padding-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
    transition: all .3s;
}

ul#menu-footer-menu li a:before{
	content: '';
    width: 0%;
    height: 2px;
    background: rgb(7 140 3);
    transition: all .5s;
    position: absolute;
    left: 0;
    bottom: 0;
}
ul#menu-footer-menu li a:hover:before{
  width:100%;
  
}
ul#menu-footer-menu li.current_page_item a:before{
  width:100%;
  
}
/* SVG Styling */ current_page_item
.underline-svg {
	position: absolute;
	bottom: -55px;
	left: 40%;
	transform: translateX(-50%);
	width: 86%;
}

.underline-path {
	stroke-dasharray: 350; /* Total length of path */
	stroke-dashoffset: 350; /* Start hidden */
	animation: drawUnderline 1.5s ease-in-out forwards;
}

@keyframes drawUnderline {
	0% {
		stroke-dashoffset: 350;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
/* headings css ended */
/* blogs cards section css */
.blog-section {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: auto;
}

.blog-card {
    overflow: hidden;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

section.cashmore-blogs-cards-wrape {
    background: #f7f7f5;
    padding: 50px 0px;
}
.blog-card img {
    transition: all 0.3s ease-in-out;
    width: 100%;
/*     height: 200px; */
    object-fit: cover;
}
.blog-card:hover img {
    transform: scale(1.2);
}

.blog-content {
    padding: 15px;
}

.blog-title {
      font-size: 24px;
    font-weight: 700;
    color: #222;
    letter-spacing: 0px;
    line-height: 33px;
    margin-bottom: 8px;
}

.blog-description {
    font-size: 18px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 12px;
}
.blog-img-box {
    overflow: hidden;
}
.desk-banner {
    position: relative;
    background: url(https://ca.tlmstaging.com/wp-content/uploads/2025/03/close-up-fresh-black-coffee-desk-39cb855e-2880w.webp) center / cover no-repeat;
       height: 439px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 130px 0px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 100, 0, 0.7); /* Dark green overlay */
}

.content {
    position: relative;
    z-index: 2;
}
.desk-banner .content h2 {
    font-size: 72px;
    color: white;
    font-weight: 700;
}
/* single post page */
.post-container {
    max-width: 1300px;
    margin: 40px auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.single-post {
    font-family: 'Arial', sans-serif;
    line-height: 1.8;
}

.post-header {
    text-align: center;
    margin-bottom: 20px;
}

.post-title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
}

.post-meta {
    font-size: 14px;
    color: #777;
}

.post-thumbnail img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
 object-fit: cover;
}

.post-content {
    font-size: 18px;
    color: #444;
    text-align: justify;
}

.post-footer {
    margin-top: 30px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 5px;
}

.post-footer p {
    font-size: 14px;
    color: #666;
}

.post-categories, .post-tags {
    margin-bottom: 5px;
}

.comments-area {
    margin-top: 40px;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 10px;
}

/* Hero Section */
.cashmore-contact-hero-section {
      position: relative;
    background: url(https://ca.tlmstaging.com/wp-content/uploads/2025/03/back-view-people-looking-map-find-new-destination-2880w.webp) center / cover no-repeat;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 110px 0px;
}

/* Dark Overlay */
.cashmore-contact-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay for readability */
}

/* Content */
.cashmore-contact-content {
    position: relative;
    z-index: 2;
}

/* Divider */
.cashmore-contact-divider {
    width: 2px;
    height: 40px;
    background: white;
    margin: 0 auto 10px;
}

/* Subheading */
.cashmore-contact-subheading {
    font-size: 14px;
    font-weight: bold;
    color: #5cb85c; /* Green color */
    letter-spacing: 1px;
    margin-bottom: 10px;
}

/* Main Heading */
.cashmore-contact-content h1 {
    font-size: 3rem;
    font-weight: bold;
    margin: 0;
}

.cashmore-contact-content h2 {
    color: white;
    font-size: 72px;
    font-weight: bold;
    margin: 0;
}

/* media query for tablate */

@media (max-width: 1180px) {
		body{
overflow-x:hidden;
	}
	.x-col-6 {
    flex: 0 0 100%;
    width: 100%;
}
	.x-col-33 {
    flex: 0 0 49%;
    width: 49%;
}
	.cashmore-serve-wrape .x-col-70{
flex: 0 0 100%;
    width: 10%;
}
	.cashmore-serve-wrape .x-col-30{
display:none;
	}
	.cashmore-serve-wrape::after{
z-index:-1;
	}

.highlight-container {
        gap: 36px;
        justify-content: space-between;
    }
.step {
	font-size: 20px;
	}
.work-content-box-steps p, .cashmore-risk-content p {
    font-size: 16px;
}	
.cashmore-risk-content h2 {
    font-size: 36px;
}	
    .highlight-left,
    .highlight-right {
        padding: 0;
    }

    header a.cashmore-link-main-btn {
        display: none;
    }
	{
		padding: 10px 20px;
	}
.cashmore-what-we-do-bottom-section-video-wrape  a.cashmore-link-main-btn {
        display: block;
    }
    button.cashmore-hamburger-btn {
        display: block;
    }
.cashmore-what-we-do-bottom-section-video-wrape .bottom-layer {

    height: 14%;
}
    .x-container {
        padding: 0px 20px;
    }

    button.cashmore-hamburger-btn {
        background: white;
        border: 0;

    }

    button.cashmore-hamburger-btn i {
        font-size: 28px;
    }

    /* navbar css */
    .cashmore-logo-wrape {
        max-width: 140px;
    }

    .cashmore-navebar-menu-wrape {
        display: none;
        background: rgba(0, 0, 0, 0.2);
        position: absolute;
        width: 104%;
        height: 100vh;
        top: 0;
        left: -7px;
        padding: 20px;
        z-index: 999;
        transform: translateX(100%);
        transition: all .5s;
        visibility: hidden;
        opacity: 0;
    }

    .nav-active {
		display: block;
        transform: translateX(0%);
        visibility: visible;
        opacity: 1;
    }

 .cashmore-navebar-menu-wrape ul {
        align-items: flex-start;
        width: 400px;
        flex-direction: column;
        background: #4c8524;
        padding: 40px 20px;
        color: white;
        position: absolute;
        right: 0;
        top: 0;
        justify-content: flex-start;
        height: 100vh;
    }
	.cashmore-navebar-menu-wrape ul li a{
		color:white;
}

    ul.sub-menu {
        position: absolute;
        height: unset;
        width: max-content !important;
        /* top: 100% !important; */
        padding: 0 !important;
        align-items: baseline;
        display: block;
        background: #4c8524;
        width: max-content;
        transform: unset;
        opacity: 1;
        visibility: visible;
        right: -60px !important;
        display: none;
    }

    ul.sub-menu.sub-menu-active {
        display: block !important;
        position: relative !important;
        width: 100%;
        right: 0 !important;
    }

    .cashmore-navebar-menu-wrape ul li ul.sub-menu a {
        color: white;
        font-weight: 500;
        padding: 4px 0px;
        /* border-bottom: 1px solid; */
    }
.her-main-content h1 {
	font-size: 50px;
	height: 70px;
	}
.her-main-content p {
    font-size: 22px;
}
.cashmore-hero-main-wrape {
    height: 430px;
}
.her-main-content {
    height: 272px;
}
section.cashmore-about-us-hero-wrape {
    display: none;
}

.heading {
    font-size: 44px;
}
.mission-content {
            text-align: center;
        padding-bottom: 100px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
}
section.cashmore-finnacila-wrape .x-container .description {
    width: 100%;
}
.cashmore-trust-wrape .heading {
    font-size: 50px;
    margin: unset;
}
    span.caret {
        position: absolute;
        right: 0;
        width: 50%;
        text-align: end;
        padding-right: 10px;
        font-size: 31px;
        top: -9px;
    }

    .cashmore-navebar-menu-wrape ul li {
        flex-direction: column;
        width: 100% !important;
    }

    .cashmore-navebar-menu-wrape ul li:hover>ul.sub-menu {
        transform: unset;
        top: 0%;
        opacity: 1;
        visibility: visible;
    }

    span.caret i {
        font-size: 31px;
    }

    .cashmore-navebar-menu-wrape ul li:hover span.caret i {
        transform: rotateZ(0deg);
    }

	.footer-bottom span{
flex-wrap:wrap;
	}

.bg-img-serve-wapre {
    display: none;
}
.mission-image img {
position: relative;
}
.beach-text-container{
	margin-bottom:40px;
}
.beach-text-container .main-heading , .randay-content-box h2, .title{
    font-size: 40px;

}
.randay-content-box h2{
 
	margin-bottom:10px;
}
.beach-text-container .description, .randay-content-box p {
	font-size: 14px;
}
.beach-text-container span.highlight:before {
    bottom: -18px;
}
.randy-img-down {
    margin-right: -22px;
}
section.cashmore-about-hero-wrape {
    padding: 50px;
}
.cashmore-after-hero-wrape {
    padding: 60px 30px;
}
.blog-card a.cashmore-link-main-btn {
    display: block;
    display: flex;
}
	.cashmore-finance-section-hero-wrape .overlay-image {
		display:none;
	}
.cashmore-what-we-do-bottom-section-video-wrape .content {
    padding-right: 0%;
}
	.cashmore-what-we-do-bottom-section-video-wrape{
height:unset;
	}
.cashmore-what-we-do-bottom-section-video-wrape h2 {
    font-size: 40px;
}
	.cashmore-finance-section-hero-wrape .text-content {
    width: 60%;
    height: unset;
    margin-top: 0px;

}
.cashmore-finance-section-hero-wrape .main-image {
    margin-left: -39px;
}
.text-content .main-heading {
    font-size: 40px;
}
	.cashmore-finance-section-hero-wrape{
margin:0;
	}
.cashmore-finance-section-hero-wrape .image-wrapper {
    left: 0px;
}
.title, .description , .cashmore-help-content p{
        width:100%
    }
.pillar-cards-head {
    padding: 30px 0px;
}
    /* navbar css ende  */
}

/* media query Mobile */
@media (max-width: 600px) {
    .x-col-40,
    .x-col-12,
	.cashmore-randy-wrape .x-col-60,
	.cashmore-randy-wrape .x-col-40,
	.cashmore-finance-section-hero-wrape .text-content,
	.cashmore-finance-section-hero-wrape .image-wrapper,
    .x-col-25,
    .x-col-33,
    .x-col-41,
    .x-col-42,
    .x-col-58,
	.x-col-60,
    .x-col-6 {
        flex: 0 0 100%;
        width: 100%;
    }
 .cashmore-finance-section-hero-wrape .text-content, .cashmore-finance-section-hero-wrape .image-wrapper, .cashmore-what-we-do-bottom-section-video-wrape,{
         padding: 20px;
        height: unset;
        margin: 0;
    }
.cashmore-what-we-do-bottom-section-video-wrape .content {
    padding-right: 0%;
}
.desk-banner .content h2 {
    font-size: 40px;

}
.desk-banner{
		height: 284px;
	}
	.cashmore-what-we-do-bottom-section-video-wrape{
height:unset;
	}
.cashmore-what-we-do-bottom-section-video-wrape h2 {
    font-size: 40px;
}
  .cashmore-navebar-menu-wrape ul {
        width: 300px; 
	}
.cashmore-finance-section-hero-wrape {
    margin: 0;
}
	.contact-section{
flex-wrap:wrap;
		height: unset;
	}
	.contact-form{
padding:10px;
	}
.map-container,.contact-form {
    flex: unset;
    width: 100%;
}
.cashmore-about-us-beach-wrape{
padding-bottom:20px;
	}
.cashmore-finance-section-hero-wrape .main-image {
    margin-left: 0px;
}
    .heading {
        font-size: 30px;
    }
	section.cashmore-carity-wrape .heading{
		 font-size: 30px;
	   line-height: 38px;
}
	.description {
		font-size: 16px;
	}
.cashmore-trust-wrape .heading {
        font-size: 40px;
        text-align: center;
    }
	section.cashmore-serve-wrape .column , .work-content-box-steps p , .step{
width:100%;
	}
	section.cashmore-serve-wrape .columns , .work-content-box-steps {
    flex-wrap: wrap;
}
	.work-content-head h2 {
    font-size: 40px;
}
.cashmore-finance-section-hero-wrape .container {
    flex-wrap: wrap;
}
	.work-content-head {
    text-align: center;
}
	.timeline-dosts {
    display: none;
}
	.work-content-box-steps{
height:unset;
	}
	.cashmore-risk-content {
		padding:40px  12px;
	}
	.cashmore-risk-content h2 {
    line-height: 33px;
	font-size: 25px;
}
	section.cashmore-carity-wrape .mission-content{
padding:14px;
	}
.mission-content {
     margin-bottom: 155px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
.main-heading {
    font-size: 34px;
}
.her-main-content h1, .about-hero-content h2 {
        font-size: 30px;
		height: 60px;
    }
.her-main-content p {
        font-size: 18px;
    }
section.cashmore-carity-wrape .mission-content {
    margin-bottom: 0;
}
 section.cashmore-about-us-hero-wrape {
        display: block;
    }
.heading-container h1 {
    font-size: 60px;
}
.title{
		width:100%;
	}
.cashmore-help-content p {
    width: 100%;
}
.cashmore-after-hero-wrape {
        padding: 60px 0px;
    }
.after-banner {
    padding: 172px 0px;
}
.accordion-container h2 {
	font-size: 35px;
	}
	section.cashmore-finnacila-wrape .x-container .description {
		width: 100%;
	}
.cashmore-risk-content p {
	 width: 100%;
	  }
	.cashmore-hero-main-wrape .cashmore-link-main-btn{
		font-size: 16px;
		padding: 10px 20px;
	}
    .beach-text-container .main-heading, .randay-content-box h2, .title {
        font-size: 30px;
    }
    section.cashmore-about-hero-wrape {
        padding: 50px 0px;
    }
}
/* added by haroon */
.cashmore-footer-disclaimer,
.cashmore-footer-disclaimer p,
.cashmore-footer-disclaimer a {
    font-size: 10px !important;
    line-height: 1.5;
}