/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Header starts----------------------- */
.hdrMenu .elementor-item.elementor-item-active {
	position: relative;
}

.hdrMenu .elementor-item.elementor-item-active .sub-arrow svg,
.mobMenu .elementor-item.has-submenu.highlighted .sub-arrow {
	fill: #fff;
}

.hdrMenu .elementor-item.elementor-item-active::before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #fff !important;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	bottom: -10px;
}

.mobMenu .elementor-item.elementor-item-active .sub-arrow svg,
.mobMenu .elementor-item:hover .sub-arrow svg {
	fill: #fff !important;

}

.mobMenu .elementor-item.has-submenu.highlighted .sub-arrow svg {
	transform: rotate(180deg) !important;
}


/* Footer starts----------------------- */
.bttn-icon .elementor-button-icon {
	font-size: 50px;
	transition: 0.3s ease all;
}

.bttn-icon .elementor-button-content-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.bttn-icon:hover .elementor-button-icon {
	transform: rotate(45deg);
}

.footrMenu a:hover {
	color: #FF0787 !important;
}

/* About us page starts----------------------- */
.clr-title {
	color: #FF0787;
}
.videoBttn{
    position: absolute;
    bottom: 28px;
    right: 28px;
    z-index: 9999;
}

.videoBttn .elementor-button{
    pointer-events: none;
}
/* Contact us page starts----------------------- */
.calendly-sec {
	height: 700px;
}

.contactCards a {
	color: #575757;
	transition: 0.3s ease all;
}

.contactCards a:hover {
	color: #FF0787;
}

.contactCards .elementor-icon-box-icon {
	position: relative;
}

.contactCards .elementor-icon-box-icon::before {
	content: "";
	position: absolute;
	width: 40.86px;
	height: 40.86px;
	border-radius: 50%;
	background: #FF0787;
	opacity: 0.2;
	top: -10px;
	left: 10px;
}

.contactCards{
    position: relative;
}

.contact-card-count{
    position: absolute;
    top: 20px;
    right: 20px;
    font-family: 'Mozilla Headline', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 30px;
line-height: 40px;
leading-trim: both;
text-edge: cap;
text-align: right;
color: #3DD6C4;
opacity: 0.2;
}


/* Resoureces page starts------------------------ */
.custom-blog-categories,
.custom-blog-categories li {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}
.custom-blog-categories li a {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: var(--e-global-typography-text-line-height);
	color: var(--e-global-color-text);
}
.custom-blog-categories li{
	padding-bottom: 20px;
}
.custom-blog-categories li a:hover{
	color: #FF0787;
}

.sliderCounter .swiper-slide {
    position: relative;
    padding-top: 100px;
}

/* Counter Numbers */
.sliderCounter .swiper-slide[data-swiper-slide-index="0"]::before {
    content: "01";
}
.sliderCounter .swiper-slide[data-swiper-slide-index="1"]::before {
    content: "02";
}
.sliderCounter .swiper-slide[data-swiper-slide-index="2"]::before {
    content: "03";
}
.sliderCounter .swiper-slide[data-swiper-slide-index="3"]::before {
    content: "04";
}
.sliderCounter .swiper-slide[data-swiper-slide-index="4"]::before {
    content: "05";
}

.sliderCounter .swiper-slide::before {
	position: absolute;
	top: 8px;
	left: 0px;
	width: 52px;
	height: 52px;
	border: 1px solid #153a5b;
	border-radius: 50%;
	background: #fff;
	color: #575757;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: 500;
  line-height: var(--e-global-typography-text-line-height);
	z-index: 5;
}

.sliderCounter .swiper-slide-prev::before {
    display: none;
}
.sliderCounter{
	position: relative;
}
.sliderCounter::before {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	background: #000;
	top: 36px;
	opacity: 0.1;
}
.sliderCounter .swiper-slide-next+.swiper-slide+.swiper-slide .digital-box{
    opacity: 0.4 !important;
	filter: grayscale(100%);
}


/* Responsive starts------------------------ */

@media(max-width:1366px) {
	.bttn-icon .elementor-button-icon {
		font-size: 40px;
		transition: 0.3s ease all;
	}
}

@media(max-width:1024px) {
	.bttn-icon .elementor-button-icon {
		font-size: 32px;
		transition: 0.3s ease all;
	}
	.contactCards{
    position: relative;
}

.contact-card-count{
font-size: 20px;
line-height: 30px;
}

.sliderCounter .swiper-slide-next+.swiper-slide+.swiper-slide .digital-box{
    opacity: 1 !important;
	filter: grayscale(0%);
}
.sliderCounter .swiper-slide-next+.swiper-slide .digital-box{
    opacity: 0.4 !important;
	filter: grayscale(100%);
}


}

@media(max-width:767px){
	.sliderCounter::before{
		opacity: 0;
	}
	.sliderCounter .swiper-slide-next+.swiper-slide .digital-box{
    opacity: 1 !important;
	filter: grayscale(0%);
}
}
