h1, h2, h3, h4, h5, h6 {
    font-family: 'Manrope', sans-serif;
}
p, li, a {
    font-family: 'Barlow', sans-serif;
}
a {
    text-decoration: none !important;
}
.w400 {
    font-weight: 400 !important;
}
.w500 {
    font-weight: 500 !important;
}
.w600 {
    font-weight: 600 !important;
}
.w700 {
    font-weight: 700 !important;
}
.w800 {
    font-weight: 800 !important;
}
.text-dark {
    color: #000 !important;
}
.primary-set {
    color: #1F2B6C;
}
.primary-setbg {
    background-color: #1F2B6C;
}
p {
    font-size: 18px;
    font-weight: 400;
    color: #616161;
}
.primary-borderset {
    border: solid 1px #57A8FE !important;
    border-radius: 0 !important;
    width: 130px;
    position: relative;
    display: block;
}
.nav-item .active:after {
    -moz-transform: rotateY(0deg) !important;
    -ms-transform: rotateY(0deg) !important;
    -o-transform: rotateY(0deg) !important;
    -webkit-transform: rotateY(0deg) !important;
    transform: rotateY(0deg) !important;
    color: #1F2B6C !important;
}
.znrg-logo img {
    width: 170px;
}
.approach-button a:hover {
    background-color: #57A8FE;
    border-color: #57A8FE !important;
    color: #fff !important;
}
.all-button a:hover {
    background-color: #1F2B6C;
    border-color: #1F2B6C !important;
    color: #fff !important;
}
.tranding-box a:hover {
    background-color: #1F2B6C;
    border-color: #1F2B6C !important;
    color: #fff !important;
}
.tranding-box a {
    transition: .4s;
}
header .nav-item .nav-link:after {
    position: relative;
    background-color: #1F2B6C;
    color: #1F2B6C !important;
    content: "";
    top: 15px;
    height: 3px;
    width: 100%;
    display: block;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}
header .nav-item:hover .nav-link:after {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    color: #1F2B6C !important;
}

.banner-heading h1 {
    font-size: 58px;
}
.banner-heading p {
    font-size: 19px;
    text-align: justify;
}

.approach-heading h2 {
    font-size: 55px;
}
.whychoose-bg {
    position: absolute;
    top: 0px;
}
.whychoose-img {
    margin-right: -90px;
    z-index: 9;
    position: relative;
}
.whychoose-content i {
    background: linear-gradient(94deg, #FFB629 -1.21%, #FFDA56 58.66%, #FFD7A6 116.84%);
    padding: 15px;
    border-radius: 50%;
}
.check-insertion {
    position: absolute;
    right: 0;
    top: 0;
    width: 210px;
}
.calculator-structure .nav-link {
    border: solid 1px #57A8FE !important;
    border-radius: 0 !important;
    width: 220px;
}
.calculator-structure .nav-tabs .nav-item.show .calculator-structure .nav-link, .calculator-structure .nav-tabs .nav-link.active {
    background-color: #57A8FE !important;
    color: #fff !important;
}
.trending-podcast-page .nav-tabs .nav-item.show .trending-podcast-page .nav-link, .trending-podcast-page .nav-tabs .nav-link.active {
    background-color: #1F2B6C !important;
    color: #fff !important;
}
.trending-img img {
    width: 100px;
}
.tranding-box {
    border: solid 1px #979797;
    border-radius: 15px;
    transition: .3s;
    height: 280px;
}
.tranding-box:hover {
    box-shadow: 1px 1px 10px #898989;
}
.trending-jobs hr {
    border: solid 3px #E03F3F;
    opacity: 1 !important;
    border-radius: 10px;
}
.alex {
    margin-top: -120px;
}
.whychoose-content h5 {
    border-left: solid 3px #57A8FE;
    padding-left: 8px;
}
.featured-button .hex1:hover {
    color: #0D6EFD !important;
    background-color: white !important;
} 
.featured-button .hex2:hover {
    color: #fff !important;
    background-color: #0D6EFD !important;
} 

.reveal{
    position: relative;
    opacity: 0;
  }
  .why-choose .reveal.active, .alex .reveal.active{
    opacity: 1;
    left: 600px;
    -webkit-animation: slide 1s forwards;
    -webkit-animation-delay: 0s;
    animation: slide 1s forwards;
    animation-delay: 0s;
  }
  @-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}



/* video background */
#background-video {
    height: 500px;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  /* @media (max-width: 750px) {
      #background-video { display: none; }
      body {
        background: url("https://assets.codepen.io/6093409/river.jpg") no-repeat;
        background-size: cover;
      }
  } */

  
h2.counter-p.text-center.pe-lg-5 {
    color: #616161;
    font-size: 30px;
}
h1.counter-text.w800.text-center {
    color: #1F2B6C;
}
.counterbox {
    height: 263px;
    width: 260px;
}
.icon-content {
    padding-top: 98px;
    text-align: center;
}
.icon-content {
    padding-top: 91px;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    font-family: 'Barlow';
    color: #1E2B6C;
}
h4.counter-head {
    font-size: 20px;
    color: #1E2B6C;
    font-family: 'Barlow';
}
section.counter.py-5 .col-lg-4.col-md-6.col-sm-6.col-12 {
    display: flex;
    justify-content: center;
}
p.counter-p.text-center.pe-lg-5 {
    color: #616161;
    font-family: 'Barlow';
    font-size: 21px;
}
img.mision-img-2 {
    width: 100%;
    /* Added height by sandeep */
    height: 430px;
}

/* Class made by sandeep */
.pt-lg-6 {
    padding-top: 100px;
}

section.develop .content-mision {
    padding: 29px !important;
}
section.develop .content-vision {
    padding: 40px;
}
/* Changed by sandeep previous value 52px */
.content-mision {
    padding: 33px;
}
.content-mision {
    padding: 52px;
}
h2.mision-heading {
    font-size: 26px;
    font-weight: 600;
    color: #1F2B6C;
}
p.content-mision-heading {
    text-align: justify;
}
img.vision-img {
    width: 100%;
    /* Added height by sandeep */
    height: 430px;
}
section.vision-mision .col-lg-6 {
    padding: 0px;
}
.content-vision {
    padding: 80px;
}
img.img-blr {
    width: 500px;
    position: absolute;
    right: 0px;
    top: -131px;
}
.blur-image {
    position: relative;
}
img.multi-layer {
    width: 70%;
}
.image-layer {
    display: flex;
    justify-content: center;
    align-items: center;
}
img.icons-image {
    background: #57A8FE;
    padding: 36px;
    border-radius: 100%;
    width: 45%;
}
.circle-image {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
img.icons-image.yellow {
    background: #59C5FA;
    height: 172px;
    width: 48%;
}
img.icons-image.blue {
    background: #065381;
    padding: 22px;
    height: 170px;
}
section.another-section.py-5 {
    padding-top: 130px !important;
    padding-bottom: 120px !important;
}
img.img-an {
    width: 100%;
    /* Added height nby sandeep  */
    height: 370px;
}
p.counter-p.text-justify.pe-lg-5 {
    font-size: 20px;
    color: #616161;
    text-align: justify;
}
.content-another {
    padding: 59px;
}
a.another-btn {
    border: 1px solid #a2a2a2;
    padding: 10px 70px;
    color: #000;
    transition: .5s ease-in-out;
    margin: 15px;
}
a.another-btn:hover {
    background-color: #1f2b6c;
    color: #fff;
}
a.another-btn path {
    transition: .5s ease-in-out;
}
a.another-btn:hover path {
    fill: #fff;
}
.btn-another {
    display: flex;
    justify-content: center;
}
a.btn-development {
    background: #d5d5d5;
    padding: 19px 19px;
    border-radius: 30px;
}
a.btn-development {
    color: #202636;
    font-weight: 700;
}
img.img-dev {
    width: 100%;
}
.content-banner-development {
    background: #f0f0f0;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #8d8b8b;
    position: absolute;
    top: 130px;
}
p.counter-p.text-center {
    color: #616161;
    
}
p.counter-p.pe-lg-5 {
    margin: 0px;
    color: #616161;
    font-size: 22px;
}
.development-p {
    padding: 20px;
}
.development-c {
    font-size: 30px;
    color: #1F2B6C;
}
.bg-grey {
    background: #f6f6f6;
    padding-bottom: 50px;
}
button.accordion-button.collapsed {
    background-color: #fff;
    box-shadow: 0px 0px 10px #d7d7d7;
    border-radius: 7px !important;
}
.accordion-item {
    margin-top: 25px;
}
.accordion-body {
    border: 1px solid #d7d7d7;
    font-family: 'Barlow';
    font-size: 18px;
}
button.accordion-button.collapsed {
    padding: 15px;
}
section.bg-img {
    padding-top: 90px;
    padding-bottom: 90px;
}
h2.content-bg {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    font-family: 'Manrope';
}
.dv-l {
    font-size: 27px !important;
    font-weight: 700;
}
.portal {
    font-size: 47px !important;
}
img.portal-first {
    width: 100%;
    border-radius: 20px;
}
section.portal-first.py-5 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
h2.heading-portal-first {
    font-family: 'Manrope';
    color: #1F2B6C;
    font-size: 43px;
    line-height: 41px;
}
a.btn-first-portal {
    font-size: 22px;
    color: #0052B4;
    font-family: 'Barlow';
}
img.sec-portal {
    width: 100%;
    border-radius: 20px;
    margin-top: 20px;
}
p.text-portal {
    text-align: justify;
    font-size: 20px;
    color: #616161;
    margin-top: 0px;
}
p.color-grey.text-center {
    color: #616161;
    font-size: 20px;
}
section.bg-banner-portal {
    padding-top: 140px;
    padding-bottom: 140px;
}
.content-bg-img {
    background: #4792E080;
    padding: 35px;
    border-radius: 20px;
}
h2.box-heading-portal {
    color: #fff;
    font-family: 'Manrope';
    letter-spacing: 3px;
    font-weight: 600;
}
p.box-text-portal {
    color: #fff;
}
h2.heading-first-section {
    text-align: center;
    color: #1f2b6c;
    font-weight: 600;
    font-size: 35px;
}
p.text-first-section {
    color: #616161;
    font-size: 20px;
}
img.training-first-img {
    width: 100%;
    border-radius: 25px 25px 0px 0px;
    height: 410px;
}
p.text-points-training {
    font-size: 22px;
    padding-top: 20px;
}
.btn-view-more-training {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px !important;
}
a.btn-more-deatils-training {
    font-size: 20px;
    border: 1px solid #132742;
    padding: 10px 70px;
    border-radius: 6px;
    color: #1F2B6C;
    transition: .5s ease-in-out;
}
a.btn-more-deatils-training:hover {
    background-color: #1f2b6c;
    color: #fff;
}
img.img-box-three {
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}
h2.heading-box-three {
    text-align: center;
    font-family: 'Manrope';
    font-weight: 600;
    color: #0052B4;
    padding-top: 10px;
}
p.text-three-box {
    font-size: 17px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
h1.date-three-box {
    text-align: center;
    font-size: 20px;
    color: #0052b4;
    padding-bottom: 25px;
}
.box-three-section {
    background: #fff;
    box-shadow: 0px 0px 10px #d5d5d5;
    border-radius: 20px;
    margin: 10px;
}
section.blog-section {
    padding-top: 60px;
    padding-bottom: 60px;
}
h2.heading-1-blog-training {
    color: #1F2B6C;
    font-size: 35px;
}
h2.heading-blog-training {
    color: #616161;
    font-size: 25px;
}
a.read-more-training-btn {
    background: #1f2b6c;
    color: #fff;
    padding: 20px 33px;
    border-radius: 30px;
}
.btn-read-more-training {
    margin-top: 25px;
}
img.blog-section-image {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
h1.small-heading {
    font-size: 20px;
    color: #0052B4;
}
h2.heading-box-blog-section {
    color: #616161;
    font-size: 20px;
}
.blog-section-box-training {
    box-shadow: 0px 0px 10px #d1d1d1;
    border-radius: 10px;
    margin: 10px;
}
.content-blog-box-training {
    padding: 22px;
    height: 160px;
}
h2.small-heading-solution {
    color: #616161;
    font-size: 25px;
}
h2.main-haeding-solution-training {
    color: #1F2B6C;
    font-size: 43px;
    padding-top: 25px;
    padding-bottom: 30px;
    line-height: 55px;
}
a.btn-solution-training {
    font-size: 20px;
}
a.btn-solution-training svg {
    margin-left: 10px;
}
img.side-solution {
    width: 100%;
}
p.text-solution {
    padding: 50px;
    color: #fff;
    text-align: justify;
}
.bg-solution {
    margin-top: -200px !important;
    z-index: -1 !important;
}
h2.multi-layer-text {
    text-align: center;
    font-size: 22px;
    color: #616161;
    font-family: 'Barlow';
}
img.menbers-training {
    width: 100%;
}
h2.heading-menber-name {
    color: #1F2B6C;
    font-size: 25px;
    text-transform: uppercase;
}
p.text-member-training {
    color: #616161;
    text-transform: uppercase;
    font-size: 19px;
}
.member-box-training {
    box-shadow: 0px 0px 10px silver;
    margin: 10px;
}
a.member-ntn-read {
    color: #616161;
}
/*new css changes heena*/
section.our-approach.position-relative.py-5.mt-lg-5.mt-md-5.px-lg-5.px-md-4.px-2 {
    padding-top: 50px !important;
}
img.home-bottom-img {
    width: 17%;
    position: absolute;
    right: 0;
    margin-top: -170px;
}
section.alex img.w-100 {
    padding-top: 140px;
}
.btn-banner-development {
    margin-top: 40px;
}
.content-banner-development {
    margin: 40px;
}
h2.mision-heading.dv-l {
    text-align: left;
    font-size: 24px !important;
    font-weight: 700;
}
.btn-another-dv {
    margin-top: 35px;
}
.banner-dev {
    justify-content: center;
    align-items: center;
    display: flex;
}
.banner-dev a {
    color: #1f2b6c;
    background-color: #fff;
}
.zenegy-content.reveal {
    padding-top: 130px !important;
}

/* Animation start */

.animation-slide{
    animation: slideRight 1s cubic-bezier(0, 0, 0, 0) infinite;
}
.animation-slide{
    animation: slideRight1 2s cubic-bezier(0, 0, 0, 0) infinite;
}
.animation-slide2 {
    animation: slideRight2 2s cubic-bezier(0, 0, 0, 0) infinite;
}
.animation-slide1 {
    animation: slideRight4 1s cubic-bezier(0, 0, 0, 0) infinite;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes slideRight{

    0% {
        opacity: 1;
        transform: translateX(2px);
    }
    20% {
        opacity: 1;
        transform: translateX(4px);
    }
    40% {
        opacity: 1;
        transform: translateX(6px);
    }
    60% {
        opacity: 1;
        transform: translateX(6px);
    }
    80% {
        opacity: 1;
        transform: translateX(4px);
    }
    100% {
        opacity: 1;
        transform: translateX(2px);
    }
}
@keyframes slideRight1{
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(0.95, 0.95);
    }
    100% {
        transform: scale(1, 1);
    }
}

@keyframes slideRight2{

    0% {
        opacity: 1;
        transform: translateX(2px);
    }
    20% {
        opacity: 1;
        transform: translateX(4px);
    }
    40% {
        opacity: 1;
        transform: translateX(6px);
    }
    60% {
        opacity: 1;
        transform: translateX(6px);
    }
    80% {
        opacity: 1;
        transform: translateX(4px);
    }
    100% {
        opacity: 1;
        transform: translateX(2px);
    }
}

@keyframes slideRight4{
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(1turn);
    }
}
    

    /* Animation End */ 


.fdown.show {
    opacity: 1;
    transform: translateY(0);
}
a.read-more-training-btn:hover {
    color: #fff;
}
a.read-more-training-btn svg {
    margin-left: 10px;
}
a.btn-learn-blog-training svg {
    margin-left: 10px;
}
.calculator-structure.py-5 button.nav-link {
    width: 210px;
}
svg {
    margin-left: 10px;
}
button.button svg.icon {
    margin-left: 0px;
}
.why-choose p.w500 {
    font-size: 17px;
}
.trending-img img {
    height: 55px;
}
.set-trend:nth-child(2):before, .set-trend:nth-child(5):before {
    border-top: solid 6px #E03F3F;
    padding-top: 25px;
    content: "";
    display: block;
    margin: 50px 35px 0;
    border-radius: 4px;
}
.set-trend:nth-child(1):after, .set-trend:nth-child(3):after,
.set-trend:nth-child(4):after, .set-trend:nth-child(6):after {
    border-top: solid 6px #E03F3F;
    padding-top: 25px;
    content: "";
    display: block;
    margin: 35px 35px 0;
    border-radius: 4px;
}
select:focus-visible {
    outline: none !important; 
}
section.vision-mision .content-mision.pt-5 {
    padding-top: 100px !important;
}
section.vision-mision.develop .content-vision.pt-5 {
    padding-top: 60px !important;
}
.img-solution-side svg {
    width: 500px;
}

.trending-podcast-page ul#myTab {
    border-bottom: 0;
}

.heloo:nth-child(even) {
    flex-direction: row-reverse !important;
}
/*form home*/
img.form-bg {
    width: 100%;
}

.form-main {
    padding: 50px;
}
h2.heading-form-main {
    color: #616161;
    font-weight: 700;
}
h2.heading-forms-content {
    color: #fff;
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 51px;
}
p.content-form {
    color: #fff;
    text-align: justify;
    padding-top: 35px;
}
.bg-image-form {
    padding: 90px;
    height: 700px;
}
span.color-sky {
    color: #59C5FA;
}
input.home-form {
    border: none;
    color: #000;
    font-weight: 400;
    font-size: 20px;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    height: 50px;
    display: block;
    
}
.form-control:focus {
    color: #fff;
    background-color: #fff;
    border-color: #fff !important;
    outline: 0;
    box-shadow: none !important;
}
.btn-form.pt-5 {
    display: flex;
    justify-content: center;
}
button.btn.btn-primary.home-form-btn {
    color: #1F2B6C;
    background: #fff0;
    border: 2px solid #1F2B6C;
    padding: 10px 55px;
    font-family: 'Barlow';
    transition: .4s ease-in-out;
}
button.btn.btn-primary.home-form-btn:hover {
    background: #1F2B6C;
    color: #fff;
}
label.form-check-label {
    font-size: 13px;
    color: #0052B4;
    font-weight: 600;
    font-family: 'Barlow';
}
img.development-bg {
    width: 100%;
}
.form-control:focus {
    color: #fff;
    background-color: #fff;
    border-color: #000 !important ;
    outline: 0;
    box-shadow: none !important;
}
h1.info-graphic.text-center.w800 {
    color: #1f2b6c;
    padding-bottom: 40px;
}