body {
  font-family: "Montserrat", sans-serif !important;
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}

a {
  font-family: "Montserrat", sans-serif;
  text-decoration: none !important;
}

span {
  font-family: "Montserrat", sans-serif;
}

h1,
h2 {
  font-weight: bold !important;
}

h6 {
  font-size: 18px !important;
}

.c-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn1 {
  background-color: #005555;
  padding: 10px 20px;
  color: #ffffff;
  border-radius: 4px;
}

.btn1:hover {
  background-color: #aae8e2;
  padding: 10px 20px;
  color: #333;
  border-radius: 4px;
}

.submit-btn {
  background-color: #005555;
  padding: 10px 20px;
  color: #ffffff;
  border-radius: 4px;
  border: none;
}
.submit-btn:hover {
  background-color: #aae8e2;
  padding: 10px 20px;
  color: #333;
  border-radius: 4px;
}

.btn2 {
  background-color: #ffffff;
  padding: 10px 20px;
  color: #005555;
  border-radius: 2px;
  border-radius: 4px;
}

.btn2:hover {
  background-color: #005555;
  padding: 10px 20px;
  color: #ffffff;
  border-radius: 2px;
  border-radius: 4px;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.8235294118);
  animation-name: example;
  animation-duration: 1s;
  transition: top 500ms ease-in;
  box-shadow: 0px 0px 1px rgb(255, 255, 255);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8235294118);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f3f3", endColorstr="#404040", GradientType=1);
}

@keyframes example {
  0% {
    top: -100px;
  }
  100% {
    top: 0px;
  }
}
.site-header {
  z-index: 99;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f3f3", endColorstr="#404040", GradientType=1);
}

#mobile_navbar {
  display: none;
}

.top-nav {
  background-color: #005555;
  padding: 8px 0;
  color: #fff;
  font-size: 14px;
}
.top-nav .contact-links a {
  color: #fff;
}
.top-nav .contact-links a span {
  font-size: 14px;
}
.top-nav .contact-links a:first-child {
  margin-right: 40px;
}
.top-nav .social-media-links {
  display: flex;
  gap: 10px;
}
.top-nav .social-media-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  color: #005555;
  border-radius: 50%;
}
.top-nav .social-media-links a:hover {
  background-color: #aae8e2;
}

.main-nav {
  padding: 5px 0;
}
.main-nav .logo a img {
  height: 80px;
}
.main-nav nav ul {
  padding: 0;
  margin: 0;
}
.main-nav nav ul li {
  display: inline;
}
.main-nav nav ul li a {
  padding: 8px 15px;
  color: #333;
  border: 1px dotted rgba(253, 253, 253, 0);
  font-size: 14px;
}
.main-nav nav ul li a.active {
  background-color: rgba(170, 232, 226, 0.2588235294);
  color: #005555;
  border: 1px dotted rgba(0, 85, 85, 0.5333333333);
}
.main-nav .contact-btn a {
  background-color: #005555;
  padding: 10px 20px;
  color: #ffffff;
  border-radius: 4px;
  font-size: 14px;
}

.carousel1 {
  width: 100%;
  height: 70vh;
  background: url("../images/banner.jpg") center no-repeat;
  background-size: cover;
}

.carousel2 {
  width: 100%;
  height: 70vh;
  background: url("../images/banner2.jpg") center no-repeat;
  background-size: cover;
}

.carousel3 {
  width: 100%;
  height: 70vh;
  background: url("../images/banner3.jpg") center no-repeat;
  background-size: cover;
}

.banner-content {
  text-align: center;
  color: #ffffff;
  width: 100%;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner-content h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700 !important;
  font-size: 40px;
}
.banner-content p {
  font-size: 16px;
  letter-spacing: 1px;
}

.aboutus-section {
  width: 100%;
  height: 55vh;
  background: url("../images/texture-banner.jpg") center no-repeat;
  background-size: cover;
  color: #ffffff;
}
.aboutus-section p {
  text-align: justify;
}

.row-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.service-img {
  height: 330px;
  text-align: center;
  overflow: hidden;
}
.service-img img {
  height: 330px !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.service-item {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 20px 20px;
  text-align: center !important;
  height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 10px;
}
.service-item .service-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto !important;
  background-color: #aae8e2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-item .service-icon img {
  margin: 0 auto !important;
  height: 70px !important;
  width: auto !important;
}
.service-item h3 {
  color: #005555 !important;
  font-size: 22px;
  font-weight: 500;
  margin: 10px 0;
}
.service-item p {
  color: #333;
  font-size: 14px !important;
  text-align: center !important;
}

.aboutus-section .owl-carousel .owl-next,
.aboutus-section .owl-carousel .owl-prev {
  opacity: 1;
  width: 35px;
  height: 35px;
  line-height: 50px;
  position: absolute;
  top: -18%;
  align-items: center;
  border-radius: 50% !important;
}

.aboutus-section .owl-carousel .owl-nav button.owl-next,
.aboutus-section .owl-carousel .owl-nav button.owl-prev {
  background: #005555 !important;
  border: 1px solid #fff !important;
  font-size: 18px !important;
  font-weight: 700;
  color: #fff !important;
}

.aboutus-section .owl-carousel .owl-nav button.owl-next:hover,
.aboutus-section .owl-carousel .owl-nav button.owl-prev:hover {
  background: #fff !important;
  color: #005555 !important;
}

.aboutus-section .owl-carousel .owl-prev {
  left: -14%;
}

.aboutus-section .owl-carousel .owl-next {
  left: -8%;
}

.aboutus-section2 {
  margin-top: 180px;
}
.aboutus-section2 .aboutus-content2 {
  margin-left: 10%;
}
.aboutus-section2 .aboutus-content2 .special-text {
  width: 100%;
  padding: 20px;
  background-color: #005555;
  color: #ffffff;
  text-align: center;
  display: block;
}

.connectus-section {
  width: 100%;
  background: url("../images/texture-banner.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.connectus-section .connect-btn {
  background-color: #005555;
  padding: 14px 20px;
  color: #ffffff;
  border-radius: 4px;
}
.connectus-section .connect-btn:hover {
  background-color: #fff;
  padding: 14px 20px;
  color: #005555;
  border-radius: 4px;
}

.btn-div {
  margin-top: 30px;
}

footer {
  width: 100%;
  background: url("../images/texture-banner2.jpg") center no-repeat;
  background-size: cover;
  color: #ffffff;
}
footer .footer-links {
  padding: 0px 0;
}
footer .footer-links a {
  color: #ffffff;
  margin-right: 20px;
}
footer .footer-links .footer-logo {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
}
footer .footer-links ul {
  padding: 0;
  margin: 10px 0 0 0;
}
footer .footer-links ul li {
  display: inline;
  padding: 5px 20px 5px 0;
}
footer .footer-links ul li a {
  font-size: 14px;
  color: #ffffff;
}
footer .footer-links a {
  font-size: 14px;
}
footer .footer-contact-links h3 {
  font-size: 20px;
}
footer .footer-contact-links ul {
  padding: 0;
  margin: 10px 0 0 0;
}
footer .footer-contact-links ul li {
  display: inline;
  padding: 10px 20px 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
footer .footer-contact-links ul li .fa-solid {
  margin-top: 5px;
  font-size: 30px;
}
footer .footer-contact-links ul li a {
  color: #ffffff;
}
footer .social-links {
  display: flex;
  gap: 10px;
}
footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  background-color: #ffffff;
  color: #005555;
  border-radius: 50%;
}
footer .social-links a .fa-brands {
  font-size: 20px;
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.footer-row p {
  margin: 0;
}
.footer-row p a {
  color: #005555;
}

.testimonial-sec .owl-carousel .owl-next,
.testimonial-sec .owl-carousel .owl-prev {
  opacity: 1;
  width: 35px;
  height: 35px;
  line-height: 50px;
  position: absolute;
  top: 85%;
  align-items: center;
  border-radius: 50% !important;
}

.testimonial-sec .owl-carousel .owl-nav button.owl-next,
.testimonial-sec .owl-carousel .owl-nav button.owl-prev {
  background: #fff !important;
  border: 1px solid #005555 !important;
  font-size: 18px !important;
  font-weight: 700;
  color: #005555 !important;
}

.testimonial-sec .owl-carousel .owl-nav button.owl-next:hover,
.testimonial-sec .owl-carousel .owl-nav button.owl-prev:hover {
  background: #005555 !important;
  color: #fff !important;
}

.testimonial-sec .owl-carousel .owl-prev {
  left: 34%;
}

.testimonial-sec .owl-carousel .owl-next {
  left: 38%;
}

.about-banner {
  background: url("../images/inside-banner1.jpg") center no-repeat;
  width: 100%;
  height: 60vh;
  background-size: cover;
}
.about-banner .banner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh;
  color: #ffffff;
}
.about-banner .banner-title2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh;
  color: #000;
}

.mission-box {
  background-color: rgba(255, 255, 255, 0.726);
  height: 280px;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 0.1px solid #aae8e2;
  border-radius: 5px;
}
.mission-box h4 {
  font-size: 22px;
}
.mission-box img {
  height: 80px;
}
.mission-box p {
  font-size: 14px;
}

.service-banner {
  background: url("../images/inside-banner2.jpg") center no-repeat;
  width: 100%;
  height: 60vh;
  background-size: cover;
}
.service-banner .banner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh;
  color: #ffffff;
}

.solution-banner {
  background: url("../images/inside-banner3.jpg") center no-repeat;
  width: 100%;
  height: 60vh;
  background-size: cover;
}
.solution-banner .banner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh;
  color: #ffffff;
}

.contact-banner {
  background: url("../images/contact-banner.jpg") center no-repeat;
  width: 100%;
  height: 60vh;
  background-size: cover;
}
.contact-banner .banner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh;
  color: #ffffff;
}
.contact-banner .banner-title2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh;
  color: #000;
}

.mission-card {
  background-color: #fff;
  height: 200px;
  color: #000;
  padding: 15px;
  margin-top: 25px;
}

.aboutus-inner-sec .aboutus-content2 {
  margin-left: 9%;
}

.texture-sec {
  width: 100%;
  background: url("../images/texture-banner.jpg") center no-repeat;
  background-size: cover;
}

.value-box {
  background-color: #aae8e2;
  text-align: center;
  padding: 30px 20px;
  height: calc(100% - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 6px;
}
.value-box h5 {
  font-weight: bold;
}
.value-box p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 25px;
}

.contact-form-col {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 40px !important;
}

.contact-details {
  background: url("../images/texture-banner.jpg") center no-repeat;
  color: #fff;
  background-size: cover;
}
.contact-details .contact-details-col {
  padding: 40px 20px;
}
.contact-details .social-links {
  padding: 15px 0;
}
.contact-details .social-links a {
  padding-right: 10px;
  font-size: 20px;
}
.contact-details a {
  color: #f4f4f4;
}
.contact-details a:hover {
  color: #333;
}

.solution-content {
  margin-left: 8%;
}
.solution-content p {
  text-align: justify;
}
.solution-content a {
  color: #005555;
  font-weight: bold;
}
.solution-content a:hover {
  color: #333;
  text-decoration: underline !important;
}

.solution-approach-sec {
  background-color: #f4f4f4;
}
.solution-approach-sec ul {
  padding-left: 20px;
}
.solution-approach-sec ul li {
  padding: 15px 0;
  position: relative;
  list-style: none;
}
.solution-approach-sec ul li:before {
  float: left;
  font-family: "fontawesome";
  font-size: 15px;
  color: #005555;
  content: "\f192";
  left: -28px;
  position: absolute;
  top: 17px;
}

.solution-approach-sec2 .solution-approach-content {
  margin-left: 20px;
}
.solution-approach-sec2 a {
  color: #005555;
  font-weight: bold;
}
.solution-approach-sec2 a:hover {
  color: #333;
  text-decoration: underline !important;
}
.solution-approach-sec2 ul {
  padding-left: 20px;
}
.solution-approach-sec2 ul li {
  padding: 8px 0;
  position: relative;
  list-style: none;
}
.solution-approach-sec2 ul li:before {
  float: left;
  font-family: "fontawesome";
  font-size: 15px;
  color: #005555;
  content: "\f192";
  left: -28px;
  position: absolute;
  top: 17px;
}/*# sourceMappingURL=style.css.map */