@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*global area*/
/*----------------------------------------------------*/
.nio-eight {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.55;
  color: #3c4b62;
  font-family: "Roboto";
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

::selection {
  color: #ffffff;
  background-color: #ffc601;
}

::-moz-selection {
  color: #ffffff;
  background-color: #ffc601;
}

.container {
  max-width: 1200px;
}
.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  box-shadow: none;
}

.relative-position {
  position: relative;
}

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

.overflow-hidden {
  overflow: hidden;
}

.pera-content p {
  margin-bottom: 0;
}

.nio-eig-no-padding {
  padding: 0;
}

.nio-eight .headline h1,
.nio-eight .headline h2,
.nio-eight .headline h3,
.nio-eight .headline h4,
.nio-eight .headline h5,
.nio-eight .headline h6 {
  margin: 0;
  font-family: "Poppins";
}

.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.scrollup {
  width: 45px;
  right: 15px; 
  z-index: 5;
  height: 45px;
  bottom: 20px;
  display: none;
  position: fixed;
  line-height: 45px;
  background-color: #ffc102;
}
.scrollup i {
  color: #fff;
}
@keyframes toLeftFromRight {
  49% {
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(111px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(93px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-70px, 72px) rotate(124deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 72px) rotate(104deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animationFramesThree {
  0% {
    transform: translate(165px, -179px);
  }
  100% {
    transform: translate(-346px, 617px);
  }
}
.nio-eig-section-title span {
  font-weight: 700;
  color: #111111;
}
.nio-eig-section-title h2 {
  color: #191728;
  font-size: 36px;
  font-weight: 700 !important;
  padding-bottom: 20px;
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.nio-eig-header-style-eight .nio-eig-header-top {
  padding: 15px 0px;
  background-color: #141414;
}
.nio-eig-header-style-eight .nio-eig-header-top-contact {
  padding-top: 8px;
}
.nio-eig-header-style-eight .nio-eig-header-top-contact li {
  margin-right: 45px;
}
.nio-eig-header-style-eight .nio-eig-header-top-contact li a {
  color: #fff;
  font-size: 14px;
}
.nio-eig-header-style-eight .nio-eig-header-top-contact li a i {
  margin-right: 5px;
  color: #ffc102;
}
.nio-eig-header-style-eight .nio-eig-header-top-btn {
  color: #fff;
  height: 40px;
  width: 130px;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  border-radius: 40px;
  background-color: #ffc102;
}
.nio-eig-header-style-eight .nio-eig-header-top-btn a {
  width: 100%;
  display: block;
}
.nio-eig-header-style-eight .nio-eig-brand-logo {
  margin-right: 100px;
}
.nio-eig-header-style-eight .nio-eig-header-content {
  padding: 26px 0px;
}
.nio-eig-header-style-eight .nio-eig-header-menu {
  padding-top: 18px;
}
.nio-eig-header-style-eight .nio-eig-main-navigation {
  float: left;
}
.nio-eig-header-style-eight .nio-eig-main-navigation .navbar-nav {
  display: inherit;
}
.nio-eig-header-style-eight .nio-eig-main-navigation li {
  margin-right: 50px;
}
.nio-eig-header-style-eight .nio-eig-main-navigation li a {
  color: #191728;
  font-weight: 700;
  position: relative;
  padding-bottom: 40px;
  text-transform: uppercase;
}
.nio-eig-header-style-eight .nio-eig-main-navigation li a:after {
  left: 0;
  width: 0%;
  right: 0;
  bottom: 1px;
  content: "";
  height: 5px;
  margin: 0 auto;
  position: absolute;
  background-color: #ffc102;
  transition: 0.3s all ease-in-out;
}
.nio-eig-header-style-eight .nio-eig-main-navigation li:hover > a {
  color: #ffc100  !important;
}
.nio-eig-header-style-eight .nio-eig-main-navigation li:hover a:after {
  width: 100%;
}
.nio-eig-header-style-eight .dropdown {
  position: relative;
}
.nio-eig-header-style-eight .dropdown:after {
  top: -2px;
  color: #000;
  right: -14px;
  content: "+";
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  transition: 0.3s all ease-in-out;
}
.nio-eig-header-style-eight .dropdown .dropdown-menu {
  top: 65px;
  left: 0;
  opacity: 0;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 200px;
  border: none;
  display: block;
  border-radius: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  border-bottom: 2px solid #ffc102;
  box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}
.nio-eig-header-style-eight .dropdown .dropdown-menu li {
  width: 100%;
  margin-left: 0;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 0px;
}
.nio-eig-header-style-eight .dropdown .dropdown-menu li a {
  width: 100%;
  color: #343434;
  display: block;
  font-size: 14px;
  padding: 10px 25px;
  position: relative;
  transition: 0.3s all ease-in-out;
}
.nio-eig-header-style-eight .dropdown .dropdown-menu li a:before {
  display: none;
}
.nio-eig-header-style-eight .dropdown .dropdown-menu li a:after {
  display: none;
}
.nio-eig-header-style-eight .dropdown .dropdown-menu li a:hover {
  background-color: #ffc102;
  color: #fff !important;
}
.nio-eig-header-style-eight .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
.nio-eig-header-style-eight .dropdown:hover .dropdown-menu {
  top: 59px;
  opacity: 1;
  visibility: visible;
}
.nio-eig-header-style-eight .dropdown:hover:after {
  color: #ffc102;
}
.nio-eig-header-style-eight .nio-eig-header-social a {
  color: #141414;
  font-size: 17px;
  margin-left: 20px;
}
.nio-eig-header-style-eight .nio-eig-header-social a:hover {
  color: #ffc102;
}
.nio-eig-header-style-eight.sticky-on {
  top: -70px;
  width: 100%;
  z-index: 10;
  position: fixed;
  animation-duration: 0.7s;
  background-color: #fff;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-timing-function: ease;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.main-header .nio-eig-mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 280px;
  overflow-y: scroll;
  background-color: #ffff;
  padding: 40px 0px;
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  transition: all 0.5s ease-in;
}
.main-header .nio-eig-mobile_menu_content .nio-eig-mobile-main-navigation {
  width: 100%;
}
.main-header .nio-eig-mobile_menu_content .nio-eig-mobile-main-navigation .navbar-nav {
  width: 100%;
}
.main-header .nio-eig-mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  transform: none !important;
}
.main-header .nio-eig-mobile_menu_content .nio-eig-mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid #141414;
}
.main-header .nio-eig-mobile_menu_content .nio-eig-mobile-main-navigation .navbar-nav li:first-child {
  border-bottom: 1px solid #141414;
}
.main-header .nio-eig-mobile_menu_content .nio-eig-mobile-main-navigation .navbar-nav li a {
  color: #141414;
  padding: 0;
  width: 100%;
  display: block;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 30px;
  font-family: "Poppins";
  text-transform: uppercase;
}
.main-header .nio-eig-mobile_menu_content .m-brand-logo {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.main-header .nio-eig-mobile_menu_wrap.mobile_menu_on .nio-eig-mobile_menu_content {
  right: 0px;
  transition: all 0.7s ease-out;
}
.main-header .mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.5s ease-in-out;
}
.main-header .mobile_menu_overlay_on {
  overflow: hidden;
}
.main-header .nio-eig-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}
.main-header .nio-eig-mobile_menu_button {
  right: 0;
  top: -40px;
  z-index: 5;
  color: #ffc100;
  display: none;
  cursor: pointer;
  font-size: 30px;
  line-height: 40px;
  position: absolute;
  text-align: center;
}
.main-header .nio-eig-mobile_menu .nio-eig-mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.main-header .nio-eig-mobile_menu .nio-eig-mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.main-header .nio-eig-mobile_menu .nio-eig-mobile_menu_content .nio-eig-mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  transition: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}
.main-header .nio-eig-mobile_menu .nio-eig-mobile_menu_content .nio-eig-mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 20px;
  line-height: 1;
}
.main-header .nio-eig-mobile_menu .dropdown {
  position: relative;
}
.main-header .nio-eig-mobile_menu .dropdown .dropdown-btn {
  position: absolute;
  top: 6px;
  right: 10px;
  height: 30px;
  color: #141414;
  line-height: 22px;
  padding: 5px 10px;
  border: 1px solid #141414;
}
.main-header .nio-eig-mobile_menu .dropdown:after {
  display: none;
}
.main-header .nio-eig-mobile_menu .nio-eig-mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 15px;
  left: 15px;
  font-size: 20px;
  position: absolute;
}

/*---------------------------------------------------- */
/*slider area*/
/*----------------------------------------------------*/
.nio-eig-slide-item-wrap {
  padding: 90px 0px 150px;
}
.nio-eig-slide-item-wrap .nio-eig-slider-overlay {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  background-color: #191728;
}
.nio-eig-slide-item-wrap .nio-eig-slider-tag {
  border-radius: 30px;
  margin-bottom: 35px;
  padding: 15px 30px 12px;
  background-color: #141414;
  opacity: 0;
  transform: translateY(30px);
}
.nio-eig-slide-item-wrap .nio-eig-slider-tag span {
  color: #fff;
  margin: 0px 6px;
  font-weight: 700;
  position: relative;
}
.nio-eig-slide-item-wrap .nio-eig-slider-tag span:after {
  top: -5px;
  right: -5px;
  color: #fff;
  content: ".";
  position: absolute;
}
.nio-eig-slide-item-wrap .nio-eig-slider-tag span:last-child:after {
  display: none;
}
.nio-eig-slide-item-wrap .nio-eig-slider-img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nio-eig-slide-item-wrap .nio-eig-slider-text {
  z-index: 1;
  max-width: 820px;
  position: relative;
}
.nio-eig-slide-item-wrap .nio-eig-slider-text h1 {
  color: #141414;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.071;
  padding-bottom: 25px;
  opacity: 0;
  transform: translateY(40px);
}
.nio-eig-slide-item-wrap .nio-eig-slider-text p {
  color: #3c4b62;
  font-size: 24px;
  max-width: 605px;
  opacity: 0;
  transform: translateY(50px);
}
.nio-eig-slide-item-wrap .nio-eig-slider-text .nio-eig-slider-btn {
  margin-top: 45px;
  opacity: 0;
  transform: translateY(60px);
}
.nio-eig-slide-item-wrap .nio-eig-slider-text .nio-eig-slider-btn .nio-eig-video-btn-s {
  height: 65px;
  width: 65px;
  font-size: 20px;
  line-height: 60px;
  border-radius: 100%;
  margin-right: 20px;
  border: 3px solid #000000;
}
.nio-eig-slide-item-wrap .nio-eig-slider-text .nio-eig-slider-btn .nio-eig-video-btn-s a {
  width: 100%;
  display: block;
}
.nio-eig-slide-item-wrap .nio-eig-slider-text .nio-eig-slider-btn .nio-eig-slider-cta-btn {
  color: #fff;
  height: 65px;
  width: 170px;
  line-height: 65px;
  font-family: "Poppins";
}
.nio-eig-slide-item-wrap .nio-eig-slider-text .nio-eig-slider-btn .nio-eig-slider-cta-btn a {
  width: 100%;
  display: block;
  border-radius: 30px;
  font-weight: 700;
  background-color: #141414;
}
.nio-eig-slide-item-wrap .nio-eig-slider-text .nio-eig-slider-btn .nio-eig-slider-cta-btn a i {
  font-size: 14px;
  margin-left: 5px;
}
.nio-eig-slide-item-wrap .nio-eig-slider-text .nio-eig-slider-btn .nio-eig-slider-cta-btn a:hover {
  background-color: #ffc102;
  color: #141414;
}
.nio-eig-slide-item-wrap .nio-eig-slider-text .nio-eig-slider-btn .nio-eig-slider-cta-btn a:hover i {
  animation: toLeftFromRight 0.3s forwards;
}
.nio-eig-slide-item-wrap .nio-eig-slider-side-img {
  top: 0;
  opacity: 0;
  z-index: 2;
  right: -140px;
  position: absolute;
  transition: 0.5s all ease-in-out;
  transition-delay: 1800ms;
}
.nio-eig-slide-item-wrap .nio-eig-slider-side-img .nio-eig-s-img-1 {
  margin-bottom: 50px;
  transform: translateX(215px);
}
.nio-eig-slide-item-wrap .nio-eig-slider-side-img .nio-eig-s-img-2 {
  transform: translateX(265px);
}
.nio-eig-slide-item-wrap .nio-eig-slider-side-img .nio-eig-s-img-3 {
  transform: translateY(-55px) translateX(25px);
}

.nio-eig-main-slide-area .owl-nav .owl-next,
.nio-eig-main-slide-area .owl-nav .owl-prev {
  top: 50%;
  width: 60px;
  color: #fff;
  height: 60px;
  text-align: center;
  line-height: 60px;
  position: absolute;
  background-color: #141414;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
}
.nio-eig-main-slide-area .owl-nav .owl-next:hover,
.nio-eig-main-slide-area .owl-nav .owl-prev:hover {
  background-color: #ffc102;
}
.nio-eig-main-slide-area .owl-nav .owl-next:hover i,
.nio-eig-main-slide-area .owl-nav .owl-prev:hover i {
  animation: toLeftFromRight 0.3s forwards;
}
.nio-eig-main-slide-area .owl-nav .owl-next {
  right: 20px;
}
.nio-eig-main-slide-area .owl-nav .owl-prev {
  left: 20px;
}
.nio-eig-main-slide-area .owl-item.active .nio-eig-slide-item-wrap .nio-eig-slider-tag {
  opacity: 1;
  transform: translateY(0);
  transition: all 1500ms ease;
  transition-delay: 900ms;
}
.nio-eig-main-slide-area .owl-item.active .nio-eig-slide-item-wrap .nio-eig-slider-text h1 {
  opacity: 1;
  transform: translateY(0);
  transition: all 1500ms ease;
  transition-delay: 1200ms;
}
.nio-eig-main-slide-area .owl-item.active .nio-eig-slide-item-wrap .nio-eig-slider-text p {
  opacity: 1;
  transform: translateY(0);
  transition: all 1500ms ease;
  transition-delay: 1500ms;
}
.nio-eig-main-slide-area .owl-item.active .nio-eig-slide-item-wrap .nio-eig-slider-text .nio-eig-slider-btn {
  opacity: 1;
  transform: translateY(0);
  transition: all 1500ms ease;
  transition-delay: 1800ms;
}
.nio-eig-main-slide-area .owl-item.active .nio-eig-slide-item-wrap .nio-eig-slider-side-img {
  right: 0;
  opacity: 1;
}

/*---------------------------------------------------- */
/*feature area*/
/*----------------------------------------------------*/
.nio-eig-feature-section {
  overflow: visible;
}

.nio-eig-feature-content {
  z-index: 5;
  position: relative;
  background-color: #fff;
  box-shadow: 1.782px 0.908px 40px 0px rgba(0, 27, 54, 0.1);
}

.nio-eig-feature-innerbox {
  z-index: 1;
  padding: 45px 30px 45px 45px;
  transition: 0.3s all ease-in-out;
}
.nio-eig-feature-innerbox .nio-eig-icon-bg {
  top: 5px;
  right: 5px;
  opacity: 0;
  z-index: -1;
  position: absolute;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
}
.nio-eig-feature-innerbox .nio-eig-icon-bg svg {
  height: 75px;
  fill: #1a324a;
}
.nio-eig-feature-innerbox .nio-eig-feature-icon {
  margin-right: 15px;
}
.nio-eig-feature-innerbox .nio-eig-feature-icon svg {
  height: 35px;
  fill: #ffc102;
  transition: 0.3s all ease-in-out;
}
.nio-eig-feature-innerbox .nio-eig-feature-title h3 {
  color: #191728;
  font-size: 22px;
  padding-top: 5px;
  font-weight: 700;
}
.nio-eig-feature-innerbox .nio-eig-feature-text {
  display: inline-block;
  width: 100%;
}
.nio-eig-feature-innerbox .nio-eig-feature-text p {
  color: #3c4b62;
  transition: 0.3s all ease-in-out;
}
.nio-eig-feature-innerbox:hover {
  background-color: #141414;
}
.nio-eig-feature-innerbox:hover .nio-eig-feature-icon {
  transition: all 0.35s cubic-bezier(0.38, 3, 0.57, 1.6);
  transform: translate3d(0px, -6px, 0);
}
.nio-eig-feature-innerbox:hover .nio-eig-feature-icon svg {
  fill: #fff;
}
.nio-eig-feature-innerbox:hover .nio-eig-feature-title h3 {
  color: #fff;
}
.nio-eig-feature-innerbox:hover .nio-eig-feature-text p {
  color: #fff;
}
/* .nio-eig-feature-innerbox:hover .nio-eig-icon-bg {
  opacity: 1;
  visibility: visible;
} */

/*---------------------------------------------------- */
/*about area*/
/*----------------------------------------------------*/
@keyframes nio-eig-floating {
  from {
    transform: rotate(0deg) translate(-10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
.nio-eig-about-section {
  padding: 60px 0px;
}
.nio-eig-about-section:before {
  top: 0;
  left: 0;
  width: 40%;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #f8f8f8;
}

.nio-eig-about-counter {
  float: left;
  max-width: 170px;
  padding-left: 40px;
  margin-right: 30px;
  margin-top: 25px;
}

.nio-eig-about-counter-item {
  padding-bottom: 30px;
  margin-bottom: 25px;
  position: relative;
}
.nio-eig-about-counter-item:after {
  left: 0;
  bottom: 0;
  content: "";
  width: 110px;
  height: 2px;
  background-color: #e2e2e2;
  position: absolute;
}
.nio-eig-about-counter-item h3 {
  color: #191728;
  font-size: 40px;
  font-weight: 700 !important;
  padding-bottom: 5px;
  display: inline-block;
}
.nio-eig-about-counter-item span {
  top: -10px;
  font-size: 18px;
  font-weight: 700;
  color: #ffc102;
  position: relative;
}
.nio-eig-about-counter-item p {
  color: #3c4b62;
}
.nio-eig-about-counter-item:last-child:after {
  display: none;
}

.nio-eig-about-img {
  z-index: 1;
  margin-top: 30px;
  display: inline-block;
}
.nio-eig-about-img:before {
  top: -35px;
  z-index: -1;
  right: -35px;
  content: "";
  width: 325px;
  height: 380px;
  position: absolute;
  border: 7px solid #ffc000;
  transition: all 2s ease;
  animation-duration: 7s;
  animation-name: nio-eig-floating;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.nio-eig-about-img .nio-eig-about-img-wrap {
  overflow: hidden;
}
.nio-eig-about-img .nio-eig-about-img-wrap .color-shape {
  display: none;
  right: -59px;
  bottom: -135px;
}

.nie-eig-about-text {
  padding-left: 20px;
}
.nie-eig-about-text .nio-eig-about-feature {
  padding-top: 42px;
}

.nio-eig-about-feature-item {
  margin-bottom: 38px;
}
.nio-eig-about-feature-item .nio-eig-about-feature-icon {
  width: 65px;
  float: left; 
  height: 65px;
  line-height: 75px;
  margin-right: 30px;
  border-radius: 100%;
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  box-shadow: 0px 24px 27px 0px rgba(0, 27, 54, 0.1);
  font-size: 26px;
  color: #fec200;
}
.nio-eig-about-feature-item .nio-eig-about-feature-icon svg {
  height: 30px;
}
.nio-eig-about-feature-item .nio-eig-about-feature-text {
  max-width: 245px;
  display: inline-block;
}
.nio-eig-about-feature-item .nio-eig-about-feature-text h3 {
  color: #191728;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 15px;
}
.nio-eig-about-feature-item:last-child {
  margin-bottom: 0;
}
.nio-eig-about-feature-item:hover .nio-eig-about-feature-icon {
  transform: rotateY(360deg);
}

/*---------------------------------------------------- */
/*service area*/
/*----------------------------------------------------*/

.nio-eig-service .nio-eig-section-title {
  margin: 0 auto;
  max-width: 480px;
}

.nio-eig-service-tab-btn {
  padding: 35px 35px 20px;
  box-shadow: 0px 0px 24px 0px rgba(0, 27, 54, 0.05);
}
.nio-eig-service-tab-btn .nav-tabs .nav-item.show .nav-link,
.nio-eig-service-tab-btn .nav-tabs .nav-link.active,
.nio-eig-service-tab-btn .nav-tabs .nav-link,
.nio-eig-service-tab-btn .nav-tabs {
  padding: 0;
  border: none;
}
.nio-eig-service-tab-btn .nav-tabs .nav-item {
  margin-bottom: inherit;
}
.nio-eig-service-tab-btn .nav {
  display: inherit;
}
.nio-eig-service-tab-btn .nav-tabs .nav-link,
.nio-eig-service-tab-btn .nav-tabs .nav-link.active {
  color: #191728;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  font-family: "Poppins";
  padding: 20px 0px 20px 30px;
}
.nio-eig-service-tab-btn .nav-tabs .nav-link:before {
  left: 0;
  bottom: 0;
  top: 5px;
  width: 3px;
  content: "";
  height: 0px;
  position: absolute;
  background-color: #ffc102;
  transition: 0.4s all ease-in-out;
}
.nio-eig-service-tab-btn .nav-tabs {
  position: relative;
}
.nio-eig-service-tab-btn .nav-tabs:before {
  left: 0;
  width: 3px;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #f8f8f8;
}
.nio-eig-service-tab-btn .nav-tabs .nav-link.active {
  color: #ffc100;
}
.nio-eig-service-tab-btn .nav-tabs .nav-link.active:before {
  height: 50px;
}

.nio-eig-service-tab-img-text {
  padding: 40px;
  background-color: #f8f8f8;
  transform: translateX(40px);
  transition: 0.5s all ease-in-out;
}
.nio-eig-service-tab-img-text .nio-eig-service-tab-img {
  margin-right: 40px;
}
.nio-eig-service-tab-img-text .nio-eig-service-tab-text {
  padding-top: 20px;
}
.nio-eig-service-tab-img-text .nio-eig-service-tab-text .nio-eig-service-icon {
  margin-bottom: 5px;
}
.nio-eig-service-tab-img-text .nio-eig-service-tab-text .nio-eig-service-icon svg {
  height: 60px;
}
.nio-eig-service-tab-img-text .nio-eig-service-tab-text .nio-eig-service-text {
  max-width: 430px;
  display: inline-block;
}
.nio-eig-service-tab-img-text .nio-eig-service-tab-text .nio-eig-service-text h3 {
  color: #191728;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.308;
  padding-bottom: 18px;
}
.nio-eig-service-tab-img-text .nio-eig-service-tab-text .nio-eig-service-text p {
  padding-bottom: 30px;
}
.nio-eig-service-tab-img-text .nio-eig-service-tab-text .nio-eig-service-text a {
  color: #fff;
  height: 45px;
  width: 130px;
  font-size: 15px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  border-radius: 30px;
  font-family: "Poppins";
  display: inline-block;
  background-color: #141414;
}
.nio-eig-service-tab-img-text .nio-eig-service-tab-text .nio-eig-service-text a:hover {
  background-color: #ffc102;
}
.nio-eig-service-tab-img-text .nio-eig-service-tab-text .nio-eig-service-text a:hover span {
  animation: toLeftFromRight 0.3s forwards;
}

.nio-eig-service-tab-content .active.show .nio-eig-service-tab-img-text {
  transform: translateX(0);
}

/*---------------------------------------------------- */
/*intro-video area*/
/*----------------------------------------------------*/
.nio-eig-intro-video-section {
  padding: 110px 0 80px;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.nio-eig-intro-video-section .nio-eig-video-shape1 {
  top: 0;
  left: 0;
  animation: animationFramesOne 50s infinite alternate;
}
.nio-eig-intro-video-section .nio-eig-video-shape2 {
  bottom: 0;
  right: 0;
  animation: animationFramesTwo 50s infinite alternate;
}
.nio-eig-intro-video-section:before {
  top: 20px;
  left: 20px;
  right: 0;
  height: 93%;
  width: 98%;
  content: "";
  z-index: 0;
  position: absolute;
  background-color: rgba(7, 5, 24, 0.91);
}

.nio-eig-intro-video-content {
  z-index: 1;
  position: relative;
}
.nio-eig-intro-video-content .nio-eig-video-btn {
  width: 70px;
  z-index: 1;
  height: 70px;
  margin: 0 auto;
  line-height: 70px;
  text-align: center;
  margin-bottom: 35px;
  border-radius: 100%;
  background-color: #fff;
}
.nio-eig-intro-video-content .nio-eig-video-btn:before {
  top: 0;
  left: 0;
  width: 70px;
  z-index: -1;
  content: "";
  height: 70px;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
}
.nio-eig-intro-video-content .nio-eig-video-btn:after {
  top: -12px;
  left: -12px;
  z-index: -2;
  content: "";
  width: 95px;
  height: 95px;
  position: absolute;
  border-radius: 100%;
  background-color: #2a2a3a;
}
.nio-eig-intro-video-content .nio-eig-video-btn a {
  width: 100%;
  display: block;
}
.nio-eig-intro-video-content .nio-eig-video-btn:hover {
  color: #fff;
}
.nio-eig-intro-video-content .nio-eig-video-btn:hover:before {
  background-color: #066ae5;
}
.nio-eig-intro-video-content .nio-eig-video-text {
  padding-bottom: 45px;
}
.nio-eig-intro-video-content .nio-eig-video-text h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}
.nio-eig-intro-video-content .nio-eig-video-text h3 span {
  font-weight: 300;
  display: block;
}

.nio-eig-intro-video-cta {
  margin: 0 auto;
  max-width: 910px;
}
.nio-eig-intro-video-cta .nio-eig-intro-cta-icon {
  margin-right: 5px;
}
.nio-eig-intro-video-cta .nio-eig-intro-cta-icon span {
  width: 70px;
  height: 70px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  line-height: 70px;
  border-radius: 100%;
  display: inline-block;
  background-color: #066ae5;
}
.nio-eig-intro-video-cta .nio-eig-intro-cta-icon span:nth-child(2) {
  left: -20px;
  position: relative;
}
.nio-eig-intro-video-cta .call-to-action-text {
  color: #c4c4c4;
  font-size: 15px;
  max-width: 440px;
  padding-top: 10px;
}
.nio-eig-intro-video-cta .cta-action-number span {
  font-size: 15px;
  color: #ffc102;
}
.nio-eig-intro-video-cta .cta-action-number h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

/*---------------------------------------------------- */
/*Procedure area*/
/*----------------------------------------------------*/
.nio-eig-procedure-section {
  padding-bottom: 100px;
}
.nio-eig-procedure-section .nio-eig-section-title {
  margin: 0 auto;
  max-width: 530px;
}

.nio-eig-procedure-step {
  z-index: 1;
  margin-top: 50px;
}
.nio-eig-procedure-step .nio-eig-procedure-shape {
  right: 0;
  left: 0px;
  top: 90px;
  width: 75%;
  z-index: -1;
  margin: 0 auto;
  text-align: center;
}

.nio-eig-procedure-icon-text {
  margin: 0 auto;
  max-width: 285px;
  padding: 0px 15px;
}
.nio-eig-procedure-icon-text .nio-eig-procedure-icon {
  width: 130px;
  height: 130px;
  display: flex;
  margin: 0 auto;
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: -4.341px 24.62px 43px 0px rgba(0, 27, 54, 0.08);
}
.nio-eig-procedure-icon-text .nio-eig-procedure-icon svg {
  height: 50px;
}
.nio-eig-procedure-icon-text .nio-eig-procedure-text h3 {
  font-weight: 700;
  color: #191728;
  font-size: 22px;
  padding-bottom: 15px;
}
.nio-eig-procedure-icon-text .nio-eig-procedure-text p {
  color: #3c4b62;
}
.nio-eig-procedure-icon-text:nth-child(2), .nio-eig-procedure-icon-text:nth-child(3) {
  transform: translateY(50px);
}

/*---------------------------------------------------- */
/*contact area*/
/*----------------------------------------------------*/
.nio-eig-contact-section {
  padding-top: 50px;
}
.nio-eig-contact-section .nio-eig-contact-content {
  z-index: 1;
  padding: 40px;
}
.nio-eig-contact-section .nio-eig-contact-content:after {
  top: 0;
  left: 0;
  width: 60%;
  z-index: -1;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #fafafa;
}

.nio-eig-contact-form-wrap {
  padding: 45px 10px 45px 40px;
}
.nio-eig-contact-form-wrap h3 {
  color: #191728;
  font-size: 36px;
  font-weight: 700 !important;
}

.nio-eig-contact-area {
  margin-top: 25px;
}
.nio-eig-contact-area input, .nio-eig-contact-area select, .nio-eig-contact-area textarea {
  height: 52px;
  padding-left: 20px;
  margin-bottom: 15px;
  border: 1px solid #e9e9e9;
}
.nio-eig-contact-area input {
  width: 50%;
  float: left;
  margin: 0px 10px;
}
.nio-eig-contact-area select {
  width: 100%;
  -webkit-appearance: none;
}
.nio-eig-contact-area textarea {
  width: 100%;
  height: 130px;
  padding-top: 15px;
}
.nio-eig-contact-area .nio-eig-contact-input {
  margin: 15px -10px;
}
.nio-eig-contact-area .nio-eig-contact-option:after {
  top: 15px;
  right: 15px;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
.nio-eig-contact-area button {
  color: #fff;
  height: 50px;
  width: 165px;
  border: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  border-radius: 30px;
  font-family: "Poppins";
  background-color: #141414;
  transition: 0.3s all ease-in-out;
}
.nio-eig-contact-area button i {
  margin-left: 15px;
}
.nio-eig-contact-area button:hover {
  background-color: #ffc102;
}
.nio-eig-contact-area button:hover i {
  animation: toLeftFromRight 0.3s forwards;
}
.nio-eig-contact-area .contact-bottom-cta {
  display: flex;
  margin-top: 35px;
}
.nio-eig-contact-area .contact-bottom-cta .contact-bottom-icon {
  width: 55px;
  height: 55px;
  color: #fff;
  line-height: 55px;
  margin-right: 20px;
  border-radius: 100%;
  background-color: #fec200;
}
.nio-eig-contact-area .contact-bottom-cta .contact-cta-number {
  margin-right: 30px;
}
.nio-eig-contact-area .contact-bottom-cta .contact-cta-number span {
  color: #858b98;
  font-size: 13px;
}
.nio-eig-contact-area .contact-bottom-cta .contact-cta-number h3 {
  color: #191728;
  font-size: 20px;
  font-weight: 700;
}
.nio-eig-contact-area .contact-bottom-cta .contact-cta-btn {
  color: #fff;
  height: 50px;
  width: 150px;
  font-size: 15px;
  line-height: 50px;
  font-weight: 700;
  border-radius: 30px;
  display: inline-block;
  font-family: "Poppins";
  background-color: #ffc102;
  transition: 0.3s all ease-in-out;
}
.nio-eig-contact-area .contact-bottom-cta .contact-cta-btn a {
  display: block;
  width: 100%;
}
.nio-eig-contact-area .contact-bottom-cta .contact-cta-btn:hover {
  background-color: #141414;
}

.nio-eig-contact-img {
  padding-left: 30px;
}
.nio-eig-contact-img .color-shape {
  display: none;
  right: 0;
  top: -30px;
}

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/

.nio-eig-team-section .nio-eig-section-title {
  margin: 0 auto;
  max-width: 470px;
}

.nio-eig-team-img-text .nio-eig-team-img {
  overflow: hidden;
}
.nio-eig-team-img-text .nio-eig-team-img img {
  transition: 0.5s all ease-in-out;
}
.nio-eig-team-img-text .nio-eig-team-text {
  opacity: 1;
  visibility: visible;
  padding-bottom: 25px;
  transition: 0.3s all ease-in-out;
  box-shadow: -3.536px 3.536px 40px 0px rgba(29, 27, 76, 0.15);
}
.nio-eig-team-img-text .nio-eig-team-text .nio-eig-designation {
  color: #fff;
  font-size: 15px;
  padding: 6px 35px;
  display: inline-block;
  background-color: #066ae5;
}
.nio-eig-team-img-text .nio-eig-team-text h3 {
  color: #191728;
  font-size: 22px;
  font-weight: 700;
  padding: 12px 0px 10px;
}
.nio-eig-team-img-text .nio-eig-team-text .nio-eig-team-social a {
  color: #c2c6cb;
  margin: 0px 5px;
}
.nio-eig-team-img-text .nio-eig-team-hover {
  left: 0;
  opacity: 0;
  bottom: -40px;
  visibility: hidden;
  padding: 25px 20px;
  position: absolute;
  background-color: #191728;
  transition: 0.4s all ease-in-out;
}
.nio-eig-team-img-text .nio-eig-team-hover .nio-eig-designation {
  color: #ffc102;
  font-size: 15px;
}
.nio-eig-team-img-text .nio-eig-team-hover h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding: 10px 0px 12px;
}
.nio-eig-team-img-text .nio-eig-team-hover p {
  color: #bababa;
  font-size: 14px;
}
.nio-eig-team-img-text .nio-eig-team-hover .nio-eig-team-social {
  margin-top: 15px;
}
.nio-eig-team-img-text .nio-eig-team-hover .nio-eig-team-social a {
  color: #656570;
  margin: 0px 5px;
}
.nio-eig-team-img-text:hover .nio-eig-team-text {
  opacity: 0;
  visibility: hidden;
}
.nio-eig-team-img-text:hover .nio-eig-team-hover {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.nio-eig-team-img-text:hover .nio-eig-team-img img {
  transform: scale(1.2);
}

.nio-eig-team-content {
  margin-top: 15px;
}
.nio-eig-team-content .owl-stage-outer {
  overflow: visible;
}
.nio-eig-team-content .owl-item {
  opacity: 0;
  transition: opacity 500ms;
}
.nio-eig-team-content .owl-item.active {
  opacity: 1;
}
.nio-eig-team-content .owl-nav .owl-prev,
.nio-eig-team-content .owl-nav .owl-next {
  top: 35%;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  border: 2px solid #1d1b4c;
  background-color: #f5f3f3;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
}
.nio-eig-team-content .owl-nav .owl-prev:hover,
.nio-eig-team-content .owl-nav .owl-next:hover {
  color: #fff;
  background-color: #1d1b4c;
}
.nio-eig-team-content .owl-nav .owl-prev {
  left: -22px;
}
.nio-eig-team-content .owl-nav .owl-next {
  right: -22px;
}

/*---------------------------------------------------- */
/*testimonial area*/
/*----------------------------------------------------*/
@keyframes floatX {
  0% {
    transform: translateX(20px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(20px);
  }
}
.nio-eig-testimonial-section {
  padding: 100px 0px;
  z-index: 1;
}
.nio-eig-testimonial-section:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 370px;
  position: absolute;
  background-color: #f1f3f6;
}
.nio-eig-testimonial-section .nio-eig-section-title {
  margin: 0 auto;
  max-width: 440px;
}
.nio-eig-testimonial-section .nio-eig-testimonial-shape1 {
  top: 0%;
  left: -30px;
  z-index: -1;
  animation: floatX 10s ease-in-out infinite;
}
.nio-eig-testimonial-section .nio-eig-testimonial-shape2 {
  top: 33%;
  right: -50px;
  animation: animationFramesTwo 50s infinite alternate;
}

.nio-eig-testimonial-img-text {
  border-radius: 10px;
  background-color: #fff;
  padding: 60px 40px 40px 50px;
  box-shadow: 0px 51px 43px 0px rgba(0, 4, 43, 0.08);
}
.nio-eig-testimonial-img-text .nio-eig-testimonial-img {
  top: -45px;
  left: 50px;
  position: absolute;
}
.nio-eig-testimonial-img-text .nio-eig-testimonial-img img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
}
.nio-eig-testimonial-img-text .nio-eig-testimonial-img .nio-eig-quote {
  top: 0;
  left: 0;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  font-family: "Poppins";
  justify-content: center;
  background-color: #ffc000;
}
.nio-eig-testimonial-img-text .nio-eig-testimonial-text ul {
  margin-bottom: 5px;
  display: inline-block;
}
.nio-eig-testimonial-img-text .nio-eig-testimonial-text ul li {
  color: #ffc601;
  font-size: 14px;
}
.nio-eig-testimonial-img-text .nio-eig-testimonial-text p {
  color: #3c4b62;
  line-height: 1.563;
}
.nio-eig-testimonial-img-text .nio-eig-testimonial-text .nio-eig-testimonial-author {
  margin-top: 18px;
}
.nio-eig-testimonial-img-text .nio-eig-testimonial-text .nio-eig-testimonial-author h4 {
  color: #191728;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}
.nio-eig-testimonial-img-text .nio-eig-testimonial-text .nio-eig-testimonial-author span {
  color: #3c4b62;
  font-size: 14px;
  margin-left: 10px;
}

.nio-eig-testimonial-content {
  margin-top: 55px;
}
.nio-eig-testimonial-content .owl-stage-outer {
  overflow: visible;
}
.nio-eig-testimonial-content .owl-item {
  opacity: 0;
  transition: opacity 500ms;
}
.nio-eig-testimonial-content .owl-item.active {
  opacity: 1;
}
.nio-eig-testimonial-content .owl-dots {
  margin-top: 35px;
  text-align: center;
}
.nio-eig-testimonial-content .owl-dots .owl-dot {
  width: 20px;
  height: 6px;
  margin: 0px 4px;
  border-radius: 40px;
  display: inline-block;
  background-color: #e1e1e1;
  transition: 0.3s all ease-in-out;
}
.nio-eig-testimonial-content .owl-dots .owl-dot.active {
  width: 28px;
  background-color: #ffc000;
}

/*---------------------------------------------------- */
/*portfolio area*/
/*----------------------------------------------------*/
.nio-eig-portfolio-section {
  margin: 0 auto;
  max-width: 1920px;
}
.nio-eig-portfolio-section .nio-eig-portfolio-content {
  padding: 0px 100px;
}

.nio-eig-portfolio-img-text {
  position: relative;
}
.nio-eig-portfolio-img-text .nio-eig-portfolio-text {
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 3;
  bottom: 0px;
  position: absolute;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
}
.nio-eig-portfolio-img-text .nio-eig-portfolio-text h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}
.nio-eig-portfolio-img-text .nio-eig-portfolio-text span {
  font-size: 15px;
  color: #ffc102;
}
.nio-eig-portfolio-img-text:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  content: "";
  height: 100%;
  transform: translate3d(0, 50%, 0);
  transition: opacity 0.35s, transform 0.35s;
  background: linear-gradient(to bottom, rgba(21, 37, 65, 0) 0%, #141414a3 75%);
}

.nio-eig-portfolio-slider .owl-item {
  transform: scale(0.85);
  transition: 0.4s all ease-in-out;
}
.nio-eig-portfolio-slider .owl-item.active.center {
  transform: scale(1.03);
  transition: 0.4s all ease-in-out;
}
.nio-eig-portfolio-slider .owl-item.active.center .nio-eig-portfolio-text {
  opacity: 1;
  bottom: 60px;
  visibility: visible;
}
.nio-eig-portfolio-slider .owl-item.active.center .nio-eig-portfolio-img-text:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.nio-eig-portfolio-slider .owl-nav {
  width: 160px;
  background-color: #fff;
  text-align: center;
  line-height: 60px;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 6px;
  box-shadow: -1.308px 24.966px 29px 0px rgba(29, 27, 76, 0.18);
}
.nio-eig-portfolio-slider .owl-nav .owl-next,
.nio-eig-portfolio-slider .owl-nav .owl-prev {
  width: 30px;
  color: #fff;
  height: 30px;
  margin: 0px 7px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  background-color: #ffc102;
}

/*---------------------------------------------------- */
/*partner area*/
/*----------------------------------------------------*/

.nio-eig-partner-content {
  padding: 40px 90px;
  border-radius: 100px;
  box-shadow: -3.053px 15.706px 27px 0px rgba(54, 54, 54, 0.07);
}

/*---------------------------------------------------- */
/*blog area*/
/*----------------------------------------------------*/
.nio-eig-blog-section .nio-eig-section-title {
  margin: 0 auto;
  max-width: 495px;
}

.nio-eig-blog-img-text {
  transition: 0.3s all ease-in-out;
}
.nio-eig-blog-img-text .nio-eig-blog-img .nio-eig-blog-hover {
  top: 50%;
  width: 55px;
  height: 55px;
  color: #fff;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0 auto;
  line-height: 55px;
  position: absolute;
  border-radius: 100%;
  transform: translateY(-50%) scale(0);
  background-color: #ffc102;
  transition: 0.3s all ease-in-out;
}
.nio-eig-blog-img-text .nio-eig-blog-img .nio-eig-blog-hover a {
  width: 100%;
  display: block;
  font-weight: 700;
  font-size: 24px;
}
.nio-eig-blog-img-text .nio-eig-blog-img .nio-eig-blog-hover:hover a {
  transform: rotate(45deg);
}
.nio-eig-blog-img-text .nio-eig-blog-img:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  content: "";
  opacity: 0.8;
  z-index: 1;
  position: absolute;
  background-color: #242135;
  transition: 0.4s all ease-in-out;
}
.nio-eig-blog-img-text .nio-eig-blog-text {
  padding: 35px;
  border: 2px solid #eff2f8;
}
.nio-eig-blog-img-text .nio-eig-blog-text .nio-eig-blog-meta {
  margin-bottom: 10px;
}
.nio-eig-blog-img-text .nio-eig-blog-text .nio-eig-blog-meta a {
  color: #999999;
  font-size: 14px;
  margin-right: 18px;
}
.nio-eig-blog-img-text .nio-eig-blog-text .nio-eig-blog-meta a i {
  margin-right: 5px;
}
.nio-eig-blog-img-text .nio-eig-blog-text h3 {
  color: #191728;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 22px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;            
  text-overflow: ellipsis;
}
.nio-eig-blog-img-text .nio-eig-blog-text .nio-eig-blog-btn {
  height: 45px;
  width: 135px;
  border-radius: 30px;
  font-family: "Poppins";
  background-color: #ffc102;
}
.nio-eig-blog-img-text .nio-eig-blog-text .nio-eig-blog-btn a {
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 500;
  font-size: 15px;
  border-radius: 30px;
  line-height: 45px;
}
.nio-eig-blog-img-text .nio-eig-blog-text .nio-eig-blog-btn a:hover {
  background-color: #141414;
}
.nio-eig-blog-img-text:hover {
  box-shadow: 0px 24px 27px 0px rgba(0, 27, 54, 0.1);
}
.nio-eig-blog-img-text:hover .nio-eig-blog-img:before {
  height: 100%;
}
.nio-eig-blog-img-text:hover .nio-eig-blog-hover {
  transform: translateY(-50%) scale(1);
}

.nio-eig-blog-content {
  margin-top: 25px;
}
.nio-eig-blog-content .owl-stage-outer {
  overflow: visible;
}
.nio-eig-blog-content .owl-item {
  opacity: 0;
  transition: opacity 500ms;
}
.nio-eig-blog-content .owl-item.active {
  opacity: 1;
}
.nio-eig-blog-content .owl-dots {
  margin-top: 35px;
  text-align: center;
}
.nio-eig-blog-content .owl-dots .owl-dot {
  width: 20px;
  height: 6px;
  margin: 0px 4px;
  border-radius: 40px;
  display: inline-block;
  background-color: #e1e1e1;
  transition: 0.3s all ease-in-out;
}
.nio-eig-blog-content .owl-dots .owl-dot.active {
  width: 28px;
  background-color: #ffc102;
}

/*---------------------------------------------------- */
/*footer area*/
/*----------------------------------------------------*/
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.nio-eig-footer-section {
  padding-top: 95px;
  overflow: hidden;
  background-color: #000000;
}
.nio-eig-footer-section .footer-widget-wrap {
  padding: 60px 0px 55px;
}
.nio-eig-footer-section .footer-widget-wrap .site-widget .widget-title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
.nio-eig-footer-section .footer-widget-wrap .site-widget p {
  color: #c1bfbf;
  line-height: 1.857;
}
.nio-eig-footer-section .footer-widget-wrap .opening-time-icon span {
  font-size: 65px;
  color: #ffc102;
  max-height: 65px;
  display: flex;
  align-items: center;
}
.nio-eig-footer-section .footer-widget-wrap .opening-time .widget-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.nio-eig-footer-section .footer-widget-wrap .opening-time-icon {
  margin-right: 20px;
}
.nio-eig-footer-section .footer-widget-wrap .time-schedule span {
  color: #f6f6f6;
  font-size: 14px;
  font-weight: 700;
}
.nio-eig-footer-section .footer-widget-wrap .opening-time {
  margin-top: 35px;
}
.nio-eig-footer-section .footer-widget-wrap .menu li {
  color: #f6f6f6;
  font-size: 14px;
  margin-bottom: 20px;
}
.nio-eig-footer-section .footer-widget-wrap .menu li a:hover {
  color: #ffc102;
}
.nio-eig-footer-section .footer-widget-wrap .footer-menu-widget {
  margin-left: 15px;
}
.nio-eig-footer-section .footer-widget-wrap .latest-blog-widget .blog-img {
  float: left;
  width: 80px;
  height: 60px;
  margin-right: 20px;
}
.nio-eig-footer-section .footer-widget-wrap .latest-blog-widget .blog-text h3 {
  color: #fff;
  font-size: 15px;
  padding-top: 5px;
  overflow: hidden;
}
.nio-eig-footer-section .footer-widget-wrap .latest-blog-widget .blog-text h3:hover {
  color: #ffc102;
}
.nio-eig-footer-section .footer-widget-wrap .latest-blog-widget .blog-text .blog-meta {
  color: #066ae5;
  font-size: 14px;
  font-weight: 700;
}
.nio-eig-footer-section .footer-widget-wrap .latest-blog-widget .blog-text .blog-meta i {
  margin-right: 5px;
  color: #066ae5;
}
.nio-eig-footer-section .footer-widget-wrap .latest-blog-widget .blog-img-content {
  margin-bottom: 15px;
}
.nio-eig-footer-section .map_bg .location_marker {
  cursor: pointer;
  position: absolute;
}
.nio-eig-footer-section .map_bg .location_marker i {
  color: #ffc102;
  animation: mover 1s infinite alternate;
}
.nio-eig-footer-section .map_bg .location_marker .loc_toltip {
  top: -20px;
  opacity: 0;
  width: 95px;
  color: #fff;
  left: -35px;
  font-size: 12px;
  padding: 3px 0px;
  text-align: center;
  position: absolute;
  border-radius: 20px;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
  background-color: #ffc102;
}
.nio-eig-footer-section .map_bg .location_marker .loc_toltip:after {
  left: 38%;
  bottom: -5px;
  content: "";
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #ffc102;
}
.nio-eig-footer-section .map_bg .location_marker img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  display: inline-block;
}
.nio-eig-footer-section .map_bg .location_marker:hover .loc_toltip {
  opacity: 1;
  top: -40px;
  visibility: visible;
}
.nio-eig-footer-section .map_bg .loc_one {
  top: 10px;
  right: 65px;
}
.nio-eig-footer-section .map_bg .loc_two {
  top: 40%;
  left: 40px;
}
.nio-eig-footer-section .map_bg .loc_three {
  left: 50%;
  bottom: 20px;
}
.nio-eig-footer-section .map_bg .loc_four {
  top: 60%;
  right: 30px;
}
.nio-eig-footer-section .home-2 .location_marker i {
  color: #ffc102;
}
.nio-eig-footer-section .home-2 .location_marker .loc_toltip {
  background-color: #ffc102;
}
.nio-eig-footer-section .home-2 .location_marker .loc_toltip:after {
  border-top: 9px solid #3763ec;
}
.nio-eig-footer-section .map_bg {
  max-width: 270px;
}
.nio-eig-footer-section .copyright-text {
  font-weight: 700;
  padding: 35px 0px 30px;
  background-color: #0e192e;
  border-top: 4px solid #ffc102;
}
.nio-eig-footer-section .copyright-text span {
  color: #fff;
}

.nio-eig-newslatter-wrap {
  padding-bottom: 65px;
  border-bottom: 1px solid #262626;
}
.nio-eig-newslatter-wrap .newslatter-form {
  width: 520px;
}
.nio-eig-newslatter-wrap .newslatter-form input {
  width: 100%;
  color: #fff;
  height: 60px;
  border: none;
  padding: 0px 40px;
  border-radius: 50px;
  background-color: #222222;
}
.nio-eig-newslatter-wrap .newslatter-form button {
  top: 0;
  right: 0;
  padding: 0;
  color: #fff;
  border: none;
  height: 60px;
  width: 180px;
  font-weight: 700;
  position: absolute;
  border-radius: 50px;
  background-color: #066ae5;
  transition: 0.3s all ease-in-out;
}
.nio-eig-newslatter-wrap .newslatter-form button:hover {
  background-color: #ffc102;
}

/*---------------------------------------------------- */
/*responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1440px) {
  .nio-eig-main-slide-area .owl-item.active .nio-eig-slide-item-wrap .nio-eig-slider-side-img {
    right: 150px;
    opacity: 1;
  }

  .nio-eig-slide-item-wrap .nio-eig-slider-side-img .nio-eig-s-img-2 {
    transform: translateX(215px);
  }

  .nio-eig-main-slide-area .owl-nav .owl-next,
.nio-eig-main-slide-area .owl-nav .owl-prev {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }

  .nio-eig-main-slide-area .owl-nav .owl-next {
    right: 5px;
  }

  .nio-eig-main-slide-area .owl-nav .owl-prev {
    left: 5px;
  }
}
@media screen and (max-width: 1280px) {
  .nio-eig-slide-item-wrap .nio-eig-slider-side-img {
    display: none;
  }

  .nio-eig-main-slide-area .owl-nav {
    left: 0;
    right: 0;
    bottom: 60px;
    position: absolute;
    text-align: center;
  }

  .nio-eig-main-slide-area .owl-nav .owl-next,
.nio-eig-main-slide-area .owl-nav .owl-prev {
    display: inline-block;
    top: auto;
    position: static;
    bottom: 40px;
    margin: 0 auto;
    margin: 0px 5px;
    transform: translateY(0);
  }

  .nio-eig-about-counter-img {
    display: flex;
  }

  .nio-eig-procedure-step-area {
    display: flex;
  }
}
@media screen and (max-width: 1199px) {
  .nio-eig-portfolio-section .nio-eig-portfolio-content {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .nio-eig-header-style-eight .nio-eig-brand-logo {
    margin-right: 50px;
  }

  .nio-eig-slide-item-wrap .nio-eig-slider-text h1 {
    font-size: 60px;
  }

  .nio-eig-header-style-eight .nio-eig-main-navigation li {
    margin-right: 35px;
  }

  .nio-eig-header-style-eight .nio-eig-header-social a {
    margin-left: 10px;
  }

  .nio-eig-section-title h2 {
    font-size: 30px;
  }

  .nio-eig-about-counter {
    width: 150px;
    padding-left: 20px;
    margin-right: 20px;
  }

  .nio-eig-service-tab-img-text {
    display: flex;
  }

  .nio-eig-service-tab-btn {
    padding: 35px 15px 20px;
  }

  .nio-eig-procedure-icon-text {
    max-width: 240px;
  }

  .nio-eig-contact-section .nio-eig-contact-content {
    padding: 25px;
  }

  .nio-eig-contact-form-wrap {
    padding-left: 0;
  }

  .nio-eig-blog-img-text .nio-eig-blog-text h3 {
    font-size: 18px;
  }

  .nio-eig-blog-img-text .nio-eig-blog-text {
    padding: 25px;
  }
}
@media screen and (max-width: 991px) {
  .nio-eig-about-counter-img {
    max-width: 670px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .nie-eig-about-text {
    max-width: 470px;
    margin: 0 auto;
  }

  .nio-eig-about-section:before {
    width: 100%;
  }

  .nio-eig-intro-video-section:before {
    width: 100%;
    height: 100%;
    left: 0;
  }

  .nio-eig-procedure-icon-text .nio-eig-procedure-icon {
    height: 100px;
    width: 100px;
    margin-bottom: 20px;
  }

  .nio-eig-procedure-icon-text {
    width: 100%;
    max-width: 48%;
    margin-bottom: 40px;
  }

  .nio-eig-procedure-icon-text:nth-child(2),
.nio-eig-procedure-icon-text:nth-child(3) {
    transform: translateY(0);
  }

  .nio-eig-procedure-step .nio-eig-procedure-shape {
    display: none;
  }

  .nio-eig-contact-img {
    max-width: 530px;
    margin: 0 auto;
  }

  .nio-eig-contact-section .nio-eig-contact-content:after {
    width: 100%;
  }

  .nio-eig-blog-img-text {
    margin: 0 auto;
    max-width: 370px;
  }

  .nio-eig-footer-section .site-widget {
    margin-bottom: 40px;
  }

  .nio-eig-header-style-eight .nio-eig-main-navigation {
    display: none;
  }

  .nio-eig-header-style-eight .nio-eig-header-social {
    margin-right: 50px;
  }

  .nio-eig-header-style-eight .nio-eig-header-social a {
    margin-left: 5px;
    display: none;
  }

  .main-header .nio-eig-mobile_menu_button {
    display: block;
  }

  .nio-eig-header-style-eight .nio-eig-header-top {
    display: none;
  }

  .nio-eig-header-style-eight.sticky-on {
    top: 0;
  }

  .nio-eig-header-style-eight .nio-eig-header-content {
    padding: 15px 0px;
  }

  .nio-eig-header-style-eight .nio-eig-header-menu {
    padding-top: 15px;
  }

  .nio-eig-intro-video-section:before {
    top: 0;
  }

  .nio-eig-procedure-step-area {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .nio-eig-team-img-text {
    max-width: 270px;
    margin: 0 auto;
  }

  .nio-eig-team-content .owl-nav .owl-prev,
.nio-eig-team-content .owl-nav .owl-next {
    position: static;
    margin: 0 5px;
    display: inline-block;
    transform: translateY(0);
  }

  .nio-eig-team-content .owl-nav {
    text-align: center;
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .nio-eig-slide-item-wrap .nio-eig-slider-text h1 {
    font-size: 40px;
  }

  .nio-eig-slide-item-wrap .nio-eig-slider-text p {
    font-size: 20px;
  }

  .nio-eig-slide-item-wrap .nio-eig-slider-text .nio-eig-slider-btn .nio-eig-video-btn-s {
    height: 50px;
    width: 50px;
    line-height: 45px;
  }

  .nio-eig-slide-item-wrap .nio-eig-slider-text .nio-eig-slider-btn .nio-eig-slider-cta-btn {
    height: 50px;
    line-height: 50px;
  }

  .nio-eig-about-counter {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .nio-eig-about-counter-img {
    display: block;
  }

  .nio-eig-about-counter-item h3 {
    font-size: 30px;
  }

  .nio-eig-about-counter-item {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 33.33%;
    float: left;
    padding: 0px 10px;
  }

  .nio-eig-about-counter-item:after,
.nio-eig-about-img:before {
    display: none;
  }

  .nio-eig-service-tab-img-text .nio-eig-service-tab-img {
    margin-bottom: 30px;
  }

  .nio-eig-service-tab-img-text {
    display: block;
  }

  .nio-eig-intro-video-content .nio-eig-video-text h3 {
    font-size: 30px;
  }

  .nio-eig-intro-video-cta .cta-action-number {
    float: none !important;
    margin-top: 10px;
  }

  .nio-eig-procedure-icon-text {
    max-width: 100%;
  }

  .nio-eig-contact-form-wrap h3 {
    font-size: 30px;
  }

  .nio-eig-contact-area input {
    margin: 0;
    width: 100%;
    margin-bottom: 15px;
  }

  .nio-eig-contact-area .nio-eig-contact-input {
    display: inline-block !important;
    margin: 0;
  }

  .nio-eig-contact-area .contact-bottom-cta {
    display: inline-block;
    width: 100%;
  }

  .nio-eig-contact-area .contact-bottom-cta .contact-bottom-icon {
    float: left;
  }

  .nio-eig-contact-area .contact-bottom-cta .contact-cta-btn {
    width: 110px;
    height: 40px;
    margin-top: 20px;
    line-height: 40px;
  }

  .nio-eig-newslatter-wrap .newslatter-form {
    width: 100%;
    margin-top: 30px;
  }

  .nio-eig-newslatter-wrap .newslatter-form input {
    padding: 0px 15px;
  }

  .nio-eig-newslatter-wrap .newslatter-form button {
    width: 120px;
    font-size: 14px;
  }

  .nio-eig-intro-video-section {
    padding: 50px 0px;
  }

  .nio-eig-contact-img {
    padding-left: 0;
  }

  .nio-eig-header-style-eight .nio-eig-brand-logo {
    width: 120px;
    margin-right: 25px;
  }

  .nio-eig-header-style-eight .nio-eig-header-menu {
    padding-top: 5px;
  }

  .main-header .nio-eig-mobile_menu_button {
    top: -52px;
  }
}
@media screen and (max-width: 380px) {
  .nio-eig-slide-item-wrap .nio-eig-slider-tag {
    padding: 10px 20px 10px;
  }

  .nio-eig-about-counter-item p {
    font-size: 14px;
  }

  .nio-eig-section-title h2 {
    font-size: 26px;
  }

  .nio-eig-service-tab-img-text .nio-eig-service-tab-text .nio-eig-service-text h3 {
    font-size: 24px;
  }

  .nio-eig-intro-video-content .nio-eig-video-text h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 320px) {
  .nio-eig-header-style-eight .nio-eig-header-social {
    display: none;
  }

  .nio-eig-slide-item-wrap .nio-eig-slider-text h1 {
    font-size: 36px;
  }

  .nio-eig-contact-area .contact-bottom-cta .contact-bottom-icon {
    display: none;
  }
}
/*---------------------------------------------------- */