* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #171b1e;
  transition: 0.3s;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

p,
ul {
  margin-bottom: 0;
  padding: 0;
}

h1,
h2,
h3 {
  font-weight: 700;
  color: #000;
}

@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

header {
  overflow: hidden;
}

.section-title {
  font-size: 36px;
  line-height: 48px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 24px;
    line-height: 34px;
  }
}

.section-desc {
  font-size: 18px;
  line-height: 23px;
}
@media (max-width: 767px) {
  .section-desc {
    font-size: 16px;
    line-height: 26px;
  }
}

.main-btn {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  background: #027ad9;
  border-radius: 140px;
}
@media (max-width: 991px) {
  .main-btn {
    font-size: 16px;
    line-height: 26px;
  }
}

header .container {
  position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  color: #171b1e;
  transition: 0.3s;
  border-radius: 43px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    gap: 5px;
    padding: 5px 10px;
  }
  .navbar-expand-lg .navbar-nav .nav-link svg {
    width: 18px;
    height: 18px;
  }
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  background: #f7f8f9;
}
.navbar-expand-lg .navbar-nav .nav-link:active {
  background: #dae2e8;
}
.navbar-expand-lg .navbar-nav .nav-link.active {
  background: #e9edf0;
}

.navbar-brand {
  padding: 0;
}
@media (max-width: 767px) {
  .navbar-brand {
    margin: 0;
  }
  .navbar-brand img {
    height: 32px;
  }
}

@media (max-width: 767px) {
  .navbar > .container {
    justify-content: center;
  }
}
.navbar-expand-lg {
  padding: 20px 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1111;
}
.navbar-expand-lg.fixed-top {
  position: fixed;
  box-shadow: 0px -6px 44px rgba(37, 43, 47, 0.2);
  animation: scroll-in 0.4s;
  background-color: #fff;
}

@keyframes scroll-in {
  from {
    transform: translateY(-10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.hero-section {
  padding: 270px 0 100px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .hero-section {
    padding: 150px 0 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-section {
    padding: 110px 0 50px;
  }
}
@media (max-width: 767px) {
  .hero-section {
    padding: 500px 15px 60px;
  }
}
.hero-section .text h1 {
  font-size: 48px;
  line-height: 121%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .hero-section .text h1 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  .hero-section .text h1 {
    font-size: 24px;
    line-height: 34px;
  }
}
.hero-section .text p {
  font-size: 18px;
  line-height: 28px;
  max-width: 430px;
  margin: 32px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-section .text p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .hero-section .text p {
    font-size: 16px;
    line-height: 26px;
  }
}
.hero-section .text a {
  padding: 14px 64px;
}
.hero-section .oblique-shape {
  position: absolute;
  bottom: 0;
  left: -120px;
  z-index: -1;
}

header .hero-image {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  header .hero-image {
    right: -160px;
    transform: scale(0.75);
    transform-origin: top;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .hero-image {
    right: -40px;
  }
  header .hero-image img {
    width: auto;
    height: auto;
  }
}
@media (max-width: 767px) {
  header .hero-image {
    right: -10px;
  }
  header .hero-image img {
    width: auto;
    height: 475px;
  }
}

.testimonials {
  padding: 150px 0;
  min-height: 700px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .testimonials {
    padding: 100px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonials {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .testimonials {
    padding: 60px 0;
  }
}

.owl-carousel .owl-item .item {
  display: flex;
  border-radius: 97px;
  height: 450px;
  padding: 50px 140px;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .owl-carousel .owl-item .item {
    height: 350px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .owl-carousel .owl-item .item {
    height: 300px;
    padding: 50px 100px;
    border-radius: 75px;
  }
}
@media (max-width: 767px) {
  .owl-carousel .owl-item .item {
    height: 390px;
    padding: 40px;
    border-radius: 52px;
  }
}
.owl-carousel .owl-item .item.one {
  background: #e9f7f3;
}
.owl-carousel .owl-item .item.one blockquote {
  max-width: 676px;
  color: #1a3630;
}
.owl-carousel .owl-item .item.two {
  background: #ede9f7;
}
.owl-carousel .owl-item .item.two blockquote {
  max-width: 740px;
  color: #3c2869;
}
.owl-carousel .owl-item .item.three {
  background: #eaeff6;
}
.owl-carousel .owl-item .item.three blockquote {
  max-width: 840px;
  color: #284369;
}
.owl-carousel .owl-item .item.three img {
  height: 20px;
}
@media (max-width: 767px) {
  .owl-carousel .owl-item .item.three img {
    height: 14px;
  }
}
.owl-carousel .owl-item img {
  height: 32px;
  width: auto;
  margin: 0 auto 20px;
}
@media (max-width: 991px) {
  .owl-carousel .owl-item img {
    height: 23px;
  }
}
.owl-carousel .owl-item blockquote {
  font-weight: 500;
  font-size: 28px;
  line-height: 171%;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .owl-carousel .owl-item blockquote {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .owl-carousel .owl-item blockquote {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .owl-theme .owl-nav {
    margin-top: 24px;
  }
}

.dots {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .dots {
    margin-top: -10px;
  }
}
.dots .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
.dots .owl-dot {
  text-align: center;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .dots .owl-dot {
    display: none;
  }
}
.dots .owl-dot .dot-details {
  transition: 0.3s;
}
.dots .owl-dot .line .slide-progress {
  position: absolute;
  opacity: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 290px;
  transition: 0.3s;
}
.dots .owl-dot.active {
  opacity: 1;
}
.dots .owl-dot.active .dot-details {
  transform: translateY(-10px);
}
.dots .owl-dot.active .line .slide-progress {
  opacity: 1;
}
.dots .owl-dot.active.owl-dot-1 .line .slide-progress {
  background: #409d89;
}
.dots .owl-dot.active.owl-dot-2 .line .slide-progress {
  background: #7b56cd;
}
.dots .owl-dot.active.owl-dot-3 .line .slide-progress {
  background: #2c69be;
}
@media (max-width: 767px) {
  .dots .owl-dot.active {
    display: block;
  }
  .dots .owl-dot.active .dot-details {
    transform: translateY(0);
  }
}
.dots .owl-dot:hover {
  opacity: 0.8;
}
.dots .owl-dot .arun {
  margin: 11px 0;
}
.dots .owl-dot .name {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  margin: 10px 0 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .dots .owl-dot .name {
    font-size: 14px;
  }
}
.dots .owl-dot p {
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  color: #787878;
}
@media (min-width: 768px) and (max-width: 991px) {
  .dots .owl-dot p {
    font-size: 12px;
  }
}
.dots .owl-dot .line {
  position: relative;
  width: 200px;
  height: 4px;
  background: #e8eaeb;
  border-radius: 290px;
  margin-top: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .dots .owl-dot .line {
    width: 170px;
  }
}

.owl-carousel .owl-nav [class*=owl-] {
  background: #ffffff !important;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06), 0px 12px 18px rgba(0, 0, 0, 0.07);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #ffffff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.06), 0px 20px 30px rgba(0, 0, 0, 0.07);
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
}
@media (min-width: 768px) {
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    top: 50%;
    transform: translateY(-50%);
  }
}

button.owl-prev {
  left: 5%;
}

button.owl-next {
  right: 5%;
}

.about-me {
  position: relative;
  background: #fafcfc;
  overflow: hidden;
}
.about-me:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background: #dfe5e8;
  z-index: 0;
}
@media (max-width: 991px) {
  .about-me:after {
    top: auto;
    width: 100%;
    height: 590px;
  }
}
.about-me .text {
  padding: 100px 0 100px 85px;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .about-me .text {
    padding: 60px 0 60px 20px;
  }
}
@media (max-width: 991px) {
  .about-me .text {
    padding: 60px 15px;
  }
}
.about-me .text h2 {
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .about-me .text h2 {
    margin-bottom: 20px;
  }
}
.about-me .text p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .about-me .text p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.about-me .text a {
  padding: 14px 55px;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .about-me .text a {
    margin-top: 24px;
    padding: 9px 55px;
  }
}
.about-me .image {
  position: relative;
  z-index: 1;
  text-align: center;
  height: 100%;
}
@media (max-width: 991px) {
  .about-me .image {
    margin-top: 38px;
  }
}
@media (min-width: 992px) {
  .about-me .image img {
    position: absolute;
    left: -270px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .about-me .image img {
    left: -300px;
    width: auto;
  }
}
@media (max-width: 992px) {
  .about-me .image img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}

.clients {
  padding: 140px 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .clients {
    padding: 100px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .clients {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .clients {
    padding: 60px 12px;
  }
}
.clients .logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 40px;
}
@media (max-width: 767px) {
  .clients .logos {
    margin-top: 24px;
  }
}
.clients .logos > div {
  flex: 1 0 20%;
  text-align: center;
}
@media (max-width: 767px) {
  .clients .logos > div {
    flex: 1 1 33%;
    transform: scale(0.8);
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .clients h2 {
    text-align: center;
    max-width: 500px;
    margin: 0 auto 50px;
  }
}

#contact {
  padding: 140px 0 40px;
  background: #f9fafb;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #contact {
    padding: 100px 0 40px;
  }
}
@media (max-width: 991px) {
  #contact {
    padding: 80px 0 40px;
  }
}
@media (max-width: 767px) {
  #contact {
    padding: 60px 0 40px;
  }
}
#contact .section-desc {
  margin-bottom: 60px;
  max-width: 400px;
  margin-inline: auto;
}
@media (max-width: 991px) {
  #contact .section-desc {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 992px) {
  #contact .col-gap {
    --bs-gutter-x: 3.75rem;
  }
}
#contact .contact-box {
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 32px 68px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #contact .contact-box {
    padding: 30px;
    gap: 20px;
  }
}
@media (max-width: 991px) {
  #contact .contact-box {
    flex-direction: column;
    text-align: center;
    padding: 24px 0 32px;
    gap: 20px;
  }
}
#contact .contact-box .icon {
  background: #f3f7fa;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  #contact .contact-box .icon {
    width: 56px;
    height: 56px;
  }
  #contact .contact-box .icon svg {
    width: 28px;
    height: 28px;
  }
}
#contact .contact-box .details p {
  font-size: 18px;
  line-height: 23px;
}
@media (max-width: 991px) {
  #contact .contact-box .details p {
    font-size: 14px;
    line-height: 18px;
  }
}
#contact .contact-box .details a {
  font-weight: 700;
  color: #027ad9;
}
#contact .copyright {
  margin-top: 60px;
}
@media (max-width: 991px) {
  #contact .copyright {
    margin-top: 32px;
    text-align: center;
  }
}
#contact .copyright p,
#contact .copyright a {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #555e65;
  transition: 0.3s;
}
#contact .copyright a:hover {
  color: #027ad9;
}
#contact .copyright span {
  color: #d2dbe2;
  margin-inline: 15px;
}
#contact .copyright .links {
  font-size: 14px;
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  #contact .copyright .links {
    text-align: end;
  }
}
@media (max-width: 767px) {
  #contact .copyright .links {
    margin-bottom: 16px;
  }
}

.float-nav {
  position: fixed;
  z-index: 999;
  bottom: 1.375em;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 1px 2px rgba(37, 43, 47, 0.1), 0px 0px 44px rgba(37, 43, 47, 0.2);
  border-radius: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px 8px 8px;
  gap: 10px;
  transform-origin: center;
}

.float-nav.open {
  animation: showFloatNav 0.3s;
}

.float-nav a {
  display: flex;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  padding: 12px 44px 12px 24px;
  border-radius: 46px;
  white-space: nowrap;
  align-items: center;
  gap: 10px;
}
.float-nav a.active {
  background: #e9edf0;
}

.float-nav .toggle {
  transition: all 300ms;
  cursor: pointer;
  position: absolute;
  top: 31px;
  right: 20px;
}
.float-nav .toggle .menu {
  display: none;
}
.float-nav .toggle .close {
  display: block;
}

.float-nav.closed .toggle {
  position: static;
}
.float-nav.closed .toggle .menu {
  display: block;
}
.float-nav.closed .toggle .close {
  display: none;
}

.float-nav .active-section {
  display: none;
  background: #e9edf0;
  border-radius: 43px;
  padding: 9px 16px;
  gap: 10px;
  white-space: nowrap;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #171b1e;
  align-items: center;
}

.float-nav.closed .active-section {
  display: flex;
}

.float-nav ul {
  margin-top: 30px;
  opacity: 1;
  transition: all 300ms;
  padding: 30px 12px;
}

.float-nav .go-to {
  opacity: 1;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 32px;
  left: 47px;
}

.float-nav.closed ul,
.float-nav.closed .go-to {
  opacity: 0;
  display: none;
}

@keyframes showFloatNav {
  0% {
    transform: scale(0) translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateX(-50%);
    opacity: 1;
  }
}/*# sourceMappingURL=main.css.map */