/*
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)
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

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

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

body {
	overflow-x: hidden;
}

@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: 0;
	padding-top: 0;
	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: 75px;
	width: auto;
	margin-top: -20px;
}

.site-navigation {}

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

.site-navigation ul.menu li.menu-item-has-children {
    padding-inline-end: 0 !important;
}

.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;
}

.site-header.dynamic-header .menu .menu-item .sub-menu {
	box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
	min-width: 310px;
}

.site-header.dynamic-header .menu .menu-item .sub-menu .menu-item a {
	width: 100%;
	padding: 10px 15px;
	transition: all 0.5s;
}

.site-header.dynamic-header .menu .menu-item .sub-menu .menu-item:hover a {
	background: var( --e-global-color-9d2eaf2 );
	color: #FFF;
}

/* 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;
}

.comparison-slider__inner img {
	width: 100%;
}

.cs-wrap{
	display:flex;
	gap:25px;
	flex-wrap:wrap;
}
.cs-card{
	flex:1 1 calc(50% - 25px);
	background:#f5f5f5;
	border-radius:16px;
	overflow:hidden;
}
.cs-img{
	position:relative;
}
.cs-img img{
	width:100%;
	display:block;
}

.cs-title{
	position:absolute;
	bottom:0;
	left:0;
	background:#7f9132;
	color:#fff;
	padding:12px 25px;
	font-size:30px;
	font-weight:700;
	font-family: "Roboto", sans-serif;
}
.cs-quote{
	background:#e4cf47;
	padding:20px;
	text-align:center;
	font-size:22px;
	font-weight:700;
	font-family: "Roboto", sans-serif;
}
.cs-stats{
	display:flex;
	text-align:center;
	padding:30px 15px;
}
.cs-stat{
	flex:1;
}
.cs-stat:first-child{
	border-right:1px solid #999;
}
.cs-stat h2{
	color:#7f9132;
	font-size:52px;
	margin:0;
	font-family: "Roboto", sans-serif;
}
.cs-content{
	padding:0 30px 30px;
	line-height:1.7;
	font-family: "Roboto", sans-serif;
}
.cs-stat p {
	font-family: "Roboto", sans-serif;
}
.cs-content a{
	color:#7f9132;
	font-family: "Roboto", sans-serif;
}
@media(max-width:767px){
	.cs-card{
		flex:100%;
	}
}

@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-heading-title {
	fill: #FFF !important;
	color: #FFF !important;
}

.box-grid-hover .elementor-element:first-child .elementor-element.elementor-widget.elementor-widget-heading {
	width: calc(100% - 90px);
}

.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);
}

/* .footer-logo img {
	filter: brightness(0) invert(1);
} */

.services-border .elementor-element.elementor-widget-text-editor p a {
	background: var(--e-global-color-9d2eaf2);
    color: #FFF;
    font-size: var(--e-global-typography-text-font-size);
    padding: 5px 10px;
    border-radius: 8px;
	margin-top: 2px;
	display: inline-block;
}

.why-client-choice .elementor-element .elementor-counter .elementor-counter-number-wrapper {
	display: none;
}

.services-accordion .e-con-inner .elementor-element .eael-adv-accordion .eael-accordion-list .elementor-tab-title span svg {
	
}

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

.contact-frm .wpcf7-form p {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.contact-frm .wpcf7-form p .wpcf7-form-control-wrap {
	width: calc(50% - 8px);
	margin-top: 10px;
}

.contact-frm .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-number {
	padding: 8px 16px 8px 16px;
	font-family: var(--e-global-typography-c3c77d2-font-family), "Roboto", Sans-serif;
    font-size: var(--e-global-typography-c3c77d2-font-size);
    font-weight: var(--e-global-typography-c3c77d2-font-weight);
    line-height: var(--e-global-typography-c3c77d2-line-height);
}

.contact-frm .wpcf7-form p .wpcf7-form-control-wrap[data-name="your-message"] {
    width: 100%;
}

.contact-frm .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
	resize: none;
}

.why-grid-first, .why-grid-second, .why-grid-third {
	position:relative;
}

.why-grid-first:before {
    content: '';
    position: absolute;
    background: #FFF;
    width: 75px;
    height: 6px;
    right: -70px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: auto;
}

/* Triangle Arrow */
.why-grid-first:after {
    content: '';
    position: absolute;

    right: -80px; /* slightly after line */
    top: 0;
    bottom: 0;
    margin: auto;

    width: 0;
    height: 0;

    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #FFF;
	z-index: 1;
}

.why-grid-second:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 75px;
    background: #FFF;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -70px;
    z-index: 0;
	top: auto;
}

/* Triangle Arrow */
.why-grid-second:after {
    content: '';
    position: absolute;

    left: 0;
    right: 0;
    margin: auto;

    bottom: -80px;

    width: 0;
    height: 0;

    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #FFF;
}

/* Line */
.why-grid-third:before {
    content: '';
    position: absolute;
    background: #FFF;
    width: 75px;
    height: 6px;

    left: -80px;   /* coming from left side */
    top: 0;
    bottom: 0;
    margin: auto;
}

/* Arrow */
.why-grid-third:after {
    content: '';
    position: absolute;

    left: -80px; /* adjust based on layout */
    top: 0;
    bottom: 0;
    margin: auto;

    width: 0;
    height: 0;

    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 15px solid #FFF;
	z-index: 1;
}

.elementor-element.services-border:hover {
	background-color: #fda600 !important;
} 

.fbp-item {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.fbp-img {
	width: 32%;
}

.fbp-img img {
	width: 100%;
	object-fit: cover;
}

.fbp-item-content {
	width: calc(68% - 40px);
	text-align: left;
}

.fbp-item-content .fbp-title {
	margin: 0 0 16px;
	font-family: "Roboto", "Roboto", Sans-serif;
	font-size: 26px;
}

.fbp-item-content .fbp-content {
    font-family: var(--e-global-typography-text-font-family), "Roboto", 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);
}

.fbp-item-content .fbp-btn {
	background-color: var(--e-global-color-9d2eaf2);
    font-family: var(--e-global-typography-accent-font-family), "Roboto", Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    fill: var(--e-global-color-ccabf1c);
    color: var(--e-global-color-ccabf1c);
    transition-duration: 0.3s;
    border-radius: 8px 8px 8px 8px;
    padding: 13px 26px 13px 26px;
}

.blog-grid-list .eael-post-grid-container .eael-post-grid .eael-grid-post .eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-wrapper .eael-entry-content .eael-grid-post-excerpt .eael-post-elements-readmore-btn {
	display: inline-block;
}

.blog-grid-list .eael-post-grid-container .eael-post-grid .eael-grid-post .eael-entry-thumbnail {
	padding: 15px 15px 0 15px;
}

.blog-single-post {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 50px;
}

.blog-single-post-left {
	border: 1px solid #eee;
	padding: 15px;
	border-radius: 10px;
	transition: 0.3s;
	background: #fff;
	width: calc(100% - 345px);
	order: 2;
}

.blog-single-post-left .post-thumbnail {
	height: 500px;
	margin-bottom: 16px;
}

.blog-single-post-left .post-thumbnail img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
}

.blog-single-post-left .page-header .entry-title {
	font-family: var(--e-global-typography-secondary-font-family), "Roboto", Sans-serif;
	font-size: var(--e-global-typography-secondary-font-size);
	font-weight: var(--e-global-typography-secondary-font-weight);
	line-height: var(--e-global-typography-secondary-line-height);
	color: var(--e-global-color-text);
	margin: 0 0 16px;
}

.blog-single-post-left .page-content p {
	font-family: var(--e-global-typography-c3c77d2-font-family), "Roboto", Sans-serif;
	font-size: var(--e-global-typography-c3c77d2-font-size);
	font-weight: var(--e-global-typography-c3c77d2-font-weight);
	line-height: var(--e-global-typography-c3c77d2-line-height);
	color: var(--e-global-color-text);
	margin: 0 0 16px;
}

.blog-single-post-left figure {
	margin: 0 0 16px;
}

.blog-single-post-left .page-content h2 {
	margin: 0 0 16px;
	font-size: 32px;
}

.blog-single-post-left .page-content h3 {
	margin: 0 0 16px;
	font-size: 28px;
}

.blog-single-post-left .page-content h4 {
	margin: 0 0 16px;
	font-size: 24px;
}

.blog-single-post-left .page-content h5 {
	margin: 0 0 16px;
	font-size: 20px;
}

.blog-single-post-left .page-content h6 {
	margin: 0 0 16px;
	font-size: 20px;
}

.blog-single-post-left .page-content ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.blog-single-post-left .page-content ul li:before {
	background: url("images/checked.svg") no-repeat;
	background-size: 20px;
	position: absolute;
	content: '';
	width: 20px;
	height: 100%;
	top: 3px;
	bottom: 0;
	left: 0;
}

.blog-single-post-left .page-content ul li {
	position: relative;
	font-family: var(--e-global-typography-c3c77d2-font-family), "Roboto", Sans-serif;
	font-size: var(--e-global-typography-c3c77d2-font-size);
	font-weight: var(--e-global-typography-c3c77d2-font-weight);
	line-height: var(--e-global-typography-c3c77d2-line-height);
	color: var(--e-global-color-text);
	margin: 0 0 16px;
	padding-left: 30px;
}

.blog-single-post-left figure .has-fixed-layout {
	margin: 0;
}

.blog-single-post-left figure .has-fixed-layout tbody tr td {
	border: 1px solid #60AE49;
	padding: 15px;
	transition: 0.3s;
	background: #fff;
}

.blog-single-post-right {
	width: 325px;
	border: 1px solid #eee;
	padding: 15px;
	border-radius: 10px;
    transition: top 0.3s ease;
		background: #fff;
	order: 1;
}

.blog-sticky #ez-toc-container {
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	display: table;
	margin: 0;
	padding: 0;
}

.blog-sticky #ez-toc-container ul li a {
	font-size: 16px;
	margin: 5px 0;
}

.blog-sticky #ez-toc-container ul li ul li a {
	font-size: 14px;
}

/*.site-navigation ul.menu li ul {*/
/*	top: 105% !important;*/
/*}*/

.blog-single-post-left #ez-toc-container {
	display: none;
}

.ez-toc-title-toggle, .ez-toc-icon-toggle-span {
	display: none !important;
}

@media only screen and (max-width: 1366px) {
	
	.site-header.dynamic-header.menu-dropdown-tablet .header-inner {
		max-width: none;
		padding: 0 10px;
	}
	
	.e-con-full.hero-right-border.e-flex.e-con.e-child::before {
		border-radius: 120px 0 0 0;
	}
	
	.smh-popup-inner {
		width: 60%;
	}
	
}


@media only screen and (max-width: 1024px) {
	
	.site-header.dynamic-header.menu-dropdown-tablet .header-inner {
		max-width: none;
		padding: 0 10px;
	}
	
	.e-con-full.hero-right-border.e-flex.e-con.e-child::before {
		border: 8px solid #25346a;
		border-radius: 100px 0 0 0;
	}
	
	.smh-popup-inner {
		width: 80%;
	}
	
	.useful-links .eael-simple-menu-container {
		min-height: auto;
	}
	
	.useful-links .eael-simple-menu {
		 display: flex;
        gap: 16px;
	}
	
	.why-grid-first:after {
	    right: -62px;
	}
		
	.why-grid-first:before {
	    width: 65px;
    	right: -55px;
	}
	
	.why-grid-second:after {
		bottom: -62px;
	}
	
	.why-grid-second:before {
    	height: 65px;
    	bottom: -55px;
	}
	
	.why-grid-third:before {
    	width: 65px;
	    left: -55px;
	}
	
	.why-grid-third:after {
		left: -62px;
	}
	
	.fbp-item-content .fbp-btn {
		padding: 11px 25px 11px 25px;
	}
	
	.fbp-item {
	    gap: 20px;
	}
	
	.fbp-img {
	    width: 45%;
	}
	
	.fbp-item-content {
	    width: calc(55% - 40px);
	}
	
}

@media only screen and (min-width: 767px) and (max-width: 991px) {

    .site-header.dynamic-header.menu-dropdown-tablet .header-inner {
        padding: 30px 10px;
    }

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

}

@media only screen and (max-width: 767px) {
	
	.header-inner .site-branding.show-logo .site-logo .custom-logo-link img {
 	    height: 50px;
    	width: auto;
	}
	
	.e-con-full.hero-right-border.e-flex.e-con.e-child::before {
		border: 8px solid #25346a;
		border-radius: 100px 0 0 0;
	}
	
	.site-header.dynamic-header.menu-dropdown-tablet .header-inner {
		padding: 17px 0 17px 10px;
	}
	
	.header-inner .site-branding.show-logo .site-logo .custom-logo-link img {
	    margin-top: -10px;
	}
	
	.smh-popup-inner {
		width: 90%;
	}
	
	.useful-links .eael-simple-menu {
		 display: block;
        gap: 0;
	}
	
	.services-border .services-icon {
		top: -30px;
	}
	
	.services-border:hover .elementor-element.services-icon {
    	top: -50px;
	}
	
	.contact-frm .wpcf7-form p .wpcf7-form-control-wrap {
		width: calc(100% - 0px);
		margin-top: 10px;
	}
	
	 .why-grid-first:after {
        right: 0;
        top: auto;
        bottom: -60px;
        left: 0;
        transform: rotate(90deg);
    }
	
	 .why-grid-first:before {
        left: 0;
        right: 0;
        top: auto;
        bottom: -20px;
        transform: rotate(90deg);
    }
	
	 .why-grid-third:before {
        left: 0;
        right: 0;
        top: auto;
        bottom: -20px;
        transform: rotate(90deg);
    }
	
	 .why-grid-third:after {
        right: 0;
        top: auto;
        bottom: -60px;
        left: 0;
        transform: rotate(-90deg);
    }
	
	.fbp-img {
    	width: 100%;
	}

	.fbp-item-content {
		width: calc(100% - 0px);
		text-align: left;
	}
	
	.fbp-item {
	    gap: 20px;
	}
	
}

.free-proposal-frm .wpcf7-form  p {
	padding: 0;
	display: flex;
	width: 100%;
	margin: auto;
	gap: 30px;
	border-radius: 8px;
}

.free-proposal-frm .wpcf7-form  p .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.free-proposal-frm .wpcf7-form  p .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-email {
	border-radius: 9px;
	border: 1px solid var( --e-global-color-9d2eaf2 );
	background: #fff;
	font-size: 18px;
	height: 50px;
	position: relative;
	padding: 16px 16px 16px 16px;
	box-shadow: none;
	width: 100%;
	border-radius: 50px;
}

.free-proposal-frm .wpcf7-form  p .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-email {
	border-radius: 9px;
	border: 1px solid var( --e-global-color-9d2eaf2 );
	background: #fff;
	font-size: 18px;
	height: 50px;
	position: relative;
	padding: 16px 16px 16px 16px;
	box-shadow: none;
	width: 100%;
	border-radius: 50px;
}

.free-proposal-frm .wpcf7-form .free-proposal-frm-control  p .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-text {
	border-radius: 9px;
	border: 1px solid var( --e-global-color-9d2eaf2 );
	background: #fff;
	font-size: 18px;
	height: 50px;
	position: relative;
	padding: 16px 16px 16px 16px;
	box-shadow: none;
	width: 100%;
	border-radius: 50px;
}

.free-proposal-frm .wpcf7-spinner  {
	position: absolute;
}

.free-proposal-frm .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-submit {
	position: absolute;
}

.custom-breadcrumb{
	font-size: 18px;
	font-family: Arial, sans-serif;
	color: #666;
	display: flex;
	align-items: center;
	gap: 5px;
}

.breadcrumb-icon {
	width: 20px;
	margin-right: 2px;
}

.custom-breadcrumb a {
	color:var( --e-global-color-9d2eaf2 );
	text-decoration:none;
}

.custom-breadcrumb a:hover{
	color:#7f9132;
}

.custom-breadcrumb span{
	color:var( --e-global-color-9d2eaf2 );
	font-weight:500;
}

.services-proposal-frm p {
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
}

.services-proposal-frm .wpcf7-form-control-wrap {
	width: calc(50% - 9px);
	display: inline-block;
}

.services-proposal-frm input[type='text'],
.services-proposal-frm input[type='email'],
.services-proposal-frm input[type='number'],
.services-proposal-frm .wpcf7-form-control.wpcf7-textarea,
.services-proposal-frm .wpcf7-form-control.wpcf7-select {
	font-size: 16px;
	padding: 2px 12px;
	letter-spacing: normal;
	border-radius: 5px;
	border-style: solid;
	text-align: left;
	outline: none;
	background-color: #fff;
	border-width: 1px;
	border-color: #DDD;
	height: 40px;
	line-height: 40px;
	width: 100%;
}

.services-proposal-frm input[type='text']::placeholder,
.services-proposal-frm input[type='email']::placeholder,
.services-proposal-frm input[type='number']::placeholder,
.services-proposal-frm .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea::placeholder,
.services-proposal-frm .wpcf7-form-control.wpcf7-select {
	color: #7676769e;
}

.services-proposal-frm .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
	height: 100px;
	width: 100%;
}

.services-proposal-frm .wpcf7-form-control.wpcf7-select {
	height: 46.6px;
	width: 100%;
	-webkit-appearance: none;
	background: url("images/download-arrow.svg") no-repeat;
	background-size: 26px;
	background-position: 99% center;
}

.services-proposal-frm .wpcf7-form-control-wrap .select2.select2-container {
	width: 100% !important;
	display: block;
	-webkit-appearance: none;
}

.services-proposal-frm .wpcf7-form-control-wrap .select2 .selection .select2-selection.select2-selection--multiple {
	min-height: 45.6px;
	padding: 0;
	border-color: #DDD;
}

.services-proposal-frm .wpcf7-form-control-wrap .select2 .selection .select2-selection.select2-selection--multiple .select2-search.select2-search--inline .select2-search__field {
	/*height: 45.6px;*/
	margin: 0;
	padding: 0 12px;
	position: relative;
	top: 1px;
	font-size: 16px;
	letter-spacing: normal;
	font-weight: 500;
	background: url("images/download-arrow.svg") no-repeat;
	background-size: 26px;
	background-position: 99% 0;
}

.services-proposal-frm .wpcf7-form-control-wrap .select2 .selection .select2-selection.select2-selection--multiple .select2-search.select2-search--inline .select2-search__field::placeholder {
	font-size: 16px !important;
	font-family: var(--e-global-typography-accent-font-family), "Roboto", Sans-serif !important;
	font-weight: var(--e-global-typography-accent-font-weight);
	font-weight: 500 !important;
	color: #7676769e !important;
}

.services-proposal-frm .wpcf7-form p span:nth-child(7),
.services-proposal-frm .wpcf7-form p span:nth-child(8),
.services-proposal-frm .wpcf7-form p span:nth-child(9),
.services-proposal-frm .wpcf7-form p span:nth-child(10) {
	width: 100%;
}

.services-proposal-frm.eael-contact-form-7-button-align-left .eael-contact-form-7 .wpcf7-form p:nth-last-of-type(1) {
	display: flex;
	justify-content: center;
}

.remove-padding p {
	padding: 0;
	margin: 0;
}

.box-grid-hover.box-grid-hover-remove:hover .elementor-heading-title {
	color: var( --e-global-color-text ) !important;
}

/* Styling */
.timeline {
	position: relative;
}
/*.timeline:before {*/
/*	background-color: black;*/
/*	content: "";*/
/*	margin-left: -1px;*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 2em;*/
/*	width: 2px;*/
/*	height: 100%;*/
/*}*/

.timeline-event {
	position: relative;
}
.timeline-event:hover .timeline-event-icon {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #a83279;
}
.timeline-event:hover .timeline-event-thumbnail {
	-moz-box-shadow: inset 40em 0 0 0 #a83279;
	-webkit-box-shadow: inset 40em 0 0 0 #a83279;
	box-shadow: inset 40em 0 0 0 #a83279;
}

.timeline-event-copy {
	padding: 2em;
	position: relative;
	top: 0;
	left: 4em;
	width: calc(100% - 4em);
}

.timeline-event-copy:before {
	background-color: black;
	content: "";
	margin-left: 0;
	position: absolute;
	top: 0;
	left: -33px;
	width: 2px;
	height: 100%;
	z-index: 0;
}

.timeline-event-icon {
	-moz-transition: -moz-transform 0.2s ease-in;
	-o-transition: -o-transform 0.2s ease-in;
	-webkit-transition: -webkit-transform 0.2s ease-in;
	transition: transform 0.2s ease-in;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: black;
	outline: 10px solid white;
	display: block;
	margin: 0.5em 0.5em 0.5em -0.5em;
	position: absolute;
	top: 0;
	left: 2em;
	width: 1em;
	height: 1em;
	z-index: 1;
}

.timeline-event-thumbnail {
	-moz-transition: box-shadow 0.5s ease-in 0.1s;
	-o-transition: box-shadow 0.5s ease-in 0.1s;
	-webkit-transition: box-shadow 0.5s ease-in;
	-webkit-transition-delay: 0.1s;
	transition: box-shadow 0.5s ease-in 0.1s;
	color: white;
	font-size: 0.75em;
	background-color: black;
	-moz-box-shadow: inset 0 0 0 0em #ef795a;
	-webkit-box-shadow: inset 0 0 0 0em #ef795a;
	box-shadow: inset 0 0 0 0em #ef795a;
	display: inline-block;
	margin-bottom: 1.2em;
	padding: 0.25em 1em 0.2em 1em;
}

.timeline  .timeline-event:last-child .timeline-event-copy:before {
	display: none;
}

.footer-subscription-frm .free-proposal-frm .wpcf7-form p {
	width: 100%;
	gap: 0;
	background: transparent;
	padding: 0;
}

.footer-subscription-frm .free-proposal-frm .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-email {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.footer-subscription-frm .free-proposal-frm .wpcf7-form p .wpcf7-form-control.wpcf7-submit{
	border-radius: 9px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	background: var( --e-global-color-primary );
	color: #FFF;
	border: none;
}

.footer-right-menu .eael-simple-menu-hamburger-align-right .eael-simple-menu .menu-item a {
	border-left: none !important;
	padding-left: 0 !important;
}

.services-hero-banner .free-proposal-frm .wpcf7-form p {
	width: 100%;
	background: transparent;
	padding: 0;
}

/* ===== MAIN WRAPPER ===== */
.custom-flip-card {
	width: 220px;
	height: 220px;
	perspective: 1000px;
	position: relative;
}

.custom-flip-card-first {
	margin-left: 22%;
	z-index: 1;
	margin-top: 0;
}

.custom-flip-card-middle {
	width: 238px;
	height: 238px;
	margin-left: auto;
	margin-top: -230px;
	margin-right: 8.229135%;
	top: 80px;
	z-index: 2;
}

.custom-flip-card-third {
	margin-top: -215px;
	margin-left: auto;
	right: -40px;
	width: 204px;
	height: 204px;
}

/* ===== INNER ===== */
	.custom-flip-card .custom-flip-inner{
	width: 100%;
	height: 100%;
	position: relative;
	transition: transform 0.7s ease;
	transform-style: preserve-3d;
}

/* ===== HOVER EFFECT ===== */
.custom-flip-card:hover .custom-flip-inner{
	transform: rotateY(180deg);
}

/* ===== FRONT & BACK COMMON ===== */
.custom-flip-front,
.custom-flip-back{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;

	padding: 30px;
	box-sizing: border-box;

	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

/* ===== FRONT ===== */
.custom-flip-front{
	transform: rotateY(180deg);
}

/* ===== BACK ===== */
.custom-flip-back{
}

.site-navigation ul.menu li.menu-item-has-children .sub-menu.parent-sub-menu{
	display: block;
	position: fixed;
	left: 0;
	top: 120px;
	height: 500px;
	width: 100%;
	z-index: 4;
	border-radius: 0;

	/* Animation */
	opacity: 0;
	visibility: hidden;
	transform: translateY(-40px);
	transition: all 0.4s ease;
}

/* Hover Show Animation */
.site-navigation ul.menu li.menu-item-has-children:hover > .sub-menu.parent-sub-menu{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

 /* Menu css start  */

.custom-header {
	/*position:relative;*/
	width: calc(100% - 217px);
}

.custom-header .navbar{
	display:flex;
	align-items:center;
	justify-content:center;
	width: 100%;
}

.main-menu{
	display:flex;
	gap:40px;
	padding: 0;
	margin: 0;
	justify-content: space-between;
	list-style: none;
	width: 100%;
}

.main-menu > li{
	/*position:relative;*/
}

.main-menu > li > a{
	display:block;
	padding: 42px 15px;
	color:#222;
	font-size:18px;
	font-weight:500;
	font-family: var(--e-global-typography-primary-font-family), "Roboto", Sans-serif;
}

/*========================
MEGA MENU
========================*/

.mega-menu{
	position: absolute;
	top: 110px;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	max-width: 100vw;
	background: #fff;
	padding: 30px;
	display: none;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .12);
	z-index: 9999;
	overflow: hidden;
}

.main-menu li:hover .mega-menu{
	display:block;
}

.menu-grid{
	display:flex;
	gap:20px;
	flex-wrap: wrap;
	align-items: baseline;
}

.menu-item.common-small-item .mega-menu .menu-grid .menu-column-main {
	width: 45%;
	margin: 0 auto;
	column-count: 2;
}

.menu-item.common-small-item.common-item-30 .mega-menu .menu-grid .menu-column-main {
	width: 30%;
	margin: 0 auto;
}

.menu-item.common-small-item .mega-menu .menu-grid .menu-column-main .menu-column {
	/*width: calc(100% / 2);*/
}

.menu-column-main {
	width: calc(100% - 0px);
	display: block;
	column-count: 4;
}

.menu-column {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}

/*========================
LEFT PROMO BOX
========================*/

.promo-box{
	background: url("images/promo-banner.png") no-repeat;
	background-size: cover;
	border-radius:22px;
	padding:20px;
	color:#fff;
	min-height:620px;
	position:relative;
	overflow:hidden;
	width: 370px;
}

.proposal-form {
	position: relative;
    top: 450px;
	width: 330px;
}

.promo-box h2{
	font-size:28px;
	line-height:34px;
	margin-bottom:16px;
	font-weight:800;
	width: 80%;
}

.promo-box p{
	font-size:16px;
	margin-bottom:25px;
}

.promo-box input{
	width:100%;
	height:58px;
	border:none;
	border-radius:10px;
	padding:0 20px;
	margin-bottom:18px;
	font-size:16px;
}

.promo-box button{
	width:100%;
	height:62px;
	border:none;
	border-radius:50px;
	background:#df7f05;
	color:#fff;
	font-size:22px;
	font-weight:700;
	cursor:pointer;
}

.promo-box button:hover{
	background:#c46d00;
}

.company-info {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 30px;
	justify-content: space-between;
	align-items: center;
}

.followers-info {
	padding: 70px 0;
	margin: 0;
	justify-content: end;
}

.engagement-info {
	margin-top: 0;
}

.company-info p {
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	margin: 0;
}

.company-info p span {
	display: block;
	font-weight: normal;
	font-size: 16px;
}

/*========================
MENU COLUMN
========================*/

.menu-column h3{
	display:flex;
	align-items:center;
	gap:12px;
	margin-bottom:18px;
	font-size:16px;
	color:#222;
}

.menu-column h3 a{
	font-size:16px;
	color:#222;
	font-weight: 500;
}

.menu-column h3 i{
	width: 25px;
	height: 25px;
	background: #eef3ff;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #4d73b8;
	font-size: 18px;
}

.menu-column ul {
	list-style: disc;
}

.menu-column ul li{
	margin-bottom:14px;
}

.menu-column ul li a{
	color:#333;
	font-size:14px;
	transition:0.3s;
}

.menu-column ul li a:hover{
	color:#7c9735;
	padding-left:5px;
}

.menu-item.has-arrow > a::after {
	content: "";
	background: url("images/menu-arrow.svg") no-repeat;
	position: absolute;
	transition: 0.3s;
	display: inline-block;
	width: 24px;
	height: 24px;
	background-size: 24px;
	top: 0;
	bottom: 0;
	margin: auto 0 auto 2px;
}

.menu-item.has-arrow:hover > a::after {
	transform: rotate(180deg);
}

/*========================
RESULT CARDS
========================*/

.result-grid{
	display:grid;
	grid-template-columns:repeat(5,1fr);
	gap:18px;
}

.result-card{
	border-radius:12px;
	overflow:hidden;
}

.result-card img{
	width:100%;
	display:block;
}

/*========================
ABOUT MENU
========================*/

.about-grid{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:30px;
}

.about-item{
	display:flex;
	align-items:center;
	gap:15px;
	margin-bottom:25px;
}

.about-item i{
	width:42px;
	height:42px;
	background:#eef6ff;
	border-radius:8px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#4d73b8;
}

.about-item a{
	color:#222;
	font-size:24px;
	font-weight:700;
}

/*========================
RESPONSIVE
========================*/

@media(max-width:1500px){

	.mega-menu{
		width:1200px;
	}

}

@media(max-width:1300px){

	.mega-menu{
		width:1000px;
	}

	.menu-grid{
		grid-template-columns:1fr 1fr;
	}

}

@media(max-width:991px){

	.main-menu{
		flex-direction:column;
		gap:0;
		width:100%;
	}

	.mega-menu{
		position:static;
		width:100%;
		display:none;
		margin-bottom:20px;
	}

	.main-menu li.active .mega-menu{
		display:block;
	}

	.menu-grid,
	.about-grid,
	.result-grid{
		grid-template-columns:1fr;
	}

	.promo-box{
		min-height:auto;
	}

}

.eael-simple-menu-container.preset-1 .eael-simple-menu li.current-menu-item>a.eael-item-active {
	background: transparent;
}

.promo-description {
	display: flex;
	gap: 16px;
	align-items: center;
}

.promo-description img {
	margin-top: -45px;
}

.proposal-form input[type='email'] {
	font-size: 16px;
	padding: 0 12px;
	letter-spacing: normal;
	border-radius: 5px;
	border-style: solid;
	text-align: left;
	outline: none;
	background-color: #fff;
	border-width: 1px;
	border-color: #DDD;
	height: 45px;
	line-height: 40px;
	margin-bottom: 13px;
	padding-left: 40px;
}

.proposal-form input[type='submit'] {
	cursor: pointer;
	background: #db7803;
	font-weight: bold;
	padding: 7.5px 20px 7.5px;
	height: auto;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	border: 2px solid #fff;
	border-radius: 42px;
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.blog-publish-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 14px 0;
}

.blog-publish-info p {
	margin: 0;
	font-size: 18px;
	display: block;
	text-transform: capitalize;
}

.blog-single-hero {
	display: flex;
	padding: 120px 0;
	gap: 20px;
	align-items: center;
}

.single.single-case_study .blog-single-hero {
	padding: 50px 0;
}

.blog-single-hero-left {
	width: 90%;
}

.single.single-case_study .blog-single-hero-left {
	width: 60%;
}

.blog-single-hero-left .copy-page-link-btn {
	border-radius: 15px;
	border: 1.5px solid rgba(67, 63, 52, 0.22);
	color: #433F34;
	font-size: 20px;
	width: 323px;
	height: 49px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	text-align: center;
	gap: 13px;
}

.blog-single-hero-left .copy-page-link-btn:after {
	content: "";
	display: inline-block;
	background: url("images/duplicate-icon.png") no-repeat;
	width: 18px;
	height: 20px;
	background-size: cover;
	right: 23px;
}

.blog-single-hero-right {
	width: 40%;
}

.blog-single-hero-right .post-thumbnail {
	height: 425px;
}

.blog-single-hero-right .post-thumbnail img {
	height: 100%;
	border-radius: 15px;
}

.author-detailswrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding: 24px 30px;
	background: #f5f5f5;
	border-radius: 12px;
	margin-bottom: 30px;
}

.author-namewrap,
.publish-wrap,
.time-wrap {
	display: flex;
	align-items: center;
	gap: 15px;
}

.author-namewrap .image-wrap img,
.author-namewrap .avatar {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	object-fit: cover;
}

.publish-wrap .image-wrap img,
.time-wrap .image-wrap img {
	width: 24px;
	height: 24px;
}

.author-detailswrap .text-wrap p {
	margin: 0 0 6px;
	font-size: 14px;
	font-weight: 600;
	color: #6b7280;
	line-height: 1.2;
}

.author-detailswrap .text-wrap h6 {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	color: #1f2937;
	line-height: 1.4;
	display: flex;
	align-items: center;
	gap: 5px;
}

.author-detailswrap .text-wrap h6 img {
	width: 16px;
	filter: brightness(0) saturate(100%)
}

.author-detailswrap .text-wrap h6 a {
	color: inherit;
	text-decoration: none;
}

.author-detailswrap .text-wrap h6 a:hover {
	color: #6f8f2f;
}

/* Mobile */
@media (max-width: 767px) {
	.author-detailswrap {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.author-namewrap,
	.publish-wrap,
	.time-wrap {
		width: 100%;
	}
}

.realted-categorywrap {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 25px;
}

.realted-categorywrap span a {
	display: inline-block;
	padding: 4px 16px;
	background: #f3f4f6;
	border-radius: 12px;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease;
}

.realted-categorywrap span a:hover {
	background: #7a9a38;
	color: #fff;
}

.boigraphywrap-outer {
	background: #f5f5f5;
	padding: 50px;
	border-radius: 12px;
	margin: 50px 0;
}

.boigraphywrap {
	display: flex;
	gap: 60px;
	align-items: flex-start;
}

.author-imagewrap {
	flex-shrink: 0;
}

.author-imagewrap img,
.author-imagewrap .avatar {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
}

.content-wrap {
	flex: 1;
}

.inner-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 25px;
	gap: 20px;
}

.author-info h3 {
	margin: 0;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}

.author-info h3 a {
	color: #2f3a4a;
	text-decoration: none;
	font-size: 28px;
	font-weight: 700;
	text-transform: capitalize;
}

.author-role {
	display: block;
	margin-top: 6px;
	font-size: 18px;
	font-weight: 600;
	color: #728d2c;
}

.btn-wrap a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 16px 28px;
	border: 1px solid var( --e-global-color-9d2eaf2 );
	border-radius: 18px;
	text-decoration: none;
	font-size: 18px;
	color: var( --e-global-color-9d2eaf2 );
	transition: all .3s ease;
	white-space: nowrap;
}

.btn-wrap a:hover {
	background: var( --e-global-color-9d2eaf2 );
	color: #fff;
}

.tag-links a {
	color: var( --e-global-color-9d2eaf2 );
}

.content-wrap p {
	margin: 0;
	font-size: 18px;
	line-height: 1.9;
	color: #222;
}


/*  Related post css */

.related-posts-section {
	padding: 60px 0;
}

.related-posts-title {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 40px;
	color: #111;
}

.related-posts-wrapper {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.related-posts-wrapper .bpm-grid {
	background: #FFF;
	width: calc(100% / 3 - 14px);
	border: 1px solid rgba(0, 0, 0, .1);
	padding: 15px;
	border-radius: 10px;
}

.related-posts-wrapper .bpm-grid .bpm-thumb {
	width: 100%;
}

.related-posts-wrapper .bpm-grid .bpm-thumb a {
	width: 100%;
	display: block;
}

.related-posts-wrapper .bpm-grid .bpm-thumb a img {
	width: 100%;
	border-radius: 10px;
	object-fit: cover;
}

.related-posts-wrapper .bpm-grid h3,
.related-posts-wrapper .bpm-grid h3 a {
	font-family: var(--e-global-typography-88ef083-font-family), "Roboto", Sans-serif;
	font-size: var(--e-global-typography-88ef083-font-size);
	font-weight: var(--e-global-typography-88ef083-font-weight);
	line-height: var(--e-global-typography-88ef083-line-height);
	margin: 0 0 12px;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.related-posts-wrapper .bpm-grid h3 a {
	margin-bottom: 0;
}

.related-posts-wrapper .bpm-grid p {
	font-family: var(--e-global-typography-text-font-family), "Roboto", 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);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.related-posts-wrapper .bpm-grid .bpm-read-more {
	background-color: var(--e-global-color-9d2eaf2);
	font-family: var(--e-global-typography-accent-font-family), "Roboto", Sans-serif;
	font-size: var(--e-global-typography-accent-font-size);
	font-weight: var(--e-global-typography-accent-font-weight);
	fill: var(--e-global-color-ccabf1c);
	color: var(--e-global-color-ccabf1c);
	transition-duration: 0.3s;
	border-radius: 8px 8px 8px 8px;
	padding: 13px 26px 13px 26px;
	display: inline-block;
}

.related-posts-wrapper .bpm-grid .bpm-read-more:hover {
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
}

.bpm-pagination {
	width: 100%;
	margin-top: 40px;
}

.bpm-pagination .page-numbers {
	display: flex;
	width: 100%;
	list-style: none;
	padding: 0;
	align-items: center;
	justify-content: center;
}

.bpm-pagination .page-numbers li {
	/* font-family: var(--e-global-typography-text-font-family), "Roboto", Sans-serif;
    font-size: var(--e-global-typography-c3c77d2-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);
    background: transparent;
    padding: 4px 12px;
    border: 1px solid rgba(0, 0, 0, .1); */
}

.bpm-pagination .page-numbers li .page-numbers {
	font-family: var(--e-global-typography-text-font-family), "Roboto", Sans-serif;
	font-size: var(--e-global-typography-c3c77d2-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);
	background: transparent;
	padding: 4px 12px;
	border: 1px solid rgba(0, 0, 0, .1);
}

.bpm-pagination .page-numbers li .page-numbers.current {
	background: var(--e-global-color-9d2eaf2);
	border-color: var(--e-global-color-9d2eaf2);
	color: #FFF;
}

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

	.related-posts-wrapper .bpm-grid {
		width: calc(100% / 3 - 14px);
	}
	
	.blog-single-hero-right .post-thumbnail {
 	   height: 30vw;
	}

}


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

	.related-posts-wrapper .bpm-grid {
		width: calc(100% / 2 - 10px);
	}

	.related-posts-wrapper .bpm-grid .bpm-read-more {
		padding: 11px 25px 11px 25px;
	}
	
	.blog-single-hero-right .post-thumbnail {
 	   height: 40vw;
	}

}

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

	.related-posts-wrapper .bpm-grid {
		width: calc(100% / 1 - 0px);
	}

	.fbp-item-content .fbp-btn {
		font-size: var(--e-global-typography-accent-font-size);
		padding: 9px 23px 9px 23px;
	}

	.related-posts-wrapper .bpm-grid .bpm-read-more {
		padding: 9px 23px 9px 23px;
	}

}

.mega-menu-right {
	width: 30%;
}

.menu-item.common-small-item .mega-menu .menu-grid .mega-menu-right .menu-column-main {
	width: auto;
	column-count: 1;
}

.menu-item.services-item .mega-menu .menu-grid .mega-menu-right .menu-column-main {
	width: auto;
	column-count: 1;
}

.contact-us-info h3 {
	margin-top: 0;
}

.elementor-icon-box-wrapper .elementor-icon-box-icon {
	margin-top: 4px;
}

.services-proposal-frm.contact-proposal-frm .wpcf7-form-control-wrap:nth-last-child(3) {
	background: #FFF;
	border-radius: 5px;
}

.services-proposal-frm .wpcf7-form-control-wrap .select2.select2-container--focus .selection .select2-selection.select2-selection--multiple .select2-search.select2-search--inline .select2-search__field {
	position: absolute;
	top: 10px;
    right: 5px;
}

.menu-item.common-small-item.common-item-30.result-single .mega-menu .menu-grid .menu-column-main {
	column-count: 1;
}

.testimonial-section-main {
    background: linear-gradient(
        to bottom,
        #f5f5f5 0%,
        #f5f5f5 80%,
        #0d3f82 80%,
        #0d3f82 100%
    );
    overflow: hidden;
}

.testimonial-slider {
    position: relative;
}

.testimonial-item {
    padding: 15px;
}

.testimonial-card {
    background: #fff;
    border-radius: 20px;
    min-height: 450px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
}

.quote {
    font-size: 80px;
    color: #c7dbf6;
    line-height: 0;
    margin-bottom: 20px;
    margin-top: 40px;
}

.testimonial-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.testimonial-card span {
    display: block;
    font-size: 14px;
    color: #7c858d;
    margin-bottom: 12px;
}

.testimonial-card p {
    font-size: 18px;
    line-height: 2;
    color: #66727a;
}

/* Arrows */

.slick-prev,
.slick-next {
    width: 60px;
    height: 60px;
    background: #27ae60 !important;
    border-radius: 50%;
    z-index: 999;
}

.slick-prev {
    left: -70px;
}

.slick-next {
    right: -70px;
}

.slick-prev:before,
.slick-next:before {
    font-size: 30px;
    color: #fff;
    opacity: 1;
}

/* Remove outline */
.slick-slide {
    height: inherit !important;
}

.slick-track {
    display: flex !important;
}

/* .slick-slide > div {
    height: 100%;
} */

.custom-arrow {
    width: 50px !important;
    height: 50px !important;
    background: #61CE70 !important;
    border-radius: 50%;
    border: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 99;
    border-radius: 50px !important;
    border: none !important;
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.custom-arrow svg {
    width: 36px;
    height: 36px;
    fill: #fff;
}

.slick-prev:before,
.slick-next:before {
    display: none !important;
}

.slick-prev {
    left: -60px;
}

.slick-next {
    right: -60px;
}

.services-proposal-frm.contact-proposal-frm input[type="submit"]{
	width: 100%;
}

.services-proposal-frm.contact-proposal-frm .wpcf7-spinner {
	position: absolute;
}

.blog-single-hero {
	position: relative;
}

.blog-single-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: url('images/blog-hero-bg.png') no-repeat;
	background-position: center;
    background-size: cover;
    z-index: -1;
}

.single.single-post .custom-breadcrumb,
.single.single-insight .custom-breadcrumb,
.single.single-case_study .custom-breadcrumb {
	position: relative;
	padding: 10px 0;
}

.single.single-post .custom-breadcrumb::before,
.single.single-insight .custom-breadcrumb::before,
.single.single-case_study .custom-breadcrumb::before {
	content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
	z-index: -1;
}

.single.single-post .custom-breadcrumb::before {
    background-image: linear-gradient(180deg, #D7F0A336 0%, #D5DCC961 100%);
}

.single.single-insight .custom-breadcrumb::before {
    background-image: linear-gradient(180deg, #D7F0A336 0%, #D5DCC961 100%);;
}

.single.single-case_study .custom-breadcrumb::before {
    background-image: linear-gradient(180deg, #D7F0A336 0%, #D5DCC961 100%);;
}

.menu-close {
	display: none;
}

.wpcf7-spinner {
	position: absolute;
}

@media screen and (max-width: 1300px) {

	.mega-menu {
        width: 100%;
		padding: 16px;
    }

	.promo-box {
    	width: 320px;
	}

	.menu-column-main {
    	width: calc(100% - 340px);
	}

	.menu-item.common-small-item .mega-menu .menu-grid .menu-column-main {
 	   width: 60%;
	}

	.mega-menu-right {
    	width: 36%;
	}

	.menu-item.common-small-item.common-item-30.result-single .mega-menu .menu-grid .menu-column-main {
	    width: 20%;
	}

	.menu-item.common-small-item.common-item-30.result-single .mega-menu .menu-grid .mega-menu-right .menu-column-main {
		width: auto;
	}

	.menu-item.common-small-item.common-item-30 .mega-menu .menu-grid .menu-column-main {
    	width: 40%;
	}

	.menu-item.common-small-item.common-item-30 .mega-menu .menu-grid .mega-menu-right .menu-column-main {
		width: auto;
	}

}

@media screen and (max-width: 1024px) {

	.custom-header {
        height: calc(100% - 110px);
	}

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
   	.menu-column-main {
		column-count: 2 !important;
	}

	.mega-menu-right .menu-column-main {
        column-count: 1 !important;
    }

	.menu-item.common-small-item.common-item-30.result-single .mega-menu .menu-grid .menu-column-main {
		column-count: 1 !important;
	}
}

@media screen and (max-width: 766px) {
	
	.custom-header {
        height: calc(100% - 80px);
	}

}

@media screen and (max-width: 991px) {
	
	.custom-header {
        background: #FFF;
        position: fixed;
        width: 100%;
        overflow: scroll;
        transform: translateX(100%);
        transition: all 0.3s;
        bottom: 0;
		left: 0;
	}

	.custom-header.menu-open {
		transform: translateX(0);
	}

	.main-menu > li > a {
		position: relative;
		padding: 15px;
	}

	.menu-close {
		display: block;
		position: absolute;
		padding: 12px;
		right: 0;
		top: 0;
		height: 40px;
	}

	.menu-close img {
		width: 18px;
	}

	.custom-header .navbar {
		/* margin-top: 40px; */
	}

	.menu-item.has-arrow.active .mega-menu {
		display: block;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        /* overflow-y: scroll; */
        /* height: 100vh; */
	}

	.main-menu li:hover .mega-menu {
		display: none;
	}

	.promo-box {
		display: none;
	}

	.mega-menu {
	    padding: 15px;
	}

	.menu-column-main {
		width: calc(100% - 0px);
		column-count: 1;
	}

	.menu-item.common-small-item .mega-menu .menu-grid .menu-column-main {
		width: 100%;
		margin: 0 auto;
		column-count: 1;
	}

	.mega-menu-right {
    	width: 100%;
	}

	.menu-item.common-small-item.common-item-30 .mega-menu .menu-grid .menu-column-main {
    	width: 100%;
	}

	.menu-item.has-arrow:hover > a::after {
    	transform: rotate(0deg);
	}

	.menu-item.has-arrow.active a::after {
		transform: rotate(180deg);
	}

}

@media screen and (min-width: 992px) and (max-width: 1024px) {
   	
	.header-inner .site-branding.show-logo .site-logo .custom-logo-link img {
	    height: 60px;
	}

	.main-menu {
    	gap: 20px;
	}


	.main-menu > li > a {
	    font-size: 16px;
	}

}

@media screen and (min-width: 1025px) and (max-width: 1150px) {
   	
	.header-inner .site-branding.show-logo .site-logo .custom-logo-link img {
	    height: 60px;
		margin-top: -25px;
	}

	.main-menu {
    	gap: 20px;
	}


	.main-menu > li > a {
	    font-size: 16px;
	}

	.menu-column-main {
    	column-count: 3;
	}

	.mega-menu-right h4 {
		font-size: 18px;
	}

}

@media screen and (min-width: 1301px) {
	.mega-menu {
        width: 100%;
    }
	.footer-right-menu .eael-simple-menu-container {
		min-height: auto;
	}
}

@media screen and (max-width: 1024px) {
	
	.custom-breadcrumb {
    	font-size: 16px;
	}

	.footer-right-menu .eael-simple-menu-container {
		min-height: auto;
	}

}

@media screen and (max-width: 767px) {
	
	.free-proposal-frm .wpcf7-form p {
		width: 100%;
		gap: 15px;
		flex-wrap: wrap;
	}

	.free-proposal-frm .wpcf7-form p input[type="submit"]{
		width: 100%;
	}

	.custom-breadcrumb {
	    font-size: 16px;
	    display: block;
	}

	
	.custom-breadcrumb a {
		font-size: 16px;
	}

	.services-proposal-frm .wpcf7-form-control.wpcf7-submit {
    	background: red;
    	color: #FFF;
		width: 100%;
	}

	.timeline-event-copy {
 	   padding: 1em;
	}

	.footer-subscription-frm .free-proposal-frm .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-email {
    	border-top-right-radius: 9px;
    	border-bottom-right-radius: 9px;
		margin-bottom: 16px;
	}

	.footer-subscription-frm .free-proposal-frm .wpcf7-form p .wpcf7-form-control.wpcf7-submit {
		border-bottom-left-radius: 9px;
    	border-top-left-radius: 9px;
	}

}


.sticky-custom {
  position: sticky !important;
  top: 0;
  z-index: 6;
}

.scroll-section-z-index {
	z-index: -1;
	position: relative;
}

.case-study-slider {
    margin: 0 -15px;
}

.case-study-slider .slick-slide {
    /* padding: 15px; */
}

.case-card {
    background: #fff;
    border-radius: 20px;
    min-height: 700px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0,0,0,.06);
    overflow: hidden;
	margin: 20px;
}

.case-tag {
    display: inline-block;
    background: var( --e-global-color-9d2eaf2 );
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 28px;
    border-radius: 0 0 20px 0;
}

.case-content {
    padding: 40px 45px;
}

.case-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
	margin-top: 0;
    text-transform: uppercase;
}

.case-content p {
        font-family: var(--e-global-typography-text-font-family), "Roboto", 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);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 24px;
}

.case-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.case-content ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #444;
}

.case-content ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #1f78ff;
    font-size: 20px;
}

.case-result {
    margin: 80px 0 0	;
}

.case-result span {
    display: block;
    color: #42d392;
    font-size: 30px;
    line-height: normal;
    font-weight: 700;
    margin: 0;
}

.case-result p {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #707b84;
    text-transform: uppercase;
}

.case-study-slider .slick-prev,
.case-study-slider .slick-next {
    width: 58px;
    height: 58px;
    background: #c6ced7;
    border-radius: 50%;
    z-index: 10;
}

.case-study-slider .slick-prev {
    left: -60px;
}

.case-study-slider .slick-next {
    right: -60px;
}

.case-study-slider .slick-prev:before,
.case-study-slider .slick-next:before {
    font-size: 30px;
    color: #fff;
}

@media screen and (max-width: 1366px) {
	
	.slick-prev {
    	left: -10px;
	}

	.slick-next {
		right: -10px;
	}

}

@media screen and (max-width: 1024px) {
	
	.case-content {
    	padding: 30px;	
	}

	.case-result {
    	margin: 40px 0 0;
	}

	.case-tag {
	    font-size: 14px;
	    padding: 8px 16px;
	}

	.case-card {
		margin: 16px;
	}

	.case-study-slider .slick-prev {
		left: 0px;
	}

	.case-study-slider .slick-next {
		right: 0px;
	}

	.slick-prev {
    	left: -10px;
	}

	.slick-next {
		right: -10px;
	}

}

@media screen and (max-width: 767px) {
	
	.case-content {
    	padding: 20px;	
	}

	.case-result {
    	margin: 40px 0 0;
	}

	.case-tag {
	    font-size: 14px;
	    padding: 8px 16px;
	}

	.case-study-slider .slick-prev {
		left: 0px;
	}

	.case-study-slider .slick-next {
		right: 0px;
	}

	.slick-prev {
    	left: -10px;
	}

	.slick-next {
		right: -10px;
	}

}

.free-proposal-frm input[type='submit'],
.services-proposal-frm input[type='submit'] {
	background: var( --e-global-color-9d2eaf2 );
	border-color: var( --e-global-color-9d2eaf2 );
	color: #FFF;
}

.services-proposal-frm .wpcf7-form-control.wpcf7-submit {
	background: var( --e-global-color-9d2eaf2 );
	border-color: var( --e-global-color-9d2eaf2 );
	color: #FFF;
	border: 1px solid;
}

.free-proposal-frm input[type='submit']:hover,
.services-proposal-frm .wpcf7-form-control.wpcf7-submit:hover {
	background: transparent;
	color: var( --e-global-color-9d2eaf2 );
}

.page-content a {
	color: var( --e-global-color-9d2eaf2 );
}

.industries-btn .elementor-button-icon {
	background: var( --e-global-color-9d2eaf2 );
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.industries-btn .elementor-button {
	position: relative;
}

.industries-btn .elementor-button::before {
	position: absolute;
	content: '';
	width: 10px;
	height: 0;
	background-color: var( --e-global-color-9d2eaf2 );
	left: 0;
	top: 0;
	bottom: 0;
	/* margin: auto; */
	transition: all 0.3s;
}

.industries-btn:hover .elementor-button::before {
	height: 100%;
}

.industries-btn .elementor-button-content-wrapper {
	align-items: center;
}

.industries-btn .elementor-button-icon svg {
	width: 1.7em;
}

.industries-btn .elementor-button-icon svg path {
	fill: white;
}

@media screen and (max-width: 1366px) {

	.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: none;
    }

	.blog-single-hero {
    	padding: 50px 20px;
	}

	.single.single-post .custom-breadcrumb, .single.single-insight .custom-breadcrumb, .single.single-case_study .custom-breadcrumb {
    	padding: 10px 20px;
	}

	.blog-single-post {
		padding: 0 20px;
	}

	.blog-single-post-right {
    	width: 290px;
	}

	.blog-single-post-left {
    	width: calc(100% - 310px);
	}

	.author-detailswrap {
	    gap: 20px;
	    padding: 16px;
	}

	.author-detailswrap .text-wrap h6 {
		font-size: 16px;
	}

	.boigraphywrap-outer {
    	padding: 20px;
	}

	.author-imagewrap img, .author-imagewrap .avatar {
    	width: 100px;
    	height: 100px;
	}

	.boigraphywrap {
	    gap: 10px;
	}

	.author-info h3 a {
    	font-size: 24px;
	}

	.btn-wrap a {
	    padding: 10px 14px;
	    font-size: 16px;
	}

	.related-posts-section {
    	padding: 60px 20px;
	}

	.content-wrap p {
	    font-size: 16px;
	}

}

@media screen and (max-width: 1024px) {
	
	.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: none;
    }

	.blog-single-hero {
	    padding: 50px 20px;
	}

	.blog-single-hero-left {
    	width: 50%;
	}

	.blog-single-hero-right {
    	width: 50%;
	}

	.single.single-post .custom-breadcrumb, .single.single-insight .custom-breadcrumb, .single.single-case_study .custom-breadcrumb {
    	padding: 10px 20px;
	}

	.blog-single-post {
		padding: 0 20px;
	}

	.blog-single-post-right {
    	width: 250px;
	}

	.custom-breadcrumb {
    	display: inline-block;
	}

	.blog-single-hero-left h1 {
		font-size: 36px;
	}

	.blog-single-post-left {
    	width: calc(100% - 270px);
	}

	.author-detailswrap {
	    gap: 10px;
	    padding: 16px;
	    flex-wrap: wrap;
	}

	.boigraphywrap-outer {
	    padding: 20px;
	}

	.inner-wrap {
    	gap: 20px;
    	flex-wrap: wrap;
	}

	.boigraphywrap {
	    gap: 20px;
	}

	.author-info h3 a {
    	font-size: 22px;
	}

	.author-imagewrap img, .author-imagewrap .avatar {
    	width: 100px;
    	height: 100px;
	}

	.btn-wrap a {
	    padding: 10px 18px;
	    font-size: 16px;
	}

	.related-posts-section {
    	padding: 40px 20px;
	}

}

@media screen and (max-width: 767px) {

	.blog-single-hero-left h1 {
		font-size: 28px;
	}

	.industries-btn .elementor-button-icon svg {
		width: 1.4em;
	}

	.industries-btn .elementor-button-icon {
	    width: 40px;
	    height: 40px;
	}

	.blog-single-hero-right .post-thumbnail {
    	height: auto;
	}

	.blog-single-hero {
		padding: 40px 10px;
	}

	.blog-single-hero {
	    flex-wrap: wrap;
	}

	.blog-single-hero-right {
 	   width: 100%;
	    order: 1;
	}

	.blog-single-hero-left {
    	width: 100%;
		order: 2;
	}

	.single.single-post .custom-breadcrumb, .single.single-insight .custom-breadcrumb, .single.single-case_study .custom-breadcrumb {
    	padding: 10px 10px;
	}

	.blog-single-post-right {
    	width: 100%;
	}

	.blog-single-post-left {
	    width: calc(100% - 0px);
	}

	.author-detailswrap {
    	padding: 16px;
	}

	.author-detailswrap {
        gap: 16px;
    }

	.blog-single-post {
		padding: 0 10px;
	}

	.boigraphywrap-outer {
	    padding: 20px;
	}

	.boigraphywrap {
    	gap: 20px;
	    flex-wrap: wrap;
	}

	.author-imagewrap img, .author-imagewrap .avatar {
	    width: 100px;
	    height: 100px;
	}

	.boigraphywrap {
        justify-content: center;
    }

	.inner-wrap {
	    flex-wrap: wrap;
	}

	.author-info h3 a {
	    font-size: 22px;
	}

	.related-posts-section {
    	padding: 40px 10px;
	}


}

.who-we-are-tabs .eael-adv-accordion .eael-accordion-list {
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}

.who-we-are-tabs .eael-adv-accordion .eael-accordion-list .elementor-tab-title.eael-accordion-header .eael-advanced-accordion-icon-closed,
.who-we-are-tabs .eael-adv-accordion .eael-accordion-list .elementor-tab-title.eael-accordion-header .eael-advanced-accordion-icon-opened {
	display: none;
}

.who-we-are-tabs .eael-adv-accordion .eael-accordion-list .eael-accordion-header svg.fa-toggle {
	height: 20px !important;
    width: 20px !important;
    line-height: 20px !important;
}

.who-we-are-tabs .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active svg.fa-toggle {
	fill: #000 !important;
}

.box-grid-main .box-grid-hover:hover p {
	color: #FFF;
}

.box-grid-main .box-grid-hover:hover p a {
	color: var( --e-global-color-9d2eaf2 );
}

.services-proposal-frm.available-jobs-frm .wpcf7-form-control-wrap:nth-last-child(1) {
	width: 100%;
}

.available-jobs-frm.services-proposal-frm .wpcf7-form-control-wrap:nth-last-child(2) {
	width: 100%;
    display: contents;
}

.available-jobs-frm.services-proposal-frm .wpcf7-form-control-wrap:nth-last-child(3) {
	width: 100%;
}

.resume-file {
    position: relative;
    display: inline-block;
	width: 100%;
}

.resume-file .wpcf7-form-control-wrap {
    position: absolute;
    inset: 0;
}

.resume-file input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.resume-file .upload-text {
    display: flex;
    padding: 12px 20px;
    background: #F8F8F5;
    color: #000;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    transition: .3s;
    width: 100%;
    text-align: center;
    height: 125px;
    align-items: center;
    justify-content: center;
}

.resume-file:hover .upload-text {
    background: #F8F8F5;
}

/* Rating section css */ 

/*======================================
    Google Font
======================================*/

.rating-section,
.rating-section *{
    font-family: var(--e-global-typography-secondary-font-family), "Roboto", Sans-serif;
}

.rating-section{
    padding:100px 0;
    position:relative;
    overflow:hidden;
    background:linear-gradient(180deg,#ffffff 0%,#f5f9ff 100%);
}

.container{
    width:100%;
    max-width:1320px;
    margin:auto;
    padding:0 15px;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
}

/*===========================
LEFT SIDE
===========================*/

.left-content{
    width:50%;
}

.badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#eaf8ef;
    color:#1b9c4d;
    padding:12px 22px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:25px;
}

.badge i{
    font-size:16px;
}

.left-content h1{
    font-size:58px;
    line-height:1.15;
    font-weight:700;
    color:#111;
    margin-bottom:25px;
}

.left-content h1 span{
    color:#1ab66d;
}

.line{
    width:80px;
    height:4px;
    background:#1ab66d;
    border-radius:30px;
    margin-bottom:25px;
}

.left-content p{
    font-size:17px;
    line-height:32px;
    color:#666;
}

/*===========================
Stats
===========================*/

.stats{
    display:flex;
    gap:20px;
    margin-top:45px;
}

.stat-box{
	flex-wrap: wrap;
	
    flex:1;

    background:#fff;

    border-radius:20px;

    padding:20px;

    display:flex;

    align-items:center;

    gap:18px;

    box-shadow:0 15px 35px rgba(0,0,0,.06);

    transition:.35s;
}

.stat-box:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(0,0,0,.10);

}

.icon{

    width:48px;

    height:48px;

    border-radius:50%;

    background:#18b76c;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    font-size:22px;

}

.stat-box h3{

    font-size:24px;

    margin-bottom:4px;

    color:#111;

}

.stat-box span{

    color:#777;

    font-size:14px;

}

.stat-box .icon + div {
	width: calc(100% - 66px);
}

/*===========================
RIGHT CARD
===========================*/

.rating-card{

    width:45%;

    background:rgba(255,255,255,.92);

    backdrop-filter:blur(16px);

    border-radius:30px;

    padding:40px;

    box-shadow:0 25px 60px rgba(20,60,120,.10);

    border:1px solid rgba(255,255,255,.8);

}

.card-title{

    display:flex;

    align-items:center;

    gap:12px;

    font-size:16px;

    font-weight:600;

    color:#555;

    margin-bottom:35px;

}

.card-title i{

    color:#f6b100;

}

/*===========================
TOP REVIEW
===========================*/

.top-review{

    display:flex;

    gap:30px;

    align-items:center;

    margin-bottom:40px;

}

.circle-rating{

    min-width:140px;

    height:140px;

    border-radius:50%;

    background:linear-gradient(135deg,#18b76c,#0b8f54);

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    color:#fff;

    box-shadow:0 20px 40px rgba(24,183,108,.35);

}

.circle-rating span{

    font-size:48px;

    font-weight:700;

    line-height:1;

}

.circle-rating small{

    font-size:14px;

    margin-top:10px;

    text-align:center;

}

.review-text h2{

    font-size:28px;

    margin:15px 0;

}

.review-text p{

    color:#666;

    line-height:30px;

}

.stars{

    display:flex;

    gap:5px;

    color:#ffb400;

    font-size:16px;

}

/*===========================
REVIEW ITEM
===========================*/

.review-item{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:20px;

    padding:18px 20px;

    border-radius:18px;

    background:#fff;

    margin-top:18px;

    box-shadow:0 10px 25px rgba(0,0,0,.05);

    transition:.35s;

}

.review-item:hover{

    transform:translateX(8px);

    box-shadow:0 20px 40px rgba(0,0,0,.10);

}

.logo{

    width:70px;

}

.middle{

    flex:1;

}

.middle p{

    margin-top:8px;

    color:#777;

    font-size:14px;

}

.score{

    width:62px;

    height:62px;

    background:#18b76c;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    font-weight:700;

    font-size:20px;

}

/*===========================
Decoration
===========================*/

/* .rating-section::before{

    content:"";

    width:350px;

    height:350px;

    position:absolute;

    left:-150px;

    top:-100px;

    border-radius:50%;

    background:rgba(26,182,109,.08);

} */

.rating-section::after{

    content:"";

    width:280px;

    height:280px;

    position:absolute;

    right:-100px;

    bottom:-120px;

    border-radius:50%;

    background:rgba(26,182,109,.08);

}

/*===========================
Responsive
===========================*/

@media(max-width:1199px){

.container{

flex-direction:row;

}

.left-content,
.rating-card{

width:100%;

}

}

.rating-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
}

@media(max-width:1366px){
	
	.left-content h1 {
	  font-size: 44px;
	}
	
	.stats {
	  flex-direction: column;
	}
	
}

@media(max-width:1024px){

	.container{

		flex-direction:column;
		
	}
	
	.rating-section{
		padding:40px 0;
	}
	
	.left-content h1{
		font-size:40px;
	}
	
}

@media(max-width:768px){

.rating-section{
padding:70px 0;

}

.left-content h1{

font-size:40px;

}

.stats{

flex-direction:column;

}

.top-review{

flex-direction:column;

text-align:center;

}

.review-item{

flex-direction:column;

text-align:center;

}

.score{

margin-top:15px;

}

}

@media(max-width:480px){

.left-content h1{

font-size:32px;

}

.circle-rating{

width:120px;
height:120px;
min-width:120px;

}

.circle-rating span{

font-size:36px;

}

.review-text h2{

font-size:22px;

}

.rating-card{

padding:25px;

}

}

.seo-hero{

padding:120px 0;

background:linear-gradient(180deg,#f7fbf8 0%,#ffffff 100%);

overflow:hidden;

position:relative;

}

.seo-container{

max-width:1300px;

margin:auto;

padding:0 20px;

display:flex;

align-items:center;

justify-content:space-between;

gap:70px;

}

.hero-left{

width:55%;

}

.hero-right{

width:45%;

display:flex;

justify-content:center;

}

.hero-badge{

display:inline-block;

padding:10px 22px;

background:#edf8ef;

color:#3b7f33;

border-radius:50px;

font-weight:600;

font-size:14px;

margin-bottom:25px;

}

.hero-left h1{

font-size:62px;

line-height:1.1;

font-weight:700;

margin-bottom:25px;

color:#222;

}

.hero-left h1 span{

color:#7f9638;

}

.hero-left p{

font-size:18px;

line-height:32px;

color:#666;

max-width:650px;

margin-bottom:40px;

}

.hero-buttons{

display:flex;

gap:20px;

margin-bottom:50px;

}

.btn-primary{

background:#7f9638;

color:#fff;

padding:16px 35px;

border-radius:50px;

font-weight:600;

transition:.3s;

}

.btn-primary:hover{

background:#66792d;

}

.btn-secondary{

padding:16px 35px;

border:2px solid #7f9638;

color:#7f9638;

border-radius:50px;

font-weight:600;

transition:.3s;

}

.btn-secondary:hover{

background:#7f9638;

color:#fff;

}

.hero-stats{

display:flex;

gap:40px;

}

.stat h3{

font-size:36px;

color:#7f9638;

margin-bottom:6px;

}

.stat span{

color:#777;

font-size:15px;

}

.hero-card{

background:#fff;

padding:40px;

border-radius:30px;

width:100%;

max-width:480px;

box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.card-top{

display:flex;

justify-content:space-between;

margin-bottom:25px;

}

.label{

background:#edf8ef;

padding:8px 18px;

border-radius:30px;

font-size:13px;

font-weight:600;

color:#6b812e;

}

.growth{

font-size:26px;

font-weight:700;

color:#28b463;

}

.hero-card h3{

font-size:32px;

margin-bottom:15px;

}

.hero-card p{

color:#777;

line-height:28px;

margin-bottom:30px;

}

.progress{

height:12px;

background:#eee;

border-radius:30px;

overflow:hidden;

margin-bottom:35px;

}

.progress-bar{

width:85%;

height:100%;

background:linear-gradient(90deg,#7f9638,#9dbc47);

border-radius:30px;

}

.mini-cards{

display:flex;

gap:15px;

}

.mini{

flex:1;

padding:20px;

background:#f8f8f8;

border-radius:18px;

text-align:center;

}

.mini h4{

font-size:28px;

color:#7f9638;

margin-bottom:8px;

}

.mini span{

font-size:14px;

color:#666;

}

@media(max-width:992px){

.seo-container{

flex-direction:column;

}

.hero-left,

.hero-right{

width:100%;

}

.hero-left{

text-align:center;

}

.hero-buttons{

justify-content:center;

}

.hero-stats{

justify-content:center;

flex-wrap:wrap;

}

.hero-left h1{

font-size:46px;

}

}

@media(max-width:576px){

.hero-left h1{

font-size:34px;

}

.hero-buttons{

flex-direction:column;

}

.hero-stats{

flex-direction:column;

gap:25px;

text-align:center;

}

.hero-card{

padding:25px;

}

.mini-cards{

flex-direction:column;

}

}

.technical-icon svg {
	fill: transparent !important;
	position: relative;
	top: 8px;
}

.seo-investment-card{
    background:#6f8f35;
    border-radius:20px;
    padding:35px;
    color:#fff;
    max-width:600px;
}

.seo-investment-card h3{
    margin:0;
    font-size:28px;
    font-weight:700;
    text-align:center;
}

.sub-title{
    display:block;
    text-align:center;
    opacity:.8;
    margin:6px 0 30px;
}

.chart-row{
    display:grid;
    grid-template-columns:120px 1fr 45px;
    align-items:center;
    gap:15px;
    margin-bottom:18px;
}

.chart-row span{
    font-size:14px;
	color: #FFF;
}

.chart-row strong{
    text-align:right;
    font-size:14px;
	color: #FFF;
}

.bar{
    height:14px;
    background:rgba(255,255,255,.12);
    border-radius:30px;
    overflow:hidden;
}

.fill{
    height:100%;
    border-radius:30px;
    background:linear-gradient(90deg,#FFD54F,#F9A825);
}

.w27{width:90%;}
.w24{width:75%;}
.w18{width:55%;}
.w12{width:38%;}
.w11{width:35%;}
.w8{width:22%;}

/*==================================
Container
==================================*/

.vedax-case-grid{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:30px;
	margin:40px 0;
}

/*==================================
Card
==================================*/

.vedax-case-card{
	background:#fff;
	border-radius:20px;
	overflow:hidden;
	box-shadow:0 10px 35px rgba(0,0,0,.08);
	transition:.35s;
	display:flex;
	flex-direction:column;
	height:100%;
	position: relative;
}

.vedax-case-card:hover{
	transform:translateY(-8px);
	box-shadow:0 18px 45px rgba(0,0,0,.12);
}

/*==================================
Image
==================================*/

.case-image{
	overflow:hidden;
	height: 340px;
}

.case-image a {
	display: inline-block;
	height: 100%;
	width: 100%;
}

.case-image img{
	width:100%;
	height:100%;
	object-fit:fill;
	display:block;
	transition:.5s;
}

.vedax-case-card:hover .case-image img{
	transform:scale(1.08);
}

/*==================================
Content
==================================*/

.case-content{
	padding:28px;
	display:flex;
	flex-direction:column;
	flex:1;
}

.case-category{
    display: inline-block;
    padding: 7px 16px;
    background: #e9f8e2;
    color: #53a62d;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    position: absolute;
    top: 15px;
    left: 15px;
}

.case-title{
	font-size:28px;
	line-height:1.3;
	margin:0 0 15px;
	font-weight:700;
}

.case-title a{
	color:#111827;
	text-decoration:none;
	    font-family: var(--e-global-typography-88ef083-font-family), "Roboto", Sans-serif;
    font-size: var(--e-global-typography-88ef083-font-size);
    font-weight: var(--e-global-typography-88ef083-font-weight);
    line-height: var(--e-global-typography-88ef083-line-height);
    margin: 0 0 12px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.case-title a:hover{
	color:#58b032;
}

.case-excerpt{
	font-size:16px;
	line-height:1.8;
	color:#666;
	margin-bottom:25px;
}

/*==================================
Stats
==================================*/

.case-stats{
	display:flex;
	gap:25px;
	padding:20px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	margin-bottom:25px;
}

.stat-item strong{
	display:block;
	font-size:28px;
	color:#59b034;
}

.stat-item span{
	font-size:13px;
	color:#888;
}

/*==================================
Button
==================================*/

.case-btn{
	transition:.3s;
	    background-color: var(--e-global-color-9d2eaf2);
    font-family: var(--e-global-typography-accent-font-family), "Roboto", Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    fill: var(--e-global-color-ccabf1c);
    color: var(--e-global-color-ccabf1c) !important;
    transition-duration: 0.3s;
    border-radius: 8px 8px 8px 8px;
    padding: 13px 26px 13px 26px;
    display: inline-block;
	    width: auto;
    max-width: max-content;
}

.page-content .case-btn a {
	color: var(--e-global-color-ccabf1c);
}

.case-btn:hover{
	color:#111;
	padding-left:8px;
}

/*==================================
Pagination
==================================*/

.vedax-pagination{
	text-align:center;
	margin-top:50px;
}

.vedax-pagination .page-numbers{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:48px;
	height:48px;
	margin:0 5px;
	border-radius:50%;
	background:#fff;
	border:1px solid #ddd;
	text-decoration:none;
	color:#222;
	font-weight:600;
	transition:.3s;
}

.vedax-pagination .current,
.vedax-pagination a:hover{
	background:#5db53d;
	border-color:#5db53d;
	color:#fff;
}

/*==================================
No Result
==================================*/

.no-case-study{
	grid-column:1/-1;
	text-align:center;
	padding:80px 20px;
}

/*==================================
Dynamic Columns
==================================*/

.columns-1{
	grid-template-columns:1fr;
}

.columns-2{
	grid-template-columns:repeat(2,1fr);
}

.columns-3{
	grid-template-columns:repeat(3,1fr);
}

.columns-4{
	grid-template-columns:repeat(4,1fr);
}

/*==================================
Tablet
==================================*/

@media(max-width:1366px){
	.case-image {
    	height: 25vw;
	}
}

@media(max-width:1024px){

	.vedax-case-grid{
		grid-template-columns:repeat(2,1fr)!important;
	}

	.case-title{
		font-size:24px;
	}
	
	.case-image {
    	height: 285px;
	}
}

/*==================================
Mobile
==================================*/

@media(max-width:767px){

	.vedax-case-grid{
		grid-template-columns:1fr!important;
		gap:20px;
	}

	.case-content{
		padding:22px;
	}

	.case-title{
		font-size:22px;
	}

	.case-image img{
		height:auto;
	}

	.case-stats{
		flex-wrap:wrap;
		gap:15px;
	}

	.vedax-pagination .page-numbers{
		width:40px;
		height:40px;
		font-size:14px;
	}
	.case-image{
		height: auto;
	}
}

/*==================================
Container
==================================*/

.vedax-video-testimonial{
    background:#fff;
}

.vedax-container{
    max-width:1320px;
    margin:auto;
    padding:0 15px;
}

.section-title{
    margin-bottom:45px;
}

.section-title h2{
    font-size:42px;
    color:#111827;
    margin-bottom:10px;
}

.section-title p{
    color:#666;
    font-size:18px;
}

/*==================================
Grid
==================================*/

.vedax-video-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

/*==================================
Card
==================================*/

.vedax-video-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    border:1px solid #ECECEC;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.vedax-video-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

/*==================================
Thumbnail
==================================*/

.video-thumb{
    position:relative;
    overflow:hidden;
}

.video-thumb img{
    width:100%;
    height:255px;
    object-fit:cover;
    display:block;
    transition:.5s;
}

.vedax-video-card:hover img{
    transform:scale(1.08);
}

/*==================================
Badge
==================================*/

.video-badge{
    position:absolute;
    top:18px;
    left:18px;
    background:#fff;
    color:#60AE49;
    padding:7px 14px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    box-shadow:0 5px 18px rgba(0,0,0,.08);
}

/*==================================
Score
==================================*/

.video-score{
    position:absolute;
    left:18px;
    bottom:18px;
    display:flex;
    align-items:center;
    gap:8px;
    background:rgba(0,0,0,.75);
    color:#fff;
    padding:9px 15px;
    border-radius:10px;
    font-size:26px;
    font-weight:700;
}

/*==================================
Play Button
==================================*/

.play-btn{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    transition:.35s;
}

.play-btn:hover{
    transform:translate(-50%,-50%) scale(1.1);
}

/*==================================
Content
==================================*/

.video-content{
    padding:25px;
}

/*==================================
Client
==================================*/

.client-top{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:18px;
}

.client-photo img{
    width:62px;
    height:62px;
    border-radius:50%;
    object-fit:cover;
}

.client-detail h3{
    margin:0;
    font-size:28px;
    color:#111;
}

.client-detail span{
    display:block;
    margin-top:4px;
    color:#555;
    font-size:15px;
}

.client-detail small{
    display:block;
    margin-top:4px;
    color:#888;
    font-size:14px;
}

/*==================================
Stars
==================================*/

.star-rating{
    margin-bottom:5px;
}

.star-rating span{
    color:#ddd;
    font-size:20px;
    margin-right:2px;
}

.star-rating .filled{
    color:#FDBB18;
}

/*==================================
Review
==================================*/

.review-text{
    color:#555;
    font-size:17px;
    line-height:1.9;
	font-family: var(--e-global-typography-c3c77d2-font-family), "Roboto", Sans-serif;
    font-size: var(--e-global-typography-c3c77d2-font-size);
    font-weight: var(--e-global-typography-c3c77d2-font-weight);
    line-height: var(--e-global-typography-c3c77d2-line-height);
    color: var(--e-global-color-text);
}

/*==================================
Responsive
==================================*/

@media(max-width:1024px){

.vedax-video-grid{

grid-template-columns:repeat(2,1fr);

}

.client-detail h3{

font-size:24px;

}

}

@media(max-width:767px){

.vedax-video-grid{

grid-template-columns:1fr;

}

.section-title h2{

font-size:30px;

}

.video-thumb img{

height:220px;

}

.client-detail h3{

font-size:22px;

}

.review-text{

font-size:16px;

}

}

#vedaxVideoPopup{

position:fixed;

left:0;

top:0;

width:100%;

height:100%;

display:none;

z-index:99999;

}

.vedax-overlay{

position:absolute;

width:100%;

height:100%;

background:rgba(0,0,0,.75);

}

.vedax-popup{

position:absolute;

left:50%;

top:50%;

transform:translate(-50%,-50%);

width:90%;

max-width:900px;

background:#fff;

border-radius:18px;

overflow:hidden;

}

.vedax-video-frame{

position:relative;

padding-top:56.25%;

}

.vedax-video-frame iframe{

position:absolute;

left:0;

top:0;

width:100%;

height:100%;

}

.vedax-close{

position:absolute;

right:20px;

top:10px;

font-size:34px;

cursor:pointer;

z-index:99;

color:#fff;

}

/*==============================
    Vedax Review Section
==============================*/

.vedax-review-section{
    background:#fff;
}

.vedax-container{
    max-width:1320px;
    margin:0 auto;
    padding:0 15px;
}

.vedax-review-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

/*==============================
    Card
==============================*/

.vedax-review-card{
    background:#fff;
    border:1px solid #ebebeb;
    border-radius:16px;
    padding:28px;
    transition:.35s;
    height:100%;
}

.vedax-review-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 45px rgba(0,0,0,.08);
}

/*==============================
    Header
==============================*/

.vedax-review-header{
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:12px;
}

.review-image{
    flex:0 0 60px;
}

.client-image{
    width:60px;
    height:60px;
    border-radius:50% !important;
    object-fit:cover;
    display:block;
}

.review-info{
    flex:1;
}

.review-title{
    margin:0;
    font-size:24px;
    font-weight:700;
    line-height:1.2;
}

.review-title a{
    color:#1b1b1b;
    text-decoration:none;
}

.review-title a:hover{
    color:#60ae49;
}

.company-name{
    margin-top:6px;
    color:#777;
    font-size:15px;
}

/*==============================
    Rating
==============================*/

.review-rating{
    display:flex;
    gap:4px;
    margin-bottom: 5px;
}

.review-rating span{
    font-size:22px;
    color:#d8d8d8;
}

.review-rating span.filled{
    color:#FDBB18;
}

/*==============================
    Review Content
==============================*/

.review-content{
    font-size:16px;
    color:#555;
    line-height:1.8;
	font-family: var(--e-global-typography-c3c77d2-font-family), "Roboto", Sans-serif;
    font-size: var(--e-global-typography-c3c77d2-font-size);
    font-weight: var(--e-global-typography-c3c77d2-font-weight);
    line-height: var(--e-global-typography-c3c77d2-line-height);
    color: var(--e-global-color-text);
}

.review-content p:last-child{
    margin-bottom:0;
}

/*==============================
    Pagination
==============================*/

.vedax-pagination{
    margin-top:55px;
    text-align:center;
}

.vedax-pagination .page-numbers{
    width:42px;
    height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid #ddd;
    border-radius:8px;
    color:#222;
    margin:0 5px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.vedax-pagination .page-numbers:hover{
    background:#60ae49;
    border-color:#60ae49;
    color:#fff;
}

.vedax-pagination .current{
    background:#60ae49;
    border-color:#60ae49;
    color:#fff;
}

/*==============================
    Responsive
==============================*/

@media(max-width:991px){

    .vedax-review-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:767px){

    .vedax-review-section{
        padding:60px 0;
    }

    .vedax-review-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .vedax-review-card{
        padding:22px;
    }

    .review-title{
        font-size:20px;
    }

    .client-image{
        width:55px;
        height:55px;
    }

    .review-content{
        font-size:15px;
    }

}

.common-title-transform .eael-dch-title-text {
	text-transform: capitalize !important;
}

.vedax-common-banner .eael-dual-header {
	
}

.services-a-white a {
	color: #FFF !important;
	font-weight: bold;
}

.services-a-black a {
	color: #000 !important;
	font-weight: bold;
}


.free-proposal-frm .wpcf7-form p .wpcf7-submit {
	position: absolute;
    right: 5px;
    top: 5px;
    bottom: 0;
    height: 40px;
	border-radius: 30px;
}

.services-hero-grid .elementor-icon-wrapper {
	display: flex;
}

.services-hero-grid .elementor-icon-wrapper svg {
	position: relative;
	top: 0.8px;
}

.services-hero-grid .elementor-icon-wrapper svg circle {
	fill: transparent;
}

.services-hero-grid-main {
	position: relative;
}

.services-hero-grid-main:before {
	position: absolute;
    content: '';
    background: #60AE492E;
    height: 105px;
    width: 1px;
    right: -10px;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
}

@media screen and (max-width: 576px) {
	.free-proposal-frm .wpcf7-form p .wpcf7-submit  {
		position: relative;
	}
}

.vedax-address {
	    width: 40px !important;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 30px;
}

.vedax-address .elementor-icon-wrapper {
	display: flex;
}

.free-proposal-frm .wpcf7-form .wpcf7-response-output {
    margin: 0.5em 0.5em !important;
}
@media screen and (max-width: 767px) {
    .banner-section-services .elementor-element .elementor-element:first-child .elementor-element.e-con-full.e-flex.e-child {
        width: 55px;
    }
	.vedax-common-banner  .elementor-element .elementor-element:first-child .elementor-element.e-con-full.e-flex.e-child {
		width: 55px;
		margin: auto;
	}
	.why-common-banner .elementor-element .elementor-element:first-child .elementor-element.e-con-full.e-flex.e-child {
		width: auto;
	}
}

.why-services-grid {
	background: red;
	width: 55px;
	height: 55px;
	border-radius: 99em;
}

.why-services-grid .elementor-icon {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.why-common-banner.vedax-common-banner .elementor-element .elementor-element:first-child .elementor-element.e-con-full.e-flex.e-child {
		margin: 0;
	}
/* 	.why-common-banner .why-services-grid {
		width: 45px !important;
		height: 45px;
	} */
}

.client-counter-bg {
	  background: linear-gradient(
        90deg,
        #2d6d0f 0%,
        #2f7d10 20%,
        #3d920f 45%,
        #5fae08 70%,
        #9cc600 100%
    );

    border-radius: 16px;
}

.why-counter-icon svg path,
.why-counter-icon svg circle {
	fill: #FFF;
}

.result-single .mega-menu .menu-column-main .menu-column {
	margin-left: 100px;
}

.result-single .menu-grid .mega-menu-right .menu-column-main .menu-column {
	margin-left: 0;
}
@media screen and (max-width: 1300px) {
	.result-single .mega-menu .menu-column-main .menu-column {
		margin-left: 0;
	}	
}

@media screen and (max-width: 1024px) {
	.menu-item.common-small-item.common-item-30.result-single .mega-menu .menu-grid .menu-column-main {
		width: 100%;
	}
	.result-single .mega-menu .menu-column-main .menu-column {
		margin-left: 0;
	}	
}

@media screen and (max-width: 767px) {
	.menu-item.common-small-item.common-item-30.result-single .mega-menu .menu-grid .menu-column-main {
		width: 100%;
	}
	.result-single .mega-menu .menu-column-main .menu-column {
		margin-left: 0;
	}	
}

.vedax-footer-menu .menu-item {
	margin-right: 4px;
}

.vedax-footer-menu .menu-item:before {
	position: absolute;
    content: '';
    width: 2px;
    height: 20px;
    background: #FFF;
    top: 0;
    left: -5px;
    bottom: 0;
    margin: auto;
}


/* .vedax-footer-menu .menu-item::first-child:before {
	display: none;
} */

.vedax-footer-menu .menu-item:first-child:before {
	display: none;
}

.process-number {
	width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin: 0 auto;
	position: unset;
}

.process-number h2 {
	background: #60AE492E;
	width: 40px;
    height: 40px;
	border-radius: 30px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.process-number:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	background: #60ae49b8;
	left: 50%;
	z-index: -1;
}

.process-number h2 {
	background: var( --e-global-color-9d2eaf2 );
}

.services-hero-grid-main:last-child .process-number:before {
	display: none;
}

@media screen and (max-width: 1024px) {
    .services-hero-grid-main:nth-child(3n) .process-number:before {
		display: none;
	}
}

@media screen and (max-width: 767px) {
    .services-hero-grid-main .process-number:before {
		display: none;
	}
	
	.services-hero-grid-main:before {
		display: none;
	}
	
	.services-hero-grid .elementor-element:first-child {
        width: 55px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
	}
	
	.services-hero-grid {
		margin: auto;
	}
}

/* ==========================
   Featured Projects
========================== */

.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.project-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
}

.project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.project-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.project-image {
    overflow: hidden;
}

.project-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}

.project-card:hover .project-image img {
    transform: scale(1.05);
}

.project-content {
    padding: 25px;
}

.project-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1b2559;
    margin: 0 0 5px;
    line-height: 1.3;
}

.project-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.project-tags span {
    display: inline-block;
    padding: 2px 10px;
    background: #eef2ff;
    color: #4f46e5;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
}

/* ==========================
   Tablet
========================== */

@media (max-width: 991px) {

    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .project-image img {
        height: 220px;
    }

    .project-content {
        padding: 20px;
    }

    .project-content h3 {
        font-size: 22px;
    }

}

/* ==========================
   Mobile
========================== */

@media (max-width: 767px) {

    .projects-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .project-image img {
        height: 220px;
    }

    .project-content {
        padding: 18px;
    }

    .project-content h3 {
        font-size: 20px;
    }

    .project-content p {
        font-size: 14px;
    }

    .project-tags span {
        padding: 7px 14px;
        font-size: 12px;
    }

}

.single.single-post .site-main {
	max-width: 1340px;
	margin: 0 auto;
}

.services-proposal-frm.available-jobs-frm.careers-proposal-frm .wpcf7-form-control.wpcf7-submit {
	width: 100%;
}

.services-hero-grid-main .elementor-counter .elementor-counter-title {
	text-align: center;
}

.seo-services-main .elementor-icon-wrapper .elementor-icon svg {
	fill: transparent !important;
}

.video-icon .elementor-icon {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
}

.video-grid-process {
	position: relative;
}

.video-grid-process::before {
    content: "";
    position: absolute;
    top: 50%;
    right: auto;
    width: calc(100% - 46px);
    height: 1px;
    background: #4CAF50;
    transform: translateY(-50%);
    top: 34px;
    z-index: 0;
    left: 159px;
}

.video-grid-process::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #4CAF50;
    border-right: 2px solid #4CAF50;
    transform: translateY(-50%) rotate(45deg);
    top: 33px;
    z-index: 11;
}

@media screen and (max-width: 1366px) {
	
	.video-grid-process::before {
	    left: calc(12vw - 3px);
	}
	
}

@media screen and (max-width: 1200px) {
	
	.video-grid-process::before {
	    left: 12vw;
	}
	
}

@media screen and (max-width: 1024px) {
	.video-grid-process::after, .video-grid-process::before {
		display: none;
	}
	.play-btn svg {
		width: 70px;
		height: 70px;
	}
}

#ez-toc-container a:visited {
	color: #444 !important;
}

.title-after-before .elementor-heading-title{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    color: #4CAF50;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.title-after-before .elementor-heading-title::before,
.title-after-before .elementor-heading-title::after{
    content: "";
    width: 70px;
    height: 2px;
    background: #4CAF50;
    position: relative;
}

.title-after-before .elementor-heading-title::before{
    box-shadow: 18px 0 0 -6px #4CAF50;
}

.title-after-before .elementor-heading-title::after{
    box-shadow: -18px 0 0 -6px #4CAF50;
}

.services-hero-grid-main.who-we-are-hero-grid-main:before {
    position: absolute;
    content: '';
    background: #60AE492E;
    height: 225px;
    width: 1px;
    right: -5px;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
}

.services-proposal-frm.available-jobs-frm.careers-proposal-frm.available-jobs-frm .wpcf7-form-control-wrap {
	width: 100%;
}

.call-icon-center svg {
	position: relative;
	top: 3px;
}

.e-n-tab-title-text {
	    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*==========================
  Careers Section
==========================*/

.vedax-job-list{
    display:flex;
    flex-direction:column;
    gap:22px;
}

.vedax-job-card{
    display:flex;
    justify-content:space-between;
    align-items:center;
    background:#fff;
    border:1px solid #E8ECEF;
    border-radius:18px;
    padding:30px 35px;
    transition:.35s ease;
}

.vedax-job-card:hover{
    transform:translateY(-6px);
    border-color:#22c55e;
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}

/* Left */

.job-left{
    width:35%;
}

.job-left h3{
    margin:0 0 5px;
    font-size:26px;
    color:#111827;
    font-weight:700;
}

.job-left span{
    display:inline-block;
    color:#777;
    font-size:14px;
    font-weight:600;
}

/* Middle */

.job-middle{
    display:flex;
    gap:30px;
	width: 35%;
}

.job-info{
    display:flex;
    align-items:center;
    gap:15px;
	width: 50%;
}

.job-info i{
    width:52px;
    height:52px;
    border-radius:50%;
    background:#EEF9F1;
    color:#22C55E;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:24px;
}

.job-info strong{
    display:block;
    color:#111827;
    font-size:16px;
}

.job-info small{
    color:#777;
    font-size:14px;
}

/* Right */

.job-right{
    width:220px;
    text-align:right;
}

.apply-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
    color:#fff;
    transition:.35s;
}

.apply-btn:hover{
}

.apply-btn i{
    transition:.35s;
}

.apply-btn:hover i{
    transform:translateX(6px);
}

/*==========================
 Responsive
==========================*/

@media(max-width:1320px) {
	.job-right {
 	   width: 130px;
	}
	.job-left {
    	width: calc(55% - 130px);
	}
	.job-middle {
	    width: 45%;
	}
	.job-middle .job-info:last-child {
		width: 40%;
	}
}

@media(max-width:1024px){

.vedax-job-card{
    flex-wrap:wrap;
    gap:25px;
}

.job-left,
.job-middle,
.job-right{
    width:100%;
}

.job-middle{
    gap:35px;
}

.job-right{
    text-align:left;
}
	
	.job-info{
	width: auto;
}

}

@media(max-width:767px){

.vedax-job-card{
    padding:22px;
}

.job-left h3{
    font-size:22px;
}

.job-middle{
    flex-direction:column;
    gap:20px;
}

.job-info i{
    width:45px;
    height:45px;
}

.apply-btn{
    width:100%;
    justify-content:center;
}

}

.buyer-grid:before {
	position: absolute;
	content: '';
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%2360AE49FF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
    width: 100%;
    height: 2px;
    left: 170px;
    top: 32px;
    z-index: -4;
}

.buyer-grid:last-child:before {
	display: none;
}

.buyer-grid .technical-icon {
	height: 66px;
}

.buyer-grid .technical-icon .elementor-element.elementor-widget-icon {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.buyer-grid .technical-icon .elementor-element.elementor-widget-icon .elementor-icon-wrapper {
	display: flex;
}

.buyer-grid .technical-icon .elementor-icon svg {
	top: 0;
}

.download-now {
	height: 130px;
}

.user-image-overlay .elementor-element {
	position: absolute;
}

.user-image-overlay .elementor-element:nth-child(2) {
	left: 40px;
	z-index: 1;
}

.user-image-overlay .elementor-element:nth-child(3) {
	left: 80px;
	z-index: 2;
}

.user-image-overlay .elementor-element:nth-child(4) {
	left: 120px;
	z-index: 3;
}

.why-title-border {
	position: relative;
}

.why-title-border:before {
	position: absolute;
	content: '';
	background: red;
	width: 30px;
	height: 2px;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: auto;
}

.why-counter-grid {
	position: relative;
}

.why-counter-grid:before {
    position: absolute;
    content: '';
    background: #FFF;
    width: 2px;
    height: 140px;
    bottom: 0;
    left: auto;
    right: -10px;
    top: 0;
    margin: auto;
}

.cta-icon {
	height: 60px;
}

@media screen and (max-width: 1024px) {
	
	.buyer-grid:before, .why-counter-grid:before {
		display: none;
	}
	
	.guide-h {
		height: 170px;
	}
	
}

#menu-copy-right-menu-footer .menu-item.current-menu-item a {
	color: #FFF !important;
}
.footer-main .elementor-element.elementor-widget-image img {
	filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(6206%) hue-rotate(217deg) brightness(144%) contrast(111%);

}