/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./app/components/cookieconsent/cookies.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.cookies-wrapper {
  position: relative;
  z-index: 9999999999;
}
.cookies-wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
}
.cookies-wrapper .inner-content {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: max-content;
  background: var(--white-color);
  z-index: 999;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}
.cookies-wrapper .inner-wrapper {
  padding: 15px 0;
  row-gap: 15px;
  justify-content: space-between;
}
.cookies-wrapper p {
  margin-top: 0px;
  font-size: 16px;
  line-height: 1.75;
  opacity: 0.8;
}
.cookies-wrapper p a {
  color: var(--blue-color);
}
.cookies-wrapper .content {
  width: 75%;
}
.cookies-wrapper .btn-wrapper {
  column-gap: 15px;
  row-gap: 15px;
}
.cookies-wrapper .common-btn {
  font-size: 16px;
  line-height: 1;
  padding: 15px 30px;
}
.cookies-wrapper .common-btn i {
  display: none;
}

@media screen and (max-width: 992px) {
  .cookies-wrapper .content {
    width: 100%;
  }
  .cookies-wrapper p {
    font-size: 18px;
  }
  .cookies-wrapper .inner-wrapper {
    padding: 20px 0px;
  }
}
@media screen and (max-width: 767px) {
  .cookies-wrapper p {
    font-size: 12px;
  }
  .cookies-wrapper .common-btn {
    padding: 10px 25px;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./app/globals.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --black-color: #000;
  --white-color: #fff;
  --blue-color: #024880;
  --yellow-color: #fe9c0e;
  --lightblue-color: #19517e;
  --green-color: #a0c882;
  --light-grey-color: #787878;
  --light-pink-color: #fff2f2;
  --light-orange-color: #fff0e6;
  --dark-grey: #222222;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 18vh;
}

@media (prefers-reduced-motion: no-preference) {
  :has(:target) {
    scroll-behavior: smooth;
  }
}
.no-require {
  display: none !important;
}

.no-margin {
  margin: 0 !important;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  padding: 0;
  background: var(--white-color);
  top: 0 !important;
}

.display-block {
  display: block !important;
}

.w-100 {
  width: 100% !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: 400;
}

p {
  margin: 10px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
}

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

.min-height-300 {
  min-height: 300px;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.direction-column {
  flex-direction: column;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

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

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

input::placeholder,
select,
textarea::placeholder {
  font-weight: 400;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  color: rgba(34, 34, 34, 0.8);
}

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

input:focus,
select:focus,
textarea:focus {
  border: none;
  outline: none;
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.img-center {
  margin: 0 auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

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

a,
button {
  text-decoration: none;
  cursor: pointer;
  transition: all linear 0.3s;
  outline: none;
  border: 0;
  color: currentColor;
}

input,
select,
button,
textarea {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
}

.links {
  display: inline-block;
  margin-top: 25px;
}

.no-space {
  margin: 0 !important;
}

.common-btn {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  padding: 18px 36px;
  align-items: center;
  letter-spacing: -0.01em;
  background: linear-gradient(89.87deg, #a0c882 0.09%, #004983 99.86%);
  box-shadow: 0px 8px 11px rgba(0, 0, 0, 0.17);
  border-radius: 4px;
  transition: all linear 0.3s;
  display: flex;
  color: #ffffff;
}
.common-btn .icon {
  background: url(/_next/static/media/icon-arrow.2df68eba.svg) no-repeat 0 0;
  width: 25px;
  height: 15px;
  display: inherit;
  position: relative;
  transition: all linear 0.3s;
  margin-left: 10px;
  background-size: 100% 100%;
}
.common-btn.not-require {
  display: none !important;
}
.common-btn.short {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  padding: 10px 20px;
  background: transparent;
  box-shadow: none;
}
.common-btn.short:hover {
  background: var(--white-color);
}
.common-btn.light-bg {
  background: var(--white-color);
  border: 1px solid var(--blue-color);
  color: var(--blue-color);
  box-shadow: none;
}
.common-btn.light-bg .icon {
  display: none;
}
.common-btn.light-bg:hover {
  background: var(--blue-color);
  color: var(--white-color);
}

.downloadbtn {
  font-size: 20px;
  color: #fff;
  padding-right: 60px;
}
.downloadbtn span {
  position: relative;
}
.downloadbtn span:before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(/images/pdf-icon.png) no-repeat;
  position: absolute;
  right: -64px;
  top: -18px;
}
@media only screen and (max-width: 1599px) {
  .downloadbtn {
    padding: 0;
  }
}

.newheadinginner {
  font-weight: 500;
  font-size: 70px;
  background: linear-gradient(270deg, rgba(180, 51, 40, 0.94) 0%, rgba(255, 175, 47, 0.94) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 120%;
}
@media only screen and (max-width: 767px) {
  .newheadinginner {
    font-size: 24px;
  }
}

.newcommon-btn {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  padding: 16px 72px 16px 20px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: all linear 0.2s;
}
.newcommon-btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -2px;
  top: -2px;
  z-index: -1;
  border: 2px solid;
  border-image: linear-gradient(90deg, #ffb32f 0%, #ff8f29 50%, #f43d2d 100%) 1;
}
.newcommon-btn span {
  position: relative;
}
.newcommon-btn span:before {
  content: ">";
  width: 32px;
  height: 32px;
  background: linear-gradient(90deg, #ba3125 50%, #92190f 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: -50px;
  top: -2px;
  bottom: 0;
}
.newcommon-btn:hover {
  color: #f69320;
}
.newcommon-btn:hover span:before {
  background: linear-gradient(90deg, #e9770f 50%, #ff8f29 50%);
}
@media only screen and (max-width: 1359px) {
  .newcommon-btn {
    padding: 12px 60px 12px 12px;
    font-size: 18px;
  }
  .newcommon-btn span:before {
    top: -4px;
  }
}
@media only screen and (max-width: 1023px) {
  .newcommon-btn {
    font-size: 16px;
  }
}

.no-require {
  display: none !important;
}

.common-btn:hover {
  background: var(--white-color);
  color: var(--blue-color);
}
.common-btn:hover .icon {
  background: url(/_next/static/media/icon-arrow-blue.20c9176f.svg) no-repeat 0 0;
  animation: none;
}

.common-btn-text {
  color: var(--lightblue-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.common-btn-text span {
  position: relative;
}
.common-btn-text span:before {
  content: "";
  width: 26px;
  height: 24px;
  background: url(/_next/static/media/learn-more-arrow-blue.04e4f158.png) no-repeat;
  position: absolute;
  right: -28px;
  top: -6px;
  transition: all linear 0.2s;
}
.common-btn-text:hover span:before {
  background: url(/_next/static/media/learn-more-arrow-blue.04e4f158.png) no-repeat;
  transform: rotate(50deg);
  transition: all linear 0.2s;
}

div.enq {
  position: fixed;
  right: -57px;
  top: 40%;
  z-index: 2;
  transform: rotate(-90deg);
}
div.enq .common-btn {
  padding: 10px 17px;
  background: var(--white-color);
  box-shadow: none;
  border: solid 1px #ccc;
  color: var(--blue-color);
  margin-left: 0px;
  font-size: 16px;
}
div.enq .common-btn .icon {
  background: url(/_next/static/media/icon-arrow-blue.20c9176f.svg) no-repeat 0 0;
}
div.enq .common-btn img {
  transform: rotate(90deg);
}
div.enq.no-require {
  display: none;
}

.enquiry-form-sec {
  position: fixed;
  top: 0;
  right: -320px;
  border: 1px solid #ededed;
  background: #f7f7f7;
  width: 300px;
  z-index: 999;
  padding: 20px;
  transition: all linear 0.5s;
  bottom: 0;
  margin: auto;
  max-height: max-content;
}
.enquiry-form-sec.active {
  right: 60px;
}
.enquiry-form-sec ul {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  padding-right: 10px;
  padding-bottom: 10px;
  /* width */
}
.enquiry-form-sec ul::-webkit-scrollbar {
  width: 1px;
}
.enquiry-form-sec ul {
  /* Track */
}
.enquiry-form-sec ul::-webkit-scrollbar-track {
  background: var(--light-grey-color);
}
.enquiry-form-sec ul {
  /* Handle */
}
.enquiry-form-sec ul::-webkit-scrollbar-thumb {
  background: var(--lightblue-color);
}
.enquiry-form-sec ul {
  /* Handle on hover */
}
.enquiry-form-sec ul::-webkit-scrollbar-thumb:hover {
  background: var(--lightblue-color);
}
.enquiry-form-sec label {
  display: none;
}
.enquiry-form-sec .heading {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: var(--blue-color);
}
.enquiry-form-sec li {
  margin-top: 10px;
}
.enquiry-form-sec li.enquire-contact {
  font-size: 16px;
  color: #024880;
  padding: 10px;
  border: 1px solid #024880;
}
.enquiry-form-sec li.enquire-contact .email,
.enquiry-form-sec li.enquire-contact .phone {
  font-size: 10px;
  line-height: 20px;
  padding-left: 20px;
  color: var(--dark-grey);
}
.enquiry-form-sec li.enquire-contact .email {
  background: url(/_next/static/media/mail.afe8972c.png) no-repeat;
  background-size: auto;
  background-position: left center;
  margin-right: 10px;
}
.enquiry-form-sec li.enquire-contact .phone {
  background: url(/_next/static/media/phone.6ecea985.png) no-repeat;
  background-size: auto;
  background-position: left center;
}
.enquiry-form-sec input,
.enquiry-form-sec select,
.enquiry-form-sec textarea {
  width: 100%;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #eaeaea !important;
  border-radius: 4px;
}
.enquiry-form-sec .close-btn {
  position: absolute;
  color: var(--blue-color);
  border: solid 1px var(--blue-color);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  right: 10px;
  top: 10px;
  font-weight: 500;
  cursor: pointer;
  padding: 15px;
}
.enquiry-form-sec .common-btn {
  width: 100%;
  justify-content: center;
}
.enquiry-form-sec .checkbox-wrapper {
  column-gap: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
  row-gap: 15px;
}
.enquiry-form-sec .checkbox-wrapper .checkbox {
  flex-wrap: nowrap;
}
.enquiry-form-sec .checkbox-wrapper .checkbox input {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 4px;
  border-color: var(--blue-color);
  margin: 0px 10px 0px 0px;
}
.enquiry-form-sec .checkbox-wrapper .checkbox label {
  display: block;
  margin-bottom: 0px;
  color: var(--dark-grey);
  font-size: 14px;
}
.enquiry-form-sec .checkbox-wrapper a {
  color: var(--lightblue-color);
}

body.filled-form .enquiry-form-sec ul,
body.filled-form .contact-top-sec .right ul {
  position: relative;
  min-height: 250px;
}
body.filled-form .enquiry-form-sec ul li,
body.filled-form .contact-top-sec .right ul li {
  display: none;
}
body.filled-form .enquiry-form-sec ul:after,
body.filled-form .contact-top-sec .right ul:after {
  position: absolute;
  content: "Thanks for Submitting your Query!!";
  text-align: center;
  line-height: 28px;
  top: 46%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 600;
  color: var(--blue-color);
}

.common-spacing-top-bottom {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container {
  width: 100%;
  padding: 0 50px;
  max-width: 1600px;
  margin: 0 auto;
}

.inner-container {
  width: 100%;
  padding: 0 15px;
  max-width: 1230px;
  margin: 0 auto;
}

.common-heading {
  font-weight: 400;
  font-size: 54px;
  color: var(--blue-color);
  line-height: 74px;
}
.common-heading span {
  display: block;
  font-weight: 400;
  font-size: 30px;
  color: var(--green-color);
  line-height: 41px;
}
.common-heading.small {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.common-heading.small.bottom-line {
  padding-bottom: 16px;
}
.common-heading.small.bottom-line:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 70%;
  height: 1px;
  background: currentColor;
}
.common-heading h1 {
  font-weight: inherit;
}
.common-heading__lg {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.25;
  position: relative;
  padding-bottom: 20px;
}
.common-heading__lg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 96px;
  background: #9ac483;
}
.common-heading__lg h2 {
  font-weight: inherit;
}
.common-heading__lg span {
  display: none;
}
.common-heading__lg--no-border {
  padding-bottom: 0;
}
.common-heading__lg--no-border::after {
  display: none;
}

button.common-btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  background: linear-gradient(89.87deg, #a0c882 0.09%, #004983 99.86%) !important;
  color: #fff !important;
}

.table-view {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.table-view:last-of-type {
  margin-bottom: 0;
}

table {
  border: solid 1px #ccc;
  border-collapse: collapse;
  text-align: left;
  min-width: 800px;
  width: 100%;
}
table td,
table th {
  padding: 10px;
  border: solid 1px #ccc;
}
table tr {
  background: #fff;
}
table tr:nth-of-type(even) {
  background: #f7f7f7;
}

ul.pointers {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
ul.pointers li {
  padding-left: 43px;
  font-size: 16px;
  font-weight: 400;
  color: var(--dark-grey);
  opacity: 0.8;
  position: relative;
  line-height: 1.4;
}
ul.pointers li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 23px;
  height: 23px;
  background: url(/_next/static/media/icon-tick.3258006b.svg) left top no-repeat;
  background-size: 100%;
}

.layout-structure {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.layout-structure.bg-color {
  background: linear-gradient(180deg, #000830 40.87%, #000000 100%);
}

.grecaptcha-badge {
  z-index: 9;
}

header.header {
  position: fixed;
  top: 0px;
  z-index: 99;
  left: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  transition: all linear 0.3s;
  right: 0;
  padding: 10px 0px;
}
header.header .container {
  position: relative;
}
header.header .logo {
  padding: 0px 0;
  transition: all linear 0.3s;
}
header.header .logo img {
  filter: none !important;
}
header.header .toggle-icon,
header.header .close-icon {
  display: none;
}
header.header .nav-sec.no-require {
  display: none;
}
header.header li {
  position: relative;
}
header.header li ul.dropdown {
  position: absolute;
  width: 269px;
  padding: 27px 23px 23px 23px;
  background: #fff;
  box-shadow: 0px 5px 39px 0px rgba(0, 0, 0, 0.1);
  transition: all linear 0.3s;
  border-radius: 4px;
  animation: dropdownanimate linear 0.3s alternate;
  display: none;
}
header.header li ul.dropdown li a {
  padding: 0 0 20px;
  color: rgba(34, 34, 34, 0.8) !important;
}
header.header li ul.dropdown li a:hover {
  color: var(--blue-color) !important;
}
header.header li ul.dropdown li:last-of-type a {
  padding: 0;
}
header.header li:last-of-type ul.dropdown {
  right: 0;
}
header.header li:hover ul.dropdown {
  display: block;
}
header.header li.dropdown-menus {
  position: relative !important;
}
header.header li.dropdown-menus > a,
header.header li.dropdown-menus > .mLink {
  position: relative;
  padding-right: 25px;
  color: var(--white-color);
}
header.header li.dropdown-menus > a:after,
header.header li.dropdown-menus > .mLink:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  transition: all linear 0.3s;
  border: solid currentColor;
  border-width: 0 0 1px 1px;
  transform: rotate(-45deg);
  right: 4px;
  bottom: 0;
  top: -6px;
  margin: auto;
}
header.header li.dropdown-menus:hover a,
header.header li.dropdown-menus:hover .mLink {
  color: var(--green-color);
}
header.header li.dropdown-menus:hover a:after,
header.header li.dropdown-menus:hover .mLink:after {
  transform: rotate(-225deg);
  top: 5px;
  color: var(--green-color);
}
header.header li.dropdown-menus span.arrow-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  background: var(--blue-color);
  border-radius: 4px;
  right: 8px;
  top: 8px;
  z-index: 9;
  display: none;
}
header.header li.dropdown-menus span.arrow-btn:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  transition: all linear 0.3s;
  border: solid #fff;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
  right: 0px;
  bottom: 16px;
  left: 0;
  margin: 0 auto;
}
header.header li.dropdown-menus span.arrow-btn:hover a:after {
  transform: rotate(-225deg);
}
header.header li:last-of-type a {
  padding-right: 0;
}
header.header a {
  color: var(--white-color);
  display: block;
  transition: all linear 0.3s;
}
header.header a:hover {
  color: var(--green-color);
}
header.header .bottom > ul {
  column-gap: 25px;
}
header.header.small {
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
header.header.small .logo {
  padding: 5px 0;
  max-width: 125px;
}
header.header.small a,
header.header.small .mLink {
  color: var(--blue-color) !important;
  filter: none !important;
  transition: all linear 0.3s;
}
header.header.small a:hover,
header.header.small .mLink:hover {
  color: var(--green-color) !important;
}
header.header.small li:hover > a {
  color: var(--green-color);
}

.megaMenu .top ul {
  column-gap: 20px;
  align-items: center;
}
.megaMenu .top .email {
  padding-left: 25px;
  background: url(/_next/static/media/icon-email.7ba8d927.svg) center left no-repeat;
  background-size: 15px;
  filter: brightness(0) invert(1);
  color: #333333;
}
.megaMenu .top .number {
  padding-left: 25px;
  background: url(/_next/static/media/icon-call.8c41b9b2.svg) center left no-repeat;
  background-size: 16px;
  filter: brightness(0) invert(1);
  color: #333333;
}
.megaMenu .top .dropdown-wrapper {
  position: relative;
}
.megaMenu .top .dropdown-wrapper:hover .inner-items {
  opacity: 1;
  height: max-content;
}
.megaMenu .top .country {
  display: flex;
  align-items: center;
  position: relative;
  column-gap: 5px;
  padding: 0px 22px 0px 0px;
  color: var(--blue-color);
  opacity: 0.8;
  cursor: pointer;
}
.megaMenu .top .country::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/_next/static/media/icon-arrow.56a77e51.svg) center center no-repeat;
  background-size: 100%;
  width: 13px;
  height: 7px;
}
.megaMenu .top .country img {
  max-height: 20px;
  max-width: 20px;
}
.megaMenu .top .inner-items {
  opacity: 0;
  position: absolute;
  top: 100%;
  right: 0;
  width: max-content;
  min-width: 180px;
  background: var(--white-color);
  border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  z-index: 1;
  height: 0px;
  transition: all 0.5s ease-in-out;
}
.megaMenu .top .inner-items .country-name {
  font-size: 14px;
  padding: 10px;
  color: var(--dark-grey);
  opacity: 0.8;
  border-bottom: 1px solid #f1f2f2;
  cursor: pointer;
  font-weight: 300;
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.megaMenu .top .inner-items .country-name:hover {
  color: var(--lightblue-color);
  opacity: 1;
}
.megaMenu .top .inner-items .country-name.active {
  font-weight: 500;
  color: var(--lightblue-color);
  cursor: initial;
  opacity: 1;
}
.megaMenu .top .inner-items .country-name:last-child {
  border-bottom: 0px;
}
.megaMenu .bottom {
  margin-top: 40px;
}
.megaMenu .bottom > ul.d-flex {
  column-gap: 50px;
}
.megaMenu .bottom ul {
  column-gap: 30px;
  align-items: center;
}
.megaMenu .bottom ul li {
  position: static;
  padding-right: 0px;
}
.megaMenu .bottom ul li.btnclick a {
  padding: 7px 20px !important;
  border-radius: 30px;
  background: #03497e !important;
  color: #fff !important;
  text-transform: uppercase;
}
.megaMenu .bottom ul li.btnclick a:hover {
  background: #a2c887 !important;
}
.megaMenu .bottom ul li a {
  color: var(--blue-color);
}
.megaMenu .bottom ul li:hover a {
  color: var(--green-color);
}
.megaMenu .bottom ul li:last-child a {
  padding-right: 0px;
}
.megaMenu .bottom ul li.dropdown-menus > a::before {
  right: -4px;
}
.megaMenu .bottom ul li.dropdown-menus:last-child a {
  padding-right: 25px;
}
.megaMenu .cartWrapper {
  position: relative;
}
.megaMenu .cartWrapper span {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  background: var(--green-color);
  color: var(--white-color);
  font-size: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 2px 2px 2px 5px;
  border-radius: 50%;
  text-align: center;
  letter-spacing: 0.3px;
}
.megaMenu .dropdown.dropdown-menus {
  position: static !important;
}
.megaMenu .dropdown > a {
  padding-right: 24px;
  position: relative;
  color: var(--blue-color);
}
.megaMenu .dropdown > a::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  transition: all linear 0.3s;
  border: solid currentColor;
  border-width: 0 0 1px 1px;
  transform: rotate(-45deg);
  right: 0px;
  bottom: 21px;
}
.megaMenu .dropdown:hover .dropdown-menu {
  transform: translateY(0);
  top: calc(100% - 2px);
}
.megaMenu .dropdown-menu {
  position: absolute;
  top: 0%;
  background: var(--white-color);
  left: 0px;
  right: 0px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transform: translateY(-150%);
  max-height: calc(100vh - 110px);
  overflow-y: scroll;
}
.megaMenu .dropdown-menu::-webkit-scrollbar {
  width: 1px;
}
.megaMenu .dropdown-menu {
  /* Track */
}
.megaMenu .dropdown-menu::-webkit-scrollbar-track {
  border-radius: 0;
  border: 1px solid var(--light-grey-color);
}
.megaMenu .dropdown-menu {
  /* Handle */
}
.megaMenu .dropdown-menu::-webkit-scrollbar-thumb {
  background: var(--dark-grey);
  border-radius: 0px;
}
.megaMenu .dropdown-menu {
  /* Handle on hover */
}
.megaMenu .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: var(--dark-grey);
}
.megaMenu .dropdown-menu .left-section {
  width: 28%;
  background: linear-gradient(152.57deg, rgba(155, 196, 130, 0.11) 19.45%, rgba(9, 80, 131, 0.19) 86.62%);
  padding: 30px 40px;
}
.megaMenu .dropdown-menu .left-section .items {
  display: flex;
  row-gap: 15px;
  flex-direction: column;
}
.megaMenu .dropdown-menu .left-section .items li {
  width: 100%;
}
.megaMenu .dropdown-menu .left-section .menuLink {
  display: flex;
  align-items: center;
  column-gap: 15px;
  padding: 15px 45px 15px 15px;
  color: var(--lightblue-color) !important;
  position: relative;
}
.megaMenu .dropdown-menu .left-section .menuLink::after {
  content: "";
  position: absolute;
  background: url(/_next/static/media/icon-rightArrow.4ea39e89.svg) center right no-repeat;
  background-size: 100%;
  width: 20px;
  height: 10px;
  right: 15px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform: rotate(0deg);
}
.megaMenu .dropdown-menu .left-section .menuLink:hover, .megaMenu .dropdown-menu .left-section .menuLink.active {
  background: var(--white-color);
  border-radius: 4px;
}
.megaMenu .dropdown-menu .left-section .menuLink:hover:after, .megaMenu .dropdown-menu .left-section .menuLink.active:after {
  opacity: 1;
}
.megaMenu .dropdown-menu .right-section {
  width: 72%;
  padding: 30px 40px;
  position: relative;
}
.megaMenu .dropdown-menu .right-section .find-courses-heading {
  display: flex;
  justify-content: center;
  padding: 10px;
  text-align: center;
  background: var(--lightblue-color);
  color: var(--white-color);
  margin-bottom: 20px;
}
.megaMenu .dropdown-menu .right-section .find-courses-heading a {
  color: var(--white-color) !important;
}
.megaMenu .dropdown-menu .right-section .bottom-section {
  column-gap: 2%;
}
.megaMenu .dropdown-menu .right-section .bottom-section .items {
  width: 38%;
  position: relative;
  padding-bottom: 80px;
}
.megaMenu .dropdown-menu .right-section .bottom-section .items:nth-child(2n) {
  width: 60%;
}
.megaMenu .dropdown-menu .right-section .bottom-section .sm-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--dark-grey);
  margin-bottom: 16px;
}
.megaMenu .dropdown-menu .right-section .btn-wrapper {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.megaMenu .dropdown-menu .right-section .btn-wrapper a.common-btn {
  color: var(--white-color) !important;
  display: flex;
  padding: 10px 21px 10px 15px;
}
.megaMenu .dropdown-menu .right-section .btn-wrapper a.common-btn:hover {
  color: var(--lightblue-color) !important;
}
.megaMenu .dropdown-menu .right-section .menuContent {
  display: none;
}
.megaMenu .dropdown-menu .right-section .menuContent.active {
  display: block;
}
.megaMenu .dropdown-menu .right-section .menuContent ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 12px;
}
.megaMenu .dropdown-menu .right-section .menuContent .item {
  width: 49%;
}
.megaMenu .dropdown-menu .right-section .menuContent .item a {
  padding: 0px 0px 0px 0px;
  position: relative;
  color: var(--blue-color);
  font-size: 14px;
}
.megaMenu .dropdown-menu .right-section .menuContent .item a::before {
  content: "";
  display: none;
  position: absolute;
  background: linear-gradient(180deg, #9ac382 0%, #074e82 100%);
  width: 5px;
  height: 5px;
  top: 10px;
  left: 0;
  bottom: 0;
  border-radius: 50%;
  transition: all 1s ease-in-out;
}
.megaMenu .dropdown-menu .right-section .menuContent .item a .tooltiptext {
  display: none;
  visibility: hidden;
  width: 90%;
  font-size: 12px;
  line-height: 1.75;
  background-color: var(--lightblue-color);
  color: var(--white-color);
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  bottom: 110%;
  left: 0;
  margin: auto;
  opacity: 0;
  transition: opacity 0.3s;
  right: 0;
}
.megaMenu .dropdown-menu .right-section .menuContent .item a .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--lightblue-color) transparent transparent transparent;
}
.megaMenu .dropdown-menu .right-section .menuContent .item a:hover {
  color: var(--green-color);
  padding-left: 15px;
}
.megaMenu .dropdown-menu .right-section .menuContent .item a:hover::before {
  display: block;
}
.megaMenu .dropdown-menu .right-section .menuContent .item a:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.megaMenu .dropdown-menu .right-section .backButton {
  display: none;
}
.megaMenu.light-theme .bottom ul li a,
.megaMenu.light-theme .top ul li a {
  color: var(--white-color);
}
.megaMenu.light-theme.false img {
  filter: brightness(0) invert(1);
}
.megaMenu.light-theme.false .top ul li a {
  color: var(--white-color);
}
.megaMenu.light-theme.false .bottom ul li a,
.megaMenu.light-theme.false .bottom ul li .mLink {
  color: var(--white-color);
}
.megaMenu.light-theme.false .bottom ul li a:hover,
.megaMenu.light-theme.false .bottom ul li .mLink:hover {
  color: var(--green-color);
}

.top-search {
  width: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.top-search.active .training-search {
  top: 0;
}
.top-search .training-search {
  width: 100%;
  position: absolute;
  background-color: #fff;
  z-index: 100;
  top: -100%;
  left: 0;
  right: 0;
  padding: 10px;
  height: max-content;
  transition: all 0.5s ease-in-out;
}
.top-search .training-search .common-from {
  margin-bottom: 0 !important;
}
.top-search .training-search .common-from li {
  flex-direction: column;
  position: relative;
  margin: auto !important;
}
.top-search .training-search .common-from li.search-box {
  width: 80vw;
  max-width: 768px;
  margin: auto;
}
.top-search .training-search .common-from li .input-wrapper {
  min-height: 58px;
  border-radius: 8px;
  border: 1px solid #ebedee;
  flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
}
.top-search .training-search .common-from li .input-wrapper input.search {
  width: calc(100% - 70px);
  height: 58px;
  border-radius: 0;
  background: var(--white-color);
  border: 0px !important;
  overflow: hidden;
  color: var(--light-grey-color);
}
.top-search .training-search .common-from li .input-wrapper input.search::placeholder {
  color: var(--light-grey-color);
}
.top-search .training-search .common-from li .input-wrapper .common-btn {
  min-width: 70px;
  background: var(--blue-color);
  box-shadow: none;
  border-radius: 0 4px 4px 0;
  padding: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.top-search .training-search .common-from li .input-wrapper .common-btn img {
  filter: invert(1) brightness(100);
  width: 22px;
}
.top-search .training-search .common-from li .search-result {
  position: absolute;
  background: #ffffff;
  top: 100%;
  left: 0px;
  right: 70px;
  color: var(--dark-grey);
  display: flex;
  flex-direction: column;
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 6px 6px;
  text-align: left;
  max-height: 40vh;
  overflow-y: scroll;
}
.top-search .training-search .common-from li .search-result a {
  font-size: 14px;
  line-height: 1.35;
  padding: 10px 10px;
  border-bottom: 1px solid #dddddd;
}

.top-search-close {
  position: absolute;
  right: 50px !important;
  top: 30px;
  z-index: 1;
  cursor: pointer;
  color: var(--dark-grey);
  font-weight: 600;
}

.searchbox-container {
  background: var(--white-color);
  width: 100%;
  height: 100vh;
  z-index: 100;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}
.searchbox-container .cross-button {
  position: absolute;
  right: 0;
  padding: 20px;
}
.searchbox-container .blogListing-sec .common-from li.search-box {
  width: 100%;
  background: #cccccc;
}
.searchbox-container .blogListing-sec .common-from li.search-box .d-flex {
  width: 80%;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}
.searchbox-container .blogListing-sec .common-from li.search-box .d-flex .select-wrapper {
  margin-bottom: 20px;
}
.searchbox-container .blogListing-sec .common-from li.search-box .search-result {
  display: block;
  width: 100%;
  background: #ffffff;
  padding: 20px;
}
.searchbox-container .blogListing-sec .common-from li.search-box .search-result a {
  padding-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.searchbox-container .blogListing-sec .common-from li.search-box .search-result a:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background: var(--green-color);
  border-radius: 50px;
  top: 6px;
  left: 0;
}

.home-banner {
  position: relative;
  overflow: hidden;
  max-height: 100vh;
}
.home-banner.image-banner {
  top: 100px;
  margin-bottom: 100px;
}
.home-banner.video-banner {
  min-height: 700px;
}
.home-banner.video-banner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(/_next/static/media/video-bg.cb8d1830.png) repeat 0 0;
  mix-blend-mode: multiply;
}
.home-banner.video-banner video {
  min-height: 700px;
}
.home-banner .banner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  color: var(--dark-grey);
  z-index: 1;
}
.home-banner .banner-text.white-text {
  color: var(--white-color);
}
.home-banner .banner-text .heading,
.home-banner .banner-text .description {
  max-width: 700px;
}
.home-banner .banner-text .heading {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
}
.home-banner .banner-text .heading span {
  background: linear-gradient(168.57deg, rgb(0, 236, 151) 10.45%, rgb(103, 145, 252) 86.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-banner .banner-text .heading span.bottom {
  background: linear-gradient(368.57deg, rgb(23, 253, 212) -10.55%, rgb(184, 89, 242) 86.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-banner .banner-text .heading.digihome-banner {
  color: var(--white-color);
  max-width: 750px;
  margin: 0 auto;
}
.home-banner .banner-text .heading.digihome-banner span {
  display: block;
  background: linear-gradient(153deg, #a0c882 19.45%, #ff824e 86.62%);
  font-size: 22px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-banner .banner-text .description {
  margin: 25px 0;
}
.home-banner .banner-text .description p {
  font-weight: 300;
  font-size: 24px;
  line-height: 130%;
}
.home-banner .banner-text.digi-banner {
  top: auto;
  bottom: 30px;
  transform: translateY(0);
}
.home-banner .our-usps {
  margin-top: 60px;
  position: relative;
}
.home-banner .our-usps::before {
  position: absolute;
  content: "";
  width: 89px;
  height: 79px;
  background: url(/_next/static/media/digital-usp-icon.87a3b36a.png) no-repeat 0 0;
  left: -95px;
  top: -35px;
}
.home-banner .our-usps .item {
  width: 90%;
  border-radius: 3px;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.2);
  padding: 70px 20px 20px;
  color: #fff;
  height: 100%;
  position: relative;
}
.home-banner .our-usps .item .icon {
  width: 100%;
}
.home-banner .our-usps .item .icon img {
  margin: auto;
}
.home-banner .our-usps .item .count {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
  background: var(--yellow-color);
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-banner .our-usps .react-multi-carousel-list {
  padding-bottom: 40px;
}
.home-banner .our-usps .react-multi-carousel-list .react-multi-carousel-dot-list {
  column-gap: 8px;
}
.home-banner .our-usps .react-multi-carousel-list .react-multi-carousel-dot-list .react-multi-carousel-dot button {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--white-color);
  border: solid 1px #fff;
  margin-right: 0px;
}
.home-banner .our-usps .react-multi-carousel-list .react-multi-carousel-dot-list .react-multi-carousel-dot.react-multi-carousel-dot--active button {
  background: var(--yellow-color);
}

.homeMainBanner {
  position: relative;
  overflow: hidden;
  max-height: max-content;
}
.homeMainBanner.image-banner {
  top: 100px;
  margin-bottom: 100px;
}
.homeMainBanner.video-banner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  mix-blend-mode: multiply;
}
.homeMainBanner.video-banner > .video-banner {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.homeMainBanner.video-banner > .video-banner video,
.homeMainBanner.video-banner > .video-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: flex;
}
.homeMainBanner .banner-text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  position: relative;
}
.homeMainBanner .banner-text.white-text {
  color: var(--white-color);
}
.homeMainBanner .banner-text .heading,
.homeMainBanner .banner-text .description {
  max-width: 700px;
}
.homeMainBanner .banner-text .heading {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
}
.homeMainBanner .banner-text .heading span {
  color: var(--green-color);
}
.homeMainBanner .banner-text .heading.digihome-banner {
  color: var(--white-color);
  max-width: 750px;
  margin: 0 auto;
}
.homeMainBanner .banner-text .heading.digihome-banner span {
  display: block;
  background: linear-gradient(153deg, #a0c882 19.45%, #ff824e 86.62%);
  font-size: 22px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.homeMainBanner .banner-text .description {
  margin: 25px 0;
}
.homeMainBanner .banner-text .description p {
  font-weight: 300;
  font-size: 24px;
  line-height: 130%;
}
.homeMainBanner .banner-text.digi-banner {
  top: auto;
  bottom: 30px;
  transform: translateY(0);
}
.homeMainBanner .our-usps {
  margin-top: 60px;
  position: relative;
}
.homeMainBanner .our-usps::before {
  position: absolute;
  content: "";
  width: 89px;
  height: 79px;
  background: url(/_next/static/media/digital-usp-icon.87a3b36a.png) no-repeat 0 0;
  left: -95px;
  top: -35px;
}
.homeMainBanner .our-usps .item {
  width: 90%;
  border-radius: 3px;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.2);
  padding: 70px 20px 20px;
  color: #fff;
  height: 100%;
  position: relative;
}
.homeMainBanner .our-usps .item .icon {
  width: 100%;
}
.homeMainBanner .our-usps .item .icon img {
  margin: auto;
}
.homeMainBanner .our-usps .item .count {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
  background: var(--yellow-color);
  position: absolute;
  right: 10px;
  top: 10px;
}
.homeMainBanner .our-usps .react-multi-carousel-list {
  padding-bottom: 40px;
}
.homeMainBanner .our-usps .react-multi-carousel-list .react-multi-carousel-dot-list {
  column-gap: 8px;
}
.homeMainBanner .our-usps .react-multi-carousel-list .react-multi-carousel-dot-list .react-multi-carousel-dot button {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--white-color);
  border: solid 1px #fff;
  margin-right: 0px;
}
.homeMainBanner .our-usps .react-multi-carousel-list .react-multi-carousel-dot-list .react-multi-carousel-dot.react-multi-carousel-dot--active button {
  background: var(--yellow-color);
}

.service-sec-heading {
  background: #ececec;
  z-index: 1;
  position: relative;
}

.service-list {
  background: linear-gradient(152.57deg, rgba(155, 196, 130, 0.11) 19.45%, rgba(9, 80, 131, 0.19) 86.62%);
  overflow: hidden;
}
.service-list .left {
  width: 42%;
  max-width: 640px;
}
.service-list .right {
  width: 51%;
  margin: 100px 0;
  background: linear-gradient(90deg, #054a80 0%, #9bc582 100%);
  border-radius: 4px 0px 0px 4px;
  padding: 80px 0 95px 80px;
  color: var(--white-color);
  position: relative;
}
.service-list .right:after {
  position: absolute;
  content: "";
  position: absolute;
  content: "";
  width: 500vh;
  height: 100%;
  background: linear-gradient(90deg, #054a80 0%, #9bc582 100%);
  top: 0;
  right: -500vh;
  transform: rotate(180deg);
}
.service-list .right .description {
  margin: 30px 0;
}
.service-list:nth-of-type(even) .right {
  order: -1;
  background: linear-gradient(270deg, #074c80 0%, #97c182 100%);
  padding: 80px 80px 95px 0px;
  border-radius: 0px 4px 4px 0px;
}
.service-list:nth-of-type(even) .right:after {
  right: auto;
  left: -500vh;
  background: linear-gradient(270deg, #074c80 0%, #97c182 100%);
}

.title {
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 65px;
  color: currentColor;
}

.partner-sec {
  background: linear-gradient(0deg, rgba(4, 73, 128, 0.05) 4.26%, rgba(255, 255, 255, 0) 65.04%);
  min-height: 418px;
}
.partner-sec .partner-slider {
  margin-top: 50px;
  min-height: 100px;
}
.partner-sec .partner-slider ul {
  align-items: center;
}
.partner-sec.clients {
  min-height: auto;
  background: linear-gradient(180deg, rgba(4, 73, 128, 0.05) 4.26%, rgba(255, 255, 255, 0) 65.04%);
}
.partner-sec .item {
  display: flex;
  justify-content: center;
}

.whats-new-sec ul {
  margin-top: 50px;
}
.whats-new-sec ul li {
  width: 32%;
  border-radius: 4px;
  overflow: hidden;
}
.whats-new-sec ul li .image {
  position: relative;
}
.whats-new-sec ul li .image:before {
  position: absolute;
  content: "";
  width: 90px;
  height: 71px;
  background: url(/_next/static/media/tag-new.6b10606a.png) no-repeat 0 0;
  left: 0;
  top: 0;
}
.whats-new-sec ul li .detail {
  position: absolute;
  bottom: 25px;
  width: calc(100% - 50px);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
}
.whats-new-sec ul li .title {
  font-size: 36px;
  line-height: 45px;
}

@keyframes arrowAnimation {
  from {
    left: 0px;
  }
  to {
    left: 10px;
  }
}
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}

.loder-sec {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 999;
}

.min-height {
  min-height: 500px;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: var(--blue-color);
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes dropdownanimate {
  from {
    top: 30px;
  }
  to {
    top: 40px;
  }
}
.shareLinks {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 16px;
  border-top: 1px solid rgba(155, 196, 130, 0.11);
  column-gap: 20px;
}
.shareLinks .label {
  font-size: 18px;
  color: var(--lightblue-color);
  font-weight: 600;
  margin-right: 10px;
}
.shareLinks ul {
  column-gap: 10px;
  row-gap: 10px;
}
.shareLinks li a {
  width: 40px;
  height: 40px;
  background: var(--g, linear-gradient(258deg, #9bc582 -24.57%, #054a80 100%));
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.shareLinks li a:hover {
  border-radius: 50%;
}
.shareLinks li a img {
  max-width: 16px;
  max-height: 16px;
}
.shareLinks .last-modified-date {
  font-size: 13px;
}

body iframe#webpack-dev-server-client-overlay {
  display: none;
}

.team-management-sec .full-text-team-profile {
  display: inline-block;
  width: 100%;
  max-width: 700px;
}
.team-management-sec .full-text-team-profile .teamName {
  font-size: 22px !important;
  color: var(--blue-color) !important;
  font-weight: 600 !important;
}
.team-management-sec .full-text-team-profile .description p {
  color: var(--dark-grey) !important;
  margin: 10px 0 0 !important;
}

.country-location-section .items {
  row-gap: 60px;
  margin-top: 30px;
}
.country-location-section .items .item {
  width: 100%;
}
.country-location-section .items .item .heading {
  background: #e5f5ff;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  padding: 8px 15px;
  color: var(--blue-color);
  font-weight: 500;
}
.country-location-section .items .item ul {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2%;
  row-gap: 15px;
}
.country-location-section .items .item ul li {
  max-width: 49%;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
  padding: 10px 40px;
  border-radius: 30px;
  column-gap: 15px;
  cursor: pointer;
}
.country-location-section .items .item ul li select {
  width: 100%;
  height: 80px;
  border: 0px;
  box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.1490196078);
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 20px;
}

.flsCaseStudyListing .common-from {
  column-gap: 2%;
  display: flex;
  flex-wrap: wrap;
}
.flsCaseStudyListing .inner-content {
  column-gap: 4%;
  row-gap: 30px;
}
.flsCaseStudyListing .inner-content .left-section {
  width: 100%;
}
.flsCaseStudyListing .inner-content .right-section {
  width: 28%;
}
.flsCaseStudyListing .items {
  column-gap: 2%;
  row-gap: 50px;
}
.flsCaseStudyListing .items li {
  background-color: rgba(230, 229, 229, 0.5);
  padding: 0px;
  border-radius: 5px;
  overflow: hidden;
  width: 49%;
  border: 1px solid rgba(230, 229, 229, 0.5);
}
.flsCaseStudyListing .items li .img-wrapper img {
  width: 100%;
  min-height: 350px;
  object-fit: cover;
}
.flsCaseStudyListing .items.nodata {
  position: relative;
  min-height: 60px;
}
.flsCaseStudyListing .items.nodata::after {
  content: "!!SORRY No Case Studies to show by this keyword or location please try with other keyword or location";
}
.flsCaseStudyListing .items.nodata ~ .pagination {
  display: none;
}
.flsCaseStudyListing .item {
  width: 100%;
}
.flsCaseStudyListing .img-wrapper {
  border-radius: 0px;
  overflow: hidden;
}
.flsCaseStudyListing .name-wrapper {
  margin-top: 20px;
  column-gap: 20px;
  padding: 0px 15px;
}
.flsCaseStudyListing .name-wrapper .userImg {
  width: 50px;
}
.flsCaseStudyListing .name-wrapper .name {
  color: var(--lightblue-color);
  font-weight: 500;
  line-height: 1;
}
.flsCaseStudyListing .name-wrapper .date {
  padding-left: 10px;
  margin-left: 10px;
  opacity: 0.8;
  font-weight: 400;
  border-left: 1px solid rgba(34, 34, 34, 0.3);
  line-height: 1;
}
.flsCaseStudyListing .content {
  margin-top: 20px;
  padding: 0px 15px 15px;
}
.flsCaseStudyListing .content p {
  font-size: 18px;
  opacity: 0.8;
  word-break: break-word;
}
.flsCaseStudyListing .content h2 {
  display: none;
}
.flsCaseStudyListing .caseStudyTitle {
  font-size: 18px;
  line-height: 1.5;
  color: var(--lightblue-color);
  font-weight: 600;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.flsCaseStudyListing .caseStudyTitle.detail-pg {
  display: block;
  height: max-content;
  font-size: 24px;
  color: var(--lightblue-color);
  font-weight: 700;
}
.flsCaseStudyListing .btn-wrapper {
  margin-top: 30px;
}
.flsCaseStudyListing .recomendedProducts .items {
  row-gap: 20px;
}
.flsCaseStudyListing .recomendedProducts .items li .img-wrapper img {
  min-height: 180px;
}
.flsCaseStudyListing .recomendedProducts .caseStudyTitle {
  font-size: 16px;
}
.flsCaseStudyListing .recomendedProducts .name-wrapper {
  margin-top: 15px;
  column-gap: 12px;
}
.flsCaseStudyListing .recomendedProducts .name-wrapper .name,
.flsCaseStudyListing .recomendedProducts .name-wrapper .date {
  font-size: 14px;
}
.flsCaseStudyListing .recomendedProducts .content p {
  font-size: 14px;
  margin-top: 8px;
}

.megaMenu.flsMenu .top ul {
  column-gap: 40px;
}
.megaMenu.flsMenu .top .icon {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding-left: 0px;
  padding-right: 0px;
  color: var(--lightblue-color);
}
.megaMenu.flsMenu .top .icon:hover {
  color: var(--green-color);
}
.megaMenu.flsMenu li.dropdown-menus > .mLink {
  color: var(--blue-color);
}

.inner-banner.digi-inner-banner .image {
  max-height: 420px;
  overflow: hidden;
}
.inner-banner.digi-inner-banner .image:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(28, 55, 91, 0) -28.46%, #1c375b 95.49%);
  left: 0;
  top: 0;
  z-index: 1;
}
.inner-banner.digi-inner-banner .image .text {
  top: auto;
  transform: none;
  bottom: 0px;
  padding: 30px 0px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.inner-banner.digi-inner-banner .image .text .common-heading {
  position: static;
}
.inner-banner.digi-inner-banner .image .text .common-heading:after {
  display: none;
}
.inner-banner.digi-inner-banner .image .text .container {
  justify-content: center;
}

.offerFeatureSection .items {
  column-gap: 2%;
  row-gap: 20px;
  justify-content: center;
}
.offerFeatureSection .item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 0px;
  width: 32%;
  padding: 30px;
  position: relative;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.offerFeatureSection .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(/_next/static/media/bg-usp.493e9980.png) right center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  mix-blend-mode: color-burn;
}
.offerFeatureSection .item:nth-child(3n+1) {
  background: #064d83;
}
.offerFeatureSection .item:nth-child(3n+2) {
  background: #59916f;
}
.offerFeatureSection .item:nth-child(3n+3) {
  background: #9bc482;
}
.offerFeatureSection .icon-wrapper {
  margin-bottom: 32px;
  width: 60px;
  height: 60px;
  box-shadow: 4px 5px 10px 0px rgba(255, 255, 255, 0.2509803922);
  background: var(--white-color);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.offerFeatureSection .small-heading {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 1.5;
  color: var(--white-color);
  position: relative;
  z-index: 1;
}
.offerFeatureSection p {
  line-height: 1.6;
  margin-top: 16px;
}
.offerFeatureSection.techniqueSection .item {
  justify-content: flex-start;
}

.flscontactus .inner-content {
  column-gap: 8%;
  row-gap: 30px;
}
.flscontactus .inner-content .item {
  width: 46%;
}
.flscontactus .img-wrapper {
  width: 80%;
}
.flscontactus .addressItems {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  column-gap: 20px;
}
.flscontactus .addressItems .addressItem {
  column-gap: 20px;
}
.flscontactus .addressItems p,
.flscontactus .addressItems a {
  margin-top: 4px;
  opacity: 0.8;
}
.flscontactus .addressItems a {
  display: block;
  font-size: 16px;
  line-height: 180%;
}
.flscontactus .addressItems .icon-wrapper {
  width: 55px;
  height: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--g, linear-gradient(258deg, #9bc582 -24.57%, #054a80 100%));
  animation: morph 8s ease-in-out infinite;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  transition: all 1s ease-in-out;
  z-index: 5;
  position: relative;
  top: 2px;
}
.flscontactus .addressItems .icon-wrapper img {
  max-width: 25px;
  max-height: 25px;
}
@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}
.flscontactus .addressItems .content {
  width: calc(100% - 80px);
}
.flscontactus .heading {
  color: var(--lightblue-color);
  font-size: 24px;
  font-weight: 500;
}
.flscontactus .common-heading {
  font-size: 36px;
  line-height: 1.5;
}
.flscontactus .common-from {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.flscontactus .common-from li {
  margin: 0px;
}
.flscontactus ul.common-from li.subscribeCheck {
  display: flex;
  column-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
}
.flscontactus ul.common-from li.subscribeCheck span {
  font-size: 14px;
}
.flscontactus ul.common-from li.subscribeCheck input {
  width: 22px;
  height: 22px;
}

.errorMsg {
  color: red !important;
  line-height: 1;
  font-size: 12px;
  margin: 5px 0px;
  font-weight: 700;
}

body > div.skiptranslate {
  display: none !important;
}

#google_translate_element {
  display: none;
}
#google_translate_element .skiptranslate.goog-te-gadget {
  font-size: 0px;
}
#google_translate_element .skiptranslate.goog-te-gadget > span {
  display: none;
}

.country-sticky {
  position: fixed;
  right: 0px;
  bottom: 12%;
  z-index: 2;
}
.country-sticky .country-container {
  display: flex;
  flex-direction: column;
}
.country-sticky .single-country {
  margin: 4px 0px;
}

#schedules .react-multiple-carousel__arrow {
  background: rgba(255, 255, 255, 0.5);
}
#schedules .react-multiple-carousel__arrow--left {
  z-index: 1;
  left: 10px;
  bottom: 0;
  background: var(--blue-color);
  min-width: 34px;
  min-height: 34px;
  border-radius: 6px;
}
#schedules .react-multiple-carousel__arrow--left::before {
  font-size: 14px;
}
#schedules .react-multiple-carousel__arrow--right {
  z-index: 1;
  left: 54px;
  right: auto;
  bottom: 0;
  background: var(--blue-color);
  min-width: 34px;
  min-height: 34px;
  border-radius: 6px;
}
#schedules .react-multiple-carousel__arrow--right::before {
  font-size: 14px;
}
#schedules .react-multi-carousel-list {
  padding-bottom: 50px;
}

.broucher-download #eligibility {
  width: 20px;
}
.broucher-download label {
  padding-left: 10px;
  margin: 0 !important;
}
.broucher-download .broucher-privacy {
  color: #004983;
}

.contact-formdesign {
  max-width: 860px;
  margin: auto;
}
.contact-formdesign .generate-quota-form .common-from {
  background: transparent;
  box-shadow: none;
}
.contact-formdesign .generate-quota-form .common-from li:nth-of-type(1), .contact-formdesign .generate-quota-form .common-from li:nth-of-type(2), .contact-formdesign .generate-quota-form .common-from li:nth-of-type(3), .contact-formdesign .generate-quota-form .common-from li:nth-of-type(4) {
  width: 49% !important;
}
.contact-formdesign .generate-quota-form .common-from .checkbox-wrapper a {
  color: #fff;
  text-decoration: underline;
}
.contact-formdesign .generate-quota-form .common-from .checkbox-wrapper .checkbox label {
  color: #fff;
}
.contact-formdesign .common-btn {
  background: linear-gradient(90deg, #ffb32f 0%, #ff8f29 50%, #f43d2d 100%) !important;
}
.contact-formdesign .common-btn:disabled {
  background: linear-gradient(90deg, #ffb32f 0%, #ff8f29 50%, #f43d2d 100%) !important;
}
@media only screen and (max-width: 767px) {
  .contact-formdesign .generate-quota-form .common-from li:nth-of-type(1), .contact-formdesign .generate-quota-form .common-from li:nth-of-type(2), .contact-formdesign .generate-quota-form .common-from li:nth-of-type(3), .contact-formdesign .generate-quota-form .common-from li:nth-of-type(4) {
    width: 100% !important;
  }
}

.layout-structure.bg-color .thankuPg .small-heading,
.layout-structure.bg-color .thankuPg p {
  color: #fff;
}

body.inner-page header.header {
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
body.inner-page header.header .logo {
  padding: 10px 0;
  max-width: 125px;
}
body.inner-page header.header a {
  color: var(--blue-color) !important;
  filter: none !important;
  transition: all linear 0.3s;
}
body.inner-page header.header li:hover > a {
  color: var(--green-color);
}

.inner-banner {
  margin-top: 110px;
}
.inner-banner .image {
  position: relative;
}
.inner-banner .image .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.inner-banner .image .text .inner {
  max-width: 690px;
}
.inner-banner .image .text .common-heading {
  color: var(--white-color);
  position: relative;
}
.inner-banner .image .text .common-heading:after {
  position: absolute;
  width: 380px;
  content: "";
  bottom: -15px;
  border: 1px solid #ffffff;
}
.inner-banner .image .text .jobs-filter {
  box-shadow: 9px 12px 18px rgba(0, 0, 0, 0.19);
  border-radius: 10px;
  margin-top: 70px;
  background: var(--white-color);
}
.inner-banner .image .text .jobs-filter .item {
  padding: 10px 10px 10px 24px;
}
.inner-banner .image .text .jobs-filter .input {
  width: 35%;
}
.inner-banner .image .text .jobs-filter .select {
  width: 30%;
  border-left: solid 1px #ccc !important;
}
.inner-banner .image .text .jobs-filter input,
.inner-banner .image .text .jobs-filter select {
  width: 100%;
  border: none;
  padding: 5px 0 5px 30px;
  min-height: 100%;
  background: url(/_next/static/media/icon-search.f26a8eca.png) no-repeat 0 center;
  background-size: 18px;
}
.inner-banner .image .text .jobs-filter input:focus,
.inner-banner .image .text .jobs-filter select:focus {
  border: none;
  outline: none;
}
.inner-banner .image .text .jobs-filter select {
  background: url(/_next/static/media/icon-career-location.8a8b9f21.png) no-repeat 0 center;
}
.inner-banner .image .text .jobs-filter .common-btn {
  background: var(--blue-color);
}
.inner-banner .image .text .jobs-filter .common-btn i {
  display: none;
}
.inner-banner .image .text .jobs-filter .common-btn:hover {
  background: var(--green-color);
  color: var(--white-color);
}
.inner-banner.gradiant-bg {
  min-height: 261px;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #054a80 0%, #9bc582 100%);
}
.inner-banner.gradiant-bg .common-heading {
  color: var(--white-color);
}
.inner-banner.gradiant-bg .common-heading span {
  font-size: 24px;
  margin-top: 10px;
  color: var(--white-color);
}
.inner-banner.gradiant-bg.trainingLocation {
  margin-top: 0px;
  padding-top: 160px;
  min-height: 360px;
}

.grey-color {
  color: var(--dark-grey);
}

.join-team-sec .left,
.join-team-sec .right {
  width: 48%;
}

ul.nodata {
  position: relative;
  min-height: 60px;
}
ul.nodata::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  text-align: center;
  font-size: 22px;
  color: var(--blue-color);
  font-weight: 600;
  max-width: 600px;
  margin: 0 auto;
}

.career-post-sec ul {
  margin-top: 50px;
  column-gap: 2%;
  row-gap: 24px;
}
.career-post-sec ul.nodata::after {
  content: "!!SORRY No Jobs to show by this keyword or location please try with other keyword or location";
}
.career-post-sec li {
  width: 32%;
  padding: 24px 24px 120px;
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  border-radius: 4px;
  position: relative;
}
.career-post-sec li .links {
  position: absolute;
  bottom: 30px;
}
.career-post-sec.life-at-vinsys li {
  padding: 0;
  position: relative;
}
.career-post-sec.life-at-vinsys li .detail {
  padding: 24px 24px 100px;
}
.career-post-sec.life-at-vinsys li .heading {
  font-size: 20px;
  line-height: 27px;
  margin: 0;
}
.career-post-sec.life-at-vinsys li .common-btn.short {
  border-color: var(--blue-color);
  color: var(--blue-color);
}
.career-post-sec.life-at-vinsys li .common-btn.short .icon {
  background: url(/_next/static/media/icon-arrow-blue.20c9176f.svg) no-repeat 0 0;
}
.career-post-sec.life-at-vinsys li .links {
  position: absolute;
  bottom: 24px;
}
.career-post-sec.life-at-vinsys.global-add {
  background: linear-gradient(180deg, rgba(9, 77, 128, 0) 0%, rgba(9, 77, 128, 0.08) 0.01%, rgba(9, 77, 128, 0) 100%);
}
.career-post-sec.life-at-vinsys.global-add .detail {
  padding: 24px;
  max-height: 300px;
  overflow: auto;
}
.career-post-sec.life-at-vinsys.global-add .detail::-webkit-scrollbar {
  width: 3px;
  background: #ffffff;
}
.career-post-sec.life-at-vinsys.global-add .detail::-webkit-scrollbar-thumb {
  background: #024880;
}
.career-post-sec.life-at-vinsys.global-add .city {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}
.career-post-sec.life-at-vinsys.global-add .city:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
}
.career-post-sec.life-at-vinsys.global-add .city p {
  margin-top: 0px;
  font-size: 14px;
}
.career-post-sec.life-at-vinsys.global-add .heading {
  font-weight: 500;
  font-size: 28px;
  color: var(--blue-color);
  min-height: auto;
  line-height: 34px;
}
.career-post-sec.life-at-vinsys.global-add .call {
  font-weight: 500;
  color: var(--blue-color);
  background: url(/_next/static/media/icon-call-blue.69c2b080.png) no-repeat 0px 0px;
  padding: 0px 0 0px 35px;
  min-height: 25px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.career-post-sec.life-at-vinsys.global-add .call.no-require {
  display: none;
}
.career-post-sec.life-at-vinsys.global-add .call.email {
  background: url(/_next/static/media/icon-email-blue.0c260d82.png) no-repeat 0px 0px;
}
.career-post-sec .location {
  font-weight: 500;
  color: var(--blue-color);
  background: url(/_next/static/media/icon-career-location.8a8b9f21.png) no-repeat -3px 2px;
  font-size: 18px;
  padding-left: 35px;
  padding-bottom: 5px;
}
.career-post-sec .heading {
  font-weight: 500;
  font-size: 24px;
  min-height: 70px;
  margin-top: 10px;
  line-height: 33px;
}

.send-resume-sec .inner {
  background: linear-gradient(152.57deg, rgba(155, 196, 130, 0.11) 19.45%, rgba(9, 80, 131, 0.19) 86.62%);
  border-radius: 12px;
  padding: 15px 0px;
}
.send-resume-sec .inner .left {
  width: 390px;
  margin-left: 160px;
}
.send-resume-sec .inner .right {
  width: 625px;
  padding-left: 50px;
}
.send-resume-sec .inner .right .common-heading {
  font-size: 18px;
  line-height: 104.19%;
}
.send-resume-sec .inner .right .common-heading span {
  font-size: 32px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 104.19%;
  color: #222222;
}
.send-resume-sec .inner .right .mail-phone {
  background: #a0c882;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 24px;
  padding: 15px 30px;
  color: var(--white-color);
  border: solid 5px #bfe3a4;
  border-radius: 50px 0px 0px 50px;
}

.postdetail-banner {
  margin-top: 130px;
}
.postdetail-banner .inner-container {
  background: linear-gradient(152.57deg, rgba(155, 196, 130, 0.11) 19.45%, rgba(9, 80, 131, 0.19) 86.62%);
  border-radius: 10px;
  margin-top: 50px;
  padding: 30px 40px;
}
.postdetail-banner .left {
  margin-right: 50px;
}
.postdetail-banner .left .heading {
  min-height: auto;
  margin-bottom: 10px;
}
.postdetail-banner .left .detail {
  margin-left: 30px;
}

.job-summary .full {
  margin-bottom: 20px;
}
.job-summary .full.no-require {
  display: none;
}
.job-summary .heading {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 33px;
}
.job-summary ul,
.job-summary ol {
  margin-left: 20px;
  margin-top: 10px;
}
.job-summary ul li,
.job-summary ol li {
  list-style: disc;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  padding: 3px 0;
}

#apply-form {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}
#apply-form .inner {
  border-radius: 10px;
  background: #fff;
  margin: 30px auto;
  max-height: 95vh;
  position: relative;
  width: calc(100% - 30px);
  max-width: 680px;
  padding: 30px 30px 20px;
  overflow: hidden;
}
#apply-form .inner ul.common-from {
  max-height: calc(90vh - 100px);
  overflow-y: auto;
}
#apply-form .inner button.close-form {
  position: absolute;
  right: 30px;
  padding: 10px;
  top: 20px;
  background: none;
  border-radius: 50%;
  border: solid 1px #ccc;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #ccc;
}
#apply-form .heading {
  font-weight: 500;
  text-align: left;
  font-size: 22px;
  line-height: 1.5;
  color: var(--lightblue-color);
  margin-bottom: 10px;
  padding-right: 50px;
}
#apply-form.show-form {
  display: flex;
}
#apply-form .checkbox-wrapper {
  column-gap: 30px;
  margin-top: 0px;
  margin-bottom: 30px;
  row-gap: 15px;
}
#apply-form .checkbox-wrapper .checkbox {
  flex-wrap: nowrap;
}
#apply-form .checkbox-wrapper .checkbox input {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border-color: var(--blue-color);
  margin: 0px 10px 0px 0px;
}
#apply-form .checkbox-wrapper .checkbox label {
  margin-bottom: 0px;
}
#apply-form .checkbox-wrapper a {
  color: var(--lightblue-color);
}

ul.common-from li {
  margin: 10px 0;
}
ul.common-from li label {
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 22px;
  color: rgba(34, 34, 34, 0.8);
}
ul.common-from li label sup {
  color: red;
}
ul.common-from li input,
ul.common-from li select,
ul.common-from li textarea {
  width: 100%;
  background: #f8fafb;
  border: 1px solid #ebedee !important;
  border-radius: 2px;
  padding: 12px 20px;
  font-size: 15px;
  color: rgba(34, 34, 34, 0.8);
  min-height: 49px;
}
ul.common-from li input:focus,
ul.common-from li select:focus,
ul.common-from li textarea:focus {
  border: none;
  outline: none;
}
ul.common-from li input.ctc,
ul.common-from li select.ctc,
ul.common-from li textarea.ctc {
  background: url(/_next/static/media/icon-rupee.69fe964c.png) no-repeat 20px 15px #f8fafb;
  padding-left: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
ul.common-from li input,
ul.common-from li select {
  height: 49px;
}
ul.common-from li .half {
  width: 48%;
}

.contact-top-sec {
  padding: 200px 0 50px;
}
.contact-top-sec .right {
  width: calc(100% - 700px);
}

.global-add {
  background: linear-gradient(180deg, rgba(9, 77, 128, 0) 0%, rgba(9, 77, 128, 0.08) 0.01%, rgba(9, 77, 128, 0) 100%);
}
.global-add .detail {
  padding: 24px;
}

.first-section {
  margin-top: 108px;
  padding-top: 80px;
}

.mt-60 {
  margin-top: 60px;
}

.about-us-sec .inner-content {
  column-gap: 4%;
}
.about-us-sec .inner-content .left-section {
  width: 38%;
}
.about-us-sec .inner-content .right-section {
  width: 58%;
}
.about-us-sec.rev-item .left-section {
  order: 1;
}
.about-us-sec .full-content {
  display: none;
  margin-top: 20px;
}
.about-us-sec .full-content.yes-require {
  display: block;
}

.mission-vission-sec .inner-content {
  width: 80%;
  margin: auto;
  row-gap: 30px;
}
.mission-vission-sec .inner-content .item {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mission-vission-sec .inner-content .item .img-wrapper {
  margin-bottom: 30px;
  max-width: 270px;
  min-height: 270px;
  display: flex;
  align-items: flex-end;
}
.mission-vission-sec .inner-content .item .mv-heading {
  font-size: 32px;
  line-height: 44px;
  font-weight: 500;
  color: var(--black-color);
  padding-bottom: 7px;
  margin-bottom: 14px;
  position: relative;
}
.mission-vission-sec .inner-content .item .mv-heading::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  height: 2px;
  width: 161px;
  margin: auto;
  bottom: 0px;
  background: #19517e;
}
.mission-vission-sec .inner-content .item p {
  text-align: center;
}

.certificates-sec .inner-content {
  background: linear-gradient(266.45deg, #9bc482 33.66%, #0a5183 100%);
  padding: 30px;
  border-radius: 32px 24px;
  overflow: hidden;
  column-gap: 30px;
  box-shadow: 7px 14px 44px 0px rgba(0, 0, 0, 0.12);
}
.certificates-sec .inner-content .left-section {
  flex: 0.8 1;
}
.certificates-sec .inner-content .left-section .certificate-heading {
  padding: 24px 32px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  background: var(--white-color);
  border-radius: 20px 20px 0px 0px;
  margin-bottom: 1px;
}
.certificates-sec .inner-content .left-section .items {
  background: var(--white-color);
  border-radius: 0 0 20px 20px;
}
.certificates-sec .inner-content .left-section .items li {
  padding: 34px 32px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.3);
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.5px;
  color: var(--blue-color);
}
.certificates-sec .inner-content .left-section .items li img {
  display: inline-flex;
  margin-right: 40px;
}
.certificates-sec .inner-content .right-section {
  flex: 1 1;
}

.key-features-sec {
  background: linear-gradient(152.57deg, rgba(155, 196, 130, 0.11) 19.45%, rgba(9, 80, 131, 0.19) 86.62%);
}
.key-features-sec .inner-content {
  column-gap: 30px;
}
.key-features-sec .inner-content .left-section {
  flex: 0.6 1;
}
.key-features-sec .inner-content .right-section {
  flex: 1 1;
}
.key-features-sec .inner-content .right-section .items {
  column-gap: 4%;
  row-gap: 30px;
}
.key-features-sec .inner-content .right-section .items .item {
  width: 48%;
}
.key-features-sec .inner-content .right-section .items .item .left-icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.key-features-sec .inner-content .right-section .items .item .content {
  width: calc(100% - 54px);
  padding-left: 20px;
}
.key-features-sec .inner-content .right-section .items .item .feature-heading {
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
  color: var(--dark-grey);
}
.key-features-sec .inner-content .right-section .items .item p {
  font-size: 18px;
}

.journey-sec .inner-content {
  width: 70%;
  margin: 60px auto 75px auto;
}
.journey-sec .items {
  justify-content: flex-start;
  row-gap: 50px;
  column-gap: 100px;
  position: relative;
  padding: 30px 0px;
}
.journey-sec .items::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 2px;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(63, 71, 103, 0.15) 10.75%, rgba(63, 71, 103, 0.15) 89.25%, rgba(0, 0, 0, 0) 100%);
}
.journey-sec .items li {
  width: calc(50% - 50px);
  background: var(--white-color);
  min-height: 160px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 30px;
  text-align: right;
  box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.14);
  border-radius: 4px;
  border-right: 4px solid var(--blue-color);
  position: relative;
}
.journey-sec .items li::after {
  content: "";
  position: absolute;
  right: -64px;
  top: 0px;
  background: url(/_next/static/media/blue-shape.8fa213d0.svg) top right no-repeat;
  background-size: contain;
  width: 20px;
  height: 23px;
}
.journey-sec .items li:nth-child(even) {
  position: relative;
  top: 100px;
  border-right: 0px;
  border-left: 4px solid var(--green-color);
  text-align: left;
}
.journey-sec .items li:nth-child(even)::after {
  background: url(/_next/static/media/green-shape.1cab778e.svg) top left no-repeat;
  background-size: contain;
  right: auto;
  left: -64px;
}
.journey-sec .items li .year {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.journey-sec .items li p {
  color: #6e6e6e;
  margin-top: 0px;
}

.reason-to-chooose-sec {
  background: linear-gradient(152.57deg, rgba(155, 196, 130, 0.11) 19.45%, rgba(9, 80, 131, 0.19) 86.62%);
}
.reason-to-chooose-sec .inner-content {
  justify-content: center;
}
.reason-to-chooose-sec .items {
  justify-content: center;
  width: 100%;
}
.reason-to-chooose-sec .items li {
  background: var(--white-color);
  border-radius: 50%;
  width: 20%;
  max-width: 210px;
  height: 210px;
  margin: 0;
  position: relative;
}
.reason-to-chooose-sec .items li::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: -20px;
  width: 36px;
  height: 36px;
  background: url(/_next/static/media/iconArrow.c6d45f06.svg) center center no-repeat;
  background-size: contain;
  z-index: 1;
}
.reason-to-chooose-sec .items li .content-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  padding: 40px 0px;
  text-align: center;
}
.reason-to-chooose-sec .items li .content-box .icon {
  margin-bottom: 20px;
  max-width: 36px;
}
.reason-to-chooose-sec .items li .content-box span {
  max-width: 80%;
}
.reason-to-chooose-sec .items li:nth-child(-n+5) .content-box::before {
  content: "";
  position: absolute;
  top: -95%;
  background: var(--blue-color);
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  border-radius: 50%;
}
.reason-to-chooose-sec .items li:nth-child(-n+5) .content-box::after {
  content: "";
  position: absolute;
  top: calc(100% - 35px);
  background: var(--green-color);
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  border-radius: 50%;
}
.reason-to-chooose-sec .items li:nth-child(n+6) {
  margin-top: -30px;
}
.reason-to-chooose-sec .items li:nth-child(n+6) .content-box::after {
  content: "";
  position: absolute;
  top: calc(100% - 20px);
  background: var(--green-color);
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  border-radius: 50%;
}
.reason-to-chooose-sec .items li:nth-child(5n)::after {
  display: none;
}

.team-management-sec .inner-content {
  column-gap: 2%;
  row-gap: 20px;
}
.team-management-sec .inner-content .item {
  width: 49%;
  background: var(--lightblue-color);
  border-radius: 12px;
  padding: 10px 32px 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.team-management-sec .inner-content .item .heading-section {
  margin-bottom: 30px;
}
.team-management-sec .inner-content .item .teamImg {
  margin-right: 40px;
  position: relative;
}
.team-management-sec .inner-content .item .teamImg::before {
  content: "";
  position: absolute;
  width: 200%;
  height: calc(100% + 18px);
  right: -10px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  top: -10px;
  background: #306b9b;
  box-shadow: 0px 4px 9px 0px rgba(255, 255, 255, 0.2196078431);
  z-index: 1;
}
.team-management-sec .inner-content .item .teamImg img {
  z-index: 1;
  position: relative;
}
.team-management-sec .inner-content .item .teamImg .image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
}
.team-management-sec .inner-content .item .common-btn {
  cursor: pointer;
}
.team-management-sec .inner-content .item .teamName {
  color: var(--white-color);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.8;
  padding-bottom: 12px;
  position: relative;
}
.team-management-sec .inner-content .item .teamName::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 142px;
  height: 1px;
  background-color: var(--white-color);
}
.team-management-sec .inner-content .item .teamName span {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  display: flex;
  text-transform: uppercase;
}
.team-management-sec .inner-content .item p {
  color: var(--white-color);
  margin-bottom: 46px;
}
.team-management-sec .inner-content .item:nth-last-of-type(odd) {
  background: var(--green-color);
}
.team-management-sec .inner-content .item:nth-last-of-type(odd) .teamImg {
  margin-right: 40px;
  position: relative;
}
.team-management-sec .inner-content .item:nth-last-of-type(odd) .teamImg::before {
  background: #b2e48c;
}

.full-text-team-profile {
  display: none;
  width: 90%;
  max-width: 700px;
}
.full-text-team-profile .teamName {
  font-size: 22px;
  color: var(--blue-color);
  font-weight: 600;
}
.full-text-team-profile .teamName span {
  display: block;
  font-size: 16px;
}
.full-text-team-profile .description {
  max-height: 80vh;
  overflow-y: auto;
  text-align: justify;
}

.awards-sec {
  position: relative;
  overflow: hidden;
}
.awards-sec::before {
  content: "";
  position: absolute;
  background: url(/_next/static/media/awardsBg.0efec4c4.png) top center no-repeat;
  background-size: 100%;
  top: -50px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.awards-sec .inner-content .items {
  row-gap: 20px;
  position: relative;
}
.awards-sec .inner-content .items::before {
  content: "";
  position: absolute;
  background: url(/_next/static/media/awardsCenterImg.77ac5ed1.png) center center no-repeat;
  background-size: contain;
  width: 325px;
  height: 100%;
  left: 0;
  right: 0;
  top: 60%;
  margin: auto;
  transform: translateY(-50%);
}
.awards-sec .inner-content .items .item {
  width: 35%;
}
.awards-sec .inner-content .items .item .content-box {
  padding: 24px 20px 24px 90px;
  box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.1490196078);
  display: flex;
  align-items: center;
  font-size: 17px;
  line-height: 28px;
  height: 100%;
  background: url(/_next/static/media/icon-award.6d5783d4.png) no-repeat 20px center var(--white-color);
}
.awards-sec .inner-content .items .item:nth-child(1) {
  width: 49%;
  padding-left: 80px;
}
.awards-sec .inner-content .items .item:nth-child(2) {
  width: 49%;
  padding-right: 80px;
}

.promo-offer-sec {
  background: #fbfafa;
}
.promo-offer-sec .items {
  row-gap: 30px;
  display: flex;
  flex-direction: column;
}
.promo-offer-sec .item .inner-section {
  column-gap: 2%;
  background: var(--white-color);
  padding: 16px;
  box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
  border-radius: 4px;
  overflow: hidden;
}
.promo-offer-sec .item .inner-section .img-wrapper {
  width: 30%;
  padding: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #f8fafb;
}
.promo-offer-sec .item .inner-section .img-wrapper img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.promo-offer-sec .item .inner-section .content-box {
  width: 68%;
}
.promo-offer-sec .item .inner-section .content-box .offer-heading {
  font-size: 24px;
  line-height: 32px;
  color: var(--dark-grey);
  font-weight: 700;
  margin-bottom: 20px;
}
.promo-offer-sec .item .inner-section .content-box p {
  margin-bottom: 48px;
  margin-top: 0px;
}
.promo-offer-sec .item .inner-section .content-box .btn-wrapper {
  column-gap: 50px;
}
.promo-offer-sec .item .inner-section .content-box .percentage {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  background: url(/_next/static/media/percentIcon.836d1576.svg) no-repeat 0 center;
  padding-left: 45px;
  background-size: 36px;
  color: var(--green-color);
}
.promo-offer-sec .item .inner-section .content-box .percentage img {
  margin-right: 12px;
}

.small-heading {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 24px;
  position: relative;
  display: inline-block;
}
.small-heading.bottom-line {
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.small-heading.bottom-line::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 70%;
  height: 1px;
  background: var(--blue-color);
}

.pagination {
  margin: 30px auto;
}
.pagination.no-data {
  visibility: hidden;
  opacity: 0;
}
.pagination li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--dark-grey);
  display: inline-flex;
  transition: all linear 0.3s;
  cursor: pointer;
  border: 1px solid #d0d5dd;
  overflow: hidden;
}
.pagination li.arrow {
  padding: 14px;
}
.pagination li a {
  padding: 14px;
}
.pagination li.prev {
  border-radius: 8px 0px 0px 8px;
}
.pagination li.next {
  border-radius: 0px 8px 8px 0px;
}
.pagination li.next img {
  transform: rotate(180deg);
}
.pagination li:hover, .pagination li.active {
  background: #b1b1b1;
  color: #fff;
}

.eventslisting-sec .event-items .item {
  column-gap: 2%;
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.7);
}
.eventslisting-sec .event-items .item:first-child {
  padding-top: 0px;
}
.eventslisting-sec .event-items .item .common-btn.short {
  background: linear-gradient(89.87deg, #a0c882 0.09%, #004983 99.86%);
  position: absolute;
  right: 0;
}
.eventslisting-sec .event-items .item .common-btn.short:hover {
  background: #fff;
  border-color: var(--blue-color);
}
.eventslisting-sec .event-items .item .img-wrapper {
  width: 34%;
}
.eventslisting-sec .event-items .item .content-box {
  width: 64%;
}
.eventslisting-sec .event-items .item .content-box .event-heading {
  font-size: 24px;
  font-weight: 500;
  color: var(--dark-grey);
  margin-bottom: 24px;
}
.eventslisting-sec .event-items .item .content-box p {
  margin-bottom: 40px;
}
.eventslisting-sec .event-items .item .content-box .date-wrapper {
  column-gap: 30px;
  position: relative;
}
.eventslisting-sec .event-items .item .content-box .date-wrapper .event-name {
  color: var(--dark-grey);
  padding: 16px;
  background: #f8fafb;
  line-height: 1.1;
}
.eventslisting-sec .event-items .item .content-box .date-wrapper .date {
  color: var(--dark-grey);
  padding: 16px 16px 16px 55px;
  background: url(/_next/static/media/date-icon.9f19c176.svg) no-repeat 20px center #f8fafb;
  line-height: 1.1;
}
.eventslisting-sec .event-items .item .content-box .date-wrapper .date img {
  margin-right: 12px;
}

.event-detail-sec {
  margin-top: -100px;
}
.event-detail-sec li.common-btn.light-bg {
  position: relative;
  height: 100%;
  border-radius: 0;
}
.event-detail-sec li.common-btn.light-bg ul {
  position: absolute;
  display: none;
  top: 62px;
  width: 100.4%;
  left: -0.4px;
  border: solid 1px;
  z-index: 1;
}
.event-detail-sec li.common-btn.light-bg ul li.common-btn.light-bg {
  position: static;
  width: 100%;
  border: none;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
}
.event-detail-sec li.common-btn.light-bg ul li.common-btn.light-bg:hover {
  background: var(--blue-color);
  color: #fff;
}
.event-detail-sec li.common-btn.light-bg:hover {
  background: none;
  color: var(--blue-color);
}
.event-detail-sec li.common-btn.light-bg:hover ul {
  display: block;
}
.event-detail-sec li.common-btn.light-bg.not-require {
  display: none;
}
.event-detail-sec .inner-content {
  position: relative;
  background: var(--white-color);
  border-radius: 12px;
  box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
}
.event-detail-sec .inner-content .event-detail {
  padding: 24px 30px;
  column-gap: 20px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}
.event-detail-sec .inner-content .event-detail .event-name {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--dark-grey);
  max-width: 80%;
}
.event-detail-sec .inner-content .event-detail .event-name span {
  display: block;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--lightblue-color);
  margin-bottom: 10px;
}
.event-detail-sec .inner-content .event-detail .event-type {
  padding: 10px 32px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  color: var(--dark-grey);
  background: #f2f9ff;
  column-gap: 10px;
  border-radius: 4px;
}
.event-detail-sec .inner-content .event-timings {
  padding: 16px 30px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}
.event-detail-sec .inner-content .event-timings li {
  padding: 0px 60px;
  column-gap: 20px;
  border-right: 1px solid rgba(221, 221, 221, 0.5);
}
.event-detail-sec .inner-content .event-timings li:first-child {
  padding-left: 0px;
}
.event-detail-sec .inner-content .event-timings li:last-child {
  padding-right: 0px;
  border-right: 0px;
}
.event-detail-sec .inner-content .event-timings li .timing {
  font-weight: 600;
}
.event-detail-sec .inner-content .event-timings li .timing span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 5px;
}
.event-detail-sec .inner-content .btn-wrapper {
  padding: 30px;
  column-gap: 30px;
}
.event-detail-sec .inner-content .btn-wrapper .common-btn {
  display: inline-flex;
}
.event-detail-sec #apply-form .inner ul.common-from label {
  display: none;
}

.agenda-sec .inner-content {
  padding: 32px 40px;
  background: #f8fafb;
  border-radius: 12px;
  overflow: hidden;
}
.agenda-sec .common-heading {
  color: var(--blue-color);
}
.agenda-sec p {
  margin-bottom: 24px;
}
.agenda-sec ul {
  margin-bottom: 30px;
}
.agenda-sec ul li {
  padding-left: 22px;
  position: relative;
  color: var(--dark-grey);
  margin-bottom: 16px;
}
.agenda-sec ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #7c7c7c;
  top: 7px;
  left: 0px;
}
.agenda-sec .about-speaker {
  background: var(--white-color);
  padding: 32px 50px;
}
.agenda-sec .about-speaker .speaker-detail {
  width: 20%;
  padding-right: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid rgba(221, 221, 221, 0.5019607843);
}
.agenda-sec .about-speaker .speaker-detail .img-wrapper {
  position: relative;
  margin-bottom: 16px;
}
.agenda-sec .about-speaker .speaker-detail .img-wrapper .speaker-icon {
  position: absolute;
  bottom: 5px;
  right: 0px;
  width: 42px;
  height: 42px;
  background: var(--blue-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px;
}
.agenda-sec .about-speaker .speaker-detail .img-wrapper .speaker-icon img {
  filter: invert(0) brightness(100);
}
.agenda-sec .about-speaker .speaker-name {
  font-weight: 500;
  color: var(--dark-grey);
  margin-bottom: 15px;
}
.agenda-sec .about-speaker .speaker-name span {
  font-size: 14px;
  display: block;
  margin-top: 5px;
  opacity: 0.8;
}
.agenda-sec .about-speaker .social-icons {
  column-gap: 10px;
  margin-bottom: 20px;
}
.agenda-sec .about-speaker .social-icons img {
  width: 30px;
}
.agenda-sec .about-speaker .speaker {
  padding: 12px 26px;
  column-gap: 20px;
  background: #f2f9ff;
  border-radius: 6px;
  font-weight: 500;
  color: var(--dark-grey);
}
.agenda-sec .about-speaker .speaker-about {
  width: 80%;
  padding-left: 30px;
}
.agenda-sec .about-speaker .speaker-about .small-heading {
  color: var(--blue-color);
  font-size: 24px;
}

.follow-us-sec .inner-content {
  width: 80%;
  margin: auto;
  padding: 20px 30px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(205, 247, 37, 0.1) 0%, rgba(79, 213, 222, 0.1) 100%);
  column-gap: 60px;
}
.follow-us-sec .inner-content .social-icons {
  column-gap: 32px;
  margin-top: 30px;
}
.follow-us-sec .inner-content .social-icons li.no-require {
  display: none;
}
.follow-us-sec .inner-content .social-icons a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--dark-grey);
}
.follow-us-sec .inner-content .social-icons a img {
  margin-bottom: 10px;
}

.guarantee-runclass-sec {
  background: #fbfafa;
}
.guarantee-runclass-sec .top-filters .common-from {
  column-gap: 24px;
  justify-content: center;
}
.guarantee-runclass-sec .top-filters .common-from li {
  width: 15%;
}
.guarantee-runclass-sec .top-filters .common-from li.date-range {
  width: 45%;
}
.guarantee-runclass-sec .top-filters .common-from li.date-range input {
  width: 50%;
}
.guarantee-runclass-sec .top-filters .common-from li.checkboxs-btn {
  width: 50%;
  column-gap: 30px;
  justify-content: space-between;
}
.guarantee-runclass-sec .top-filters .common-from li.checkboxs-btn input {
  width: 24px;
  min-height: 50px;
}
.guarantee-runclass-sec .top-filters .common-from li.checkboxs-btn .checkbox-wrapper {
  column-gap: 30px;
}
.guarantee-runclass-sec .top-filters .common-from li.checkboxs-btn .checkbox {
  column-gap: 20px;
}
.guarantee-runclass-sec .top-filters .common-from li.checkboxs-btn label {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
.guarantee-runclass-sec .top-filters .common-from li.checkboxs-btn label img {
  display: inline-block;
  margin-right: 10px;
}
.guarantee-runclass-sec .top-filters .common-from li .common-btn {
  justify-content: center;
}
.guarantee-runclass-sec .items {
  background: var(--white-color);
}
.guarantee-runclass-sec .items .searchfilter {
  justify-content: space-between;
  padding: 16px 32px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.4);
}
.guarantee-runclass-sec .items .searchfilter .search-result {
  color: var(--lightblue-color);
}
.guarantee-runclass-sec .items .searchfilter .searchbox {
  position: relative;
}
.guarantee-runclass-sec .items .searchfilter .searchbox:before {
  content: "";
  position: absolute;
  background: url(/_next/static/media/icon-search.f26a8eca.png) left center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 20px;
}
.guarantee-runclass-sec .items .searchfilter input {
  background: #f8fafb;
  border: 1px solid #ebedee;
  border-radius: 2px;
  padding: 15px 20px 15px 48px;
  height: 50px;
  color: var(--dark-grey);
}
.guarantee-runclass-sec .items .item {
  padding: 24px 32px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.4);
  width: 100%;
}
.guarantee-runclass-sec .items .item:last-child {
  border-bottom: 0px;
}
.guarantee-runclass-sec .items .item .left-section {
  column-gap: 15px;
  background: url(/_next/static/media/icon-job-summary.f2cf457f.png) 0 0 no-repeat;
  background-size: 80px;
  padding-left: 95px;
}
.guarantee-runclass-sec .items .item .icon-wrapper {
  width: 70px;
  height: 70px;
  background: var(--blue-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.guarantee-runclass-sec .items .item .icon-wrapper img {
  max-width: 40px;
  max-height: 40px;
  mix-blend-mode: multiply;
}
.guarantee-runclass-sec .items .item .top-wrapper {
  column-gap: 50px;
  row-gap: 20px;
}
.guarantee-runclass-sec .items .item .top-wrapper .course-name {
  font-size: 20px;
  line-height: 1.65;
  color: var(--dark-grey);
  font-weight: 700;
  margin-bottom: 24px;
}
.guarantee-runclass-sec .items .item .top-wrapper .course-name span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 16px;
}
.guarantee-runclass-sec .items .item .top-wrapper .date-time-wraper {
  font-weight: 500;
  margin-bottom: 24px;
}
.guarantee-runclass-sec .items .item .top-wrapper .date-time-wraper span {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  opacity: 0.8;
}
.guarantee-runclass-sec .items .item .top-wrapper .date-time-wraper .date {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #dddddd;
}
.guarantee-runclass-sec .items .item .top-wrapper .qty-box {
  margin-bottom: 16px;
}
.guarantee-runclass-sec .items .item .top-wrapper .qty-box select {
  width: 100%;
  background: var(--white-color);
  border: 1px solid #ebedee !important;
  border-radius: 2px;
  padding: 15px 20px;
  height: 50px;
}
.guarantee-runclass-sec .items .item .top-wrapper .price {
  border: 1px solid #ebedee;
  border-radius: 2px;
  padding: 15px 20px;
  color: var(--dark-grey);
  min-width: 130px;
}
.guarantee-runclass-sec .items .item .top-wrapper .price span {
  color: var(--lightblue-color);
  font-weight: 600;
  letter-spacing: 0.5px;
}
.guarantee-runclass-sec .items .item .duration-detail-wrapper {
  column-gap: 10px;
  row-gap: 10px;
  margin-top: 15px;
}
.guarantee-runclass-sec .items .item .duration-detail-wrapper .duration {
  padding: 15px 16px;
  color: var(--dark-grey);
  border: 1px solid #ebedee;
  border-radius: 0px;
  min-width: 130px;
}
.guarantee-runclass-sec .items .item .duration-detail-wrapper .duration span {
  font-weight: 600;
  color: var(--lightblue-color);
  letter-spacing: 0.5px;
}
.guarantee-runclass-sec .items .item .right-section {
  padding-left: 50px;
  border-left: 1px solid #dddddd;
}
.guarantee-runclass-sec .items .item .right-section .btn-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 20px;
  height: 100%;
}
.guarantee-runclass-sec .items .item .right-section .btn-wrapper .common-btn.light-bg {
  justify-content: center;
}

.common-btn.light-bg {
  background: var(--white-color);
  border: 1px solid var(--blue-color);
  color: var(--blue-color);
  box-shadow: none;
}
.common-btn.light-bg:hover {
  background: var(--blue-color) !important;
  color: var(--white-color);
}

.generate-quota-banner {
  padding-bottom: 240px;
}

.generate-quota-form {
  /*margin-top: -210px;
    margin-bottom: 60px;*/
}
.generate-quota-form .common-from {
  padding: 36px;
  background: var(--white-color);
  border-radius: 10px;
  column-gap: 2%;
  box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
}
.generate-quota-form .common-from li {
  width: 49%;
}
.generate-quota-form .common-from .checkbox-wrapper {
  column-gap: 30px;
  margin-top: 0px;
  margin-bottom: 30px;
  row-gap: 15px;
}
.generate-quota-form .common-from .checkbox-wrapper .checkbox {
  flex-wrap: nowrap;
}
.generate-quota-form .common-from .checkbox-wrapper .checkbox input {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border-color: var(--blue-color);
  margin: 0px 10px 0px 0px;
}
.generate-quota-form .common-from .checkbox-wrapper .checkbox label {
  margin-bottom: 0px;
}
.generate-quota-form .common-from .checkbox-wrapper a {
  color: var(--lightblue-color);
}
.generate-quota-form .common-from .subtotal-box {
  background-color: #f8fafb;
  border-radius: 2px;
  padding: 32px;
  row-gap: 20px;
  display: flex;
  flex-direction: column;
}
.generate-quota-form .common-from .subtotal-box .total {
  font-size: 16px;
  line-height: 1;
  align-items: center;
  color: var(--dark-grey);
}
.generate-quota-form .common-from .subtotal-box .total span {
  font-size: 20px;
  font-weight: 600;
}
.generate-quota-form .common-from .subtotal-box .total:last-child {
  margin-top: 30px;
}
.generate-quota-form .common-from .subtotal-box .total:last-child span {
  color: var(--lightblue-color);
}
.generate-quota-form .common-from .btn-wrapper {
  column-gap: 30px;
}
.generate-quota-form .common-from .react-datepicker-wrapper {
  width: 1005;
}

.testimonial-sec .common-from {
  justify-content: center;
  column-gap: 30px;
}
.testimonial-sec .common-from li {
  width: 20%;
  margin: 0px;
}
.testimonial-sec .items {
  margin-top: 30px;
  column-gap: 2%;
  row-gap: 20px;
}
.testimonial-sec .items .item {
  width: 49%;
  position: relative;
}
.testimonial-sec .items .item > div {
  height: 100%;
  width: 100%;
  display: flex;
}
.testimonial-sec .items .item .img-box {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
}
.testimonial-sec .items .item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-sec .items .item .img-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
}
.testimonial-sec .items .item .img-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: url(/_next/static/media/testi-icon-video.d13773bc.svg) center center no-repeat;
}
.testimonial-sec .items .item .name {
  position: absolute;
  bottom: 24px;
  left: 32px;
  color: var(--white-color);
  font-size: 24px;
  font-weight: 700;
}
.testimonial-sec .items .item .name span {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 8px;
}

.testi-brands-sec {
  padding-top: 0px;
}
.testi-brands-sec .items {
  column-gap: 2%;
  row-gap: 20px;
}
.testi-brands-sec .items .item {
  width: 32%;
  background: var(--white-color);
  box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testi-brands-sec .items .item .inner-content {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testi-brands-sec .items .item .inner-content .img-wrapper {
  margin-bottom: 40px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testi-brands-sec .items .item .inner-content .img-wrapper img {
  max-height: 100px;
}
.testi-brands-sec .items .item .inner-content .text {
  padding-top: 60px;
  color: var(--lightblue-color);
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}
.testi-brands-sec .items .item .inner-content .text::before {
  content: "";
  position: absolute;
  background: url(/_next/static/media/testi-quote.4d3e8926.svg) top left no-repeat;
  width: 50px;
  height: 32px;
  top: 0;
  left: 0;
}
.testi-brands-sec .items .item .name {
  background: var(--lightblue-color);
  padding: 15px 20px 15px 80px;
  color: var(--white-color);
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.testi-brands-sec .items .item .name span {
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-top: 6px;
  line-height: 1.4;
}
.testi-brands-sec .items .item .name::before {
  content: "";
  position: absolute;
  background: url(/_next/static/media/testi-user.39cb5ac2.svg) center center no-repeat;
  background-size: contain;
  width: 46px;
  height: 46px;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.dark-bg {
  background: #f8fafb;
}

.blogListing-sec .common-from {
  justify-content: center;
  column-gap: 1.66%;
  margin-bottom: 50px;
  row-gap: 15px;
}
.blogListing-sec .common-from li {
  width: 15%;
  margin: 0px;
}
.blogListing-sec .common-from li.search-box {
  width: 30%;
}
.blogListing-sec .common-from li.search-box input {
  width: 100%;
  border-radius: 4px 0px 0px 4px;
}
.blogListing-sec .common-from li.search-box input.search {
  width: calc(100% - 60px);
}
.blogListing-sec .common-from li.search-box a.common-btn {
  width: 60px;
  padding: 10px;
  border-radius: 0px 4px 4px 0px;
  justify-content: center;
}
.blogListing-sec .common-from li.search-box a.common-btn img {
  max-width: 22px;
  filter: invert(1) brightness(100);
}
.blogListing-sec .common-from li.search-box a.common-btn:hover img {
  filter: none;
}
.blogListing-sec .user-img {
  max-width: 54px;
  height: auto;
}
.blogListing-sec .img-box {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.blogListing-sec .img-box .label {
  position: absolute;
  left: 0px;
  top: 6px;
  background: url(/_next/static/media/shape.95a56e3d.svg) top left no-repeat;
  width: 254px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  color: var(--white-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.blogListing-sec .img-box {
  max-height: 200px;
}
.blogListing-sec .img-box img {
  width: 100%;
}
.blogListing-sec .items {
  column-gap: 2%;
  row-gap: 20px;
}
.blogListing-sec .items.nodata::after {
  content: "!!SORRY No Blogs to show by this keyword or location please try with other keyword or location";
}
.blogListing-sec .items .item {
  width: 32%;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1019607843);
  transition: all linear 0.3s;
  position: relative;
  padding-bottom: 65px;
}
.blogListing-sec .items .item .content-box {
  padding: 20px;
}
.blogListing-sec .items .item .content-box .blog-title {
  color: var(--lightblue-color);
  margin-bottom: 15px;
  line-height: 1.5;
  font-weight: 500;
  opacity: 0.8;
}
.blogListing-sec .items .item .content-box .blog-title span {
  display: inline-block;
  padding: 0 15px 0 0;
  position: relative;
}
.blogListing-sec .items .item .content-box .blog-title span:after {
  position: absolute;
  content: "|";
  right: 2px;
  top: 0;
}
.blogListing-sec .items .item .content-box .blog-title span:last-of-type:after {
  display: none;
}
.blogListing-sec .items .item .content-box .blog-name {
  font-size: 18px;
  line-height: 1.5;
  color: var(--dark-grey);
  font-weight: 600;
  margin-bottom: 0;
}
.blogListing-sec .items .item .content-box .name-wrapper {
  column-gap: 15px;
  font-size: 14px;
  font-weight: 500;
  color: var(--lightblue-color);
  line-height: 14px;
  text-transform: capitalize;
  position: absolute;
  bottom: 20px;
}
.blogListing-sec .items .item .content-box .name-wrapper span {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 2px solid rgba(34, 34, 34, 0.8);
  opacity: 0.8;
  color: var(--dark-grey);
}
.blogListing-sec .items .item:hover {
  background: #f9f9f9;
}
.blogListing-sec .items.trending-blogs .react-multi-carousel-track {
  position: static;
  column-gap: 1%;
}
.blogListing-sec .items.trending-blogs .react-multi-carousel-list {
  position: static;
}
.blogListing-sec .items.trending-blogs .react-multi-carousel-list li {
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.101961);
  margin-bottom: 20px;
}
.blogListing-sec .items.trending-blogs .item {
  width: 100%;
  margin: 0 auto 15px;
  box-shadow: none !important;
  position: static !important;
}
.blogListing-sec .items.trending-blogs .item .blog-title {
  display: none;
}
.blogListing-sec .pagination {
  margin-bottom: 0px;
  margin-top: 50px;
}
.blogListing-sec .load-more-btn-container {
  text-align: center;
  margin: 20px 0;
}
.blogListing-sec .load-more-btn {
  padding: 10px 20px;
  background-color: var(--blue-color);
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}
.blogListing-sec .load-more-btn:hover {
  background-color: #005bb5;
}
.blogListing-sec .load-more-btn:disabled {
  background-color: #d3d3d3;
  cursor: not-allowed;
}

.slider-nav {
  position: relative;
  padding: 0 30px;
}
.slider-nav .react-multiple-carousel__arrow--left {
  left: -19px;
}
.slider-nav .react-multiple-carousel__arrow--right {
  right: -15px;
}

.blogDetail-sec .common-from {
  justify-content: center;
  column-gap: 1.66%;
  margin-bottom: 50px;
  row-gap: 15px;
}
.blogDetail-sec .common-from li {
  width: 15%;
  margin: 0px;
}
.blogDetail-sec .common-from li.search-box {
  width: 30%;
}
.blogDetail-sec .common-from li.search-box input {
  width: 100%;
  border-radius: 4px 0px 0px 4px;
}
.blogDetail-sec .common-from li.search-box input.search {
  width: calc(100% - 60px);
}
.blogDetail-sec .common-from li.search-box a.common-btn {
  width: 60px;
  padding: 10px;
  border-radius: 0px 4px 4px 0px;
  justify-content: center;
}
.blogDetail-sec .common-from li.search-box a.common-btn img {
  max-width: 22px;
  filter: invert(1) brightness(100);
}
.blogDetail-sec .common-from li.search-box a.common-btn:hover img {
  filter: none;
}
.blogDetail-sec h1 {
  font-size: 24px;
  line-height: 1.6;
}
.blogDetail-sec h2 {
  font-size: 20px;
  line-height: 1.6;
}
.blogDetail-sec h3 {
  font-size: 18px;
  line-height: 1.6;
}
.blogDetail-sec .inner-content {
  column-gap: 2%;
}
.blogDetail-sec .left-section {
  width: 69%;
}
.blogDetail-sec .right-section {
  width: 29%;
}
.blogDetail-sec .user-img {
  max-width: 54px;
  height: auto;
}
.blogDetail-sec .img-box {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.blogDetail-sec .img-box .label {
  position: absolute;
  left: 0px;
  top: 6px;
  background: url(/_next/static/media/shape.95a56e3d.svg) top left no-repeat;
  width: 254px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  color: var(--white-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.blogDetail-sec .img-box img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blogDetail-sec .shareLinks {
  border-top: 0;
  margin-top: 0;
}
.blogDetail-sec .content-box {
  padding: 20px;
}
.blogDetail-sec .content-box .blog-title {
  color: var(--lightblue-color);
  margin-bottom: 15px;
  line-height: 1.5;
  font-weight: 500;
  opacity: 0.8;
}
.blogDetail-sec .content-box .blog-title span {
  display: inline-block;
  padding: 0 15px 0 0;
  position: relative;
}
.blogDetail-sec .content-box .blog-title span:after {
  position: absolute;
  content: "|";
  right: 2px;
  top: 0;
}
.blogDetail-sec .content-box .blog-title span:last-of-type:after {
  display: none;
}
.blogDetail-sec .content-box .blog-name {
  font-size: 18px;
  line-height: 1.5;
  color: var(--dark-grey);
  font-weight: 600;
  margin-bottom: 0;
}
.blogDetail-sec .content-box .name-wrapper {
  column-gap: 15px;
  font-size: 14px;
  font-weight: 500;
  color: var(--lightblue-color);
  line-height: 14px;
  text-transform: capitalize;
  position: absolute;
  bottom: 20px;
}
.blogDetail-sec .content-box .name-wrapper span {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 2px solid rgba(34, 34, 34, 0.8);
  opacity: 0.8;
  color: var(--dark-grey);
}
.blogDetail-sec .content-box {
  padding: 20px 0px;
}
.blogDetail-sec .content-box .common-heading {
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
}
.blogDetail-sec .content-box .desc {
  margin-bottom: 20px;
}
.blogDetail-sec .content-box .blog-title {
  margin-bottom: 50px;
}
.blogDetail-sec .content-box .btn-wrapper {
  border-top: 1px solid rgba(155, 196, 130, 0.11);
  margin-top: 16px;
}
.blogDetail-sec .detail-wrapper {
  margin-bottom: 15px;
}
.blogDetail-sec .detail-wrapper strong,
.blogDetail-sec .detail-wrapper b {
  font-weight: 600;
  line-height: 1.5;
}
.blogDetail-sec .detail-wrapper ol {
  margin: 15px 0 0 25px;
  padding: 0;
}
.blogDetail-sec .detail-wrapper ol li {
  list-style: number;
  padding-left: 5px;
  margin-top: 10px;
}
.blogDetail-sec .detail-wrapper ul {
  margin: 15px 0 0 25px;
  padding: 0;
}
.blogDetail-sec .detail-wrapper ul li {
  list-style: disc;
  padding-left: 5px;
  margin-top: 10px;
}
.blogDetail-sec .detail-wrapper a {
  color: var(--blue-color);
  text-decoration: underline;
}
.blogDetail-sec .detail-wrapper a.common-btn {
  color: var(--white-color);
  text-decoration: none;
}
.blogDetail-sec .detail-wrapper a.common-btn:hover {
  color: var(--blue-color);
}
.blogDetail-sec .detail-wrapper figure {
  padding: 0;
  margin: 0;
}
.blogDetail-sec .detail-wrapper table {
  border: solid 1px;
  margin-top: 10px;
  border-collapse: collapse;
}
.blogDetail-sec .detail-wrapper table td {
  border: solid 1px #ccc;
  padding: 10px;
}
.blogDetail-sec .quote-wrapper {
  position: relative;
  padding-top: 50px;
}
.blogDetail-sec .quote-wrapper::before {
  content: "";
  position: absolute;
  background: url(/_next/static/media/quote.c2e129e2.svg) top left no-repeat;
  width: 74px;
  height: 48px;
  top: 0px;
  left: 0px;
}
.blogDetail-sec .quote-wrapper p {
  font-size: 30px;
  line-height: 1.5;
  color: var(--lightblue-color);
  margin-bottom: 50px;
}
.blogDetail-sec .name-wrapper {
  column-gap: 15px;
  font-size: 14px;
  font-weight: 500;
  color: var(--lightblue-color);
  line-height: 14px;
  text-transform: capitalize;
  position: absolute;
  bottom: 20px;
}
.blogDetail-sec .name-wrapper span {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 2px solid rgba(34, 34, 34, 0.8);
  opacity: 0.8;
  color: var(--dark-grey);
}
.blogDetail-sec .name-wrapper {
  position: relative;
}
.blogDetail-sec .name-wrapper .name {
  width: calc(100% - 90px);
}
.blogDetail-sec .name-wrapper .name .description {
  color: var(--dark-grey);
}
.blogDetail-sec .table-of-content {
  margin-bottom: 30px;
}
.blogDetail-sec .table-of-content.forMobile {
  display: none;
}
.blogDetail-sec .table-of-content .content-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 15px;
  background: var(--white-color);
  border-radius: 8px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1019607843);
}
.blogDetail-sec .table-of-content a {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  padding-left: 15px;
  position: relative;
}
.blogDetail-sec .table-of-content a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  background: var(--lightblue-color);
  border-radius: 50%;
}
.blogDetail-sec .table-of-content a:hover {
  color: var(--lightblue-color);
}
.blogDetail-sec .right-section .heading {
  font-size: 20px;
  line-height: 1.5;
  color: var(--blue-color);
  font-weight: 600;
  margin-bottom: 10px;
}
.blogDetail-sec .right-section .whitepaper-item {
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 8px;
  padding: 10px;
  margin: 10px 0px;
}
.blogDetail-sec .right-section .whitepaper-item img {
  border-radius: 8px;
}
.blogDetail-sec .right-section .whitepaper-item .inner-content {
  padding: 8px;
}
.blogDetail-sec .right-section .whitepaper-item .inner-content .heading {
  font-size: 18px;
  line-height: 1.5;
  color: var(--dark-grey);
  font-weight: 600;
  margin-bottom: 0;
}
.blogDetail-sec .right-section .whitepaper-item .inner-content .button-wrapper {
  margin-top: 10px;
}
.blogDetail-sec .right-section .related-blogs {
  margin-bottom: 30px;
}
.blogDetail-sec .right-section .related-blogs .item {
  align-items: center;
  margin-bottom: 15px;
  background: var(--white-color);
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1019607843);
}
.blogDetail-sec .right-section .related-blogs .item:hover .blog-title {
  color: var(--lightblue-color);
}
.blogDetail-sec .right-section .related-blogs .img-wrapper {
  width: 25%;
}
.blogDetail-sec .right-section .related-blogs .blog-title {
  width: 75%;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--dark-grey);
  margin-bottom: 0px;
  padding: 10px;
}

.mb-50 {
  margin-bottom: 50px;
}

.all-investors-sec .non-active {
  display: none;
}

.tabs {
  column-gap: 15px;
  row-gap: 15px;
}
.tabs li {
  color: var(--dark-grey);
  border: 1px solid var(--light-grey-color);
  border-radius: 40px;
  cursor: pointer;
}
.tabs li:hover, .tabs li.active {
  background: linear-gradient(89.87deg, #a0c882 0.09%, #004983 99.86%);
  border-color: var(--white-color);
  color: var(--white-color);
}
.tabs li a {
  padding: 16px 20px;
  display: block;
}

.investor-relation-section .tab-content .common-heading {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.investor-relation-section .tab-content.director-listing .items {
  column-gap: 1.5%;
  row-gap: 20px;
  justify-content: center;
}
.investor-relation-section .tab-content.director-listing .items .item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.1490196078);
}
.investor-relation-section .tab-content.director-listing .item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.31%, #000000 100%);
}
.investor-relation-section .tab-content.director-listing .content-box {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 20px;
}
.investor-relation-section .tab-content.director-listing .name {
  font-size: 30px;
  color: var(--white-color);
  line-height: 1.5;
}
.investor-relation-section .tab-content.director-listing .name span {
  display: block;
  font-size: 18px;
}
.investor-relation-section .tab-content.director-listing .social-icons {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--white-color);
  column-gap: 15px;
  row-gap: 15px;
}
.investor-relation-section .tab-content.director-listing .social-icons .link {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: var(--lightblue-color);
  font-weight: 500;
}
.investor-relation-section .tab-content.director-listing .social-icons .link .icon {
  width: 32px;
  height: 32px;
  position: relative;
  border: 1px solid var(--lightblue-color);
  border-radius: 50%;
  margin-right: 12px;
}
.investor-relation-section .tab-content.director-listing .social-icons .link .icon.icon-call {
  background: url(/_next/static/media/icon-call.aaabd5f3.svg) center center no-repeat;
}
.investor-relation-section .tab-content.director-listing .social-icons .link .icon.icon-mail {
  background: url(/_next/static/media/icon-mail.d49c9287.svg) center center no-repeat;
}
.investor-relation-section .tab-content.director-listing .social-icons .link .icon.icon-linkedin {
  background: url(/_next/static/media/icon-link-light.1a612505.svg) center center no-repeat;
}
.investor-relation-section .tab-content.director-listing .social-icons .link .icon.icon-twitter {
  background: url(/_next/static/media/icon-tw-light.25d5df05.svg) center center no-repeat;
}
.investor-relation-section .tab-content.director-listing .social-icons .link {
  margin-bottom: 0px;
}
.investor-relation-section .tab-content.director-listing .social-icons .link .icon {
  margin-right: 0px;
  width: 44px;
  height: 44px;
  border-color: #fff;
}
.investor-relation-section .tab-content.download-section .inner-content {
  padding: 40px 20px 0px 20px;
  box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.1490196078);
  margin-bottom: 30px;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.investor-relation-section .tab-content.download-section img {
  margin-bottom: 40px;
}
.investor-relation-section .tab-content.download-section .download-btn .download-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  position: relative;
  filter: invert(0) brightness(100);
}
.investor-relation-section .tab-content.download-section .download-btn .download-icon::before {
  content: "";
  position: absolute;
  background: url(/_next/static/media/download.15f83562.svg) center center no-repeat;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
}
.investor-relation-section .tab-content.download-section .download-btn:hover .download-icon {
  filter: none;
}
.investor-relation-section .tab-content.download-section .download-btn {
  margin-bottom: -30px;
}
.investor-relation-section .tab-content.subs-company-section .items {
  column-gap: 1%;
  row-gap: 30px;
}
.investor-relation-section .tab-content.subs-company-section .item {
  width: 49%;
}
.investor-relation-section .tab-content.subs-company-section .img-box {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 15px;
}
.investor-relation-section .tab-content.subs-company-section .content-box {
  column-gap: 20px;
}
.investor-relation-section .tab-content.subs-company-section .flag {
  padding: 8px;
  border: 1px solid var(--dark-grey);
  border-radius: 50%;
}
.investor-relation-section .tab-content.subs-company-section .flag img {
  border-radius: 50%;
  overflow: hidden;
  width: 41px;
  height: 41px;
}
.investor-relation-section .tab-content.subs-company-section .company {
  font-size: 24px;
  color: var(--dark-grey);
  line-height: 1.2;
  font-weight: 500;
}
.investor-relation-section .tab-content.subs-company-section .company span {
  display: block;
  margin-top: 3px;
  font-size: 16px;
  font-weight: 400;
}
.investor-relation-section .tab-content.boardMeating-section .items {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.investor-relation-section .tab-content.boardMeating-section .item {
  width: 100%;
  border: 1px solid #e3e3e3;
  box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.1490196078);
}
.investor-relation-section .tab-content.boardMeating-section .top-heading {
  background: var(--green-color);
  color: var(--white-color);
  width: 100%;
  padding: 14px 30px;
  font-size: 18px;
  font-weight: 700;
}
.investor-relation-section .tab-content.boardMeating-section li {
  padding: 15px 30px;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
  row-gap: 10px;
}
.investor-relation-section .tab-content.boardMeating-section li:nth-child(even) {
  background: #f8fafb;
}
.investor-relation-section .tab-content.boardMeating-section li .name {
  color: var(--dark-grey);
  line-height: 1.2;
}
.investor-relation-section .tab-content.boardMeating-section li .download {
  color: var(--lightblue-color);
  display: inline-flex;
  align-items: center;
}
.investor-relation-section .tab-content.boardMeating-section li .download i {
  position: relative;
  width: 24px;
  height: 24px;
  padding-left: 34px;
  background: url(/_next/static/media/download-pdf.ddc106b3.svg) left center no-repeat;
  background-size: 24px;
  display: inline-block;
}
.investor-relation-section .tab-content.annual-return-section .items {
  column-gap: 1.5%;
  row-gap: 20px;
  justify-content: center;
}
.investor-relation-section .tab-content.annual-return-section .items .item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.1490196078);
}
.investor-relation-section .tab-content.annual-return-section .content-box {
  padding: 30px 36px;
  height: calc(100% - 66px);
}
.investor-relation-section .tab-content.annual-return-section .heading {
  position: relative;
  padding-top: 80px;
  font-size: 20px;
  font-weight: 500;
  color: var(--dark-grey);
}
.investor-relation-section .tab-content.annual-return-section .heading::before {
  content: "";
  position: absolute;
  background: url(/_next/static/media/icon-report.a72394ed.svg) top left no-repeat;
  width: 60px;
  height: 60px;
  top: 0px;
  left: 0px;
}
.investor-relation-section .tab-content.annual-return-section .heading.disclouser::before {
  background: url(/_next/static/media/icon-disclouser.f7543e52.svg) top left no-repeat;
}
.investor-relation-section .tab-content.annual-return-section .heading.prospectus::before {
  background: url(/_next/static/media/icon-prospectus.ca33833a.svg) top left no-repeat;
}
.investor-relation-section .tab-content.annual-return-section .download-btn .download-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  position: relative;
  filter: invert(0) brightness(100);
}
.investor-relation-section .tab-content.annual-return-section .download-btn .download-icon::before {
  content: "";
  position: absolute;
  background: url(/_next/static/media/download.15f83562.svg) center center no-repeat;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
}
.investor-relation-section .tab-content.annual-return-section .download-btn:hover .download-icon {
  filter: none;
}
.investor-relation-section .tab-content.annual-return-section .download-btn {
  margin-bottom: 0px;
  border-radius: 0px;
}
.investor-relation-section .tab-content.investor-contact-section .items {
  column-gap: 1.5%;
  row-gap: 20px;
  justify-content: center;
}
.investor-relation-section .tab-content.investor-contact-section .items .item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.1490196078);
}
.investor-relation-section .tab-content.investor-contact-section .item.investor-content {
  padding: 20px;
}
.investor-relation-section .tab-content.investor-contact-section .item.investor-content .logoitem {
  padding-right: 100px;
  position: relative;
}
.investor-relation-section .tab-content.investor-contact-section .item.investor-content .logoitem:before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(/_next/static/media/logoitem.75858f27.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}
.investor-relation-section .tab-content.investor-contact-section .content-box {
  padding: 24px;
}
.investor-relation-section .tab-content.investor-contact-section .name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.investor-relation-section .tab-content.investor-contact-section .link {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: var(--lightblue-color);
  font-weight: 500;
}
.investor-relation-section .tab-content.investor-contact-section .link .icon {
  width: 32px;
  height: 32px;
  position: relative;
  border: 1px solid var(--lightblue-color);
  border-radius: 50%;
  margin-right: 12px;
}
.investor-relation-section .tab-content.investor-contact-section .link .icon.icon-call {
  background: url(/_next/static/media/icon-call.aaabd5f3.svg) center center no-repeat;
}
.investor-relation-section .tab-content.investor-contact-section .link .icon.icon-mail {
  background: url(/_next/static/media/icon-mail.d49c9287.svg) center center no-repeat;
}
.investor-relation-section .tab-content.investor-contact-section .link .icon.icon-linkedin {
  background: url(/_next/static/media/icon-link-light.1a612505.svg) center center no-repeat;
}
.investor-relation-section .tab-content.investor-contact-section .link .icon.icon-twitter {
  background: url(/_next/static/media/icon-tw-light.25d5df05.svg) center center no-repeat;
}
.investor-relation-section .tab-content.investor-contact-section .link:last-child {
  margin-bottom: 0px;
}
.investor-relation-section .tab-content .table-wrap {
  display: flex;
  overflow-x: auto;
  width: 100%;
  margin-top: 1rem;
}
.investor-relation-section .tab-content.reports-section .items {
  column-gap: 1.5%;
  row-gap: 20px;
  justify-content: center;
}
.investor-relation-section .tab-content.reports-section .items .item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.1490196078);
}
.investor-relation-section .tab-content.reports-section .items.mt-20 {
  margin-top: 20px;
}
.investor-relation-section .tab-content.reports-section .items .item.audio {
  flex-wrap: wrap;
  box-shadow: none;
  text-align: center;
}
.investor-relation-section .tab-content.reports-section .items .item.audio .content-box {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color: var(--dark-grey);
  margin-bottom: 10px;
}
.investor-relation-section .tab-content.reports-section .items .item.audio audio {
  width: 100%;
}
.investor-relation-section .tab-content.reports-section .download-btn .download-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  position: relative;
  filter: invert(0) brightness(100);
}
.investor-relation-section .tab-content.reports-section .download-btn .download-icon::before {
  content: "";
  position: absolute;
  background: url(/_next/static/media/download.15f83562.svg) center center no-repeat;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
}
.investor-relation-section .tab-content.reports-section .download-btn:hover .download-icon {
  filter: none;
}
.investor-relation-section .tab-content.reports-section .download-btn {
  padding: 30px 25px;
  border-radius: 0px;
}
.investor-relation-section .tab-content.reports-section .download-btn .download-icon {
  margin-right: 0px;
}
.investor-relation-section .tab-content.reports-section .item {
  display: flex;
  justify-content: space-between;
}
.investor-relation-section .tab-content.reports-section .left-section {
  display: flex;
  align-items: center;
  padding: 10px;
  column-gap: 15px;
}
.investor-relation-section .tab-content.reports-section .img-box {
  background: #e6f2fc;
  padding: 10px 15px;
  border-radius: 4px;
}
.investor-relation-section .tab-content.reports-section .name {
  color: var(--lightblue-color);
  font-size: 18px;
  font-weight: 500;
}
.investor-relation-section .tab-content.reports-section .name span {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  color: var(--dark-grey);
  opacity: 0.8;
}
.investor-relation-section .tab-content .items {
  column-gap: 1.5%;
  row-gap: 20px;
  justify-content: center;
}
.investor-relation-section .tab-content .items .item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.1490196078);
}
.investor-relation-section .tab-content .items .executive-leadership {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.investor-relation-section .tab-content .items .executive-leadership .img-box {
  padding: 10px 15px;
  border-radius: 4px;
  border-radius: 50%;
  box-shadow: #004983;
}
.investor-relation-section .tab-content .items .executive-leadership .details-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}
.investor-relation-section .tab-content .items .executive-leadership .details-wrapper h4 {
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--blue-color);
}
.investor-relation-section .tab-content .items .executive-leadership .details-wrapper .p-2 {
  padding: 10px;
}
.investor-relation-section .tab-content .items .executive-leadership .details-wrapper .designation {
  font-size: 1rem;
  font-weight: 600;
}
.investor-relation-section .tab-content .items .executive-leadership .details-wrapper .comapny-name {
  font-size: 0.75rem;
  font-weight: 400;
}
.investor-relation-section .tab-content .items .executive-leadership .details-wrapper .linkedIn-icon {
  padding: 0px 10px;
}
.investor-relation-section .tab-content .items.three-col {
  column-gap: 5.5%;
}
.investor-relation-section.two-col {
  display: flex;
  column-gap: 2%;
}
.investor-relation-section.two-col .video-wrapper {
  width: 48%;
}
.investor-relation-section.two-col .video-wrapper video {
  max-width: 100%;
}

.news-events-section {
  background: linear-gradient(152.57deg, rgba(155, 196, 130, 0.11) 19.45%, rgba(9, 80, 131, 0.19) 86.62%);
}
.news-events-section .common-heading {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
.news-events-section .inner-content {
  column-gap: 2%;
  row-gap: 20px;
}
.news-events-section .left-section {
  width: 14%;
}
.news-events-section .left-section ul {
  flex-direction: column;
  row-gap: 10px;
}
.news-events-section .left-section ul li {
  padding-left: 10px;
  border-left: 2px solid transparent;
  color: var(--light-grey-color);
  font-weight: 500;
  cursor: pointer;
}
.news-events-section .left-section ul li.active {
  color: var(--lightblue-color);
  border-color: var(--lightblue-color);
}
.news-events-section .right-section {
  width: 84%;
}
.news-events-section .right-section .non-active {
  display: none;
}
.news-events-section .right-section .items {
  column-gap: 2%;
  row-gap: 20px;
  justify-content: center;
}
.news-events-section .right-section .item {
  width: 32%;
  background: var(--white-color);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.1490196078);
}
.news-events-section .right-section .item .img-box {
  position: relative;
}
.news-events-section .right-section .item .img-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #ffffff 100%);
}
.news-events-section .right-section .item .content-box {
  padding: 24px;
  text-align: center;
}
.news-events-section .right-section .item .content-box .short-title {
  font-weight: 500;
  color: var(--light-grey-color);
  margin-bottom: 30px;
}
.news-events-section .right-section .item .content-box .name {
  line-height: 1.5;
  font-weight: 500;
  color: var(--dark-grey);
  margin-bottom: 50px;
}
.news-events-section .right-section .item .content-box .date {
  color: var(--dark-grey);
}

.textual-pages li {
  padding: 30px 0;
  border-bottom: solid 1px #ccc;
}
.textual-pages li:first-of-type {
  padding-top: 0;
}
.textual-pages li:last-of-type {
  border: none;
  padding-bottom: 0;
}
.textual-pages li ul.pointers {
  margin-top: 24px;
}
.textual-pages li ul.pointers li {
  padding-bottom: 0px;
  border-bottom: 0px;
  padding-top: 0px;
}
.textual-pages .title {
  font-size: 24px;
  line-height: 20px;
}
.textual-pages .refund-policy {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 50px;
}
.textual-pages .refund-policy li {
  display: inline-block;
  padding: 20px;
  border: solid 1px #ccc;
  margin-right: 10px;
  cursor: pointer;
  background: #fff;
  transition: all linear 0.3s;
}
.textual-pages .refund-policy li.active {
  background: linear-gradient(89.87deg, #a0c882 0.09%, #004983 99.86%);
  color: #fff;
}
.textual-pages .refund-policy .full-data {
  margin-top: 30px;
}
.textual-pages .refund-policy .full-data .inner {
  display: none;
}
.textual-pages .refund-policy .full-data .inner .title {
  margin-bottom: 20px;
}
.textual-pages .refund-policy .full-data .inner li {
  border: none;
  cursor: default;
  background: url(/_next/static/media/icon-done.6ab884d6.png) no-repeat 0 17px;
  padding: 15px 0 10px 40px;
}
.textual-pages .refund-policy .full-data .inner.active {
  display: block;
}

.thankuPg .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.thankuPg img {
  margin-bottom: 40px;
}

body.popup-added {
  overflow: hidden;
}

@media screen and (max-width: 1399px) {
  header.header .logo {
    padding: 10px 0;
  }
  .title {
    font-size: 44px;
    line-height: 44px;
  }
  .home-banner .banner-text {
    bottom: auto;
    top: 58%;
    transform: translateY(-50%);
  }
  .home-banner .banner-text .heading {
    font-size: 34px;
  }
  .home-banner .banner-text .description p {
    font-size: 22px;
    line-height: 28px;
  }
  .home-banner .banner-text .description {
    margin: 15px 0;
  }
  .service-list .right {
    width: 55%;
    margin: 70px 0;
    padding: 60px 10px 75px 60px;
  }
  .service-list .right:after {
    width: 501vh;
  }
  .service-list:nth-of-type(even) .right {
    padding: 60px 60px 75px 10px;
  }
  .whats-new-sec ul li .title {
    font-size: 34px;
    line-height: 34px;
  }
  p {
    line-height: 24px;
  }
  .home-banner .our-usps {
    padding-left: 95px;
  }
  .home-banner .our-usps::before {
    left: 0;
  }
  .home-banner .our-usps .react-multi-carousel-dot-list {
    left: -95px;
  }
}
@media screen and (max-width: 1199px) {
  .inner-container {
    padding: 0px 30px;
  }
  header.header .bottom > ul {
    column-gap: 15px;
  }
  .home-banner .banner-text .heading {
    font-size: 40px;
    line-height: 40px;
  }
  .home-banner .banner-text .description {
    margin-bottom: 0px;
  }
  .home-banner .banner-text .description p {
    line-height: 1.6;
  }
  .home-banner .our-usps {
    max-width: 1020px;
  }
  .home-banner .our-usps .item {
    width: 95%;
  }
  .home-banner.digilearnMainBanner .banner-text .heading {
    font-size: 32px;
    line-height: 1.33;
  }
  .links {
    margin-top: 15px;
  }
  .service-list .right {
    margin: 80px 0;
    padding: 60px 0 65px 60px;
    z-index: 0;
  }
  .service-list .right:after {
    z-index: -1;
  }
  .service-list .right .description {
    margin: 15px 0px;
  }
  .service-list:nth-of-type(even) .right {
    padding: 60px 60px 65px 0px;
  }
  .whats-new-sec ul li .detail {
    bottom: 15px;
    width: calc(100% - 30px);
  }
  .whats-new-sec ul li .detail p {
    font-size: 14px;
  }
  .partner-sec .partner-slider li {
    padding: 0 20px;
  }
  .certificates-sec .inner-content .left-section .items li {
    padding: 24px 15px;
    flex-direction: column;
    row-gap: 10px;
  }
  .certificates-sec .inner-content .left-section .items li img {
    margin-right: 0px;
  }
  .certificates-sec .inner-content .left-section .certificate-heading {
    padding: 24px 15px;
    text-align: center;
  }
  .journey-sec .inner-content {
    width: 85%;
  }
  .reason-to-chooose-sec .items li {
    width: 184px;
    height: 184px;
  }
  .reason-to-chooose-sec .items li .content-box .icon {
    margin-bottom: 10px;
  }
  .team-management-sec .inner-content .item {
    padding: 10px 20px 20px;
  }
  .team-management-sec .inner-content .item .teamImg {
    margin-right: 26px;
  }
  .team-management-sec .inner-content .item .teamName {
    font-size: 22px;
  }
  .team-management-sec .inner-content .item .teamName span {
    font-size: 14px;
  }
  .awards-sec .inner-content .items::before {
    background-position: center center;
    bottom: 0;
    top: 70px;
    display: none;
  }
  .awards-sec .inner-content .items .item {
    width: 49% !important;
    padding: 0 !important;
  }
  .event-detail-sec .inner-content .event-timings li {
    padding: 0px 20px;
    column-gap: 10px;
  }
  .event-detail-sec .inner-content .event-timings li .timing {
    font-size: 14px;
  }
  .event-detail-sec .inner-content .event-detail {
    row-gap: 20px;
  }
  .event-detail-sec .inner-content .event-detail .event-name {
    font-size: 24px;
  }
  .event-detail-sec .inner-content .event-detail .event-name span {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .event-detail-sec .inner-content .event-detail .event-type {
    padding: 10px 24px;
  }
  .agenda-sec .about-speaker {
    padding: 30px 15px 15px;
  }
  .agenda-sec .about-speaker .speaker-detail {
    width: 35%;
  }
  .agenda-sec .about-speaker .speaker-about {
    width: 65%;
  }
  .follow-us-sec .inner-content {
    width: 100%;
  }
  .delivery-options-sec .items li {
    padding: 10px;
    font-size: 16px;
  }
  .group-training-sec .inner-content .group-heading {
    font-size: 50px;
  }
  .tabs {
    row-gap: 10px;
    column-gap: 10px;
  }
  .tabs li {
    font-size: 14px;
    padding: 10px 15px;
  }
  .investor-relation-section .tab-content.director-listing .item .name {
    font-size: 22px;
  }
  .investor-relation-section .tab-content.director-listing .item .name span {
    font-size: 14px;
  }
  .news-events-section .left-section {
    width: 19%;
  }
  .news-events-section .right-section {
    width: 79%;
  }
  .career-post-sec .heading {
    font-size: 20px;
    min-height: auto;
    line-height: 28px;
  }
  .send-resume-sec .inner .left {
    width: 30%;
    margin-left: 0;
  }
  .send-resume-sec .inner .right {
    width: 65%;
    padding-left: 0;
  }
  .contact-top-sec .left,
  .contact-top-sec .right {
    width: 48%;
  }
  .megaMenu.light-theme .bottom ul li a,
  .megaMenu.light-theme .top ul li a {
    color: var(--lightblue-color);
  }
  .blogDetail-sec .left-section {
    width: 59%;
  }
  .blogDetail-sec .right-section {
    width: 39%;
  }
}
@media screen and (max-width: 1023px) {
  header.header .toggle-icon,
  header.header .close-icon {
    display: inline-flex;
    width: 40px;
    height: 40px;
    padding: 10px;
    background: var(--blue-color);
    border-radius: 4px;
  }
  header.header .toggle-icon img,
  header.header .close-icon img {
    filter: invert(1) brightness(100);
  }
  header.header .logo {
    max-width: 150px;
  }
  header.header .logo a {
    padding: 0px;
  }
  header.header .logo img {
    max-width: 70px;
  }
  header.header .nav-sec {
    position: fixed;
    width: 300px;
    height: 100vh;
    overflow-y: scroll;
    right: -300px;
    top: 0px;
    bottom: 0px;
    background: var(--white-color);
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    transition: all 0.6s ease-in-out;
  }
  header.header .nav-sec.active {
    right: 0;
  }
  header.header .nav-sec .close-icon {
    order: 1;
    margin: 10px;
  }
  header.header .nav-sec .bottom {
    order: 2;
  }
  header.header .nav-sec .top {
    order: 3;
  }
  header.header .nav-sec a,
  header.header .nav-sec .mLink {
    padding: 15px 10px;
    color: var(--lightblue-color);
  }
  header.header .nav-sec ul {
    flex-direction: column;
  }
  header.header .nav-sec ul li {
    border-bottom: 1px solid rgba(34, 34, 34, 0.15);
    width: 100%;
  }
  header.header .nav-sec ul li.locatio-dropdown {
    margin-bottom: 50px;
  }
  header.header .nav-sec ul li.locatio-dropdown .country {
    display: none;
  }
  header.header .nav-sec ul li.locatio-dropdown .inner-items {
    position: static;
    width: 100%;
    box-shadow: none;
    opacity: 1;
    height: 100%;
  }
  header.header .nav-sec ul li.locatio-dropdown .inner-items .country-name {
    padding: 15px 0px;
  }
  header.header .nav-sec ul li.locatio-dropdown .inner-items .country-name.active {
    font-weight: 600;
  }
  header.header span.arrow-btn {
    display: block !important;
  }
  header.header li.dropdown-menu {
    padding-right: 0;
  }
  header.header li ul.dropdown {
    position: relative;
    width: 100%;
    padding: 0 0;
    display: none;
    transition: all linear 0.5s;
    animation: none;
  }
  header.header li ul.dropdown li a {
    padding: 15px 10px !important;
  }
  header.header li ul.dropdown li:last-of-type a {
    border: none;
  }
  header.header li:hover ul.dropdown {
    display: none;
  }
  header.header li.dropdown-menus > a::after, header.header li.dropdown-menus > .mLink::after {
    display: none;
  }
  header.header li.dropdown-menus > .mLink {
    color: var(--blue-color);
  }
  header.megaMenu .toggle-icon,
  header.megaMenu .close-icon {
    display: inline-flex;
    width: 40px;
    height: 40px;
    padding: 10px;
    background: var(--blue-color);
    border-radius: 4px;
  }
  header.megaMenu .toggle-icon img,
  header.megaMenu .close-icon img {
    filter: invert(1) brightness(100);
  }
  header.megaMenu.small .logo a {
    padding: 0px;
  }
  header.megaMenu.small .logo img {
    max-width: 70px;
  }
  header.megaMenu .bottom {
    margin-top: 10px;
  }
  header.megaMenu .bottom ul li.btnclick a {
    padding: 15px 30px 15px 15px !important;
    border-radius: 0;
    color: var(--lightblue-color) !important;
    background: transparent !important;
    text-transform: none;
  }
  header.megaMenu .nav-sec {
    position: fixed;
    width: 300px;
    height: 100vh;
    overflow-y: scroll;
    right: -300px;
    top: 0px;
    bottom: 0px;
    background: var(--white-color);
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    transition: all 0.6s ease-in-out;
  }
  header.megaMenu .nav-sec.active {
    right: 0;
  }
  header.megaMenu .nav-sec .close-icon {
    order: 1;
    margin: 10px;
  }
  header.megaMenu .nav-sec .bottom {
    order: 2;
  }
  header.megaMenu .nav-sec .bottom .cartWrapper {
    display: none;
  }
  header.megaMenu .nav-sec .top {
    order: 3;
  }
  header.megaMenu .nav-sec .top ul {
    justify-content: flex-start;
    padding: 0px 15px;
  }
  header.megaMenu .nav-sec .top ul a {
    padding-right: 15px;
    color: var(--lightblue-color);
    filter: none;
  }
  header.megaMenu .nav-sec .top ul a.country {
    padding-right: 40px;
  }
  header.megaMenu .nav-sec a {
    padding: 15px 30px 15px 15px;
    color: var(--lightblue-color);
  }
  header.megaMenu .nav-sec a::after {
    right: 10px;
  }
  header.megaMenu .nav-sec .navigation {
    flex-direction: column;
    width: 100%;
  }
  header.megaMenu .dropdown:hover .dropdown-menu {
    transform: none;
  }
  header.megaMenu .dropdown > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header.megaMenu .dropdown > a:hover::after {
    transform: none;
  }
  header.megaMenu .dropdown.active > a::after {
    transform: rotate(180deg);
  }
  header.megaMenu .dropdown-menu {
    height: 0;
    transition: all 0.2s ease-in-out;
    transform: none;
    position: static;
    top: 100%;
    overflow: hidden;
    border: 0px;
  }
  header.megaMenu .dropdown-menu.active {
    height: 100%;
  }
  header.megaMenu .dropdown-menu .inner-content {
    flex-direction: column;
  }
  header.megaMenu .dropdown-menu .left-section {
    width: 100%;
    padding: 0px;
    background: #fafafa;
  }
  header.megaMenu .dropdown-menu .left-section .items {
    row-gap: 0px;
  }
  header.megaMenu .dropdown-menu .left-section .items.hide {
    display: none;
  }
  header.megaMenu .dropdown-menu .left-section .items img {
    display: none;
  }
  header.megaMenu .dropdown-menu .left-section .items li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header.megaMenu .dropdown-menu .left-section .menuLink {
    font-size: 14px;
  }
  header.megaMenu .dropdown-menu .left-section .menuLink::after {
    opacity: 1;
  }
  header.megaMenu .dropdown-menu .right-section {
    width: 100%;
    padding: 0px;
  }
  header.megaMenu .dropdown-menu .right-section .menuContent {
    background: #fafafa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header.megaMenu .dropdown-menu .right-section .menuContent.active {
    display: block;
  }
  header.megaMenu .dropdown-menu .right-section .menuContent ul {
    flex-direction: column;
  }
  header.megaMenu .dropdown-menu .right-section .menuContent ul .item {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header.megaMenu .dropdown-menu .right-section .menuContent ul .item:last-child {
    border-bottom: 0px;
  }
  header.megaMenu .dropdown-menu .right-section .menuContent ul .item a {
    padding: 15px;
    color: var(--dark-grey);
    font-size: 14px;
  }
  header.megaMenu .dropdown-menu .right-section .menuContent ul .item a::before {
    display: none;
  }
  header.megaMenu .dropdown-menu .right-section .btn-wrapper {
    position: relative;
    right: 0;
    bottom: 0;
    padding: 10px;
  }
  header.megaMenu .dropdown-menu .right-section .btn-wrapper .common-btn {
    width: max-content;
  }
  header.megaMenu .dropdown-menu .right-section .backButton {
    padding: 15px 15px 15px 35px;
    position: relative;
    color: var(--primary-color);
    border-bottom: 1px solid rgba(34, 34, 34, 0.15);
    background: var(--white-color);
    font-size: 14px;
    display: block;
  }
  header.megaMenu .dropdown-menu .right-section .backButton::before {
    content: "";
    position: absolute;
    background: url(/_next/static/media/icon-arrow.56a77e51.svg) left center no-repeat;
    background-size: 100%;
    width: 13px;
    height: 7px;
    left: 10px;
    transform: rotate(90deg);
    top: 0;
    bottom: 0;
    margin: auto;
  }
  header.megaMenu.light-theme.false .bottom ul li a,
  header.megaMenu.light-theme.false .top ul li a {
    color: var(--lightblue-color);
  }
  header.megaMenu.light-theme.false .top img {
    filter: none;
  }
  .d-block {
    display: block !important;
  }
  .d-none {
    display: none !important;
  }
  .title {
    font-size: 30px;
    line-height: 1.5;
  }
  .common-heading {
    font-size: 38px;
    line-height: 1.6;
  }
  .common-heading span {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
  .common-heading__lg {
    font-size: 28px;
    padding-bottom: 16px;
  }
  .common-heading__lg--no-border {
    padding-bottom: 0;
  }
  .top-search .training-search .common-from li.search-box {
    width: 85vw;
    margin: 0 !important;
  }
  .top-search .training-search .common-from li .input-wrapper {
    min-height: 48px;
  }
  .top-search .training-search .common-from li .input-wrapper input.search {
    height: 48px;
  }
  .top-search-close {
    top: 24px;
    right: 15px !important;
  }
  .home-banner {
    top: 80px;
    margin-bottom: 65px;
    min-height: 545px;
  }
  .home-banner.video-banner {
    min-height: auto;
  }
  .home-banner .banner-text {
    background: none;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
  }
  .home-banner .banner-text .description,
  .home-banner .banner-text .heading {
    max-width: 90%;
    margin: 0 auto;
  }
  .home-banner video {
    min-height: 550px;
    object-fit: cover;
  }
  .home-banner .our-usps {
    padding-left: 50px;
  }
  .home-banner .our-usps::before {
    background-size: 50px;
  }
  .home-banner .our-usps .react-multi-carousel-dot-list {
    left: -50px;
  }
  .home-banner .our-usps .react-multi-carousel-list .react-multi-carousel-dot-list {
    column-gap: 6px;
  }
  .home-banner .our-usps .react-multi-carousel-list .react-multi-carousel-dot-list .react-multi-carousel-dot button {
    width: 12px;
    height: 12px;
  }
  .home-banner.digilearnMainBanner {
    min-height: calc(100vh - 80px);
  }
  .home-banner.digilearnMainBanner .banner-text {
    padding: 60px 0px 40px;
  }
  .home-banner.digilearnMainBanner .banner-text .heading {
    font-size: 26px;
  }
  .home-banner.digilearnMainBanner .banner-text .heading span {
    margin-bottom: 10px;
  }
  .mt-60 {
    margin-top: 40px;
  }
  .service-list .right {
    width: 100%;
    margin: 40px 0px;
    padding: 20px !important;
  }
  .service-list:nth-of-type(even) .right {
    order: 2;
  }
  .inner-banner {
    margin-top: 81px;
  }
  .inner-banner.gradiant-bg {
    margin-top: 81px;
  }
  .inner-banner.gradiant-bg .common-heading span {
    font-size: 18px;
    line-height: 1.6;
  }
  .first-section {
    margin-top: 70px;
    padding-top: 50px;
  }
  .mission-vission-sec .inner-content {
    width: 100%;
    row-gap: 30px;
  }
  .mission-vission-sec .inner-content .item {
    width: 46%;
  }
  .key-features-sec .inner-content .right-section .items {
    row-gap: 26px;
  }
  .reason-to-chooose-sec .items li {
    width: 176px;
    height: 176px;
  }
  .reason-to-chooose-sec .items li .content-box .icon {
    margin-bottom: 10px;
  }
  .awards-sec .inner-content .items::before {
    display: none;
  }
  .awards-sec .inner-content .items .item {
    width: 49%;
  }
  .awards-sec .inner-content .items .item:nth-child(1) {
    padding-left: 0px;
  }
  .awards-sec .inner-content .items .item:nth-child(2) {
    padding-right: 0px;
  }
  .delivery-about-sec .inner-content .delivery-about-heading {
    font-size: 24px;
  }
  .testimonial-sec .common-from li {
    width: 30%;
  }
  .testimonial-sec .items .item .img-box::before {
    background-size: 50px;
  }
  .blogListing-sec .common-from li,
  .blogDetail-sec .common-from li {
    width: 40%;
  }
  .blogListing-sec .common-from li.search-box,
  .blogDetail-sec .common-from li.search-box {
    width: 82%;
  }
  .blogDetail-sec .inner-content {
    row-gap: 30px;
  }
  .blogDetail-sec .left-section,
  .blogDetail-sec .right-section {
    width: 100%;
  }
  .blogDetail-sec .left-section {
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
  }
  .blogDetail-sec .right-section .related-blogs .img-wrapper {
    max-width: 140px;
  }
  .blogDetail-sec .latest-whitepaper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
  }
  .blogDetail-sec .latest-whitepaper .heading {
    width: 100%;
  }
  .blogDetail-sec .latest-whitepaper .whitepaper-item {
    width: 49%;
  }
  .blogDetail-sec .table-of-content {
    margin-bottom: 20px;
  }
  .blogDetail-sec .table-of-content .content-wrapper a {
    width: 100%;
  }
  .blogDetail-sec .table-of-content.forDesktop {
    display: none;
  }
  .blogDetail-sec .table-of-content.forMobile {
    display: block;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(155, 196, 130, 0.11);
  }
  .blogDetail-sec .table-of-content.forMobile .heading {
    font-size: 16px;
    line-height: 1.5;
    color: var(--blue-color);
    font-weight: 600;
    margin-bottom: 10px;
  }
  .postdetail-banner {
    margin-top: 100px;
  }
  .contact-top-sec .left,
  .contact-top-sec .right {
    width: 100%;
  }
  .contact-top-sec .left {
    margin-bottom: 30px;
  }
  .career-post-sec.life-at-vinsys.global-add .heading {
    font-size: 20px;
  }
  .eventslisting-sec .event-items .item .common-btn.short {
    position: static;
    margin: 20px auto;
    width: 80%;
    justify-content: center;
  }
  .investor-relation-section .tab-content.director-listing .items .item,
  .investor-relation-section .tab-content.annual-return-section .items .item,
  .investor-relation-section .tab-content.reports-section .items .item,
  .investor-relation-section .tab-content.investor-contact-section .items .item {
    width: 48%;
  }
}
@media screen and (max-width: 992px) {
  .container {
    padding: 0px 30px;
  }
  .title {
    font-size: 30px;
    line-height: 1.5;
  }
  .partner-sec .partner-slider {
    margin-top: 30px;
  }
  .service-list {
    padding-top: 40px;
  }
  .service-list .left {
    width: 100%;
  }
  .service-list .right {
    width: 100%;
    margin: 40px 0px;
  }
  .service-list .container {
    flex-direction: column;
  }
  .whats-new-sec ul {
    margin-top: 30px;
    column-gap: 4%;
    row-gap: 30px;
    justify-content: center;
  }
  .whats-new-sec ul li {
    width: 48%;
  }
  .about-us-sec .inner-content {
    flex-direction: column;
    row-gap: 30px;
  }
  .about-us-sec .inner-content .left-section {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .about-us-sec .inner-content .right-section {
    width: 100%;
    text-align: center;
  }
  .about-us-sec .inner-content ul.pointers {
    text-align: left;
  }
  .inner-banner.career-page .image .text {
    position: static;
    transform: inherit;
    top: 0;
  }
  .inner-banner.career-page .image .text .common-heading {
    color: var(--blue-color);
    text-align: center;
    margin-top: 30px;
  }
  .inner-banner.career-page .image .text .jobs-filter {
    margin-top: 20px;
  }
  .join-team-sec .left,
  .join-team-sec .right {
    width: 100%;
  }
  .join-team-sec .right {
    order: -1;
    margin-bottom: 20px;
  }
  .career-post-sec li {
    width: 48%;
  }
  .send-resume-sec .inner .left {
    width: auto;
    margin: 0 auto;
  }
  .send-resume-sec .inner .right {
    width: 90%;
    margin: 30px auto;
    text-align: center;
  }
  .send-resume-sec .inner .right .mail-phone {
    border-radius: 20px;
  }
  .reason-to-chooose-sec .items li {
    width: 234px;
    max-width: 234px;
    height: 234px;
  }
  .reason-to-chooose-sec .items li .content-box span {
    max-width: 75%;
  }
  .reason-to-chooose-sec .items li:nth-child(5n)::after {
    display: block;
  }
  .reason-to-chooose-sec .items li:nth-child(3n)::after {
    display: none;
  }
  .reason-to-chooose-sec .items li:last-child::after {
    display: none;
  }
  .reason-to-chooose-sec .items li:nth-child(n+4) {
    margin-top: -30px;
  }
  .reason-to-chooose-sec .items li:nth-child(n) .content-box::before {
    content: "";
    position: absolute;
    top: -95%;
    background: var(--blue-color);
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    border-radius: 50%;
  }
  .reason-to-chooose-sec .items li:nth-child(n) .content-box::after {
    content: "";
    position: absolute;
    top: calc(100% - 35px);
    background: var(--green-color);
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    border-radius: 50%;
  }
  .team-management-sec .inner-content {
    flex-direction: column;
    row-gap: 30px;
  }
  .team-management-sec .inner-content .item {
    width: 100%;
  }
  .mission-vission-sec {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .certificates-sec .inner-content {
    flex-direction: column;
    row-gap: 30px;
  }
  .certificates-sec .inner-content .left-section {
    width: 100%;
    max-width: 420px;
  }
  .key-features-sec .inner-content {
    flex-direction: column;
    row-gap: 30px;
  }
  .key-features-sec .inner-content .left-section img {
    width: 450px;
  }
  .key-features-sec .inner-content .common-heading {
    text-align: center;
  }
  .key-features-sec .inner-content .right-section .items .item p {
    font-size: 14px;
    margin-top: 0px;
  }
  .key-features-sec .inner-content .right-section .items .item .feature-heading {
    font-size: 18px;
  }
  .journey-sec .inner-content {
    width: 100%;
  }
  .generate-quota-banner {
    padding-bottom: 210px;
  }
  .event-detail-sec .inner-content .event-detail {
    padding: 20px 15px;
  }
  .event-detail-sec .inner-content .event-timings {
    flex-direction: column;
    row-gap: 20px;
    padding: 20px 15px;
  }
  .event-detail-sec .inner-content .event-timings li {
    padding: 0px;
    border-right: 0px;
    flex-wrap: nowrap;
  }
  .follow-us-sec .inner-content {
    column-gap: 30px;
  }
  .follow-us-sec .inner-content .img-wrapper img {
    max-width: 200px;
  }
  .follow-us-sec .inner-content .social-icons {
    column-gap: 18px;
    margin-top: 10px;
  }
  .group-training-sec .inner-content .group-heading {
    font-size: 36px;
  }
  .testi-brands-sec .items .item {
    width: 49%;
  }
  .investor-relation-section .tab-content.director-listing .items {
    column-gap: 2%;
  }
  .investor-relation-section .tab-content.director-listing .item {
    width: 49%;
  }
  .news-events-section .left-section {
    width: 24%;
  }
  .news-events-section .right-section {
    width: 74%;
  }
  .news-events-section .right-section .item .content-box {
    padding: 15px;
  }
  .blogListing-sec .items {
    justify-content: center;
  }
  .blogListing-sec .items .item {
    width: 49%;
  }
  .postdetail-banner .left {
    margin-right: 0;
    width: 100%;
  }
  .postdetail-banner .left .detail {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .postdetail-banner .left .image {
    display: none;
  }
  .flsCaseStudyListing .items li .img-wrapper img {
    min-height: 200px;
  }
  .offerFeatureSection .item {
    width: 49%;
  }
  .flscontactus .inner-content {
    column-gap: 2%;
  }
  .flscontactus .inner-content .item {
    width: 49%;
  }
  .flscontactus .addressItems p,
  .flscontactus .addressItems a {
    font-size: 14px;
  }
  .contact-top-sec {
    padding: 170px 0px 30px;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-bottom: 40px;
  }
  ul.common-from li input,
  ul.common-from li select,
  ul.common-from li textarea {
    padding: 15px 8px;
  }
  div.enq.d-flex {
    right: -60px;
  }
  div.enq.d-flex .common-btn {
    padding: 7px 17px;
  }
  p {
    font-size: 14px;
  }
  .common-heading {
    font-size: 28px;
  }
  .common-heading__lg {
    font-size: 24px;
    line-height: 1.35;
  }
  .blogDetail-sec h1 {
    font-size: 18px;
  }
  .blogDetail-sec .name-wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
  .blogDetail-sec .name-wrapper .user-img {
    max-width: 100px;
  }
  .blogDetail-sec .name-wrapper .name {
    width: 100%;
  }
  .blogDetail-sec .table-of-content .content-wrapper a {
    width: 100%;
  }
  .blogDetail-sec .detail-wrapper ul li,
  .blogDetail-sec .detail-wrapper ol li {
    font-size: 14px;
    line-height: 24px;
  }
  .shareLinks li a {
    width: 30px;
    height: 30px;
  }
  .shareLinks li a img {
    max-width: 14px;
    max-height: 14px;
  }
  .small-heading {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .container {
    padding: 0px 15px;
  }
  .inner-container {
    padding: 0px 15px;
  }
  .small-heading.bottom-line {
    margin-bottom: 20px;
  }
  .small-heading.bottom-line::after {
    right: 0;
    margin: auto;
  }
  .common-btn {
    font-size: 16px;
    line-height: 27px;
    padding: 15px 30px;
  }
  .service-list .right {
    width: calc(100% + 30px);
    margin: 30px -15px 0;
    padding: 30px 15px 30px 15px;
    border-radius: 0px;
  }
  .service-list:nth-of-type(even) .right {
    padding: 30px 15px;
  }
  .partner-sec .partner-slider li {
    display: flex;
    justify-content: center;
  }
  .partner-sec .partner-slider li img {
    max-width: 150px;
  }
  .whats-new-sec ul li {
    width: 100%;
  }
  .reason-to-chooose-sec .items li {
    width: 300px;
    max-width: 300px;
    height: 300px;
  }
  .reason-to-chooose-sec .items li .content-box {
    justify-content: center;
  }
  .reason-to-chooose-sec .items li::after {
    display: none;
  }
  .reason-to-chooose-sec .items li:nth-child(odd)::after {
    display: block;
  }
  .reason-to-chooose-sec .items li:nth-child(n+3) {
    margin-top: -30px;
  }
  .inner-banner.career-page .image .text .inner {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .inner-banner.digi-inner-banner .image {
    height: 320px;
    min-height: 100%;
  }
  .inner-banner.digi-inner-banner .image .text {
    padding: 60px 0 30px;
  }
  .inner-banner.digi-inner-banner .image .text .common-heading {
    font-size: 22px;
    line-height: 1.4;
  }
  .inner-banner.digi-inner-banner img {
    height: 100%;
    object-fit: cover;
  }
  .inner-banner.career-page .image .text .common-heading:after {
    display: none;
  }
  .team-management-sec .inner-content .item .heading-section {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
    margin-bottom: 20px;
  }
  .team-management-sec .inner-content .item p {
    margin-bottom: 30px;
  }
  .mission-vission-sec .inner-content {
    flex-direction: column;
    align-items: center;
  }
  .mission-vission-sec .inner-content .item {
    width: 100%;
  }
  .mission-vission-sec .inner-content .item .mv-heading {
    font-size: 20px;
  }
  .mission-vission-sec .inner-content .item .mv-heading::before {
    width: 100%;
  }
  .journey-sec .inner-content {
    margin: 40px auto 55px auto;
  }
  .journey-sec .inner-content .items {
    padding-top: 0px;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 30px;
  }
  .journey-sec .inner-content .items::before {
    left: 10px;
    right: auto;
  }
  .journey-sec .inner-content .items li {
    width: calc(100% - 50px);
    border-left: 4px solid var(--blue-color);
    border-right: 0px;
    text-align: left;
    padding: 15px;
    min-height: auto;
  }
  .journey-sec .inner-content .items li:nth-child(even) {
    top: 0px;
    border-left: 4px solid var(--green-color);
  }
  .journey-sec .inner-content .items li::after {
    right: auto;
    left: -52px;
    top: 0px;
  }
  .certificates-sec .inner-content {
    padding: 5px;
    border-radius: 8px;
  }
  .certificates-sec .inner-content .left-section .certificate-heading {
    border-radius: 10px 10px 0px 0px;
    padding: 20px 10px;
  }
  .certificates-sec .inner-content .left-section .items {
    border-radius: 0 0 10px 10px;
  }
  .certificates-sec .inner-content .left-section .items li {
    padding: 15px 10px;
  }
  .certificates-sec .inner-content .right-section {
    padding: 15px;
  }
  .awards-sec .inner-content .items .item {
    width: 100%;
  }
  .awards-sec .inner-content .items .item:nth-child(1) {
    width: 100%;
  }
  .awards-sec .inner-content .items .item:nth-child(2) {
    width: 100%;
  }
  .awards-sec .inner-content .items .item .content-box {
    font-size: 14px;
  }
  .promo-offer-sec .item .inner-section {
    flex-direction: column;
    row-gap: 15px;
  }
  .promo-offer-sec .item .inner-section .img-wrapper,
  .promo-offer-sec .item .inner-section .content-box {
    width: 100%;
    padding: 0px;
  }
  .promo-offer-sec .item .inner-section .content-box .offer-heading {
    margin-bottom: 16px;
  }
  .promo-offer-sec .item .inner-section .content-box p {
    margin-bottom: 20px;
  }
  .promo-offer-sec .item .inner-section .btn-wrapper {
    row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
  .promo-offer-sec .item .inner-section .btn-wrapper .percentage {
    order: 1;
    background-size: 22px;
    padding-left: 32px;
  }
  .promo-offer-sec .item .inner-section .btn-wrapper .common-btn {
    order: 2;
  }
  .key-features-sec .inner-content .right-section .items .item {
    width: 100%;
  }
  .generate-quota-form .common-from {
    flex-direction: column;
    padding: 20px 15px;
  }
  .generate-quota-form .common-from li {
    width: 100%;
  }
  .generate-quota-form .common-from .btn-wrapper .common-btn {
    min-width: 210px;
    justify-content: center;
  }
  .generate-quota-form .common-from .subtotal-box {
    padding: 15px;
  }
  .eventslisting-sec .event-items .item {
    flex-direction: column;
    row-gap: 30px;
    text-align: center;
  }
  .eventslisting-sec .event-items .item .img-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .eventslisting-sec .event-items .item .content-box {
    width: 100%;
  }
  .eventslisting-sec .event-items .item .content-box p {
    margin-bottom: 20px;
  }
  .eventslisting-sec .event-items .item .content-box .date-wrapper {
    column-gap: 15px;
    row-gap: 15px;
    justify-content: center;
  }
  .event-detail-sec .inner-content .btn-wrapper {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
    padding: 20px 15px;
  }
  .event-detail-sec .inner-content .btn-wrapper .common-btn.light-bg {
    padding: 20px;
  }
  .agenda-sec .inner-content {
    padding: 15px;
  }
  .agenda-sec .about-speaker .inner-section {
    flex-direction: column;
    row-gap: 30px;
  }
  .agenda-sec .about-speaker .inner-section .speaker-detail {
    width: 100%;
    border-right: 0px;
    padding-right: 0px;
  }
  .agenda-sec .about-speaker .inner-section .speaker-about {
    padding-left: 0px;
    text-align: center;
    width: 100%;
  }
  .follow-us-sec .inner-content {
    padding: 25px 15px;
    row-gap: 20px;
    flex-direction: column;
  }
  .follow-us-sec .inner-content .social-icons {
    row-gap: 20px;
    justify-content: center;
  }
  .follow-us-sec .inner-content .content-box {
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .follow-us-sec .inner-content .content-box .small-heading {
    margin-left: auto;
    margin-right: auto;
  }
  .delivery-about-sec .inner-content {
    row-gap: 30px;
    text-align: center;
  }
  .delivery-about-sec .inner-content .left-section,
  .delivery-about-sec .inner-content .right-section {
    width: 100%;
  }
  .delivery-options-sec .items {
    row-gap: 0px;
  }
  .delivery-options-sec .items li {
    flex-direction: row;
    column-gap: 20px;
    width: 100%;
    justify-content: flex-start;
    padding: 15px;
  }
  .delivery-options-sec .content .inner-section {
    row-gap: 30px;
  }
  .delivery-options-sec .content .inner-section .left-section,
  .delivery-options-sec .content .inner-section .right-section {
    width: 100%;
    text-align: center;
  }
  .delivery-options-sec .content .inner-section .right-section .btn-wrapper {
    justify-content: center;
  }
  .delivery-options-sec .content .benefit-items li {
    width: 49%;
  }
  .group-training-sec .inner-content {
    row-gap: 30px;
  }
  .group-training-sec .inner-content .left-section {
    width: 100%;
    padding: 30px;
    text-align: center;
  }
  .group-training-sec .inner-content .right-section {
    width: 100%;
  }
  .group-training-sec .inner-content .group-heading {
    font-size: 36px;
  }
  .testimonial-sec .items .item {
    width: 100%;
  }
  .testimonial-sec .items .item .name {
    bottom: 15px;
    left: 15px;
    font-size: 18px;
  }
  .testimonial-sec .items .item .name span {
    font-size: 14px;
    margin-top: 0px;
  }
  .pagination a {
    padding: 10px;
  }
  .tabs {
    flex-wrap: nowrap;
    overflow-y: scroll;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .tabs li {
    white-space: nowrap;
    display: inline-block;
  }
  .investor-relation-section .tab-content .common-heading {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .investor-relation-section .tab-content.director-listing .item {
    width: 100%;
    max-width: 500px;
  }
  .investor-relation-section .tab-content.director-listing .item .content-box {
    padding: 15px;
  }
  .investor-relation-section.two-col video {
    width: 100%;
  }
  .news-events-section .common-heading {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
  }
  .news-events-section .left-section {
    width: 100%;
  }
  .news-events-section .left-section ul {
    flex-direction: row;
    column-gap: 15px;
    margin-bottom: 15px;
    justify-content: center;
  }
  .news-events-section .left-section ul li {
    padding-left: 0px;
    border-left: 0px;
    white-space: nowrap;
    text-align: left;
  }
  .news-events-section .right-section {
    width: 100%;
  }
  .news-events-section .right-section .item {
    width: 100%;
    max-width: 500px;
  }
  .blogListing-sec .items {
    justify-content: center;
  }
  .blogListing-sec .items .item {
    width: 100%;
    /*max-width: 500px;*/
  }
  .blogListing-sec .common-from li {
    width: 100%;
  }
  .blogListing-sec .common-from li.search-box {
    width: 100%;
  }
  .blogDetail-sec .common-from li {
    width: 100%;
  }
  .blogDetail-sec .common-from li.search-box {
    width: 100%;
  }
  .blogListing-sec .items .item .content-box {
    padding: 15px;
  }
  .blogListing-sec .items .item .content-box .desc {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .blogListing-sec .items .item .content-box .name-wrapper span {
    margin-left: 0px;
    padding-left: 0px;
    border-left: 0px solid rgba(34, 34, 34, 0.8);
    display: block;
    margin-top: 6px;
  }
  .blogDetail-sec .content-box {
    padding: 15px;
  }
  .blogDetail-sec .content-box .desc {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .blogDetail-sec .content-box .name-wrapper span {
    margin-left: 0px;
    padding-left: 0px;
    border-left: 0px solid rgba(34, 34, 34, 0.8);
    display: block;
    margin-top: 6px;
  }
  .blogDetail-sec .content-box {
    padding: 20px 0px 10px;
  }
  .blogDetail-sec .detail-wrapper {
    margin-bottom: 30px;
  }
  .blogDetail-sec .detail-wrapper strong,
  .blogDetail-sec .detail-wrapper b {
    font-weight: 600;
  }
  .blogDetail-sec .quote-wrapper p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .blogDetail-sec .name-wrapper span {
    margin-left: 0px;
    padding-left: 0px;
    border-left: 0px solid rgba(34, 34, 34, 0.8);
    display: block;
    margin-top: 6px;
  }
  .blogDetail-sec .inner-container {
    width: 100%;
  }
  .blogDetail-sec .whitepaper-promotion-section {
    width: 100%;
  }
  .blogDetail-sec h2 {
    font-size: 18px;
  }
  .blogDetail-sec h3 {
    font-size: 16px;
  }
  .home-banner .our-usps .item {
    width: 100%;
  }
  .country-location-section .items {
    row-gap: 30px;
  }
  .country-location-section .items .item ul {
    margin-top: 30px;
  }
  .country-location-section .items .item ul li {
    max-width: 100%;
  }
  .flsCaseStudyListing .items {
    row-gap: 20px;
  }
  .flsCaseStudyListing .items li {
    width: 100%;
  }
  .flsCaseStudyListing .caseStudyTitle {
    font-size: 16px;
  }
  .flsCaseStudyListing .caseStudyTitle.detail-pg {
    font-size: 20px;
  }
  .flsCaseStudyListing .content p {
    font-size: 14px;
  }
  .flsCaseStudyListing .recomendedProducts .items li .img-wrapper img {
    min-height: 250px;
  }
  .flsCaseStudyListing .inner-content .left-section {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
  }
  .flsCaseStudyListing .inner-content .right-section {
    width: 100%;
  }
  .flsCaseStudyListing .inner-content .right-section .items {
    column-gap: 2%;
    row-gap: 30px;
  }
  .flsCaseStudyListing .inner-content .right-section .item {
    width: 49%;
  }
  .flsCaseStudyListing .inner-content .right-section .content p {
    display: none;
  }
  .flsCaseStudyListing .name-wrapper {
    column-gap: 15px;
    align-items: flex-start;
    row-gap: 10px;
  }
  .flsCaseStudyListing .name-wrapper .text {
    font-size: 14px;
  }
  .flsCaseStudyListing .name-wrapper .text .name,
  .flsCaseStudyListing .name-wrapper .text .date {
    display: block;
  }
  .flsCaseStudyListing .name-wrapper .text .date {
    padding-left: 0px;
    margin-left: 0px;
    border-left: 0px;
    margin-top: 8px;
  }
  .partner-sec {
    min-height: auto;
  }
  .offerFeatureSection .item {
    width: 100%;
  }
  .flscontactus .common-heading {
    font-size: 26px;
  }
  .flscontactus .inner-content .item {
    width: 100%;
  }
  .flscontactus .img-wrapper {
    width: 100%;
    max-width: 450px;
    margin: auto;
  }
  .homeMainBanner {
    max-height: max-content;
  }
  .homeMainBanner::before {
    display: none;
  }
  .homeMainBanner .banner-text {
    text-align: center;
    height: auto;
    padding: 30px 0px;
  }
  .homeMainBanner .banner-text .heading {
    font-size: 30px;
    line-height: 1.5;
  }
  .homeMainBanner.video-banner {
    min-height: auto;
  }
  .homeMainBanner.video-banner > .video-banner {
    position: relative;
    height: 400px;
  }
  .homeMainBanner.video-banner > .video-banner video {
    height: 400px;
  }
  .items.sideBtns {
    bottom: 0;
    z-index: 9;
    top: auto;
    transform: none;
    margin: 0;
    height: 40px;
    display: flex;
    width: 100vw;
  }
  .items.sideBtns .item {
    flex: 1 1;
  }
  .items.sideBtns .sidebtn {
    width: 100%;
    justify-content: center;
    padding: 10px 4px;
    gap: 4px;
    min-height: 40px;
  }
  .items.sideBtns .sidebtn span {
    min-width: auto;
    word-break: break-word;
    display: flex;
    font-size: 12px;
    max-width: 100%;
  }
  .items.sideBtns .sidebtn img {
    min-width: 14px;
    max-width: 14px;
  }
  .grecaptcha-badge {
    bottom: 45px !important;
  }
  #kenytChatBubble {
    bottom: 50px !important;
  }
  .enquiry-form-sec {
    right: 0px;
    left: 0;
    bottom: -100%;
    top: auto;
    width: 100vw;
  }
  .enquiry-form-sec.active {
    bottom: 40px;
  }
}
@media screen and (max-width: 639px) {
  .common-spacing-top-bottom {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .home-banner .banner-text .heading {
    font-size: 28px;
    line-height: 30px;
  }
  .home-banner .banner-text .heading p {
    line-height: 30px;
  }
  .home-banner .banner-text .description p {
    line-height: 24px;
    font-size: 16px;
  }
  .service-list {
    padding-top: 0px;
  }
  .service-list .left {
    width: 100%;
    padding: 10px 0;
  }
  .awards-sec .inner-content .items .item {
    width: 100% !important;
  }
  .reason-to-chooose-sec .items li:nth-child(odd) {
    display: none;
  }
  .delivery-options-sec .content .benefit-items li {
    width: 100%;
  }
  .testi-brands-sec .items .item {
    width: 100%;
  }
  .inner-banner .image .text .jobs-filter .item {
    width: 95%;
    margin: 0 auto;
    border: none;
    border-bottom: solid 1px #ccc;
    display: flex;
    justify-content: center;
  }
  .career-post-sec li {
    width: 100%;
    padding: 20px;
  }
  .career-post-sec li .links {
    position: static;
  }
  .send-resume-sec .inner .right .common-heading {
    font-size: 16px;
  }
  .send-resume-sec .inner .right .common-heading span {
    font-size: 24px;
  }
  .send-resume-sec .inner .right .mail-phone {
    border-radius: 10px;
    padding: 10px;
    font-size: 18px;
  }
  .investor-relation-section .tab-content.director-listing .items .item,
  .investor-relation-section .tab-content.annual-return-section .items .item,
  .investor-relation-section .tab-content.reports-section .items .item,
  .investor-relation-section .tab-content.investor-contact-section .items .item,
  .investor-relation-section .tab-content.subs-company-section .item {
    width: 100%;
  }
  .investor-relation-section .tab-content.boardMeating-section li .name {
    width: 100%;
  }
  #apply-form .inner {
    padding: 30px 15px 20px;
  }
  #apply-form .inner button.close-form {
    right: 15px;
  }
  .thankuPg {
    padding-top: 80px;
  }
  .blogDetail-sec .right-section .related-blogs .img-wrapper {
    max-width: 100px;
  }
  .blogDetail-sec .latest-whitepaper .whitepaper-item {
    width: 100%;
  }
}
