@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:wght@400;500;600&display=swap");
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input,
button,
input:focus,
button:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1400px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

a,
button {
  transition: all 0.3s ease;
}

figure {
  margin: 0;
}

*.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}

section.pt-0,
*.pt-0 {
  padding-top: 0;
}

.d-none-xs {
  display: none;
}
@media (min-width: 769px) {
  .d-none-xs {
    display: block;
  }
}

.s-block-sm {
  display: block;
}
@media (min-width: 769px) {
  .s-block-sm {
    display: none;
  }
}

@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes fade-in-anim {
  100% {
    width: 85px;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes rotateAnim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.leadersSlide {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1220px;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .leadersSlide {
    padding: 0;
  }
}
.leadersSlide .owl-stage-outer {
  position: relative;
  z-index: 2;
}
.leadersSlide .owl-dots {
  display: flex;
  align-items: center;
  position: absolute;
  left: 118px;
  bottom: 75px;
  padding-left: 0;
  width: 100%;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .leadersSlide .owl-dots {
    right: 16px;
    bottom: 40px;
    left: auto;
    width: auto;
  }
}
.leadersSlide .owl-dots:hover {
  margin-left: -10px;
}
.leadersSlide .owl-dots:hover .owl-dot {
  margin-left: -10px;
}
@media (max-width: 768px) {
  .leadersSlide .owl-dots:hover .owl-dot {
    margin-left: -20px;
  }
}
.leadersSlide .owl-dots .owl-dot {
  width: 50px;
  height: 50px;
  margin: 0;
  margin-left: -20px;
  position: relative;
  transition: all 0.3s ease;
}
.leadersSlide .owl-dots .owl-dot:first-child {
  background: url("../img/leaders/leader_tumb.png") no-repeat center center;
  background-size: 100%;
  z-index: 3;
}
.leadersSlide .owl-dots .owl-dot:nth-child(2) {
  background: url("../img/leaders/leader_tumb_2.png") no-repeat center center;
  background-size: 100%;
  z-index: 4;
}
.leadersSlide .owl-dots .owl-dot:nth-child(3) {
  background: url("../img/leaders/leader_tumb_3.png") no-repeat center center;
  background-size: 100%;
  z-index: 5;
}
.leadersSlide .owl-dots .owl-dot:nth-child(4) {
  background: url("../img/leaders/leader_tumb.png") no-repeat center center;
  background-size: 100%;
  z-index: 6;
}
.leadersSlide .owl-dots .owl-dot:nth-child(5) {
  background: url("../img/leaders/leader_tumb_2.png") no-repeat center center;
  background-size: 100%;
  z-index: 7;
}
.leadersSlide .owl-dots .owl-dot:nth-child(6) {
  background: url("../img/leaders/leader_tumb_3.png") no-repeat center center;
  background-size: 100%;
  z-index: 8;
}
.leadersSlide .owl-dots .owl-dot.active {
  z-index: 9;
}

.form-control {
  margin-bottom: 15px;
}
.form-control.form-hidden {
  opacity: 0;
  visibility: hidden;
  height: 0px;
  margin: 0;
  overflow: hidden;
}
.form-control label {
  font-size: 14px;
  color: #5a7184;
  margin-bottom: 5px;
  display: inline-block;
}
@media (min-width: 769px) {
  .form-control label {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.form-control .form-input {
  width: 100%;
  height: 44px;
  padding: 10px 14px;
  border: solid 1px #c3cad9;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #184872;
  font-family: "Outfit", sans-serif;
  background: #fff;
  outline: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: all 0.3s ease;
}
.form-control .form-input:focus {
  border-color: #719dcb;
}
@media (min-width: 769px) {
  .form-control .form-input {
    padding: 10px 14px;
  }
}
.form-control .form-textarea {
  width: 100%;
  height: 190px;
  padding: 10px 14px;
  border: solid 1px #c3cad9;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #184872;
  font-family: "Outfit", sans-serif;
  outline: 0;
  resize: none;
  font-family: "Outfit", sans-serif;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: all 0.3s ease;
}
.form-control .form-textarea:focus {
  border-color: #719dcb;
}
@media (min-width: 769px) {
  .form-control .form-textarea {
    padding: 10px 14px;
  }
}
.form-control.invalid input,
.form-control.invalid input:focus {
  border-color: #e68686;
  color: #e68686;
}
.form-control.invalid .errorText {
  font-size: 14px;
  color: #e68686;
  margin: 5px 0;
}

.form-wrap {
  display: flex;
  justify-content: space-between;
  gap: 0;
  flex-direction: column;
}
.form-wrap .form-control {
  width: 100%;
}

.submitBtn {
  height: 48px;
  width: 100%;
  background: #7dd845;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #1a1a1a;
  border: none;
  cursor: pointer;
  font-family: "Outfit", sans-serif;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: all 0.3s ease;
}
.submitBtn:hover {
  background: #6ec837;
}
.submitBtn.medium {
  display: inline-flex;
  align-items: center;
  width: auto;
  height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
  text-decoration: none;
  gap: 10px;
}

.btn-lightblue {
  height: 40px;
  background: #eaf6ff;
  font-size: 16px;
  padding: 0 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #0e7ef8;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  border: solid 1px #0e7ef8;
  font-family: "Poppins", sans-serif;
  border-radius: 23px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  transition: all 0.3s ease;
}
.btn-lightblue:hover {
  background: #d3e6f4;
}
@media (min-width: 769px) {
  .btn-lightblue {
    height: 40px;
    padding: 0 20px;
  }
}

.btn-yellow {
  height: 40px;
  background: #0e7ef8;
  font-size: 16px;
  padding: 0 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  border-radius: 23px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  transition: all 0.3s ease;
}
.btn-yellow:hover {
  background: #0e7ef8;
}
@media (min-width: 769px) {
  .btn-yellow {
    height: 40px;
    padding: 0 20px;
  }
}

.btn-blue {
  height: 42px;
  min-width: 130px;
  background: transparent linear-gradient(255deg, #0057b6 0%, #1777e0 100%) 0%
    0% no-repeat padding-box;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  text-decoration: none;
  cursor: pointer;
  font-family: "Outfit", sans-serif;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: all 0.3s ease;
}
.btn-blue:hover {
  background: transparent linear-gradient(255deg, #0057b6 100%, #1777e0 0%) 0%
    0% no-repeat padding-box;
}
@media (min-width: 769px) {
  .btn-blue {
    height: 62px;
    font-size: 24px;
    min-width: 180px;
  }
}

.btn-green {
  height: 52px;
  min-width: 212px;
  background: #34d535;
  font-size: 20px;
  padding: 0 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  text-decoration: none;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
}
.btn-green:hover {
  background: #2ccd2c;
}
@media (min-width: 769px) {
  .btn-green {
    height: 46px;
    min-width: 150px;
  }
}

body {
  font-family: "Outfit", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 15px 0;
  background: transparent;
  z-index: 10;
  transition: all 0.3s ease;
}
header.sticky,
header.sticky.innerHeader {
  position: fixed;
  background: #fff;
  padding: 12px 0;
}
header.sticky h1,
header.sticky.innerHeader h1 {
  margin: 0 10px 0 0;
}
header.sticky h1 img,
header.sticky.innerHeader h1 img {
  filter: brightness(1) invert(0);
}
header.innerHeader {
  position: fixed;
  background: transparent;
}
header.innerHeader h1 {
  margin: -5px 10px 0 0;
}
header.innerHeader h1 img {
  filter: brightness(1) invert(0);
}
@media (max-width: 768px) {
  header.innerHeader .mobileMenu span {
    background: #002752;
  }
}
@media (min-width: 769px) {
  header {
    padding: 48px 0;
  }
}
header .container {
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 769px) {
  header .container {
    gap: 15px;
  }
}
@media (min-width: 1400px) {
  header .container {
    gap: 25px;
  }
}
@media (max-width: 1199px) {
  header .container {
    gap: 15px;
  }
}
header h1 {
  width: 117px;
  margin: -2px 10px 0 0;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  header h1 {
    width: 127px;
  }
}
header h1 a {
  display: block;
}
header h1 img {
  height: 46px;
  filter: brightness(0) invert(1);
}
@media (min-width: 769px) {
  header h1 img {
    height: 50px;
  }
}
header nav {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  header nav {
    width: 100%;
    max-width: 1118px;
  }
}
header nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}
@media (min-width: 769px) {
  header nav ul {
    width: 100%;
  }
}
@media (min-width: 769px) {
  header nav ul {
    gap: 15px;
  }
}
@media (min-width: 1400px) {
  header nav ul {
    gap: 18px;
  }
}
@media (max-width: 1199px) {
  header nav ul {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  header nav ul {
    height: 0;
    overflow: hidden;
    padding: 0 16px 0 16px;
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    opacity: 0;
    transition: all 0.3s ease;
    box-shadow: 5px 1px 10px rgba(24, 72, 114, 0.1);
  }
  header nav ul li {
    display: block;
    width: 100%;
  }
  header nav ul li a {
    display: block;
  }
}
@media (min-width: 769px) {
  header nav .large-gap {
    margin-left: auto;
  }
}
header nav a {
  text-decoration: none;
  color: #1a1a1a;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  position: relative;
  transition: all 0.3s ease;
}
header nav a:hover,
header nav a.active {
  cursor: pointer;
  color: #0057b6;
}
header nav a.active {
  color: #0057b6;
  font-weight: 500;
}
header nav a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  bottom: -8px;
  display: block;
  background: transparent;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  header nav a:after {
    height: 2px;
  }
}
header nav a.active:after {
  background: #0057b6;
}
header nav a.btn-yellow {
  color: #fff;
}
@media (max-width: 768px) {
  header nav a {
    color: #002752;
  }
}
header nav .active a {
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  header nav.active ul {
    top: 70px;
    height: auto;
    padding: 15px 16px 15px 16px;
    opacity: 1;
    transform: translateY(10px);
  }
}
header nav.active button span:first-child {
  transform: rotate(45deg);
}
header nav.active button span:nth-child(2) {
  opacity: 0;
}
header nav.active button span:last-child {
  transform: rotate(-45deg);
}
header nav li:first-child {
  display: block;
}
@media (min-width: 769px) {
  header nav li:first-child {
    display: none;
  }
}
@media (min-width: 1024px) {
  header nav li:first-child {
    display: none;
  }
}
@media (min-width: 1200px) {
  header nav li:first-child {
    display: flex;
  }
}
header .mobileMenu {
  display: none;
}
@media (max-width: 768px) {
  header .mobileMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    width: 100%;
    width: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    flex-direction: column;
    gap: 4px;
  }
  header .mobileMenu span {
    height: 4px;
    width: 100%;
    background: #fff;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: all 0.3s ease;
  }
  header .mobileMenu span:first-child {
    transform-origin: 13% 150%;
  }
  header .mobileMenu span:last-child {
    transform-origin: 22% 0;
  }
}
header.sticky .mobileMenu span {
  background: #002752;
}

.banner {
  position: relative;
  height: 95vh;
  max-height: 650px;
  min-height: 500px;
  padding: 0;
  overflow: hidden;
  background: #bae1ed;
}
@media (min-width: 769px) {
  .banner {
    padding: 0;
    height: 100vh;
    min-height: 700px;
    max-height: 850px;
  }
}
.banner .container {
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
}
.banner .background {
  position: absolute;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: rotate(-20deg);
  transform: scale(1);
  transition: all 4s ease-in-out;
}
@media (max-width: 768px) {
  .banner .background {
    -o-object-position: 90% -10%;
    object-position: 90% -10%;
  }
}
.banner.viewport .background {
  transform: rotate(0deg);
  transform: scale(1);
}
.banner .bannerSlide {
  padding-left: 0;
}
.banner .container {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 105px 15px 5px;
}
@media (min-width: 769px) {
  .banner .container {
    padding: 255px 15px 105px;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .banner .container {
    padding: 95px 0 55px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1400px) {
  .banner .container {
    padding: 95px 25px 55px;
  }
}
.banner .container figure {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 650px;
}
.banner .container figure img {
  display: block;
  max-width: 100%;
  opacity: 0;
  filter: blur(6px);
  transition: all 0.3s ease-in;
  animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
@media (min-width: 769px) {
  .banner .container figure {
    right: -150px;
  }
}
.banner h2 {
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  color: #313131;
  max-width: 800px;
  margin: 0 0 15px 0;
  font-family: "Outfit", sans-serif;
}
@media (min-width: 769px) {
  .banner h2 {
    font-size: 60px;
    line-height: 66px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1400px) {
  .banner h2 {
    font-size: 64px;
    line-height: 76px;
    margin-bottom: 40px;
  }
}
.banner h2 span {
  transition: all 0.4s ease-in;
}
@media (min-width: 769px) {
  .banner h2 span {
    opacity: 0;
    filter: blur(6px);
  }
}
.banner h2 span:first-child {
  color: #313131;
}
.banner p {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  max-width: 850px;
  color: #313131;
  margin: 0 0 10px -4px;
  padding-left: 5px;
  font-family: "Outfit", sans-serif;
}
@media (min-width: 769px) {
  .banner p {
    font-size: 40px;
    line-height: 50px;
    max-width: 600px;
  }
}
.banner p span {
  transition: all 0.4s ease-in;
}
@media (min-width: 769px) {
  .banner p span {
    opacity: 0;
    filter: blur(6px);
  }
}
.banner p.small {
  font-size: 18px;
  color: #5a5a5a;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .banner p.small {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 50px;
  }
}
.banner .bannerSlide .owl-stage {
  display: flex;
  align-items: flex-end;
}
.banner .readMorebtn {
  display: inline-flex;
  gap: 10px;
  padding: 10px 32px;
  height: 52px;
  background: #ffde17;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  transition: all 0.3s ease;
}
.banner .readMorebtn:hover {
  color: #000;
  background: #f6d30f;
}
.banner .owl-item.active h2 span:nth-child(1),
.banner .owl-item.active p span:nth-child(1) {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.banner .owl-item.active h2 span:nth-child(2),
.banner .owl-item.active p span:nth-child(2) {
  animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.banner .owl-item.active h2 span:nth-child(3),
.banner .owl-item.active p span:nth-child(3) {
  animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.banner .owl-item.active h2 span:nth-child(4),
.banner .owl-item.active p span:nth-child(4) {
  animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.banner .owl-item.active h2 span:nth-child(5),
.banner .owl-item.active p span:nth-child(5) {
  animation: fade-in 0.8s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.banner .owl-item.active h2 span:nth-child(6),
.banner .owl-item.active p span:nth-child(6) {
  animation: fade-in 0.8s 0.11s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.partners {
  padding: 30px 0;
}
.partners .container {
  max-width: 1280px;
}
.partners.channel_partners {
  padding: 50px 0 25px;
}
@media (min-width: 769px) {
  .partners {
    padding: 60px 0 60px;
  }
  .partners.channel_partners {
    padding: 100px 0 25px;
  }
}
.partners .partnersLogos {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  padding: 0 16px;
  height: 60px;
}
@media (min-width: 769px) {
  .partners .partnersLogos {
    height: auto;
  }
}
.partners .partnersLogos img {
  height: 55px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.4s ease-in-out;
}
.partners .partnersLogos img:hover {
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media (min-width: 769px) {
  .partners .partnersLogos {
    margin-top: 10px;
    padding: 0;
  }
  .partners .partnersLogos img {
    max-width: 200px;
    height: 75px;
  }
}
.partners .associatesLogos {
  display: flex;
  justify-content: center;
  gap: 44px;
  margin-top: 10px;
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .partners .associatesLogos {
    gap: 60px;
    margin-bottom: 75px;
    margin-top: 35px;
  }
}
.partners .associatesLogos img {
  height: 38px;
}

.sectionHead {
  font-size: 30px;
  line-height: 34px;
  font-style: normal;
  font-weight: 500;
  color: #002752;
  margin: 30px auto 60px auto;
  text-align: center;
  max-width: 850px;
}
@media (min-width: 769px) {
  .sectionHead {
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    margin: 0 auto 20px auto;
  }
}
.sectionHead sup {
  line-height: 18px;
}
@media (min-width: 769px) {
  .sectionHead sup {
    line-height: 28px;
  }
}

.sectionSubHead {
  font-size: 18px;
  line-height: 23px;
  font-style: normal;
  font-weight: 600;
  color: #ffd31a;
  margin: 0 0 10px 0;
}
.sectionSubHead span {
  display: inline-block;
  color: #0057b6;
}
@media (min-width: 769px) {
  .sectionSubHead {
    font-size: 32px;
    line-height: 30px;
    margin: 0 0 20px 0;
  }
}
.sectionSubHead.blue {
  color: #1a1a1a;
  font-size: 22px;
  margin-bottom: 3px;
}
@media (min-width: 769px) {
  .sectionSubHead.blue {
    margin-bottom: 0;
  }
}
.sectionSubHead.blue span {
  display: inline-block;
  padding: 6px 24px;
  color: #1a1a1a;
  background: #7dd844;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.nergyApps {
  padding: 40px 0 20px;
}
@media (min-width: 769px) {
  .nergyApps {
    padding: 100px 0 0;
  }
}

.productGrid {
  display: block;
  margin-top: 30px;
}
@media (min-width: 769px) {
  .productGrid {
    margin-top: 160px;
  }
}
.productGrid .appDetails {
  max-width: 600px;
}
@media (min-width: 769px) {
  .productGrid .appDetails.topPadd {
    padding-top: 155px;
  }
}
.productGrid .productItem {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 50px;
  align-items: flex-end;
}
@media (min-width: 769px) {
  .productGrid .productItem {
    flex-direction: row;
    gap: 80px;
    margin-bottom: 200px;
    align-items: center;
  }
}
.productGrid .productItem figure {
  display: block;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 769px) {
  .productGrid .productItem figure {
    max-width: 50%;
  }
}
.productGrid .productItem figure img {
  max-width: 80%;
}
@media (min-width: 769px) {
  .productGrid .productItem figure img {
    max-width: 100%;
  }
}
.productGrid .productItem h3 {
  color: #0057b6;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  font-family: "Outfit", sans-serif;
  margin: 0 0 16px 0;
}
@media (min-width: 769px) {
  .productGrid .productItem h3 {
    font-size: 32px;
  }
}
.productGrid .productItem h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  margin: 0 0 18px 0;
  font-family: "Outfit", sans-serif;
}
@media (min-width: 769px) {
  .productGrid .productItem h4 {
    font-size: 28px;
    line-height: 40px;
    margin: 0 0 40px 0;
  }
}
.productGrid .productItem p {
  font-size: 20px;
  line-height: 26px;
  color: #5a5a5a;
  margin: 0 0 25px 0;
  font-family: "Outfit", sans-serif;
}
@media (min-width: 769px) {
  .productGrid .productItem p {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 32px;
  }
}
.productGrid .productItem .readMore {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 158px;
  height: 52px;
  background: #ffde17;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  transition: all 0.3s ease;
}
.productGrid .productItem .readMore:hover {
  color: #000;
  background: #f6d30f;
}

.nergyPartnersAssociates {
  padding: 80px 0;
  background: #004fb5 url("../img/contact-bg.webp") no-repeat center center;
}
@media (min-width: 769px) {
  .nergyPartnersAssociates {
    padding: 120px 0 110px 0;
  }
}
.nergyPartnersAssociates .readMorebtn {
  display: inline-flex;
  gap: 10px;
  padding: 10px 32px;
  height: 52px;
  background: #ffde17;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  margin-top: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.nergyPartnersAssociates .readMorebtn:hover {
  color: #000;
  background: #f6d30f;
}

.partnersAssociatesWrap {
  display: block;
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .partnersAssociatesWrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
    margin-top: 0;
  }
}
.partnersAssociatesWrap .aboutPartnersAssociates {
  max-width: 680px;
  margin-top: 20px;
}
@media (min-width: 769px) {
  .partnersAssociatesWrap .aboutPartnersAssociates {
    margin-top: 40px;
  }
}
.partnersAssociatesWrap figure {
  max-width: 390px;
  margin-top: 50px;
  text-align: center;
}
@media (min-width: 769px) {
  .partnersAssociatesWrap figure {
    margin-top: 0;
  }
}
.partnersAssociatesWrap figure img {
  max-width: 300px;
}
@media (min-width: 769px) {
  .partnersAssociatesWrap figure img {
    max-width: 100%;
  }
}
.partnersAssociatesWrap h3 {
  font-size: 34px;
  line-height: 38px;
  font-family: "Outfit", sans-serif;
  margin: 0 0 22px 0;
  font-weight: 500;
  color: #fff;
}
@media (min-width: 769px) {
  .partnersAssociatesWrap h3 {
    font-size: 32px;
    line-height: 42px;
    margin: 0 0 40px 0;
  }
}
.partnersAssociatesWrap p {
  font-size: 20px;
  line-height: 26px;
  color: #d5edff;
}
@media (min-width: 769px) {
  .partnersAssociatesWrap p {
    font-size: 24px;
    line-height: 34px;
  }
}

.partnersCategory {
  display: block;
}
@media (min-width: 769px) {
  .partnersCategory {
    display: flex;
    justify-content: space-between;
    gap: 60px;
  }
}
.partnersCategory .categoryitem {
  max-width: 100%;
  text-align: center;
  margin-top: 55px;
}
@media (min-width: 769px) {
  .partnersCategory .categoryitem {
    text-align: left;
    max-width: 320px;
    margin-bottom: 0;
  }
}
.partnersCategory .categoryitem figure {
  margin: 0 0 10px 0;
}
@media (min-width: 769px) {
  .partnersCategory .categoryitem figure {
    margin: 0 0 30px 0;
  }
}
.partnersCategory .categoryitem figure img {
  display: block;
  max-height: 100%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .partnersCategory .categoryitem figure img {
    margin: 0;
  }
}
.partnersCategory .categoryitem h4 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 10px 0;
  font-weight: 500;
  color: #fff;
}
@media (min-width: 769px) {
  .partnersCategory .categoryitem h4 {
    margin: 0 0 22px 0;
  }
}
.partnersCategory .categoryitem p {
  font-size: 16px;
  line-height: 22px;
  color: #d5edff;
  margin: 0;
  opacity: 0.9;
}
@media (min-width: 769px) {
  .partnersCategory .categoryitem p {
    line-height: 25px;
  }
}

.blogAndNews {
  padding: 80px 0;
  background: transparent linear-gradient(0deg, #edf7ff 0%, #edf7ff 100%) 0% 0%
    no-repeat padding-box;
}
@media (min-width: 769px) {
  .blogAndNews {
    padding: 120px 0 150px 0;
  }
}
.blogAndNews h3 {
  font-size: 34px;
  line-height: 40px;
  font-family: "Outfit", sans-serif;
  margin: 0 0 40px 0;
  font-weight: 500;
  color: #1a1a1a;
  max-width: 600px;
}
@media (min-width: 769px) {
  .blogAndNews h3 {
    font-size: 64px;
    line-height: 76px;
    margin: 0 0 100px 0;
  }
}

.nergyCommunity {
  padding: 80px 0;
}
@media (min-width: 769px) {
  .nergyCommunity {
    padding: 185px 0;
  }
}
.nergyCommunity .communityGrid:first-child {
  margin-bottom: 80px;
}
.nergyCommunity .communityGrid:last-child {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 769px) {
  .nergyCommunity .communityGrid:last-child {
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .nergyCommunity .communityGrid {
    display: flex;
    gap: 80px;
    justify-content: space-between;
  }
  .nergyCommunity .communityGrid:first-child {
    margin-bottom: 160px;
  }
}
.nergyCommunity .communityGrid figure {
  margin: 0 auto 25px auto;
  max-width: 300px;
}
@media (min-width: 769px) {
  .nergyCommunity .communityGrid figure {
    max-width: 594px;
  }
}
.nergyCommunity .communityGrid figure img {
  max-width: 100%;
}
.nergyCommunity .communityDetails {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  padding: 0;
}
@media (min-width: 769px) {
  .nergyCommunity .communityDetails {
    padding: 0 0;
    align-items: flex-start;
  }
}
.nergyCommunity .communityDetails .readMore {
  width: 158px;
  height: 52px;
  background: #ffde17;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  transition: all 0.3s ease;
}
.nergyCommunity .communityDetails .readMore:hover {
  color: #000;
  background: #f6d30f;
}
.nergyCommunity h3 {
  font-size: 34px;
  line-height: 40px;
  font-family: "Outfit", sans-serif;
  margin: 0 0 10px 0;
  font-weight: 500;
  color: #393d41;
  text-align: center;
}
@media (min-width: 769px) {
  .nergyCommunity h3 {
    text-align: left;
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 30px 0;
  }
}
.nergyCommunity p {
  font-size: 19px;
  line-height: 25px;
  color: #5a5a5a;
  opacity: 0.9;
  text-align: center;
  margin: 0 0 20px 0;
}
@media (min-width: 769px) {
  .nergyCommunity p {
    text-align: left;
    margin: 0 0 40px 0;
  }
}
.nergyCommunity .sectionSubHead {
  text-align: left;
}

footer {
  background: #0057b6;
  padding: 26px 16px 0;
}
@media (min-width: 769px) {
  footer {
    padding: 55px 0 0;
  }
}
footer .container {
  max-width: 1280px;
}
@media (max-width: 768px) {
  footer .footerItem .footerLogo {
    width: 90px;
    height: 35px;
  }
  footer .footerItem:first-child {
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #184872;
  }
  footer .footerItem:nth-child(2) {
    width: 40%;
  }
  footer .footerItem:nth-child(3) {
    width: 55%;
  }
  footer .footerItem:last-child {
    width: 100%;
    margin-top: 20px;
  }
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .container .footerItem p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  color: #ffffff;
  margin: 0 0 20px 0;
}
footer .container .footerItem p.coursesLinks {
  margin-bottom: 0;
}
footer .container .footerItem p.coursesLinks a {
  display: inline;
  color: #4b4b4b;
}
@media (min-width: 769px) {
  footer .container .footerItem {
    max-width: 250px;
  }
}
footer .footerSubHead {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  color: #ffffff;
}
footer .socialLinks {
  display: flex;
  gap: 16px;
  margin-top: 25px;
}
@media (max-width: 768px) {
  footer .socialLinks {
    margin-top: 10px;
  }
}
footer .socialLinks a {
  display: block;
  transform: scale(1);
  opacity: 0.6;
  transition: all 0.3s ease;
}
footer .socialLinks a:hover {
  transform: scale(1.2);
}
footer h6 {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #ffffff;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  footer h6 {
    margin: 0 0 20px 0;
  }
}
footer .footerLinks {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer .footerLinks a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #ffffff;
  display: flex;
  text-decoration: none;
  gap: 4px;
  position: relative;
}
footer .footerLinks a:hover {
  text-decoration: underline;
}
footer .footerLinks a img {
  margin-left: -4px;
}
footer .copyright {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 16px 0 26px;
  color: #ffffff;
  margin-top: 30px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 769px) {
  footer .copyright {
    padding: 16px 0 30px;
    margin-top: 50px;
  }
}

.innerBanner {
  padding: 155px 0 100px 0;
}
@media (min-width: 769px) {
  .innerBanner {
    padding: 255px 0 250px 0;
  }
}
.innerBanner.tecBanner {
  padding: 155px 0 0 0;
}
@media (min-width: 769px) {
  .innerBanner.tecBanner {
    padding: 255px 0 200px 0;
  }
  .innerBanner.tecBanner h3 {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
  }
}
.innerBanner .labelg {
  font-size: 20px;
  color: #1a1a1a;
  line-height: 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  margin: 0 0 15px 0;
  opacity: 0;
  padding: 8px 24px;
  filter: blur(6px);
  background: #7dd844;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 769px) {
  .innerBanner .labelg {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 40px 0;
    text-align: left;
  }
}
.innerBanner h3 {
  font-size: 36px;
  color: #0057b6;
  line-height: 44px;
  font-family: "Outfit", sans-serif;
  text-align: left;
  font-weight: 500;
  margin: 0 0 25px;
  opacity: 0;
  filter: blur(6px);
  transition: all 0.8s ease-in-out;
}
@media (min-width: 769px) {
  .innerBanner h3 {
    font-size: 56px;
    color: #0057b6;
    line-height: 74px;
  }
}
.innerBanner h6 {
  font-size: 24px;
  color: #2f2f2f;
  line-height: 34px;
  font-family: "Outfit", sans-serif;
  text-align: left;
  font-weight: 500;
  margin: 0;
  opacity: 0;
  filter: blur(6px);
  transition: all 0.8s ease-in-out;
}
@media (min-width: 769px) {
  .innerBanner h6 {
    font-size: 24px;
    line-height: 35px;
  }
}
.innerBanner .container {
  max-width: 1280px;
}
.innerBanner.viewport h3,
.innerBanner.viewport h6,
.innerBanner.viewport .labelg,
.innerBanner.viewport .label {
  opacity: 1;
  filter: blur(0);
}
.innerBanner .label {
  padding: 6px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: #9ee870;
  font-size: 22px;
  color: #343434;
  font-weight: 500;
  width: 216px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 0;
  filter: blur(6px);
  margin: 0 0 20px;
  transition: all 0.8s 200ms ease-in-out;
}
@media (min-width: 769px) {
  .innerBanner .label {
    margin: 0 auto 30px auto;
    padding: 6px 15px;
  }
}

.careerBanner {
  background: #e8f5ff;
  height: auto;
  min-height: 650px;
  padding-top: 155px;
}
@media (min-width: 769px) {
  .careerBanner {
    padding-top: 200px;
  }
}
.careerBanner .container {
  max-width: 1280px;
}
.careerBanner h3 {
  font-size: 36px;
  color: #0057b6;
  line-height: 44px;
  font-family: "Outfit", sans-serif;
  text-align: left;
  font-weight: 500;
  margin: 0 0 30px 0;
  max-width: 990px;
  opacity: 0;
  filter: blur(6px);
  transition: all 0.4s ease-in-out;
}
@media (min-width: 769px) {
  .careerBanner h3 {
    font-size: 60px;
    color: #1a1a1a;
    line-height: 81px;
    margin: 0 0 60px 0;
    text-align: left;
  }
}
.careerBanner h3 span.color1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 57px;
  padding: 0;
  opacity: 0;
  filter: blur(6px);
  margin-bottom: 0;
  transition: all 0.6s 500ms ease-in-out;
  color: rgb(255, 135, 26);
}
@media (min-width: 769px) {
  .careerBanner h3 span.color1 {
    height: 79px;
    padding: 0 35px 5px;
    margin-bottom: 0;
    color: #fff;
    background: rgb(255, 135, 26);
    background: linear-gradient(
      90deg,
      rgb(255, 135, 26) 0%,
      rgb(255, 198, 10) 100%
    );
  }
}
.careerBanner h3 span.color2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 57px;
  color: rgb(26, 211, 255);
  padding: 0;
  opacity: 0;
  margin-bottom: 0;
  filter: blur(6px);
  transition: all 0.8s 800ms ease-in-out;
}
@media (min-width: 769px) {
  .careerBanner h3 span.color2 {
    height: 79px;
    color: #fff;
    padding: 0 35px 5px;
    margin-bottom: 0;
    background: rgb(26, 211, 255);
    background: linear-gradient(
      90deg,
      rgb(26, 211, 255) 0%,
      rgb(184, 139, 255) 100%
    );
  }
}
.careerBanner figure {
  margin-left: auto;
  max-width: 940px;
  width: 100%;
  margin-right: 0;
  position: relative;
  margin-top: -150px;
  bottom: -350px;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 130px;
  transition: all 0.8s ease-in-out;
}
.careerBanner figure img {
  max-width: 100%;
}
@media (min-width: 769px) {
  .careerBanner figure {
    max-width: 740px;
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  .careerBanner figure {
    max-width: 940px;
    margin-right: -100px;
  }
}
.careerBanner.viewport h3 {
  opacity: 1;
  filter: blur(0);
}
.careerBanner.viewport figure {
  opacity: 1;
  visibility: visible;
  bottom: -150px;
}
.careerBanner.viewport span.color1 {
  opacity: 1;
  filter: blur(0);
}
.careerBanner.viewport span.color2 {
  opacity: 1;
  filter: blur(0);
}

.contactBanner {
  background: url("../img/contactBg2.webp") repeat-x left top;
  background-size: cover;
  height: auto;
  min-height: 650px;
  padding-top: 155px;
  padding-bottom: 50px;
}
@media (min-width: 769px) {
  .contactBanner {
    padding-top: 200px;
    min-height: 1000px;
    padding-bottom: 0;
    background-size: auto 680px;
  }
}
.contactBanner .container {
  display: block;
}
@media (min-width: 769px) {
  .contactBanner .container {
    display: flex;
    gap: 88px;
    justify-content: space-between;
  }
}
.contactBanner .contactInfo {
  text-align: left;
  max-width: 600px;
}
.contactBanner h3 {
  font-size: 20px;
  color: #1a1a1a;
  line-height: 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  margin: 0 0 15px 0;
  opacity: 0;
  padding: 8px 24px;
  filter: blur(6px);
  background: #7dd844;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 769px) {
  .contactBanner h3 {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 40px 0;
    text-align: left;
  }
}
.contactBanner .knowMore {
  color: #1a1a1a;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 10px;
}
.contactBanner p {
  font-size: 32px;
  line-height: 42px;
  color: #0057b6;
  text-align: left;
  max-width: 1000px;
  margin: 0 0 25px;
  font-weight: 500;
}
@media (min-width: 769px) {
  .contactBanner p {
    font-size: 48px;
    line-height: 65px;
    text-align: left;
    margin: 0 0 50px;
  }
}
.contactBanner.viewport h3 {
  opacity: 1;
  filter: blur(0);
}
.contactBanner .callNergy {
  text-align: center;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  margin: 0;
  color: #fff;
  font-weight: 500;
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .contactBanner .callNergy {
    gap: 30px;
    align-items: center;
    font-size: 32px;
    flex-direction: row;
    margin-bottom: 150px;
  }
}
.contactBanner .callNergy span {
  font-size: 24px;
  color: #ffde17;
  padding: 8px 24px;
  font-weight: 500;
  display: inline-block;
  background: #0e7ef8;
  border-radius: 37px;
}
@media (min-width: 769px) {
  .contactBanner .callNergy span {
    font-size: 28px;
  }
}
.contactBanner .callNergy .mailIds {
  font-size: 16px;
  max-width: 150px;
  text-align: left;
  line-height: 22px;
}
.contactBanner .callNergy .mailIds a {
  color: #0e7ef8;
  text-decoration: none;
}
.contactBanner .callNergy .mailIds a:hover {
  text-decoration: underline;
}
.contactBanner .contactFooter {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .contactBanner .contactFooter {
    gap: 50px;
    margin-bottom: 100px;
  }
}
.contactBanner .contactFooter .contactitem {
  text-align: center;
}
@media (min-width: 769px) {
  .contactBanner .contactFooter .contactitem {
    text-align: left;
  }
}
.contactBanner .contactFooter h5 {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 15px 0;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  text-align: left;
}
@media (min-width: 769px) {
  .contactBanner .contactFooter h5 {
    text-align: left;
  }
}
.contactBanner .contactFooter h6 {
  color: #3982cc;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 15px 0;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  text-align: left;
}
@media (min-width: 769px) {
  .contactBanner .contactFooter h6 {
    text-align: left;
  }
}
.contactBanner .contactFooter p {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  max-width: 330px;
  text-align: left;
}

.aboutNergy {
  background: #eaf6ff;
  position: relative;
  padding: 0 0 80px;
}
@media (min-width: 769px) {
  .aboutNergy {
    padding: 0 0 25px;
  }
}
.aboutNergy .aboutNergyImage {
  display: block;
  position: relative;
  top: -65px;
  margin: 0 auto;
  margin-bottom: -50px;
  max-width: 1280px;
  padding: 0 15px;
  height: 223px;
}
@media (min-width: 769px) {
  .aboutNergy .aboutNergyImage {
    top: -200px;
    padding: 0;
    height: 423px;
    margin-bottom: -200px;
  }
}
.aboutNergy .aboutNergyImage img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.aboutNergy figcaption {
  font-size: 20px;
  line-height: 32px;
  color: #2f2f2f;
  text-align: left;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}
@media (min-width: 769px) {
  .aboutNergy figcaption {
    font-size: 32px;
    text-align: center;
    line-height: 46px;
  }
}

.formWrap {
  width: 100%;
  max-width: 592px;
  margin: 15px 16px;
  overflow: auto;
}
@media (max-width: 768px) {
  .formWrap {
    margin: 0;
  }
}
@media (min-width: 769px) {
  .formWrap {
    margin: 20px auto;
  }
}
.formWrap .formArea {
  padding: 30px 25px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #aad7f9;
}
@media (min-width: 769px) {
  .formWrap .formArea {
    padding: 55px 55px;
  }
}

@media (min-width: 769px) {
  .formWrapTwo {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
}

.missionAndVision {
  padding: 0 0 50px;
  background: #eaf6ff;
}
@media (min-width: 769px) {
  .missionAndVision {
    padding: 160px 0 185px;
  }
}
.missionAndVision .missionGrid {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 769px) {
  .missionAndVision .missionGrid {
    flex-direction: row;
    gap: 30px;
  }
}
.missionAndVision .missionGrid .mb-0 {
  margin-bottom: 0;
}
.missionAndVision .missionGrid .nobdr {
  border: none;
}
.missionAndVision .missionGrid .nobdr p {
  border: none;
}
.missionAndVision .gridItem {
  margin-bottom: 45px;
}
@media (min-width: 769px) {
  .missionAndVision .gridItem {
    margin-bottom: 155px;
    max-width: 50%;
  }
  .missionAndVision .gridItem:last-child p {
    border-right: none;
    padding-right: 0;
  }
}
.missionAndVision h4 {
  display: flex;
  gap: 15px;
  align-items: center;
  color: #393d41;
  font-family: "Outfit", sans-serif;
  font-size: 26px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 25px 0;
  justify-content: flex-start;
}
@media (min-width: 769px) {
  .missionAndVision h4 {
    font-size: 36px;
    line-height: 36px;
    gap: 25px;
    margin: 0 0 35px 0;
    justify-content: flex-start;
  }
}
.missionAndVision h4 img {
  max-height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 769px) {
  .missionAndVision h4 img {
    height: auto;
    width: auto;
  }
}
.missionAndVision h5 {
  color: #1a1a1a;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 15px 0;
  text-align: left;
}
@media (min-width: 769px) {
  .missionAndVision h5 {
    font-size: 24px;
    line-height: 36px;
    text-align: left;
  }
}
.missionAndVision p {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  color: #4b4b4b;
  text-align: left;
  opacity: 0.9;
}
@media (min-width: 769px) {
  .missionAndVision p {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    padding-right: 25px;
    border-right: solid 1px rgba(75, 75, 75, 0.431372549);
  }
}

.nergfiedJourney {
  background: #0057b6;
  padding: 80px 0;
}
@media (min-width: 769px) {
  .nergfiedJourney {
    padding: 190px 0;
  }
}
.nergfiedJourney .nergfiedJourneyGrid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 20px;
  align-items: flex-start;
}
@media (min-width: 769px) {
  .nergfiedJourney .nergfiedJourneyGrid {
    flex-direction: row;
    margin-bottom: 200px;
    align-items: flex-start;
  }
}
.nergfiedJourney .nergfiedJourneyGrid:last-child {
  margin-bottom: 0;
}
.nergfiedJourney .nergfiedJourneyGrid h5 {
  font-size: 36px;
  line-height: 44px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  margin: 10px 0 0 0;
  color: #fff;
  max-width: 430px;
  text-align: left;
}
@media (min-width: 769px) {
  .nergfiedJourney .nergfiedJourneyGrid h5 {
    text-align: left;
    font-size: 56px;
    line-height: 64px;
    padding-right: 25px;
    min-width: 300px;
  }
}
.nergfiedJourney .nergfiedJourneyGrid .journeyDesc {
  max-width: 600px;
}
@media (min-width: 769px) {
  .nergfiedJourney .nergfiedJourneyGrid .journeyDesc {
    max-width: 550px;
  }
}
@media (min-width: 1200px) {
  .nergfiedJourney .nergfiedJourneyGrid .journeyDesc {
    max-width: 680px;
  }
}
.nergfiedJourney .nergfiedJourneyGrid .journeyDesc .jurLogo {
  gap: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 80px;
}
@media (min-width: 769px) {
  .nergfiedJourney .nergfiedJourneyGrid .journeyDesc .jurLogo {
    flex-direction: row;
    gap: 20px;
  }
}
.nergfiedJourney .nergfiedJourneyGrid .journeyDesc .jurLogo img {
  max-width: 350px;
  margin: 0 auto;
}
.nergfiedJourney .nergfiedJourneyGrid p {
  font-size: 20px;
  line-height: 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #aad7f9;
  text-align: left;
}
@media (min-width: 769px) {
  .nergfiedJourney .nergfiedJourneyGrid p {
    text-align: left;
    font-size: 24px;
    line-height: 36px;
  }
}
.nergfiedJourney .nergfiedJourneyGrid p span {
  color: #fff;
}

.proactiveLeaders {
  padding: 80px 0 40px;
}
@media (min-width: 769px) {
  .proactiveLeaders {
    padding: 190px 0 90px;
  }
}
.proactiveLeaders h5 {
  font-size: 36px;
  line-height: 44px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  margin: 0 0 25px 0;
  color: #1a1a1a;
  text-align: left;
}
@media (min-width: 769px) {
  .proactiveLeaders h5 {
    font-size: 56px;
    line-height: 64px;
    margin: 0 0 55px 0;
    text-align: center;
  }
}
.proactiveLeaders p {
  font-size: 22px;
  line-height: 32px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #2f2f2f;
  text-align: left;
}
@media (min-width: 769px) {
  .proactiveLeaders p {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
  }
}
.proactiveLeaders .discription {
  font-size: 18px;
  line-height: 28px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #2f2f2f;
  max-width: 1000px;
  text-align: left;
  margin: 0;
}
@media (min-width: 769px) {
  .proactiveLeaders .discription {
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    margin: 0 auto;
  }
}
.proactiveLeaders .container {
  max-width: 1280px;
}
.proactiveLeaders .leadersGrid {
  margin-top: 50px;
  display: flex;
  gap: 33px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (min-width: 769px) {
  .proactiveLeaders .leadersGrid {
    margin-top: 50px;
    gap: 33px;
    justify-content: flex-start;
  }
}
@media (min-width: 1400px) {
  .proactiveLeaders .leadersGrid {
    margin-top: 100px;
    gap: 53px;
  }
}
.proactiveLeaders .leadersGrid .leaderBlock {
  text-align: center;
  max-width: 280px;
  margin: 0 auto 30px;
}
@media (min-width: 769px) {
  .proactiveLeaders .leadersGrid .leaderBlock {
    margin: 0 0 50px;
  }
}
@media (min-width: 1400px) {
  .proactiveLeaders .leadersGrid .leaderBlock {
    margin: 0 0 100px;
  }
}
.proactiveLeaders .leadersGrid .leaderBlock figure {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  overflow: hidden;
  max-width: 280px;
  max-height: 280px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
@media (min-width: 769px) {
  .proactiveLeaders .leadersGrid .leaderBlock figure {
    margin-bottom: 30px;
  }
}
.proactiveLeaders .leadersGrid .leaderBlock figure img {
  max-width: 100%;
}
.proactiveLeaders .leadersGrid .leaderBlock figcaption {
  font-size: 26px;
  color: #1a1a1a;
  margin: 0 0 10px 0;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 769px) {
  .proactiveLeaders .leadersGrid .leaderBlock figcaption {
    margin: 0 0 15px 0;
  }
}
.proactiveLeaders .leadersGrid .leaderBlock .role {
  font-size: 20px;
  color: #8d8d8d;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}

.blogSectionGrid {
  display: block;
}
.blogSectionGrid .gridleft {
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .blogSectionGrid {
    display: flex;
    gap: 65px;
    justify-content: space-between;
  }
  .blogSectionGrid .gridleft {
    width: 70%;
    max-width: 800px;
    margin-bottom: 0;
  }
  .blogSectionGrid .gridright {
    width: 30%;
    max-width: 450px;
  }
}
.blogSectionGrid h4 {
  font-size: 28px;
  line-height: 34px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  margin: 0 0 20px 0;
  color: #1a1a1a;
  overflow: hidden;
}
@media (min-width: 769px) {
  .blogSectionGrid h4 {
    margin: 0 0 25px 0;
  }
}
.blogSectionGrid h4 span {
  display: inline-block;
  padding: 0 20px 0 0;
  position: relative;
}
.blogSectionGrid h4 span:after {
  width: 100vw;
  height: 1px;
  content: "";
  position: absolute;
  left: 100%;
  top: 72%;
  background: #e9ebec;
}
@media (min-width: 769px) {
  .blogSectionGrid h4 {
    font-size: 32px;
    line-height: 44px;
    margin: 0 0 40x 0;
  }
}
.blogSectionGrid .newsImage {
  display: block;
}
.blogSectionGrid .newsImage img {
  max-width: 100%;
}

.blogList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blogList ul li {
  padding: 30px 0 0 0;
  margin-bottom: 45px;
  position: relative;
}
@media (min-width: 769px) {
  .blogList ul li {
    margin-bottom: 50px;
  }
}
.blogList ul li:last-child {
  margin-bottom: 0;
}
.blogList ul li figure {
  width: 100%;
  margin: 0 25px 15px 0;
}
@media (min-width: 769px) {
  .blogList ul li figure {
    float: left;
    width: 225px;
  }
}
.blogList ul li figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 769px) {
  .blogList ul li figure img {
    height: 190px;
  }
}
.blogList .itemDate {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #b2b2b2;
}
.blogList .itemTitle {
  font-size: 28px;
  color: #2f2f2f;
  line-height: 30px;
  font-weight: 500;
  text-decoration: none;
  margin: 0 0 15px 0;
}
@media (min-width: 769px) {
  .blogList .itemTitle {
    font-size: 24px;
  }
}
.blogList .itemTitle a {
  text-decoration: none;
  color: #2f2f2f;
}
.blogList .itemContent {
  color: #5a5a5a;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 769px) {
  .blogList .itemContent {
    font-size: 24px;
    line-height: 30px;
  }
}

.workLife {
  padding: 40px 0;
}
@media (min-width: 769px) {
  .workLife {
    padding: 100px 0;
  }
}
.workLife .container {
  position: relative;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .workLife .container {
    flex-direction: row;
  }
}
.workLife figure {
  max-width: 780px;
}
.workLife figure img {
  max-width: 100%;
}
.workLife .workLifeContent {
  max-width: 600px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.workLife .workLifeContent h3 {
  font-size: 38px;
  line-height: 48px;
  font-family: "Outfit", sans-serif;
  margin: 0 0 20px 0;
  font-weight: 500;
  color: #1a1a1a;
  text-align: left;
  max-width: 600px;
}
@media (min-width: 769px) {
  .workLife .workLifeContent h3 {
    text-align: left;
    font-size: 64px;
    line-height: 76px;
    margin: 0 0 32px 0;
  }
}
.workLife .workLifeContent p {
  font-size: 19px;
  line-height: 29px;
  color: #5a5a5a;
  text-align: left;
}
@media (min-width: 769px) {
  .workLife .workLifeContent p {
    text-align: left;
    font-size: 27px;
    line-height: 39px;
  }
}
.workLife.lifeAtNergy {
  background: url("../img/lifeatnergy-dots.webp") no-repeat center center;
  background-size: contain;
  padding: 40px 0;
}
@media (min-width: 769px) {
  .workLife.lifeAtNergy {
    padding: 200px 0;
  }
}
.workLife.lifeAtNergy figure {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 1020px;
  height: 100%;
}
.workLife.lifeAtNergy figure img {
  max-width: 80%;
}
@media (min-width: 769px) {
  .workLife.lifeAtNergy figure {
    left: 0;
    position: absolute;
  }
  .workLife.lifeAtNergy figure img {
    max-width: 90%;
  }
}
@media (min-width: 1400px) {
  .workLife.lifeAtNergy figure {
    left: 50px;
  }
  .workLife.lifeAtNergy figure img {
    max-width: 100%;
  }
}
.workLife.lifeAtNergy .workLifeContent {
  margin-top: 50px;
}
@media (min-width: 769px) {
  .workLife.lifeAtNergy .workLifeContent {
    margin-top: 200px;
  }
}

.vidyaBanner {
  height: auto;
  min-height: 650px;
  padding-top: 155px;
}
@media (min-width: 769px) {
  .vidyaBanner {
    padding-top: 200px;
  }
}
.vidyaBanner .vidyaContant {
  display: flex;
  gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .vidyaBanner .vidyaContant {
    gap: 100px;
    flex-direction: row;
    margin-bottom: 100px;
  }
}
.vidyaBanner .vidyaContant img {
  width: 280px;
  opacity: 0;
  margin: 0 0;
  filter: blur(6px);
  transition: all 0.4s ease-in-out;
}
@media (min-width: 769px) {
  .vidyaBanner .vidyaContant img {
    margin: 0 0;
  }
}
.vidyaBanner .vidyaContant.mb-0 {
  margin-bottom: 0;
}
.vidyaBanner h3 {
  font-size: 28px;
  color: #0057b6;
  line-height: 35px;
  font-family: "Outfit", sans-serif;
  text-align: left;
  font-weight: 500;
  margin: 0 0 25px 0;
  max-width: 990px;
  opacity: 0;
  filter: blur(6px);
  padding-top: 32px;
  transition: all 0.4s 500ms ease-in-out;
}
@media (min-width: 769px) {
  .vidyaBanner h3 {
    font-size: 48px;
    color: #0057b6;
    line-height: 60px;
    margin: 0 0 0 0;
    text-align: left;
  }
}
.vidyaBanner figure {
  margin-left: auto;
  max-width: 100%;
  width: 100%;
  margin-right: 0;
  position: relative;
  margin-top: -150px;
  bottom: -350px;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 30px;
  transition: all 0.8s ease-in-out;
}
.vidyaBanner figure img {
  max-width: 100%;
}
@media (min-width: 769px) {
  .vidyaBanner figure {
    max-width: 100%;
  }
}
.vidyaBanner .h3head {
  opacity: 0;
  filter: blur(6px);
  transition: all 0.8s ease-in-out;
}
.vidyaBanner .h3head .edrosed {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .vidyaBanner .h3head .edrosed {
    margin-bottom: 50px;
  }
}
.vidyaBanner .h3head .edrosed:after {
  position: absolute;
  left: 100px;
  top: 10px;
  height: 2px;
  display: block;
  background: #d7d9d9;
  content: "";
  width: 100%;
  opacity: 0.5;
  max-width: 625px;
}
.vidyaBanner .h3head h4 {
  font-size: 14px;
  color: #8b8b8b;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin: 0 0 25px 0;
  opacity: 0;
  filter: blur(6px);
  transition: all 0.4s 500ms ease-in-out;
}
@media (min-width: 769px) {
  .vidyaBanner .h3head h4 {
    margin: 0 0 45px 0;
  }
}
.vidyaBanner .h3head .endorsedLogos {
  width: auto;
  max-width: 100%;
}
@media (min-width: 769px) {
  .vidyaBanner .h3head .endorsedLogos {
    max-width: 700px;
  }
}
.vidyaBanner .h3head .endorsedLogos img {
  width: auto;
  max-width: 100%;
  display: block;
}
.vidyaBanner.viewport h3,
.vidyaBanner.viewport h4 {
  opacity: 1;
  filter: blur(0);
}
.vidyaBanner.viewport figure {
  opacity: 1;
  visibility: visible;
  bottom: -150px;
}
.vidyaBanner.viewport .h3head {
  opacity: 1;
  filter: blur(0);
}
.vidyaBanner.viewport .vidyaContant img {
  opacity: 1;
  filter: blur(0);
}
.vidyaBanner.disabledHeight {
  min-height: inherit;
}

.skillsStrip {
  background: #0057b6;
  padding: 38px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  align-items: center;
  text-align: center;
}
@media (min-width: 769px) {
  .skillsStrip {
    gap: 70px;
    font-size: 28px;
    flex-direction: row;
  }
}
.skillsStrip span {
  height: 20px;
  width: 1px;
  background: #3f93ef;
  display: inline-block;
  transform: rotate(90deg);
}
@media (min-width: 769px) {
  .skillsStrip span {
    height: 20px;
    transform: rotate(0);
  }
}

.nergyvidyaFocus {
  padding: 80px 0;
}
@media (min-width: 769px) {
  .nergyvidyaFocus {
    padding: 180px 0;
  }
}
.nergyvidyaFocus .container {
  max-width: 1280px;
}
.nergyvidyaFocus .focusWrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 769px) {
  .nergyvidyaFocus .focusWrap {
    flex-direction: row;
    gap: 80px;
  }
}
.nergyvidyaFocus .nvidyaFocusBlock {
  background: #f2f9ff;
}
@media (min-width: 769px) {
  .nergyvidyaFocus .nvidyaFocusBlock {
    max-width: 50%;
  }
}
.nergyvidyaFocus .nvidyaFocusBlock figure {
  display: block;
}
.nergyvidyaFocus .nvidyaFocusBlock figure img {
  max-width: 100%;
}
.nergyvidyaFocus .nvidyaFocusBlock.single {
  margin-top: 40px;
  max-width: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .nergyvidyaFocus .nvidyaFocusBlock.single {
    margin-top: 80px;
    flex-direction: row;
  }
}
.nergyvidyaFocus .nvidyaFocusBlock.single figure {
  width: 100%;
}
@media (min-width: 769px) {
  .nergyvidyaFocus .nvidyaFocusBlock.single figure {
    width: 60%;
  }
}
.nergyvidyaFocus .nvidyaFocusBlock.single .focusContent {
  width: 100%;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 769px) {
  .nergyvidyaFocus .nvidyaFocusBlock.single .focusContent {
    width: 50%;
  }
}
.nergyvidyaFocus .focusContent {
  padding: 45px 30px 25px;
}
@media (min-width: 769px) {
  .nergyvidyaFocus .focusContent {
    padding: 75px 60px 25px;
  }
}
.nergyvidyaFocus h3 {
  font-size: 30px;
  color: #1a1a1a;
  line-height: 28px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  margin: 0 0 14px 0;
}
@media (min-width: 769px) {
  .nergyvidyaFocus h3 {
    font-size: 40px;
    margin: 0 0 24px 0;
  }
}
.nergyvidyaFocus p {
  color: #5a5a5a;
  font-size: 18px;
  line-height: 25px;
}
@media (min-width: 769px) {
  .nergyvidyaFocus p {
    font-size: 20px;
    line-height: 29px;
  }
}

.skillsIndiaSection {
  padding: 50px 0;
  background: url("../img/skillsindiabg.webp") no-repeat center center;
  background-size: cover;
}
@media (min-width: 769px) {
  .skillsIndiaSection {
    padding: 150px 0;
  }
}
.skillsIndiaSection .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1280px;
}
@media (min-width: 769px) {
  .skillsIndiaSection .container {
    flex-direction: row;
  }
}
.skillsIndiaSection h4 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 25px 0;
  font-family: "Outfit", sans-serif;
}
.skillsIndiaSection h4 span {
  font-size: 32px;
  line-height: 42px;
  display: block;
  margin-bottom: 10px;
  color: #ffca1a;
}
@media (min-width: 769px) {
  .skillsIndiaSection h4 {
    font-size: 56px;
    line-height: 64px;
    margin: 0;
    min-width: 425px;
  }
  .skillsIndiaSection h4 span {
    margin-bottom: 20px;
  }
}
.skillsIndiaSection p {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  margin: 0;
}
.skillsIndiaSection p span {
  color: #ffca1a;
}
@media (min-width: 769px) {
  .skillsIndiaSection p {
    font-size: 24px;
    line-height: 38px;
  }
}

.tectSections {
  padding: 50px 0 0;
}
@media (min-width: 769px) {
  .tectSections {
    padding: 150px 0 0;
  }
}
.tectSections .container {
  max-width: 1280px;
}
.tectSections h4 {
  font-size: 40px;
  line-height: 52px;
  text-align: left;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0 0 30px 0;
  font-family: "Outfit", sans-serif;
}
@media (min-width: 769px) {
  .tectSections h4 {
    font-size: 56px;
    line-height: 70px;
    text-align: center;
  }
}
.tectSections p {
  font-size: 20px;
  line-height: 32px;
  color: #2f2f2f;
  text-align: left;
  margin: 0;
}
@media (min-width: 769px) {
  .tectSections p {
    font-size: 32px;
    line-height: 46px;
    text-align: center;
  }
}
.tectSections .techBlockWrap {
  display: flex;
  gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: -100px;
}
@media (min-width: 769px) {
  .tectSections .techBlockWrap {
    flex-direction: row;
    gap: 80px;
  }
}
.tectSections .techBlock {
  width: 100%;
  border: 1px solid #aad7f9;
  border-radius: 16px;
  background: #e7f5ff;
}
@media (min-width: 769px) {
  .tectSections .techBlock {
    width: 50%;
  }
}
.tectSections .techBlock .techHead {
  display: flex;
  gap: 25px;
  align-items: center;
  padding: 20px 20px;
  background: #fff;
  border-radius: 15px 15px 0 0;
}
@media (min-width: 769px) {
  .tectSections .techBlock .techHead {
    padding: 35px 50px;
  }
}
.tectSections .techBlock .techHead h5 {
  margin: 0;
  color: #0057b6;
  font-size: 34px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}
@media (min-width: 769px) {
  .tectSections .techBlock .techHead h5 {
    font-size: 48px;
  }
}
.tectSections .techBlock .techHead span {
  color: #0057b6;
  max-width: 150px;
  font-weight: 500;
}
.tectSections .techBlock .techContent {
  padding: 15px 20px 15px 20px;
}
@media (min-width: 769px) {
  .tectSections .techBlock .techContent {
    padding: 27px 30px 27px 50px;
  }
}
.tectSections .techBlock .techContent h6 {
  color: #2f2f2f;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 30px 0;
  font-family: "Outfit", sans-serif;
}
@media (min-width: 769px) {
  .tectSections .techBlock .techContent h6 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 60px 0;
  }
}
.tectSections .techBlock .techContent ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tectSections .techBlock .techContent ul li {
  font-size: 18px;
  color: #5a5a5a;
  line-height: 28px;
  padding-left: 40px;
  margin-bottom: 20px;
  background: url("../img/arrow-green.svg") no-repeat left 8px;
}
@media (min-width: 769px) {
  .tectSections .techBlock .techContent ul li {
    padding-left: 50px;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
  }
}

.vidyaProducts {
  background: #0057b6;
  padding: 150px 0 60px;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .vidyaProducts {
    padding: 250px 0 150px;
  }
}
.vidyaProducts .downloadBtn {
  display: block;
  max-width: 405px;
  margin-top: 50px;
}
.vidyaProducts .downloadBtn img {
  display: block;
  max-width: 100%;
}
.vidyaProducts h5 {
  color: #ffffff;
  font-size: 36px;
  max-width: 400px;
  font-family: "Outfit", sans-serif;
  line-height: 44px;
  margin: 0 0 20px 0;
  font-weight: 500;
}
@media (min-width: 769px) {
  .vidyaProducts h5 {
    font-size: 56px;
    line-height: 64px;
    margin: 0 0 40px 0;
  }
}
.vidyaProducts p {
  max-width: 600px;
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
}
@media (min-width: 769px) {
  .vidyaProducts p {
    font-size: 24px;
    line-height: 36px;
  }
}
.vidyaProducts .productSolutions {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 769px) {
  .vidyaProducts .productSolutions {
    margin-top: 100px;
    display: flex;
    gap: 80px;
    flex-direction: row;
  }
}
.vidyaProducts .solutionBlock {
  max-width: 100%;
}
@media (min-width: 769px) {
  .vidyaProducts .solutionBlock {
    max-width: 50%;
  }
}
.vidyaProducts .solutionBlock h6 {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 10px;
  opacity: 0.9;
  font-weight: 500;
  margin-top: 0;
  font-family: "Outfit", sans-serif;
}
.vidyaProducts .solutionBlock h1 {
  font-size: 22px;
  color: #ffca1a;
  margin-bottom: 10px;
  opacity: 0.9;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}
.vidyaProducts .solutionBlock p {
  color: #aad7f9;
  font-size: 20px;
  line-height: 30px;
  opacity: 0.9;
  font-weight: 400;
  margin-bottom: 40px;
  min-height: 200px;
}
@media (min-width: 769px) {
  .vidyaProducts .solutionBlock p {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 100px;
  }
}
.vidyaProducts .solutionBlock ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vidyaProducts .solutionBlock ul li {
  font-size: 20px;
  color: #aad7f9;
  line-height: 30px;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .vidyaProducts .solutionBlock ul li {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
.vidyaProducts .solutionBlock ul li a {
  text-decoration: none;
  color: #aad7f9;
  transition: all 0.3s ease-in-out;
}
.vidyaProducts .solutionBlock ul li a:hover {
  color: #fff;
}
.vidyaProducts .solutionBlock ul li span {
  display: block;
  padding-bottom: 15px;
  border-bottom: solid 1px rgba(170, 215, 249, 0.4392156863);
}
@media (min-width: 769px) {
  .vidyaProducts .solutionBlock ul li span {
    padding-bottom: 20px;
  }
}
.vidyaProducts .solutionBlock ul li:last-child span {
  border: none;
}
.vidyaProducts .solutionBlock ul li dl {
  margin-top: 10px;
}
.vidyaProducts .solutionBlock ul li dt {
  padding-left: 25px;
  background: url("../img/arrow-green.svg") no-repeat left 12px;
  background-size: 15px;
}
.vidyaProducts .solutionBlock ul li dt a {
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  color: #aad7f9;
  transition: all 0.3s ease-in-out;
}
.vidyaProducts .solutionBlock ul li dt a:hover {
  color: #fff;
}
.vidyaProducts .flowchart {
  display: block;
  margin-top: 50px;
}
.vidyaProducts .flowchart img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: block;
}

.foundationBanner {
  padding: 150px 0 60px 0;
}
@media (min-width: 769px) {
  .foundationBanner {
    padding: 280px 0 100px 0;
  }
}
.foundationBanner h3 {
  font-size: 28px;
  color: #0057b6;
  line-height: 38px;
  font-family: "Outfit", sans-serif;
  text-align: left;
  font-weight: 500;
  margin: 0;
  opacity: 0;
  filter: blur(6px);
  transition: all 0.8s 200ms ease-in-out;
}
@media (min-width: 769px) {
  .foundationBanner h3 {
    font-size: 48px;
    color: #0057b6;
    margin: 0 0 0 0;
    line-height: 60px;
  }
}
.foundationBanner p {
  font-size: 24px;
  color: #2f2f2f;
  line-height: 34px;
  font-weight: 400;
  opacity: 0;
  font-family: "Outfit", sans-serif;
  filter: blur(6px);
  margin: 20px 0 0;
  transition: all 0.8s 400ms ease-in-out;
}
@media (min-width: 769px) {
  .foundationBanner p {
    font-size: 28px;
    line-height: 38px;
  }
}
.foundationBanner p.communityPara {
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .foundationBanner p.communityPara {
    margin-top: 15px;
    margin-bottom: 100px;
  }
}
.foundationBanner .label {
  padding: 6px 25px;
  display: inline-block;
  margin-bottom: 20px;
  background: #ffde18;
  font-size: 22px;
  color: #343434;
  font-weight: 500;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  opacity: 0;
  filter: blur(6px);
  transition: all 0.8s ease-in-out;
}
@media (min-width: 769px) {
  .foundationBanner .label {
    margin-bottom: 30px;
    padding: 6px 55px;
  }
}
.foundationBanner .label.green {
  background: #7dd844;
  padding: 6px 16px;
}
.foundationBanner .partnerSubHead {
  display: block;
}
@media (min-width: 769px) {
  .foundationBanner .partnerSubHead {
    display: flex;
    gap: 175px;
    max-width: 80%;
  }
}
.foundationBanner .partnerSubHead h4 {
  font-size: 24px;
  line-height: 34px;
  color: #4b4b4b;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 769px) {
  .foundationBanner .partnerSubHead h4 {
    font-size: 32px;
    line-height: 40px;
  }
}
.foundationBanner.viewport h3,
.foundationBanner.viewport .label,
.foundationBanner.viewport p {
  opacity: 1;
  filter: blur(0);
}
.foundationBanner.partnerBanner {
  padding: 150px 0 0 0;
}
@media (min-width: 769px) {
  .foundationBanner.partnerBanner {
    padding: 250px 0 280px 0;
  }
}
.foundationBanner.partnerBanner .bannerImage {
  max-width: 1280px;
  margin: 35px auto 0;
}
@media (min-width: 769px) {
  .foundationBanner.partnerBanner .bannerImage {
    margin: 115px auto -300px;
  }
}
.foundationBanner.partnerBanner .bannerImage img {
  max-width: 100%;
  display: block;
}

.OurPurposes {
  padding: 0 0 0;
}
@media (min-width: 769px) {
  .OurPurposes {
    padding: 0 0 100px 0;
  }
}
.OurPurposes .container {
  max-width: 1280px;
  display: block;
  background: #eaf6ff;
}
@media (min-width: 769px) {
  .OurPurposes .container {
    display: flex;
    gap: 65px;
    align-items: center;
  }
}
.OurPurposes figure {
  max-width: 680px;
}
.OurPurposes figure img {
  max-width: 100%;
  display: block;
}
@media (min-width: 769px) {
  .OurPurposes .purposesContent {
    padding-right: 60px;
  }
}
.OurPurposes .purposesContent h5 {
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
  color: #0057b6;
  margin: 20px 0;
  font-family: "Outfit", sans-serif;
}
@media (min-width: 769px) {
  .OurPurposes .purposesContent h5 {
    font-size: 28px;
    line-height: 32px;
  }
}
.OurPurposes .purposesContent ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.OurPurposes .purposesContent ul li {
  font-size: 18px;
  line-height: 28px;
  color: #292929;
  padding: 20px 0;
  border-bottom: solid 1px #a7b3be;
}
.OurPurposes .purposesContent ul li:last-child {
  border-bottom: none;
}
@media (min-width: 769px) {
  .OurPurposes .purposesContent ul li {
    padding: 15px 0;
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 1400px) {
  .OurPurposes .purposesContent ul li {
    padding: 30px 0;
  }
}

.OurPurposesvidya {
  padding: 50px 0 0 0;
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .OurPurposesvidya {
    padding: 100px 0 0 0;
    margin-bottom: -100px;
  }
}
.OurPurposesvidya .container {
  max-width: 1280px;
  display: block;
  background: #eaf6ff;
}
@media (min-width: 769px) {
  .OurPurposesvidya .container {
    display: flex;
    gap: 65px;
    align-items: center;
  }
}
.OurPurposesvidya figure {
  max-width: 680px;
  height: auto;
  width: 100%;
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}
@media (min-width: 769px) {
  .OurPurposesvidya figure {
    height: 485px;
    top: 0;
    margin-bottom: 0;
  }
}
.OurPurposesvidya figure img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}
.OurPurposesvidya .purposesContent {
  padding: 0 0 0 0;
}
@media (min-width: 769px) {
  .OurPurposesvidya .purposesContent {
    padding: 0 60px 0 0;
  }
}
.OurPurposesvidya .purposesContent h5 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #0057b6;
  margin: 20px 0;
  font-family: "Outfit", sans-serif;
}
.OurPurposesvidya .purposesContent ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.OurPurposesvidya .purposesContent ul li {
  font-size: 18px;
  line-height: 28px;
  color: #292929;
  padding: 20px 0;
  border-bottom: solid 1px #929eaa;
}
.OurPurposesvidya .purposesContent ul li:last-child {
  border-bottom: none;
}
@media (min-width: 769px) {
  .OurPurposesvidya .purposesContent ul li {
    padding: 15px 0;
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 1400px) {
  .OurPurposesvidya .purposesContent ul li {
    padding: 30px 0;
  }
}

.ourActivities {
  padding: 40px 0;
  background-size: cover;
  background: #e7f4fd;
}
@media (min-width: 769px) {
  .ourActivities {
    padding: 100px 0 0;
    background: transparent;
  }
}
.ourActivities .activityTitle {
  min-width: 325px;
}
@media (min-width: 769px) {
  .ourActivities .activityTitle {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .ourActivities .activityTitle {
    min-width: 300px;
  }
}
.ourActivities .container {
  display: flex;
  gap: 0;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.ourActivities h4 {
  font-size: 28px;
  line-height: 35px;
  color: #393d41;
  margin: 0 0 15px 0;
  font-weight: 500;
  text-align: left;
  font-family: "Outfit", sans-serif;
}
@media (min-width: 769px) {
  .ourActivities h4 {
    font-size: 36px;
    line-height: 35px;
    text-align: center;
  }
}
.ourActivities p {
  font-size: 18px;
  color: #646464;
  line-height: 24px;
  margin: 0;
  font-weight: 500;
  text-align: left;
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .ourActivities p {
    font-size: 24px;
    text-align: center;
    line-height: 33px;
    margin-bottom: 80px;
  }
}
.ourActivities .activityCardWrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  position: relative;
}
@media (min-width: 769px) {
  .ourActivities .activityCardWrap {
    flex-direction: row;
    bottom: -270px;
    margin-top: -250px;
  }
}
.ourActivities .activityCard {
  max-width: 100%;
  background: #fff;
}
@media (min-width: 769px) {
  .ourActivities .activityCard {
    max-width: calc(50% - 17px);
    min-width: calc(50% - 17px);
  }
}
@media (min-width: 1400px) {
  .ourActivities .activityCard {
    max-width: 405px;
    min-width: 365px;
  }
}
.ourActivities .activityCard figure {
  height: 200px;
  display: block;
}
@media (min-width: 769px) {
  .ourActivities .activityCard figure {
    height: 230px;
  }
}
.ourActivities .activityCard figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ourActivities .activityCard .actvityInfo {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 20px;
  min-height: auto;
}
@media (min-width: 769px) {
  .ourActivities .activityCard .actvityInfo {
    padding: 24px;
    height: calc(100% - 230px);
  }
}
.ourActivities .activityCard h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #4b4b4b;
  margin: 0 0 20px 0;
  text-align: left;
  font-family: "Outfit", sans-serif;
}
.ourActivities .activityCard p {
  font-size: 18px;
  color: #4b4b4b;
  line-height: 26px;
  margin: 0 0 20px 0;
  font-weight: 400;
  text-align: left;
}
.ourActivities .activityCard .readMore {
  width: 158px;
  height: 52px;
  background: #ffde17;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ourActivities .activityCard .readMore:hover {
  color: #000;
  background: #f6d30f;
}
.ourActivities.noBg {
  background: transparent;
  padding: 70px 0 70px;
}
@media (min-width: 769px) {
  .ourActivities.noBg {
    padding: 300px 0 190px;
  }
}
.ourActivities.noBg .actvityInfo {
  border-top: none;
  border: solid 1px #aad7f9;
}

.esgSection {
  padding: 50px 0;
  background: #e7f4fd;
}
@media (min-width: 769px) {
  .esgSection {
    padding: 400px 0 100px;
  }
}
.esgSection h5 {
  text-align: left;
  font-size: 28px;
  line-height: 38px;
  color: #393d41;
  font-weight: 500;
  margin: 0 0 6px 0;
  font-family: "Outfit", sans-serif;
}
@media (min-width: 769px) {
  .esgSection h5 {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
  }
}
.esgSection h6 {
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  color: #4b4b4b;
  opacity: 0.9;
  font-weight: 500;
  margin: 0 0 5px 0;
  font-family: "Outfit", sans-serif;
}
@media (min-width: 769px) {
  .esgSection h6 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }
}
.esgSection .keyWays {
  display: flex;
  gap: 25px;
  flex-direction: column;
  margin: 40px 0 0;
}
@media (min-width: 769px) {
  .esgSection .keyWays {
    margin: 80px 0 0;
    flex-direction: row;
  }
}
.esgSection .keyBlock {
  min-width: 30%;
}
.esgSection .keyBlock:last-child p {
  padding-right: 0;
  border: none;
}
.esgSection .keyBlock h4 {
  font-size: 24px;
  line-height: 33px;
  color: #4b4b4b;
  margin: 0 0 10px 0;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}
@media (min-width: 769px) {
  .esgSection .keyBlock h4 {
    margin: 0 0 20px 0;
  }
}
.esgSection .keyBlock p {
  font-size: 18px;
  color: #4b4b4b;
  line-height: 26px;
  padding-bottom: 25px;
  margin: 0;
  border-bottom: solid 1px #dfdfdf;
}
@media (min-width: 769px) {
  .esgSection .keyBlock p {
    font-size: 20px;
    border-bottom: none;
    padding-bottom: 0;
    padding-right: 15px;
    border-right: solid 1px #dfdfdf;
  }
}

.casestudy {
  display: flex;
  flex-direction: column;
  background: rgb(235, 247, 255);
}
@media (min-width: 769px) {
  .casestudy {
    flex-direction: row;
  }
}
.casestudy figure {
  max-width: 600px;
  min-width: 100%;
  height: 317px;
}
@media (min-width: 769px) {
  .casestudy figure {
    min-width: 600px;
  }
}
.casestudy figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.casestudy .caseDetails {
  padding: 20px;
}
@media (min-width: 769px) {
  .casestudy .caseDetails {
    padding: 46px 26px 56px 46px;
  }
}
.casestudy .caseDetails h4 {
  font-size: 18px;
  color: rgb(0, 87, 182);
  line-height: 28px;
  font-weight: 500;
  margin: 0 0 10px 0;
  font-family: "Outfit", sans-serif;
}
@media (min-width: 769px) {
  .casestudy .caseDetails h4 {
    font-size: 20px;
    line-height: 32px;
  }
}
.casestudy .caseDetails p {
  font-size: 20px;
  line-height: 30px;
  color: rgb(75, 75, 75);
  opacity: 0.9;
  margin: 0 0 20px 0;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}
@media (min-width: 769px) {
  .casestudy .caseDetails p {
    font-size: 24px;
    line-height: 33px;
  }
}
.casestudy .caseDetails .readMore {
  width: 158px;
  height: 52px;
  background: #ffde17;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  transition: all 0.3s ease;
}
.casestudy .caseDetails .readMore:hover {
  color: #000;
  background: #f6d30f;
}

.galleryScc {
  padding: 0 0 0;
}
@media (min-width: 769px) {
  .galleryScc {
    padding: 0 0 0;
  }
}
.galleryScc .galContent {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .galleryScc .galContent {
    width: 50%;
    max-width: 410px;
    margin-bottom: 0;
  }
}
.galleryScc figure {
  max-width: 100%;
  display: block;
  max-height: 382px;
  position: relative;
  overflow: hidden;
  margin-bottom: 33px;
}
@media (min-width: 769px) {
  .galleryScc figure {
    max-width: 50%;
  }
}
.galleryScc figure img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.galleryScc figure figcaption {
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  background: rgb(0, 87, 182);
  padding: 20px 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0%;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .galleryScc figure figcaption {
    font-size: 22px;
    line-height: 30px;
    bottom: -100%;
    padding: 40px 40px;
  }
}
.galleryScc figure:hover figcaption {
  bottom: 0;
}
.galleryScc .container {
  display: flex;
  gap: 5px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .galleryScc .container {
    flex-direction: row;
    gap: 32px;
  }
}
.galleryScc h4 {
  font-size: 28px;
  line-height: 35px;
  color: rgb(57, 61, 65);
  margin: 0 0 15px 0;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}
@media (min-width: 769px) {
  .galleryScc h4 {
    font-size: 36px;
    line-height: 35px;
  }
}
.galleryScc p {
  font-size: 18px;
  color: rgb(75, 75, 75);
  opacity: 0.9;
  line-height: 28px;
  margin: 0;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .galleryScc p {
    font-size: 24px;
    line-height: 33px;
  }
}
.galleryScc .readMore {
  width: 158px;
  height: 52px;
  background: #ffde17;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  transition: all 0.3s ease;
}
.galleryScc .readMore:hover {
  color: #000;
  background: #f6d30f;
}

.joinWithUs {
  padding: 50px 0;
}
@media (min-width: 769px) {
  .joinWithUs {
    padding: 140px 0 100px;
  }
}
.joinWithUs h3 {
  font-size: 28px;
  line-height: 34px;
  margin: 0;
  margin-bottom: 8px;
  color: rgb(57, 61, 65);
  text-align: left;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}
@media (min-width: 769px) {
  .joinWithUs h3 {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
  }
}
.joinWithUs p {
  font-size: 18px;
  color: rgb(75, 75, 75);
  opacity: 0.9;
  line-height: 28px;
  margin: 0;
  font-weight: 500;
  text-align: left;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .joinWithUs p {
    font-size: 24px;
    line-height: 33px;
    text-align: center;
  }
}
.joinWithUs .joinWrap {
  gap: 20px;
  display: flex;
  flex-direction: column;
  margin: 40px 0;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .joinWithUs .joinWrap {
    margin: 120px 0;
    gap: 30px;
    flex-direction: row;
  }
}
.joinWithUs .joinBlock {
  background: rgb(237, 247, 255);
}
@media (min-width: 769px) {
  .joinWithUs .joinBlock {
    max-width: 32%;
  }
}
.joinWithUs .joinBlock figure {
  height: 229px;
  display: block;
}
.joinWithUs .joinBlock figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.joinWithUs .joinBlock .joinDetails {
  padding: 20px;
}
@media (min-width: 769px) {
  .joinWithUs .joinBlock .joinDetails {
    padding: 24px;
  }
}
.joinWithUs .joinBlock h5 {
  font-size: 20px;
  color: rgb(75, 75, 75);
  opacity: 0.9;
  line-height: 30px;
  margin: 0 0 10px 0;
  font-weight: 600;
}
@media (min-width: 769px) {
  .joinWithUs .joinBlock h5 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px 0;
  }
}
.joinWithUs .joinBlock p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(75, 75, 75);
  margin-bottom: 20px;
  text-align: left;
}
@media (min-width: 769px) {
  .joinWithUs .joinBlock p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}
.joinWithUs .joinBlock a {
  text-decoration: none;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(0, 87, 182);
  transition: all 0.3s ease;
}
.joinWithUs .joinBlock a img {
  position: relative;
  right: 0;
  transition: all 0.3s ease;
}
.joinWithUs .joinBlock a:hover img {
  right: -5px;
}
.joinWithUs .suggestProposal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 769px) {
  .joinWithUs .suggestProposal {
    flex-direction: row;
  }
}
.joinWithUs .suggestProposal h5 {
  font-size: 28px;
  color: rgb(57, 61, 65);
  line-height: 30px;
  margin: 0 0 20px 0;
  font-weight: 600;
}
@media (min-width: 769px) {
  .joinWithUs .suggestProposal h5 {
    font-size: 36px;
    line-height: 30px;
  }
}
.joinWithUs .suggestProposal .descrip {
  width: 100%;
  max-width: 775px;
}
.joinWithUs .suggestProposal p {
  font-size: 18px;
  line-height: 28px;
  color: rgb(75, 75, 75);
  margin-bottom: 15px;
  text-align: left;
  font-weight: 500;
  opacity: 0.9;
}
@media (min-width: 769px) {
  .joinWithUs .suggestProposal p {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 25px;
  }
}
.joinWithUs .suggestProposal a {
  text-decoration: none;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(0, 87, 182);
}
.joinWithUs .suggestProposal a img {
  position: relative;
  right: 0;
  transition: all 0.3s ease;
}
.joinWithUs .suggestProposal a:hover img {
  right: -5px;
}

.endorsementsAssociations {
  background: #eaf6ff;
  padding: 60px 0;
}
.endorsementsAssociations.nvidyaPage {
  background: #fff url("../img/vidya-banner-bg.webp") no-repeat center top;
  background-size: cover;
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .endorsementsAssociations.nvidyaPage {
    padding: 480px 0 0 0;
    margin-bottom: 180px;
  }
}
.endorsementsAssociations.nvidyaPage h3 {
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}
.endorsementsAssociations.nvidyaPage .partnersLogos {
  height: 170px;
  display: flex;
  align-items: center;
  background: #ddf4ff;
  padding: 0 40px;
  position: relative;
  bottom: -115px;
  margin-top: -105px;
}
@media (min-width: 769px) {
  .endorsementsAssociations.nvidyaPage .partnersLogos {
    margin-top: -75px;
    padding: 0 100px;
    height: 230px;
  }
}
.endorsementsAssociations h3 {
  font-size: 28px;
  line-height: 34px;
  margin: 0;
  margin-bottom: 8px;
  color: rgb(57, 61, 65);
  text-align: left;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}
@media (min-width: 769px) {
  .endorsementsAssociations h3 {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
  }
}
.endorsementsAssociations p {
  font-size: 18px;
  color: rgb(75, 75, 75);
  opacity: 0.9;
  line-height: 28px;
  margin: 0;
  font-weight: 500;
  text-align: left;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .endorsementsAssociations p {
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    margin-bottom: 90px;
  }
}
.endorsementsAssociations .partnersLogo {
  margin: 0 auto 50px;
  gap: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 769px) {
  .endorsementsAssociations .partnersLogo {
    flex-direction: row;
    gap: 40px;
  }
}
.endorsementsAssociations .partnersLogo img {
  width: auto;
  max-height: 120px;
}
@media (min-width: 769px) {
  .endorsementsAssociations .partnersLogo img {
    max-height: 100px;
  }
}
.endorsementsAssociations .partnersLogo img.wide {
  max-width: 200px;
}
.endorsementsAssociations .partnersLogos {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  padding: 0 16px;
}
.endorsementsAssociations .partnersLogos img {
  height: 55px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.4s ease-in-out;
}
.endorsementsAssociations .partnersLogos img:hover {
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media (min-width: 769px) {
  .endorsementsAssociations .partnersLogos {
    margin-top: 10px;
    padding: 0;
  }
  .endorsementsAssociations .partnersLogos img {
    height: 77px;
  }
}

.partnerAssociations {
  padding: 60px 0;
}
@media (min-width: 769px) {
  .partnerAssociations {
    padding: 150px 0;
  }
}
.partnerAssociations h3 {
  font-size: 28px;
  line-height: 34px;
  margin: 0;
  margin-bottom: 8px;
  color: rgb(57, 61, 65);
  text-align: left;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}
@media (min-width: 769px) {
  .partnerAssociations h3 {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
  }
}
.partnerAssociations p {
  font-size: 18px;
  color: rgb(75, 75, 75);
  opacity: 0.9;
  line-height: 28px;
  margin: 0;
  font-weight: 500;
  text-align: left;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .partnerAssociations p {
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    margin-bottom: 90px;
  }
}
.partnerAssociations .partnersLogo {
  margin: 0 auto;
  gap: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1100px;
  justify-content: center;
}
@media (min-width: 1200px) {
  .partnerAssociations .partnersLogo {
    justify-content: flex-start;
    gap: 20px;
  }
}
.partnerAssociations .partnersLogo img {
  width: 50%;
  max-width: 260px;
}
@media (min-width: 769px) {
  .partnerAssociations .partnersLogo img {
    width: auto;
  }
}
.partnerAssociations.nvidyaPage .partnersLogo {
  max-width: inherit;
}
@media (min-width: 1200px) {
  .partnerAssociations.nvidyaPage .partnersLogo {
    justify-content: flex-start;
    gap: 0px;
  }
}
.partnerAssociations.nvidyaPage .partnersLogo img {
  width: 50%;
  max-width: 200px;
}
@media (min-width: 769px) {
  .partnerAssociations.nvidyaPage .partnersLogo img {
    width: auto;
  }
}

.testimonialsSection {
  padding: 70px 0 0;
}
@media (min-width: 769px) {
  .testimonialsSection {
    padding: 200px 0 0;
  }
}
.testimonialsSection h3 {
  font-size: 28px;
  line-height: 34px;
  margin: 0;
  margin-bottom: 8px;
  color: rgb(57, 61, 65);
  text-align: left;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}
@media (min-width: 769px) {
  .testimonialsSection h3 {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
  }
}
.testimonialsSection p {
  font-size: 18px;
  color: rgb(75, 75, 75);
  opacity: 0.9;
  line-height: 28px;
  margin: 0;
  font-weight: 500;
  text-align: left;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .testimonialsSection p {
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    margin-bottom: 120px;
  }
}
.testimonialsSection .testimonialSlide {
  margin-bottom: -120px;
}
.testimonialsSection .testimonialItem {
  padding: 50px 32px 32px;
  background: #eaf6ff;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  margin-top: 25px;
}
.testimonialsSection .testimonialItem:after {
  width: 47px;
  height: 42px;
  content: "";
  position: absolute;
  left: 32px;
  top: -20px;
  background: url("../img/quote-icon.svg") no-repeat center center;
  background-size: cover;
}
.testimonialsSection .testimonialItem p {
  font-size: 22px;
  color: #4b4b4b;
  text-align: left;
  min-height: inherit;
  margin: 0 0 30px 0;
}
@media (min-width: 769px) {
  .testimonialsSection .testimonialItem p {
    min-height: 300px;
    margin: 0;
  }
}
.testimonialsSection .testimonialItem .testUser {
  display: flex;
  align-items: center;
  padding-top: 32px;
  gap: 22px;
  border-top: solid 1px #bedef5;
}
.testimonialsSection .testimonialItem .testUser figure {
  width: 58px;
  height: 58px;
}
.testimonialsSection .testimonialItem .testUser figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonialsSection .testimonialItem .testUser figcaption {
  font-size: 20px;
  color: #4b4b4b;
  font-weight: 500;
}
.testimonialsSection .testimonialItem .testUser figcaption span {
  font-size: 15px;
  display: block;
  color: #969696;
}

.partnerWithUs {
  background: #0057b6;
  padding: 60px 0 60px;
}
@media (min-width: 769px) {
  .partnerWithUs {
    padding: 100px 0 100px;
  }
}
.partnerWithUs .container {
  display: flex;
  align-items: flex-start;
  max-width: 900px;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .partnerWithUs .container {
    flex-direction: row;
    align-items: center;
  }
}
.partnerWithUs h4 {
  font-size: 28px;
  line-height: 34px;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  max-width: 567px;
}

.nergyCommunitySec {
  background: url("../img/community_bg.webp") no-repeat center center;
  background-size: cover;
  padding: 80px 0 40px;
}
@media (min-width: 769px) {
  .nergyCommunitySec {
    padding: 180px 0 90px;
  }
}

.communityServ {
  margin-top: -150px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .communityServ {
    margin-top: -300px;
    flex-direction: row;
    gap: 32px;
    margin-bottom: 180px;
  }
}
.communityServ .servBlock {
  max-width: 100%;
  background: #ffffff;
}
.communityServ .servBlock figure {
  display: block;
}
.communityServ .servBlock figure img {
  max-width: 100%;
  display: block;
}
.communityServ .servBlock .servDetls {
  display: block;
  padding: 24px;
}
.communityServ .servBlock h4 {
  font-size: 20px;
  color: rgb(75, 75, 75);
  opacity: 0.9;
  line-height: 30px;
  margin: 0 0 10px 0;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}
@media (min-width: 769px) {
  .communityServ .servBlock h4 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px 0;
  }
}
.communityServ .servBlock p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(75, 75, 75);
  margin-bottom: 20px;
  text-align: left;
}
@media (min-width: 769px) {
  .communityServ .servBlock p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}
.communityServ .servBlock a {
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(0, 87, 182);
  transition: all 0.3s ease;
}
.communityServ .servBlock a img {
  position: relative;
  right: 0;
  transition: all 0.3s ease;
}
.communityServ .servBlock a:hover img {
  right: -5px;
}

.communityDetils {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .communityDetils {
    flex-direction: row;
  }
}
.communityDetils figure {
  max-width: 395px;
  margin-bottom: 50px;
}
.communityDetils figure img {
  max-width: 100%;
}
@media (min-width: 769px) {
  .communityDetils figure {
    margin-bottom: 0;
    padding-right: 25px;
  }
}
.communityDetils .vissionMissionBlk {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 769px) {
  .communityDetils .vissionMissionBlk {
    flex-direction: row;
    gap: 100px;
  }
}
.communityDetils .vissionMissionBlk .vmBlock {
  max-width: 310px;
}
.communityDetils .vissionMissionBlk h6 {
  font-size: 28px;
  color: #ffde17;
  margin: 0 0 15px 0;
  font-family: "Outfit", sans-serif;
}
.communityDetils .vissionMissionBlk p {
  font-size: 22px;
  line-height: 29px;
  color: #9ad3ff;
}

.initiativeSec {
  padding: 40px 0;
}
@media (min-width: 769px) {
  .initiativeSec {
    padding: 90px 0 95px;
  }
}
.initiativeSec h5 {
  text-align: left;
  font-size: 28px;
  line-height: 38px;
  color: #393d41;
  font-weight: 500;
  margin: 25px 0 6px 0;
  font-family: "Outfit", sans-serif;
}
@media (min-width: 769px) {
  .initiativeSec h5 {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
    margin: 50px 0 6px 0;
  }
}
.initiativeSec h6 {
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  color: #4b4b4b;
  opacity: 0.9;
  font-weight: 500;
  margin: 0 0 50px 0;
  font-family: "Outfit", sans-serif;
}
@media (min-width: 769px) {
  .initiativeSec h6 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 100px 0;
  }
}
.initiativeSec.blueBg {
  background: #eaf6ff;
}
.initiativeSec.blueBg .featuresLst {
  background: #ffffff;
}

.initiativeWrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 769px) {
  .initiativeWrap {
    gap: 60px;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .initiativeWrap .initiativeTitle {
    min-width: 400px;
  }
}
.initiativeWrap .initiativeTitle h4 {
  font-size: 28px;
  line-height: 33px;
  color: #0057b6;
  margin-bottom: 15px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  margin: 0 0 15px 0;
}
.initiativeWrap .initiativeTitle p {
  font-size: 24px;
  line-height: 32px;
  color: #4b4b4b;
  font-weight: 500;
  max-width: 400px;
  margin: 0 0 35px 0;
  display: none;
}
@media (min-width: 769px) {
  .initiativeWrap .initiativeTitle p {
    display: block;
  }
}
.initiativeWrap .initiativeTitle .readMore {
  width: 245px;
  height: 52px;
  background: #ffde17;
  display: none;
  align-items: center;
  gap: 16px;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  transition: all 0.3s ease;
}
.initiativeWrap .initiativeTitle .readMore:hover {
  color: #000;
  background: #f6d30f;
}
@media (min-width: 769px) {
  .initiativeWrap .initiativeTitle .readMore {
    display: flex;
  }
}
.initiativeWrap .initiativeContent {
  width: 100%;
}
.initiativeWrap .initiativeContent p {
  font-size: 24px;
  line-height: 32px;
  color: #4b4b4b;
  font-weight: 500;
  margin: 0 0 30px 0;
}
.initiativeWrap .initiativeContent figure {
  height: 200px;
  display: block;
}
@media (min-width: 769px) {
  .initiativeWrap .initiativeContent figure {
    height: 260px;
  }
}
.initiativeWrap .initiativeContent figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.initiativeWrap .initiativeContent .readMore {
  width: 175px;
  height: 52px;
  background: #ffde17;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  margin-top: 0;
  text-decoration: none;
  transition: all 0.3s ease;
}
.initiativeWrap .initiativeContent .readMore:hover {
  color: #000;
  background: #f6d30f;
}
@media (min-width: 769px) {
  .initiativeWrap .initiativeContent .readMore {
    display: none;
  }
}
.initiativeWrap .featuresLst {
  padding: 30px 25px;
  background: #eaf6ff;
}
@media (min-width: 769px) {
  .initiativeWrap .featuresLst {
    padding: 40px 35px;
  }
}
.initiativeWrap .featuresLst ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .initiativeWrap .featuresLst ul {
    gap: 30px;
    flex-direction: row;
  }
}
.initiativeWrap .featuresLst li {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 18px;
  color: #4b4b4b;
  line-height: 23px;
  color: #4b4b4b;
}
@media (min-width: 769px) {
  .initiativeWrap .featuresLst li {
    width: calc(50% - 15px);
    max-width: 50%;
  }
}
.initiativeWrap .featuresLst li img {
  position: relative;
  top: 5px;
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
}
.initiativeWrap .featuresLst li p {
  font-size: 18px;
  line-height: 23px;
  color: #4b4b4b;
  margin: 0;
  font-weight: 400;
  padding-bottom: 25px;
  border-bottom: solid 1px #9bbbde;
}
@media (min-width: 769px) {
  .initiativeWrap .featuresLst li p {
    border-bottom: solid 1px #9bbbde;
  }
}
@media (min-width: 769px) {
  .initiativeWrap .featuresLst li:nth-child(3n) p,
  .initiativeWrap .featuresLst li:last-child p {
    border: none;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .initiativeWrap .featuresLst li:last-child p {
    border: none;
  }
}

.newEventSec {
  padding: 20px 0 0 0;
  overflow: hidden;
}
@media (min-width: 769px) {
  .newEventSec {
    padding: 50px 0 0 0;
  }
}
.newEventSec h5 {
  text-align: left;
  font-size: 28px;
  line-height: 38px;
  color: #393d41;
  font-weight: 500;
  margin: 25px 0 6px 0;
  font-family: "Outfit", sans-serif;
}
@media (min-width: 769px) {
  .newEventSec h5 {
    font-size: 36px;
    line-height: 42px;
    margin: 50px 0 6px 0;
  }
}
.newEventSec h6 {
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  color: #4b4b4b;
  opacity: 0.9;
  font-weight: 500;
  margin: 0 0 50px 0;
  font-family: "Outfit", sans-serif;
}
@media (min-width: 769px) {
  .newEventSec h6 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 280px 0;
  }
}
.newEventSec .newEventSlide {
  background: #eaf6ff;
  padding-bottom: 90px;
}
@media (min-width: 769px) {
  .newEventSec .newEventSlide {
    padding-bottom: 0px;
  }
}
.newEventSec .newEventSlide .eventSlide {
  top: 0;
  position: relative;
}
@media (min-width: 769px) {
  .newEventSec .newEventSlide .eventSlide {
    top: -170px;
  }
}
.newEventSec .newEventSlide .eventItem {
  background: #fff;
}
.newEventSec .newEventSlide .eventItem figure {
  height: 167px;
  display: block;
}
.newEventSec .newEventSlide .eventItem figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.newEventSec .newEventSlide .eventItem .eventDetals {
  padding: 24px 20px 24px 24px;
}
.newEventSec .newEventSlide .eventItem .eventDetals .dateTime {
  gap: 34px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #959595;
  font-weight: 500;
  margin-bottom: 30px;
}
.newEventSec .newEventSlide .eventItem .eventDetals .type {
  font-size: 16px;
  color: #ff9d45;
  font-weight: 500;
  margin-bottom: 8px;
}
.newEventSec .newEventSlide .eventItem .eventDetals h3 {
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  color: #4b4b4b;
  opacity: 0.9;
  font-weight: 500;
  margin: 0 0 15px 0;
  font-family: "Outfit", sans-serif;
}
@media (min-width: 769px) {
  .newEventSec .newEventSlide .eventItem .eventDetals h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 35px 0;
  }
}
.newEventSec .newEventSlide .eventItem .eventDetals .readMore {
  width: 126px;
  height: 36px;
  background: #ffde17;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  transition: all 0.3s ease;
}
.newEventSec .newEventSlide .eventItem .eventDetals .readMore:hover {
  color: #000;
  background: #f6d30f;
}
@media (min-width: 769px) {
  .newEventSec .eventSlide .owl-stage-outer {
    overflow: visible;
  }
}
.newEventSec .eventSlide.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -55px;
  display: flex;
  gap: 10px;
}
@media (min-width: 769px) {
  .newEventSec .eventSlide.owl-carousel .owl-nav {
    top: -155px;
    gap: 16px;
  }
}
.newEventSec .eventSlide.owl-carousel .owl-nav button {
  width: 30px;
  height: 30px;
  background: #0057b6;
  color: #fff;
  font-size: 18px;
  background-size: cover;
  text-indent: -9999px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .newEventSec .eventSlide.owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
  }
}
.newEventSec .eventSlide.owl-carousel .owl-nav button.disabled {
  pointer-events: none;
}
.newEventSec .eventSlide.owl-carousel .owl-nav button.owl-prev {
  background: #0057b6 url("../img/left-arrow.svg") no-repeat center center;
}
.newEventSec .eventSlide.owl-carousel .owl-nav button.owl-prev.disabled {
  background: #e5f0f8 url("../img/left-arrow.svg") no-repeat center center;
}
.newEventSec .eventSlide.owl-carousel .owl-nav button.owl-next {
  background: #0057b6 url("../img/right-arrow.svg") no-repeat center center;
}
.newEventSec .eventSlide.owl-carousel .owl-nav button.owl-next.disabled {
  background: #e5f0f8 url("../img/right-arrow.svg") no-repeat center center;
}

.techToolsSec select {
  display: block;
  width: 100%;
  height: 44px;
  padding: 10px 16px;
  background: transparent;
  border: solid 1px #ccc;
  border-radius: 6px;
  margin-bottom: 15px;
  margin-top: 120px;
  padding: 10px 14px;
  border: solid 1px #c3cad9;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #184872;
  font-family: "Outfit", sans-serif;
  outline: 0;
  cursor: pointer;
}
@media (min-width: 769px) {
  .techToolsSec select {
    display: none;
  }
}
.techToolsSec ul {
  display: none;
  margin: 0;
  padding: 0;
  align-items: center;
  white-space: nowrap;
  overflow: auto;
}
@media (min-width: 769px) {
  .techToolsSec ul {
    display: flex;
  }
}
.techToolsSec ul li {
  color: #9d9d9d;
  font-size: 18px;
  display: inline-block;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.techToolsSec ul li a {
  padding: 15px 25px;
  display: block;
  color: #9d9d9d;
  text-decoration: none;
  transition: all 0.3s ease;
}
.techToolsSec ul li:hover {
  background: #f7fbff;
}
.techToolsSec ul li.active {
  background: #eaf6ff;
  font-weight: 600;
}
.techToolsSec ul li.active a {
  color: #0057b6;
}

.tabSec {
  background: #eaf6ff;
  padding: 50px 0;
}
@media (min-width: 769px) {
  .tabSec {
    padding: 100px 0;
  }
}
.tabSec .container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 769px) {
  .tabSec .container {
    gap: 80px;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .tabSec .tecInfo {
    width: calc(100% - 650px);
  }
}
.tabSec .tecImage {
  width: 100%;
  max-width: 590px;
}
.tabSec .tecImage img {
  max-width: 100%;
}
.tabSec .techLabel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  background: #adef90;
  border: solid 1px #7ad94f;
  color: #277228;
  font-size: 14px;
  height: 34px;
  border-radius: 16px;
  font-weight: 500;
}
.tabSec h4 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #393d41;
  margin-top: 24px;
}
.tabSec p {
  font-size: 18px;
  color: #4b4b4b;
  line-height: 27px;
  opacity: 0.9;
  margin-bottom: 40px;
}
.tabSec .techFearures {
  gap: 25px;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .tabSec .techFearures {
    flex-direction: row;
    margin-bottom: 45px;
  }
}
.tabSec .techFearures h4 {
  font-size: 22px;
  line-height: 26px;
  margin: 0;
  max-width: 100%;
}
.tabSec .readMore {
  width: 158px;
  height: 52px;
  background: #ffde17;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  transition: all 0.3s ease;
}
.tabSec .readMore:hover {
  color: #000;
  background: #f6d30f;
}

.demoSction {
  padding: 55px 0;
}
@media (min-width: 769px) {
  .demoSction {
    padding: 135px 0;
  }
}
.demoSction .demoBlock {
  background: url("../img/contact-bg.webp") no-repeat center right;
  background-size: cover;
  display: flex;
  gap: 20px;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .demoSction .demoBlock {
    gap: 60px;
    flex-direction: row;
  }
}
.demoSction .demoBlock figure {
  width: 100%;
}
@media (min-width: 769px) {
  .demoSction .demoBlock figure {
    max-width: 600px;
    min-width: 50%;
  }
}
.demoSction .demoBlock figure iframe {
  display: block;
}
.demoSction .demoBlock figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.demoSction .demoBlock h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #34d535;
  margin: 0 0 15px 0;
}
.demoSction .demoBlock p {
  font-weight: 500;
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 30px 0;
}
.demoSction .demoBlock h2 {
  font-weight: 500;
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  width: 100%;
  padding: 20px;
  display: block;
  text-align: center;
}
.demoSction .demoBlock .readMore {
  width: 158px;
  height: 52px;
  background: #ffde17;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  transition: all 0.3s ease;
}
.demoSction .demoBlock .readMore:hover {
  color: #000;
  background: #f6d30f;
}
.demoSction .webinarVideo {
  width: 100%;
  height: auto;
}
.demoSction .disabledOverlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.demoSction .disabled {
  display: none;
}
.demoSction .demoContent {
  padding: 0 20px 20px 20px;
}
@media (min-width: 769px) {
  .demoSction .demoContent {
    padding: 0 30px 0 0;
  }
}

.partnerWithUsSction {
  padding: 55px 0;
  background: #e8f5ff;
}
@media (min-width: 769px) {
  .partnerWithUsSction {
    padding: 135px 0 55px;
    background: #e8f5ff;
  }
}
.partnerWithUsSction .demoBlock {
  background: url("../img/contact-bg.webp") no-repeat center right;
  background-size: cover;
  display: flex;
  gap: 20px;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 769px) {
  .partnerWithUsSction .demoBlock {
    gap: 80px;
    flex-direction: row;
    position: relative;
    top: -300px;
    margin-bottom: -300px;
  }
}
.partnerWithUsSction .demoBlock figure {
  width: 100%;
}
@media (min-width: 769px) {
  .partnerWithUsSction .demoBlock figure {
    max-width: 600px;
    min-width: 50%;
  }
}
.partnerWithUsSction .demoBlock figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.partnerWithUsSction .demoBlock h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #34d535;
  margin: 0 0 15px 0;
}
.partnerWithUsSction .demoBlock p {
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  line-height: 33px;
  margin: 0 0 25px 0;
}
.partnerWithUsSction .demoBlock .readMore {
  display: inline-flex;
  gap: 16px;
  height: 52px;
  background: #ffde17;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  padding: 0 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.partnerWithUsSction .demoBlock .readMore:hover {
  color: #000;
  background: #f6d30f;
}
.partnerWithUsSction .demoContent {
  max-width: 800px;
  padding: 0 20px 20px 20px;
}
@media (min-width: 769px) {
  .partnerWithUsSction .demoContent {
    padding: 65px 55px 65px 0;
  }
}

.solutionPartWrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 769px) {
  .solutionPartWrap {
    display: flex;
    gap: 40px;
    flex-direction: row;
    position: relative;
    top: -300px;
    margin-bottom: -300px;
  }
}
@media (min-width: 1200px) {
  .solutionPartWrap {
    gap: 80px;
  }
}
.solutionPartWrap .partnerBlock {
  width: 100%;
  max-width: 600px;
  background: #0057b6;
  padding: 35px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .solutionPartWrap .partnerBlock {
    flex-direction: row;
    padding: 55px;
  }
}
.solutionPartWrap .partnerBlock figure {
  width: 130px;
  margin-right: 30px;
}
.solutionPartWrap .partnerBlock figure img {
  max-width: 100%;
}
.solutionPartWrap .partnerBlock h6 {
  font-size: 34px;
  color: #ffffff;
  line-height: 43px;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.solutionPartWrap .partnerBlock p {
  font-size: 24px;
  line-height: 34px;
  color: #eaf6ff;
}
.solutionPartWrap .partnerBlock .readMore {
  display: inline-flex;
  gap: 16px;
  height: 44px;
  background: #ffde17;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 500;
  color: #1a1a1a;
  padding: 0 25px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.solutionPartWrap .partnerBlock .readMore:hover {
  color: #000;
  background: #f6d30f;
}

.offceLocations {
  background: #eaf6ff;
  padding: 25px 0 85px;
}
@media (min-width: 769px) {
  .offceLocations {
    padding: 175px 0;
  }
}
.offceLocations .container {
  display: flex;
  gap: 10px;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .offceLocations .container {
    gap: 50px;
    flex-direction: row;
  }
}
.offceLocations .locBlock {
  width: 100%;
  border-bottom: solid 1px #c3c3c3;
  padding-bottom: 15px;
}
@media (min-width: 769px) {
  .offceLocations .locBlock {
    max-width: calc(33% - 50px);
    padding-right: 35px;
    border-bottom: none;
    border-right: solid 1px #c3c3c3;
  }
}
.offceLocations .locBlock:nth-child(3n) {
  border-right: none;
}
.offceLocations .locBlock:last-child {
  border-bottom: none;
}
.offceLocations .locBlock h5 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  color: #3982cc;
  margin: 0 0 8px 0;
}
.offceLocations .locBlock p {
  font-size: 18px;
  line-height: 26px;
  color: #1a1a1a;
  margin: 0;
}

.downloadMessage {
  text-align: center;
  color: #0e7ef8;
  background: #eaf6ff;
  font-weight: 500;
  border: solid 1px #0e7ef8;
  padding: 40px 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.downloadMessage a {
  color: #0057b6;
}
.downloadMessage.hide {
  display: none;
}

.modal {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}
.modal.show {
  opacity: 1;
  visibility: visible;
}
.modal.show .modalOverlay {
  opacity: 0.4;
}
.modal .modalContent {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 15;
}
.modal .modalContent .mt-0 {
  margin-top: 0;
}
.modal .modalOverlay {
  opacity: 0;
  background: #000;
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  transition: all 0.3s ease;
}

.proven-solutions {
  padding: 50px 0;
  background: #eaf6ff;
}
.proven-solutions .readMore {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 158px;
  height: 52px;
  background: #ffde17;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  margin: 25px auto 0 auto;
  transition: all 0.3s ease;
}
.proven-solutions .readMore:hover {
  color: #000;
  background: #f6d30f;
}
@media (min-width: 769px) {
  .proven-solutions {
    padding: 120px 0;
  }
}
.proven-solutions .cardLogosGrid {
  display: flex;
  gap: 20px;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .proven-solutions .cardLogosGrid {
    flex-direction: row;
    gap: 20px;
  }
}
.proven-solutions .cardLogosGrid .item {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .proven-solutions .cardLogosGrid .item {
    width: calc(100% - 13px);
    max-width: calc(33.3% - 13px);
  }
}
.proven-solutions .cardLogosGrid .item img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 10px;
}
.proven-solutions h5 {
  font-size: 34px;
  line-height: 35px;
  color: #002752;
  margin: 0 0 40px 0;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  max-width: 850px;
  letter-spacing: 1px;
}
@media (min-width: 769px) {
  .proven-solutions h5 {
    font-size: 48px;
    line-height: 60px;
    margin: 0 0 80px 0;
  }
}
.proven-solutions .slide-card h5 {
  font-size: 18px;
  color: #0e7ef8;
  line-height: 22px;
  margin: 0 0 6px 0;
  letter-spacing: 0;
}
@media (min-width: 769px) {
  .proven-solutions .slide-card h5 {
    margin: 0 0 15px 0;
  }
}
.proven-solutions .slide-card h3 {
  margin: 0 0 5px;
  font-size: 22px;
  min-height: 57px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  max-width: 90%;
}
.proven-solutions .slide-card p {
  margin: 0 0 20px 0;
  color: #838383;
}
.proven-solutions .slide-card img {
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}
.proven-solutions .owl-nav {
  margin-top: 25px;
  display: flex;
  gap: 24px;
  justify-content: center;
}
@media (min-width: 769px) {
  .proven-solutions .owl-nav {
    margin-top: 40px;
    justify-content: flex-end;
  }
}
.proven-solutions .owl-nav button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  transform: all 0.2s ease;
}
.proven-solutions .owl-nav button.owl-prev {
  background: url("../img/left-arrow2.svg") no-repeat center center !important;
  text-indent: -9999px;
}
.proven-solutions .owl-nav button.owl-next {
  background: url("../img/right-arrow2.svg") no-repeat center center !important;
  text-indent: -9999px;
}
.proven-solutions .owl-nav button.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.proven-solutions .owl-nav button:hover {
  transform: scale(1.1);
}

.banner.swayam {
  background: transparent;
  height: auto;
  max-height: inherit;
}
.banner.swayam .container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .banner.swayam .container {
    padding-top: 150px;
    padding-left: 0;
    padding-right: 0;
    flex-direction: row;
  }
}
.banner.swayam .breadcrumb {
  width: 100%;
  color: #8e8e8e;
  font-size: 14px;
  line-height: 32px;
  display: none;
  gap: 10px;
  font-weight: 500;
  align-items: center;
}
@media (min-width: 769px) {
  .banner.swayam .breadcrumb {
    display: flex;
  }
}
.banner.swayam .breadcrumb a {
  transform: all 0.2s ease;
}
.banner.swayam .breadcrumb a:hover {
  color: #8e8e8e;
}
.banner.swayam .breadcrumb a,
.banner.swayam .breadcrumb span {
  font-weight: 400;
  color: #c4c4c4;
  font-size: 14px;
  line-height: 32px;
  text-decoration: none;
}
.banner.swayam .bannerText {
  max-width: 611px;
  width: 100%;
}
.banner.swayam .bannerText h1.headBold {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0;
  color: #313131;
  margin: 0 0 10px 0;
}
.banner.swayam .bannerText .headSubText {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
  color: #454545;
  margin: 0 0 10px 0;
}
@media (min-width: 769px) {
  .banner.swayam .bannerText .headSubText {
    font-size: 48px;
    line-height: 54px;
  }
}
.banner.swayam .bannerText .headSubText2 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 0;
  color: #313131;
  margin: 0 0 10px 0;
  opacity: 0;
  filter: blur(6px);
  transition: all 0.3s ease-in;
  animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
@media (min-width: 769px) {
  .banner.swayam .bannerText .headSubText2 {
    font-size: 68px;
    line-height: 72px;
  }
}
.banner.swayam .bannerText .headSubBlue {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: 0;
  color: #1389ea;
  margin: 0 0 10px 0;
}
.banner.swayam .bannerText p.headSubPara {
  font-size: 22px;
  line-height: 32px;
  color: #5f5f5f;
  font-weight: 500;
  letter-spacing: 0;
  max-width: inherit;
  margin: 10px 0 30px;
}
.banner.swayam .bannerText p.headSubPara strong {
  font-weight: 600;
  color: #262626;
}
.banner.swayam .bannerText p.headSubPara2 {
  font-size: 22px;
  line-height: 32px;
  color: #747474;
  font-weight: 400;
  letter-spacing: 0;
  max-width: inherit;
  margin: 10px 0 30px;
  opacity: 0;
  filter: blur(6px);
  transition: all 0.3s ease-in;
  animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
@media (min-width: 769px) {
  .banner.swayam .bannerText p.headSubPara2 {
    font-size: 46px;
    line-height: 58px;
    margin: 10px 0 90px;
  }
}
.banner.swayam .bannerText .headlabel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .banner.swayam .bannerText .headlabel {
    flex-direction: row;
    gap: 15px;
    margin-bottom: 0;
  }
}
.banner.swayam .bannerText .headlabel span {
  display: inline-block;
  padding: 4px 10px;
  background: #afe26b;
  border-radius: 20px;
  color: #4c7613;
  font-weight: 600;
  align-items: center;
}
@media (min-width: 769px) {
  .banner.swayam .bannerText .headlabel span {
    display: flex;
  }
}
.banner.swayam .bannerText .headlabel.blue span {
  background: linear-gradient(100deg, #c4ecff 0%, #86d0ff 100%) 0% 0%;
  color: #313131;
  font-size: 24px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 23px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
}
.banner.swayam .bannerText .bannerLogo {
  width: 100%;
  max-width: 610px;
  margin-bottom: 50px;
  opacity: 0;
  filter: blur(6px);
  transition: all 0.3s ease-in;
  animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.banner.swayam .savetBlkWrap {
  margin-bottom: 30px;
  opacity: 0;
  filter: blur(6px);
  transition: all 0.3s ease-in;
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
@media (min-width: 769px) {
  .banner.swayam .savetBlkWrap {
    margin-bottom: 80px;
  }
}
.banner.swayam .savetBlkWrap h4 {
  font-size: 32px;
  line-height: 42px;
  color: #262626;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 769px) {
  .banner.swayam .savetBlkWrap h4 {
    font-size: 51px;
    line-height: 52px;
  }
}
.banner.swayam .savetBlkWrap h4::after {
  content: "";
  width: 87px;
  height: 8px;
  background: #ffd802;
  position: absolute;
  left: 0;
  bottom: 8px;
  display: block;
  z-index: -1;
}
@media (min-width: 769px) {
  .banner.swayam .savetBlkWrap h4::after {
    height: 28px;
    width: 137px;
    bottom: -8px;
  }
}
.banner.swayam .savetBlkWrap .saveBlk {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 769px) {
  .banner.swayam .savetBlkWrap .saveBlk {
    gap: 40px;
    flex-direction: row;
    align-items: center;
  }
}
.banner.swayam .savetBlkWrap .saveBlk span {
  font-weight: 600;
  font-size: 78px;
  line-height: 70px;
  color: #66bf40;
}
@media (min-width: 769px) {
  .banner.swayam .savetBlkWrap .saveBlk span {
    font-size: 128px;
    line-height: 130px;
  }
}
.banner.swayam .savetBlkWrap p {
  color: #262626;
  line-height: 52px;
  font-size: 44px;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 769px) {
  .banner.swayam .savetBlkWrap p {
    line-height: 58px;
    font-size: 52px;
  }
}
.banner.swayam .swayamLogo {
  max-width: 650px;
  max-height: inherit;
  margin-bottom: 50px;
}
.banner.swayam .swayamLogo img {
  max-width: 100%;
}
.banner.swayam figure.swayamBanner {
  max-width: 600px;
  background: transparent !important;
  height: auto;
  max-height: inherit;
  position: inherit;
}
@media (min-width: 769px) {
  .banner.swayam figure.swayamBanner {
    right: 0;
  }
}
.banner.swayam figure.swayamBanner img {
  max-width: 100%;
}
.banner.swayam.edu .container {
  gap: 25px;
  padding-bottom: 50px;
}
@media (min-width: 769px) {
  .banner.swayam.edu .container {
    gap: 0;
    padding-bottom: 100px;
  }
}
.banner.swayam.edu .headSubText {
  color: #313131;
  max-width: 600px;
  margin-bottom: 25px;
}
.banner.swayam.edu figure.swayamBanner {
  position: relative;
}
.banner.swayam.edu figure.swayamBanner .btmElem {
  position: absolute;
  width: 197px;
  height: 170px;
  left: 30px;
  bottom: 0;
  display: block;
  z-index: 5;
}
.banner.swayam.edu figure.swayamBanner .btmElem img {
  max-width: 100%;
}
.banner.swayam.edu figure.swayamBanner .rghtElem {
  position: absolute;
  width: 152px;
  height: 228px;
  right: -65px;
  top: 110px;
  display: block;
  z-index: 5;
}
.banner.swayam.edu figure.swayamBanner .rghtElem img {
  max-width: 100%;
}

.banner.bgShape {
  background: url("../img/bg-shape.svg") no-repeat center bottom;
  background-size: cover;
}

.swayamWrap {
  padding: 0 15px 30;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 769px) {
  .swayamWrap {
    gap: 80px;
    flex-direction: row;
    padding: 0 0 120px;
  }
}
.swayamWrap > figure {
  width: 500px;
  max-width: 100%;
}
.swayamWrap > figure img {
  max-width: 100%;
}
.swayamWrap .swayamCntent {
  max-width: 500px;
}
@media (min-width: 769px) {
  .swayamWrap .swayamCntent {
    width: 100%;
    max-width: 600px;
  }
}
.swayamWrap .swayamCntent .logoGroup {
  max-width: 600px;
  width: 100%;
}
.swayamWrap .swayamCntent .logoGroup img {
  max-width: 100%;
}
.swayamWrap .swayamCntent p.headSubPara {
  font-size: 18px;
  line-height: 28px;
  color: #5f5f5f;
  font-weight: 500;
  letter-spacing: 0;
  max-width: inherit;
}
.swayamWrap .swayamCntent p.headSubPara strong {
  font-weight: 600;
  color: #262626;
}
@media (min-width: 769px) {
  .swayamWrap .swayamCntent p.headSubPara {
    max-width: 100%;
  }
}
.swayamWrap .swayamCntent h3 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
  font-size: 26px;
}
.swayamWrap .swayamCntent h3 img {
  width: 40px;
}
.swayamWrap .swayamCntent .circle-descrip {
  padding-left: 54px;
  color: #5f5f5f;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 10px 0;
}

.coursesOfferd {
  padding: 30px 15px;
}
@media (min-width: 769px) {
  .coursesOfferd {
    padding: 120px 0;
  }
}
@media (max-width: 768px) {
  .coursesOfferd .container {
    padding: 0;
  }
}
.coursesOfferd h3 {
  font-size: 38px;
  color: #313131;
  text-align: center;
  font-weight: 700;
  margin: 10px 0;
}
@media (min-width: 769px) {
  .coursesOfferd h3 {
    font-size: 48px;
    margin: 10px 0;
  }
}
.coursesOfferd p {
  font-size: 20px;
  line-height: 28px;
  color: #808080;
  max-width: 1080px;
  font-weight: 500;
  margin: 0 auto 50px;
  text-align: center;
}
@media (min-width: 769px) {
  .coursesOfferd p {
    font-size: 24px;
    line-height: 34px;
    margin: 0 auto 100px;
  }
}
.coursesOfferd .financeBLockWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 769px) {
  .coursesOfferd .financeBLockWrap {
    gap: 30px;
    flex-direction: row;
  }
}
.coursesOfferd .financeBLockWrap .financeBlock {
  width: 100%;
  display: flex;
  gap: 24px;
  padding: 32px 24px;
  border-radius: 10px;
  transition: all 0.3s ease;
  border: solid 1px transparent;
}
@media (min-width: 769px) {
  .coursesOfferd .financeBLockWrap .financeBlock {
    width: calc(50% - 30px);
  }
}
.coursesOfferd .financeBLockWrap .financeBlock:hover {
  background: #edf9ff;
  border-color: #a1d7ef;
}
.coursesOfferd .financeBLockWrap .financeBlock h4 {
  font-size: 38px;
  line-height: 44px;
  color: #454545;
  margin: 0 0 14px 0;
}
.coursesOfferd .financeBLockWrap .financeBlock label {
  padding: 4px 10px;
  background: #afe26b;
  border-radius: 20px;
  display: inline-flex;
  color: #4c7613;
  font-weight: 600;
  align-items: center;
  margin-bottom: 20px;
}
.coursesOfferd .financeBLockWrap .financeBlock p {
  font-size: 22px;
  line-height: 32px;
  color: #454545;
  margin: 0 0 40px 0;
  text-align: left;
}
.coursesOfferd .financeBLockWrap .financeBlock a {
  font-size: 18px;
  color: #2179e0;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 15px;
}

.vidyaBannerNew {
  padding: 100px 0 20px 0;
  text-align: center;
}
@media (min-width: 769px) {
  .vidyaBannerNew {
    padding: 230px 0 40px 0;
  }
}
.vidyaBannerNew .vbanPic {
  width: 100%;
  max-width: 618px;
  padding: 0 15px;
  margin-bottom: 30px;
}
.vidyaBannerNew .vbanPic img {
  max-width: 100%;
}
@media (min-width: 769px) {
  .vidyaBannerNew .vbanPic {
    margin-bottom: 70px;
  }
}
.vidyaBannerNew h1 {
  color: #313131;
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  max-width: 1046px;
  margin: 0 auto 30px auto;
}
@media (min-width: 769px) {
  .vidyaBannerNew h1 {
    font-size: 56px;
    line-height: 76px;
    margin: 0 auto 50px auto;
  }
}
.vidyaBannerNew .vidyaContant {
  display: flex;
  align-items: flex-start;
  max-width: 1000px;
  margin: 0 auto 20px;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 769px) {
  .vidyaBannerNew .vidyaContant {
    gap: 30px;
    align-items: flex-end;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto 50px;
  }
}
.vidyaBannerNew .vidyaContant .h3head {
  max-width: 580px;
  text-align: left;
}
.vidyaBannerNew .vidyaContant .h3head h3 {
  font-size: 30px;
  line-height: 38px;
  color: #313131;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  margin: 0;
}
@media (min-width: 769px) {
  .vidyaBannerNew .vidyaContant .h3head h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.vidyaBannerNew .bannerlabels {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 769px) {
  .vidyaBannerNew .bannerlabels {
    gap: 30px;
    flex-direction: row;
  }
}
.vidyaBannerNew .bannerlabels label {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 0;
  color: #313131;
  font-weight: 500;
  font-size: 18px;
  gap: 10px;
}
.vidyaBannerNew .bannerlabels label img {
  width: 40px;
}
@media (min-width: 769px) {
  .vidyaBannerNew .bannerlabels label {
    height: 70px;
    font-size: 31px;
    font-size: 24px;
    justify-content: center;
    padding: 5px 15px;
  }
}

.nergyVidyaOfferings {
  padding: 40px 15px;
  background-size: cover;
  background: #e7f4fd;
}
@media (min-width: 769px) {
  .nergyVidyaOfferings {
    padding: 100px 0 0;
    background: transparent;
  }
}
.nergyVidyaOfferings .activityTitle {
  min-width: 325px;
}
@media (min-width: 769px) {
  .nergyVidyaOfferings .activityTitle {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .nergyVidyaOfferings .activityTitle {
    min-width: 300px;
  }
}
.nergyVidyaOfferings .container {
  display: flex;
  gap: 0;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.nergyVidyaOfferings h4 {
  font-size: 28px;
  line-height: 35px;
  color: #393d41;
  margin: 0 0 10px 0;
  font-weight: 600;
  text-align: left;
  font-family: "Outfit", sans-serif;
}
.nergyVidyaOfferings h4 span {
  display: inline-block;
  padding: 8px 5px 8px 10px;
  background: url("../img/vidyabannertextBg.png") no-repeat center center;
  background-size: contain;
}
@media (min-width: 769px) {
  .nergyVidyaOfferings h4 {
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 45px;
  }
}
.nergyVidyaOfferings p {
  font-size: 18px;
  color: #808080;
  line-height: 24px;
  margin: 0 auto;
  font-weight: 400;
  text-align: left;
  margin-bottom: 50px;
  max-width: 1080px;
}
@media (min-width: 769px) {
  .nergyVidyaOfferings p {
    font-size: 24px;
    text-align: center;
    line-height: 32px;
    margin-bottom: 80px;
  }
}
.nergyVidyaOfferings p strong {
  font-weight: 600;
  color: #313131;
}
.nergyVidyaOfferings .activityCardWrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  justify-content: center;
  position: relative;
}
@media (min-width: 769px) {
  .nergyVidyaOfferings .activityCardWrap {
    flex-direction: row;
    margin-top: 500px;
    padding-bottom: 150px;
    background: #004f9c;
  }
}
.nergyVidyaOfferings .activityCard {
  max-width: 100%;
  background: #e7f4fd;
}
@media (min-width: 769px) {
  .nergyVidyaOfferings .activityCard {
    margin-top: -340px;
    max-width: 405px;
    background: #fff;
  }
}
.nergyVidyaOfferings .activityCard figure {
  height: 200px;
  display: block;
}
@media (min-width: 769px) {
  .nergyVidyaOfferings .activityCard figure {
    height: 230px;
  }
}
.nergyVidyaOfferings .activityCard figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.nergyVidyaOfferings .activityCard .actvityInfo {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 20px;
  min-height: auto;
  background: #fff;
}
@media (min-width: 769px) {
  .nergyVidyaOfferings .activityCard .actvityInfo {
    padding: 24px;
    min-height: 280px;
    background: transparent;
  }
}
.nergyVidyaOfferings .activityCard .actvityInfo .paddleft {
  width: 100%;
  text-align: center;
  padding-bottom: 20px !important;
}
.nergyVidyaOfferings .activityCard h5 {
  font-size: 28px;
  color: #454545;
  font-weight: 600;
  line-height: 30px;
  max-width: 350px;
  margin: 0 0 30px 0;
}
@media (min-width: 769px) {
  .nergyVidyaOfferings .activityCard h5 {
    font-size: 28px;
    line-height: 34px;
    max-width: 380px;
  }
}
.nergyVidyaOfferings .activityCard h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #4b4b4b;
  margin: 0 0 8px 0;
  text-align: left;
  font-family: "Outfit", sans-serif;
}
.nergyVidyaOfferings .activityCard p {
  font-size: 18px;
  color: #898989;
  line-height: 26px;
  margin: 0 0 20px 0;
  font-weight: 400;
  text-align: left;
}
.nergyVidyaOfferings .activityCard .knowMorebtn {
  height: 48px;
  width: 100%;
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: #ffd422;
  border: solid 1px #ffb323;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
}
.nergyVidyaOfferings .activityCard .knowMorebtn:hover {
  background: #fbd128;
}
.nergyVidyaOfferings .activityCard .readMore {
  width: 158px;
  height: 52px;
  background: #ffde17;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  transition: all 0.3s ease;
}
.nergyVidyaOfferings .activityCard .readMore:hover {
  color: #000;
  background: #f6d30f;
}
.nergyVidyaOfferings .activityCard .infoItemWrap {
  border-bottom: solid 1px #e0e0e0;
  margin-bottom: 24px;
  padding-bottom: 5px;
}
.nergyVidyaOfferings .activityCard .infoItemWrap.nobdr,
.nergyVidyaOfferings .activityCard .infoItemWrap:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.nergyVidyaOfferings .activityCard .infoItemWrap h3 img {
  max-width: 152px;
}
.nergyVidyaOfferings.noBg {
  background: transparent;
  padding: 70px 0 70px;
}
@media (min-width: 769px) {
  .nergyVidyaOfferings.noBg {
    padding: 300px 0 190px;
  }
}
.nergyVidyaOfferings.noBg .actvityInfo {
  border-top: none;
  border: solid 1px #aad7f9;
}

.pwrdBycolSecn {
  padding: 40px 0;
}
@media (min-width: 769px) {
  .pwrdBycolSecn {
    padding: 100px 0;
  }
}
.pwrdBycolSecn h4 {
  font-size: 32px;
  line-height: 42px;
  color: #313131;
  margin: 0 auto 30px auto;
  font-weight: 600;
  text-align: left;
  font-family: "Outfit", sans-serif;
}
.pwrdBycolSecn h4 span {
  display: inline-block;
  padding: 8px 5px 8px 10px;
  background: url("../img/vidyabannertextBg.png") no-repeat center center;
  background-size: contain;
}
@media (min-width: 769px) {
  .pwrdBycolSecn h4 {
    font-size: 36x;
    line-height: 42px;
    text-align: center;
    margin-bottom: 45px;
    max-width: 724px;
  }
}
.pwrdBycolSecn p {
  font-size: 18px;
  color: #808080;
  line-height: 24px;
  margin: 0 auto;
  font-weight: 500;
  text-align: left;
  margin-bottom: 50px;
  max-width: 875px;
}
@media (min-width: 769px) {
  .pwrdBycolSecn p {
    font-size: 22px;
    text-align: center;
    line-height: 32px;
    margin-bottom: 80px;
  }
}
.pwrdBycolSecn .moreWrap {
  text-align: center;
}
.pwrdBycolSecn .moreWrap a {
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #2179e0;
  text-decoration: none;
}

.toolListing {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 40px;
}
.toolListing.mt80 {
  margin-top: 80px;
}
@media (min-width: 769px) {
  .toolListing.mt80 {
    margin-top: 180px;
  }
}
@media (min-width: 769px) {
  .toolListing {
    flex-direction: row;
    margin-bottom: 60px;
  }
}
.toolListing .toolListBlock {
  padding: 20px;
  background: #fff;
  border: solid 1px #aedefc;
  border-radius: 10px;
  transition: all 0.3s ease;
  margin-bottom: 0;
  position: relative;
}
@media (min-width: 769px) {
  .toolListing .toolListBlock {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .toolListing .toolListBlock {
    padding: 40px;
    width: calc(100% - 40px);
    max-width: calc(33.3% - 40px);
  }
  .toolListing .toolListBlock:nth-child(3n):after {
    display: none;
  }
  .toolListing .toolListBlock.nobdr::after {
    display: none;
  }
}
.toolListing .toolListBlock > img {
  margin-bottom: 25px;
}
.toolListing .toolListBlock h5 {
  font-size: 28px;
  color: #3c3c3c;
  margin: 0 0 5px 0;
  font-weight: 500;
}
.toolListing .toolListBlock p {
  font-size: 20px;
  line-height: 26px;
  color: #898989;
  margin-bottom: 30px;
  text-align: left;
}
.toolListing .toolListBlock a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #2179e0;
  display: flex;
  gap: 10px;
  align-items: center;
  transition: all 0.3s ease;
}
.toolListing .toolListBlock a:hover {
  gap: 14px;
}
.toolListing .toolListBlock a img {
  position: relative;
  top: 2px;
}

.ourActivitiesVidya {
  padding: 40px 0;
  background-size: cover;
  background: #fff;
}
@media (min-width: 769px) {
  .ourActivitiesVidya {
    padding: 100px 0 0;
    background: transparent;
  }
}
.ourActivitiesVidya .activityTitle {
  min-width: 325px;
}
@media (min-width: 769px) {
  .ourActivitiesVidya .activityTitle {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .ourActivitiesVidya .activityTitle {
    min-width: 300px;
  }
}
.ourActivitiesVidya .container {
  display: flex;
  gap: 0;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.ourActivitiesVidya h4 {
  font-size: 28px;
  line-height: 35px;
  color: #393d41;
  margin: 0 0 15px 0;
  font-weight: 500;
  text-align: left;
  font-family: "Outfit", sans-serif;
}
@media (min-width: 769px) {
  .ourActivitiesVidya h4 {
    font-size: 48px;
    line-height: 52px;
    text-align: center;
    margin-bottom: 40px;
  }
}
.ourActivitiesVidya p {
  font-size: 18px;
  color: #808080;
  line-height: 24px;
  margin: 0;
  font-weight: 400;
  text-align: left;
  margin-bottom: 50px;
}
.ourActivitiesVidya p span {
  color: #313131;
  font-weight: 500;
}
@media (min-width: 769px) {
  .ourActivitiesVidya p {
    font-size: 22px;
    text-align: center;
    line-height: 33px;
    margin-bottom: 80px;
    max-width: 1034px;
  }
}
.ourActivitiesVidya .activityCardWrap {
  display: flex;
  flex-direction: column;
  gap: 80px;
  justify-content: center;
  position: relative;
}
.ourActivitiesVidya .activityCard {
  max-width: 100%;
  background: #fff;
}
@media (min-width: 769px) {
  .ourActivitiesVidya .activityCard {
    display: flex;
    gap: 80px;
    margin: 50px 0;
  }
}
.ourActivitiesVidya .activityCard figure {
  height: 200px;
  display: block;
}
@media (min-width: 769px) {
  .ourActivitiesVidya .activityCard figure {
    height: 320px;
    min-width: 50%;
  }
}
.ourActivitiesVidya .activityCard figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ourActivitiesVidya .activityCard .actvityInfo {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 20px 0;
  min-height: auto;
}
@media (min-width: 769px) {
  .ourActivitiesVidya .activityCard .actvityInfo {
    padding: 0 24px;
    height: calc(100% - 230px);
  }
}
.ourActivitiesVidya .activityCard ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ourActivitiesVidya .activityCard ul li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 18px 0;
  border-bottom: solid 1px #e0e0e0;
}
.ourActivitiesVidya .activityCard ul li:last-child {
  border: none;
}
.ourActivitiesVidya .activityCard ul li img {
  margin-top: 2px;
}
.ourActivitiesVidya .activityCard h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #4b4b4b;
  margin: 0 0 20px 0;
  text-align: left;
  font-family: "Outfit", sans-serif;
}
@media (min-width: 769px) {
  .ourActivitiesVidya .activityCard h4 {
    font-size: 38px;
    line-height: 42px;
  }
}
.ourActivitiesVidya .activityCard h4 span {
  color: #23bcf9;
}
.ourActivitiesVidya .activityCard p {
  font-size: 18px;
  color: #747474;
  line-height: 26px;
  margin: 0 0 20px 0;
  font-weight: 400;
  text-align: left;
}
@media (min-width: 769px) {
  .ourActivitiesVidya .activityCard p {
    font-size: 20px;
    line-height: 28px;
  }
}
.ourActivitiesVidya .activityCard .readMore {
  width: 158px;
  height: 52px;
  background: #ffde17;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ourActivitiesVidya .activityCard .readMore:hover {
  color: #000;
  background: #f6d30f;
}

.videoDemo {
  padding: 40px 0;
}
@media (min-width: 769px) {
  .videoDemo {
    padding: 100px 0;
  }
}
.videoDemo h4 {
  font-size: 28px;
  line-height: 35px;
  color: #393d41;
  margin: 0 0 15px 0;
  font-weight: 600;
  text-align: left;
  font-family: "Outfit", sans-serif;
}
@media (min-width: 769px) {
  .videoDemo h4 {
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 90px;
  }
}
.videoDemo .demoVideo {
  height: 420px;
}
@media (min-width: 769px) {
  .videoDemo .demoVideo {
    height: 720px;
  }
}
.videoDemo .downloadVideoBox {
  margin: 40px 0 20px;
  display: flex;
  gap: 40px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .videoDemo .downloadVideoBox {
    gap: 0;
    flex-direction: row;
    margin: 100px 0 50px;
  }
}
.videoDemo .downloadVideoBox h4 {
  width: 100%;
  max-width: 637px;
  text-align: center;
  margin: 0;
}
@media (min-width: 769px) {
  .videoDemo .downloadVideoBox h4 {
    text-align: left;
  }
}
.videoDemo .downloadVideoBox .dwnBtn {
  width: 338px;
  display: block;
  transition: all 0.3s ease;
  transform: scale(1);
}
.videoDemo .downloadVideoBox .dwnBtn img {
  max-width: 100%;
}
.videoDemo .downloadVideoBox .dwnBtn:hover {
  transform: scale(1.05);
}

.banner.updatrebanner {
  height: auto;
  min-height: 100vh;
  max-height: inherit;
  background: #eaf6ff url("../img/banner-bg-image.webp") no-repeat center center;
  background-size: cover;
}
@media (min-width: 769px) {
  .banner.updatrebanner .container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .banner.updatrebanner .container .bannerSlide {
    max-width: 700px;
    width: 100%;
    margin-top: 20vh;
  }
}
.banner.updatrebanner .recentUpdates {
  margin-top: 50px;
  max-width: 400px;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 769px) {
  .banner.updatrebanner .recentUpdates {
    margin-top: 100px;
  }
}
.banner.updatrebanner .recentUpdates .updateBlock {
  background: #fff;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0px 0px 16px rgba(184, 211, 244, 0.3333333333);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.banner.updatrebanner .recentUpdates .updateBlock figure {
  height: 150px;
  position: inherit;
}
.banner.updatrebanner .recentUpdates .updateBlock figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner.updatrebanner .recentUpdates .updateBlock a {
  text-decoration: none;
}
.banner.updatrebanner .recentUpdates .updateBlock figcaption {
  padding: 0 30px 20px;
}
.banner.updatrebanner .recentUpdates .updateBlock figcaption h4 {
  margin: 0 -30px;
  padding: 20px 30px 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  background: #fff;
  position: relative;
  top: 0px;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .banner.updatrebanner .recentUpdates .updateBlock figcaption h4 {
    line-height: 26px;
  }
}
.banner.updatrebanner .recentUpdates .updateBlock figcaption .readMore {
  font-size: 16px;
  color: #0057b6;
  gap: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin: -20px 0 0 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.banner.updatrebanner .recentUpdates .updateBlock:hover figcaption h4 {
  top: -25px;
}

.filter-cat {
  text-align: right;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}

.filter-cat select {
  height: 32px;
  min-width: 120px;
  margin: 0;
  cursor: pointer;
  padding: 4px 12px;
  border: solid 1px #c3cad9;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #184872;
  font-family: "Outfit", sans-serif;
  background: #fff;
  outline: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: all 0.3s ease;
}
.filter-cat select:focus {
  border-color: #719dcb;
}

.filter-cat-results .f-cat {
  opacity: 0;
  display: none;
}
.filter-cat-results .f-cat.active {
  opacity: 1;
  display: block;
  animation: fadeIn 0.65s ease forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.courseOfferdWarap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .courseOfferdWarap {
    flex-direction: row;
    gap: 32px;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.courseOfferdWarap .courseOfferdCard {
  width: 100%;
  max-width: 405px;
  background: #e6f4ff;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.courseOfferdWarap .courseOfferdCard figure {
  display: block;
  height: 230px;
  position: relative;
}
.courseOfferdWarap .courseOfferdCard figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.courseOfferdWarap .courseOfferdCard figure figcaption {
  background: #ffffff;
  padding: 6px 12px;
  font-weight: 600;
  color: #67952c;
  position: absolute;
  font-size: 14px;
  left: 25px;
  bottom: 25px;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
}
.courseOfferdWarap .courseOfferdCard .cardDtls {
  padding: 20px 24px;
}
@media (min-width: 769px) {
  .courseOfferdWarap .courseOfferdCard .cardDtls {
    padding: 24px 28px;
  }
}
.courseOfferdWarap .courseOfferdCard h4 {
  font-size: 28px;
  color: #262626;
  line-height: 32px;
  font-weight: 500;
  margin: 0 0 15px 0;
}
.courseOfferdWarap .courseOfferdCard .tagBlocs {
  display: flex;
  gap: 10px;
  flex-direction: column;
  font-size: 13px;
  color: #547286;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .courseOfferdWarap .courseOfferdCard .tagBlocs {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 24px;
  }
}
.courseOfferdWarap .courseOfferdCard .tagBlocs label {
  background: #ffde27;
  padding: 2px 12px;
  font-weight: 500;
  color: #2770c4;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
}
.courseOfferdWarap .courseOfferdCard .tagBlocs span {
  gap: 6px;
  display: flex;
  align-items: center;
}
.courseOfferdWarap .courseOfferdCard p {
  font-size: 16px;
  line-height: 22px;
  color: #5f5f5f;
  margin: 0;
  padding-bottom: 20px;
  text-align: left;
}
@media (min-width: 769px) {
  .courseOfferdWarap .courseOfferdCard p {
    min-height: 100px;
  }
}
.courseOfferdWarap .courseOfferdCard .moreCardBtn {
  height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  padding: 2px 16px;
  text-decoration: none;
  background: #0f91ea;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  transition: all 0.3s ease;
}
.courseOfferdWarap .courseOfferdCard .moreCardBtn img {
  position: relative;
  top: 1px;
}
.courseOfferdWarap .courseOfferdCard .moreCardBtn:hover {
  background: #0c8ce2;
}
.courseOfferdWarap .courseOfferdCard .moreCardBtn2 {
  height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #2c2c2c;
  font-size: 16px;
  padding: 2px 16px;
  text-decoration: none;
  background: #ffd422;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  transition: all 0.3s ease;
}
.courseOfferdWarap .courseOfferdCard .moreCardBtn2 img {
  position: relative;
  top: 1px;
}
.courseOfferdWarap .courseOfferdCard .moreCardBtn2:hover {
  background: #ffb323;
}

.expLearnToolSec {
  background: #ddf4ff;
  padding: 45px 0 45px;
}
@media (min-width: 769px) {
  .expLearnToolSec {
    padding: 85px 0 35px;
    border-bottom: solid 300px #fff;
  }
}
.expLearnToolSec P {
  text-align: center;
  margin-bottom: 45px;
  font-size: 22px;
  line-height: 32px;
  color: #2883ad;
  font-weight: 400;
}
@media (min-width: 769px) {
  .expLearnToolSec P {
    margin-bottom: 95px;
  }
}
.expLearnToolSec P strong {
  font-weight: 600;
  color: #166d96;
}
.expLearnToolSec .label {
  min-height: 24px;
  background: #ffde27;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  font-size: 16px;
  color: #2770c4;
  font-weight: 500;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
}
.expLearnToolSec h3 {
  display: flex;
  align-items: center;
  font-size: 30px;
  line-height: 38px;
  color: #1a1a1a;
  margin: 0 0 10px 0;
  font-weight: 600;
}
@media (min-width: 769px) {
  .expLearnToolSec h3 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
  }
}
.expLearnToolSec h3 img {
  width: 100%;
}
.expLearnToolSec .headWrap {
  background: #fff;
  padding: 20px;
  border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
}
@media (min-width: 769px) {
  .expLearnToolSec .headWrap {
    padding: 40px;
  }
}
.expLearnToolSec .descWrap {
  padding: 20px;
  background: #cbeeff;
  border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
}
@media (min-width: 769px) {
  .expLearnToolSec .descWrap {
    padding: 40px;
    background: #ddf4ff;
    margin-bottom: -278px;
  }
}
.expLearnToolSec .exp-learn-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 769px) {
  .expLearnToolSec .exp-learn-wrap {
    flex-direction: row;
    gap: 0;
  }
}
.expLearnToolSec .exp-learn-block {
  max-width: 600px;
}
.expLearnToolSec .para {
  font-size: 22px;
  line-height: 32px;
  color: #5f5f5f;
  text-align: left;
  margin: 0 0 30px 0;
}
.expLearnToolSec .know-more {
  height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  padding: 2px 16px;
  text-decoration: none;
  background: #0f91ea;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  transition: all 0.3s ease;
}
.expLearnToolSec .know-more img {
  position: relative;
  top: 1px;
}
.expLearnToolSec .know-more:hover {
  background: #0c8ce2;
}

.demoSplitSec {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40px;
  margin-top: 20px;
  justify-content: space-between;
}
.demoSplitSec.demoSplitSecSml {
  align-items: flex-start;
}
.demoSplitSec.demoSplitSecSml h5 {
  max-width: 400px;
  font-size: 38px;
  line-height: 42px;
}
@media (min-width: 769px) {
  .demoSplitSec.demoSplitSecSml h5 {
    font-size: 68px;
    line-height: 72px;
  }
}
.demoSplitSec.demoSplitSecSml p {
  font-size: 24px;
  line-height: 34px;
}
@media (min-width: 769px) {
  .demoSplitSec.demoSplitSecSml p {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (min-width: 769px) {
  .demoSplitSec {
    flex-direction: row;
    gap: 60px;
    margin-bottom: 100px;
  }
}
.demoSplitSec h5 {
  width: 100%;
  max-width: 550px;
  font-size: 38px;
  line-height: 48px;
  color: #313131;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 769px) {
  .demoSplitSec h5 {
    font-size: 48px;
    line-height: 52px;
  }
}
.demoSplitSec h5 span {
  display: inline-block;
  color: #aaaaaa;
  margin-bottom: 10px;
}
.demoSplitSec p {
  width: 100%;
  font-size: 22px;
  line-height: 32px;
  color: #5f5f5f;
  margin: 0;
}
@media (min-width: 769px) {
  .demoSplitSec p {
    margin: 0;
  }
}
.demoSplitSec p strong {
  font-weight: 600;
  color: #262626;
}

.descSection {
  padding: 40px 0;
}
@media (min-width: 769px) {
  .descSection {
    padding: 80px 0;
  }
}
.descSection .container {
  max-width: 1200px;
  margin: 0 auto;
}
.descSection h3 {
  font-size: 28px;
  line-height: 38px;
  color: #747474;
  font-weight: 500;
  margin: 0;
  text-align: center;
}
@media (min-width: 769px) {
  .descSection h3 {
    font-size: 38px;
    line-height: 48px;
  }
}
.descSection h3 strong {
  color: #313131;
  font-weight: 500;
}

.powerdBySec {
  padding: 0 0 40px;
}
@media (min-width: 769px) {
  .powerdBySec {
    padding: 80px 0;
  }
}
.powerdBySec.tp-0 {
  padding-top: 0;
}

.expTools {
  padding: 40px 0 40px;
  background: url("../img/notes-icon.webp") no-repeat -180px center;
  background-size: 500px;
  background-attachment: fixed;
}
@media (min-width: 769px) {
  .expTools {
    padding: 80px 0;
  }
}
.expTools .container {
  position: relative;
}
.expTools .container .elemImg {
  display: none;
  position: absolute;
  right: -20%;
  top: -50%;
  max-width: 394px;
}
.expTools .container .elemImg img {
  max-width: 100%;
}
@media (min-width: 769px) {
  .expTools .container .elemImg {
    display: flex;
  }
}
.expTools .toolsWrap {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
}
@media (min-width: 769px) {
  .expTools .toolsWrap {
    flex-direction: row;
    gap: 35px;
  }
}
.expTools .toolsCount {
  max-width: 410px;
  text-align: center;
  font-size: 90px;
  line-height: 100px;
  color: #1389ea;
  font-weight: 600;
}
@media (min-width: 769px) {
  .expTools .toolsCount {
    text-align: right;
    font-size: 190px;
    line-height: 200px;
  }
}
.expTools .toolsCount img {
  max-width: 260px;
}
.expTools .toolsDesc {
  max-width: 650px;
}
.expTools .toolsDesc h3 {
  font-size: 59px;
  line-height: 62px;
  color: #262626;
  margin: 0 0 25px;
  font-weight: 500;
}
@media (min-width: 769px) {
  .expTools .toolsDesc h3 {
    font-size: 79px;
    line-height: 82px;
    margin: 20px 0 25px;
  }
}
.expTools .toolsDesc p {
  font-size: 34px;
  line-height: 38px;
  color: #262626;
  font-weight: 500;
  margin: 25px 0 35px;
}
.expTools .toolsDesc .headlabel {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .expTools .toolsDesc .headlabel {
    flex-direction: row;
    gap: 15px;
    margin-bottom: 0;
  }
}
.expTools .toolsDesc .headlabel span {
  display: inline-block;
  padding: 4px 10px;
  background: #afe26b;
  border-radius: 20px;
  color: #4c7613;
  font-weight: 600;
  align-items: center;
}
@media (min-width: 769px) {
  .expTools .toolsDesc .headlabel span {
    display: flex;
  }
}

.benefitSection {
  padding: 60px 0;
}
@media (min-width: 769px) {
  .benefitSection {
    padding: 80px 0 40px;
  }
}
.benefitSection h3 {
  text-align: left;
  font-size: 32px;
  line-height: 42px;
  color: #313131;
  margin: 0 0 20px 0;
  font-weight: 600;
}
@media (min-width: 769px) {
  .benefitSection h3 {
    font-size: 48px;
    line-height: 52px;
    margin: 0 0 40px 0;
    text-align: center;
  }
}
.benefitSection p {
  font-size: 22px;
  line-height: 30px;
  max-width: 790px;
  color: #808080;
  font-weight: 500;
  text-align: left;
  margin: 0 auto 40px;
}
.benefitSection p span {
  color: #262626;
}
@media (min-width: 769px) {
  .benefitSection p {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
  }
}
.benefitSection .benftBlk {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 40px 0 80px;
  gap: 40px;
  align-items: center;
}
@media (min-width: 769px) {
  .benefitSection .benftBlk {
    flex-direction: row;
    gap: 140px;
    margin: 80px 0 150px;
  }
}
.benefitSection .benftBlk figure {
  max-width: 420px;
}
.benefitSection .benftBlk figure img {
  max-width: 100%;
  display: block;
}
.benefitSection .benftBlk .benFitDesc {
  max-width: 600px;
}
.benefitSection .benFitDesc {
  width: 100%;
  max-width: 600px;
}
.benefitSection .benFitDesc h4 {
  font-size: 40px;
  color: #262626;
  line-height: 40px;
  max-width: inherit;
  font-weight: 600;
  text-align: left;
  margin: 0 0 20px 0;
}
.benefitSection .benFitDesc h4.blue {
  color: #0866bc;
}
@media (min-width: 769px) {
  .benefitSection .benFitDesc h4 {
    max-width: 270px;
    text-align: left;
    margin: 0 0 30px 0;
  }
}
.benefitSection .benFitDesc ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 10px;
  padding: 0;
  gap: 10px;
  align-items: flex-start;
}
@media (min-width: 769px) {
  .benefitSection .benFitDesc ul {
    gap: 20px;
  }
}
.benefitSection .benFitDesc ul li {
  padding: 0 0 0 0;
  font-size: 22px;
  color: #454545;
  font-weight: 500;
}
.benefitSection .benFitDesc ul li::marker {
  color: #aecce2;
}
@media (min-width: 769px) {
  .benefitSection .benFitDesc ul li {
    padding: 0 20px 0 0;
    max-width: 275px;
    width: calc(50% - 20px);
  }
}

.videoNewWrap {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
@media (min-width: 769px) {
  .videoNewWrap {
    flex-direction: row;
    gap: 100px;
  }
}

.syllabusInfo {
  background: rgba(193, 232, 251, 0.25);
  padding: 40px 16px;
}
@media (min-width: 769px) {
  .syllabusInfo {
    padding: 85px 0;
  }
}
.syllabusInfo h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 0.5px;
  margin: 0 0 30px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .syllabusInfo h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 20px 0;
  }
}
.syllabusInfo h6 {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.5px;
  margin: 45px auto 30px auto;
  text-align: center;
  max-width: 475px;
}
.syllabusInfo .dwnBtn {
  text-align: center;
  max-width: 300px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.syllabusInfo .dwnBtn img {
  max-width: 300px;
  width: 100%;
}

.suBannerHead {
  font-size: 20px;
  color: #1a1a1a;
  line-height: 26px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  margin: 0 auto 35px auto;
  padding: 8px 24px;
  background: #7dd844;
  display: inline-block;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 769px) {
  .suBannerHead {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 40px 0;
    text-align: left;
  }
}

.coursesHead {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  gap: 20px;
}
@media (min-width: 769px) {
  .coursesHead {
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
    justify-content: space-between;
    margin-bottom: 80px;
  }
}
.coursesHead .no {
  font-size: 100px;
  color: #313131;
  font-weight: 500;
  width: 125px;
  text-align: center;
  position: relative;
}
@media (min-width: 769px) {
  .coursesHead .no {
    width: 165px;
    font-size: 120px;
  }
}
.coursesHead .no::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 55px;
  display: block;
  left: 0;
  bottom: 10px;
  background: #ffd422;
  z-index: -1;
  border-radius: 55px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
}
.coursesHead .titleBox {
  max-width: 425px;
  text-align: left;
  margin-right: auto;
}
.coursesHead .titleBox h3 {
  color: #313131;
  font-size: 38px;
  font-weight: 600;
  line-height: 41px;
  text-align: left;
  margin: 5px 0 15px;
}
.coursesHead .titleBox h3 span {
  display: block;
  color: #747474;
}
@media (min-width: 769px) {
  .coursesHead .titleBox h3 {
    font-size: 48px;
    line-height: 51px;
    margin: 25px 0 15px;
  }
}
.coursesHead .titleBox p {
  font-size: 20px;
  line-height: 26px;
  color: #747474;
  text-align: left;
  margin: 0;
  font-weight: 600;
}
.coursesHead .titleBox p span {
  color: #262626;
}
.coursesHead .approvedBy {
  display: flex;
  margin-top: 10px;
}
.coursesHead .approvedBy figure {
  height: 115px;
  display: block;
  padding: 0 40px;
  position: relative;
}
.coursesHead .approvedBy figure:after {
  height: 100px;
  width: 0.9px;
  background: rgba(116, 116, 116, 0.3882352941);
  position: absolute;
  right: 0;
  top: 12px;
  content: "";
}
.coursesHead .approvedBy figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.coursesHead .approvedBy figure:last-child::after {
  display: none;
}

.coursesHeadSml {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  gap: 15px;
}
@media (min-width: 769px) {
  .coursesHeadSml {
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
.coursesHeadSml .no {
  font-size: 100px;
  color: #313131;
  font-weight: 500;
  width: 125px;
  text-align: center;
  position: relative;
}
@media (min-width: 769px) {
  .coursesHeadSml .no {
    width: 110px;
    font-size: 70px;
  }
}
.coursesHeadSml .no::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 42px;
  display: block;
  left: 0;
  bottom: 0;
  background: #ffd422;
  z-index: -1;
  border-radius: 55px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
}
.coursesHeadSml .titleBox {
  max-width: 350px;
  text-align: left;
  margin-right: auto;
}
.coursesHeadSml .titleBox h3 {
  color: #313131;
  font-size: 28px;
  font-weight: 600;
  line-height: 31px;
  text-align: left;
  margin: 5px 0 15px;
}
.coursesHeadSml .titleBox h3 span {
  display: block;
  color: #747474;
}
@media (min-width: 769px) {
  .coursesHeadSml .titleBox h3 {
    font-size: 32px;
    line-height: 38px;
    margin: 15px 0 15px;
  }
}
.coursesHeadSml .titleBox p {
  font-size: 20px;
  line-height: 26px;
  color: #747474;
  text-align: left;
  margin: 0;
  font-weight: 600;
}
.coursesHeadSml .titleBox p span {
  color: #262626;
}

.essPFSection {
  padding: 50px 0 0;
}
@media (min-width: 769px) {
  .essPFSection {
    padding: 100px 0 0;
  }
}
.essPFSection .esSecWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .essPFSection .esSecWrap {
    gap: 50px;
    flex-direction: row;
  }
}
.essPFSection .esSecTitle {
  width: 100%;
}
@media (min-width: 769px) {
  .essPFSection .esSecTitle {
    max-width: 50%;
  }
}
.essPFSection .titleBlk {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  flex-direction: column;
}
@media (min-width: 769px) {
  .essPFSection .titleBlk {
    gap: 25px;
    align-items: center;
    flex-direction: row;
    margin-bottom: 40px;
  }
}
.essPFSection .titleBlk img {
  max-width: 235px;
}
.essPFSection .titleBlk h2 {
  color: #313131;
  font-size: 35px;
  line-height: 42px;
  margin: 10px 0 0 0;
  font-weight: 600;
}
@media (min-width: 769px) {
  .essPFSection .titleBlk h2 {
    font-size: 45px;
    line-height: 47px;
    margin: 20px 0 0 0;
  }
}
.essPFSection .listabel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .essPFSection .listabel {
    flex-direction: row;
    gap: 15px;
    margin-bottom: 25px;
  }
}
.essPFSection .listabel span {
  background: linear-gradient(100deg, #c4ecff 0%, #86d0ff 100%) 0% 0%;
  color: #313131;
  font-size: 20px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 23px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
}
@media (min-width: 769px) {
  .essPFSection .listabel span {
    display: flex;
  }
}
.essPFSection .esSecDescri {
  width: 100%;
}
@media (min-width: 769px) {
  .essPFSection .esSecDescri {
    max-width: 50%;
  }
}
.essPFSection .esSecDescri p {
  color: #5f5f5f;
  font-size: 22px;
  line-height: 32px;
  margin: 20px 0 24px;
  font-weight: normal;
}
.essPFSection .esSecDescri .courseInfo {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
  line-height: 28px;
  color: #2e9fff;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .essPFSection .esSecDescri .courseInfo {
    margin-bottom: 70px;
  }
}
.essPFSection .esSecDescri .courseInfo span {
  margin-right: 30px;
}
@media (min-width: 769px) {
  .essPFSection .esSecDescri .courseInfo {
    font-size: 20px;
    line-height: 32px;
  }
  .essPFSection .esSecDescri .courseInfo span {
    margin-right: 50px;
  }
}
.essPFSection .benefitList {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 769px) {
  .essPFSection .benefitList {
    gap: 60px;
  }
}
.essPFSection .benefitList .benfitItem {
  width: 100%;
  max-width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (min-width: 769px) {
  .essPFSection .benefitList .benfitItem {
    max-width: calc(60% - 120px);
  }
}
.essPFSection .benefitList .benfitItem figure {
  min-width: 48px;
  width: 48px;
  height: 48px;
}
.essPFSection .benefitList .benfitItem figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.essPFSection .benefitList .benfitItem figcaption {
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
  color: #3c3c3c;
}

.getTheOfferSec {
  padding: 40px 0 80px;
  background: url("../img/contactBg2.webp") repeat-x left top;
}
@media (min-width: 769px) {
  .getTheOfferSec {
    padding: 20px 0;
    margin-bottom: 200px;
  }
}
@media (min-width: 769px) {
  .getTheOfferSec .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.getTheOfferSec .formDesc h4 {
  font-size: 52px;
  line-height: 58px;
  color: #262626;
  margin-top: 25px;
  margin-bottom: 10px;
  max-width: 600px;
  font-weight: 500;
}
@media (min-width: 769px) {
  .getTheOfferSec .formDesc h4 {
    font-size: 79px;
    line-height: 85px;
    margin-top: 80px;
  }
}
.getTheOfferSec .formDesc h5 {
  font-weight: 500;
  font-size: 24px;
  color: #747474;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .getTheOfferSec .formDesc h5 {
    font-size: 34px;
    margin-bottom: 90px;
  }
}
.getTheOfferSec .formDesc h5 span {
  color: #313131;
}
.getTheOfferSec .formDesc p {
  max-width: 440px;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #747474;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .getTheOfferSec .formDesc p {
    margin-bottom: 90px;
  }
}
.getTheOfferSec .formDesc p span {
  color: #313131;
}
.getTheOfferSec .formBlock {
  position: relative;
}
@media (min-width: 769px) {
  .getTheOfferSec .formBlock {
    bottom: -250px;
    margin-top: -200px;
  }
}
.getTheOfferSec .formBlock .submitBtn {
  background: #00a874;
  color: #fff;
  margin-top: 50px;
}

.actvityInfo .arrowWrap {
  gap: 8px;
  display: flex;
  align-items: flex-start;
}
.actvityInfo .arrowWrap:first-child .infoItemWrap {
  border-bottom: solid 1px #e0e0e0;
  margin-bottom: 10px;
}
.actvityInfo .arrowWrap .nobdr {
  border: none !important;
}
.actvityInfo .arrowWrap .blue-arrow {
  width: 24px;
  margin-top: 2px;
}

section.syllabus .container.single {
  max-width: 1120px;
}
section.syllabus .downloads {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
section.syllabus .downloads .dwnldFile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 20px;
}
section.syllabus .downloads.singleCenter {
  justify-content: center !important;
}
section.syllabus .downloads .dwnldFile a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
section.syllabus .downloads .dwnldFile h6 {
  font-size: 24px;
  line-height: 28px;
}

section.video-page h3 {
  text-align: center;
  font-size: 30px;
  color: #000;
  margin-bottom: 14px;
}

.syllabusInfo .demoVideo {
  position: relative;
  height: 507px;
  margin-bottom: 20px;
}

.syllabusInfo .container {
  max-width: 900px;
  margin: 0 auto;
}
section.viewport {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  section.syllabus .downloads {
    flex-direction: column !important;
  }
  .syllabusInfo .demoVideo {
    height: 300px;
  }
}
