
/*
	Theme Name: Obeach Dubai
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.1.1
	Stable tag: 3.1.1
	Requires at least: 6.0
	Tested up to: 6.5
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

/**
 * Loading first in the style.scss & classic-editor.scss
 */

/**
* Document basic styling
* Inspired by Normalize.css, HTML5 Boilerplate & Bootstrap Reboot Projects under MIT License
 */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

:root {
	--six-cols: 8;
	--six-site-margin: 22px;
	--six-gutter: 20px;
	--six-site-max-width: 1832px;
	--six-panel-width: 100vw;
	--six-filter-width: 100vw;
	--six-filter-offset: -100vw;
	--six-card-caption: 120px;
}

@media (min-width: 768px) {
	:root {
		--six-panel-width: 50vw;
	}
}

@media (min-width: 1024px) {
	:root {
		--six-site-margin: 44px;
		--six-gutter: 40px;
		--six-filter-width: 220px;
		--six-filter-offset: -440px;
	}
}

@media (min-width: 1280px) {
	:root {
		--six-cols: 24;
		--six-panel-width: 33vw;
	}
}

@media (min-width: 1440px) {
	:root {
		--six-card-caption: 115px;
	}
}

@media (min-width: 2000px) {
	:root {
		--six-card-caption: 110px;
	}
}

*, *::before, *::after {
	box-sizing: border-box;
}

/* Sections
 */
body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
	margin-block-start: .5rem;
	margin-block-end: 1rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

p {
	margin-block-start: 0;
	margin-block-end: .9rem;
}

/* Grouping content
 */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
	white-space: pre-wrap;
}

/* Text-level semantics
 */
a {
	background-color: transparent;
	text-decoration: none;
	color: #474747;
}

a:hover, a:active {
	color: #ffa400;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-block-end: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* Embedded content
 */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
	height: auto;
	max-width: 100%;
}

/* Interactive
 */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

figcaption {
	font-size: 16px;
	color: #333;
	line-height: 1.4;
	font-style: italic;
	font-weight: 400;
}

/* Misc
 */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Print
 */
@media print {
	*, *:before, *:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	
	a, a:visited {
		text-decoration: underline;
	}
	
	a[href]:after {
		content: " (" attr(href) ")";
	}
	
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	
	a[href^="#"]:after, a[href^="javascript:"]:after {
		content: "";
	}
	
	pre {
		white-space: pre-wrap !important;
	}
	
	pre, blockquote {
		-moz-column-break-inside: avoid;
		break-inside: avoid;
		border: 1px solid #ccc;
	}
	
	thead {
		display: table-header-group;
	}
	
	tr, img {
		-moz-column-break-inside: avoid;
		break-inside: avoid;
	}
	
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	
	h2, h3 {
		-moz-column-break-after: avoid;
		break-after: avoid;
	}
}

/**
 * Form styling
 */
label {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
}

input[type=text], input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=url], select, textarea {}

input[type=text]:focus, input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=url]:focus, select:focus, textarea:focus {
	border-color: #333;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
	width: auto;
	-webkit-appearance: button;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button {
	border: 0;
	border: none;
	background-color: transparent;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	text-align: inherit;
	transition: none;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
	resize: vertical;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

select {
	display: block;
}

/**
 * List styling
 */
dl, dt, dd, ol, ul, li {
	margin-block-start: 0;
	margin-block-end: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.Overlay {
	background-color: rgba(0, 0, 0, .25);
	height: 100%;
	left: 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: opacity .5s cubic-bezier(.19, 1, .22, 1) 0s;
	width: 100%;
	z-index: 10;
}

body.overlay-active .Overlay {
	opacity: 1;
	pointer-events: all;
}

.BurgerMenu__main-menu__menu__item__link.more-menu {
	margin-bottom: calc(1.33333vw + 33.33333px);
}

/*----------------------------------------------------------------------------*/

/*Blog*/

/*----------------------------------------------------------------------------*/
.blog-flex-section .post-item {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #ddd;
}

.blog-flex-section .post-item .blog-images-column {
	width: 40%;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.blog-flex-section .post-item .blog-content-column {
	width: 60%;
}

.blog-flex-section .post-item .blog-images-column .post-image, .blog-flex-section .post-item .blog-images-column .post-image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.blog-flex-section .post-item .blog-content-column .post-content {
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	padding: 60px 30px !important;
	justify-content: center;
}

.blog-flex-section .post-item .blog-content-column .post-content .content {
	max-width: 720px;
	width: 100%;
}

.blog-content-column .post-content .content a.read-more {
	align-items: center;
	background-color: #fff;
	border: 1px solid #ffa400;
	border-radius: 20px;
	color: #ffa400;
	cursor: none;
	display: inline-flex;
	font-family: tw_cen_mtregular;
	font-size: calc(.13333vw + 13.33333px);
	font-style: normal;
	font-weight: 400;
	justify-content: center;
	letter-spacing: .05em;
	line-height: 1.25;
	margin-right: auto;
	min-height: 38px;
	padding: 5px 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .3s cubic-bezier(.19, 1, .22, 1) 0s;
}

.blog-content-column .post-content .content a.read-more:hover {
	background-color: #ffa400;
	border-color: #ffa400;
	color: #fff;
}

.blog-content-column .post-content .content h2 {
	font-family: tw_cen_mtregular;
	font-size: calc(1.4vw + 10px);
	font-style: normal;
	font-weight: 400;
	letter-spacing: -.02em;
	line-height: .9714285714;
}

.blog-content-column .post-content .content p {
	color: var(--bs-secondary-color) !important;
	font-size: 18px;
	font-family: tw_cen_mtregular;
}

.blog-flex-section .post-item .blog-images-column .post-image {
	aspect-ratio: 10/9;
}

.related-posts-list {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	padding-top: 30px;
	padding-bottom: 50px;
}

.related-posts-list .blog-flex-section {
	width: 33.333%;
	padding: 0 15px;
}

.related-posts-list .blog-flex-section .post-item {
	display: block;
	border: 0;
}

.related-posts-list .blog-flex-section .post-item .blog-images-column {
	width: 100%;
	border: 0 !important;
}

.related-posts-list .blog-flex-section .post-item .blog-content-column {
	width: 100%;
}

.related-posts-list .blog-flex-section .post-item .blog-content-column .post-content {
	padding: 20px 0 0 !important;
}

.related-posts-list .blog-flex-section .post-item h2 {
	color: #ffa500;
}

@media (max-width: 1599px) {
	.blog-content-column .post-content .content p {
		font-size: 18px;
	}
	
	.blog-content-column .post-content .content h2 {
		font-size: 32px;
	}
}

@media (max-width:1199px) {
	.blog-flex-section .post-item .blog-content-column .post-content {
		padding: 40px 30px !important;
	}
	
	.blog-content-column .post-content .content h2 {
		font-size: 28px;
	}
	
	.blog-content-column .post-content .content p {
		font-size: 16px;
	}
}

@media (max-width:767px) {
	.blog-flex-section .post-item .blog-images-column {
		width: 100%;
	}
	
	.blog-flex-section .post-item .blog-content-column {
		width: 100%;
	}
	
	.blog-flex-section .post-item .blog-content-column .post-content {
		padding: 40px 20px !important;
	}
	
	.blog-flex-section .post-item.even {
		flex-direction: column-reverse;
	}
	
	.related-posts-list .blog-flex-section {
		width: 100%;
		padding: 15px;
	}
}

/*----------21-07-2025------------*/
.same-height img {
	height: 100%;
	display: block !important;
	aspect-ratio: 200/225;
	object-fit: cover;
}

.section-heading-colum {
	padding: 30px 20px;
}

.banner-heading-section h2 {
	font-family: "GT Proelium" !important;
	text-transform: uppercase;
	line-height: 55px;
	text-shadow: 0 0 #000;
	font-size: 42px !important;
	font-weight: normal !important;
}

.image-content-column h4, .image-content-column h1, .image-content-column h2, .image-content-column h3, .image-content-column h5, .image-content-column h6, .image-content-column p {
	font-family: "GT Proelium" !important;
	text-align: center;
	text-shadow: 0px 0px #000;
	font-weight: normal !important;
}

.image-content-column h4, .image-content-column h1, .image-content-column h2, .image-content-column h3, .image-content-column h5, .image-content-column h6 {
	font-size: 36px;
	margin: 0;
	padding-bottom: 5px;
	line-height: 50px;
}

.image-content-column p {
	font-size: 32px;
	font-weight: normal !important;
	text-shadow: none;
}

.image-content-column {
	position: absolute !important;
	top: 50%;
	transform: translateY(-50%);
	color: #fff !important;
	left: 0;
	right: 0;
	padding: 0 25px;
	margin-top: -50px;
}

.column-box-section .elementor-widget-image {
	position: relative;
}

.column-box-section .elementor-widget-image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
}

.banner-center  a.elementor-button {
	font-family: "GT Proelium" !important;
	text-transform: uppercase;
	line-height: 50px;
	padding: 0 25px;
	letter-spacing: 2px;
	font-weight: normal !important;
}

.column-three-section .p-0 {
	padding: 0;
}

.title-heading-section h2.elementor-heading-title {
	font-family: "GT Proelium" !important;
	font-size: 38px !important;
	line-height: 45px;
	font-weight: normal !important;
}

.grid-heading .elementor-heading-title {
	font-family: "GT Proelium" !important;
	font-size: 25px !important;
	line-height: 33px;
	letter-spacing: 0px;
	font-weight: normal !important;
}

.experience-section .p-0.grid-column {
	padding: 50px 20px 0;
}

.grid-column p {
	font-size: 19px !important;
	line-height: 23px;
	padding-top: 10px;
}

.image-content-column p {
	font-size: 30px;
	font-weight: normal !important;
	text-align: center;
	font-family: "tw_cen_mtregular", Sans-serif !important;
	max-width: 420px;
	margin: auto;
	line-height: 35px;
}

.sign-up-section a.elementor-button {
	font-family: "GT Proelium" !important;
	text-transform: uppercase;
	line-height: 50px;
	padding: 0 25px;
	letter-spacing: 2px;
	font-weight: normal !important;
}

.journey-section .elementor-widget-html ul {
	max-width: 1300px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	font-family: "GT Proelium" !important;
	font-size: 38px !important;
	line-height: 45px;
	font-weight: normal !important;
	list-style: auto;
	color: #fff;
}

.journey-section .elementor-widget-html ul li {
	width: 50%;
	padding: 0 8px;
	padding-top: 70px;
	padding-right: 60px;
}

.journey-section .elementor-widget-html ul li p {
	margin: 0;
	font-size: 26px;
	color: #fff;
	font-family: "tw_cen_mtregular", Sans-serif;
	text-transform: uppercase;
	line-height: 30px;
	padding-top: 10px;
}

.section-table-row table th, .section-table-row table tr, .section-table-row table {
	background: transparent !important;
	border: 0 !important;
}

.section-table-row table th, .section-table-row table td {
	font-family: "GT Proelium" !important;
	text-transform: uppercase;
	font-size: 28px !important;
	font-weight: normal !important;
	margin: 0;
	color: #fff !important;
	display: table-cell;
	vertical-align: middle !important;
	padding: 20px 15px !important;
}

.section-table-row {
	max-width: 1470px;
	margin: auto;
}

.section-table-row table th, .section-table-row table td + td {
	text-align: center;
}

.section-table-row table td span {
	position: relative;
	display: block;
	height: 33px;
	width: 100%;
	width: 190px;
	margin: auto;
}

.section-table-row table td span.white-bg {
	background: #fff;
}

.section-table-row table td span.orange-bg {
	background: #ffa500;
}

.section-table-row table td span.white-bg.active::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 18px;
	height: 18px;
	border-radius: 100px;
	border: 4px solid #ffa500;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
}

.section-table-row table td span.orange-bg.active::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 18px;
	height: 18px;
	border-radius: 100px;
	border: 4px solid #fff;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
}

.journey-section .elementor-widget-html ul li strong {
	font-weight: normal;
}

.section-table-row table th b, .section-table-row table td b {
	display: block;
	font-weight: normal;
	font-family: "GT Proelium" !important;
	line-height: 40px;
	font-size: 28px;
}

.section-table-row table th, .section-table-row table td {
	font-family: "tw_cen_mtregular", Sans-serif !important;
	line-height: 25px;
	font-size: 20px !important;
}

@media (max-width: 1699px) {
	.image-content-column h4, .image-content-column h1, .image-content-column h2, .image-content-column h3, .image-content-column h5, .image-content-column h6 {
		font-size: 28px;
		margin: 0;
		padding-bottom: 5px;
		line-height: 35px;
	}
	
	.image-content-column p {
		line-height: 25px;
		font-size: 22px;
		max-width: 320px;
	}
	
	.section-heading-colum h2.elementor-heading-title {
		font-size: 24px !important;
	}
	
	.banner-center {
		padding: 130px 0 !important;
	}
	
	.banner-heading-section h2 {
		line-height: 45px;
		font-size: 34px !important;
	}
	
	.banner-center a.elementor-button, .sign-up-section a.elementor-button {
		padding: 0 20px !important;
		font-size: 18px !important;
		line-height: 45px !important;
		letter-spacing: 1px !important;
	}
	
	.elementor-5984 .elementor-element.elementor-element-61e5527 > .elementor-widget-container {
		margin: 15px 0px 0px 0px !important;
	}
	
	.experience-section {
		padding: 80px 0 !important;
	}
	
	.elementor-5984 .elementor-element.elementor-element-db3abad img {
		max-width: 170px !important;
	}
	
	.elementor-5984 .elementor-element.elementor-element-db3abad > .elementor-widget-container {
		margin: 0px 0px 60px 0px !important;
		padding: 0px 0px 0px 0px;
	}
	
	.title-heading-section h2.elementor-heading-title {
		font-size: 34px !important;
		line-height: 40px;
	}
	
	.elementor-5984 .elementor-element.elementor-element-23c4142 {
		font-size: 24px !important;
	}
	
	.experience-section .p-0.grid-column {
		padding: 35px 20px 0;
	}
	
	.grid-heading h2.elementor-heading-title {
		font-size: 20px !important;
		line-height: 25px;
	}
	
	.grid-column p {
		font-size: 16px !important;
		line-height: 18px;
		padding-top: 5px;
	}
	
	.section-table-row table th, .section-table-row table td {
		font-size: 24px !important;
		padding: 16px 15px !important;
	}
	
	.journey-section {
		padding: 50px 0 70px;
	}
	
	.journey-section .elementor-widget-html ul li {
		padding-top: 60px;
	}
	
	.journey-section .elementor-widget-html ul {
		max-width: 1060px;
	}
	
	.journey-section .elementor-widget-html ul {
		font-size: 30px !important;
		line-height: 30px;
	}
	
	.elementor-5984 .elementor-element.elementor-element-e261cd5 > .elementor-widget-container {
		margin: 0px 0px 60px 0px !important;
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-5984 .elementor-element.elementor-element-e261cd5 img {
		max-width: 170px !important;
	}
	
	.sign-up-section {
		padding: 80px 0 60px !important;
	}
}

@media (max-width: 1499px) {
	.image-content-column h4, .image-content-column h1, .image-content-column h2, .image-content-column h3, .image-content-column h5, .image-content-column h6 {
		font-size: 26px;
		margin: 0;
		padding-bottom: 5px;
		line-height: 30px;
	}
	
	.image-content-column p {
		line-height: 20px;
		font-size: 20px;
		max-width: 310px;
	}
	
	.section-heading-colum h2.elementor-heading-title {
		font-size: 22px !important;
	}
	
	.section-heading-colum {
		padding: 20px 30px;
	}
	
	.banner-center {
		padding: 110px 0 !important;
	}
	
	.banner-heading-section h2 {
		line-height: 40px;
		font-size: 30px !important;
	}
	
	.experience-section {
		padding: 60px 0 !important;
	}
	
	.elementor-5984 .elementor-element.elementor-element-db3abad > .elementor-widget-container {
		margin: 0px 0px 45px 0px !important;
	}
	
	.elementor-5984 .elementor-element.elementor-element-db3abad img {
		max-width: 150px !important;
	}
	
	.title-heading-section h2.elementor-heading-title {
		font-size: 30px !important;
		line-height: 40px;
	}
	
	.elementor-5984 .elementor-element.elementor-element-23c4142 {
		font-size: 22px !important;
	}
	
	.journey-section .elementor-widget-html ul li {
		padding-top: 50px;
	}
	
	.journey-section .elementor-widget-html ul {
		font-size: 26px !important;
		line-height: 30px;
	}
	
	.journey-section .elementor-widget-html ul li p {
		line-height: 25px;
		font-size: 22px;
	}
	
	.elementor-5984 .elementor-element.elementor-element-e261cd5 > .elementor-widget-container {
		margin: 0px 0px 45px 0px !important;
	}
	
	.elementor-5984 .elementor-element.elementor-element-e261cd5 img {
		max-width: 150px !important;
	}
	
	.section-table-row table th, .section-table-row table td {
		font-size: 18px !important;
	}
	
	.section-table-row table th b, .section-table-row table td b {
		font-size: 20px;
		line-height: 30px;
	}
	
	.section-table-row table td span {
		width: 140px;
	}
	
	.image-content-column {
		margin-top: -40px;
	}
}

@media (max-width: 1199px) {
	.experience-section .e-flex.e-con-boxed {
		padding: 0 20px !important;
	}
	
	.section-table-row .table-responsive {
		overflow: hidden;
		overflow-x: auto;
	}
	
	.section-table-row .table-responsive table {
		min-width: 1210px;
	}
}

@media (max-width: 991px) {
	.section-table-row {
		max-width: 708px;
	}
	
	.section-table-row table td span {
		width: 190px;
	}
	
	.elementor-element.elementor-element-8ffbf90 {
		padding: 0 20px !important;
	}
	
	.journey-section .elementor-widget-html ul li {
		width: 100%;
		padding: 30px 0 0 0;
		padding-right: 0;
	}
	
	.journey-section .elementor-widget-html ul {
		max-width: 530px;
	}
	
	.journey-section .elementor-widget-html ul li p {
		line-height: 25px;
		font-size: 20px;
	}
	
	.journey-section {
		padding: 50px 0 !important;
	}
	
	.elementor-5984 .elementor-element.elementor-element-db3abad img {
		max-width: 120px !important;
	}
	
	.elementor-5984 .elementor-element.elementor-element-db3abad > .elementor-widget-container {
		margin: 0px 0px 35px 0px !important;
	}
	
	.elementor-5984 .elementor-element.elementor-element-e261cd5 > .elementor-widget-container {
		margin: 0px 0px 35px 0px !important;
	}
	
	.elementor-5984 .elementor-element.elementor-element-e261cd5 img {
		max-width: 120px !important;
	}
	
	.image-content-column h4, .image-content-column h1, .image-content-column h2, .image-content-column h3, .image-content-column h5, .image-content-column h6 {
		font-size: 22px;
		margin: 0;
		padding-bottom: 5px;
		line-height: 25px;
	}
	
	.image-content-column {
		padding: 0 15px;
	}
	
	.image-content-column p {
		line-height: 18px;
		font-size: 18px;
		max-width: 310px;
	}
	
	.section-heading-colum h2.elementor-heading-title {
		font-size: 18px !important;
	}
	
	.section-heading-colum {
		padding: 15px;
	}
	
	.experience-section .p-0.grid-column {
		padding: 15px 0px 0;
		display: flex;
		flex-wrap: wrap;
	}
	
	.experience-section .p-0.grid-column .elementor-element {
		width: 33.33%;
	}
	
	.experience-section .p-0.grid-column .elementor-element .elementor-element {
		width: 100%;
	}
	
	.elementor-5984 .elementor-element.elementor-element-23c4142 {
		font-size: 20px !important;
	}
}

@media (max-width:767px) {
	.section-table-row .table-responsive {
		overflow: hidden;
		overflow-x: auto;
	}
	
	.image-content-column h4, .image-content-column h1, .image-content-column h2, .image-content-column h3, .image-content-column h5, .image-content-column h6 {
		font-size: 34px;
		margin: 0;
		padding-bottom: 5px;
		line-height: 40px;
	}
	
	.image-content-column p {
		line-height: 25px;
		font-size: 24px;
		max-width: 100%;
	}
	
	.section-heading-colum {
		padding: 25px 15px;
	}
	
	.section-heading-colum h2.elementor-heading-title {
		font-size: 24px !important;
	}
	
	.banner-heading-section h2 {
		line-height: 40px;
		font-size: 34px !important;
	}
	
	.banner-center {
		padding: 50px 0 !important;
	}
	
	.elementor-5984 .elementor-element.elementor-element-db3abad img {
		max-width: 170px !important;
	}
	
	.elementor-5984 .elementor-element.elementor-element-db3abad > .elementor-widget-container {
		margin: 0px 0px 45px 0px !important;
	}
	
	.title-heading-section h2.elementor-heading-title {
		font-size: 34px !important;
		line-height: 40px;
	}
	
	.elementor-5984 .elementor-element.elementor-element-23c4142 {
		font-size: 22px !important;
	}
	
	.experience-section .p-0.grid-column .elementor-element {
		width: 100%;
	}
	
	.grid-heading h2.elementor-heading-title {
		font-size: 25px !important;
		line-height: 35px;
	}
	
	.grid-column p {
		font-size: 20px !important;
		line-height: 25px;
		padding-top: 10px;
	}
	
	.experience-section {
		padding: 50px 0 30px !important;
	}
	
	.section-table-row table td span {
		width: 140px;
	}
	
	.section-table-row table {
		min-width: 650px;
	}
	
	.elementor-5984 .elementor-element.elementor-element-e261cd5 img {
		max-width: 170px !important;
	}
	
	.elementor-5984 .elementor-element.elementor-element-e261cd5 > .elementor-widget-container {
		margin: 0px 0px 45px 0px !important;
	}
	
	.sign-up-section {
		padding: 60px 0 40px !important;
	}
	
	.sign-up-section .elementor-element.elementor-element-a4fd31a {
		padding: 0 20px;
	}
	
	.banner-center .elementor-element.elementor-element-aa4c238 {
		padding: 0 20px;
	}
	
	.image-content-column {
		margin-top: -40px;
	}
}
