/*
 Theme Name:   Divi Child
 Theme URI:    https://excellerentsolutions.com/
 Description:  Divi Child Theme
 Author:       Excellerent Team
 Author URI:   https://excellerentsolutions.com/
 Template:     Divi
 Version:      1.0.0
 Tags:         Smart. Flexible. Beautiful
 Text Domain:  divichild
*/

.et_pb_slide_video{right:0; padding-left: 50px; margin-right: 0px;}

html {
	font-family: Metropolis;
}

body {
	color: #18191F;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6, p, label {
	font-family: Metropolis !important;
}

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0px !important
}

button, a {
	text-transform: capitalize !important
}

a .et_pb_button:hover {
	background: #00CC64;
}

/* Desktop till 1440px */
h1 {
	font-size: 56px;
	line-height: 64px;
}

h2, .percent .percent-value {
	font-size: 48px;
	line-height: 56px
}

h3 {
	font-size: 40px;
	line-height: 48px;
}

h4 {
	font-size: 32px;
	line-height: 38px;
}

h5 {
	font-size: 24px;
	line-height: 30px;
}

h6 {
	font-size: 20px;
	line-height: 28px;
}

p  {
	font-size: 16px;
	line-height: 24px;
	
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
}

/* blog post styling */
.et_pb_post_content .et_pb_section, .et_pb_post_content .et_pb_section .et_pb_row  {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.et_pb_post_content  {
	margin-bottom: 40px !important;
	
}

.et_pb_post_content div.et_pb_text_inner {
	font-family: Metropolis !important;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
    letter-spacing: 1px;
}

.et_pb_post_content .et_pb_section {
	padding-top: 0px !important;
}

.et_pb_post_content h1, .et_pb_post_content h2,
.et_pb_post_content h3, .et_pb_post_content h4, .et_pb_post_content h5, .et_pb_post_content h6 {
	border-top: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
	border-left: 5px solid #00A551;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 20px;
	margin: 20px 0px;
}

.et_pb_post_content ul {
	margin-left: 30px;
}

.et_pb_post_content li {
	font-size: 16px;
	font-family: Metropolis !important;
    font-weight: 400;
    letter-spacing: 1px;
}

.et_pb_post_content li::marker {
	color: #00A551;
	font-size: 1.3em;
}

.et_pb_post_content a {
	font-weight: 500;
}
/* blog post END */

.et_pb_number_counter {
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.et_pb_number_counter .percent {
	height: auto;
}

.et_pb_number_counter .percent p {
	line-height: unset;
}

.counter_row div.et_pb_column {
	margin-bottom: 0px !important;
}

.n2-ss-layer * {
	font-family: Metropolis !important;
}

.home_clients {
	display: flex;
	align-items: flex-start !important;
}

.join_excel div.et_pb_blurb_content {
	display: flex;
	align-items: center;
    flex-direction: column;
}

.why_choose {
	display: flex;
}

.image_sl {
	height: 600px
}

.why_choose .et_pb_image, .why_choose .et_pb_image_wrap, .image_sl .et_pb_image, .image_sl .et_pb_image_wrap {
	height: 100%;
}

.et_pb_image_wrap img {
	border-radius: 5px;
	object-fit: cover;
}

.row_clients>div {
	width: 100px;
	height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	
	transform: rotate(-90deg);
  	transform-origin: right top;
	
	transform:rotate(-90deg) translateY(-100px);
}

.row_clients>div div.et_pb_image {
	width: 100px;
  	height: 100px;
	
	transform: rotate(90deg);
  	transform-origin: right top;
}

.client_logos_scroll div#freewall div.entry-portfolio {
	width: auto !important;
	height: auto !important;
	min-width: 200px !important;
}

@keyframes slideshow {
	0% {
    	transform: translate3d(0, 0, 0);
  	}
	50% {
		transform: translate3d(-700px, 0, 0);
	}
	100% {
		transform: translate3d(0, 0, 0); /* The image width */
	}
}

.iScrollIndicator {
	display: none !important
}

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

/* speical hightlight */
.special_highlight {
	position: relative;
}

.special_highlight::before {
	background-color: #F3D50F;

  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: 60%;
  left: -2px;
  bottom: 0;
  z-index: -1;
  transform: rotate(-2deg);
}

.et_pb_number_counter .percent p {
	line-height: unset !important; 
}

/* changes color the back-to-top button */
.et_pb_scroll_top.et-pb-icon {
	background-color: #00A551 !important;
}

.et_pb_column .et_pb_team_member_image {
	display: flex;
	justify-content: center;
	margin: 0 0 15px 0;
}

.staff_row div.et_pb_team_member {
	min-height: 400px;
	display: flex;
	flex-direction: column;
    align-items: center;
}

.staff_row .et_pb_team_member_description {
	display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.et_pb_member_social_links a {
	color: #00A551;
}

.et_pb_member_social_links a:hover {
	color: #008541;
}

.bookmark_menu .et_pb_menu__wrap {
	justify-content: flex-start !important;
}

.bookmark_menu .et_pb_menu_0.et_pb_menu ul li a {
	font-size: 16px !important;
	font-family: Metropolis;
}

.bookmark_menu .et_pb_menu_0.et_pb_menu ul li a:hover,  .bookmark_menu .et_pb_menu_0.et_pb_menu ul li a:active {
	color: #00a551;
}

.staff_module_code {
	font-family: Metropolis !important;
}

.awsm-personal-info h3  {
	font-weight: 500;
	font-size: 30px !important;
	color: #F3D50F !important;
	padding-top: 10px !Important;
}

.awsm-personal-info span {
	font-size: 18px !important;
}

.awsm-grid.list-style>.awsm-grid-card {
	border-bottom: 1px solid #00A551
}

.awsm-social-icons {
	display: none;
}

.awsm-contact-info p {
	line-height: inherit;
}

.awsm-modal-items-main {
	max-width: 85% !important;
}

.modal-style.style-1 figcaption {
	opacity: 1;
	transform: none;
}

.benefits-row div.et_pb_column, .benefits-row2 div.et_pb_column {
	flex: 1;
}

.benefits-row .et_pb_image_wrap, .benefits-row img, .benefits-row2 .et_pb_image_wrap, .benefits-row2 img  {
	height: 100%;
}

.benefits-row > div:nth-child(odd) .et_pb_module {
	height: 100%
}

.benefits-row2 > div:nth-child(even) .et_pb_module {
	height: 100%
}

.benefits-row div.et_pb_column, .benefits-rows div.et_pb_column {
	    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Max width for the mega menu  */
.mega_menu_custom, #service_mega_menu {
	max-width: 1440px !important;
}

/* hide the empty heading on services */
.home_services h5.et_pb_toggle_title, h3.et_pb_toggle_title {
	display: none;
	visibility: hidden
}

footer a {
	color: #18191F
}

footer a:hover {
	color: #00a551;
	cursor: pointer;
}

/* contact form styling */
.et_pb_contact_field[data-type=select]:after {
	transform: translateY(50%);
}

.contact_form_contact_us {
	padding: 32px;
	background: #FFFFFF;
    box-shadow: 0px 5px 20px rgb(18 62 119 / 15%);
	border-radius: 16px;
}

.contact_form_contact_us input[type="submit"] {
	color: #FFFFFF;
    border-width: 0px;
    border-radius: 8px;
    letter-spacing: 1px;
    font-size: 16px;
    background-color: #00a551;
    padding-top: 12px;
    padding-right: 32px;
    padding-bottom: 12px;
    padding-left: 32px;
    margin-top: 36px;
}

.contact_form_contact_us input[type="text"], .contact_form_contact_us select, .contact_form_contact_us textarea, .contact_form_contact_us input[type="email"], .contact_form_contact_us input[type="tel"] {
	border-radius: 9px;
	width: 100%;
    font-size: 14px;
    padding: 16px;
}

.contact_form_contact_us input[type="text"]::placeholder, .contact_form_contact_us input[type="email"]::placeholder, .contact_form_contact_us input[type="tel"]::placeholder, .contact_form_contact_us textarea::placeholder, .contact_form_contact_us select::placeholder {
	color: lightgray
}

.contact_form_contact_us  label {
	font-weight: bold;
	letter-spacing: 1px;
}

.contact_form_contact_us form {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.contact_form_contact_us form div {
	flex: 50%;
	padding: 10px 10px 10px 0px
}
.contact_form_contact_us form div.allow-dropdown,
.contact_form_contact_us form div.allow-dropdown .iti-flag, 
.contact_form_contact_us form div.allow-dropdown .iti-arrow{
	padding:0;
}

.contact_form_contact_us .full-w {
	flex: 100%
}

.contact_info h4 {
	line-height: inherit;
	margin-bottom: 5px;
}

.contact_form_contact_us label {
	font-size: 14px;
}

/* .lwp-hide-mobile-menu nav.et-menu-nav, ul#menu-careers-sub-menu {
	overflow: hidden
} */

/*contact us form validation text style */
.wpcf7-not-valid-tip {
	font-size: 14px !important
}

/* Social icons styling */
.et_pb_social_media_follow li a.icon:before {
	color: #00a551 !important;
    background-color: white;
    border: 1px solid #00a551;
}

.et_pb_social_media_follow li:hover a.icon:before {
	color: white !important;
    background-color: #00a551;
}
/* END Social icons styling */

.awsm-grid > div:last-child {
	    padding-bottom: 0px !important;
    border: 1px solid white !important;
    margin-bottom: 0px !important;
}

	.awsm-grid-card figcaption {
		left: 0 !important;
    	right: 0 !important;
		bottom: 0 !important;
		top: auto !important;
	}
	
	.awsm-grid-card figcaption .awsm-personal-info {
		margin-bottom: 0px !important;
	}

	.awsm-personal-info h3  {
		text-align: left !important;
	}

	.awsm-personal-info span {
		text-align: left !important
	}

.last_row_services>div {
	margin-bottom: 0px;
}

/* contact form response styling  */
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #00a5510f;
    background-color: #00a5510f;
    border-radius: 10px;
}

.recaptcha span > div {
	width: 100% !important;
}

/* Footer blog posts */
footer article {
	margin-bottom: 0px !important;
	padding-bottom: 1em !important;
}

footer h6 {
	font-weight: 400 !important
}

/* Footer blog posts END */

.wp-caption, .fluid-width-video-wrapper {
	margin-top: 20px 
}

.wp-block-latest-posts__featured-image img {
	width: 100%;
	max-height: 200px;
	object-fit: cover;
    object-position: top;
}

/* END Desktop */



/* Smaller desktop screens */
@media only screen and (max-width: 980px) {
	.et_pb_blurb_0.et_pb_blurb, .et_pb_blurb_1.et_pb_blurb, .et_pb_blurb_2.et_pb_blurb, .et_pb_blurb_3.et_pb_blurb {
		min-height: auto !important;
	}
}

@media only screen and (max-width: 1024px) {
	.HP_working_section_justify>div {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.work_with_us_col1, .work_with_us_col2 {
		width: 49% !important;
		margin: 0px !important
	}
	
	.work_with_us_col1>div, .work_with_us_col2>div {
		min-height: 200px !important
	}
	
	.image_sl  {
		width: 100% !important;
	}
	
	.image_sl>div {
		padding: 0px;
	}
	
	.counter_row {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.counter_row div.et_pb_column {
		width: 33.3% !important;
		margin-right: 0px !important;
	}
	
	.hp_join_us_row {
		display: flex;
		flex-wrap: wrap;
	}
	
	.hp_join_us_row div.et_pb_column {
		width: 48% !important;
		margin-right: 0px !important;
	}
}
/* END smaller desktop screens */

/* Tablet */
@media (min-width: 481px) and (max-width: 768px)  {

	h1 {
		font-size: 48px;
		line-height: 54px;
	}
	
	h2, .percent .percent-value {
		font-size: 40px;
		line-height: 48px;
	}
	
	h3 {
		font-size: 32px;
		line-height: 48px;
	}
	
	h4 {
		font-size: 24px;
		line-height: 30px;
	}
	
	h5 {
		font-size: 20px;
		line-height: 26px;
	}
	
	h6 {
		font-size: 16px;
		line-height: 22px;
	}
	
	.hp_working_with_us_section>div {
		margin-bottom: 0px;
	}
	
	.et_pb_blurb_content {
		margin-left: 0px;
	}
	
	.hp_working_with_us_section div.et_pb_blurb {
		min-height: 180px !important
	}
	
	.home_clients {
		flex-direction: row !important;
	}
	
	.why_choose {
		display: flex;
    	flex-direction: column-reverse;
	}
	
	.why_choose div:last-child {
		margin-bottom: 20px;
	}
	
	.counter_row {
		justify-content: center;
		margin-top: -10px !important;
	}
	
	.counter_row div.et_pb_column {
		width: 33.3% !important;
		margin-right: 0px !important;
	}
	
	.counter_row .hive_column {
		margin-top: -80px;
	}
	
	.image_sl {
		height: auto
	}
	
	.bookmark_menu ul.et-menu {
		overflow: auto;
		flex-wrap: nowrap !important
	}
	
	.bookmark_menu div.et_pb_menu_inner_container {
		overflow: hidden;
	}
	
	.bookmark_menu ul.et-menu li {
		flex: 0 0 20%;
		justify-content: center;
		min-width: fit-content;
	}
	
	.bookmark_menu .et_pb_menu__wrap {
		justify-content: flex-start;
	}
	
	.bookmark_menu .et_pb_menu_inner_container, .bookmark_menu .et_pb_menu__wrap, .bookmark_menu .et_pb_menu__menu {
		overflow: auto;	
	}
	
	.staff_row div.et_pb_team_member {
		min-height: auto;
	}
	
	.aboutus_hero {
		flex-direction: column;
	}
	
	.awsm-personal-info h3  {
		font-size: 32px !important;
		text-align: left !important;
	}

	.awsm-personal-info span {
		font-size: 20px !important;
		text-align: left !important
	}
	
	.benefits-row, .benefits-row2 {
		flex-direction: column
	}
	
	.benefits-row .et_pb_image_wrap, .benefits-row img, .benefits-row2 .et_pb_image_wrap, .benefits-row2 img {
		height: auto;
		max-height: fit-content;
	}
	
	.benefits-row>div:nth-child(odd) .et_pb_module {
		height: auto;
	}
	
	.footer_menu_row {
		display: flex;
	}
	
	.footer_menu_row > div.et_pb_column  {
		flex: 33.3%;
	}
	
	.copyright_row > div:first-child {
		flex: 4
	}
	
	.copyright_row > div:not(:first-child) {
		flex: 1
	}
}
/* END Tablet */

/* Mobile */
@media (min-width: 320px) and (max-width: 480px)  {
	h1 {
		font-size: 40px;
		line-height: 46px;
	}
	
	h2, .percent .percent-value {
		font-size: 32px;
		line-height: 40px
	}
	
	h3 {
		font-size: 24px;
		line-height: 48px
	}
	
	h4 {
		font-size: 20px;
		line-height: 26px;
	}
	
	h5 {
		font-size: 16px;
		line-height: 22px;
	}
	
	h6 {
		font-size: 14px;
		line-height: 20px;
	}
	
	.hp_working_with_us_section>div {
		margin: 0px !important;
	}
	
	.home_clients div.et_pb_column {
		display: flex;
	}
	
	.why_choose {
		display: flex;
    	flex-direction: column-reverse;
	}
	
	.why_choose div:last-child {
		margin-bottom: 20px;
	}
	
	.join_excel div.et_pb_blurb_content { 
		flex-direction: row;
		align-items: flex-start;
	}
	
	.join_excel .et_pb_main_blurb_image {
		min-width: 32px;
	}
	
	.join_excel .et_pb_module_header, .join_excel .et_pb_blurb_description {
		text-align: left !important;
	}
	
	.counter_row div.et_pb_column {
		width: 50% !important
	} 
	
	.counter_row div.et_pb_number_counter, .aboutus_counter_row div.et_pb_number_counter {
		width: auto;
		min-height: 180px
	}
	
	.counter_row {
		justify-content: center;
	}
	
	.counter_row div.et_pb_number_counter .title, .aboutus_counter_row 		div.et_pb_number_counter .title {
		width: 70%;
		margin: 0 auto;
	}
	
	.image_sl {
		height: auto
	}
	
	/* humbergur menu style */
	.et_mobile_menu {
		background-color: #00A551 !important;
		color: white;
	}
	
	.client_logos_scroll div#freewall div.entry-portfolio {
		min-width: 140px !important;
	}
	
	.entry-portfolio--hovercard {
		margin-bottom: 0px !important
	}
	
	.work_with_us_col1, .work_with_us_col2 {
		width: 100% !important;
	}
	
	.hp_join_us_row div.et_pb_column {
		width: 100% !important	
	}
	
	/* Makes the secondary menu on each page horizontally scrollable */
	.bookmark_menu ul.et-menu, .bookmark_menu .et-menu-nav {
		overflow: auto;
		flex-wrap: nowrap !important
	}
	
	.bookmark_menu .et_pb_menu_inner_container, .bookmark_menu .et_pb_menu__wrap, .bookmark_menu .et_pb_menu__menu {
		overflow: auto;
	}
	
	.bookmark_menu div.et_pb_menu_inner_container {
		overflow: hidden;
	}
	
	.bookmark_menu ul.et-menu li {
		flex: 0 0 20%;
		justify-content: center;
		min-width: fit-content;
	}
	
	.aboutus_counter_row div.et_pb_column {
		width: 50% !important;
	}
	
	.staff_row {
		display: flex;
		justify-content: space-between;
	}
	
	.staff_row div.et_pb_column {
		width: 48% !important
	}
	
	.staff_row div.et_pb_team_member {
		min-height: auto;
	}
	
	.aboutus_hero {
		flex-direction: column;
	}
	
	/* hides the horizontal scroll bar only on chrome, Safari, and Opera */
	.bookmark_menu ul::-webkit-scrollbar, .bookmark_menu div::-webkit-scrollbar, .bookmark_menu nav::-webkit-scrollbar {
		display: none;
	}
	
	.bold_timeline_item {
		text-align: left !important;
	}
	
	.bold_timeline_item_marker {
		left: 0 !important;
		background: #00A551 !important
	}
	
	.bold_timeline_item_connection {
		background: white !important
	}
	
	.awsm-personal-info h3  {
		font-size: 24px !important;
	}

	.awsm-personal-info span {
		font-size: 18px !important;
	}
	
	.benefits-row, .benefits-row2 {
		flex-direction: column
	}
	
	.benefits-row .et_pb_image_wrap, .benefits-row img, .benefits-row2 .et_pb_image_wrap, .benefits-row2 img {
		height: auto;
		max-height: fit-content;
	}
	
	.benefits-row>div:nth-child(odd) .et_pb_module {
		height: auto;
	}
	
	.contact_form_contact_us form div {
		flex: 100%;
		padding: 10px 0px;
	}
	
	.case_study_con .et_pb_slide_description .et_pb_slide_title {
		margin-bottom: 20px
	}
	
/* 	blog content styling */
	.et_pb_post_content ul {
		margin-left: 20px;
	}
	
	.et_pb_post_content  {
		margin-bottom: 20px !important	
	}
/* 	blog content END */
	
	.et_pb_widget_area {
		padding-top: 20px;
		border-top: 1px solid #d7d7d7
	}
	
	.awsm-modal-items-main {
		max-width: 100% !important;
	}
	
	.awsm-modal-content-main {
		padding: 0px 20px;
	}
	
	.awsm-modal-item {
		padding-bottom: 0px !important;
	}
	
	.awsm-modal-details h3 {
		line-height: inherit
	}
	
	.last_row_services>div:first-child, .last_row_services>div:last-child {
		display: none !important;
	}

}
/* END Mobile */

.et_pb_number_counter.et_pb_with_title .percent {
	margin-bottom: 0px;
}

/* homepage number counter section */
.counter_row div.et_pb_column {
	width: 18%;
	margin-right: 2%;
}

/* Homepage slider font styles */
.hompg_slider_h1 h1 {
	font-family: Metropolis !important;
	font-size: 3.5rem !important;
	line-height: 64px !important;
	letter-spacing: 1px !important;
}

.homepage_hero_slider p {
	font-family: Metropolis !important;
    font-style: normal !important;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 1px !important;
    font-weight: 400 !important;
}

/* Justify the working with us section on homepage */
.HP_working_section_justify>div {
	display: flex;
	align-items: flex-start;
}

@media screen and (max-width: 769px) {
	.HP_working_section_justify>div {
		align-items: flex-start;
	}

	.hp_working_with_us_section {
		margin: 0px !important;
		width: 100%;
	}
}

@media screen and (max-width: 769px) {
	.hompg_slider_h1 h1 {
		font-size: 30px !important;
		line-height: 34px !important;
		letter-spacing: 1px !important;
	}
}
/*Big screens*/

.home_SmartSlider {
	z-index: 60;
}

@media screen and (max-width: 768px) {
	.home_clients {
		flex-direction: column;
	}
}
.et_contact_bottom_container {
	display: flex;
	justify-content: flex-start;
	width: 100% !important;
}

/*set the defautl background color of the header section*/
.pa-header {
	background: transparent;
	-webkit-transition: background-color 200ms ease-out;
	-moz-transition: background-color 200ms ease-out;
	-o-transition: background-color 200ms ease-out;
	transition: background-color 200ms ease-out;
}


/*set the background color of the fixed header when scrolling*/
.pa-fixed-header {
	background-color: #FFFFFF !important;
	box-shadow: 0px 5px 20px rgba(18, 62, 119, 0.15);
	-webkit-transition: background-color 200ms ease-out;
	-moz-transition: background-color 200ms ease-out;
	-o-transition: background-color 200ms ease-out;
	transition: background-color 200ms ease-out;
}


/* Makes the blog module to render four coloumn */
.cu-blog-ex .et_pb_salvattore_content[data-columns]::before {
	content: '4 .column.size-1of4' !important;
}
@media only screen and ( min-width: 981px ) {
	.cu-blog-ex .column.size-1of4 {
	    width: 24%!important;
	    margin-right: 1%;
	}
}

/* Equal alignment of blogs regardless of the content */
.pa-blog-equal-height .pa-auto-height {
    height: auto !important;
}

.pa-blog-equal-height .pa-auto-margin {
    margin-top: 20px !important;
}


/* disables the humberger menu on tablet for bookmarks menu*/
.lwp-hide-mobile-menu.et_pb_menu .et_pb_menu__menu,.lwp-hide-mobile-menu.et_pb_fullwidth_menu .et_pb_menu__menu {
    display: flex!important;
}
 
.lwp-hide-mobile-menu .et_mobile_nav_menu {
    display: none;
}

/* Style for bookmark menu*/
#menu-about-sub-menu li, #menu-service-sub-menu li, #menu-technology-sub-menu li, #menu-data-infrastructure-sub-menu li, #menu-resources-sub-menu li, #menu-careers-sub-menu li {
	border-right: 1px solid lightgray;	
	padding: 0px 20px
}

#menu-about-sub-menu li:last-child, #menu-service-sub-menu li:last-child, #menu-technology-sub-menu li:last-child, #menu-data-infrastructure-sub-menu li:last-child, #menu-resources-sub-menu li:last-child, #menu-careers-sub-menu li:last-child {
	border: none;
}

#menu-about-sub-menu li:first-child, #menu-service-sub-menu li:first-child, #menu-technology-sub-menu li:first-child, #menu-data-infrastructure-sub-menu li:first-child, #menu-resources-sub-menu li:first-child, #menu-careers-sub-menu li:first-child {
	padding-left: 10px;
}

/* end styling for bookmark menu*/

/*move wrapped title, meta, and text up over the image*/

.pa-blog-text {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	padding: 30px;
	z-index: 1;
	background: rgba(24, 25, 31, 0.5);
}

/*keep the moved items positioned with their parent items*/

.et_pb_blog_grid article {
	position: relative;
}


/*remove spacing around entire blog post*/

.et_pb_blog_grid .et_pb_post {
	padding: 0px;
}


/*remove negative margins on blog featured image*/

.et_pb_image_container {
	margin: 0;
}


/*remove the margin below the featured image frame*/

.et_pb_post .entry-featured-image-url {
	margin: 0;
}


/* resizing blog featured image */

/*blog image aspect ratio portrait 9:16*/

.pa-blog-image-9-16 .entry-featured-image-url {
  padding-top: 117%;
  display: block;
}

.pa-blog-image-9-16 .entry-featured-image-url img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

/* END */

/*add labels above the form input fields*/
.et_pb_contact_form label.et_pb_contact_form_label {
	display: block !important;
  	font-weight: bold;
}
/*hide the extra label*/
.et_pb_contact_form .et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title {
    display: none;
}
/*make placehold text same color as field background*/
.et_pb_contact_form ::-webkit-input-placeholder {
	color: #eee !important;
}
.et_pb_contact_form.my_contact :-moz-placeholder {
	color: #eee !important;
}
.et_pb_contact_form ::-moz-placeholder {
	color: #eee !important;
}
.et_pb_contact_form :-ms-input-placeholder {
	color: #eee !important;
}

/* END */

/* makes the blog title no more than one line on plugin*/
.lwp_post_carousel_title {
	white-space: nowrap;
	overflow: hidden;
}

/* aligns the read more button to the bottom */
.et_pb_module.et_pb_blog_grid_wrapper .more-link {
        position: absolute;
        
        left: 0;
        right: 0;
	
	padding: 0px 20px 0px;
    }

    .et_pb_module.et_pb_blog_grid_wrapper .et_pb_post {
        position: relative;
    }
   /*END*/ 

/*set gray bg for blog module where #blog-gray-bg ID is set*/
#blog-gray-bg .et_pb_blog_grid .et_pb_post {
	background-color: #eff2f5;
}

/* adjusts the width os the mega tabs on mega menu*/
body .dmm-vert-tabs .et_pb_all_tabs {
    flex: 6;
}

/*Mega menu styling*/
ul.et_pb_tabs_controls {
    background-color: white;
}

.et_pb_tabs_controls li.et_pb_tab_active {
	background: #00A551;
	border-radius: 8px;
	color: white;
	margin: 5px;
}

.dmm-vert-tabs .et_pb_tabs_controls li a {
	padding: 0;
}
.et_pb_tabs_controls li a {
	padding: 5px 10px !important;
}

.dmm-vert-tabs .et_pb_tabs_controls li {
	padding: 8px 32px !important;
}

.et_pb_tab_active a {
	color: white !important
}

/*left & right buttons*/
#left{
	display: none;
}
.scroll_menu_section{
	width: 100% !important;
}
@media(max-width:981px){
  .horizontal-scroll{
    padding: 0px !important;
  }
}
@media(max-width:481px){
  .scroll_menu_section{
    width: 75.8% !important;
  }
}
textarea{
	resize:none
}

* {
    font-family: 'Metropolis';
}


.hero-section, .submenu-section  {
    padding: 56px 0px;
}

hr {
    border: 1px solid #BFCDD2;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px; 
}


h2 {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 1px;
    color: #18191F;
    margin: 16px 0px; 
}

h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
}

h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 14px 0px; 
}

h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
    margin: 8px 0px;
}

.page-title {
    margin: 48px 0px; 
}

.page-title h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #18191F;
}

.s-color {
    color: #00A551 
}
