@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css");
body {
  font-family: "Open Sans", sans-serif;
  color: #1c1c1c;
  line-height: 1.45;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #1c1c1c;
}
.top-nav .list-inline {
    display: flex;
    gap: 10px;
    color: azure;
    justify-content: end;
    margin-bottom: 0;
}
.top-nav .list-inline a {
  color: #676767;
}
@media (width < 480px) {
  .top-nav .list-inline{
    justify-content: center;
  }
}
a {
  transition: 0.3s;
}

.section-heading {
  color: #000000;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 600;
  line-height: 1.1;
  padding-left: 8px;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  position: relative;
}
.section-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #45AC38;
}
@media (width < 991px) {
  .section-heading img,
  .section-heading span br {
    display: none;
  }
}

.heading-secondary {
  font-size: clamp(1.6rem, 5vw, 2.2rem);
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 1rem;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: 400;
  color: #676767;
  transition: 0.5s;
}

.section-spacing {
  padding: clamp(3rem, 6vw, 8rem) 0;
}

.bg-blue {
  background-color: #EAF7FA;
}

a {
  text-decoration: none;
}

header {
  font-family: "Open Sans", sans-serif;
  background-color: red;
}
header .navbar-nav .nav-item {
  border-top: 1px solid rgb(230.5, 230.5, 230.5);
}
@media (width > 992px) {
  header .navbar-nav .nav-item {
    border: 0;
  }
}
header .navbar-nav .nav-item .nav-link {
  line-height: 1.45;
  color: #676767;
}
@media (width > 992px) {
  header .navbar-nav .nav-item .nav-link {
    font-weight: 600;
  }
}
header .navbar-nav .nav-item .nav-link.active {
  color: #0393d6;
}
header .navbar-nav .nav-item .nav-link:hover {
  color: #0393d6;
}
header .navbar-nav .nav-item .nav-link.active:hover {
  color: #042280;
  cursor: default;
}
@media (width < 991px) {
  header .navbar-nav .nav-item .nav-link::after {
    float: right;
    margin-top: 0.7rem;
  }
}
@media (width > 992px) {
  header .navbar-nav .nav-item:hover > .dropdown-menu {
    display: block;
    animation: 0.5s slideup;
  }
}
header .navbar-nav .nav-item .dropdown-menu {
  display: none;
  padding: 1rem 0;
}
header .navbar-nav .nav-item .dropdown-menu.show {
  display: block;
}
header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
}
header .navbar-nav .nav-item .dropdown-menu .dropdown-item.active {
  background-color: #0393d6;
}
header .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #0393d6;
}

@keyframes slideup {
  from {
    transform: translateY(10%);
  }
  to {
    transform: translateY(0);
  }
}

.message p span strong {
  color: #0393d6;
  font-size: 18px;
}
footer {
  padding-top: clamp(2rem, 5vw, 6rem);
}
@media (width > 992px) {
  footer .footer-col {
    border-right: 1px solid #8F8F8F;
  }
}
footer h6 {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1.6rem;
}
footer ul li:not(:last-child) {
  margin-bottom: 0.3rem;
}
footer ul li a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  color: #000000;
  text-decoration: none;
}
footer ul li a:hover {
  color: #45AC38;
  text-decoration: underline;
}
footer a {
  color: #000000;
}
footer a:hover {
  color: #45AC38;
  text-decoration: underline;
}

.copyright-row {
  border-top: 1px solid #8F8F8F;
  margin-top: clamp(1rem, 5vw, 3.5rem);
}
.copyright-row p {
  padding: clamp(0.5rem, 0.5vh, 1.2rem) 0;
  margin: 0;
}
.copyright-row p,
.copyright-row a {
  color: inherit;
  text-decoration: none;
  font-family: "Red Hat Display", sans-serif;
}
.copyright-row a:hover {
  color: #45AC38;
}

button {
  border: none;
}

.button-primary {
  color: #ffffff;
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  font-weight: 500;
  line-height: normal;
  padding: clamp(0.8rem, 1vw, 1.2rem) clamp(2rem, 5vw, 3.5rem);
  border-radius: clamp(1rem, 4vw, 3rem) 0;
  background: linear-gradient(180deg, #79BB2B 0%, #2CA53B 100%);
  text-decoration: none;
  display: inline-block;
}
.button-primary:hover {
  background: linear-gradient(180deg, #2CA53B 0%, #79BB2B 100%);
  color: #ffffff;
}

.btn-circle {
  width: clamp(2rem, 5vw, 5rem);
  height: clamp(2rem, 5vw, 5rem);
  border: 1px solid #000000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.btn-circle img {
  transition: 0.5s;
}
@media (width < 767px) {
  .btn-circle img {
    height: 0.8rem;
  }
}
.btn-circle:hover {
  background-color: #45AC38;
  border: 1px solid #45AC38;
}
.btn-circle:hover img {
  margin-left: 8px;
}

#scrollTopBtn {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  z-index: 1000;
  background-color: #0393d6;
  color: #ffffff;
  border: none;
  padding: 1rem;
  border-radius: 5px;
  font-size: 1.25rem;
  cursor: pointer;
  display: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
#scrollTopBtn span {
  display: inline-block;
  transform: translateY(1);
  transition: 0.5s;
}
#scrollTopBtn:hover {
  background-color: rgb(3.3525345622, 164.2741935484, 239.1474654378);
}
#scrollTopBtn:hover span {
  transform: translateY(-8px);
}

.accordion .accordion-item {
  margin-bottom: 2rem;
  border: 0;
  overflow: hidden;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 4px 4px 12px 0 rgba(0, 2, 135, 0.15);
}
.accordion .accordion-item .accordion-header .accordion-button {
  color: #4A4A4A;
  background-color: #ffffff;
  font-size: clamp(1.4rem, 1.5vw + 0.5rem, 1.6rem);
  line-height: 1.2;
  padding: 1.8rem 2.5rem;
  box-shadow: none;
}
.accordion .accordion-item .accordion-collapse .accordion-body {
  font-size: clamp(1.4rem, 1.5vw + 0.5rem, 1.6rem);
  font-weight: 400;
  padding: 1.8rem 2.5rem;
  border-top: 1px solid #cdcdcd;
}
.accordion .accordion-item .accordion-collapse .accordion-body p,
.accordion .accordion-item .accordion-collapse .accordion-body li,
.accordion .accordion-item .accordion-collapse .accordion-body a {
  color: #4A4A4A;
}

.list-style {
  padding: 0;
  list-style: none;
}
.list-style li {
  padding-left: 1.8rem;
  line-height: 1.45;
  position: relative;
}
.list-style li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #0393d6;
}
.list-style li:not(:last-child) {
  margin-bottom: 1rem;
}
.list-style li a {
  color: #676767;
}
.list-style li a:hover {
  color: #45AC38;
  text-decoration: underline;
}
.list-style li ul {
  margin-top: 1rem;
}
.list-style li ul li {
  padding: 0;
}
.list-style li ul li::before {
  display: none;
}
.list-style li ul li a {
  color: #676767;
}

.banner .breadcrumb li,
.banner .breadcrumb a,
.banner .breadcrumb .active {
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  color: #ffffff;
}
.banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ":";
  color: #ffffff;
}
.banner .page-title {
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 500;
  line-height: 1.3;
  color: #ffffff;
}

@media (width > 768px) {
  .features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: clamp(3rem, 4vh, 4rem);
    column-gap: clamp(3rem, 4vw, 8rem);
  }
}
.features .item {
  border: 4px solid #53D279;
  border-radius: 0px 2rem;
  background: #b1ebc3;
  backdrop-filter: blur(4.5px);
  padding: 2rem 2rem 2rem clamp(2rem, 5vw, 4rem);
  position: relative;
  z-index: 0;
  margin-bottom: 1.5rem;
}
@media (width > 768px) {
  .features .item {
    min-height: 17rem;
    margin: 0;
    background: #53D279;
    border: 0;
  }
}
@media (width > 768px) {
  .features .item::before {
    content: "";
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;
    width: 100%;
    height: 100%;
    border-radius: 0px 20px;
    background: #B1EBC3;
    z-index: -1;
    border: 2px solid #FFF;
    border-radius: 0 20px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(4.5px);
  }
  .features .item::after {
    content: "";
    position: absolute;
    top: 1rem;
    left: 0.8rem;
    width: 2.5rem;
    height: 4rem;
    background-color: #53D279;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    filter: drop-shadow(3px 2px 5px rgba(26, 13, 74, 0.13));
  }
}
.features .item h4 {
  color: #0F0F0F;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 600;
  line-height: 1.25;
}
.features .item p {
  font-size: clamp(1.2rem, 1.5vw, 1.6rem);
}

.form-wrapper {
  padding: 2rem;
  box-shadow: 4px 4px 12px 0 rgba(0, 2, 135, 0.15);
  border: 2px solid #45AC38;
  border-radius: 4rem 0px;
}
.form-wrapper h3 {
  font-size: clamp(1.8rem, 2vw, 2rem);
}
.form-wrapper .form-group {
  margin-bottom: 1.8rem;
  position: relative;
}
.form-wrapper .form-group .form-control {
  height: 4rem;
  color: #676767;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: 500;
  line-height: 1.45;
  padding: 1rem 3.5rem 1rem 1rem;
  border: 0.5px solid #cdcdcd;
}

.table-responsive {
  border-top-left-radius: 4rem;
}
.table-responsive .table {
  border-radius: 15px;
  border: 0.5px solid #107634;
}
.table-responsive .table tbody tr:nth-child(odd) {
  background: rgba(16, 118, 52, 0.1);
}
.table-responsive .table th,
.table-responsive .table td {
  padding: 1rem !important;
}
.table-responsive .table th {
  font-size: clamp(1.4rem, 1.2vw + 0.6rem, 1.8rem);
  font-weight: 700;
  line-height: 1.45;
  border: 1px solid #45AC38;
  text-align: center;
  background: rgb(45.8486842105, 114.2894736842, 37.2105263158);
  color: #ffffff;
}
.table-responsive .table td {
  font-size: clamp(1.4rem, 1vw + 0.5rem, 1.6rem);
  font-weight: 400;
  line-height: 1.45;
  border: 1px solid #45AC38;
  vertical-align: middle;
}

.tab-style .nav-tabs {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #0393d6;
}
.tab-style .nav-tabs .nav-link {
  color: #0393d6;
  font-size: clamp(1.2rem, 1vw + 0.6rem, 1.8rem);
  font-weight: 400;
  line-height: 1.45;
  border-radius: 0;
  padding: clamp(1rem, 2vw, 1.5rem);
  flex: 1;
}
.tab-style .nav-tabs .nav-link:not(:last-child) {
  border-right: 1px solid #0393d6;
}
.tab-style .nav-tabs .nav-link.active {
  background-color: #0393d6;
  color: #ffffff;
  font-weight: 700;
  border: 1px solid #0393d6;
  border-radius: 0;
}
.tab-style .nav-tabs .nav-link:focus {
  border-right: 1px solid #0393d6;
  border-radius: 0;
}
.tab-style .tab-content {
  padding: 2rem;
}

.hero {
  position: relative;
}
.hero .carousel-inner .carousel-item .overlay {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.hero .carousel-caption {
  bottom: 50%;
  transform: translateY(50%);
}
@media (width > 992px) {
  .hero .carousel-caption {
    left: 8vw;
    text-align: left;
  }
}
@media (width < 767px) {
  .hero .carousel-caption {
    left: auto;
    right: auto;
    width: 100%;
  }
}
.hero .carousel-caption .caption-inner h1 {
  font-size: clamp(2rem, 5vw, 5rem);
  color: #ffffff;
}
.hero .carousel-caption .caption-inner p {
  font-size: 2rem;
  color: #ffffff;
}
.hero .carousel-indicators {
  bottom: 32%;
  left: 8.5vw;
  transform: translateY(-50%);
  margin: auto;
  justify-content: left;
}
.hero .carousel-indicators [data-bs-target] {
  width: 8px !important;
  height: 8px;
  border-radius: 1rem;
  background: #D9D9D9;
  border: none;
}
.hero .carousel-indicators [data-bs-target].active {
  width: 16px !important;
  background: #45AC38;
}
@media (width < 767px) {
  .hero .carousel-indicators {
    top: 100%;
    margin: 0;
    gap: 2px;
  }
  .hero .carousel-indicators [data-bs-target] {
    flex: 1;
    border-radius: 0;
    margin: 0;
    background: #0393d6;
    opacity: 1;
  }
}

.about {
  background-color: #EAF7FA;
}
.about__right-img {
  position: relative;
  z-index: 1;
}
@media (width > 768px) {
  .about__right-img::after {
    content: "";
    position: absolute;
    top: -1rem;
    right: -1rem;
    width: 100%;
    height: 100%;
    border-radius: 4rem 0px;
    background: linear-gradient(180deg, #84CAF0 0%, #042280 100%);
    z-index: -1;
  }
}

.stats {
  background-image: url("../images/bg/stats.webp");
  background-size: 100% 100%;
  background-position: center;
}
.stats .counter {
  width: 100%;
}
@media (width < 991px) {
  .stats .counter {
    background: #d4f1d9;
    padding: 1rem;
    border: 3px solid #e7ffeb;
    border-radius: 2rem 0;
  }
}
.stats .counter .count {
  margin-bottom: 1rem;
}
.stats .counter .count span {
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 700;
  line-height: 1;
  color: #45AC38;
}

.solutions {
  padding: clamp(2rem, 4vh, 5rem) 0 clamp(4rem, 8vh, 10rem);
}
.solutions__row .item h3 {
  font-size: clamp(1.5rem, 2vw, 2.2rem);
  margin: 2rem 0 1rem;
}
@media (width > 992px) {
  .solutions__row .item h3 {
    min-height: 5.5rem;
  }
}

.industries {
  background: #EAF7FA;
  padding: clamp(2rem, 5vh, 5rem) 0;
}
@media (width > 992px) {
  .industries {
    background: #EAF7FA url("../images/bg/industries.webp") no-repeat top left;
    background-size: 40% 100%;
  }
}
.industries .col-left p {
  color: #0F0F0F;
}
.industries .owl-carousel .item p {
  font-size: 1.4rem;
  color: #000000;
  margin-top: 1rem;
}

.whychoose {
  background: linear-gradient(180deg, #84CAF0 0%, #042280 100%);
}

.testimonials__row .item {
  border-radius: 4rem 0px;
  border: 2px solid #2CA53B;
  padding: clamp(1.5rem, 2.5vh, 2.5rem) clamp(2rem, 4vw, 3.5rem);
  transition: 0.5s;
}
.testimonials__row .item:hover {
  background: #e6ffee;
  transform: translateY(-1%);
}
.testimonials__row .item .person {
  margin-bottom: 1rem;
}
.testimonials__row .item .person span {
  font-family: "Poppins", sans-serif;
  display: block;
}
.testimonials__row .item .person span:first-child {
  font-size: 1.8rem;
  font-weight: 500;
}
.testimonials__row .item .person span:last-child {
  font-size: 1.4rem;
}

.clients {
  background-color: #E6FFEE;
  padding: 2.6rem 0;
}
.clients .owl-carousel .owl-item .item {
  text-align: center;
}
.clients .owl-carousel .owl-item .item img {
  display: inline-block;
}

.blogs__row .item {
  position: relative;
  overflow: hidden;
}
.blogs__row .item img {
  transition: 0.5s;
}
.blogs__row .item:hover img {
  transform: scale(1.05);
}
.blogs__row .item h5 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.45;
  margin: 1.5rem 0 0.6rem;
}
.blogs__row .item p {
  color: #4A4A4A;
}

.cta {
  background-image: url("../images/bg/cta.webp");
  background-size: cover;
  background-position: center center;
  padding: clamp(2rem, 5vw, 6rem) 0;
}
.cta p {
  margin: 1.6rem;
}
.cta .section-heading::before {
  visibility: hidden;
}

@media (width < 991px) {
  .owl-carousel .item {
    text-align: center;
  }
  .owl-carousel .item img {
    display: inline-block !important;
  }
}

.banner {
  background-image: url("../images/hero/banner-internal.webp");
  background-size: cover;
  height: 20rem;
  display: flex;
  align-items: center;
}
@media (width < 767px) {
  .banner {
    height: 15rem;
  }
}

.clients-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
}
@media (width > 992px) {
  .clients-grid .client-item:nth-child(4n) {
    border-right: none;
  }
}
@media (width > 992px) {
  .clients-grid .client-item:nth-last-child(-n+4):nth-child(n+1):nth-child(4n+0) {
    border-bottom: none;
  }
}
@media (width > 992px) {
  .clients-grid .client-item:nth-last-child(-n+4):nth-child(n+1):nth-child(4n+1) {
    border-bottom: none;
  }
}
@media (width > 992px) {
  .clients-grid .client-item:nth-last-child(-n+4):nth-child(n+1):nth-child(4n+2) {
    border-bottom: none;
  }
}
@media (width > 992px) {
  .clients-grid .client-item:nth-last-child(-n+4):nth-child(n+1):nth-child(4n+3) {
    border-bottom: none;
  }
}
.clients-grid .client-item {
  padding: 2rem;
  text-align: center;
  border-right: 1px solid rgb(230.5, 230.5, 230.5);
  border-bottom: 1px solid rgb(230.5, 230.5, 230.5);
}
@media (width < 991px) {
  .clients-grid .client-item {
    border: 1px solid rgb(230.5, 230.5, 230.5);
  }
}
.clients-grid .client-item img {
  filter: grayscale(1);
  transition: 0.5s ease;
}
.clients-grid .client-item:hover {
  background-color: #E6FFEE;
}
.clients-grid .client-item:hover img {
  filter: grayscale(0);
  transform: scale(1.2);
}
@media (width < 992px) {
  .clients-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width < 992px) and (width > 992px) {
  .clients-grid .client-item:nth-child(3n) {
    border-right: none;
  }
}
@media (width < 992px) and (width > 992px) {
  .clients-grid .client-item:nth-last-child(-n+3):nth-child(n+1):nth-child(3n+0) {
    border-bottom: none;
  }
}
@media (width < 992px) and (width > 992px) {
  .clients-grid .client-item:nth-last-child(-n+3):nth-child(n+1):nth-child(3n+1) {
    border-bottom: none;
  }
}
@media (width < 992px) and (width > 992px) {
  .clients-grid .client-item:nth-last-child(-n+3):nth-child(n+1):nth-child(3n+2) {
    border-bottom: none;
  }
}
@media (width < 768px) {
  .clients-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width < 768px) and (width > 992px) {
  .clients-grid .client-item:nth-child(2n) {
    border-right: none;
  }
}
@media (width < 768px) and (width > 992px) {
  .clients-grid .client-item:nth-last-child(-n+2):nth-child(n+1):nth-child(2n+0) {
    border-bottom: none;
  }
}
@media (width < 768px) and (width > 992px) {
  .clients-grid .client-item:nth-last-child(-n+2):nth-child(n+1):nth-child(2n+1) {
    border-bottom: none;
  }
}

.contact .contact-details-box {
  background-color: #EAF7FA;
  padding: 2rem;
  box-shadow: 4px 4px 4px 0 rgba(0, 2, 135, 0.2);
  border-radius: 5px;
  transition: 0.5s;
}
.contact .contact-details-box:hover {
  box-shadow: 4px 4px 4px 0 rgba(0, 2, 135, 0.3);
}
.contact .contact-details-box h3 {
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-bottom: 1rem;
}
.contact .contact-details-box p,
.contact .contact-details-box a {
  color: #676767;
}
.contact .contact-details-box p {
  display: flex;
  gap: 1rem;
  margin: 0;
}
.contact .contact-details-box p i {
  font-size: inherit;
}
.contact .contact-details-box a:hover {
  color: #0393d6;
  text-decoration: underline;
}

.strategy {
  background: linear-gradient(180deg, #84CAF0 0%, #042280 176.62%);
}
@media (width > 768px) {
  .strategy .features {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(3rem, 4vh, 4rem);
  }
}
@media (width > 992px) {
  .strategy .features {
    grid-template-columns: repeat(4, 1fr);
  }
}
.strategy .features .item {
  min-height: auto;
}

.products-services {
  background-color: #EAF7FA;
}
.products-services .card {
  border-radius: clamp(2rem, 5vw, 4rem) 0px;
  transition: 0.5s;
}
.products-services .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 123, 255, 0.2);
}
.products-services .card h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.cards-row .card {
  border-radius: 4rem 0;
  background: #EAF7FA;
  background: linear-gradient(180deg, rgb(234, 247, 250) 0%, rgb(255, 255, 255) 80%);
}
.cards-row .card .figure .figure-caption {
  font-weight: 700;
  color: #4A4A4A;
  margin-top: 0.5rem;
}

.img-shape {
  max-width: 100%;
  height: auto;
  border-radius: clamp(1rem, 5vw, 4rem) 0;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  padding: 0.5rem;
}

.portfolio {
  justify-content: center;
}
.portfolio .item {
    min-height: 14rem;
    margin-bottom: 2rem;
}
.column-count-2 {
  column-count: 2;
  column-gap: 1.5rem;
}
@media (width < 480px) {
  .column-count-2 {
    column-count: 1;
  }
}
.bg-white {
  background: #ffffff !important;
}
.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 1.5rem;
}
@media (width < 1200px) {
  .grid-5 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (width < 992px) {
  .grid-5 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (width < 768px) {
  .grid-5 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
} 
@media (width < 480px) {
  .grid-5 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.testimonials__row .item .person span:last-child {
  font-size: 18px;
  color: #0393d6;
}
.fixed-bottom {
  position: fixed !important;
  bottom: 15%;
  left: 95%;
  @media (max-width:480px) {
    left: auto;
    right: auto;
    bottom: 2%;
  }
}
.fixed-bottom .btn i {
  font-size: 3rem;
  display: block;
  width: 35px;
  height: 40px;
}
.section-heading h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
}
/*# sourceMappingURL=style.css.map */