/*
Theme Name: GameChanger
Theme URI: 
Author: Relish Creative
Author URI: http://relishcreative.com
Description: GameChanger Wordpress Theme
Tags: GameChanger
Version: 2024
Requires at least: 6.0
Tested up to: 6.0
Requires PHP: 8.0
Text Domain: GameChanger

GameChanger WordPress Theme © 2024 
GameChanger is distributed under the terms of the GNU GPL
*/

@font-face {
    font-family: Asgard;
    src: url('fonts/Asgard-Variable.ttf');
    font-style: normal;
    font-weight: 440;
    font-display: swap;
	}

.font-extralight{
	font-variation-settings: 'wght' 219, "wdth" 400, "ital" 0;
	}

.font-light{
	font-variation-settings: 'wght' 320, "wdth" 400, "ital" 0;
	}

.font-regular{
	font-variation-settings: 'wght' 440, "wdth" 400, "ital" 0;
	}

html, body{
	margin: 0;
	padding: 0;
	font-family: Asgard;
	font-weight: 219;
	font-variation-settings: 'wght' 219, "wdth" 400, "ital" 0;
	position: relative;
	}

body{
	overflow-x: hidden;
}

strong{
	font-variation-settings: 'wght' 440, "wdth" 400, "ital" 0;
	}

.darkpurplebg{
	background-color: #2f0549;
	}

.darkpurplecolor{
	color: #2f0549;
	}

.mediumpurplebg{
	background-color: #820ad1;
	}

.mediumpurplecolor{
	color: #820ad1;
	}

.lightpurplebg{
	background-color: #bd0fea;
	}

.lightpurplecolor{
	color: #bd0fea;
	}

.pinkbg{
	background-color: #ff7d6b !important;
	}

.pinkcolor{
	color: #ff7d6b;
	}

.lightbluebg{
	background-color: #6ff5ff;
	}

.lightbluecolor{
	color: #6ff5ff;
	}

.greybg{
	background-color: #f4f4f4;
	}

.greycolor{
	color: #f4f4f4;
	}

.gradientbg{
	background: rgb(244,244,244);
	background: linear-gradient(180deg, rgba(244,244,244,1) 50%, rgba(47,5,73,1) 50%);
	}

.normal-margin{
	margin-top: 100vh !important;
	}

::-webkit-input-placeholder {
	color: #2f0549;
	font-variation-settings: 'wght' 219, "wdth" 400, "ital" 0;
	}

::-moz-placeholder {
	color: #2f0549;
	font-variation-settings: 'wght' 219, "wdth" 400, "ital" 0;
	}

:-ms-input-placeholder {
	color: #2f0549;
	font-variation-settings: 'wght' 219, "wdth" 400, "ital" 0;
	}

:-moz-placeholder {
	color: #2f0549;
	font-variation-settings: 'wght' 219, "wdth" 400, "ital" 0;
	}

.open_offer{
	position: relative;
	}

.open_offer span{
	display: block;
    position: absolute;
    height: 3px;
    width: 30px;
/*     background-color: #2f0549; */
    right: 0;
    top: 12px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
	}

.open_offer span:first-child{
	transform: rotate(90deg);
	}

.open_offer.open span:first-child{
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
	}



.navBtn {
	margin-right:40px;
}

.navBtn a {
	background:#bd0fea;
	color:#fff;
	padding:8px 15px;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:2px;
	font-variation-settings: 'wght' 440, "wdth" 400, "ital" 0;
	font-style:normal;
	border-radius:3px;
	font-size:.8rem;
	transition:all 0.3s ease-in-out;
}

.navBtn a:hover {
	background:#ff7d6b;
}

#hamburger {
    width: 25px;
    right: 0;
    height: 22px;
    top: 18px;
    right: 20px;
    -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;
    display: block;
}

#hamburger span {
    display: block;
    right: 0;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ff7d6b;
    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;
	}

#hamburger span:nth-child(2), #hamburger span:nth-child(3) {
    top: 10px;
    right: 0;
	}

#hamburger span:nth-child(4) {
    top: 20px;
	}

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

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

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

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

.square_image, .square_image2{
	width: 100%;
/* 	padding-top: 100%; */
	background-size: cover;
	}


header{
	position: fixed;
	width: 100%;
	height: auto;
	z-index: 10;
	padding: 20px 30px 20px;
/* 	background-color: #2f0549; */
	background-color: transparent;
	}

.page-template-template-home header{
	opacity: 1;
	}

#menu{
	display: none;
	}

#menu-main-menu{
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 30px 30px 30px 15px;
	text-align: left;
}

#menu-main-menu li{
	display: block;
	margin-right: 0px;
	opacity: 0;
}

#menu-main-menu li a{
	color: #ed8471;
	text-decoration: none;
	font-size: 26px;
	font-variation-settings: 'wght' 440, "wdth" 400, "ital" 0;
	}

#menu-main-menu li:last-child{
	margin-right: 0;
	}

.current-menu-item a{
	text-decoration: underline !important;
}

.hero-container{
	display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    z-index: 1;
    background: #2f0549 url('img/HeroHeadShot.png') no-repeat center center;
    background-size: cover;
    padding: 0;
	}

.sub-hero-container{
	display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    z-index: 1;
    background-color: #2f0549;
	}

.cover-div{
	background-color: #2f0549;
	position: absolute;
	width: 100vw;
	height: 100vh;
	z-index: 1;
	}

.landing-logo{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 100vw;
	height: 100vh;
	z-index: 3;
	opacity: 0;
	}

.hero-text-container{
	padding: 30px 30px 0;
	}

.t1, .t2 {
    font-family: 'Asgard';
    font-variation-settings: 'wght' 219, "wdth" 400, "ital" 0;
    transition: font-variation-settings 0.5s;
    font-size: 38px;
	line-height: 1; 
    }

.hero-container .t1, .hero-container .t2 {
	opacity: 1;
	}

.t1{
	font-variation-settings: 'wght' 440, "wdth" 400, "ital" 0;
	}

.heroSubText {
	margin-top:30px;
	margin-bottom:50px;
}

.hero-button a {
	color:#fff;
	font-variation-settings: 'wght' 440, "wdth" 400, "ital" 0;
	font-size:15px;
}

.what_we_offer-container .button-container {
	display:inline-block;
}

.what_we_offer-container .button-container .primary_button .standard-button div {
	top:30px;
}

.what_we_offer-container .button-container .primary_button:hover .standard-button div {
	top:40px;
}

.main-content{
	position: absolute;
/* 	margin-top: 200vh; */
	margin-top: 250vh;
	z-index: 1;
	color: #000000;
	width: 100%;
	}

.aboutus-container{
	padding: 70px 30px 115px;
	}

.aboutus-title{
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
	letter-spacing: .8px;
	margin-bottom: 60px;
	}

.aboutus-text, .experience-text{
	font-size: 30px;
	line-height: 1.43;
	letter-spacing: .8px;
/* 	margin-left: -100px; */
	}

.success-text {
	line-height: 1.43;
}

.aboutus-text h2, .experience-text h2, .startups_title h2, .ensure-success-container h2  {
	font-size:36px;
	line-height: 1.43;
	letter-spacing: .8px;
	color:#2f0549;
	margin-bottom:2rem;;
	font-variation-settings: 'wght' 270, "wdth" 400, "ital" 0;
	}

.experience-text p {
	margin-bottom:2rem;
}

.experience-text p a {
	text-decoration:none;
	color:#ffcd00;
	transition:all 0.3s ease-in-out;
}

.experience-text p a:hover {
	color:#ff7d6b;
}

.experience-text h2, .ensure-success-container h2 {
	color:#fff;
}

.ensure-success-container h2 {
	margin-bottom:0px;
}


.aboutus-text p:last-of-type, .experience-text p:last-of-type {
	color:#ff7d6b;
	font-variation-settings: 'wght' 440, "wdth" 400, "ital" 0;
}

.standard-button {
	text-decoration: none;
    font-size: 15px !important;
	font-variation-settings: 'wght' 440, "wdth" 400, "ital" 0;
    letter-spacing: 3.2px;
    color: #2f0549;
    text-transform: uppercase;
	line-height:1.4;
}

#roadmap-to-success .standard-button {
	    color: #2f0549;

}

.primary_button .standard-button div {
	top:40px;
}

.primary_button:hover .standard-button div {
	top:50px;
}

.success-button{
	margin-top:3rem;
}

.success-button div{
	top:0px;
}

.white-button {
	color:#fff;
}

.startups-title {
	text-align:center;
}

.ensure-success-container {
	background:#820ad1;
		color:#fff;
}

.success-block {
	border-bottom:solid 1px #fff;
	padding:40px 0px;
}

.success-block p:last-of-type {
	margin-bottom:0px;
}

.success-block h3 {
	margin-bottom:1rem;
	font-variation-settings: 'wght' 440, "wdth" 400, "ital" 0;
	line-height:1.4;
}


.experience-container{
	padding: 100px 30px 0;
	margin-bottom: -100px;
	}

.experience_row_even{
	padding: 0 0 70px;
	}

.experience_row_odd{
	padding: 0 0 0;
	}

.experience_text{
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 100px;
	}

.experience_row_even .experience_text, .experience_row_odd .experience_image{
	padding: 60px 4.16% 0 0;
	}

.experience_row_even .experience_image, .experience_row_odd .experience_text{
	padding: 0 0 0;
	}

.experience_row_odd .experience_image{
	padding: 30px 0 0 0;
	margin-top: 0px;
	}

.experience_row_even .experience_image{
	margin-top: -200px;
	}

.experience_image img{
	width: 100%;
	}

.whatwedo-container{
/* 	padding: 150px 30px 70px; */
	padding: 0px 0px 0px;
	}

.whatwedo_slider_title{
	font-size: 30px;
	line-height: 1.4;
/* 	padding-bottom: 60px; */
	padding-bottom: 40px;
	font-variation-settings: 'wght' 219, "wdth" 400, "ital" 0;
	}

.startups_title{
/* 	border-top: 1px solid #2f0549; */
/* 	padding-top: 140px; */
	padding-top: 100px;
	}

.whatwedo_slider_excerpt{
	font-size: 20px;
	line-height: 1.4;
	padding-bottom: 30px;
	}

.whatwedo_slider_link_box{
	border-bottom: 2px solid #ffcd00;
	}

.whatwedo_slider_link{
	text-decoration: none;
	font-size: 16px;
	line-height: 32px;
  	letter-spacing: 3.2px;
  	color: #2f0549;
  	text-transform: uppercase;
	}

.carousel-indicators{
	position: relative;
	margin-top: 30px;
	}

.carousel-indicators [data-bs-target]{
	background-color: #2f0549;
	opacity: .5;
	width: 80px;
	margin-right: 20px;
	}

.carousel-indicators .active{
	opacity: 1;
	}

.pinkbox{
	background-color: #ff7d6b;
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	}

.quote-container{
	padding: 100px 30px 70px;
	}

.quotetext{
	font-size: 20px;
	line-height: 1.6;
	font-variation-settings: 'wght' 440, "wdth" 400, "ital" 0;
	color: #ffffff;
	padding-bottom: 50px;
	}

.quotename{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 3.2px;
	text-transform: uppercase;
	font-variation-settings: 'wght' 440, "wdth" 400, "ital" 0;
	font-variation-settings: 'wght' 440, "wdth" 400, "ital" 0;
	color: #ffffff;
	padding-bottom: 70px;
	}

.quotename span{
	border-bottom: 2px solid #ffcd00;
	}

.quote-container .carousel-control-next, .quote-container .carousel-control-prev{
	position: relative;
	display: inline-block;
	}

.quote{
	width: 141px;
	}

.quote-left{
	top: -50px;
	left: 0px;
	}

.quote-right{
	bottom: 155px;
	right: 0px;
	}

footer{
	padding: 100px 30px 60px;
	}

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

footer ul li a{
	color: #e5e5e5;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
	}

.footer-menu-1, .footer-menu-2, .footer-menu-3{
	padding: 0 0 0px;
	}

#copyright{
	font-size: 13px;
	line-height: 18px;
	color: #e5e5e5;
	padding: 0;
	}

.what_we_offer-container{
	padding: 60px 30px;
	}

.what_we_offer_row{
	padding: 20px 0;
	margin: 20px 0 0 0;
	}

.open_row{
	cursor: pointer;
	}

.what_we_offer_row_title{
	font-size: 20px;
	line-height: 1.6;
	color: #ffffff;
	font-variation-settings: 'wght' 440, "wdth" 400, "ital" 0;
	}

.what_we_offer_row_plus{
	font-size: 80px;
	line-height: 32px;
	color: #ffffff;
	cursor: pointer;
	}

.we_offer_row{
	display: none;
	}

.we_offer_box{
	margin-left: -12px;
	margin-right: -12px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 30px;
	color: #ffffff;
	font-size: 20px;
	}

.we_offer_box .col-12{
	padding-bottom: 22px;
	margin: 0;
	}

.who-we-are-container{
	padding: 70px 30px;
	}

.whoweare_title{
	font-size: 30px;
	line-height: 0.88;
	color: #2f0549;
	font-variation-settings: 'wght' 440, "wdth" 400, "ital" 0;
	padding-bottom: 38px;
	}

.whoweare_title a{
	text-decoration: none;
	color: #2f0549;
	}

.whoweare_content{
	font-size: 20px;
	line-height: 1.4;
	color: #2f0549;
	font-variation-settings: 'wght' 219, "wdth" 400, "ital" 0;
	}

.whoweare_image{
	padding-top: 30px;
	padding-bottom: 58px;
	}

.whoweare_logo{
	padding-top: 20px;
	}

.single_company-container{
	padding: 70px 30px 80px;
	}

.company_header{
	font-size: 20px;
	line-height: 2.63;
	letter-spacing: 0.8px;
/* 	text-transform: uppercase; */
	padding-top: 60px;
	font-variation-settings: 'wght' 440, "wdth" 400, "ital" 0;
	}

.company_title{
	font-size: 30px;
	line-height: 1.33;
	}

.company_content{
	font-size: 20px;
	line-height: 1.4;
	}

.arrow{
	height: 30px;
	}

.prevarrow{
	transform: rotate(180deg);
	}

.page-template-template-home video{
	max-height: 550px;
	-webkit-filter: contrast(110%);
	filter: contrast(110%);
	}

.modal-dialog{
	max-width: 1000px;
	}

.modal-content{
	background-color: #f4f4f4;
	}

.modal-header{
	border: none;
	}

.btn-close{
	color: #3c3c3c;
	}

.modal-title{
	font-size: 30px;
	line-height: 1.33;
	font-variation-settings: 'wght' 320, "wdth" 400, "ital" 0;
	color: #2f0549;
	padding: 0 0 45px;
	}

.modal-body{
	padding: 0 30px 30px;
	}

#wpcf7-f190-o1 input[type="text"], #wpcf7-f190-o1 input[type="email"], #wpcf7-f190-o1 textarea{
	width: 100%;
	border:  none;
	padding: 5px;
	font-variation-settings: 'wght' 219, "wdth" 400, "ital" 0;
	}

#wpcf7-f190-o1 input[type="submit"]{
	text-transform: uppercase;
	font-variation-settings: 'wght' 219, "wdth" 400, "ital" 0;
	border: none;
	border-bottom: 1px solid #d5e302;
	color: #2f0549;
	background-color: #f4f4f4;
	}

.carousel-indicators [data-bs-target]:last-child{
	margin-right: 0;
	}

.experience2-container{
/* 	margin-bottom: -100px; */
	font-size: 20px;
	line-height: 1.6;
	padding: 115px 30px 170px;
	}

/* .experience2-row > :first-child{
	margin-top: -100px;
	padding: 0;
	}

.experience2-row > :nth-child(2){
	padding: 55px 0;
	}

.experience2-row > :nth-child(3){
	padding: 0;
	}

.experience2-row > :nth-child(4){
	padding: 0 0 55px;
	} */

.single-hero-container{
	position: relative;
	padding: 200px 0 150px;
	background-color: #2f0549;
	}

.slider-container{
/* 	padding: 100px 30px; */
	padding: 0px 30px;
	}

.slick-track{
	display: flex;
	align-items: center;
	}

.homeSlider .slick-list, .homeMobileSlider .slick-list{
	height: 100%;
	}

.homeSlider .slick-track, .homeMobileSlider .slick-track{
	height: 100%;
	}

.footer-logo{
	padding: 0 0 30px;
	}

video {
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-filter: contrast(110%);
    background-color: transparent !important;
    -webkit-filter: brightness(110%);
    filter: brightness(110%); 
	}

.sayHelloButton{
	cursor: pointer;
	}

.lottie_main{
	width: 80%;
	}

/* .carousel-control-next-icon{
	background-image: url('img/Arrow_Quote.svg');
	}

.carousel-control-prev-icon{
	background-image: url('img/Arrow_Quote.svg');
	transform: rotate(180deg);
	} */

.prev_testimonial, .next_testimonial{
	cursor: pointer;
	}

.prev_testimonial{
	padding: 0 30px 0 0;
	}

.next_testimonial{
	padding: 0 0 0 30px;
	}

.prev_testimonial img{
	transform: rotate(180deg);
	}

.primary_button div {
    border-bottom: 2px solid #ffcd00;
    opacity: 1;
    position: absolute;
    width: 100%;
    top: 30px;
    z-index: 1;
    transition: top 0.5s;
	}

.primary_button:hover div {
    top: 40px;
	}

.page-template-template-whoweare .primary_button div{
/* 	top: 67px; */
	top: 35px;
	}

.page-template-template-whoweare .primary_button:hover div{
	top: 77px;
	}

.menubox{
	width: 100vw;
	height: 100vh;
/* 	background-color: rgba(255, 255, 255, .8); */
	background-color: #2f0549;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8;
	display: none;
	opacity: 0;
	}

.experience_faces_row{
/* 	height: 200px; */
	margin-top: -160px;
	overflow-x: hidden;
	position: relative;
/* 	position: absolute; */
	right: 0;
	}

.experience_mobile_faces_row{
	/* height: 200px;
	margin-top: -90px; */
	overflow-x: hidden;
	position: absolute;
	right: 0;
	}

.experience_faces, .experience_mobile_faces{
	position: absolute;
	display: flex;
	flex-direction: row;
/* 	width: 100%; */
	}

.beforeSendingAnim{
	display: none;
	}

.sentAnim{
	display: none;
	}

.wrapper {
	width: 100%;
	height: 70vh;
	overflow: hidden;
	}

.sections {
 	height: 65vh;
	width: 400vw;
	background-color: #e5e5e5;
	}

.sectionTitle {
	font-size: 30px;
	color: #fff;
	}

.section {
/*  	height: 70vh; */
	height: 65vh;
	width: 100vw;
	float: left;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	}

.whatwedo_subcontainer{
	padding: 0 30px;
	}

#CybotCookiebotDialogHeaderLogosWrapper{
	display: none;
	}

#whatwedoTrigger{
	top: 30vh;
	}

.company_gap{
	padding: 0 0 40px;
	}

.grecaptcha-badge{
	display: none;
	}

.modal-footer{
	border-top: none;
	}

.whatwedovideobox{
/* 	padding: 10% 0 0 0; */
	padding: 0 0 0 0;
	}

.whatwedovideo{
	height: 60%;
	max-height: 60%;
	}

.mail_animation{
	padding: 0 45px;
	}

.privacy_content{
	font-size: 20px;
}

@media screen and (max-width: 767px) {
	.navBtn {
		display:none;
	}
	
	.heroSubText {
		margin-top:30px;
		margin-bottom:30px;
	}
	
	.aboutus-text, .experience-text {
		font-size:24px;
	}
}

@media screen and (min-width: 768px) {
	header {
		padding: 0;
/* 		height: 160px; */
/* 		height: 120px; */
		height: 90px;
		padding: 20px 30px;
		}

	#hamburger {
	    top: 19px;
		}

	#menu{
		display: block;
		}

	#menu-main-menu{
		/* margin-top: 85px;
		margin-bottom: 60px; */
		padding-top: 0;
		padding-bottom: 0;
		}

	#menu-main-menu li{
/* 		display: inline-block; */
		margin-right: 20px;
		}

	#menu-main-menu li a{
		font-size: 46px;
		font-variation-settings: 'wght' 320, "wdth" 400, "ital" 0;
		}

	#menu-main-menu li a:hover{
		text-decoration: underline;
		}

	.current_page_item a{
		text-decoration: underline !important;
		}

	.aboutus-container{
		padding: 140px 0 230px;
		}

	.whatwedo-container{
/* 		padding: 190px 0 230px; */
		padding: 0;
		}

	.hero-text-container{
		padding: 0;
		}

	.t1, .t2 {
		font-size: 60px;
		}

	.aboutus-title{
		font-size: 16px;
		}

	.aboutus-text, .experience-text{
		}
	
	.aboutus-text h2 {
		font-size:36px;
	}

	.whatwedo_slider_title{
		font-size: 36px;
		}

	.whatwedo_slider_excerpt{
		font-size: 26px;
		}

	.quote-container{
		padding: 160px 0 40px 100px;
		}

	.quotetext{
		font-size: 26px;
		padding-bottom: 50px;
		}

	.quote-left{
		top: -65px;
		left: 0;
		}

	.quote-right{
		bottom: 120px;
		right: 0;
		}

	footer{
		padding: 40px 0 85px;
		}

	.page-template-template-home footer{
		padding: 100px 0 85px;
		}

	.what_we_offer-container{
		padding: 200px 0;
		}

	.footer-menu-1, .footer-menu-2, .footer-menu-3{
		padding: 0;
		}

	.modal-body{
		padding: 0 60px 60px;
		}

	.experience-container{
		padding: 100px 30px 280px;
		margin-bottom: -200px;
		}

	.experience_row_odd .experience_image{
		padding: 0px 30px 0 0;
		margin-top: 0px;
		}

	.square_image_2{
		width: 100%;
		background-size:cover;
		height:calc( 100% + 200px );
		}

	.experience2-container{
		margin-bottom: 0px;
		padding: 0px 0;
		font-size: 26px;
		}

/* 	.experience2-row > :nth-child(2){
		padding-bottom: 90px;
		}

	.experience2-row > :nth-child(3){
		padding: 0 4.16% 0 0;
		}

	.experience2-row > :nth-child(3) > div{
		height: calc(100% + 180px);
		}

	.experience2-row > :nth-child(4){
		padding: 0 0 0 4.16%;
		} */

	.experience2-row{
		font-size: 24px;
		padding: 110px 0 140px;
		}

	.footer-logo{
		padding: 0;
		}

	.single_company-container{
		padding: 140px 0 80px;
		}

	.slider-container{
/* 		padding: 100px 0; */
		padding: 0px 0;
		}

	.hero-container{
		padding: 0;
		}

	.carousel-indicators{
		position: relative;
		margin-top: 60px;
		}

	.who-we-are-container{
		padding: 140px 0 100px;
		}

	.whoweare_title{
		font-size:36px;
		}

	.whoweare_content{
		font-size: 26px;
		padding-bottom: 70px;
		}

	.whoweare_image{
		padding: 0
		}

	.company_content{
		font-size: 26px;
		}

	.company_title{
		font-size: 36px;
		}

	.whatwedo_slider_excerpt{
/* 		padding-bottom: 70px; */
		padding-bottom: 50px;
		}

	.single-hero-container{
		padding: 300px 0 200px;
		}

	.lottie_main{
		width: 50%; 
		}

	.experience_faces_row, .experience_mobile_faces_row{
/* 		height: 200px; */
		margin-top: -70px;
		/* overflow-x: hidden;
		position: relative; */
		}

	.beforeSendingAnim{
		display: block;
		}

	.whatwedo_subcontainer{
		padding: 0;
		}

	.company_gap{
		margin: 0 0 60px;
		}

	}

@media screen and (min-width: 992px) {
	#menu-main-menu li{
		margin-right: 40px;
		}

	.t1, .t2 {
		font-size: 80px;
		}

	.experience_row_even .experience_image{
		margin-top: -300px;
		padding: 0 0 0 4.16%;
		}

	.experience_text{
		font-size: 30px;
		margin-bottom: 100px;
		line-height: 1.4;
		}

	.experience-container{
		padding: 200px 0 74px;
		margin-bottom: 0;
		}

	.experience_row_even{
		padding: 0 0 100px;
		}

	.experience_row_odd .experience_text{
		padding: 0 0 0 4.16%;
		}

	.experience_row_even .experience_image img{
	/* 		width: calc( 100% - 8.33% ); */
		width: calc( 100% );
		}

	.experience_row_odd .experience_image img{
		width: calc( 100% - 8.33% );
		}

	.experience_row_even .experience_text, .experience_row_odd .experience_image{
		padding: 0 4.16% 0 0;
		}

	.experience_row_odd .experience_image img{
		position: absolute;
		}

	.experience_row_odd .experience_image{
		margin-top: 160px;
		}

	.square_image_2{
    	padding-top: 100%;
		background-size:cover;
		height: auto;
		}


	.experience2-container{
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 40px;
		font-size: 30px;
		}

	/* .experience2-row > :first-child {
	    margin-top: -200px;
	    padding: 0 0 0 4.16%;
		}

	.experience2-row > :nth-child(2) {
    	padding-bottom: 100px;
    	padding: 0 4.16% 100px 0;
		}

	.experience2-row > :nth-child(3) > div{
		height: auto;
		position: absolute;
		bottom: -200px;
		width: calc(100% - 8.33%);
		} */

	.square_image, .square_image2{
		width: 100%;
		padding-top: 150%;
		background-size: cover;
		}

	.who-we-are-container{
		padding: 140px 0 100px;
		}

	.whoweare_content{
		font-size: 20px;
		padding-bottom: 70px;
		}

	.whoweare_image{
		padding: 0
		}

	.whoweare_title{
		font-size: 48px;
		line-height: 1.4;
		color: #2f0549;
		font-variation-settings: 'wght' 440, "wdth" 400, "ital" 0;
		padding-bottom: 30px;
		}


	
		.aboutus-text, .experience-text{
		font-size: 30px;
		}

	.whatwedo_slider_title{
		font-size: 48px;
/* 		font-size: 3rem; */
/* 		font-size: 3.47vh; */
/* 		font-size: 62px; */
		}

	.whatwedo_slider_excerpt{
		font-size: 26px;
/* 		font-size: 1.875rem; */
/* 		font-size: 2.17vh; */
/* 		font-size: 39px; */
		}

	.whatwedo_slider_link{
/* 		font-size: 1.15vh; */
		}

	.quotetext{
		font-size: 30px;
		padding-bottom: 50px;
		}

	.company_title{
		font-size: 48px;
		}

	.company_content{
		font-size: 30px;
		}

	.experience_faces_row, .experience_mobile_faces_row{
/* 		height: 200px; */
		margin-top: -90px;
		/* overflow-x: hidden;
		position: relative; */
		}

	.page-template-template-whoweare .primary_button div{
		top: 67px;
		}

	}

@media screen and (min-width: 1200px) {
	.square_image{
		width: 100%;
		padding-top: 100%;
		background-size: cover;
		}

	.square_image2{
		padding-top: calc(100% - 8.33%);
		}

	.whoweare_image_box{
		/* position: absolute;
		top: -240px; */
		}

	.whoweare_image{
		padding: 0px 0 30px 0;
		}

	.whoweare_title_box{
/* 		margin-top: 150px; */
		}

	.experience2-container{
		margin-bottom: 0px;
		/* padding-top: 0px;
		padding-bottom: 0px; */
		padding: 0px 0 0;
		font-size: 30px;
		}

	.experience_faces_row, .experience_mobile_faces_row{
		margin-top: -135px;
		}

/* 	.experience2-row > :nth-child(2) {
    	padding-bottom: 100px;
    	padding: 100px 4.16% 0px 0;
		} */
	}

@media screen and (min-width: 1400px) {
	.whoweare_title_box{
/* 		margin-top: 220px; */
		}

	.experience2-container{
		padding: 0px 0 0;
		}

	.experience_faces_row, .experience_mobile_faces_row{
		margin-top: -165px;
		}
	}


@media screen and (min-width: 1600px) {
	.experience2-container{
		padding: 0px 0 0;
		}

	.experience_faces_row, .experience_mobile_faces_row{
		margin-top: -120px;
		}
	}

@media screen and (min-width: 1800px) {
	
	.experience2-container{
		padding: 0px 0 0;
		}

	.experience_faces_row, .experience_mobile_faces_row{
		margin-top: -150px;
		}
	}

@media screen and (min-width: 2200px) {
	
	.experience2-container{
		padding: 0px 0 0;
		}

	.experience_faces_row, .experience_mobile_faces_row{
		margin-top: -160px;
		}
	}






