@import url(https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap);
/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, 
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
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: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
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'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-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; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
	outline: auto;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after{
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
	--tw-ring-shadow: 0 0 rgba(0,0,0,0);
	--tw-shadow: 0 0 rgba(0,0,0,0);
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

/* This is all you. */

.custum-input-fields {
    margin-bottom: 15px;
}

.custum-input-fields input[type="checkbox"] {
    position: relative;
    top: 4px;
}

.mystickyelements-fixed ul li {
    cursor: pointer;
    color: #000 !important;
    text-align: left; 
}

a.loginFormPadding {
    padding-left: 67px;
    padding-right: 67px;
}

.custum-contact-btn{
    margin-top: -20px !important;
}

select, input {
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

form#stickyelements-form input, form#stickyelements-form select, form#stickyelements-form textarea {
    margin-top: 5px !important;
}

.element-contact-form h3 {
    font-size: 25px !important;
}

#stickyelements-form input {
    border-radius: 50px;
    height: 35px;
}

#stickyelements-form textarea {
    height: 100px;
    border-radius: 21px;
}

#stickyelements-form select {
    border: 1px solid #d1d1d1;
    width: 100%;
    border-radius: 50px;
    height: 35px;
}

#stickyelements-form button {
    border-radius: 50px;
}

.element-contact-form {
    max-height: 600px !important;
    top: -179px !important;
}

form#cookiesForm h2 {
    display: none;
}

.news-content a, .news-secondary-content a {
    color: #f57921;
    text-decoration: underline;
}

.news-content h2, .news-secondary-content h2 {
    font-size: 1.5rem;
}

.news-content p {
    margin-bottom: 1.5rem;
}

.news-content ul li p {
    margin: 0;
}

.news-content ul {
    list-style: disc;
    margin-left: 2.5rem;
}

.news-secondary-content p {
    margin-bottom: 1.5rem;
}

.news-secondary-content ul li p {
    margin: 0;
}

.news-secondary-content ul {
    list-style: disc;
    margin-left: 2.5rem;
}

#stickyelements-form input[type="checkbox"] {
    position: relative;
    top: 13px;
}

.customHomebtns a:last-child {
    background-color: transparent;
    border: 1px solid #f57921;
    color: #f57921 !important;
}

.customAccoridanHeight {
    max-height: 0px;
}

.level-1-items {
    margin: 0 1rem;
    display: flex;
    align-items: center;
    position: relative;
    color: var(--white-color);
    padding: 0 20px;
}

.level-2 {
    position: absolute;
    top: 48px;
    width: 20rem;
    z-index: 999;
    margin: 0 0 0 -20px;
}

.level-2-items {
    position: relative;
    padding: 1rem 1rem;
    border-bottom: 1px solid #f57921;
}

.level-3-items {
    padding: 1rem;
        border-bottom: 1px solid #f27425;
}

li.active.level-1-items a:before {
    position: absolute;
    top: -12px;
    content: "";
    background-color: #f57921;
    width: 100%;
    height: 4px;
}

.level-3 {
    position: absolute;
    left: 20rem;
    top: 0rem;
    width: 20rem;
    background: #fff;
}

.medu-desc {
    color: #8292a6;
}

li.level-2-items:hover span{
    color:var(--yellow-color)
  }

li.level-2-items:hover a{
    color:var(--yellow-color)
  }

.level-1-items >a.menu-p:not(:only-child):after { 
    content: '\00a0\00a0▼';
    font-size: 0.7rem;
    vertical-align: middle;
    color: #f57921;
    position: relative;
    left: 8px;
}

.level-2-items > a.menu-p:after { 
    content: url('/assets/menu-icons/np_arrow_740384_000000.png'); /* add a little spacing so it's not right next to the text */
    font-size: 0.8rem; /* adjust font size so it looks better */
    vertical-align: middle; /* vertical align to middle */
    padding-left: 20px;
}

.level-1-items:hover{
    background-color: var(--gray-color);
    color: var(--blue-medium-color);
}

.level-2-items > a.menu-p:not(:only-child):hover { 
    /* background-color: var(--blue-dark-color); */
    color: var(--yellow-color);
    
}

.level-3-items > a:not(:only-child):hover { 
    /* background-color: var(--blue-dark-color); */
    color: var(--yellow-color);
    
}

li.level-1-items a {
    color: #fff;
    font-weight: 600;
    position: relative;
}

ul.level-2 {
    background-color: #fff;
}

ul.level-2 li.level-2-items a {
    color: #000;
}

li.level-2-items a::before {
    content: none !important;
}

.active{
    background-color: var(--gray-color);
    color: var(--blue-medium-color);
}

.level-2-items .active{
    /* background-color: var(--blue-medium-color); */
    background-color:#011824;
    color: var(--yellow-color);
}

.level-1-items .active{
    /* background-color: var(--blue-medium-color); */
    background-color:#f27624;
    color: var(--yellow-color);
}

@media only screen and (max-width: 991px){
    li#mystickyelements-contact-form {
        width: 93%;
    }
    .element-contact-form {
        top: -340.031px !important;
    }
}

@media (min-width: 1280px){
    .customArrowforleft .customArrowforleftlist::after {
        content: "";
        width: 17%;
        height: 24px;
        display: block;
        position: absolute;
        right: -30px;
        background-image: url(/assets/arrowStyle.png);
        background-repeat: no-repeat;
        background-size: 17px;
        background-position: 6px;
    }
    .customArrowforleft .customArrowforleftlist {
        position: relative;
    }
    .customArrowforleft .customArrowforleftlist:last-child::after {
        content: none;
    }
    .customArrowforleft .customArrowforleftlist::before {
        content: "";
        width: 17%;
        height: 4px;
        background-color: #f57921;
        position: absolute;
        right: -29px;
    }
    .customArrowforleft .customArrowforleftlist:last-child::before {
        content: none;
    }
}

@media (min-width: 1536px){
.container {
    max-width: 1280px !important;
}
}

/** START SP location listing CSS **/

/* Location Page */

.locations ul {
    list-style-type: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    max-width: 300px;
    margin: 0 auto;
    
}

.locations li a {
    text-decoration: underline;
    color: white;
    font-weight: bold;
}

/* sp 03.08.2022 start */

.location-description h2{ 
    font-size: 32px;
    font-weight: 600;
}

.location-description h3{
    font-size: 28px; 
    font-weight: 500;
}

.location-description h4{
    font-size: 24px;
    font-weight: 400;
}

.location-description h5{
    font-size: 20px;
    font-weight: 400;
}

@media (max-width: 768px){
    .mx-auto.relative.overflow-x-auto.my-10.bookingFormCustom {}

.bookingFormCustom thead {
	position: absolute;
	left: -9999px;
	overflow: hidden;
	width: 0px;
	height: 0px;
	
}	
.customArrowforleftlist {
    margin-bottom: 45px;
    height: 135px;
}
.customArrowforleftlist:last-child {
    margin-bottom: 0px;
}

.bookingFormCustom tr, .bookingFormCustom td, .bookingFormCustom th, .bookingFormCustom thead, .bookingFormCustom tbody, .bookingFormCustom table {
	display: block;
}

.bookingFormCustom tbody tr:nth-child(2n+1) {
	background-color: goldenrod;
	
}

.bookingFormCustom tbody tr td::before {
	display: inline-block;
	width: 50%;
	min-width: 100px;
	border-right: 2px solid #999;
	margin-right: 10px;
	font-weight: bold;
}	

.bookingFormCustom tbody tr td::before {
	content: attr(data-title);
}
}

/* sp 03.08.2022 end */

/** END SP location listing CSS **/

.container{
	width: 100%;
}

@media (min-width: 640px){

	.container{
		max-width: 640px;
	}
}

@media (min-width: 768px){

	.container{
		max-width: 768px;
	}
}

@media (min-width: 1024px){

	.container{
		max-width: 1024px;
	}
}

@media (min-width: 1280px){

	.container{
		max-width: 1280px;
	}
}

@media (min-width: 1536px){

	.container{
		max-width: 1536px;
	}
}

.visible{
	visibility: visible !important;
}

.invisible{
	visibility: hidden !important;
}

.absolute{
	position: absolute !important;
}

.relative{
	position: relative !important;
}

.inset-0{
	top: 0px !important;
	right: 0px !important;
	bottom: 0px !important;
	left: 0px !important;
}

.inset-x-0{
	left: 0px !important;
	right: 0px !important;
}

.bottom-0{
	bottom: 0px !important;
}

.right-0{
	right: 0px !important;
}

.bottom-px{
	bottom: 1px !important;
}

.top-0\.5{
	top: 0.125rem !important;
}

.top-0{
	top: 0px !important;
}

.bottom-\[-25px\]{
	bottom: -25px !important;
}

.left-0{
	left: 0px !important;
}

.-top-px{
	top: -1px !important;
}

.-bottom-5{
	bottom: -1.25rem !important;
}

.z-50{
	z-index: 50 !important;
}

.z-10{
	z-index: 10 !important;
}

.col-span-2{
	grid-column: span 2 / span 2 !important;
}

.float-right{
	float: right !important;
}

.m-auto{
	margin: auto !important;
}

.mx-auto{
	margin-left: auto !important;
	margin-right: auto !important;
}

.my-0{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.my-10{
	margin-top: 2.5rem !important;
	margin-bottom: 2.5rem !important;
}

.my-3{
	margin-top: 0.75rem !important;
	margin-bottom: 0.75rem !important;
}

.my-5{
	margin-top: 1.25rem !important;
	margin-bottom: 1.25rem !important;
}

.mt-8{
	margin-top: 2rem !important;
}

.mt-3{
	margin-top: 0.75rem !important;
}

.mt-5{
	margin-top: 1.25rem !important;
}

.mb-3{
	margin-bottom: 0.75rem !important;
}

.mb-2{
	margin-bottom: 0.5rem !important;
}

.mt-2{
	margin-top: 0.5rem !important;
}

.mr-5{
	margin-right: 1.25rem !important;
}

.ml-3{
	margin-left: 0.75rem !important;
}

.ml-6{
	margin-left: 1.5rem !important;
}

.mr-2{
	margin-right: 0.5rem !important;
}

.mt-6{
	margin-top: 1.5rem !important;
}

.mt-12{
	margin-top: 3rem !important;
}

.ml-5{
	margin-left: 1.25rem !important;
}

.mt-0{
	margin-top: 0px !important;
}

.ml-auto{
	margin-left: auto !important;
}

.mr-auto{
	margin-right: auto !important;
}

.mb-4{
	margin-bottom: 1rem !important;
}

.mr-6{
	margin-right: 1.5rem !important;
}

.mb-6{
	margin-bottom: 1.5rem !important;
}

.mr-3{
	margin-right: 0.75rem !important;
}

.mr-4{
	margin-right: 1rem !important;
}

.ml-2{
	margin-left: 0.5rem !important;
}

.ml-1{
	margin-left: 0.25rem !important;
}

.mt-10{
	margin-top: 2.5rem !important;
}

.mt-0\.5{
	margin-top: 0.125rem !important;
}

.mb-1{
	margin-bottom: 0.25rem !important;
}

.block{
	display: block !important;
}

.inline-block{
	display: inline-block !important;
}

.inline{
	display: inline !important;
}

.flex{
	display: flex !important;
}

.table{
	display: table !important;
}

.grid{
	display: grid !important;
}

.contents{
	display: contents !important;
}

.hidden{
	display: none !important;
}

.h-full{
	height: 100% !important;
}

.h-6{
	height: 1.5rem !important;
}

.h-30{
	height: 500px !important;
}

.h-3{
	height: 0.75rem !important;
}

.h-4{
	height: 1rem !important;
}

.h-12{
	height: 3rem !important;
}

.w-full{
	width: 100% !important;
}

.w-6{
	width: 1.5rem !important;
}

.w-screen{
	width: 100vw !important;
}

.w-auto{
	width: auto !important;
}

.w-\[176px\]{
	width: 176px !important;
}

.w-32{
	width: 8rem !important;
}

.w-4{
	width: 1rem !important;
}

.max-w-xs{
	max-width: 20rem !important;
}

.max-w-lg{
	max-width: 32rem !important;
}

.max-w-\[500px\]{
	max-width: 500px !important;
}

.max-w-md{
	max-width: 28rem !important;
}

.max-w-2xl{
	max-width: 42rem !important;
}

.max-w-xl{
	max-width: 36rem !important;
}

.max-w-sm{
	max-width: 24rem !important;
}

.max-w-3xl{
	max-width: 48rem !important;
}

.max-w-5xl{
	max-width: 64rem !important;
}

.max-w-6xl{
	max-width: 72rem !important;
}

.max-w-screen-xl{
	max-width: 1280px !important;
}

.max-w-\[180px\]{
	max-width: 180px !important;
}

.flex-1{
	flex: 1 1 0% !important;
}

.flex-grow{
	flex-grow: 1 !important;
}

.origin-top-right{
	transform-origin: top right !important;
}

.rotate-180{
	--tw-rotate: 180deg !important;
	transform: var(--tw-transform) !important;
}

.rotate-0{
	--tw-rotate: 0deg !important;
	transform: var(--tw-transform) !important;
}

.scale-95{
	--tw-scale-x: .95 !important;
	--tw-scale-y: .95 !important;
	transform: var(--tw-transform) !important;
}

.scale-100{
	--tw-scale-x: 1 !important;
	--tw-scale-y: 1 !important;
	transform: var(--tw-transform) !important;
}

.transform{
	transform: var(--tw-transform) !important;
}

.cursor-pointer{
	cursor: pointer !important;
}

.list-none{
	list-style-type: none !important;
}

.grid-cols-2{
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.grid-cols-1{
	grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.flex-row{
	flex-direction: row !important;
}

.flex-col{
	flex-direction: column !important;
}

.flex-wrap{
	flex-wrap: wrap !important;
}

.items-start{
	align-items: flex-start !important;
}

.items-center{
	align-items: center !important;
}

.items-stretch{
	align-items: stretch !important;
}

.justify-end{
	justify-content: flex-end !important;
}

.justify-center{
	justify-content: center !important;
}

.justify-between{
	justify-content: space-between !important;
}

.gap-4{
	grid-gap: 1rem !important;
	gap: 1rem !important;
}

.gap-8{
	grid-gap: 2rem !important;
	gap: 2rem !important;
}

.gap-7{
	grid-gap: 1.75rem !important;
	gap: 1.75rem !important;
}

.gap-6{
	grid-gap: 1.5rem !important;
	gap: 1.5rem !important;
}

.gap-5{
	grid-gap: 1.25rem !important;
	gap: 1.25rem !important;
}

.space-x-3 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0 !important;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0 !important;
	margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
	margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0 !important;
	margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
	margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.overflow-hidden{
	overflow: hidden !important;
}

.overflow-x-auto{
	overflow-x: auto !important;
}

.rounded-full{
	border-radius: 9999px !important;
}

.rounded{
	border-radius: 0.25rem !important;
}

.rounded-md{
	border-radius: 0.375rem !important;
}

.rounded-lg{
	border-radius: 0.5rem !important;
}

.rounded-b-md{
	border-bottom-right-radius: 0.375rem !important;
	border-bottom-left-radius: 0.375rem !important;
}

.border{
	border-width: 1px !important;
}

.border-0{
	border-width: 0px !important;
}

.border-b{
	border-bottom-width: 1px !important;
}

.border-l-4{
	border-left-width: 4px !important;
}

.border-yellow-600{
	--tw-border-opacity: 1 !important;
	border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
}

.bg-white{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.bg-gray-200{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
}

.bg-black{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.bg-gray-100{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
}

.bg-green-300{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
}

.bg-red-300{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
}

.bg-gray-50{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
}

.bg-\[\#F4F4F4\]{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
}

.bg-\[\#222222\]{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(34, 34, 34, var(--tw-bg-opacity)) !important;
}

.bg-\[\#F66F1B\]{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(246, 111, 27, var(--tw-bg-opacity)) !important;
}

.bg-transparent{
	background-color: transparent !important;
}

.bg-\[\#EFEFEF\]{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
}

.bg-opacity-80{
	--tw-bg-opacity: 0.8 !important;
}

.bg-gradient-to-br{
	background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
}

.from-yellow-500{
	--tw-gradient-from: #f59e0b !important;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
}

.to-red-500{
	--tw-gradient-to: #ef4444 !important;
}

.bg-cover{
	background-size: cover !important;
}

.bg-center{
	background-position: center !important;
}

.bg-top{
	background-position: top !important;
}

.bg-no-repeat{
	background-repeat: no-repeat !important;
}

.object-fill{
	-o-object-fit: fill !important;
	   object-fit: fill !important;
}

.object-none{
	-o-object-fit: none !important;
	   object-fit: none !important;
}

.p-5{
	padding: 1.25rem !important;
}

.p-10{
	padding: 2.5rem !important;
}

.p-2{
	padding: 0.5rem !important;
}

.p-\[30px\]{
	padding: 30px !important;
}

.p-6{
	padding: 1.5rem !important;
}

.p-9{
	padding: 2.25rem !important;
}

.p-4{
	padding: 1rem !important;
}

.p-14{
	padding: 3.5rem !important;
}

.px-4{
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.py-8{
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}

.py-4{
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.py-5{
	padding-top: 1.25rem !important;
	padding-bottom: 1.25rem !important;
}

.py-10{
	padding-top: 2.5rem !important;
	padding-bottom: 2.5rem !important;
}

.px-6{
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}

.py-\[60px\]{
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.py-\[30px\]{
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.px-5{
	padding-left: 1.25rem !important;
	padding-right: 1.25rem !important;
}

.px-3{
	padding-left: 0.75rem !important;
	padding-right: 0.75rem !important;
}

.py-3{
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important;
}

.px-10{
	padding-left: 2.5rem !important;
	padding-right: 2.5rem !important;
}

.py-2{
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.py-1{
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}

.px-2{
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}

.py-6{
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.py-20{
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}

.px-12{
	padding-left: 3rem !important;
	padding-right: 3rem !important;
}

.px-\[30px\]{
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.px-14{
	padding-left: 3.5rem !important;
	padding-right: 3.5rem !important;
}

.py-14{
	padding-top: 3.5rem !important;
	padding-bottom: 3.5rem !important;
}

.px-7{
	padding-left: 1.75rem !important;
	padding-right: 1.75rem !important;
}

.pt-10{
	padding-top: 2.5rem !important;
}

.pb-0{
	padding-bottom: 0px !important;
}

.pt-4{
	padding-top: 1rem !important;
}

.pt-3{
	padding-top: 0.75rem !important;
}

.pb-3{
	padding-bottom: 0.75rem !important;
}

.pb-8{
	padding-bottom: 2rem !important;
}

.pb-10{
	padding-bottom: 2.5rem !important;
}

.pb-5{
	padding-bottom: 1.25rem !important;
}

.pb-4{
	padding-bottom: 1rem !important;
}

.pt-5{
	padding-top: 1.25rem !important;
}

.pb-20{
	padding-bottom: 5rem !important;
}

.pb-2{
	padding-bottom: 0.5rem !important;
}

.pt-2{
	padding-top: 0.5rem !important;
}

.pb-24{
	padding-bottom: 6rem !important;
}

.pb-14{
	padding-bottom: 3.5rem !important;
}

.pb-7{
	padding-bottom: 1.75rem !important;
}

.pl-5{
	padding-left: 1.25rem !important;
}

.pb-6{
	padding-bottom: 1.5rem !important;
}

.pt-8{
	padding-top: 2rem !important;
}

.pl-6{
	padding-left: 1.5rem !important;
}

.pr-10{
	padding-right: 2.5rem !important;
}

.pb-1{
	padding-bottom: 0.25rem !important;
}

.pt-7{
	padding-top: 1.75rem !important;
}

.pt-6{
	padding-top: 1.5rem !important;
}

.pr-5{
	padding-right: 1.25rem !important;
}

.pt-20{
	padding-top: 5rem !important;
}

.pt-40{
	padding-top: 10rem !important;
}

.pb-16{
	padding-bottom: 4rem !important;
}

.pt-36{
	padding-top: 9rem !important;
}

.pt-14{
	padding-top: 3.5rem !important;
}

.pl-4{
	padding-left: 1rem !important;
}

.pt-0{
	padding-top: 0px !important;
}

.text-left{
	text-align: left !important;
}

.text-center{
	text-align: center !important;
}

.text-right{
	text-align: right !important;
}

.font-sans{
	font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.font-serif{
	font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
}

.text-4xl{
	font-size: 2.25rem !important;
	line-height: 2.5rem !important;
}

.text-lg{
	font-size: 1.125rem !important;
	line-height: 1.75rem !important;
}

.text-base{
	font-size: 1rem !important;
	line-height: 1.5rem !important;
}

.text-2xl{
	font-size: 1.5rem !important;
	line-height: 2rem !important;
}

.text-\[30px\]{
	font-size: 30px !important;
}

.text-sm{
	font-size: 0.875rem !important;
	line-height: 1.25rem !important;
}

.text-xs{
	font-size: 0.75rem !important;
	line-height: 1rem !important;
}

.text-\[24px\]{
	font-size: 24px !important;
}

.text-\[14px\]{
	font-size: 14px !important;
}

.text-3xl{
	font-size: 1.875rem !important;
	line-height: 2.25rem !important;
}

.font-bold{
	font-weight: 700 !important;
}

.font-semibold{
	font-weight: 600 !important;
}

.font-medium{
	font-weight: 500 !important;
}

.font-normal{
	font-weight: 400 !important;
}

.uppercase{
	text-transform: uppercase !important;
}

.leading-tight{
	line-height: 1.25 !important;
}

.leading-7{
	line-height: 1.75rem !important;
}

.leading-normal{
	line-height: 1.5 !important;
}

.leading-\[23px\]{
	line-height: 23px !important;
}

.tracking-widest{
	letter-spacing: 0.1em !important;
}

.text-black{
	--tw-text-opacity: 1 !important;
	color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.text-white{
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.text-blue-500{
	--tw-text-opacity: 1 !important;
	color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
}

.text-gray-500{
	--tw-text-opacity: 1 !important;
	color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
}

.text-gray-700{
	--tw-text-opacity: 1 !important;
	color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
}

.text-gray-900{
	--tw-text-opacity: 1 !important;
	color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
}

.text-\[\#7E7E7E\]{
	--tw-text-opacity: 1 !important;
	color: rgba(126, 126, 126, var(--tw-text-opacity)) !important;
}

.text-yellow-600{
	--tw-text-opacity: 1 !important;
	color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
}

.text-gray-400{
	--tw-text-opacity: 1 !important;
	color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
}

.no-underline{
	text-decoration: none !important;
}

.antialiased{
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}

.opacity-0{
	opacity: 0 !important;
}

.opacity-100{
	opacity: 1 !important;
}

.shadow-lg{
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}

.shadow{
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}

.filter{
	filter: var(--tw-filter) !important;
}

.transition{
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}

.transition-all{
	transition-property: all !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}

.transition-transform{
	transition-property: transform !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}

.duration-300{
	transition-duration: 300ms !important;
}

.duration-1000{
	transition-duration: 1000ms !important;
}

.duration-200{
	transition-duration: 200ms !important;
}

.duration-100{
	transition-duration: 100ms !important;
}

.duration-75{
	transition-duration: 75ms !important;
}

.duration-700{
	transition-duration: 700ms !important;
}

.ease-in-out{
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.ease-out{
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.ease-in{
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.caste-study-block .item {
        flex: 0 0 60% !important;
    }

.contact-study-block .item {
        flex: 0 0 65% !important;
    }

h1{
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 600;
    font-family: 'PT Serif', serif;
}

.rounded-bl-4{
    border-bottom-right-radius: 300px;
}

.gredeient-bg {
    background: linear-gradient(190deg, rgba(244, 121, 33, 0.89) 0%, rgba(255, 63, 0, 0.85) 100%);
}

.orange-bg{
    background-color: #f57921;
}

.orange-text{
    color: #f57921;
}

.dark-bg{
    background-color:#222222;
}

.dark-overlay{
    background-color: rgba(0, 0, 0, 0.5);
}

.max-w-1xl{
    max-width: 39rem;
}

.pt-serif{
    font-family: 'PT Serif', serif;
}

.custom-gray-color p {
    color: #7E7E7E;
}

.text-cuctom-gray{
    color: #7E7E7E;
}

.custom-gray-color li {
    padding-bottom: 10px;
    list-style: none;
}

.custom-gray-color li:before {
    content: "";
    background-color: #f57921;
    width: 10px;
    height: 10px;
    display: list-item;
    border-radius: 50px;
    position: relative;
    top: 18px;
}

.custom-servic-list li {
    padding-bottom: 10px;
    list-style: none;
}

.custom-servic-list li:before {
    content: "";
    background-color: #f57921;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    left: -15px;
}

.custom-gray-color li b {
    padding-left: 10px;
}

.case-study-max-width{
    max-width: 12rem;
}

.text-max-width{
    max-width: 14rem;
}

.after-border-bottom:after {
    content: "";
    background-color: #fff;
    width: 200px;
    height: 1px;
    display: block;
    position: relative;
    top: 41px;
}

.border-custom-bottom-radius{
    border-bottom-right-radius: 50px;
}

.mobile-menu ul:nth-child(2) {
    display: flex;
    align-items: center;
}

.strip-content p{
    color: #fff;
    font-weight: 600;
    max-width: 960px;
    margin: 0 auto;
}

h3.custom-icon i:before {
    color: #F47921;
    position: relative;
    left: 9px;
    font-size: 13px;
    top: -4px;
}

.border-b-1{
    border-bottom-width: 1px;
}

.custom-banner .owl-dots {
    display: inline;
    background: #222222;
    position: absolute;
    right: 64px;
    bottom: 11px;
    padding: 0px 9px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.serviceBlockSlider .owl-dots {
    background-color: #222222;
    padding: 0px 6px;
    margin: 0 auto;
    display: table;
    position: relative;
    bottom: -20px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff6a00 !important;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 12px 4px 6px !important;
    background: #fff !important;
    width: 8px !important;
    height: 8px !important;
}

.custom-arrow-icon-casestudies i:before {
    color: #F47921;
    position: relative;
    left: 9px;
    font-size: 13px;
    top: -4px;
}

.custom-arrow-icon-about i {
    position: relative;
    right: 0;
    left: 93%;
}

.custom-arrow-icon-about i:before {
    color: #fff;
    position: relative;
    left: 9px;
    font-size: 13px;
    top: -4px;
}

.custom-pagination ul.pagination li {
    display: inline-block;
    border: 1px solid #efefef;
    background-color: #efefef;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 2;
    font-family: 'PT Serif', serif;
    font-size: 16px;
    font-weight: 800;
}

.custom-pagination ul.pagination li.disabled {
    display: none;
}

.custom-pagination ul.pagination li:last-child {
    background-color: #f57921;
    color: #fff;
}

.custom-pagination ul.pagination li:first-child {
    background-color: #f57921;
    color: #fff;
}

.case-study-content p {
    padding-bottom: 20px;
    font-size: 14px;
}

.case_studies_slider_thumb .owl-dots {
    background-color: #222222;
    padding: 0px 6px;
    display: table;
    position: relative;
    bottom: 0px;
}

.news-content p {
    color: #777777;
    font-size: 14px;
}

.news-secondary-content p {
    color: #777777;
    font-size: 14px;
}

.border-custom-color{
    border-color:#f57921 ;
}

.contact-form input {
    width: 100%;
    height: 50px;
    border: 1px solid #d1d1d1;
    padding-left: 10px;
}

.contact-form textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #d1d1d1;
    padding-left: 10px;
}

.contact-form input[type="file"] {
    width: 100%;
    border: 1px solid #d1d1d1;
    margin: 0px;
    position: static !important;
    background-color: #fff;
    padding: 10px;


  }

.contact-form  .intro-check{
    padding-right: 30px;
    max-width: 100%;
    padding-right: 0px;
}

.contact-form .intro-check label {
    font-size: 1rem;
    position: unset;
    left: 0px;
}

.custom-max-width .items {
    max-width: 258px;
}

.contact-info-max-width {
    max-width: 150px;
}

.custom-time p {
    padding-left: 42px;
    line-height: 35px;
    font-family: 'PT Serif', serif;
    font-size: 18px;
}

.custom-time span.orange-text {
    font-size: 14px;
    position: relative;
}

input[type="checkbox"] {
    width: auto;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid #fff;
    border-radius: 0em;
    transform: translateY(-0.075em);
}

.intro-check label {
    font-size: 14px;
    position: relative;
    left: 33px;
}

.intro-check{
    padding-right: 30px;
    max-width: 500px;
}

/* .intro-check input {
    position: relative;
    margin-left: -21px;
    top: 3px;
    left: -10px;
} */

.intro-check input {
    position: relative;
    margin-left: 0px;
    top: 3px;
    left: 0px;
    margin-right: 10px;
}

.field7 label {
    font-size: 14px;
    position: relative;
    left: 33px;
}

.field7{
    padding-right: 30px;
}

.field7 input {
    position: relative;
    margin-left: -21px;
    top: 3px;
    left: -10px;
}

.book-form-new-class.field2 {
    width: 33%;
    float: left;
}

.book-form-new-class.field3 {
    width: 60%;
    float: right;
}

.book-form-new-class.field4 {
    width: 33%;
    float: left;
}

.book-form-new-class.field6 {
    width: 33%;
    float: left;
}

.book-form-new-class.field5 {
    width: 60%;
    float: right;
}

.book-form-new-class.field7 {
    width: 60%;
    float: right;
    padding-top: 27px;
}

.booking-custom-form {
    height: 470px;
}

.contact-form input.focus-visible {
    outline: none;
}

.contact-form input:focus-visible {
    outline: none;
}

.contact-form textarea.focus-visible {
    outline: none;
}

.contact-form textarea:focus-visible {
    outline: none;
}

.book-form-new-class.field7 label {
    font-size: 14px;
    color: #fff;
}

.border-orange-10:hover{
    border-color: #f57921;
}

.custom-padding{
    padding: 10px 25px;
}

.-pb-85 {
    padding-bottom: 23em;
}

.-mt-85 {
    margin-top: -22.6em;
}

.ml-06{
    margin-left: 0.6rem;
}

.secondary-menu-active {
    border-top: 4px solid #f3771f !important;
}

/*.secondary-nav ul:hover {
    border-top: 4px solid #f3771f;
}
.secondary-nav ul {
    border-top: 4px solid #222222;
}*/

.primary-menu-active a {
    color: #f57921 !important;
}

span.footer-fa-icon i {
    color: #000;
    background-color: #f57921;
    border-radius: 50px;
    height: 24px;
    width: 24px;
    position: relative;
    top: -5px;
    font-size: 12px;
}

span.footer-fa-icon i:before {
    position: relative;
    left: 6px;
    top: 6px;
}

span.header-fa-icon i  {
    color: #fff;
    background-color: #f57921;
    border-radius: 50px;
    height: 24px;
    width: 24px;
    position: relative;
    top: -7px;
    font-size: 12px;
}

span.header-fa-icon i:before {
    position: relative;
    left: 6px;
    top: 6px;
}

span.contact-fa-icon i  {
    color: #fff;
    background-color: #f57921;
    border-radius: 50px;
    height: 24px;
    width: 24px;
    position: relative;
    top: -4px;
    font-size: 12px;
}

span.contact-fa-icon i:before {
    position: relative;
    left: 6px;
    top: 6px;
}

span.service-fa-icon i {
    background-color: #f57921;
    border-radius: 50px;
    height: 34px;
    width: 36px;
}

span.service-fa-icon i:before {
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    position: relative;
    left: 13px;
    top: 2px;
}

.-mt-16-5{
    margin-top: -70px;
}

.main-block {
    font-size: 16px;
    position: relative;
  }

.block_left {
     width: 72%;
  }

.block_right {
    width: 28%;
  }

.main-block::before {
    content: '';
    width: 100vw;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #ffffff;
    min-height: 0vh;
  }

.block_right:before {
    background: #f0f0f0;
    right: auto;
    left: 0px;
  }

body {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
  }

.custom-aboutus-bg .about-wrapper-bg {
    background-color: #fff !important;
}

.custom-aboutus-bg .custom-arrow-icon-about {
    background-color: #fff;
    z-index: 99999;
    position: relative;
    margin-top: -53px;
}

.custom-arrow-icon-about-mobile {
    background-color: #f3f4f6;
}

.mobileField label {
    color: #fff;
    font-size: 14px;
}

.fixed {
    position: fixed;
}

.mobileField input {
    position: relative;
    top: 4px;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

/** ANIMATION **/

.come-in {
    /*transform: translateY(100px);*/
    transform: translate3d(0, 100px, 0);
    -webkit-animation: come-in 0.8s ease forwards;
            animation: come-in 0.8s ease forwards;
  }

.come-in:nth-child(odd) {
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
  }

.already-visible {
    /*transform: translateY(0);*/
    transform: translate3d(0, 0, 0);
    -webkit-animation: none;
            animation: none;
  }

@-webkit-keyframes come-in {
    to { transform: translate3d(0, 0, 0); }
  }

@keyframes come-in {
    to { transform: translate3d(0, 0, 0); }
  }

.animate-reveal {
    opacity: 0;
    -webkit-animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
            animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
  }

.animate-first {
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }

.animate-second {
    -webkit-animation-delay: 500ms;
            animation-delay: 500ms;
  }

.animate-third {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }

.animate-fourth {
    -webkit-animation-delay: 1500ms;
            animation-delay: 1500ms;
  }

.animate-fifth {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }

@-webkit-keyframes reveal {
    0% {
      opacity: 0;
      transform: translateY(100%);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

@keyframes reveal {
    0% {
      opacity: 0;
      transform: translateY(100%);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

@keyframes reveal {
    0% {
      opacity: 0;
      transform: translateY(100%);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

.custom-gray-color li p {
    display: inline-block;
    padding-left: 24px;
}

.speceilist-test p{
    color: #fff;
}

.first\:pt-0:first-child{
	padding-top: 0px !important;
}

.last\:mr-0:last-child{
	margin-right: 0px !important;
}

.last\:mb-0:last-child{
	margin-bottom: 0px !important;
}

.last\:hidden:last-child{
	display: none !important;
}

.last\:rounded-tr-9xl:last-child{
        border-bottom-right-radius: 4.5rem !important;
    }

.hover\:bg-gray-200:hover{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
}

.hover\:from-yellow-600:hover{
	--tw-gradient-from: #d97706 !important;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
}

.hover\:to-red-600:hover{
	--tw-gradient-to: #dc2626 !important;
}

.hover\:text-white:hover{
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-900:hover{
	--tw-text-opacity: 1 !important;
	color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
}

.hover\:text-yellow-600:hover{
	--tw-text-opacity: 1 !important;
	color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
}

.hover\:underline:hover{
	text-decoration: underline !important;
}

.focus\:bg-gray-200:focus{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
}

.focus\:text-gray-900:focus{
	--tw-text-opacity: 1 !important;
	color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
}

.focus\:outline-none:focus{
	outline: 2px solid transparent !important;
	outline-offset: 2px !important;
}

@media (min-width: 640px){

	.sm\:mb-0{
		margin-bottom: 0px !important;
	}

	.sm\:inline-flex{
		display: inline-flex !important;
	}

	.sm\:w-10{
		width: 2.5rem !important;
	}

	.sm\:pb-0{
		padding-bottom: 0px !important;
	}
}

@media (min-width: 768px){

	.md\:absolute{
		position: absolute !important;
	}

	.md\:relative{
		position: relative !important;
	}

	.md\:top-40{
		top: 10rem !important;
	}

	.md\:bottom-0{
		bottom: 0px !important;
	}

	.md\:mt-0{
		margin-top: 0px !important;
	}

	.md\:mb-6{
		margin-bottom: 1.5rem !important;
	}

	.md\:mb-0{
		margin-bottom: 0px !important;
	}

	.md\:-mt-1{
		margin-top: -0.25rem !important;
	}

	.md\:block{
		display: block !important;
	}

	.md\:flex{
		display: flex !important;
	}

	.md\:grid{
		display: grid !important;
	}

	.md\:hidden{
		display: none !important;
	}

	.md\:w-full{
		width: 100% !important;
	}

	.md\:w-3\/5{
		width: 60% !important;
	}

	.md\:w-auto{
		width: auto !important;
	}

	.md\:w-6\/12{
		width: 50% !important;
	}

	.md\:w-5\/12{
		width: 41.666667% !important;
	}

	.md\:w-7\/12{
		width: 58.333333% !important;
	}

	.md\:max-w-xs{
		max-width: 20rem !important;
	}

	.md\:flex-auto{
		flex: 1 1 auto !important;
	}

	.md\:flex-none{
		flex: none !important;
	}

	.md\:grid-cols-1{
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}

	.md\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.md\:grid-cols-3{
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.md\:flex-wrap{
		flex-wrap: wrap !important;
	}

	.md\:p-14{
		padding: 3.5rem !important;
	}

	.md\:p-4{
		padding: 1rem !important;
	}

	.md\:px-6{
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}

	.md\:px-16{
		padding-left: 4rem !important;
		padding-right: 4rem !important;
	}

	.md\:py-10{
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important;
	}

	.md\:py-3{
		padding-top: 0.75rem !important;
		padding-bottom: 0.75rem !important;
	}

	.md\:px-5{
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important;
	}

	.md\:py-14{
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important;
	}

	.md\:px-14{
		padding-left: 3.5rem !important;
		padding-right: 3.5rem !important;
	}

	.md\:px-20{
		padding-left: 5rem !important;
		padding-right: 5rem !important;
	}

	.md\:py-3\.5{
		padding-top: 0.875rem !important;
		padding-bottom: 0.875rem !important;
	}

	.md\:py-20{
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}

	.md\:py-0{
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

	.md\:pt-14{
		padding-top: 3.5rem !important;
	}

	.md\:pb-14{
		padding-bottom: 3.5rem !important;
	}

	.md\:pl-8{
		padding-left: 2rem !important;
	}

	.md\:pt-0{
		padding-top: 0px !important;
	}

	.md\:pl-0{
		padding-left: 0px !important;
	}

	.md\:pb-10{
		padding-bottom: 2.5rem !important;
	}

	.md\:pt-8{
		padding-top: 2rem !important;
	}

	.md\:pl-14{
		padding-left: 3.5rem !important;
	}

	.md\:pt-6{
		padding-top: 1.5rem !important;
	}

	.md\:pb-4{
		padding-bottom: 1rem !important;
	}

	.md\:pb-20{
		padding-bottom: 5rem !important;
	}

	.md\:pl-16{
		padding-left: 4rem !important;
	}

	.md\:pt-\[5\.5rem\]{
		padding-top: 5.5rem !important;
	}

	.md\:pt-20{
		padding-top: 5rem !important;
	}

	.md\:pb-40{
		padding-bottom: 10rem !important;
	}

	.md\:pl-10{
		padding-left: 2.5rem !important;
	}

	.md\:pt-10{
		padding-top: 2.5rem !important;
	}

	.md\:text-base{
		font-size: 1rem !important;
		line-height: 1.5rem !important;
	}

	.md\:text-lg{
		font-size: 1.125rem !important;
		line-height: 1.75rem !important;
	}

	.md\:text-4xl{
		font-size: 2.25rem !important;
		line-height: 2.5rem !important;
	}

	.md\:font-bold{
		font-weight: 700 !important;
	}
    .md\:outer-width-desk {
        max-width: 450px !important;
    }
    .caste-study-block .md\:item {
        flex: 0 0 60% !important;
    }
    .contact-study-block .md\:item {
        flex: 0 0 65% !important;
    }
    ul.md\:news-heading li:before {
        content: "" !important;
        display: block !important;
        background-color: white !important;
        width: 1px !important;
        height: 13px !important;
        position: absolute !important;
        top: 47px !important;
        margin-left: 48px !important;
    }
    ul.md\:news-heading li:last-child:before{
        content: none !important;
    }
    ul.md\:news-heading li {
        padding-right: 15px !important;
        display: inline-block !important;
    }
    .md\:py-25{
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important;
    }
}

@media (min-width: 1024px){

	.lg\:absolute{
		position: absolute !important;
	}

	.lg\:relative{
		position: relative !important;
	}

	.lg\:bottom-\[-33px\]{
		bottom: -33px !important;
	}

	.lg\:bottom-0{
		bottom: 0px !important;
	}

	.lg\:-right-10{
		right: -2.5rem !important;
	}

	.lg\:-top-40{
		top: -10rem !important;
	}

	.lg\:col-span-3{
		grid-column: span 3 / span 3 !important;
	}

	.lg\:col-span-2{
		grid-column: span 2 / span 2 !important;
	}

	.lg\:mb-0{
		margin-bottom: 0px !important;
	}

	.lg\:mt-0{
		margin-top: 0px !important;
	}

	.lg\:-mb-40{
		margin-bottom: -10rem !important;
	}

	.lg\:block{
		display: block !important;
	}

	.lg\:inline-block{
		display: inline-block !important;
	}

	.lg\:flex{
		display: flex !important;
	}

	.lg\:grid{
		display: grid !important;
	}

	.lg\:hidden{
		display: none !important;
	}

	.lg\:w-full{
		width: 100% !important;
	}

	.lg\:w-auto{
		width: auto !important;
	}

	.lg\:max-w-xs{
		max-width: 20rem !important;
	}

	.lg\:flex-1{
		flex: 1 1 0% !important;
	}

	.lg\:grid-cols-4{
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}

	.lg\:grid-cols-3{
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.lg\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.lg\:p-10{
		padding: 2.5rem !important;
	}

	.lg\:py-8{
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}

	.lg\:pr-10{
		padding-right: 2.5rem !important;
	}

	.lg\:pr-14{
		padding-right: 3.5rem !important;
	}

	.lg\:pb-8{
		padding-bottom: 2rem !important;
	}

	.lg\:pt-0{
		padding-top: 0px !important;
	}

	.lg\:pr-28{
		padding-right: 7rem !important;
	}

	.lg\:pl-7{
		padding-left: 1.75rem !important;
	}

	.lg\:pb-40{
		padding-bottom: 10rem !important;
	}

	.lg\:pr-8{
		padding-right: 2rem !important;
	}

	.lg\:pt-64{
		padding-top: 16rem !important;
	}
    .lg\:contact-outer-width-desk{
        max-width: 430px !important;
    }
}

@media (min-width: 1280px){

	.xl\:block{
		display: block !important;
	}

	.xl\:flex{
		display: flex !important;
	}

	.xl\:hidden{
		display: none !important;
	}

	.xl\:w-48{
		width: 12rem !important;
	}

	.xl\:flex-row{
		flex-direction: row !important;
	}

	.xl\:items-center{
		align-items: center !important;
	}

	.xl\:justify-end{
		justify-content: flex-end !important;
	}

	.xl\:justify-between{
		justify-content: space-between !important;
	}

	.xl\:px-6{
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}

	.xl\:px-8{
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}

	.xl\:pb-0{
		padding-bottom: 0px !important;
	}
}




