/****Offset menu Design***/
.menuTrigger {
	position: fixed;
	right: 100px;
	top: 80px;
	z-index: 5555;
	cursor: pointer;
}

.home-btn {
	width: 110px;
	height: 50px;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	border: 3px solid #03353A;
	transition: all 0.3s ease 0s;
	font-weight: bold;
	color: #03353A;
}

.home-btn .home-icon svg circle,
.home-btn .close-icon {
	fill: #03353A;
}

.home-btn .close-icon {
	opacity: 0;
}

.home-btn>span {
	display: flex;
	position: absolute;
	transition: opacity 0.3s ease 0s;
}

.home-btn:hover {
	background-color: #07d4a1 !important;
	border-color: #07d4a1 !important;
}

.home-btn:hover .home-icon svg circle,
.home-btn:hover .close-icon svg line {
	fill: #fff !important;
}

.home-btn svg {
	width: 15px;
	height: 15px;
}

.menu--open .main-navigation {
	right: 0;
}

.menu--open .home-btn .close-icon {
	opacity: 1;
}

.menu--open .home-btn .home-icon {
	opacity: 0;
}

.home .home-btn .home-icon svg circle,
.home .home-btn .close-icon svg line,
.page-template-tp-home-new .home-icon svg circle,
.page-template-tp-home-new .close-icon svg line {
	fill: #fff;
}

.menu--open .home-icon svg circle,
.menu--open .close-icon svg line {
	fill: #fff !important;
}

.menu--open .home-btn {
	border-color: #fff;
	width: 50px;
	height: 50px;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.menu--open .home-btn:hover {
	background-color: transparent !important;
}

/* .home .home-btn,
.page-template-tp-home-new .home-btn {
	border-color: #fff;
} */

.main-navigation {
	right: -500px;
	position: fixed;
	top: 0;
	z-index: 333;
	border-radius: 60px 0 0 60px;
	background-color: #03353A;
	max-width: 460px;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	transition: right 0.5s ease 0s;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.4);
}

.main-navigation .main Menu {
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-navigation .mainMenu .menu {
	display: block;
	text-align: center;
	margin: 0;
	list-style-type: none;
	padding: 0;
}

.main-navigation .mainMenu .menu li {
	display: block;
	margin-bottom: 50px;
}

.main-navigation .mainMenu .menu li a {
	font-family: "Work Sans", sans-serif;
	font-size: 24px;
	line-height: 40px;
	font-weight: 700;
	text-decoration: none !important;
	transition: all 0.3s ease 0s;
	color: #fff;
	position: relative;
}

.main-navigation .mainMenu .menu li a:before {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	opacity: 0;
	left: 50%;
	transform: translateX(-50%);
	bottom: -12px;
	border-radius: 50%;
	background-color: #159DD0;
}

.main-navigation .mainMenu .menu li a:hover::before {
	opacity: 1;
}

.main-navigation .mainMenu .menu li.current_page_item a {
	color: #159DD0;
}

.main-navigation .mainMenu .menu li.current_page_item a:before {
	background-color: #fff;
}

/* New Navigation css */

.header_nav {
	margin: 0;
}

.header_nav .menu {
	position: fixed;
	top: 10px;
	right: 0;
	left: 0;
	z-index: 333;
	border-radius: 60px;
	background-color: #03353A;
	width: 1440px;
	height: 72px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	text-align: center;
	gap: 50px;
	list-style-type: none;
	padding: 0;
	box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.4);
	transition: right 0.5s ease 0s;
}


.header_nav .menu li {
	display: block;
	margin-bottom: 0;
}

.header_nav .menu li a {
	font-family: "Work Sans", sans-serif;
	font-size: 22px;
	line-height: 34px;
	font-weight: 700;
	text-decoration: none !important;
	transition: all 0.3s ease 0s;
	color: #fff;
	position: relative;
}

.header_nav .menu li a:before {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	opacity: 0;
	left: 50%;
	transform: translateX(-50%);
	bottom: -12px;
	border-radius: 50%;
	background-color: #159DD0;
}

.header_nav .menu li a:hover::before {
	opacity: 1;
}

.header_nav .menu li.current_page_item a {
	color: #159DD0;
}

.header_nav .menu li.current_page_item a:before {
	background-color: #fff;
}


/*** Home Banner Section***/

.homepage-slider .custom-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 30px;
}

.homepage-slider .custom-controls .custom-prev {
	position: absolute;
	bottom: 0;
	left: 0;

	width: 40px;
	height: 40px;
	opacity: 1;
	cursor: pointer !important;
	padding: 0;
}

.homepage-slider .custom-controls .custom-next {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 40px;
	opacity: 1;
	cursor: pointer !important;
	padding: 0;
}

.main_slider_sec {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	position: relative;
	z-index: 10;
}

.main_slider_sec:before {
	content: "";
	/* background-color: #00000008; */
	position: absolute;
	inset: 0;
	z-index: 1;
	border-radius: 0 0 0 169px;
}

.home-banner-section .image_sec {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
}

.pageInfo {
	text-align: center;
	font-size: 26px;
	color: white;
	position: absolute;
	right: 420px;
	bottom: 50px;
	font-family: "Oswald", sans-serif;
	font-weight: 700;

}

.home-banner-section .image_sec img {
	width: 100%;
	height: 100vh;
	border-radius: 0 0 0 169px;
	object-fit: cover;
}

.home-banner-section .bannerShape {
	position: absolute;
	right: 0;
	bottom: -300px;
	max-width: 90%;
	width: 420px;
}

.home-banner-section .bannerShape img {
	width: 100%;
}

.homeBannerContent {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1050px;
	margin: 0 auto;
	width: 90%;
	z-index: 3;
}

.homeBannerContent h1 {
	font-size: 80px;
	line-height: 108px;
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	width: 100%;
}

.homeBannerContent h1 span.removeText {
	font-family: "Caladea", serif;
	font-size: 95px;
	font-style: italic;
	text-align: right;
	margin-left: 36%;
	position: relative;
	display: inline-block;
	padding: 0 30px;

}

.homeBannerContent h1 span.addBannerText {
	font-family: "Caladea", serif;
	font-size: 95px;
	font-style: italic;
	text-align: right;
	position: relative;
	display: none;
	opacity: 0;
	/* Fully transparent */
	transition: opacity 1s ease;
	/* Smooth fade-in transition */

}

.homeBannerContent h1 span.removeText:before {
	content: "";
	width: 0;
	display: block;
	top: 54%;
	transform: translateY(-50%);
	height: 16px;
	background-size: contain;
	background-image: url("../images/bannerTextLine.png");
	background-repeat: no-repeat;
	position: absolute;
	background-position: left center;
	left: 15px;
	transition: width 2s ease-in-out;
}

.homeBannerContent h1 .removeText.aos-complete::before {
	width: 100%;
	z-index: 11;
}

.homeBannerContent h1 span {
	position: relative;
	display: inline-block;
}

/* homeBannerContent-New starts */


.homeBannerContent_New {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1050px;
	margin: 0 auto;
	width: 90%;
	z-index: 3;
}

.homeBannerContent_New h1 {
	font-size: 80px;
	line-height: 108px;
	color: #03353A;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	width: 100%;
	margin: 0;
}

.homeBannerContent_New h1 span.removeText {
	font-family: "Caladea", serif;
	font-size: 95px;
	font-style: italic;
	text-align: right;
	margin-left: 0;
	position: relative;
	display: inline-block;
	padding: 0 30px;

}

.homeBannerContent_New h1 span.addBannerText {
	font-family: "Caladea", serif;
	font-size: 95px;
	font-style: italic;
	text-align: right;
	position: relative;
	display: none;
	opacity: 0;
	/* Fully transparent */
	transition: opacity 1s ease;
	/* Smooth fade-in transition */

}

.homeBannerContent_New h1 span.removeText:before {
	content: "";
	width: 0;
	display: block;
	top: 54%;
	transform: translateY(-50%);
	height: 16px;
	background-size: contain;
	background-image: url("../images/bannerTextLine.png");
	background-repeat: no-repeat;
	position: absolute;
	background-position: left center;
	left: 15px;
	transition: width 2s ease-in-out;
}

.homeBannerContent_New h1 .removeText.aos-complete::before {
	width: 100%;
	z-index: 11;
}

.homeBannerContent_New h1 span {
	position: relative;
	display: inline-block;
}


/* homeBannerContent-New Ends */
















/*.home-banner-section:after { content: ""; position: absolute; width: 100%; height: 100%; background-color: rgb(6 61 79 / 80%); mix-blend-mode: multiply; top: 0; left: 0; right: 0; bottom: 0; }*/
.home-banner-section .banner-container {
	display: flex;
	align-items: center;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	z-index: 9999;
	position: relative;
}

.home-banner-section .question-box {
	position: absolute;
	bottom: 50px;
	right: 55px;
	z-index: 9999;
	text-align: center;
}

.home-banner-section .home-banner-content p {
	color: #ffffff;
	font-size: 22px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.22px;
	max-width: 521px;
	font-family: 'Oswald', sans-serif;
	margin: auto;
	text-align: center;
}

.home-banner-section .home-banner-content h4 {
	text-align: center;
	font-size: 95px;
	font-weight: 700;
	margin: 0px;
	color: #07d4a1;
	font-family: Caladea-BoldItalic;
	line-height: normal;
}


/**** Brand Section****/
.brand-text-section {
	padding: 100px 0 0;
	background-color: #fff;

}

.brand-text {
	max-width: 865px;
	margin: 0 auto;
}

.brand-text h3 {
	font-size: 55px;
	line-height: 65px;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	text-align: center;
	color: #03353A;
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}

.brand-text h3:before {
	content: "";
	height: 172px;
	width: 181px;
	background-color: #23d4a1;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: -60px;
	top: -56px;
	z-index: -1;
}

.brand-text h3 span {
	font-style: italic;
	color: #159DD0;
	font-family: "Caladea", serif;
}

.trigger-effect.home .home-btn .home-icon svg circle,
.trigger-effect.home .home-btn .close-icon,
.page-template-tp-home-new.trigger-effect .home-btn .home-icon svg circle,
.page-template-tp-home-new.trigger-effect .home-btn .close-icon,
.trigger-effect1.home .home-btn .home-icon svg circle,
.trigger-effect1.home .home-btn .close-icon,
.page-template-tp-home-new.trigger-effect1 .home-btn .home-icon svg circle,
.page-template-tp-home-new.trigger-effect1 .home-btn .close-icon,
.trigger-effect2.home .home-btn .home-icon svg circle,
.trigger-effect2.home .home-btn .close-icon,
.page-template-tp-home-new.trigger-effect2 .home-btn .home-icon svg circle,
.page-template-tp-home-new.trigger-effect2 .home-btn .close-icon {
	fill: #03353A;
}

.page-template-tp-home-new.trigger-effect .home-btn,
.home.trigger-effect1 .home-btn,
.page-template-tp-home-new.trigger-effect1 .home-btn,
.home.trigger-effect2 .home-btn,
.page-template-tp-home-new.trigger-effect2 .home-btn {
	border-color: #03353A;
}










/***MAp Section Shape*****/
.homeTopMain {
	height: 267px;
	background-color: #fff;
	border-radius: 0 0 0 70px;
	width: 100%;
	display: block;
	position: absolute;
	left: 100px;
	top: -5px;
}

.homeBottomMain {
	height: 267px;
	background-color: #fff;
	border-radius: 70px 0 0 0;
	width: 100%;
	display: block;
	position: absolute;
	left: 250px;
	bottom: 7px;
}

.homeTopMain:before {
	content: "";
	background-image: url('../images/how-we-compare/curve.svg');
	position: absolute;
	left: -105px;
	top: 0;
	height: 110px;
	background-repeat: no-repeat;
	width: 100px;
	transform: rotate(90deg);
}

.homeTopMain:after {
	content: "";
	position: absolute;
	right: 105px;
	bottom: -105px;
	height: 110px;
	background-image: url('../images/how-we-compare/curve.svg');
	background-repeat: no-repeat;
	width: 100px;
	transform: rotate(90deg);
}

.homeBottomMain:before {
	content: "";
	position: absolute;
	right: 250px;
	top: -110px;
	height: 110px;
	background-image: url('../images/how-we-compare/curve.svg');
	background-repeat: no-repeat;
	width: 100px;
	transform: rotate(180deg);

}

.homeBottomMain:after {
	content: "";
	position: absolute;
	left: -100px;
	bottom: 0;
	height: 100px;
	background-image: url('../images/how-we-compare/curve.svg');
	background-repeat: no-repeat;
	width: 100px;
	transform: rotate(180deg);
	display: none;
}

.mapSectionImage .homeShapeMain {
	width: 38%;
	position: relative;
	top: 7px;
	/* top: 0; */
}

.mapSectionImage .homeShapeMain .mobShapeImg {
	display: none;
}

.mapSectionImage .homeShapeMain .deskShapeImg {
	width: 100%;
	min-height: 1000px;
}

.map-section {
	position: relative;
	padding: 80px 0 0;
}

.map-section .map-content-box {
	position: absolute;
	width: 100%;
	top: 37%;
}

.map-section .map-content-box .mapSvgImage {
	position: relative;
	margin-left: 15%;
}

.mapSvgImage .map-bg-effect:hover {
	fill: #149671;
}

.mapSvgImage .map-bg-effect {
	transition: all 0.3s ease 0s;
}

.mapSvgImage svg path.map-bg-effect {
	cursor: pointer;
}

.mapContentOuter {
	position: relative;
}

.mapSvgImage {
	position: static;
}

.mapContentOuter .mapContent {
	position: absolute;
	/* right: 0;
	max-width: 400px;
	top: -40%; */
	right: 140px;
	max-width: 410px;
	top: -30%;
}

.mapContentOuter .mapContent p {
	font-family: "Work Sans", sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #03353A;
	line-height: 40px;
}

.mapContent h3 {
	color: #063d4f;
	font-family: "Caladea", serif;
	font-size: 55px;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 65px;
	margin: 0px;
	position: relative;
	z-index: 1;
	font-style: italic;

}

/* .mapSectionImage img {
	width: 38%;
} */

.mapContent h3:before {
	content: "";
	width: 96px;
	height: 91px;
	background-color: #7FEA98;
	border-radius: 50%;
	position: absolute;
	display: block;
	top: -22px;
	left: -35px;
	z-index: -1;
}

#info-box {
	position: absolute;
	display: none;
	opacity: 0;
	z-index: 1000;
	pointer-events: none;
}

.tt-msg {
	font-size: 14px;
	color: #333;
}


/* #info-box {
	position: absolute;
	z-index: 1;
	display: none;
	transform: translate(152px, 486px);

} */

#info-box:before {
	content: "";
	height: 14px;
	width: 14px;
	border: solid 3px #fff;
	background-color: #03353A;
	border-radius: 50%;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
	display: block;
	position: absolute;
	bottom: -16px;
	left: -16px;
}

.tt-msg {
	background-color: #BDEFF8;
	color: #03353A;
	border-radius: 9px 9px 9px 0;
	padding: 5px 10px;
	font-weight: 500;
	font-family: "Work Sans", sans-serif;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.48);
	font-size: 14px;
	/* max-width: 100px; */
	/* display: none; */
}



.title-sec .subcontent_title {
	max-width: 490px;
	padding: 30px 0 0 0;
	margin-left: 85px;
}

.title-sec .subcontent_title p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	font-family: "Work Sans";
	height: 100%;
	display: block;
	color: #03353A;
	margin: 0;
}

.source_sec {
	max-width: 100%;
	margin: 40px 0 0 0;
	text-align: right;
}

.source_sec h4 {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	font-family: "Work Sans";
	color: #159DD0;
	margin: 0;
}

.source_sec h4 a {
	text-decoration: underline;
	margin: 0 0 0 10px;
	color: #159DD0;
}

/**** * Look st the facts Slider * ******/






.facts-slick-slider .slick-slider .slider-box {
	background-color: #23D4A1;
	border-radius: 52px;
	box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.36);
	width: 297px;
	height: 304px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-inline: 25px;
	position: relative;
	z-index: 222;
	cursor: pointer;

}

/* .facts-slick-slider:before {
	content: "";
	left: 0;
	top: 30%;
	width: 141px;
	height: 280px;
	border-radius: 0 148px 148px 0;
	display: block;
	position: absolute;

	z-index: 22;
	opacity: 0.6;
	background-color: #9af5f5;
} */

.facts-slick-slider .slick-slider .slider-box h3 {
	font-size: 40px;
	font-style: italic;
	font-family: "Caladea", serif;
	text-transform: capitalize;
	margin: 0;
	line-height: 53px;
	color: #fff;
}

.facts-slick-slider .slick-slider .slick-slide {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 25px;
	overflow: hidden;
	transition: all 0.5s ease 0s;
}

.facts-slick-slider .slick-slider .slick-list {
	padding: 0 !important;
}

.facts-slick-slider .slick-slider .slick-track {
	padding-block: 130px;
}

.pogress-bar-box .animated-progress:not(:last-child) {
	margin-bottom: 10px;
}

.pogress-bar-box .inside-progress {
	background-color: rgba(127, 234, 152, 0.15);
}

.pogress-bar-box .animated-progress {
	width: 100%;
	position: relative;
	height: 50px;
	border-radius: 0 25px 25px 0;
}

.pogress-bar-box .inside-progress span {
	background-color: #7FEA98;
}

.pogress-bar-box .animated-progress span {
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
	font-family: "Work Sans";
	height: 100%;
	display: block;
	color: #03353A;
	position: absolute;
	text-align: end;
	border-radius: 0 25px 25px 0;
	justify-content: center;
	display: flex;
	align-items: center;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	transform: translateX(-100%);
	transition: 2s;
	z-index: -1;
}

.pogress-bar-box .outside-progress span {
	background-color: #159DD0;
}

.pogress-bar-box .outside-progress {
	background-color: rgba(21, 157, 208, 0.15);
}

.facts-slick-slider .slick-slider .slick-slide.slick-center {
	transform: scale(1.8);

}

.facts-slick-slider .slick-slider .slick-slide.slick-center .slider-box {
	background-color: #03353A;
	height: 285px;
}

.facts-slick-slider .slick-slider .slick-slide.slick-active.slick-center .slider-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding-top: 20px;
	border-radius: 30px;
	padding-inline: 25px;
	overflow: hidden;
}

.facts-slick-slider .slick-slider .slick-slide.slick-active.slick-center .slider-box h3 {
	font-size: 16px;
	line-height: 32px;
}

.facts-slick-slider .slick-slider .slick-slide.slick-active.slick-center .pogress-bar-box {
	margin-left: -25px;
}

.facts-slick-slider .slick-slider .slick-slide.slick-active.slick-center .count-box {
	font-size: 55px;
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	line-height: 58.5px;
}

.facts-slick-slider .slick-slider .slick-slide.slick-active.slick-center .sub-title {
	font-size: 22px;
	/* font-style: italic; */
	/* font-family: "Caladea", serif; */
	font-family: "Oswald", sans-serif;
	color: #fff;
	font-weight: 500;
	padding-block: 7px 30px;
	text-transform: lowercase;
}

.slider-inner-info {
	display: none;
}

.facts-slick-slider .slick-slider .slick-slide.slick-active.slick-center .slider-inner-info {
	width: 100%;
	text-align: left;
	display: block;
}

.facts-slick-slider .slick-slider .slick-slide.slick-active.slick-center .pogress-bar-box .animated-progress {
	height: 33px;
}

.facts-slick-slider .slick-slider .slick-slide .pogress-bar-box .animated-progress span {
	transform: translateX(-100%) !important;
	transition: all 1s ease-in-out;

}

.facts-slick-slider .slick-slider .slick-slide.slick-center.active-animation .pogress-bar-box .animated-progress span {
	padding-left: 25px;
	justify-content: flex-start;
	font-size: 14px;
	transform: translateX(0px) !important;
}

.facts-slick-slider .slick-dots {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	gap: 25px;
	margin-top: 15px;
}

.facts-slick-slider .slick-dots li {
	list-style: none;
	width: 26px;
	height: 26px;
}

.facts-slick-slider .slick-dots li button {
	width: 18px;
	height: 18px;
	border: 3px solid #ffffff;
	border-radius: 25px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #23D4A1;
	font-size: 0;
	cursor: pointer;
}

.facts-slick-slider .slick-dots li.slick-active button {
	width: 25px;
	height: 25px;
	border: 3px solid #ffffff;
	border-radius: 25px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #03353A;
	font-size: 0;
	cursor: pointer;

}

.facts-slick-slider {
	width: 100%;
	padding: 200px 0 125px;
	position: relative;
	overflow: hidden;
}

.bg_main_pelicon {
	background-image: url('../images/bg-img-pelicon_updated.png');
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	width: 100%;
	background-position: 730px 0;
}

.pelicon_mobileImg {
	display: none;
}


.read_more {
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
	transform: scale(0.6);
	left: 0;
	right: 0;
	z-index: 99999;
	display: none;
}

.facts-slick-slider .slick-slider .slick-slide.slick-center.slick-active .read_more {
	display: block !important;
}

.read_more .readBtn {
	width: 150px;
	height: 50px;
	background-color: white;
	color: #159DD0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	border: 4px solid #03353A;
	transition: all 0.3s ease 0s;
	text-decoration: none;
	font-family: "Work Sans";
	font-weight: bold;
	font-size: 18px;
	line-height: 35px;
	box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.36);
	margin: 0 auto;
}

.read_more .readBtn:hover {
	background-color: #03353A;
	color: white;
}

.lookImg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.lookImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

.look-facts-title-box {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	position: relative;
	padding-bottom: 150px;

}

.look-facts-title-box ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
	gap: 22px;
	margin-bottom: 44px;
	justify-content: end;
}

.look-facts-title-box h3 {
	font-size: 55px;
	font-weight: bold;
	font-family: "Caladea", serif;
	color: #03353A;
	font-style: italic;
	margin-block: 0 25px;

}

.look-facts-title-box .all-corridor-info-col li {
	font-family: "Work Sans";
	font-weight: bold;
	font-size: 18px;
	line-height: 35px;
	text-align: left;
	color: #03353a;
	position: relative;
	padding-left: 51px;
}

.look-facts-title-box li.inside-corridor-info:before {
	background-color: #7fea98;
}

.look-facts-title-box li.outside-corridor-info:before {
	background-color: #159dd0;
}

.look-facts-title-box .all-corridor-info-col li:before {
	content: '';
	width: 40px;
	height: 40px;
	border: 5px solid #ffffff;
	border-radius: 25px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-57%);
}

/* .facts-slick-slider .custom-controls {
	display: none;
} */

.pelicon {
	position: absolute;
	left: 65%;
	transform: translateX(-50%);
	top: 0;
}

.facts-slick-slider .lookImg .mobShapeImg {
	display: none;
}

.facts-slick-slider .pleicon {
	position: absolute;
	right: 0;
	top: 0;
}

/*  */

.custom-prev {
	position: absolute;
	top: 48%;
	left: 7%;
	transform: translateY(-50%);
	width: 297px;
	height: 306px;
	opacity: 0;
	cursor: pointer !important;
}

.custom-next {
	position: absolute;
	top: 46%;
	right: 90px;
	transform: translateY(-50%);
	width: 297px;
	height: 306px;
	opacity: 0;
	cursor: pointer !important;
}

/* Custom Arrow Buttons */

.custom-arrows-bottom {
	position: relative;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}







/*  */
@media only screen and (max-width: 1800px) {
	.facts-slick-slider:before {
		top: 25%;
	}

}

@media screen and (max-width:1500px) {

	.map-content-box .container {
		padding: 0 30px;
	}
}

@media screen and (min-width: 1440px) and (max-width: 1499px) {
	.home-banner-section .bannerShape {
		bottom: -260px;
		max-width: 90%;
		width: 330px;
	}

	.bg_main_pelicon {
		background-position: 500px 0;
	}

	.look-facts-title-box {
		padding-bottom: 70px;
	}

	.brand-text-section {
		padding: 100px 0 50px;
	}

	.page-template-tp-history-php .header_nav .menu {
		top: 8px;
	}

	.header_nav .menu li a {
		font-size: 20px;
		line-height: 32px;
	}

	.header_nav .menu {
		width: 1280px;
		height: 64px;
	}
}

@media only screen and (max-width: 1400px) {

	.header_nav .menu {
		gap: 14px;
		justify-content: space-evenly;
		width: 95%;
		height: 65px;
	}

	.header_nav .menu li a {
		font-size: 20px;
		line-height: 32px;
	}

	.home-banner-section .bannerShape {
		bottom: -28%;
		width: 320px;
	}

	.homeBannerContent {
		max-width: 900px;
	}

	.homeBannerContent h1 {
		font-size: 60px;
		line-height: 72px;
	}

	.homeBannerContent h1 span.addBannerText,
	.homeBannerContent h1 span.removeText {
		font-size: 70px;
		line-height: 82px;
	}

	/*  */

	.homeBannerContent_New {
		max-width: 900px;
	}

	.homeBannerContent_New h1 {
		font-size: 60px;
		line-height: 72px;
	}

	.homeBannerContent_New h1 span.addBannerText,
	.homeBannerContent_New h1 span.removeText {
		font-size: 70px;
		line-height: 82px;
	}

	.facts-slick-slider .slick-slider .slick-slide.slick-center {
		transform: scale(1.5);
	}

	.facts-slick-slider .look-facts-title-box {
		padding-right: 30px;
		padding-bottom: 60px;
	}
}

@media screen and (min-width: 1201px) and (max-width: 1299px) {
	.map-section .map-content-box .mapSvgImage {
		margin-left: 0;
	}
}

@media only screen and (max-width: 1200px) {

	.header_nav .menu {
		gap: 5px;
		justify-content: space-evenly;
		width: 95%;
		height: 65px;
		top: 30px;
	}

	.header_nav .menu li a {
		font-size: 18px;
		line-height: 32px;
	}


	.brand-text-section {
		padding: 130px 0 100px 0;
	}

	.home-banner-section .bannerShape {
		bottom: -12%;
		width: 320px;
	}


	.mapSectionImage .homeShapeMain {
		left: -60px;
	}

	/****responsive Map Shape starts here****/
	.mapSectionImage .homeShapeMain {
		width: 100%;
	}

	.mapSectionImage .homeShapeMain img {
		width: 100%;
	}

	.mapSectionImage .homeShapeMain .deskShapeImg {
		display: none;
	}

	.mapSectionImage .homeShapeMain .mobShapeImg {
		display: block;
	}


	.mapContentOuter {
		position: relative;
	}

	.mapContentOuter .mapContent p {
		font-size: 18px;
		line-height: 30px;
		text-align: center;
	}

	/* .mapSectionImage img {
		width: 70%;
	} */
	/* .homeTopMain:before {
		left: -80px;
		height: 80px;
		width: 80px;
		top: 5px;
	}

	.homeTopMain:after {
		right: 85px;
	} */

	.homeBottomMain {
		bottom: -15px;
		height: 230px;
		left: 180px;
		display: none;
	}

	.homeTopMain {
		height: 200px;
		left: 80px;
		display: none;
	}

	/* .homeBottomMain:before {
		right: 180px;
		top: -110px;
	}

	

	.homeBottomMain:after {
		left: -100px;
		bottom: 15px;
	} */

	.mapContentOuter .mapContent {
		position: relative;
		top: 0;
		margin: 80px auto 0 auto;
		text-align: center;
		max-width: 80%;
		right: 0;
	}

	.mapContent h3:before {
		display: none;
	}

	.mapContentOuter .mapSvgImage svg {
		width: 100%;
		height: auto;
		margin-bottom: 50px;
	}

	.mapImageBox {
		position: absolute;
		width: 85%;
		left: -24px;
	}

	.map-section .map-content-box {
		position: relative;
		padding-top: 60%;
	}

	.map-section {
		padding: 0;
		top: -7px;
	}

	.facts-slick-slider .slick-slider .slick-slide.slick-center {
		transform: none;
	}

	.facts-slick-slider .slick-slider .slick-slide.slick-center .slider-box {
		width: 100% !important;
		height: auto;
	}

	.facts-slick-slider .slick-slider .slider-box .slider-inner-info {
		display: block;
	}

	.facts-slick-slider .slick-slider .slick-list {
		height: auto !important;
	}

	.facts-slick-slider .slick-slider .slick-track {
		padding: 40px 30px;
	}

	.facts-slick-slider .slick-slider .slider-box {
		width: 90%;
		max-width: 670px;
		margin: 0 auto;
		display: block;
		background-color: #03353A;
		padding: 38px 0 40px;
		text-align: left;
		height: auto;
	}

	.facts-slick-slider .slick-slider .slider-box h3 {
		padding-left: 15px;
		font-size: 30px;
	}

	.facts-slick-slider .slick-slider .slider-box .count-box {
		color: #fff;
		font-size: 40px;
		font-family: "Oswald", sans-serif;
		font-weight: 700;
		line-height: 58.5px;
		padding-left: 15px;
	}

	.facts-slick-slider .slick-slider .slick-slide {
		display: block;
		padding-bottom: 30px;
	}

	.facts-slick-slider .slick-slider .slider-box .pogress-bar-box {
		margin-right: 30px;
	}

	.facts-slick-slider .slick-slider .slick-slide .slider-inner-info {
		overflow: hidden;
	}

	.facts-slick-slider .slick-slider .slick-slide.slick-current.active-animation .pogress-bar-box .animated-progress span {
		transform: translate(0) !important;
	}

	.facts-slick-slider .slick-slider .slick-slide .sub-title {
		font-size: 22px;
		font-style: normal;
		color: #fff;
		font-weight: 500;
		padding: 7px 15px;
		margin-bottom: 15px;
		font-family: "Oswald", sans-serif;
	}

	.facts-slick-slider::before {
		display: none;
	}

	.facts-slick-slider {
		background-color: #CEF7F7;
		padding: 50px 0 70px;
		border-radius: 52px 52px 0 0;
		background-position: 350px 45px;
	}

	.facts-slick-slider .lookImg {
		height: auto;
		top: auto;
		bottom: -8px;
	}

	.facts-slick-slider .lookImg img {
		height: 750px;
		object-fit: cover;

	}

	.facts-slick-slider .look-facts-title-box {
		padding: 0 20px;
		justify-content: center;
		align-items: center;
	}

	.facts-slick-slider .slick-slider .slick-track {
		padding: 0;
	}

	.look-facts-title-box .all-corridor-info-col li:before {
		width: 25px;
		height: 25px;

	}

	.look-facts-title-box .all-corridor-info-col li {
		padding-left: 35px;
	}

	.facts-slick-slider .custom-controls {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		margin-top: 30px;
	}

	.facts-slick-slider .custom-controls button {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		border: solid 3px #159DD0;
		background-color: transparent;
		align-items: center;
		justify-content: center;
		display: flex;
		padding: 0;
		transition: all 0.3s ease 0s;
		position: unset;
		opacity: 1;
	}

	.facts-slick-slider .custom-controls button.custom-next {
		transform: rotate(180deg);
		margin-top: -40px;
	}

	.facts-slick-slider .custom-controls button:hover {
		background-color: #159dd0;
	}

	.facts-slick-slider .custom-controls button:hover img {
		filter: brightness(0) saturate(100%) invert(100%);
	}

	.pogress-bar-box .animated-progress span {
		justify-content: flex-start;
		padding-left: 25px;

	}

	.facts-slick-slider .slick-slider .slider-box .count-box {
		font-size: 114px;
		line-height: 120%;
	}

}

@media only screen and (min-width: 1025px) {
	.menuTrigger {
		display: none;
	}
}



@media only screen and (max-width: 1024px) {

	.menuTrigger {
		top: 30px;
		right: 30px;
		display: block;
	}

	.header_nav {
		display: none;
	}


	.brand-text h3:before {
		display: none;
	}

	.look-facts-title-box h3 {
		font-size: 40px;
	}

	.home-banner-section .bannerShape {
		bottom: -12%;
	}

	.brand-text-section {
		padding: 170px 0 100px;
	}

	.brand-text {
		padding: 0 20px;
	}

	body .home-bannner-image {
		padding: 0 !important;
	}

	.mapSectionImage img {
		width: 80%;
	}

	.site-footer .site-info {
		padding: 42px 0 20px;
	}



	.homeBannerContent h1,
	.homeBannerContent h1 span.addBannerText,
	.homeBannerContent h1 span.removeText {
		font-size: 50px;
		line-height: 60px;
		text-align: center !important;
		margin-left: 0;
		padding: 0;
		display: block !important;
		/* display: flex;
		align-items: center;
		flex-direction: column; */
	}

	.homeBannerContent h1 span.removeText:before {
		left: 107px;
		height: 8px;
	}

	.homeBannerContent {
		max-width: 495px;
	}

	/*  */

	.homeBannerContent_New h1,
	.homeBannerContent_New h1 span.addBannerText,
	.homeBannerContent_New h1 span.removeText {
		font-size: 50px;
		line-height: 60px;
		text-align: center !important;
		margin-left: 0;
		padding: 0;
		display: block !important;
		/* display: flex;
		align-items: center;
		flex-direction: column; */
	}

	.homeBannerContent_New h1 span.removeText:before {
		left: 107px;
		height: 8px;
	}

	.homeBannerContent_New {
		max-width: 495px;
	}

	.brand-text h3 {
		/* font-size: 35px;
		line-height: 45px; */
		margin-bottom: 0;
		font-size: 44px;
		line-height: 56px;
	}

	.facts-slick-slider .lookImg .deskShapeImg {
		display: none;
	}

	.facts-slick-slider .lookImg .mobShapeImg {
		display: block;
	}

	.mapSectionImage .homeShapeMain .deskShapeImg {
		min-height: 400px;
	}



}

@media only screen and (max-width: 992px) {



	.pageInfo {
		right: unset;
		left: 80px;
		bottom: 40px;
		display: none;
	}

	.home-banner-section .image_sec img {
		border-radius: 0 0 0 117px;
	}

	.main_slider_sec:before {
		border-radius: 0 0 0 117px;
	}

	.home-banner-section .bannerShape {
		bottom: -200px;
		width: 280px;
	}

	.brand-text-section {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.facts-slick-slider {
		padding: 50px 0 750px
	}

	.facts-slick-slider .lookImg img {
		height: 680px;
	}

	.mapContentOuter .mapContent {
		max-width: 80%;
		margin: 80px auto 0 auto;
		right: 0;
	}

	.facts-slick-slider .slick-slider .slider-box .count-box {
		/* font-size: 114px; */
		font-size: 100px;
		line-height: 120%;
	}

	.source_sec {
		display: none;
	}

	.bg_main_pelicon {
		background-position: 224px 100px;
		padding: 50px 0 100px;
	}
}

@media only screen and (max-width: 768px) {
	.title-sec .subcontent_title {
		max-width: 100%;
		padding: 30px 0 0 0;
		margin-left: 0;
	}

	.look-facts-title-box .all-corridor-info-col li {
		font-size: 16px;
		line-height: 30px;
	}

	.look-facts-title-box h3 {
		margin-block: 0 15px;
	}

	.facts-slick-slider .slick-slider .slick-slide {
		position: relative;
	}

	.read_more {
		display: block !important;
		z-index: 9999;
		transform: unset;
		bottom: -21px;
		padding-bottom: 30px;
	}

	.bg_main_pelicon {
		background-position: 150px 10px;
		padding: 50px 0 100px;
		background-size: cover;
	}

	.main-navigation .mainMenu .menu li a {
		font-size: 22px;
		line-height: 32px;
	}

	.main-navigation .mainMenu .menu li {
		margin-bottom: 30px;
	}

	.main-navigation {
		right: -105%;
		max-width: 100%;
		border-radius: 0;
	}

	.mapContent h3 {
		font-size: 40px;
		line-height: 50px;
	}

	body .home-banner-section {
		padding-bottom: 70px !important;
	}

	.facts-slick-slider {
		padding: 50px 0 50px;
	}

	.facts-slick-slider .lookImg img {
		height: 500px;
	}

	.look-facts-title-box h3 {
		font-size: 40px;
		line-height: 50px;
	}



}

@media only screen and (max-width: 767px) {
	.map-section .map-content-box .mapSvgImage {
		margin-left: 0;
	}

	.mapContentOuter .mapContent {
		margin: 50px auto 0 auto;
		max-width: 100%;
	}

	.map-section .map-content-box {
		padding-top: 54%;
	}

	.homeBannerContent h1 span.removeText:before {
		left: 30px;
		height: 9px;
	}


	.homeBannerContent_New h1 span.removeText:before {
		left: 30px;
		height: 9px;
	}

	.pelicon_mobileImg {
		margin: 60px 0 -10px 0;
		display: block;
	}

	.pelicon_mobileImg img {
		width: 100%;
	}

	.map-section {
		top: -190px;
		padding: 0;
	}

	.bg_main_pelicon {
		background-image: none;
		padding: 50px 0 0;
	}

	.mapSectionImage .homeShapeMain {
		left: -30px;
	}

	.homeTopMain {
		background-color: transparent;
		display: none;
	}

	.homeBottomMain {
		display: none;
	}

	.homeTopMain:after {
		bottom: -33px;
		height: 80px;
		background: transparent;
	}

	.trigger-effect .home-btn {
		border-color: white;
		color: white;
	}


	/*  */


	.main-wrapper-mobile .homeBannerContent_New h1 span.removeText::before {
		content: "";
		width: 0;
		display: block;
		top: 54%;
		transform: translateY(-50%);
		height: 16px;
		background-size: contain;
		background-image: url("../images/bannerTextLine.png");
		background-repeat: no-repeat;
		position: absolute;
		background-position: left center;
		left: 15px;
		transition: width 2s ease-in-out;
		z-index: 11;
	}

	.main-wrapper-mobile .homeBannerContent_New h1 span.removeText.aos-complete::before {
		width: 92%;
	}

	.main-wrapper-mobile .homeBannerContent_New h1 span.removeText:before {
		left: -10px;
	}

	/* .main-wrapper-mobile .homeBannerContent_New h1 span.removeText {
		display: flex !important;
		align-items: center;
		justify-content: start;
	} */

	.main-wrapper-mobile .homeBannerContent_New h1 span.removeText {
		display: flex !important;
		align-items: center;
		justify-content: start;
	}

}

/* IOS Device Only  */
@supports (-webkit-touch-callout: none) {
	@media only screen and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
		.main-wrapper-mobile .homeBannerContent_New h1 span.removeText {
			text-align: left !important;
			display: -webkit-box !important;
		}

		.homeBannerContent_New h1 span {
			position: relative;
			display: unset !important;
		}
	}
}

@media only screen and (max-width: 680px) {
	.homeTopMain:before {
		left: -60px;
		height: 60px;
		width: 60px;
		top: 5px;
	}

	.mapSectionImage .homeShapeMain .mobShapeImg {
		min-height: 750px;
	}

	.homeTopMain {
		height: 190px;
		left: 110px;
		border-radius: 0 0 0 50px;
	}

	.homeTopMain:after {
		right: 99px;
		bottom: -90px;
		height: 80px;
	}

	.homeBottomMain:before {
		/* right: 172px;
		top: -80px; */
		right: 180px;
		top: -114px;
	}

	.homeBottomMain {
		bottom: -15px;
		height: 210px;
		left: 180px;
		border-radius: 50px 0 0 0;
	}

	.homeBottomMain:after {
		left: -100px;
		bottom: 15px;
	}

	/*  */

	.mapContentOuter .mapContent {
		top: 0;
		right: 0;
		max-width: 100%;
	}

	.mapContentOuter .mapContent p {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.map-section .map-content-box {
		padding-top: 75%;
	}

	.map-section .map-content-box .mapSvgImage {
		margin-left: 0;
	}

	.brand-text-section {
		padding-top: 80px;
		padding-bottom: 60px;
	}

	.homeBannerContent h1 span.addBannerText {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	/*  */

	.homeBannerContent_New h1 span.addBannerText {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	.home-banner-section .bannerShape {
		bottom: -260px;
		width: 280px;
	}

	/*  */

	.source_sec {
		margin: 25px 0 0 0;
	}

	.source_sec h4 {
		max-width: 160px;
		margin-left: auto;
		margin-top: 0;
		margin-bottom: 0;
		text-align: left;
		padding-left: 10px;
	}

	.source_sec h4 a {
		margin: 0;
	}

}

@media only screen and (max-width: 480px) {
	.look-facts-title-box .all-corridor-info-col li {
		font-size: 14px;
		line-height: 30px;
		padding-left: 33px;
	}

	.mapContentOuter .mapContent {
		top: 40px;
		right: 0;
		max-width: 380px;
		margin: 20px auto;
	}

	/* #info-box {
		width: 100%;
		max-width: 100px;
		word-break: break-word;
		text-align: center;
		font-size: 14px;
	} */

	.facts-slick-slider .slick-slider .slider-box .count-box {
		font-size: 70px;
		line-height: 120%;
	}

	.facts-slick-slider .slick-slider .slider-box h3 {
		font-size: 20px;
		line-height: 120%;
		padding-right: 15px;
	}

	.map-section .map-content-box {
		padding-top: 110%;
	}

	.map-content-box .container {
		padding: 0 15px;
	}

	.mapContentOuter .mapContent p {
		max-width: 245px;
		margin: 20px auto;
		font-size: 18px;
		line-height: 30px;
	}

	.homeBannerContent {
		max-width: 100%;
		width: 100%;
		padding: 0 30px;
	}

	.homeBannerContent h1 span.removeText:before {
		left: 20px;
		height: 9px;
	}

	/*  */

	.homeBannerContent_New {
		max-width: 100%;
		width: 100%;
		padding: 0 30px;
	}

	.main-wrapper-mobile .homeBannerContent_New {
		padding: 0 0;
	}


	.homeBannerContent_New h1 span.removeText:before {
		left: 20px;
		height: 9px;
	}

	.main-wrapper-mobile .homeBannerContent_New h1 span.removeText.aos-complete::before {
		width: 95%;
	}

	.source_sec h4 {
		max-width: 100%;
		padding-left: 0;
	}

	.bottom_curvedImg .curved_img_wrapper {
		max-width: 84% !important;
	}


}

@media only screen and (max-width: 390px) {
	/* #info-box {
		word-break: break-word;
		text-align: center;
		font-size: 11px;
		line-height: 14px;
		padding: 4px 3px;
		border-radius: 4px 4px 4px 0;
		max-width: 85px;
	} */

	.brand-text h3 {
		margin-bottom: 0;
		font-size: 34px;
		line-height: 40px;
		margin-top: 50px;
	}

	.homeBannerContent h1 span.removeText:before {
		left: 0;
	}

	/*  */

	.homeBannerContent_New h1 span.removeText:before {
		left: 0;
	}

	.main-wrapper-mobile .homeBannerContent_New h1 span.removeText.aos-complete::before {
		width: 100%;
	}

	.main-wrapper-mobile .homeBannerContent_New h1 span.removeText:before {
		left: 0;
	}



}

@media only screen and (max-width: 375px) {
	.facts-slick-slider .slick-slider .slider-box .count-box {
		font-size: 70px;
		line-height: 120%;
	}

	.mapSectionImage .homeShapeMain .mobShapeImg {
		/* min-height: 800px; */
		min-height: 700px;
		object-position: right center;

	}

	.homeTopMain:before {
		left: -50px;
		height: 50px;
		width: 50px;
		top: 5px;
	}

	.homeTopMain {
		height: 160px;
		left: 100px;
		border-radius: 0 0 0 35px;
	}

	.homeTopMain:after {
		right: 100px;
		bottom: -55px;
		height: 55px;
		width: 55px;
	}

	.homeBottomMain:before {
		right: 125px;
		top: -55px;
		width: 55px;
		height: 55px;
	}

	.homeBottomMain:after {
		left: -100px;
		bottom: 15px;
		height: 55px;
	}

	.homeBottomMain {
		border-radius: 35px 0 0 0;
		left: 125px;
		height: 160px;
	}

	.map-section .map-content-box {
		padding-top: 116%;
	}

	/*  */

	.homeBannerContent h1,
	.homeBannerContent h1 span.addBannerText,
	.homeBannerContent h1 span.removeText {
		max-width: 260px;
		/* font-size: 46px;
		line-height: 62px; */
		font-size: 46px;
		line-height: 60px;
		margin: 0;
	}

	.homeBannerContent h1 span.removeText:before {
		left: 0;
		height: 9px;
	}

	.homeBannerContent {
		max-width: 100%;
		width: 100%;
	}

	/*homeBannerContent_New  */

	.homeBannerContent_New h1,
	.homeBannerContent_New h1 span.addBannerText,
	.homeBannerContent_New h1 span.removeText {
		max-width: 260px;
		/* font-size: 46px;
		line-height: 62px; */
		font-size: 46px;
		line-height: 60px;
		margin: 0;
	}

	.homeBannerContent_New h1 span.removeText:before {
		left: 0;
		height: 9px;
	}

	.homeBannerContent_New {
		max-width: 100%;
		width: 100%;
	}

	.home-banner-section .bannerShape {
		bottom: -190px;
		width: 240px;
	}

	.brand-text h3 {
		font-size: 34px;
		line-height: 38px;
	}

	.mapContent h3 {
		font-size: 40px;
		line-height: 50px;
	}

	.look-facts-title-box h3 {
		font-size: 40px;
		line-height: 50px;
	}


}

/* Css Updated */

.map_parish_img_mobile svg * {
	pointer-events: all;
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
}