<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*================ Responsive CSS =========================*/


@media only screen and (max-width: 1199px) {
	.left-gap {
		padding: 0px 0px 0px 30px;
	}

	.footer-number {
		display: block;
	}

	.footer-number a {
		color: #fff;
		font-size: 18px;
		font-weight: 400;
		display: block;
		padding: 5px 0px;
	}

	.logo {
		height: 100px;
	}

	.inner-hero-banner-content {
		padding: 30px 30px 30px 30px;
	}

	h1 {
		line-height: 87px;
		font-size: 75px;
	}
}


@media only screen and (max-width: 992px) {
	.about-image img {
		height: 300px;
	}

	h1 {
		line-height: 83px;
		font-size: 67px;
	}

	h2 {
		font-size: 37px;
	}

	h4 {
		font-size: 22px;
	}

	p {
		font-size: 14px;
		line-height: 24px;
	}

	.mt-200 {
		margin-top: 0px;
	}

	.logo {
		height: 90px;
		padding: 10px;
	}

	.ov-card-inverse .overlap-card-content {
		margin-right: 0px;

		text-align: left;
	}

	.overlap-card-content {
		margin: 0px;
	}

	.left-gap {
		padding: 0px 0px 0px 20px;
	}

	.overlap-card-img img {
		border-radius: 30px 30px 0px 0px;
		height: 320px;
		margin: 0 0 -30px 0;
	}

	.curve-title {
		border-radius: 20px 20px 20px 20px;
		padding: 10px 10px;
	}

	.our-service-content {
		background: transparent;
	}

	.dark-card {
		margin: 20px 10px;
		height: auto;
		border-radius: 10px !important;
	}


	.curve-title::before {
		box-shadow: -15px 15px 0 0 #fff;
		width: 30px;
		height: 30px;
		transform: translate(-30px, 0px) rotate(180deg);
	}

	.curve-title::after {
		box-shadow: -15px 15px 0 0 #fff;
		width: 30px;
		height: 30px;
		transform: translate(30px, 0px) rotate(90deg);
	}

	.ml-60 {
		margin-left: 0px;
	}

	.mlx {
		transform: translate(10px, 0px);
		width: calc(100% + 0px);
	}

	.owl-nav {
		border-radius: 0px 20px 0px 0px;
		transform: translate(-10px, 50%);
	}

	.footer-number {
		display: block;
	}

	.footer-number a {
		display: block;
		margin: 0px !important;
		padding: 7px 12px;
	}

	.coloum-inverse {
		flex-direction: column-reverse;
	}

	.navbar-collapse {
		background: rgba(80, 120, 163, 0.9);
		padding: 30px;
		backdrop-filter: blur(10px);
		position: absolute;
		z-index: 0;
		top: 78px;
		right: 10px;
		width: 50%;
		margin: 0px 0px 0px 0px;
		border-radius: 20px;
	}

	.slider-main {
		margin: 20px 0px 0px 10px;
	}

	.footer-logo {
		width: 60%;
	}

	.footer-logo img {
		height: 70px;
	}

	.footer-logo::before {
		box-shadow: -20px 20px 0 0 #fff;
		width: 40px;
		height: 40px;
		transform: translate(-40px, 0px) rotate(180deg);
	}

	.footer-logo::after {
		box-shadow: -20px 20px 0 0 #fff;
		width: 40px;
		height: 40px;
		transform: translate(40px, 0px) rotate(90deg);
	}

	.call-btn .dark-arrow {
		margin-left: 0px;
	}

	.copyright {
		padding: 18px 10px;
		text-align: center;
		margin-top: -70px;
		border-radius: 30px 30px 0px 0px;
		display: block;
	}

	.copyright::before {
		box-shadow: -10px 10px 0 0 #fff;
		width: 20px;
		height: 20px;
		transform: translate(-20px, 51px) rotate(260deg);
	}

	.copyright::after {
		box-shadow: -10px 10px 0 0 #fff;
		width: 20px;
		height: 20px;
		transform: translate(20px, 51px) rotate(10deg);
	}

	.card-info::before,
	.card-info::after {
		display: none;
	}

	.card-info {
		background-color: #f7f7f7;
	}

	.banner-text {
		padding: 60px 30px;
	}

	.banner-bottom {
		padding-left: 30px;
	}

	.call-btn {
		border-radius: 15px 0px 0px 15px;
		padding: 5px 5px;
		font-size: 16px;
	}

	.call-btn.dark-arrow {
		margin-left: 0px;
	}

	.header .navbar-toggler {
		font-size: 30px;
		position: absolute;
		right: 171px;
		top: 25px;
	}



	.about-image {
		margin-bottom: 30px;
	}

	.owl-nav::before {
		transform: translate(0px, -40px) rotate(0deg);
	}

	.our-partner img {
		border-radius: 20px;
		padding: 10px 15px;
	}

	.header-inner-page .navbar-light .navbar-nav .nav-link {
		color: rgba(255, 255, 255, 0.5);
	}

	.header-inner-page .navbar-light .navbar-nav .nav-link.active,
	.header-inner-page .navbar-light .navbar-nav .nav-link:hover,
	.header-inner-page .navbar-light .navbar-nav .nav-link:focus {
		color: rgba(255, 255, 255, 1);
	}

	.header-inner-page .call-btn {
		padding: 18px 10px;
		font-size: 14px;
	}

	.header-inner-page .call-btn .dark-arrow {
		height: 30px;
		width: 30px;
		border-radius: 8px;
		margin-right: 3px;
	}
}

@media only screen and (max-width: 767px) {
	h1 {
		line-height: 67px;
		font-size: 57px;
	}

	.banner-bottom {
		padding-left: 0px;
	}

	.client {
		border-radius: 0px 0px 0px 0px;
	}

	.client::before {
		bottom: 100px;
		left: 60px;
		transform: translate(-60px, -32px) rotate(-260deg);
	}

	.hero {
		border-radius: 0px 30px 0px 0px;
	}

	.banner-bottom form {
		margin-top: 0px;
		padding: 0 30px;
	}

	.appointment-form {
		padding: 30px 15px;
	}

	.fill-btn,
	.fill-btn:hover,
	.fill-btn:focus {
		font-size: 14px;
	}

	.appointment-form .search-bar {
		transform: translate(-16px, 0px);
	}

	.message-form {
		margin-top: 20px;
	}

	.our-journey-img {
		margin: 20px 0px 0px 0px;
	}

	.key-feature-intro {
		margin-bottom: 20px;
	}

	.inner-hero-banner-img img {
		border-radius: 0 0px 0px 100px;
	}

	.contact-us .appointment-form .search-bar {
		transform: translate(-31px, 0px);
	}

}

@media only screen and (max-width: 575px) {
	.text-xl {
		font-size: 18px;
		line-height: 32px;
	}

	.inner-hero-banner-content {
		padding: 30px 0px 30px 0px;
	}

	main.p-20 {
		padding: 10px 10px;
	}

	h1 {
		line-height: 52px;
		font-size: 42px;
	}

	.client-title {
		font-size: 27px;
		padding: 0px 30px 0px 0px;
		margin: 6px 0 -8px 0;
	}

	.client::before {
		bottom: 90px;
		left: 60px;
	}

	.dark-card:hover {
		transform: scale(1.02);
	}

}

@media only screen and (max-width: 479px) {
	.contact-us .appointment-form .search-bar {
		margin-bottom: 40px;
	}

	.logo {
		height: 60px;
		padding: 5px;
	}

	.call-btn {
		border-radius: 10px 0px 0px 10px;
		padding: 3px 3px;
		font-size: 10px;
	}

	.dark-arrow {
		height: 25px;
		width: 25px;
		border-radius: 7px;
	}

	.appointment-form .search-bar {
		border-radius: 0px 10px 10px 0px;
	}

	.hero {
		border-radius: 0px 10px 0px 0px;
	}

	.call-btn::after {
		bottom: -8px;
		right: -11px;

	}

	.header .navbar-toggler {
		font-size: 24px;
		right: 105px;
		top: 15px;
	}

	.banner-text {
		padding: 60px 10px;
	}

	h1 {
		line-height: 47px;
		font-size: 37px;
	}

	.banner-bottom form {
		padding: 0 10px;
	}

	.search-bar {
		border-radius: 10px;
		padding: 5px;
		margin: 0px 0px 15px 0px;
	}

	.search-bar button {
		border-radius: 10px;
		padding: 10px 10px;
	}

	h5 {
		font-size: 18px;
	}

	.navbar-collapse {
		padding: 20px;
		width: calc(100% - 20px);
	}

	.outline-btn {
		border-radius: 10px;
	}

	.p-horizontal {
		padding: 0px 15px;
	}

	.overlap-card-content {
		padding: 30px 15px;
	}

	.our-partner img {
		border-radius: 10px;
	}

	.copyright {
		width: calc(100% - 40px);
	}

	.single-card {
		padding: 30px 15px;
	}

	.modal-body {
		padding: 20px;
	}

	.modal-content {
		border-radius: 20px;
	}

	.modal-body .btn-close {
		right: 15px;
		top: 15px;
		width: 0.5em;
		height: 0.5em;
	}

	.news-card {
		padding: 15px;
	}

	.header-inner-page {
		padding: 0 10px;

	}

	.header-inner-page .call-btn {
		padding: 12px 10px;
		margin-left: 0px;
		font-size: 11px;
		margin-right: 5px;
		border-radius: 0px 0px 10px 10px;
	}

	.header-inner-page .call-btn::after {
		bottom: 30px;
	}

	.header-inner-page .call-btn .dark-arrow {
		height: 25px;
		width: 25px;
		border-radius: 5px;
	}

	.header-inner-page .logo {
		height: 60px;
		border-radius: 10px;
		padding: 5px 0px;
	}

	.header .navbar-toggler {
		right: 135px;
	}

}</pre></body></html>