/**
 * Theme Name:     webcodegenie
 * Author:         WebCodeGenie
 * Template:       hello-elementor
 * Text Domain:	   webcodegenie
 * Description:    webcodegenie is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 * Theme URI:      https://wcg
 * Author URI:     https://WebCodeGenie
 */

 /*#wpadminbar{*/
 /*    display: none !important;*/
 /*}*/
 
 /*html{*/
 /*    margin-top: 0px !important;*/
 /*}*/

 div[data-elementor-id="18487"] header{
     display: none;
 }
 
 @font-face {
    font-family: 'Rubik';
    src: url('../webcodegenie/assets/fonts/Rubik-Light.woff2') format('woff2'),
        url('../webcodegenie/assets/fonts/Rubik-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('../webcodegenie/assets/fonts/Rubik-Regular.woff2') format('woff2'),
        url('../webcodegenie/assets/fonts/Rubik-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('../webcodegenie/assets/fonts/Rubik-Medium.woff2') format('woff2'),
        url('../webcodegenie/assets/fonts/Rubik-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('../webcodegenie/assets/fonts/Rubik-SemiBold.woff2') format('woff2'),
        url('../webcodegenie/assets/fonts/Rubik-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('../webcodegenie/assets/fonts/Rubik-Bold.woff2') format('woff2'),
        url('../webcodegenie/assets/fonts/Rubik-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('../webcodegenie/assets/fonts/Rubik-ExtraBold.woff2') format('woff2'),
        url('../webcodegenie/assets/fonts/Rubik-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('../webcodegenie/assets/fonts/Rubik-Black.woff2') format('woff2'),
        url('../webcodegenie/assets/fonts/Rubik-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}


body,
span,
div,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a{
    font-family: 'Rubik',Sans-serif !important;
}

#back_up {	
	align-items: center;
	background-color: #04427d;
	border: none;
	border-radius: 4px;
	bottom: 20px;
	color: #fff;
	cursor: pointer;
	display: none;
	font-size: 18px;
	justify-content: center;
	outline: none;
	padding: 6px;
	position: fixed;
	right: 30px;
	z-index: 99;
	height: 32px;
	width: 32px;
}
#back_up i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 2px;
    top: -2px;
    font-size: 20px;
    font-weight: 700;
    transition: all .3s ease;
}

.page_title h1{
	color: transparent !important;
	-webkit-text-stroke: 2px #ff8727;
	font-weight: 700;
	white-space: nowrap;
}

.contact_fix_btn a{
    border-radius: 0 10px 10px 0px !important;
    box-shadow: 0 0 20px rgba(0,0,0,.2) !important;
    color: #fff;
    height: 48px;
    padding: 10px 8px;
    width: 48px;
    transform: inherit !important;
    position: relative;
}

.contact_fix_btn a .e-contact-buttons__contact-title{
    display: none;
}

.contact_fix_btn a svg{
    display: none;
}

.contact_fix_btn a[aria-label="WhatsApp"]::before,
.contact_fix_btn a[aria-label="Skype"]::before{
    background-image: url("../webcodegenie/assets/image/sticky-skype.svg");
	content: "" !important;
	background-size: contain;
	height: 28px;
	width: 28px;
	position: absolute;
	right: 10px;
}

.contact_fix_btn a[aria-label="WhatsApp"]::before{
    background-image: url("../webcodegenie/assets/image/sticky-whatsapp.svg");
    content: "" !important;
}

.mouse_animation{
	height: 100%;
	width:100%;
}



/* Header */

.menu_wrapper button{
	box-shadow: none !important;
}

.menu_wrapper .mega-menu-item .mega-description-group .mega-menu-title{
	display: flex !important;
	align-items: center;
	gap: 10px;
	position:relative;
	width: fit-content;
}

.menu_wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link{
	font-weight: 500;
}

.menu_wrapper .mega-menu-item .mega-description-group .mega-menu-description{
	padding-left: 40px;
	font-size: 1rem !important;
	font-style: normal !important;
	line-height: 1.5 !important;
}

.menu_wrapper .mega-menu-item .mega-description-group .mega-menu-title::after{
	position: absolute;
	bottom: -3px;
	content: "";
	height: 2px;
	left: 0px;
	right: auto;
	transition: all .15s linear;
	width: 0;
	background-color: #ff8727;
}

.menu_wrapper .mega-menu-item .mega-menu-link:hover .mega-menu-title::after{
	width: 100%;
}

.menu_wrapper .mega-menu-item .mega-description-group .mega-menu-title::before{
    content:"";
    position: absolute;
    height: 2px;
    width: 40px;
    bottom: -3px;
    left: 0px;
    right: auto;
    background-color: #ffffff;
    z-index: 9;
}

.menu_wrapper .mega-menu-item .mega-menu-link:hover .mega-menu-title{
	color: #ff8727;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    box-shadow: 0 3px 53px rgba(239,244,255,.902);
    background-color:hsla(0,0%,100%,.95) !important;
	scroll-behavior: smooth;	
}

.header.fixed-header .elementor-widget-container img {
  max-width: 250px !important;
  transition: all .3s linear;
}

.header.fixed-header{--min-height: 75px !important;height:75px;}

.header.fixed-header .mega-menu-wrap > ul > li .mega-menu-link {
  font-size: 1rem !important;  
  transition: all .3s linear !important;
}

.shotwith_submnu .mega-sub-menu{
	max-width: 814px !important;
	top: 75px !important;
	width: 100%;
	border-radius: 10px !important;
    box-shadow: 0 0 30px rgba(0,0,0,.2) !important;
}

.services ul{left:-15% !important;}

.resources ul{
	right: -14.5% !important;
	left: auto !important;
}

.company ul{
	right: -16% !important;
	left: auto !important;
}


/* Home */


.home_slider .tp-leftarrow::before{
	content: "" !important;
	background-image: url("../webcodegenie/assets/image/prev-arrow.svg");
	height: 50px;
	width: 50px;
	background-size: contain;
}

.home_slider .tp-rightarrow::before{
	content: "" !important;
	background-image: url("../webcodegenie/assets/image/next-arrow.svg");
	height: 50px;
	width: 50px;
	background-size: contain;
}

.heading_txt h2:after{
	content: "";
	position: absolute;
	width: 100px;
	height: 5px;
	bottom: 0;
	right: 50%;
	transform: translate(50%);
	background-image: url("../webcodegenie/assets/image/heading-line.svg");
	background-position: center center;
	background-repeat: no-repeat;	
}

.client_gallery #gallery-1{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: wrap;
}

.client_gallery #gallery-1 figure{
	max-width: 20%;
	width: 100%;
	padding: 20px 40px;	
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;	
	border-right:1px solid #f2f2f2;
}

.client_gallery #gallery-1 figure:nth-child(2) img{
	height: 109px;
	width: auto;
}

.client_gallery #gallery-1 figure:nth-child(3) img{
	height: 36px;
	width: auto;
}

.client_gallery #gallery-1 figure:nth-child(-n+5){
	border-bottom:1px solid #f2f2f2;
}

.client_gallery #gallery-1 figure:nth-child(5n){
	border-right: none;
}

.project_box.e-flex::before{
	content: "";
	position: absolute;
	background-color: #006bc0;
	height: 12px;
	top: auto;
	bottom: 0;
	border-radius: 0 0 15px 15px;
}

.project_box.e-flex:nth-of-type(2):before,
.project_box.e-flex:nth-of-type(3):before{
	background-color: #ff8727 !important;
}

.project_box:after{	
    content      : '';
	position: absolute;
	left: 0px;
	top: auto;
	bottom: 0;
	height: 12px;
	width: 0;
    background-color: #04427d;	
	transition: all ease-out 0.3s;	
	border-radius: 0 0 15px 15px;
}

.project_box:hover::after{	
	width: 100%;	
}

.project_box .about_counter .elementor-counter-number-suffix{
	font-size: 60px;
}

.project_box .customer_counter .elementor-counter-number-suffix{
	font-size: 44px;
}

.service_box.elementor-element::after{	
    content: '';
	position: absolute;
	height: 2px;
	width: calc(100% - 40px);
	background-color: #006bc0;    
	transform: scaleX(0);
	transition: transform 0.5s ease-in-out;
	transform-origin: 0% 50%;	
	left: 20px;
	top: 0px;
}

.service_box.elementor-element:hover::after{
	transform: scaleX(1);
}

.service_box.elementor-element::before{	
    content: '';	
	position: absolute;
	height: 2px;
	width: calc(100% - 40px);
	border-color: #006bc0;
	top: auto;
	bottom: -1px;
	right: 20px;	
	left:auto;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform 0.5s ease-in-out;	
}

.service_box.elementor-element:hover::before{
	transform: scaleX(1);	
}


.service_box .texhnology_service_box{
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	bottom: 0;	
	left: 0;
	opacity: 0;	
	transform: translateY(100%);
	transition: all .3s linear;
	visibility: hidden;
	position: absolute;
	padding: 20px;	
}

.service_box:hover .texhnology_service_box{
	opacity: 1;
	transform: translateY(-1px);
	visibility: visible;
	box-shadow: 0 -7px 26px rgba(0,0,0,.05);
}

.texhnology_service_box .gallery{
	display: flex;	
	justify-content: center;
	gap: 16px;
}

.texhnology_service_box .gallery figure{
	max-width: fit-content !important;
}

.texhnology_service_box .gallery figure img{
	height: 40px;
	width: fit-content;
	margin: 0px !important;
}

.perks_and_benefits .perks_box .elementor-icon-box-title,
.process_steps h3{
	margin-top: 0px;
}

.client_testimonial .swiper-wrapper .swiper-slide{
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	padding: 60px 30px 30px;
}

.client_testimonial .swiper-wrapper .swiper-slide.swiper-slide-duplicate-prev,
.client_testimonial .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 0.5;
}

.client_testimonial .swiper-wrapper .swiper-slide.swiper-slide-next {
  opacity: 1;
}

.client_testimonial .swiper-wrapper .swiper-slide .elementor-testimonial__content{
	display: flex;
	flex-flow: column-reverse;
	gap: 15px;
}

.blog_box .elementor-post__text{
	display: flex !important;
	flex-direction:column-reverse !important;
	gap:0.5rem;
	justify-content: start;
}

.nf-pass.field-wrap .nf-field-element::after,
.nf-error.field-wrap .nf-field-element::after,
.nf-after-field,
.nf-before-form-content{
	display: none;
}

#nf-field-16-container{
	margin-bottom: 0px !important;
	margin-top: 2rem !important;
}

.consult_form .nf-form-content {
	padding: 0px;
}

.consult_form .nf-form-content .nf-field-element textarea,
.consult_form .nf-form-content .nf-field-element input{
	background-color: #f9f9f9;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	font-size: 1rem;
	line-height: normal;
	padding: 16px 16px 16px;
	height: auto !important;
	text-transform: none !important;
}

.consult_form .nf-form-content .nf-field-element textarea::placeholder,
.consult_form .nf-form-content .nf-field-element input::placeholder{
	color: #858585
}

.consult_form .sbmt_btn{
	background-color: #04427d !important;
	border: none !important;
	border-radius: 10px !important;
	color: #fff !important;
	cursor: pointer !important;
	display: inline-block;
	font-size: 1.25rem !important;
	font-weight: 500 !important;
	padding: 15px 45px !important;
	transition: all .3s ease 0s !important;
}

.consult_form .sbmt_btn:hover{
	background-color: #ff8727 !important;
}

.consult_benefits .elementor-icon-list-items .elementor-icon-list-text{
    padding-inline-start: 0;
}

/* Case Study Page */

.casestudy_boxes .elementor-post__card{
	padding: 20px !important;
	flex-direction: row !important;
	align-items: center;
	gap:24px;
}

.casestudy_boxes .elementor-post__card  a{
	max-width: 271px;
	max-height: 454px;
	margin-bottom: 0px;
	border-radius: 8px;
  	overflow: hidden;
}

.casestudy_boxes .elementor-post__card .elementor-post__text{
	width: calc(100% - 280px);
	gap: 18px;	
	margin-top: 8px !important;
}

.casestudy_boxes .elementor-post__card .elementor-post__text .elementor-post__read-more-wrapper a{
	background-color: #04427d;	
	border-radius: 10px;
	width: auto;
	padding: 15px 45px;
	transition: all .3s ease 0s;
}

.casestudy_boxes .elementor-post__card .elementor-post__text .elementor-post__read-more-wrapper a:hover{
	background-color: #ff8727;
}

/* Case Detail Page */

.technology_box .elementor-icon-box-icon svg{
	height: auto;
}

.vision_mission .elementor-icon-box-title,
.technology_box h5{
	margin-top: 0px;
}

.gmw_eprec_slider .elementor-testimonial__content{
	box-shadow: 0 0 10px rgba(0,0,0,.161);
}

.key_feature_item h3 {
	margin-top: 0 !important;
}

.other-api_box svg{
    height: 45px !important;
    width: 100% !important;
}


/* PORTFOLIO Page*/

.portfolio_filter .e-filter .e-filter-item{
	position: relative;transition: all ease 0.3s;
}

.portfolio_filter .e-filter .e-filter-item[aria-pressed="true"]::after{
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #006bc0;
	content: "";
	position: absolute;
	height: 0;
	inset: 0 0 auto 0;
	opacity: 1;
	transform: rotate(0deg);
	width: 0;
	left: 50%;
  	transform: translate(-50%);
	transition: all ease 0.3s;
}

/* BLOG Pages */

#post_pagination .elementor-button-content-wrapper{
    align-items: center;
}

#post_pagination .elementor-button-icon{
    line-height: 16px;
}

.blog-post-filter ul li{
    padding: 0.5rem 1rem !important;
    border:1px solid rgba(0,107,192,.25);
    border-radius:10px;
    background-color: #f1f8ff;
    margin:0px !important;
}

.blog-texonomy .elementor-loop-container{
    display: flex;
    flex-flow: wrap;
    gap: 15px !important;
}

.blog_posts .author_date .author_box a .elementor-post-info__item{
    align-self: flex-start !important;
}

.blog_posts .author_date .author_designation .elementor-icon-list-icon{
    display: none;
}

.blog_posts .author_date .author_designation .elementor-icon-list-text{
    padding-left: 0px;
}

.blog_posts .author_date .reading_time .elementor-shortcode{
    font-size: 14px;
    color: #717171;
    line-height: 17.5px;
}

.blogarchive-category-list{
    display: flex;
    flex-flow: wrap;
    align-items: center;
    gap: 15px;
    list-style-type: none;
    padding-left: 0px !important;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    
}

.blogarchive-category-list li{
    display: inline-flex;
}

.blog-filter-box select{
    background-color: #ffffff;
    padding: 1rem !important;
    border-radius: 7px;
    border: 1px solid #e8e8e8;
    appearance: none;
    background-color: #fff;
    background-image: url("../webcodegenie/assets/image/icon-dropdown.svg");
    background-position: calc(100% - 10px);
    background-repeat: no-repeat;
    background-size: 16px auto;
    font-size: 16px;
    height: 56px;
}

.blog-filter-box select:focus{
    border: 1px solid #e8e8e8;
}

.blogarchive-category-list li a{
    border: 1px solid rgba(0,107,192,.25);
    border-radius:10px;
    background-color: #f1f8ff;
    padding: 0.5rem 1rem !important;
    font-size: 1rem;
    font-weight: 500;
    color: #2b2b2b;
    line-height: 1.2;
    color: #2b2b2b;
    line-height: 1.2;
}

.blogarchive-category-list li:hover a{
    background-color: #006bc0;
    color: #ffffff;
}

.blog_posts .elementor-pagination a{
    background-color: #04427d;
    border:none;
    border-radius:10px;
    padding: 15px 45px;
    transition:all .3s ease 0s;
    min-width: 208px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.blog_posts .elementor-pagination a:hover{
    background-color: #ff8727;
}

.blog_posts .elementor-pagination a.next::after{
    content: "→";
    font-size: 28px;
}

.blog_posts .elementor-pagination a.prev::before{
    content: "←";
    font-size: 28px;
}

.blog_posts .elementor-pagination span{
    display: none;
}

/* Testimonial page */

.video_player,
.video_player img{
    height: 252px !important;
}

.read_more .elementor-button-content-wrapper{
    align-items:center;
    gap: 10px !important;
}

.read_more svg{
    height: 32px !important;
    width: 32px !important;
}

.testimonial_wrapper .client_discription{
    opacity: 0;
    z-index: 0 !important;
    background-color: #fff;
    position: absolute !important;
    top: 100%;
    left: 0;
    right: 0;
    height: 100% !important;
    width: 100% !important;
    transition: all ease 0.4s !important;
}

.testimonial_wrapper .client_discription.active{
    opacity: 1;
    z-index: 11!important;
    top: 0;
    left: 0;
    right:0;
    transition: all ease 0.4s !important;
}

.testimonial_wrapper .client_discription .title_and_close .elementor-icon-box-wrapper{
    padding: 1rem 1.5rem;
    background: #04427d;
}

.testimonial_wrapper .client_discription .title_and_close h5{
    margin: 0px !important;
}

.testimonial_wrapper .client_discription .title_and_close .elementor-icon-box-icon svg,
.testimonial_wrapper .client_discription .title_and_close .elementor-icon-box-icon{
    height: 20px;
    width: 20px;
    cursor: pointer;
}

/* Conatct Us */

.contact_form .nf-form-content .nf-field-element input{
    height: auto !important;
    line-height: normal;
}

.consult_form .nf-form-content .nf-field-element textarea,
.contact_form .nf-form-content .nf-field-element textarea{
    min-height: 150px;
    resize: none;
    height: auto;
}

.consult_form .nf-form-content .nf-field-container,
.contact_form .nf-form-content .nf-field-container{
    margin-bottom: 1.5rem !important;
}

#nf-field-21-container.nf-field-container{
    margin-bottom: 0rem !important;
}

.contact_form .nf-form-content .nf-field-container .submit-wrap .nf-field-element{
    margin-top: 0.6rem !important;
}

.contact_form .nf-form-content .nf-field-container .submit-wrap .nf-field-element input{
    text-transform: inherit !important;
    font-weight: 500 !important;
}

.career_inquiry .elementor-icon-box-wrapper .elementor-icon-box-icon{
    display: flex !important;
}

.contact_gallery #gallery-1 figure{
    height: 100px !important;
    padding: 15px !important;
    border-right: 1px solid #e1e5e8 !important;
}

.contact_gallery #gallery-1 figure:nth-child(2) img{
    height: 70px !important;
    width: 100% !important;
    object-fit: contain;
}

.contact_gallery #gallery-1 figure:nth-child(-n+5){
    border-bottom: 1px solid #e1e5e8 !important;
}

.contact_gallery #gallery-1 figure:nth-child(3) img{
    height: auto !important;
}

.contact_gallery #gallery-1 figure:nth-child(4) img{
    height: 70px !important;
    width: auto !important;
}

.contact_gallery #gallery-1 figure:nth-child(5n){
    border-right: none !important;
}

.contact_client_slider .elementor-testimonial__image img{
    box-shadow: 0 0 4px 0 rgba(0,0,0,.25);
    display: flex;
}

.contact_client_slider .elementor-testimonial__footer{
    padding:0 !important;
    padding-left: 6px !important;
}

.contact_client_slider .elementor-testimonial__content::after{
    left: 30px !important;
    top: auto !important;
    bottom: -8px !important;
    height: 16px !important;
    width: 16px !important;
    box-shadow: 0 0 10px rgba(0,0,0,.161);
    transform: rotate(45deg) !important;
}

.contact_client_slider .elementor-testimonial__content::before{
    content: "";
    position: absolute;
    background: #ffffff;
    bottom: 0;
    height: 25px;
    left: 20px;
    width: 40px;
    z-index: 1;
}

/* Services Page */

.service-detail-form-title h3{
    margin-top: 0px !important;
}

.sidebar_services ul{
    display: flex !important;
    flex-direction: column !important;
    align-items: end !important;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(calc(-50% - 0px));
}

.sidebar_services ul li a{
    background-color: #f9f9f9;
    border-radius: 51px 0 0 51px;
    box-shadow: 0 0 10px rgba(0,0,0,.161);
    gap: 15px;
    transform: translateX(calc(100% - 70px));
    transition: all .3s;
    z-index: 0;
    width: fit-content !important;
}

.sidebar_services ul li a.elementor-item-active{
    background-color: #006bc0;
    color: #ffffff !important;
}

.sidebar_services ul li a:hover{
    transform: translateX(0);
}

.sidebar_services ul li a div{
    background-color: #fff;
    box-shadow: 0 3px 26px rgba(0,0,0,.11);
    height: 50px;
    min-width: 50px;
    padding: 10px;
    width: 50px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
}

.sidebar_services ul li a img{
    width: 100%;
    max-height: 100%;
}

.benefits_iconbox .elementor-image-box-title{
    margin-top: 0px !important;
}

.why_wcg .elementor-icon svg,
.benefits_iconbox .elementor-image-box-img img{
    height: auto !important;
}



.statistic_counter .elementor-counter-number-suffix{
    font-size: 2.5rem !important;
    display: flex;
    align-items: end;
    margin-bottom: 6px;
}

.services_faq .e-n-accordion .e-n-accordion-item{
    border: 1px solid #dedfe4 !important;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 66px rgba(0,0,0,.059);
}


.services_faq .e-n-accordion .e-n-accordion-item-title[aria-expanded="true"]{
    padding-bottom: 1.1rem !important;
}

.industries_item{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.industries_item h5{
    margin: 0px !important;
}

.industry-slide-wrap .swiper-slide{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.statistic_counter .elementor-counter-number-suffix{
    font-size: 2.5rem !important;
    margin-bottom: 8px !important;
}

/* About Us */

.value_itembox svg{
    height: 100px !important;
    width: auto !important;
}

.value_itembox svg path{
    transition: all .4s ease-in-out;
}

.value_itembox svg .front{
    transform: translateY(0);
}

.value_itembox svg:hover .front{
    transform: translateY(-100%);
}

.value_itembox svg .back{
    transform: translateY(100%);
}

.value_itembox svg:hover .back{
    transform: translateY(0);
}

.leaders_bg{
    transform: translateX(-50%);
}

.leader_box:nth-child(2n+1):hover svg{
    fill: #ffcfa8 !important;
}

.leader_box:nth-child(2n):hover svg{
    fill: #b3c6d8 !important;
}

.leader_box .box-bottom-border::before{
    content: "";
    position: absolute;
    height: 12px;
    inset:auto auto 0 0;
    width: 100%;
}

.leader_box:nth-child(2n+1) .box-bottom-border::before{
    background-color: #006bc0;
}

.leader_box:nth-child(2n) .box-bottom-border::before{
    background-color: #ff8727;
}

.leader_box .box-bottom-border::after{
    content: "";
    height: 12px;
    position: absolute;
    z-index: 1;
    inset: auto auto 0 -100%;
    transition: all .35s ease-Out;
}

.leader_box:nth-child(2n+1) .box-bottom-border::after{
    background-color: #ff8727;
}

.leader_box:nth-child(2n) .box-bottom-border::after{
    background-color: #006bc0;
}

.leader_box:hover .box-bottom-border::after{
    left: 0;
    width: 100%;
}

.our_team #gallery-1{
    display: flex;
    flex-flow: wrap;
    gap:15px;
}

.our_team #gallery-1 figure{
    padding: 0px;
    width: calc(5.55556% - 15px);
    filter: grayscale(100%);
}

.our_team #gallery-1 figure.active,
.our_team #gallery-1 figure:hover{
    filter: none;
}



/* Hire Developer Pages */

.tab_container.hire-developer-why .e-con-inner{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.analysis-table .analysis-table-data,
.analysis-table .analysis-table-heading{
    height: 100%;
}

.analysis-table .analysis-table-data .elementor-widget-container,
.analysis-table .elementor-element .elementor-widget-container{
    display: flex;
    align-items: center;
}

.analysis-table .elementor-element:not(:first-child) .elementor-widget-container{
    justify-content: center;
}

.hiring-model-box .elementor-icon-box-title{
    margin-top: 0px;
}

.hiring-model-box .elementor-icon-box-icon{
    margin-top: -56px;
}


/* Blog Deatil page */

.releted-single-blog{
    
}

.detail-page-author{
    display: inline-flex !important;
    align-items: center !important;
    background-color: #f1f1f1;
    clip-path: polygon(100% 0,90% 50%,100% 100%,0 100%,0 50%,0 0);
    gap: 15px;
    left: -24px;
    padding: 15px 60px 15px 30px;
}

.detail-page-author .author-detail .elementor-post-info__item-prefix{
    position: absolute;
    top: 5px;
    font-size: 0.875rem;
    font-weight: 400 !important;
    line-height: normal;
}

/* Portfolio Detail Page */

.port-detail-technology a::after{
    position: absolute;
    content: "";
    border: 5px solid #006bc0;
    border-radius: 10px;
    inset: -1px 0 0 -5px;
    opacity: 0;
}

.port-detail-technology a:hover::after{
    opacity: 1;
}

.portfolio-app-slider .swiper-slide {
    transition: transform 0.3s ease;
    max-width: 250px !important;
}

.career_form .nf-field-container.notice_period .nf-field-element div[for="nf-field-35"],
.portfolio-web-slider .swiper-button-prev::after,
.portfolio-web-slider .swiper-button-next::after,
.portfolio-app-slider .swiper-button-prev::after,
.portfolio-app-slider .swiper-button-next::after{
    display:none;
}

.portfolio-web-slider .swiper-button-prev,
.portfolio-web-slider .swiper-button-next,
.portfolio-app-slider .swiper-button-prev,
.portfolio-app-slider .swiper-button-next{
    height: 50px;
    width: 50px;
    opacity: .8;
    top: auto;
    bottom: -90px;
    left: auto;
    transition: all .2s ease-in-out;
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 10;
}

.portfolio-web-slider .swiper-button-next,
.portfolio-app-slider .swiper-button-next{
    right: calc(50% - 60px);
}

.portfolio-web-slider .swiper-button-prev,
.portfolio-app-slider .swiper-button-prev{
    left: calc(50% - 60px) !important;
    right: auto;
}

.portfolio-web-slider .swiper-container{
    padding-bottom: 240px !important;
    padding-top: 16px !important;
}

.portfolio-web-slider .swiper-slide{
    max-width: 583px !important;
}

.portfolio-web-slider .swiper-slide img{
    max-width: 583px !important;
    object-fit: cover;
}

.portfolio-web-slider .swiper-coverflow::before {
    position: absolute;
    content: "";
    background-image: url("../webcodegenie/assets/image/portfolio-web-bg.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    inset: 0 0 0 0;
    min-height: 520px;
    width: 618px;
    z-index: 2;
    margin: 0 auto !important;
}

.portfolio-web-slider .swiper-button-prev,
.portfolio-web-slider .swiper-button-next{
    bottom: 0px;
}

.portfolio-web-slider .swiper-slide{
    overflow: hidden;
    background-position: 50%;
    background-size: cover;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.45);
}

.banner_web_btn svg{
    width: 23px !important;
}

.banner_web_btn .elementor-button-content-wrapper{
    gap: 8px !important;
}

/* About Us */

.banner_tagline h3{
    max-width: 450px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.vision_mission{
    overflow: visible;
}

.vision_mission .elementor-widget-container{
    position: relative;
    top: 30px;
    left: 30px;
}

.our-vision .elementor-widget-container{
    position: relative;
    bottom: 30px;
    top: auto;
    right: 30px;
    left: auto;
}

.value-box svg g,
.value-box svg path{
    transition: all .4s ease-in-out;
}

.value-box svg .front {
  transform: translateY(0);
}

.value-box:hover svg .front {
  transform: translateY(-100%);
}

.value-box svg .back {
  transform: translateY(100%);
}

.value-box:hover svg .back {
  transform: translateY(0);
}

.value-box:nth-child(2n+1) svg .back {
  fill: #006bc0;
}

.value-box:nth-child(2n) svg .back {
  fill: #ff8727;
}



.value-box:hover .elementor-widget-container{
    box-shadow: 0 3px 30px rgba(0,0,0,.102);
    transition: all .3s ease-in-out;
}

.value-box:hover:nth-child(2n+1) .elementor-widget-container {
  border-bottom-color: #006bc0 !important;
}

.value-box:hover:nth-child(2n) .elementor-widget-container {
  border-bottom-color: #ff8727 !important;
}

/* Technology pages */

.technology_counter .elementor-counter-number-suffix{
    margin-bottom: 8px !important;
}


/* Life @ WCG */

.life_video_item img{
    aspect-ratio: 3/2;
    object-fit: cover;
    width: 100%;
}

.life_video_item .elementor-icon-box-title{
    margin: 0 !important;
}


/* Career */

.career_blue_heading h2::after {
    background-image: url("../webcodegenie/assets/image/bottom-line.svg");
}

.join_wrapper .elementor-icon-box-wrapper{
    align-items: center;
}

.join_wrapper .elementor-icon-box-wrapper .elementor-icon-box-content{
    line-height: normal;
}

.why_webcode img{
    max-height: 64px;
    width: auto;
}

.why_webcode .elementor-image-box-title{
    margin-top: 0px !important;
}

.opening_wrap .elementor-loop-container{
    display: flex !important;
    flex-flow: wrap;
    justify-content: center;
}

.opening_wrap .career{
    max-width: calc(33% - 11px) !important;
    width: 100%;
}

.opening_wrap .career:last-child .current_opening_box div:nth-child(1){
    order: 2;
    margin-top: 0px;
}

.opening_wrap .career:last-child .current_opening_box div:nth-child(2){
    order: 1;
}

.opening_wrap .career:last-child .current_opening_box div:nth-child(3){
    order: 3;
    margin-top: 1.45rem;
}

.opening_wrap .career:last-child .current_opening_box .e-con-inner{
    gap: 0px !important;
}

.current_opening_box{
    padding: 0 !important;
}

.opening_wrap .career:last-child .current_opening_box .elementor-heading-title{
    color: #ff8727;
    font-size: 2.25rem;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 1px;
}

.opening_wrap .career:last-child .current_opening_box .elementor-widget-theme-post-excerpt div{
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
}

.perks_and_benefits .perks_box .elementor-widget-container::before{
    background-color: #006bc0;
    border-radius: 0 20px 20px 0;
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 5px;
    height: 100%;
}

.perks_and_benefits .perks_box svg{
    max-width: 76px !important;
    width: 100% !important;
    height: auto !important;
}

/* Career Detail page */

.post_overview_wrap .job_description .wp-block-heading{
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 1.1rem;
}

.post_overview_wrap .job_description .wp-block-heading:not(:first-child){
    padding-top: 25px;
    margin-top: 28px;
    border-top: 1px solid #ccc;
}

.post_overview_wrap .job_description p{
    margin-bottom: 1.15rem;
}

.post_overview_wrap .job_description ul{
    margin-top: 1.45rem;
}

.post_overview_wrap .job_description ul li{
    padding-left: 3rem;
    margin-bottom: -1px;
    line-height: 1.19;
}

.post_overview_wrap .job_description ul li:last-child{
    margin-bottom: 2.1rem;
}

.post_overview_wrap .job_description ul li::before{
    color: #006bc0;
    content: "•";
    display: inline-block;
    font-size: 2.5rem;
    margin-left: -1em;
    position: relative;
    top: 6px;
    width: 40px;
}

.nf-form-content.career_form{
    padding: 0px !important;
}

.career_form .nf-error .ninja-forms-field{
    border:1px solid #e80000 !important;
    transition: all .5s;
}

.career_form .nf-pass .ninja-forms-field {
  border: 1px solid green !important;
  transition: all .5s;
}

.contact_for_career .nf-error-msg{
    font-size: 0.8rem;
}

.career_form .nf-field-container{
    margin-bottom: 1.5rem !important;
}

.career_form #nf-field-31-container,
.career_form #nf-field-32-container{
    width: 48.054%;
}

.career_form #nf-field-32-container{
    float: right;
}

.career_form .nf-field-container.notice_period .nf-field-element,
.career_form .nf-field-container textarea,
.career_form .nf-field-container input{
    background-color: #fff !important;
    box-shadow: 0 4px 30px rgba(99,99,99,.122) !important;
    width: 100%;
    height: 56px !important;
    padding: 20px 16px 16px;
    padding-left: 60px;
    border: 1px solid #e8e8e8 !important;
    border-radius: 8px !important;
    font-size: 1rem;
}

.career_form .nf-field-container textarea{
    min-height: 120px;
    padding: 15px;
    resize: none;
}

.career_form .nf-field-container.notice_period .nf-field-element{
    padding:0px;
    overflow: hidden;
}

.career_form .nf-field-container.notice_period select{
    background: #ffffff;
    padding: 16px;
    padding-left: 60px;
    height: 56px !important;
}

.career_form .field_icon.notice_period .nf-field-element::after{
    content: '';
    position: absolute;
    right: 3px;
    bottom: 20px;
    height: 13px;
    width: 24px;
    background-image: url("../webcodegenie/assets/image/icon-dropdown.svg");
    z-index: 9;
    background-repeat: no-repeat;
    background-size: 16px;
}

/*.career_form .nf-field-container textarea::placeholder,*/
.career_form .nf-field-container textarea::placeholder,
.career_form .nf-field-container input::placeholder{
    color: #858585;
}

.career_form .nf-field-container .nf-field-label{
    margin: 0 !important;
}

.career_form .nf-field-container .submit-wrap input{
    background-color: #04427d !important;
    border: none !important;
    border-radius: 10px !important;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Rubik,sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    padding: 15px 45px;
    transition: all .3s ease 0s;
    text-transform: capitalize;
}

.career_form .nf-field-container .submit-wrap input:hover{
    background-color: #ff8727 !important;
}

.career_form .field_icon .nf-field-element::before{
    position: absolute;
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid hsla(0,0%,44%,.2);
    height: 40px;
    inset: 0 auto;
    width: 50px;
    z-index: 1;
    margin-bottom: auto !important;
    margin-top: auto !important;
    background-position: 14px center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.career_form .field_icon.full_name .nf-field-element::before{
    background-image: url("../webcodegenie/assets/image/name-icon.svg");
}

.career_form .field_icon.e_mail .nf-field-element::before{
    background-image: url("../webcodegenie/assets/image/email-icon.svg");
}

.career_form .field_icon.phone_number .nf-field-element::before{
    background-image: url("../webcodegenie/assets/image/phone-icon.svg");
}

.career_form .field_icon.upload_resume .nf-field-element::before{
    background-image: url("../webcodegenie/assets/image/attachment-icon.svg");
}

.career_form .field_icon.experience .nf-field-element::before{
    background-image: url("../webcodegenie/assets/image/years-of-xperience.svg");
}

.career_form .field_icon.notice_period .nf-field-element::before{
    background-image: url("../webcodegenie/assets/image/notice-period.svg");
    z-index: 9;
}

.career_form .field_icon.last_company .nf-field-element::before{
    background-image: url("../webcodegenie/assets/image/last-company.svg");
}

.career_form .field_icon.salary_amount .nf-field-element::before{
    background-image: url("../webcodegenie/assets/image/ctc.svg");
}

.career_form .field_icon.apply_other .nf-field-element::before{
    background-image: url("../webcodegenie/assets/image/apply-for.svg");
}



/* Footer */

.footer_trusted_logo .gallery{
	display: flex;
	flex-flow: wrap;
	justify-content: end;
	align-items: center;
	gap: 10px;
}

.footer_trusted_logo .gallery .gallery-item{
	max-width: 64px !important;
	height: auto;
}

/*testimonail css start*/
#testimonial-video-popup {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: none;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.popup-content {
    position: relative;
    background: #fff;
    padding: 15px;
    width: 90%;
    max-width: 800px;
    margin: auto;
}
.popup-close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}
.popup-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
.video-container iframe,
.video-container video {
    width: 100%;
    height: 450px;
}


/*testimonail css start*/


/* RESPONSIVE CSS */

@media screen and (min-width: 1601px) and (max-width: 1799px){
	/* .main_container .e-con-inner{
		max-width: 1400px !important;
		width: 100% !important;		
	} */
	
	.header.fixed-header .site_logo .elementor-widget-container img{
	    max-width: 210px !important;
	}
	
	.header.fixed-header {
      --min-height: 75px !important;
    }

	.tab_container .e-con-inner{
		padding-right: 0.75rem !important;
		padding-left: 0.75rem !important;
	}

	.menu_wrapper ul li#mega-menu-item-29,
	.menu_wrapper ul li#mega-menu-item-30,
	.menu_wrapper ul li#mega-menu-item-31,
	.menu_wrapper ul li#mega-menu-item-32,
	.menu_wrapper ul li#mega-menu-item-33{
		margin-right: 45px !important;
	}
	
	.casestudy_boxes .elementor-post__card a.elementor-post__thumbnail__link{
	    max-width: 192px;
	    height: 318px;
	}
	
	.casestudy_boxes .elementor-post__card a .elementor-post__thumbnail img,
	.casestudy_boxes .elementor-post__card a .elementor-post__thumbnail{
	    height:100%;
	}
	
	.other-api_box svg{
	    height: 45px !important;
	    width: 100% !important;
	}
	
	.contact_gallery #gallery-1 figure{
        height: 80px !important;
    }
    
    .contact_gallery #gallery-1 figure:nth-child(4) img,
    .contact_gallery #gallery-1 figure:nth-child(2) img{
        max-width: 100px;
        height: 50px !important;
    }
    
    .statistic_counter .elementor-counter-title{
        text-align: center;
        margin-top: -2px !important;
    }
    
    .tab_container.why-android-programmer .e-con-inner{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    .services_faq .e-n-accordion .e-n-accordion-item-title{
        align-items: baseline !important;
    }
    
    /*.sidebar_services ul{*/
    /*    transform: translateY(calc(-50% - 0px));*/
    /*}*/
    
    .portfolio-web-slider .swiper-container{
        padding-top: 18px !important;
    }
    
    .portfolio-web-slider .swiper-slide img{
        max-width: 517.7px !important;
    }
    
    .portfolio-web-slider .swiper-slide{
        max-width: 516.7px !important;
    }
    
    .portfolio-web-slider .swiper-coverflow::before{
        width: 549px;
        min-height: 460px;
        inset: 4px 0 0 0;
    }
    
    .banner_tagline h3{
        max-width: 450px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .our_team #gallery-1 figure{
        width: calc(6.66667% - 15px);
    }
    
    .technology_counter .elementor-counter-number-suffix{
        margin-bottom: 6px !important;
    }
    
    .opening_wrap .career:last-child .current_opening_box div:nth-child(1){
        margin-top: -0.5px;
    }
    
    .opening_wrap .career:last-child .current_opening_box div:nth-child(3){
        margin-top: 1.55rem;
    }

    
    .opening_wrap .career:last-child .current_opening_box .elementor-heading-title{
        margin-top: 2px;
    }
    
    .opening_wrap .career{
        max-width: calc(33% - 12px) !important;
        width: 100%;
    }
    
    .post_overview_wrap .job_description .wp-block-heading{
        margin-bottom: 1.15rem;
    }
    
    .post_overview_wrap .job_description .wp-block-heading:not(:first-child){
        padding-top: 25px;
        margin-top: 28px;
        border-top: 1px solid #ccc;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1600px){
    
    .header.fixed-header .site_logo .elementor-widget-container img{
        max-width: 210px !important;
    }
    
    .header.fixed-header {
      --min-height: 75px !important;
    }

	.tab_container .e-con-inner{
		padding-right: 0.75rem !important;
		padding-left: 0.75rem !important;
	}

	/*.client_gallery #gallery-1{
		max-width: 1100px;
		margin: auto;
	}*/
	
	.menu_wrapper ul li#mega-menu-item-29,
	.menu_wrapper ul li#mega-menu-item-30,
	.menu_wrapper ul li#mega-menu-item-31,
	.menu_wrapper ul li#mega-menu-item-32,
	.menu_wrapper ul li#mega-menu-item-33{
		margin-right: 25px !important;
	}
	
	.menu_wrapper ul li a{
		font-size: 1rem !important;
	}

	.key_feature_item h3 {
		margin-top: 0 !important;
	}
	
	.casestudy_boxes .elementor-post__card a.elementor-post__thumbnail__link{
	    max-width: 192px;
	    height: 318px;
	}
	
	.casestudy_boxes .elementor-post__card a .elementor-post__thumbnail img,
	.casestudy_boxes .elementor-post__card a .elementor-post__thumbnail{
	    height:100%;
	}
	
	.other-api_box svg{
	    height: 45px !important;
	    width: 100% !important;
	}
	
	.read_more svg{
        height: 24px !important;
        width: 24px !important;
    }
    
    .contact_gallery #gallery-1 figure{
        height: 80px !important;
    }
    
    .contact_gallery #gallery-1 figure:nth-child(4) img,
    .contact_gallery #gallery-1 figure:nth-child(2) img{
        max-width: 100px;
        height: 50px !important;
    }
    
    .statistic_counter .elementor-counter-number-suffix{
        font-size: 2rem !important;
        margin-bottom: 7px !important;
    }
    
    .statistic_counter .elementor-counter-title{
        text-align: center;
    }
    
    .tab_container.why-android-programmer .e-con-inner{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    content
    .services_faq .e-n-accordion .e-n-accordion-item-title{
        align-items: baseline !important;
    }
    
    .portfolio-app-slider .swiper-slide{
        width: 230px !important;
    }
    
    .tab_container.portfolio_space .e-con-inner{
	    padding-right:0rem !important;
	    padding-left:0rem !important;
	}
	
	.portfolio-web-slider .swiper-container{
        padding-top: 11px !important;
        padding-bottom: 200px !important;
    }
	
	.portfolio-web-slider .swiper-coverflow::before {
        min-height: 375px;
        width: 440px;
    }
    
    .portfolio-web-slider .swiper-slide img,
    .portfolio-web-slider .swiper-slide{
        max-width: 414px !important;
    }
    
    .leader_box svg{
        width: 100% !important;
    }
    
    .our_team #gallery-1 figure{
	    max-width: calc(8.33333% - 15px);
	    width: 100%;
	}
	
	.technology_counter .elementor-counter-number-suffix{
	    margin-bottom: 6px !important;
	}
	
	.opening_wrap .career {
      max-width: calc(33% - 12.4px) !important;
    }
    
    .current_opening_box{
        padding:0 0.75rem !important;
    }
    
    .opening_wrap .career:last-child .current_opening_box .elementor-heading-title{
        margin-top: 0px;
    }
    
    .post_overview_wrap .job_description .wp-block-heading{
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .career_form #nf-field-34-container,
    .career_form #nf-field-35-container{
        width: 100%;
        margin-left: 0px !important;
    }
    
    .post_overview_wrap .job_description .wp-block-heading:not(:first-child){
        margin-top: 26px;
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px){
	.tab_container .e-con-inner{
		padding-right: 0.75rem !important;
		padding-left: 0.75rem !important;
	}

	.header_mobile{
		height: 64px !important;
	}

	#banner_slider_wrap{
		max-width: 100% !important;
		width: 100% !important;
		left: 0 !important;
		margin: auto;
	}
	
	.client_gallery #gallery-1{
		max-width: 900px;
		margin: auto;
	}
	
	.client_gallery #gallery-1 figure{
		height: 140px;
		padding:20px 15px;
	}	

	.marios_backend{
		height: 95px !important;
	}

	.key_feature_item h3 {
		margin-top: 0 !important;
	}
	
	.casestudy_boxes .elementor-post__card a.elementor-post__thumbnail__link{
	    max-width: 192px;
	    height: 318px;
	}
	
	.casestudy_boxes .elementor-post__card a .elementor-post__thumbnail img,
	.casestudy_boxes .elementor-post__card a .elementor-post__thumbnail{
	    height:100%;
	}
	
	.gomow_technology_box svg {
        height: 45px !important;
        width: 100% !important;
    }
      
    .other-api_box .elementor-widget-container .elementor-icon-wrapper{
	    height: 45px !important;
	}
	
	.read_more svg{
        height: 24px !important;
        width: 24px !important;
    }
    
    .contact_gallery #gallery-1 figure{
        height: 80px !important;
    }
    
    .contact_gallery #gallery-1 figure:nth-child(4) img,
    .contact_gallery #gallery-1 figure:nth-child(2) img{
        max-width: 100px;
        height: 50px !important;
    }
    
    .benefit_right_col .elementor-image-box-wrapper .elementor-image-box-img{
	    max-width: 64px;
	    width: 100% !important;
	}
	
	.statistic_counter .elementor-counter-number-suffix{
        font-size: 2rem !important;
        margin-bottom: 6px !important;
    }
    
    .statistic_counter .elementor-counter-title{
        margin-top: 0px !important;
        text-align: center;
    }
    
    .tab_container.why-android-programmer .e-con-inner{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    .services_faq .e-n-accordion .e-n-accordion-item-title{
        align-items: baseline !important;
    }
    
    .portfolio-app-slider .swiper-slide{
        max-width: 270px !important;
        width: 270px !important;
    }
    
    .tab_container.portfolio_space .e-con-inner{
	    padding-right:0rem !important;
	    padding-left:0rem !important;
	}
	
	.portfolio-web-slider .swiper-container{
        padding-top: 8px !important;
        padding-bottom: 200px !important;
    }
	
	.portfolio-web-slider .swiper-coverflow::before {
        min-height: 315px;
        width: 364px;
    }
    
    .portfolio-web-slider .swiper-slide img,
    .portfolio-web-slider .swiper-slide{
        max-width: 343px !important;
    }
    
    .banner_tagline h3{
        max-width: 390px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .leader_box svg{
        width: 100% !important;
    }
    
    .our_team #gallery-1 figure{
	    max-width: calc(10% - 15px);
	    width: 100%;
	}
	
	.value-box .elementor-widget-container {
      box-shadow: 0 3px 30px rgba(0,0,0,.102);
    }
    
    .opening_wrap .career {
      max-width: calc(50% - 12px) !important;
    }
    
    .current_opening_box{
        padding:0 0.75rem !important;
    }
    
    .post_overview_wrap .job_description .wp-block-heading{
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .post_overview_wrap .job_description .wp-block-heading:not(:first-child){
        padding-top: 25px;
        margin-top: 26px;
    }
    
    .career_form #nf-field-34-container,
    .career_form #nf-field-35-container,
    .career_form #nf-field-41-container,
    .career_form #nf-field-42-container,
    .career_form #nf-field-44-container,
    .career_form #nf-field-45-container,
    .career_form #nf-field-47-container,
    .career_form #nf-field-48-container,
    .career_form #nf-field-52-container,
    .career_form #nf-field-53-container,
    .career_form #nf-field-31-container,
    .career_form #nf-field-32-container{
        width: 100%;
        margin-left: 0px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px){
	/* h1.elementor-heading-title{
		font-size: 2.5rem !important;		
	} */
	
	#back_up{
	    z-index: 99999;
	}
	
	.contact_fix_btn{
        bottom: 0;
        transform: translateY(0) !important;
        height: fit-content !important;
        top: auto !important;
        width: 100% !important;
    }
    
    .contact_fix_btn .e-contact-buttons__contact-links{
        flex-direction: row !important;
        gap: 0px !important;
    }
    
    .contact_fix_btn .e-contact-buttons__links-container{
        width: 100% !important;
    }
    
    .contact_fix_btn a{
        width: 50% !important;
        border-radius: 0px !important;
    }
    
    .contact_fix_btn a[aria-label="WhatsApp"]::before, .contact_fix_btn a[aria-label="Skype"]::before{
        right: 50% !important;
        transform: translateX(50%);
    }
    
    .contact_fix_btn a:first-child{
        border-right: 1px solid hsla(0,0%,100%,.5) !important;
    }
    
    /*.contact_fix_btn a[aria-label="WhatsApp"]::before{*/
    /*    content: "WhatsApp" !important;*/
    /*    width: auto;*/
    /*    position: absolute;*/
    /*    background-position: 10px;*/
    /*    background-repeat: no-repeat;*/
    /*    left: 10px;*/
    /*    right: 10px;*/
    /*    text-align: center;*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*    align-items: center;*/
    /*    font-weight: 400 !important;*/
    /*}*/
    
    /*.contact_fix_btn a[aria-label="Skype"]::before{*/
    /*    content: "Skype" !important;*/
    /*    width: auto;*/
    /*    position: absolute;*/
    /*    background-position: 20px;*/
    /*    background-repeat: no-repeat;*/
    /*    left: 10px;*/
    /*    right: 10px;*/
    /*    text-align: center;*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*    align-items: center;*/
    /*    font-weight: 400 !important;*/
    /*}*/

	.subtitle h2{
		font-size: 2rem !important;
	}

	.content p{
		font-size: .875rem !important;
	}

	.tab_container .e-con-inner{
		padding-right: 0.75rem !important;
		padding-left: 0.75rem !important;
	}

	.header_mobile{
		height: 64px !important;
	}

	.client_gallery #gallery-1{
		max-width: 696px;
		margin:auto;
	}
	
	.client_gallery #gallery-1 figure{
		height: 125px;
		padding:10px;
	}

	.marios_backend{
		height: 95px  !important;
	}

	.marios_backend svg{
		height: auto !important;
	}

	.key_feature_item h3 {
		margin-top: 0;
	}
	  
	.casestudy_boxes .elementor-post__card a.elementor-post__thumbnail__link{
	    max-width: 192px;
	    height: 318px;
	}
	
	.casestudy_boxes .elementor-post__card a .elementor-post__thumbnail img,
	.casestudy_boxes .elementor-post__card a .elementor-post__thumbnail{
	    height:100%;
	}
	
	.gomow_technology_box svg {
        height: 45px !important;
        width: 100% !important;
    }
      
    .other-api_box .elementor-widget-container .elementor-icon-wrapper{
	    height: 45px !important;
	}
	
	.gmw_eprec_slider .swiper-slide{
	    padding: 1px !important;
	    overflow: visible;
	}
	
	.gmw_eprec_slider .elementor-main-swiper{
	    overflow: visible !important;
	}
	
	.read_more svg{
        height: 24px !important;
        width: 24px !important;
    }
    
    .contact_gallery #gallery-1 figure{
        height: 80px !important;
    }
    
    .contact_gallery #gallery-1 figure:nth-child(4) img,
    .contact_gallery #gallery-1 figure:nth-child(2) img{
        max-width: 100px;
        height: 50px !important;
    }
    
    .consult_form .nf-field-container .nf-field-label{
        margin-bottom: 0px !important;
    }
    
    .statistic_counter .elementor-counter-number-suffix{
        font-size: 2rem !important;
        margin-bottom: 7px !important;
    }
    
    .statistic_counter .elementor-counter-title{
        margin-top: 0px !important;
        text-align: center;
    }
    
    .tab_container.why-android-programmer .e-con-inner{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    .services_faq .e-n-accordion .e-n-accordion-item-title{
        align-items: baseline !important;
    }
    
    .portfolio-app-slider .swiper-slide{
        width: 230px !important;
    }
    
    .tab_container.portfolio_space .e-con-inner{
	    padding-right:0rem !important;
	    padding-left:0rem !important;
	}
	
	.portfolio-web-slider .swiper-container{
        padding-top: 6px !important;
        padding-bottom: 160px !important;
    }
	
	.portfolio-web-slider .swiper-coverflow::before {
        min-height: 265px;
        width: 295px;
    }
    
    .portfolio-web-slider .swiper-slide img,
    .portfolio-web-slider .swiper-slide{
        max-width: 280px !important;
    }
    
    .blog_posts .elementor-pagination a{
        padding: 15px;
        min-width: 65px;
        gap: 0px;
    }
    
    .leader_box svg{
        width: 100% !important;
    }
    
    .our_team #gallery-1 figure{
	    max-width: calc(12.5% - 15px);
	    width: 100%;
	}
	
	.value-box .elementor-widget-container {
      box-shadow: 0 3px 30px rgba(0,0,0,.102);
    }
    
    .opening_wrap .career {
      max-width: calc(50% - 12px) !important;
    }
    
    .current_opening_box{
        padding:0 0.75rem !important;
    }
    
    .post_overview_wrap .job_description .wp-block-heading{
        font-size: 1.5rem;
        margin-bottom: 0.85rem;
    }
    
    .post_overview_wrap .job_description .wp-block-heading:not(:first-child){
        padding-top: 24px;
        margin-top: 25px;
    }
    
    .career_form #nf-field-31-container,
    .career_form #nf-field-32-container{
        width: 100%;
    }
}

@media screen and (max-width: 767px){
    header{
        --min-height: 64px !important;
    }
    
    #back_up{
        bottom: 50px;
    }
    
    .contact_fix_btn{
        bottom: 0;
        transform: translateY(0) !important;
        height: fit-content !important;
        top: auto !important;
    }
    
    .contact_fix_btn .e-contact-buttons__contact-links{
        flex-direction: row !important;
    }
    
    .contact_fix_btn .e-contact-buttons__links-container{
        width: 100% !important;
    }
    
    .contact_fix_btn a{
        width: 50% !important;
        border-radius: 0px !important;
    }
    
    .contact_fix_btn a:first-child{
        border-right: 1px solid hsla(0,0%,100%,.5) !important;
    }
    
    .contact_fix_btn a[aria-label="WhatsApp"]::before{
        content: "WhatsApp" !important;
        width: auto;
        position: absolute;
        background-position: 10px;
        background-repeat: no-repeat;
        left: 10px;
        right: 10px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 400 !important;
    }
    
    .contact_fix_btn a[aria-label="Skype"]::before{
        content: "Skype" !important;
        width: auto;
        position: absolute;
        background-position: 20px;
        background-repeat: no-repeat;
        left: 10px;
        right: 10px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 400 !important;
    }
    
	.header.fixed-header {
	  min-height: 64px;
	}
	
	.main-banner .circle {
        display: none
    }
	
	#banner_slider_wrap{
		max-width: 540px !important;
		width: 100% !important;
		left: 0 !important;
		margin: auto;
	}

	.rs-parallax-wrap{
		margin-bottom: 0 !important;
	}

	.slider_title{
		font-size: 2.25rem !important;
    	white-space: normal !important;
		line-height: 1.2 !important;		
	}

	.slider_subtitle span,
	.slider_subtitle{
		font-size: 1.75rem !important;
		line-height: normal !important;
	}
	
	.slider_content{
		font-size: 0.875rem !important;
		line-height: 1.5 !important;
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.quote_btn {
		font-size: 16px !important;
		padding: 15px 45px !important;		
	}

	.slide_img{
		max-width: 300px !important;
		margin: 0 auto;
	}

	#rev_slider_2_1_wrapper .hesperiden.tparrows,
	.home_slider .tp-rightarrow::before,
	.home_slider .tp-leftarrow::before{
		height: 40px !important;
		width: 40px !important;
		margin: 0 !important;
	}

	.home_slider .tp-rightarrow{
		right: 50% !important;
		transform: translate(-50%) !important;
	}

	.home_slider .tp-leftarrow{
		left: 50% !important;
		transform: translate(-50%) !important;
	}
	
	.client_gallery #gallery-1 figure{
		height: 140px;
		padding:10px;
	}

	.client_gallery #gallery-1 figure:nth-child(3) img,
	.client_gallery #gallery-1 figure:nth-child(2) img{
		height: auto;
		width: 67%;
	}

	.service_box h3{
		margin-top: 0px;
	}

	.marios_backend{
		height: 95px  !important;
	}

	.key_feature_item h3{
		margin-top: 0;
	}
	
	.footer_trusted_logo .gallery .gallery-item{		
		width: 11.7%;
		max-height: 50px;
	}
	
	.gomow_technology_box {
		max-width: calc(50% - 12px) !important;
		width: 100% !important;
	}
	
	.gomow_technology_box svg{
	    height: 45px !important;
	    width: 100% !important;
	}
	
	.other-api_box .elementor-widget-container .elementor-icon-wrapper{
	    height: 45px !important;
	}
	
	.gmw_eprec_slider .swiper-slide{
	    padding: 1px !important;
	    overflow: visible;
	}
	
	.gmw_eprec_slider .elementor-main-swiper{
	    overflow: visible !important;
	}
	
	.read_more svg{
        height: 24px !important;
        width: 24px !important;
    }
    
    .contact_form .nf-field-label{
        margin:0 !important;
    }
    
    .contact_form .nf-form-content .nf-field-container{
        margin-bottom: 0.875rem !important;
    }
    
    .contact_form .nf-form-content .nf-field-container .submit-wrap .nf-field-element input{
        font-size: 16px !important;
    }
    
    .contact_gallery #gallery-1 figure{
        height: 80px !important;
    }
    
    .contact_gallery #gallery-1 figure:nth-child(4) img,
    .contact_gallery #gallery-1 figure:nth-child(2) img{
        max-width: 100px;
        height: 50px !important;
    }
    
    .contact_gallery #gallery-1 figure:nth-child(5n){
        border-right: 1px solid #e1e5e8 !important
    }
    
    .contact_gallery #gallery-1 figure:nth-child(2n){
        border-right: none !important;
        border-bottom: 1px solid #e1e5e8 !important
    }
    
    .contact_gallery #gallery-1 figure:last-child,
    .contact_gallery #gallery-1 figure:nth-child(9){
        border-bottom-color: transparent !important;
    }
    
    .benefits_iconbox .elementor-image-box-title {
      margin-top: 0.55rem !important;
    }
    
    .statistic_counter .elementor-counter-number-suffix{
        font-size: 2rem !important;
        margin-bottom: 7px !important;
    }
    
    .consult_form .nf-field-container .nf-field-label{
        margin-bottom: 0px !important;
    }
    
    .consult_form .nf-form-content .nf-field-container{
        margin-bottom: 1.5rem !important;
    }
    
    .services_faq .e-n-accordion .e-n-accordion-item-title{
        align-items: baseline !important;
    }
    
    .portfolio-web-slider .swiper-container{
        padding-top: 6px !important;
        padding-bottom: 160px !important;
    }
    
    .portfolio-app-slider .swiper-slide{
        max-width: 200px !important;
    }
    
    .portfolio-web-slider .swiper-button-prev,
    .portfolio-web-slider .swiper-button-next,
    .portfolio-app-slider .swiper-button-prev,
    .portfolio-app-slider .swiper-button-next{
        height:40px;
        width: 40px;
        opacity: 1;
    }
    
    .portfolio-web-slider .swiper-button-prev,
    .portfolio-app-slider .swiper-button-prev {
      left: calc(50% - 50px) !important;
      right: auto;
    }
    
    .portfolio-web-slider .swiper-button-next,
    .portfolio-app-slider .swiper-button-next {
      right: calc(50% - 50px);
    }
    
    .portfolio-web-slider .swiper-coverflow::before {
        min-height: 265px;
        width: 295px;
    }
    
    .portfolio-web-slider .swiper-slide img,
    .portfolio-web-slider .swiper-slide{
        max-width: 280px !important;
    }
    
    .blog_posts .elementor-pagination a{
        padding: 15px;
        min-width: 65px;
        gap: 0px;
    }
    
    .blog_posts .author_date .reading_time .elementor-shortcode{
        font-size: 12px;
        line-height: 15.5px;
    }
    
    .leader_box svg{
        width: 100% !important;
    }
    
    .value-box .elementor-widget-container {
      box-shadow: 0 3px 30px rgba(0,0,0,.102);
    }

    .technology_benefits .elementor-image-box-title{
        margin-top:1rem !important;
    }
    
    .technology_counter .elementor-counter-number-suffix{
        margin-bottom: 6px !important;
    }
    
    
    .life_video_item .elementor-icon-box-wrapper{
        align-items: center !important;
    }
    
    .life_video_item .elementor-icon-box-icon{
        display: flex !important;
    }
    
    .opening_wrap .career {
      max-width: calc(100% - 0px) !important;
    }
    
    .current_opening_box{
        padding:0 1.5rem !important;
    }
    
    .opening_wrap .career:last-child .current_opening_box .elementor-widget-theme-post-excerpt div{
        font-size: 1.375rem;
    }
    
    .join_wrapper .elementor-icon-box-wrapper .elementor-icon-box-icon{
        display: flex !important;
    }
    
    .post_overview_wrap .job_description .wp-block-heading{
        font-size: 1.5rem;
    }
    
    .career_form #nf-field-31-container,
    .career_form #nf-field-32-container{
        width: 100%;
    }
    
    .career_form .nf-field-container .submit-wrap input{
        font-size: 1rem;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px){
	.container{
		padding: 0 0.75rem !important;
	}
    
	.tab_container .e-con-inner{
		padding-right: 0.75rem !important;
		padding-left: 0.75rem !important;
	}

	/*.technology_box {*/
	/*	max-width: calc(50% - 12px) !important;*/
	/*	width: 100% !important;*/
	/*}*/
	
	.casestudy_boxes{
	    max-width: 540px !important;
	    width: 100% !important;
	    padding: 0 0.75rem !important;
	}
	
	.casestudy_boxes .elementor-post__card a.elementor-post__thumbnail__link{
	    max-width: 189px;
	    height: 318px;
	}
	
	.casestudy_boxes .elementor-post__card a .elementor-post__thumbnail img,
	.casestudy_boxes .elementor-post__card a .elementor-post__thumbnail{
	    height:100%;
	}
	
	.elementor-element[data-id="b9d48a5"] .e-con-inner,
	.elementor-element[data-id="b9d48a5"]{
	    padding: 0px !important;
	}
	
	.contact_gallery #gallery-1 figure:nth-child(2n){
	    border-right: 1px solid #e1e5e8 !important;
	    border-bottom: none !important;
	}
	
	.contact_gallery #gallery-1 figure:last-child,
	.client_gallery #gallery-1 figure:nth-child(9){
	    border-bottom-color: #e1e5e8 !important;
	}
	
	.contact_gallery #gallery-1 figure:nth-child(-n+5){
	    border-bottom: 1px solid #e1e5e8 !important;
	}
	
	.contact_gallery #gallery-1 figure:nth-child(5n){
	    border-right: none !important;
	}
	
	.contact_gallery #gallery-1 figure:nth-child(3) img{
	    height: auto !important;
	    width: auto !important;
	}
	
	.benefit_right_col .elementor-image-box-wrapper{
	    display: flex;
	    gap: 30px;
	}
	
	.benefit_right_col .elementor-image-box-wrapper .elementor-image-box-content{
	    text-align: left;
	}
	
	.benefit_right_col .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title{
	    margin-top: 0px !important;
	}
	
	.benefit_right_col .elementor-image-box-wrapper .elementor-image-box-img{
	    max-width: 64px;
	    width: 100% !important;
	}
	
	.statistic_counter{
	    gap: 1.5rem !important;
	}
	
	.value-box,
	.port-detail-technology,
	.statistic_counter .elementor-element{
	    max-width: calc(50% - 12px) !important;
	}
	
	.our_team .elementor-widget-container,
	.tab_container.portfolio_space .e-con-inner{
	    padding-right:0rem !important;
	    padding-left:0rem !important;
	}
	
	.portfolio_space .app_play-store{
	    --column-gap: 1.1rem !important;
	}
	
	.our_team #gallery-1 figure{
	    width: calc(16.66667% - 15px);
	}
	
	.about-count-box{
	    width: calc(50% - 12px) !important;
	}
}

@media screen and (max-width: 575px){
	
	.client_gallery #gallery-1 figure{
		max-width: 50%;		
		height: 100px;
		border-right: 1px solid #f2f2f2;
	}
	
	.client_gallery #gallery-1 figure img{
		width: 67%;
	}
	
	.client_gallery #gallery-1 figure:nth-child(-n+5),	
	.client_gallery #gallery-1 figure:nth-child(2n+1),
	.client_gallery #gallery-1 figure:nth-child(-n+2){
		border-bottom:1px solid #f2f2f2;
	}

	.client_gallery #gallery-1 figure:nth-child(5n){
		border-right: 1px solid #f2f2f2;
	}
	.client_gallery #gallery-1 figure:nth-child(2n){
		border-right: none;
		border-bottom: 1px solid #f2f2f2;
	}
	
	.casestudy_boxes .elementor-post__card{
	    flex-direction: column !important;
	}
	
	.casestudy_boxes .elementor-post__card a{
	    max-width: 100%;
	}
	
	.casestudy_boxes .elementor-post__card a .elementor-post__thumbnail{
	    height: 470px;
	}
	
	.casestudy_boxes .elementor-post__card a .elementor-post__thumbnail img{
	    object-fit: cover;
	}
	
	.casestudy_boxes .elementor-post__card .elementor-post__text{
	    width: calc(100% - 0px);
	    gap: 13px;
	}
	
	.casestudy_boxes .elementor-post__card .elementor-post__text{
	    text-align: center;
	}
	
	.footer_trusted_logo .gallery{
		justify-content: center;
	}
	
	.blog_card{
	    --padding-left: 20px !important;
	    --padding-right: 20px !important;
	}
	
	.testimonial_wrapper .elementor-widget-icon-box .elementor-icon-box-wrapper{
	    align-items: center !important;
    }
    
    .testimonial_wrapper .play_btn .elementor-icon-box-wrapper .elementor-icon-box-icon{
        display: flex !important;
    }
    
    .contact_gallery #gallery-1 figure img{
        max-width: 100px !important;
        width: 100% !important;
    }
    
    .contact_gallery #gallery-1 figure:nth-child(-n+5),
    .contact_gallery #gallery-1 figure:nth-child(2n+1),
    .contact_gallery #gallery-1 figure:nth-child(-n+2){
        border-bottom: 1px solid #e1e5e8 !important;
    }
    
    .portfolio_space .banner_content{
	    padding-right:0 !important;
	    padding-left:0 !important;
	}
	
	.our_team #gallery-1{
	    gap: 5px;
	}
	
	.our_team #gallery-1 figure{
	    width: calc(20% - 5px);
	}
}


/* blog details by brinda */
 .detailspage_mainwrap > .e-con-inner {
  border: 1px solid #dedfe4;
  border-radius: 20px;
}


.sidebarcat-blog .blogarchive-category-list{margin:0px !important}

.sidebarform-blog .ninja-forms-field.sbmt_btn {
  width: 100% !important;
}

/*css for testimonail start*/

.testimonial-slider{
	height: fit-content;
	overflow: visible;
	overflow-x: clip;
	padding-bottom: 88px !important;
	padding-top: 100px !important;
}
.testimonial-slider .swiper-slide.swiper-slide-active {
	opacity: 1;
}
.testimonial-slider .swiper-slide.swiper-slide-next,
.testimonial-slider .swiper-slide.swiper-slide-prev {
	opacity: .5;
}
.testimonial-slider .swiper-slide {
	height: fit-content;
	height: auto;
	opacity: 0;
	width: auto;
}
.testimonial-slider .swiper-3d .swiper-cube-shadow,
.testimonial-slider .swiper-3d .swiper-slide {
	transform-style: preserve-3d;
}
.testimonial-slider .swiper-slide {
	display: block;
	flex-shrink: 0;
	height: 100%;
	position: relative;
	transition-property: transform;
	width: 100%;
	overflow: visible;
	height: auto;
}
.testimonial-slider .testimonial-item {
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	padding: 60px 30px 30px;
	position: relative;
	height: 100%;
}
.testimonial-slider .testimonial-item h4 {
	font-size: 1.188rem;
	margin-bottom: 14px;
	margin-top: 1rem;
	text-align: center;
}
.testimonial-slider .testimonial-item p {
	text-align: center;
	font-size: 1.125rem;
}
.testimonial-slider .swiper-button-next::after,
.testimonial-slider .swiper-button-prev::after {
  display: none !important;
}
.testimonial-slider .swiper-button-next,
.testimonial-slider .swiper-button-prev {
	bottom: 10px;
}
.testimonial-slider .swiper-button-next {
	right: calc(50% - 60px);
}
.testimonial-slider .swiper-button-prev {
	left: calc(50% - 60px);
}
.testimonial-slider .swiper-button-next,
.testimonial-slider .swiper-button-prev {
	height: 50px;
	opacity: .8;
	top: auto;
	transition: all .2s ease-in-out;
	width: 50px;
}
.testimonial-slider .swiper-button-next img,
.testimonial-slider .swiper-button-prev img {
	height: auto;
	max-width: 100%;
}
.testimonial-slider .testimonial-item .testimonial-thumb{
	position: absolute;
	left: 50%;
  	top: -65px;
  	transform: translateX(-50%);
  	display: inline-block;
}
.testimonial-slider .testimonial-item .testimonial-thumb .testimonial-img-thumb-main{
	border: 5px solid #e8e8e8;
	height: 120px;
	width: 120px;
	border-radius: 100%;
	object-fit: cover;
}
.testimonial-slider .testimonial-item .testimonial-thumb .video-icon img {
	border: none;
	height: 37px;
	width: 37px;
	z-index: 99;
	position: relative;
}
.testimonial-slider .testimonial-item .testimonial-thumb .video-icon {
	bottom: 5px;
	right: -5px;
	z-index: 99;
	position: absolute;
}
.testimonial-slider .testimonial-item .testimonial-thumb .video-icon::after {
  animation: mymove 2s infinite;
  background-color: red;
  bottom: 0;
  content: " ";
  height: 37px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s;
  width: 37px;
  z-index: 9;
  border-radius: 100%;
}
#testimonial-video-popup .popup-content {
	max-width: 1400px;
	height: calc(100% - 100px);
	margin-top: 50px;
	padding: 0;
	position: initial;
}
#testimonial-video-popup .video-container,
#testimonial-video-popup iframe{
	height: 100%;
	z-index: 9;
  	position: relative;
}
#testimonial-video-popup .popup-close {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 24px;
	background: rgba(30,30,30,.6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	height: 44px;
	width: 44px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media(max-width:1599px){
	.testimonial-slider .testimonial-item p {
		font-size: 1rem;
	}
}
@media(max-width:991px){
	.testimonial-slider .testimonial-item p {
		font-size: .875rem;
	}
	#testimonial-video-popup .video-container{
	      height: 50vh !important;
	      aspect-ratio: 16 / 9;
	      width: 100% !important; 
	}
	#testimonial-video-popup .popup-content {
		position: initial;
		height: auto;
	}
}
@media(max-width:575px){
	#testimonial-video-popup .popup-content {	
		margin-top: 50%;
		transform: translateY(-50%);
	}
}
/*css for testimonail end*/
@media(max-width:991px){
    .cf-text-mobile .elementor-icon-list-text{
        font-size:14px !important;
    }
    .cf-title-mobile .elementor-heading-title{
        font-size:18px !important;
    }
}

 .shape {
    position: absolute;
    will-change: transform;
    transform: translateZ(0);
  }
  
    .process .process-content .process-animation svg path {
        transition: .5s
    }