@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif!important;
}
body img {
  max-width: 100%;
}
body ul, body ol {
  list-style: none;
}

:root {
  --primary-color: #3A66CA;
  --secondary-color: #333;
}

header {
  box-shadow: 2px 6px 16px #e9e9e9;
  background: #fff;
}
header .logo {
  width: 90px;
}
header .navbar-collapse {
  align-items: center;
}
header .navbar-collapse .btn-theme {
  background: var(--primary-color);
  padding: 10px 30px;
  color: #fff;
  margin-left: 20px;
}

.btn-theme {
  background: var(--primary-color) !important;
  padding: 10px 30px;
  color: #fff !important;
}

.main {
  width: 100%;
  float: left;
}
.hero-banner .text-part {
  background: #f0f4fd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
  border-radius: 30px;
}
.hero-banner strong {
  font-size: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #0F172A;
  margin: 30px 0px;
}
.hero-banner strong span {
  background: linear-gradient(90deg, #3DE5D8 0%, #3A66CA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.hero-banner p {
  color: #64748B;
  text-align: center;
}
.hero-banner .btn-flex {
  margin-top: 30px;
  display: flex;
  gap: 20px;
}
.hero-banner .btn-theme-new {
  padding: 10px 30px;
  border: 1px solid;
  color: #475569;
}

.head-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.head-flex h2 {
  font-size: 40px;
  font-weight: 600;
  margin: 0px;
}

.services-sec .row {
  margin-top: 30px;
}
.services-sec .service-box {
  border: 1px solid #E2E8F0;
  padding: 30px;
  border-radius: 16px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 20px;
  padding-bottom: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
}
.services-sec .service-box .btn-theme {
  width: 100%;
}
.services-sec .service-box h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0px;
  color: #1e1a1f;
}

.services-sec {
  background: #f5f3ef;
  padding: 50px 0px;
}

.why-choose-sec {
  background: url(../images/why-choose-sec-bg.png);
  padding: 60px 0px;
}

.head-flex-new h2 {
  color: #0F172A;
  font-size: 50px;
  font-weight: 600;
}
.head-flex-new h2 span {
  background: linear-gradient(90deg, #3DE5D8 0%, #3A66CA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.points {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0px;
  padding: 0px;
  margin: 30px 0px;
}
.points li {
  margin-bottom: 10px;
  width: calc(33.33% - 20px);
  background: #fff;
  padding: 16px;
  list-style: none;
  box-shadow: 2px 2px 10px 0px #d9d9d9;
  border-radius: 6px;
}

.process-sec {
  padding: 60px 0px;
}
.process-sec .head-flex {
  align-items: flex-start;
  margin-bottom: 30px;
}
.process-sec ul {
  margin: 20px 0px 0px 0px;
  padding: 0px;
}
.process-sec p {
  color: #64748B;
}
.process-sec li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  font-weight: 600;
}

.blog-sec .head-flex {
  align-items: baseline;
  margin-bottom: 50px;
}
.blog-sec .blog-content {
  margin-top: 30px;
}
.blog-sec .blog-content h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: inherit;
}
.blog-sec .blog-content .read-more {
  color: #2563EB;
  font-size: 18px;
  font-weight: 600;
}

.w-100 svg {
  width: 100%;
}

.contact-sec {
  max-width: 90%;
  background: url(../images/contact-bg.webp);
  margin: 170px 0px 0px 5%;
  padding: 60px;
  border-radius: 20px;
}
.contact-sec h2 {
  color: #fff;
}

.contact-sec h3 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}
.contact-sec .col-lg-6 {
  margin-bottom: 30px;
}
.contact-sec .col-lg-6 a {
  color: #fff;
}
.contact-sec .col-lg-6 .row {
  margin-top: 50px;
}
.contact-sec .social-flex {
  display: flex;
  gap: 20px;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.footer {
  padding: 60px 0px 20px 0px;
}
.footer .logo {
  width: 100px;
}
.footer p {
  color: #64748B;
}
.footer .col-lg-3 strong {
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.footer .col-lg-3 ul {
  padding: 0px;
  margin: 0px;
}
.footer .col-lg-3 ul li {
  margin-bottom: 18px;
}
.footer .col-lg-3 ul li a {
  color: #64748B;
  text-decoration: none;
}
.footer .copyright-sec {
  border-top: 1px solid #E2E8F0;
  margin-top: 40px;
  padding: 20px 0px;
}
.footer .copyright-sec p {
  margin: 0px;
  color: #94A3B8;
}
.footer .copyright-sec ul {
  padding: 0px;
  margin: 0px;
}
.footer .copyright-sec ul li {
  display: inline-block;
  margin-left: 20px;
}
.footer .copyright-sec ul li a {
  color: #94A3B8;
  text-decoration: none;
}

.clients-say {
  margin: 80px 0px;
}

.header-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  box-shadow: 2px 6px 6px rgba(0, 0, 0, 0.1294117647);
}

.services-sec .col-lg-4:nth-last-of-type(1) {
  display: flex;
}

.service-box.service-box-last {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 40px;
}

.why-choose-sec h2 {
  margin-bottom: 30px;
}/*# sourceMappingURL=main.css.map */