* {font-family:"Chivo", Chivo, sans-serif}

#qodef-side-area, .qodef-mobile-header-navigation{
	background-color:#2f0d66;
}

.wp-block-jetpack-mailchimp input{
    border-color: rgb(255 255 255 / 30%);
}

.qodef-social-icons-group span a {
    font-weight: 300;
}

#H1 #H2 #H3 #H4 {font-family:"Chivo", Chivo, sans-serif}

#qodef-page-header { background-color:transparent;
}
#qodef-page-header-inner {
        border-bottom-color: rgba(255,255,255,0.4)
}

.qodef-blog .qodef-blog-item .qodef-e-excerpt {
    margin: 15px 0 10px 0;
    line-height: 1.3em;
    color: #7e7e7e;
    font-size: 14px;
}

.qodef-e-info>* {
    font-family: 'Chivo';
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #fff;
}

.widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li {
    margin: 0 0 3px;
}

.qodef-theme-button, button[type=submit], input[type=submit] {
    font-size: 16px;
    line-height: 1em;
    font-family: Syne,sans-serif;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    outline: 0;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    padding: 10px 20px 10px;
    color: var(--qode-main-color);
    background-color: transparent;
    border: 1px solid var(--qode-main-color);
    border-radius: 31px;
    cursor: pointer;
}

.qodef-h4, h4 {
	font-family: Chivo;
    text-transform: Capitalize;}

.qodef-header-navigation>ul>li>a {    font-family: Chivo, sans-serif;}

.qodef-e-info>* {
	display: none;}


.qodef-text-marquee .qodef-m-text>span {
	-webkit-text-stroke-width: 3px;
}
.qodef-header-navigation>ul>li>a {
	font-weight: 300;
}

.vid-rad .qodef-video-button {
    border-radius: 20px;
    overflow: hidden;
}

div#qodef-single-portfolio-navigation {
    background: #1D1D1D;
    margin: 0px 0px !important;
    padding: 0 110px 100px;
    width: 100%;
}

#qodef-single-portfolio-navigation .qodef-m-nav span{
    font-weight: 300;
	font-size:24px;
}

#qodef-single-portfolio-navigation .qodef-m-nav svg{
    width: 101.24px;
    height: auto;
}

#qodef-single-portfolio-navigation a.qodef-m-nav.qodef--back-link svg{
	width:unset !important;
}


#qodef-single-portfolio-navigation .qodef-m-nav path{
    stroke-width: 1;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-svg--slider-arrow-right circle:nth-of-type(1) {
    opacity: .2;
}

#qodef-single-portfolio-navigation .qodef-m-nav:hover {
    color: #5818B9;
}

@media (max-width:1024px){
	.portf-headers .elementor-heading-title, .portf-headers p{
		font-weight:22px !important;
	}
	
	div#qodef-single-portfolio-navigation {
    padding: 0 110px 70px;
}
	
	#qodef-single-portfolio-navigation .qodef-m-nav span{
	font-size:22px;
}
}

@media (max-width:767px){
		div#qodef-single-portfolio-navigation {
    padding: 0 20px 60px;
}
	
	#qodef-single-portfolio-navigation .qodef-m-nav svg{
    width: 64px;
}
}

/*HEADER Standard*/

.qodef-header--standard #qodef-page-header-inner {
    border-bottom: 0px solid #F5F4F940 !important;
}

.qodef-header--standard .qodef-header-sticky-inner{
	border-bottom:0px;
}

nav.qodef-mobile-header-navigation{
	border-bottom:0px;
}

.qodef-header-sticky{
	height:90px;
	top:-1px;
}

@media (min-width:1025px){
.qodef-header-sticky nav.qodef-header-navigation {
    position: relative;
    left: 0px !important;
}
}

.page-id-12021 header#qodef-page-header nav.qodef-header-navigation {
    position: relative;
    left: 32px;
}

header#qodef-page-header nav.qodef-header-navigation {
    position: relative;
    left: 20px;
}

@media (max-width:1024px){
	.qodef-mobile-header--standard #qodef-page-mobile-header-inner {
    padding-top: 10px;
		padding-bottom: 10px;
}
}

@media (max-width:767px){
	.qodef-mobile-header--standard #qodef-page-mobile-header-inner {
    padding: 10px 20px !important;
}
	
	.qodef-mobile-header--standard .qodef-mobile-header-navigation > ul:not(.qodef-content-grid) {
    padding-left: 20px;
    padding-right: 20px;
}
}

/*End HEADER Standard*/

div#qodef-side-area-inner h4 {
    font-size: 24px;
    font-weight: 300;
}

div#qodef-side-area-inner p{
    font-size: 16px;
	line-height:24px;
    font-weight: 300;
}

div#qodef-side-area-inner .wp-block-jetpack-mailchimp input {
    font-size: 16px;
    font-weight: 300;
}




/* New */

.btn-bg-effect .elementor-button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.5s ease;
}

.btn-bg-effect .elementor-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #5818B9;
  z-index: -1;

  clip-path: circle(0% at 50% 50%);
  transition: clip-path 0.5s ease-in-out;
}

.btn-bg-effect .elementor-button:hover::before {
  clip-path: circle(150% at 50% 50%);
}

.btn-bg-effect .elementor-button:hover{
	transition:0.6s all;
}

.btn-bg-effect .elementor-button:hover {
  color: #fff !important;
}

.intro-btn{
	min-width:max-content !important;	
}

.c-form .wpcf7-submit:hover {
    background: #5818B9;
    border-color: #5818B9;
}

.c-form input, .c-form textarea,.c-form .wpcf7-submit span{
	font-size:16px !important;
	font-weight:300;
}

.page-id-10758 div#qodef-page-inner, .page-id-11420 div#qodef-page-inner, .page-id-11664 div#qodef-page-inner, .page-id-11792 div#qodef-page-inner, .page-id-12021 div#qodef-page-inner, .page-id-13665 div#qodef-page-inner{
	width:unset;
}

.page-id-12021 div#qodef-page-inner{
	padding-bottom:0px;
	padding-top:0px;
}


.description p{
	margin-top:0px;
}


.work-img{
	overflow:hidden;
	border-radius:8px;
}

.work-img img{
	transform:scale(1);
	transition:0.6s all;
}

.work-img img:hover{
	transform:scale(1.03);
}

.c-form .qodef-contact-form h5 {
    display: none;
}

.box img{
	aspect-ratio:1/0.56;
}

.box{
	aspect-ratio:1/0.6;
}

.wpcf7 .qodef-contact-form button[type=submit] .qodef-m-text .qodef-m-button-arrow {
    margin-bottom: 2px;
}

.portf-grid .qodef-e-media-image img{
	aspect-ratio:1/0.56;
	object-fit:cover;
}

.portf-grid .qodef-e-media-image{
	border-radius:10px;
}


.portf-grid .qodef-grid-inner>article{
	width:;
	margin-bottom:150px !important;
	width: calc(50% - 70px);
}

.portf-grid .qodef-grid-inner>article:nth-child(2), .portf-grid .qodef-grid-inner>article:nth-child(4){
	margin-top:150px !important;
}

.portf-grid .qodef-grid-inner>article:last-child{
	margin-bottom:0px !important;
}

.portf-grid .qodef-e-content .qodef-e-title a {
    font-size: 24px;
    line-height: 1em;
    font-weight: 300;
		max-width:240px;
		width:240px;
}

.portf-grid .qodef-e-content {
    transform: rotate(180deg) translate(-12px, 0px) !important;
    writing-mode: vertical-rl !important;
}

.portf-grid .qodef-e-content .qodef-e-category, .portf-grid .qodef-e-content .qodef-e-title{
	transform: translateX(-50px);
}

.portf-grid .qodef-e-category{
	font-size:16px;
	font-weight:300;
}

.portf-grid .qodef-e-media-image img{
	filter:none !important;
}

.portf-grid .qodef-e-media-image:after{
	content:none;
}

.portf-grid .qodef-e-content .qodef-e-category{
	opacity:0 !important;
}

@media (max-width:1500px){
		.portf-grid .qodef-grid-inner>article{
	width: calc(50% - 30px);
}
	
	.qodef-portfolio-list-alternating .qodef-e-title{
		max-height:240px;
	}
	
		.portf-grid .qodef-e-media-image img {
	aspect-ratio: 1 / 0.6;
}
}


@media (max-width:1024px){
	.portf-grid .qodef-grid-inner>article{
	margin-bottom:100px !important;
	width: calc(50% - 5px);
}
	
	.portf-grid .qodef-grid-inner>article:nth-child(2), .portf-grid .qodef-grid-inner>article:nth-child(4){
	margin-top:100px !important;
}
	
	.portf-grid .qodef-e-content .qodef-e-title a {
    font-size: 22px;
		max-height:240px;
}
	
	.c-form .qodef-contact-form button[type=submit]{
    margin-top: 18px;
}
	
	.portf-grid .qodef-e-media-image img {
	aspect-ratio: 1 / 0.88;
}
	
	.qodef-header--minimal div#qodef-page-mobile-header-inner {
    padding: 10px 40px;
}
	.qodef-header--minimal #qodef-page-mobile-header{
		height:85px;
	}
}

@media (max-width:768px){
	.portf-grid .qodef-grid-inner>article{
	margin-bottom:70px !important;
		width:100% ;
}
	
	.portf-grid .qodef-grid-inner>article:nth-child(2), .portf-grid .qodef-grid-inner>article:nth-child(4){
	margin-top:0px !important;
}

}

@media (max-width:767px){
		.qodef-header--minimal div#qodef-page-mobile-header-inner {
    padding: 10px 20px;
	}
}

@media (max-width:480px){
.portf-grid .qodef-e-content {
    transform: rotate(180deg) translate(2px, 0px) !important;
    writing-mode: vertical-rl !important;
}
	
		.portf-grid .qodef-e-media-image img {
	aspect-ratio: 1 / 0.88;
}
}



/*About*/

.faqs .qodef-qi-accordion .qodef-e-content p {
    font-size: 16px;
    font-weight: 300;
}

.faqs .qodef-qi-accordion .qodef-e-icon>svg {
    width: 0.6em;
}


.insta-feed #sb_instagram #sbi_images{
	padding:0px !important;
}

.qodef-e.swiper-slide {
    visibility: visible !important;
}

.team-slider .qodef-team-list .qodef-e-inner .qodef-e-image{
	border-radius:10px;
}

.team-slider .qodef-team-list .qodef-e-inner .qodef-e-image img{
	aspect-ratio:1/1.28;
	object-fit:cover;
}

.team-slider .qodef-team-list .qodef-e-inner .qodef-e-role{
	font-size:16px;
	font-weight:300;
	color:#fff;
}

.team-slider .qodef-team-list .qodef-e-inner .qodef-e-title{
    font-size: 24px;
    line-height: 1em;
    font-weight: 300;
    color: #fff;
    margin-top: 4px;
}

.team-slider .qodef-e-inner {
    margin-bottom: 0px !important;
}

.team-slider .swiper-slide{
	height:fit-content;
}

@media(max-width:1024px){
	.team-slider .qodef-team-list .qodef-e-inner .qodef-e-title{
    font-size: 22px;
}
}

/*End About*/



/*Blog*/

.blog-grid .qodef-blog .qodef-blog-item .qodef-e-title{
	    font-size: 24px;
    line-height: 1em;
    font-weight: 300;
}

.blog-grid .qodef-blog .qodef-blog-item .qodef-e-excerpt {
    font-size: 16px;
    color: #ffffffe0;
    font-weight: 300;
}


.blog-grid article:hover .qodef-m.qodef-button span.qodef-m-text {
    color: #5818B9;
}

.blog-grid article:hover .qodef-m.qodef-button span.qodef-m-text svg path{
    stroke: #5818B9;
	  transform: rotate(45deg);
}

.blog-grid .qodef-blog-item .qodef-e-media-image a{
	border-radius:10px;
}

.blog-grid .qodef-m-pagination.qodef--standard .qodef-m-pagination-item{
	line-height:1;
	font-weight:300;
}

.blog-grid a.qodef-m-pagination-item.qodef--active {
    color: #5818B9;
}

.blog-grid .qodef-pag-underline {
    border: 1px solid #5818B9;
}

.blog-grid .qodef-pag-underline{
	width:30px;
	height:30px;
	border-radius:50px;
	top: 6px;
  margin-left: -3px;
}

.blog-grid .qodef-m-pagination-item.qodef--prev:hover svg path, .blog-grid .qodef-m-pagination-item.qodef--next:hover svg circle, .blog-grid .qodef-m-pagination-item.qodef--next:hover svg path, .blog-grid .qodef-m-pagination-item.qodef--prev:hover svg circle{
	stroke:#5818B9;
}


@media (max-width:1024px){
	.blog-grid .qodef-blog .qodef-blog-item .qodef-e-title{
	    font-size: 22px;
}
}


/*Experiences*/

.page-id-12021 .qodef-header-navigation>ul>li>a>span{
	color:#F5F4F9;
}

.page-id-12021 .qodef-custom-header-layout.qodef-skin--light nav>ul>li>a {
    color:#F5F4F9 !important;
}

.page-id-12021 .qodef-mobile-header-navigation>ul>li>a {
    color:#F5F4F9;
}

.page-id-12021 span.qodef-m-icon.qodef--close svg {
    fill: #F5F4F9;
	stroke:#F5F4F9;
}

.page-id-12021 a#qodef-side-area-close svg{
	fill:#F5F4F9;
	stroke:#F5F4F9;
}

body.page-id-12021 .qodef-opener-icon.qodef-source--predefined .qodef-svg--menu g:nth-of-type(2) circle:nth-of-type(1){
	stroke:#F5F4F9 !important;
}

.page-id-12021 div#qodef-side-area-inner *{
	color:#F5F4F9 !important;
}

/* .page-id-12021 div#qodef-side-area-inner .qodef-m-image {
    filter: invert(0.85);
} */

.page-id-12021 div#qodef-side-area-inner input {
    border-color: #F5F4F94D;
}

.page-id-12021 div#qodef-side-area-inner input:focus{
    border-color: #F5F4F9;
}

.page-id-12021 #qodef-side-area{
	background-color:#8E4DFF !important;
}

.page-id-12021 span.qodef-m-icon.qodef--open svg {
    fill: #F5F4F9;
}

.page-id-12021 #qodef-page-mobile-header, .page-id-12021 .qodef-mobile-header-navigation{
	background-color:#8E4DFF !important;
}

.page-id-12021 .qodef-header-navigation .qodef-main-menu-underline{
	border-top: 2px solid #F5F4F9;
}

.page-id-12021 .qodef-header-sticky{
	background-color:#8E4DFF;
}

.page-id-12021 #qodef-page-header .qodef-header-logo-link.qodef-source--svg-path, .page-id-12021 #qodef-page-header .qodef-header-logo-link.qodef-source--svg-path:hover{
    color: #f5f4f9 !important;
}


.awe-logo svg{
	height:auto !important;
}

.mt-0 p:first-child{
		margin-top:0px;	
}

.btn-bg-effect.exp-btn .elementor-button::before{
	background:#8E4DFF;
}

.exp-slider .swiper-slide img, .exp-slider .swiper-wrapper{
    aspect-ratio: 1 / 0.52;
    object-fit: cover;
}

.exp-slider .qodef-qi-swiper-container .swiper-button-prev svg, .exp-slider .qodef-qi-swiper-container .swiper-button-prev:hover svg{
 transform:rotate(-90deg);
}

.exp-slider .qodef-qi-swiper-container .swiper-button-next svg, .exp-slider .qodef-qi-swiper-container .swiper-button-next:hover svg{
	transform:rotate(90deg);
}

.exp-slider .qodef-qi-swiper-container .swiper-button-prev svg circle, .exp-slider .qodef-qi-swiper-container .swiper-button-next svg circle{
	opacity:0.25;
}

.case-text-container{
	max-width:1200px;
}

.cust-btn .elementor-icon-wrapper{
	line-height:0;
}

.cust-btn{
	position:absolute;
	bottom:2px;
}

.cust-btn:hover{
	cursor:pointer;
}

.cust-btn.cust-prev{
	left:110px;
}

.cust-btn.cust-next{
	right:110px;
}

.cust-btn svg circle, .cust-btn svg circle{
	opacity:0.25;
}

.cust-btn.cust-prev .elementor-icon-wrapper a:after {
    content: 'Previous';
		font-size:24px;
	font-weight:300;
	line-height:1;
}

.cust-btn.cust-next .elementor-icon-wrapper a:before {
    content: 'Next';
		font-size:24px;
	font-weight:300;
	line-height:1;
}

.cust-btn .elementor-icon-wrapper a{
    align-items: center;
    justify-content: center;
    display: flex;
		gap:15px;
}


.exp-content-col {
  visibility:hidden;
	position:absolute;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.exp-content-col.active {
	visibility:visible;
	position:unset;
  opacity: 1;
}

.elementor-editor-active .exp-content-col {
  position:unset !important;
  opacity: 1 !important;
	visibility:visible !important;
}


.testim-slider-icon svg g path:last-child{
	  stroke-width: 1px;
    opacity: 0.25;
}

.testim-slider-icon svg{
padding-bottom:2px;
}


.testim-slider .swiper-container-vertical .swiper-button-prev{
	left:unset !important;
	right:0px !important;
	bottom:38% !important;
	transform:translatey(-50%);
	top:unset !important;
}

.testim-slider .swiper-container-vertical .swiper-button-next{
	left:unset !important;
	right:0px !important;
	bottom:62% !important;
	transform:translatey(-50%);
	top:unset !important;
}


.testim-slider .qodef-e-content{
	padding-right:100px;
}

.testim-slider .swiper-container-vertical .swiper-button-next svg, .testim-slider .swiper-container-vertical .swiper-button-prev svg{
	margin:0px;
}

.testim-slider .swiper-container-vertical .swiper-button-next:hover svg{
	transform:none !important;
}

.testim-slider .swiper-container-vertical .swiper-button-prev svg{
	transform:rotate(180deg) !important;
}

.testim-slider .swiper-container-vertical .swiper-button-next svg circle, .testim-slider .swiper-container-vertical .swiper-button-prev svg circle{
	opacity:0.25;
}


body.page-id-12021 {
    background-color: #2a2633;
}

.c-form.exp-form input, .c-form.exp-form textarea{
	color:#F5F4F9;
}

.c-form.exp-form span.qodef-m-text{
	color:#F5F4F9;
}

.c-form.exp-form span.qodef-m-text svg path{
	color:#F5F4F9;
	stroke:#F5F4F9;
}

.c-form.exp-form .wpcf7-submit:hover {
    background: #8E4DFF;
    border-color: #8E4DFF;
}



@media (max-width:1024px){
	.cust-btn .elementor-icon-wrapper {
	gap:12px;
	font-size:22px;
}
	
	.testim-slider .qodef-e-content{
    padding-right: 70px;
}
}

@media (max-width:767px){
	
	.exp-slider .swiper-slide img, .exp-slider .swiper-wrapper{
    aspect-ratio: 1 / 0.55;
}
	
	.exp-slider .qodef-qi-swiper-container .swiper-button-prev{
		left:8px !important;
	}
	
	
	.exp-slider .qodef-qi-swiper-container .swiper-button-next{
	right:8px !important;
}
	
	.cust-btn.cust-prev{
	left:20px;
}

.cust-btn.cust-next{
	right:20px;
}
	
		.testim-slider .qodef-e-content{
    padding-right: 40px;
}
	
	.testim-slider .swiper-container-vertical .swiper-button-prev{
	bottom:45% !important;
}

.testim-slider .swiper-container-vertical .swiper-button-next{
	bottom:55% !important;
}
}





/*End Experiences*/




/* End New */