<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #333;
  font-family: "Poppins", Sans-serif;
}
h1 {
    font-weight: 900 !important;
    font-size: 34px;
    line-height: 44px;
}
section {
  padding: 60px 0;
}
a {
  color: #468ac9;
  text-decoration: none;
}
.btn {
  background-color: #db545a;
  border-color: #db545a;
  color: #fff;
  border-radius: 0;
}
.btn:hover {
  background-color: #1768c1;
  border-color: #1768c1;
  color: #fff;
}

.banner-bg {
  height: 600px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner-bg .banner-caption {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 0;
  width: calc(100% - 0px);
  text-align: center;
}
.banner-bg .banner-caption h1 {
  font-size: 80px;
  font-weight: 900;
}
.banner-bg .banner-caption p {
  font-size: 24px;
}

.heading {
  font-weight: 600;
  margin-bottom: 50px;
  position: relative;
}
.heading:after {
  content: "";
  position: absolute;
  background-color: #db545a;
  height: 3px;
  width: 80px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0px auto;
  bottom: -10px;
}


.navbar-brand img {
  width: 90px;
}
.navbar .navbar-nav .nav-item {
  padding: 0 20px;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 18px;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #db545a;
}
/* .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show&gt;.nav-link {
  color: #db545a;
} */



.feature {
  margin-bottom: 40px;
}
.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #fff;
  border-radius: .75rem;
  cursor: pointer;
}
.feature-icon:hover, .btn-primary:hover {
  background-color: #db545a !important;
  border-color: #db545a !important;
}
/* 
.icon-link {
  display: inline-flex;
  align-items: center;
}
.icon-link &gt; .bi {
  margin-top: .125rem;
  margin-left: .125rem;
  transition: transform .25s ease-in-out;
  fill: currentColor;
}
.icon-link:hover &gt; .bi {
  transform: translate(.25rem);
} */

/* .icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: .75rem;
} */
/* 
.rounded-4 { border-radius: .5rem; }
.rounded-5 { border-radius: 1rem; }

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
} */

/* .bg-primary {
  background-color: #1768c1 !important;
}
.btn-primary {
  color: #fff;
  background-color: #1768c1;
  border-color: #1768c1;
} */


.card img {
  height: 300px;
  object-fit: cover;
}
.card h4 {
  font-size: 28px;
  min-height: 80px;
}
.card p {
  min-height: 150px;
}

.client-testimonial-carousel .owl-dots button {
  height: 5px;
  background: #1768c1 !important;
  width: 20px;
  display: inline-block;
  margin: 5px;
  transition: .2s;
  border-radius: 2px;
}

.client-testimonial-carousel button.owl-dot.active {
  background: #000 !important;
  width: 30px;
}

.client-testimonial-carousel .owl-dots {
  text-align: center;
  margin-top: 25px
}

.single-testimonial-item {
  position: relative;
  box-shadow: 0 0 2px #dadfd3;
  background-color: #fff;
  margin: 2px;
  padding: 20px;
  font-style: italic;
  padding-left: 85px;
}

.single-testimonial-item:before {
  font-family: "FontAwesome";
  content: "\f10e";
  font-weight: 900;
  position: absolute;
  left: 20px;
  top: 50%;
  font-size: 20px;
  color: #db545a;
  line-height: 30px;
  margin-top: -15px;
}

.single-testimonial-item:after {
  background: #ddd;
  content: "";
  height: 70%;
  left: 60px;
  position: absolute;
  top: 10%;
  width: 1px;
}

.single-testimonial-item h3 {
  font-size: 20px;
  font-style: normal;
  margin-bottom: 0;
}

.single-testimonial-item h3 span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: 5px;
}





/* Footer Section Start */
.footer-title {
	font-size: 20px;
	margin-bottom: 10px;
}
.footer-block ul.footer-menu {
	padding: 0;
	display: inline-block;
	margin: 0;
}
.footer-block ul.footer-menu li a {
	font-size: 16px;
  text-decoration: none;
	color: #fff;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.footer-block ul.footer-menu li {
	display: inline-block;
	margin-right: 12px;

}
.footer-block ul.footer-menu li a:hover {
	color: #db545a;
}
.footer-block ul.footer-menu li a span {
	font-size: 20px;
	line-height: 24px;
	color: #2EC5CE;
}
.footer-block p {
	font-size: 10px;
	font-weight: 600;
	color: #828288;
}
.footer-block h5 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
.footer-block .footer-logo a {
	display: inline-block;
}
.footer-block .footer-logo a img {
	width: 180px;
}

.footer-logo {
    float: left;
}
.footer-block .footer-logo .btn {
	font-size: 11px;
	text-transform: none;
	margin-top: 30px;
}
.footer-block {
	background-color: #333;
	float: left;
	width: 100%;
}
.footer-block hr {
  background-color: #686868;
  height: 2px;
  margin: 0;
}
.footer-block .copyright {
	font-size: 16px;
	display: inline-block;
  color: #d7d7d7;
  padding: 30px 0;
}
ul.social-links {
	margin: 0;
	text-align: left;
	float: left;
}
ul.social-links li {
	display: inline-block;
	padding: 6px;
}
ul.social-links li a {
	color: #fff;
	background: #323232;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
ul.social-links li a i { line-height: 30px;}
ul.social-links li a:hover {
	background: #db545a;
	color: #fff;
	box-shadow: 0px 0px 0px 1px #db545a;
}

.owl-nav {
  display: none;
}

.about-content-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #468ac9;
}
.about-content-block .about-content, .about-content-block img {
  width: 50%;
  color: #fff;
  text-align: center;
}
.about-content-block .about-content {
  padding: 40px;
}
.about-content-block .about-content p {
  font-size: 16px;
  line-height: 28px;
}



.contact-content-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}

.contact-content h5 {
  font-weight: 700;
    font-size: 16px;
}
.contact-content-block .about-content, .contact-content-block img {
  width: 50%;
  color: #fff;
  text-align: center;
}

.contact-content-block i {
  background-color: #468ac9;
  height: 26px;
  width: 26px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media only screen and (max-width: 1499px) {
  .banner-bg .banner-caption {
    bottom: 50px;
    left: 20px;
    right: 20px;
    width: calc(100% - 20px);
  }

}

@media only screen and (max-width: 1200px) {
  .card p {
    min-height: 220px;
}
.card h5 {
  min-height: 60px;
}


}

@media only screen and (max-width: 991px) {
  .banner-bg .banner-caption {
    bottom: 50px;
    left: 20px;
    right: 20px;
    width: calc(100% - 20px);
  }
  .about-content-block {
    flex-direction: column-reverse;
  }
  .about-content-block img, .about-content-block .about-content {
    width: 100%;
  }
  .card p, .card h5 {
    min-height: auto;
}


}

@media only screen and (max-width: 768px) {
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .card p, .card h5 {
    min-height: auto;
}

  .featurette-heading {
    font-size: 50px;
  }

  .footer-block {
    text-align: center;
  }
  .footer-logo {
    float: none;
  }
  ul.social-links {
    margin: 20px;
    text-align: center;
    float: none;
    padding: 0;
}
.footer-block ul.footer-menu {
  margin: 0 0 20px 0;
}
.carousel-item {
  height: 400px;
}
.banner-bg .banner-caption {
  bottom: 50px;
  left: 20px;
  right: 20px;
  width: calc(100% - 20px);
}
.contact-content-block, .about-content-block {
  flex-direction: column-reverse;
}
.contact-content {
  margin-top: 40px;
  width: 100%;
}
.contact-content-block .about-content, .contact-content-block img, .about-content-block .about-content, .about-content-block img {
  width: 100%;
}
.about-content-block .about-content {
  padding: 20px;
}
.banner-bg .banner-caption h1 {
  font-size: 50px;
}
.banner-bg .banner-caption p {
  font-size: 18px;
}
.banner-bg {
  height: 450px;
}

}




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