.text--blue {
  color: #2AB2EA !important;
}

@font-face {
  font-family: poppins_reg;
  src: url("../fonts/Poppins/Poppins-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: poppins_med;
  src: url("../fonts/Poppins/Poppins-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: poppins_semibold;
  src: url("../fonts/Poppins/Poppins-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: poppins_bold;
  src: url("../fonts/Poppins/Poppins-Bold.ttf");
  font-weight: 700;
}
.owl-carousel {
  display: block;
}

.owl__carousel__body .owl__carousel__content {
  background: #fff;
  padding: 3.5rem 3rem;
}
.owl__carousel__body .owl__carousel__content p {
  min-height: 290px;
}
@media (max-width: 1367px) {
  .owl__carousel__body .owl__carousel__content p {
    min-height: 300px;
  }
}
@media (max-width: 1200px) {
  .owl__carousel__body .owl__carousel__content p {
    min-height: 330px;
  }
}
@media (max-width: 576px) {
  .owl__carousel__body .owl__carousel__content p {
    min-height: 200px;
  }
}
@media (max-width: 480px) {
  .owl__carousel__body .owl__carousel__content p {
    min-height: 240px;
  }
}
@media (max-width: 360px) {
  .owl__carousel__body .owl__carousel__content p {
    min-height: 330px;
  }
}
.owl__carousel__body .owl__carousel__review img {
  max-width: 10rem;
}
.owl__carousel__body .owl__carousel__profile--icon {
  max-width: 6rem;
  min-width: 6rem;
  height: 6rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.owl__carousel__body .owl__carousel__profile--ttl {
  font-size: 1.8rem;
  color: #000;
  font-family: poppins_med;
}
.owl__carousel__body .owl__carousel__profile--pttl {
  font-size: 1.6rem;
  color: #898989;
  font-family: poppins_semibold;
}
.owl__carousel__body .review__text {
  font-size: 1.4rem;
  background: #2AB2EA;
  color: #fff;
  border-radius: 4px;
  padding: 0.2rem 1rem;
}
.owl__carousel__body .owl-nav {
  position: absolute;
  right: 0;
  top: -9rem;
}
.owl__carousel__body .owl-nav button {
  background: transparent;
  transition: ease-in-out 0.5s;
}
.owl__carousel__body .owl-nav button:active {
  transform: scale(0.1);
}
.owl__carousel__body .owl-nav button:hover {
  background: transparent !important;
}
.owl__carousel__body .owl-nav img {
  max-width: 4rem;
  min-width: 4rem;
}

@media (max-width: 767px) {
  .owl__carousel__body .owl-nav {
    position: relative;
    top: 0;
    justify-content: center;
  }
}
.owl-nav {
  display: flex;
  align-items: center;
}

.owl-next {
  width: 4rem;
  height: 4rem;
  transform: scale(1) !important;
}
.owl-next .hoverright {
  display: none;
  transform: rotate(180deg);
}
.owl-next .owl__arrow__right--icon {
  display: block;
}
.owl-next:hover .owl__arrow__right--icon {
  display: none;
}
.owl-next:hover .hoverright {
  display: block;
}

.owl-prev {
  width: 4rem;
  height: 4rem;
  transform: scale(1) !important;
}
.owl-prev .hoverright {
  display: none;
}
.owl-prev .owl__arrow__right--icon {
  display: block;
  transform: rotate(180deg);
}
.owl-prev:hover .owl__arrow__right--icon {
  display: none;
}
.owl-prev:hover .hoverright {
  display: block;
}

.ourprojects .ourprojects__desktop {
  margin: auto;
}
.ourprojects .owl-nav {
  display: none !important;
}
.ourprojects .ourprojects__mobile {
  margin: auto;
}

@media (min-width: 1921px) {
  html {
    font-size: 70%;
    font-family: poppins_reg;
  }
}
@media (max-width: 1920px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 55%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 48%;
  }
}
body {
  background-color: rgba(255, 255, 255, 0);
  color: #5c5c5c;
}

.container {
  max-width: 1530px;
}

a {
  font-family: poppins_med;
  font-size: 1.8rem;
}

p {
  font-size: 1.8rem;
  font-family: poppins_reg;
  line-height: 30px;
}

h1 {
  font-size: 8.7rem;
  font-family: poppins_bold;
}

h2 {
  font-size: 6rem;
  font-family: poppins_med;
}

h3 {
  font-size: 3.6rem;
  font-family: poppins_med;
  color: #000;
}

.h3sub__head {
  font-size: 2.6rem;
  font-family: poppins_semibold;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 1.5rem;
}

.text--sm {
  font-size: 1.6rem;
}

.text--md {
  font-size: 1.25rem;
}

.head__under__line {
  width: 4.1rem;
  background: #25C0F2;
}

ul {
  padding-left: 0;
  list-style: none;
}

.link__rm {
  text-decoration: none !important;
}
.link__rm:hover {
  text-decoration: none !important;
}

p {
  text-decoration: none;
}

p a[href^=tel] {
  text-decoration: none;
  color: #000;
  font-family: poppins_reg;
}

::-moz-selection {
  color: #333333;
}

::selection {
  color: #333333;
}

::-moz-selection {
  color: #333333;
}

.mt-2r {
  margin-top: 2rem;
}

.mt-3r {
  margin-top: 3rem;
}

.mt-1p2 {
  margin-top: 1.2rem;
}

.mt-5r {
  margin-top: 5rem;
}
@media (max-width: 480px) {
  .mt-5r {
    margin-top: 4rem;
  }
}

.heading__line {
  width: 7rem;
  background: #25C0F2;
  height: 4px;
  border-radius: 1rem;
  margin-top: 5px;
}

.shadow__box {
  background: #fff;
  padding: 3rem;
  border-radius: 1rem;
  transition: ease-in-out 0.5s;
  height: 100%;
}
.shadow__box:hover {
  box-shadow: 0px 5px 31px rgba(0, 0, 0, 0.2235294118);
}
.shadow__box:hover .shadow__box__img {
  background: #D1E8F7;
}
.shadow__box:hover .shadow__box__img img {
  filter: brightness(0.5);
}
.shadow__box .shadow__box__img {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.5s;
}
.shadow__box .shadow__box__img img {
  transition: ease-in-out 0.5s;
}
.shadow__box .shadow__box__title {
  color: #474747;
  font-size: 2rem;
  margin-top: 2rem;
  font-family: poppins_semibold;
}

.store {
  max-width: 19rem;
}
.store img {
  width: 100%;
}

@media (max-width: 1600px) {
  .container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 3.2rem;
  }
  .heading__line {
    width: 5rem;
  }
}
@media (max-width: 575px) {
  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.btn__custom {
  background: transparent linear-gradient(90deg, rgb(36, 197, 244) 0%, rgb(61, 119, 202) 100%) 0% 0% no-repeat padding-box;
  border-radius: 7rem;
  padding: 1.4rem 2.2rem;
  color: #fff;
  font-size: 1.6rem;
  min-width: 14.62rem;
  border: none;
  text-decoration: none;
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-family: poppins_med;
}
.btn__custom:hover {
  text-decoration: none;
  color: #fff;
}

.btn__custom__sec {
  background: #2AB2EA;
  border-radius: 4px;
  padding: 1.4rem 2.2rem;
  color: #fff;
  font-size: 1.6rem;
  min-width: 14.62rem;
  border: none;
  text-decoration: none;
  display: block;
  font-family: poppins_med;
}
.btn__custom__sec:hover {
  text-decoration: none;
  color: #fff;
}

.form__input {
  background: #F4F4F4;
  border-radius: 4px;
  font-size: 1.6rem;
  padding: 1.3rem 1.7rem;
  border: 1px solid #F4F4F4;
  box-shadow: none !important;
  outline: none !important;
  font-family: poppins_reg;
  color: #000;
}
.form__input:active, .form__input:focus-visible {
  border: 1px solid #2AB2EA;
}

textarea.form__input {
  min-height: 20rem;
}

.select__arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../img/arrow__down.svg");
  background-position: center right 1rem;
  background-repeat: no-repeat;
  background-size: 2.5rem;
  margin-bottom: 15px;
}

textarea {
  margin-bottom: 15px;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

label.error {
  color: red;
  margin-top: -10px;
  margin-bottom: 15px;
  font-size: 13px;
}

label,
input {
  display: block;
}

input {
  margin-bottom: 15px;
}

header {
  padding: 2rem 0;
  background: #F4F4F4;
}
header .logoicon {
  width: 17rem;
}
@media (min-width: 768px) {
  header .rMDT {
    display: none;
  }
}
header button {
  background: transparent;
  border: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  outline: 0;
}
header .toggle span {
  width: 100%;
  height: 3px;
  background: #25C0F2;
  display: block;
  position: relative;
  coursor: pointer;
}
header .toggle span:before,
header .toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #25C0F2;
  transition: all 0.3s ease-out;
}
header .toggle span:before {
  top: -8px;
}
header .toggle span:after {
  top: 8px;
}
header .toggle span.toggle {
  background: transparent;
}
header .toggle span.toggle:before {
  top: 0;
  transform: rotate(-45deg);
  background: #E03100;
}
header .toggle span.toggle:after {
  top: 0;
  transform: rotate(45deg);
  background: #E03100;
}
header .sidebar {
  background: transparent;
}
header .sidebar .logo {
  display: none;
}
header .sidebar ul {
  list-style: none;
  display: flex;
  align-items: center;
}
header .sidebar ul li {
  display: block;
}
header .sidebar ul li a {
  font-size: 1.8rem;
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
}
header .sidebar ul li a.active {
  color: #25C0F2;
}
header .sidebar ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 1px;
  background: #25C0F2;
  z-index: -1;
  transition: all 0.3s ease-out;
}
header .sidebar ul li a:hover:before {
  width: 100%;
}
header .sidebar ul li a:hover {
  color: #25C0F2;
}
@media (max-width: 767px) {
  header .sidebar {
    background: #fff;
    width: 235px;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    padding-top: 3rem;
    transition: all 0.3s ease-out;
    position: fixed;
    top: 0;
    left: -235px;
    padding-left: 2rem;
    padding-right: 2rem;
    z-index: 9;
  }
  header .sidebar .logo {
    display: block;
    padding: 2rem 0 4rem;
  }
  header .sidebar .logo img {
    display: table;
    margin: 0 auto;
    max-width: 15rem;
  }
  header .sidebar ul {
    list-style: none;
    display: block;
    align-items: center;
    margin-right: 0;
  }
  header .sidebar ul li {
    margin-bottom: 2rem;
  }
  header .sidebar header .sidebar ul li a:before {
    display: none;
  }
  header .sidebar header .sidebar ul li a {
    font-size: 2rem;
  }
  header .sidebarshow {
    left: 0;
  }
}

.header__nav {
  margin-right: 25rem;
}
.header__nav li {
  margin-right: 5rem;
}
.header__nav li:last-child {
  margin-right: 0;
}

.header__logo .logo--img {
  max-width: 17rem;
}

@media (max-width: 1199px) {
  .header__nav {
    margin-right: 10rem;
  }
  .header__logo .logo--img {
    max-width: 12rem;
  }
}
@media (max-width: 991px) {
  .header__nav li {
    margin-right: 2rem;
  }
  .header__nav {
    margin-right: 4rem;
  }
}
@media (max-width: 767px) {
  header .btn__custom {
    max-width: 100%;
    border-radius: 0;
  }
}
.main__bnr_img--bg {
  background-color: #F4F4F4;
  padding: 9rem 0 9rem;
  background-image: url("../img/hero.webp"), url("../img/main__bnr--dots.png"), url("../img/main__bnr--circle.png");
  background-position: right bottom 0, right 41% top 7rem, top 2rem left 19%, bottom 4rem center;
  background-repeat: no-repeat;
  background-size: 50% auto, 14rem 9rem, 7rem 7rem, 7rem 7rem;
  min-height: 85vh;
  display: flex;
  align-items: center;
}

.main__bnr_content {
  max-width: 61rem;
}
.main__bnr_content .btn__custom {
  margin-top: 5rem;
}
.main__bnr_content h1 {
  margin: 0 0 1.5rem 0;
  color: #000;
  font-size: 6rem;
}
.main__bnr_content h2 {
  color: #000;
}

@media (max-width: 1440px) {
  .main__bnr_img--bg {
    background-size: 55% auto, 14rem 9rem, 7rem 7rem, 7rem 7rem;
  }
}
@media (max-width: 1199px) {
  .main__bnr_img--bg {
    background-size: 0, 12rem 7rem, 5rem 5rem, 5rem 5rem;
    min-height: auto;
  }
  .main__bnr_content {
    max-width: 80%;
  }
  .main__bnr_content h2 {
    font-size: 4rem;
  }
  .main__bnr_content h1 {
    font-size: 6.7rem;
  }
}
@media (max-width: 991px) {
  .main__bnr_img--bg {
    background-size: 45% auto, 12rem 7rem, 5rem 5rem, 5rem 5rem;
  }
}
@media (max-width: 767px) {
  .main__bnr_content {
    max-width: 100%;
  }
  .main__bnr_img--bg {
    background-size: 0, 12rem 7rem, 5rem 5rem, 5rem 5rem;
  }
}
@media (max-width: 575px) {
  .main__bnr_img--bg {
    padding: 4rem 0 4rem;
  }
  .main__bnr_content h2 {
    font-size: 3.6rem;
  }
  .main__bnr_content h1 {
    font-size: 5.7rem;
  }
}
@media (max-width: 375px) {
  .main__bnr_content h2 {
    font-size: 3rem;
  }
  .main__bnr_content h1 {
    font-size: 4.7rem;
  }
}
.footer__wrp {
  background: #F4F4F4;
  padding: 6.5rem 0;
}

.footer__logo {
  width: 17rem;
}

.footer__nav__link {
  font-size: 1.8rem;
}

.footer__nav__grp {
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .footer__nav__grp li {
    width: 33%;
    text-align: center;
    margin-bottom: 8px;
  }
}

.footer__social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  background: #2AB2EA;
  border-radius: 50%;
  transition: ease-in-out 0.5s;
}
.footer__social__link:hover {
  background: #000;
}

.footer__social li {
  margin-right: 1.8rem;
}
.footer__social li:last-child {
  margin-right: 0;
}

@media (max-width: 1199px) {
  .footer__logo {
    max-width: 12rem;
  }
}
@media (max-width: 991px) {
  .footer__social li {
    margin-right: 1rem;
  }
}
@media (max-width: 767px) {
  .footer__mobile .footer__nav:first-child {
    width: 100%;
    margin-bottom: 3rem;
  }
  .footer__mobile .footer__nav .footer__logo {
    margin: auto;
    display: table;
  }
}
@media (max-width: 576px) {
  .footer__wrp {
    padding: 4, 5rem 0;
  }
  .footer__mobile .footer__nav {
    width: 100%;
  }
  .footer__mobile .footer__nav:first-child {
    width: 100%;
    margin-bottom: 3rem;
  }
  .footer__mobile .footer__nav .footer__logo {
    margin: auto;
    display: table;
  }
  .footer__mobile .footer__nav:last-child {
    width: 100%;
    margin-top: 2rem;
  }
}
.aboutus {
  padding: 7rem 0;
}
.aboutus .aboutus__img {
  max-width: 54rem;
  width: 100%;
}

.ourprojects {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-image: url("../img/blue_arrow_down.png"), url("../img/gray__arrow__up.png"), url("../img/blue_arrow_down.png"), url("../img/gray__arrow__up.png");
  background-repeat: no-repeat;
  background-position: left 5rem top 19%, right 5rem top 43%, left 5rem bottom 38%, right 5rem bottom 19%;
  background-size: 4.2rem;
}
@media (max-width: 1600px) {
  .ourprojects {
    background-size: 2.5rem;
    background-position: left 1.5rem top 19%, right 1.5rem top 43%, left 1.5rem bottom 38%, right 1.5rem bottom 19%;
  }
}
@media (max-width: 1530px) {
  .ourprojects {
    background-position: left 1rem top 19%, right 1rem top 43%, left 1rem bottom 38%, right 1rem bottom 19%;
  }
}
@media (max-width: 1199px) {
  .ourprojects {
    background-size: 0;
  }
}

.ourprojects__desktop {
  max-width: 60rem;
  width: 100%;
}

.ourprojects__mobile {
  max-width: 50rem;
  width: 100%;
}

.techstack {
  font-size: 2.2rem;
  color: #000000;
  font-family: poppins_med;
}

.techstack__iocn {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 1.5rem;
}
.techstack__iocn:last-child {
  margin-right: 0;
}
.techstack__iocn img {
  max-width: 8.8rem;
  width: 100%;
  width: 78px;
  height: 78px;
}
@media (max-width: 480px) {
  .techstack__iocn img {
    width: 55px;
    height: 55px;
  }
}

.techstack__ttl {
  font-size: 1.6rem;
  color: #333333;
  font-family: "poppins_reg";
  margin-top: 5px;
  text-align: center;
}

.cstm__reviews {
  padding: 7rem 0;
  background-color: #F4F4F4;
}

.oursrv {
  padding: 7rem 0;
  background-color: #F4F4F4;
}
.oursrv .row > * {
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
}

.prjts--gray {
  background-color: #F4F4F4;
  padding: 5rem 2rem;
  border-radius: 1.5rem;
}

.prjts--blue {
  background-color: #D1E8F7;
  padding: 5rem 2rem;
  border-radius: 1.5rem;
}
.prjts--blue .owl-theme .owl-dots .owl-dot.active span {
  background: #5CC1FF;
  opacity: 1;
}
.prjts--blue .owl-theme .owl-dots .owl-dot span {
  background: #5CC1FF;
  opacity: 0.3;
}

.getintouch {
  padding: 7rem 0;
}
.getintouch p {
  color: #000;
}
.getintouch a {
  color: #000;
  text-decoration: none;
  font-family: "poppins_reg";
}

.getintouch__big--img {
  max-width: 55rem;
}

img.getintouch__info--img {
  width: 4rem;
}

@media (max-width: 991px) {
  .aboutus,
  .getintouch {
    padding: 5rem 0;
  }
}/*# sourceMappingURL=style.css.map */