.home-2 .slide-wrapper .swiper-slide figure figcaption h3 {
	font-size: 1.25rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}

.cc-footer .bottom .title {
	font-size: 1rem;
	font-weight: 400;
	color: #0074ba;
	text-transform: uppercase;
	margin-bottom: 2rem;
}

/* CTA */

.tool-fixed-cta {
	position: fixed;
	bottom: 5vh;
	right: 0;
	z-index: 99;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 5px;
	width: 52px;
}

.tool-fixed-cta .btn {
	transform: translateX(calc(100% - 52px));
	height: 3rem;
	/* 48px */
	display: flex;
	width: fit-content;
	transition: all 0.3s;
}

.tool-fixed-cta .btn .icon em {
	transform: rotate(314deg);
}

.tool-fixed-cta .btn.button-to-top .icon {
	animation: none !important;
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 0.5rem;
	overflow: hidden;
}

.tool-fixed-cta .btn.button-to-top .icon:hover::after {
	transform: translateY(0);
	opacity: 1;
}

.tool-fixed-cta .btn.button-to-top .icon:hover::before {
	transform: translateY(-100%);
}

.tool-fixed-cta .btn.button-to-top .icon::after {
	transform: translateY(100%);
	opacity: 0;
}

.tool-fixed-cta .btn {
	background-color: #0074ba;
}

.tool-fixed-cta .btn.btn-social {
	background-color: #0074ba;
	/* Replace with your Primary-1 color */
}

.tool-fixed-cta .btn.btn-social .content ul {
	display: flex;
	gap: 1rem;
}

.tool-fixed-cta .btn.btn-social .content ul li img {
	max-width: none !important;
}

.tool-fixed-cta .btn:hover {
	transform: translateX(0);
}

.tool-fixed-cta .btn .btn-icon {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
}

.tool-fixed-cta .btn.phone .btn-icon .icon {
	animation: ring 1s ease-in-out infinite both;
	font-size: 1.5rem;
	/* 24px */
	color: #fff;
}

.tool-fixed-cta .btn .btn-icon .icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tool-fixed-cta .btn .btn-icon .icon img {
	max-width: 70%;
	object-fit: contain;
}

.tool-fixed-cta .btn .content a {
	color: white;
}

.tool-fixed-cta .btn .content a:hover {
	text-decoration: underline;
}

.tool-fixed-cta .btn .content {
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	font-weight: 600;
	color: #fff;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	white-space: nowrap;
}

.tool-fixed-cta .btn .content li {
	display: flex;
}

.tool-fixed-cta .btn .content li em {
	font-size: 1.25rem;
	line-height: 1;
}

.tool-fixed-cta .btn .content ul {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	height: 100%;
	border-left: 1px solid rgba(255, 255, 255, 0.4);
	padding-left: 0.5rem;
}

@keyframes ring {
	0% {
		transform: rotate(0deg);
	}

	20% {
		transform: rotate(45deg);
	}

	40% {
		transform: rotate(-15deg);
	}

	60% {
		transform: rotate(15deg);
	}

	70% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

/* Custom CSS Speed*/
section.home-2 .slide-wrapper .swiper-container .swiper-wrapper,
section.home-3 .slide-wrapper .swiper-container .swiper-wrapper {
	display: flex;
}

section.home-2 .slide-wrapper .swiper-container .swiper-wrapper .swiper-slide,
section.home-3 .slide-wrapper .swiper-container .swiper-wrapper .swiper-slide {
	width: 30%;
}

body .news-page .textbox p {
	font-weight: 400;
}

body .service-page .briefContent > .col-sm-10.col-lg-8 p strong,
body .service-page .fullContent > .col-sm-10.col-lg-8 p strong {
	text-transform: none !important;
}

body.news-detail-page h1.main-title {
	text-transform: none !important;
	font-size: 2rem;
	font-weight: 500;
	color: #0074ba;
	margin-bottom: 1rem;
}
body.news-detail-page .content ul {
	font-size: 0.875rem !important;
	font-weight: 400 !important;
	color: #333 !important;
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 1rem;
}

body.news-detail-page .content ul li {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}
.news-page .textbox blockquote {
	background-color: #f5f5f5;
	padding: 0.8rem;
}
.news-page .textbox figcaption {
	background-color: #f5f5f5;
	padding: 0.8rem;
	text-align: center;
	margin-bottom: 1rem;
}
.news-page .textbox {
	font-size: 0.875rem;
	font-weight: 400;
	color: #333;
}

body.news-detail-page .content ul li:before {
	margin: 0 0.5rem 0 0.75rem;
	display: inline-block;
	font-family: Material Design Icons;
	font-size: inherit;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '';
	color: #0074ba;
	font-size: 1rem;
}

.side-contact-form {
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
	/* display: none; */
	flex-shrink: 0;
	transform-origin: bottom right;
	box-shadow:
		var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
		var(--tw-shadow);
	width: min(24rem, calc(100vw - 2rem));
	max-height: min(85vh, 40rem);
	overflow-y: auto;
	max-width: 25.5rem;
	overflow: hidden;
}
@media (max-width: 767.9px) {
	.side-contact-form {
		max-width: 18rem;
	}
}

.side-contact-form .header-form {
	--tw-bg-opacity: 1;
	--tw-text-opacity: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.625rem;
	width: 100%;
	background-color: rgb(0 91 170 / var(--tw-bg-opacity));
	padding: 0.625rem 0.83333rem;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.side-contact-form .header-form {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.9375rem;
}

.side-contact-form .header-form i {
	font-weight: 900;
}

.side-contact-form .close-form {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition-duration: 0.15s;
	transition-property:
		color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	border-radius: 0.5rem;
	width: 40px;
	height: 40px;
	font-weight: 400px;
	font-size: 32px;
}

.side-contact-form .close-form:hover {
	background-color: hsla(0, 0%, 100%, 0.15);
}
.side-contact-form .body-form {
	background: white;
}
.side-contact-form .branding {
	display: flex;
	gap: 0.625rem;
	margin-bottom: 1.04167rem;
	padding: 1.04167rem 1.04167rem 0 1.04167rem;
}

.side-contact-form .iframe-wrap {
	width: 100%;
	padding: 0 1.04167rem 1.04167rem 0 1.04167rem;
}
.side-contact-form .iframe-wrap iframe {
	width: 100%;
	height: 300px;
}

.side-contact-form .logo {
	display: flex;
	height: 40px;
}

.side-contact-form .logo img,
.side-contact-form .logo svg {
	object-fit: contain;
}

@media (min-width: 576px) {
	.side-contact-form .branding {
		flex-direction: row;
		align-items: center;
		gap: 0.83333rem;
	}
}

.side-contact-form .heading span,
.side-contact-form .heading {
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
	display: flex;
}
.side-contact-form .heading-2 {
	--tw-text-opacity: 1;
	margin-top: 4px;
	color: #015198;
	font-weight: 600;
	font-size: clamp(16px, 1rem, 1.2rem);
}

.side-contact-form .apply-frm .form-group {
	margin-bottom: 20px;
}
.side-contact-form .apply-frm label {
	font-weight: 700;
}
.side-contact-form .apply-frm label.required::after {
	content: '*';
	color: red;
}
.side-contact-form .apply-frm h4 {
	font-size: 2rem !important;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 16px;
}
.side-contact-form .apply-frm h5 {
	font-size: 1.2rem !important;
	text-align: left;
	margin: 0 auto;
	font-weight: 700;
	padding-bottom: 12px;
}
.side-contact-form .apply-frm .form-group .fa-exclamation-triangle {
	font-family: Roboto, sans-serif;
	font-weight: 300;
	color: red;
	font-size: 0.6875rem;
}
.side-contact-form .apply-frm .form-group .fa-exclamation-triangle:before {
	content: '\f071';
	font-family: Font Awesome\5 Free;
	color: red;
	font-weight: 900;
	font-size: 0.6875rem;
}
.side-contact-form .apply-frm .form-group input[type='text'],
.side-contact-form .apply-frm .form-group input[type='email'],
.side-contact-form .apply-frm .form-group input[type='tel'],
.side-contact-form .apply-frm .form-group input[type='number'],
.side-contact-form .apply-frm .form-group select,
.side-contact-form .apply-frm .form-group textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 0 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 40px;
	font-size: 0.8125rem;
	font-weight: 300;
	color: #333;
	border-radius: 5px;
}

.side-contact-form .apply-frm .form-group input::placeholder,
.side-contact-form .apply-frm .form-group input[type='email']::placeholder {
	font-size: 0.8125rem;
	font-weight: 300;
	color: #666;
}
.side-contact-form .apply-frm .form-group input:placeholder {
	font-size: 0.8125rem;
	font-weight: 300;
	color: #666;
}
.side-contact-form .apply-frm .form-group textarea {
	height: 90px;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 0 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
.side-contact-form .apply-frm .form-group textarea:placeholder {
	font-size: 0.8125rem;
	font-weight: 300;
	color: #666;
}
.side-contact-form .apply-frm .form-group input[type='text'],
.side-contact-form .apply-frm .form-group input[type='email'],
.side-contact-form .apply-frm .form-group input[type='tel'],
.side-contact-form .apply-frm .form-group input[type='number'],
.side-contact-form .apply-frm .form-group select,
.side-contact-form .apply-frm .form-group textarea {
	font-size: 0.8125rem;
	font-weight: 300;
	color: #333;
	padding: 0.75rem 1rem;
	border-radius: 5px;
}
.side-contact-form .apply-frm .captcha-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (max-width: 767.9px) {
	.side-contact-form .apply-frm .captcha-wrapper {
		margin-bottom: 40px;
	}
}
.side-contact-form .apply-frm .captcha-wrapper .frm-captcha {
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
@media (min-width: 768px) {
	.side-contact-form .apply-frm .captcha-wrapper .frm-captcha {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: calc(100% - 140px);
		flex-basis: calc(100% - 140px);
	}
}
.side-contact-form .apply-frm .captcha-wrapper .frm-captcha .frm-captcha-input {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (min-width: 768px) {
	.side-contact-form
		.apply-frm
		.captcha-wrapper
		.frm-captcha
		.frm-captcha-input {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% - 225px);
		flex: 0 0 calc(100% - 225px);
		max-width: calc(100% - 225px);
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
.side-contact-form
	.apply-frm
	.captcha-wrapper
	.frm-captcha
	.frm-captcha-input
	input {
	color: #333;
}
.side-contact-form
	.apply-frm
	.captcha-wrapper
	.frm-captcha
	.frm-captcha-input
	label {
	display: none;
}
.side-contact-form
	.apply-frm
	.captcha-wrapper
	.frm-captcha
	.RadCaptcha.RadCaptcha_Default {
	width: auto !important;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.side-contact-form
	.apply-frm
	.captcha-wrapper
	.frm-captcha
	.RadCaptcha.RadCaptcha_Default
	> span {
	font-family: Roboto, sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 0.6875rem;
}
.side-contact-form
	.apply-frm
	.captcha-wrapper
	.frm-captcha
	.RadCaptcha.RadCaptcha_Default
	> span:before {
	content: '';
	font-family: Font Awesome\5 Free;
	color: red;
	font-weight: 900;
	font-size: 0.6875rem;
}
.side-contact-form
	.apply-frm
	.captcha-wrapper
	.frm-captcha
	.RadCaptcha.RadCaptcha_Default
	> div
	> div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (min-width: 768px) {
	.side-contact-form
		.apply-frm
		.captcha-wrapper
		.frm-captcha
		.RadCaptcha.RadCaptcha_Default
		> div
		> div {
		width: 225px;
	}
}
.side-contact-form
	.apply-frm
	.captcha-wrapper
	.frm-captcha
	.RadCaptcha.RadCaptcha_Default
	> div
	> div
	img {
	width: 165px !important;
	height: 40px !important;
}
@media (max-width: 767.9px) {
	.side-contact-form
		.apply-frm
		.captcha-wrapper
		.frm-captcha
		.RadCaptcha.RadCaptcha_Default
		> div
		> div
		img {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}
.side-contact-form
	.apply-frm
	.captcha-wrapper
	.frm-captcha
	.RadCaptcha.RadCaptcha_Default
	> div
	> div
	a {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	font-size: 0;
	height: 40px;
	position: relative;
}
.side-contact-form
	.apply-frm
	.captcha-wrapper
	.frm-captcha
	.RadCaptcha.RadCaptcha_Default
	> div
	> div
	a:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/Data/Sites/1/skins/default/img/reload_captcha.png);
	background-position: 50%;
	background-repeat: no-repeat;
}
.side-contact-form .apply-frm .captcha-wrapper .frm-btnwrap {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	margin: auto;
}
@media (min-width: 768px) {
	.side-contact-form .apply-frm .captcha-wrapper .frm-btnwrap {
		max-width: 140px;
		margin: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 140px;
		flex: 0 0 140px;
	}
}
.side-contact-form .apply-frm .captcha-wrapper .frm-btnwrap label {
	display: none;
}

.side-contact-form
	.apply-frm
	.captcha-wrapper
	.frm-btnwrap
	input[type='reset'] {
	display: none;
}
.tool-fixed-cta {
	display: flex;
}

.tool-fixed-cta .wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 52px;
}

.custom-select {
	position: relative;
	width: 100%;
}
.custom-select::after {
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M201.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 338.7 54.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/></svg>");
	pointer-events: none;
	right: 20px;
	z-index: 10;
	display: block;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
	height: 14px;
	width: 14px;
	display: flex;
}
.custom-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 0 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 40px;
	font-size: 0.8125rem;
	font-weight: 300;
	color: #333;
	border-radius: 5px;
}
@media screen and (max-width: 1024px) {
	.custom-select select {
		height: 40px;
	}
}
.custom-select select option {
	padding-top: calc(4 / 1920 * 100rem);
	padding-bottom: calc(4 / 1920 * 100rem);
	padding-left: calc(8 / 1920 * 100rem);
	padding-right: calc(8 / 1920 * 100rem);
}

.apply-frm .form-group {
	margin-bottom: 12px;
}
.apply-frm h4 {
	padding: 0 !important;
}
.apply-frm {
	padding-top: 0;
}

.tool-fixed-cta {
	width: auto !important;
	display: flex;
	flex-direction: row-reverse;
}

.service-detail-btn {
	max-width: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 42px;
	color: #fff;
	border: 1px solid #0074ba;
	background: #0074ba;
	overflow: hidden;
	border-radius: 4px;
	padding: 8px 24px;
	margin: 12px auto;
	transition: 0.4s all ease-in-out;
}

.service-detail-btn:hover {
	color: #0074ba;
	background: white;
}

.side-contact-form .body-form {
	padding: 1.04167rem;
}
.side-contact-form .form-title-1 {
	text-transform: none;
	color: #0074ba;
}
.toggleFormBtn {

cursor: pointer;
}
.tool-fixed-cta .toggleFormBtn em{
transform: none !important;
color:white;
}
.fa-comment-alt:before{
content: '\f27a'
}
.apply-frm input,.apply-frm textarea,.apply-frm select{color: #333 !important;}
.apply-frm .frm-btn input{color: white !important;}
