/*     */
@import url("/assets/plugins/font-awesome-4.7.0/css/font-awesome.min.css");
@import url("/assets/plugins/owl-carousel/owl.carousel.css");
@import url("/assets/plugins/owl-carousel/owl.theme.default.min.css");
* {
  box-sizing: border-box;
  margin: 0;
  font-family: Roboto, sans-serif;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1320px;
  }
}
header {
  background: #fff;
  padding: 20px 0;
}
.header-logo.new {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo.new .gt-img img{
   height: 50px;
}
.nl-banner {
  background-image: url(../../bundle/assets/images/campaign/elearning-content-dev/nl_banner.png);
  background-size: cover;
  background-position: center;
}
.nl-banner .banner-area {
  display: grid;
  grid-template-columns: 50% 50%;
  padding-top: 40px;
  -moz-column-gap: 30px;
}
.nl-banner .banner-area .banner-right {
  display: flex;
}
.nl-banner .banner-area .ban-cont .btn-area {
  display: none;
}
.nl-banner .banner-area .b-img img {
  width: 100%;
}
.nl-banner .banner-area h2 {
  color: #104780;
  width: 62%;
  font-size: 40px;
  margin: auto;
  text-align: center;
  font-weight: 600;
  line-height: 50px;
}
.nl-banner .banner-area h2 span {
  color: #104780;
  font-size: 36px;
  font-weight: 300;
}
.nl-banner .banner-area .b-formsearch {
  width: 450px;
  margin-left: auto;
  position: absolute;
  top: 55%;
  z-index: 1;
  left: 57%;
}
.nl-banner .banner-area .form-box {
  background-color: #ffffff;
  margin-bottom: 0px;
  color: #fff;
}
.nl-banner .banner-area .text-white {
  color: #707070;
  font-weight: 600;
  text-align: center;
}
.nl-banner .banner-area .form-section p {
  font-size: 16px;
  padding-bottom: 30px;
  line-height: 26px;
}
.nl-banner .banner-area input,
.nl-banner .banner-area button,
.nl-banner .banner-area select,
.nl-banner .banner-area textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.nl-banner .banner-area button,
.nl-banner .banner-area input,
.nl-banner .banner-area optgroup,
.nl-banner .banner-area select,
.nl-banner .banner-area textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
.nl-banner .banner-area .form-group {
  margin-bottom: 30px;
}
.nl-banner .banner-area .form-group.fl {
  display: flex;
  gap: 10px;
}
.nl-banner .banner-area input::-moz-placeholder {
  color: #01b8a8;
}
.nl-banner .banner-area input::placeholder {
  color: #01b8a8;
}
.nl-banner .banner-area textarea::-moz-placeholder {
  color: #01b8a8;
}
.nl-banner .banner-area textarea::placeholder {
  color: #01b8a8;
}
.nl-banner .banner-area .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 6px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #047E7F;
  border-bottom: 1px;
  border-style: none none solid none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.nl-banner .banner-area .form-control:focus {
  border-color: #3db79b;
  outline: 0;
  box-shadow: none;
}
.nl-banner .banner-area .form-section {
  padding: 33px 30px 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.nl-banner .banner-area textarea.form-control {
  height: 85px;
  background: #ffffff;
  border: 1px solid #047E7F;
}
.nl-banner .banner-area .checkbox {
  display: flex;
  gap: 10px;
  padding-bottom: 20px;
}
.nl-banner .banner-area .checkbox .ch-lbl {
  font-size: 15px;
  color: #707070;
  padding-bottom: 20px;
  font-weight: normal;
}
.nl-banner .banner-area .btn-area {
  text-align: center;
  margin-bottom: 20px;
}
.nl-banner .banner-area .btn-default {
  background-size: 200%;
  color: #000;
  background-position: center left;
  padding: 10px 90px;
  transition: background-position 0.6s ease-in-out, box-shadow 0.3s ease-in-out;
  background-position: left 100% center;
  background: transparent linear-gradient(180deg, #FDB811 0%, #FDB811 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 17px rgba(0, 0, 0, 0.1294117647);
  border-radius: 30px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  border: none;
  text-decoration: none;
}
.nl-banner .t-section {
  padding: 10px 0px;
  background: #83C152;
  position: relative;
  bottom: -63%;
}
.nl-banner .t-section .t-area {
  display: grid;
  grid-template-columns: 18% 18% 18%;
}
.nl-banner .t-section .t-area .t-info {
  text-align: center;
  border-right: 1px solid white;
  padding: 20px;
}
.nl-banner .t-section .t-area .t-info.m-b {
  border: none;
}
.nl-banner .t-section .t-area h4 {
  color: #FFFFFF;
  font-size: 24px;
}
.nl-banner .t-section .t-area p {
  color: #FFFFFF;
  line-height: 24px;
}
.explore {
  padding: 50px 0px;
  background: #fff;
}
.explore .exp-area {
  display: grid;
  grid-template-columns: 50% 50%;
  position: relative;
}
.explore p {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  font-family: Futura PT, sans-serif;
  font-style: normal;
}
.explore .exp-area p {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  font-family: Futura PT, sans-serif;
  font-style: normal;
}
.explore .exp-area h4 {
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 20px;
}
.explore .exp-area .b-formsearch {
  width: 450px;
  margin-left: auto;
  position: absolute;
  bottom: 0%;
  z-index: 1;
  left: 56%;
}
.explore .exp-area .b-formsearch .f-sec
{

  display: grid;
  grid-template-columns: 45% 50%;
  gap:20px;
}
.explore .exp-area .form-section p.note {
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 0px;
  line-height: 26px;
}
.explore .exp-area .form-box {
  background-color: #ffffff;
  margin-bottom: 0px;
  color: #fff;
}
.explore .exp-area .text-white {
  color: #707070;
  font-weight: 600;
  text-align: center;
}
.explore .exp-area .form-section p {
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 0px;
  line-height: 26px;
}
.explore .exp-area .form-group {
  margin-bottom: 30px;
}
.explore .exp-area .form-group.fl {
  display: flex;
  gap: 10px;
}
.explore .exp-area input::-moz-placeholder {
  color: #01b8a8;
}
.explore .exp-area input::placeholder {
  color: #01b8a8;
}
.explore .exp-area textarea::-moz-placeholder {
  color: #01b8a8;
}
.explore .exp-area textarea::placeholder {
  color: #01b8a8;
}
.explore .exp-area .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 6px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #047E7F;
  border-bottom: 1px;
  border-style: none none solid none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.explore .exp-area .form-control:focus {
  border-color: #3db79b;
  outline: 0;
  box-shadow: none;
}
.explore .exp-area .form-section {
  padding: 33px 30px 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.explore .exp-area textarea.form-control {
  height: 85px;
  background: #ffffff;
  border: 1px solid #047E7F;
}
.explore .exp-area .checkbox {
  display: flex;
  gap: 10px;
  padding-bottom: 20px;
}
.explore .exp-area .checkbox .ch-lbl {
  font-size: 15px;
  color: #707070;
  padding-bottom: 20px;
  font-weight: normal;
}
.explore .exp-area .btn-area {
  text-align: center;
  padding-bottom: 10px;
}
.explore .exp-area .btn-default {
  background-size: 200%;
  color: #000;
  background-position: center left;
  padding: 10px 90px;
  transition: background-position 0.6s ease-in-out, box-shadow 0.3s ease-in-out;
  background-position: left 100% center;
  background: transparent linear-gradient(180deg, #FDB811 0%, #FDB811 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 17px rgba(0, 0, 0, 0.1294117647);
  border-radius: 30px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  border: none;
}
.our-expertise {
  padding: 50px 0px;
  background: #fff;
}
.our-expertise .exp-title h2 {
  text-align: center;
  width: 60%;
  font-size: 30px;
  margin: auto;
  line-height: 59px;
  color: #000;
  margin-bottom: 5px;
}
.our-expertise .exp-title p {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  width: 68%;
  margin: auto;
  text-align: center;
  padding-bottom: 30px;
}
.our-expertise .expert-area {
  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  gap: 15px;
}
.our-expertise .expert-area .expert-sec {
  padding: 25px 25px;
  background: #83C152;
  border-radius: 10px;
}
.our-expertise .expert-area .expert-sec p {
  color: #fff;
  line-height: 28px;
  font-size: 16px;
}
.our-expertise .expert-area .expert-sec .expert-cont {
  display: flex;
  gap: 10px;
  padding-bottom: 20px;
}
.our-expertise .expert-area .expert-sec .expert-cont h4 {
  display: flex;
  align-items: center;
  line-height: 24px;
  color: white;
  width: 50%;
}
.nv-tab {
  padding: 60px 0px;
  background: #F9F9F9;
  /* used for wrapper animation after the load of the page */
}
.nv-tab .nt-img {
  padding-top: 15px;
}
.nv-tab .nt-img iframe {
  width: 100%;
  height: 300px;
}
.nv-tab .tabs-wrapper .level-area {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 15px;
}
.nv-tab .tabs-wrapper .level-area .level-cont h4 {
  font-size: 22px;
  padding: 25px 0px;
  color: #707070;
}
.nv-tab .tabs-wrapper .level-area .level-cont p {
  font-size: 18px;
  line-height: 36px;
  color: #707070;
}
.nv-tab .tabs-wrapper .level-area .level-cont .f-area {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 15px;
}
.nv-tab .tabs-wrapper .level-area .level-cont .f-area .f-sec {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.nv-tab .tabs-wrapper .level-area .level-cont .f-area .f-sec p {
  font-size: 16px;
  color: #707070;
}
.nv-tab .tab-title p {
  font-size: 30px;
  color: #000;
  line-height: 40px;
  width: 85%;
  margin: auto;
  text-align: center;
  padding-bottom: 30px;
}
@keyframes content-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes content-rotate-y {
  from {
    transform: rotateY(90deg);
  }
  to {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes content-rotate-x {
  from {
    transform: rotateX(90deg);
  }
  to {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@keyframes content-rotate-both {
  from {
    transform: rotate(90deg);
    transform-origin: 0% 50% 50%;
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
    transform-origin: 0% 50% 50%;
  }
}
@keyframes content-pop-out {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes content-pop-in {
  from {
    opacity: 1;
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes content-slide-bot {
  from {
    top: 20px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
@keyframes content-slide-top {
  from {
    top: -20px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.nv-tab .tabs-wrapper input[type=radio] {
  display: none;
}
.nv-tab .tabs-wrapper label {
  transition: background 0.4s ease-in-out, height 0.2s linear;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  width: 20%;
  height: 4em;
  border-radius: 10px 10px 0px 0px;
  background: #D6D6D6;
  text-align: center;
  line-height: 4em;
}
.nv-tab .tabs-wrapper label:last-of-type {
  border-bottom: none;
}
.nv-tab .tabs-wrapper label:hover {
  background: #667876;
  /*@include transform (translate(0,-0.2em));*/
}
@media screen and (max-width: 1600px) {
  .nv-tab .tabs-wrapper label {
    width: 13%;
    margin-right: 4px;
  }
}
@media (max-width: 767px) {
  .nv-tab .tabs-wrapper label {
    width: 15%;
  }
}
@media screen and (max-width: 600px) {
  .nv-tab .tabs-wrapper label {
    width: 100%;
    display: inline;
    border-radius: 10px 10px 0px 0px;
    padding: 9px;
    font-size: 12px;
    line-height: 2.5em;
  }
}
@media screen and (max-width: 600px) {
  .nv-tab .tabs-wrapper {
    margin: 0px 25px;
  }
}
.nv-tab #tab1:checked + label,
.nv-tab #tab2:checked + label,
.nv-tab #tab3:checked + label,
.nv-tab #tab4:checked + label,
.nv-tab #tab5:checked + label {
  background: #8FC762;
  color: #f2f2f2;
}
.nv-tab .tab-body {
  position: absolute;
  top: -9999px;
  opacity: 0;
  padding: 40px;
}
.nv-tab .tab-body-wrapper {
  background: #fff;
  border-top: #8FC762 5px solid;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1607843137);
  animation-name: show;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 600px) {
  .nv-tab .tab-body-wrapper {
    border: none;
    border-radius: 0;
    border-top: #8FC762 3px solid;
  }
}
.nv-tab #tab1:checked ~ .tab-body-wrapper #tab-body-1,
.nv-tab #tab2:checked ~ .tab-body-wrapper #tab-body-2,
.nv-tab #tab3:checked ~ .tab-body-wrapper #tab-body-3,
.nv-tab #tab4:checked ~ .tab-body-wrapper #tab-body-4,
.nv-tab #tab5:checked ~ .tab-body-wrapper #tab-body-5 {
  position: relative;
  top: 0px;
  /* Choose one - modify .tab-body opacity to 1 if you don't want any animation or set opacity to 1 here */
  /* @include animation(0.2s,0.8s,content-rotate-y); */
  /* @include animation(0.2s,0.8s,content-rotate-both); */
  animation-name: content-pop-out;
  animation-fill-mode: forwards;
  /* @include animation(0.1s,1s,content-slide-bot); */
}
.why-choose {
  padding: 60px 0px;
  background: white;
}
.why-choose .wc-area {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 15px;
}
.why-choose .wc-area ul.reset-style {
  list-style: none;
  padding-left: 0;
  margin-top: 40px;
}
.why-choose .wc-area ul li {
  font-size: 18px;
  line-height: 33px;
  color: #6A6363;
  padding-bottom: 30px;
}
.why-choose .wc-area ul li.leaf {
  background: url("../../bundle/assets/images/campaign/elearning-content-dev/w-et.svg") no-repeat left 8px;
  padding-left: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.why-choose .why-title h2 {
  text-align: center;
  font-size: 30px;
  margin: auto;
  line-height: 24px;
  color: #000;
  margin-bottom: 20px;
}
.why-choose p {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  width: 68%;
  margin: auto;
  text-align: center;
  padding-bottom: 30px;
}
.why-choose .owl-testimonial .item .tes-area {
  display: grid;
  grid-template-columns: 30% 70%;
  border: 0.5px solid #707070;
  border-radius: 15px;
  padding: 20px;
  background: #F9F9F9;
}
.why-choose .owl-testimonial .item .tes-area .tes-img {
  width: 90%;
}
.why-choose .owl-testimonial .item .tes-area p {
  font-size: 14px;
  width: 83%;
  text-align: left;
  margin: 0;
  padding-top: 10px;
  line-height: 24px;
}
.why-choose .owl-testimonial .item .tes-area h4 {
  font-size: 18px;
}
.why-choose .owl-testimonial .item .tes-area .tes-icon-img {
  position: absolute;
  right: 30px;
}
.clients {
  padding: 50px 0px;
  background: #F9F9F9;
}
.clients.new{
  background: #83C152;
}
.clients.new .title h2 {
  color: #fff;
}
.clients .title h2 {
  text-align: center;
  font-size: 30px;
  margin: auto;
  line-height: 24px;
  color: #000;
  margin-bottom: 40px;
}
.clients .logo {
  margin-bottom: 30px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
}
.clients .c-img {
  padding: 12px 12px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  text-align: center;
  height: 100px;
  display: flex;
  align-items: center;
}
.clients .owl-clients .owl-nav button {
  top: 100%;
  transform: translate(6, -50%);
  font-size: 25px;
  background: white;
  border: none;
  border-radius: 50%;
  height: 43px;
  width: 43px;
  background: azure;
  left: 45%;
  border: 1px solid #F7921F;
}
.clients .owl-carousel .owl-nav button.owl-next {
  background: 0 0;
  color: inherit;
  border: 1px solid #000;
  padding: 0 !important;
  font: inherit;
  background: #fff;
}
.clients .owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  border: 1px solid #000;
  padding: 0 !important;
  font: inherit;
  background: #fff;
}
.clients .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  background: antiquewhite;
}
.clients .owl-clients .owl-nav button:hover {
  background-color: #83c152;
  color: white;
}
.clients.new .owl-clients .owl-nav button:hover {
  background-color: #D6D6D6;
  color: white;
}
.novac_learning_bg {
  background-image: url(../../bundle/assets/images/campaign/elearning-content-dev/nlbg.png);
  background-size: cover;
  background-position: center;
  height: 500px;
}
.novac_learning_bg.new {
  background-image: url(../../bundle/assets/images/campaign/elearning-content-dev/nlbg03.jpg);
}
.novac_learning_bg .n-sec {
  display: grid;
  grid-template-columns: 60%;
  justify-content: right;
}
.novac_learning_bg .n-sec p {
  color: #fff;
  font-size: 18px;
  margin-top: 100px;
  line-height: 28px;
}
.novac_learning_bg.new .n-sec p {
  color: #000;
}
.novac_learning_bg .n-sec p .title {
  font-size: 28px;
}
.talk-btn {
  padding: 50px 0px;
  background: #F9F9F9;
  text-align: center;
}
.talk-btn.new {
  background-color: #83c152;
}
.talk-btn.new .talk-title h2 {
  color: #fff;
}
.talk-btn .talk-title h2 {
  text-align: center;
  font-size: 30px;
  margin: auto;
  line-height: 44px;
  color: #000;
  margin-bottom: 50px;
}
.talk-btn .talk-btn-area .btn-primary {
  background-size: 200%;
  color: #000;
  background-position: center left;
  padding: 12px 90px;
  transition: background-position 0.6s ease-in-out, box-shadow 0.3s ease-in-out;
  background-position: left 100% center;
  background: transparent linear-gradient(180deg, #FDB811 0%, #FDB811 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 17px rgba(0, 0, 0, 0.1294117647);
  border-radius: 30px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  border: none;
}
.copy-right-sec {
  background: #83C152;
}
.copy-right-sec.new {
  background: #F9F9F9;
}
.copy-right-sec.new .copy-right {
  color: #000;
}
.copy-right-sec .copy-right {
  text-align: center;
  padding: 20px;
  color: white;
  font-size: 18px;
}
@media (min-width: 768px) {
  .nl-mob-form {
    display: none;
  }
  .nl-banner .banner-area .btn-area.mob{
    text-align: center;
    margin-bottom: 20px;
    display: none;
}
  
}
@media (max-width: 767px) {

  .g-recaptcha-quote iframe

{
    margin: 2px;
}  
.nl-mob-form {
    display: block;
    padding: 30px 0px 30px;
    background: #F9F9F9;
  }
  .nl-mob-form .form-box {
    background-color: #ffffff;
    margin-bottom: 0px;
    color: #fff;
  }
  .nl-mob-form .form-section {
    padding: 33px 30px 30px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
  .nl-mob-form .exp-area .b-formsearch .f-sec
{

  display: grid;
  grid-template-columns: 45% 50%;
  gap:20px;
}
  .nl-mob-form .form-section p {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 26px;
  }
  .nl-mob-form .text-white {
    color: #707070;
    font-weight: 600;
    text-align: center;
  }
  .nl-mob-form .form-group {
    margin-bottom: 30px;
  }
  .nl-mob-form .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #047E7F;
    /* -webkit-box-shadow: none; */
    border-bottom: 1px;
    border-style: none none solid none;
    border-radius: 0;
    /* border-color: #000; */
    /* background-color: #fff; */
    /* background-image: none; */
    /* border: 1px solid #ccc; */
    /* border-radius: 4px; */
    -webkit-box-shadow: none;
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
    /* -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; */
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    /* transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; */
  }
  .nl-mob-form .checkbox {
    display: flex;
    gap: 10px;
    padding-bottom: 20px;
  }
  .nl-mob-form .checkbox .ch-lbl {
    font-size: 15px;
    color: #707070;
    padding-bottom: 20px;
    font-weight: normal;
  }
  .nl-mob-form input::-moz-placeholder {
    color: #01b8a8;
  }
  .nl-mob-form input::placeholder {
    color: #01b8a8;
  }
  .nl-mob-form textarea::-moz-placeholder {
    color: #01b8a8;
  }
  .nl-mob-form textarea::placeholder {
    color: #01b8a8;
  }
  .nl-mob-form .btn-area {
    text-align: center;
  }
  .nl-mob-form textarea.form-control {
    height: 85px;
    background: #ffffff;
    border: 1px solid #047E7F;
}
.nl-mob-form .form-control:focus {
  border-color: #3db79b;
  outline: 0;
}
  .nl-mob-form .btn-default {
    background-size: 200%;
    color: #000;
    background-position: center left;
    padding: 10px 70px;
    transition: background-position 0.6s ease-in-out, box-shadow 0.3s ease-in-out;
    background-position: left 100% center;
    background: transparent linear-gradient(180deg, #FDB811 0%, #FDB811 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 17px rgba(0, 0, 0, 0.1294117647);
    border-radius: 30px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    border: none;
  }
  .nl-mob-form .form-section #lastname-error {
    padding: 10px 60px;
}
  .header-logo {
    display: flex;
    padding-left: 20px;
  }
  .header-logo.new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
    gap: 5px;
  }
  .nl-banner .banner-area {
    display: block;
  }
  .nl-banner .banner-area h2 {
    color: #104780;
    width: 86%;
    font-size: 34px;
    margin: auto;
    text-align: center;
    font-weight: 600;
    line-height: 50px;
    padding: 0px 8px 25px 8px;
  }
  .nl-banner .banner-area .btn-area {
    text-align: center;
    margin-bottom: 50px;
}
  .nl-banner .banner-area .b-formsearch {
    width: 90%;
    margin-left: auto;
    margin: 20px;
    position: static;
  }
  
  .nl-banner .banner-area .ban-cont .btn-area {
    display: block;
    margin-bottom: 30px;
  }
  .nl-banner .t-section .t-area {
    display: flex;
    justify-content: center;
  }
  .nl-banner .t-section .t-area h4 {
    padding-bottom: 5px;
    color: #FFFFFF;
    font-size: 18px;
  }
  .nl-banner .t-section .t-area p {
    color: #FFFFFF;
    line-height: 18px;
    font-size: 12px;
  }
  .explore {
    padding: 30px 0px;
    background: #fff;
  }
  .explore .exp-area {
    display: grid;
    grid-template-columns: 100%;
    padding: 0px 25px;
  }
  .explore .exp-area h4 {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 20px;
    text-align: center;
  }
  .explore p {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    padding: 0px 25px;
    color: #000;
    font-family: Futura PT, sans-serif;
    font-style: normal;
}
  .explore .exp-area p {
    font-size: 16px;
    line-height: 32px;
    color: #000;
    font-family: Futura PT, sans-serif;
    font-style: normal;
    text-align: center;
  }
  .our-expertise {
    padding: 10px 0px;
    background: #fff;
  }
  .our-expertise .exp-title h2 {
    text-align: center;
    width: 100%;
    font-size: 24px;
    margin: auto;
    line-height: 59px;
    color: #000;
  }
  .our-expertise .exp-title p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    width: 100%;
    text-align: center;
    padding: 0px 25px;
    padding-bottom: 30px;
  }
  .our-expertise .expert-area {
    display: block;
    padding: 0px 25px;
  }
  .our-expertise .expert-area .expert-sec {
    padding: 25px 25px;
    background: #83C152;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .our-expertise .expert-area .expert-sec .expert-cont h4 {
    display: flex;
    align-items: center;
    line-height: 24px;
    color: white;
    width: 100%;
  }
  .nv-tab {
    padding: 30px 0px;
    background: #F9F9F9;
  }
  .nv-tab .tab-body {
    padding: 15px;
  }
  .nv-tab .tab-title p {
    font-size: 24px;
    color: #000;
    line-height: 36px;
    width: 95%;
    padding: 0 15px;
    margin: auto;
    text-align: center;
    /* padding: 12px; */
    padding-bottom: 30px;
  }
  .nv-tab .tabs-wrapper .level-area {
    display: block;
  }
  .nv-tab .tabs-wrapper .level-area .level-cont .f-area {
    display: block;
  }
  .nv-tab .tabs-wrapper .level-area .level-cont p {
    font-size: 16px;
    line-height: 30px;
    color: #707070;
  }
  .nv-tab .tabs-wrapper .level-area .level-cont .f-sec {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  .nv-tab .tabs-wrapper .level-area .level-cont h4 {
    font-size: 22px;
    padding: 20px 0px;
    color: #707070;
  }
  .nv-tab .tabs-wrapper .level-area .nt-img {
    padding-top: 15px;
  }
  .nv-tab .tabs-wrapper .level-area .nt-img iframe {
    width: 100%;
    height: auto;
  }
  .why-choose {
    padding: 40px 0px;
    background: white;
  }
  .why-choose .wc-area {
    display: block;
  }
  .why-choose .wc-area ul li {
    font-size: 18px;
    line-height: 33px;
    color: #6A6363;
    padding-bottom: 15px;
  }
  .why-choose .wc-area ul li.leaf {
    padding-left: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
  }
  .why-choose .why-title h2 {
    text-align: center;
    font-size: 24px;
    margin: auto;
    line-height: 24px;
    color: #000;
    margin-bottom: 20px;
  }
  .why-choose .why-title p {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    width: 100%;
    padding: 0 25px;
    margin: auto;
    text-align: center;
    padding-bottom: 0px;
  }
  .why-choose .owl-testimonial .item .tes-area {
    display: block;
    grid-template-columns: 30% 70%;
    border: 0.5px solid #707070;
    border-radius: 15px;
    padding: 20px;
    margin: 25px;
    height: 595px;
  }
  .why-choose .owl-testimonial .item .tes-area p {
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin: 0;
    padding-top: 10px;
  }
  .why-choose .owl-testimonial .item .tes-area .tes-img {
    width: 50%;
    margin: auto;
  }
  .why-choose .owl-testimonial .item .tes-area h4 {
    text-align: center;
  }
  .clients {
    padding: 30px 0px;
    background: #F9F9F9;
  }
  .clients .title h2 {
    text-align: center;
    font-size: 24px;
    margin: auto;
    line-height: 24px;
    color: #000;
    margin-bottom: 30px;
  }
  .clients .item {
    padding: 0px 25px;
  }
  .novac_learning_bg {
    background: #83c152;
    background-size: cover;
    background-position: center;
    height: auto;
  }
  .novac_learning_bg.new {
    background: #F9F9F9;
  }
  .novac_learning_bg .n-sec {
    display: block;
    grid-template-columns: 50%;
    justify-content: left;
  }
  .novac_learning_bg .n-sec p {
    color: #fff;
    font-size: 16px;
    margin-top: 0;
    line-height: 28px;
    padding: 30px;
  }
  .talk-btn {
    padding: 30px 0px;
    background: #F9F9F9;
    text-align: center;
    display: none;
  }
  .talk-btn .talk-title h2 {
    text-align: center;
    font-size: 24px;
    margin: auto;
    line-height: 34px;
    color: #000;
    margin-bottom: 30px;
    padding: 0px 25px;
  }
  .copy-right-sec .copy-right {
    text-align: center;
    padding: 20px;
    color: white;
    font-size: 16px;
  }
  .b-formsearch {
    display: none;
  }
  .b-formsearch.mob {
    display: block;
    margin: 25px;
  }
  .why-choose .owl-testimonial .item .tes-area .tes-icon-img {
    position: absolute;
    right: 56px;
    top: 26%;
  }
  .nl-mob-form .form-section label.error {
    position: absolute;
    left: 0;
    color: red;
    padding: 10px 60px;
    font-size: 13px;
    
}
.copy-right-sec.new {
  background: #83C152;;
}
.copy-right-sec.new .copy-right {
  color: white;
}
.nv-tab .wid-list ul {
  
  padding-left: 20px;
}
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .nl-banner .banner-area .b-formsearch {
    width: 450px;
    margin-left: auto;
    position: absolute;
    top: 44%;
    z-index: 1;
    left: 56%;
  } 
  .explore {
    
    background: #fff;
}
.nl-banner .banner-area h2 {
  color: #104780;
  width: 76%;
  font-size: 40px;
  margin: auto;
  text-align: center;
  font-weight: 600;
  line-height: 50px;
}
} 
@media (min-width: 768px) and (max-width: 992px) {
  .novac_learning_bg {
    background: #83c152;
    background-size: cover;
    background-position: right;
    height: auto;
  }
  .novac_learning_bg .n-sec {
    display: grid;
    grid-template-columns: 100%;
    justify-content: right;
  }
  .novac_learning_bg .n-sec p {
    color: #fff;
    font-size: 18px;
    margin-top: 0;
    padding: 50px 0px;
    line-height: 28px;
  }
  .nl-banner .banner-area h2 {
    color: #104780;
    width: 85%;
    font-size: 30px;
    margin: auto;
    text-align: center;
    font-weight: 600;
    line-height: 45px;
  }
  .explore .exp-area .b-formsearch {
    width: 360px;
    margin-left: auto;
    position: absolute;
    bottom: 0%;
    z-index: 1;
    left: 52%;
  }
  .clients .owl-carousel .owl-item img {
    display: block;
    width: 60%;
    margin: auto;
  }
  .our-expertise .expert-area {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}
}
@media (min-width: 992px) and (max-width: 1024px) {
  .nl-banner .banner-area h2 {
    color: #104780;
    width: 78%;
    font-size: 40px;
    margin: auto;
    text-align: center;
    font-weight: 600;
    line-height: 60px;
  }
  .explore .exp-area .b-formsearch {
    width: 450px;
    margin-left: auto;
    position: absolute;
    bottom: -15%;
    z-index: 1;
    left: 53%;
  }
  .talk-btn .talk-title h2 {
    text-align: center;
    font-size: 30px;
    margin: auto;
    line-height: 44px;
    color: #000;
    margin-bottom: 50px;
  }
  
  .our-expertise .expert-area {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .nl-banner .banner-area h2 {
    color: #104780;
    width: 76%;
    font-size: 40px;
    margin: auto;
    text-align: center;
    font-weight: 600;
    line-height: 60px;
  }
  .explore .exp-area .b-formsearch {
    width: 450px;
    margin-left: auto;
    position: absolute;
    bottom: -15%;
    z-index: 1;
    left: 53%;
  }
  .talk-btn .talk-title h2 {
    text-align: center;
    font-size: 30px;
    margin: auto;
    line-height: 44px;
    color: #000;
    margin-bottom: 50px;
  }
  .our-expertise .expert-area {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .nl-banner .banner-area .b-formsearch {
    width: 450px;
    margin-left: auto;
    position: absolute;
    top: 54%;
    z-index: 1;
    left: 57%;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .nl-banner .banner-area .b-formsearch {
    width: 450px;
    margin-left: auto;
    position: absolute;
    top: 65%;
    z-index: 1;
    left: 60%;
  }
  .ban-cont .btn-area {
    display: none;
  }
  .nl-mob-form {
    display: none;
  }
  .nl-banner .banner-area h2 {
    color: #104780;
    width: 55%;
    font-size: 40px;
    margin: auto;
    text-align: center;
    font-weight: 600;
    line-height: 60px;
}
.explore .exp-area .b-formsearch {
  width: 450px;
  margin-left: auto;
  position: absolute;
  bottom: 0%;
  z-index: 1;
  left: 58%;
}
}

/* @media (min-width: 1200px) and (max-width: 1399px) {
  .nl-banner .banner-area .b-formsearch {
    width: 450px;
    margin-left: auto;
    position: absolute;
    top: 54%;
    z-index: 1;
    left: 57%;
  }
  .nl-banner .banner-area h2 {
    color: #104780;
    width: 60%;
    font-size: 40px;
    margin: auto;
    text-align: center;
    font-weight: 600 !important;
    line-height: 50px;
}
  .explore {
   
    background: #fff;
}

}
@media (min-width: 1400px) and (max-width: 1599px) {
  .nl-banner .banner-area .b-formsearch {
    width: 450px;
    margin-left: auto;
    position: absolute;
    top: 45%;
    z-index: 1;
    left: 60%;
  }
  .nl-banner .banner-area h2 {
    color: #104780;
    width: 52%;
    font-size: 40px;
    margin: auto;
    text-align: center;
    font-weight: 600 !important;
    line-height: 50px;
}
  .ban-cont .btn-area {
    display: none;
  }
  .nl-mob-form {
    display: none;
  }
  .nl-banner .ban-cont .btn-area {
    display: none;
  }
  .explore {
    padding: 100px 0px 20px;
    background: #fff;
}
} */
@media (min-width: 1600px) {
  
  .nl-banner .banner-area h2 {
    color: #104780;
    width: 55%;
    font-size: 40px;
    margin: auto;
    text-align: center;
    font-weight: 600;
    line-height: 60px;
}
.explore .exp-area .b-formsearch {
  width: 450px;
  margin-left: auto;
  position: absolute;
  bottom: 0%;
  z-index: 1;
  left: 58%;
}
}
/* @media (min-width: 1600px) and (max-width: 1899px)
{
  .nl-banner .banner-area .b-formsearch {
    width: 450px;
    margin-left: auto;
    position: absolute;
    top: 45%;
    z-index: 1;
    left: 58%;
  }
  .nl-banner .banner-area h2 {
    color: #104780;
    width: 54%;
    font-size: 40px;
    margin: auto;
    text-align: center;
    font-weight: 600;
    line-height: 50px;
}
} */
@media (min-width: 1900px) {

  .explore .exp-area .b-formsearch {
    width: 450px;
    margin-left: auto;
    position: absolute;
    bottom: 0%;
    z-index: 1;
    left: 58%;
}
  .nl-banner .banner-area h2 {
    color: #104780;
    width: 55%;
    font-size: 40px;
    margin: auto;
    text-align: center;
    font-weight: 600 !important;
    line-height: 50px;
  }
  .nl-banner .ban-cont .btn-area {
    display: none;
  }
  .novac_learning_bg {
    background-image: url(../../bundle/assets/images/campaign/elearning-content-dev/nlbg.png);
    background-size: cover;
    background-position: top;
    height: 460px;
  }
  .novac_learning_bg .n-sec p {
    color: #fff;
    font-size: 18px;
    margin-top: 120px;
    line-height: 28px;
  }
  .nv-tab .tabs-wrapper label {
    transition: background 0.4s ease-in-out, height 0.2s linear;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    width: 13%;
    height: 4em;
    border-radius: 10px 10px 0px 0px;
    background: #D6D6D6;
    text-align: center;
    line-height: 4em;
  }
  .why-choose .wc-area ul.reset-style {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
  }
  .novac_learning_bg .n-sec p {
    color: #fff;
    font-size: 18px;
    margin-top: 120px;
    line-height: 28px;
  }
  .nl-mob-form {
    display: none;
  }
}
label.error {
  position: absolute;
  left: 0;
  color: red;
  padding: 5px 32px;
  font-size: 13px;
}
label.error.lastname-error {
  position: absolute;
  left: 0;
  color: red;
  padding: 5px 32px;
  font-size: 13px;
}

.custerror1
{
  display: block;
}
.note {
  margin: 0;
  font-size: 14px;
  display: inline-block;
  position: relative;
  /* top: -10px; */
  right: 2px;
  padding-left: 10px;
  color: #707070;
}
.form-submit {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  -webkit-box-shadow: 1px 3px 10px #00000016;
  box-shadow: 1px 3px 10px #00000016;
  height: 45px;
  margin-top: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffb200), to(#f5821f));
  background-image: linear-gradient(to right, #ffb200, #f5821f);
  border: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.talk-btn .btn-default {
  background-size: 200%;
  color: #000;
  background-position: center left;
  padding: 10px 90px;
  transition: background-position 0.6s ease-in-out, box-shadow 0.3s ease-in-out;
  background-position: left 100% center;
  background: transparent linear-gradient(180deg, #FDB811 0%, #FDB811 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 17px rgba(0, 0, 0, 0.1294117647);
  border-radius: 30px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  border: none;
  text-decoration: none;
}
.talk-btn .btn-default {
  color: #fff;
}

 /* new form css */

 .iti {
  position: relative;
  display: flex;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  /* position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;*/
  margin-right: 15px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #047e7f;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #047e7f;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 0px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width:100%;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
  color: #047e7f;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
  padding-left: 6px !important;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
  display: flex;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: none;
  border-bottom: 1px solid #047e7f;
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
  color: #047e7f;
  font-size: 14px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  /* height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB; */
  background-position: 20px 0;
}
.iti__flag.iti__np {
  background-color: transparent;
}
#contactno-error{
  position: absolute;
    top: 35px;
    padding: 0;

}
#lastname-error{
  padding: 0;

}
.form-group-last {
  position: relative;

}
.nv-tab .wid-list ul {
  width: 90%;
  margin: auto;
  line-height: 30px;
}
.nv-tab .wid-list p
{
  padding-bottom: 20px;
  line-height: 24px;
}