@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.body {
  font-family: "Raleway", sans-serif;
  overflow-x: hidden !important;
}

.to-home{
  display: none;
}

.section-program .sub-heading,
.section-service .sub-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #12122a;
  letter-spacing: 8px;
  word-spacing: 8px;
  font-size: 20px;
}

.carousel-control-next {
  right: -100px !important;
}

.carousel-control-prev {
  left: -100px !important;
}

.section-client .carousel-control-next {
  right: 30px !important;
}

.section-client .carousel-control-prev {
  left: 30px !important;
}

.section-service .sub-sub-heading {
  font-size: 18px;
  color: #2e2e48;
  letter-spacing: 1px;
}

.section-highlights .sub-heading,
.section-discover .sub-heading,
.section-process .sub-heading,
.section-client .sub-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: black;
  letter-spacing: 8px;
  word-spacing: 8px;
  font-size: 20px;
}

.section-contact-us .sub-heading{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 8px;
  word-spacing: 8px;
  font-size: 20px;
}

.section-highlights .sub-sub-heading,
.section-discover .sub-sub-heading,
.section-process .sub-sub-heading,
.section-client .sub-sub-heading {
  color: black;
  font-weight: 400;
  font-size: 18px;
}

.section-projects .project-img-container {
  margin: auto;
}

.section-process .projects-img {
  width: 100%;
}

.section-resources .sub-heading,
.section-projects .sub-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: white;
  letter-spacing: 8px;
  word-spacing: 8px;
  font-size: 20px;
}

.section-resources .sub-sub-heading,
.section-projects .sub-sub-heading {
  color: white;
  font-weight: 400;
  font-size: 18px;
}

.section-client .designation {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-client .client-content {
  background: linear-gradient(180deg, #5e57b3 65%, #2e2e48 35%) !important;
  border-radius: 10px !important;
  width: 80%;
  margin: 0 auto 0 auto;
}

.section-client .client-content .open-quorts {
  position: absolute;
  left: 35px;
  top: 25px;
}

.section-client .client-content .end-quorts {
  position: absolute;
  top: 109px;
  right: 40px;
}

.section-client .profile {
  border: 9px solid #5e57b3;
  border-radius: 100px;
}

.section-client .client-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-client .stars {
  width: 15%;
}

.section-client .location-name {
  color: #fff;
  font-size: 16px;
}

.section-client .profile {
  width: 145px;
}

.section-client .carousel-indicators {
  bottom: 0% !important;
}

.section-service .carousel-indicators {
  bottom: -50px !important;
}

.section-projects .carousel-indicators {
  bottom: 0rem !important;
}

.section-projects .carousel-indicators [data-bs-target],
.section-service .carousel-indicators [data-bs-target],
.section-client .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 13px;
  height: 13px;
  padding: 0px;
  margin-right: 16px;
  margin-left: 16px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #9b9b9b;
  background-clip: padding-box;
  border: 0;
  border-radius: 25px;
}

.section-client .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: -3rem;
  margin-left: 15%;
  list-style: none;
}

.section-service .service-cards .carousel-inner {
  border: 10px solid;
  border-radius: 15px;
  background-color: #2e2e48;
  height: calc(100vh - 260px);
}

.section-service .service-cards .carousel-inner .img-in-feature {
  height: calc(100vh - 281px);
  display: block;
  width: 100%;
}

.section-client .carousel-inner {
  position: relative;
  width: 95%;
  overflow: hidden;
  margin: 0 auto;
}

.carousel-control-prev {
  left: 30px;
}

.carousel-control-next {
  right: 30px;
}

.subroad-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  letter-spacing: 6px;
  word-spacing: 6px;
  font-size: 14px;
}

.sub-para {
  font-size: 24px;
  color: black;
  font-weight: 400;
  line-height: 28px;
}

.section-home {
  color: #fff;
  height: 100vh;
  overflow: hidden;
}

.section-home .background-img {
  height: 100vh;
  width: 100%;
}

.section-home .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 8px;
  height: 8px;
  padding: 3px;
  margin-right: 8px;
  margin-left: 8px;
  margin-bottom: 0rem;
  text-indent: -999px;
  cursor: pointer;
  background-color: #dfdfdf;
  background-clip: padding-box;
  border: 0;
  /* border-top: 10px solid transparent; */
  /* border-bottom: 10px solid transparent; */
  border-radius: 50px;
  transition: opacity 0.6s ease;
}

.section-home .placement-landingPage{
  position: absolute;
  /* height: calc(100vh - 430px); */
  top: 125%;
  left: 5%;
}

.git {
  background-image: linear-gradient(#5e57b3, #292850);
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  border-radius: 63px;
  border: 0 !important;
  text-decoration: none;
  display: inline-block;
  /* margin-left: 11rem;
  margin-top: 6rem; */
  padding: 10px 4rem;
  font-family: "Raleway";
  font-style: normal;
  font-weight: normal;
  color: rgba(223, 223, 223, 1);
  letter-spacing: 0.5px;
}
.git-wwd {
  display: inline-block;
  background-image: linear-gradient(#5e57b3, #292850);
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  border-radius: 63px;
  border: 0 !important;
  text-decoration: none;
  font-family: "Raleway";
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
}

.git a {
  color: white;
  text-decoration: none;
  font-weight: 500;
}

.git-discover{
  background-image: linear-gradient(#5e57b3, #292850);
  color: rgba(223, 223, 223, 1);
  font-size: 14px;
  font-weight: 600;
  border-radius: 63px;
  border: 0 !important;
  display: inline-block;
  font-family: "Raleway";
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  padding: 30px;
} 

.git-header {
  background-image: linear-gradient(#5e57b3, #292850) !important;
  color: #fff !important;
  font-weight: 600;
  border-radius: 50px;
  border: 0;
}


.git-header a {
  color: white;
  text-decoration: none;
}

.git-big {
  width: 100%;
  /* padding: 10px 50px !important; */
  background-color: #5e57b3;
  color: #fff;
  border-radius: 50px;
  border: 0;
  font-size: 20px;
  text-decoration: none !important;
}

.section-home .fixed-nav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: #2e2e48;
  opacity: 1;
}

.section-home .home-content-container-lines {
  position: absolute;
  top: 27%;
  left: 9%;
  right: 9%;
  z-index: 999;
}
.section-home .home-content-container-lines .background-line-1 {
  background-color: #5e57b3;
  height: 7rem;
  color: white;
  border-radius: 10px 100px 10px 100px;
  padding-left: 5rem;
  padding-top: 27px;
  font-size: 40px;
  font-family: "Roboto";
  font-weight: 400;
}

.section-home .home-content-container-lines .background-content-1 {
  color: #e5e5e5;
  /* margin-left: 4rem;
  margin-top: 4rem; */
  font-size: 17px;
  width: 72%;
  letter-spacing: 1.05px;
  font-family: "Raleway";
}

.section-home .home-content-container-lines .background-line-2 {
  position:absolute;
  right: 0%;
  top: 235%;
  display: inline-block;
  background-color: #5e57b3;
  float: right;
  width: 40%;
  height: 7rem;
  border-radius: 10px 10px 100px 100px;
  /* margin-top: 2rem; */
  padding-left: 5rem;
  font-size: 34px;
}

.section-home .home-content-container-cards {
  position: absolute;
  top: 21%;
  left: 45%;
  width: 51rem;
  z-index: 999;
  display: flex;
  justify-content: right;
  align-items: end;
  flex-wrap: wrap;
}

.section-home .home-content-container-cards .background-card {
  width: 28%;
  height: 15rem;
  margin: 14px 10px;
  background-color: rgba(46, 46, 72, 1);
  border-radius: 10px;
  padding: 1rem;
}

.section-home .home-content-container-cards .background-card h6 {
  font-weight: 400;
}

.section-home .home-content-container-cards .background-card:hover {
  background-color: #332f61;
}

.section-home
  .home-content-container-cards
  .background-card:hover
  .background-card-img {
  background-color: #5952a1;
}

.section-home
  .home-content-container-cards
  .background-card
  .background-card-img {
  width: 35%;
  display: flex;
  justify-content: flex-start;
  background-color: #333258;
  border-radius: 100px;
}
.section-home
  .home-content-container-cards
  .background-card
  .background-card-img-container {
  height: 46%;
  padding-bottom: 2px;
}
.section-home
  .home-content-container-cards
  .background-card
  .background-card-text {
  font-size: 15px;
  font-weight: 300;
  font-family: "Raleway";
  color: #e5e5e5;
  letter-spacing: 0.8px;
  padding-bottom: 6px;
}

.section-home .navbar {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  width: 85%;
  margin: auto;
}

.section-home .navbar .nav-item {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
}

.section-home .navbar .nav-item.active {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
}

.section-home .navbar .home-btn {
  width: 20px;
  padding-bottom: 5px;
}

.section-home .navbar .nav-link {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  opacity: 0.8;
  font-family: "Raleway";
}

.section-home .navbar .nav-link:hover {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  opacity: 0.8;
}

.section-home .navbar .logo-container .navbar-brand {
  margin-right: 0px !important;
  text-align: center;
  width: 60px;
}

.section-home .navbar .logo-container {
  padding-left: 6px;
}

.section-home .home-content {
  display: flex;
  width: 100%;
  height: 100vh;
}

.section-home .home-content .index {
  z-index: 99;
}

.section-home .home-content .home-para {
  font-size: 20px;
  font-weight: 400;
}

.section-home .home-title {
  font-size: 32px;
  font-weight: bold;
}

.section-home .home-text {
  font-size: 20px;
}

.section-home .home-content .demo-btn {
  background-color: #23d1b7;
  border: none;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  padding: 14px 31px;
}

.section-home .home-content .get-btn {
  background-color: #344f97c7;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  padding: 14px 40px;
}

.section-home .home-content .get-btn:hover {
  background-color: #23d1b7;
  border: none;
  border-radius: 5px;
}

.section-home .home-content .home-image {
  position: absolute;
  bottom: 0px;
  width: 530px;
}

.section-home .home-content .log-in-form {
  margin: 40px auto;
  width: 33%;
  height: 50%;
  background: #9b9b9b 0% 0% no-repeat padding-box;
  border: 1px solid #9b9b9b;
  border-radius: 10px;
  opacity: 0.84;
  backdrop-filter: blur(33px);
  -webkit-backdrop-filter: blur(33px);
  padding: 20px;
  text-align: left;
  position: absolute;
  left: 33%;
  bottom: 2%;
  padding-left: 50px;
  padding-right: 50px;
  color: #fff;
}

.section-home .home-content .log-in-form .text-holder-design {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid white;
  border-radius: 0px;
  color: #fff;
}

.section-home .home-content .log-in-form .text-holder-design:focus {
  box-shadow: none;
}

.section-home .home-content .log-in-form input::-webkit-input-placeholder {
  color: white;
  color: #fff;
}

.section-home .home-content .log-in-form .form-check {
  position: absolute;
  right: 0%;
  color: #fff;
}

.section-home .home-content .log-in-form .submit-home {
  background-color: #5e57b3;
  color: #fff;
  border-radius: 20px;
  opacity: 1;
  margin-top: 45px;
}

.section-home video {
  width: 100% !important;
  height: auto !important;
  margin-bottom: -10px !important;
}

.section-home .partners {
  background: #426aa499;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 120px;
  width: 100%;
  z-index: 99;
}

.section-home .partners .glide__slide {
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-home .partners .glide__track {
  height: 120px;
  width: 85%;
  margin: 0 auto;
}

.section-home .partners .glide__arrow {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.section-home .partners .partner-img {
  padding: 10px 29px;
}

.section-home .partners .partner-img:hover {
  background-color: #3281aa;
  cursor: pointer !important;
  border-radius: 10px;
  padding: 10px 29px;
}

.section-home .video-bg {
  overflow: hidden;
  left: 0;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 1;
}

.section-home .video-bg video {
  width: 100%;
}

.section-service {
  overflow: hidden !important;
  min-height: 100vh !important;
}

.section-service .nav-pills .nav-link,
.nav-pills > .nav-link {
  opacity: 0.49;
  text-align: left;
}

.section-service .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  opacity: 1;
  background: transparent;
}

.section-service .nav-pills .inactive.active,
.nav-pills .show > .inactive {
  opacity: 1;
  background-image: linear-gradient(#5E57B3, #292850) !important;
}

.section-service .nav-pills .inactive,
.nav-pills > .inactive {
  opacity: 0.69;
  background-image: linear-gradient(#BDBDBD, #BDBDBD) !important;
}

.section-service .features-lhs {
  height: calc(100vh - 290px);
  overflow-y: scroll;
  overflow-x: hidden;
}

.section-service .features-icon {
  width: 58%;
  float: right;
}

.section-contact-us {
  width: 100%;
  min-height: 100vh;
}

.btn-tocenter {
  /* position: absolute;
  bottom: 0; */
  text-align: center;
  width: 100%;
}

.section-client {
  overflow: hidden;
  background-color: white;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow-x: hidden !important;
  min-height: 60vh;
  width: 100%;
}

/* rating */
.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

:root {
  --star-size: 35px;
  --star-color: rgb(155, 149, 149);
  --star-background: #fc0;
}

.Stars {
  --percent: calc(var(--rating) / 5 * 100%);

  display: inline-block;
  font-size: var(--star-size);
  font-family: "Raleway";
  line-height: 1;
}

.Stars::before {
  content: "★★★★★";
  letter-spacing: 1px;
  background: linear-gradient(
    90deg,
    var(--star-background) var(--percent),
    var(--star-color) var(--percent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-program {
  background-color: #dfdfdf;
}

.read-more {
  display: none;
}

.section-contact-us,
.section-roadmap {
  overflow: hidden !important;
}

.service-card {
  /* width: 250px; */
  border-radius: 10px;
  border: 0;
  box-shadow: 0.6px;
  margin: 10px;
  background-color: #2e2e48;
  opacity: 1;
  transition: 0.5s all ease !important;
  color: white;
  min-width: 85%;
}

.service-card:focus {
  cursor: pointer;
  background-color: #5e57b3;
}

.service-card .card-title {
  padding-top: 13px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.service-card .card-body .card-text {
  font-size: 14px;
  font-weight: 400;
}

/* .service-card:hover .card-body .card-title {
  color: #5f5858;
  opacity: 0.6;
}

.service-card:hover .card-body .card-text {
  color: #5f5858;
  opacity: 0.6;
}

.service-card:hover .read-more {
  display: block;
  position: absolute;
  left: 2.5rem;
  top: 9rem;
} */

/* .service-card:hover .service-img {
  background-color: transparent;
} */

.service-card .service-img {
  width: 48px;
  /* background-color: #f9fafb; */
  background-color: transparent;
  margin: 0px auto;
}

.service-card .read-btn {
  background-color: #23d1b7;
  border: none;
  border-radius: 10px;
  color: #fff;
  padding: 15px 66px;
}

.section-service .service-cards {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: 100%;
  font-size: 16px;
  padding-left: 9rem;
}

.section-service .features-rhs {
  color: #2e2e48;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  flex-direction: column;
  align-items: center;
  height: calc(100vh - 195px);
  /* margin: auto; */
}

.section-service .features-rhs .tab-pane {
  width: 100%;
}

.section-service .features-slideshow-display {
  width: 92%;
  margin: 0 0 0 10%;
}

.feature-title-display {
  color: #2e2e48;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 12px;
}

.feature-text-display {
  color: #2E2E48;
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  /* text-align: justify;
  word-break: break-all; */
  text-justify: inter-word;
}

/* about-section */
.section-program {
  min-height: 100vh;
}

.section-program .about-bg .about-img {
  width: 75% !important;
  height: 100% !important;
}

.section-contact-us .section-contact-us-lhs{
  background: #2E2E48;
  background-repeat: no-repeat;
  background-image: url(../assets/images/About\ BG.png);
  background-size: cover;
  color: #fff;
  min-height: 100vh;
  padding: 0;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-contact-us .section-contact-us-rhs{
  padding: 0;
  min-height: 100vh;
  background: #2E2E48;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-us-title {
  letter-spacing: var(--unnamed-character-spacing-11);
  text-align: center;
  letter-spacing: 11px;
  color: #2e2e48;
  text-transform: uppercase;
  opacity: 1;
  font-size: 16px;
  font-weight: bold;
}

.about-us-content {
  text-align: left;
  color: #2e2e48;
  opacity: 1;
  font-size: 16px;
  font-weight: 350;
  text-align: justify;
  text-justify: inter-word;
}

.section-highlights .progress-container:hover .percent-popup{
  display: flex;
}

.section-highlights .percent-popup{
  height: 45px;
  width: 45px;
  background-color: #2D2C55;
  position: absolute;
  top: -11px;
  z-index: 1000;
  border-radius: 100px;
  color: white;
  display: none;
  justify-content: center;
  align-items: center;
  margin-left: -22px;
  margin-right: 5px;
  opacity: 0.8;
  border: 2px solid white;
  font-weight: 500;
}

.about-content {
  width: 53%;
  margin: 5rem 0rem;
}

.about-content .content {
  font-family: "Raleway", sans-serif;
  letter-spacing: 8px;
  word-spacing: 8px;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15%;
}

.about-content .about {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  letter-spacing: 5px;
  word-spacing: 4px;
}

.about-content .title {
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 1px;
  word-spacing: 4px;
}

.about-content .para {
  color: #E9E9E9;
  font-size: 16px;
  font-weight: 300;
}

.about-content ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;
}
.about-content ol li {
  margin: 0 0 0.5rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 12px;
}
.about-content ol li::before {
  content: counter(my-awesome-counter);
  color: black;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  --size: 15px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 4px;
  background: white;
  border-radius: 50%;
  text-align: center;
  box-shadow: 1px 1px 0 rgb(29, 15, 15);
}

.about-content .visit-link {
  color: #e9e9e9;
  font-style: italic;
  font-weight: 600;
  text-decoration: underline;
}

.about-content .visit-link:hover {
  cursor: pointer;
}

.about-content .link {
  color: #ffffff;
}

.about-content .link .download-png:hover {
  cursor: pointer;
}

.about-content .link p {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 1px;
}

.section-program .register-form .form-control {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  border: none;
  padding: 15px;
  border-radius: 10px;
}

.section-program .register-form .form-control:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.section-program .register-form .form-check-label {
  font-size: 16px;
  font-weight: 400;
  color: #949393;
}

.section-program .register-form .form-check-input {
  border: none;
}

.section-program .register-form .form-check-input:hover {
  cursor: pointer;
}

.section-program .register-form .form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.section-program .register-form .form-check-input:checked {
  background-color: #292f33;
  border-color: #0d6efd;
}

.section-program .sub-para {
  text-align: left;
  font-size: 18px;
  font-weight: 300px;
  padding-top: 40px;
}

/* clients-section */
.clients .para {
  color: #f1f1f2;
  font-weight: 300;
  font-size: 16px;
  text-align: left;
  height: 14vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.clients .client-info {
  color: #f1f1f2;
  font-weight: 300;
  font-size: 16px;
}

.clients .glide__track {
  width: 80%;
  margin: 0 auto;
}

.clients .glide__arrow {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.clients .glide__arrow .fa-chevron-left,
.clients .glide__arrow .fa-chevron-right {
  color: #2f92b1;
}

/* contact-section */
.contact-details {
  overflow-y: auto;
}

.contact-details .fa-twitter-square {
  color: #3281aa;
}

.contact-form .contact-title {
  font-size: 24px;
  font-weight: bold;
  color: #848484;
}

.contact-form .contact-para {
  font-size: 22px;
  font-weight: 400;
  color: #848484;
}

.contact-form .bgf-img {
  width: 200px;
}

.contact-form .contact-form-main .form-control,
.contact-form .contact-form-main .form-select {
  font-size: 16px;
  font-weight: 400;
  color: #949393;
  padding: 15px;
  border-radius: 10px;
}

.contact-form .contact-form-main .form-control:focus,
.contact-form .contact-form-main .form-select:focus {
  border-color: #ced4da;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-form,
.contact-details {
  height: 550px;
  background-color: #fff;
  border-radius: 10px;
  border: none;
}

.send-btn,
.sign-btn {
  background: linear-gradient(#343361, #292850);
  border: none;
  border-radius: 30px;
  color: #fff;
  width: 40%;
}

.send-btn:hover,
.sign-btn:hover {
  background: linear-gradient(#343361, #292850);
  border: none;
  border-radius: 30px;
  color: #fff;
  width: 40%;
}

.detail-one {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 3px 6px 9px 2px rgba(0, 0, 0, 0.37);
  box-shadow: 3px 6px 9px 2px rgba(0, 0, 0, 0.37);
  /* box-shadow   : 5px 10px #888888; */
}

/* project  section linear-gradient(150deg, rgba(22, 62, 148, 1) 10%, rgba(33, 148, 148, 1) 100%);*/
.section-projects {
  background-repeat: no-repeat;
  background-image: url(../assets/images/Repeat.png);
  background-size: cover;
  color: #fff;
  padding: 0 9% 0% 9%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  min-height: 100vh;
}

.section-resources {
  background-repeat: no-repeat;
  background-image: url(../assets/images/Resources_BG.jpg);
  background-size: cover;
  color: #fff;
  padding: 0 8% 0% 8%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  min-height: 100vh;
}

.section-process {
  min-height: 60vh;
  width: 100%;
}

.section-discover,.section-highlights  {
  min-height: 100vh;
  width: 100%;
}

.section-discover .discover-main-container ,.section-highlights .highlights-main-container{
  min-height: calc(100vh - 150px);
}

.section-highlights .progress {
  margin-top: 4px;
  border-radius: 4rem;
  position: relative;
}

.section-highlights .progress-bar {
  border-radius: 4rem;
  position: absolute;
  left: 0;
  height: 100%;
  background-color: #3E3B78;
}

.section-highlights .back-status{
  background-color: #5E57B3;
}

.section-highlights .highlightsSteps{
  position: absolute;
  left: 13%;
  display: flex;
  justify-content: space-evenly;
}

.tooltip.show {
  opacity: 1;
  border: 1px solid #00000000;
}

.tooltip-inner {
  background-color: #2D2C55;
  border-radius: 35px;
  color: #DFDFDF;
  opacity: 1 !important;
  padding: 10px;
}

.section-discover .discover-lhs {
  height: calc(100vh - 150px)
}

.section-discover .discover-rhs {
  text-align: center;
  height: calc(100vh - 150px);
}

.section-discover .discover-rhs-img-container{
  margin: auto;
  width: 100%;
  height: 75%;
}

.section-discover  .discover-rhs-text{
  height: 20%;
  width: 90%;
  margin: 50px 2rem;
  font-family: "Raleway";
  font-size: 14px;
  font-weight: 600;
}

.section-discover  .discover-rhs-text .explore-text{
  color: #5e5eb7;
}

.section-discover .discover-lhs .discover-lhs-btn {
  height: 17%;
  width: 100%;
  margin: 2% 0px;
}

.section-discover .discover-lhs .discover-lhs-img-1 {
  background-image: url("../assets/images/Group 1427.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#v-pills-11-tab.active,
.nav-pills .show > .nav-link{
  background-image: url("../assets/images/Group 14270.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.section-discover .discover-lhs .discover-lhs-img-2 {
  background-image: url("../assets/images/Group 1428.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#v-pills-22-tab.active,
.nav-pills .show > .nav-link {
  background-image: url("../assets/images/Group 1428o.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.section-discover .discover-lhs .discover-lhs-img-3 {
  background-image: url("../assets/images/Group 1429.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#v-pills-33-tab.active,
.nav-pills .show > .nav-link{
  background-image: url("../assets/images/Group 1429o.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.section-discover .discover-lhs .discover-lhs-img-4 {
  background-image: url("../assets/images/Group 1430.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#v-pills-44-tab.active,
.nav-pills .show > .nav-link{
  background-image: url("../assets/images/Group 1430o.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.section-discover .discover-lhs .discover-lhs-img-5 {
  background-image: url("../assets/images/Group 1431.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#v-pills-55-tab.active,
.nav-pills .show > .nav-link{
  background-image: url("../assets/images/Group 1431o.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.section-discover .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent !important;
}

.section-discover .section-resources .nav-pills .nav-link,
.section-discover .nav-pills > .nav-link {
  opacity: 1;
}

.border-right {
  border-right: 1px solid white;
}

.section-projects .projects {
  margin: 90px auto 0px auto;
  /* display: -webkit-box;
  display: -ms-flexbox; */
  /* display: flex; */
  /* position: relative; */
  /* -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
}

.section-resources .resources-features {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}

/* .section-resources .resources-features .resources-feature:hover,.section-resources .resources-features .resources-feature:active{
  border-bottom: 4px solid  #0a58ca;
} */

.section-resources .resources-features .resources-feature {
  height: 100%;
  flex-basis: 16%;
}

.section-resources .resources-features .resources-feature .title-height{
  min-height: 6rem;
}

.section-resources .ms-file-support {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  /* height: calc(100vh - 630px); */
}

.section-resources .ms-file-support .ms-file {
  min-height: 11rem;
  /* margin: 0px 21px; */
  width: 18%;
}

.dHide{
  display :none;
}

.section-resources .ms-file-support .ms-file:hover{
  color: #4c4c663d;
  background-color: #2E2E48;
  border: 1px solid #ffffff;
  border-radius: 8px;
  z-index: 99;
}

.section-resources .ms-file-support .ms-file:hover > .ms-file-img{
  opacity: 0.1;
}


.section-resources .ms-file-support .ms-file:hover > .download-file{
  display: block;
  z-index: 99;
}

.section-resources .ms-file-support .ms-file .download-file {
  display: none;
  position: absolute;
  top: 47%;
  left: 7%;
  right: 20%;
  background-color: #5e57b3;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  border-radius: 63px;
  border: 0 !important;
  font-family: "Raleway";
  letter-spacing: 0.5px;
  padding: -6px 10px !important;
  width: 85%;
  text-decoration: none;
}

/* .section-resources .ms-file-support .ms-file .download-file:hover {
  border-bottom: 1px solid #0a58ca;
  color: #0a58ca;
}

.section-resources .ms-file-support .ms-file .download-file:hover .down-img {
  background-color: #0a58ca;
} */

.section-resources .ms-file-support .ms-file .ms-file-img {
  height: 5rem;
  width: 40%;
  margin: auto;
}

.section-resources .ms-file-support .ms-file .ms-file-title {
  min-height: 6rem;
  padding: 0rem 13px;
}

.section-resources .ms-file-support .ms-line {
  height: 12rem;
  width: 1px;
  background-color: grey;
}

.section-resources .nav-pills .nav-link,
.nav-pills > .nav-link {
  opacity: 0.3;
}

.section-resources .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent;
  opacity: 1;
  border-bottom: 4px solid #5e57b3;
}

.section-resources .nav-link {
  color: #fff;
}

.section-resources .border-right{
  border-right: 1px solid #5e57b3;
}
.section-resources .border-bottom{
  border-bottom: 1px solid #5e57b3 !important;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
}

.section-resources .resource-rhs{
  border: 2px solid #5e57b3;
}

.section-resources .dropdown .btn-secondary{
  background-color: #5e57b3;
  border-color: #5E57B3;
}

.section-resources .resource-rhs .scroll-height{
  height: calc(100vh - 309px) !important;
  overflow-y: scroll;
}

.section-resources .resource-rhs .scroll-height::-webkit-scrollbar-thumb {
  background: #5e57b3;        /* color of the tracking area */
}

.section-resources .border-bottom{
  border-bottom: 1px solid #5e57b3;
}

.section-resources .resource-seperator{
  width: 4px;
  height: calc(100vh - 245px);
  background: #5e57b3;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.section-projects .projects .project-text-container .default-line {
  display: inline-block;
  background-color: grey;
  width: 2px;
  margin-right: 10px;
}

.section-projects .projects .tab-content .smart-title {
  font-size: 16px;
  color: #dfdfdf;
}

.section-projects .projects .tab-content .smart-list {
  width: 400px;
}

.section-projects .projects .tab-content .smart-list li {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

.section-projects .projects .project-text-container {
  display: flex;
}

.section-projects .nav-pills {
  display: flex;
  flex-direction: column;
}

.section-projects .nav-pills .nav-link {
  background: linear-gradient(#343361, #292850);
  color: #fff;
  padding: 20px 20px;
  width: 225px;
  border-radius: 10px 10px 10px 10px;
}

.section-projects .nav-pills .nav-link:active,
.section-projects .nav-pills .nav-link.active {
  background: #5e57b3 !important;
  font-weight: 600;
}

.section-projects .clicked {
  background: #5e57b3 !important;
  font-weight: 600;
}

.section-projects .project-img {
  text-align: center;
}

.section-projects .project-rhs {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 100px;
}

.section-projects .project-img img {
  width: 75%;
}

.section-projects .get-started-btn {
  background-color: #5e57b3;
  color: #fff;
  font-weight: 600;
  opacity: 0.6;
  border-radius: 20px;
  border: 0;
}

/* Roadmap-section */

.section-roadmap {
  background: url(../assets/images/Untitfg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow-x: hidden !important;
  width: 100%;
  color: white !important;
}

.section-roadmap .roadmap .heading {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #fff;
  letter-spacing: 8px;
  word-spacing: 6px;
  font-size: 20px;
}
/* footer-section */
.footer-main {
  overflow: hidden;
  background-color: #181735;
  color: #fff;
  min-height       : 26vh;
  position: relative;
  font-size: 12px;
  font-family: "Raleway";
}

.footer-main .text-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
}

.footer-main .chatbot {
  width: 114px;
  position: fixed;
  bottom: -20px;
  right: -25px;
  z-index: 9999 !important;
  font-size: 12px;
  cursor: pointer;
}

 .chat__body{
  background-color: #282550b7 !important;
  color: #fff;
}


.footer-main .comp-logo {
  width: 200px;
  cursor: pointer;
}
.footer-main .smedia {
  width: 20px;
  cursor: pointer;
  font-family: "Raleway";
}

.footer-main .rights-resered{
  font-family: "Raleway";
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.timeline-main {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.section-roadmap .container .sub-sub-heading {
  font-size: 18px;
}

.timeline-main .background-topic {
  font-weight: 500;
  font-size: 16px;
}

.timeline-main .years {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 44%;
}

.item-right {
  float: right;
  text-align: end;
}

.timeline-main .time-size {
  width: 20%;
}

.timeline-main .timeline-lhs .background-title {
  color: #fff;
  text-align: center;
  width: 100% !important;
  font-size: 14px;
  border-radius: 50px;
  letter-spacing: 0.9px;
  background-color: #5e57b3;
  flex: 1 1 60%;
}

.timeline-main .timeline-lhs {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.timeline-main .timeline-lhs .which-year {
  background-color: #ffffff;
  color: #000;
  border-radius: 10px;
  font-weight: bold;
}

.timeline-main .year-1,
.timeline-main .year-2,
.timeline-main .year-3 {
  height: 15rem;
}

.timeline-main .timeline-rhs .year-1-content,
.timeline-main .timeline-rhs .year-3-content {
  height: 15rem;
  color: #dfdfdf;
}

.timeline-rhs {
  width: 44%;
}

.timeline-main .timeline-rhs ul,
.timeline-main .timeline-data ul {
  list-style: none;
}

.timeline-main .years .timeline-data {
  height: 15rem;
}

.timeline-main .years .timeline-data ul {
  text-align: right;
}

.timeline-data .time-data {
  text-align: left;
}

.year-2 .timeline-lhs {
  display: flex;
  justify-content: flex-start !important;
  align-items: flex-start;
}

.timeline-main .timeline-data ul .data-item {
  color: #dfdfdf;
}

.timeline-main .timeline-data ul .item-2019 {
  color: #fff;
  border-radius: 20px;
  opacity: 1;
}

.timeline-main .timeline-data ul .item-2020 {
  color: #fff;
  border-radius: 20px;
  opacity: 1;
}

.timeline-main .timeline-data ul .item-2021 {
  color: #fff;
  border-radius: 20px;
  opacity: 1;
}

.current-timeline {
  background-color: white;
  color: black;
  border-radius: 10px;
  opacity: 1;
  padding-left: 15px;
}

.timeline {
  width: 10%;
}

.timeline .timeline-list {
  padding: 0;
  position: relative;
}

.timeline .default-line {
  content: "";
  position: absolute;
  left: 48% !important;
  top: 2%;
  width: 2px !important;
  background: grey !important;
  height: 700px !important;
}

.timeline .draw-line {
  width: 2px;
  height: 0;
  position: absolute;
  left: 48%;
  top: 2%;
  background: grey;
}

.timeline .timeline-inlist {
  list-style-type: none;
  position: relative;
  margin: 0 auto;
  height: 15rem;
  width: 42px;
}

.timeline .timeline-inlist::before {
  content: "";
  position: absolute;
  left: 46%;
  top: 4%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 32px;
  height: 10px;
  border-radius: 20px;
  background: inherit;
  background: grey;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.timeline .timeline-inlist.in-view {
  -webkit-transition: 0.125s ease-in-out, background-color 0.2s ease-out,
    color 0.1s ease-out, border 0.1s ease-out;
  transition: 0.125s ease-in-out, background-color 0.2s ease-out,
    color 0.1s ease-out, border 0.1s ease-out;
}

.timeline .timeline-inlist.in-view::before {
  content: "";
  position: absolute;
  left: 46%;
  top: 4%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 20px;
  background-image: url("https://sg0duxoli5-flywheel.netdna-ssl.com/wp-content/themes/inspired_elearning_theme/images/check-dark.svg");
  background-color: grey;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.125s ease-in-out, background-color 0.2s ease-out,
    color 0.1s ease-out, border 0.1s ease-out;
  transition: 0.125s ease-in-out, background-color 0.2s ease-out,
    color 0.1s ease-out, border 0.1s ease-out;
}

.sectiom-learnmore {
  background-repeat: no-repeat;
  background-image: url(../assets/images/library-book-information.png);
  background-size: cover;
  color: #e9e9e9;
  padding-top: 4%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  min-height: 40vh;
}

.title-learnmore {
  letter-spacing: 1px;
  color: #ffffff;
  opacity: 1;
  word-spacing: 3px;
  font-size: 18px;
  font-weight: 400;
}

.content-learnmore {
  display: flex;
  justify-content: left;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #e5e5e5a3;
  letter-spacing: 0.5px;
}

.under_line {
  color: white;
  text-decoration: none;
  background-color: #5e57b3;
  display: inline-block;
  border-radius: 50px;
  font-size: 12px;
}
.under_line:hover {
  text-decoration: underline;
  color: white;
  text-decoration: none;
  background-color: #908db6;
  cursor: pointer;
  font-size: 12px;
}

.approch {
  margin: 0rem 4rem;
}

.approch-lhs{
  height: calc(100vh - 135px);
}

.approch-rhs{
  height: calc(100vh - 135px);
}

.caseStudyParent{
  height: calc(100vh - 100px);
}

.approch .approch-lhs ul li {
  margin: 1em 0;
  padding-left: 15px;
  word-break: break-all;
}

.custom-1{
  overflow: auto;
  height: 70%;
}

.approch .approch-lhs .custom-1 li::marker {
  color: #5e57b3;
  font-size: 115%;
  margin-top: 2rem;
}

.approch .approch-rhs ul li {
  margin: 1em 0;
  padding-left: 47px;
}

.approch .approch-rhs .custom-2, .custom-3 {
  list-style: none;
  position: relative;
}

.custom-3 ol, ul {
  padding: 0rem 1.2rem;
}

.approch .approch-rhs .custom-2 li::before {
  content: url("../assets/images/Icon\ awesome-exchange-alt.svg");
  font-weight: bold;
  display: inline-block;
  position: absolute;
  left: 10px;
  padding-top: 5px;
}

.custom-3 li::before{
  content: url("../assets/images/Path\ 10083\ \(1\).svg");
  font-weight: bold;
  display: inline-block;
  position: absolute;
  left: 10px;
  /* padding-top: 5px; */
}

.approch .approch-rhs {
  color: #e9e9e9;
}

.approch .approch-img-container {
  height: 50%;
  width: 100%;
}

.approch .approch-need-result {
  width: 90%;
  height: 50%;
}

.approch .approch-img {
  height: 100%;
  width: 87%;
  border: 6px solid #5e57b3;
  border-radius: 10px;
}



.approch .approch-img .approch-img-final{
  background-image: url("../assets/images/casestudy-image.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.approch .approch-img .approch-img-final:hover{
  background-image: url("../assets/images/dark_img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.approch .approch-img:hover > .approch-img-text {
  display: none;
}
.approch .approch-img:hover > .approch-img-button {
  display: block;
}

.approch .approch-img-text {
  display: block;
  position: absolute;
  top: 20%;
  left: 8%;
  text-align: center;
  width: 54%;
  color: #e9e9e9;
  font-size: 16px;
}

.approch .approch-img-text h4 {
  color: #fff;
  letter-spacing: 11px;
  text-transform: uppercase;
  font-size: 18px;
  padding-bottom: 10px;
}

.approch .approch-img-button {
  display: none;
  position: absolute;
  top: 45%;
  left: 34%;
  text-align: center;
}

.approch .approch-img-button:hover + .approch-img-final {
  background-image: url("../assets/images/dark_img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.approch .apporach-download {
  text-align: right;
  padding-bottom: 2%;
}

.approch .apporach-download .download-file {
  display: inline-block;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  text-transform: none;
}

.approch .approch-rhs-img {
  width: 100px;
}

.approch .approch-rhs-img-text {
  width: 50%;
  margin: auto 1rem !important;
  color: #fff;
}

.approch .approct-title {
  background-color: #5e57b3;
  color: #fff;
  border-radius: 10px;
  text-align: center;
}

.approch .approch-rhs .scroll-color {
  height: 51%;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* Handle */
.approch .approch-rhs .scroll-color::-webkit-scrollbar-thumb {
  background: rgb(128, 123, 123);
}

.approch .approch-need,
.approch .approch-result {
  text-align: left;
  color: #e9e9e9;
  height: 100%;
}

.inline-block {
  display: inline-block;
}

.go-top {
  position: fixed;
  bottom: 110px;
  right: 13px;
  /* padding: 15px 23px; */
  cursor: pointer;
  z-index: 99999;
  /* background: linear-gradient(#5e57b3, #292850); */
  color: #fff !important;
  width: 74px;
  border-radius: 100px;
}

/* .go-top::before{
  font-family: "Font Awesome 5 Free";
  content: "/f176";
} */

.go-top-text {
	position: absolute;
	width: 60px;
	text-align: center;
	font-family: 'Questrial';
	line-height: 1.5;
	letter-spacing: 3px;
	font-size: 12px;
	margin: 20px 0 0 -4px;
}

.go-top:hover {
	transition: all .4s linear;
	transform: scale(1.05);
}

.backgroundDiv{
  /* height: 100vh; */
  width: 100%;
  background-image: url(../assets/images/MicrosoftTeams-image\ \(5\).png);
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  padding: 0px;
  margin: 0px;
}
.createIssueDiv{
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.listedIssueDiv{
  height: 80vh;
  padding: 25px;
  overflow: auto;
  justify-content: center;
  width: 100%;
  color: #fff;
  flex-direction: column;
  justify-content: start;
}

.revisionHistory p{
  font-weight: 400;
  color: #e5e5e5;
  opacity: 0.75;
}

.revisionHistory u{
  font-weight: 600;
  color: #fff;
  opacity: 1;
}

.listedIssueDiv .form-select {
  color: #fff;
  background: transparent;
}
.listedIssueDiv .table ,#issueList_filter,#issueList_filter input,#issueList_length,#issueList_info,.dataTables_wrapper .dataTables_length select{
  color: #fff !important;
}
#issueList_length option,.listedIssueDiv .form-select option{
  color: #000;
} 
.dataTables_wrapper .dataTables_paginate .paginate_buttons:hover ,.dataTables_wrapper .dataTables_paginate .paginate_buttons{
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 0.8em;
  margin-left: 10px;
  text-align: center;
  text-decoration: none !important;
  cursor: default;
  color: #fff !important;
  /* border: 1px solid transparent; */
  background: linear-gradient(#5e57b3, #292850) !important;
  box-shadow: none;
  border-radius: 11px;
}

.createIssueBackground{
  padding: 3% 11%;
  /* margin: 2% 0% 5% 0%; */
  width: 65%;
  background-color: #dfdfdf42 !important;
  border-radius: 10px;
  color: #fff;
  font-weight: 350;
  height: calc(100vh - 340px);
  overflow: auto;
}
.createIssueText{
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family : Roboto;
}
.buttonDesign {
  background-image: linear-gradient(#5e57b3, #292850) !important;
  color: #fff !important;
  font-weight: 600;
  border-radius: 50px;
  border: 0;
  margin-left: 17%;
}
.form-select{
  color: #7A7A7A;
}

.text-left{
  width: 65%;
  text-align: left !important;
  color: #fff;
}

.collapsContent{
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  margin-bottom: 4%;
  border-radius: 10px;
}
.closeIconDiv{
  position: absolute;
  right: 0;
  width: 2%;
}

@media (max-width: 1099px) {
  .contact-us-rhs {
    padding-top: 5.5% !important;
    padding-right: 11%;
    padding-left: 0%;
  }
  .about-us-content {
    font-size: 14px !important;
  }
  .git-big {
    margin-top: 3rem !important;
  }
  .section-client .carousel-indicators {
    bottom: 4% !important;
  }
}

@media (min-width: 1240px) {
  .resources-content .videoInsert {
    display: block;
    width: 100%;
    height: 100%;
  }
  .resources-content .swiper-wrapper {
    height: 360px;
  }
  .resources-content .swiper-slide {
    z-index: 9 !important;
  }
  .resources-content
    .swiper-slide.swiper-slide-visible.swiper-slide-active
    .videoInsert {
    border-top: 2px solid black;
    position: absolute;
    z-index: 10 !important;
  }
  .resources-content
    .swiper-slide.swiper-slide-visible.swiper-slide-active:before {
    content: "";
    width: 517px;
    background: url(./../assets/images/new-laptop.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: -55px;
    right: 0;
    top: -16px;
    height: 482px;
    z-index: 8;
    margin: auto;
  }
  .timeline .default-line {
    content: "";
    position: absolute;
    left: 14%;
    top: 2%;
    width: 4px;
    background: #64a3c4;
    height: 410px;
  }
  .section-projects .projects .tab-content .smart-list {
    width: 366px;
  }
}

@media (max-width: 1299px) {
  .approch .approch-img-button {
    top: 45%;
    left: 29%;
  }
  .approch .approch-img-text {
    top: 20%;
    left: 5%;
    width: 85%;
  }
  /* .approch .approch-img-container {
    height: 49%;
  } */
  .approch .approch-img {
    width: 93%;
  }
  .approch .approch-rhs .scroll-color {
    height: 46%;
  }
  .approch .approch-need-result {
    width: 98%;
    height: 50%;
  }
  .section-home
    .home-content-container-cards
    .background-card
    .background-card-text {
    font-size: 13px;
    margin-top: 5px;
    padding-bottom: 0;
  }
  .section-home
    .home-content-container-cards
    .background-card
    .background-card-img-container {
    height: 31%;
  }
  .section-home .home-content-container-cards .background-card {
    width: 28%;
    height: 13rem;
    margin: 10px 10px;
  }
  .section-home .home-content-container-cards {
    left: 38% !important;
    top: 21% !important;
    width: 42rem;
  }
  .section-home .home-content-container-lines .background-line-1 {
    font-size: 23px;
    padding-left: 3rem;
    padding-top: 39px;
  }
  .section-home .home-content-container-lines .background-content-1 {
    font-size: 11px;
    width: 61%;
  }
  .git {
    /* margin-left: 11rem;
    margin-top: 4rem; */
  }
  .contact-us-rhs {
    padding-top: 5.5% !important;
    padding-right: 11%;
    padding-left: 0%;
  }
  .about-us-content {
    font-size: 1px !important;
  }
  .git-big {
    margin-top: 3rem !important;
  }
  .section-client .carousel-indicators {
    bottom: 4% !important;
  }
}

@media (min-width: 1300px) and (max-width: 1400px) {
  .approch .approch-img-button {
    left: 30%;
  }
  .approch .approch-rhs .scroll-color {
    height: 46%;
  }
  /* .approch .approch-img-container {
    height: 48%;
  } */
  .approch .approch-img-text {
    left: 10%;
    width: 70%;
  }
  .approch .approch-img {
    width: 92%;
  }
  .approch .approch-need-result {
    width: 96%;
  }
  .section-home
    .home-content-container-cards
    .background-card
    .background-card-text {
    font-size: 14px;
    margin-top: 10px;
    padding-bottom: 0;
  }
  .section-home
    .home-content-container-cards
    .background-card
    .background-card-img-container {
    height: 29%;
  }
  .section-home .home-content-container-cards .background-card {
    width: 30%;
    height: 13rem;
    margin: 10px 10px;
  }
  .section-home .home-content-container-cards {
    left: 41% !important;
    top: 21% !important;
    width: 43rem;
  }
  .section-home .home-content-container-lines .background-line-1 {
    font-size: 28px;
    padding-left: 3rem;
    padding-top: 35px;
  }
  .section-home .home-content-container-lines .background-content-1 {
    font-size: 13px;
    width: 57%;
  }
}

@media (min-width: 1400px) and (max-width: 1500px) {
  .approch .approch-img-button {
    left: 32%;
  }
  .approch .approch-rhs .scroll-color {
    height: 46%;
  }
  /* .approch .approch-img-container {
    height: 49%;
  } */
  .approch .approch-img-text {
    left: 20%;
  }
  .approch .approch-img {
    width: 91%;
  }
  .approch .approch-need-result {
    width: 95%;
  }
  .section-home
    .home-content-container-cards
    .background-card
    .background-card-text {
    font-size: 14px;
  }
  .section-home
    .home-content-container-cards
    .background-card
    .background-card-img-container {
    height: 35%;
  }
  .section-home .home-content-container-cards .background-card {
    width: 30%;
    height: 13rem;
    margin: 10px 10px;
  }
  .section-home .home-content-container-cards {
    left: 44% !important;
    top: 21%;
    width: 42rem;
  }
  .section-home .home-content-container-lines .background-line-1 {
    font-size: 29px;
    padding-top: 33px;
    padding-left: 3rem;
  }
  .section-home .home-content-container-lines .background-content-1 {
    font-size: 13px;
    width: 64%;
  }
}

@media (min-width: 1500px) and (max-width: 1600px) {
  .approch .approch-img-button {
    left: 32%;
  }
  .approch .approch-rhs .scroll-color {
    height: 46%;
  }
  /* .approch .approch-img-container {
    height: 51%;
  } */
  .approch .approch-img-text {
    left: 17%;
  }
  .section-home
    .home-content-container-cards
    .background-card
    .background-card-text {
    font-size: 14px;
  }
  .section-home
    .home-content-container-cards
    .background-card
    .background-card-img-container {
    height: 35%;
  }
  .section-home .home-content-container-cards {
    top: 21%;
    left: 44% !important;
    width: 45rem;
  }
  .section-home .home-content-container-lines .background-line-1 {
    padding-top: 37px;
    font-size: 30px;
  }
  .section-home .home-content-container-cards .background-card {
    width: 28%;
    height: 13rem;
  }
  .section-home .home-content-container-lines .background-content-1 {
    font-size: 14px;
    width: 71%;
  }
}

@media (min-width: 1601px) and (max-width: 1750px) {
  .approch .approch-img-button {
    left: 32%;
  }
  .approch .approch-rhs .scroll-color {
    height: 46%;
  }
  /* .approch .approch-img-container {
    height: 53%;
  } */
  .approch .approch-img-text {
    left: 17%;
  }
  .section-home .home-content-container-cards {
    top: 21%;
    left: 40% !important;
  }
  .section-home
    .home-content-container-cards
    .background-card
    .background-card-text {
    font-size: 14px;
  }
  .section-home .home-content-container-lines .background-line-1 {
    padding-top: 27px;
    font-size: 38px;
  }
  .section-home .home-content-container-cards .background-card {
    width: 26%;
    height: 14rem;
  }
  .section-home .home-content-container-lines .background-content-1 {
    font-size: 14px;
    width: 74%;
  }
}

@media (min-width: 1280px) {
  .resources-content .videoInsert {
    display: block;
    width: 100%;
    height: 100%;
  }
  .resources-content .swiper-wrapper {
    height: 360px;
  }
  .resources-content .swiper-slide {
    z-index: 9 !important;
  }
  .resources-content
    .swiper-slide.swiper-slide-visible.swiper-slide-active
    .videoInsert {
    border-top: 2px solid black;
    position: absolute;
    z-index: 10 !important;
  }
  .resources-content
    .swiper-slide.swiper-slide-visible.swiper-slide-active:before {
    content: "";
    width: 533px;
    background: url(./../assets/images/new-laptop.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: -57px;
    right: 0;
    top: -16px;
    height: 482px;
    z-index: 8;
    margin: auto;
  }
  .timeline .default-line {
    content: "";
    position: absolute;
    left: 14%;
    width: 4px;
    background: #64a3c4;
    height: 410px;
  }
  .section-projects .projects .tab-content .smart-list {
    width: 366px;
  }
}

@media (min-width: 1366px) {
  .resources-content .videoInsert {
    display: block;
    width: 100%;
    height: 100%;
  }
  .resources-content .swiper-wrapper {
    height: 360px;
  }
  .resources-content .swiper-slide {
    z-index: 9 !important;
  }
  .resources-content
    .swiper-slide.swiper-slide-visible.swiper-slide-active
    .videoInsert {
    border-top: 2px solid black;
    position: absolute;
    z-index: 10 !important;
    height: 87%;
  }
  .resources-content
    .swiper-slide.swiper-slide-visible.swiper-slide-active:before {
    content: "";
    width: 573px;
    background: url(./../assets/images/new-laptop.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: -64px;
    right: 0;
    top: -16px;
    height: 482px;
    z-index: 8;
    margin: auto;
  }
  .timeline .default-line {
    content: "";
    position: absolute;
    left: 14%;
    width: 4px;
    background: #64a3c4;
    height: 410px;
  }
  .section-projects .projects .tab-content .smart-list {
    width: 366px;
  }
}

@media (min-width: 1440px) {
  .swiper-slide.swiper-slide-visible.swiper-slide-active .videoInsert {
    border-top: 2px solid black;
    position: absolute;
    z-index: 10 !important;
    height: 100%;
  }
  .resources-content
    .swiper-slide.swiper-slide-visible.swiper-slide-active:before {
    content: "";
    width: 600px;
    background: url(./../assets/images/new-laptop.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: -64px;
    right: 0;
    top: -16px;
    height: 482px;
    z-index: 8;
    margin: auto;
  }
}

@media (min-width: 1500px) {
  .resources-content
    .swiper-slide.swiper-slide-visible.swiper-slide-active:before {
    content: "";
    width: 630px;
    background: url(./../assets/images/new-laptop.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: -64px;
    right: 0;
    top: -16px;
    height: 482px;
    z-index: 8;
    margin: auto;
  }
}

@media (min-width: 1536px) {
  .resources-content .videoInsert {
    display: block;
    width: 100%;
    height: 100%;
  }
  .resources-content .swiper-slide {
    z-index: 9 !important;
  }
  .resources-content
    .swiper-slide.swiper-slide-visible.swiper-slide-active
    .videoInsert {
    border-top: 2px solid black;
    position: absolute;
    z-index: 10 !important;
    height: 100%;
  }
  .resources-content
    .swiper-slide.swiper-slide-visible.swiper-slide-active:before {
    content: "";
    width: 636px;
    background: url(./../assets/images/new-laptop.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: -65px;
    right: 0;
    top: -16px;
    height: 450px;
    z-index: 8;
    margin: auto;
  }
  .section-projects .projects .tab-content .smart-list {
    width: 458px;
  }
}

@media (max-width: 1549px) {
  .contact-us-rhs {
    padding-top: 5% !important;
    padding-right: 11%;
    padding-left: 0%;
  }
  .about-us-content {
    font-size: 15px !important;
  }
  .git-big {
    margin-top: 3rem !important;
  }
  .section-client .carousel-indicators {
    bottom: 4% !important;
  }
}

@media (min-width: 1550px) {
  .contact-us-rhs {
    padding-top: 3.5% !important;
    padding-right: 15%;
    padding-left: 0%;
  }
  .about-us-content {
    font-size: 15px !important;
  }
  .git-big {
    margin-top: 3rem !important;
  }
  .section-client .carousel-indicators {
    bottom: -2% !important;
  }
}

@media (min-width: 1600px) {
  .resources-content
    .swiper-slide.swiper-slide-visible.swiper-slide-active:before {
    content: "";
    width: 664px;
    background: url(./../assets/images/new-laptop.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: -69px;
    right: 0;
    top: -16px;
    height: 450px;
    z-index: 8;
    margin: auto;
  }
}

@media (min-width: 1700px) {
  .resources-content
    .swiper-slide.swiper-slide-visible.swiper-slide-active:before {
    content: "";
    width: 702px;
    background: url(./../assets/images/new-laptop.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: -69px;
    right: 0;
    top: -16px;
    height: 450px;
    z-index: 8;
    margin: auto;
  }
}

@media (min-width: 1775px) {
  .contact-us-rhs {
    padding-top: 3.5% !important;
    padding-right: 18%;
    padding-left: 0%;
  }
  .git-big {
    margin-top: 3rem !important;
  }
}

@media (min-width: 1920px) {
  .section-discover .discover-lhs{
    height: 87%;
  }
  .section-resources .ms-file-support{
    height: calc(100vh - 630px);
  }
  .section-discover .discover-main-container {
    height: calc(100vh - 300px);
}
  .section-discover .discover-rhs-img-container{
    width: 109%;
    height: 65%;
  }
  .contact-form,
  .contact-details {
    height: 740px;
  }
  .section-home {
    background-size: cover;
  }
  .section-projects .project-img {
    top: 49%;
  }
  .sub-heading,
  .subroad-heading {
    font-size: 16px;
  }
  .sub-para {
    font-size: 28px;
  }
  .section-home .navbar .nav-link {
    font-size: 16px;
    font-weight: 400;
  }
  .section-home .navbar .nav-link:hover {
    font-size: 16px;
    font-weight: 400;
  }
  .section-home .home-content .home-para {
    font-size: 18px;
  }
  .section-home .home-content .home-title {
    font-size: 38px;
  }
  .section-home .home-content .demo-btn {
    font-size: 16px;
  }
  .section-home .home-content .get-btn {
    font-size: 16px;
  }
  .service-card .card-body .card-title {
    font-size: 24px;
  }
  .service-card .card-body .card-text {
    font-size: 24px;
  }
  .section-program .about-content .content {
    font-size: 16px;
  }
  .section-program .about-content .about {
    font-size: 20px;
  }
  .section-program .about-content .para {
    font-size: 18px;
  }
  .clients .client-dir {
    font-size: 24px;
  }
  .clients .client-info {
    font-size: 24px;
  }
  .contact-form .contact-title {
    font-size: 26px;
  }
  .contact-form .contact-para {
    font-size: 24px;
  }
  .section-projects .projects .tab-content .smart-title {
    font-size: 24px;
  }
  .section-projects .projects .tab-content .smart-list li {
    font-size: 22px;
    color: #fff;
    font-weight: 350;
  }
  .service-card {
    width: 20rem;
    height: 410px;
    border: 0;
  }
  .service-card:focus {
    display: block;
    position: absolute;
    top: 50%;
    left: 18%;
  }
  .resources-content .videoInsert {
    display: block;
    width: 100%;
    height: 100%;
  }
  .resources-content .swiper-wrapper {
    height: 360px;
  }
  .resources-content .swiper-slide {
    z-index: 9 !important;
  }
  .resources-content
    .swiper-slide.swiper-slide-visible.swiper-slide-active
    .videoInsert {
    border-top: 2px solid black;
    position: absolute;
    z-index: 10 !important;
    height: 120%;
  }
  .resources-content
    .swiper-slide.swiper-slide-visible.swiper-slide-active:before {
    content: "";
    width: 804px;
    background: url(./../assets/images/new-laptop.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: -86px;
    right: 0;
    top: -16px;
    height: 482px;
    z-index: 8;
    margin: auto;
  }
}

*::-webkit-scrollbar {
  width: 0.4em;
}

*::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  box-shadow: none;
}

*::-webkit-scrollbar-thumb {
  background-color: #cbcbcb;
  outline: 1px solid transparent;
  border-radius: 15px;
}
/*# sourceMappingURL=style.css.map */
