/*
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: 60px;
	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-icon svg,
.box-grid-hover:hover .elementor-heading-title {
	fill: #FFF !important;
	color: #FFF !important;
}

.services-border {
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

/* .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: 20px;
}

.fbp-img {
	width: 40%;
}

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

.fbp-item-content {
	width: calc(55% - 20px);
	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;
	}
	
}

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

.free-proposal-frm .wpcf7-form  p {
	background: linear-gradient(180deg, rgba(215, 240, 163, 0.21) 0%, rgba(213, 220, 201, 0.38) 100%);
	padding: 20px;
	display: flex;
	width: 700px;
	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 #7d963d4d;
	background: #fff;
	font-size: 18px;
	height: 45px;
	position: relative;
	padding: 16px 16px 16px 16px;
	box-shadow: none;
	width: 100%;
}

.free-proposal-frm .wpcf7-spinner  {
	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:#777;
	text-decoration:none;
}

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

.custom-breadcrumb span{
	color:#7f9132;
	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% - 390px);
	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: 50px 0;
	gap: 20px;
	align-items: center;
}

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

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

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

}


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

}

@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 {
	position: relative;
	padding: 10px 0;
}

.single.single-post .custom-breadcrumb::before,
.single.single-insight .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%);;
}

.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-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
    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 {
    	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 {
    	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 {
    	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;
	}


}