html {
  font-size: 10px;
}

@media (max-width: 1550px) {
  html {
    font-size: 8px;
  }
}

.section-hero {
  padding: 6rem 0 0;
}

.section-hero .text small {
  color: #3B76E5;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.2rem;
  margin-bottom: 1.5rem;
  display: inline-block;
}

.section-hero .text .h {
  color: #141D38;
  font-size: 6rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

.section-hero .text .h span {
  color: #FFA30C;
}

/* 
.nav li {
  display: flex !important;
  justify-content: center !important;
} */

.section-hero .text p {
  color: rgba(20, 29, 56, 0.6);
  font-size: 1.8rem;
  line-height: 3.6rem;
}

.section-hero .text .btn {
  align-items: center;
  border: 2px solid #FFA30C;
  border-radius: 6px;
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1.7rem 2rem;
  text-transform: uppercase;
  min-width: 16rem;
  justify-content: center;
}

.section-hero .text .btn-grp {
  margin-top: 3rem;
}

.section-hero .text .btn span+span {
  margin-left: 0.8rem;
  position: relative;
  top: -1px;
}

.section-hero .text .btn+.btn {
  margin-left: 2rem;
}

.section-hero .text .btn-solid {
  background-color: #FFA30C;
  color: #fff;
}

.section-hero .text .btn-solid:hover {
  background-color: #fff;
  color: #FFA30C;
}

.section-hero .text .btn-solid:hover svg path {
  fill: #FFA30C;
}

.section-hero .text .watch-story {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

.section-hero .text .watch-story img {
  margin-right: 20px;
}

.section-hero .text .watch-story span {
  color: #141D38;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}

.section-hero .text .watch-story span small {
  color: #141D38;
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
  margin: 0;
}

.section-hero .right .img-box {
  display: flex;
  position: relative;
}

.section-hero .right .img-box img {
  max-width: 100%;
  margin: auto;
}

.section-hero .right .img-box .rotate {
  animation: rotate 20s linear infinite;
  position: absolute;
  inset: 0;
  margin: auto;
}

.section-hero::after {
  content: "";
  position: absolute;
  background: url(../images/line2.png);
  background-size: cover;
  bottom: -60px;
  height: 173px;
  width: 100%;
}

.section-hero .logos2 {
  margin-top: 12rem;
  transform: rotate(-3.5deg);
  position: relative;
  top: -70px;
  z-index: 5;
}

.section-hero .logos2 .img-box {
  align-items: center;
  display: flex !important;
  justify-content: center;
}

.section-about .text {
  margin-bottom: 6rem;
}

.section-about .text .h {
  color: #3F4256;
  font-size: 4rem;
  font-weight: 500;
  line-height: 5.5rem;
  margin-bottom: 2.2rem;
  border-bottom: 5px solid #FFA30C;
}

@keyframes flip5 {
  0% {
    margin-top: -450px;
  }

  5% {
    margin-top: -360px;
  }

  20% {
    margin-top: -360px;
  }

  25% {
    margin-top: -270px;
  }

  40% {
    margin-top: -270px;
  }

  45% {
    margin-top: -180px;
  }

  60% {
    margin-top: -180px;
  }

  65% {
    margin-top: -90px;
  }

  80% {
    margin-top: -90px;
  }

  85% {
    margin-top: 0px;
  }

  99.99% {
    margin-top: 0px;
  }

  100% {
    margin-top: -450px;
  }
}

.last-galaxy {
  margin-top: 30px !important;
  margin-inline: 140px !important;
}

.flip5 {
  animation: flip5 12s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
  padding:0;
}

.flip {
    overflow: hidden;
    position: relative;
    height: 72px;
    padding-left: 0rem !important;
    padding-top: 14px;
    display: inline-block;
    margin-left: -1%;
}

.flip li {
  font-size: 6rem !important;
  padding: 0 10px;
  height: 45px;
  margin-bottom: 45px;
  display: block;
}

.animation {
  display: inline-block;
  height: 65px;
  overflow: hidden;
}

.animation>div>div {
  padding: 0.25rem 0.75rem;
  height: 2.81rem;
  margin-bottom: 3rem;
  display: inline-block;
}

.animation div:first-child {
  animation: text-animation 6s ease-in-out infinite;
}

@keyframes text-animation {
  0% {
    transform: translateY(0%);
  }

  30% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(-100%);
  }

  70% {
    transform: translateY(-150%);
  }

  90% {
    transform: translateY(-150%);
  }

  100% {
    transform: translateY(0%);
  }

}

.animation .second {
  animation: text-animation2 6s ease-in-out infinite;
}

@keyframes text-animation2 {
  0% {
    transform: translateY(0%);
  }

  30% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(-60%);
  }

  70% {
    transform: translateY(-60%);
  }

  90% {
    transform: translateY(-150%);
  }

  100% {
    transform: translateY(0%);
  }

}

.animation .third {
  animation: text-animation3 6s ease-in-out infinite;
}

@keyframes text-animation3 {
  0% {
    transform: translateY(0%);

  }

  30% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(0%);
  }

  70% {
    transform: translateY(-80%);
  }


  90% {
    transform: translateY(-160%);
  }

  100% {
    transform: translateY(0%);
  }

}



.section-about .text p {
  color: #3F4256;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 3.6rem;
}

.section-about .text p span {
  color: #FFA30C;
  font-weight: 700;
}

.section-about .text .btn-group {
  margin-top: 5.8rem;
}

.section-about .text .btn-group a {
  background-color: #FFA30C;
  border: 2px solid #FFA30C;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  padding: 1.3rem 2.8rem;
}

.section-about .text .btn-group a:hover {
  background-color: #fff;
  color: #FFA30C;
}

.section-about .experience-div {
  font-family: "Roboto", sans-serif;
}

.section-about .experience-div h4 {
  color: #3F4256;
  font-size: 3rem;
  font-weight: 400;
  line-height: 6.6rem;
  margin-bottom: 2rem;
}

.section-about .experience-div p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}

.section-about .experience-div .state {
  margin-top: 5rem;
  text-align: center;
}

.section-about .experience-div .state-row {
  display: flex;
  align-items: center;
  margin: 0 -3rem;
}

.section-about .experience-div .state-col {
  padding: 0 3rem;
  width: 20%;
}

.section-about .experience-div .state-col h5 {
  color: #3F4256;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.3;
}

.section-about .experience-div .state-col .line {
  border-radius: 3px;
  height: 4px;
  margin: 1rem auto 1.8rem;
  width: 120px;
}

.section-about .experience-div .state-col p {
  color: #3F4256;
  font-size: 1.6rem;
  line-height: 1.3;
}

.section-about .experience-div .state-col:nth-child(1) .line {
  background-color: #F85C7A;
}

.section-about .experience-div .state-col:nth-child(2) .line {
  background-color: #5250C2;
}

.section-about .experience-div .state-col:nth-child(3) .line {
  background-color: #FF7A5C;
}

.section-about .experience-div .state-col:nth-child(4) .line {
  background-color: #6A6F99;
}

.section-about .experience-div .state-col:nth-child(5) .line {
  background-color: #6AD8DF;
}

.section-service .title small {
  color: #3B76E5;
}

.section-service .title-right a {
  color: #3B76E5;
}

.section-service .title-div {
  margin-bottom: 3.5rem;
}

.section-service .service-box .col-12 {
  margin: 1rem 0;
}

.section-service .service-box .card {
  background-color: #fff;
  border: none;
  box-shadow: 0px 4px 29.8px 0px rgba(0, 0, 0, 0.1098039216);
  border-radius: 22px;
  cursor: pointer;
  padding: 1.4rem;
  height:100%;
}

.section-service .service-box .card img {
  transition: all ease-in 0.2s;
}

.section-service .service-box .card:hover img {
  transform: scale(1.1);
}

.section-service .service-box .card-img .img-box {
    /*border: 1px solid #E7E7E7;
    box-shadow: 0 0 010px #e1e1e1;
    border-radius: 12px;
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    overflow: hidden;
    width: 100%;*/
    border: 1px solid #E7E7E7;
    box-shadow: 0 0 010px #e1e1e1;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    width: 100%;
    text-align:center;
}

.section-service .service-box .card-img .img-box img {
  /*height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;*/
  height: 16vh;
    margin: auto;
    max-width: 100%;


}

.section-service .service-box .card-info {
  padding: 0 1.4rem 0.8rem;
}

    .section-service .service-box .card-info .text {
        margin-bottom: 1.5rem;
        display: flex;
        flex-direction: column;
        align-items: self-start;
        min-height: 25vh;
        justify-content: space-between;
    }

.section-service .service-box .card-info .text h4 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #141D38;
  font-family: "Roboto", sans-serif;
  margin-bottom: 1rem;
  font-weight: 700;
}

.section-service .service-box .card-info .text p {
  /*color: #737887;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  line-height: 2.4rem;*/
      color: #737887;
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    line-height: 2.4rem;
    text-align: justify;
    min-height: 20vh;
}

.section-service .service-box .card-info .btn {
  background-color: rgba(255, 163, 12, 0.14);
  padding: 1rem 1.2rem;
  border-radius: 4px;
  cursor: pointer;
}

.section-service .service-box .card-info .btn span {
  color: #141D38;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.section-service .service-box .card-info .btn span+span {
  margin-left: 1rem;
}

.section-service .service-box .card-info .btn:hover {
  background-color: #141D38;
}

.section-service .service-box .card-info .btn:hover span {
  color: #FFA30C;
}

.section-service .service-box .card-info .btn:hover svg path {
  fill: #FFA30C;
}

.section-featured .title-div {
  margin-bottom: 14rem;
}

.section-featured .featured-box .col-12:nth-child(1) .card-icon {
  background-color: #FFF4EB;
}

/*.section-featured .featured-box .col-12:nth-child(2) .card {
  margin-top: 100px;
}*/

.section-featured .featured-box .col-12:nth-child(2) .card-icon {
  background-color: #DEF1FC;
}

.section-featured .featured-box .col-12:nth-child(3) .card-icon {
  background-color: #FFF3F9;
}

/*.section-featured .featured-box .col-12:nth-child(4) .card {
  margin-top: 100px;
}*/

.section-featured .featured-box .col-12:nth-child(4) .card-icon {
  background-color: #EDFFF4;
}

.section-featured .featured-box .card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  border: none;
  max-width: 100%;
  margin: auto;
  height: 295px;
  padding: 3rem 1rem;
  position: relative;
  text-align: center;
  width: 29rem;
  margin-bottom:5rem;
}

.section-featured .featured-box .card-icon {
    border-radius: 100%;
    height: 14rem;
    position: absolute;
    margin: auto;
    top: -5rem;
    left: 0;
    right: 0;
    width: 14rem;
    border: solid 1px #ccc;
    padding: 0.4rem;
}
.card-icon1 {
    overflow: hidden;
}
.card-icon1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.section-featured .featured-box .card-info .text {
  margin: 3.5rem 0 3rem;
}

    .section-featured .featured-box .card-info .text .h {
        /*font-size: 2.2rem;
  line-height: 2.6rem;
  font-family: "Poppins", sans-serif;
  color: #141D38;
  margin-bottom: 1.6rem;*/
        font-size: 1.8rem;
        line-height: 2.2rem;
        color: #141D38;
        font-family: "Roboto", sans-serif;
        margin-bottom: 1rem;
        font-weight: 700;
    }

.section-featured .featured-box .card-info .text p {
  font-size: 1.6rem;
  line-height: 2rem;
  font-family: "Roboto", sans-serif;
  color: #737887;
}

.section-featured .featured-box .card-info .btn {
  border: 1px solid #FFA30C;
  border-radius: 6px;
  color: #FFA30C;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.6rem 2rem;
}

.section-featured .featured-box .card-info .btn span+span {
  margin-left: 1rem;
}

.section-featured .featured-box .card-info .btn:hover {
  background-color: #FFA30C;
  color: #fff;
}

.section-featured .featured-box .card-info .btn:hover svg path {
  fill: #fff;
}

.section-products .title-div {
  margin-bottom: 3rem;
}

.section-products .logos {
  background-color: #fff;
  box-shadow: 0px 4px 19.5px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 18px;
  padding: 4rem;
}

.section-products .logos-col .box {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 80px;
  margin: auto;
  width: 160px;
}

.section-products .logos-col .box img {
  max-width: 100%;
  max-height: 100%;
}

section .shape {
  position: absolute;
}

section .shape1 {
  top: 0;
  right: 0;
}

section .shape2 {
  left: -180px;
  top: 900px;
}

section .shape3 {
  right: -40px;
  top: 1380px;
}

section .shape4 {
  left: -80px;
  top: 2600px;
}

section .shape5 {
  right: -300px;
  top: 4500px;
}

section .shape6 {
  left: -150px;
  top: 5700px;
}

@media (max-width: 1600px) {
  section .shape {
    right: 0 !important;
    max-width: 50%;
    height: auto;
  }

  section .shape img {
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  section .shape {
    display: none;
  }
}

@media (max-width: 1199px) {
  .section-hero .logos2 {
    margin-top: 18rem;
  }

  .section-about .row {
    text-align: center;
  }

  .section-about .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 3rem;
  }

  /*.section-about .col-12+.col-12 {
    margin-top: 5rem;
  }*/
    .section-about .col-12 + .col-12 {
        margin-top: 2rem;
    }
}

@media (max-width: 991px) {
  .section-hero .right {
    margin-bottom: 2rem;
  }

  .section-about .experience-div .state-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .section-about .experience-div .state-col {
    margin: 1.5rem 0;
    width: 33.3333333333%;
  }

  .section-service .title {
    text-align: center;
  }

  .section-service .right .title-right {
    text-align: center;
    justify-content: center !important;
  }
}

@media (max-width: 767px) {
  .section-service .service-box .card-img .img-box {
    height: 260px;
  }

  .section-featured .featured-box .col-12:nth-child(2) .card,
  .section-featured .featured-box .col-12:nth-child(3) .card,
  .section-featured .featured-box .col-12:nth-child(4) .card {
    margin-top: 8rem;
  }

  .section-featured .featured-box .card {
    width: 100%;
  }

  .section-about .experience-div .state-col {
    width: 100%;
  }

}

/*# sourceMappingURL=homepage.css.map */
/* Azim's CSS Starts */
/* Product page */
.product-box {
  border: 1px solid rgba(200, 200, 200, 1);
  border-radius: 20px;
  box-shadow: 0px 4px 18.3px 0px rgba(0, 0, 0, 0.1);
}

.product-box .img-box>img {
  height: 400px;
}

.text-career .h {
  font-family: 'Poppins';
  color: #292F3B;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.text-career ul {
  margin-left: 20px;
}

.text-career ul li {
  list-style-type: disc;
  font-size: 18px;
  color: #737887;
}

.text-career .product-para {
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: 'Roboto' !important;
  line-height: 36px !important;
}

@media (max-width: 767px) {
  .text-career ul {
    margin-left: 0px !important;
  }

  .gallery-content-4 {
    margin-bottom: 0px;
  }
}

/* Azim's CSS ends here */

/* Vishal's CSS Starts */

/* Service page */

.section-process .title small {
  color: #3B76E5;
}

/* Portfolio */

.portfolio-c2-wprocess {

  color: #3B76E5;

}

/* Vishal's CSS ends here */

.header-row > a img {
    max-width: 18rem;
}
.transitionHover{
    transition: 0.3s all; 
}
.transitionHover:hover{
    transform: scale(1.1);
}
.media-head {
    opacity: 0;
}
.footer-main .col {
    flex: 1 1 auto;
}
/*.container {
    padding-right: 1rem;
    padding-left: 1rem;
}*/
@media screen and (min-width: 768px) {
    .footer-main .col {
        flex: 1 0 0%;
    }
    .add-section {
        position: fixed;
        /*top: 0;*/
        top: 12rem;
        width: 129px;
        margin: 10px;
        margin-top: 5px;
        text-align: center;
        z-index: 11;
    }

    .add-section-left {
        left: 0;
    }

    .add-section-right {
        right: 0;
    }

    body {
        margin-left: 150px;
        margin-right: 150px;
        margin-top: 5px;
    }
    .media-head{
        opacity:1;
    }
    
}
#divCaptcha {
    display: flex;
    justify-content: space-between;
    align-content: center;
}
#divCaptcha .realperson-challenge{
    position:relative;
}
.text-justify{
    text-align:justify;
}
.header ul li + li {
    margin-left: 1rem;
}
.contact2 .col2, .genxPro{
    transition:all 0.4s;
}
.contact2 .col2:hover, .:hover {
    transform:translateY(-1rem);
    box-shadow:0 0 20px #999999;
}




@import url('https://fonts.googleapis.com/css?family=Abel');

h1 {
    font-family: 'Abel', sans-serif;
    font-weight: 100;
    font-size: 40px;
    text-align: center;
}

/*.container {
    width: 80%;
    margin: 0 auto;
}*/

a {
    outline: 0 !important;
}

.magnific-img img {
    width: 100%;
    height: auto;
}

.mfp-bottom-bar, * {
    font-family: 'Abel', sans-serif;
}

.magnific-img {
    display: inline-block;
    width: 32.3%;
}

a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-arrow-left:before {
    border-right: none !important;
}

.mfp-arrow-right:before {
    border-left: none !important;
}

button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter {
    opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #CCC;
    }

        .mfp-preloader a:hover {
            color: #FFF;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover,
    .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover,
    .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before,
    .mfp-arrow:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after {
        border-right: 17px solid #FFF;
        margin-left: 31px;
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after {
        border-left: 17px solid #FFF;
        margin-left: 39px;
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3F3F3F;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #000;
    }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444;
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.genxPro {
    transition: all 0.4s;
}

.genxPro:hover {
    transform: translateY(-1rem);
}