/*!
Theme Name: Westpark
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: westpark
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Westpark is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	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: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.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;
}

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

.moretext {
  display: none;
}

.moreless-button
{
  color: #17285C;
  font-family: "lato", Sans-serif;
  font-size: 18px;
  font-style: italic;
}

.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}



.custom_project_post .slick-track .slick-slide{ margin: 0px 10px;}
.custom_project_post .slick-track .slick-slide .pro_sec { position: relative;}
.custom_project_post .slick-track .slick-slide .pro_sec .hover_content { position: absolute;left: 0px; right: 0; z-index: 262; top: 0; text-align: center; display: flex; align-items: center; bottom: 0; justify-content: center;}
.custom_project_post .slick-track .slick-slide .pro_sec .hover_content h4 { margin: 0px; color: #FFFFFF; text-align: center; font-family: 'Lato', sans-serif; font-size: 24px; font-weight: bold; }
.custom_project_post .slick-track .slick-slide .pro_sec .hover_content p{margin: 0px; color: #FFFFFF; text-align: center; font-family: 'Lato', sans-serif; font-size: 16px; font-weight: 400; }
.custom_project_post .slick-track .slick-slide .pro_sec a .hover_content::after { transition: all 0.5s; position: absolute;}
.custom_project_post .slick-track .slick-slide .pro_sec a .addon-card-img img{ transition: all 0.5s;}
.custom_project_post .slick-track .slick-slide .pro_sec a:hover .hover_content::after{ position: absolute; top: 0px; content: ""; left: 0px; right: 0px; bottom: 0px; background: rgba(0, 0, 0, 0.5);}
.custom_project_post .slick-track .slick-slide .pro_sec .hover_content div{ z-index: 9; position: relative;}
.custom_project_post .slick-track .slick-slide .pro_sec .addon-card-img{ overflow: hidden;}
.custom_project_post .slick-track .slick-slide .pro_sec a:hover .addon-card-img img { transform: scale(1.3);}
.custom_project_post .slick-prev:before { background: url(./img/left-arrow.png) no-repeat; width: 40px; height: 40px; content: ""; display: block; background-size: 100%;}
.custom_project_post .slick-prev, .custom_project_post .slick-next { width: 40px; height: 40px; z-index: 2;}
.custom_project_post .slick-prev {
    left: -10px;
}
.custom_project_post .slick-next {
    right: -10px;
}

.custom_project_post .slick-next:before { background: url(./img/right-arrow.png) no-repeat; width: 40px; height: 40px; content: ""; display: block; background-size: 100%;}
.bg-img {position: relative;}
.bg-img::after{ width: 450px; background-color: #17285C; margin-left: -450px; position: absolute; bottom: 0px; top: 0px; left: 0px; content: "";}
.custom-form 
.wpcf7-text, .custom-form 
.wpcf7-textarea {
	display: block;
	font-family: 'Lato', sans-serif;
	width: 100%;
	padding: 0.575rem 0.95rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #AAAAAA;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #DBDBDB;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 3px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .custom-form .wpcf7-submit {background-color: #17285C; padding: 20px 30px; border-radius: 0px; font-family: 'Lato', sans-serif; color: #fff; font-weight: 600; font-size: 20px;}
  .custom-form p { margin: 0px 0px 20px 0px;}
@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

html { margin-top: 0px !important;}
.customcontainer { max-width: 1600px; margin: auto; padding-left: 55px; padding-right: 55px;}
.projectmap-heading { background-color: #17285C; margin-top: 50px; padding-top: 50px; position: relative; padding-right: 20px;}
.projectmap-heading h3 {font-family: "Lato", Sans-serif;  font-weight: bold; font-size: 38px; text-align: right; color: #fff; margin: 0px;}
.projectmap-heading::after{ 

    content: "";
    position: absolute;
    height: 117px;
    width: 147px;
    left: -8px;
    background: url(https://westpark.ituldev.com/wp-content/uploads/2023/11/w-img.png) no-repeat;
    background-size: 160px;
    opacity: 0.2;
    right: 0;
    z-index: 55555;
    bottom: 0;
    background-position: center;

 }
.projectmap-heading::before { background-color: #17285C; position: absolute; bottom: 0px; top: 0px; width: 800px; left: 0px; content: ""; margin-left: -800px;
}
.content_pro p {font-family: "Lato", Sans-serif; color: #4A4A4A; font-size: 16px;}
.content_pro { padding-top: 25px;}

.gm-style .gm-style-iw-c { background-color: #17285C; border: #59C6D9 solid 2px; border-radius: 0px;}
.gm-style .gm-style-iw-c h2 {font-family: "Lato", Sans-serif; font-weight: bold; font-size: 19px; margin: 0px;}
.gm-style .gm-style-iw-c p {font-family: "Lato", Sans-serif; line-height: 16px; margin-bottom: 25px; font-weight: 400; color: #fff; font-size: 11px;}
.gm-ui-hover-effect>span {
    background-color: #fff;
}
.gm-style .gm-style-iw-d { overflow: auto !important;}
.gm-style .gm-style-iw-c .btnurl {font-family: "Lato", Sans-serif;  margin-bottom: 25px; font-weight: bold; color: #fff; font-size: 11px;}
.gm-style .gm-style-iw-c {    padding-right: 15px !important; padding-bottom: 15px !important;}
.text-right { text-align: right;}
.gm-style .gm-style-iw-tc::after {background: #17285C;}
.margin-0{ margin: 0px !important;}
.custom-project .project_sec > h4 {color: #17285C; margin-top: 10px; font-size: 26px; margin-bottom: 5px; font-weight: bold; font-family: "Lato", Sans-serif; }
.custom-project .project_sec .pro_desc {	font-family: "Lato", Sans-serif; color: #000000; font-size: 16px;}
.custom-project .project_sec a  {color: #17285C; font-family: "Lato", Sans-serif; font-size: 20px; font-weight: bold;}
.custom-project .project_sec { padding-bottom: 50px;}
.custom-project  .project_sec .pbanner-img{overflow: hidden; position: relative;}
.arrimg { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 9999;}
.custom-project .pbanner-img img{
    transition: transform 0.3s ease-in-out; 
}
.custom-project .pbanner-img{
   
}

.custom-project .pbanner-img a.arrimg{
	background-image: url(https://westpark.ituldev.com/wp-content/themes/westpark/img/awesome-arrow-circle-right.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(255,255,255,0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: none;
  opacity: 0;  transition: 0.2s ease-in-out; 
}
.custom-project .pbanner-img:hover a.arrimg{
    opacity: 1;
}

.custom-project .pbanner-img:hover img {
    transform: scale(1.1);
}


@media screen and (max-width: 1100px) {
	.projectmap-heading h3 {    font-size: 28px;}
}

@media screen and (max-width: 767px) {
	.projectmap-heading::before {display: none;}
	.customcontainer { padding-left: 15px; padding-right: 15px;}
}

@media screen and (max-width: 535px) {
	.custom_project_post .slick-track .slick-slide .pro_sec .hover_content h4 { font-size: 18px;}
	.custom_project_post .slick-track .slick-slide .pro_sec a .addon-card-img img {width: 100%;}
	.gm-style .gm-style-iw-c  {    max-width: 247px !important;}
  }


  
.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) * -.5);
	margin-left: calc(var(--bs-gutter-x) * -.5);
  }
  .row > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
  }
  
  .col {
	flex: 1 0 0%;
  }
  
  .row-cols-auto > * {
	flex: 0 0 auto;
	width: auto;
  }
  
  .row-cols-1 > * {
	flex: 0 0 auto;
	width: 100%;
  }
  
  .row-cols-2 > * {
	flex: 0 0 auto;
	width: 50%;
  }
  
  .row-cols-3 > * {
	flex: 0 0 auto;
	width: 33.3333333333%;
  }
  
  .row-cols-4 > * {
	flex: 0 0 auto;
	width: 25%;
  }
  
  .row-cols-5 > * {
	flex: 0 0 auto;
	width: 20%;
  }
  
  .row-cols-6 > * {
	flex: 0 0 auto;
	width: 16.6666666667%;
  }
  
  @media (min-width: 576px) {
	.col-sm {
	  flex: 1 0 0%;
	}
  
	.row-cols-sm-auto > * {
	  flex: 0 0 auto;
	  width: auto;
	}
  
	.row-cols-sm-1 > * {
	  flex: 0 0 auto;
	  width: 100%;
	}
  
	.row-cols-sm-2 > * {
	  flex: 0 0 auto;
	  width: 50%;
	}
  
	.row-cols-sm-3 > * {
	  flex: 0 0 auto;
	  width: 33.3333333333%;
	}
  
	.row-cols-sm-4 > * {
	  flex: 0 0 auto;
	  width: 25%;
	}
  
	.row-cols-sm-5 > * {
	  flex: 0 0 auto;
	  width: 20%;
	}
  
	.row-cols-sm-6 > * {
	  flex: 0 0 auto;
	  width: 16.6666666667%;
	}
  }
  @media (min-width: 768px) {
	.col-md {
	  flex: 1 0 0%;
	}
  
	.row-cols-md-auto > * {
	  flex: 0 0 auto;
	  width: auto;
	}
  
	.row-cols-md-1 > * {
	  flex: 0 0 auto;
	  width: 100%;
	}
  
	.row-cols-md-2 > * {
	  flex: 0 0 auto;
	  width: 50%;
	}
  
	.row-cols-md-3 > * {
	  flex: 0 0 auto;
	  width: 33.3333333333%;
	}
  
	.row-cols-md-4 > * {
	  flex: 0 0 auto;
	  width: 25%;
	}
  
	.row-cols-md-5 > * {
	  flex: 0 0 auto;
	  width: 20%;
	}
  
	.row-cols-md-6 > * {
	  flex: 0 0 auto;
	  width: 16.6666666667%;
	}
  }
  @media (min-width: 992px) {
	.col-lg {
	  flex: 1 0 0%;
	}
  
	.row-cols-lg-auto > * {
	  flex: 0 0 auto;
	  width: auto;
	}
  
	.row-cols-lg-1 > * {
	  flex: 0 0 auto;
	  width: 100%;
	}
  
	.row-cols-lg-2 > * {
	  flex: 0 0 auto;
	  width: 50%;
	}
  
	.row-cols-lg-3 > * {
	  flex: 0 0 auto;
	  width: 33.3333333333%;
	}
  
	.row-cols-lg-4 > * {
	  flex: 0 0 auto;
	  width: 25%;
	}
  
	.row-cols-lg-5 > * {
	  flex: 0 0 auto;
	  width: 20%;
	}
  
	.row-cols-lg-6 > * {
	  flex: 0 0 auto;
	  width: 16.6666666667%;
	}
  }
  @media (min-width: 1200px) {
	.col-xl {
	  flex: 1 0 0%;
	}
  
	.row-cols-xl-auto > * {
	  flex: 0 0 auto;
	  width: auto;
	}
  
	.row-cols-xl-1 > * {
	  flex: 0 0 auto;
	  width: 100%;
	}
  
	.row-cols-xl-2 > * {
	  flex: 0 0 auto;
	  width: 50%;
	}
  
	.row-cols-xl-3 > * {
	  flex: 0 0 auto;
	  width: 33.3333333333%;
	}
  
	.row-cols-xl-4 > * {
	  flex: 0 0 auto;
	  width: 25%;
	}
  
	.row-cols-xl-5 > * {
	  flex: 0 0 auto;
	  width: 20%;
	}
  
	.row-cols-xl-6 > * {
	  flex: 0 0 auto;
	  width: 16.6666666667%;
	}
  }
  @media (min-width: 1400px) {
	.col-xxl {
	  flex: 1 0 0%;
	}
  
	.row-cols-xxl-auto > * {
	  flex: 0 0 auto;
	  width: auto;
	}
  
	.row-cols-xxl-1 > * {
	  flex: 0 0 auto;
	  width: 100%;
	}
  
	.row-cols-xxl-2 > * {
	  flex: 0 0 auto;
	  width: 50%;
	}
  
	.row-cols-xxl-3 > * {
	  flex: 0 0 auto;
	  width: 33.3333333333%;
	}
  
	.row-cols-xxl-4 > * {
	  flex: 0 0 auto;
	  width: 25%;
	}
  
	.row-cols-xxl-5 > * {
	  flex: 0 0 auto;
	  width: 20%;
	}
  
	.row-cols-xxl-6 > * {
	  flex: 0 0 auto;
	  width: 16.6666666667%;
	}
  }
  .col-auto {
	flex: 0 0 auto;
	width: auto;
  }
  
  .col-1 {
	flex: 0 0 auto;
	width: 8.33333333%;
  }
  
  .col-2 {
	flex: 0 0 auto;
	width: 16.66666667%;
  }
  
  .col-3 {
	flex: 0 0 auto;
	width: 25%;
  }
  
  .col-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
  }
  
  .col-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
  }
  
  .col-6 {
	flex: 0 0 auto;
	width: 50%;
  }
  
  .col-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
  }
  
  .col-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
  }
  
  .col-9 {
	flex: 0 0 auto;
	width: 75%;
  }
  
  .col-10 {
	flex: 0 0 auto;
	width: 83.33333333%;
  }
  
  .col-11 {
	flex: 0 0 auto;
	width: 91.66666667%;
  }
  
  .col-12 {
	flex: 0 0 auto;
	width: 100%;
  }
  
  .offset-1 {
	margin-left: 8.33333333%;
  }
  
  .offset-2 {
	margin-left: 16.66666667%;
  }
  
  .offset-3 {
	margin-left: 25%;
  }
  
  .offset-4 {
	margin-left: 33.33333333%;
  }
  
  .offset-5 {
	margin-left: 41.66666667%;
  }
  
  .offset-6 {
	margin-left: 50%;
  }
  
  .offset-7 {
	margin-left: 58.33333333%;
  }
  
  .offset-8 {
	margin-left: 66.66666667%;
  }
  
  .offset-9 {
	margin-left: 75%;
  }
  
  .offset-10 {
	margin-left: 83.33333333%;
  }
  
  .offset-11 {
	margin-left: 91.66666667%;
  }
  
  .g-0,
  .gx-0 {
	--bs-gutter-x: 0;
  }
  
  .g-0,
  .gy-0 {
	--bs-gutter-y: 0;
  }
  
  .g-1,
  .gx-1 {
	--bs-gutter-x: 0.25rem;
  }
  
  .g-1,
  .gy-1 {
	--bs-gutter-y: 0.25rem;
  }
  
  .g-2,
  .gx-2 {
	--bs-gutter-x: 0.5rem;
  }
  
  .g-2,
  .gy-2 {
	--bs-gutter-y: 0.5rem;
  }
  
  .g-3,
  .gx-3 {
	--bs-gutter-x: 1rem;
  }
  
  .g-3,
  .gy-3 {
	--bs-gutter-y: 1rem;
  }
  
  .g-4,
  .gx-4 {
	--bs-gutter-x: 1.5rem;
  }
  
  .g-4,
  .gy-4 {
	--bs-gutter-y: 1.5rem;
  }
  
  .g-5,
  .gx-5 {
	--bs-gutter-x: 3rem;
  }
  
  .g-5,
  .gy-5 {
	--bs-gutter-y: 3rem;
  }
  
  @media (min-width: 576px) {
	.col-sm-auto {
	  flex: 0 0 auto;
	  width: auto;
	}
  
	.col-sm-1 {
	  flex: 0 0 auto;
	  width: 8.33333333%;
	}
  
	.col-sm-2 {
	  flex: 0 0 auto;
	  width: 16.66666667%;
	}
  
	.col-sm-3 {
	  flex: 0 0 auto;
	  width: 25%;
	}
  
	.col-sm-4 {
	  flex: 0 0 auto;
	  width: 33.33333333%;
	}
  
	.col-sm-5 {
	  flex: 0 0 auto;
	  width: 41.66666667%;
	}
  
	.col-sm-6 {
	  flex: 0 0 auto;
	  width: 50%;
	}
  
	.col-sm-7 {
	  flex: 0 0 auto;
	  width: 58.33333333%;
	}
  
	.col-sm-8 {
	  flex: 0 0 auto;
	  width: 66.66666667%;
	}
  
	.col-sm-9 {
	  flex: 0 0 auto;
	  width: 75%;
	}
  
	.col-sm-10 {
	  flex: 0 0 auto;
	  width: 83.33333333%;
	}
  
	.col-sm-11 {
	  flex: 0 0 auto;
	  width: 91.66666667%;
	}
  
	.col-sm-12 {
	  flex: 0 0 auto;
	  width: 100%;
	}
  
	.offset-sm-0 {
	  margin-left: 0;
	}
  
	.offset-sm-1 {
	  margin-left: 8.33333333%;
	}
  
	.offset-sm-2 {
	  margin-left: 16.66666667%;
	}
  
	.offset-sm-3 {
	  margin-left: 25%;
	}
  
	.offset-sm-4 {
	  margin-left: 33.33333333%;
	}
  
	.offset-sm-5 {
	  margin-left: 41.66666667%;
	}
  
	.offset-sm-6 {
	  margin-left: 50%;
	}
  
	.offset-sm-7 {
	  margin-left: 58.33333333%;
	}
  
	.offset-sm-8 {
	  margin-left: 66.66666667%;
	}
  
	.offset-sm-9 {
	  margin-left: 75%;
	}
  
	.offset-sm-10 {
	  margin-left: 83.33333333%;
	}
  
	.offset-sm-11 {
	  margin-left: 91.66666667%;
	}
  
	.g-sm-0,
  .gx-sm-0 {
	  --bs-gutter-x: 0;
	}
  
	.g-sm-0,
  .gy-sm-0 {
	  --bs-gutter-y: 0;
	}
  
	.g-sm-1,
  .gx-sm-1 {
	  --bs-gutter-x: 0.25rem;
	}
  
	.g-sm-1,
  .gy-sm-1 {
	  --bs-gutter-y: 0.25rem;
	}
  
	.g-sm-2,
  .gx-sm-2 {
	  --bs-gutter-x: 0.5rem;
	}
  
	.g-sm-2,
  .gy-sm-2 {
	  --bs-gutter-y: 0.5rem;
	}
  
	.g-sm-3,
  .gx-sm-3 {
	  --bs-gutter-x: 1rem;
	}
  
	.g-sm-3,
  .gy-sm-3 {
	  --bs-gutter-y: 1rem;
	}
  
	.g-sm-4,
  .gx-sm-4 {
	  --bs-gutter-x: 1.5rem;
	}
  
	.g-sm-4,
  .gy-sm-4 {
	  --bs-gutter-y: 1.5rem;
	}
  
	.g-sm-5,
  .gx-sm-5 {
	  --bs-gutter-x: 3rem;
	}
  
	.g-sm-5,
  .gy-sm-5 {
	  --bs-gutter-y: 3rem;
	}
  }
  @media (min-width: 768px) {
	.col-md-auto {
	  flex: 0 0 auto;
	  width: auto;
	}
  
	.col-md-1 {
	  flex: 0 0 auto;
	  width: 8.33333333%;
	}
  
	.col-md-2 {
	  flex: 0 0 auto;
	  width: 16.66666667%;
	}
  
	.col-md-3 {
	  flex: 0 0 auto;
	  width: 25%;
	}
  
	.col-md-4 {
	  flex: 0 0 auto;
	  width: 33.33333333%;
	}
  
	.col-md-5 {
	  flex: 0 0 auto;
	  width: 41.66666667%;
	}
  
	.col-md-6 {
	  flex: 0 0 auto;
	  width: 50%;
	}
  
	.col-md-7 {
	  flex: 0 0 auto;
	  width: 58.33333333%;
	}
  
	.col-md-8 {
	  flex: 0 0 auto;
	  width: 66.66666667%;
	}
  
	.col-md-9 {
	  flex: 0 0 auto;
	  width: 75%;
	}
  
	.col-md-10 {
	  flex: 0 0 auto;
	  width: 83.33333333%;
	}
  
	.col-md-11 {
	  flex: 0 0 auto;
	  width: 91.66666667%;
	}
  
	.col-md-12 {
	  flex: 0 0 auto;
	  width: 100%;
	}
  
	.offset-md-0 {
	  margin-left: 0;
	}
  
	.offset-md-1 {
	  margin-left: 8.33333333%;
	}
  
	.offset-md-2 {
	  margin-left: 16.66666667%;
	}
  
	.offset-md-3 {
	  margin-left: 25%;
	}
  
	.offset-md-4 {
	  margin-left: 33.33333333%;
	}
  
	.offset-md-5 {
	  margin-left: 41.66666667%;
	}
  
	.offset-md-6 {
	  margin-left: 50%;
	}
  
	.offset-md-7 {
	  margin-left: 58.33333333%;
	}
  
	.offset-md-8 {
	  margin-left: 66.66666667%;
	}
  
	.offset-md-9 {
	  margin-left: 75%;
	}
  
	.offset-md-10 {
	  margin-left: 83.33333333%;
	}
  
	.offset-md-11 {
	  margin-left: 91.66666667%;
	}
  
	.g-md-0,
  .gx-md-0 {
	  --bs-gutter-x: 0;
	}
  
	.g-md-0,
  .gy-md-0 {
	  --bs-gutter-y: 0;
	}
  
	.g-md-1,
  .gx-md-1 {
	  --bs-gutter-x: 0.25rem;
	}
  
	.g-md-1,
  .gy-md-1 {
	  --bs-gutter-y: 0.25rem;
	}
  
	.g-md-2,
  .gx-md-2 {
	  --bs-gutter-x: 0.5rem;
	}
  
	.g-md-2,
  .gy-md-2 {
	  --bs-gutter-y: 0.5rem;
	}
  
	.g-md-3,
  .gx-md-3 {
	  --bs-gutter-x: 1rem;
	}
  
	.g-md-3,
  .gy-md-3 {
	  --bs-gutter-y: 1rem;
	}
  
	.g-md-4,
  .gx-md-4 {
	  --bs-gutter-x: 1.5rem;
	}
  
	.g-md-4,
  .gy-md-4 {
	  --bs-gutter-y: 1.5rem;
	}
  
	.g-md-5,
  .gx-md-5 {
	  --bs-gutter-x: 3rem;
	}
  
	.g-md-5,
  .gy-md-5 {
	  --bs-gutter-y: 3rem;
	}
  }
  @media (min-width: 992px) {
	
	.col-lg-auto {
	  flex: 0 0 auto;
	  width: auto;
	}
  
	.col-lg-1 {
	  flex: 0 0 auto;
	  width: 8.33333333%;
	}
  
	.col-lg-2 {
	  flex: 0 0 auto;
	  width: 16.66666667%;
	}
  
	.col-lg-3 {
	  flex: 0 0 auto;
	  width: 25%;
	}
  
	.col-lg-4 {
	  flex: 0 0 auto;
	  width: 33.33333333%;
	}
  
	.col-lg-5 {
	  flex: 0 0 auto;
	  width: 41.66666667%;
	}
  
	.col-lg-6 {
	  flex: 0 0 auto;
	  width: 50%;
	}
  
	.col-lg-7 {
	  flex: 0 0 auto;
	  width: 58.33333333%;
	}
  
	.col-lg-8 {
	  flex: 0 0 auto;
	  width: 66.66666667%;
	}
  
	.col-lg-9 {
	  flex: 0 0 auto;
	  width: 75%;
	}
  
	.col-lg-10 {
	  flex: 0 0 auto;
	  width: 83.33333333%;
	}
  
	.col-lg-11 {
	  flex: 0 0 auto;
	  width: 91.66666667%;
	}
  
	.col-lg-12 {
	  flex: 0 0 auto;
	  width: 100%;
	}
  
	.offset-lg-0 {
	  margin-left: 0;
	}
  
	.offset-lg-1 {
	  margin-left: 8.33333333%;
	}
  
	.offset-lg-2 {
	  margin-left: 16.66666667%;
	}
  
	.offset-lg-3 {
	  margin-left: 25%;
	}
  
	.offset-lg-4 {
	  margin-left: 33.33333333%;
	}
  
	.offset-lg-5 {
	  margin-left: 41.66666667%;
	}
  
	.offset-lg-6 {
	  margin-left: 50%;
	}
  
	.offset-lg-7 {
	  margin-left: 58.33333333%;
	}
  
	.offset-lg-8 {
	  margin-left: 66.66666667%;
	}
  
	.offset-lg-9 {
	  margin-left: 75%;
	}
  
	.offset-lg-10 {
	  margin-left: 83.33333333%;
	}
  
	.offset-lg-11 {
	  margin-left: 91.66666667%;
	}
  
	.g-lg-0,
  .gx-lg-0 {
	  --bs-gutter-x: 0;
	}
  
	.g-lg-0,
  .gy-lg-0 {
	  --bs-gutter-y: 0;
	}
  
	.g-lg-1,
  .gx-lg-1 {
	  --bs-gutter-x: 0.25rem;
	}
  
	.g-lg-1,
  .gy-lg-1 {
	  --bs-gutter-y: 0.25rem;
	}
  
	.g-lg-2,
  .gx-lg-2 {
	  --bs-gutter-x: 0.5rem;
	}
  
	.g-lg-2,
  .gy-lg-2 {
	  --bs-gutter-y: 0.5rem;
	}
  
	.g-lg-3,
  .gx-lg-3 {
	  --bs-gutter-x: 1rem;
	}
  
	.g-lg-3,
  .gy-lg-3 {
	  --bs-gutter-y: 1rem;
	}
  
	.g-lg-4,
  .gx-lg-4 {
	  --bs-gutter-x: 1.5rem;
	}
  
	.g-lg-4,
  .gy-lg-4 {
	  --bs-gutter-y: 1.5rem;
	}
  
	.g-lg-5,
  .gx-lg-5 {
	  --bs-gutter-x: 3rem;
	}
  
	.g-lg-5,
  .gy-lg-5 {
	  --bs-gutter-y: 3rem;
	}
  }
  @media (min-width: 1200px) {
	.col-xl-auto {
	  flex: 0 0 auto;
	  width: auto;
	}
  
	.col-xl-1 {
	  flex: 0 0 auto;
	  width: 8.33333333%;
	}
  
	.col-xl-2 {
	  flex: 0 0 auto;
	  width: 16.66666667%;
	}
  
	.col-xl-3 {
	  flex: 0 0 auto;
	  width: 25%;
	}
  
	.col-xl-4 {
	  flex: 0 0 auto;
	  width: 33.33333333%;
	}
  
	.col-xl-5 {
	  flex: 0 0 auto;
	  width: 41.66666667%;
	}
  
	.col-xl-6 {
	  flex: 0 0 auto;
	  width: 50%;
	}
  
	.col-xl-7 {
	  flex: 0 0 auto;
	  width: 58.33333333%;
	}
  
	.col-xl-8 {
	  flex: 0 0 auto;
	  width: 66.66666667%;
	}
  
	.col-xl-9 {
	  flex: 0 0 auto;
	  width: 75%;
	}
  
	.col-xl-10 {
	  flex: 0 0 auto;
	  width: 83.33333333%;
	}
  
	.col-xl-11 {
	  flex: 0 0 auto;
	  width: 91.66666667%;
	}
  
	.col-xl-12 {
	  flex: 0 0 auto;
	  width: 100%;
	}
  
	.offset-xl-0 {
	  margin-left: 0;
	}
  
	.offset-xl-1 {
	  margin-left: 8.33333333%;
	}
  
	.offset-xl-2 {
	  margin-left: 16.66666667%;
	}
  
	.offset-xl-3 {
	  margin-left: 25%;
	}
  
	.offset-xl-4 {
	  margin-left: 33.33333333%;
	}
  
	.offset-xl-5 {
	  margin-left: 41.66666667%;
	}
  
	.offset-xl-6 {
	  margin-left: 50%;
	}
  
	.offset-xl-7 {
	  margin-left: 58.33333333%;
	}
  
	.offset-xl-8 {
	  margin-left: 66.66666667%;
	}
  
	.offset-xl-9 {
	  margin-left: 75%;
	}
  
	.offset-xl-10 {
	  margin-left: 83.33333333%;
	}
  
	.offset-xl-11 {
	  margin-left: 91.66666667%;
	}
  
	.g-xl-0,
  .gx-xl-0 {
	  --bs-gutter-x: 0;
	}
  
	.g-xl-0,
  .gy-xl-0 {
	  --bs-gutter-y: 0;
	}
  
	.g-xl-1,
  .gx-xl-1 {
	  --bs-gutter-x: 0.25rem;
	}
  
	.g-xl-1,
  .gy-xl-1 {
	  --bs-gutter-y: 0.25rem;
	}
  
	.g-xl-2,
  .gx-xl-2 {
	  --bs-gutter-x: 0.5rem;
	}
  
	.g-xl-2,
  .gy-xl-2 {
	  --bs-gutter-y: 0.5rem;
	}
  
	.g-xl-3,
  .gx-xl-3 {
	  --bs-gutter-x: 1rem;
	}
  
	.g-xl-3,
  .gy-xl-3 {
	  --bs-gutter-y: 1rem;
	}
  
	.g-xl-4,
  .gx-xl-4 {
	  --bs-gutter-x: 1.5rem;
	}
  
	.g-xl-4,
  .gy-xl-4 {
	  --bs-gutter-y: 1.5rem;
	}
  
	.g-xl-5,
  .gx-xl-5 {
	  --bs-gutter-x: 3rem;
	}
  
	.g-xl-5,
  .gy-xl-5 {
	  --bs-gutter-y: 3rem;
	}
  }
  @media (min-width: 1400px) {
	.col-xxl-auto {
	  flex: 0 0 auto;
	  width: auto;
	}
  
	.col-xxl-1 {
	  flex: 0 0 auto;
	  width: 8.33333333%;
	}
  
	.col-xxl-2 {
	  flex: 0 0 auto;
	  width: 16.66666667%;
	}
  
	.col-xxl-3 {
	  flex: 0 0 auto;
	  width: 25%;
	}
  
	.col-xxl-4 {
	  flex: 0 0 auto;
	  width: 33.33333333%;
	}
  
	.col-xxl-5 {
	  flex: 0 0 auto;
	  width: 41.66666667%;
	}
  
	.col-xxl-6 {
	  flex: 0 0 auto;
	  width: 50%;
	}
  
	.col-xxl-7 {
	  flex: 0 0 auto;
	  width: 58.33333333%;
	}
  
	.col-xxl-8 {
	  flex: 0 0 auto;
	  width: 66.66666667%;
	}
  
	.col-xxl-9 {
	  flex: 0 0 auto;
	  width: 75%;
	}
  
	.col-xxl-10 {
	  flex: 0 0 auto;
	  width: 83.33333333%;
	}
  
	.col-xxl-11 {
	  flex: 0 0 auto;
	  width: 91.66666667%;
	}
  
	.col-xxl-12 {
	  flex: 0 0 auto;
	  width: 100%;
	}
  
	.offset-xxl-0 {
	  margin-left: 0;
	}
  
	.offset-xxl-1 {
	  margin-left: 8.33333333%;
	}
  
	.offset-xxl-2 {
	  margin-left: 16.66666667%;
	}
  
	.offset-xxl-3 {
	  margin-left: 25%;
	}
  
	.offset-xxl-4 {
	  margin-left: 33.33333333%;
	}
  
	.offset-xxl-5 {
	  margin-left: 41.66666667%;
	}
  
	.offset-xxl-6 {
	  margin-left: 50%;
	}
  
	.offset-xxl-7 {
	  margin-left: 58.33333333%;
	}
  
	.offset-xxl-8 {
	  margin-left: 66.66666667%;
	}
  
	.offset-xxl-9 {
	  margin-left: 75%;
	}
  
	.offset-xxl-10 {
	  margin-left: 83.33333333%;
	}
  
	.offset-xxl-11 {
	  margin-left: 91.66666667%;
	}
  
	.g-xxl-0,
  .gx-xxl-0 {
	  --bs-gutter-x: 0;
	}
  
	.g-xxl-0,
  .gy-xxl-0 {
	  --bs-gutter-y: 0;
	}
  
	.g-xxl-1,
  .gx-xxl-1 {
	  --bs-gutter-x: 0.25rem;
	}
  
	.g-xxl-1,
  .gy-xxl-1 {
	  --bs-gutter-y: 0.25rem;
	}
  
	.g-xxl-2,
  .gx-xxl-2 {
	  --bs-gutter-x: 0.5rem;
	}
  
	.g-xxl-2,
  .gy-xxl-2 {
	  --bs-gutter-y: 0.5rem;
	}
  
	.g-xxl-3,
  .gx-xxl-3 {
	  --bs-gutter-x: 1rem;
	}
  
	.g-xxl-3,
  .gy-xxl-3 {
	  --bs-gutter-y: 1rem;
	}
  
	.g-xxl-4,
  .gx-xxl-4 {
	  --bs-gutter-x: 1.5rem;
	}
  
	.g-xxl-4,
  .gy-xxl-4 {
	  --bs-gutter-y: 1.5rem;
	}
  
	.g-xxl-5,
  .gx-xxl-5 {
	  --bs-gutter-x: 3rem;
	}
  
	.g-xxl-5,
  .gy-xxl-5 {
	  --bs-gutter-y: 3rem;
	}
  }

.mb-0 { margin-bottom: 0px !important;}
ul.listdetail { margin: 0px 0px 0px 20px; padding:0px} 


.timeline .eael-content-timeline-line {margin-left: -2px !important;}
	.timeline .eael-content-timeline-img {
		margin-left: -16px !important;
	}
	.timeline .eael-content-timeline-content { padding-top: 70px;}
	.timeline .eael-content-timeline-content .eael-date {width: auto !important;  top: -10px; padding-bottom: 10px; padding-top: 10px; padding-left: 15px; font-weight: 300;  padding-right: 15px; background-color: #17285C; border-radius: 55px; color: #fff !important; opacity: 1; left: 262px;}
	
	.timeline .eael-content-timeline-block:nth-child(2n) .eael-content-timeline-content .eael-date {right: calc(100% + -174px); padding-right: 15px;}
	.timeline .eael-content-timeline-content p { margin-top: 0px; margin-bottom: 0px;}
	.timeline .eael-content-timeline-content p strong { font-weight: 600; color: #797979;}
	.timeline .eael-content-timeline-content { text-align: right !important;}
	/* .timeline .eael-content-timeline-container .eael-content-timeline-block:last-child .eael-content-timeline-content { text-align: left !important;} */
	.timeline .eael-content-timeline-block:nth-child(2n) .eael-content-timeline-content {text-align: left !important;}
	.timeline .eael-content-timeline-content .eael-date::after{ 
		content: "";
		width: 66px;
		top: 50%;
		z-index: -1;
		height: 2px;
		position: absolute;
		background-color: #D9D9D9;
		left: 160px;
	}
	.timeline .eael-content-timeline-block:nth-child(2n) .eael-content-timeline-content .eael-date::after{
		content: "";
		width: 66px;
		top: 50%;
		z-index: -1;
		height: 2px;
		position: absolute;
		background-color: #D9D9D9;
		right: auto;
		left: -80px;
	}
	.timeline .eael-content-timeline-block .eael-content-timeline-line::before {content: ""; background-color: #d7e4ed; top: 0px; position: absolute; height: 25px; width: 4px;}

	

	@media screen and (max-width: 991.5px) {
		 .timeline .eael-content-timeline-line {margin-left: 8px !important;}
.timeline .eael-content-timeline-img { margin-left: 11px !important;} 
.timeline .eael-content-timeline-block:nth-child(2n) .eael-content-timeline-content .eael-date { right: auto;}

.timeline .eael-content-timeline-content .eael-date {    left: 15px; position: absolute;}
.timeline .eael-content-timeline-content .eael-date::after {display: none;}
.timeline .eael-content-timeline-content {text-align: left !important;}
	  }


	  @media screen and (max-width: 767.5px) {
		.timeline .eael-content-timeline-content { margin-left: 35px;}
		.timeline .eael-content-timeline-line {margin-left: -2px !important;}
.timeline .eael-content-timeline-img { margin-left: 2px !important;} 
.timeline .eael-content-timeline-content .eael-date {    top: -4px;}
.timeline .eael-content-timeline-content {padding-top: 50px;}

.timeline .eael-content-timeline-content .eael-date {    left: 15px; position: absolute;}
.timeline .eael-content-timeline-content .eael-date::after {display: none;}
.timeline .eael-content-timeline-content {text-align: left !important;}

	 }


