/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

a {
	/* color: #000 !important; */
	transition: all 0.3s;
	font-weight: 400;
	font-size: 18px;
font-family: "Roboto", sans-serif;
}

/* a:hover {
    color: #234283 !important;
} */

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

	.page-header .entry-title,
	.site-footer .footer-inner,
	.site-footer:not(.dynamic-footer),
	.site-header .header-inner,
	.site-header:not(.dynamic-header),
	body:not([class*=elementor-page-]) .site-main {
		max-width: 1340px !important;
	}

}

.site-header.dynamic-header {
	padding-bottom: 5px;
	padding-top: 5px;
	box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 5;
}

.header-inner .site-branding.show-logo .site-logo .custom-logo-link img {
	height: 110px;
	width: auto;
}

.site-navigation {}

.header-inner .site-navigation ul.menu li a {
	color: #000000;
}

.hero-right-border {
	position: relative;
}

.e-con-full.hero-right-border.e-flex.e-con.e-child::before {
	position: absolute;
	content: '';
	border: 10px solid #25346a;
	width: 90%;
	height: 90%;
	border-radius: 150px 0 0 0;
}

.site-footer {
	display: none;
}

/* timeline css */

.ag-format-container {
	/* width: 1160px;
  margin: 0 auto; */

	position: relative;
}

.ag-timeline-block {
	/* padding: 300px 0; */
}

.ag-timeline_title-box {
	padding: 0 0 30px;

	text-align: center;
}

.ag-timeline_tagline {
	font-size: 40px;
	color: rgb(84, 89, 95);
}

.ag-timeline_title {
	background-image: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;

	background-size: cover;
	-webkit-background-clip: text;
	background-clip: text;
	text-fill-color: transparent;
	color: transparent;

	font-size: 80px;
}

.ag-timeline_item {
	margin: 0 0 50px;

	position: relative;
}

.ag-timeline_item:nth-child(2n) {
	text-align: right;
}

.ag-timeline {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;

	position: relative;
}

.ag-timeline_line {
	width: 2px;
	background-color: #FFF;

	position: absolute;
	top: 2px;
	left: 50%;
	bottom: 0;

	overflow: hidden;

	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ag-timeline_line-progress {
	width: 100%;
	height: 20%;
	background-color: #f2b776;
}

.ag-timeline-card_box {
	padding: 0 0 20px 50%;
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
	padding: 0 50% 20px 0;
}

.ag-timeline-card_point-box {
	display: inline-block;
	margin: 0 14px 0 -24px;
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
	margin: 0 -24px 0 14px;
}

.ag-timeline-card_point {
	height: 50px;
	line-height: 50px;
	width: 50px;
	border: 3px solid #f2b776;
	background-color: #FFF;

	text-align: center;
	/* font-family: 'ESL Legend', sans-serif; */
	font-size: 17px;
	color: #000;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.js-ag-active .ag-timeline-card_point {
	color: #1d1d1b;
	background-color: #f2b776;
}

.ag-timeline-card_meta-box {
	display: inline-block;
}

.ag-timeline-card_meta {
	margin: 10px 0 0;
	font-weight: bold;
	font-size: 28px;
	color: #f2b776;
}

.ag-timeline-card_item {
	display: inline-block;
	width: 45%;
	margin: -77px 0 0;
	background-color: #f2b776;

	opacity: 1;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
	-o-box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);

	-webkit-transition: -webkit-transform .5s, opacity .5s;
	-moz-transition: -moz-transform .5s, opacity .5s;
	-o-transition: -o-transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s;

	position: relative;
	padding: 20px;
}

/* .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item {
  -webkit-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  -o-transform: translateX(-200%);
  transform: translateX(-200%);
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
} */

/* .ag-timeline-card_arrow {
	height: 18px;
	width: 18px;
	margin-top: 20px;
	background-color: #282828;
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
} */

.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
	margin-left: calc(-18px / 2);
	margin-right: calc(-18px / 2);
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_arrow {
	margin-left: -10px;
	right: auto;
	left: 0;
}

.ag-timeline-card_img {
	width: 100%;
}

.ag-timeline-card_info {
	/* padding: 20px 30px; */
}

.ag-timeline-card_title {
	margin: 20px 0 10px;
	font-weight: bold;
	font-size: 28px;
	color: #25346a;
}

.ag-timeline-card_desc {
	line-height: 1.45;
	font-size: 17px;
	color: #25346a;
}


@media only screen and (max-width: 979px) {
	.ag-timeline_line {
		left: 30px;
	}

	.ag-timeline_item:nth-child(2n) {
		text-align: left;
	}

	.ag-timeline-card_box,
	.ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
		padding: 0 0 20px;
	}

	.ag-timeline-card_meta-box {
		display: none;
	}

	.ag-timeline-card_point-box,
	.ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
		margin: 0 0 0 8px;
	}

	.ag-timeline-card_point {
		height: 40px;
		line-height: 40px;
		width: 40px;
	}

	.ag-timeline-card_item {
		width: auto;
		margin: -65px 0 0 75px
	}

	.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
	.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
		-webkit-transform: translateX(200%);
		-moz-transform: translateX(200%);
		-ms-transform: translateX(200%);
		-o-transform: translateX(200%);
		transform: translateX(200%);
	}

	.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
		right: auto;
		left: 0;
	}

	.ag-timeline-card_title {
		display: block;
	}

	.ag-timeline-card_arrow {
		margin-top: 12px;
	}
}

@media only screen and (max-width: 767px) {
	.ag-format-container {
		width: 96%;
	}

	.ag-timeline-card_img {
		height: auto;
		width: auto;
	}
}

@media only screen and (max-width: 639px) {
	.ag-timeline_title {
		font-size: 60px;
	}

	.ag-timeline-card_info {
		padding: 10px 15px;
	}

	.ag-timeline-card_desc {
		font-size: 14px;
	}
}

@media only screen and (max-width: 479px) {}

@media (min-width: 768px) and (max-width: 979px) {
	.ag-format-container {
		width: 750px;
	}

}

@media (min-width: 980px) and (max-width: 1161px) {
	.ag-format-container {
		width: 960px;
	}

}

/* Blog Section css */

.blog-main .eael-entry-thumbnail {
	padding: 15px 15px 0 15px;
}

.blog-main .eael-entry-header .eael-entry-title a.eael-grid-post-link {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Faqs Section css */

.faqs-main .eael-accordion-list .elementor-tab-title .eael-advanced-accordion-icon-closed {
	margin-right: 0;
}

.faqs-main .eael-accordion-list .elementor-tab-title .eael-advanced-accordion-icon-opened {
	margin-right: 0;
}

.faqs-main .eael-accordion-list .elementor-tab-title .eael-advanced-accordion-icon-opened svg,
.faqs-main .eael-accordion-list .elementor-tab-title .eael-advanced-accordion-icon-closed svg {
	fill: #000 !important;
}

.call-to-action-main .eael-call-to-action.cta-flex .content {
	padding: 0;
}


.smh-slider {
	margin: 40px 0;
}

.smh-item {
	padding: 10px;
}

.smh-card {
	position: relative;
	cursor: pointer;
	width: 120px;
}

.smh-card img {
	width: 100%;
	aspect-ratio: 2/3;
	object-fit: cover;
	border-radius: 10px;
	display: block;
}


/* popup */

.smh-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
}

.smh-popup-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30%;
	height: calc(100% - 26px);
	background: #000;
	border-radius: 6px;
	padding: 20px;
}

.smh-video {
	height: 100%;
	width: 100%;
}

.smh-video iframe {
	width: 100%;
	height: 100%;
}

.smh-close {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
	background: red;
	border-radius: 6px;
	display: flex;
	line-height: 32px;
	width: 36px;
	height: 36px;
	align-items: center;
	justify-content: center;
}

.box-grid-hover:hover .elementor-icon svg,
.box-grid-hover:hover .elementor-heading-title {
	fill: #FFF !important;
	color: #FFF !important;
}

.services-border {
	position: relative;
}

.services-border .services-icon {
	position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
}

.common-services-icon .elementor-element {
	position: relative;
	top: 3px;
}

.box-grid-positions .elementor-element .elementor-element .elementor-element .elementor-icon-wrapper {
	position: relative;
	top: 3px;
}

.box-grid-positions-tech .elementor-element .elementor-element .elementor-element .elementor-icon-wrapper {
	position: relative;
	top: 6px;
}

.services-border .elementor-element.services-icon {
	transition: all 0.5s;
}

.services-border .elementor-element.services-icon {
	transition: all 0.5s;
}

.services-border:hover .elementor-element.services-icon {
	top: -60px;
	background-color: var( --e-global-color-primary ) !important;
}

.services-border:hover .elementor-element.services-icon .elementor-icon svg path {
	fill: #FFF;
}

.box-grid-hover {
	transition: all 0.5s;
}

.box-grid-hover:hover {
	transform: rotate(-2deg);
}