
/*

Theme Name: J-Digital

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


*/
.mb--0, .mb--0 * {
	margin-bottom: 0 !important;
}

.txt--blue, .txt--blue * {
	color: #00f7ef !important;
}

.arrow__scroll_down {
	text-align: center;
}

.arrow__scroll_down .arrows {
	width: 20px;
	height: auto;
}

.arrow__scroll_down .arrows path {
	stroke: #00f7ef;
	fill: transparent;
	stroke-width: 3px;
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite;
}

.text__stoke .elementor-heading-title {}

.img__box_shadow {
	position: relative;
}

.img__box_shadow img {
	position: relative;
	z-index: 2;
}

.img__box_shadow .elementor-widget-container:before {
	background: #ddd;
	content: "";
	display: inline-block;
	width: 95%;
	height: 100%;
	left: 10px;
	border-radius: 64px;
	z-index: 1;
	margin: 0 auto;
	position: absolute;
	box-shadow: -2px -5px 49px 4px rgba(0, 0, 0, 20%);
	top: 0;
}

.img__box_shadow .elementor-widget-container {
	position: relative;
	z-index: 2;
}

@keyframes arrow {
	0% {
		opacity: 0;
	}
	
	40% {
		opacity: 1;
	}
	
	80% {
		opacity: 0;
	}
	
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes arrow {
	0% {
		opacity: 0;
	}
	
	40% {
		opacity: 1;
	}
	
	80% {
		opacity: 0;
	}
	
	100% {
		opacity: 0;
	}
}

.arrow__scroll_down .arrows path.a1 {
	animation-delay: -1s;
	-webkit-animation-delay: -1s;
}

.arrow__scroll_down .arrows path.a2 {
	animation-delay: -.5s;
	-webkit-animation-delay: -.5s;
}

.arrow__scroll_down .arrows path.a3 {
	animation-delay: 0s;
	-webkit-animation-delay: 0s;
}

.newsletter__form .e-form__buttons {
	position: absolute;
	right: 0px;
}

.triangle__shape__right:after {
	position: absolute;
	content: "";
	right: 0;
	width: 100%;
	z-index: 2;
	bottom: 0;
	height: 150px;
	display: block;
	background: #00f7ef;
	clip-path: polygon(100% 15%, 0% 100%, 100% 100%);
}

.faqs__accordion .elementor-accordion .elementor-accordion-item {
	border-top: 1px solid rgba(32, 34, 90, 20%) !important;
}

.book_now__sec {
	clip-path: polygon(100% 0%, -120% 75%, 100% 100%);
}

.triangle__shape--left:before {
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	top: 0;
	height: 250px;
	display: block;
	background: #00f7ef;
	clip-path: polygon(0% 0%, 0% 100%, 50% 102%);
}

.testimonial__slider .swiper-container {
	overflow: initial;
	width: 100% !important;
}

.testimonial__slider .swiper-pagination {
	text-align: left;
	bottom: 5px !important;
	left: 15px !important;
}

.testimonial__slider .swiper-slide {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.testimonial__slider .elementor-swiper-button {
	bottom: 0 !important;
	top: auto !important;
	z-index: 99;
}

.testimonial__slider .elementor-swiper-button.elementor-swiper-button-next {
	left: 12% !important;
}

.contact__form__wrapper .contact__row {
	display: grid;
	margin-bottom: 20px;
}

.contact__form__wrapper .contact__row.col--2 {
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
}

.contact__form__wrapper .contact__row.col--1 {
	grid-template-columns: 100%;
}

.contact__form__wrapper .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-cf7ic) {
	background: rgba(0, 247, 239, 10%);
	border: 0;
	min-height: 50px !important;
	height: 50px !important;
	color: #fff;
	border-radius: 0;
	font-family: "Work Sans";
	font-size: 14px;
	line-height: 21px;
}

.contact__form__wrapper .wpcf7-form-control.wpcf7-cf7ic {
	color: #fff;
}

.contact__form__wrapper .wpcf7-form-control.wpcf7-cf7ic .cf7ic-style1 .cf7ic-icon-wrapper .fa {
	font-size: 28px;
}

.contact__form__wrapper .wpcf7-form-control.wpcf7-select option {
	background: #20225a;
}

.contact__form__wrapper .wpcf7-form-control:not(.wpcf7-submit)::placeholder {
	color: #fff;
}

.contact__form__wrapper .wpcf7-form-control:not(.wpcf7-submit):focus {
	outline: none;
}

.contact__form__wrapper .wpcf7-spinner {
	position: absolute;
}

.wpcf7-form .wpcf7-response-output {
	color: #fff;
}

.txt--center, .txt--center * {
	text-align: center;
}

.arrow__wrapper {
	position: relative;
}

.arrow__box img {
	left: 0;
	position: absolute;
}

.contact__sec .arrow__box img {
	width: 25%;
	left: 0 !important;
}

.contact__sec .arrow__box {
	left: -10px;
}

@media (max-width: 1570px) {
	.contact__sec .arrow__box {
		left: -5%;
	}
}

.arrow__box.arrow--right img {
	right: 0;
	left: auto;
	bottom: 0;
	position: absolute;
}

.footer__middle .contact__links a {
	color: #fff;
}

.footer__middle .contact__links a:hover {
	color: #00f7ef;
}

#main__header.blur__header {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background: rgba(32, 34, 90, 60%);
}

#main__header.elementor-sticky__spacer {
	position: fixed !important;
}

#main__banner {
	position: relative;
}

#main__banner:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 50%;
	height: 100%;
	background: #20225a;
	left: 0;
	bottom: 0;
	object-fit: cover;
	clip-path: polygon(100% 0%, -117% 0%, 100% calc(100% - 64px));
}

.triangle__shape__top--bottom {
	position: relative;
}

.triangle__shape__top--bottom:before {
	top: 0;
	left: 0;
	content: "";
	position: absolute;
	background: #20225a;
	width: 100%;
	height: 55%;
	clip-path: polygon(0% 0%, 0% 100%, 180% 15%);
}

.elementor-element.elementor-widget-text-editor ul {
	padding-left: 25px;
}

.elementor-element.blog__meta_date .elementor-icon-list-items li {
	position: absolute;
	background: #00f7ef;
	right: -8px;
	top: -50px;
}

.elementor-element.blog__meta_date .elementor-icon-list-items li span {
	font-family: "Work Sans";
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	color: #20225a;
	padding: 15px 20px;
}

.elementor-element.blog__meta_cat_author ul li {
	font-family: "Work Sans";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 21px;
	color: #20225a;
}

.elementor-element.blog__meta_cat_author ul li a {
	color: #20225a;
	transition: all .3s;
}

.elementor-element.blog__meta_cat_author ul li a:hover {
	color: #00f7ef;
}

.elementor-element.blog__meta_cat_author ul li:after {
	content: "|";
	border: 0 !important;
}

.elementor-element.blog__meta_cat_author ul li:last-child:after {
	display: none;
}

.icon-pagination {
	display: inline-block;
	background: url("https://cdn-ildnekn.nitrocdn.com/VnITJJnuugrbiWVjIDMwDMlhQhymSVAh/assets/images/optimized/rev-1fc7ef4/j-digitalco.com/wp-content/themes/j-digital/images/arrow-blue-dark.svg") no-repeat;
	width: 15px;
	height: 17px;
	background-size: contain;
	transition: ease .5s;
}

.icon-pagination.nitro-lazy {
	background: none !important;
}

.icon-pagination.icon-left {
	transform: rotate(270deg);
}

.icon-pagination.icon-left:hover {
	transform: rotate(270deg);
}

.blog__grid .page-numbers {
	display: inline-block;
	padding: 5px 15px;
}

.blog__grid .page-numbers.prev {
	left: 0;
	position: absolute;
	padding: 0;
}

.blog__grid .page-numbers.next {
	right: 0;
	position: absolute;
	padding: 0;
}

.blog__grid .page-numbers.next:hover .icon-pagination.icon-right {
	transform: translate(5px, -5px);
}

.blog__grid .page-numbers.prev:hover .icon-pagination.icon-left {
	transform: translate(-5px, -5px) rotate(270deg);
}

.blog__grid .page-numbers.current {
	background: #00f7ef;
}

.blog__grid span.page-numbers.prev, .blog__grid span.page-numbers.next {
	opacity: .4;
}

.blog__grid .elementor-grid-item  h1 a {
	transition: all .3s;
}

.blog__grid .elementor-grid-item  h1 a:hover {
	color: #00f7ef !important;
}

.post-navigation__prev--title, .post-navigation__next--title {
	font-family: "Work Sans";
	font-style: normal;
	font-weight: 600;
	font-size: 24px !important;
	line-height: 35px;
	color: #20225a;
	transition: all .5s;
}

.elementor-post-navigation__link__prev:hover .post-navigation__prev--title:before {
	transform: rotate(269deg) translate(5px, -5px);
}

.elementor-post-navigation__link__next:hover .post-navigation__next--title:after {
	transform: translate(5px, -5px);
}

.post-navigation__prev--title, .post-navigation__next--title {
	transition: ease .5s;
}

.elementor-post-navigation__link__prev {
	position: relative;
}

.post-navigation__prev--title {
	position: relative;
	transition: all .5s;
}

.post-navigation__prev--title:before {
	content: "";
	display: inline-block;
	background: url("https://cdn-ildnekn.nitrocdn.com/VnITJJnuugrbiWVjIDMwDMlhQhymSVAh/assets/images/optimized/rev-1fc7ef4/j-digitalco.com/wp-content/themes/j-digital/images/arrow-blue-dark.svg");
	width: 15px;
	height: 17px;
	background-size: contain;
	transform: rotate(269deg);
	margin-right: 10px;
	z-index: 999;
	top: 50%;
	left: 0;
	transition: all .5s;
}

.post-navigation__next--title:after {
	content: "";
	display: inline-block;
	background: url("https://cdn-ildnekn.nitrocdn.com/VnITJJnuugrbiWVjIDMwDMlhQhymSVAh/assets/images/optimized/rev-1fc7ef4/j-digitalco.com/wp-content/themes/j-digital/images/arrow-blue-dark.svg");
	width: 15px;
	height: 17px;
	background-size: contain;
	margin-left: 10px;
	transition: ease .5s;
}

.overflow__visible, .overflow__visible * {
	overflow: visible !important;
}

.single .elementor-element.blog__meta_cat_author ul li:after {
	color: #fff;
}

.single .elementor-element.blog__meta_cat_author ul li a:hover, .single .elementor-element.blog__meta_cat_author ul li a:hover span {
	color: #00f7ef !important;
}

.single__post__banner {
	min-height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.single__post__banner:before {
	position: absolute;
	content: "";
	right: 0;
	width: 100%;
	top: 0;
	height: 150px;
	display: block;
	background: #20225a;
	clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}

.blog__grid .blog__image a {
	position: relative;
}

.blog__grid .blog__image a:before {
	position: absolute;
	content: "";
	left: 0;
	width: 35%;
	bottom: 0;
	height: 90px;
	display: block;
	background: #fff;
	clip-path: polygon(-1% 0%, 100% 0%, 0% 150%);
	z-index: 2;
}

.blog__grid .blog__image a {
	max-height: 208px;
	object-fit: cover;
	overflow: hidden;
}

.blog__grid .blog__image a img {
	transition: all .3s;
}

.blog__grid .blog__image a:hover img {
	transform: scale(1.1);
}

.shape__triangle__style2 {
	position: relative;
}

.shape__triangle__style2:after {
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	bottom: 0;
	height: 300px;
	display: block;
	background: #20225a;
	clip-path: polygon(0% 0%, 175% 100%, 0% 100%);
	z-index: 1;
}

.shape__triangle__style3 {
	position: relative;
}

.shape__triangle__style3:after {
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	bottom: 0;
	height: 150px;
	display: block;
	background: #00f7ef;
	clip-path: polygon(100% 0%, 175% 101%, -2% 101%);
	z-index: 1;
}

.shape__triangle__style3.--blue-dark:after {
	background: #20225a;
}

.shape__triangle__style4 {
	clip-path: polygon(100% 0%, -175% 0%, 100% 100%);
}

.blog__news .elementor-section {
	border-bottom: 0 !important;
}

#contact__sec {
	position: relative;
}

#contact__sec:before {
	content: "";
	display: inline-block;
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 2;
}

#contact__sec:after {
	content: "";
	display: inline-block;
	width: 50%;
	height: 250px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #00f7ef;
	z-index: 2;
	clip-path: polygon(100% 14%, -50% 100%, 100% 100%);
}

.triangle__img img {
	clip-path: polygon(0% 0%, 0% 100%, 100% 90%);
}

.case__studies__tabs .elementor-tabs-wrapper {
	border-bottom: 2px solid #00f7ef;
}

.case__studies__tabs .elementor-tabs-wrapper .elementor-active {
	background: #00f7ef;
}

.case__studies__tabs .elementor-tabs-wrapper .elementor-active:before {
	content: "" !important;
	display: inline-block !important;
	background: url("https://cdn-ildnekn.nitrocdn.com/VnITJJnuugrbiWVjIDMwDMlhQhymSVAh/assets/images/optimized/rev-1fc7ef4/j-digitalco.com/wp-content/themes/j-digital/images/arrow-blue-dark.svg") no-repeat;
	width: 22px !important;
	height: 26px !important;
	margin-right: 5px;
	background-size: contain;
	position: initial !important;
	transform: rotate(270deg);
}

.case__studies__tabs>.elementor-widget-container .elementor-tabs .elementor-tabs-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.case__studies__tabs>.elementor-widget-container .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:first-child {
	text-align: right;
}

.case_studies__slider .slick-arrow {
	bottom: 0;
	top: auto;
	font-family: "Work Sans";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #20225a;
	width: auto;
	height: auto;
	text-transform: uppercase;
	z-index: 2;
}

.case_studies__slider .slick-arrow .slick-title-nav {
	font-weight: 600;
	font-size: 19px;
	line-height: 35px;
}

.case_studies__slider .slick-arrow .prev-slick-title:before {
	content: "";
	display: inline-block;
	background: url("https://cdn-ildnekn.nitrocdn.com/VnITJJnuugrbiWVjIDMwDMlhQhymSVAh/assets/images/optimized/rev-1fc7ef4/j-digitalco.com/wp-content/themes/j-digital/images/arrow-blue-dark.svg") no-repeat;
	width: 15px;
	height: 17px;
	background-size: contain;
	transition: ease .5s;
	margin-right: 5px;
	transform: rotate(270deg);
}

.case_studies__slider .slick-arrow .prev-slick-title:hover:before {
	transform: translate(-5px, -5px) rotate(270deg);
}

.case_studies__slider .slick-arrow .next-slick-title:hover:after {
	transform: translate(5px, -5px);
}

.case_studies__slider .slick-arrow .next-slick-title:after {
	content: "";
	display: inline-block;
	background: url("https://cdn-ildnekn.nitrocdn.com/VnITJJnuugrbiWVjIDMwDMlhQhymSVAh/assets/images/optimized/rev-1fc7ef4/j-digitalco.com/wp-content/themes/j-digital/images/arrow-blue-dark.svg") no-repeat;
	width: 15px;
	height: 17px;
	background-size: contain;
	transition: ease .5s;
	margin-left: 5px;
}

.case_studies__slider .slick-arrow .next-slick-title {
	display: block;
}

.case_studies__slider .slick-arrow:before {
	display: none;
}

.case_studies__slider .slick-arrow:hover {
	color: #20225a;
}

.case_studies__slider .slick-prev {
	text-align: left;
}

.case_studies__slider .slick-next {
	text-align: right;
}

.case_studies__slider .slick-list {
	padding-bottom: 100px;
}

.scroll__img {
	animation: slideshow 40s linear infinite;
}

body .cf7ic-style1 .cf7ic-icon-wrapper svg {
	padding: 0 5px !important;
}

@keyframes slideshow {
	0% {
		left: 100%;
	}
	
	100% {
		left: -70%;
	}
}

@media (min-width: 1441px) {
	#main__banner:before {
		clip-path: polygon(100% 0%, -33% 0%, 100% calc(100% - 65px));
	}
}

#contact__sec .wpcf7-response-output {
	color: #fff;
}

@media (max-width: 480px) {
	header.sticky {
		position: fixed;
		top: 0;
		width: 100%;
	}
	
	#main__banner {
		padding-top: 120px !important;
	}
	
	.testimonial__slider .swiper-container {
		overflow: hidden;
		position: relative;
	}
	
	.testimonial__slider .swiper-pagination {
		left: 0;
		text-align: center;
	}
	
	.testimonial__slider .elementor-swiper-button.elementor-swiper-button-next {
		right: 0;
		left: auto !important;
	}
	
	.newsletter__form .e-form__buttons {
		width: auto;
		right: 0;
		left: auto;
	}
	
	.triangle__shape--left:before {
		height: 300px;
	}
	
	.triangle__shape__top--bottom:before {
		height: 45%;
	}
	
	.shape__triangle__style4 {
		clip-path: polygon(100% 0%, -350% 0%, 100% 100%);
	}
	
	#main__banner {
		background-size: 100%;
	}
	
	#main__banner:before {
		content: "";
		position: absolute;
		display: inline-block;
		width: 100%;
		height: 50%;
		background: #20225a;
		left: 0;
		bottom: 0;
		object-fit: cover;
		clip-path: polygon(100% 9%, -20% 45%, 100% 117%);
	}
	
	#contact__sec:before {
		width: 100%;
	}
	
	.case_studies__slider .slick-arrow .slick-title-nav {
		font-size: 12px;
	}
	
	.case_studies__slider .slick-prev {
		left: 0;
	}
	
	.case_studies__slider .slick-next {
		right: 0;
	}
	
	.case__studies__tabs .elementor-tabs-content-wrapper .elementor-tab-title {
		display: none;
	}
	
	.case__studies__tabs.elementor-widget-tabs .elementor-tab-desktop-title {
		padding: 20px 12px;
	}
	
	.case__studies__tabs .elementor-tabs-wrapper .elementor-active:before {
		width: 15px !important;
		height: 17px !important;
	}
	
	.img__stroke__scroll {
		margin-top: -500px !important;
		padding: 0% 0% 500px 0% !important;
	}
}
