/**********  CSS **********/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}
.border-3 {
  border-width: 4px !important;
}
.border-primary {
  border-color: #6a2dec !important;
}
h2 {
  color: #12062c;
  font-size: 42px;
  font-weight: 800 !important;
  line-height: 42px;
}
.ajax h6 {
  font-size: 16px;
  font-weight: 700;
}
small,
.small {
  font-size: 13px;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
  top: -100px;
  transition: 0.5s;
}

.navbar .navbar-brand,
.navbar a.btn {
  height: 80px;
  text-align: left;
}
.navbar .navbar-nav .nav-link {
  margin-right: 55px;
  padding: 25px 0;
  color: #1e1e1e;
  font-weight: 500;
  text-transform: inherit;
  outline: none;
  font-size: 15px;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #000;
  background-color: #a532f2;
  border-color: transparent;
  box-shadow: none;
}
.btn-primary:hover {
  color: #fff;
  background-color: #a532f2;
  border-color: #a532f2;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: #752de9;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}
.btn-dark {
  font-size: 14px;
  color: #fff;
  background-color: #12062c;
  border-color: #12062c;
  padding: 12px 18px !important;
  border-radius: 15px;
}
.display-2 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
}
.carousel-caption p {
  font-size: 14px;
  color: #fff;
}
/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  z-index: 1;
}
.btn-info {
  color: #fff;
  background-color: #752de9;
  border-color: #752de9;
  padding: 11px;
  border-radius: 24px;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.6s ease;
  border-radius: 25px;
}
.carousel-indicators .active {
  opacity: 1;
  background-color: #fff !important;
}
@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  .carousel-item img {
    /* position: absolute; */
    width: 100%;
    height: 700px;
    /* object-fit: cover; */
  }
}
a {
  color: #c67ef6;
  text-decoration: none;
}
.page-header {
  background: url(../img/slider-1.png) center center no-repeat;
  background-size: cover;
  text-align: center;
}.display-3 {
  font-size: 42px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  justify-content: center;
}.breadcrumb-item.active {
  color: #fff;
}


.breadcrumb-item + .breadcrumb-item::before {
  color: #999999;
}
.section-heading .line {
  display: flex;
  align-items: baseline;
}
.section-heading .bold-line {
  width: 51px;
  height: 6px;
  background-color: #6c2bd9;
  margin-right: 0px;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 14px;
  color: #062a26;
  font-weight: 400;
  line-height: 25px;
}
.section-heading .thin-line {
  width: 60px;
  height: 2px;
  background-color: #6a2dec;
}
.text-dark {
  color: #1b1b1b !important;
}
.enquiry .btn-dark {
  font-size: 14px;
  color: #fff;
  background-color: #12062c;
  border-color: #12062c;
  padding: 13px 37px !important;
  border-radius: 27px;
}
h6,
.h6 {
  font-size: 14px;
  font-weight: 500;
}
.ms-2 p {
  line-height: 19px;
  font-size: 16px;
}
.card-title {
  margin-bottom: 29px;
  font-size: 23px;
}
.services {
  background: url(../img/services.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: white;
  padding: 60px 0;
}
.hosting-card {
  position: relative;
  background: linear-gradient(180deg, #662be4, #12062c);
  padding: 15px;
  border-radius: 2px;
  border: none;
  /* border-top: 50px !important; */
}
.card-text:last-child {
  margin-bottom: 0;
  font-size: 16px;
}
.hosting-card .card-body {
  background: #fff;
  border-radius: 1px;
  padding: 100px 35px 20px;
  min-height: 273px;
  position: relative;
  z-index: 1;
}
.icon-circle {
  width: 118px;
  height: 118px;
  background: #6a2dec;
  border-radius: 50%;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.icon-circle img {
  width: 40px !important;
  height: 40px;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  padding-top: 50px;
}
.owl-carousel .owl-dots.disabled {
  display: block !important;
}
.owl-dots {
  text-align: center;
  margin-top: 20px;
}
.owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background: #ccc;
  transition: background 0.3s;
}
.owl-dot.active {
  background: #fff; /* or any color you want for active dot */
}

.product-box {
  padding: 20px;
  background-color: #f9f6ff;
  transition: all 0.3s ease;
}
.pp {
  border: 1px solid #eee;
  padding: 19px;
}
.product-box img {
  max-width: 100%;
  height: 200px;
  object-fit: contain;
}
.product-title {
  background-color: #6a2dec;
  color: white;
  padding: 13px;
  font-weight: 500;
  margin-top: 0px;
  font-size: 19px;
}
.owl-nav {
  text-align: right;
}
.owl-nav button {
  background: #1a0826 !important;
  color: #fff !important;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  margin-left: 10px;
}
.owl-dots {
  margin-top: 20px;
  text-align: center;
}
.owl-dot span {
  background: #ddd;
}
.owl-dot.active span {
  background: #6c4dff;
}

.featured-products-carousel .owl-nav {
  display: flex !important
;
  align-items: stretch;
  justify-content: flex-end;
  align-content: space-between;
}
.featured-products-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  padding-top: 29px !important;
}
.featured-products-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #12062c;
  margin: 0 5px 0;
  color: #fff;
  padding: 8px 9px 0;
  width: 38px;
  height: 38px;
  border-radius: 25px;
  align-items: start;
  bottom: 405px;
  position: relative;
}
.bg-light-purple {
  background-color: #f8f5ff;
}

.text-dark-purple {
  color: #1a0826;
}

.training-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 7px rgb(0 0 0 / 17%);
  transition: transform 0.3s ease;
}
.training-box:hover {
  transform: translateY(-5px);
}
.enquiry {
  background: linear-gradient(110deg, #6f2dea, #3c1961);
  color: #fff;
  padding: 60px 0;
}
.enquiry .section-heading .bold-line {
  width: 52px;
  height: 6px;
  background-color: #fff;
  margin-right: 0px;
}
.enquiry .section-heading .thin-line {
  width: 66px;
  height: 2px;
  background-color: #ffffff;
}
.bg-whites {
  background-color: #ffffff33 !important;
  padding: 49px;
  border-radius: 12px;
}
.featured-products-carousel .owl-dots {
  margin-top: 20px;
  text-align: center;
  display: none;
}
.form-control {
  display: block;
  width: 100%;
  padding: 13px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #757575;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.partner-carousel-nav {
  gap: 10px;
}
.carousel-buttons button {
  background: #f9f6ff;
  color: #12062c;
  padding: 3px 9px 0;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 1px;
  margin: 0 4px;
}

.carousel-buttons button i {
  font-size: 16px;
}

.footer p {
  color: #c5bad8;
  opacity: 100%;
  font-size: 14px;
  line-height: 23px;
}
.bg-light {
  background-color: #f9f6ff !important;
}
.footer .btn.btn-link:hover {
  color: var(--light);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 15px 0 0;
  font-size: 14px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: #fff;
}
.footer {
  color: #999999;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #c5bad8;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
  font-size: 14px;
}
.btn-square {
  width: 25px;
  height: 38px;
  color: #c5bad8;
}
/* === HEADING STYLE #3 === */
.footer h4 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 11px;
  position: relative;
}
.form-container {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 82%;
  border-radius: 10px !important;
}
.carousel-caption .form-group {
  margin-bottom: 15px;
}
.carousel-caption .form-control {
  width: 100%;
  padding: 14px;
  border: 1px solid #70707012;
  border-radius: 0px;
  background: #fafafa;
  font-size: 14px;
  height: 43px;
  /* border-radius: 0px; */
}
.carousel-caption .col-md-4 {
  flex: 0 0 auto;
  width: 30.33333%;
}
h3,
.h3 {
  font-size: 20px;
  font-weight: 700;
}
.footer h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  height: 3px;
  width: 44px;
  background-color: #672ad9;
}
.footer h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 32%;
  max-width: 255px;
  background-color: #672ad9;
}
@media (max-width: 768px) {
  .carousel-caption .col-md-4 {
    flex: 0 0 auto;
    width: 100%;
  }
  .form-container {
    margin-top: 13px;
  }
  .form-container {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    border-radius: 10px !important;
  }
}

@media (min-width: 1100px) {
  .Number {
    font-size: 12px;
  }
}
.no-padding-end {
  padding-right: 0 !important;
}
.carousel-form {
  width: 33%;
  right: 0;
  top: 0;
  z-index: 10;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

@media (max-width: 768px) {
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 30rem;
    margin-left: 15%;
    list-style: none;
  }
  .no-padding-end {
    padding-right: 20px !important;
  }
  .carousel-form {
    width: 100%;
    position: static;
    padding: 1rem;
    position: relative !important;
  }.p-5 {
    padding: 0rem !important;
}
  .pe-5 {
    padding-right: 1rem !important;
  }
  .bg-whites {
    background-color: #ffffff33 !important;
    padding: 17px;
    border-radius: 12px;
}
.phone{
  font-size: 13px !important;
}
}
.form-container .form-control {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #fafafa;
  font-size: 13px;
  border: 1px solid #70707012;
}
.form-container .btn-dark {
  font-size: 14px;
  color: #fff;
  background-color: #12062c;
  border-color: #12062c;
  padding: 7px 18px !important;
  border-radius: 5px;
}
/* @media (min-width: 992px) {
  .container {
      max-width: 95%;
  }
} */
.heading-4 {
  position: relative;
  padding-left: 20px;
}
.heading-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #9931f0;
}
.heading-4 h3 {
  display: inline-block;
  color: #fff;
  background: #351573;
  padding: 6px 10px;
  margin: 0px;
  font-size: 20px;
  width: 100%;
  font-weight: bold;
}
.heading-4 p {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  margin-bottom: 30px;
}
