/*--------------------------------------------------------------
# Home Banner
--------------------------------------------------------------*/
body{
	-moz-osx-font-smoothing: grayscale;   /* Firefox */
    -webkit-font-smoothing: antialiased; /* WebKit  */
}
.main-banner{
	height:100vh;
	margin-top: -80px;
	position:relative;
}
.banner-content{
	position:absolute;
	bottom: 85px;
	text-align:center;
	left: 50%;
    transform: translateX(-50%);
}
.banner-content p{
	color: #fff;
    width: 75%;
	margin: auto;
}
.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li a:hover {
    color: #000 !important;
}
.banner-content h1{
    color: #fff;
    font-size: 70px;
	font-family: 'RionaSansW04-Medium';
	line-height:0.9;
	margin-bottom:20px;
}
.yellow-btn .elementor-button{
	background:#FADC1E;
	font-family: 'RionaSansW04-Bold';
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0em;
	text-align: center;
	color:#000;
	padding:15px 50px;
	border:1px solid #FADC1E;
	overflow:hidden;
	position: relative;
  	z-index: 1;
}
.yellow-btn .elementor-button:hover {
  color: #FADC1E;
}
.yellow-btn .elementor-button::after {
  content: "";
  background: #000;
  position: absolute;
  z-index: -1;
  padding: 0.85em 0.75em;
  display: block;
}
.yellow-btn .elementor-button::after {
  transition: all 0.3s ease;
}
.yellow-btn .elementor-button:hover::after {
  transition: all 0.3s ease-out;
}
.yellow-btn .elementor-button::after {
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
}
.yellow-btn .elementor-button:hover::after {
  transform: skewX(-45deg) scale(1, 1);
}
/*Responsive*/

ul.biography li {
    padding-bottom: 10px;
}


@media screen and (max-width: 1024px) {
	.main-banner {
		height: 40vh;
		margin-top: -40px;
		position: relative;
	}
	.banner-content h1 {
    	font-size: 64px;
	}
	.banner-content {
		bottom: 30px;
	}
}
@media screen and (max-width: 820px) {
	.banner-content h1 {
    	font-size: 64px;
	}
	.banner-content p{
    	width: 100%;
		font-size:18px;
	}
	.banner-content {
		position: absolute;
		bottom: 27px;
		text-align: center;
		left: 50%;
		transform: translateX(-50%);
	}
	.main-banner {
		height: 44vh;
		margin-top: 0px;
		position: relative;
	}
}
@media screen and (max-width: 768px) {
}


@media only screen and (min-width: 1200px) and (max-width: 1300px) {

}

@media only screen and (min-width: 480px) and (max-width: 600px) {
	.banner-content h1 {
    	font-size: 34px;
	}
	.main-banner {
		height: 64vh;
	}
}
@media screen and (max-width: 580px) {
	.main-banner {
		height: 30vh;
		margin-top: 0px;
	}
	.banner-content {
		bottom: 8px;
	}
	.banner-content h1 {
    	font-size: 28px;
	}
	.yellow-btn .elementor-button {
		font-size: 18px;
		padding: 8px 15px;
	}
}
/*--------------------------------------------------------------
# Home Banner
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# who we are
--------------------------------------------------------------*/
.who-we-are{
	padding-top:50px;
	padding-bottom:50px;
}
.section-headings h2{
	font-family: 'RionaSansW04-Medium';
	font-size: 45px;
	font-weight: 700;
	line-height: 1;
}
.who-we-are .section-headings h2{
	color:#000;
}
.who-we-are-content .who-we-are-details{
	width:100%;
	text-align: left;
    font-size: 20px;
    line-height: 1.4;
}
.who-we-are-content .who-we-are-details span{
	background: #317ECE;
    padding: 0px 8px;
    border-radius: 4px;
    color: #fff;
}
.logo-black .text-center{
	text-align: left!important;
}
.paddingmore{
	padding-left: 0!important;
}
.white-btn .elementor-button{
	background:transparent;
	font-family: 'RionaSansW04-Bold';
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0em;
	text-align: center;
	color:#33302E;
	padding:15px 40px;
	border:1px solid #33302E;
	position: relative;
  	z-index: 1;
	overflow:hidden;
}
.white-btn .elementor-button:hover {
  color: #fff;
}
.white-btn .elementor-button::after {
  content: "";
  background: #000;
  position: absolute;
  z-index: -1;
  padding: 0.85em 0.75em;
  display: block;
}
.white-btn .elementor-button::after {
  transition: all 0.3s ease;
}
.white-btn .elementor-button:hover::after {
  transition: all 0.3s ease-out;
}
.white-btn .elementor-button::after {
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
}
.white-btn .elementor-button:hover::after {
  transform: skewX(-45deg) scale(1, 1);
}
.who-we-are-image{
	min-height:93vh;
}
.blue-section{
    position: absolute;
    width: 37%;
    text-align: left;
    padding: 50px;
	bottom: -100px;
	border-radius:10px;
}
.blue-section p{
	color:#fff;
	margin:0px;
}
@media screen and (min-width:1400px){
	.blue-section {right:172px}	
}

@media screen and (min-width:1900px){
	.blue-section{right:20.5%}
}

@media screen and (max-width:1367px){
	.blue-section{right:95px;}
}

@media screen and (max-width:1300px){
	.blue-section{right:45px}
}	

@media screen and (max-width:1200px){
	.blue-section{right:20px}
}
/*Transitions */

/*Transitions*/


/*Responsive*/
@media screen and (max-width: 1024px) {
	.section-headings h2 {
		font-size: 64px;
	}
	.who-we-are-image {
		min-height: 35vh;
	}
}
@media screen and (max-width: 820px) {
	.section-headings h2 {
		font-size: 64px;
	}
	.who-we-are {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 768px) {
	.who-we-are-content .who-we-are-details {
		font-size: 30px;
		line-height: 1.4;
	}
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
	.who-we-are-image {
		min-height: 300!important;
		background-size: contain!important;
	}
}
@media screen and (max-width: 580px) {
	.section-headings h2 {
		font-size: 28px!important;
		 text-align: center;
		margin-bottom:10px;
	}
	.who-we-are-content .who-we-are-details {
    	width: 100%;
    	font-size: 18px;
		text-align:center;
	}
	.white-btn{
		text-align:center;
	}
	.white-btn .elementor-button{
	    font-size: 18px;
    	padding: 10px 30px;
	}
	.who-we-are-image {
		min-height: 365px!important;
		background-size: contain!important;
	}
	.blue-section {
		width: 100%!important;
		padding: 20px!important;
		top: auto;
		border-radius: 0px;
		left: 50%;
		transform: translate(-50%);
		bottom: 0!important;
		text-align: center;
	}
	.blue-section p{
		font-size:18px;
	}
	.our-offerings {
		padding: 40px 0px 40px!important;
	}
	.line{
		text-align:center;
	}
}
/*--------------------------------------------------------------
# who we are
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Our offerings
--------------------------------------------------------------*/
.our-offerings{
	background:#317ECE1A;
	padding:50px 0px 50px;
}
.offerig-text{
	width:80%;
	text-align: left;
}
.our-offerings-slider .single-item {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: grid;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	padding: 50px 70px;
	border-radius: 7px;
    overflow: hidden;
	grid-template-columns:65% 35%;
	min-height: 460px;
}
.our-offerings-slider .single-item span {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.our-offerings-slider .single-item h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 42px;
	line-height: 1;
    margin-top: 0;
	margin-bottom:20px;
}
.our-offerings-slider .single-item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: -1;
	width: 100%;
	height: 100%;
}
.our-offerings-slider .single-item p {
	color: #fff;
	margin-bottom:0px;
	padding-right: 20px;
}
.our-offerings-slider .single-item a:hover {
	color: #fff;
	background: #000;
}
.our-offerings-slider .owl-dots {
	display: none !important;
}
.our-offerings-slider .item1{	
	background-color: #F48120;
}
.our-offerings-slider .item2{	
	background-color: #07B3DD;
}
.our-offerings-slider .single-item.item2 .carousel-content a:hover{
	background:#F48120;
}
.our-offerings-slider .item3{	
	background-color: #317ECE;
}
.our-offerings-slider .item4{	
	background-color: #009688;
}
.our-offerings-slider .single-item .carousel-image{
	margin-top:20px;
}
/*.our-offerings-slider .single-item .carousel-image{
	position:absolute;
	right:0;
	top: 50%;
    transform: translateY(-50%);
}*/
.our-offerings-slider .single-item .carousel-content{
	width:90%;
	margin-right:auto;
}
@media screen and (max-width:1400px){
	.our-offerings-slider .single-item .carousel-content{
			min-height:375px;
		}
}
.our-offerings-slider .single-item .carousel-content a{
    display: flex;
    align-items: center;
    width: 45px;
	height:45px;
    justify-content: center;
    border-radius: 4px;
    box-shadow: none;
    border: none;
    background: #fff;
}
.our-offerings-slider .single-item .carousel-content a:hover{
	background:#86C7ED;
}
.our-offerings-slider .owl-nav {
	opacity: 1;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
}
.our-offerings-slider .owl-nav div{
	display: flex;
    align-items: center;
    width: 45px;
    justify-content: center;
    border-radius: 4px;
	box-shadow: none;
    border: none;
	background:#DEEDF6;
}
.our-offerings-slider .owl-nav div:hover{
	background:#86C7ED;			
}
.our-offerings-slider .owl-nav > div.owl-prev{
	left:-15px;
	border:1px solid #afafaf;
}
.our-offerings-slider .owl-nav > div.owl-next{
	right:-90px;
	border:1px solid #afafaf;
}
@keyframes fadeInRight-new{
    0%{
        opacity:0;
        transform:translate3d(0,100%,0)translatey(-50%);
    }
    to{
        opacity:1;
        transform:translateZ(0)translatey(-50%);
    }
}
.fadeInRight-new{
	animation-name:fadeInRight-new;
}
.delay-1 {
     animation-delay: .2s;
}
 .delay-2 {
     animation-delay: .4s;
}
 .delay-3 {
     animation-delay: .6s;
}
 .delay-4 {
     animation-delay: .10s;
}
 .delay-5 {
     animation-delay: .12s;
}
 .delay-5 {
     animation-delay: .20s;
}
/*@media screen and (min-width:1400px){
	.our-offering-carousel {left:172px}	
}

@media screen and (min-width:1900px){
	.our-offering-carousel{left:20.5%}
}

@media screen and (max-width:1367px){
	.our-offering-carousel{left:95px;}
}

@media screen and (max-width:1300px){
	.our-offering-carousel{left:45px}
}	

@media screen and (max-width:1200px){
	.our-offering-carousel{left:-45px}
}*/
/*Responsive*/
@media screen and (max-width: 1024px) {
	.blue-section {
		width: 60%;
	}
	.our-offerings-slider .owl-nav {
    	top: -210px;
		bottom: auto;
	}
	.our-offering-carousel {
		left: 0px;
	}
	.our-offerings-slider .single-item .carousel-content {
		min-height: 500px;
	}
}
@media screen and (max-width: 820px) {
	.our-offerings-slider .single-item .carousel-content {
		width: 100%;
		margin-right: auto;
	}
	.our-offerings-slider .single-item .carousel-image img{
		width:260px!important;
	}
	.who-we-are-image {
		min-height: 45vh;
	}
	.our-offerings-slider .single-item p{
		width:68%;
	}
	.our-offerings-slider .single-item{
		grid-template-columns:100%;
	}
	.our-offerings-slider .item2, .our-offerings-slider .item1, .our-offerings-slider .item1, .our-offerings-slider .item1{
		height:590px;
	}
	.our-offerings-slider .single-item .carousel-image {
		margin-top: 20px;
		position: absolute;
		right: 0;
	}
	.our-offerings-slider .owl-nav {
		top: -210px;
		bottom: auto;
		left: auto;
		right: 35%;
	}
}
@media screen and (max-width: 768px) {
	.blue-section {
		width: 100%;
		left: 50%;
		transform: translateX(-50%);
		padding: 30px;
    	bottom: -65px;
	}
}
@media screen and (max-width: 580px) {
	.offerig-text{
		width:100%;
		text-align:center;
		font-size;18px;
	}
	.offerig-text p{
		margin-bottom:20px;
		font-size: 18px;
	}
	.our-offerings-slider .owl-nav {
		top: -40px;
		left: 50%;
    	transform: translateX(-50%);
		right: auto;
		bottom: auto;
	}
	.our-offerings-slider .owl-nav .owl-prev{
		left:-50px!important;
	}
	.our-offerings-slider .owl-nav .owl-next{
		right:-50px!important;
	}
	.our-offerings-slider .single-item .carousel-content {
		width: 100%;
		margin-right: auto;
		min-height: unset;
	}
	.our-offerings-slider .single-item{
		padding:20px;
		grid-template-columns:100%;
	}
	.our-offerings-slider .single-item h2 {
		font-size: 24px;
		text-align:center;
	}
	.our-offerings-slider .single-item p {
		width:100%;
		color: #fff;
		margin-bottom: 0px;
		font-size:18px;
		text-align:center;
		padding-right:0px;
	}
	.our-offerings-slider .single-item .carousel-image {
		text-align:center;
		position:relative;
	}
	.our-offerings-slider .single-item a{
		position:absolute;
		bottom:20px;
		top:auto;
	}
	.our-offerings-slider .single-item .carousel-image img{
		width: 210px !important;
	}
	.our-offerings-slider{
		margin:0px -15px 0px;
	}
	.our-offerings-slider .item2, .our-offerings-slider .item1, .our-offerings-slider .item1, .our-offerings-slider .item1 {height: 580px;}
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
	.our-offerings-slider .single-item p {
		width: 100%;
		color: #fff;
		margin-bottom: 10px;
		font-size: 18px;
	}
	.our-offerings-slider .single-item .carousel-content {
		min-height: unset;
	}
	.our-offerings-slider .single-item .carousel-image {
		position: relative;
	}
	.our-offerings-slider .single-item .carousel-image img {
		width: 175px !important;
	}
	.our-offerings-slider .item2, .our-offerings-slider .item1, .our-offerings-slider .item1, .our-offerings-slider .item1 {
		height: 480px;
	}
}
/*--------------------------------------------------------------
# Our offerings
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Meet the team
--------------------------------------------------------------*/
/*@media screen and (min-width:1400px){
	.meet-the-team {left:172px}	
}

@media screen and (min-width:1900px){
	.meet-the-team{left:20.5%}
}

@media screen and (max-width:1367px){
	.meet-the-team{left:105px;}
}

@media screen and (max-width:1300px){
	.meet-the-team{left:60px}
}	

@media screen and (max-width:1200px){
	.meet-the-team{left:-45px}
}*/
.meet-the-team-sec{
	padding:50px 0px 0px;
}
.meet_the_team .each-member {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
    background: #fff;
}
.meet_the_team .each-member h4{
    color: #F48120;
    font-size: 56px;
	margin-bottom:10px;
}
.meet_the_team .each-member p.designation{
	font-size: 18px;
    color: #317ECE;
    text-transform: uppercase;
	margin-bottom:10px;
}
.meet_the_team .each-member p {
	color: #000;
	font-size: 22px;
	margin-bottom:10px;
}
.meet_the_team .owl-dots {
	display: none !important;
}
.meet_the_team .owl-nav{
	opacity:1;
	display: flex;
    gap: 30px;
	margin-top:30px;
}
.meet_the_team .owl-nav div{
	display: flex;
    align-items: center;
    width: 45px;
    justify-content: center;
    border-radius: 4px;
	box-shadow: none;
    border: none;
	background:#DEEDF6;
}
.meet_the_team .owl-nav div:hover{
	background:#86C7ED;			
}
.meet_the_team .owl-nav > div.owl-prev{
	position: relative;
    left: unset;
    top: unset;
	margin-top: unset;
}
.meet_the_team .owl-nav > div.owl-next{
	position: relative;
    left: unset;
    top: unset;
	right:unset;
	margin-top: unset;
}
.meet_the_team .team-details{
	margin-right:auto;
	padding-left:40px;
	z-index:99;
	position:relative;
	padding-top: 0px;

}
.meet_the_team .team-image{
	margin-top:15px;
}
.meet_the_team .team-image img{
	position:relative;
	z-index:99;
}
.meet_the_team .each-member h3{
	font-size:180px;
	z-index:1;
	position:absolute;
	z-index:9;
	top: -90px;
    line-height: 0.8;
    color: #ccc3;
    left: -80px;
	-moz-osx-font-smoothing: grayscale;   /* Firefox */
     -webkit-font-smoothing: antialiased; /* WebKit  */
}
.meet_the_team .owl-nav {
    opacity: 1;
    display: flex;
    margin-top: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    justify-content: space-between;
}
.meet_the_team .owl-nav > div.owl-prev{left:-50px;}
.meet_the_team .owl-nav > div.owl-next{right:-50px;left:auto;}
.meet_the_team .owl-nav .age{font-size:22px;}
.meet_the_team  .biography li{
	font-size:18px;
}
/*Responsive*/
@media screen and (max-width: 1024px) {
	.meet-the-team {
		left: 0px;
	}
	.meet_the_team .each-member .row{
		align-items:flex-end!important;
	}
	.meet_the_team .each-member h3 {
		font-size: 115px;
    	top: 50px;
    	left: -100px;
	}
	.meet_the_team .team-details {
		width: 100%;
		padding-left: 30px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-right: 70px;
		min-height: 790px;
	}
	.meet-the-team-sec {
		padding: 40px 0px 0px;
	}
}
@media screen and (max-width: 820px) {
	.meet_the_team .each-member h3 {
		font-size: 115px;
		top: -10px;
		left: -100px;
	}
	.meet_the_team .team-details {
		width: 100%;
		padding-left: 30px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-right: 0px;
	}
	.meet_the_team .team-details{
		  min-height: 850px;
	}
}
@media screen and (max-width: 768px) {
	.meet_the_team .team-details {
    	min-height: unset;
	}
	
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
	.meet_the_team .team-image img{
		width: 28% !important;
    	position: absolute;
    	bottom: 0;
    	left: 0;
	}
}
@media screen and (max-width: 580px) {
	.meet_the_team .team-image{
		order:2;
	}
	.meet_the_team .team-image img{
    width: 75% !important;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
	}
	.meet_the_team .each-member .row{
		min-height:350px;
	}
	.meet_the_team owl-carousel{
		margin-top:-50px;
	}
	.team-contents {
		margin-bottom: -20px;
	}
	.meet_the_team .team-details {
		width: 100%;
		padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-right: 0px;
	}
	.meet_the_team .each-member h3{
		display:none;
	}
	.meet_the_team .each-member h4 {
		font-size: 25px;
		margin-bottom: 10px;
	}
	.meet_the_team .each-member p {
		font-size: 18px;
	}
	.meet_the_team .each-member p.designation {
    	font-size: 12px;
		width:75%;
	}
	.meet_the_team .each-member .biography{
		/*padding-left:120px;*/
		margin-top: 20px;
		margin-bottom: 40px;
		min-height: 405px;
	}
	.meet_the_team .team-details > .owl-nav{
		display:none;
	}
	.meet_the_team > .owl-nav{
		position: absolute;
    	top: -85px;
    	left: 50%;
    	transform: translateX(-50%);
		display:block!important;
	}
	.meet_the_team > .owl-nav .owl-prev{
		left: -50px!important;
    	position: absolute!important;
	}
	.meet_the_team > .owl-nav .owl-next{
		right: -50px!important;
    	position: absolute!important;
	}
	.meet-the-team-sec h2{
		margin-bottom:-40px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
	.meet_the_team .team-image img{
		width: 28% !important;
	}
	.meet_the_team .each-member .biography{
		padding-left:0px;
	}
	.meet_the_team .each-member .biography{
		min-height:unset;
	}
	.meet_the_team .team-image img{
		position:relative;
	}
	.meet_the_team .each-member{
		min-height: 595px;
	}
	.team-contents {
		margin-bottom: -20px;
		min-height: 400px;
	}
}

@media screen and (min-width: 992px) and (max-width:1600) {
.meet_the_team .each-member {margin-left: 50px!important;}
}
.our-offering-carousel{
	padding-bottom: 0px;
}
.our-offerings-slider .item2{
	margin-bottom: 50px;
}
.card{
	margin-bottom: 60px;
}
.digitaldetails{
/* 	border-left: 2px solid #000; */
}
@media all and (min-width: 768px) and (max-width: 1025px){
	.our-offerings-slider .single-item h2{
		font-size: 35px;
	}
	    .section-headings h2
	 {
			font-size: 42px !important;
			margin-bottom: 20px;
		}
	.who-we-are-content .who-we-are-details{
		font-size: 26px;
	}
	.our-offerings-slider .single-item{
		height: auto;
		padding: 40px;
	}
	.our-offerings{
		padding-bottom: 0;
	}
	.card{
		width: 30%!important;
	}
	.card-content{
		padding: 15px!important;
	}
	.name{
		font-size: 18px!important; 
	}
	.title{
		font-size: 16px!important;
	}
	.flipkart-footer p, .flipkart-footer a {
    color: #fff !important;
    font-size: 12px;
}
	.banner-inner h1{
		padding-left: 0;
	}
	.main-header .toggle-menu ul.gva-nav-menu > li > a{
		font-size: 14px!important;
		 padding: 0 10px 10px !important;
	}
}
#wp-footer{
	background: transparent;
}
@media all and (max-width: 767px){
	.digitaldetails .heading-icon-holder p{
		text-align: center;
	}
	.digitaldetails .heading-icon-holder{
		display: block;
		text-align: center;
	}
}
.main-header .toggle-menu ul.gva-nav-menu > li.current-menu-item.current_page_item > a{
/* 	color: #FADC1E!important; */
	font-weight: 600!important;
}