/*
Project Name: Emergence;
CSS Author: Vishal Agrahari;
Framework Used: Bootstrap V5;
Connect at: https://www.linkedin.com/in/coder-vish/;
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html body {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #2F2C2C;
}

.bg-1 {
  background-color: #B7222D;
}

.bg-2 {
  background-color: #0A5D7B;
}

.bg-3 {
  background-color: #F68900;
}

.bg-4 {
  background-color: #0D395C;
}

.bg-5 {
  background-color: #219EBC;
}

.bg-6 {
  background-color: #120C6E;
}

.bg-light-red {
  background-color: #F9EEE3;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.oswald-light {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

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

.ff-oswald {
  font-family: "Oswald", sans-serif;
}

.ff-poppins {
  font-family: "Poppins", sans-serif;
}

.text-dark {
  color: #2F2C2C;
}

.bg-theme-dark {
  background-color: #2F2C2C;
}

.bg-blue {
  background-color: #2740D5;
}

.text-gradient {
  background: linear-gradient(251deg, #FF4225 41.22%, #2562FF 109.49%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: -moz-max-content;
  max-width: max-content;
}

.text-black {
  color: #000;
}

.text-body {
  color: #2F2C2C;
}

.main-heading {
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1.28px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  text-shadow: 0px 0.804px 35.361px rgba(0, 0, 0, 0.08);
}

.sub-heading {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

.sub-heading-bold {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

.section-60 {
  padding: 60px 0px;
}

.section-90 {
  padding: 90px 0px;
}

label {
  font-family: "Oswald", sans-serif;
  line-height: 1.1;
}

.form-control, .form-select {
  border: 1px solid #2F2C2C;
  box-shadow: unset !important;
  color: #2F2C2C;
}

.form-control:focus {
  border-color: #2F2C2C;
}

.btn {
  padding: 10px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: -moz-max-content;
  max-width: max-content;
  box-shadow: 0px 11.667px 20px -10px rgba(0, 0, 0, 0.26);
  transition: 0.2s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn::after, .btn::before {
  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
  width: 0px;
  transition: 0.5s;
  z-index: -1;
}
.btn::after {
  left: 0px;
}
.btn::before {
  right: 0px;
}
.btn:hover {
  box-shadow: 0px 24px 20px -10px rgba(0, 0, 0, 0.46);
}
.btn:hover::after {
  width: 50%;
}
.btn:hover::before {
  width: 50%;
}

.arrow-bx {
  height: 22px;
  width: 22px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: 0.2s;
}
.arrow-bx.white {
  background-color: #fff;
  color: #2F2C2C;
}
.arrow-bx.black {
  background-color: #2F2C2C;
  color: #fff;
}

.btn-theme-black {
  background: #2F2C2C;
  color: #fff;
}
.btn-theme-black:hover {
  color: #2F2C2C;
}
.btn-theme-black:hover::after, .btn-theme-black:hover::before {
  background: #CDFF33;
}
.btn-theme-black:hover .arrow-bx.white {
  background-color: #2F2C2C;
  color: #fff;
}
.btn-theme-black:hover .arrow-bx.black {
  background-color: #fff;
  color: #2F2C2C;
}

.btn-theme-green {
  background: #CDFF33;
  color: #2F2C2C;
}
.btn-theme-green:hover {
  color: #fff;
}
.btn-theme-green:hover::after, .btn-theme-green:hover::before {
  background: #2F2C2C;
}
.btn-theme-green:hover .arrow-bx.white {
  background-color: #2F2C2C;
  color: #fff;
}
.btn-theme-green:hover .arrow-bx.black {
  background-color: #fff;
  color: #2F2C2C;
}

.btn-arrow {
  height: 44px;
  width: 54px;
  border-radius: 16px 0px 0px 0px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #2F2C2C;
  transition: 0.2s;
}
.btn-arrow:hover {
  background-color: #2F2C2C;
  color: #fff;
}

.header {
  transition: top 0.3s ease-in-out;
  background-color: #fff;
  z-index: 1025;
}
.header .navbar {
  padding: 12.5px 0px;
}
.header .navbar-nav {
  align-items: center;
}
.header .navbar-brand {
  padding: 0px;
  max-height: 55px;
}
.header .nav-link {
  padding: 0px !important;
  margin: 0px;
  margin-right: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #2F2C2C;
  position: relative;
  transition: 0.3s;
}
.header .nav-link::before {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #2F2C2C;
  transition: 0.3s;
  position: absolute;
  left: 0px;
  bottom: -4px;
}
.header .nav-link:hover {
  color: 0;
}
.header .nav-link:hover::before {
  width: 100%;
}
.header .nav-link.dropdown-toggle {
  margin-right: 36px;
}
.header .dropdown-menu {
  border-radius: 16px;
  padding: 20px 16px;
}
.header .dropdown-menu li {
  margin-bottom: 16px;
}
.header .dropdown-menu li:nth-last-child(1) {
  margin-bottom: 0px;
}
.header .dropdown-menu li .dropdown-item {
  padding: 0px;
  font-size: 14px;
  background-color: unset;
  color: #2F2C2C;
}
.header .dropdown-menu li .dropdown-item:hover {
  color: #000;
}
.header .dropdown-toggle {
  position: relative;
}
.header .dropdown-toggle::after {
  all: unset;
  content: "";
  background-image: url("../assets/icons/chev-down-ic.svg");
  position: absolute;
  right: -16px;
  top: 3px;
  height: 16px;
  width: 16px;
  transition: 0.2s;
}
.header .dropdown-toggle.show::after {
  transform: rotate(180deg);
}

.nav-up {
  top: -80px;
}

.nav-down {
  background-color: #fff;
  box-shadow: var(--bs-box-shadow-sm);
}

.theme-list {
  list-style: none;
}
.theme-list li {
  position: relative;
  margin-bottom: 20px;
}
.theme-list li::before {
  position: absolute;
  content: "";
  background-image: url("../assets/images/grad-list-img.svg");
  background-repeat: no-repeat;
  height: 17px;
  width: 17px;
  left: -28px;
  top: 5px;
}
.theme-list.circle-white li::before {
  background-image: url("../assets/images/white-list-img.svg");
  height: 20px;
  width: 20px;
}

.dancing-vid {
  max-height: 300px;
  max-width: 100%;
}

.tr-text {
  font-family: "Oswald", sans-serif;
  font-size: 140px;
  font-style: normal;
  font-weight: 100;
  line-height: 1;
  letter-spacing: -10px;
  text-transform: uppercase;
}

.sec-testimonial {
  color: #fff;
}
.sec-testimonial .user-bx {
  max-width: 100%;
  max-height: 280px;
  overflow: hidden;
  border-radius: 25px;
}
.sec-testimonial .user-bx img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-testimonial .quote-ic {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.sec-testimonial .name {
  font-size: 42px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.84px;
}
.sec-testimonial .disignation {
  font-size: 28px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.56px;
}
.sec-testimonial .star-wrap {
  display: flex;
  gap: 4px;
}
.sec-testimonial .star-wrap .bi {
  color: rgb(255, 202, 65);
}
.sec-testimonial .para {
  font-size: 20px;
  font-weight: 400;
}

.slick-theme .slick-prev, .slick-theme .slick-next {
  background: linear-gradient(251deg, #FF4225 41.22%, #2562FF 109.49%);
  height: 48px;
  width: 48px;
  border-radius: 100px;
  z-index: 2;
  opacity: 0.8;
}
.slick-theme .slick-prev:before, .slick-theme .slick-next:before {
  color: #000;
}
.slick-theme .slick-next:before {
  content: url("../assets/icons/arr-right.svg");
  position: relative;
  top: 2px;
  filter: invert(1);
}
.slick-theme .slick-prev:before {
  content: url("../assets/icons/arr-left.svg");
  position: relative;
  top: 2px;
  filter: invert(1);
}
.slick-theme .slick-prev:hover, .slick-theme .slick-prev:focus, .slick-theme .slick-next:hover, .slick-theme .slick-next:focus {
  opacity: 1;
}
.slick-theme .slick-dots {
  bottom: -36px;
}
.slick-theme .slick-dots li button {
  background: #9b9b9b;
  height: 16px;
  width: 16px;
  border-radius: 100px;
}
.slick-theme .slick-active button {
  background: linear-gradient(257deg, #FF4225 28.09%, #2562FF 87.62%) !important;
}
.slick-theme .slick-dots li button:before {
  display: none;
}

.sec-contact {
  background: linear-gradient(252deg, #FF4225 -0.36%, #EA453A 15.07%, #3252D6 80.83%, #2562FF 127.71%);
  color: #fff;
  position: relative;
}
.sec-contact .contact-side-img {
  position: absolute;
  bottom: 0px;
  left: 0px;
  max-width: 49%;
}

.other-sol .slick-slide {
  margin: 0 30px;
}

.sol-bx {
  min-height: 300px;
  border-radius: 4px;
  overflow: hidden;
  background: #FFF8EF;
  display: flex;
  align-items: end;
  text-decoration: none;
  color: #2F2C2C;
  padding: 20px;
  transition: 0.3s;
}
.sol-bx .content {
  transition: 0.3s;
}
.sol-bx .content .title {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.sol-bx .content .para {
  font-size: 20px;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 120px;
}
.sol-bx .content .sol-ic {
  margin-bottom: 16px;
}
.sol-bx:hover {
  background: #CDFF33;
  box-shadow: 8.333px 11.667px 25px 0px rgba(0, 0, 0, 0.04);
}

.assessment-process {
  color: #fff;
}
.assessment-process .number {
  width: 120px;
  height: 90px;
  border-radius: 0px 50% 50% 0px;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-family: "Oswald", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.assessment-process .number.bg-1 {
  background-color: rgb(224, 172, 112);
}
.assessment-process .number.bg-2 {
  background-color: rgb(94, 114, 235);
}
.assessment-process .number.bg-3 {
  background-color: rgb(242, 134, 133);
}
.assessment-process .para {
  font-size: 24px;
  text-transform: uppercase;
}
.assessment-process .p-bx-bg {
  border-radius: 20px;
  border: 2px dashed #FFF;
  background: #373737;
  padding: 36px 40px;
}
.assessment-process .p-bx-bg .text-highlight {
  color: #CDFF33;
}
.assessment-process .ass-pro-card {
  border: 3px solid;
  height: 360px;
  width: 100%;
  border-radius: 12px;
  position: relative;
  text-align: center;
}
.assessment-process .ass-pro-card::after {
  content: "";
  position: absolute;
  top: 100px;
  left: -7px;
  width: 24px;
  height: 39px;
  background-repeat: no-repeat;
  background-size: contain;
}
.assessment-process .ass-pro-card .ic-box {
  height: 90px;
  width: 90px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.assessment-process .ass-pro-card .bx-footer {
  text-align: center;
  padding: 6px 0px;
  border-radius: 0px 0px 10px 10px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.assessment-process .ass-pro-card.purple {
  border-color: #6C3594;
}
.assessment-process .ass-pro-card.purple .ic-box {
  background-color: #6C3594;
}
.assessment-process .ass-pro-card.purple .bx-footer {
  background-color: #6C3594;
}
.assessment-process .ass-pro-card.purple::after {
  background-image: url("../assets/icons/arr-color-1.svg");
}
.assessment-process .ass-pro-card.pink {
  border-color: #E63D76;
}
.assessment-process .ass-pro-card.pink .ic-box {
  background-color: #E63D76;
}
.assessment-process .ass-pro-card.pink .bx-footer {
  background-color: #E63D76;
}
.assessment-process .ass-pro-card.pink::after {
  background-image: url("../assets/icons/arr-color-2.svg");
}
.assessment-process .ass-pro-card.blue {
  border-color: #4722A6;
}
.assessment-process .ass-pro-card.blue .ic-box {
  background-color: #4722A6;
}
.assessment-process .ass-pro-card.blue .bx-footer {
  background-color: #4722A6;
}
.assessment-process .ass-pro-card.blue::after {
  background-image: url("../assets/icons/arr-color-3.svg");
}
.assessment-process .ass-pro-card.neon {
  border-color: #00B5BE;
}
.assessment-process .ass-pro-card.neon .ic-box {
  background-color: #00B5BE;
}
.assessment-process .ass-pro-card.neon .bx-footer {
  background-color: #00B5BE;
}
.assessment-process .ass-pro-card.neon::after {
  background-image: url("../assets/icons/arr-color-4.svg");
}
.assessment-process .ass-pro-card p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 97px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-site {
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-gradient {
  background: linear-gradient(252deg, #FF4225 -0.36%, #EA453A 15.07%, #3252D6 80.83%, #2562FF 127.71%);
}

.white-cs-box {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}
.white-cs-box .bx-img {
  width: 35%;
  height: 100%;
  min-width: 35%;
}
.white-cs-box p {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.2px;
  text-transform: uppercase;
}

.left-two-list {
  position: relative;
  top: -80px;
}

.cs-box {
  padding: 24px 4px 4px 32px;
  height: 100%;
  color: #fff;
}
.cs-box .inner-one {
  padding-right: 32px;
}
.cs-box .inner-one .logo-img {
  height: 72px;
}
.cs-box .inner-one .logo-img img {
  max-height: 100%;
}
.cs-box .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
}
.cs-box .foot-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
}
.cs-box .para {
  height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.testimonial-box {
  background-color: #F9EEE3;
  padding: 24px;
  border-radius: 24px;
  position: relative;
  transition: 0.2s;
}
.testimonial-box:hover {
  background: linear-gradient(250deg, #FF4225 -76.52%, #EA453A -29.93%, #3252D6 121.58%, #2562FF 182.86%);
  color: #fff;
}
.testimonial-box:hover .testi-pill {
  background: #fff;
  color: #FF4225;
}
.testimonial-box .testi-img {
  height: 84px;
  width: 84px;
  border-radius: 8px;
  overflow: hidden;
}
.testimonial-box .testi-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-box .quote-ic {
  position: absolute;
  top: -60px;
  right: 0px;
}
.testimonial-box .testi-pill {
  padding: 8px 16px;
  border-radius: 100px;
  background: linear-gradient(250deg, #FF4225 -76.52%, #EA453A -29.93%, #3252D6 121.58%, #2562FF 182.86%);
  font-size: 16px;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 16px;
  right: 16px;
  max-width: -moz-max-content;
  max-width: max-content;
}
.testimonial-box .star-wrap {
  display: flex;
  gap: 6px;
}
.testimonial-box .star-wrap .bi {
  color: rgb(255, 202, 65);
}

.accordion-theme .accordion-item {
  background-color: transparent;
  margin-bottom: 24px;
}
.accordion-theme .accordion-button {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  color: #2F2C2C;
  background-color: transparent;
  padding-bottom: 40px;
  text-transform: uppercase;
}
.accordion-theme .accordion-button:not(.collapsed) {
  background-color: unset;
  box-shadow: unset;
}
.accordion-theme .accordion-button:focus {
  box-shadow: unset;
}

.accordion-soln .accordion-item {
  background-color: #fff;
  margin-bottom: 0px;
  background-attachment: fixed;
  position: sticky;
  top: 0px;
}
.accordion-soln .accordion-button {
  padding-left: 64px;
}
.accordion-soln .accordion-button::after {
  background-image: url("../assets/icons/arr-right-acc.png");
  height: 48px;
  width: 48px;
  background-size: 48px;
  position: absolute;
  left: 0px;
}
.accordion-soln .accordion-body {
  padding-left: 64px;
}
.accordion-soln .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}
.accordion-soln .accordion-button:not(.collapsed) {
  background: linear-gradient(251deg, #FF4225 41.22%, #2562FF 109.49%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: -moz-max-content;
  max-width: max-content;
}

.contact-banner {
  background-image: url(../assets/images/contact-bg-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.contact-form-bx {
  background-color: #fff;
  border-radius: 20px;
  padding: 32px;
}

.mask-svg {
  width: 600px;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}

.video-inside {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.9;
}

.cerificate-box {
  cursor: pointer;
  transition: 0.2s;
}
.cerificate-box img {
  filter: grayscale(1);
}
.cerificate-box:hover img {
  filter: unset;
}

.certificate-slide .slick-slide {
  margin: 0 10px;
}

.number-bx {
  padding: 24px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 200px;
  color: #fff;
  font-family: "Oswald", sans-serif;
}
.number-bx .counter {
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}
.number-bx .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-left: auto;
  text-decoration: none;
}

.text-slide .slick-slide {
  margin: 0px 20px;
  text-align: center;
}

.client-slide .slick-slide, .client-slide-rev .slick-slide {
  margin: 0px 20px;
  text-align: center;
}
.client-slide .client-logo, .client-slide-rev .client-logo {
  max-width: 100%;
  display: inline-block;
}
.client-slide .slick-track, .client-slide-rev .slick-track {
  display: flex;
  align-items: center;
}

.awards-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 24px;
}

.mv-box {
  padding: 60px 60px;
}

.value-bx {
  color: #fff;
  height: 100%;
}

.expert-slide .slick-slide {
  margin: 0 20px;
}

.vision-mission {
  background-color: #0D395C;
}

.footer {
  padding: 48px 0px 48px 0px;
  background-color: #000;
  color: #fff;
}
.footer ul {
  padding-left: 0px;
  list-style: none;
}
.footer ul li {
  margin-bottom: 16px;
}
.footer .foot-link {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
.footer .foot-link::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
  position: absolute;
  left: 0px;
  bottom: -4px;
}
.footer .foot-link:hover {
  color: #fff;
}
.footer .foot-link:hover::after {
  width: 100%;
}
.footer .foot-link.f-14 {
  font-size: 14px;
}
.footer .copy {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1;
}

@keyframes subtleSlideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes subtleSlideInRight {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.subtleSlideInLeft {
  animation-name: subtleSlideInLeft;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}

.subtleSlideInRight {
  animation-name: subtleSlideInRight;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}/*# sourceMappingURL=style.css.map */