@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
  overflow-x: hidden;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.container-fluid {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 575px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-xl {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 575px) {
  .container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
}

p {
  font-size: 16px;
  line-height: 24px;
  color: #8b8b8b;
}

.form-control {
  border: none;
  background-color: #f3f3f3;
  border-radius: 14px;
  padding: 18px 34px 18px;
}
@media screen and (max-width: 576px) {
  .form-control {
    padding: 10px 25px 10px;
    border-radius: 10px;
  }
}

::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dcdcdc !important;
  opacity: 1; /* Firefox */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dcdcdc !important;
  opacity: 1; /* Firefox */
}

textarea.form-control {
  min-height: calc(1.5em + 7.75rem + var(--bs-border-width) * 2) !important;
}
@media screen and (max-width: 1024px) {
  textarea.form-control {
    min-height: calc(1.5em + 4.75rem + var(--bs-border-width) * 2) !important;
  }
}

.bg-dark {
  background: #414141 !important;
}

.navbar {
  padding: 10px 0;
  transition: all 0.05s ease-in-out;
}
.navbar.scrolled {
  background: #0a5f59;
  transition: all 0.05s ease-in-out;
  box-shadow: 0 2px 8px 0 rgba(10, 95, 89, 0.12);
}
.navbar.scrolled .nav-link {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 1.125rem;
  font-family: Lato;
}
.navbar.scrolled .btn-outline-green {
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 30px;
  padding: 6px 20px;
  background-color: #275df8;
}
.navbar.scrolled .btn-outline-green:hover {
  background-color: #275df8;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .navbar {
    padding: 16px 0;
  }
}
.navbar #navbar-close {
  margin-right: 4px;
  margin-top: -4px;
}
.navbar #navbar-close:focus-visible {
  outline: none !important;
}
@media screen and (max-width: 576px) {
  .navbar .navbar-brand img {
    width: 130px;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .navbar .navbar-brand img {
    width: 135px;
  }
}
@media screen and (max-width: 991px) {
  .navbar .navbar-collapse {
    background-color: rgb(65, 65, 65) !important;
    padding: 14px;
    border-radius: 4px;
    margin-top: 15px;
  }
}
.navbar .nav-link {
  margin-right: 20px;
  color: #dfdfdf;
}
@media screen and (max-width: 991px) {
  .navbar .nav-link {
    margin-left: 0;
  }
}
.navbar .nav-link:hover {
  color: #275df8;
}
.navbar .nav-link.active {
  position: relative;
  color: #ffffff !important;
}
@media screen and (min-width: 992px) {
  .navbar .nav-link.active::before {
    content: "";
    background-color: white;
    width: 89%;
    height: 2px;
    position: absolute;
    bottom: -21px;
  }
}
@keyframes backgroundLinear {
  to {
    width: 100%;
  }
}
.navbar .dropdown-item.active {
  background-color: #275df8;
}
.navbar .dropdown-menu {
  top: 138%;
  left: 5px;
  margin-top: var(--bs-dropdown-spacer);
}
.navbar .mr-100 {
  margin-right: 50px;
}
.navbar .btn-outline-green {
  border: 1px solid #275df8;
  color: #ffffff;
  border-radius: 30px;
  padding: 6px 20px;
  background-color: #275df8;
}
.navbar .btn-outline-green:hover {
  background-color: #343434;
  color: #ffffff;
  border: 1px solid #275df8;
}
.navbar .navbar-toggler,
.navbar .navbar-toggler:focus,
.navbar .navbar-toggler:active,
.navbar .navbar-toggler-icon:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.navbar .nav-item svg {
  margin-left: 8px;
}
.navbar .nav-item svg:hover {
  stroke: #275df8;
}
.navbar .navbar-nav .dropdown-menu {
  padding: 0;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  height: 40px;
  line-height: 30px;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: #275df8;
  color: #ffffff !important;
}

@media screen and (min-width: 992px) {
  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(255, 255, 255) !important;
  }
}

.bg-transparent {
  background-color: transparent !important;
}

.btntype-1 {
  border: 1px solid #275df8;
  color: #ffffff;
  border-radius: 30px;
  font-size: 18px;
  padding: 12px 38px;
  background-color: #275df8;
}
@media screen and (max-width: 320px) {
  .btntype-1 {
    font-size: 15px;
    padding: 9px 23px;
  }
}
.btntype-1:hover {
  background-color: #ffffff;
  color: #275df8;
  border-color: #275df8;
}

.sectionGap {
  padding: 100px 0px;
}
@media screen and (max-width: 1200px) {
  .sectionGap {
    padding: 50px 20px;
  }
}

.sectionGap-small {
  padding: 25px 0px;
}

.ITQSec-1 {
  background-image: url("../images/home-page/hero-sec-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ITQSec-1 .heroSection .card {
  padding: 250px 0px;
  margin-bottom: 150px;
  border: none;
  color: #ffffff;
}
@media screen and (max-width: 425px) {
  .ITQSec-1 .heroSection .card {
    padding: 150px 0px;
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 426px) and (max-width: 540px) {
  .ITQSec-1 .heroSection .card {
    padding: 150px 0px;
    margin-bottom: 150px;
  }
}
.ITQSec-1 .heroSection .card img {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 425px) {
  .ITQSec-1 .heroSection .card img {
    width: -webkit-fill-available;
  }
}
@media screen and (min-width: 1440px) {
  .ITQSec-1 .heroSection .card img {
    width: 409px;
  }
}
.ITQSec-1 .heroSection .card h1 {
  bottom: -76px;
  font-size: 3.525rem;
  right: 182px;
}
@media screen and (max-width: 576px) {
  .ITQSec-1 .heroSection .card h1 {
    bottom: -90px;
    font-size: 2.025rem;
    right: 135px;
  }
}
@media screen and (max-width: 375px) {
  .ITQSec-1 .heroSection .card h1 {
    bottom: -90px;
    font-size: 34px;
    right: 107px;
  }
}
@media screen and (max-width: 320px) {
  .ITQSec-1 .heroSection .card h1 {
    bottom: -12.2px;
    font-size: 1.425rem;
    right: 134px;
  }
}
.ITQSec-1 .heroSection .owl-dots {
  position: absolute;
  right: 0;
  bottom: 10%;
}
.ITQSec-1 .heroSection .owl-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.ITQSec-1 .heroSection .owl-dot.active {
  background-color: #275df8;
  width: 16px;
  height: 16px;
}

.ITSec-2 {
  background-color: #EFEFEF;
}
@media screen and (max-width: 576px) {
  .ITSec-2 {
    margin-top: 0px;
  }
}
.ITSec-2 .ITSec2-content {
  margin-bottom: 50px;
  position: relative;
}
.ITSec-2 .ITSec2-content::before {
  content: "";
  position: absolute;
  background-image: url("../images/home-page/home-sec-2-star.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 55px;
  height: 55px;
  top: -35px;
  left: 200px;
}
.ITSec-2 .ITSec2-content h2 {
  color: #000;
  font-size: 48px;
  font-family: Lato;
  padding: 20px 0px;
  margin-right: 40px;
}
@media screen and (max-width: 576px) {
  .ITSec-2 .ITSec2-content h2 {
    font-size: 25px;
  }
}
@media screen and (min-width: 780px) and (max-width: 1024px) {
  .ITSec-2 .ITSec2-content h2 {
    font-size: 32px;
  }
}
.ITSec-2 .ITSec2-content p {
  color: #959595;
  font-size: 16px;
  font-family: Lato;
  padding: 10px 0px 18px;
  margin-right: 55px;
}
@media screen and (max-width: 769px) {
  .ITSec-2 .ITSec2-content p {
    margin-right: 206px;
    padding: 10px 0px;
  }
}
@media screen and (max-width: 769px) and (max-width: 576px) {
  .ITSec-2 .ITSec2-content p {
    margin-right: 14px;
  }
}
.ITSec-2 .ITSec2-content .ITSec2-img {
  margin-top: 30px;
}

.ITSec-3.sectionGap {
  padding: 100px 0px 150px;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .ITSec-3.sectionGap {
    padding: 50px 0px;
  }
}

.ITSec-3 {
  background-image: url("../images/home-page/home-sec-3bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ITSec-3 .ItSec-Custom {
  padding: 65px 5px 65px 5px;
}
@media screen and (min-width: 1024px) {
  .ITSec-3 .ItSec-Custom {
    position: relative;
    left: 80px;
    padding: 0;
  }
}
.ITSec-3 .ITSec3-content {
  position: relative;
}
.ITSec-3 .ITSec3-content::after {
  content: "";
  background-image: url("../images/home-page/home-sec-4-box.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 61px;
  height: 47px;
  bottom: -79px;
  left: 0;
}
@media screen and (max-width: 320px) {
  .ITSec-3 .ITSec3-content::after {
    width: 41px;
    height: 33px;
    bottom: -70px;
  }
}
.ITSec-3 .ITSec3-content h2 {
  color: #ffffff;
  font-size: 48px;
  font-family: Lato;
  padding: 20px 0px;
  margin-right: 40px;
}
@media screen and (max-width: 576px) {
  .ITSec-3 .ITSec3-content h2 {
    font-size: 30px;
  }
}
.ITSec-3 .ITSec3-content h2 .thirdword {
  color: #275df8;
}
.ITSec-3 .ITSec3-content p {
  color: #ffffff;
  font-size: 16px;
  font-family: Lato;
  padding: 30px 0px 40px;
  margin-right: 235px;
}
@media screen and (max-width: 1600px) {
  .ITSec-3 .ITSec3-content p {
    margin-right: 10px;
  }
}
@media screen and (max-width: 320px) {
  .ITSec-3 .ITSec3-content p {
    padding: 10px 0px 10px;
  }
}
.ITSec-3 .ITSec3-carousel .card-img::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  transition: all 0.4s ease-out 0s;
  background: linear-gradient(rgba(0, 0, 0, 0) 8.44%, rgba(0, 0, 0, 0.38) 100%);
  z-index: 0;
}
.ITSec-3 .ITSec3-carousel .card-img:hover::after {
  height: 90%;
}
.ITSec-3 .ITSec3-carousel .card {
  padding-top: 50px;
  position: relative;
}
.ITSec-3 .ITSec3-carousel .card span {
  position: absolute;
  top: 36px;
  left: 33%;
  font-size: 79px;
  font-weight: 300;
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .ITSec-3 .ITSec3-carousel .card span {
    left: 38%;
  }
}
.ITSec-3 .ITSec3-carousel .card h3 {
  color: #275df8;
  font-size: 34px;
  font-weight: 900;
  text-align: center;
  text-shadow: 0px 0px 25px rgb(0, 0, 0);
}
.ITSec-3 .ITSec3-carousel .card p {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0px 0px 25px rgb(0, 0, 0);
}
.ITSec-3 .ITSec3-carousel .card .card-text {
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  margin: 0px 20px;
}
.ITSec-3 .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  max-height: 600px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 769px) {
  .ITSec-3 .owl-carousel .owl-item img {
    max-width: 100%;
  }
}
.ITSec-3 .owl-nav {
  position: absolute;
  font-size: 55px;
  font-weight: 300;
  color: #000;
  position: absolute;
  right: 40%;
  bottom: -15%;
  display: block !important;
}
@media screen and (max-width: 1024px) {
  .ITSec-3 .owl-nav {
    right: 21%;
  }
}
.ITSec-3 .owl-nav {
  width: 50px;
  margin: 0 3px;
  display: flex !important;
  flex-direction: row;
}
.ITSec-3 .owl-nav img {
  background-color: #D9D9D9;
  color: inherit;
  border: none;
  display: block !important;
  text-align: center;
  width: 47px;
  padding: 13px 17px 13px;
  border-radius: 7px;
}
.ITSec-3 .owl-nav img:hover {
  background-color: #275df8 !important;
  color: #ffffff !important;
}
.ITSec-3 .owl-nav .owl-prev {
  margin-right: 15px;
}
.ITSec-3 .owl-carousel .owl-nav button.owl-prev img {
  background-color: #D9D9D9;
  color: inherit;
  border: none;
  font: inherit;
}
.ITSec-3 .owl-nav.active {
  background-color: #275df8;
  width: 16px;
  height: 16px;
}
.ITSec-3 .sec-3 {
  position: relative;
}
.ITSec-3 .sec-3 .owl-dots {
  position: absolute;
  bottom: -150px;
  width: 100%;
  display: flex;
}
.ITSec-3 .sec-3 .owl-dots .owl-dot {
  height: 5px;
  width: 50%;
  background-color: #e1e1e1 !important;
  display: inline-block;
  border-radius: 0;
  opacity: 1;
  transition: 0.3s;
  margin: 0 5px;
}
.ITSec-3 .sec-3 .owl-dots .owl-dot.active {
  background-color: #e1e1e1 !important;
  opacity: 1;
  width: 50%;
  position: relative;
}
.ITSec-3 .sec-3 .owl-dots .owl-dot.active ~ .owl-dot {
  background: #e1e1e1 !important;
}
.ITSec-3 .sec-3 .owl-dot.active::before {
  content: " ";
  background-color: #275df8;
  animation: backgroundLinera 3s linear;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  border-radius: 2px;
}
@keyframes backgroundLinera {
  to {
    width: 100%;
  }
}

.swiper-bar-3 {
  border-bottom: 3px solid red;
  position: relative;
}

.ITSec-4 .ITSec4-content {
  margin-bottom: 55px;
}
@media screen and (max-width: 769px) {
  .ITSec-4 .ITSec4-content {
    display: flex;
    flex-direction: column;
  }
}
.ITSec-4 .ITSec4-content h2 {
  font-size: 54px;
  color: #000;
  font-weight: 900;
  margin-left: 10px;
  flex-shrink: 0;
}
@media screen and (max-width: 576px) {
  .ITSec-4 .ITSec4-content h2 {
    font-size: 30px;
    margin-left: 0px;
  }
}
.ITSec-4 .ITSec4-content p {
  font-size: 18px;
  color: #000;
}
@media screen and (min-width: 769px) {
  .ITSec-4 .ITSec4-content p {
    margin-left: 90px;
    font-size: 16px;
  }
}
.ITSec-4 .sec-4 .card {
  padding: 10px;
  background-color: #efefef;
  border-radius: 40px;
  min-height: 323px;
  max-height: 408px;
}
.ITSec-4 .sec-4 .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ITSec-4 .sec-4 .card .card-title {
  color: #000;
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .ITSec-4 .sec-4 .card .card-title {
    font-size: 30px;
    line-height: 41px;
  }
}
@media screen and (max-width: 375px) {
  .ITSec-4 .sec-4 .card .card-title {
    font-size: 28px;
  }
}
.ITSec-4 .sec-4 .card .card-img img {
  width: 150px;
  margin-left: auto !important;
}
.ITSec-4 .sec-4 .owl-dots {
  position: absolute;
  right: 49%;
  bottom: 2%;
}
@media screen and (max-width: 768px) {
  .ITSec-4 .sec-4 .owl-dots {
    right: 47%;
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .ITSec-4 .sec-4 .owl-dots {
    right: 48%;
    bottom: -6%;
  }
}
.ITSec-4 .sec-4 .owl-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.ITSec-4 .sec-4 .owl-dot.active {
  background-color: #275df8;
  width: 16px;
  height: 16px;
}

.ITSec-6 {
  padding: 25px 0px 0px;
  background-color: #ebebeb;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 576px) {
  .ITSec-6 {
    padding-bottom: 50px;
  }
}
.ITSec-6::before {
  content: "";
  background-image: url("../images/home-page/wave-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 654px;
  z-index: 0;
}
@media screen and (max-width: 576px) {
  .ITSec-6::before {
    background-position: 42% 21%;
  }
}
.ITSec-6 .ITSec6-img {
  position: relative;
  padding-right: 15px;
}
.ITSec-6 .ITSec6-img img {
  margin-top: 100px;
  z-index: 9999;
}
@media screen and (max-width: 576px) {
  .ITSec-6 .ITSec6-img img {
    margin-top: 40px;
  }
}
.ITSec-6 .contact-form {
  margin-bottom: 70px;
}
.ITSec-6 .contact-form h2 {
  font-size: 38px;
  font-weight: 700;
  color: #414141;
  padding: 20px;
}
@media screen and (max-width: 320px) {
  .ITSec-6 .contact-form h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 321px) and (max-width: 576px) {
  .ITSec-6 .contact-form h2 {
    font-size: 32px;
  }
}
.ITSec-6 .contact-form .form-box {
  position: relative;
  margin: auto;
  padding: 33px;
  background: #ffffff;
  border-radius: 30px;
  position: relative;
}
.ITSec-6 .contact-form .form-box .form-group label {
  padding-bottom: 5px;
  font-weight: 600;
  margin-left: 5px;
}
.ITSec-6 .contact-form .form-box .form-group .submit {
  position: absolute;
  bottom: -27px;
  left: 0;
  right: 0;
  margin: auto;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 576px) {
  .ITSec-6 .contact-form .form-box {
    padding: 22px;
  }
}
.ITSec-6 .contact-form .form-box .submit {
  font-size: 24px;
  color: #ffffff;
  background-color: #275df8;
  padding: 12px 40px;
  font-weight: 500;
  border: 1px solid #275df8;
  border-radius: 55px;
  margin: auto;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .ITSec-6 .contact-form .form-box .submit {
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  .ITSec-6 .contact-form .form-box .submit {
    padding: 7px 21px;
    font-size: 16px;
    bottom: -23px;
    left: 0% !important;
  }
}
.ITSec-6 .country-dropdown {
  background-color: #f3f3f3;
  border: none;
  border-radius: 15px 0 0 15px;
  max-width: 150px;
}
@media screen and (max-width: 576px) {
  .ITSec-6 .country-dropdown {
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .ITSec-6 .input-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}
@media screen and (max-width: 576px) {
  .ITSec-6 .input-group .form-control, .ITSec-6 .input-group .form-select {
    max-width: 100%;
    width: 100%;
    border-radius: 15px !important;
    height: 44px;
  }
}
.ITSec-6 .Countrycode {
  max-width: 100%;
  border-radius: 0 15px 15px 0px !important;
}
.ITSec-6 #hidden-text {
  display: none;
  margin-top: 22px;
}

.submit-btn {
  cursor: pointer;
}

.ITSec-7 {
  position: relative;
  z-index: 99;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .ITSec-7 {
    padding-bottom: 100px;
  }
}
.ITSec-7 .maxW-300 {
  max-width: 458px;
}
.ITSec-7 .ITsec7-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #275df8;
  padding: 5px;
  margin-bottom: 10px;
}
.ITSec-7 .ITsec7-content h2 {
  font-size: 35px;
  color: #7e7e7e;
  padding: 5px;
  margin-bottom: 10px;
  font-weight: 900;
}
.ITSec-7 .ITsec7-content p {
  font-size: 16px;
  color: #000;
  padding: 5px;
  margin-bottom: 35px;
}
.ITSec-7 .ITSec7-carousel .card {
  padding: 28px;
  background-color: #414141;
  border-radius: 20px;
}
@media screen and (max-width: 576px) {
  .ITSec-7 .ITSec7-carousel .card {
    padding: 20px;
  }
}
.ITSec-7 .ITSec7-carousel .card img {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.ITSec-7 .ITSec7-carousel .card .card-info {
  margin-left: 25px;
}
@media screen and (max-width: 576px) {
  .ITSec-7 .ITSec7-carousel .card .card-info {
    margin-left: 0px;
  }
}
.ITSec-7 .ITSec7-carousel .card .card-info p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0px;
}
.ITSec-7 .ITSec7-carousel .card .card-info .clienName {
  font-size: 28px;
  margin-bottom: 5px;
  margin-top: 28px;
}
.ITSec-7 .ITSec7-carousel .card .card-footer {
  padding-left: 0;
}
@media screen and (max-width: 576px) {
  .ITSec-7 .ITSec7-carousel .card .card-footer {
    padding: 0;
  }
}
.ITSec-7 .ITSec7-carousel .card .card-footer p {
  color: rgba(255, 255, 255, 0.8);
  padding: 15px;
  padding-left: 0;
  margin-bottom: 0px;
}
.ITSec-7 .ITSec7-carousel .owl-dots {
  position: absolute;
  bottom: -14%;
  width: 90%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .ITSec-7 .ITSec7-carousel .owl-dots {
    width: 80%;
  }
}
@media screen and (max-width: 425px) {
  .ITSec-7 .ITSec7-carousel .owl-dots {
    width: 95%;
  }
}
.ITSec-7 .ITSec7-carousel .owl-dots .owl-dot {
  height: 5px;
  width: 45%;
  background-color: #e1e1e1 !important;
  display: inline-block;
  border-radius: 0;
  opacity: 1;
  transition: 0.3s;
  margin: 0 5px;
}
@media screen and (min-width: 577px) and (max-width: 991px) {
  .ITSec-7 .ITSec7-carousel .owl-dots .owl-dot {
    width: 20%;
  }
}
.ITSec-7 .ITSec7-carousel .owl-dots .owl-dot.active {
  background-color: #e1e1e1 !important;
  opacity: 1;
  width: 45%;
  position: relative;
}
@media screen and (min-width: 577px) and (max-width: 991px) {
  .ITSec-7 .ITSec7-carousel .owl-dots .owl-dot.active {
    width: 20%;
  }
}
.ITSec-7 .ITSec7-carousel .owl-dots .owl-dot.active ~ .owl-dot {
  background: #e1e1e1 !important;
}
.ITSec-7 .ITSec7-carousel .owl-dot.active::before {
  content: " ";
  background-color: #275DF8;
  animation: backgroundLinera 6s linear;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .ITSec-7 .ITSec7-carousel .owl-dot.active::before {
    animation: backgroundLinera 3s linear;
  }
}
@keyframes backgroundLinera {
  to {
    width: 100%;
  }
}
.ITSec-7 .owl-nav {
  position: absolute;
  font-size: 55px;
  font-weight: 300;
  color: #000;
  position: absolute;
  right: 5%;
  bottom: -20%;
  display: block !important;
}
@media screen and (max-width: 768px) {
  .ITSec-7 .owl-nav {
    right: 12%;
  }
}
.ITSec-7 .owl-nav {
  width: 50px;
  margin: 0 15px 0 3px;
  display: flex !important;
  flex-direction: row;
}
.ITSec-7 .owl-nav img {
  display: block !important;
  text-align: center;
  padding: 15px 17px 15px;
  border-radius: 7px;
  width: 52px;
}
.ITSec-7 .owl-nav img:hover {
  background-color: #bbbbbb;
}
@media screen and (max-width: 576px) {
  .ITSec-7 .owl-nav img {
    display: none !important;
  }
}
.ITSec-7 .owl-nav span {
  color: inherit;
  border: none;
  display: block !important;
  text-align: center;
  padding: 8px 17px 20px;
  border-radius: 7px;
}
@media screen and (max-width: 576px) {
  .ITSec-7 .owl-nav span {
    display: none !important;
  }
}
.ITSec-7 .owl-nav span:hover {
  background-color: #275df8 !important;
  color: #ffffff !important;
}
.ITSec-7 .owl-nav .owl-prev {
  margin-right: 15px;
}
.ITSec-7 .owl-carousel .owl-nav button.owl-prev span {
  color: inherit;
  border: none;
  font: inherit;
}
.ITSec-7 .owl-nav.active {
  background-color: #275df8;
  width: 16px;
  height: 16px;
}
.ITSec-7 .swiper-bar {
  border-bottom: 2px solid gray;
  margin-top: 44px;
  margin-right: 140px;
  position: relative;
}

.ITSec-8 {
  position: relative;
  z-index: 99;
  background-image: url("../images/home-page/home-sec-9b.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.ITSec-8 .ITSec8-content {
  background-image: url("../images/home-page/home-sec-9a.png");
  padding: 95px;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ITSec-8 .ITSec8-content {
    padding: 45px;
  }
}
.ITSec-8 .ITSec8-content h4 {
  color: #ffffff;
  margin-bottom: 10px;
}
.ITSec-8 .ITSec8-content h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ITSec-8 .ITSec8-content h2 {
    font-size: 30px;
  }
}
.ITSec-8 input[type=email] {
  display: inline-block;
  width: 70%;
  padding: 18px 36px;
  margin: 8px 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 70px;
  margin-top: 18px;
  border-radius: 35px;
  border: none;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 576px) {
  .ITSec-8 input[type=email] {
    height: 44px;
  }
}
@media screen and (max-width: 991px) {
  .ITSec-8 input[type=email] {
    width: 99%;
  }
}
.ITSec-8 input,
.ITSec-8 input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 3;
}
.ITSec-8 .bt {
  margin-left: -160px;
  font-size: 16px;
  display: inline-block;
  font-weight: 400;
  padding: 10px 18px;
  border-radius: 28px;
  border: none;
  cursor: pointer;
  background-color: #275df8;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .ITSec-8 .bt {
    margin-left: auto;
    width: 100%;
  }
}

.ITSec-footer {
  position: relative;
  z-index: 99;
  padding: 6 0px 0px;
  background-color: #252525;
}
.ITSec-footer .footer-section {
  width: 100%;
  display: flex;
  color: white;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 1rem 0;
}
.ITSec-footer .footer-section h2 {
  margin-bottom: 2.5rem;
  position: relative;
  font-size: 20px;
  color: #275df8;
}
.ITSec-footer .footer-section p {
  transition: all 0.2s linear;
  margin-bottom: 1rem;
}
.ITSec-footer a {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.ITSec-footer .footer-item {
  margin: 1rem;
}
.ITSec-footer .footer-item img {
  margin-bottom: 15px;
}
.ITSec-footer .footer-item ul {
  display: flex;
  align-items: flex-start;
  list-style: none;
}
.ITSec-footer .footer-item ul img {
  margin-right: 5px;
}
.ITSec-footer .footer-item li {
  margin-right: 1rem;
}
.ITSec-footer .social ul li {
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s linear;
}
@media screen and (max-width: 320px) {
  .ITSec-footer .footer-section {
    flex-direction: column;
    justify-content: flex-start;
  }
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page span {
  border-radius: 0;
  width: 100px;
  height: 5px;
  margin-left: 2px;
  margin-right: 2px;
  background: #ccc;
  border: none;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #3f51b5;
}

.ITSec-5 {
  background-color: #252525;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .ITSec-5 {
    padding-left: 0px;
  }
}
.ITSec-5 .ITSec5-Title h2 {
  font-size: 70px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 100px;
  top: 50px;
}
@media screen and (max-width: 576px) {
  .ITSec-5 .ITSec5-Title h2 {
    margin-left: 16px;
    margin-top: 10px;
    font-size: 50px;
    font-weight: 800;
    color: #ffffff;
    position: inherit !important;
    z-index: -9999;
    top: 50px;
  }
}
@media screen and (min-width: 578px) and (max-width: 1024px) {
  .ITSec-5 .ITSec5-Title h2 {
    font-size: 50px;
    margin-left: 50px;
    font-weight: 800;
    color: #ffffff;
    margin-top: 50px;
    position: inherit !important;
    z-index: -9999;
    top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .ITSec-5 .ITSec5-Title h2 {
    font-size: 50px;
  }
}
.ITSec-5 .sec5Header {
  display: flex;
  flex-direction: row;
}
.ITSec-5 .sec5Header p {
  font-size: 34px;
  font-weight: 600;
  padding-right: 110px;
  padding: 40px 150px 40px 20px;
  align-self: start;
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .ITSec-5 .sec5Header p {
    font-size: 20px !important;
    padding: 40px 40px 10px 40px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .ITSec-5 .sec5Header p {
    padding: 23px 150px 40px 20px;
  }
}
@media screen and (max-width: 1445px) {
  .ITSec-5 .sec5Header p {
    font-size: 34px;
    padding: 20px 20px 5px 20px;
  }
}
@media screen and (max-width: 320px) {
  .ITSec-5 .sec5Header p {
    font-size: 16px;
    padding: 10px 10px 5px 10px;
  }
}
.ITSec-5 .sec5Header h4 {
  font-size: 250px;
  transition: all 1s;
  font-weight: 900;
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .ITSec-5 .sec5Header h4 {
    margin-top: -25px;
  }
}
@media screen and (max-width: 1445px) {
  .ITSec-5 .sec5Header h4 {
    font-size: 180px;
  }
}
@media screen and (min-width: 476px) and (max-width: 576px) {
  .ITSec-5 .sec5Header h4 {
    font-size: 100px;
  }
}
@media screen and (max-width: 475px) {
  .ITSec-5 .sec5Header h4 {
    font-size: 95px;
  }
}
@media screen and (max-width: 320px) {
  .ITSec-5 .sec5Header h4 {
    font-size: 78px;
  }
}
.ITSec-5 .text-border {
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
}
.ITSec-5 .sec5Footer {
  background-color: #424242;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 100px 20px 20px;
}
@media screen and (max-width: 769px) {
  .ITSec-5 .sec5Footer {
    padding: 20px 40px 20px 20px;
  }
}
.ITSec-5 .sec5Footer p {
  font-size: 18px;
  color: #efefef;
  font-weight: 500;
}
@media screen and (max-width: 475px) {
  .ITSec-5 .sec5Footer p {
    font-size: 16px;
    padding: 16px;
  }
}
@media screen and (max-width: 320px) {
  .ITSec-5 .sec5Footer p {
    font-size: 14px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .ITSec-5 .sec5Footer img {
    width: 20px;
    height: auto;
  }
}

.gsapCards-section {
  padding: 50px;
}
@media screen and (max-width: 576px) {
  .gsapCards-section {
    padding: 10px;
  }
}

.g-cards {
  margin: auto;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.g-card {
  position: absolute;
  background: #275DF8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  width: 100%;
  color: #ffffff !important;
  font-weight: 900;
}
@media screen and (min-width: 1200px) {
  .g-card {
    width: 110%;
  }
}
.g-card .gsapCard {
  width: 100%;
}

.activeGCard .gsapCard .sec5Header p {
  align-self: flex-start !important;
}
.activeGCard .gsapCard .sec5Header h4 {
  font-size: 250px;
  font-weight: 900;
  transition: all 1s;
}
@media screen and (min-width: 476px) and (max-width: 576px) {
  .activeGCard .gsapCard .sec5Header h4 {
    font-size: 100px;
  }
}
@media screen and (max-width: 475px) {
  .activeGCard .gsapCard .sec5Header h4 {
    font-size: 96px;
  }
}
@media screen and (max-width: 320px) {
  .activeGCard .gsapCard .sec5Header h4 {
    font-size: 78px;
  }
}

.g-card-1 {
  left: 0px;
  top: 0;
}
@media screen and (max-width: 320px) {
  .g-card-1 {
    top: 0px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .g-card-1 {
    top: 0px;
  }
}

.g-card-2 {
  left: 0px;
  top: 100px;
}
@media screen and (max-width: 320px) {
  .g-card-2 {
    top: 50px;
  }
}
@media screen and (max-width: 425px) {
  .g-card-2 {
    top: 60px;
  }
}
@media screen and (min-width: 426px) and (max-width: 576px) {
  .g-card-2 {
    top: 50px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .g-card-2 {
    top: 65px;
  }
}

.g-card-3 {
  left: 0px;
  top: 200px;
}
@media screen and (max-width: 320px) {
  .g-card-3 {
    top: 100px;
  }
}
@media screen and (max-width: 425px) {
  .g-card-3 {
    top: 120px;
  }
}
@media screen and (min-width: 426px) and (max-width: 576px) {
  .g-card-3 {
    top: 100px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .g-card-3 {
    top: 125px;
  }
}

.g-card-4 {
  left: 0px;
  top: 300px;
}
@media screen and (max-width: 320px) {
  .g-card-4 {
    top: 150px;
  }
}
@media screen and (max-width: 425px) {
  .g-card-4 {
    top: 180px;
  }
}
@media screen and (min-width: 426px) and (max-width: 576px) {
  .g-card-4 {
    top: 150px;
  }
}
.g-card-4 .activeGCard p {
  align-self: end !important;
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .g-card-4 {
    top: 185px;
  }
}

.g-card h2 {
  font-size: 80px;
  font-weight: 900;
  font-stretch: condensed;
  color: #ff98a2;
  text-transform: uppercase;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 999999;
}

#loader {
  display: block;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  top: 45%;
  width: 80px;
  height: 80px;
  background-image: url("../images/home-page/Fav-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
#loader::before {
  content: " Loading...";
  position: absolute;
  bottom: -35px;
  margin: auto;
  left: 0;
  right: 0;
  font-size: 20px;
}

.ITAppCSec-2 .ITSec4-content {
  margin-bottom: 55px;
}
@media screen and (max-width: 769px) {
  .ITAppCSec-2 .ITSec4-content {
    display: flex;
    flex-direction: column;
  }
}
.ITAppCSec-2 .ITSec4-content h2 {
  font-size: 54px;
  color: #000;
  font-weight: 900;
  margin-left: 10px;
  flex-shrink: 0;
}
@media screen and (max-width: 576px) {
  .ITAppCSec-2 .ITSec4-content h2 {
    font-size: 30px;
    margin-left: 0px;
  }
}
.ITAppCSec-2 .ITSec4-content p {
  font-size: 18px;
  color: #000;
}
@media screen and (min-width: 769px) {
  .ITAppCSec-2 .ITSec4-content p {
    margin-left: 90px;
    font-size: 16px;
  }
}
.ITAppCSec-2 .ITSec-carousel .sec-4 .itCard {
  padding: 10px;
  background-color: #efefef;
  border-radius: 40px;
  min-height: 400px !important;
  max-height: 400px;
  cursor: pointer;
}
@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 (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 (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;
  }
}
.ITAppCSec-2 .ITSec-carousel .sec-4 .itCard-2 {
  padding: 10px;
  background-color: #efefef;
  border-radius: 40px;
  min-height: 430px !important;
  max-height: 400px;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .ITAppCSec-2 .ITSec-carousel .sec-4 .itCard-2: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-2:hover .card-img img {
    width: 150px;
    height: 100%;
  }
}
.ITAppCSec-2 .ITSec-carousel .sec-4 .itCard-2 .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ITAppCSec-2 .ITSec-carousel .sec-4 .itCard-2 .card-title {
  color: #000;
  font-weight: 600;
  font-size: 26px;
  line-height: 27px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .ITAppCSec-2 .ITSec-carousel .sec-4 .itCard-2 .card-title {
    font-size: 23px;
    line-height: 23px;
  }
}
.ITAppCSec-2 .ITSec-carousel .sec-4 .itCard-2 .card-img p {
  text-align: start;
}
@media screen and (min-width: 1200px) {
  .ITAppCSec-2 .ITSec-carousel .sec-4 .itCard-2 .card-img p {
    opacity: 0;
    position: absolute;
  }
}
@media screen and (max-width: 425px) {
  .ITAppCSec-2 .ITSec-carousel .sec-4 .itCard-2 .card-img p {
    font-size: 16px;
    line-height: 18px;
  }
}
.ITAppCSec-2 .ITSec-carousel .sec-4 .itCard-2 .card-img img {
  width: 150px;
  margin-left: auto !important;
  transition: all ease-in-out 0.5s;
}
@media screen and (min-width: 1200px) {
  .ITAppCSec-2 .ITSec-carousel .sec-4 .itCard-2 .card-img img {
    width: 250px;
    margin-left: auto !important;
    transition: all ease-in-out 0.5s;
  }
}

.gap-30 {
  gap: 30px;
}
@media screen and (max-width: 577px) {
  .gap-30 {
    gap: 10px;
  }
}/*# sourceMappingURL=global.css.map */