@font-face {
    font-family: 'ClashGrotesk';
    src: url('../fonts/ClashGrotesk-Variable.woff2') format('woff2'),
         url('../fonts/ClashGrotesk-Variable.woff') format('woff'),
         url('../fonts/ClashGrotesk-Variable.ttf') format('truetype');
    font-weight: 200 700;
    font-display: swap;
    font-style: normal;
}

/* Fallback for non-variable font support */
@font-face {
    font-family: 'ClashGrotesk';
    src: url('../fonts/ClashGrotesk-Extralight.woff2') format('woff2'),
         url('../fonts/ClashGrotesk-Extralight.woff') format('woff'),
         url('../fonts/ClashGrotesk-Extralight.ttf') format('truetype');
    font-weight: 200;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'ClashGrotesk';
    src: url('../fonts/ClashGrotesk-Light.woff2') format('woff2'),
         url('../fonts/ClashGrotesk-Light.woff') format('woff'),
         url('../fonts/ClashGrotesk-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'ClashGrotesk';
    src: url('../fonts/ClashGrotesk-Regular.woff2') format('woff2'),
         url('../fonts/ClashGrotesk-Regular.woff') format('woff'),
         url('../fonts/ClashGrotesk-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'ClashGrotesk';
    src: url('../fonts/ClashGrotesk-Medium.woff2') format('woff2'),
         url('../fonts/ClashGrotesk-Medium.woff') format('woff'),
         url('../fonts/ClashGrotesk-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'ClashGrotesk';
    src: url('../fonts/ClashGrotesk-Semibold.woff2') format('woff2'),
         url('../fonts/ClashGrotesk-Semibold.woff') format('woff'),
         url('../fonts/ClashGrotesk-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'ClashGrotesk';
    src: url('../fonts/ClashGrotesk-Bold.woff2') format('woff2'),
         url('../fonts/ClashGrotesk-Bold.woff') format('woff'),
         url('../fonts/ClashGrotesk-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}


:root {
	--primary-color: #FDCE2D;
	--secondaray-color: #161509;
	--grey-color: #A5A5A5;
	--white-color: #fff;
	--background-color: #0B0B0B;
	--border-color: #2E2E2E;
	--second-background-color: #1F1F1F;
	--yellow-color: #FCD43A;
	--black-color: #000;
	--font-weight-light: 300;
	--font-weight-normal: 400;
	--font-weight-medium: 500;
	--font-weight-bold: 600;
	--font-weight-large: 700;
	--font-weight-bolder: 800;
	--hero-heading-font-size: 60px;
	--base-font-size: 18px;
	--heading-font-size: 42px;
	--sub-heading-font-size: 28px;
	--image-box-font-size: 20px;
	--icon-box-font-size: 26px;
	--text-font-size: 16px;
	--light-font-size: 14px;
	--counter-font-size: 86px;
	--counter-text-font-size: 29px;
	--about-hero-text: 38px;
	--our-vision-small-heading: 25px;
	--our-vision-text: 22px;
	--our-vision-card-heading: 47px;
	--news-heading-font-size: 27px;
	--base-font-family: 'Roboto';
	--heading-font-family: 'Manrope';
	--secondaray--font-family: 'Inter';
	--territory-font-family: 'Barlow';

	--clash-font-family: 'ClashGrotesk';
	
	--btn-padding: 10px 25px;
	--territory-btn-padding: 15px 30px;
	--btn-border-radius: 4px;
	--base-line-height: 1.3em;
	--heading-line-height: 1.5em;
	--counter-line-height: 90px;
	--base-padding: 100px;
	--base-margin: 100px;
	--counter-padding: 80px 30px;
	--footer-padding: 70px;
	--responsive-base-padding: 50px;
	/*MY Font*/
	--small-font-size: 15px;
	--medium-font-size: 25px;
	--group-font-size: 24px;
	--box-font-size: 30px;
	--paragraph-font-size: 22px;
	--Form-font-size: 41px;
	--submt-button-font-size: 19px;
	--futures-font-size: 45px;
	--badges-font-size: 23px;
	--small-badges-font-size: 9px;
	--radio-font-size: 12px;
	--testimonial-font-size: 21px;
	--member-font-size: 72px;
	--time-font-size: 65px;
	--counrty-font-size: 15px;
    --landing-page-heading-size: 39px;
	/*MY Font*/
}



/*img { max-width: 100%; }*/
* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

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

.btn:active {
	background: #fff !important;
}

.primary-btn {
	padding: var(--btn-padding);
	border: none;
	outline: none;
	position: relative;
	z-index: 1;
	border-radius: var(--btn-border-radius);
	background: linear-gradient(to right, #F9E561, #FFBC06);
	color: #fff !important;
	cursor: pointer;
	font-size: var(--base-font-size);
	font-weight: var(--font-weight-bold);
	font-family: var(--base-font-family);
}

.primary-btn::before {
	content: "";
	position: absolute;
	left: 1px;
	right: 1px;
	top: 1px;
	bottom: 1px;
	border-radius: 4px;
	background-color: var(--background-color);
	z-index: -1;
	/* transition: 200ms;*/
}

.primary-btn::after {
	content: attr(data);
	font-size: 16px;
	background: linear-gradient(to left, #F9E561, #FFBC06);
	-webkit-background-clip: text;
	transition: 200ms !important;
}

.btn:hover::before {
	opacity: 50%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.btn:hover::after {
	color: white;
}

.secondaray-btn,
.pop-up-section .form-section .regBut,
body.modal-open .thanksPop a.buttonStyle {
	padding: var(--btn-padding);
	background: linear-gradient(to left, #F9E561, #FFBC06);
	color: var(--secondaray-color) !important;
	border-radius: var(--btn-border-radius);
	font-size: var(--base-font-size);
	font-weight: var(--font-weight-medium);
}

.secondaray-btn:hover {
	background: var(--white-color);
	color: var(--background-color) !important;
}

.territory-btn {
	padding: var(--territory-btn-padding);
	background: linear-gradient(to left, #F9E561, #FFBC06);
	color: var(--secondaray-color) !important;
	border-radius: var(--btn-border-radius);
	font-size: var(--base-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--base-font-family);
	/* max-width: 220px; */
}

.territory-btn:hover {
	background: var(--white-color) !important;
	color: var(--background-color) !important;
}
/* Landing Page Style Start */
.landing-hero-banner {
    background: url(../images/landing-page-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    display: flex;
    justify-content: center;
    align-items: center;
	padding-top: 400px;
	padding-bottom: 200px;
}
.landing-hero-banner h2 {
    font-size: var(--hero-heading-font-size);
    font-weight: var(--font-weight-medium);
    color: var(--white-color);
    padding: 28px 0;
    max-width: 70%;
    margin: auto;
}
.landing-hero-banner h2 span {
    color: var(--yellow-color);
	font-weight: var(--font-weight-bold);
}
.landing-hero-banner p {
    font-size: var(--sub-heading-font-size);
    font-weight: var(--font-weight-light);
    color: var(--white-color);
    line-height: var(--heading-line-height);
    margin: 0;
    padding-bottom: 40px;
}
.landing-hero-banner .counter-box span {
    background-color: #FDF8D3;
    border: 1px solid #FDF8D3;
    border-radius: 8px;
    padding: 0 10px;
    display: inline-block;
    font-size: 63px;
    font-family: var(--base-font-family) !important;
    font-weight: var(--font-weight-large);
    margin: 0 4px;
}
.landing-hero-banner .counter-box strong {
    color: #FDF8D3;
    font-size: 63px;
    font-family: var(--base-font-family);
    font-weight: var(--font-weight-bold);
    color: var(--white-color);
}
.webinar-section {
    background: var(--background-color);
    padding: 120px 0 120px;
}
.webinar-section h3 {
    font-size: var(--landing-page-heading-size);
    font-weight: var(--font-weight-bold);
    color: var(--white-color);
    text-align: center;
    padding-bottom: 90px;
    position: relative;    
    margin: auto;
	max-width: max-content;
}
.webinar-section h3:before {
    content: "";
    background: url(../images/star-icon.png);
    background-repeat: no-repeat;
    height: 60px;
    width: 70px;
    position: absolute;
    top: -30px;
    left: -90px;
}
.webinar-section ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 2px solid var(--yellow-color);
    border-radius: 40px;
    padding: 50px 30px;
    box-shadow: 0 0 25px rgba(252, 212, 58, 0.9),
		  inset 0 0 25px rgba(252, 212, 58, 0.9);
}
.webinar-section ul li {
    font-size: var(--box-font-size);
    font-weight: var(--font-weight-bold);
    color: var(--yellow-color);
    position: relative;
	line-height: 1.2;
}
.webinar-section ul li:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    border-right: 1px solid var(--white-color);
    width: 1px;
    height: 50px;
    left: 308px;
    transform: translate(-50%, -50%);
}
.webinar-section ul li span {
    font-size: var(--our-vision-small-heading);
    font-weight: var(--font-weight-normal);
    color: var(--white-color);
    display: block;
	margin-bottom: 10px;
}
.landing-video-section {
    background:var(--background-color);
    padding: 50px 0;
}
.landing-video-section .video-box {
    text-align: center;
	border-radius: 40px;
	overflow: hidden;
}
.expert-mentor-section {
    background: var(--background-color);
    padding: 70px 0;
}
.expert-mentor-section  .img-card {
    text-align: center;
    position: relative;
}
/* .expert-mentor-section .row {
    align-items: center;
} */
.expert-mentor-section .border-style {
    border: 2px solid var(--white-color);
    width: 90px;
    margin: 0px auto 30px;
}
.expert-mentor-section h2 {
    font-size: var(--hero-heading-font-size);
    font-weight: var(--font-weight-medium);
    color: var(--white-color);
    margin: 0;
    width: 500px;
	max-width: 100%;
}
.expert-mentor-section h2 span {
    color: var(--yellow-color);
	font-weight: var(--font-weight-bold);
}
.expert-mentor-section .img-card h2 {
    max-width: 100%;
}
.expert-mentor-section ul {
    list-style-type: disc;
    width: 420px;
	max-width: 100%;
	padding-left: 50px;
}
.expert-mentor-section ul li {
    font-size: var(--sub-heading-font-size);
    font-weight: var(--font-weight-normal);
    color: var(--white-color);
    padding: 30px 0 0;    
}
.expert-mentor-section ul li span {
    color: var(--yellow-color);
	font-weight: var(--font-weight-bold);
}
.expert-mentor-section .img-card a {
    outline: none;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    border: 2px solid var(--yellow-color);
    color: #fff !important;
    font-size: var(--base-font-size);
    font-weight: var(--font-weight-normal);
    display: inline-block;
    box-shadow: 0 0 15px rgba(252, 212, 58, 0.9),
	           inset 0 0 25px rgba(252, 212, 58, 0.9);
    width: 440px;
	max-width: 100%;
    line-height: 64px;
}
.expert-mentor-section p {
    font-size: var(--base-font-size);
    font-weight: var(--font-weight-normal);
    color: var(--white-color);
    margin: 0;
    padding-top: 12px;
}
.expert-mentor-section .inner-box {
    background: var(--white-color);
    border-radius: 20px;
    width: 166px;
    padding: 12px 0 26px;
    position: absolute;
    top: 130px;
    right: 27px;
}
.expert-mentor-section .inner-box h4 {
    font-size: var(--our-vision-card-heading);
    font-weight: var(--font-weight-medium);
    font-family: var(--base-font-family);
    color: var(--yellow-color);
    margin: 0;
}
.expert-mentor-section .inner-box p {
    font-size: var(--image-box-font-size);
    font-weight: var(--font-weight-medium);
    font-family: var(--base-font-family);
    color: var(--black-color);
    margin: 0;
    padding: 0;
}

.expert-mentor-section .founder-info {
    position: relative;
    top: -150px;
}

.featuredin-section {
    background: #151616;
    padding: 90px 0 120px;
}
.featuredin-section .heading {
    margin-bottom: 70px;
}
.featuredin-section .heading h2 {
    font-size: var(--landing-page-heading-size);
    font-weight: var(--font-weight-bold);
    color: var(--white-color);
    text-align: center;
}
.featuredin-section .heading .border-style {
    border: 2px solid var(--yellow-color);
    width: 94px;
    margin: 8px auto 24px;
}
.featuredin-section .img-ticker {
    display: flex;
    margin-left: -1rem;
    margin-right: -1rem;
    animation: ticker-kf 10s linear infinite;
}

.featuredin-section .tickerlogo {
    flex: none;
    margin: 0 1rem 0 1rem;
    align-self: flex-start;
    max-width: 100%;
    height: auto;
}
@keyframes ticker-kf {
    0% {
      transform: translateX(0);
    }

    100% {
      /* 10rem for each logo x 6 logos total = -60rem */
      transform: translateX(-60rem);
    }
}


.cath-momentum-section {
    background: #121212;
    padding: 120px 0 260px;
}
.cath-momentum-section .cta-button span {
    background-color: #FDF8D3;
    font-size: var(--image-box-font-size);
    font-weight: var(--font-weight-medium);
    color: #121212;
    border-radius: 50px;
    padding: 8px 20px;
    display: inline-block;
    margin-bottom: 30px;
}
.cath-momentum-section .gradient-box-sec {
    background-color: #3A3B3B;
    border: 1px solid #3A3B3B;
    border-radius: 20px;
    height: 100%;
    text-align: center;
    padding: 40px 50px 40px;
}
.cath-momentum-section .gradient-box-sec:hover {
    transform: scale(1.1);
    transition: 1s ease;
    border: 1px solid #89816D;
    box-shadow: 0px 0px 30px 5px rgb(159 135 45);
    margin: 0 5px;
}
.cath-momentum-section h2 {
    font-size: var(--hero-heading-font-size);
    font-weight: var(--font-weight-medium);
    color: var(--white-color);
    margin: auto;
    max-width: 100%;
    width: 800px;
    padding-bottom: 50px;
}
.cath-momentum-section h2 span {
    color: var(--yellow-color);
	font-weight: var(--font-weight-bold);
}
.cath-momentum-section p {
    font-size: var(--sub-heading-font-size);
    font-weight: var(--font-weight-normal);
    color: #C4C4C4;
    margin: 0;
    padding-top: 20px;
}
.cath-momentum-section p span {
	color: var(--white-color);
}

.landing-trading-sec {
    background: url(../images/shine-back.png);
	
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 790px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.landing-trading-sec .move-up {
    margin-top: -127px;
}
.landing-trading-sec .color-box {
    background-color: var(--yellow-color);
    border-radius: 40px;
    padding: 0 0 70px;
    max-width: 76%;
    margin: auto;
}
.landing-trading-sec .color-box .img-box {
    margin-top: -161px;
}
.landing-trading-sec p {
    font-size: var(--box-font-size);
    font-weight: var(--font-weight-normal);
    color: #3A3B3B;
    margin: 0;
}
.landing-trading-sec h3 {
    font-size: var(--about-hero-text);
    font-weight: var(--font-weight-medium);
    color: #3A3B3B;
    width: 435px;
    max-width: 100%;
    margin: auto;
    text-transform: capitalize;
    padding: 20px 0;
}
.landing-trading-sec h4 {
    font-size: var(--time-font-size);
    font-weight: var(--font-weight-bold);
    color: #3A3B3B;
    margin: 0;
}

.attend-webinar-section {
    background: var(--background-color);
    padding: 120px 0 120px;
}
.attend-webinar-section  .img-card {
    position: relative;
	z-index: 999;
}
.attend-webinar-section h2 {
    font-size: var(--hero-heading-font-size);
    font-weight: var(--font-weight-medium);
    color: var(--white-color);
    margin: 0;
    max-width: 100%;
    width: 600px;
}
.attend-webinar-section h2 span {
    color: var(--yellow-color);
	font-weight: var(--font-weight-bold);
}
.attend-webinar-section .img-card h2 {
    max-width: 100%;
}
.attend-webinar-section ul {
    list-style-type: disc;
    max-width: 78%;
}
.attend-webinar-section ul li {
    font-size: var(--image-box-font-size);
    font-weight: var(--font-weight-normal);
    color: var(--white-color);
    padding: 20px 0 0;
    margin-left: 70px;
}
.attend-webinar-section ul li span {
    font-weight: var(--font-weight-large);
}
.attend-webinar-section .img-card img {
    border-radius: 40px;
}
.attend-webinar-section .img-card:before {
    content: "";
    background-color: #d9bf5a;
    height: 467px;
    width: 400px;
    position: absolute;
    bottom: -26px;
    right: 20%;
    z-index: -1;
    border-radius: 0px 0px 40px 0;
}

.highlights-webinar-section {
    padding: 120px 0 120px;
	background-color: #1E1F21 !important;
	background: url(../images/slide-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.highlights-webinar-section h2 {
    font-size: var(--hero-heading-font-size);
    font-weight: var(--font-weight-medium);
    color: var(--white-color);
    margin: auto;
    position: relative;
    padding-bottom: 60px;
    max-width: max-content;
}
.highlights-webinar-section h2 span {
    color: var(--yellow-color);
	font-weight: var(--font-weight-bold);
}
.highlights-webinar-section h2:before {
    content: "";
    background: url(../images/star-icon.png);
    background-repeat: no-repeat;
    height: 60px;
    width: 70px;
    position: absolute;
    right: -80px;
    top: -20px;
}
.highlights-webinar-section h4 {
    font-size: var(--our-vision-text);
    font-weight: var(--font-weight-normal);
    color: var(--white-color);
    margin: 0;
    padding-bottom: 10px;
	max-width: 300px;
}
.highlights-webinar-section p {
	font-size: var(--icon-box-font-size);
    font-weight: var(--font-weight-normal);
    color: var(--white-color);
	margin: 0;
	max-width: 400px;
}

.highlights-webinar-section .border-style {
    border: 2px solid var(--yellow-color);
    width: 70px;
    margin-bottom: 26px;
}
.highlights-webinar-section .content-box {
    padding: 30px 0;
	position: relative;
}

.highlights-webinar-section .first-box, 
.highlights-webinar-section .third-box{
	padding-top: 100px;
}

.highlights-webinar-section .first-box .content-box, 
.highlights-webinar-section .third-box .content-box{
	padding-bottom: 100px;
	margin-bottom: 100px;
}

.highlights-webinar-section .first-box .content-box:after, 
.highlights-webinar-section .third-box .content-box:after {
    content: '\ ';
    display: block;
    width: calc(100% + 121px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
	background-color: #fff;
}

.highlights-webinar-section .third-box{
	padding-top: 250px;
}

.highlights-webinar-section .third-box .content-box:after{
	left: -121px;
}

.highlights-webinar-section .center-line{
	position: relative;
}

.highlights-webinar-section .center-line:after{
	content: '\ ';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0),
	                                    rgba(255, 255, 255, 1),
										rgba(255, 255, 255, 0));
}

.landing-bonus-section {
    background: #121212;
    padding: 120px 0 120px;
}
.landing-bonus-section h2 {
    font-size: var(--hero-heading-font-size);
    font-weight: var(--font-weight-normal);
    color: var(--white-color);
    margin: auto;
    max-width: 100%;
    width: 700px;
    position: relative;
}
.landing-bonus-section h2 span {
    color: var(--yellow-color);
	font-weight: var(--font-weight-bold);
}
.landing-bonus-section h2:before {
    content: "";
    background: url(../images/star-icon.png);
    background-repeat: no-repeat;
    height: 60px;
    width: 70px;
    position: absolute;
    top: -22px;
    left: -84px;
}
.landing-bonus-section .gradient-box-sec {
    background-color: #F5F0CC;
    border: #F5F0CC;
    border-radius: 20px;
    min-height: 440px;
    padding: 40px 50px 40px;
}

.landing-bonus-section .owl-stage {
    display: flex;
    align-items: stretch;
}

.landing-bonus-section .owl-item,
.landing-bonus-section .wow {
	height: 100%;
}
/* .landing-bonus-section .gradient-box-sec .icon-box-sec {
    max-width: 70%;
} */

/* .landing-bonus-section .gradient-box-sec:hover {
    transform: scale(1.1);
    transition: 1s ease;
    border: 1px solid #89816D;
    box-shadow: 0px 0px 30px 5px rgb(159 135 45);
} */
.landing-bonus-section p {
    font-size: var(--image-box-font-size);
    font-weight: var(--font-weight-normal);
    color: #3A3B3B;
    margin: 0;
}
.landing-bonus-section h3 {
    font-size: var(--image-box-font-size);
    font-weight: var(--font-weight-bold);
    color: #3A3B3B;
    margin: 0;
    padding-top: 6px;
}
.landing-bonus-section h4 {
    font-size: var(--heading-font-size);
    font-weight: var(--font-weight-bolder);
    font-family: var(--secondaray--font-family);
    color: #3A3B3B;
    margin: 0;
    padding: 16px 0 26px;
}
.landing-bonus-section p span {
	color: var(--white-color);
}
.landing-bonus-section a {
    border: 1px solid #3A3B3B;
    background: #3A3B3B;
    padding: 10px 50px;
    display: inline-block;
    font-size: var(--text-font-size);
    font-weight: var(--font-weight-medium);
    color: var(--white-color);
    border-radius: 8px;
    margin-top: 36px;
    width: 100%;
    text-align: center;
}


.landing-faq-sec {
    background: url(../images/team-group.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 890px;
	display: flex;
	align-items: center;
}
.landing-faq-sec h2.heading {
    font-size: var(--hero-heading-font-size);
    font-weight: var(--font-weight-medium);
    color: #3A3B3B;
    margin: 0;
    
    padding-bottom: 20px;
}
.landing-faq-sec .accordion {
    --bs-accordion-bg: unset !important;
    width: 94%;
    margin: auto;
}
.landing-faq-sec .faq-box {
    background-color: rgba(220, 215, 184, 0.9) !important;
    border-radius: 20px;
    padding: 50px 20px 70px;
}
.landing-faq-sec .accordion-button:not(.collapsed) {
    color: unset !important;
    background-color: unset !important;
    box-shadow: unset !important;
}
.landing-faq-sec .accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border-bottom: 1px solid #A29F87 !important;
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    padding: 26px 0px 10px;    
}
.landing-faq-sec .accordion-item button {
    font-size: var(--image-box-font-size);
    font-weight: var(--font-weight-bold);
    padding: 10px 0 10px;
}
.landing-faq-sec .accordion-item .accordion-body {
    font-size: var(--image-box-font-size);
    font-weight: var(--font-weight-normal);
    color: #3A3B3B;
    padding: 10px 0;
}
.landing-faq-sec .accordion-button:focus {
    z-index: unset !important; 
    outline: unset !important; 
    box-shadow: unset !important;
}


.lading-unlock-trading {
    background: #121212;
    padding: 120px 0 120px;
}
.lading-unlock-trading .color-box-style {
    background: var(--yellow-color);
    border-radius: 20px;
    padding: 60px 20px 30px;
}
.lading-unlock-trading .color-box-style .content-box {
    max-width: 42%;
}
.lading-unlock-trading .color-box-style p {
	font-size: var(--box-font-size);
    font-weight: var(--font-weight-normal);
    color: #3A3B3B;
	margin: 0;
}
.lading-unlock-trading .color-box-style h3 {
    font-size: var(--our-vision-card-heading);
    font-weight: var(--font-weight-medium);
    color: #3A3B3B;
    margin: 0;
    padding: 20px 0;
}
.lading-unlock-trading .color-box-style h2 {
	font-size: var(--hero-heading-font-size);
    font-weight: var(--font-weight-bold);
    color: #3A3B3B;
	margin: 0;
}
.lading-unlock-trading .color-box-style a {
    border: 1px solid #3A3B3B;
    background: #3A3B3B;
    padding: 10px 50px;
    display: inline-block;
    font-size: var(--text-font-size);
    font-weight: var(--font-weight-medium);
    color: var(--white-color);
    border-radius: 8px;
    margin-top: 36px;
    text-align: center;
}

.lading-page-footer {
    background: #121212;
    padding: 80px 0 120px;
    text-align: center;
}
.lading-page-footer p {
	font-size: var(--base-font-size);
    font-weight: var(--font-weight-medium);
    color: var(--yellow-color);
	margin: 0;
}










/* Landing Page Style End */

/* Home css start */
/* site-header css start */
.header {
	background: var(--background-color);
}

.header .navbar-nav a {
	font-size: var(--base-font-size);
	font-weight: var(--font-weight-medium);
	color: var(--grey-color);
	font-family: var(--base-font-family);
	border-bottom: 2px solid transparent !important;
}

.header .navbar-nav>li.nav-item:hover a,
.header .navbar-nav>li.nav-item.active a,
.header .navbar-nav>li.nav-item .dropdown-toggle:hover a {
	color: var(--white-color);
	border-image: linear-gradient(to right, rgba(46, 46, 46, 1), rgba(253, 206, 45, 1), rgba(46, 46, 46, 1)) 1;
	padding-bottom: 10px;
}

.header .navbar-nav>li.nav-item:hover .dropdown-toggle:before {
	color: var(--white-color) !important;
}

.header .navbar-nav li .dropdown-menu li a {
	border-image: unset !important;
	color: var(--grey-color) !important;
}

.header .navbar-nav li .dropdown-menu li:hover a {
	border-image: linear-gradient(to right, rgba(46, 46, 46, 1), rgba(253, 206, 45, 1), rgba(46, 46, 46, 1)) 1 !important;
	color: var(--white-color) !important;
}

.navbar-nav a.btn.primary-btn {
	margin-right: -15px;
}

header.site-header nav ul.navbar-nav li.nav-item {}

header.site-header nav .dropdown button {
	font-size: var(--base-font-size);
	font-weight: var(--font-weight-medium);
	color: var(--grey-color);
	font-family: var(--base-font-family);
	border: none !important;
	background: none !important;
	position: relative;
}

header.site-header nav .dropdown ul.dropdown-menu li a.dropdown-item {
	padding-left: 0;
}

header.site-header nav .dropdown ul.dropdown-menu {
	background: url(../images/menu-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10px 30px 10px 30px;
	margin-top: 9px;
	margin-left: -60px;
}

header.site-header nav .dropdown ul.dropdown-menu li {
	text-align: center;
}

header.site-header nav .dropdown ul.dropdown-menu a.dropdown-item:hover {
	background: none;
}

header.site-header nav ul.navbar-nav .dropdown .dropdown-toggle::after {
	display: none;
}

header.site-header nav ul.navbar-nav li.nav-item:first-child {
	padding-right: 24px;
}

header.site-header nav ul.navbar-nav li.nav-item:nth-child(2) {
	padding-right: 20px;
}

header.site-header nav ul.navbar-nav .dropdown-toggle {
	position: relative;
}

header.site-header nav ul.navbar-nav .dropdown-toggle:before {
	content: '\+';
	display: inline-block;
	color: var(--grey-color);
	font-size: 22px;
	position: absolute;
	top: -6px;
	left: -22px;
	cursor: pointer;
}

.navbar-nav a.btn.primary-btn {
	border-bottom: 0px solid transparent !important;
}

.header .navbar-nav .log-sing-button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.header .navbar-nav .log-sing-button .primary-btn {
	padding: 10px 30px;
}

/*Dropdown Media Query*/
.dropdown:hover .dropdown-menu,
.dropdown:focus .dropdown-menu {
	display: block;
	margin-top: 0;
}

.dropdown .dropdown-menu {
	display: none;
}

.dropdown:hover .dropdown-toggle::after,
.dropdown:focus .dropdown-toggle::after {
	border-top: 0;
	border-bottom: 0.3em solid;
}

.dropdown-toggle.show::after {
	border-top: 0;
	border-bottom: 0.3em solid;
}

/*Dropdown Media Query*/
/* site-header css end */
/* hero-banner css start */
.hero-banner {
	background: url(../images/hero-banner.jpg);
	padding-top: var(--base-padding);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	padding-bottom: 0;
}

.hero-banner .for-mobile {
	display: none;
}

.hero-banner h1 {
	font-size: var(--hero-heading-font-size);
	font-weight: var(--font-weight-bolder);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	line-height: var(--heading-line-height);
}

.hero-banner h3 {
	font-size: var(--sub-heading-font-size);
	font-weight: var(--font-weight-normal);
	font-family: var(--base-font-family);
	color: var(--white-color);
	line-height: var(--heading-line-height);
}

/* hero-banner css end */
/* welcome-section css start */
.welcome-section {
	background: url(../images/welcome-section-banner.jpg);
	padding-top: var(--base-padding);
	padding-bottom: var(--base-padding);
	background-repeat: no-repeat;
	background-size: cover;
}

.welcome-section {
	border-bottom: 3px solid transparent;
	border-top: 3px solid transparent;
	border-image: linear-gradient(to right, rgba(46, 46, 46, 1), rgba(253, 206, 45, 1), rgba(46, 46, 46, 1))1;
}

.welcome-section h3 {
	font-size: var(--sub-heading-font-size);
	font-family: var(--heading-font-family);
	font-weight: var(--font-weight-normal);
	color: var(--white-color);
	line-height: var(--heading-line-height);
}

.welcome-section h2 {
	font-size: var(--heading-font-size);
	font-family: var(--heading-font-family);
	font-weight: var(--font-weight-bolder);
	color: var(--primary-color);
	line-height: var(--heading-line-height);
}

.welcome-section p {
	font-size: var(--base-font-size);
	font-family: var(--base-font-family);
	font-weight: var(--font-weight-normal);
	color: var(--white-color);
}

/* welcome-section css end */
/* counter-section css start */
.counter-section {
	background-color: var(--background-color);
	padding-top: var(--base-padding);
	padding-bottom: var(--base-padding);
}

.counter-section .counter-box {
	background: url(../images/counter-blur.png);
	padding: var(--counter-padding);
	background-position: center;
	border-bottom: 1px solid transparent;
	border-image: linear-gradient(to right, rgba(46, 46, 46, 0.3), rgba(253, 206, 45, 1), rgba(46, 46, 46, 0.3))1;
}

.counter-section .counter-box .counter-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.counter-section .counter-box h2 {
	font-size: var(--counter-font-size);
	line-height: var(--counter-line-height);
	font-weight: var(--font-weight-bolder);
	color: var(--primary-color);
	font-family: var(--territory-font-family);
}

.counter-section .counter-box span {
	font-size: var(--hero-heading-font-size);
	line-height: var(--counter-line-height);
	font-weight: var(--font-weight-bolder);
	color: var(--primary-color);
	font-family: var(--territory-font-family);
}

.counter-section .counter-box h5 {
	font-size: var(--counter-text-font-size);
	line-height: var(--base-line-height);
	font-weight: var(--font-weight-normal);
	color: var(--white-color);
	font-family: var(--base-font-family);
}

/* counter-section css end */
/* card-section css start */
.mobile-card-section {
	display: none;
}

.card-section {
	background-color: var(--background-color);
	padding-bottom: var(--base-padding);
}

.card-section h3 {
	font-size: var(--sub-heading-font-size);
	font-weight: var(--font-weight-normal);
	font-family: var(--heading-font-family);
	color: var(--grey-color);
}

.card-section h2 {
	font-size: var(--heading-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	line-height: var(--heading-line-height);
	padding-bottom: 70px;
}

.card-section .card {
	background: url(../images/card-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.card-section .card h5 {
	font-size: var(--image-box-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--white-color);
}

.card-section .card a.button-style {
	font-size: var(--base-font-size) !important;
	font-weight: var(--font-weight-bold) !important;
	font-family: var(--heading-font-family) !important;
	padding: 12px 30px;
	background: transparent;
	color: var(--white-color) !important;
	border-radius: var(--btn-border-radius);
	width: 222px;
	border: 2px solid var(--white-color);
	text-align: center;
}

.card-section .card a.button-style:hover {
	background: var(--white-color);
	color: #000 !important;
}

.card-section .gradient-card {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2));
	border-radius: 12px;
	padding: 2px;
}

.card-section .gradient-card:hover {
	cursor: pointer;
	transform: scale(1.02);
}

.card-section .gradient-card:hover a.button-style {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: var(--black-color) !important;
}

.card-section .gradient-card .card {
	background-color: var(--background-color);
	border-radius: 12px;
}

.card-section .owl-stage-outer {
	padding: 0;
}

/* card-section css end*/
/* choose-us-section css start */
.choose-us-section {
	padding-top: 40px;
	padding-bottom: var(--base-padding);
	background: var(--background-color);
}

.choose-us-section h2 {
	font-size: var(--heading-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	line-height: var(--heading-line-height);
}

.gradient-box {
	background: linear-gradient(to right, rgba(46, 46, 46, 0.4), rgba(155, 132, 57, 0.53), rgba(46, 46, 46, 0.4));
	border-radius: 24px;
	padding: 2px;
	margin-top: 30px;
}

.gradient-box .icon-box {
	background: url(../images/yellow-blur.png) #000;
	border-radius: 24px;
	height: 270px;
}

.choose-us-section .icon-box-section .icon-box h3 {
	font-size: var(--icon-box-font-size);
	font-weight: var(--font-weight-large);
	color: var(--white-color);
	font-family: var(--heading-font-family);
	line-height: var(--heading-line-height);
}

.choose-us-section .icon-box-section .icon-box p {
	font-size: var(--text-font-size);
	font-weight: var(--font-weight-normal);
	color: var(--grey-color);
	font-family: var(--base-font-family);
}

/* choose-us-section css end */
/* footer-section css start */
footer.site-footer {
	border-top: 3px solid transparent;
	border-image: linear-gradient(to right, rgba(46, 46, 46, 1), rgba(253, 206, 45, 1), rgba(46, 46, 46, 1))1;
}

.footer-section {
	padding-top: var(--footer-padding);
	padding-bottom: var(--footer-padding);
	background: var(--background-color);
}

.footer-section .content-box {
	padding-right: 60px;
}

.footer-section p {
	color: var(--grey-color);
	font-size: var(--text-font-size);
	font-weight: var(--font-weight-light);
	line-height: var(--base-line-height);
	font-family: var(--base-font-family);
}

.footer-section .phone-box {
	background: linear-gradient(to right, rgba(46, 46, 46, 0.4), rgba(253, 206, 45, 0.53), rgba(46, 46, 46, 0.4));
	border-radius: 24px;
	padding: 2px;
	width: 180px;
}

.footer-section .phone-box .phone-box-child {
	background-color: var(--background-color);
	border-radius: 24px;
	padding: 4px !important;
}

.footer-section .phone-box .phone-box-child img {
	padding-top: 5px;
}

.footer-section .social-icon a img {
	width: 40px;
	height: 40px;
}

.footer-section .phone-box a {
	font-size: var(--light-font-size);
	font-weight: var(--font-weight-light);
	font-family: var(--secondaray--font-family);
	color: var(--white-color);
}

.footer-section .footer-list {
	gap: 80px;
}

.footer-section .footer-list h3 {
	font-size: var(--text-font-size);
	font-weight: var(--font-weight-medium);
	color: var(--white-color);
	line-height: var(--heading-line-height);
	font-family: var(--heading-font-family);
}

.footer-section .footer-list a {
	font-size: var(--text-font-size);
	font-weight: var(--font-weight-light);
	color: var(--grey-color);
	line-height: var(--heading-line-height);
	font-family: var(--base-font-family);
}

.footer-section .copyright-section {
	border-top: 3px solid rgba(24, 24, 24, 1);
}

.footer-section .copyright-section span {
	color: var(--grey-color);
	font-size: var(--light-font-size);
	font-weight: var(--font-weight-light);
	line-height: var(--base-line-height);
	font-family: var(--base-font-family);
}

/* footer-section css end*/
/* About page css start */
/* about-hero-banner css start */
.about-hero-banner {
	padding-top: var(--base-padding);
	padding-bottom: var(--base-padding);
	background: url(../images/about-hero-banner.png) var(--background-color);
	background-position: right;
	background-repeat: no-repeat;
	height: 500px;
}

.about-hero-banner h1 {
	color: var(--white-color);
	font-family: var(--heading-font-family);
	font-weight: var(--font-weight-bolder);
	font-size: var(--hero-heading-font-size);
	line-height: var(--heading-line-height);
}

.about-hero-banner h3 {
	color: var(--white-color);
	font-family: var(--base-font-family);
	font-weight: var(--font-weight-normal);
	font-size: var(--about-hero-text);
	line-height: var(--heading-line-height);
}

/* about-hero-banner css end */
/* our-vision-section css start */
.our-vision-section {
	background: var(--second-background-color);
}

.our-vision-section .content-box {
	padding-top: var(--base-padding);
	padding-bottom: var(--base-padding);
}

.our-vision-section .content-box h2 {
	color: var(--white-color);
	font-size: var(--heading-font-size);
	font-family: var(--heading-font-family);
	font-weight: var(--font-weight-large);
	line-height: var(--heading-line-height);
}

.our-vision-section .content-box h5 {
	color: var(--white-color);
	font-size: var(--our-vision-small-heading);
	font-family: var(--base-font-family);
	font-weight: var(--font-weight-normal);
	line-height: var(--base-line-height);
}

.our-vision-section .content-box p {
	color: var(--white-color);
	font-size: var(--our-vision-text);
	font-family: var(--base-font-family);
	font-weight: var(--font-weight-normal);
	line-height: var(--base-line-height);
}

.our-vision-card-section .our-vision-gradient-card {
	background: linear-gradient(to right, rgba(46, 46, 46, 0.4), rgba(155, 132, 57, 0.53), rgba(46, 46, 46, 0.4));
	border-radius: 24px;
	padding: 2px;
	margin-top: 30px;
}

.our-vision-card-section .our-vision-card {
	background: url(../images/yellow-blur.png) #000;
	border-radius: 24px;
	padding: 40px 34px;
}

.our-vision-card-section .our-vision-card-heading {
	font-size: var(--our-vision-card-heading) !important;
	font-family: var(--heading-font-family);
	font-weight: var(--font-weight-bolder);
	line-height: var(--heading-line-height);
	color: var(--yellow-color);
}

.our-vision-card-section p {
	font-size: var(--base-font-size);
	font-family: var(--heading-font-family);
	font-weight: var(--font-weight-large);
	line-height: var(--base-line-height);
	color: var(--grey-color);
	padding-top: 20px;
}

.our-vision-card-section .our-vision-card-text {
	border-bottom: 1px solid transparent;
	border-image: linear-gradient(to right, rgba(46, 46, 46, 0.3), rgba(253, 206, 45, 1), rgba(46, 46, 46, 0.3))1;
}

/* our-vision-section css end */
/* team-section css start */
.team-section {
	background: var(--background-color);
	padding-bottom: var(--base-padding);
	padding-top: 30px;
}

.team-section h2 {
	color: var(--white-color);
	font-size: var(--heading-font-size);
	font-family: var(--heading-font-family);
	font-weight: var(--font-weight-large);
	line-height: var(--heading-line-height);
}

.team-card-section .team-gradient-card {
	background: linear-gradient(to right, rgba(46, 46, 46, 0.4), rgba(155, 132, 57, 1), rgba(46, 46, 46, 0.4));
	border-radius: 24px;
	padding: 2px;
	margin-top: 30px;
	width: 100%;
	position: relative;
}

.team-card-section .team-card {
	background: var(--background-color);
	border-radius: 24px;
	/* min-height: 230px;*/
	/* padding: 30px 15px;*/
	text-align: center;
	padding-bottom: 25px;
	overflow: hidden;
}

/*.team-card-section { position: relative; }*/
.team-card-section .team-card .overlay {
	display: block;
	background: url('../images/fouder-content-shadow.png');
	height: 180px;
	width: 220px;
	margin: auto;
	position: absolute;
	bottom: 80px;
	left: 34px;
	z-index: 6;
}

.team-card-section .team-card .image-box img {
	max-width: 100%;
	border-radius: 10px;
}

.team-card-section .team-card h4 {
	font-size: var(--text-font-size);
	font-family: var(--heading-font-family);
	font-weight: var(--font-weight-bold);
	color: var(--white-color);
	line-height: var(--heading-line-height);
	margin-top: 18px;
}

.team-card-section .team-card p {
	font-size: var(--light-font-size);
	font-family: var(--base-font-family);
	font-weight: var(--font-weight-medium);
	margin: 0;
	text-transform: uppercase;
	color: var(--yellow-color);
}

/* team-section css end */
/* our-journey-section css start */
.our-journey-section {
	background: var(--background-color);
	padding-top: var(--responsive-base-padding);
	padding-bottom: var(--responsive-base-padding);
}

.our-journey-section .timeline-section {
	position: relative;
	overflow: hidden;
}

.our-journey-section .timeline-section:before {
	content: '';
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 90%;
	background: linear-gradient(to right, rgba(46, 46, 46, 0.4), rgba(155, 132, 57, 0.53), rgba(46, 46, 46, 0.4));
	z-index: 0;
}

.our-journey-section .timeline-section-card {
	/*width: -webkit-calc(50% + 8px); width: -moz-calc(50% + 8px);*/
	width: calc(50% + 8px);
	/*display: -webkit-box; display: -webkit-flex; display: -moz-box;*/
	display: flex;
	-webkit-box-pack: justify;
	/*-webkit-justify-content: space-between;*/
	-moz-box-pack: justify;
	justify-content: space-between;
	clear: both;
}

.sticky-timeline-head.sticker {
	position: sticky;
	background: var(--background-color);
	top: 0;
	z-index: 999999;
}

.remove-sticky .container-fluid.sticky-timeline-head.sticker {
	position: unset;
}

.sticky-timeline-head.sticker h2 {
	font-size: var(--heading-font-size);
	font-family: var(--heading-font-family);
	font-weight: var(--font-weight-large);
	color: var(--white-color);
	padding-bottom: 10px;
	margin: 0;
}

.timeline-section-card-right {
	float: right;
}

.timeline-section-card-left {
	float: left;
	direction: rtl
}

.our-journey-section .timeline-section-card .marker {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 2px solid rgba(155, 132, 57, 0.53);
	/*background: linear-gradient(to right, rgba(46, 46, 46, 0.4), rgba(155, 132, 57, 0.53), rgba(46, 46, 46, 0.4));*/
	background: url(../images/timeline-dot-icon.png);
	background-size: 170%;
	background-position: center;
	z-index: 9999;
	margin: -18px;
	position: absolute;
	transform: translateY(70px);
}

.our-journey-section .timeline-section-card {
	background: linear-gradient(to right, rgba(46, 46, 46, 0.4), rgba(155, 132, 57, 0.53), rgba(46, 46, 46, 0.4));
	border-radius: 24px;
	padding: 2px;
	margin-left: -6px;
	margin-right: -6px;
	margin-bottom: 50px;
}

.our-journey-section .timeline-content {
	background: url(../images/journey-vector.png) #000;
	background-repeat: no-repeat;
	background-position: left;
	border-radius: 24px;
	padding: 0 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 130px;
}

.timeline-section-card-right .timeline-content {
	background-position: right;
}

.timeline-section-card .timeline-content p {
	font-size: var(--counrty-font-size);
	font-family: var(--base-font-family);
	font-weight: var(--font-weight-medium);
	color: var(--white-color);
	margin-bottom: 0;
}

.timeline-section-card-left p {
	padding-left: 45px;
}

.timeline-section-card-right p {
	padding-right: 45px;
}

.timeline-section-card .timeline-content h3 {
	font-size: var(--box-font-size);
	font-family: var(--secondaray--font-family);
	font-weight: var(--font-weight-large);
	color: var(--yellow-color);
}

/* our-journey-section css end */
/* our-community-section css start */
.our-community-section {
	padding-top: var(--base-padding);
	padding-bottom: var(--base-padding);
	background: var(--background-color);
}

.our-community-section h2 {
	color: var(--white-color);
	font-size: var(--heading-font-size);
	font-family: var(--heading-font-family);
	font-weight: var(--font-weight-large);
	line-height: var(--heading-line-height);
}

.our-community-section p {
	color: var(--white-color);
	font-size: var(--text-font-size);
	font-family: var(--base-font-family);
	font-weight: var(--font-weight-normal);
	line-height: var(--heading-line-height);
}

.our-community-section h5 {
	color: var(--white-color);
	font-size: var(--text-font-size);
	font-family: var(--base-font-family);
	font-weight: var(--font-weight-bold);
	line-height: var(--heading-line-height);
}

.our-community-section .content-box {
	width: 77%;
}

.our-community-section .image-slider {
	padding-top: var(--base-padding);
	background: url(../images/our-community-blur.png) var(--background-color);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.our-community-section .image-wrapper {
	border-radius: 14px;
	background: var(--background-color) !important;
	border: 2px solid #575252;
}

.our-community-section .image-wrapper img {
	border-radius: 10px;
	width: 100% !important;
}

/* our-community-section css end */
/* features-section css start */
.mobile-features-section {
	display: none;
}

.features-section {
	background: var(--background-color);
	padding-bottom: var(--base-padding);
}

.features-section h3 {
	color: var(--grey-color);
	font-size: var(--sub-heading-font-size);
	font-weight: var(--font-weight-normal);
	font-family: var(--heading-font-family);
	line-height: var(--heading-line-height);
	margin: 0;
}

.features-section h2 {
	color: var(--white-color);
	font-size: var(--heading-font-size);
	font-family: var(--heading-font-family);
	font-weight: var(--font-weight-large);
	line-height: var(--heading-line-height);
}

.features-section .batch {
	background: linear-gradient(to left, #F9E561, #FFBC06);
	color: var(--secondaray-color) !important;
	border-radius: var(--btn-border-radius);
	font-size: var(--light-font-size);
	font-weight: var(--font-weight-bold);
	font-family: var(--base-font-family);
	width: 70px;
	padding: 5px 10px !important;
	text-align: center;
}

.features-section .content-box h4 {
	font-size: var(--news-heading-font-size);
	font-weight: var(--font-weight-bold);
	font-family: var(--heading-font-family);
	line-height: var(--heading-line-height);
	color: var(--white-color);
}

.features-section .content-box p {
	font-size: var(--text-font-size);
	font-weight: var(--font-weight-normal);
	font-family: var(--base-font-family);
	line-height: var(--base-line-height);
	color: var(--grey-color);
}

.features-section .content-box h5 {
	font-size: var(--base-font-size);
	font-weight: var(--font-weight-bold);
	font-family: var(--base-font-family);
	line-height: var(--heading-line-height);
	color: var(--white-color);
}

.features-section .news-box-gradient {
	background: linear-gradient(to right, rgba(155, 132, 57, 0.4), rgba(255, 255, 255, 0.7), rgba(155, 132, 57, 0.4), rgba(155, 132, 57, 0.4));
	border-radius: 12px;
	padding: 2px;
	margin-top: 40px;
}

.features-section .news-box-gradient ul {
	display: flex;
	gap: 20PX;
	align-items: center;
}

.features-section .news-box-gradient .news-box {
	background-color: var(--background-color);
	border-radius: 12px;
	padding: 30px 50px 30px 30px;
}

.features-section .news-box-gradient .news-box img {
	border-radius: 10px;
}

/* features-section css end */
/* featured-in-section css start */
.featured-in-section {
	background: url(../images/featured-in-bg.png) #000 !important;
	background-position: center !important;
	background-size: cover !important;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-image: linear-gradient(to right, rgba(46, 46, 46, 1), rgba(253, 206, 45, 1), rgba(46, 46, 46, 1))1;
	padding-bottom: var(--base-padding);
}

.featured-in-section h2 {
	color: var(--white-color);
	font-size: var(--heading-font-size);
	font-family: var(--heading-font-family);
	font-weight: var(--font-weight-large);
	line-height: var(--heading-line-height);
	padding: 70px 0 70px 0;
}

.featured-in-section .featured-in-image-section {
	gap: 70px;
}

/* featured-in-section css end */
/* our-partners-section css start */
.our-partners-section {
	background: url(../images/blue-blur.png) #000;
	border-bottom: 2px solid transparent;
	border-image: linear-gradient(to right, rgba(253, 206, 45, 0.3), rgba(253, 255, 255, 1), rgba(253, 206, 45, 0.3))1;
	padding-bottom: var(--base-padding);
	padding-top: var(--base-padding);
}

.our-partners-section h2 {
	color: var(--white-color);
	font-size: var(--heading-font-size);
	font-family: var(--heading-font-family);
	font-weight: var(--font-weight-large);
	line-height: var(--heading-line-height);
	padding-bottom: 60px;
}

.our-partners-section .our-partners-image-section {
	gap: 70px;
}

/* our-partners-section css end */
/* associated-section css start */
.associated-section {
	background: var(--background-color);
	padding-bottom: var(--base-padding);
	padding-top: var(--base-padding);
}

.associated-section h2 {
	color: var(--white-color);
	font-size: var(--heading-font-size);
	font-family: var(--heading-font-family);
	font-weight: var(--font-weight-large);
	line-height: var(--heading-line-height);
	padding-bottom: 60px;
}

.associated-section .associated-section-image-section {
	gap: 70px;
}

/* associated-section css end */
/* About page css end */
/* Wealth Page Banner Style Start */
.wealth-hero-banner {
	background: url(../images/managet-hero-banner.png) var(--background-color);
	padding-top: 68px;
	background-repeat: no-repeat;
}

.wealth-hero-banner .content-box {
	padding-top: 115px;
}

.wealth-hero-banner .Image-box img {
	max-width: 100%;
}

.wealth-hero-banner .content-box h2 {
	font-size: var(--hero-heading-font-size);
	font-weight: var(--font-weight-bolder);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	line-height: 1.2;
	padding-bottom: 16px;
}

.wealth-hero-banner h3 {
	font-size: var(--sub-heading-font-size);
	font-weight: var(--font-weight-normal);
	font-family: var(--base-font-family);
	color: var(--white-color);
	line-height: var(--heading-line-height);
}

/* Wealth Page Banner Style End*/
/*Wealth Card Section Style start */
.mobile-wealth-card-section {
	display: none;
}

.wealth-card-section {
	background-color: var(--background-color);
	padding-bottom: var(--base-padding);
	padding-top: 90px;
}

.wealth-card-section h3 {
	font-size: var(--sub-heading-font-size);
	font-weight: var(--font-weight-normal);
	font-family: var(--heading-font-family);
	color: var(--grey-color);
}

.wealth-card-section h2 {
	font-size: var(--heading-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	line-height: var(--heading-line-height);
	padding-bottom: 30px;
}

.wealth-card-section .card {
	background: url(../images/card-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	padding: 20px;
}

.wealth-card-section .card .program-content-area {
	min-height: 260px;
}

.wealth-card-section .card h4 {
	font-size: var(--medium-font-size);
	font-weight: var(--font-weight-bolder);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	margin: 0;
	padding: 20px 0 15px;
	line-height: 1.3;
}

.wealth-card-section .card p {
	font-size: var(--small-font-size);
	font-weight: var(--font-weight-medium);
	font-family: var(--heading-font-family);
	color: var(--grey-color);
	margin: 0 !important;
	line-height: 1.6;
}

.wealth-card-section .card a.button-style {
	padding: 12px 30px;
	background: transparent;
	color: var(--white-color) !important;
	border-radius: var(--btn-border-radius);
	font-size: var(--base-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--base-font-family);
	width: 222px;
	border: 2px solid var(--white-color);
	text-align: center;
}

.wealth-card-section .card a.button-style:hover {
	background: var(--white-color);
	color: #000 !important;
}

.wealth-card-section .gradient-card:hover {
	cursor: pointer;
	transform: scale(1.05);
}

.wealth-card-section .gradient-card:hover a.button-style {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: var(--black-color) !important;
}

.wealth-card-section .gradient-card {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2));
	border-radius: 12px;
	padding: 2px;
}

.wealth-card-section .gradient-card .card {
	background-color: var(--background-color);
	border-radius: 12px;
}

/*Wealth Card Section Style end*/
/*How Work Section Style Start*/
.how-work-section {
	background-color: var(--background-color);
	padding-bottom: var(--base-padding);
	padding-top: 90px;
	text-align: center;
	background: url(../images/sec-coin.png), url(../images/third-con.png), url(../images/forth-coin.png) var(--background-color);
	background-position: 0 60%, right 100px, 97% 77%;
	background-repeat: no-repeat;
	background-size: 141px;
}

.how-work-section .coin-card {
	position: relative;
}

.how-work-section .coin-card:before {
	content: "";
	background: url(../images/gold-coin.png);
	position: absolute;
	width: 107px;
	height: 107px;
	top: -68px;
	background-repeat: no-repeat;
	left: -60px;
}

.how-work-section h2 {
	font-size: var(--heading-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	line-height: var(--heading-line-height);
	padding-bottom: 30px;
}

.how-work-section .gradient-card {
	background: linear-gradient(to right, rgba(46, 46, 46, 0.4), rgba(155, 132, 57, 0.53), rgba(46, 46, 46, 0.4));
	border-radius: 14px;
	padding: 2px;
	/* max-width: 90%; */
	/* margin: auto; */
	margin-bottom: 50px;
}

.how-work-section .card-box {
	background: linear-gradient(to top, rgb(0 0 0), rgb(30 48 46));
	border-radius: 14px;
	padding: 44px 190px 40px 190px;
	min-height: 200px;
}

.how-work-section h4 {
	font-size: var(--box-font-size);
	font-weight: var(--font-weight-medium);
	font-family: var(--heading-font-family);
	color: var(--yellow-color);
	margin: 0;
	padding-bottom: 14px;
}

.how-work-section h5 {
	font-size: var(--group-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	line-height: 1.4;
}

/*How Work Section Style End*/
/*Work Shop Page Style Start*/
/*Work Hero Banner Style Start*/
.work-hero-banner {
	background: url(../images/work-banner.png);
	padding-top: var(--base-padding);
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
	background-position: center;
}

.work-hero-banner .content-box {
	padding-top: 40px;
}

.work-hero-banner h2 {
	font-size: var(--hero-heading-font-size);
	font-weight: var(--font-weight-bolder);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	line-height: var(--heading-line-height);
}

.work-hero-banner h3 {
	font-size: var(--sub-heading-font-size);
	font-weight: var(--font-weight-normal);
	font-family: var(--base-font-family);
	color: var(--white-color);
	line-height: var(--heading-line-height);
}

/*Work Hero Banner Style End*/
/*Work Oil Section Style Start*/
.work-oil-sec {
	background: url(../images/oil-tanks.png);
	padding-top: var(--base-padding);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-bottom: 3px solid transparent;
	border-image: linear-gradient(to right, rgba(46, 46, 46, 1), rgba(253, 206, 45, 1), rgba(46, 46, 46, 1))1;
	border-top: 3px solid transparent;
}

.work-oil-sec .content-box {
	padding-top: 58px;
}

.work-oil-sec .image-box img {
	max-width: 100%;
}

.work-oil-sec h3 {
	font-size: var(--heading-font-size);
	font-weight: var(--font-weight-bolder);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	line-height: var(--heading-line-height);
	padding-bottom: 10px;
}

.work-oil-sec p {
	font-size: var(--group-font-size);
	font-weight: var(--font-weight-normal);
	font-family: var(--base-font-family);
	color: var(--white-color);
	line-height: 1.2;
}

/*Work Oil Section Style End*/
/*Coming Workshop Section Style Start*/
.coming-workshop-sec {
	background-color: #000;
	padding: 80px 0;
}

.coming-workshop-sec h3 {
	font-size: var(--heading-font-size);
	font-weight: var(--font-weight-bolder);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	line-height: var(--heading-line-height);
	padding-bottom: 60px;
	text-align: center;
}

.coming-workshop-sec .owl-theme .owl-dots {
	margin-top: 50px !important;
}

.coming-workshop-sec .owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	margin: 0 10px;
	background: #D9D9D9 !important;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.coming-workshop-sec .owl-theme .owl-dots .owl-dot.active span {
	background: var(--yellow-color) !important;
}

.coming-workshop-sec .home-demo .item {
	background: none !important;
}

.coming-workshop-sec .dot-box {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.coming-workshop-sec .dot-box img {
	border-radius: 8px;
}

/*Coming Workshop Section Style End*/
/*Faq Section Style Start*/
.faq-sec {
	background-color: #000;
	padding: 80px 0;
}

.faq-sec h3 {
	font-size: var(--heading-font-size);
	font-weight: var(--font-weight-bolder);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	line-height: var(--heading-line-height);
	padding-bottom: 10px;
	text-align: center;
}

.faq-sec p {
	font-size: var(--paragraph-font-size);
	font-weight: var(--font-weight-light);
	font-family: var(--base-font-family);
	color: var(--grey-color);
	padding-bottom: 55px;
	text-align: center;
	margin: 0;
}

.faq-sec .accordion .accordion-item {
	margin-bottom: 30px;
	border: 1px solid #2B2B2B;
	padding: 26px 30px;
	border-radius: 16px;
	background: #141414 !important;
}

.faq-sec button.accordion-button {
	background: #141414;
	font-size: var(--text-font-size);
	font-weight: var(--font-weight-medium);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	padding: 0 !important;
}

.faq-sec .accordion-button:not(.collapsed) {
	box-shadow: none !important;
}

.faq-sec .accordion-button:focus {
	border: none !important;
	box-shadow: none !important;
}

.faq-sec .accordion-body {
	background: #141414;
	font-size: var(--text-font-size);
	font-weight: var(--font-weight-light);
	font-family: var(--secondaray--font-family);
	color: var(--grey-color);
	padding: 12px 0 0 0 !important;
}

.faq-sec .accordion-button::after {
	filter: invert(1);
}

/*Faq Section Style End*/
/*Work Shop Page Style End*/
/*Advisory Page Style Start*/
/*advisory banner start*/
.advisory-hero-banner {
	background: url(../images/advisorher.png) var(--background-color);
	background-repeat: no-repeat;
	background-position: center;
	height: 580px;
}

.advisory-hero-banner .content-box {
	padding-top: 115px;
	max-width: 70%;
}

.advisory-hero-banner .content-box h2 {
	font-size: var(--hero-heading-font-size);
	font-weight: var(--font-weight-bolder);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	line-height: 1.2;
	padding-bottom: 16px;
}

.advisory-hero-banner h3 {
	font-size: var(--sub-heading-font-size);
	font-weight: var(--font-weight-normal);
	font-family: var(--base-font-family);
	color: var(--white-color);
	line-height: var(--heading-line-height);
}

/*advisory banner css end*/
/*advisory plan section css start */
.advisory-plan-section {
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-image: linear-gradient(to right, rgba(46, 46, 46, 1), rgba(253, 206, 45, 1), rgba(46, 46, 46, 1))1;
	background-color: var(--background-color);
	padding-bottom: var(--base-padding);
	padding-top: 80px;
}

.mobile-advisory-plan-section {
	display: none;
}

.advisory-plan-section h3 {
	font-size: var(--sub-heading-font-size);
	font-weight: var(--font-weight-normal);
	font-family: var(--heading-font-family);
	color: var(--grey-color);
}

.advisory-plan-section h2 {
	font-size: var(--heading-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	line-height: var(--heading-line-height);
	padding-bottom: 50px;
}

.advisory-plan-section .card {
	background: url(../images/card-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	position: relative;
}

.advisory-plan-section .card h5 {
	font-size: var(--image-box-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--white-color);
}

.advisory-plan-section .card a.button-style,
.blog-section a.button-style {
	padding: 12px 30px;
	background: transparent;
	color: var(--white-color) !important;
	border-radius: var(--btn-border-radius);
	font-size: var(--base-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--base-font-family);
	width: 222px;
	border: 2px solid var(--white-color);
	text-align: center;
}

.advisory-plan-section .card a.button-style:hover,
.blog-section a.button-style:hover {
	background: var(--white-color);
	color: #000 !important;
}

.advisory-plan-section .gradient-card:hover {
	cursor: pointer;
	transform: scale(1.05);
}

.advisory-plan-section .gradient-card:hover a.button-style {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: var(--black-color) !important;
}

.advisory-plan-section .gradient-card {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2));
	border-radius: 12px;
	padding: 2px;
}

.advisory-plan-section .gradient-card .card {
	background-color: var(--background-color);
	border-radius: 12px;
}

/* advisory plan section css end*/
/* advisory featured section css Start*/
.advisory-featured-in-section {
	padding-top: var(--base-padding);
	padding-bottom: var(--base-padding);
	background: url(../images/feautred-blur.png) var(--background-color);
	background-position: top;
	background-repeat: no-repeat;
}

.mobile-advisory-featured-in-section {
	display: none;
}

.advisory-featured-in-section h2 {
	font-size: var(--heading-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	line-height: var(--heading-line-height);
}

.advisory-featured-in-section .gradient-box {
	background: linear-gradient(to right, rgba(46, 46, 46, 0.4), rgba(155, 132, 57, 0.53), rgba(46, 46, 46, 0.4));
	border-radius: 24px;
	padding: 2px;
	margin-top: 30px;
}

.advisory-featured-in-section .gradient-box .icon-box {
	background: url(../images/yellow-blur.png) #000;
	border-radius: 24px;
	height: 460px;
	text-align: center;
}

.advisory-featured-in-section .gradient-box .icon-box .img-box {
	background-color: #1F1F1F;
	border-radius: 24px 24px 0 0;
	min-height: 200px;
}

.advisory-featured-in-section .gradient-box .icon-box .img-box img {
	object-fit: cover;
	width: 100%;
	height: 320px;
	border-radius: 24px 24px 0 0;
}

.advisory-featured-in-section .gradient-box .icon-box .button-box {
	margin-top: 30px;
}

.advisory-featured-in-section .icon-box-section .icon-box h3 {
	font-size: var(--icon-box-font-size);
	font-weight: var(--font-weight-large);
	color: var(--white-color);
	font-family: var(--heading-font-family);
	line-height: var(--heading-line-height);
	padding-top: 52px;
}

.advisory-featured-in-section .icon-box-section .icon-box p {
	font-size: var(--text-font-size);
	font-weight: var(--font-weight-normal);
	color: var(--grey-color);
	font-family: var(--base-font-family);
}

/* advisory featured section css end*/
/* advisory counter section css start */
.advisory-counter-section {
	background-color: var(--background-color);
	padding-top: var(--base-padding);
	padding-bottom: var(--base-padding);
}

.advisory-counter-section h2 {
	font-size: var(--heading-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	line-height: var(--heading-line-height);
}

.advisory-counter-section .counter-box {
	background: url(../images/counter-blur.png);
	padding: var(--counter-padding);
	background-position: center;
	border-bottom: 1px solid transparent;
	border-image: linear-gradient(to right, rgba(46, 46, 46, 0.3), rgba(253, 206, 45, 1), rgba(46, 46, 46, 0.3))1;
}

.advisory-counter-section .counter-box h2 {
	font-size: var(--counter-font-size);
	line-height: var(--counter-line-height);
	font-weight: var(--font-weight-bolder);
	color: var(--primary-color);
	font-family: var(--territory-font-family);
}

.advisory-counter-section .counter-box h5 {
	font-size: var(--counter-text-font-size);
	line-height: var(--base-line-height);
	font-weight: var(--font-weight-normal);
	color: var(--white-color);
	font-family: var(--base-font-family);
}

/*advisory counter section css end */
/*advisory choose us section css start */
.advisory-choose-us-section {
	padding-bottom: var(--base-padding);
	background: var(--background-color);
}

.advisory-choose-us-section .gradient-box {
	background: linear-gradient(to right, rgba(46, 46, 46, 0.4), rgba(155, 132, 57, 0.53), rgba(46, 46, 46, 0.4));
	border-radius: 24px;
	padding: 2px;
	margin-top: 30px;
}

.advisory-choose-us-section .gradient-box .icon-box {
	background: url(../images/yellow-blur.png) #000;
	border-radius: 24px;
	height: 250px;
}

.advisory-choose-us-section .icon-box-section .icon-box h3 {
	font-size: var(--icon-box-font-size);
	font-weight: var(--font-weight-large);
	color: var(--white-color);
	font-family: var(--heading-font-family);
	line-height: var(--heading-line-height);
}

.advisory-choose-us-section .icon-box-section .icon-box p {
	font-size: var(--text-font-size);
	font-weight: var(--font-weight-normal);
	color: var(--grey-color);
	font-family: var(--base-font-family);
}

/*advisory choose us section css end */
/*advisory faq section css start*/
.advisory-faq-sec {
	background-color: #000;
	padding: 40px 0;
}

.advisory-faq-sec h3 {
	font-size: var(--heading-font-size);
	font-weight: var(--font-weight-bolder);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	line-height: var(--heading-line-height);
	padding-bottom: 10px;
	text-align: center;
}

.advisory-faq-sec p {
	font-size: var(--paragraph-font-size);
	font-weight: var(--font-weight-light);
	font-family: var(--base-font-family);
	color: var(--grey-color);
	padding-bottom: 70px;
	text-align: center;
}

.advisory-faq-sec .accordion .accordion-item {
	margin-bottom: 30px;
	border: 1px solid #2B2B2B;
	padding: 26px 30px;
	border-radius: 16px;
	background: #141414 !important;
}

.advisory-faq-sec button.accordion-button {
	background: #141414;
	font-size: var(--text-font-size);
	font-weight: var(--font-weight-medium);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	padding: 0 !important;
}

.advisory-faq-sec .accordion-button:not(.collapsed) {
	box-shadow: none !important;
}

.advisory-faq-sec .accordion-button:focus {
	border: none !important;
	box-shadow: none !important;
}

.advisory-faq-sec .accordion-body {
	background: #141414;
	font-size: var(--text-font-size);
	font-weight: var(--font-weight-light);
	font-family: var(--secondaray--font-family);
	color: var(--grey-color);
	padding: 12px 0 0 0 !important;
}

.advisory-faq-sec .accordion-button::after {
	filter: invert(1);
}

/*advisory faq section css end*/
/*booking account section css Start*/
.booking-account-sec {
	padding: 80px 0;
	background: url(../images/snake-shape-img.png);
	background-repeat: no-repeat;
	background-position: center;
}

.booking-account-sec h2 {
	font-size: var(--Form-font-size);
	font-weight: var(--font-weight-bolder);
	font-family: var(--heading-font-family);
	color: var(--black-color);
	padding-bottom: 40px;
	text-align: center;
	margin: 0;
}

.booking-account-sec .input-style {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.booking-account-sec .input-style input {
	border: 2px solid #D5D5D5;
	border-radius: 8px;
	height: 44px;
	outline: none;
	padding: 0 20px;
	background-color: #F5F5F5;
	width: 100%;
}

.booking-account-sec .input-style .form-select:focus {
	border-color: #D5D5D5 !important;
	box-shadow: none !important;
	border: 2px solid;
}

.booking-account-sec .input-style input::placeholder {
	font-size: var(--text-font-size);
	font-weight: var(--font-weight-medium);
	font-family: var(--heading-font-family);
	color: #7A7A71;
}

.booking-account-sec .input-style select {
	font-size: var(--text-font-size);
	font-weight: var(--font-weight-medium);
	font-family: var(--heading-font-family);
	border: 2px solid #D5D5D5;
	background-color: #F5F5F5;
	color: #7A7A71;
	padding: 0 20px;
	outline: none;
}

.booking-account-sec .submit-type {
	text-align: center;
	margin-top: 40px;
}

.booking-account-sec .submit-type input[type="Submit"],
.booking-account-sec .submit-type button {
	font-size: var(--submt-button-font-size);
	font-weight: var(--font-weight-bold);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	border: 1px solid;
	background: #1F1F1F;
	border-radius: 8px;
	padding: 14px 0;
	max-width: 62%;
	width: 100%;
}

.booking-account-sec .submit-type input[type="Submit"]:hover,
.booking-account-sec .submit-type button:hover {
	transform: scale(1.05);
}

.booking-account-sec p {
	font-size: var(--image-box-font-size);
	font-weight: var(--font-weight-light);
	font-family: var(--heading-font-family);
	color: var(--black-color);
	padding-top: 40px;
	text-align: center;
	margin: 0;
}

/*booking account section css end*/
/*Advisory Page Style End*/
/*Placement Page Style Start*/
/*placement banner start*/
.placement-hero-banner {
	background: url(../images/placement-hero.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 419px;
	padding-top: 60px;
}

.placement-hero-banner .image-box img {
	width: 662px;
}

.placement-hero-banner .content-box {
	padding-top: 140px;
	max-width: 70%;
}

.placement-hero-banner .content-box h2 {
	font-size: var(--hero-heading-font-size);
	font-weight: var(--font-weight-bolder);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	line-height: 1.2;
	padding-bottom: 16px;
}

.placement-hero-banner h3 {
	font-size: var(--sub-heading-font-size);
	font-weight: var(--font-weight-normal);
	font-family: var(--base-font-family);
	color: var(--white-color);
	line-height: var(--heading-line-height);
}

/*placement banner css end*/
/*futures section css start */
.futures-section {
	padding-top: var(--base-padding);
	padding-bottom: var(--base-padding);
	background: var(--background-color);
	border-top: 3px solid transparent;
	border-image: linear-gradient(to right, rgba(46, 46, 46, 1), rgba(253, 206, 45, 1), rgba(46, 46, 46, 1))1;
	border-bottom: 3px solid transparent;
}

.futures-section h2 {
	font-size: var(--heading-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	padding-bottom: 24px;
	margin: 0;
}

.futures-section p {
	font-size: var(--sub-heading-font-size);
	font-weight: var(--font-weight-normal);
	font-family: var(--base-font-family);
	color: var(--white-color);
}

.futures-section h3 {
	font-size: var(--box-font-size);
	font-weight: var(--font-weight-);
	font-family: var(--base-font-family);
	color: var(--white-color);
}

.futures-section .gradient-box {
	background: linear-gradient(to right, rgba(46, 46, 46, 0.4), rgba(155, 132, 57, 0.53), rgba(46, 46, 46, 0.4));
	border-radius: 24px;
	padding: 2px;
	margin-top: 30px;
}

.futures-section .gradient-box .icon-box {
	background: url(../images/yellow-blur.png) #000;
	border-radius: 24px;
	height: 110px;
	display: flex;
	align-items: center;
}

.futures-section h4 {
	font-size: var(--futures-font-size);
	font-weight: var(--font-weight-);
	font-family: var(--base-font-family);
	color: var(--white-color);
	text-align: center;
	padding-top: 80px;
}

.futures-section .icon-box-section .icon-box p {
	font-size: var(--text-font-size);
	font-weight: var(--font-weight-normal);
	color: var(--grey-color);
	font-family: var(--base-font-family);
}

/*futures section css end*/
/*Placement How Work Section Style Start*/
.placement-how-work-section {
	background-color: var(--background-color);
	padding-bottom: var(--base-padding);
	padding-top: 90px;
	text-align: center;
	background: url(../images/sec-coin.png), url(../images/third-con.png), url(../images/forth-coin.png) var(--background-color);
	background-position: 0 60%, right 100px, 97% 77%;
	background-repeat: no-repeat;
	background-size: 141px;
}

.placement-how-work-section .coin-card {
	position: relative;
}

.placement-how-work-section .coin-card:before {
	content: "";
	background: url(../images/gold-coin.png);
	position: absolute;
	width: 107px;
	height: 107px;
	top: -68px;
	background-repeat: no-repeat;
	left: -60px;
}

.placement-how-work-section h2 {
	font-size: var(--heading-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	line-height: var(--heading-line-height);
	padding-bottom: 30px;
}

.placement-how-work-section .gradient-card {
	background: linear-gradient(to right, rgba(46, 46, 46, 0.4), rgba(155, 132, 57, 0.53), rgba(46, 46, 46, 0.4));
	border-radius: 14px;
	padding: 2px;
	/* max-width: 90%; */
	/* margin: auto; */
	margin-bottom: 50px;
}

.placement-how-work-section .card-box {
	background: linear-gradient(to top, rgb(0 0 0), rgb(30 48 46));
	border-radius: 14px;
	padding: 36px 190px 0 160px;
	min-height: 110px;
}

.placement-how-work-section h4 {
	font-size: var(--box-font-size);
	font-weight: var(--font-weight-medium);
	font-family: var(--heading-font-family);
	color: var(--yellow-color);
	margin: 0;
	padding-bottom: 14px;
}

.placement-how-work-section h5 {
	font-size: var(--group-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	line-height: 1.4;
}

/*Placement How Work Section Style End*/
/*Placement Page Style End*/
/*Faq Page Style Start*/
.faq-page-sec {
	padding: 80px 0;
	background: url(../images/sec-coin.png), url(../images/third-con.png), url(../images/forth-coin.png), url(../images/forth-coin.png) var(--background-color);
	background-repeat: no-repeat;
	background-position: 0 40%, 100% 100px, 95% 73%, 50px bottom;
	background-size: 141px;
}

.faq-page-sec h3 {
	font-size: var(--heading-font-size);
	font-weight: var(--font-weight-bolder);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	line-height: var(--heading-line-height);
	padding-bottom: 10px;
	text-align: center;
}

.faq-page-sec p {
	font-size: var(--paragraph-font-size);
	font-weight: var(--font-weight-light);
	font-family: var(--base-font-family);
	color: var(--grey-color);
	padding-bottom: 70px;
	text-align: center;
}

.faq-page-sec .accordion .accordion-item {
	margin-bottom: 30px;
	border: 1px solid #2B2B2B;
	padding: 26px 30px;
	border-radius: 16px;
	background: #141414 !important;
	position: relative;
	z-index: 1;
}

.faq-page-sec .accordion {
	position: relative;
}

.faq-page-sec .accordion:before {
	content: "";
	background: url(../images/gold-coin.png);
	position: absolute;
	width: 107px;
	height: 107px;
	top: -68px;
	background-repeat: no-repeat;
	left: 50px;
	z-index: 0;
}

.faq-page-sec button.accordion-button {
	background: #141414;
	font-size: var(--text-font-size);
	font-weight: var(--font-weight-medium);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	padding: 0 !important;
}

.faq-page-sec .accordion-button:not(.collapsed) {
	box-shadow: none !important;
}

.faq-page-sec .accordion-button:focus {
	border: none !important;
	box-shadow: none !important;
}

.faq-page-sec .accordion-body {
	background: #141414;
	font-size: var(--text-font-size);
	font-weight: var(--font-weight-light);
	font-family: var(--secondaray--font-family);
	color: var(--grey-color);
	padding: 12px 0 0 0 !important;
}

.faq-page-sec .accordion-button::after {
	filter: invert(1);
}

.footer-coin-style {
	position: relative;
}

.footer-coin-style::before {
	content: "";
	background: url(../images/footer-coin.png);
	position: absolute;
	width: 107px;
	height: 107px;
	bottom: -71px;
	background-repeat: no-repeat;
	right: 100px;
	background-size: 106px;
}

footer.site-footer {
	z-index: 999;
	position: relative;
}

/*Faq Page Style End*/
/*Alpha Trader Page Style Start*/
.alpha-hero-banner a.moreless-button {
	display: none;
}

.alpha-hero-banner {
	background: url(../images/alpha-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0;
	height: 1000px;
	background-position: center;
}

.alpha-hero-banner .box-border {
	background: linear-gradient(to right, rgba(46, 46, 46, 0.4), rgba(155, 132, 57, 0.53), rgba(46, 46, 46, 0.4));
	border-radius: 16px;
	padding: 2px;
}

.alpha-hero-banner .box-border .border-styling {
	background: url(../images/yellow-blur.png) #000;
	border-radius: 16px;
	padding: 0;
	display: flex;
	min-height: 850px !important;
}

.alpha-hero-banner .box-border .border-styling .first-col {
	background-color: #1F1F1F;
	padding: 40px 30px 60px;
	border-radius: 16px 0 0 16px;
	position: relative;
}

.alpha-hero-banner .box-border .border-styling .first-col:before {
	content: "";
	background: url(../images/alpha-first-coin.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	bottom: -40px;
	left: -80px;
	height: 220px;
	width: 220px;
}

.alpha-hero-banner .box-border .border-styling .sec-column {
	position: relative;
	background-color: #121212 !important;
	border-radius: 0 16px 16px 0;
	padding: 0 35px;
}

.alpha-hero-banner .box-border .border-styling .sec-column:before {
	content: "";
	background: url(../images/alpha-sec-gold.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: -150px;
	right: -80px;
	height: 220px;
	width: 220px;
}

.alpha-hero-banner .sec-column .input-inner .radio-box span.check {
	display: block;
	width: 20px;
	height: 20px;
	border: white 3px solid;
	border-radius: 50%;
}

.alpha-hero-banner .sec-column .input-inner .radio-box input:checked~.check {
	border: 3px solid var(--yellow-color);
	background: var(--yellow-color);
}

.alpha-hero-banner .sec-column .input-inner .radio-box input {
	visibility: hidden;
}

.alpha-hero-banner .box-border .border-styling .select-section {
	background: url(../images/liw-blur.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.alpha-hero-banner .button-styling span {
	font-size: var(--badges-font-size);
	font-weight: var(--font-weight-medium);
	font-family: var(--heading-font-family);
	color: var(--yellow-color);
	padding-left: 18px !important;
	margin: 0;
}

.alpha-hero-banner .button-styling {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2));
	border-radius: 12px;
	padding: 2px;
	margin-bottom: 30px;
}

.alpha-hero-banner .button-styling .img-back {
	background-color: var(--background-color);
	border-radius: 12px;
	display: flex;
	align-items: center;
	padding: 20px;
	background-image: url(../images/back-img.png);
	background-repeat: no-repeat;
	background-position: right;
}

.alpha-hero-banner .badges-button {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.alpha-hero-banner .inner-button {
	background: linear-gradient(to right, rgba(46, 46, 46, 0.4), rgba(155, 132, 57, 0.53), rgba(46, 46, 46, 0.4));
	border-radius: 4px;
	padding: 2px;
}

.alpha-hero-banner .inner-button:first-child {
	margin-right: 16px;
}

.alpha-hero-banner .inner-badges {
	background: url(../images/yellow-blur.png) #000;
	border-radius: 4px;
	padding: 12px 28px;
	display: flex;
	align-items: center;
}

.alpha-hero-banner .inner-button .inner-badges span {
	font-size: 12px;
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	margin: 0;
}

.alpha-hero-banner h3 {
	font-size: var(--medium-font-size);
	font-weight: var(--font-weight-bolder);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	padding-bottom: 25px !important;
	margin: 0;
}

.alpha-hero-banner h5 {
	font-size: var(--text-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--base-font-family);
	color: var(--white-color);
	padding-bottom: 14px !important;
	margin: 0;
	line-height: 1.6;
}

.alpha-hero-banner p {
	font-size: var(--text-font-size);
	font-weight: var(--font-weight-light);
	font-family: var(--base-font-family);
	color: var(--grey-color);
	padding-bottom: 14px !important;
	margin: 0;
	line-height: 1.7;
}

.alpha-hero-banner p span {
	font-weight: var(--font-weight-large);
	color: var(--white-color);
}

.alpha-hero-banner .sec-column .counter-box {
	text-align: center;
	background: url(../images/counter-blur.png);
	background-position: center;
	border-bottom: 1px solid transparent;
	border-image: linear-gradient(to right, rgba(46, 46, 46, 0.3), rgba(253, 206, 45, 1), rgba(46, 46, 46, 0.3))1;
	padding: 50px 0 40px 0;
}

.alpha-hero-banner .sec-column .counter-box h5 {
	font-size: var(--image-box-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	padding-top: 14px !important;
	margin: 0;
}

.alpha-hero-banner .sec-column h4 {
	font-size: var(--image-box-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	padding: 64px 0 40px 0 !important;
	margin: 0;
}

.alpha-hero-banner .sec-column .input-box {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2));
	border-radius: 12px;
	padding: 2px;
	margin-bottom: 20px;
}

.alpha-hero-banner .sec-column .input-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #141414;
	border-radius: 12px;
	padding: 14px 20px;
}

.alpha-hero-banner .sec-column .input-inner .radio-box {
	display: flex;
	align-items: center;
	margin-left: -12px;
}

.alpha-hero-banner .sec-column .input-inner .money-box {
	display: flex;
	align-items: center;
}

.alpha-hero-banner .sec-column .input-inner .money-box .sec-pice {
	border: 1px solid #2B2B2B;
	border-radius: 5px;
	background: #2B2B2B;
	padding: 8px 24px;
}

.alpha-hero-banner .sec-column .input-inner .money-box .first-pice span {
	font-size: var(--radio-font-size);
	font-weight: var(--font-weight-medium);
	font-family: var(--heading-font-family);
	color: var(--grey-color);
	margin-right: 30px;
}

.alpha-hero-banner .sec-column .input-inner .radio-box label {
	font-size: var(--radio-font-size);
	font-weight: var(--font-weight-medium);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	padding-left: 12px;
}

.alpha-hero-banner .sec-column .input-inner .money-box label {
	font-size: var(--light-font-size);
	font-weight: var(--font-weight-bolder);
	font-family: var(--heading-font-family);
	color: var(--yellow-color);
}

/*Alpha Trader Page Style End*/
/*Founder Page Style Start*/
/*Founder hero-banner css start */
.founder-hero-banner a.moreless-button {
	display: none;
}

.founder-hero-banner {
	background: url(../images/founder-hero.png) var(--background-color);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	padding-bottom: 100px;
}

.founder-hero-banner .img-box {
	text-align: center;
}

.founder-hero-banner .img-box img {
	max-width: 100%;
	position: relative;
}

.founder-hero-banner .content-box {
	margin-top: -316px;
	position: relative;
	z-index: 5;
}

.founder-hero-banner h2 {
	font-size: var(--hero-heading-font-size);
	font-weight: var(--font-weight-bolder);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	text-align: center;
	margin: 0;
	padding-bottom: 10px;
}

.founder-hero-banner h3 {
	font-size: var(--sub-heading-font-size);
	font-weight: var(--font-weight-normal);
	font-family: var(--base-font-family);
	color: var(--white-color);
	text-align: center;
	margin: 0;
	padding-bottom: 38px;
}

.founder-hero-banner p {
	font-size: var(--group-font-size);
	font-weight: var(--font-weight-normal);
	font-family: var(--base-font-family);
	color: var(--white-color);
	margin: 0;
	padding-bottom: 28px;
	line-height: 1.4;
}

/*Founder hero-banner css end */
/*mentors section css start*/
.mobile-mentors-section {
	display: none;
}

.mentors-section {
	background: url(../images/founder-blur.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
	background-color: var(--background-color);
	padding: 30px 0 80px;
	min-height: 850px;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-image: linear-gradient(to right, rgba(46, 46, 46, 1), rgba(253, 206, 45, 1), rgba(46, 46, 46, 1))1;
}

.mentors-section .testi-box {
	background: linear-gradient(to right, rgba(46, 46, 46, 0.4), rgba(155, 132, 57, 0.53), rgba(46, 46, 46, 0.4));
	border-radius: 14px;
	padding: 2px;
	margin-top: 30px;
}

.mentors-section .counter-box {
	background: #000;
	border-radius: 14px;
	min-height: 600px;
	padding: 60px 30px 0;
}

.mentors-section .counter-box .heading-box {
	min-height: 280px;
}

.mentors-section .icon-box {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.mentors-section h3 {
	font-size: var(--heading-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	margin: 0;
}

.mentors-section h5 {
	font-size: var(--sub-heading-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--grey-color);
	margin: 0;
	padding-bottom: 16px;
}

.mentors-section h4 {
	font-size: var(--text-font-size);
	font-weight: var(--font-weight-medium);
	font-family: var(--base-font-family);
	color: var(--white-color);
	margin: 0;
	line-height: 1.6;
}

.mentors-section .counter-box h5 {
	font-size: var(--image-box-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	margin: 0;
	padding-bottom: 16px;
}

.mentors-section .counter-box p {
	font-size: var(--text-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--grey-color);
	margin: 0;
}

/*mentors section css end */
/*Screenshot section css Start*/
.mobile-image-screenchot-section {
	display: none;
}

.image-screenchot-section {
	background: url(../images/yellow-blur.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: var(--background-color);
	padding: 70px 0;
}

.image-screenchot-section .image-box {
	margin-bottom: 30px;
}

.image-screenchot-section .image-box img {
	width: 100%;
}

.image-screenchot-section h2 {
	font-size: var(--heading-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	text-align: center;
	color: var(--white-color);
	margin: 0;
	padding-bottom: 60px;
}

/*Screenshot section css End*/
/*Founder Page Style End*/
/*Course Page Style Start*/
/*Course banner start*/
.course-hero-banner {
	background: url(../images/rupees-img.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 580px;
	background-size: cover;
}

.course-hero-banner .content-box {
	padding-top: 115px;
	max-width: 70%;
}

.course-hero-banner .content-box h2 {
	font-size: var(--hero-heading-font-size);
	font-weight: var(--font-weight-bolder);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	line-height: 1.2;
	padding-bottom: 16px;
}

.course-hero-banner h3 {
	font-size: var(--sub-heading-font-size);
	font-weight: var(--font-weight-normal);
	font-family: var(--base-font-family);
	color: var(--white-color);
	line-height: var(--heading-line-height);
}

.course-hero-banner .territory-btn {
	width: 260px;
}

/*Course banner css end*/
/*Course card-section css start */
.course-card-section {
	background: url(../images/founder-blur.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
	background-color: var(--background-color);
	padding: 80px 0;
}

.course-card-section h3 {
	font-size: var(--sub-heading-font-size);
	font-weight: var(--font-weight-normal);
	font-family: var(--heading-font-family);
	color: var(--grey-color);
}

.course-card-section h2 {
	font-size: var(--heading-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	line-height: var(--heading-line-height);
	padding-bottom: 30px;
}

.course-card-section .card h4 {
	font-size: var(--member-font-size);
	font-weight: var(--font-weight-bolder);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	margin: 0;
	padding-bottom: 30px;
}

.course-card-section .list-style {
	background-position: center;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	border-image: linear-gradient(to right, rgba(46, 46, 46, 0.3), rgb(136 136 136), rgba(46, 46, 46, 0.3)) 1;
	padding: 34px 0;
}

.course-card-section .list-style ul {
	list-style-type: disc;
}

.course-card-section .list-style ul li {
	font-size: var(--text-font-size);
	font-weight: var(--font-weight-normal);
	font-family: var(--base-font-family);
	color: var(--white-color);
	padding-bottom: 8px;
}

.course-card-section .card span {
	font-size: 34px;
	font-weight: var(--font-weight-bolder);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	padding-top: 30px;
}

.course-card-section .gradient-card {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2));
	border-radius: 12px;
	padding: 2px;
}

.course-card-section .gradient-card .card {
	background-color: var(--background-color);
	border-radius: 12px;
	padding: 40px 40px !important;
}

/*Course card-section css end*/
/*Course Page Style End*/
/*Calender section css start*/
.calender-section {
	padding: 80px 0;
}

.calender-section .row-stylig {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
}

.mobile-calender-section {
	display: none;
}

.calender-section .row-stylig .col-style {
	border-right: 1px solid #B9B9B9;
}

.calender-section .row-stylig .col-style:last-child {
	border: none;
}

.calender-section .image-box {
	margin-bottom: 24px;
}

.calender-section h4 {
	font-size: var(--text-font-size);
	font-weight: var(--font-weight-normal);
	font-family: var(--base-font-family);
	color: var(--black-color);
	margin: 0;
	padding-bottom: 10px;
}

.calender-section p {
	font-size: var(--base-font-size);
	font-weight: var(--font-weight-bolder);
	font-family: var(--heading-font-family);
	color: var(--black-color);
	margin: 0;
}

/*Calender section css end*/
/*our-course section css start*/
.our-course-section {
	background: url(../images/course-vector.png);
	background-repeat: no-repeat;
	background-position: left;
	background-color: var(--background-color);
	padding: 80px 0;
}

.our-course-section .gradient-card {
	background: linear-gradient(to right, rgba(46, 46, 46, 0.4), rgba(155, 132, 57, 0.53), rgba(46, 46, 46, 0.4));
	border-radius: 14px;
	padding: 2px;
	margin-bottom: 50px;
}

.our-course-section .card-box {
	background: linear-gradient(to top, rgb(0 0 0), rgb(30 48 46));
	border-radius: 14px;
	padding: 22px 26px;
	text-align: center;
}

.our-course-section h3 {
	font-size: var(--heading-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	margin: 0;
	padding-bottom: 36px;
}

.our-course-section p {
	font-size: var(--paragraph-font-size);
	font-weight: var(--font-weight-normal);
	font-family: var(--base-font-family);
	color: var(--white-color);
	margin: 0;
	padding-bottom: 40px;
}

.our-course-section h4 {
	font-size: var(--icon-box-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	margin: 0;
	padding-bottom: 10px;
}

.our-course-section h5 {
	font-size: var(--text-font-size);
	font-weight: var(--font-weight-normal);
	font-family: var(--heading-font-family);
	color: var(--grey-color);
	margin: 0;
}

/*our-course section css end*/
/*learn-section css start*/
.learn-section {
	background-color: var(--background-color);
	padding: 80px 0 50px;
	border-top: 2px solid transparent;
	border-image: linear-gradient(to right, rgba(46, 46, 46, 0.3), rgb(136 136 136), rgba(46, 46, 46, 0.3)) 1;
}

.mobile-learn-section {
	display: none;
}

.learn-section h2 {
	font-size: var(--heading-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	line-height: var(--heading-line-height);
	padding-bottom: 50px;
	margin: 0;
}

.learn-section .gradient-card {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2));
	border-radius: 12px;
	padding: 2px;
}

.learn-section .gradient-card .card {
	background-color: var(--background-color);
	border-radius: 12px;
	padding: 20px 28px !important;
	min-height: 190px;
}

.learn-section h4 {
	font-size: var(--paragraph-font-size);
	font-weight: var(--font-weight-bolder);
	font-family: var(--heading-font-family);
	color: var(--yellow-color);
	margin: 0;
	padding-bottom: 10px;
}

.learn-section p {
	font-size: var(--base-font-size);
	font-weight: var(--font-weight-normal);
	font-family: var(--base-font-family);
	color: var(--white-color);
	margin: 0;
}

/*learn-section css end*/
/*join-section css start*/
.join-section {
	background: url(../images/founder-blur.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: var(--background-color);
	padding: 80px 0;
	border-bottom: 2px solid transparent;
	border-image: linear-gradient(to right, rgba(46, 46, 46, 0.3), rgb(136 136 136), rgba(46, 46, 46, 0.3)) 1;
}

.join-section h2 {
	font-size: var(--heading-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	line-height: var(--heading-line-height);
	padding-bottom: 65px;
	margin: 0;
}

.join-section .gradient-card {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2));
	border-radius: 12px;
	padding: 2px;
	margin-bottom: 30px;
}

.join-section .gradient-card .card {
	background-color: var(--background-color);
	border-radius: 12px;
	padding: 24px 28px 20px !important;
	min-height: 215px;
}

.join-section h4 {
	font-size: var(--paragraph-font-size);
	font-weight: var(--font-weight-bolder);
	font-family: var(--heading-font-family);
	color: var(--yellow-color);
	margin: 0;
	padding-bottom: 10px;
}

.join-section p {
	font-size: var(--base-font-size);
	font-weight: var(--font-weight-normal);
	font-family: var(--base-font-family);
	color: var(--white-color);
	margin: 0;
}

/*join-section-css end*/
/*hear-best-section-css-start*/
.hear-best-section {
	background-color: var(--background-color);
	padding: 80px 0;
}

.hear-best-section h2 {
	font-size: var(--heading-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	line-height: var(--heading-line-height);
	padding-bottom: 20px;
	margin: 0;
}

.hear-best-section p {
	font-size: var(--sub-heading-font-size);
	font-weight: var(--font-weight-normal);
	font-family: var(--base-font-family);
	color: var(--white-color);
	line-height: var(--heading-line-height);
	margin: 0;
	padding: 0 50px 50px;
}

.hear-best-section .box-styling {
	background: linear-gradient(to right, rgba(46, 46, 46, 0.4), rgba(155, 132, 57, 0.53), rgba(46, 46, 46, 0.4));
	border-radius: 24px;
	padding: 2px;
	margin-top: 30px;
}

.hear-best-section ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.hear-best-section ul iframe {
	width: 100%;
	min-height: 481px;
	border-radius: 6px;
}

.best-mobile-section {
	display: none;
}

.hear-best-section .best-section img {
	max-width: 100% !important;
}

.hear-best-section .row-styling {
	background: url(../images/back-design.png) #000;
	border-radius: 24px;
	padding: 70px 0 80px;
}

.hear-best-section h3 {
	font-size: var(--counter-font-size);
	font-weight: var(--font-weight-bolder);
	font-family: var(--territory-font-family);
	color: var(--yellow-color);
	line-height: var(--heading-line-height);
	margin: 0;
	text-align: left;
	padding-top: 40px;
}

.hear-best-section .batch-box {
	border-top: 1px solid transparent;
	border-image: linear-gradient(to right, rgba(46, 46, 46, 0.3), rgba(253, 206, 45, 1), rgba(46, 46, 46, 0.3))1;
	padding-top: 60px;
	background: url(../images/founder-blur.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
}

.hear-best-section .batch-box ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	justify-content: center;
	max-width: 50%;
	margin: auto;
}

.hear-best-section .batch-box ul li {
	padding: 0;
	text-align: center;
	position: relative;
}

.hear-best-section .batch-box ul li:after {
	content: "";
	position: absolute;
	border: 1px solid var(--yellow-color);
	border-radius: 50%;
	height: 15px;
	width: 15px;
	font-size: 136px;
	background: var(--yellow-color);
	top: 35px;
	right: -6px;
}

.hear-best-section .batch-box ul li:before {
	content: "";
	position: absolute;
	border: 1px solid var(--yellow-color);
	border-radius: 50%;
	height: 15px;
	width: 15px;
	font-size: 136px;
	background: var(--yellow-color);
	top: 62px;
	right: -6px;
}

.hear-best-section .batch-box ul li:last-child:before {
	border: none !important;
	background: none !important;
}

.hear-best-section .batch-box ul li:last-child:after {
	border: none !important;
	background: none !important;
}

.hear-best-section .batch-box li span {
	font-size: var(--time-font-size);
	font-weight: var(--font-weight-bolder);
	font-family: var(--territory-font-family);
	color: var(--yellow-color);
	margin: 0;
}

.hear-best-section .batch-box li .day-box p {
	font-size: var(--submt-button-font-size);
	font-weight: var(--font-weight-normal);
	font-family: var(--base-font-family);
	color: var(--white-color);
	margin: 0;
	text-align: center;
	padding: 0 !important;
}

.hear-best-section .batch-box .button-style {
	display: flex;
	justify-content: center;
	margin: 60px 0 40px;
}

.hear-best-section .batch-box .button-style .territory-btn {
	width: 100%;
	max-width: 40%;
	margin: 0 !important;
}

.hear-best-section .batch-box h5 {
	font-size: var(--image-box-font-size);
	font-weight: var(--font-weight-normal);
	font-family: var(--base-font-family);
	color: var(--yellow-color);
	text-align: center;
	margin: 0;
}

/*hear-best-section-css-end*/
/*certified-section-css-start*/
.certified-section {
	padding: 80px 0;
}

.certified-section .image-box {
	display: flex;
	justify-content: end;
}

.certified-section h3 {
	font-size: var(--heading-font-size);
	font-weight: var(--font-weight-bolder);
	font-family: var(--heading-font-family);
	color: #1F1D0D;
	padding-bottom: 20px;
	margin: 0;
}

.certified-section p {
	font-size: var(--base-font-size);
	font-weight: var(--font-weight-medium);
	font-family: var(--base-font-family);
	color: #29281E;
	padding-bottom: 30px;
	margin: 0;
}

.certified-section .content-box a.button {
	border: 1px solid #1F1D0D;
	border-radius: 3px;
	background: #1F1D0D;
	padding: 10px 30px;
	display: inline-block;
	font-size: var(--small-font-size);
	font-weight: var(--font-weight-bold);
	font-family: var(--heading-font-family);
	color: var(--white-color);
}

.certified-section .content-box a.button:hover {
	/*border-color: #1F1D0D; background: var(--white-color); color: #1F1D0D;*/
	transform: scale(1.05);
}

/*certified-section-css-end*/
/*Pop Up Page Style Start*/
@media screen and (min-width:767px) {
	.pop-up-section ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.pop-up-section ul li:nth-child(5),
	.pop-up-section ul li:nth-child(6) {
		grid-column-start: 1;
		grid-column-end: 3;
	}
}

.pop-up-back {
	background-color: var(--background-color);
}

.pop-up-section,
body.modal-open .thanksPop .modal-content {
	background: url(../images/pop-coin-one.png), url(../images/pop-coin-sec.png), url(../images/pop-coin-third.png);
	background-position: 0 0, right 100px, 0 110%;
	background-repeat: no-repeat;
	background-size: 230px;
	background-color: var(--background-color);
	padding: 50px 0 40px;
	border-bottom: 3px solid transparent;
	border-top: 3px solid transparent;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-image: linear-gradient(to right, rgba(46, 46, 46, 1), rgba(253, 206, 45, 1), rgba(46, 46, 46, 1))1;
	border-radius: 15px;
}

.pop-up-back .modal-dialog .btn-close {
	--bs-btn-close-bg: url("../images/cross.png") !important;
	--bs-btn-close-opacity: 0.5 !important;
	--bs-btn-close-hover-opacity: 0.75 !important;
	--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
	--bs-btn-close-focus-opacity: 1 !important;
	--bs-btn-close-disabled-opacity: 0.25 !important;
	--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%) !important;
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: var(--bs-btn-close-color);
	background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
	border: 0;
	border-radius: .375rem;
	opacity: var(--bs-btn-close-opacity);
}

body.modal-open .thanksPop .closePop {
	--bs-btn-close-bg: url("../images/cross.png") !important;
	--bs-btn-close-opacity: 0.5 !important;
	--bs-btn-close-hover-opacity: 0.75 !important;
	--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
	--bs-btn-close-focus-opacity: 1 !important;
	--bs-btn-close-disabled-opacity: 0.25 !important;
	--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%) !important;
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: var(--bs-btn-close-color);
	background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
	border: 0;
	border-radius: .375rem;
	opacity: var(--bs-btn-close-opacity);
	margin-left: 452px !important;
	margin-top: -10px !important;
}

body.modal-open .thanksPop .closePop span {
	display: none;
}

.pop-up-back .modal-dialog button:focus:not(:focus-visible) {
	outline: none !important;
	box-shadow: none;
}

.pop-up-back .modal-dialog {
	max-width: 100% !important;
}

.pop-up-back .modal-dialog .modal-content {
	width: 84% !important;
	margin: auto;
	background: none;
	border: 1px solid;
	border-radius: 12px;
}

.pop-up-section h2,
body.modal-open .thanksPop h2 {
	font-size: var(--hero-heading-font-size);
	font-weight: var(--font-weight-bolder);
	font-family: var(--territory-font-family);
	color: var(--yellow-color);
	padding-bottom: 34px;
	text-align: center;
	margin: 0;
}

.pop-up-section p,
body.modal-open .thanksPop span {
	font-size: var(--our-vision-text);
	font-weight: var(--font-weight-light);
	font-family: var(--base-font-family);
	color: var(--grey-color);
	text-align: center;
	padding-bottom: 40px;
	margin: 0;
}

.pop-up-section .form-box {
	max-width: 90%;
	margin: auto;
}

.modal.show .modal-dialog {
	transform: none;
	width: 70%;
}

.pop-up-section .cross {
	display: flex;
	justify-content: end;
	margin-right: 20px;
	margin-top: -36px;
}

.pop-up-section .form-box .form-section .number {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
}

.pop-up-section .form-box .form-section input[type="text"],
.pop-up-section .form-box .form-section input[type="tel"],
.pop-up-section .form-box .form-section input[type="email"],
.pop-up-section .form-box .form-section input[type="date"],
.pop-up-section .form-box .form-section select {
	display: block;
	border: 1px solid #2C3433;
	width: 100%;
	height: 58px;
	border-radius: 8px;
	padding: 0 30px;
	background: #161E1D;
	color: #fff;
	outline: none;
	font-size: var(--text-font-size);
	font-weight: var(--font-weight-medium);
	font-family: var(--heading-font-family);
	color: var(--white-color);
}

input[type="date"]::-webkit-calendar-picker-indicator {
	filter: invert(1);
}

.pop-up-section .form-section .submit-type input[type="Submit"]:hover {
	background: var(--white-color);
}

.pop-up-section .form-box .form-section input::placeholder {
	font-size: var(--text-font-size);
	font-weight: var(--font-weight-medium);
	font-family: var(--heading-font-family);
	color: var(--white-color);
}

.pop-up-section .form-section .regBut {
	margin: 0;
	width: 100%;
	border: none;
	padding: 18px !important;
	font-size: 20px;
}

body.modal-open .thanksPop a.buttonStyle {
	margin: auto;
	width: 76% !important;
	border: none;
	padding: 18px !important;
	font-size: 20px;
	text-align: center;
}

/*Thank You Popus*/
body.modal-open .thanksPop {
	opacity: 1;
	margin-top: 100px !important;
}

/*Thank You Popus*/
/*Pop Up Page Style End*/
/*Responsive Font Size*/
/*Responsive Font Size*/
/*Blog page CSS*/
.blog-hero-banner {
	min-height: 500px;
	background: url(../images/blog-hero-banner.jpg) #000;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: flex-end;
	padding-bottom: 50px;
	color: #fff;
}

.blog-hero-banner .content-box {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 40%;
}

.blog-hero-banner .content-box p {
	color: #E5E5E5;
}

.blog-card .img-box {
	width: 100%;
	height: 206px;
	object-fit: cover;
	overflow: hidden;
	border-radius: 8px 8px 0 0;
}

.blog-card .img-box a {
	display: block;
}

.blog-card .img-box a img {
	width: 100%;
	height: 100%;
	;
}

.blog-card .content-box {
	min-height: 150px;
}

.blog-card .content-box,
.blog-card .content-box a {
	color: #fff;
}

.blog-card .content-box .date {
	color: #A5A5A5;
	font-size: 15px;
}

.blog-card .content-box .title {
	font-size: 22px;
	font-weight: bold;
}

.blog-card .content-box .content {
	font-size: 14px;
	color: #A5A5A5;
}

.blog-card .author-info {
	border-top: 1px solid transparent;
	border-image: linear-gradient(to right, rgba(46, 46, 46, 0.3), rgba(253, 206, 45, 1), rgba(46, 46, 46, 0.3)) 1;
	padding-top: 15px;
	width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.blog-section .see-more-btn {
	margin-top: 100px !important;
}

@media screen and (max-width: 767px) {
	.blog-hero-banner {
		min-height: 350px;
	}

	.blog-hero-banner .content-box {
		width: 100%;
	}
}

/*End Blog page CSS*/
/*Mobile Menu CSS*/
@media screen and (min-width: 767px) {
	#nav-icon2 {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	body.menu-open .collapse.navbar-collapse {
		display: block;
		height: 100vh;
	}

	#nav-icon2,
	.site-logo {
		z-index: 99;
	}

	.dropdown-toggle~.dropdown-menu {
		display: none !important;
	}

	.dropdown-toggle.sub-menu-open~.dropdown-menu {
		display: block !important;
	}
}

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
	width: 30px;
	height: 24px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
	display: block;
	position: absolute;
	height: 9px;
	width: 100%;
	background: #d3531a;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
	top: 0px;
}

#nav-icon1 span:nth-child(2) {
	top: 18px;
}

#nav-icon1 span:nth-child(3) {
	top: 36px;
}

#nav-icon1.open span:nth-child(1) {
	top: 18px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

#nav-icon1.open span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/* Icon 2 */
#nav-icon2 {}

#nav-icon2 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 50%;
	background: var(--primary-color);
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
	left: 50%;
	border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
	left: 0px;
	border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
	top: 0px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
	top: 10px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
	top: 20px;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
	left: 3px;
	top: 5px;
}

#nav-icon2.open span:nth-child(2) {
	left: calc(50% - 2px);
	top: 5px;
}

#nav-icon2.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
	left: 3px;
	top: 15px;
}

#nav-icon2.open span:nth-child(6) {
	left: calc(50% - 2px);
	top: 15px;
}

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
	top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
	top: 18px;
}

#nav-icon3 span:nth-child(4) {
	top: 36px;
}

#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

/* Icon 4 */
#nav-icon4 {}

#nav-icon4 span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
	top: 18px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
	top: 36px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -3px;
	left: 8px;
}

#nav-icon4.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 39px;
	left: 8px;
}

body.menu-open {
	overflow: hidden;
}

/*End mobile menu CSS*/
/*Calculators Page Style Start*/
.calculators-card-section .card-section {
	background: url(../images/calculator-bg.png) var(--background-color);
	background-repeat: no-repeat;
	background-size: cover;
}

.calculators-card-section .card-section h5 {
	font-size: var(--news-heading-font-size);
	font-weight: var(--font-weight-bolder);
	font-family: var(--heading-font-family);
	line-height: var(--heading-line-height);
	color: var(--white-color);
	text-align: center;
}

.calculators-card-section .card-section a {
	font-size: var(--base-font-size) !important;
	font-weight: var(--font-weight-bold) !important;
	font-family: var(--heading-font-family) !important;
	line-height: var(--heading-line-height) !important;
	color: var(--white-color) !important;
}

.calculators-card-section .card-section .gradient-card {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2));
	border-radius: 12px;
	padding: 2px;
	width: 90%;
	margin: auto;
}

.header .navbar-nav .log-sing-button-calculator {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding-left: 60px;
}

.calculators-card-section .card-section .card {
	min-height: 430px;
}

/*Calculators Style End*/
/*SIP-Calculators Style Start*/
/*Calculators Style Start*/
.sip-calculator-container h3 {
	font-size: 30px;
	font-weight: var(--font-weight-bold);
	font-family: var(--heading-font-family);
	color: var(--primary-color);
}

.sip-calculator-container .gradiant-content-box {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2));
	border-radius: 12px;
	padding: 2px;
	margin-bottom: 30px;
}

.sip-calculator-container .gradiant-content-box .content-box {
	background: url(../images/sip-card-bg.png) var(--background-color);
	border-radius: 12px;
	background-repeat: no-repeat;
	background-position: right;
}

.sip-calculator-container p {
	font-size: var(--light-font-size);
	font-weight: var(--font-weight-medium);
	font-family: var(--heading-font-family);
	color: #B3B3B3;
}

.hero-grid .pie-chart-parent-268 {
	width: 40%;
	padding: 3rem;
}

.hero-grid .input-grp-parent-268 {
	width: 60%;
}

.hero-grid .calc-grid {
	display: flex;
	justify-content: space-between;
}

.hero-grid .pie-chart {
	position: relative;
	width: 200px;
	height: 200px;
}

.hero-grid svg.chart {
	transform: rotate(-90deg);
}

.hero-grid .chart-bg {
	fill: transparent;
	stroke: #ffbc06;
	stroke-width: 20;
}

.hero-grid .chart-fill {
	fill: #000;
	stroke: transparent;
	stroke-width: 20;
	transition: stroke-dashoffset 0.3s;
}

.hero-grid .label {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 36px;
	font-weight: var(--font-weight-bolder);
	font-family: var(--heading-font-family);
	color: var(--white-color);
}

.hero-grid .input-grp {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}

.hero-grid span.text-dull-white {
	font-size: var(--base-font-size);
	font-weight: var(--font-weight-medium);
	font-family: var(--heading-font-family);
	color: var(--white-color);
}

.hero-grid input[type="range"] {
	background-image: linear-gradient(45deg, #ffbc06, #fff) !important;
	appearance: auto !important;
	cursor: default !important;
	padding: initial;
	border: none;
	margin: 2px;
}

.hero-grid .slider1,
.slider2,
.slider3,
.slider4 {
	height: 4px;
	accent-color: #ffbc06;
	border-radius: 4px;
	outline: none;
	width: 100%;
}

.hero-grid p {
	font-size: var(--text-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--white-color);
}

.hero-grid span.total {
	color: var(--primary-color) !important;
	font-family: var(--heading-font-family);
}

.hero-grid span {
	font-size: var(--base-font-size);
	color: var(--white-color);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
}

.indicator-dot {
	visibility: hidden;
}

.calc-wrapper {
	text-transform: capitalize;
}

.hero-grid .input-grp .calc-input {
	box-shadow: 0 2px #202020;
	color: var(--white-color);
	font-size: var(--text-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	max-width: 105px;
	outline: none;
	border: 1px solid #141414;
	border-radius: 5px;
	text-align: center;
	padding: 8px;
	background: #141414;
}

/*Calculators Style End*/
.sip-calculator {
	background: url(../images/calculator-bg.png) var(--background-color);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
}

.sip-calculator .sip-calculator-container {
	background: var(--second-background-color);
}

.sip-calculator-container .phone-section {
	background: url(../images/sip-yellow-background.png) #121212;
	background-repeat: no-repeat;
	background-position: top, center;
	padding: 30px;
}

.sip-calculator-container .phone-section h4 {
	font-size: 24px;
	font-weight: var(--font-weight-bolder);
	font-family: var(--heading-font-family);
	color: var(--black-color);
}

.sip-calculator-container .phone-section h5 {
	font-size: 24px;
	font-weight: var(--font-weight-bolder);
	font-family: var(--heading-font-family);
	color: var(--primary-color);
}

.sip-calculator-container .phone-section p {
	font-size: var(--text-font-size);
	font-weight: var(--font-weight-normal);
	font-family: var(--heading-font-family);
	color: var(--white-color);
}

.sip-calculator-container .phone-section img {
	margin-left: -4px;
}

.sip-calculator-container .phone-section .rating-box {
	margin-top: -50px;
}

.sip-calculator {
	padding-bottom: 100px !important;
}

/*SIP-Calculators Style End*/
/*Our App Page Style Start*/
/*our app banner sec start*/
.our-app-hero-banner {
	background: url(../images/app-banner.png);
	padding-top: var(--base-padding);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	padding-bottom: 50px;
}

.our-app-hero-banner h2 {
	font-size: var(--hero-heading-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	line-height: 1.1;
}

.our-app-hero-banner h3 {
	font-size: var(--hero-heading-font-size);
	font-weight: var(--font-weight-bolder);
	font-family: var(--heading-font-family);
	color: var(--primary-color);
	line-height: 1.1;
	padding-top: 30px;
}

.our-app-hero-banner h3 span {
	color: var(--primary-color) !important;
}

.our-app-hero-banner .app-image {
	display: flex;
	justify-content: space-between;
	gap: 40PX;
}

/*.our-app-hero-banner .app-image img { max-width: 100%; }*/
.our-app-hero-banner .app-image h5 {
	font-size: var(--text-font-size);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	text-align: center;
	margin: 0;
	padding-bottom: 16px;
}

.our-app-hero-banner .app-image .sec-box {
	margin-top: 40px;
}

.our-app-hero-banner .app-image .first-rate {
	margin-top: -92px !important;
}

.our-app-hero-banner .app-image .rating-box {
	margin-top: -114px;
}

.our-app-hero-banner .content-box {
	padding-top: 85px;
}

.our-app-hero-banner .app-image .fir-box {
	position: relative;
}

.our-app-hero-banner .app-image .fir-box:after {
	content: "";
	background: url(../images/app-coin.png);
	position: absolute;
	bottom: 70px;
	left: -50%;
	height: 160px;
	width: 160px;
}

.our-app-hero-banner .app-image .sec-box {
	position: relative;
	z-index: 9;
}

.our-app-hero-banner .app-image .sec-box:before {
	content: "";
	background: url(../images/app-coin.png);
	position: absolute;
	top: -90px;
	right: -50px;
	height: 160px;
	width: 160px;
	z-index: -1;
}

/*our app banner sec end*/
/*our app futures section css start */
.our-app-futures-section {
	padding-top: var(--base-padding);
	padding-bottom: var(--base-padding);
	background: var(--background-color);
	border-top: 3px solid transparent;
	border-image: linear-gradient(to right, rgba(46, 46, 46, 1), rgba(253, 206, 45, 1), rgba(46, 46, 46, 1))1;
	border-bottom: 3px solid transparent;
}

.our-app-futures-section .image-style {
	text-align: right;
}

.our-app-futures-section h3 {
	font-size: 25px;
	font-weight: var(--font-weight-large);
	font-family: var(--base-font-family);
	color: var(--white-color);
	/* padding-left: 30px; */
}

.our-app-futures-section .gradient-box .icon-box .icon {
	width: 79px;
	height: 79px;
	display: flex;
	justify-content: center;
	align-items: center;
}

div#nav-one-tab.active .icon,
div#nav-two-tab.active .icon,
div#nav-three-tab.active .icon,
div#nav-four-tab.active .icon {
	background-repeat: no-repeat !important;
	background-position: center !important;
}

div#nav-one-tab.active .icon {
	background: url('../images/tab-one-icon-active.png');
}

div#nav-one-tab.active .icon img {
	visibility: hidden;
}

div#nav-two-tab.active .icon {
	background: url('../images/tab-two-icon-active.png');
}

div#nav-two-tab.active .icon img {
	visibility: hidden;
}

div#nav-three-tab.active .icon {
	background: url('../images/tab-three-icon-active.png');
}

div#nav-three-tab.active .icon img {
	visibility: hidden;
}

div#nav-four-tab.active .icon {
	background: url('../images/tab-four-icon-active.png');
}

div#nav-four-tab.active .icon img {
	visibility: hidden;
}

.our-app-futures-section div#nav-tab {
	border: none;
}

.our-app-futures-section .gradient-box {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2));
	padding: 2px;
	margin-top: 30px;
	width: 100%;
}

.our-app-futures-section .gradient-box.active h3 {
	color: var(--yellow-color);
}

.our-app-futures-section .gradient-box .icon-box {
	background: #000;
	background-color: var(--background-color) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	border-radius: 24px !important;
	height: 90px !important;
	display: flex;
	align-items: center;
	position: relative;
}

.our-app-futures-section .icon-box-section .icon-box p {
	font-size: var(--text-font-size);
	font-weight: var(--font-weight-normal);
	color: var(--grey-color);
	font-family: var(--base-font-family);
}

/*our app futures section css end*/
/*our app community section css start*/
.our-app-community-sec {
	background: url(../images/coom-vec.png) !important;
	background-repeat: no-repeat !important;
	background-position: 60px 117% !important;
	background-size: 50% !important;
	background-color: var(--background-color) !important;
	padding-top: var(--base-padding);
	padding-bottom: var(--base-padding);
	border-image: linear-gradient(to right, rgba(46, 46, 46, 1), rgba(253, 206, 45, 1), rgba(46, 46, 46, 1))1;
	border-bottom: 3px solid transparent;
}

.our-app-community-sec .text-box {
	text-align: center;
}

.our-app-community-sec h3 {
	font-size: var(--heading-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	padding-bottom: 20px;
}

.our-app-community-sec h2 {
	font-size: 58px;
	font-weight: var(--font-weight-bolder);
	font-family: var(--heading-font-family);
	color: var(--primary-color);
}

.our-app-community-sec .community-image {
	text-align: center;
	/*background: url(../images/coom-blur.png); background-color: var(--background-color); background-repeat: no-repeat; background-size: cover; background-position: center;*/
	margin-top: 90px;
}

.our-app-community-sec .community-image img {
	max-width: 60% !important;
}

/* our app live sec css start */
.our-app-live-sec .gradient-box {
	background: linear-gradient(to right, rgba(46, 46, 46, 0.4), rgba(155, 132, 57, 0.53), rgba(46, 46, 46, 0.4));
	border-radius: 10px;
	padding: 2px;
	margin-top: 30px;
}

.our-app-live-sec .gradient-box .icon-box {
	background: #000;
	border-radius: 10px;
	height: 82px;
	display: flex;
	align-items: center;
}

.our-app-live-sec .icon-box-section .icon-box h3 {
	font-size: var(--image-box-font-size);
	font-weight: var(--font-weight-bolder);
	color: var(--white-color);
	font-family: var(--heading-font-family);
	padding: 0;
}

/*our app live sec css end */
/*our app community section css end*/
/*Placement How Work Section Style Start*/
.our-app-how-work-section {
	padding-bottom: var(--base-padding);
	padding-top: 90px;
	background: url(../images/coom-vec.png), url(../images/yellow-blur.png) !important;
	background-repeat: no-repeat !important;
	background-position: left, right !important;
	background-color: var(--background-color) !important;
	background-size: 33% !important;
	border-image: linear-gradient(to right, rgba(46, 46, 46, 1), rgba(253, 206, 45, 1), rgba(46, 46, 46, 1))1;
	border-bottom: 3px solid transparent;
}

.our-app-how-work-section .gradient-card {
	background: linear-gradient(to right, rgba(46, 46, 46, 0.4), rgba(155, 132, 57, 0.53), rgba(46, 46, 46, 0.4));
	border-radius: 14px;
	padding: 2px;
	margin-bottom: 50px;
}

.our-app-how-work-section .exclusive-sec {
	/*background: url(../images/coom-vec.png) !important; background-repeat: no-repeat !important; background-position: left !important; background-size: cover !important; background-color: var(--background-color) !important;*/
}

.our-app-how-work-section .exclusive-feature {
	/* background: url(../images/yellow-blur.png); background-size: cover; background-position: center;*/
}

.our-app-how-work-section .card-box {
	background: linear-gradient(to top, rgb(0 0 0), rgb(30 48 46));
	border-radius: 14px;
	padding: 20px 0px 0 0px;
	min-height: 80px;
}

.our-app-how-work-section h3 {
	font-size: var(--heading-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	margin: 0;
}

.our-app-how-work-section h4 {
	font-size: var(--icon-box-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	margin: 0;
	padding-bottom: 14px;
	text-align: center;
}

/*Placement How Work Section Style End*/
.our-app-different-section {
	background-color: var(--background-color) !important;
	padding-top: 90px;
	padding-bottom: 80px;
}

.our-app-different-section h2 {
	font-size: var(--heading-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	margin: 0;
	text-align: center;
}

.our-app-different-section h3 {
	font-size: var(--hero-heading-font-size);
	font-weight: var(--font-weight-bold);
	font-family: var(--base-font-family);
	color: var(--primary-color);
	margin: 0;
}

.our-app-different-section h4 {
	font-size: var(--counter-text-font-size);
	font-weight: var(--font-weight-normal);
	font-family: var(--base-font-family);
	color: var(--white-color);
	margin: 0;
	margin-bottom: 26px;
}

.our-app-different-section .first-style .gradient-box {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2));
	padding: 2px;
	margin-top: 30px;
	border-radius: 10px;
	width: 50%;
}

.our-app-different-section .first-style .gradient-box .icon-box {
	background: #000;
	background-color: var(--background-color) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	border-radius: 10px !important;
	height: 70px !important;
	text-align: center;
}

.our-app-different-section .first-style {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

.our-app-different-section .gradient-box .icon-box span {
	font-size: var(--base-font-size);
	font-weight: var(--font-weight-bolder);
	font-family: var(--base-font-family);
	color: var(--white-color);
	margin: 0;
}

.our-app-different-section .second-style .gradient-box {
	background: linear-gradient(to right, rgba(46, 46, 46, 0.4), rgba(155, 132, 57, 0.53), rgba(46, 46, 46, 0.4));
	border-radius: 10px;
	padding: 2px;
	margin-top: 30px;
	width: 50%;
	text-align: center;
}

.our-app-different-section .second-style .gradient-box .icon-box {
	background: #000;
	border-radius: 10px;
	height: 70px;
}

.our-app-different-section .second-style {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

.our-app-different-section .second-style .gradient-box .icon-box span {
	color: var(--primary-color);
}

.our-app-different-section .img-box {
	text-align: end;
}

.our-app-different-section .img-box img {
	max-width: 100%;
}

.our-app-trust-section {
	padding: 80px 0;
	background: url(../images/app-coin-o.png), url(../images/app-coin-s.png), url(../images/app-coin-t.png), url(../images/app-coin-fr.png);
	background-repeat: no-repeat;
	background-position: 100% 0, 0% 30%, 89% 100%, 16% 100%;
	background-size: 229px;
	background-color: #000;
}

.our-app-trust-section .content {
	margin-bottom: 60px;
}

.our-app-trust-section .img-design img {
	max-width: 100%;
}

.our-app-trust-section .img-design {
	text-align: center;
	background: url(../images/app-blue-blur.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.our-app-trust-section p {
	font-size: var(--sub-heading-font-size);
	font-weight: var(--font-weight-normal);
	font-family: var(--heading-font-family);
	color: var(--grey-color);
	text-align: center;
	margin: 0;
}

.our-app-trust-section h3 {
	font-size: var(--heading-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	text-align: center;
	margin: 0;
}

/*Our App Page Style End*/
/*Contact Page Style Start*/
/* choose-us-section css start */
.contact-choose-us-section {
	padding-top: 40px;
	padding-bottom: var(--base-padding);
	background: var(--background-color);
}

.contact-choose-us-section h2 {
	font-size: var(--heading-font-size);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
	color: var(--white-color);
	line-height: var(--heading-line-height);
}

.contact-choose-us-section .gradient-box {
	background: linear-gradient(to right, rgba(46, 46, 46, 0.4), rgba(155, 132, 57, 0.53), rgba(46, 46, 46, 0.4));
	border-radius: 24px;
	padding: 2px;
	margin-top: 30px;
}

.contact-choose-us-section .gradient-box .icon-box {
	background: url(../images/yellow-blur.png) #000;
	border-radius: 24px;
	height: 260px;
	text-align: center;
}

.contact-choose-us-section .gradient-box .icon-box h3 {
	font-size: var(--icon-box-font-size);
	font-weight: var(--font-weight-large);
	color: var(--white-color);
	font-family: var(--heading-font-family);
	line-height: var(--heading-line-height);
}

.contact-choose-us-section p {
	font-size: var(--text-font-size);
	font-weight: var(--font-weight-normal);
	color: var(--grey-color);
	font-family: var(--base-font-family);
}

/* choose-us-section css end */
/* our-vision-section css start */
.message-section {
	padding: 80px 0;
	background: var(--second-background-color);
}

.message-section label {
	font-size: var(--text-font-size) !important;
	font-weight: var(--font-weight-normal) !important;
	color: var(--grey-color) !important;
	font-family: var(--base-font-family) !important;
	margin: 18px 0 6px 0;
}

.message-section .content-box iframe {
	width: 94%;
	border-radius: 15px;
	margin-top: 30px;
}

.message-section .btn {
	margin-top: 30px !important;
	margin-bottom: 30px;
}

.message-section h2 {
	color: var(--white-color);
	font-size: var(--heading-font-size);
	font-family: var(--heading-font-family);
	font-weight: var(--font-weight-large);
	line-height: var(--heading-line-height);
}

.message-section h5 {
	color: var(--white-color);
	font-size: var(--our-vision-small-heading);
	font-family: var(--base-font-family);
	font-weight: var(--font-weight-normal);
	line-height: var(--base-line-height);
}

.contact-choose-us-section .gradient-box .icon-box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.message-section input[type="text"],
.message-section input[type="tel"],
.message-section input[type="email"],
.message-section input[type="date"],
.message-section select {
	display: block;
	border: 1px solid #2C3433;
	width: 100%;
	height: 58px;
	border-radius: 8px;
	padding: 0 30px;
	background: #161E1D;
	color: #fff;
	outline: none;
	font-size: var(--text-font-size);
	font-weight: var(--font-weight-medium);
	font-family: var(--heading-font-family);
	color: var(--white-color);
}

.paragraph-style {
	font-size: var(--text-font-size) !important;
	font-weight: var(--font-weight-normal) !important;
	color: var(--grey-color) !important;
	font-family: var(--base-font-family) !important;
}

/* our-vision-section css end */
/*Contact Page Style End*/
/* Start Calculator Form */
.credit {
	position: absolute;
	bottom: 5px;
	right: 10px;
	opacity: 0.8;
	font-size: 12px
}

#myChart {
	max-height: 460px;
}

.chartDiv {
	max-height: 493px;
	display: flex;
	align-items: center;
	padding: 10px;
	position: relative;
	font-size: 18px;
	letter-spacing: 1px;
}

.display_result {
	font-size: 18px;
	color: var(--white-color);
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
}

.form-range {
	width: inherit !important;
	margin: 10px 0;
}

.text_input {
	width: 70px;
	border-radius: 4px;
	float: right;
	outline: 0;
	border: 1px solid #353535;
	background: #141414;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	font-size: 16px;
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
}

.outer_div {
	min-height: 100px;
	margin-bottom: 2px;
	color: #fff;
}

.hide-span {
	opacity: 0;
	z-index: -9
}

.result_text {
	font-size: 16px;
	font-weight: var(--font-weight-large);
	font-family: var(--heading-font-family);
}

div#showInvested {
	color: var(--primary-color);
	font-family: var(--heading-font-family);
}

.inner_div {
	/* border-left: 5px solid #0ebeff; */
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}

.inner-div-text {
	font-size: 16px;
	font-family: var(--heading-font-family);
	font-weight: var(--font-weight-medium);
}

/*.row { --bs-gutter-x: 0 !important; }*/
.slider_box {
	/* position: absolute; right: 20px; align-items: center; */
}

/* range 2 */
.form-range {
	height: auto !important;
}

.range-input {
	-webkit-appearance: none !important;
	appearance: none !important;
	width: 100% !important;
	cursor: pointer !important;
	outline: none !important;
	border-radius: 15px;
	height: 6px;
	background: linear-gradient(to right, rgb(67, 66, 66) 10.75%, rgb(67, 66, 66) 10.75%);
}

.range-input::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	height: 15px;
	width: 15px;
	background-color: var(--primary-color);
	border-radius: 50%;
	border: none;
	transition: .2s ease-in-out;
}

.range-input::-moz-range-thumb {
	height: 15px;
	width: 15px;
	background-color: #f50;
	border-radius: 50%;
	border: none;
	transition: .2s ease-in-out;
}

.range-input::-webkit-slider-thumb:hover {
	box-shadow: 0 0 0 10px rgba(255, 85, 0, .1)
}

.range-input:active::-webkit-slider-thumb {
	box-shadow: 0 0 0 13px rgba(255, 85, 0, .2)
}

.range-input:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 13px rgba(255, 85, 0, .2)
}

.range-input::-moz-range-thumb:hover {
	box-shadow: 0 0 0 10px rgba(255, 85, 0, .1)
}

.range-input:active::-moz-range-thumb {
	box-shadow: 0 0 0 13px rgba(255, 85, 0, .2)
}

.range-input:focus::-moz-range-thumb {
	box-shadow: 0 0 0 13px rgba(255, 85, 0, .2)
}

.value2,
.value3,
.value4 {
	font-size: 26px;
	width: 50px;
	text-align: center;
}

#showValue,
#showValue2,
#showValue3 {
	position: absolute;
	border: 1px solid #9ccaff;
	width: 40px;
	height: 30px;
	background: #ffffff;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #00a1ff;
	top: 45px;
	left: 0px;
}

#showAmps {}

#showValue:before,
#showValue2:before,
#showValue3:before {
	content: '';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid transparent;
	border-bottom: 7px solid #4895ef;
	height: 0px;
	width: 0px;
	position: absolute;
	/* left: 0; */
	top: -12px;
}

.thisthis {
	font-weight: 300;
	font-size: 11px;
	float: right;
	line-height: 2;
}

.text-center {
	text-align: center;
	/* padding: 10px 0;*/
}

@media only screen and (max-width: 500px) {
	.text_input {
		margin-left: 10px;
		font-size: 18px;
		padding: 5px;
		width: 100px;
	}

	#textValue,
	#textValue2 {
		font-size: 16px;
		padding: 2px;
	}

	.outer_div2,
	.outer_div {
		padding: 10px;
	}

	.inner_div {
		margin: 0;
	}

	.slider_box {
		padding-right: 0;
	}

	.inner_div {
		padding: 0;
	}

	.thisthis {
		width: 95px;
		line-height: 2;
	}

	.result_text {
		font-size: 12px;
	}

	.display_result {
		font-size: 16px;
	}
}

@media only screen and (max-width: 300px) {
	.result_text {
		font-size: 10px
	}

	.display_result {
		font-size: 13px;
	}

	#textValue,
	#textValue2,
	#textValue3 {
		font-size: 12px;
	}

	.col-4 {
		font-size: 12px;
	}
}

/* End Calculator Form */
/*Media Query Start*/
/*Tablet Query Start*/
@media screen and (max-width : 1024px) {

	/*Header Media Query Start*/
	header.site-header * {
		position: unset;
	}

	header.site-header a.site-logo {
		position: relative;
		z-index: 999;
	}

	header.site-header button.navbar-toggler {
		position: relative;
		z-index: 999;
	}

	header.site-header button.navbar-toggler span.navbar-toggler-icon {
		color: #fff !important;
		filter: invert(1);
	}

	header.site-header .navbar-collapse {
		position: absolute !important;
		top: 90px;
		left: 0;
		background: var(--background-color);
		width: 100%;
		padding: 26px 0 70px;
		z-index: 9;
	}

	header.site-header ul.navbar-nav {
		display: flex !important;
		justify-content: start !important;
		align-items: flex-start !important;
		padding-left: 24px;
	}

	header.site-header nav ul.navbar-nav .dropdown-toggle:before {
		position: unset;
	}

	header.site-header nav .dropdown ul.dropdown-menu {
		padding: 24px 30px 10px 21px;
		margin-left: 0;
	}

	header.site-header nav .dropdown ul.dropdown-menu li {
		text-align: left;
	}

	/*Header Media Query End*/
	.counter-section .counter-box h2 {
		font-size: 48px;
	}

	.counter-section .counter-box h5 {
		font-size: 20px !important;
	}

	.hero-banner h1 {
		font-size: 46px;
	}

	.hero-banner h3 {
		font-size: var(--icon-box-font-size);
	}

	.card-section,
	.welcome-section,
	.choose-us-section,
	h2 {
		font-size: 36px !important;
	}

	.card-section {
		padding-top: var(--base-padding);
	}

	.mobile-card-section {
		display: block;
	}

	.desktop-card-section {
		display: none;
	}

	.card-section .owl-carousel .owl-item img {
		display: block !important;
		max-width: 150px !important;
	}

	/*Home Page End*/
	.timeline-section-card-right p {
		padding-right: 0;
	}

	.timeline-section-card-left p {
		padding-left: 0;
	}

	.our-journey-section .timeline-content {
		padding: 0 30px;
	}

	/*About Page End*/
	.booking-account-sec .input-style {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}

	/*Advisory Page End*/
	.alpha-hero-banner .box-border .border-styling .sec-column {
		padding: 0 10px;
	}

	.alpha-hero-banner .sec-column .input-inner .money-box .first-pice span {
		margin-right: 12px;
	}

	.alpha-hero-banner {
		height: 1200px;
	}

	.alpha-hero-banner .box-border .border-styling .sec-column:before {
		position: absolute;
		top: -150px;
		right: 0;
	}

	/*Alphatrader Read More Button Style Start*/
	.alpha-hero-banner a.moreless-button {
		display: block;
	}

	.alpha-hero-banner #section {
		word-wrap: break-word;
		position: relative;
	}

	.alpha-hero-banner .moretext {
		display: none;
	}

	.alpha-hero-banner .overlay {
		display: block;
		background: url('../images/fouder-content-shadow.png');
		width: 100%;
		position: absolute;
		bottom: 30px;
		left: 0;
		z-index: 6;
	}

	.alpha-hero-banner .moreless-button {
		position: relative;
		z-index: 9;
		font-size: var(--font-weight-large);
		font-weight: var(--font-weight-normal);
		font-family: var(--base-font-family);
		color: var(--white-color);
		margin: 0;
	}

	/*Alphatrader Read More Button Style End*/
	/*Alphatrader Page End*/
	.course-hero-banner .content-box {
		max-width: 100%;
	}

	.course-hero-banner .territory-btn {
		width: 260px;
	}

	.learn-section .gradient-card {
		margin-bottom: 30px;
	}

	.hear-best-section .batch-box .button-style {
		margin: 50px 0 40px;
	}

	.calender-section .row-stylig {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
	}

	.calender-section .row-stylig .col-style {
		border-right: none;
	}

	.hear-best-section img {
		max-width: 100%;
	}

	.certified-section img {
		max-width: 100%;
	}

	.hear-best-section .batch-box ul li {
		padding: 0 20px;
	}

	/*Course Page End*/
	.faq-page-sec p {
		padding-bottom: 50px;
		padding-top: 30px;
	}

	.faq-page-sec p {
		padding: 38px 70px 40px;
	}

	/*Faq Page End*/
	.mentors-section .inner-testi-box {
		margin-bottom: 30px;
	}

	.founder-hero-banner {
		padding-bottom: var(--responsive-base-padding) !important;
	}

	/*Founder Read More Button Style Start*/
	.founder-hero-banner a.moreless-button {
		display: block;
	}

	.founder-hero-banner #section {
		word-wrap: break-word;
		position: relative;
	}

	.founder-hero-banner .moretext {
		display: none;
	}

	.founder-hero-banner .overlay {
		display: block;
		background: url('../images/fouder-content-shadow.png');
		width: 100%;
		height: 165px;
		position: absolute;
		bottom: 30px;
		left: 0;
		z-index: 6;
	}

	.founder-hero-banner .moreless-button {
		display: block;
		position: relative;
		z-index: 9;
		font-size: var(--image-box-font-size);
		font-weight: var(--font-weight-normal);
		font-family: var(--base-font-family);
		color: var(--white-color);
		margin: 0;
	}

	.founder-hero-banner a.moreless-button {
		display: block;
	}

	/*Founder Read More Button Style End*/
	/*Founder Page End*/
	.placement-how-work-section .card-box {
		padding: 20px 10px 20px 10px;
	}

	/*Placement Page End*/
	.how-work-section .card-box {
		padding: 30px 26px 30px 26px;
		min-height: 180px;
	}

	.wealth-hero-banner {
		background-position: center;
		min-height: 390px;
	}

	.wealth-hero-banner .content-box {
		padding-top: 0;
	}

	.founder-hero-banner .content-box {
		position: relative;
	}

	/*Wealth Management Page End*/
	.work-oil-sec {
		background-position: right;
	}

	.coming-workshop-sec h3 {
		padding-bottom: 30px;
	}

	/*Work Page End*/
	.pop-up-section .form-box {
		max-width: 84%;
		margin: auto;
	}

	.hero-grid .calc-grid {
		display: unset;
	}

	.hero-grid .input-grp-parent-268 {
		width: 100%;
	}

	.hero-grid .mt-5 {
		margin-top: 0rem !important;
	}

	/* our-app style start */
	.secondaray-btn {
		padding: var(--btn-padding);
		background: linear-gradient(to left, #F9E561, #FFBC06);
		color: var(--secondaray-color) !important;
		border-radius: var(--btn-border-radius);
		font-size: 14px;
		font-weight: var(--font-weight-bold);
		font-family: var(--base-font-family);
	}

	.our-app-different-section h4 {
		font-size: 25px;
		font-weight: var(--font-weight-normal);
		font-family: var(--base-font-family);
		color: var(--white-color);
		margin: 0;
		margin-bottom: 26px;
		text-align: center;
		margin-top: 20px;
	}

	.our-app-different-section h3 {
		font-size: var(--hero-heading-font-size);
		font-weight: var(--font-weight-bold);
		font-family: var(--base-font-family);
		color: var(--primary-color);
		margin: 0;
		text-align: center;
	}

	.our-app-different-section .img-box {
		text-align: center;
	}
}

/* our-app style end */
/*Tablet Query End*/
/*Mobile Query Start*/
@media screen and (max-width : 575px) {

	/*Header Media Query Start*/
	header.site-header * {}

	.modal.show .modal-dialog {
		width: 96%;
	}

	header.site-header a.site-logo {
		position: relative;
		z-index: 999;
	}

	header.site-header button.navbar-toggler {
		position: relative;
		z-index: 999;
	}

	header.site-header button.navbar-toggler span.navbar-toggler-icon {
		color: #fff !important;
		filter: invert(1);
	}

	header.site-header .navbar-collapse {
		position: absolute !important;
		top: 82px;
		left: 0;
		background: var(--background-color);
		width: 100%;
		padding: 26px 0 70px;
		z-index: 9;
	}

	header.site-header ul.navbar-nav {
		display: flex !important;
		justify-content: start !important;
		align-items: flex-start !important;
		padding: 20px;
	}

	.header .navbar-nav .log-sing-button-calculator {
		padding-left: 0;
	}

	header.site-header nav ul.navbar-nav li.nav-item:first-child {
		padding-left: 0;
	}

	header.site-header nav ul.navbar-nav .dropdown:after {
		position: unset;
	}

	header.site-header ul.navbar-nav {
		gap: 25px !important;
	}

	.header .navbar-nav .log-sing-button {
		width: 100%;
		display: unset;
		margin-top: 170px;
	}

	.header .navbar-nav .log-sing-button .primary-btn {
		width: 100%;
		margin-bottom: 20px;
		position: relative !important;
		z-index: 1 !important;
	}

	.header .navbar-nav .log-sing-button .secondaray-btn {
		width: 100%;
	}

	header.site-header nav ul.navbar-nav li.nav-item.dropdown {
		width: 100%;
	}

	header.site-header nav ul.navbar-nav li.nav-item.dropdown a {
		display: flex;
		width: 94%;
	}

	header.site-header nav .dropdown ul.dropdown-menu {
		margin: 0;
		width: 95%;
	}

	header.site-header nav ul.navbar-nav .dropdown-toggle:before {
		position: absolute;
		top: -8px;
		right: 14px;
		left: unset;
		font-size: 26px;
	}

	header.site-header nav ul.navbar-nav li.nav-item:nth-child(2) {
		padding-right: 0;
	}

	/*Header Media Query End*/
	.hero-banner {
		background: url(../images/mobil-hp-hero.png) !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-size: cover !important;
		padding-top: var(--responsive-base-padding);
	}

	.hero-banner h1 {
		font-size: var(--heading-font-size);
		margin: 0 !important;
		padding-bottom: 20px;
		line-height: 1.3;
	}

	.hero-banner h3 {
		padding-bottom: 14px;
	}

	.hero-banner .secondaray-btn {
		width: 95%;
		padding: 16px 0 !important;
	}

	.hero-banner .mobile-img {
		display: flex !important;
		justify-content: center !important;
	}

	.hero-banner .for-mobile {
		display: block;
		width: 100%;
	}

	.hero-banner .for-desktop {
		display: none;
	}

	.welcome-section {
		background: url(../images/welcome-section-banner.jpg);
		background-position: center;
	}

	.welcome-section h3 {
		font-size: var(--image-box-font-size);
	}

	.counter-section {
		padding-top: var(--responsive-base-padding);
	}

	.choose-us-section h2 {
		padding-bottom: var(--responsive-base-padding);
	}

	.counter-section .counter-box h2 {
		font-size: var(--time-font-size) !important;
	}

	.choose-us-section .icon-box-section {
		margin-top: 0 !important;
	}

	.card-section .owl-item.active {
		width: 382px !important;
	}

	.card-section h3 {
		padding-bottom: 30px;
	}

	/*Home Page End*/
	.features-section .news-box-gradient .news-box {
		display: block !important;
	}

	.features-section .news-box-gradient .content-box {
		margin-top: 30px;
	}

	.features-section .content-box h4 {
		font-size: var(--image-box-font-size);
		padding-bottom: 8px;
	}

	.features-section .news-box-gradient .news-box {
		padding: 20px 20px 20px 20px;
	}

	.features-section .news-box-gradient .news-box img {
		width: 100% !important;
	}

	.our-journey-section .timeline-section-card .marker {
		display: none;
	}

	.our-journey-section .timeline-section-card {
		width: 100%;
		position: relative;
		z-index: 9;
	}

	.timeline-section-card-left p {
		padding-left: 0;
	}

	.our-journey-section .timeline-content {
		padding: 0 20px;
	}

	.timeline-section-card-right p {
		padding-right: 0;
	}

	.team-card-section .team-card {
		min-height: 410px;
	}

	.team-card-section .team-card .image-box {
		min-height: 300px;
	}

	.our-community-section .content-box {
		width: 100%;
	}

	.about-hero-banner h1 {
		font-size: var(--about-hero-text);
		text-align: center;
		line-height: 1.1;
		padding-bottom: 18px;
	}

	.about-hero-banner h3 {
		font-size: 26px;
		text-align: center;
	}

	.about-hero-banner {
		height: 330px;
	}

	.our-vision-section .content-box {
		padding-top: var(--responsive-base-padding);
		padding-bottom: var(--responsive-base-padding);
	}

	.team-section {
		padding-bottom: var(--responsive-base-padding);
	}

	.our-journey-section {
		padding-bottom: var(--responsive-base-padding);
		padding-top: var(--responsive-base-padding);
	}

	.our-community-section {
		padding-top: var(--responsive-base-padding);
	}

	.our-vision-card-section .our-vision-card-heading {
		font-size: var(--Form-font-size) !important;
	}

	.featured-in-section img {
		max-width: 100%;
	}

	.our-partners-section img {
		max-width: 100%;
	}

	.associated-section img {
		max-width: 100%;
	}

	.team-card-section .team-gradient-card {
		width: 100%;
	}

	.sticky-timeline-head.sticker {
		padding-top: var(--responsive-base-padding);
	}

	.sticky-timeline-head.sticker h2 {
		padding-bottom: 10px !important;
	}

	.features-section {
		padding-top: var(--responsive-base-padding) !important;
	}

	.features-section h3 {
		padding-bottom: 28px;
	}

	.features-section .row {
		margin-top: 0 !important;
	}

	.mobile-features-section {
		display: block;
	}

	.desktop-features-section {
		display: none;
	}

	/*About Page End*/
	.booking-account-sec .input-style {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 16px;
	}

	.booking-account-sec .input-style select {
		height: 44px;
	}

	.booking-account-sec .submit-type input[type="Submit"] {
		max-width: 70%;
		width: 100%;
	}

	.advisory-faq-sec h3 {
		font-size: var(--box-font-size);
	}

	.advisory-faq-sec p {
		padding-bottom: 36px;
	}

	.advisory-hero-banner .content-box {
		padding: 60px 0;
		max-width: 80%;
		text-align: center;
		margin: auto;
	}

	.advisory-counter-section h2 {
		font-size: 35px !important;
	}

	.advisory-hero-banner h3 {
		font-size: var(--our-vision-text);
	}

	.advisory-hero-banner {
		height: 470px;
		background-position: right;
	}

	.mobile-advisory-plan-section {
		display: block;
	}

	.desktop-advisory-plan-section {
		display: none;
	}

	.desktop-advisory-featured-in-section {
		display: none;
	}

	.mobile-advisory-featured-in-section {
		display: block;
	}

	.advisory-counter-section .counter-box h2 {
		font-size: var(--heading-font-size) !important;
	}

	/*Advisory Page End*/
	.alpha-mobile-header {
		display: block;
	}

	.alpha-mobile-header .logo-style {
		padding: 24px 0 24px;
	}

	.alpha-hero-banner .button-styling .img-back {
		display: block;
		text-align: center;
	}

	.alpha-hero-banner .button-styling span {
		font-size: var(--image-box-font-size);
		display: block;
		margin-top: 12PX;
	}

	.alpha-desktop-header {
		display: none;
	}

	.alpha-hero-banner {
		height: 2000px;
		padding-top: 0;
	}

	.alpha-hero-banner .box-border {
		border-radius: 0;
		padding: 0;
		margin: 0;
	}

	.alpha-hero-banner .box-border .border-styling .sec-column {
		padding: 0 20px;
		border-radius: 0;
	}

	.alpha-hero-banner .box-border .border-styling .first-col:before {
		display: none;
	}

	.alpha-hero-banner .box-border .border-styling .sec-column::after {
		content: "";
		background: url(../images/alpha-first-coin.png);
		background-repeat: no-repeat;
		background-size: cover;
		position: absolute;
		bottom: -83px;
		left: -82px;
		height: 220px;
		width: 220px;
	}

	.alpha-hero-banner .box-border .border-styling {
		border-radius: 0;
	}

	.alpha-hero-banner .box-border .border-styling .sec-column .inner-box {
		background: linear-gradient(to right, rgba(46, 46, 46, 0.4), rgba(155, 132, 57, 0.53), rgba(46, 46, 46, 0.4));
		border-radius: 16px;
		padding: 2px;
		margin-top: 30px;
	}

	.alpha-hero-banner .box-border .border-styling .sec-column .inner-box .second-style {
		background: url(../images/back-rack.png) #000;
		border-radius: 16px;
		min-height: 745px;
		padding: 20px 30px;
		position: relative;
	}

	.alpha-hero-banner .box-border .border-styling .select-section {
		background: url(../images/liw-blur.png);
		background-repeat: no-repeat;
	}

	.alpha-hero-banner .box-border .border-styling .first-col {
		position: relative;
		z-index: 2;
		border-radius: 0;
	}

	.alpha-hero-banner .sec-column .counter-box h5 {
		font-size: var(--box-font-size);
	}

	.alpha-hero-banner .sec-column h4 {
		padding: 45px 0 45px 0 !important;
		text-align: center;
	}

	.alpha-hero-banner .box-border .border-styling .sec-column:before {
		position: absolute;
		top: -27px;
		right: 0;
		/* z-index: 2; */
		height: 136px;
		width: 140px;
	}

	.hero-grid .calc-grid {
		display: unset;
	}

	.hero-grid .mt-5 {
		margin-top: 0rem !important;
	}

	.hero-grid .input-grp-parent-268 {
		width: 100%;
	}

	/*Alphatrader Page End*/
	.hear-best-section .batch-box ul li {
		margin-bottom: 30px;
	}

	.hear-best-section .batch-box li span {
		font-size: var(--box-font-size);
	}

	.hear-best-section .batch-box li .day-box p {
		font-size: 12px;
	}

	.hear-best-section .batch-box ul li:before {
		height: 6px;
		width: 6px;
		top: 30px;
	}

	.hear-best-section .batch-box ul li:after {
		height: 6px;
		width: 6px;
		top: 14px;
	}

	.hear-best-section h2 {
		font-size: var(--image-box-font-size) !important;
	}

	.hear-best-section .batch-box .button-style {
		margin: 24px 0 40px;
	}

	.hear-best-section .batch-box .button-style .territory-btn {
		max-width: 60%;
	}

	.hear-best-section p {
		padding: 0 10px 50px;
	}

	.hear-best-section p {
		text-align: center;
	}

	.faq-sec h3 {
		font-size: var(--box-font-size);
		max-width: 100%;
		margin: auto;
		padding-bottom: 16px;
	}

	.our-course-section h3 {
		font-size: var(--box-font-size);
	}

	.certified-section .image-box {
		margin-top: 60px;
	}

	.calender-section .row-stylig {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 25px;
	}

	.calender-section .row-stylig .col-style {
		margin-bottom: 30px;
	}

	.course-hero-banner {
		height: 560px;
		text-align: center;
	}

	.course-hero-banner .content-box {
		padding-top: 30px;
	}

	.course-hero-banner .content-box h2 {
		font-size: var(--hero-heading-font-size) !important;
		line-height: 1.1;
	}

	.mobile-calender-section {
		display: block;
	}

	.desktop-calender-section {
		display: none;
	}

	.mobile-calender-section .owl-carousel .owl-item img {
		max-width: 54px !important;
	}

	.mobile-learn-section {
		display: block;
	}

	.desktop-learn-section {
		display: none;
	}

	.best-mobile-section {
		display: block;
	}

	.best-desktop-section {
		display: none;
	}

	.hear-best-section .row-styling {
		margin: 0;
	}

	.hear-best-section .batch-box ul li:last-child {
		padding-right: 0 !important;
	}

	.hear-best-section .batch-box ul li:first-child {
		padding-left: 0 !important;
	}

	.hear-best-section ul {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 16px;
	}

	.best-mobile-section .best-section {
		display: unset !important;
	}

	.faq-sec p {
		max-width: 80%;
		margin: auto;
		padding: 20px 0 30px;
	}

	.certified-section .row {
		display: flex !important;
		flex-direction: column-reverse;
	}

	.certified-section .content-box {
		text-align: center;
		padding-top: 40px;
	}

	/*Course Page End*/
	/*Faq Page End*/
	.founder-hero-banner p {
		font-size: var(--image-box-font-size);
	}

	.founder-hero-banner .content-box {
		position: relative;
	}

	.desktop-mentors-section {
		display: none;
	}

	.mobile-mentors-section {
		display: block;
	}

	.mentors-section .inner-testi-box {
		margin-bottom: 30px;
		text-align: center;
	}

	.mobile-mentors-section .owl-carousel .owl-item img {
		max-width: 60px !important;
	}

	.mobile-mentors-section .mentors-section {
		padding: 60px 0;
	}

	.mobile-mentors-section .mentors-section .owl-theme .owl-nav.disabled+.owl-dots {
		margin-top: 40px;
	}

	.mobile-mentors-section .mentors-section .owl-dots {
		margin-bottom: 20px;
	}

	.mobile-image-screenchot-section {
		display: block;
	}

	.desktop-image-screenchot-section {
		display: none;
	}

	/*Founder Page End*/
	.placement-hero-banner .content-box {
		padding-top: 0;
		max-width: 100%;
		text-align: center;
	}

	.futures-section p {
		font-size: var(--our-vision-text);
	}

	.futures-section h3 {
		font-size: var(--base-font-size);
	}

	.placement-how-work-section h4 {
		font-size: var(--base-font-size);
		line-height: 1.4;
		padding: 0 !important;
	}

	.placement-how-work-section .card-box {
		padding: 30px 10px 20px 10px;
	}

	.placement-how-work-section {
		padding-bottom: var(--responsive-base-padding);
	}

	.placement-hero-banner {
		height: 468px;
	}

	.placement-hero-banner .image-box {
		margin-left: -30px;
	}

	.placement-hero-banner .content-box h2 {
		font-size: var(--hero-heading-font-size) !important;
		line-height: 1.2;
	}

	.placement-hero-banner .image-box img {
		width: 662px;
		max-width: 100%;
	}

	/*Placement Page End*/
	.pop-up-section .form-box {
		max-width: 90%;
	}

	.pop-up-section .form-box .form-section .number {
		display: unset;
	}

	.pop-up-section .form-section .submit-type input[type="Submit"] {
		font-size: var(--image-box-font-size);
	}

	/*Pop Up Page End*/
	.how-work-section h5 {
		font-size: var(--image-box-font-size);
	}

	.how-work-section h4 {
		font-size: var(--paragraph-font-size);
	}

	.how-work-section {
		padding-top: var(--responsive-base-padding);
		padding-bottom: var(--responsive-base-padding);
	}

	.wealth-hero-banner .content-box {
		padding-top: 0;
	}

	.wealth-hero-banner {
		min-height: 440px;
	}

	.wealth-card-section .territory-btn {
		width: 290px;
	}

	.wealth-hero-banner .content-box {
		text-align: center;
	}

	.wealth-hero-banner .content-box h2 {}

	.wealth-hero-banner h3 {
		font-size: var(--image-box-font-size);
	}

	.wealth-hero-banner .content-box .territory-btn {
		width: 90% !important;
	}

	.wealth-hero-banner .Image-box {
		padding-top: 70px;
	}

	.mobile-wealth-card-section {
		display: block;
	}

	.desktop-wealth-card-section {
		display: none;
	}

	.how-work-section .card-box {
		padding: 30px 30px 30px 30px;
		min-height: 167px;
		text-align: left;
	}

	.how-work-section .coin-card:before {
		display: none;
	}

	.mobile-wealth-card-section .owl-carousel .owl-item img {
		width: 110px !important;
	}

	.wealth-card-section h3 {
		padding-bottom: 18px;
	}

	.wealth-card-section h2 {
		line-height: 1.2;
	}

	/*Wealth Management Page End*/
	.work-hero-banner {
		height: 400px
	}

	.work-oil-sec {
		background-position: right;
		padding-top: var(--responsive-base-padding);
	}

	.work-oil-sec .image-box {
		margin-left: -50px;
	}

	.work-oil-sec .content-box {
		padding-top: 58px;
		text-align: center;
	}

	.work-oil-sec h3 {
		font-size: var(--box-font-size);
		margin: 0;
	}

	.work-oil-sec p {
		font-size: var(--image-box-font-size);
	}

	.coming-workshop-sec h3 {
		font-size: var(--box-font-size);
		padding-bottom: 20px;
		margin: 0;
	}

	/*Work Page End*/
	.pop-up-section {
		padding: 50px 0 40px;
	}

	.pop-up-back .modal-dialog .modal-content {
		width: 80% !important;
	}

	.pop-up-section .cross {
		margin-top: -34px;
		margin-bottom: 20px;
		margin-right: 16px;
	}

	.pop-up-section .form-box .form-section input {
		margin-bottom: 20px;
	}

	.pop-up-section .form-box .form-section select {
		margin-bottom: 20px;
	}

	.pop-up-section h2 {
		padding-bottom: 20px;
		font-size: var(--icon-box-font-size) !important;
	}

	.pop-up-section p {
		padding-bottom: 28px;
		font-size: var(--base-font-size) !important;
	}

	/*Pop Up Page End*/
	.sip-calculator-container .phone-section img {
		margin: 0 60px;
	}

	/*footer Media Query Start*/
	.footer-section .content-box {
		padding-right: 0px;
	}

	.footer-section .social-icon {
		display: unset !important;
	}

	.footer-section .phone-box {
		margin: 24px 0;
	}

	.footer-section .footer-list {
		justify-content: space-between !important;
		margin-top: 30px;
		gap: 30px;
	}

	.footer-section .footer-list div:nth-child(2) {
		margin-right: 50px;
	}

	.copyright-section .copyright-content {
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}

	/*footer Media Query End*/
	/* our-app media start */
	.advisory-faq-sec button.accordion-button {
		line-height: 1.6;
	}

	.advisory-faq-sec .accordion .accordion-item {
		padding: 16px 10px;
	}

	.our-app-hero-banner h2 {
		font-size: var(--hero-heading-font-size);
		font-weight: var(--font-weight-large);
		font-family: var(--heading-font-family);
		color: var(--white-color);
		line-height: 1.1;
		text-align: center;
	}

	.our-app-hero-banner .content-box {
		padding-top: 40px;
	}

	.our-app-hero-banner h3 {
		font-size: 30px;
		padding-top: 30px;
		text-align: center;
	}

	.our-app-hero-banner h3 {
		font-size: 30px;
		line-height: 1.1;
		padding-top: 10px;
		text-align: center;
	}

	.our-app-futures-section img {
		max-width: 100%;
	}

	.our-app-hero-banner .app-image {
		display: flex;
		flex-direction: column;
		margin-top: 50px;
	}

	.our-app-hero-banner .app-image .fir-box {
		position: relative;
		margin: auto;
	}

	.our-app-hero-banner .app-image .sec-box {
		position: relative;
		z-index: 9;
		margin: auto;
	}

	.our-app-community-sec .community-image img {
		max-width: 80% !important;
	}

	.our-app-live-sec .icon-box-section .icon-box h3 {
		font-size: 13px;
		padding: 0;
	}

	.our-app-live-sec .gradient-box .icon-box {
		background: #000;
		border-radius: 10px;
		height: 82px;
		display: flex;
		align-items: center;
		padding: 10px !important;
	}

	.wow.fadeInUp.col-lg-4.col-md-6.col-6 {
		padding: 5px;
	}

	.our-app-live-sec .gradient-box {
		margin-top: 8px;
	}

	.our-app-how-work-section h3 {
		text-align: center;
		padding-bottom: 40px;
	}

	.our-app-different-section .styling {
		display: flex;
		flex-direction: column-reverse;
	}

	.our-app-different-section .first-style .gradient-box {
		width: 100% !important;
	}

	.our-app-different-section .first-style {
		display: unset;
	}

	.our-app-different-section .second-style {
		display: unset;
	}

	.our-app-different-section .second-style .gradient-box {
		width: 100%;
	}

	.our-app-different-section h4 {
		margin-top: 70px;
	}

	.our-app-different-section h3 {
		font-size: 48px;
		padding-bottom: 20px;
	}

	.our-app-different-section h2 {
		padding-bottom: 20px;
	}

	.our-app-how-work-section h4 {
		padding-bottom: 0px;
	}

	.our-app-how-work-section .card-box {
		background: linear-gradient(to top, rgb(0 0 0), rgb(30 48 46));
		border-radius: 14px;
		padding: 0;
		min-height: 45px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.our-app-how-work-section h4 {
		padding-bottom: 0px;
		font-size: 16px;
	}

	.our-app-futures-section .tab-content {
		margin-top: 50px;
	}

	/* our-app media end */
}

/*Mobile Query End*/
.owl-stage {
	display: flex;
}

.thanksPopContent button.btn-close {
	color: #fff;
	position: absolute;
	right: 20px;
	top: 30px;
	filter: invert(1);
}

.modal-content.thanksPopContent {
	top: 100px !important;
}

label#success-message {
	text-align: center;
	display: block;
	color: #18c10b;
	margin-top: 20px;
}

header.site-header nav .dropdown ul.dropdown-menu li a.dropdown-item {
	background: none !important;
}

@media screen and (max-width: 767px) {
	.faq-page-sec p {
		max-width: 100% !important;
		padding: 0 20px;
	}
}