.ITAppCSec-1 {
  background-image: url("../images/it-solution/ITSol-heroBg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
  position: relative;
}
.ITAppCSec-1 .container {
  position: relative;
}
.ITAppCSec-1 .container::after {
  content: "";
  background-image: url("../images/home-page/Fav-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
  position: absolute;
  top: 26%;
  left: 15px;
  width: 55px;
  height: 55px;
}
@media screen and (max-width: 576px) {
  .ITAppCSec-1 .container::after {
    display: none;
  }
}
.ITAppCSec-1 .appCSec-heroBG h2 {
  font-size: 90px;
  font-weight: 600;
  padding: 200px 0px 100px;
  margin-top: 250px;
  justify-content: start;
}
@media screen and (max-width: 576px) {
  .ITAppCSec-1 .appCSec-heroBG h2 {
    margin-top: 116px !important;
  }
}
.ITAppCSec-1 .appCSec-heroBG h2 span {
  color: #0573f1;
  font-size: 80px;
  font-weight: 600;
  text-transform: capitalize;
}
@media screen and (max-width: 1200px) {
  .ITAppCSec-1 .appCSec-heroBG h2 span {
    font-size: 68px;
  }
}
@media screen and (max-width: 768px) {
  .ITAppCSec-1 .appCSec-heroBG h2 span {
    font-size: 44px;
  }
}
@media screen and (max-width: 576px) {
  .ITAppCSec-1 .appCSec-heroBG h2 span {
    font-size: 36px;
  }
}
@media screen and (max-width: 375px) {
  .ITAppCSec-1 .appCSec-heroBG h2 span {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .ITAppCSec-1 .appCSec-heroBG h2 {
    font-size: 68px;
  }
}
@media screen and (max-width: 768px) {
  .ITAppCSec-1 .appCSec-heroBG h2 {
    font-size: 44px;
    padding: 0px 65px 0px;
    margin-top: 234px;
  }
}
@media screen and (max-width: 576px) {
  .ITAppCSec-1 .appCSec-heroBG h2 {
    font-size: 36px;
    padding: 0px 24px 33px;
  }
}
@media screen and (max-width: 375px) {
  .ITAppCSec-1 .appCSec-heroBG h2 {
    font-size: 30px;
    padding: 0px 24px 33px;
  }
}
.ITAppCSec-1 .appCSec-heroBG .scrollarDown {
  padding: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .ITAppCSec-1 .appCSec-heroBG .scrollarDown {
    padding: 80px;
  }
}
@media screen and (max-width: 768px) {
  .ITAppCSec-1 .appCSec-heroBG .scrollarDown {
    padding: 100px;
  }
}
.ITAppCSec-1 .appCSec-heroBG .scrollarDown img {
  width: 40px;
  height: auto;
}
@media screen and (max-width: 576px) {
  .ITAppCSec-1 .appCSec-heroBG .scrollarDown img {
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  .ITAppCSec-1 .appCSec-heroBG .scrollarDown img {
    width: 26px;
  }
}

.ITAppCSec-2 {
  background-color: #0263eb;
}
.ITAppCSec-2 .sec-4 .owl-dots {
  position: absolute;
  right: 46%;
  bottom: -17%;
}
.ITAppCSec-2 .sec-4 .owl-dot {
  width: 32px;
  height: 9px;
  border-radius: 50px;
  display: inline-block;
  background: #5694EB;
  margin: 0 3px;
}
.ITAppCSec-2 .sec-4 .owl-dot.active {
  background-color: #ffffff;
  width: 32px;
  height: 9px;
  border-radius: 50px;
  display: inline-block;
  margin: 0 3px;
}
.ITAppCSec-2 .sec-4 .owl-nav {
  display: flex;
  justify-content: space-between;
}
.ITAppCSec-2 .sec-4 .owl-nav .owl-prev img {
  color: #73adff;
  font-size: 52px;
  position: absolute;
  top: 45%;
  left: -30px;
}
.ITAppCSec-2 .sec-4 .owl-nav .owl-next img {
  color: #73adff;
  font-size: 52px;
  position: absolute;
  top: 45%;
  right: -30px;
}

.ITAppCSec-3 {
  padding-bottom: 0px;
}
.ITAppCSec-3 .ITSec3-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 80px;
  margin-bottom: 55px;
}
@media screen and (max-width: 991px) {
  .ITAppCSec-3 .ITSec3-content {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .ITAppCSec-3 .ITSec3-content {
    gap: 10px;
  }
}
.ITAppCSec-3 .ITSec3-content h2 {
  font-size: 50px;
  font-weight: 700;
  margin-left: 10px;
}
@media screen and (max-width: 576px) {
  .ITAppCSec-3 .ITSec3-content h2 {
    font-size: 26px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .ITAppCSec-3 .ITSec3-content h2 {
    font-size: 30px;
    margin-left: 0px;
  }
}
@media screen and (min-width: 76ppx) and (max-width: 1024px) {
  .ITAppCSec-3 .ITSec3-content h2 {
    font-size: 32px;
    margin-left: 0px;
  }
}
.ITAppCSec-3 .ITSec3-content p {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .ITAppCSec-3 .ITSec3-content p {
    margin-left: 0px;
    font-size: 16px;
    margin-top: 15px;
  }
}
.ITAppCSec-3 .Scc3Cards {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .ITAppCSec-3 .Scc3Cards {
    flex-direction: row;
  }
}
.ITAppCSec-3 .Scc3Cards .Sec3-card {
  position: relative;
  background-color: #ebebeb;
  height: 322px;
  width: 323px;
}
@media screen and (min-width: 320px) {
  .ITAppCSec-3 .Scc3Cards .Sec3-card {
    width: 288px;
  }
}
.ITAppCSec-3 .Scc3Cards .Sec3-card p {
  color: #000;
  font-size: 24px;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 40px 30px 40px 40px;
}
.ITAppCSec-3 .Scc3Cards .Sec3-card-2 {
  background: #e0e0e0;
  height: 322px;
  width: 323px;
  position: relative;
}
@media screen and (min-width: 320px) {
  .ITAppCSec-3 .Scc3Cards .Sec3-card-2 {
    width: 288px;
  }
}
.ITAppCSec-3 .Scc3Cards .Sec3-card-2::after {
  content: "";
  position: absolute;
  top: -31px;
  left: 0px;
  background-image: url("../images/it-solution/02.svg");
  background-repeat: no-repeat;
  width: 68px;
  background-size: contain;
  height: 120px;
}
.ITAppCSec-3 .Scc3Cards p {
  color: #000;
  font-size: 24px;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 40px 30px 40px 33px;
}
.ITAppCSec-3 .Scc3Cards .Scard-3 {
  position: relative;
}
.ITAppCSec-3 .Scc3Cards .Scard-3::after {
  content: "";
  position: absolute;
  top: -31px;
  left: 0px;
  background-image: url("../images/it-solution/03.svg");
  background-repeat: no-repeat;
  width: 68px;
  background-size: contain;
  height: 120px;
}
.ITAppCSec-3 .Scc3Cards .Scard-1::after {
  content: "";
  position: absolute;
  top: -31px;
  left: 0px;
  background-image: url("../images/it-solution/01.svg");
  background-repeat: no-repeat;
  width: 68px;
  background-size: contain;
  height: 55px;
}

.ITAppCSec-4 {
  background-image: url("../images/it-solution/ITSol-Sec4-Bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 576px) {
  .ITAppCSec-4 {
    min-height: auto;
    max-height: 100%;
  }
}
.ITAppCSec-4 .Sec4_Card p {
  color: #FFF;
  text-align: center;
  font-size: 33px;
  font-weight: 500;
  line-height: normal;
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ITAppCSec-4 .Sec4_Card p {
    font-size: 18px;
    margin-bottom: 50px;
  }
}
.ITAppCSec-4 .Sec4_Card p::before {
  content: "";
  position: absolute;
  background: url("/assets/images/it-solution/double-quotation.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 38px;
  top: 97px;
  left: -41px;
}
@media screen and (max-width: 768px) {
  .ITAppCSec-4 .Sec4_Card p::before {
    width: 25px;
    left: -22px;
  }
}
.ITAppCSec-4 .Sec4_CardImg img {
  width: 178px;
  margin-left: auto;
  display: flex;
}
@media screen and (max-width: 991px) {
  .ITAppCSec-4 .Sec4_CardImg img {
    width: 100px;
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
    margin: auto;
  }
}

.ITAppSec-intro .Intro-content {
  padding-right: 50px;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .ITAppSec-intro .Intro-content {
    padding: 0px;
  }
}
.ITAppSec-intro .Intro-content::before {
  position: absolute;
  content: "";
  width: 366px;
  left: -46%;
  bottom: -66%;
  height: 366px;
  background: rgba(2, 99, 235, 0.0509803922);
  z-index: -9999;
  border-radius: 50%;
}
.ITAppSec-intro .Intro-content h4 {
  font-size: 44px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .ITAppSec-intro .Intro-content h4 {
    font-size: 30px;
  }
}
@media screen and (min-width: 76ppx) and (max-width: 1024px) {
  .ITAppSec-intro .Intro-content h4 {
    font-size: 32px;
  }
}
.ITAppSec-intro .Intro-content p {
  font-size: 16px;
}
.ITAppSec-intro .introImg {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.ITAppSec-intro .introImg::after {
  content: "";
  position: absolute;
  width: 221px;
  height: 221px;
  right: -40px;
  bottom: 258px;
  border-radius: 50%;
  background-color: rgba(167, 162, 254, 0.0588235294);
}
@media screen and (max-width: 576px) {
  .ITAppSec-intro .introImg::after {
    right: -4px;
  }
}
.ITAppSec-intro .introImg img {
  width: 400px;
}
@media screen and (min-width: 577px) and (max-width: 991px) {
  .ITAppSec-intro .introImg img {
    width: 500px;
  }
}
@media screen and (max-width: 576px) {
  .ITAppSec-intro .introImg img {
    width: 100%;
  }
}

.ITAppCSec-2 .ITSec4-content {
  margin-bottom: 55px;
}
@media screen and (max-width: 991px) {
  .ITAppCSec-2 .ITSec4-content {
    display: flex;
    flex-direction: column;
  }
}
.ITAppCSec-2 .ITSec4-content h2 {
  font-size: 54px;
  font-weight: 900;
  margin-left: 10px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .ITAppCSec-2 .ITSec4-content h2 {
    font-size: 30px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 375px) {
  .ITAppCSec-2 .ITSec4-content h2 {
    font-size: 24px;
    margin-left: 0px;
  }
}
.ITAppCSec-2 .ITSec4-content p {
  font-size: 18px;
}
@media screen and (min-width: 577px) and (max-width: 992px) {
  .ITAppCSec-2 .ITSec4-content p {
    margin-left: 12px !important;
  }
}
@media screen and (min-width: 992px) {
  .ITAppCSec-2 .ITSec4-content p {
    margin-left: 90px;
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .ITAppCSec-2 .ITSec4-content p {
    font-size: 16px;
    margin-left: 0px;
  }
}
.ITAppCSec-2 .ITSec-carousel .sec-4 .itCard {
  min-height: 426px !important;
  padding: 10px;
  background-color: #efefef;
  border-radius: 40px;
  min-height: 420px;
  max-height: 350px;
}
@media screen and (min-width: 1200px) {
  .ITAppCSec-2 .ITSec-carousel .sec-4 .itCard:hover .card-img p {
    opacity: 1 !important;
    position: relative !important;
    transition: all ease-in-out 0.5s !important;
    text-align: start;
  }
  .ITAppCSec-2 .ITSec-carousel .sec-4 .itCard:hover .card-img img {
    width: 150px;
  }
}
.ITAppCSec-2 .ITSec-carousel .sec-4 .itCard .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ITAppCSec-2 .ITSec-carousel .sec-4 .itCard .card-title {
  color: #000;
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .ITAppCSec-2 .ITSec-carousel .sec-4 .itCard .card-title {
    font-size: 30px;
    line-height: 41px;
  }
}
@media screen and (max-width: 320px) {
  .ITAppCSec-2 .ITSec-carousel .sec-4 .itCard .card-title {
    font-size: 24px;
    line-height: 20px;
  }
}
.ITAppCSec-2 .ITSec-carousel .sec-4 .itCard .card-img p {
  text-align: start;
}
@media screen and (min-width: 1200px) {
  .ITAppCSec-2 .ITSec-carousel .sec-4 .itCard .card-img p {
    opacity: 0;
    position: absolute;
  }
}
.ITAppCSec-2 .ITSec-carousel .sec-4 .itCard .card-img img {
  width: 150px;
  margin-left: auto !important;
  transition: all ease-in-out 0.5s;
}
@media screen and (max-width: 320px) {
  .ITAppCSec-2 .ITSec-carousel .sec-4 .itCard .card-img img {
    width: 125px;
  }
}
@media screen and (min-width: 1200px) {
  .ITAppCSec-2 .ITSec-carousel .sec-4 .itCard .card-img img {
    width: 250px;
    margin-left: auto !important;
    transition: all ease-in-out 0.5s;
  }
}

.ITAppSec-5 {
  background-image: url("../images/it-solution/ITSec-WhiteBg 1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
}
@media screen and (max-width: 576px) {
  .ITAppSec-5 {
    padding-bottom: 50px;
  }
}
.ITAppSec-5 h2 {
  font-size: 44px;
  font-weight: 600;
  padding-bottom: 3rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 576px) {
  .ITAppSec-5 h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .ITAppSec-5 h2 {
    font-size: 30px;
  }
}
.ITAppSec-5 .card {
  padding: 8px;
  margin-bottom: 25px;
  background-color: #f7f7f7;
  border: none;
  border-radius: 16px;
}
.ITAppSec-5 .card h4 {
  font-size: 28px;
}
@media screen and (max-width: 576px) {
  .ITAppSec-5 .card h4 {
    font-size: 22px;
  }
}
.ITAppSec-5 .card:hover {
  transform: scale(1.1);
}
.ITAppSec-5 .card {
  transition: transform 0.5s;
}

@media (min-width: 992px) {
  .ms-lg-13 {
    margin-left: 10rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-6 {
    margin-right: 13.5rem !important;
  }
}

.shadow-lg {
  box-shadow: 0 0.25rem 0.15rem rgba(30, 34, 40, 0.07) !important;
}

.btn.btn-circle {
  padding: 0;
  background-color: rgba(39, 93, 248, 0.7019607843);
  color: white;
  width: 2.2rem;
  padding: 33px;
  border-radius: 100%;
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  backface-visibility: hidden;
}
.btn.btn-circle span {
  font-size: 1.4rem;
}

@media screen and (max-width: 576px) {
  .ITAppCSec-2 .ITSec-carousel .sec-4 .itCard-2 {
    min-height: auto !important;
  }
}
@media screen and (max-width: 576px) {
  .ITAppCSec-2 .ITSec-carousel .sec-4 .itCard-2 p {
    line-height: 25px !important;
  }
}

@media screen and (max-width: 320px) {
  .itAppSec-5Card {
    flex-direction: column !important;
  }
  .itAppSec-5Card h4 {
    margin-top: 10px;
  }
}/*# sourceMappingURL=it-solution.css.map */