/* ----------------------------------- */
/* Common Styles
-------------------------------------- */
body{
		font-family: 'Exo 2', sans-serif !important;
		line-height: unset;
}
h1,h2,h3,h4,h5,h6,p,span,a,ul,li,button,label{
		font-family: 'Exo 2', sans-serif !important;
}
.site-footer.tg-site-footer{
		display:none;
}
#page {
    position: relative;
}
.banner-heading {
    margin: 72px 0 0 0;
}
.tg-page-header.tg-page-header--left {
    display: none;
}
/* ----------------------------------- */
/* Homepage
-------------------------------------- */
.site-branding .custom-logo {
    width: 118px;
}
.tg-site-header{
		border:0 !important;
}
.tg-site-header-bottom {
    padding-top: 65px;
    padding-bottom: 40px;
}
.site-branding {
    position: relative;
    z-index: 9;
}
.homepage--baneer-section{
		background: linear-gradient(247.12deg, #010101 0%, #232A37 95.09%);
		height: 100vh;
		position:relative;
		margin-top: -151px;
		align-items: center !important;
}
.homepage--baneer-section::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: url(https://www.shubhamchhabra.in/jason/wp-content/uploads/2021/05/banner-graphics.png.png);
    height: 174px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
		z-index: 999;
}
.tg-primary-menu > div ul li a {
    color: #E4E6F5;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.04em;
		position: relative;
		z-index: 999;
		transition: 0.3s ease-out;
}
.tg-primary-menu > div ul li a:hover{
		color:#D6D8E7;
}
.tg-primary-menu > div ul li.current_page_item > a, .tg-primary-menu > div ul li.current-menu-item > a {
    font-weight: bold;
		color: #E4E6F5;
}
.tg-primary-menu > div ul li.current_page_item > a::before, .tg-primary-menu > div ul li.current-menu-item > a::before{
    display:none;
}
.tg-primary-menu > div > ul > li {
    margin: 0;
}
.tg-primary-menu .about-project-menu {
    margin: 0 130px 0 0;
}
.tg-primary-menu .about-project-menu::before{
    position: absolute;
    z-index: 99;
    background: rgba(77, 86, 103, 0.1);
    width: 1px;
    height: 100%;
    content: "";
    top: 0;
}
.tg-primary-menu .investment-thesis-menu{
		margin: 0 74px 0 0;
}
.tg-primary-menu .investment-thesis-menu::before{
    position: absolute;
    z-index: 99;
    background: rgba(77, 86, 103, 0.1);
    width: 1px;
    height: 100%;
    content: "";
    top: 0;
}
.tg-primary-menu .partners-menu{
		margin: 0 78px 0 0;
}
.tg-primary-menu .partners-menu::before {
    position: absolute;
    z-index: 99;
    background: rgba(77, 86, 103, 0.1);
    width: 1px;
    height: 100%;
    content: "";
    top: 0;
}
.learn-more-btn a {
    background: #D6D8E7;
    border-radius: 5px;
    font-weight: bold;
    font-size: 12px !important;
    line-height: unset !important;
    text-align: center !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase;
    color: #070709 !important;
    width: 133px;
    height: 46px;
    display: flex !important;
    align-items: center;
    justify-content: center;
		transition: 0.3s ease-out;
}
.learn-more-btn a:hover{
		background:#E4E6F5;
		transition: 0.3s ease-out;
}
.banner-heading h1{
		font-weight: 600;
		font-size: 46px;
		line-height: 62px;
		letter-spacing: 0.01em;
		color: #E4E6F5;
		margin: 0 0 15px 0;
}
.banner-globe img {
    position: relative;
    z-index: 99;
 		max-width: 471px;
}
.banner-globe-content-section {
    position: relative;
}
.banner-important-points {
    position: absolute;
    top: 0;
    width: 196px;
    right: 75px;
    z-index: 999;
}
.banner-important-points li {
    border: 0 !important;
    margin: 0 0 118px 0;
}
.banner-important-points span {
    width: 12px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 0 0 10px 0;
}
.banner-important-points p {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: #E4E6F5;
    margin: 0;
}
.banner-important-points li:last-child {
    margin: 0;
}
.banner-sections-row {
    padding: 38px 0 0 0;
}

.banner-tabs-section {
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}
.banner-tabs-section .radioInput {
    display: none;
}
.activeTab-indicator {
    display: inline-block;
    height: 1px;
    width: 81.5px;
    background-color: #fff;
    transition: transform 0.3s ease-in-out;
    position: relative;
    top: -1px;
}
.tabHeader-container {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #4D5667;
    width: 163px;
    box-sizing: border-box;
}
.tabContent-container {
		display: flex;
		transition: transform 0.3s ease-in-out;
		position: relative;
		z-index: 9999;
}
.tabHeader {
    cursor: pointer;
    transition: 0.2s ease-in-out;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #E4E6F5;
    opacity: 0.8;
		margin:0;
		padding: 10px;
		width: 81.5px;
}
.tabHeader:hover{
		opacity:1;
		transition: 0.2s ease-in-out;
}
.tabContent{
    width: 100%;
    flex-shrink: 0;
    padding: 22px 0 0 0;
    box-sizing: border-box;
}
.tabContent h2 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #E4E6F5;
    margin: 0 0 26px 0;
}

.radioInput:nth-of-type(1):checked ~ .tabContent-container {
  	transform: translateX(0);
}
.radioInput:nth-of-type(1):checked ~ .tabHeader-container .tabHeader:nth-of-type(1) {
    color: #E4E6F5;
    opacity: 1;
    font-weight: bold;
}
.radioInput:nth-of-type(1):checked ~ .activeTab-indicator {
  	transform: translateX(0);
}
.radioInput:nth-of-type(2):checked ~ .tabContent-container {
  	transform: translateX(-100%);
}
.radioInput:nth-of-type(2):checked ~ .tabHeader-container .tabHeader:nth-of-type(2) {
  	color: #E4E6F5;
    opacity: 1;
    font-weight: bold;
}
.radioInput:nth-of-type(2):checked ~ .activeTab-indicator {
  	transform: translateX(100%);
}
.banner-subscription-form {
    width: 450px;
    border: 1px solid #4D5667;
    border-radius: 5px;
		transition: 0.2s ease-out;
}
.banner-subscription-form ul {
    display: flex;
}
.banner-subscription-form ul li:first-child {
    width: 70%;
}
.banner-subscription-form ul li {
    border: 0;
}
.banner-subscription-form ul li:last-child {
    width: 30%;
}
.banner-subscription-form input {
    width: 100%;
}
.banner-subscription-form .wpcf7-email {
    border: 0;
    background: transparent;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #E4E6F5 !important;
    opacity: 1;
    padding: 7px 13px 11px 13px;
		transition:0.3s ease-out;
}
.banner-subscription-form .wpcf7-email:focus{
		outline:none;
}
.banner-subscription-form .wpcf7-form-control.wpcf7-submit {
    background: #D6D8E7;
    border-radius: 0px 5px 5px 0px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #050608;
    font-weight: bold;
    padding: 16px 0;
		transition:0.3s ease-out;
}
.banner-subscription-form .wpcf7-form-control.wpcf7-submit:hover{
		background: #E4E6F5;
}
.banner-subscription-form input::-webkit-input-placeholder{
		color: #E4E6F5;
		opacity:0.8;
}
.banner-subscription-form input:-ms-input-placeholder{ 
		color: #E4E6F5;
		opacity:0.8;
}
.banner-subscription-form input::placeholder {
		color: #E4E6F5;
		opacity:0.8;
}
.banner-subscription-form .ajax-loader {
    position: absolute;
    margin: 12px 0 0 5px;
}
.banner-subscription-form .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -18px;
    font-size: 12px;
}
.banner-subscription-form  .wpcf7-form-control-wrap {
    display: block;
}
.banner-subscription-form.focus-border{
		margin: 4px;
		outline:4px solid rgba(147, 181, 245, 0.3);
		transition:0.2s ease-out;
}
.wpcf7 form.invalid .wpcf7-response-output{
    display:none;
}
.banner-joinform-subscription {
    height: 100px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border: 0;
    margin: 20px 0 0 0;
    padding: 0;
    color: #E4E6F5;
}

/* ----------------------------------- */
/* Investment Thesis
-------------------------------------- */
.investment-thesis-banner.banner-heading {
    margin: 139px 0 0 0;
}
.homepage--baneer-section.investment--banner-section::after {
    position: absolute;
    content: url(https://www.shubhamchhabra.in/jason/wp-content/uploads/2021/05/investment-thesis.png);
    right: 0;
    bottom: 37px;
    background: none;
    width: unset;
    height: unset;
    left: unset;
    z-index: 9;
}
.investment-thesis-banner.banner-heading h4 {
    letter-spacing: 0.01em;
    color: #E4E6F5;
    font-size: 24px;
    line-height: 42px;
    margin: 0 0 47px 0;
}
.investment-thesis-banner.banner-heading p {
    letter-spacing: 0.04em;
    color: #E4E6F5;
    opacity: 0.9;
    font-size: 18px;
    line-height: 31px;
		margin: 0;
}
.banner-quotation h2 {
    color: #E4E6F5;
    font-style: italic;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
}
.banner-quotation {
    display: inline-block;
    margin: 100px 0 0 0;
    padding: 0 0 0 16px;
}
.banner-quotation h2 {
    color: #E4E6F5;
    font-style: italic;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 13px 0;
    position: relative;
}
.banner-quotation h2::before {
    width: 104px;
    height: 1px;
    background: #fff;
    content: "";
    position: absolute;
    left: -121px;
    top: 20px;
}
.banner-quotation span {
    text-align: right;
    display: block;
    color: #E4E6F5;
    opacity: 0.8;
    font-size: 14px;
    line-height: 21px;
}

/* ----------------------------------- */
/* Mission
-------------------------------------- */
.investment-thesis-banner.banner-heading.mission--banner {
    padding: 0 190px 0 0;
		margin: 100px 0 0 0;
}
.mission--banner--section {
    height: 1050px;
    min-height: 110vh;
}
.investment-thesis-banner.banner-heading.mission--banner p {
    margin:0 0 15px 0;
		font-size: 17px;
		line-height: 29px;
}
.investment-thesis-banner.banner-heading.mission--banner p:last-child {
    margin:0;
}
.banner-quotation.mission-banner-quotation {
    display: inline-block;
    margin: 70px 0 0 0;
    padding: 0 135px 0 16px;
}
.banner-quotation.mission-banner-quotation h2 {
    font-size: 20px;
    line-height: 32px;
}

/* ----------------------------------- */
/* Partners
-------------------------------------- */
.banner-quotation.partners--banner-quotations {
    padding: 0 260px 0 16px;
}
.investment-thesis-banner.banner-heading.partners--banner {
    margin: 60px 0 0 0;
}


/* ----------------------------------- */
/* Media Queries
-------------------------------------- */
@media only screen and (min-width:1500px){
	.homepage--baneer-section::after {
    height: 200px;
	}
}
@media only screen and (max-width:1260px){
	.tg-container {
    max-width: 991px !important;
	}
	.banner-heading h1 {
    font-size: 35px;
    line-height: 50px;
	}
	.banner-globe img {
    width: 80%;
	}
	.banner-important-points li {
    margin: 0 0 90px 0;
	}
	.tabContent h2 {
    margin: 0 0 20px 0;
	}
	.tabContent h2 br{
		display:none;
	}
	.tabContent {
    padding: 20px 0 0 0;
	}
	.tabContent-container {
    position: relative;
    z-index: 99999;
	}
	.banner-joinform-subscription {
    height: 78px;
	}
	.wpcf7 form.sent .wpcf7-response-output {
    margin: 10px 0 0 0;
    font-size: 12px;
	}
	.banner-subscription-form {
    width: unset;
	}
	.investment-thesis-banner.banner-heading.mission--banner {
    padding: 0;
	}
	.investment-thesis-banner.banner-heading.mission--banner h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    line-height: 35px;
	}
	.banner-quotation.mission-banner-quotation {
    padding: 0 0 0 16px;
		margin: 50px 0 0 0;
	}
}
@media only screen and (max-width:1024px){
	.tg-container {
    max-width: 767px !important;
	}
	.banner-heading h1 {
    font-size: 30px;
    line-height: 40px;
	}
	.tabContent h2 br {
    display: none;
	}
	.tg-primary-menu .about-project-menu::before {
    display:none;
	}
	.tg-primary-menu .investment-thesis-menu::before {
    display:none;
	}
	.tg-primary-menu .partners-menu::before {
    display:none;
	}
	.tg-primary-menu .about-project-menu {
    margin: 0 40px 0 0;
	}
	.tg-primary-menu .investment-thesis-menu {
    margin: 0 40px 0 0;
	}
	.tg-primary-menu .partners-menu {
    margin: 0 60px 0 0;
	}
	.banner-globe img {
    width: 75%;
	}
	.banner-heading {
    margin:10px 0 0 0;
	}
	.banner-important-points li {
    margin: 0 0 50px 0;
	}
	.banner-important-points {
    right: 0;
	}
	.homepage--baneer-section {
    height: 1024px;
	}
	.mission--banner--section {
    height: 1050px;
	}
	.banner-subscription-form .ajax-loader {
    position: absolute;
    margin: 0;
    bottom: 0;
    right: 1px;
	}
	.investment-thesis-banner.banner-heading p br{
		display:none;
	}
	.investment-thesis-banner.banner-heading {
    margin: 0;
	}
	.investment-thesis-banner.banner-heading.mission--banner h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 25px 0;
	}
	.banner-quotation.mission-banner-quotation h2 {
    font-size: 16px;
    line-height: 26px;
	}
	.banner-quotation.partners--banner-quotations {
    padding: 0 0 0 16px;
	}
	.investment-thesis-banner.banner-heading.mission--banner p {
    font-size: 15px;
    line-height: 26px;
	}
	.carvalho-portfolio-block {
  	padding: 0 !important;
	}
	.carvalho-portfolio-cta {
		flex-direction: column !important;
		max-width: 100% !important;
	}
	.carvalho-portfolio-cta.learn-more-btn p {
		text-align: center !important;
		padding: 0 0 24px !important;
	}
	
}
@media only screen and (max-width:800px){
	.tg-site-header-bottom {
    padding-top: 25px;
    padding-bottom: 25px;
	}
	.banner-sections-row{
		flex-direction:column;
	}
	.banner-sections-row > .panel-grid-cell{
		width:100% !important;
	}
	.homepage--baneer-section {
    margin-top: -96px;
    padding: 90px 0 0 0;
		overflow: hidden;
	}
	.tg-site-header-bottom {
    padding-top: 25px;
    padding-bottom: 25px;
	}
	.banner-sections-row {
    padding:0;
	}
	.banner-subscription-form .ajax-loader {
    bottom: 40px;
	}
	.banner-subscription-form ul li:last-child {
    width: 32%;
	}
	.banner-subscription-form ul li:first-child {
    width: 68%;
	}
	.investment-thesis-banner.banner-heading {
    margin: 70px 0 0 0;
		position: relative;
		z-index: 99;
	}
	.banner-quotation {
    position: relative;
    z-index: 99;
	}
	.investment-thesis-banner.banner-heading.mission--banner {
    margin: 15px 0 0 0;
	}
	.investment-thesis-banner.banner-heading.mission--banner h4 {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 22px 0;
	}
	.investment-thesis-banner.banner-heading.mission--banner p {
    font-size: 14px;
    line-height: 22px;
    opacity: 1;
	}
	.banner-quotation.mission-banner-quotation {
    margin: 30px 0 0 0;
	}
	.banner-quotation.mission-banner-quotation h2 {
    font-size: 13px;
    line-height: 21px;
		margin: 0 0 8px 0;
	}
	.investment-thesis-banner.banner-heading.partners--banner h1 br{
		display:none;
	}
	.investment-thesis-banner.banner-heading.partners--banner {
    margin: 90px 0 0 0;
	}
	.mission--banner--section {
    height: unset;
		padding-bottom:40px !important;
	}	
}

@media only screen and (max-width:780px){
	.tg-container {
    max-width: 100% !important;
		padding:0 20px !important;
	}
	.banner-globe-content-section {
    height: 450px;
	}
	.banner-globe {
    text-align: right;
	}
	.banner-important-points {
    left: 0;
		right:unset;
		width:220px;
	}
	.banner-joinform-subscription {
    height: 115px;
	}
	#header-action {
    z-index: 99;
	}
	#header-action .tg-header-action-list i {
    color: #fff;
    font-size: 20px;
    width: 22px;
    height: 2px;
    background: #fff;
    position: relative;
	}
	#header-action .tg-header-action-list i::after {
    content: "";
    width: 22px;
    height: 2px;
    background: #fff;
    bottom: -7px;
    position: absolute;
    right: 0;
	}
	#header-action .tg-header-action-list i::before {
    content: "";
    width: 22px;
    height: 2px;
    background: #fff;
    top: -7px;
    position: absolute;
    right: 0;
	}
	.tg-mobile-navigation.tg-mobile-navigation--opened {
    background: linear-gradient(247.12deg, #232A37 0%, #010101 95.09%);
    z-index: 999999;
	}
	.tg-mobile-navigation a{
		padding: unset !important;
	}
	.tg-mobile-navigation a {
    color: #E4E6F5;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.04em;
    position: relative;
    z-index: 9;
    transition: 0.3s ease-out;
	}
	.tg-mobile-navigation a:hover {
    color: #D6D8E7;
	}
	.tg-mobile-navigation .tg-mobile-navigation-close::before {
    position:absolute;
		background:#fff;
		width:22px;
		height:2px;
		content:'';
		transform:rotate(135deg);
	}
	.tg-mobile-navigation .tg-mobile-navigation-close::after {
    position:absolute;
		background:#fff;
		width:22px;
		height:2px;
		content:'';
		transform:rotate(-135deg);
	}
	#mobile-primary-menu li{
		margin:28px 0;
	}
	#mobile-primary-menu li:last-child{
		margin-bottom:0;
	}
	.investment-thesis-banner.banner-heading p {
    font-size: 15px;
    line-height: 25px;
	}
	.banner-quotation h2 {
    font-size: 20px;
    line-height: 30px;
	}
	.banner-quotation h2 br{
		display:none;
	}
	.banner-quotation {
    margin: 80px 0 0 0;
	}
	.homepage--baneer-section.investment--banner-section .banner-sections-row {
    padding: 0 0 40px;
	}
	.homepage--baneer-section.investment--banner-section.mission--banner--section.portfolio--banner--section .banner-sections-row.portfolio-bannerSections-row{
		padding: 15px 0 !important;
	}
	.homepage--baneer-section.investment--banner-section.mission--banner--section.portfolio--banner--section {
		padding-top: 110px !important;
	}
	.carvalho-portfolio-cta {
		padding: 32px !important;
	}
	.carvalho-portfolio-cta.learn-more-btn p {
		font-size: 20px !important;
		line-height: 30px !important;
	}
	
}


