@font-face {

	font-family: 'Avenir LT Std';

	src: url('../fonts/AvenirLTStd-Medium.woff2') format('woff2'),

		url('../fonts/AvenirLTStd-Medium.woff') format('woff');

	font-weight: 500;

	font-style: normal;

	font-display: swap;

}


@font-face {

	font-family: 'Avenir LT Std';

	src: url('../fonts/AvenirLTStd-Book.woff2') format('woff2'),

		url('../fonts/AvenirLTStd-Book.woff') format('woff');

	font-weight: normal;

	font-style: normal;

	font-display: swap;

}


@font-face {

	font-family: 'Avenir LT Std';

	src: url('../fonts/AvenirLTStd-Black.woff2') format('woff2'),

		url('../fonts/AvenirLTStd-Black.woff') format('woff');

	font-weight: 900;

	font-style: normal;

	font-display: swap;

}

@font-face {
    font-family: 'Avenir LT Std 55 Roman';
    src: url('../fonts/AvenirLTStd-Roman.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
	font-family: 'Avenir Heavy';
	src: url('../fonts/avenir-heavy.eot');
	src: url('../fonts/avenir-heavy.eot?#iefix') format('embedded-opentype'),
		url('../fonts/avenir-heavy.woff2') format('woff2'),
		url('../fonts/avenir-heavy.woff') format('woff'),
		url('../fonts/avenir-heavy.ttf') format('truetype'),
		url('../fonts/avenir-heavy.svg#Avenir Heavy') format('svg');
} */


* {

	margin: 0;

	padding: 0;

	box-sizing: border-box;

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

}


/* html{ font-size: 62.5%; } */


body {

	font-family: 'Avenir LT Std', sans-serif;

	font-size: 16px;

	font-weight: 400;

	overflow-x: hidden;

	position: relative;

}


/* .menu_font {

	font-family: 'Josefin Sans', sans-serif;

} */


.outer_main_tamp {

	overflow: hidden;

}


img {

	vertical-align: middle;

	max-width: 100%;

}


a img {

	border: none;

}


a {

	text-decoration: none;

	color: #000;

}


ul {

	list-style: none
}


:focus {

	outline: none
}


.wrapper {

	margin-left: auto;

	margin-right: auto;

	max-width: 1280px;

	padding: 0 20px;

	width: 100%;

}


.wrapper_lg {

	margin-left: auto;

	margin-right: auto;

	max-width: 1380px;

	padding: 0 20px;

	width: 100%;

}


.clr {

	clear: both;

	float: none;

	display: block;

}


.clr:after,

.afclr:after {

	clear: both;

	float: none;

	display: block;

	content: ""

}


input[type="submit"],

button {

	-webkit-appearance: none;

	appearance: none;

}


select {

	word-wrap: normal
}


::-webkit-input-placeholder {

	color: #000;

}


:-moz-placeholder {

	color: #000;

}


::-moz-placeholder {

	color: #000;

}


.heading_info h2 {

	font-size: 42px;

	color: #000;

	font-weight: normal;

	margin-bottom: 20px;

	border-left: 19px solid #E4BE61;

	padding: 10px 0px 10px 24px;

}


.heading_info h2 span {

	color: #E4BE61;

	text-transform: uppercase;

	font-weight: 900;

	font-size: 35px;

}


.info_team {

	display: flex;

	flex-wrap: wrap;

	gap: 45px;

	padding-top: 35px;

}


.info_team_block {
	flex: calc(50% - 45px);
	padding: 34px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	background-color: #fff;
}


.team_img img {

	width: 140px;

	height: 140px;

	border-radius: 100px;

	object-fit: cover;

}


.team_occupation h3 {

	font-size: 19px;

	color: #000;

	margin-bottom: 2px;

}


.team_occupation h4 {

	color: #000;

	font-weight: normal;

	font-size: 19px;

	line-height: 1.3;

}


.team_section {

	padding: 80px 0;

	/* border-bottom: 11px solid #E4BE61; */
	background-color: #F1EEEA;
}


.team_img {

	text-align: center;

	margin-bottom: 26px;

}


.team_occupation {

	margin-bottom: 15px;

	border-left: 8px solid #E4BE61;

	padding: 2px 0px 2px 14px;

}


.paragraph_text p {

	color: #000;

	font-size: 16px;

	line-height: 1.4;

	margin-bottom: 15px;

}


.paragraph_text p:last-child {

	margin-bottom: 0;

}


.paragraph_text ul {

	margin-bottom: 15px;

	list-style-type: disc;

	padding-left: 19px;

}


.paragraph_text ul li {

	color: #000;

	font-size: 16px;

	line-height: 1.4;

}


.bottom_info_team_b {

	padding-top: 20px;

}


.program_block {

	display: flex;

	flex-wrap: wrap;

	gap: 45px;

	align-items: center;

	padding-top: 35px;

}


.program_block_info {

	flex: calc(50% - 45px);

}


.custom-list {

	list-style: none;

	padding: 0;

	margin: 0;

	counter-reset: list-counter;

	position: relative;

}


.custom-list::after {

	height: 99%;

	content: "";

	position: absolute;

	background: #E4BE61;

	width: 2px;

	top: 0;

	left: 38px;

}


.custom-list li {

	position: relative;

	padding-left: 53px;

	padding-bottom: 20px;

	font-size: 16px;

	line-height: 1.3;

	color: #000;

}


.custom-list li::before {

	content: counter(list-counter, decimal);

	counter-increment: list-counter;

	position: absolute;

	left: 0;

	top: 9px;

	width: 1.5rem;

	height: 1.5rem;

	background-color: #fff;

	border: 1px solid #E4BE61;

	border-radius: 50%;

	text-align: center;

	font-size: 14px;

	line-height: 1.5rem;

	color: #333;

	font-weight: normal;

	transform: translateY(-50%);

	display: flex;

	align-items: center;

	justify-content: center;

	padding-top: 1px;

	z-index: 1;

}


.custom-list li::after {

	content: "";

	position: absolute;

	background: #E4BE61;

	width: 38px;

	height: 2px;

	left: 0;

	top: 9px;

}


.custom-list li:last-child {

	padding-bottom: 0;

}


.program_block_img img {

	border-radius: 5px;

	width: 100%;

	object-fit: cover;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}


.program_block_info h3 {

	color: #000;

	font-size: 24px;

	font-weight: 900;

	padding-bottom: 30px;

}


.program_section {

	padding: 80px 0;

	border-bottom: 11px solid #E4BE61;

	position: relative;

}


.solutions {

	padding: 80px 0;

	border-bottom: 11px solid #E4BE61;
	/* background: url('images/law-back-img.webp') no-repeat center/cover; */
	/* background-image: url(../images/law-back-img.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative; */
}

/* .solutions::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	top: 0;
	left: 0;
	opacity: 63%;
	z-index: 0;
} */


.box_wrap {

	position: relative;

}


.graphic_img {

	position: absolute;

	right: -40px;

}


.program_block.revenue_block {

	align-items: flex-start;

}


.solutions.revenue_section {

	padding: 80px 0 0;

}


.graphic_img_2 {

	text-align: right;

	padding-top: 41px;

	padding-right: 84px;

}


.graphic_img_2 img {

	max-width: 284px;

}


.revenue_block .custom-list {

	margin-top: 15px;

}


.banner_section {

	position: relative;

	height: 100vh;

}


.banner_box_content {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}


.banner_logo_info>p {
	font-size: 30px;
	font-weight: 400;
	color: #000;
	padding-bottom: 15px;
}


.banner_logo_info {


	margin: 0 auto;

}


.banner_logo_info a {

	display: block;

}


.banner_content h1 {

	font-weight: normal;
	font-family: 'Avenir LT Std 55 Roman';
	font-size: 64px;
	line-height: 1.3;
	color: #000;

}


.banner_content h1 span {

	color: #E4BE61;

}


.banner_content .banner_content>p {

	font-size: 20px;

	line-height: 28px;

	letter-spacing: 0.02em;

	color: #FFFFFF;

	width: 36%;

	padding: 19px 0 33px;

}


.banner_img_b {

	width: 100%;

	height: 100%;

	object-fit: cover;

	object-position: right;

}


.banner_content {

	position: relative;

	height: 100%;

}


.banner_content {

	display: flex;
	flex-direction: column;
	vertical-align: middle;
	position: relative;
	height: 100%;
	width: 50%;
	text-align: center;
	gap: 56px;
	justify-content: center;
	z-index: 1;
	right: -190px;
	padding: 60px 0 30px;
	margin-left: auto;

}


.site_btn {

	font-weight: 400;

	font-size: 20px;

	line-height: 1.3;

	color: #fff;

	position: relative;

	text-align: center;

	vertical-align: middle;

	display: inline-block;

	background-color: #292929;

	font-family: 'Avenir LT Std', sans-serif;

	border-radius: 12px;

	padding: 18px 20px 18px 23px;

	transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

	-ms-transition: all 0.3s ease;

	-o-transition: all 0.3s ease;

}


.banner_btn .site_btn {
	font-size: 46px;
	padding: 18px 40px 16px 40px;
	position: relative;
	border-radius: 0;
	z-index: 2;
	 
	color: #3e3e3e;
	background-color: #E1A81C;

}

.banner_btn .site_btn:hover{     color: #fff;
    background-color: #9d7515;}

.banner_btn {     padding-top: 60px;}


.product_list_section {

	padding: 80px 0 65px;

	border-bottom: 11px solid #E4BE61;

}


.product_list_outer {

	display: flex;

	flex-wrap: wrap;

	gap: 24px 60px;

	padding: 35px 0 0 0px;

}


.pt_list_item {

	width: calc(50% - 30px);

	box-sizing: border-box;

}


.pt_list_item h4 {

	color: #fff;

	font-size: 24px;

	display: inline-block;

	font-weight: 500;

	background-color: #E4BE61;

	padding: 6px 15px 6px 10px;

	margin-bottom: 15px;

}


.pt_list_item .paragraph_text ul li {

	line-height: 1.5;

}


.opportunity_section {

	padding: 80px 0;

	border-bottom: 11px solid #E4BE61;

}


.opportunity_ctc p {

	color: #000;

	font-size: 28px;

	display: block;

	line-height: 1.4;

	font-weight: 500;

	border: 1px solid #E4BE61;

	padding: 15px 15px 15px;

	margin-bottom: 20px;

}


.opportunity_ctc p:last-child {

	margin-bottom: 0;

}


.opportunity_ist_section {

	padding: 80px 0;

	border-bottom: 11px solid #E4BE61;

}


.investor_sub_title h3 {

	color: #000;

	font-size: 32px;

	line-height: 1.2;

	font-weight: 500;

	margin-bottom: 10px;

}


.investor_sub_title,

.disruption_eq_img {

	padding: 0px 0 0 55px;

}


.title_list_eq h4 {

	color: #000;

	font-size: 18px;

	display: block;

	line-height: 1.3;

	font-weight: 600;

}


.opportunity_ctc.title_list_eq h4 {

	color: #E4BE61;

	font-size: 28px;

	margin-bottom: 7px;

}


.disruption_eq_img {

	text-align: center;

	padding: 30px 30px 0;

}


.paragraph_text.list_valuation_nw ul li::before {

	content: '-';

	font-size: 22px;

	line-height: 18px;

	font-weight: 400;

	position: absolute;

	color: #000;

	left: 0;

}


.paragraph_text.list_valuation_nw ul {

	position: relative;

	padding-left: 12px;

	list-style-type: none;

}


.opportunity_ctc_eq {

	border-left: 60px solid #E4BE61;

	padding: 13px 12px 1px;

	margin-bottom: 15px;

}


.opportunity_ctc.opportunity_ctc_eq p {


	font-size: 18px;

	display: flex;

	align-items: center;

	line-height: 1.3;

	font-weight: 400;

	margin-bottom: 12px;

	padding: 12px 15px 12px;


}


.opportunity_ctc_eq p span {

	max-width: 57px;

	display: block;

	padding-right: 23px;


}


.opportunity_ist_section .program_block {

	align-items: normal;

	padding-top: 0;

}


.paragraph_text.disruption_eq_img p {
	font-size: 18px;
	line-height: 1.5;
}


.proforma_list_section {

	padding: 80px 0;

	border-bottom: 11px solid #E4BE61;

}


.proforma_list_row {
	padding-top: 35px;
}


.proforma_list_year.paragraph_text ul li {

	margin-bottom: 15px;

	font-size: 22px;

	font-weight: 400;

	counter-increment: list-counter;

	position: relative;

	padding-left: 93px;

}


.proforma_list_year.paragraph_text ul li:last-child {

	margin-bottom: 0;

}


.proforma_list_year ul {

	list-style: none;

	padding-left: 0;

	counter-reset: list-counter;

}


.proforma_list_year ul li::before {

	content: "Year " counter(list-counter) ": ";

	font-weight: 600;

	position: absolute;

	line-height: 1.2;

	font-size: 24px;

	left: 0;

	color: #E4BE61;

}


.proforma_list_year {

	padding: 0px 0 18px 47px;

}


.title_list_note {

	padding-left: 47px;

}


.title_list_note.title_list_eq h4 {

	font-size: 24px;

	line-height: 1.4;

	font-weight: 600;

	margin-bottom: 20px;

}


.title_list_note h5 {

	font-size: 18px;

	font-weight: 400;

	text-transform: uppercase;

	color: #000;

	line-height: 1.3;

}


.title_list_note.paragraph_text p {

	font-size: 18px;

	line-height: 1.5;

}


/* Menu Bar */

.menu {

	display: flex;

	justify-content: center;

}


.site-menu {

	display: inline-block;

}


.nav-menu>li {

	margin: 0 11px;

	position: relative;

	display: inline-block;

}


.nav-menu>li>a {

	position: relative;

	display: block;

	padding: 6px;

	font-weight: 400;

	transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

	-ms-transition: all 0.3s ease;

	-o-transition: all 0.3s ease;

	font-size: 18px;

	line-height: normal;

	text-transform: uppercase;

	color: #000;

}


.nav-menu>li a::after {

	content: '';

	position: absolute;

	width: 65%;

	height: 3px;

	background-color: #000;

	bottom: -0px;

	left: 7px;

}


.nav-menu>li a::after {

	transform-origin: right;

	transform: scaleX(0);

	transition: transform .3s ease-in-out;

}


.nav-menu>li:hover a::after {

	transform-origin: left;

	transform: scaleX(1);

}


.nav-menu>.menu-item-has-children>a::before {

	position: absolute;

	content: "";

	display: block;

	height: 17px;

	width: 13px;

	right: -8px;

	top: 9px;

	background: url(../images/faq-down-icon-n.svg) no-repeat;

	transition: all 0.5s ease-in-out;

	background-size: contain;

}


.nav-menu>.menu-item-has-children:hover>a::before {

	background: url(../images/faq-down-icon-col.svg) no-repeat;

	background-size: contain;

}


.nav-menu>li:hover a::after {

	visibility: visible;

	opacity: 1;


}


.nav-menu .sub-menu {

	position: absolute;

	top: 100%;

	left: 0;

	margin-top: -4px;

	width: 180px;

	transition: all 0.3s ease;

	-webkit-transition: all 0.3s ease;

	z-index: 1000;

	visibility: visible;

	filter: alpha(opacity=0);

	visibility: hidden;

	opacity: 0;

	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.211764);

}


.nav-menu>li .sub-menu>li a::after {

	display: none;

}


.nav-menu .sub-menu li {

	float: none;

	background: #fff;

	border-bottom: 1px solid #9a7d5f;

	border-left: none;

	padding: 0;

	display: block;

	position: relative;

}


.nav-menu .sub-menu li:first-child {

	border-top: 2px solid #9a7d5f;

}


.nav-menu .sub-menu a {

	padding: 10px
}


.nav-menu .sub-menu li a {

	text-align: left;

	font-size: 14px;

	display: block;

}


.nav-menu .sub-menu ul {

	position: absolute;

	top: 0px;

	margin-top: 0;

	left: 100%;

	border-top: 0;

	padding-left: 0px;

	padding-top: 0;

	filter: alpha(opacity=0);

	width: 180px;

	visibility: hidden;

	opacity: 0;

	transform: translate(40px, 0);

	-webkit-transform: translate(40px, 0)
}


.nav-menu .sub-menu li:last-child {

	border-bottom: none;

}


.nav-menu li:hover>.sub-menu {

	visibility: visible;

	opacity: 1;

	filter: alpha(opacity=100);

}


.nav-menu .sub-menu li:hover ul {

	visibility: visible;

	opacity: 1;

	filter: alpha(opacity=100);

	-webkit-transform: translate(0px, 0);

	transform: translate(0px, 0);

}


.nav-menu .sub-menu ul li:first-child {

	border-top: none;

}


.nav-menu .sub-menu ul li,

.nav-menu .sub-menu ul li:first-child {

	background: #f8f8f8;

}


.cross_button {

	display: none
}


/* .nav-menu>li:first-child>a {

    color: #000000;

    background-color: #ff8000;

} */


.nav-menu .sub-menu li a:hover {

	color: #fff;

	background-color: #9a7d5f;

}


.menu_expand {

	display: none;

	color: #fff;

	text-transform: uppercase;

	font-size: 16px;

	line-height: 1.2;

	transition: all 0.2s ease;

	-webkit-transition: all 0.2s ease;

	letter-spacing: 3px;

	text-decoration: none;

	float: right;

	border-radius: 4px;

	padding: 10px;

}


.overlay {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	z-index: -2;

	background-color: rgba(0, 0, 0, 0.8);

	bottom: 0;

	transition: opacity 0.3s ease;

	-moz-transition: opacity 0.3s ease;

	-ms-transition: opacity 0.3s ease;

	-o-transition: opacity 0.3s ease;

	-webkit-transition: opacity 0.3s ease;

	opacity: 0;

}


.overlay.active {

	z-index: 100;

	opacity: 1;

}


/* Menu Bar End */


.banner_home_img_mobile {
	display: none;
}





.newsletter_outer_box {
	max-width: 788px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    z-index: 100;
    padding: 40px;
    display: none;
    width: 100%;
}

.submit_btn{      padding-top: 30px;
    text-align: center;
    position: relative;
    max-width: 554px;
    margin: 0 auto;}

.form_block{ display: flex; flex-wrap: wrap; margin: 0 -15px; }
.form_block_inner{ padding: 0 15px; width: 50%;     margin-bottom: 26px;}
.form_block_full{    margin-bottom: 26px;}

.input_boxes{ width: 100%;
	font-family: 'Avenir LT Std', sans-serif;
    font-weight: 300;
    font-size: 16px;
    outline: 0;
	border: 1px solid #a3a3a3;
    padding: 14px 21px 13px 21px;
    line-height: 16px;
    color: #a29d9d;
   }

   .newsletter_content_in h2{     text-align: center;
    font-weight: normal;
    font-family: 'Avenir LT Std 55 Roman';
    font-size: 40px;     margin-bottom: 35px;}

	.submit_btn .site_btn{     font-size: 20px;
		padding: 17px 40px;
		position: relative;
		border-radius: 0;
		z-index: 2;
		color: #3e3e3e;
		background-color: #E1A81C;
		border: none;
		cursor: pointer;
		font-weight: 500;     transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;}

		.submit_btn .site_btn:hover{     color: #fff;
			background-color: #9d7515;}

		.check_box_output p{     display: inline-block;
			padding-left: 10px;
			font-size: 16px;}

	 .check_box_output{ display: flex;}

			 /* Hide default checkbox */
  input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid green;
    border-radius: 4px;
    display: inline-block;
    position: relative;
	padding: 9px 9px;
  }

  /* Checked state with green background */
  input[type="checkbox"]:checked {
    background-color: green;
    border-color: green;
  }

  /* Custom checkmark */
  input[type="checkbox"]:checked::after {
    content: "✔";
    color: white;
    font-size: 16px;
    position: absolute;
    left: 3px;
    top: -2px;
  }

  .parsley-custom-error-message{    color: red;}

  .loader {
	display: none;
	border: 4px solid #f3f3f3;
	border-top: 4px solid #3498db;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	animation: spin 1s linear infinite;
	margin-left: 10px;
	vertical-align: middle;
	position: absolute;
    right: 150px;
    top: 47px;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.disabled {
	opacity: 0.7;
	pointer-events: none;
}


@media screen and (min-width: 1920px) {
	.banner_content h1 {
		font-size: calc(2.7rem + 1.1vw);
	}
}

@media screen and (max-width:1600px) {


	.banner_content h1 {


		font-size: 55px;
	}

	.banner_logo_info {

		max-width: 440px;
	}

	.banner_content {
		gap: 40px;
		right: 0px;
		width: 43%;
	}

	.banner_btn .site_btn {
		font-size: 30px;
		padding: 16px 40px 15px 40px;
	}

	.banner_btn {
		padding-top: 0;
	}
}


@media screen and (max-width:1280px) {


	.banner_content h1 {
		font-size: 45px;
	}


	.banner_content {


		gap: 40px;

		padding: 30px 0;


	}


	.banner_logo_info {
		max-width: 375px;
	}


	.banner_btn .site_btn {
		font-size: 24px;
		padding: 15px 25px 14px 25px;

	}


	.graphic_img_2 img {

		max-width: 217px;

	}

	.opportunity_ctc p {


		font-size: 20px;


	}


	.nav-menu>li {

		margin: 0 6px;

	}


	.header_con {

		padding: 12px 0px;

	}


	.nav-menu .sub-menu {

		transition: opacity 0.3s ease;

		-webkit-transition: opacity 0.3s ease;

		box-shadow: none;

		left: 0;

	}


	.menu_expand {

		display: block;

	}


	.site-menu {

		position: relative;

		padding-top: 0px;

		vertical-align: middle;

	}


	.nav-menu {

		display: block;

		position: fixed;

		top: 0;

		left: -220px;

		bottom: 0;

		z-index: 100;

		-webkit-transition: all 0.3s ease;

		transition: all 0.3s ease;

		opacity: 0;

		visibility: hidden;

		overflow-y: auto
	}


	.nav-menu.state-active {

		clear: both;

		left: 0;

		opacity: 1;

		visibility: visible
	}


	.nav-menu {

		float: none;

		text-align: center;

		margin-right: 0px;

		background: #ffffff;

		width: 100%;

		padding-top: 65px;

		padding-bottom: 80px;

	}


	.nav-menu li {

		float: none;

		margin: 0px;

		border-bottom: none;

		padding: 0;

		display: block
	}


	.nav-menu li a {

		padding: 10px 20px;

		color: #000;

	}


	.nav-menu li a:hover {

		border-radius: 0;

		background: none;

		border-color: #fff;

	}


	.expand_plus {

		position: absolute;

		right: 8px;

		top: 0;

		width: 35px;

		height: 42px;

		padding: 25px 10px 2px;

		cursor: pointer;

		z-index: 100;

	}


	.expand_plus i {

		display: block;

		position: relative;

		width: 12px;

		height: 10px;

		top: -8px;

	}


	.expand_plus.active i {

		background-position: 0px -190px
	}


	.nav-menu .sub-menu .expand_plus {

		height: 34px
	}


	.nav-menu .sub-menu,

	.nav-menu .sub-menu ul {

		width: auto;

		position: relative;

		display: none;

		visibility: visible;

		margin-top: 0;

		opacity: 1;

		filter: alpha(opacity=100)
	}


	.nav-menu .sub-menu li {

		background: none;

		border-bottom: none;

	}


	.nav-menu .sub-menu li:hover>a,

	.nav-menu .sub-menu ul li a {

		border: none
	}


	.nav-menu .sub-menu.active-children {

		display: block;


	}


	.nav-menu .sub-menu ul {

		padding-left: 0px;

	}


	.nav-menu .sub-menu ul {

		left: 0;

	}


	.nav-menu .sub-menu ul li,

	.nav-menu .sub-menu ul li:first-child {

		border: none;

	}


	.nav-menu .sub-menu ul:before {

		display: none;

	}


	.nav-menu li a {

		text-align: left;

	}


	.nav-menu .sub-menu li a:hover {

		border: none;

	}


	.nav-menu .sub-menu ul li,

	.nav-menu .sub-menu ul li:first-child {

		background: none;

	}


	.nav-menu .sub-menu li a {

		border: none;

		padding-left: 23px;

		font-size: 16px;

		font-weight: 300;

		transition: all 0.3s ease;

		-moz-transition: all 0.3s ease;

		-ms-transition: all 0.3s ease;

		-o-transition: all 0.3s ease;

	}


	.nav-menu .sub-menu ul {

		background: none;

		-webkit-transform: translate(0);

		transform: translate(0);

	}


	.expand_plus active {

		top: 100px;

	}


	.expand_plus active i {

		top: 200px;

	}


	.nav-menu .sub-menu ul li a {

		padding-left: 40px;

	}


	.nav-menu .sub-menu li:first-child {

		border-top: none;

	}


	.nav-menu .sub-menu li a:hover {

		color: #9a7d5f;

		background: none;

	}


	.cross_button {

		margin-top: 20px;

		display: block;

		text-align: center;

		position: absolute;

		top: 0px;

		right: 20px;

	}


	.cross_button a {

		font-size: 22px;

		color: #242323;

		cursor: pointer;

		border: 1px solid #242323;

		border-radius: 3px;

		padding: 4px;

		display: inline-block;

		text-align: center;

		width: 40px;

		height: 40px;

		line-height: 1.2;

	}


	.menu_expand i {

		height: 3px;

		background: #000;

		display: block;

		width: 34px;

	}


	.menu_expand i:nth-child(2) {

		margin: 4px 0;

	}


	.no_overflow {

		overflow: hidden;

	}


	.nav-menu>li>a {

		background: none;

	}


	.nav-menu>li:hover>a {

		background: none;

	}


	.nav-menu>.menu-item-has-children>a:after {

		display: none
	}


	.nav-menu>li a::after {

		display: none
	}


	.nav-menu>li>a {

		border-bottom: none;

	}


	.nav-menu>li:first-child>a {

		background-color: transparent;

	}


	.nav-menu>li:hover>a {

		color: #9a7d5f;

	}


	.nav-menu>.menu-item-has-children>a::before {

		display: none;

	}


	.nav-menu>li:hover>a {

		border-bottom: none;

	}


	.nav-menu>li>a:hover:before {

		display: none
	}


	.nav-menu>li>a:hover:after {

		display: none
	}


	.expand_plus:after {

		margin-right: -2px;

		transform: translate(-50%, -50%) rotate(-135deg);

		content: '';

		position: absolute;

		top: 50%;

		left: 50%;

		width: 8px;

		height: 8px;

		margin-left: -2px;

		box-sizing: border-box;

		border-top: 2px solid #000;

		border-left: 2px solid #000;

		transform-origin: center;

	}


	.expand_plus.active:after {

		transform: translate(-50%, -50%) rotate(45deg);

	}


	.m_close_icon:before,

	.m_close_icon:after {

		display: block;

		content: "";

		position: absolute;

		width: 30px;

		height: 2px;

		background: #000;

		top: 20px;

		left: 6px;

		-webkit-transform: rotate(45deg);

		transform: rotate(45deg);

	}


	.m_close_icon:after {

		-webkit-transform: rotate(-45deg);

		transform: rotate(-45deg);

	}

	.form_block_inner {
		padding: 0 8px;
		 
		margin-bottom: 18px;
	}


	.form_block_full {
		margin-bottom: 18px;
	}

	.form_block {
		 
		margin: 0 -8px;
	}

	


}


@media screen and (max-width:992px) {


	.heading_info h2 {

		font-size: 36px;


	}


	.heading_info h2 {

		font-size: 36px;

		border-left: 14px solid #E4BE61;

		padding: 7px 0px 7px 16px;

		line-height: 1.1;

	}


	.info_team_block {

		flex: calc(50% - 30px);

	}


	.info_team {


		gap: 30px;


	}


	.team_section {

		padding: 70px 0;


	}


	.program_section {

		padding: 70px 0;


	}

	.program_block {


		gap: 35px;


	}


	.program_block_info {

		flex: calc(50% - 35px);

	}


	.graphic_img {


		right: 0;

	}


	.solutions {

		padding: 70px 0;


	}

	.solutions.revenue_section {

		padding: 70px 0 0;

	}


	.banner_box_text h1 {

		font-size: 30px;

	}


	.overlay_shape {

		width: 133px;
		left: calc(70% - 29px);

	}


	.banner_btn .site_btn {

		font-size: 24px;

		padding: 12px 20px 12px 20px;


	}


	.product_list_section {

		padding: 70px 0 55px;


	}


	.opportunity_section {

		padding: 70px 0;


	}


	.opportunity_ist_section {

		padding: 70px 0;


	}


	.investor_sub_title h3 {


		font-size: 24px;


		margin-bottom: 0px;

	}


	.opportunity_ctc_eq {

		border-left: 28px solid #E4BE61;


	}


	.proforma_list_section {

		padding: 70px 0;


	}

	.proforma_list_row {

		padding-top: 30px;

	}

	.proforma_list_year.paragraph_text ul li {


		font-size: 20px;


	}


	.banner_content {
		gap: 28px;
		width: 70%;
	}


	.banner_logo_info {
		max-width: 320px;
	}

	.banner_content h1 {
		font-size: 40px;
	}
	.banner_img_b{  object-position: 90%;}

}


@media screen and (max-width:767px) {


	.investor_sub_title,
	.disruption_eq_img {

		padding: 0px 0 0 0;

	}


	.proforma_list_section {

		padding: 60px 0;


	}


	.overlay_shape {
		display: none;
	}


	.banner_btn .site_btn {

		font-size: 21px;

		padding: 12px 20px 12px 20px;


	}

	.banner_content {

		gap: 20px;
		width: 100%;


	}


	.banner_box_text:after {
		display: none;
	}


	.banner_box_text h1 {

		font-size: 27px;

	}


	.banner_img_b {
		object-position: 94%;
	}


	.team_section {

		padding: 60px 0;

	}

	.info_team_block {

		flex: calc(100% - 30px);

	}

	.program_section {

		padding: 60px 0;

	}

	.program_block_info {

		flex: calc(100% - 35px);

	}

	.program_block {


		padding-top: 25px;

	}

	.info_team {


		padding-top: 25px;

	}


	.graphic_img {
		display: none;
	}


	.program_block_info h3 {


		padding-bottom: 20px;

		font-size: 21px;

	}


	.program_block_2nd_div {
		margin-top: 20px;
	}


	.program_block_reverse {
		flex-direction: column-reverse;
	}


	.solutions {

		padding: 60px 0;

	}


	.graphic_img_2 {
		display: none;
	}


	.solutions.revenue_section {

		padding: 60px 0;

	}

	.revenue_block .custom-list {

		margin-top: 0;

	}

	.bottom_info_team_b {

		padding-top: 0px;

	}

	.heading_info h2 {

		font-size: 30px;


	}


	.heading_info h2 span {


		font-size: 30px;

	}


	.product_list_section {

		padding: 60px 0 45px;

	}

	.pt_list_item {

		width: calc(100% - 30px);


	}


	.product_list_outer {


		padding: 25px 0 0 0px;

	}


	.pt_list_item h4 {


		font-size: 21px;


	}


	.opportunity_section {

		padding: 60px 0;

	}

	.program_block {

		padding-top: 20px;

	}


	.opportunity_ist_section {

		padding: 60px 0;


	}


	.opportunity_ctc.title_list_eq h4 {


		font-size: 25px;

		margin-bottom: 9px;

	}


	.proforma_list_year {

		padding: 0px 0 18px 0px;

	}

	.proforma_list_year.paragraph_text ul li {

		font-size: 18px;

	}

	.proforma_list_year ul li::before {


		font-size: 20px;


	}


	.title_list_note.title_list_eq h4 {

		font-size: 21px;


	}


	.title_list_note {

		padding-left: 0;

	}

	.banner_logo_info>p {
		font-size: 20px;

	}


	.banner_home_img_mobile {
		display: block;
	}

	.banner_home_img_mobile img {
		width: 100%;
	}

	.des_hide_banner {
		display: none;
	}

	/* .banner_box_content {
		position: static;
		transform: none;
	} */

	/* .banner_section {

		height: auto;
	} */

	.banner_content {
		width: 100%;
		/* text-align: left; */
		gap: 24px;
	}

	.banner_logo_info {
		/* max-width: 255px; */
		/* margin-left: 0; */
	}

	/* .banner_content h1 {
		font-size: 30px;
	} */


	.newsletter_content_in h2 {
		 
		font-size: 28px;
		margin-bottom: 23px;
	}
	.form_block_inner {
		 
		width: 100%;
		 
	}

	.input_boxes {
		 
		 
		padding: 14px 17px 13px 17px;
		 
	}

	.newsletter_outer_box {
		 
		padding: 28px;
		 
	}

	.loader {
		 
		right: 76px;
		 
	}
}


@media screen and (max-width:479px) {


	.proforma_list_year.paragraph_text ul li {

		font-size: 17px;

		padding-left: 80px;

	}

	.proforma_list_year ul li::before {

		font-size: 18px;

	}

	.title_list_note.title_list_eq h4 {

		font-size: 19px;

	}

	.title_list_note.paragraph_text p {

		font-size: 16px;

		line-height: 1.3;

	}

	.title_list_note h5 {

		font-size: 17px;


	}


	.opportunity_ctc.opportunity_ctc_eq p {

		font-size: 17px;


	}


	/* .banner_logo_info {

		max-width: 210px;

	} */

	/* .banner_content h1 {
		font-size: 23px;
	} */

	.banner_content {
		gap: 32px;

	}
	.banner_btn{margin-top: 30px;}

	.banner_btn .site_btn {

		font-size: 22px;
        padding: 14px 24px 12px 24px;


	}


	.heading_info h2 {
		border-left: 7px solid #E4BE61;
		padding: 5px 0px 5px 12px;
	}

	.heading_info h2 span {

		font-size: 28px;

	}

	.opportunity_ctc p {

		font-size: 17px;

		padding: 10px 10px 10px;

	}


	.banner_logo_info>p {
		font-size: 18px;
		padding-bottom: 10px;

	}

	.banner_box_text:after {

		width: 59%;

	}
    .banner_img_b {
        object-position: 80%;
    }
	.banner_content h1 {
        font-size: 30px;
    }

}