/*=========
Color Code
===========*/
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*global area*/
/*----------------------------------------------------*/
.nio-eig-no-padding {
  padding: 0;
}

.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: #ff6000;
}
.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: #066ae5;
}
.nio-eig-section-title h2 {
  color: #191728;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 20px;
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.nio-eig-header-style-eight .nio-eig-header-top {
  padding: 15px 0px;
  background-color: #001b36;
}
.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: #ff6000;
}
.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: #066ae5;
}
.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: #ff6000;
  transition: 0.3s all ease-in-out;
}
.nio-eig-header-style-eight .nio-eig-main-navigation li:hover a {
  color: #066ae5;
}
.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 #ff6000;
  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;
}
.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: #ff6000;
  color: #fff;
}
.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: #066ae5;
}
.nio-eig-header-style-eight .nio-eig-header-social a {
  color: #2168b0;
  font-size: 17px;
  margin-left: 20px;
}
.nio-eig-header-style-eight .nio-eig-header-social a:hover {
  color: #ff6000;
}
.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: #1b0234;
  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 #36125a;
}
.main-header .nio-eig-mobile_menu_content .nio-eig-mobile-main-navigation .navbar-nav li:first-child {
  border-bottom: 1px solid #36125a;
}
.main-header .nio-eig-mobile_menu_content .nio-eig-mobile-main-navigation .navbar-nav li a {
  color: #afafaf;
  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: #066ae5;
  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: #afafaf;
  line-height: 22px;
  padding: 5px 10px;
  border: 1px solid #480b86;
}
.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.25;
  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: #066ae5;
  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: #191728;
  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";
  border-radius: 30px;
  font-weight: 700;
  background-color: #ff6000;
}
.nio-eig-slide-item-wrap .nio-eig-slider-text .nio-eig-slider-btn .nio-eig-slider-cta-btn a {
  width: 100%;
  display: block;
}
.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:hover {
  background-color: #066ae5;
}
.nio-eig-slide-item-wrap .nio-eig-slider-text .nio-eig-slider-btn .nio-eig-slider-cta-btn: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: #000;
  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: #066ae5;
}
.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;
  padding-bottom: 35px;
}

.nio-eig-feature-content {
  top: -55px;
  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;
  width: 75px;
  fill: #1a324a;
}
.nio-eig-feature-innerbox .nio-eig-icon-bg i {
  font-size: 75px;
  color: #1a324a;
}
.nio-eig-feature-innerbox .nio-eig-feature-icon {
  margin-right: 15px;
}
.nio-eig-feature-innerbox .nio-eig-feature-icon svg {
  height: 35px;
  width: 35px;
  fill: #ff6000;
  transition: 0.3s all ease-in-out;
}
.nio-eig-feature-innerbox .nio-eig-feature-icon i {
  font-size: 35px;
  color: #ff6000;
  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: #001b36;
}
.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;
  padding-bottom: 5px;
  display: inline-block;
}
.nio-eig-about-counter-item span {
  top: -10px;
  font-size: 18px;
  font-weight: 700;
  color: #ff6000;
  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 #066ae5;
  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 {
  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: 80px;
  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);
}
.nio-eig-about-feature-item .nio-eig-about-feature-icon svg {
  height: 30px;
  width: 30px;
}
.nio-eig-about-feature-item .nio-eig-about-feature-icon i {
  font-size: 30px;
  color: #066ae5;
}
.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 {
  padding: 100px 0px;
}

.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: #066ae5;
  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: #066ae5;
}
.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;
  width: 60px;
}.nio-eig-service-tab-img-text .nio-eig-service-tab-text .nio-eig-service-icon i {
  font-size: 60px;
  color: #0d66c2;
}
.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: #ff6000;
}
.nio-eig-service-tab-img-text .nio-eig-service-tab-text .nio-eig-service-text a:hover {
  background-color: #066ae5;
}
.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;
}
.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: 50%;
  left: 0;
  right: 0;
  height: 90%;
  width: 97%;
  content: "";
  z-index: 0;
  margin: 0 auto;
  position: absolute;
  background-color: rgba(7, 5, 24, 0.91);
  transform: translateY(-50%);
}

.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: #ff6000;
}
.nio-eig-intro-video-cta .cta-action-number h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

/*---------------------------------------------------- */
/*Procedure area*/
/*----------------------------------------------------*/
.nio-eig-procedure-section {
  padding: 100px 0px;
}
.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;
  width: 50px;
}
.nio-eig-procedure-icon-text .nio-eig-procedure-icon i {
  font-size: 50px;
  color: #0d66c2;
}
.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;
}

.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 Free";
}
.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: #066ae5;
  transition: 0.3s all ease-in-out;
}
.nio-eig-contact-area button i {
  margin-left: 15px;
}
.nio-eig-contact-area button:hover {
  background-color: #ff6000;
}
.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: #0d2252;
}
.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: #ff6000;
  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: #066ae5;
}

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

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.nio-eig-team-section {
  padding: 100px 0px;
}
.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;
  width: 100%;
  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: #ff6000;
  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: #066ae5;
}
.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: #066ae5;
}

/*---------------------------------------------------- */
/*portfolio area*/
/*----------------------------------------------------*/
.nio-eig-portfolio-section {
  margin: 0 auto;
  max-width: 1920px;
  padding: 0px 0px 100px;
}
.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: #ff6000;
}
.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%, rgba(21, 37, 65, 0.8) 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: #066ae5;
  position: relative;
  top: 0;
  border: none;
  right: 0;
  font-size: 16px;
}

/*---------------------------------------------------- */
/*partner area*/
/*----------------------------------------------------*/
.nio-eig-partner-section {
  padding-bottom: 100px;
}

.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 {
  padding-bottom: 90px;
}
.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: #066ae5;
  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;
}
.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: #ff6000;
}
.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: #066ae5;
}
.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: #066ae5;
}

/*---------------------------------------------------- */
/*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: #ff6000;
}
.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 .footer-menu li {
  color: #f6f6f6;
  font-size: 14px;
  margin-bottom: 20px;
}
.nio-eig-footer-section .footer-widget-wrap .footer-menu li a:hover {
  color: #ff6000;
}
.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: #ff6000;
}
.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: #ff6000;
  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: #ff6000;
}
.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 #ff6000;
}
.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: #ff6000;
}
.nio-eig-footer-section .home-2 .location_marker .loc_toltip {
  background-color: #ff6000;
}
.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 #ff6000;
}
.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: #ff6000;
}

/*---------------------------------------------------- */
/*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: 30px;
    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-feature-content {
    top: 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;
  }

  .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: 5px;
    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-service,
.nio-eig-procedure-section,
.nio-eig-team-section {
    padding: 50px 0px;
  }

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

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

  .nio-eig-partner-section {
    padding-bottom: 50px;
  }

  .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: -35px;
  }
}
@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;
  }
}
/*---------------------------------------------------- */

.contact-six-form {
  padding: 60px 47px;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 60px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 60px 0 rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}

.contact-six-form input[type='text'],
.contact-six-form  input[type='email'],
.contact-six-form input[type='tel'],
.contact-six-form textarea {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 20px 42px;
  width: 100%;
  color: #999999;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  margin-bottom: 18px;
}

.contact-six-form input[type='text']::-webkit-input-placeholder,
.contact-six-form input[type='email']::-webkit-input-placeholder,
.contact-six-form input[type='tel']::-webkit-input-placeholder,
.contact-six-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}

.contact-six-form input[type='text']::-moz-placeholder,
.contact-six-form input[type='email']::-moz-placeholder,
.contact-six-form input[type='tel']::-moz-placeholder,
.contact-six-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}

.contact-six-form input[type='text']:-ms-input-placeholder,
.contact-six-form input[type='email']:-ms-input-placeholder,
.contact-six-form input[type='tel']:-ms-input-placeholder,
.contact-six-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}

.contact-six-form input[type='text']:-moz-placeholder,
.contact-six-form input[type='email']:-moz-placeholder,
.contact-six-form input[type='tel']:-moz-placeholder,
.contact-six-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}

.contact-six-form input[type='submit'] {
  padding: 24px 42px;
  background: #ee4023;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
  cursor: pointer;
  text-transform: capitalize;
}

.contact-six-form .icon-container {
  position: absolute;
  left: 30px;
  top: 23px;
}

.contact-six-form .icon-container i {
  font-size: 16px;
  color: #999999;
}

.contact-six-form textarea {
  resize: none;
  min-height: 160px;
}


.newsletter-right-form input[type=text] {
  padding: 20px 30px;
  display: inline-block;
  border: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 18px;
  line-height: 26px;
  color: #999999;
  width: 66%;
}

.newsletter-right-form input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}

.newsletter-right-form input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}

.newsletter-right-form input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}

.newsletter-right-form input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}

.newsletter-right-form input[type=submit] {
  font-size: 21px;
  line-height: 33px;
  color: #ffffff;
  background-color: #ee4023;
  padding: 16px 48px 17px;
  border: 0;
  margin-left: -3px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (max-width: 991px) {
  .newsletter-right-form input[type=text] {
    width: 56%;
  }
}
@media screen and (max-width: 420px) {
  .newsletter-right-form input[type=submit] {
    font-size: 18px;
    padding: 16px 24px 17px;
  }
}

/*****************************************************
                        Home 8
*****************************************************/

/*---------------------------------------------------- */
/*Mobile Menu area Six*/
/*----------------------------------------------------*/
.soft-m-mobile_menu_content-six {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 310px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 20px 35px 35px 35px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.soft-m-mobile_menu_content-six .soft-m-mobile-main-navigation-six {
  width: 100%;
}

.soft-m-mobile_menu_content-six .soft-m-mobile-main-navigation-six .navbar-nav-six {
  width: 100%;
}

.soft-m-mobile_menu_content-six .dropdown:after {
  display: none;
}

.soft-m-mobile_menu_content-six .navbar-nav-six .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.soft-m-mobile_menu_content-six .soft-m-mobile-main-navigation-six .navbar-nav-six li {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.soft-m-mobile_menu_content-six .soft-m-mobile-main-navigation-six .navbar-nav-six li a {
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 30px 10px 0;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.soft-m-mobile_menu_content-six .m-brand-logo-six {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.soft-m-mobile_menu_wrap-six.mobile_menu_on-six .soft-m-mobile_menu_content-six {
  right: 0px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay-six {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on-six {
  overflow: hidden;
}

.soft-m-mobile_menu_wrap-six.mobile_menu_on-six .mobile_menu_overlay-six {
  opacity: 1;
  visibility: visible;
}

.soft-m-mobile_menu_button-six {
  right: 30px;
  top: -76px;
  z-index: 5;
  color: #fff;
  display: none;
  cursor: pointer;
  font-size: 30px;
  line-height: 40px;
  position: absolute;
  text-align: center;
}

.soft-m-mobile_menu_button-six i {
  color: #333333;
}

.soft-m-mobile_menu-six .soft-m-mobile-main-navigation-six .navbar-nav-six li a:after {
  display: none;
}

.soft-m-mobile_menu-six .soft-m-mobile-main-navigation-six .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.soft-m-mobile_menu-six .soft-m-mobile_menu_content-six .soft-m-mobile-main-navigation-six .navbar-nav-six .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
}

.soft-m-mobile_menu-six .soft-m-mobile_menu_content-six .soft-m-mobile-main-navigation-six .navbar-nav-six .dropdown-menu li {
  border: none;
  padding: 0 20px;
  line-height: 1;
}

.soft-m-mobile_menu-six .soft-m-mobile_menu_content-six .soft-m-mobile-main-navigation-six .navbar-nav-six .dropdown-menu li a:hover {
  color: #0257c8;
  background-color: transparent;
}

.soft-m-mobile_menu-six .dropdown {
  position: relative;
}

.soft-m-mobile_menu-six .dropdown .dropdown-btn {
  color: #9397a7;
  position: absolute;
  top: 3px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}

.soft-m-mobile_menu-six .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.soft-m-mobile_menu-six .soft-m-mobile_menu_close-six {
  color: #d60606;
  cursor: pointer;
  top: 15px;
  left: 15px;
  font-size: 20px;
  position: absolute;
}

.UpToDown {
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.f-nav {
  z-index: 10;
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  margin-top: -50px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
}
.f-nav.sticky-off {
    display: none;
}
.f-nav.prime_header {
  height: 130px;
}

.f-nav.prime_header .brand-logo {
  padding-top: 58px;
}

.f-nav.prime_header .header-right {
  padding-top: 75px;
}

.f-nav.prime_header .nav-menu-1 .navbar-nav li a {
  padding: 25px 40px 30px;
}

.f-nav.prime_header .main-navigation > a:before {
  top: 28px;
}

.f-nav.prime_header .main-navigation > .dropdown {
  top: 80px;
}

.f-nav.prime_header .main-navigation > .dropdown li a {
  padding: 5px 30px;
}

.f-nav.prime_header .search-body.search-open {
  top: 55px;
}

.six_header.f-nav .logo-area {
  width: 28%;
}

.six_header.f-nav .logo-area a {
  padding: 63px 37px 21px 0;
}

.six_header.f-nav .logo-area a:after {
  right: -33px;
  top: 52px;
  height: 62px;
  width: 65px;
}

.six_header.f-nav .logo-area a img {
  height: 40px;
}

.search-body-six {
  top: 70px;
  opacity: 0;
  width: 300px;
  right: 0;
  height: auto;
  z-index: 999;
  padding: 10px;
  position: absolute;
  visibility: hidden;
  background-color: #fff;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  -webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
}

.search-body-six.search-open-six {
  top: 100%;
  right: 0;
}

.search-body-six .search-form-six {
  width: 100%;
  height: auto;
  position: relative;
}

.search-body-six .search-form-six .search-input-six {
  width: 100%;
  height: 50px;
  color: #000;
  padding: 0px 20px;
  border: 1px solid #eee;
  background-color: #f7f7f7;
}

.search-body-six .search-form-six .search-input-six:focus {
  color: #000;
  outline: none;
  border-color: #eee;
}

.search-body-six .search-form-six .search-close-six {
  top: 1px;
  right: 1px;
  z-index: 1;
  width: 50px;
  color: #fff;
  height: 48px;
  border: none;
  cursor: pointer;
  line-height: 48px;
  text-align: center;
  position: absolute;
  background-color: #f3525a;
}

.search-open-six {
  opacity: 1;
  visibility: visible;
}

.six_header {
  position: relative;
}

.six_header .logo-area {
  background-color: #ee4023;
  position: absolute;
  left: 0;
  top: 0;
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.six_header .logo-area a {
  display: inline-block;
  position: relative;
  z-index: 0;
  padding: 60px 50px 60px 0;
}

.six_header .logo-area a:after {
  position: absolute;
  content: "";
  right: -45px;
  top: 8px;
  height: 201px;
  width: 138px;
  border-radius: 10px;
  background: #ee4023;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.six_header .logo-area a img {
  height: 64px;
}

.six_header .header-top-six {
  background: #333333;
}

.six_header .header-top-six .header-top-contact-info-six {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.six_header .header-top-six .header-top-contact-info-six li {
  list-style: none;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
  border-right: 1px solid #fff;
  margin: 16px 8px;
  padding-right: 20px;
}

.six_header .header-top-six .header-top-contact-info-six li i {
  margin-right: 5px;
}

.six_header .header-top-six .header-top-social-six {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.six_header .header-top-six .header-top-social-six li {
  list-style: none;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
  margin: 10px 10px;
}

.six_header .header-top-six .header-top-social-six li:last-child {
  margin-right: 0;
}

.six_header .header-top-six .header-top-social-six li a i {
  margin-right: 5px;
}

.six_header .main-nav-six-area {
  background: #ffffff;
  padding: 6px 0;
}

.six_header .main-nav-six-area .main-navigation-six {
  text-align: right;
}

.six_header .main-nav-six-area .main-navigation-six ul {
  margin: 0;
  padding: 0;
}

.six_header .main-nav-six-area .main-navigation-six ul li {
  display: inline-block;
}

.six_header .main-nav-six-area .main-navigation-six ul li a {
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  display: inline-block;
  margin: 0 15px;
  padding: 15px 0;
  font-weight: 700;
}

.six_header .main-nav-six-area .main-navigation-six ul li.dropdown {
  position: relative;
}

.six_header .main-nav-six-area .main-navigation-six ul li.dropdown > a {
  position: relative;
}

.six_header .main-nav-six-area .main-navigation-six ul li.dropdown > a:after {
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
    font-weight: 700;
  top: 40%;
  right: -17px;
  font-size: 16px;
  line-height: 1;
  color: #333333;
}

.six_header .main-nav-six-area .main-navigation-six ul li.dropdown ul {
  display: block;
  position: absolute;
  min-width: 250px;
  background: #fefefe;
  padding: 0;
  top: 75px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.04);
  border-bottom: 2px solid #d83030;
  z-index: 99;
  text-align: left;
}

.six_header .main-nav-six-area .main-navigation-six ul li.dropdown ul li {
  display: block;
}

.six_header .main-nav-six-area .main-navigation-six ul li.dropdown ul li a {
  display: block;
  margin: 0;
  padding: 10px 30px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.six_header .main-nav-six-area .main-navigation-six ul li.dropdown ul li a:hover {
  background: #d83030;
  color: #fff;
}

.six_header .main-nav-six-area .main-navigation-six ul li.dropdown:hover ul {
  opacity: 1;
  visibility: visible;
}

.six_header .main-nav-six-area .search-call-to-action-area-six {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.six_header .main-nav-six-area .search-call-to-action-area-six ul {
  margin: 0;
  padding: 0;
}

.six_header .main-nav-six-area .search-call-to-action-area-six ul li {
  list-style: none;
  display: inline-block;
}

.six_header .main-nav-six-area .search-call-to-action-area-six ul .call-to-action-btn-six a {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  background: #ee4023;
  padding: 10px 35px;
  line-height: 30px;
  border-radius: 7px;
}

.six_header .main-nav-six-area .search-call-to-action-area-six ul .search-btn-six a {
  font-size: 21px;
  color: #333333;
  line-height: 36px;
  display: inline-block;
  margin-left: 50px;
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.slider_section_six {
  position: relative;
}

.slider_section_six .single-slider-six {
  position: relative;
}

.slider_section_six .single-slider-six .slider-six-text {
  padding: 210px 0 260px;
}

.slider_section_six .single-slider-six .slider-six-text .slider-six-small-title {
  font-size: 20px;
  color: #ee4023;
  text-transform: uppercase;
}

.slider_section_six .single-slider-six .slider-six-text .slider-six-big-title {
  font-size: 72px;
  color: #333333;
  font-weight: 700;
  line-height: 1.2;
}

.slider_section_six .single-slider-six .slider-six-text .curve-border-six {
  display: inline-block;
  margin-bottom: 20px;
}

.slider_section_six .single-slider-six .slider-six-text p {
  font-size: 24px;
  color: #333333;
  line-height: 36px;
}

.slider_section_six .single-slider-six .slider-six-text ul {
  margin: 50px 0 0;
  padding: 0;
}

.slider_section_six .single-slider-six .slider-six-text ul li {
  display: inline-block;
  list-style: none;
}

.slider_section_six .single-slider-six .slider-six-text ul .slider-btn-six {
  margin-right: 60px;
}

.slider_section_six .single-slider-six .slider-six-text ul .slider-btn-six a {
  display: inline-block;
  padding: 20px 40px;
  font-size: 18px;
  color: #ffffff;
  background: #ee4023;
  border-radius: 7px;
  border: 2px solid transparent;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-weight: 700;
}

.slider_section_six .single-slider-six .slider-six-text ul .slider-btn-six a:hover {
  background: transparent;
  border: 2px solid #ee4023;
  color: #222222;
}

.slider_section_six .single-slider-six .slider-six-text ul .slider-play-btn-six a {
  font-size: 21px;
  color: #333333;
  line-height: 33px;
}

.slider_section_six .single-slider-six .slider-six-text ul .slider-play-btn-six a i {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  border: 3px solid #fa7919;
  line-height: 56px;
  border-radius: 50%;
  color: #ee4023;
  font-size: 21px;
  margin-left: 15px;
  padding-left: 5px;
}

.slider_section_six .single-slider-six .slide-img-six {
  position: absolute;
  right: 230px;
  bottom: 63%;
  max-width: 565px;
  max-height: 265px;
}

.slider_section_six .owl-carousel .owl-dots {
  position: absolute;
  right: 89px;
  bottom: 73px;
}

.slider_section_six .owl-carousel .owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  background: #ffffff;
  display: inline-block;
  margin-right: 18px;
  border-radius: 50%;
}

.slider_section_six .owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.slider_section_six .owl-carousel .owl-dots .owl-dot.active {
  width: 60px;
  border-radius: 20px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.service_section_six {
  padding: 100px 0 70px;
}

.service_section_six .service-section-heading-six {
  margin-bottom: 60px;
}

.service_section_six .service-section-heading-six .service-section-heading-six-samll-title {
  font-size: 21px;
  line-height: 33px;
  color: #ee4023;
  text-transform: uppercase;
}

.service_section_six .service-section-heading-six .service-section-heading-six-big-title {
  font-size: 48px;
  line-height: 60px;
  color: #333333;
}

.service_section_six .single-service-six {
  -webkit-box-shadow: 0px 5px 48px 0px rgba(174, 37, 17, 0.07);
  box-shadow: 0px 5px 48px 0px rgba(174, 37, 17, 0.07);
  margin-bottom: 30px;
  position: relative;
}

.service_section_six .single-service-six .service-six-img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}

.service_section_six .single-service-six .service-six-content {
  padding: 40px 35px;
}

.service_section_six .single-service-six .service-six-content h3 {
  font-size: 22px;
  color: #222222;
  margin-bottom: 15px;
  font-weight: 700;
}

.service_section_six .single-service-six .service-six-content p {
  font-size: 16px;
  line-height: 26px;
  color: #383838;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.service_section_six .single-service-six .service-six-content a {
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}

.service_section_six .single-service-six .service-six-content a i {
  font-size: 12px;
  color: #ffffff;
  background: #ee4023;
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  margin-left: 13px;
}

.service_section_six .single-service-six .shape1 {
  position: absolute;
  left: 0;
  top: 135px;
  width: 63px;
  height: 135px;
  z-index: 1;
}

.service_section_six .single-service-six .shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 82px;
  height: 82px;
}

.service_section_six .owl-nav .owl-prev, .service_section_six .owl-nav .owl-next {
  border-radius: 7%;
}

.service_section_six .owl-nav .owl-prev {
  right: 115px;
}

.service_section_six .owl-nav .owl-next {
  right: 15px;
}


/*---------------------------------------------------- */
/*Feature area*/
/*----------------------------------------------------*/
.features_section_six .single-feature-six {
  text-align: center;
  padding: 86px 66px 80px;
  margin: 0 -15px;
  position: relative;
  z-index: 2;
  height: 100%;
}

.features_section_six .single-feature-six img {
  height: 72px;
  margin-bottom: 40px;
}

.features_section_six .single-feature-six h3 {
  font-size: 24px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 700;
}

.features_section_six .single-feature-six p {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  margin: 0 0 30px 0;
}
.features_section_six .single-feature-six > i{
  font-size: 72px;
  margin-bottom: 40px;
  color: #fff;
}

.features_section_six .f-six-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.features_section_six .single-feature-six a {
  border-radius: 50%;
  background: #fff2f4;
  -webkit-box-shadow: 0 10px 20px 0 rgba(243, 82, 90, 0.4);
  box-shadow: 0 10px 20px 0 rgba(243, 82, 90, 0.4);
  padding: 11px 16px;
  opacity: 0;
}
.features_section_six .f-six-single{
  background: rgba(238, 64, 35, 1);
  position: relative;
  overflow: hidden;
}
.features_section_six .f-six-single:nth-child(2){
  background: rgba(250, 121, 25, 1);
}
.features_section_six .f-six-single:nth-child(4){
  background: rgba(250, 121, 25, 1);
}
.features_section_six .f-six-single:hover a{
  opacity: 1;
}
.features_section_six .f-six-single:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(238, 64, 35, 0.9);
  opacity: 0;
  z-index: 1;
}
.features_section_six .f-six-single:hover .f-six-img{
  opacity: 1;
}
.features_section_six .f-six-single:hover:before{
  opacity: 1;
}


/*-----------------------------------------------------*/
/*Team area*/
/*----------------------------------------------------*/
.team_section_six {
  padding: 100px 0;
}

.team_section_six .single-team-six .team-six-img {
  position: relative;
}

.team_section_six .single-team-six .team-six-img .team-six-social {
  position: absolute;
  margin: 0;
  padding: 13px 25px;
  background-color: #ffba00;
  border-radius: 6px;
  bottom: 107px;
  right: -50px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team_section_six .single-team-six .team-six-img .team-six-social li {
  list-style: none;
  display: inline-block;
}

.team_section_six .single-team-six .team-six-img .team-six-social li a {
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-right: 15px;
}

.team_section_six .single-team-six .team-six-img .team-six-social li a:hover {
  color: #ee4023;
}

.team_section_six .single-team-six .team-six-img .team-six-social li:last-child a {
  margin-right: 0;
}

.team_section_six .single-team-six .team-six-img span {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 94px;
  height: 94px;
}

.team_section_six .single-team-six .team-six-img:after {
  content: '\f1e0';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  right: 18px;
  bottom: 22px;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 700;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team_section_six .single-team-six .team-six-img:hover .team-six-social {
  opacity: 1;
  visibility: visible;
}

.team_section_six .single-team-six .team-six-img:hover:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.team_section_six .single-team-six .team-six-content {
  margin-top: 30px;
}

.team_section_six .single-team-six .team-six-content h3 {
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  font-weight: 700;
}

.team_section_six .single-team-six .team-six-content p {
  font-size: 16px;
  line-height: 30px;
  color: #383838;
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.testimonial_section_six {
  padding: 100px 0;
  position: relative;
}

.testimonial_section_six .container > .row {
  position: relative;
  z-index: 1;
}

.testimonial_section_six .single-testimonial-six {
  background: #ffffff;
  border-radius: 8px;
  padding: 42px;
  position: relative;
}

.testimonial_section_six .single-testimonial-six .shape1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 114px;
  height: 115px;
}

.testimonial_section_six .single-testimonial-six:after {
  content: "\f10e";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  right: 36px;
  top: 25px;
  font-size: 60px;
  color: #ee4023;
  font-weight: 700;
}

.testimonial_section_six .single-testimonial-six .t-six-img {
  width: 72px;
  height: 72px;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 20px;
}

.testimonial_section_six .single-testimonial-six p {
  font-size: 21px;
  font-weight: 400;
  font-style: italic;
  line-height: 33px;
  font-family: 'Roboto', sans-serif;
  margin: 0 0 35px 0;
}

.testimonial_section_six .single-testimonial-six ul {
  margin: 0;
  padding: 0;
}

.testimonial_section_six .single-testimonial-six ul li {
  list-style: none;
}

.testimonial_section_six .single-testimonial-six ul li .testimonila-author-name {
  font-size: 18px;
  line-height: 48px;
  color: #333333;
  text-transform: uppercase;
  position: relative;
  padding-left: 45px;
  display: inline-block;
  font-weight: 700;
}

.testimonial_section_six .single-testimonial-six ul li .testimonila-author-name:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 2px;
  background: #333333;
}

.testimonial_section_six .single-testimonial-six ul li .testimonial-author-occupation {
  font-size: 18px;
  line-height: 48px;
  font-weight: 400;
  color: #999999;
  margin-left: 13px;
}

.testimonial_section_six .owl-nav .owl-prev, .testimonial_section_six .owl-nav .owl-next {
  border-radius: 8%;
  background-color: transparent;
  border: 1px solid #ee4023;
  color: #fff;
}

.testimonial_section_six .owl-nav .owl-prev:hover, .testimonial_section_six .owl-nav .owl-next:hover {
  background: #ee4023;
}

.testimonial_section_six .owl-nav .owl-next {
  right: 20px;
}

.testimonial_section_six .owl-nav .owl-prev {
  right: 120px;
}

/*------------------------------------------------------*/
/*Blog area*/
/*----------------------------------------------------*/
.news_section_six {
  padding: 100px 0 145px;
}

.news_section_six .news-section-heading-six {
  text-align: center;
  margin-bottom: 70px;
}

.news_section_six .news-section-heading-six .news-heading-six-small-title {
  font-size: 21px;
  color: #ee4023;
  text-transform: uppercase;
}

.news_section_six .news-section-heading-six .news-heading-six-big-title {
  font-size: 48px;
  color: #333333;
}

.news_section_six .news-section-heading-six .news-heading-six-paragraph {
  font-size: 16px;
  color: #383838;
  margin-top: 20px;
}

.news_section_six .single-blog-six {
  -webkit-box-shadow: 0px 5px 60px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  margin-bottom: 30px;
}

.news_section_six .single-blog-six .blog-six-img {
  position: relative;
}

.news_section_six .single-blog-six .blog-six-img span img {
  position: absolute;
  right: 0;
  bottom: -23px;
  width: 21px;
  height: 48px;
}

.news_section_six .single-blog-six .blog-six-img img {
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  width: 100%;
}

.news_section_six .single-blog-six .blog-six-content {
  padding: 0 30px 30px 30px;
}

.news_section_six .single-blog-six .blog-six-content .blog-six-content-author {
  margin-top: -34px;
  margin-bottom: 15px;
  position: relative;
}

.news_section_six .single-blog-six .blog-six-content .blog-six-content-author img {
  border: 3px solid #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
  display: inline-block;
  width: 60px;
}

.news_section_six .single-blog-six .blog-six-content .blog-six-content-author .blog-six-author-name {
  font-size: 14px;
  color: #ffffff;
  background-color: #f67719;
  display: inline-block;
  padding: 8px 18px 8px 12px;
  text-transform: uppercase;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-left: -4px;
  font-weight: 700;
}

.news_section_six .single-blog-six .blog-six-content .blog-six-post-meta {
  margin-bottom: 10px;
}

.news_section_six .single-blog-six .blog-six-content .blog-six-post-meta a {
  font-size: 16px;
  color: #ee4023;
  text-transform: uppercase;
  font-weight: 700;
}

.news_section_six .single-blog-six .blog-six-content .blog-six-post-meta .blog-six-post-date {
  font-size: 16px;
  color: #999999;
  display: inline-block;
  margin-left: 12px;
}

.news_section_six .single-blog-six .blog-six-content .blog-six-single-post-title {
  font-size: 20px;
  color: #333333;
  font-weight: 700;
  line-height: 1.55;
}

.news_section_six .owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  bottom: -60px;
}

.news_section_six .owl-carousel .owl-dots .owl-dot {
  height: 18px;
  width: 18px;
  background: #ee4023;
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
}

.news_section_six .owl-carousel .owl-dots .owl-dot.active {
  width: 60px;
  border-radius: 20px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/*---------------------------------------------------- */
/*Client counter area*/
/*----------------------------------------------------*/
.client_section_six {
  background: #333333;
  padding: 80px 0;
}

/*---------------------------------------------------- */
/*Footer Touch area*/
/*----------------------------------------------------*/
.footer_section_six {
  padding: 100px 0;
  background-image: url(../img/footer/footer-six-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #222222;
  position: relative;
}

.footer_section_six .footer-about-six p {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  margin-top: 40px;
}

.footer_section_six .footer-about-six ul {
  margin: 0;
  padding: 0;
}

.footer_section_six .footer-about-six ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.footer_section_six .footer-about-six ul li i {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.footer_section_six .footer-about-six ul li span {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  margin-left: 20px;
}

.footer_section_six .footer-six-widget {
  padding-top: 30px;
}

.footer_section_six .footer-six-widget h3 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 35px;
}

.footer_section_six .footer-six-link ul {
  margin: 0;
  padding: 0;
}

.footer_section_six .footer-six-link ul li {
  list-style: none;
  margin-bottom: 18px;
}

.footer_section_six .footer-six-link ul li:last-child {
  margin-bottom: 0;
}

.footer_section_six .footer-six-link ul li a {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  display: inline-block;
  letter-spacing: 1px;
  position: relative;
  padding-left: 18px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.footer_section_six .footer-six-link ul li a:before {
  position: absolute;
  content: "\f054";
  color: #ffffff;
  font-family: 'Font Awesome 5 Free';
  font-size: 11px;
  line-height: 24px;
  font-weight: 700;
  left: 0;
  top: 0;
}

.footer_section_six .footer-six-link ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 17px;
  right: 0;
  background-color: #ffffff;
  height: 1px;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.footer_section_six .footer-six-link ul li a:hover {
  margin-left: 8px;
}

.footer_section_six .footer-six-link ul li a:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.footer_section_six .footer-six-news .footer-news-six-wrapper .single-footer-news-six {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.footer_section_six .footer-six-news .footer-news-six-wrapper .single-footer-news-six img {
  width: 72px;
  height: 72px;
  border-radius: 7px;
}

.footer_section_six .footer-six-news .footer-news-six-wrapper .single-footer-news-six .footer-news-six-content {
  margin-left: 20px;
}

.footer_section_six .footer-six-news .footer-news-six-wrapper .single-footer-news-six .footer-news-six-content span {
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}

.footer_section_six .footer-six-news .footer-news-six-wrapper .single-footer-news-six .footer-news-six-content h4 {
  font-size: 18px;
  color: #ffffff;
}

.footer_section_six .footer-six-inatagram .footer-six-instagram-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer_section_six .footer-six-inatagram .footer-six-instagram-wrapper .single-footer-six-instagram img {
  width: 78px;
  height: 78px;
  margin-bottom: 18px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.footer_section_six .footer-six-inatagram .footer-six-instagram-wrapper .single-footer-six-instagram img:nth-child(4), .footer_section_six .footer-six-inatagram .footer-six-instagram-wrapper .single-footer-six-instagram img:nth-child(5), .footer_section_six .footer-six-inatagram .footer-six-instagram-wrapper .single-footer-six-instagram img:nth-child(6) {
  margin-bottom: 0;
}

.footer_section_six .footer-six-inatagram .footer-six-instagram-wrapper .single-footer-six-instagram:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.footer_section_six .footer-six-copyright .copyright-text-six p {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

.footer_section_six .footer-six-copyright .copyright-text-six p a {
  font-weight: 700;
}

.footer_section_six .footer-six-copyright .footer-six-social {
  margin: 0;
  padding: 0;
}

.footer_section_six .footer-six-copyright .footer-six-social li {
  display: inline-block;
}

.footer_section_six .footer-six-copyright .footer-six-social li a {
  font-size: 16px;
  color: #ffffff;
  margin-left: 15px;
  display: inline-block;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.footer_section_six .footer-six-copyright .footer-six-social li a:hover {
  color: #ee4023;
}

/*---------------------------------------------------- */
/*responsive area*/
/*----------------------------------------------------*/
/* ==================================================
*	01 - media screen and (max-width: 2560px)
*	02 - media screen and (max-width: 1536px)
*	03 - media screen and (max-width: 1440px)
*	04 - media screen and (max-width: 1366px)
*	05 - media screen and (max-width: 1280px)
*	06 - media screen and (max-width: 1199px)
*	07 - media screen and (max-width: 991px)
*	08 - media screen and (max-width: 767px)
*	09 - media screen and (max-width: 680px)
*	10 - media screen and (max-width: 580px)
*	11 - media screen and (max-width: 480px)
*	12 - media screen and (max-width: 380px)
*	13 - media screen and (max-width: 320px)
================================================== */
@media screen and (width: 2560px) {
  .whychooseus_section_six {
    padding: 242px 0;
  }
  .whychooseus_section_six .whychoosus-left-img img {
    width: 100%;
  }
  .slider_section_six .single-slider-six .slide-img-six {
    right: 519px;
  }
  .slider_section_six .owl-carousel .owl-dots {
    right: 300px;
  }
}

@media screen and (max-width: 1536px) {
  .whychooseus_section_six {
    padding: 40px 0;
  }
  .whychooseus_section_six:before {
    top: -110px;
    width: 109px;
    height: 400px;
  }
  .whychooseus_section_six:after {
    bottom: -225px;
    width: 80px;
    height: 350px;
  }
  .whychooseus_section_six .whychooseus-right-content {
    padding-left: 40px;
  }
  .whychooseus_section_six .whychooseus-right-content .whychooseus-six-list {
    margin-top: 20px;
  }
  .whychooseus_section_six .whychooseus-right-content .whychooseus-six-list .single-chooseus-list {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 1440px) {
  .six_header .logo-area {
    width: 27%;
  }
  .slider_section_six .single-slider-six .slide-img-six {
    right: 115px;
  }
  .whychooseus_section_six {
    padding: 20px 0;
  }
}

@media screen and (max-width: 1366px) {
  .six_header .logo-area {
    width: 26%;
  }
  .slider_section_six .single-slider-six .slide-img-six {
    right: 120px;
  }
  .features_section_six .single-feature-six {
    padding: 66px 50px 60px;
  }
  .whychooseus_section_six {
    padding: 5px 0;
  }
}

@media screen and (max-width: 1280px) {
  .whychooseus_section_six .whychooseus-right-content .whychooseus-six-big-title {
    font-size: 42px;
    line-height: 48px;
  }
  .whychooseus_section_six .whychooseus-right-content .whychoose-six-paragraph {
    margin: 10px 0 15px;
  }
}

@media screen and (max-width: 1200px) {
  .six_header .header-top-six .header-top-contact-info-six li {
    font-size: 12px;
    margin: 16px 5px;
    padding-right: 10px;
  }
  .six_header .header-top-six .header-top-social-six li {
    font-size: 13px;
    margin: 10px 5px;
  }
  .six_header .logo-area {
    width: 28%;
  }
  .six_header .main-nav-six-area .main-navigation-six ul li a {
    margin: 0 10px;
    padding: 15px 0;
  }
  .six_header .main-nav-six-area .search-call-to-action-area-six ul .call-to-action-btn-six a {
    margin-right: 15px;
  }
  .six_header .main-nav-six-area .search-call-to-action-area-six ul .search-btn-six a {
    margin-left: 10px;
    margin-right: 10px;
  }
  .slider_section_six .single-slider-six .slider-six-text .slider-six-big-title {
    font-size: 62px;
  }
  .slider_section_six .single-slider-six .slide-img-six {
    right: 10px;
    bottom: 58%;
  }
  .about_section_six .about-six-left {
    width: 80%;
  }
  .about_section_six .about-six-right .about-six-big-title {
    font-size: 42px;
  }
  .about_section_six .about-six-right .about-six-list li {
    font-size: 13px;
  }
  .service_section_six .service-section-heading-six .service-section-heading-six-big-title {
    font-size: 42px;
  }
  .service_section_six .single-service-six .service-six-content h3 {
    font-size: 18px;
  }
  .whychooseus_section_six {
    padding: 40px 0;
  }
  .whychooseus_section_six:before {
    top: -71px;
    width: 80px;
    height: 200px;
  }
  .whychooseus_section_six:after {
    bottom: -161px;
    width: 60px;
    height: 200px;
  }
  .whychooseus_section_six .whychooseus-right-content {
    padding-left: 35px;
  }
  .whychooseus_section_six .whychooseus-right-content .whychooseus-six-small-title {
    font-size: 16px;
    line-height: 30px;
  }
  .whychooseus_section_six .whychooseus-right-content .whychooseus-six-big-title {
    font-size: 26px;
    line-height: 35px;
  }
  .whychooseus_section_six .whychooseus-right-content .whychoose-six-paragraph {
    font-size: 14px;
    line-height: 26px;
    margin: 10px 0 15px;
  }
  .whychooseus_section_six .whychooseus-right-content .whychooseus-six-list .single-chooseus-list {
    margin-bottom: 10px;
  }
  .whychooseus_section_six .whychooseus-right-content .whychooseus-six-list .single-chooseus-list .chooseus-list-icon {
    min-width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .whychooseus_section_six span.chooseus-list-icon img {
    width: 25px;
    height: 25px;
  }
  .whychooseus_section_six .whychooseus-right-content .whychooseus-six-list .single-chooseus-list .choose-list-text .list-text-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 4px;
  }
  .whychooseus_section_six .whychooseus-right-content .whychooseus-six-list .single-chooseus-list .choose-list-text .list-text-paragraph {
    font-size: 14px;
    line-height: 24px;
  }
  .whychooseus_section_six .whychooseus-right-content .whychooseus-six-list {
    margin-top: 15px;
  }
  .team_section_six .single-team-six .team-six-img img {
    width: 100%;
  }
  .footer-six-inatagram {
    padding-right: 180px;
  }
}

@media screen and (max-width: 1024px) {
  .whychooseus_section_six {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .six_header .header-top-six {
    display: none;
  }
  .six_header .main-nav-six-area {
    height: 124px;
  }
  .six_header .logo-area {
    width: 34%;
  }
  .six_header .main-nav-six-area .main-navigation-six {
    display: none;
  }
  .six_header .main-nav-six-area .search-call-to-action-area-six {
    display: none;
  }
  .soft-m-mobile_menu_button-six {
    display: block;
    top: 34px;
  }
  .f-nav .soft-m-mobile_menu_button-six {
    top: 60px;
  }
  .f-nav .soft-m-mobile_menu_content-six {
    top: 50px;
  }
  .slider_section_six .single-slider-six .slider-six-text {
    padding: 130px 0 170px;
  }
  .slider_section_six .single-slider-six .slider-six-text .slider-six-big-title {
    font-size: 48px;
    line-height: 70px;
  }
  .slider_section_six .single-slider-six .slider-six-text ul .slider-btn-six {
    margin-right: 10px;
  }
  .slider_section_six .single-slider-six .slider-six-text ul .slider-btn-six a {
    padding: 15px 30px;
    font-size: 18px;
  }
  .slider_section_six .single-slider-six .slider-six-text ul .slider-play-btn-six a {
    font-size: 18px;
  }
  .slider_section_six .single-slider-six .slider-six-text ul {
    margin-top: 30px;
  }
  .slider_section_six .single-slider-six .slide-img-six {
    right: 15px;
    max-width: 410px;
    max-height: 167px;
    bottom: 51%;
  }
  .single-client-six {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about_section_six .about-six-right {
    padding: 100px 65px 0;
  }
  .about_section_six .about-six-left .about-six-left-text-box {
    padding: 45px 55px 40px 47px;
  }
  .about_section_six .about-six-left .about-six-left-text-box h1 {
    font-size: 65px;
  }
  .about_section_six .about-six-left .about-six-left-text-box p {
    font-size: 20px;
    line-height: 32px;
  }
  .about_section_six .about-six-right .about-six-big-title {
    font-size: 34px;
    line-height: 50px;
  }
  .about_section_six .about-six-right .about-six-big-box-wrapper {
    padding: 15px 0;
  }
  .about_section_six .about-six-right .about-six-list li {
    font-size: 14px;
  }
  .about-six-left img {
    width: 100%;
  }
  .service_section_six .service-section-heading-six .service-section-heading-six-samll-title {
    font-size: 18px;
  }
  .service_section_six .service-section-heading-six .service-section-heading-six-big-title {
    font-size: 40px;
  }
  .service_section_six .single-service-six .service-six-img img {
    width: 100%;
  }
  .team_section_six .team-six-heading .team-six-heading-big-title {
    font-size: 40px;
    line-height: 55px;
  }
  .whychooseus_section_six .whychoosus-left-img {
    width: 100%;
  }
  .whychooseus-right-content {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 94%;
  }
  .whychooseus_section_six:before {
    top: -45px;
    width: 50px;
    height: 150px;
  }
  .whychooseus_section_six:after {
    bottom: -161px;
    width: 50px;
    height: 200px;
  }
  .team_section_six .single-team-six .team-six-img img {
    width: 100%;
  }
  .footer-six-copyright {
    margin-top: 40px;
  }
  .newsletter_section_six .newsletter-left-text h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .six_header .logo-area a {
    padding: 25px 0px 25px 0;
  }
  .soft-m-mobile_menu_button-six {
    top: 24px;
  }
  .six_header .logo-area a:after {
    right: -35px;
    top: 13px;
    height: 76px;
    width: 76px;
  }
  .six_header .logo-area a img {
    height: 50px;
  }
  .six_header .main-nav-six-area {
    height: 100px;
  }
  .six_header.f-nav .main-nav-six-area {
    height: 124px;
  }
  .soft-m-mobile_menu_button {
    top: 25px;
  }
  .slider_section_six .single-slider-six .slide-img-six {
    display: none;
  }
  .slider_section_six .owl-carousel .owl-dots {
    bottom: 34px;
  }
  .service_section_six .owl-nav .owl-prev, .service_section_six .owl-nav .owl-next,
  .testimonial_section_six .owl-nav .owl-prev, .testimonial_section_six .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
  }
  .service_section_six .owl-nav .owl-prev,
  .testimonial_section_six .owl-nav .owl-prev {
    right: 80px;
  }
  .slider_section_six .single-slider-six .slider-six-text {
    padding: 80px 0 80px;
  }
  .about-six-left {
    margin-bottom: 50px;
  }
  .service_section_six .single-service-six .shape1 {
    top: 80px;
  }
  .service_section_six .single-service-six .service-six-content {
    padding: 40px 20px;
  }
  .features_section_six .single-feature-six {
    padding: 60px 30px 60px;
  }
  .whychooseus_section_six .whychoosus-left-img {
    margin-bottom: 50px;
    text-align: center;
  }
  .single-team-six {
    margin-bottom: 30px;
  }
  .contact-six-left {
    margin-bottom: 50px;
  }
  .news_section_six .single-blog-six .blog-six-content .blog-six-content-author .blog-six-author-name {
    font-size: 13px;
  }
  .news_section_six .single-blog-six .blog-six-content .blog-six-post-meta .blog-six-post-category {
    font-size: 13px;
  }
  .news_section_six .single-blog-six .blog-six-content .blog-six-post-meta .blog-six-post-date {
    font-size: 13px;
  }
  .news_section_six .single-blog-six .blog-six-content .blog-six-single-post-title {
    font-size: 13px;
    line-height: 26px;
  }
  .footer-six-inatagram {
    padding-right: 0;
  }
  .copyright-text-six {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 680px) {
  .about_section_six .about-six-right {
    padding-top: 70px;
  }
  .service_section_six .owl-nav .owl-prev, .service_section_six .owl-nav .owl-next,
  .testimonial_section_six .owl-nav .owl-prev, .testimonial_section_six .owl-nav .owl-next {
    top: -110px;
  }
}

@media screen and (max-width: 580px) {
  .whychooseus-right-content {
    padding-top: 100%;
  }
  .news_section_six .single-blog-six .blog-six-content .blog-six-single-post-title {
    font-size: 12px;
  }
  .news_section_six .single-blog-six .blog-six-content .blog-six-content-author .blog-six-author-name {
    font-size: 11px;
    padding: 6px 14px 6px 10px;
  }
}

@media screen and (max-width: 480px) {
  .about_section_six .about-six-right {
    padding-left: 50px;
    padding-right: 50px;
  }
  .about_section_six .about-six-left .about-six-left-text-box {
    padding: 35px 40px 30px 35px;
  }
  .about_section_six .about-six-left .about-six-left-text-box h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 5px;
  }
  .about_section_six .about-six-left .about-six-left-text-box p {
    font-size: 16px;
    line-height: 24px;
  }
  .service_section_six .owl-nav .owl-prev, .service_section_six .owl-nav .owl-next, .testimonial_section_six .owl-nav .owl-prev, .testimonial_section_six .owl-nav .owl-next {
    top: inherit;
    left: 0px;
    right: 70px;
    margin: 0 auto;
  }
  .service_section_six .owl-nav .owl-prev, .service_section_six .owl-nav .owl-next {
    bottom: -40px;
  }
  .testimonial_section_six .owl-nav .owl-prev, .testimonial_section_six .owl-nav .owl-next {
    bottom: -70px;
  }
  .service_section_six .owl-nav .owl-prev,
  .testimonial_section_six .owl-nav .owl-prev {
    left: -30px;
  }
  .service_section_six .owl-nav .owl-next,
  .testimonial_section_six .owl-nav .owl-next {
    right: -45px;
  }
  .news_section_six .single-blog-six .blog-six-content .blog-six-content-author .blog-six-author-name {
    font-size: 10px;
    padding: 6px 8px 6px 6px;
  }
  .news_section_six .single-blog-six .blog-six-content .blog-six-post-meta .blog-six-post-category {
    font-size: 11px;
  }
  .news_section_six .single-blog-six .blog-six-content .blog-six-post-meta .blog-six-post-date {
    font-size: 10px;
  }
  .news_section_six .single-blog-six .blog-six-content .blog-six-single-post-title {
    font-size: 10px;
  }
}

@media screen and (max-width: 420px) {
  .six_header .logo-area {
    width: 45%;
  }
  .slider_section_six .single-slider-six .slider-six-text .slider-six-small-title {
    font-size: 18px;
    margin-bottom: 0;
  }
  .slider_section_six .single-slider-six .slider-six-text .slider-six-big-title {
    font-size: 40px;
    line-height: 55px;
  }
  .slider_section_six .single-slider-six .slider-six-text .curve-border-six {
    display: inline-block;
    padding: 15px 0px;
  }
  .slider_section_six .single-slider-six .slider-six-text p {
    font-size: 18px;
  }
  .slider_section_six .single-slider-six .slider-six-text ul .slider-btn-six {
    margin-right: 15px;
  }
  .slider_section_six .single-slider-six .slider-six-text ul .slider-btn-six a {
    padding: 15px 30px;
    font-size: 16px;
  }
  .slider_section_six .single-slider-six .slider-six-text ul .slider-play-btn-six a {
    font-size: 16px;
  }
  .slider_section_six .single-slider-six .slider-six-text ul .slider-play-btn-six a i {
    width: 45px;
    height: 45px;
    line-height: 40px;
    font-size: 15px;
    margin-left: 10px;
    padding-left: 3px;
  }
  .slider_section_six .single-slider-six .slider-six-text ul {
    margin: 30px 0 0;
  }
  .slider_section_six .owl-carousel .owl-dots {
    right: 40px;
    bottom: 25px;
  }
  .slider_section_six .owl-carousel .owl-dots .owl-dot {
    -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
  }
  .about_section_six .about-six-right .about-six-big-title {
    font-size: 30px;
    line-height: 45px;
  }
  .about_section_six .about-six-right .about-six-list li {
    margin-bottom: 15px;
  }
  .about_section_six .about-six-left:before {
    top: -60px;
  }
  .about_section_six .about-six-left .about-six-left-text-box {
    padding: 28px 35px 25px 30px;
  }
  .about_section_six .about-six-left .about-six-left-text-box h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .about_section_six .about-six-left .about-six-left-text-box p {
    font-size: 14px;
    line-height: 22px;
  }
  .service_section_six .service-section-heading-six .service-section-heading-six-big-title {
    font-size: 32px;
    line-height: 45px;
  }
  .about_section_six .about-six-right {
    padding-top: 50px;
  }
  .service_section_six .owl-nav .owl-prev, .service_section_six .owl-nav .owl-next {
    bottom: -49px;
  }
  .service_section_six .owl-nav .owl-prev,
  .testimonial_section_six .owl-nav .owl-prev {
    right: 80px;
  }
  .service_section_six .owl-nav .owl-next,
  .testimonial_section_six .owl-nav .owl-next {
    right: -92px;
  }
  .whychooseus-right-content {
    padding-left: 10px;
  }
  .whychooseus_section_six .whychooseus-right-content .whychooseus-six-small-title {
    font-size: 18px;
    line-height: 33px;
  }
  .whychooseus_section_six .whychooseus-right-content .whychooseus-six-big-title {
    font-size: 32px;
    line-height: 45px;
  }
  .whychooseus_section_six .whychooseus-right-content .whychooseus-six-list .single-chooseus-list .chooseus-list-icon {
    min-width: 70px;
    height: 70px;
    line-height: 70px;
    margin-right: 15px;
  }
  .whychooseus_section_six .whychooseus-right-content .whychooseus-six-list .single-chooseus-list .chooseus-list-icon img {
    height: 30px;
  }
  .whychooseus_section_six .whychooseus-right-content .whychooseus-six-list .single-chooseus-list .choose-list-text .list-text-title {
    margin-bottom: 15px;
  }
  .testimonial_section_six .testimonial-six-heading .testimonial-heading-small-title {
    font-size: 18px;
  }
  .testimonial_section_six .testimonial-six-heading .testimonial-heading-big-title {
    font-size: 36px;
    line-height: 54px;
  }
  .testimonial_section_six .single-testimonial-six {
    padding: 30px;
  }
  .team_section_six .team-six-heading .team-six-heading-big-title {
    font-size: 30px;
    line-height: 45px;
  }
  .single-footer-six-instagram {
    margin: 10px;
  }
  .about_section_six .about-six-right {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about_section_six .about-six-right .about-six-big-box-wrapper .single-six-big-box .six-box-right h3 {
    font-size: 16px;
  }
  .about_section_six .about-six-right .about-six-big-box-wrapper .single-six-big-box .six-box-right p {
    font-size: 14px;
  }
}

@media screen and (max-width: 320px) {
  .six_header .logo-area {
    width: 45%;
  }
  .slider_section_six .single-slider-six .slider-six-text ul .slider-btn-six a {
    padding: 10px 15px;
    font-size: 14px;
  }
  .slider_section_six .single-slider-six .slider-six-text ul .slider-play-btn-six a {
    font-size: 14px;
  }
  .slider_section_six .single-slider-six .slider-six-text ul .slider-play-btn-six a i {
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 13px;
    margin-left: 7px;
  }
  .soft-m-mobile_menu_content-six {
    width: 260px;
  }
  .about_section_six .about-six-right .about-six-big-title {
    font-size: 22px;
    line-height: 34px;
  }
  .about_section_six .about-six-right .about-six-small-title {
    font-size: 16px;
    line-height: 26px;
  }
  .about_section_six .about-six-right .about-six-big-box-wrapper .single-six-big-box .six-box-right {
    margin-left: 10px;
  }
  .about_section_six .about-six-right .about-six-big-box-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about_section_six .about-six-left:before {
    left: -25px;
    top: -33px;
    width: 110px;
    height: 175px;
    background-size: contain;
  }
  .about_section_six .about-six-left .about-six-left-text-box {
    left: -23px;
  }
  .about-six-left-icon img {
    width: 25px;
  }
  .about_section_six .about-six-right {
    padding-top: 40px;
  }
  .about_section_six .about-six-right .about-six-list li {
    font-size: 13px;
  }
  .service_section_six .service-section-heading-six .service-section-heading-six-big-title {
    font-size: 28px;
    line-height: 42px;
  }
  .service_section_six .single-service-six .service-six-content h3 {
    font-size: 16px;
  }
  .service_section_six .owl-nav .owl-prev {
    right: 0;
  }
  .service_section_six .owl-nav .owl-next {
    right: -60px;
  }
  .service_section_six .owl-nav .owl-prev {
    left: -65px;
  }
  .whychooseus_section_six .whychooseus-right-content .whychooseus-six-big-title {
    font-size: 28px;
    line-height: 42px;
  }
  .whychooseus_section_six .whychooseus-right-content .whychooseus-six-list .single-chooseus-list .choose-list-text .list-text-title {
    font-size: 16px;
    line-height: 30px;
  }
  .testimonial_section_six .single-testimonial-six {
    padding: 20px;
  }
  .testimonial_section_six .single-testimonial-six p {
    font-size: 17px;
    margin: 0 0 20px 0;
  }
  .news_section_six .owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
  }
  .copyright-text-six {
    text-align: center;
  }
  .footer_section_six .footer-six-inatagram .footer-six-instagram-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slider_section_six .single-slider-six .slider-six-text .slider-six-big-title {
    font-size: 30px;
    line-height: 45px;
  }
  .team_section_six .team-six-heading .team-six-heading-big-title {
    font-size: 28px;
    line-height: 42px;
  }
  .slider-six-text ul .slider-btn-six {
    margin-right: 10px;
  }
  .testimonial_section_six .testimonial-six-heading .testimonial-heading-big-title {
    font-size: 28px;
    line-height: 42px;
  }
  .contact_section_six .contact-six-left .contact-six-contact-way .contact-way-text p {
    font-size: 18px;
  }
  .news_section_six .news-section-heading-six .news-heading-six-small-title {
    font-size: 18px;
  }
  .news_section_six .news-section-heading-six .news-heading-six-big-title {
    font-size: 28px;
    line-height: 42px;
  }
}

/*Widget css*/
.nio-con-spccial-feature-section {
  padding-bottom: 115px;
  overflow: visible;
}
.nio-con-spccial-feature-section:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 120px;
  position: absolute;
  background-color: #f1faf5;
}
.nio-con-spccial-feature-section .deco-shape-1,
.nio-con-spccial-feature-section .deco-shape-2,
.nio-con-spccial-feature-section .deco-shape-3 {
  right: 0;
  bottom: 0;
}
.nio-con-spccial-feature-section .deco-shape-1,
.nio-con-spccial-feature-section .deco-shape-2 {
  bottom: -240px;
}

.nio-con-spccial-feature-innerbox {
  overflow: hidden;
  padding: 70px 50px;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.12);
}
.nio-con-spccial-feature-innerbox:before {
  z-index: 1;
  right: -5px;
  content: "";
  width: 70px;
  bottom: -20px;
  height: 100px;
  border-radius: 5px;
  position: absolute;
  background-color: #0cb95e82;
  transform: rotate(-50deg);
  transition: 0.3s all ease-in-out;
}
.nio-con-spccial-feature-innerbox:after {
  z-index: 0;
  content: "";
  width: 70px;
  right: -25px;
  bottom: -10px;
  height: 100px;
  border-radius: 5px;
  position: absolute;
  background-color: #70eeac;
  transform: rotate(-50deg);
}
.nio-con-spccial-feature-innerbox .nio-con-spccial-feature-icon {
  margin-bottom: 45px;
}
.nio-con-spccial-feature-innerbox .nio-con-spccial-feature-text h3 {
  color: #0e0e0e;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 25px;
}
.nio-con-spccial-feature-innerbox .nio-con-spccial-feature-text p {
  color: #383838;
  padding-bottom: 35px;
}
.nio-con-spccial-feature-innerbox .nio-con-spccial-feature-text .sf-more-btn {
  font-size: 20px;
}
.nio-con-spccial-feature-innerbox:hover {
  box-shadow: 0px 8px 72px 0px rgba(0, 0, 0, 0.18);
}
.nio-con-spccial-feature-innerbox:hover:before {
  background-color: #0cb95e;
}
.nio-con-spccial-feature-innerbox:hover .sf-more-btn {
  color: #0cb95e;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.nio-con-main-feature-section {
  overflow: visible;
  padding: 120px 0px;
}
.nio-con-main-feature-section .background_overlay {
  background-color: rgba(0, 0, 0, 0.75);
}
.nio-con-main-feature-section .nio-con-section-title span, .nio-con-main-feature-section .nio-con-section-title h2 {
  color: #fff;
}
.nio-con-main-feature-section .nio-con-about-details {
  color: #fff;
}
.nio-con-main-feature-section .nio-con-about-details {
  margin: 35px 0px 40px;
}

.nio-con-main-feature-list li {
  width: 50%;
  color: #fff;
  float: left;
  margin-bottom: 22px;
  padding: 0px 25px 0px 35px;
  position: relative;
}
.nio-con-main-feature-list li:before {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  font-weight: 900;
  color: #0cb95e;
  font-family: "Font Awesome 5 Free";
}

.nio-con-main-feature-img {
  right: 0;
  position: absolute;
}
.nio-con-main-feature-img img {
  border-radius: 20px;
}
.nio-con-main-feature-img .nio-con-main-feature-shape.shape1 {
  z-index: 1;
  right: -70px;
  bottom: 160px;
}
.nio-con-main-feature-img .nio-con-main-feature-shape.shape2 {
  z-index: 0;
  right: -115px;
  bottom: -65px;
}
.nio-con-main-feature-img .nio-con-feature-play {
  top: 75px;
  left: -50px;
}
.nio-con-main-feature-img .nio-con-feature-play a {
  width: 105px;
  height: 105px;
  display: block;
  z-index: 1;
  line-height: 105px;
  border-radius: 100%;
  position: relative;
  background-color: #0cb95e;
}
.nio-con-main-feature-img .nio-con-feature-play a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #0cb95e;
  animation: pulse-border 1500ms ease-out infinite;
}
.nio-con-section-title span {
  font-size: 18px;
  font-weight: 700;
  padding-left: 75px;
  position: relative;
}
.nio-con-section-title span:before {
  left: 0;
  top: 12px;
  content: "";
  height: 3px;
  width: 60px;
  position: absolute;
  background-color: #0cb95e;
}

.nio-con-section-title h2 {
  font-size: 48px;
  font-weight: 700;
}
.nio-con-why-choose-section {
  padding: 120px 0px;
}
.nio-con-why-choose-section .wh-circle-shape {
  bottom: -150px;
  right: -180px;
}

.nio-con-why-choose-text .nio-con-about-details {
  margin: 55px 0px 40px;
}

.nio-con-why-choose-main-img {
  z-index: 1;
  padding-top: 100px;
}
.nio-con-why-choose-main-img .nio-con-why-choose-img {
  overflow: hidden;
  border-radius: 12px;
}
.nio-con-why-choose-main-img .nio-con-wh-sh1 {
  top: 15px;
  right: 20px;
  z-index: -1;
}
.nio-con-why-choose-main-img .nio-con-wh-sh2 {
  top: 0;
  left: -135px;
  z-index: -1;
}
.nio-con-why-choose-main-img .nio-con-wh-sh3 {
  right: 40px;
  bottom: -90px;
}
.nio-con-section-title h2 {
  color: #0e0e0e;
  font-size: 48px;
  font-weight: 700;
}
.nio-con-wh-icon-text {
  margin-bottom: 40px;
}
.nio-con-wh-icon-text .nio-con-wh-icon {
  width: 60px;
  height: 52px;
  margin-bottom: 25px;
}
.nio-con-wh-icon-text .nio-con-wh-text h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
}
.nio-con-section-title span {
  font-size: 18px;
  font-weight: 700;
  padding-left: 75px;
  position: relative;
}
.nio-con-section-title span:before {
  left: 0;
  top: 12px;
  content: "";
  height: 3px;
  width: 60px;
  position: absolute;
  background-color: #0cb95e;
}
.nio-con-portfolio-section {
  padding: 115px 0px;
}
.nio-con-portfolio-section .background_overlay {
  background-color: rgba(241, 250, 245, 0.45);
}
.nio-con-portfolio-section .nio-con-section-title {
  max-width: 390px;
}
.nio-con-portfolio-section .nio-con-title-text {
  padding-top: 30px;
}
.nio-con-portfolio-section .port-shape1 {
  right: 0;
  top: 100px;
}
.nio-con-portfolio-section .port-shape2 {
  right: 0;
  bottom: 50px;
}

.nio-con-portfolio-content {
  margin: 0 auto;
  padding-top: 70px;
  max-width: 1920px;
}

.nio-con-portfolio-silder-area .owl-stage-outer,
.nio-con-portfolio-silder-area .owl-controls {
  margin-left: 370px;
}

.nio-con-portfolio-silder-area .owl-nav {
  margin-top: 60px;
}

.nio-con-portfolio-silder-area .owl-prev,
.nio-con-portfolio-silder-area .owl-next {
  font-size: 30px;
  margin-right: 30px;
  display: inline-block;
  transition: 0.3s all ease-in-out;
  position: relative;
  top: auto;
  right: auto;
  width: auto;
  height: auto;
  border: 0px;
  background: inherit;
}
.nio-con-portfolio-silder-area .owl-prev:hover,
.nio-con-portfolio-silder-area .owl-next:hover {
  color: #0cb95e;
  border: 0px;
  background: inherit;
}

.nio-con-portfolio-innerbox {
  border-radius: 10px;
  overflow: hidden;
}
.nio-con-portfolio-innerbox:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  background-color: #0cb95e;
  transition: 0.3s all ease-in-out;
}
.nio-con-portfolio-innerbox .nio-con-portfolio-text {
  left: 60px;
  z-index: 2;
  opacity: 0;
  bottom: 0px;
  max-width: 345px;
  position: absolute;
  visibility: hidden;
  transition: 0.4s all ease-in-out;
}
.nio-con-portfolio-innerbox .nio-con-portfolio-text span {
  color: #fff;
  font-weight: 700;
  font-family: "Poppins";
}
.nio-con-portfolio-innerbox .nio-con-portfolio-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.625;
}
.nio-con-portfolio-innerbox .nio-con-portfolio-btn {
  top: 30px;
  z-index: 1;
  opacity: 0;
  right: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  visibility: hidden;
  position: absolute;
  border-radius: 5px;
  background-color: #fff;
  transition: 0.4s all ease-in-out;
}
.nio-con-portfolio-innerbox .nio-con-portfolio-btn a {
  width: 100%;
  display: block;
}
.nio-con-portfolio-innerbox .nio-con-portfolio-btn:after {
  top: 10px;
  left: -10px;
  content: "";
  height: 60px;
  width: 60px;
  z-index: -1;
  position: absolute;
  border-radius: 5px;
  border: 2px solid #fff;
}
.nio-con-portfolio-innerbox:hover:before {
  opacity: 0.8;
  visibility: visible;
}
.nio-con-portfolio-innerbox:hover .nio-con-portfolio-text {
  opacity: 1;
  bottom: 60px;
  visibility: visible;
}
.nio-con-portfolio-innerbox:hover .nio-con-portfolio-btn {
  opacity: 1;
  right: 30px;
  visibility: visible;
}
.nio-con-section-title h2 {
  color: #0e0e0e;
  font-size: 48px;
  font-weight: 700;
}
.nio-con-section-title span {
  font-size: 18px;
  font-weight: 700;
  padding-left: 75px;
  position: relative;
}
.nio-con-section-title span:before {
  left: 0;
  top: 12px;
  content: "";
  height: 3px;
  width: 60px;
  position: absolute;
  background-color: #0cb95e;
}
.nio-con-blog-section {
  padding: 115px 0px;
}
.nio-con-blog-section .nio-con-blog-item {
  padding-left: 55px;
}
.nio-con-blog-section .nio-con-blog-shape {
  right: -230px;
  bottom: -100px;
}
.nio-con-blog-img-text {
  margin-bottom: 55px;
}
.nio-con-blog-img-text .nio-con-blog-img {
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 35px;
}
.nio-con-blog-img-text .nio-con-blog-text .nio-con-blog-meta a {
  color: #999999;
  margin-right: 25px;
}
.nio-con-blog-img-text .nio-con-blog-text .nio-con-blog-meta a i {
  margin-right: 3px;
}
.nio-con-blog-img-text .nio-con-blog-text h3 {
  color: #0e0e0e;
  font-size: 24px;
  font-weight: 700;
  padding-top: 10px;
  max-width: 480px;
}
.nio-con-blog-img-text .nio-con-blog-text h3 a:hover {
  color: #0cb95e;
}

.nio-con-blog-more-btn {
  height: 50px;
  width: 200px;
  margin: 0 auto;
  margin-top: 30px;
  line-height: 50px;
  border-radius: 5px;
  background: #0cb95e;
  transition: 0.3s all ease-in-out;
}
.nio-con-blog-more-btn a {
  color: #fff;
  width: 100%;
  display: block;
  font-weight: 700;
}
.nio-con-blog-more-btn:hover {
  background-color: #000;
}
.nio-con-section-title span {
  font-size: 18px;
  font-weight: 700;
  padding-left: 75px;
  position: relative;
}
.nio-con-section-title span:before {
  left: 0;
  top: 12px;
  content: "";
  height: 3px;
  width: 60px;
  position: absolute;
  background-color: #0cb95e;
}
.nio-con-section-title h2 {
  color: #0e0e0e;
  font-size: 48px;
  font-weight: 700;
}
.nio-con-title-text {
  margin: 0 auto;
  max-width: 750px;
  padding: 40px 0 70px;
}
.nio-con-team-section {
  padding: 195px 0px 120px;
}
.nio-con-team-section .tm-circle-shape {
  bottom: -200px;
  right: -200px;
}

.nio-con-title-text {
  margin: 0 auto;
  max-width: 750px;
  padding: 40px 0 70px;
}

.nio-con-team-innerbox {
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
  padding: 60px 0px 50px;
  background-color: #f2f3fe;
  transition: 0.4s all ease-in-out;
}
.nio-con-team-innerbox:before {
  top: -160px;
  content: "";
  z-index: -1;
  left: -110px;
  width: 450px;
  height: 450px;
  position: absolute;
  border-radius: 100%;
  background-color: #0cb95e;
  transition: 0.4s all ease-in-out;
}
.nio-con-team-innerbox .nio-con-team-img-social {
  margin: 0 auto;
  max-width: 270px;
}
.nio-con-team-innerbox .nio-con-team-img-social:before {
  bottom: 0;
  width: 50px;
  z-index: 1;
  right: 35px;
  height: 50px;
  content: "";
  cursor: pointer;
  font-weight: 900;
  line-height: 50px;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
  font-family: "Font Awesome 5 Free";
}
.nio-con-team-innerbox .nio-con-team-img-social .nio-con-team-social {
  opacity: 0;
  right: -35px;
  bottom: 70px;
  visibility: hidden;
  position: absolute;
  transition: 0.4s all ease-in-out;
}
.nio-con-team-innerbox .nio-con-team-img-social .nio-con-team-social li {
  width: 50px;
  color: #fff;
  height: 50px;
  margin-top: 35px;
  line-height: 50px;
  border-radius: 100%;
}
.nio-con-team-innerbox .nio-con-team-img-social .nio-con-team-social li a {
  width: 100%;
  display: block;
}
.nio-con-team-innerbox .nio-con-team-img-social .nio-con-team-social li:nth-child(1) {
  background-color: #405de6;
  transform: translateX(-40px);
}
.nio-con-team-innerbox .nio-con-team-img-social .nio-con-team-social li:nth-child(2) {
  background-color: #1da1f2;
  transform: translateX(10px);
  margin-top: 15px;
}
.nio-con-team-innerbox .nio-con-team-img-social .nio-con-team-social li:nth-child(3) {
  background-color: #3b5998;
}
.nio-con-team-innerbox .nio-con-team-img-social.social-show:before {
  content: "";
}
.nio-con-team-innerbox .nio-con-team-img-social.social-show .nio-con-team-social {
  opacity: 1;
  right: -10px;
  visibility: visible;
}
.nio-con-team-innerbox .nio-con-team-img {
  width: 270px;
  height: 270px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 100%;
  margin-bottom: 35px;
}
.nio-con-team-innerbox .nio-con-team-text h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 12px;
}
.nio-con-team-innerbox .nio-con-team-text span {
  color: #999999;
  font-family: "Poppins";
  transition: 0.3s all ease-in-out;
}
.nio-con-team-innerbox:hover:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.nio-con-team-innerbox:hover .nio-con-team-text h3, .nio-con-team-innerbox:hover .nio-con-team-text span {
  color: #fff;
}

.nio-con-team-slider-area .owl-dots {
  margin-top: 70px;
  text-align: center;
}
.nio-con-team-slider-area .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  margin: 0px 13px;
  border-radius: 100%;
  display: inline-block;
  background-color: #70eeac;
  transition: 0.3s all ease-in-out;
}
.nio-con-team-slider-area .owl-dots .owl-dot.active {
  transform: scale(1.1);
  background-color: #fff;
  border: 3px solid #0cb95e;
}

.nio-con-team-circle {
  bottom: -20px;
  right: -120px;
}
.nio-con-section-title span {
  font-size: 18px;
  font-weight: 700;
  padding-left: 75px;
  position: relative;
}
.nio-con-section-title span:before {
  left: 0;
  top: 12px;
  content: "";
  height: 3px;
  width: 60px;
  position: absolute;
  background-color: #0cb95e;
}
.nio-con-section-title h2 {
  color: #0e0e0e;
  font-size: 48px;
  font-weight: 700;
}
.nio-con-cta-section {
  z-index: 1;
  padding: 70px 0px;
}
.nio-con-section-title h2 {
  font-size: 48px;
  font-weight: 700;
}
.nio-con-cta-section:after {
  top: 0;
  right: -240px;
  width: 50%;
  z-index: -1;
  content: "";
  height: 100%;
  position: absolute;
  transform: skew(-30deg);
  background-color: rgba(12, 185, 94, 0.8);
}
.nio-con-section-title span {
  font-size: 18px;
  font-weight: 700;
  padding-left: 75px;
  position: relative;
}
.nio-con-section-title span:before {
  left: 0;
  top: 12px;
  content: "";
  height: 3px;
  width: 60px;
  position: absolute;
}
.nio-con-cta-section .nio-con-section-title span, .nio-con-cta-section .nio-con-section-title h2, .nio-con-cta-section .nio-con-section-title p {
  color: #fff;
}
.nio-con-cta-section .nio-con-section-title span:before {
  background-color: #fff;
}
.nio-con-cta-section .nio-con-section-title p {
  font-size: 21px;
  padding-top: 25px;
}
.nio-con-cta-section .background_overlay {
  z-index: -2;
  background-color: rgba(0, 0, 0, 0.65);
}

.nio-con-cta-btn {
  height: 65px;
  width: 220px;
  float: right;
  margin-top: 35px;
  line-height: 65px;
  border-radius: 5px;
  border: 2px solid #fff;
  transition: 0.3s all ease-in-out;
}
.nio-con-cta-btn a {
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 700;
}
.nio-con-cta-btn:hover {
  border: 2px solid #000;
  background-color: #000;
}
.home-5 .home_slide5 {
  background-color: #f8f8f8;
  overflow: visible;
  position: relative;
}

.home-5 .home_slide5 .row {
  position: relative;
}

.home-5 .home_slide5 .slider-text {
  padding-top: 315px;
  padding-bottom: 115px;
}

.home-5 .home_slide5 .slider-text .fifth-small-title {
  font-size: 18px;
  font-family: "Roboto";
  color: #d83030;
  font-weight: 700;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}

.home-5 .home_slide5 .slider-text .fifth-small-title:before {
  content: "----";
  position: absolute;
  font-size: 18px;
  color: #d83030;
  top: 0;
  left: 0;
}

.home-5 .home_slide5 .slider-text h1 {
  font-size: 72px;
  line-height: 82px;
  color: #333333;
  font-weight: 700;
  font-family: "Poppins";
  letter-spacing: -2px;
}

.home-5 .home_slide5 .slider-text h1 span {
  color: #d83030;
}

.home-5 .home_slide5 .slider-text p {
  font-size: 24px;
  color: #777777;
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 30px;
}

.home-5 .home_slide5 .slider-text a {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background: #d83030;
  font-weight: 700;
  border-radius: 50px;
  padding: 24px 50px;
  display: inline-block;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.home-5 .home_slide5 .slider-text a:hover {
  background: #ffffff;
  -webkit-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.06);
  color: #d83030;
}

.home-5 .home_slide5 .slider-image {
  position: absolute;
  right: -110px;
  max-height: 598px;
  max-width: 660px;
  bottom: -60px;
  padding: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.04);
  border-radius: 35px;
  z-index: 1;
}

.home-5 .home_slide5 .slider-image img {
  border-radius: 35px;
}

.home-5 .home_slide5 .slider-image .fifth-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
  color: #d83030;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.04);
  background: #ffffff;
  line-height: 120px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-5 .owl-dots {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: -56%;
}

@media only screen and (min-width: 1400px) and (max-width: 1800px) {
  .home-5 .owl-dots {
    left: -100px !important;
  }
}



.home-5 .owl-dots .owl-dot {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.04);
  position: relative;
  margin-bottom: 10px;
}

.home-5 .owl-dots .owl-dot:last-child {
  margin-bottom: 0;
}

.home-5 .owl-dots .owl-dot:before {
  content: "00";
  position: absolute;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  top: 15px;
  text-align: center;
  width: 100%;
  height: 100%;
  font-family: "Roboto";
}

.home-5 .owl-dots .owl-dot:nth-child(1):before {
  content: "01";
}

.home-5 .owl-dots .owl-dot:nth-child(2):before {
  content: "02";
}

.home-5 .owl-dots .owl-dot:nth-child(3):before {
  content: "03";
}
.home-5 .owl-dots .owl-dot:nth-child(4):before {
  content: "04";
}
.home-5 .owl-dots .owl-dot:nth-child(5):before {
  content: "05";
}

.home-5 .owl-dots .owl-dot.active {
  background: #d83030;
}

.home-5 .owl-dots .owl-dot.active:before {
  color: #ffffff;
}
@media screen and (max-width: 1366px) {
  .home-5 .owl-dots {
    left: -14%;
  }
  .home-5 .home_slide5 .slider-image {
    right: -50px;
    bottom: -80px;
  }
}
@media screen and (max-width: 1280px) {
  .home-5 .owl-dots {
    left: -5px;
    top: auto;
    bottom: -26px;
    width: auto;
    height: auto;
  }
  .home-5 .owl-dots .owl-dot {
    margin-bottom: 0;
    margin-right: 20px;
    display: inline-block;
  }
  .home-5 .owl-dots .owl-dot:last-child {
    margin-right: 0;
  }
  .home-5 .home_slide5 .slider-image {
    right: -10px;
    max-height: 515px;
    max-width: 590px;
  }
}
@media screen and (max-width: 1200px) {
  .home-5 .home_slide5 .slider-text {
    padding-top: 250px;
  }

  .home-5 .home_slide5 .slider-text h1 {
    font-size: 64px;
  }
}
@media screen and (max-width: 991px) {
  .home-5 .home_slide5 .slider-text h1 {
    font-size: 50px;
    line-height: 75px;
  }

  .home-5 .home_slide5 .slider-text p {
    font-size: 20px;
  }

  .home-5 .home_slide5 .slider-image {
    right: 0;
    max-height: 450px;
    max-width: 400px;
    bottom: -60px;
  }

  .home-5 .home_slide5 .slider-image .fifth-play-btn {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .home-5 .home_slide5 .slider-text h1 {
    font-size: 42px;
    line-height: 64px;
  }

  .home-5 .home_slide5 .slider-text p {
    font-size: 18px;
  }

  .home-5 .home_slide5 .slider-text a {
    font-size: 15px;
    padding: 20px 40px;
  }

  .home-5 .home_slide5 .slider-image {
    right: 15px;
    max-height: 350px;
    max-width: 350px;
  }

  .home-5 .owl-dots {
    display: none !important;
  }
}
@media screen and (max-width: 680px) {
  .home-5 .home_slide5 .slider-text h1 {
    font-size: 40px;
    line-height: 60px;
  }

  .home-5 .home_slide5 .slider-text p {
    font-size: 18px;
  }

  .home-5 .home_slide5 .slider-text a {
    font-size: 15px;
    padding: 20px 40px;
  }

  .home-5 .home_slide5 .slider-image {
    right: 30px;
    max-height: 350px;
    max-width: 300px;
  }
}
@media screen and (max-width: 580px) {
  .home-5 .home_slide5 .slider-text h1 {
    font-size: 42px;
    line-height: 66px;
  }

  .home-5 .home_slide5 .slider-image {
    max-height: 275px;
    max-width: 294px;
    right: 15px;
  }
}
@media screen and (max-width: 580px) {
  .home-5 .home_slide5 .slider-text h1 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media screen and (max-width: 420px) {
  .home-5 .home_slide5 .slider-text p {
    font-size: 17px;
    line-height: 32px;
  }

  .home-5 .home_slide5 .slider-text a {
    padding: 20px 40px;
  }

  .home-5 .home_slide5 .slider-image {
    right: 0;
    bottom: -166px;
  }

  .home-5 .home_slide5 .slider-image .fifth-play-btn {
    font-size: 20px;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.nio-con-about-section {
  padding: 120px 0px;
  background-color: #f1faf5;
}

.nio-con-about-content {
  z-index: 5;
}
.nio-con-about-content .nio-con-about-circle {
  bottom: -100px;
  left: -180px;
}

.nio-con-about-img {
  max-width: 470px;
}
.nio-con-about-img img {
  border-radius: 10px;
}
.nio-con-section-title h2 {
  color: #0e0e0e;
  font-size: 48px;
  font-weight: 700;
}
.nio-con-about-more .main-typo{
  font-weight: 700;
}
.nio-con-about-img .nio-con-about-counter {
  left: -60px;
  bottom: 85px;
  position: absolute;
  background-color: #fff;
  padding: 30px 70px 30px 60px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-left: 8px solid #0cb95e;
  box-shadow: 0px 5px 48px 0px rgba(0, 0, 0, 0.05);
}
.nio-con-about-img .nio-con-about-counter h3 {
  color: #0cb95e;
  font-size: 48px;
  font-weight: 700;
}
.nio-con-about-img .nio-con-about-counter h4 {
  color: #0e0e0e;
  font-size: 24px;
  font-weight: 700;
}
.nio-con-about-text {
  max-width: 540px;
  padding-top: 35px;
}
.nio-con-about-text .nio-con-about-details {
  margin: 40px 0px 30px;
}
.nio-con-about-text .nio-con-about-list {
  margin-bottom: 25px;
}
.nio-con-about-text .nio-con-about-list li {
  padding-left: 40px;
  margin-bottom: 10px;
  position: relative;
}
.nio-con-about-text .nio-con-about-list li:after {
  top: 0;
  left: 0;
  content: "";
  font-weight: 900;
  color: #0cb95e;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}
.nio-con-about-text .nio-con-about-fact-inner {
  display: flex;
  border-radius: 10px;
  padding: 30px 25px;
  border: 2px solid #0cb95e;
}
.nio-con-about-text .nio-con-about-fact-inner h3, .nio-con-about-text .nio-con-about-fact-inner h4, .nio-con-about-text .nio-con-about-fact-inner span {
  font-weight: 700;
  color: #0e0e0e;
}
.nio-con-about-text .nio-con-about-fact-inner h3 {
  font-size: 42px;
}
.nio-con-about-text .nio-con-about-fact-inner span {
  font-size: 24px;
}
.nio-con-about-text .nio-con-about-fact-inner h4 {
  font-size: 18px;
  margin-left: 15px;
}
.nio-con-about-text .nio-con-about-more {
  margin-top: 45px;
}
.nio-con-section-title span {
  font-size: 18px;
  font-weight: 700;
  padding-left: 75px;
  position: relative;
}
.nio-con-section-title span:before {
  left: 0;
  top: 12px;
  content: "";
  height: 3px;
  width: 60px;
  position: absolute;
  background-color: #0cb95e;
}
.nio-con-service-section {
  padding-bottom: 120px;
}
.nio-con-service-section .nio-con-section-title {
  max-width: 750px;
  margin: 0 auto;
}
.nio-con-service-section .nio-con-service-content {
  padding-top: 70px;
}
.nio-con-service-section .ser-shape {
  bottom: 0;
}

.nio-con-service-img-text {
  margin-bottom: 60px;
}
.nio-con-service-img-text .nio-con-service-img h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.nio-con-service-img-text .nio-con-service-middle {
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  transition: 0.4s all ease-in-out;
}
.nio-con-service-img-text .nio-con-service-img-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.nio-con-service-img-text .nio-con-service-img-wrap:before {
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  transition: 0.3s all ease-in-out;
  background: #0c0c0c4a;
}
.nio-con-service-img-text .nio-con-service-img-wrap:after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  transition: 0.3s all ease-in-out;
  background: #30f39061;
}
.nio-con-service-img-text .nio-con-service-icon-txt {
  left: 55px;
  opacity: 0;
  bottom: 0px;
  visibility: hidden;
  position: absolute;
  transition: 0.4s all ease-in-out;
}
.nio-con-service-img-text .nio-con-service-icon-txt .nio-con-service-icon {
  margin-bottom: 25px;
}
.nio-con-service-img-text .nio-con-service-icon-txt .nio-con-service-txt {
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
}
.nio-con-service-img-text .nio-con-service-text {
  margin-top: 45px;
  padding-left: 90px;
}
.nio-con-service-img-text .nio-con-service-text:after {
  left: 0;
  top: 10px;
  width: 60px;
  content: "";
  height: 3px;
  position: absolute;
  background-color: #0cb95e;
}
.nio-con-service-img-text .nio-con-service-text p {
  color: #383838;
  line-height: 1.625;
  padding-bottom: 35px;
}
.nio-con-service-img-text:hover .nio-con-service-icon {
  opacity: 1;
}
.nio-con-service-img-text:hover .nio-con-service-icon-txt {
  opacity: 1;
  bottom: 60px;
  visibility: visible;
}
.nio-con-service-img-text:hover .nio-con-service-middle {
  top: 30%;
  opacity: 0;
  visibility: hidden;
}
.nio-con-service-img-text:hover .nio-con-service-img-wrap:before {
  opacity: 0;
}
.nio-con-service-img-text:hover .nio-con-service-img-wrap:after {
  opacity: 1;
}

.nio-con-service-btn {
  height: 55px;
  width: 218px;
  margin: 0 auto;
  line-height: 55px;
  border-radius: 5px;
  border: 2px solid #0cb95e;
  background-color: #0cb95e;
  transition: 0.3s all ease-in-out;
}
.nio-con-service-btn a {
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 700;
}
.nio-con-service-btn:hover {
  border: 2px solid #383838;
  background-color: transparent;
}
.nio-con-service-btn:hover a {
  color: #383838;
}
.nio-con-section-title span {
  font-size: 18px;
  font-weight: 700;
  padding-left: 75px;
  position: relative;
}
.nio-con-section-title span:before {
  left: 0;
  top: 12px;
  content: "";
  height: 3px;
  width: 60px;
  position: absolute;
  background-color: #0cb95e;
}
.nio-con-section-title h2 {
  color: #0e0e0e;
  font-size: 48px;
  font-weight: 700;
}
.nio-con-service-img-text .nio-con-service-text a{
  color: #0e0e0e;
  font-weight: 700;
  position: relative;
}
.nio-con-service-img-text .nio-con-service-text a:after {
  left: 0;
  bottom: -2px;
  content: "";
  height: 3px;
  width: 0%;
  position: absolute;
  background-color: #0cb95e;
  transition: 0.3s all ease-in-out;
}
.nio-con-service-img-text .nio-con-service-text a:hover:after{
  width: 100%;
}
.jl-textlink{
  display: flex;
}
.jl-textlink .link{
  position:relative;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  overflow: hidden;
  display: inline-block;
}
.nio-con-testimonial-section {
  padding: 115px 0px;
}
.nio-con-testimonial-section .nio-con-testimonial-area {
  margin-top: 90px;
}
.nio-con-testimonial-section .nio-con-testi-bg {
  left: 0;
  bottom: 0;
}
.nio-con-testimonial-section .nio-con-testi-shape1 {
  right: 0;
  bottom: 0;
}

.nio-con-testimonial-top .nio-con-section-title {
  max-width: 470px;
}
.nio-con-testimonial-top .nio-con-title-text {
  padding-top: 30px;
}

.nio-con-testimonial-img-text .nio-con-testimonial-img {
  width: 568px;
  height: 568px;
  overflow: hidden;
  border-radius: 100%;
}
.nio-con-testimonial-img-text .nio-con-testimonial-img img {
  border-radius: 100%;
}
.nio-con-testimonial-img-text .nio-con-testimonial-text {
  right: 0;
  top: 100px;
  max-width: 700px;
  position: absolute;
  padding: 60px 70px;
  background-color: #fff;
  border-top: 5px solid #0cb95e;
  box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.07);
}
.nio-con-testimonial-img-text .nio-con-testimonial-text:after {
  right: 0;
  bottom: -5px;
  line-height: 1;
  color: #e1f6eb;
  content: "";
  font-size: 105px;
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}
.nio-con-testimonial-img-text .nio-con-testimonial-text p {
  font-size: 21px;
  font-style: italic;
  line-height: 1.571;
  padding-bottom: 25px;
}
.nio-con-testimonial-img-text .nio-con-testimonial-text .nio-con-qout-icon {
  margin-bottom: 20px;
}
.nio-con-testimonial-img-text .nio-con-testimonial-text .nio-con-qout-icon i {
  font-size: 35px;
  color: #0cb95e;
}
.nio-con-testimonial-img-text .nio-con-testimonial-text .nio-con-author-testimonial h3 {
  color: #0e0e0e;
  font-size: 18px;
  font-weight: 700;
  margin-right: 10px;
  padding-left: 50px;
  display: inline-block;
  position: relative;
}
.nio-con-testimonial-img-text .nio-con-testimonial-text .nio-con-author-testimonial h3:before {
  left: 0;
  top: 10px;
  width: 30px;
  content: "";
  height: 2px;
  position: absolute;
  background-color: #0e0e0e;
}
.nio-con-testimonial-img-text .nio-con-testimonial-text .nio-con-author-testimonial span {
  color: #999999;
}

#nio-con-testimonial-slide .owl-stage-outer {
  overflow: visible;
}
#nio-con-testimonial-slide .owl-item {
  opacity: 0;
  transition: opacity 500ms;
}
#nio-con-testimonial-slide .owl-item.active {
  opacity: 1;
}
#nio-con-testimonial-slide .owl-dots {
  top: 50%;
  right: -200px;
  position: absolute;
  transform: translateY(-50%);
}
#nio-con-testimonial-slide .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  margin: 12px 0px;
  border-radius: 100%;
  background-color: #70eeac;
  transition: 0.3s all ease-in-out;
}
#nio-con-testimonial-slide .owl-dots .owl-dot.active {
  transform: scale(1.2);
  background-color: #fff;
  border: 3px solid #0cb95e;
}

.nio-con-section-title span {
  font-size: 18px;
  font-weight: 700;
  padding-left: 75px;
  position: relative;
}
.nio-con-section-title span:before {
  left: 0;
  top: 12px;
  content: "";
  height: 3px;
  width: 60px;
  position: absolute;
  background-color: #0cb95e;
}
.nio-con-section-title h2 {
  color: #0e0e0e;
  font-size: 48px;
  font-weight: 700;
}

@media screen and (max-width: 991px){
  .nio-con-testimonial-img-text .nio-con-testimonial-img {
    display: none;
  }
}
.nw-slider-section {
  padding-bottom: 40px;
}

.img-zooming {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: scale(1);
}

.nw-slider-item {
  z-index: 1;
  padding: 300px 0px 195px;
}
.nw-slider-item .nw-slider-img {
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  position: absolute;
}
.nw-slider-item .background-overlay {
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.7);
}
.nw-slider-item .nw-slider-text {
  max-width: 615px;
}
.nw-slider-item .nw-slider-text span {
  color: #fff;
  display: block;
  font-size: 20px;
  position: relative;
  padding-left: 80px;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(20px);
}
.nw-slider-item .nw-slider-text span:before {
  left: 0;
  top: 15px;
  content: "";
  height: 2px;
  width: 60px;
  position: absolute;
  background-color: #c60505;
}
.nw-slider-item .nw-slider-text h1 {
  color: #fff;
  font-size: 60px;
  line-height: 1.125;
  padding-bottom: 28px;
  opacity: 0;
  transform: translateY(30px);
}
.nw-slider-item .nw-slider-text p {
  opacity: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.667;
  padding-bottom: 40px;
  transform: translateY(40px);
}
.nw-slider-item .nw-slider-text a {
  z-index: 1;
  opacity: 0;
  color: #fff;
  height: 65px;
  width: 200px;
  display: block;
  font-weight: 700;
  line-height: 65px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  transform: translateY(50px);
  background-color: #c60505;
}
.nw-slider-item .nw-slider-text a:after {
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
  content: "";
  width: 0%;
  height: 100%;
  border-radius: 40px;
  position: absolute;
  background-color: #000;
  transition: 0.3s all ease-in-out;
}
.nw-slider-item .nw-slider-text a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

.nw-slider-wrap .owl-nav {
  right: 0;
  right: 17.5%;
  bottom: -128px;
  position: absolute;
}
.nw-slider-wrap .owl-nav .owl-next,
.nw-slider-wrap .owl-nav .owl-prev {
  width: 60px;
  color: #fff;
  height: 60px;
  font-size: 24px;
  margin: 0px 8px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background-color: #c60505;
  transition: 0.3s all ease-in-out;
  border-radius: 0px;
  border: 0px;
}
.nw-slider-wrap .owl-nav .owl-prev {
  right: 76px;
}
.nw-slider-wrap .owl-nav .owl-next:hover,
.nw-slider-wrap .owl-nav .owl-prev:hover {
  background-color: #000;
}
.nw-slider-wrap .owl-item.active .img-zooming {
  transform: scale(1.15);
  transition: all 7000ms linear;
}
.nw-slider-wrap .owl-item.active .nw-slider-text span {
  opacity: 1;
  transform: translateY(0);
  transition: all 1000ms ease;
  transition-delay: 500ms;
}
.nw-slider-wrap .owl-item.active .nw-slider-text h1 {
  opacity: 1;
  transform: translateY(0);
  transition: all 1000ms ease;
  transition-delay: 700ms;
}
.nw-slider-wrap .owl-item.active .nw-slider-text p {
  opacity: 1;
  transform: translateY(0);
  transition: all 1000ms ease;
  transition-delay: 700ms;
}
.nw-slider-wrap .owl-item.active .nw-slider-text a {
  opacity: 1;
  transform: translateY(0);
  transition: all 1000ms ease;
  transition-delay: 900ms;
}

@media screen and (max-width: 1440px) {
  .nw-slider-wrap .owl-nav {
    right: 5%;
  }
}
@media screen and (max-width: 580px) {
  .nw-slider-item .nw-slider-text h1 {
    font-size: 65px;
  }
}
@media screen and (max-width: 480px) {
  .nw-slider-item .nw-slider-text h1 {
    font-size: 45px;
  }

  .nw-slider-item {
    padding: 200px 0px 100px;
  }

  .nw-slider-item .nw-slider-text a {
    height: 50px;
    width: 140px;
    font-size: 14px;
    line-height: 50px;
  }

  .nw-slider-wrap .owl-nav {
    bottom: -22px;
  }

  .nw-slider-wrap .owl-nav .owl-next, .nw-slider-wrap .owl-nav .owl-prev {
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
  }
}
@media screen and (max-width: 380px) {
  .nw-slider-item .nw-slider-text h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 320px) {
  .nw-slider-item .nw-slider-text h1 {
    font-size: 35px;
  }

  .nw-slider-item .nw-slider-text span {
    padding-left: 0;
  }
  .nw-slider-item .nw-slider-text span:before {
    display: none;
  }
}
.nio-con-slider-section {
  overflow: visible;
}
.nio-con-slider-section .background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.nio-con-slider-section .slider-shape {
  z-index: 2;
}
.nio-con-slider-section .slider-sh1 {
  top: 155px;
  right: 65px;
}
.nio-con-slider-section .slider-sh2,
.nio-con-slider-section .slider-sh3 {
  left: 0;
  bottom: -440px;
}
.nio-con-slider-section .slider-sh4 {
  right: 0px;
  bottom: -130px;
}
.nio-con-slider-section .slider-sh5 {
  right: 50px;
  bottom: -125px;
}

.img-zooming {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: scale(1);
}

.nio-con-slider-item {
  z-index: 1;
  padding: 360px 0px 355px;
}
.nio-con-slider-item .slider-main-img {
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  position: absolute;
}
.nio-con-slider-item .background_overlay {
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.65);
}
.nio-con-slider-item .slider-text-area {
  margin: 0 auto;
  max-width: 680px;
}
.nio-con-slider-item .slider-text-area span {
  color: #fff;
  font-size: 36px;
  display: block;
  font-weight: 700;
  opacity: 0;
  transform: translateX(-50px);
}
.nio-con-slider-item .slider-text-area h1 {
  opacity: 0;
  color: #fff;
  font-size: 84px;
  font-weight: 700;
  padding: 15px 0px 40px;
  transform: translateY(30px);
}
.nio-con-slider-item .slider-text-area a {
  opacity: 0;
  height: 65px;
  width: 220px;
  color: #fff;
  font-size: 18px;
  margin: 0pc 8px;
  font-weight: 700;
  line-height: 65px;
  border-radius: 10px;
  font-family: "Poppins";
  display: inline-block;
  transform: translateX(50px);
}
.nio-con-slider-item .slider-text-area a:nth-child(1) {
  border: 2px solid #0cb95e;
  background-color: #0cb95e;
}
.nio-con-slider-item .slider-text-area a:nth-child(1):hover {
  border: 2px solid #fff;
  background-color: transparent;
}
.nio-con-slider-item .slider-text-area a:nth-child(2) {
  border: 2px solid #fff;
}
.nio-con-slider-item .slider-text-area a:nth-child(2):hover {
  border: 2px solid #0cb95e;
  background-color: #0cb95e;
}

#nio-con-slider-id .owl-dots {
  top: 50%;
  left: 70px;
  z-index: 5;
  position: absolute;
  transform: translateY(-50%);
}
#nio-con-slider-id .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  display: block;
  margin: 12px 0px;
  border-radius: 100%;
  background-color: #fff;
  transform: scale(0.7);
  transition: 0.4s all ease-in-out;
}
#nio-con-slider-id .owl-dots .owl-dot.active {
  transform: scale(1);
  border: 4px solid #fff;
  background-color: #0cb95e;
}
#nio-con-slider-id .owl-item.active .img-zooming {
  transform: scale(1.15);
  transition: all 7000ms linear;
}
#nio-con-slider-id .owl-item.active .slider-text-area span {
  opacity: 1;
  transform: translateX(0);
  transition: all 1500ms ease;
  transition-delay: 1200ms;
}
#nio-con-slider-id .owl-item.active .slider-text-area h1 {
  opacity: 1;
  transform: translateY(0);
  transition: all 1500ms ease;
  transition-delay: 900ms;
}
#nio-con-slider-id .owl-item.active .slider-text-area a {
  opacity: 1;
  transform: translatex(0);
  transition: all 1500ms ease;
}
@media screen and (max-width: 1024px) {
  .header-style-five .nio-h-shape1,
  .header-style-five .nio-h-shape2,
  .slider-shape,
  .sf-deco-shape,
  .nio-con-service-section .ser-shape,
  .pr-shape,
  .nio-con-main-feature-shape,
  .nio-con-testimonial-section .nio-con-testi-shape1,
  .nio-con-blog-section .nio-con-blog-shape {
    display: none;
  }
}
.home-5 .fifth_header .header-top-left {
  padding-top: 13px;
}

.home-5 .fifth_header .header-top-left p {
  font-size: 16px;
  color: #777777;
  line-height: 30px;
  font-weight: 700;
}

.home-5 .fifth_header .header-top-left i {
  color: #d83030;
  margin-right: 5px;
}

.home-5 .fifth_header .header-top-right {
  background: #d83030;
  padding: 13px 40px;
  display: inline-block;
  float: right;
}

.home-5 .fifth_header .header-top-right p {
  color: #ffffff;
  font-weight: 700;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 0;
}

.home-5 .fifth_header .header-top-right i {
  color: #ffffff;
  margin-right: 5px;
}

.home-5 .main-header.fifth_header {
  position: fixed;
  width: 100%;
  z-index: 11;
}

.home-5 .main-header.fifth_header.f-nav .header-top-right {
  display: none;
}

.home-5 .fifth-main-navigation-bar .fifth-navigation {
  background: #fefefe;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.04);
}

.home-5 .fifth-main-navigation-bar .fifth-logo {
  background: #ffffff;
  padding: 42px 35px;
  border-bottom: 4px solid #d83030;
  margin: -20px -40px;
  text-align: center;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.04);
}

.home-5 .fifth-main-navigation-bar .fifth-main-menu ul {
  margin-bottom: 0;
}

.home-5 .fifth-main-navigation-bar .fifth-main-menu ul li {
  display: inline-block;
  list-style: none;
}

.home-5 .fifth-main-navigation-bar .fifth-main-menu ul li a {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  color: #777777;
  display: block;
  padding: 42px 25px;
}

.home-5 .fifth-main-navigation-bar .fifth-main-menu ul li.dropdown {
  position: relative;
}

.home-5 .fifth-main-navigation-bar .fifth-main-menu ul li.dropdown > a {
  position: relative;
}

.home-5 .fifth-main-navigation-bar .fifth-main-menu ul li.dropdown > a:after {
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  top: 44%;
  right: 10px;
  font-size: 16px;
  line-height: 1;
  color: #777777;
}

.home-5 .fifth-main-navigation-bar .fifth-main-menu ul li.dropdown ul {
  position: absolute;
  min-width: 200px;
  background: #fefefe;
  padding: 0;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.04);
  border-bottom: 2px solid #d83030;
}

.home-5 .fifth-main-navigation-bar .fifth-main-menu ul li.dropdown ul li {
  display: block;
}

.home-5 .fifth-main-navigation-bar .fifth-main-menu ul li.dropdown ul li a {
  display: block;
  padding: 5px 30px;
  padding: 10px 30px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.home-5 .fifth-main-navigation-bar .fifth-main-menu ul li.dropdown ul li a:hover {
  background: #d83030;
  color: #fff;
}

.home-5 .fifth-main-navigation-bar .fifth-main-menu ul li.dropdown:hover ul {
  opacity: 1;
  visibility: visible;
  display: block;
}

.home-5 .fifth-main-navigation-bar .fifth-navigation-right {
  margin-right: 65px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-5 .fifth-main-navigation-bar .fifth-navigation-right .fifth-q-btn {
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  color: #777777;
  display: inline-block;
  border: 2px solid #ededed;
  padding: 10px 38px 11px;
  border-radius: 50px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.home-5 .fifth-main-navigation-bar .fifth-navigation-right .fifth-q-btn:hover {
  background: #d83030;
  border: 2px solid transparent;
  color: #ffffff;
}

.home-5 .fifth-main-navigation-bar .fifth-navigation-right .fifth-navigation-search-icon {
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
}

.home-5 .fifth-main-navigation-bar .fifth-navigation-right .fifth-navigation-search-icon a {
  color: #ddd;
  font-size: 30px;
  position: inherit;
}

.home-5 .fifth-main-navigation-bar .fifth-navigation-right .fifth-navigation-sidebar-icon {
  display: inline-block;
  margin-left: 30px;
}

.home-5 .fifth-main-navigation-bar .fifth-navigation-right .fifth-navigation-sidebar-icon a.fifth-sidebar-icon {
  font-size: 30px;
  display: inline-block;
  color: #d83030;
}
.soft-m-mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.soft-m-mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 30px 10px 0;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.soft-m-mobile-main-navigation .dropdown {
  position: relative;
}
.soft-m-mobile-main-navigation .dropdown .dropdown-btn {
  color: #9397a7;
  position: absolute;
  top: 3px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}
.soft-m-mobile-main-navigation .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.soft-m-mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 20px;
  line-height: 1;
}
.soft-m-mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 30px 10px 0;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.soft-m-mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  color: #0257c8;
  background-color: transparent;
}
.soft-m-mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
}
.f-nav {
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  margin-top: -50px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
}
.UpToDown {
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}


@media screen and (max-width: 991px){
  .fifth-main-menu {
    display: none;
  }
  .home-5 .fifth-main-navigation-bar .fifth-logo {
    display: inline-block;
    text-align: left;
    margin: 0 0 0 -334%;
    padding: 30px 26px;
  }
  .home-5 .fifth-main-navigation-bar .fifth-logo img {
    height: 28px;
  }
  .home-5 .fifth-main-navigation-bar .fifth-navigation-right .fifth-q-btn {
    display: none;
  }
  .home-5 .soft-m-mobile_menu_button {
    top: -66px;
  }
  .home-5 .fifth-main-navigation-bar .fifth-navigation-right{
    margin-right: 34px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 580px) {
  .home-5 .fifth-main-navigation-bar .fifth-logo {
    margin: 0 0 0 0;
  }
}
@media screen and (max-width: 680px) {
  .home-5 .fifth-main-navigation-bar .fifth-logo {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-5 .fifth-main-navigation-bar .fifth-logo {
    margin: 0;
  }
  .home-5 .fifth-main-navigation-bar .fifth-navigation-right{
    margin-right: 34px;
    margin-top: -60px;
  }
}
.header-style-five {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 0px 80px;
  position: absolute;
  padding-top: 40px;
}
.header-style-five .nio-h-shape1 {
  top: 0;
  left: 0;
  z-index: -1;
}
.header-style-five .nio-h-shape2 {
  top: 0;
  right: 0;
  z-index: -1;
}
.header-style-five .navbar-nav {
  display: inherit;
}
.header-style-five .nio-con-main-navigation {
  padding-top: 15px;
}
.header-style-five .nio-con-main-navigation li {
  margin: 0px 18px;
}
.header-style-five .nio-con-main-navigation li a {
  color: #fff;
  font-weight: 700;
  padding-bottom: 35px;
}
.header-style-five .nio-con-main-navigation li:hover a {
  color: #0cb95e;
}
.header-style-five .dropdown {
  position: relative;
}
.header-style-five .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;
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  border-bottom: 2px solid #0cb95e;
  box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}
.header-style-five .dropdown .dropdown-menu li {
  width: 100%;
  margin-left: 0;
  border-bottom: 1px solid #e5e5e5;
}
.header-style-five .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;
}
.header-style-five .dropdown .dropdown-menu li a:before {
  display: none;
}
.header-style-five .dropdown .dropdown-menu li a:hover {
  color: #fff;
  padding-left: 40px;
  background-color: #0cb95e;
}
.header-style-five .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
.header-style-five .dropdown:hover .dropdown-menu {
  top: 50px;
  opacity: 1;
  visibility: visible;
}
.header-style-five .nio-con-header-btn {
  color: #fff;
  height: 55px;
  width: 180px;
  font-weight: 700;
  line-height: 55px;
  margin-left: 35px;
  border-radius: 10px;
  background-color: #0cb95e;
  transition: 0.3s all ease-in-out;
  border: 2px solid #0cb95e;
}
.header-style-five .nio-con-header-btn a {
  width: 100%;
  display: block;
}
.header-style-five .nio-con-header-btn:hover {
  border: 2px solid #fff !important;
  background-color: transparent !important;
}
.header-style-five .nio-con-header-social {
  margin-top: 15px;
  margin-left: 160px;
}
.header-style-five .nio-con-header-social li a {
  color: #fff;
  font-size: 18px;
  margin-left: 15px;
}
.header-style-five .nio-con-header-social li a:hover {
  color: #0cb95e;
}

.nio-con-sticky-header-overlay {
  background-color: #000;
  animation-duration: 0.7s;
  top: 0px;
  position: fixed;
  padding: 10px 80px;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-timing-function: ease;
  transition: 0.3s all ease-in-out;
}
.nio-con-sticky-header-overlay .nio-h-shape1,
.nio-con-sticky-header-overlay .nio-h-shape2 {
  display: none;
}

/*Mobile Menu area*/
/*----------------------------------------------------*/
.nio-con-mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 310px;
  overflow-y: scroll;
  background-color: #000;
  padding: 50px 35px 35px 35px;
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  transition: all 0.5s ease-in;
}
.nio-con-mobile_menu_content .nio-con-mobile-main-navigation {
  width: 100%;
}
.nio-con-mobile_menu_content .nio-con-mobile-main-navigation .navbar-nav {
  width: 100%;
}
.nio-con-mobile_menu_content .dropdown:after {
  display: none;
}
.nio-con-mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  transform: none !important;
}
.nio-con-mobile_menu_content .nio-con-mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  transition: 0.3s all ease-in-out;
}
.nio-con-mobile_menu_content .nio-con-mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 30px 10px 0;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(78, 78, 78, 0.41);
}
.nio-con-mobile_menu_content .m-brand-logo {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.nio-con-mobile_menu_wrap.mobile_menu_on .nio-con-mobile_menu_content {
  right: 0px;
  transition: all 0.7s ease-out;
}

.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;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.nio-con-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.nio-con-mobile_menu_button {
  right: 0;
  top: 10px;
  z-index: 5;
  color: #fff;
  display: none;
  cursor: pointer;
  font-size: 30px;
  line-height: 40px;
  position: absolute;
  text-align: center;
}

.nio-con-mobile_menu .nio-con-mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.nio-con-mobile_menu .nio-con-mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.nio-con-mobile_menu .nio-con-mobile_menu_content .nio-con-mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  transition: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}
.nio-con-mobile_menu .nio-con-mobile_menu_content .nio-con-mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 20px;
  line-height: 1;
}
.nio-con-mobile_menu .nio-con-mobile_menu_content .nio-con-mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  color: #0cb95e;
  background-color: transparent;
}
.nio-con-mobile_menu .dropdown {
  position: relative;
}
.nio-con-mobile_menu .dropdown .dropdown-btn {
  color: #9397a7;
  position: absolute;
  top: 3px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}
.nio-con-mobile_menu .dropdown .dropdown-btn.toggle-open {
  transform: rotate(90deg);
}
.nio-con-mobile_menu .nio-con-mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 15px;
  left: 15px;
  font-size: 20px;
  position: absolute;
}

@media screen and (max-width: 1440px) {
  .header-style-five {
    padding: 40px 20px 0px;
  }

  .header-style-five.nio-con-sticky-header-overlay {
    padding: 15px 20px 10px;
  }

  .header-style-five .nio-con-header-social {
    margin-left: 25px;
  }

  .header-style-five .nio-con-header-btn {
    width: 150px;
  }

  .header-style-five .nio-con-main-navigation li {
    margin: 0px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .header-style-five .nio-h-shape1,
  .header-style-five .nio-h-shape2,
  .slider-shape,
  .sf-deco-shape,
  .nio-con-service-section .ser-shape,
  .pr-shape,
  .nio-con-main-feature-shape,
  .nio-con-testimonial-section .nio-con-testi-shape1,
  .nio-con-blog-section .nio-con-blog-shape,
  .header-style-five .nio-con-header-btn {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .nio-con-main-menu-item {
    display: none;
  }

  .header-style-five {
    padding: 20px 20px 0px;
  }

  .header-style-five .nio-con-header-social li a {
    font-size: 16px;
  }

  .header-style-five .nio-con-header-social {
    margin-left: 0;
    margin-right: 55px;
  }

  .nio-con-mobile_menu_button {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .header-style-five .brand-logo {
    width: 120px;
  }

  .header-style-five .nio-con-header-social {
    margin-top: 5px;
  }

  .nio-con-mobile_menu_button {
    top: 0;
  }
}
@media screen and (max-width: 380px) {
  .header-style-five.nio-con-sticky-header-overlay {
    padding: 15px 10px 10px;
  }

  .header-style-five .nio-con-header-social li a {
    font-size: 14px;
    margin-left: 10px;
  }

  .header-style-five {
    padding: 20px 10px 0px;
  }
}
.client_counter_section .client_counterup .circle canvas{
  width: 100%;
}
.nioblinks.ul-li-block li{
  display: inline-block;
}
.about_section_5 {
  padding: 160px 0 100px;
}

.about_section_5 .about-five-left {
  position: relative;
}

.about_section_5 .about-five-left .about-five-small-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.about_section_5 .about-five-left .about-five-small-img img {
  width: 270px;
  height: 270px;
}

.about_section_5 .about-five-left .about-five-big-img img {
  width: 570px;
  height: 270px;
}

.about_section_5 .about-five-left .fifth-overlay-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffffff;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.04);
  display: inline-block;
  padding: 65px 45px 40px;
  text-align: center;
  border-bottom: 4px solid #d83030;
}

.about_section_5 .about-five-left .fifth-overlay-box h1 {
  font-size: 72px;
  line-height: 30px;
  font-family: "Poppins";
  font-weight: 700;
  color: #333333;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: -2px;
}

.about_section_5 .about-five-left .fifth-overlay-box h1:after {
  content: "+";
  position: absolute;
  right: 4px;
  bottom: -20px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  font-weight: 700;
}

.about_section_5 .about-five-left .fifth-overlay-box span {
  font-size: 14px;
  color: #777777;
  line-height: 30px;
  font-weight: 700;
}

.about_section_5 .about-five-right {
  padding-left: 40px;
}

.about_section_5 .about-five-right .about-small-title {
  font-size: 18px;
  line-height: 27px;
  color: #d83030;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
  font-family: "Roboto";
  position: relative;
}


.about_section_5 .about-five-right h2 {
  font-size: 48px;
  line-height: 58px;
  color: #333333;
  font-family: "Poppins";
  font-weight: 700;
  letter-spacing: -2px;
  margin-bottom: 30px;
}


.about_section_5 .about-five-right .about-text-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.about_section_5 .about-five-right .about-text-box-wrapper .single-about-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  padding: 18px 17px;
  border: 2px solid #f4f4f4;
}

.about_section_5 .about-five-right .about-text-box-wrapper .single-about-box:last-child {
  margin-right: 0;
}

.about_section_5 .about-five-right .about-text-box-wrapper .single-about-box i {
  font-size: 50px;
  color: #d83030;
}
.about_section_5 .about-five-right .about-text-box-wrapper .single-about-box svg {
  width: 50px;
  fill: #d83030;
}

.about_section_5 .about-five-right .about-text-box-wrapper .single-about-box .about-box-text {
  margin-left: 15px;
}

.about_section_5 .about-five-right .about-text-box-wrapper .single-about-box .about-box-text h5 {
  font-size: 14px;
  line-height: 21px;
  color: #333333;
  font-family: "Poppins";
  font-weight: 700;
}

.about_section_5 .about-five-right .about-text-box-wrapper .single-about-box .about-box-text p {
  font-size: 14px;
  color: #777777;
  font-weight: 400;
  font-family: "Roboto";
  line-height: 21px;
  margin-bottom: 0;
}

.about_section_5 .about-five-right p {
  font-size: 16px;
  line-height: 26px;
  color: #777777;
  font-weight: 400;
  font-family: "Roboto";
}

.about_section_5 .about-five-right .about-text-btn {
  font-size: 16px;
  line-height: 26px;
  font-family: "Roboto";
  font-weight: 700;
  color: #777777;
  display: inline-block;
  padding: 18px 45px;
  border: 2px solid #f4f4f4;
  border-radius: 40px;
  margin-top: 10px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.about_section_5 .about-five-right .about-text-btn:hover {
  background: #d83030;
  border: 2px solid transparent;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .about_section_5 .about-five-left .about-five-small-img img {
    width: 228px;
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .about_section_5 .about-five-left {
    margin-bottom: 50px;
  }

  .about_section_5 .about-five-left .about-five-small-img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about_section_5 .about-five-left .about-five-small-img img {
    margin-right: 30px;
    width: 268px;
  }

  .about_section_5 .about-five-left .about-five-small-img img:last-child {
    margin-right: 0;
  }

  .about_section_5 .about-five-left .about-five-big-img {
    text-align: center;
  }
}
@media screen and (max-width: 580px) {
  .about_section_5 .about-five-left .about-five-small-img img {
    width: 235px;
  }
}
@media screen and (max-width: 580px) {
  .about_section_5 .about-five-left {
    margin-top: 160px;
    margin-bottom: 50px;
  }

  .about_section_5 .about-five-left .about-five-small-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about_section_5 .about-five-left .about-five-small-img img {
    height: auto;
    width: 100%;
    margin-bottom: 30px;
  }

  .about_section_5 .about-five-left .about-five-small-img img:last-child {
    margin-bottom: 0;
  }

  .about_section_5 .about-five-left .about-five-big-img img {
    width: 100%;
    height: auto;
  }

  .about_section_5 .about-five-left .fifth-overlay-box {
    top: 38%;
  }

  .about_section_5 .about-five-right h2 {
    font-size: 30px;
    line-height: 45px;
  }

  .about_section_5 .about-five-right {
    padding-left: 0px;
  }

  .about_section_5 .about-five-right .about-text-box-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about_section_5 .about-five-right .about-text-box-wrapper .single-about-box {
    margin-right: 0;
  }

  .about_section_5 .about-five-right .about-text-box-wrapper .single-about-box {
    margin-bottom: 30px;
  }
}
.section-title-area-fifth {
  margin-left: 15px;
}

.section-title-bg {
  font-size: 200px;
  font-family: "Poppins";
  padding-bottom: 48px;
}

.section-title-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
}

.section-title-bg-gray:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(249, 249, 249, 0.95)), to(#f9f9f9));
  background-image: linear-gradient(to top, rgba(249, 249, 249, 0.95), #f9f9f9);
}

.section-title-bg-white:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.95)), to(white));
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.95), white);
}

.section-title-bg-dark {
  color: #ffffff;
}

.section-title-bg-dark:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 51, 51, 0.95)), to(#333333));
  background-image: linear-gradient(to top, rgba(51, 51, 51, 0.95), #333333);
}

.section-title-front {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
}

.section-title-front .front-small-title {
  color: #d83030;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  font-family: "Roboto";
  position: relative;
  padding: 0 10px;
  display: inline-block;
  margin-bottom: 8px;
}

.section-title-front .front-small-title-left {
  margin-left: 0px;
}

.section-title-front .front-big-title {
  font-size: 48px;
  line-height: 58px;
  color: #333333;
  font-family: "Poppins";
  font-weight: 700;
  letter-spacing: -1px;
}

.section-title-front .front-big-title .front-big-title-color {
  color: #d83030;
}

.section-title-front .front-big-title-white {
  color: #ffffff;
}

.blog_section_5 {
  background: #f9f9f9;
  padding-bottom: 100px;
}

.blog_section_5 .single-blog-fifth {
  background: #ffffff;
  -webkit-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.06);
}

.blog_section_5 .single-blog-fifth .blog-fifth-img img {
  max-height: 220px;
}

.blog_section_5 .single-blog-fifth .blog-fifth-text {
  padding: 40px 40px 20px;
}

.blog_section_5 .single-blog-fifth .blog-fifth-text .blog-fifth-author {
  margin-bottom: 20px;
}

.blog_section_5 .single-blog-fifth .blog-fifth-text .blog-fifth-author img {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
}

.blog_section_5 .single-blog-fifth .blog-fifth-text .blog-fifth-author a {
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  font-family: "Poppins";
  color: #333333;
  margin-left: 13px;
}

.blog_section_5 .single-blog-fifth .blog-fifth-text .blog-fifth-title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: #333333;
  font-family: "Poppins";
  letter-spacing: -1px;
  margin-bottom: 25px;
}

.blog_section_5 .single-blog-fifth .blog-fifth-text .blog-fifth-meta {
  border-top: 2px solid #efefef;
  padding-top: 20px;
}

.blog_section_5 .single-blog-fifth .blog-fifth-text .blog-fifth-meta ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog_section_5 .single-blog-fifth .blog-fifth-text .blog-fifth-meta ul li {
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto";
  line-height: 21px;
  color: #999999;
}

.blog_section_5 .single-blog-fifth .blog-fifth-text .blog-fifth-meta ul li i {
  color: #d83030;
  display: inline-block;
  margin-right: 9px;
}

.blog_section_5 .single-blog-fifth .blog-fifth-text .blog-fifth-meta ul li a {
  color: #cfcfcf;
  text-decoration: underline;
}

@media screen and (max-width: 1280px) {
  .blog_section_5 .single-blog-fifth {
    margin-bottom: 30px;
  }
  .blog_section_5 .single-blog-fifth .blog-fifth-img img {
    min-height: 220px;
    width: 100%;
    max-height: none;
  }
}
@media screen and (max-width: 991px) {
  .blog_section_5 {
    padding-bottom: 70px;
  }
  .blog_section_5 .single-blog-fifth {
    margin-bottom: 30px;
  }
  .blog_section_5 .single-blog-fifth .blog-fifth-text .blog-fifth-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .blog_section_5 .single-blog-fifth .blog-fifth-text .blog-fifth-title {
    font-size: 20px;
  }

  .footer_section_5 .footer-payment-bar .footer-arrow-top-btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 680px) {
  .blog_section_5 .single-blog-fifth .blog-fifth-text .blog-fifth-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 580px) {
  .blog_section_5 .single-blog-fifth .blog-fifth-text .blog-fifth-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 420px) {
  .section-title-front .front-big-title {
    font-size: 30px;
    line-height: 45px;
  }

  .blog_section_5 {
    padding-bottom: 50px;
  }
  .blog_section_5 .single-blog-fifth {
    margin-bottom: 50px;
  }
  .blog_section_5 .single-blog-fifth .blog-fifth-text .blog-fifth-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 320px) {
  .section-title-front .front-big-title {
    font-size: 24px;
    line-height: 36px;
  }
  .blog_section_5 .single-blog-fifth .blog-fifth-text .blog-fifth-title {
    font-size: 16px;
  }
  .blog_section_5 .single-blog-fifth .blog-fifth-text {
    padding: 40px 30px 20px;
  }
}
.faq_section_5 {
  background: #ffffff;
  padding: 100px 0;
}

.faq_section_5 .faq-fifth-left {
  position: relative;
}

.faq_section_5 .faq-fifth-left .faq-fifth-img {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.faq_section_5 .faq-fifth-left .faq-fifth-img img {
  max-width: 429px;
  max-height: 620px;
}

.faq_section_5 .faq-fifth-left .faq-fifth-img:after {
  position: absolute;
  content: "";
  bottom: -89%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transform: skewY(-17deg);
  transform: skewY(-17deg);
}

.faq_section_5 .faq-fifth-left .faq-project-done-box {
  position: absolute;
  right: -66px;
  bottom: 0;
  background: #fff;
  padding: 40px;
  border-bottom: 2px solid #d83030;
  -webkit-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
}

.faq_section_5 .faq-fifth-left .faq-project-done-box .project-donw-box-content .project-done-box-circle {
  width: 140px;
  height: 140px;
  position: relative;
}

.faq_section_5 .faq-fifth-left .faq-project-done-box .project-donw-box-content .project-done-box-circle strong {
  font-size: 50px;
  font-weight: 700;
  color: #d83030;
  font-family: "Poppins";
  position: relative;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq_section_5 .faq-fifth-left .faq-project-done-box .project-donw-box-content .project-done-box-circle strong span {
  font-size: 16px;
}

.faq_section_5 .faq-fifth-left .faq-project-done-box p {
  font-size: 18px;
  font-weight: 700;
  font-family: "Poppins";
  color: #333;
  line-height: 27px;
  margin: 15px 0 0 0;
}

.faq_section_5 .faq-fifth-right .faq-fifth-title-area .faq-fifth-small-title {
  font-size: 18px;
  line-height: 27px;
  font-family: "Roboto";
  color: #d83030;
  font-weight: 700;
  position: relative;
}

.faq_section_5 .faq-fifth-right .faq-fifth-title-area .faq-fifth-big-title {
  font-size: 48px;
  color: #333333;
  line-height: 58px;
  font-weight: 700;
  letter-spacing: -2px;
  font-family: "Poppins";
  margin-bottom: 35px;
}

.faq_section_5 .faq-fifth-right .faq-fifth-title-area .faq-fifth-big-title .faq-fifth-big-title-color {
  color: #d83030;
}

.faq_section_5 .faq-fifth-right .faq-fifth-question-ans .accordion .card {
  margin-bottom: 15px;
  border: 0;
}

.faq_section_5 .faq-fifth-right .faq-fifth-question-ans .accordion .card .card-header {
  border: 0;
  border-radius: 0;
  padding: 0;
}

.faq_section_5 .faq-fifth-right .faq-fifth-question-ans .accordion .card .card-header .faq-ques-ans-title {
  font-size: 18px;
  font-weight: 700;
  font-family: "Poppins";
  line-height: 27px;
  text-decoration: none;
  padding: 12px 30px;
  border-radius: 0;
}

.faq_section_5 .faq-fifth-right .faq-fifth-question-ans .accordion .card .card-header .faq-ques-ans-title {
  background: #333333;
  color: #ffffff;
}

.faq_section_5 .faq-fifth-right .faq-fifth-question-ans .accordion .card .card-header .faq-ques-ans-icon {
  width: 40px;
  height: 40px;
  font-size: 16px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  -webkit-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.06);
  display: inline-block;
  margin-right: 28px;
}

.faq_section_5 .faq-fifth-right .faq-fifth-question-ans .accordion .card .card-header .faq-ques-ans-icon {
  color: #ffffff;
  background: #d83030;
  position: relative;
}

.faq_section_5 .faq-fifth-right .faq-fifth-question-ans .accordion .card .card-header .faq-ques-ans-icon:before {
  content: "\f068";
}

.faq_section_5 .faq-fifth-right .faq-fifth-question-ans .accordion .card .card-header .faq-ques-ans-title.collapsed {
  background: #f6f6f6;
  color: #333333;
}

.faq_section_5 .faq-fifth-right .faq-fifth-question-ans .accordion .card .card-header .faq-ques-ans-title.collapsed .faq-ques-ans-icon {
  color: #d83030;
  background: #ffffff;
}

.faq_section_5 .faq-fifth-right .faq-fifth-question-ans .accordion .card .card-header .faq-ques-ans-title.collapsed .faq-ques-ans-icon:before {
  content: "\f067";
}

.faq_section_5 .faq-fifth-right .faq-fifth-question-ans .accordion .card .faq-ques-ans-body {
  background: #333333;
}

.faq_section_5 .faq-fifth-right .faq-fifth-question-ans .accordion .card .faq-ques-ans-body .card-body {
  margin: 15px 30px 30px;
  background: #3b3b3b;
  font-size: 16px;
  line-height: 26px;
  color: #d0d0d0;
  font-family: "Roboto";
  font-weight: 400;
}

@media screen and (max-width: 1200px) {
  .faq_section_5 .faq-fifth-right .faq-fifth-title-area .faq-fifth-big-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .faq_section_5 .faq-fifth-left .faq-fifth-img img {
    max-width: 290px;
  }
  .faq_section_5 .faq-fifth-left .faq-project-done-box {
    right: -2px;
  }
  .faq_section_5 .faq-fifth-right .faq-fifth-title-area .faq-fifth-big-title {
    font-size: 30px;
    line-height: 45px;
  }
  .faq_section_5 .faq-fifth-right .faq-fifth-question-ans .accordion .card .card-header .faq-ques-ans-title {
    font-size: 18px;
    line-height: 27px;
    padding: 12px 10px;
  }
  .faq_section_5 .faq-fifth-right .faq-fifth-question-ans .accordion .card .card-header .faq-ques-ans-icon {
    margin-right: 10px;
  }
}
@media screen and (max-width: 680px) {
  .faq_section_5 .faq-fifth-left .faq-project-done-box {
    right: -55px;
  }
}
@media screen and (max-width: 580px) {
  .faq_section_5 .faq-fifth-left .faq-fifth-img img {
    max-width: none;
  }
  .faq_section_5 .faq-fifth-left .faq-project-done-box {
    right: 45px;
  }
}
@media screen and (max-width: 420px) {
  .faq_section_5 .faq-fifth-left .faq-fifth-img img {
    max-width: 100%;
  }

  .faq_section_5 .faq-fifth-left .faq-project-done-box {
    right: -1px;
  }

  .faq_section_5 .faq-fifth-left {
    margin-bottom: 50px;
  }

  .faq_section_5 .faq-fifth-right .faq-fifth-title-area .faq-fifth-big-title {
    font-size: 30px;
    line-height: 45px;
  }

  .faq_section_5 .faq-fifth-right .faq-fifth-question-ans .accordion .card .card-header .faq-ques-ans-title {
    font-size: 15px;
    padding: 12px 15px;
  }

  .faq_section_5 .faq-fifth-right .faq-fifth-question-ans .accordion .card .card-header .faq-ques-ans-icon {
    margin-right: 6px;
  }
}
@media screen and (max-width: 320px) {
  .faq_section_5 .faq-fifth-right .faq-fifth-title-area .faq-fifth-big-title {
    font-size: 22px;
    line-height: 33px;
  }
  .faq_section_5 .faq-fifth-right .faq-fifth-question-ans .accordion .card .faq-ques-ans-body .card-body {
    margin: 15px 15px 30px;
  }
  .faq_section_5 .faq-fifth-right .faq-fifth-question-ans .accordion .card .card-header .faq-ques-ans-title {
    font-size: 12px;
    padding: 12px 10px;
  }
  .faq_section_5 .faq-fifth-right .faq-fifth-question-ans .accordion .card .card-header .faq-ques-ans-icon {
    width: 25px;
    height: 25px;
    font-size: 13px;
    line-height: 25px;
  }
}
.features_section_5 .section-title-area-fifth {
  margin-left: 15px;
}

.features_section_5 .section-title-bg {
  font-size: 200px;
  font-family: "Poppins";
  padding-bottom: 48px;
}

.features_section_5 .section-title-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
}

.features_section_5 .section-title-bg-gray:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(249, 249, 249, 0.95)), to(#f9f9f9));
  background-image: linear-gradient(to top, rgba(249, 249, 249, 0.95), #f9f9f9);
}

.features_section_5 .section-title-bg-white:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.95)), to(white));
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.95), white);
}

.features_section_5 .section-title-bg-dark {
  color: #ffffff;
}

.features_section_5 .section-title-bg-dark:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 51, 51, 0.95)), to(#333333));
  background-image: linear-gradient(to top, rgba(51, 51, 51, 0.95), #333333);
}

.features_section_5 .section-title-front {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
}

.features_section_5 .section-title-front .front-small-title {
  color: #d83030;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  font-family: "Roboto";
  position: relative;
  padding: 0 10px;
  display: inline-block;
  margin-bottom: 8px;
}

.features_section_5 .section-title-front .front-small-title-left {
  margin-left: 0px;
}

.features_section_5 .section-title-front .front-big-title {
  font-size: 48px;
  line-height: 58px;
  color: #333333;
  font-family: "Poppins";
  font-weight: 700;
  letter-spacing: -1px;
}

.features_section_5 .section-title-front .front-big-title .front-big-title-color {
  color: #d83030;
}

.features_section_5 .section-title-front .front-big-title-white {
  color: #ffffff;
}
.features_section_5 {
  background: #333333;
  padding-bottom: 70px;
}

.features_section_5 .single-features-fifth {
  background: #ffffff;
  padding: 40px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.features_section_5 .single-features-fifth img {
  max-height: 100px;
  display: inline-block;
}

.features_section_5 .single-features-fifth .features-fifth-text {
  display: inline-block;
  margin-left: 30px;
}

.features_section_5 .single-features-fifth .features-fifth-text .features-title {
  font-size: 24px;
  line-height: 36px;
  font-family: "Poppins";
  color: #333333;
  font-weight: 700;
}

.features_section_5 .single-features-fifth .features-fifth-text .features-border {
  font-size: 18px;
  line-height: 27px;
  font-family: "Roboto";
  color: #d83030;
  font-weight: 700;
}

.features_section_5 .single-features-fifth .features-fifth-text .features-text {
  font-size: 16px;
  font-weight: normal;
  color: #777777;
  line-height: 26px;
}

.features_section_5 .single-features-fifth .features-fifth-icon {
  position: absolute;
  right: 36px;
  top: 36px;
}

@media screen and (max-width: 1200px) {
  .features_section_5 .single-features-fifth {
    padding: 30px 20px;
  }
  .features_section_5 .single-features-fifth .features-fifth-text {
    margin-left: 15px;
  }
  .features_section_5 .single-features-fifth .features-fifth-icon {
    right: 20px;
  }
  .features_section_5 .single-features-fifth img {
    max-height: 65px;
  }
  .features_section_5 .single-features-fifth .features-fifth-text .features-title {
    font-size: 18px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .features_section_5 .single-features-fifth {
    padding: 30px 15px;
  }
  .features_section_5 .single-features-fifth .features-fifth-text {
    margin-left: 15px;
  }
  .features_section_5 .single-features-fifth img {
    max-height: 60px;
  }
  .features_section_5 .single-features-fifth .features-fifth-text .features-title {
    font-size: 15px;
  }
}
@media screen and (max-width: 420px) {
  .features_section_5 .section-title-front .front-big-title {
    font-size: 30px;
    line-height: 45px;
  }

  .features_section_5 .single-features-fifth img {
    max-height: 65px;
  }
  .features_section_5 .single-features-fifth {
    padding: 30px;
  }
  .features_section_5 .single-features-fifth .features-fifth-text {
    margin-left: 20px;
  }
  .get_quote_section_5 .quote-btn-wrapper-fifth .quote-btn-fifth {
    padding: 15px 45px;
  }
  .features_section_5 .single-features-fifth .features-fifth-icon {
    right: 22px;
  }
  .features_section_5 .single-features-fifth img {
    max-height: 65px;
  }
  .features_section_5 .single-features-fifth .features-fifth-text .features-title {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 320px) {
  .features_section_5 .section-title-front .front-big-title {
    font-size: 24px;
    line-height: 36px;
  }

  .features_section_5 .single-features-fifth {
    padding: 20px;
  }
  .features_section_5 .single-features-fifth .features-fifth-text .features-title {
    font-size: 15px;
    line-height: 25px;
  }
  .portfolio_section_h5 .portfolio-content-fifth .single-port-fifth .port-fifth-text .port-title .big-port-title {
    font-size: 18px;
  }
  .features_section_5 .single-features-fifth .features-fifth-text .features-text {
    font-size: 14px;
    line-height: 24px;
  }

  .features_section_5 .single-features-fifth img {
    max-height: 55px;
  }
  .features_section_5 .single-features-fifth .features-fifth-text .features-title {
    font-size: 13px;
    line-height: 20px;
  }
  .features_section_5 .single-features-fifth .features-fifth-text .features-text {
    font-size: 12px;
    line-height: 24px;
  }
}
.portfolio_section_h5 .section-title-area-fifth {
  margin-left: 15px;
}

.portfolio_section_h5 .section-title-bg {
  font-size: 200px;
  font-family: "Poppins";
  padding-bottom: 48px;
}

.portfolio_section_h5 .section-title-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
}

.portfolio_section_h5 .section-title-bg-gray:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(249, 249, 249, 0.95)), to(#f9f9f9));
  background-image: linear-gradient(to top, rgba(249, 249, 249, 0.95), #f9f9f9);
}

.portfolio_section_h5 .section-title-bg-white:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.95)), to(white));
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.95), white);
}

.portfolio_section_h5 .section-title-bg-dark {
  color: #ffffff;
}

.portfolio_section_h5 .section-title-bg-dark:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 51, 51, 0.95)), to(#333333));
  background-image: linear-gradient(to top, rgba(51, 51, 51, 0.95), #333333);
}

.portfolio_section_h5 .section-title-front {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
}

.portfolio_section_h5 .section-title-front .front-small-title {
  color: #d83030;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  font-family: "Roboto";
  position: relative;
  padding: 0 10px;
  display: inline-block;
  margin-bottom: 8px;
}

.portfolio_section_h5 .section-title-front .front-small-title-left {
  margin-left: 30px;
}

.portfolio_section_h5 .section-title-front .front-big-title {
  font-size: 48px;
  line-height: 58px;
  color: #333333;
  font-family: "Poppins";
  font-weight: 700;
  letter-spacing: -1px;
}

.portfolio_section_h5 .section-title-front .front-big-title .front-big-title-color {
  color: #d83030;
}

.portfolio_section_h5 .section-title-front .front-big-title-white {
  color: #ffffff;
}
.portfolio_section_h5 {
  background: #f9f9f9;
  padding-bottom: 70px;
}

.portfolio_section_h5 .portfolio-filter-list ul {
  margin: 0;
  padding: 0 60px 0 0;
}

.portfolio_section_h5 .portfolio-filter-list ul li {
  list-style: none;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.portfolio_section_h5 .portfolio-filter-list ul li span {
  font-size: 18px;
  line-height: 27px;
  font-family: "Roboto";
  color: #777777;
  font-weight: 700;
}

.portfolio_section_h5 .portfolio-filter-list ul li i {
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #d83030;
  display: inline-block;
  background: #ffffff;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}

.portfolio_section_h5 .portfolio-filter-list ul .active i {
  position: relative;
}

.portfolio_section_h5 .portfolio-filter-list ul .active i:before {
  position: absolute;
  content: "\f00d";
  font-size: 18px;
  font-family: 'Font Awesome 5 Free';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #d83030;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
}

.portfolio_section_h5 .portfolio-content-fifth .single-port-fifth {
  background: #ffffff;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 30px;
}

.portfolio_section_h5 .portfolio-content-fifth .single-port-fifth .port-fifth-img img {
  max-height: 280px;
}

.portfolio_section_h5 .portfolio-content-fifth .single-port-fifth .port-fifth-text {
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfolio_section_h5 .portfolio-content-fifth .single-port-fifth .port-fifth-text .port-title {
  display: inline-block;
}

.portfolio_section_h5 .portfolio-content-fifth .single-port-fifth .port-fifth-text .port-title .small-port-title {
  font-size: 14px;
  color: #d83030;
  font-weight: 700;
  line-height: 21px;
  font-family: "Roboto";
}

.portfolio_section_h5 .portfolio-content-fifth .single-port-fifth .port-fifth-text .port-title .big-port-title {
  font-size: 24px;
  font-weight: 700;
  font-family: "Poppins";
  color: #333333;
  line-height: 36px;
  letter-spacing: -1px;
}

.portfolio_section_h5 .portfolio-content-fifth .single-port-fifth .port-fifth-text .port-fifth-read-more-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 2px solid #f4f4f4;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
}

.portfolio_section_h5 .portfolio-content-fifth .single-port-fifth .port-fifth-text .port-fifth-read-more-btn i {
  font-size: 15px;
  color: #999999;
}

.portfolio_section_h5 .portfolio-content-fifth .single-port-fifth .port-fifth-text .port-fifth-read-more-btn:hover {
  background: #d83030;
}

.portfolio_section_h5 .portfolio-content-fifth .single-port-fifth .port-fifth-text .port-fifth-read-more-btn:hover i {
  color: #ffffff;
}


@media screen and (max-width: 991px) {
  .portfolio_section_h5 .portfolio-filter-list ul {
    padding: 0 5px 0 0;
  }
  .portfolio_section_h5 .portfolio-content-fifth .single-port-fifth .port-fifth-text .port-title .big-port-title {
    font-size: 14px;
    line-height: 30px;
  }
}
@media screen and (max-width: 580px) {
  .portfolio_section_h5 .portfolio-content-fifth .single-port-fifth .port-fifth-img img {
    max-height: none;
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .portfolio_section_h5 .section-title-front .front-big-title {
    font-size: 30px;
    line-height: 45px;
  }

}
@media screen and (max-width: 320px) {
  .portfolio_section_h5 .section-title-front .front-big-title {
    font-size: 24px;
    line-height: 36px;
  }
  .portfolio_section_h5 .portfolio-content-fifth .single-port-fifth .port-fifth-text .port-title .big-port-title {
    font-size: 18px;
  }
}
.service_section_5 .section-title-area-fifth {
  margin-left: 15px;
}

.service_section_5 .section-title-bg {
  font-size: 200px;
  font-family: "Poppins";
  padding-bottom: 48px;
}

.service_section_5 .section-title-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
}

.service_section_5 .section-title-bg-gray:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(249, 249, 249, 0.95)), to(#f9f9f9));
  background-image: linear-gradient(to top, rgba(249, 249, 249, 0.95), #f9f9f9);
}

.service_section_5 .section-title-bg-white:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.95)), to(white));
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.95), white);
}

.service_section_5 .section-title-bg-dark {
  color: #ffffff;
}

.service_section_5 .section-title-bg-dark:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 51, 51, 0.95)), to(#333333));
  background-image: linear-gradient(to top, rgba(51, 51, 51, 0.95), #333333);
}

.service_section_5 .section-title-front {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
}

.service_section_5 .section-title-front .front-small-title {
  color: #d83030;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  font-family: "Roboto";
  position: relative;
  padding: 0 10px;
  display: inline-block;
  margin-bottom: 8px;
}

.service_section_5 .section-title-front .front-small-title-left {
  margin-left: 0px;
}

.service_section_5 .section-title-front .front-big-title {
  font-size: 48px;
  line-height: 58px;
  color: #333333;
  font-family: "Poppins";
  font-weight: 700;
  letter-spacing: -1px;
}

.service_section_5 .section-title-front .front-big-title .front-big-title-color {
  color: #d83030;
}

.service_section_5 .section-title-front .front-big-title-white {
  color: #ffffff;
}

.service_section_5 {
  background: #f9f9f9;
  padding-bottom: 100px;
}

.service_section_5 .single-service-fifth {
  background: #ffffff;
  -webkit-box-shadow: 0 30px 60px 0 rgba(182, 73, 73, 0.04);
  box-shadow: 0 30px 60px 0 rgba(182, 73, 73, 0.04);
}

.service_section_5 .single-service-fifth .fifth-service-img {
  position: relative;
  overflow: hidden;
}

.service_section_5 .single-service-fifth .fifth-service-img img {
  max-height: 249px;
  width: 100%;
  height: 249px;
}

.service_section_5 .single-service-fifth .fifth-service-img::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.service_section_5 .single-service-fifth .fifth-service-text {
  padding: 20px;
}

.service_section_5 .single-service-fifth .fifth-service-text i,
.service_section_5 .single-service-fifth .fifth-service-text svg {
  font-size: 50px;
  color: #ffffff;
  padding: 15px 15px;
  display: inline-block;
  background: #d83030;
  position: absolute;
  bottom: 15px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.service_section_5 .single-service-fifth .fifth-service-text h3 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins";
  line-height: 30px;
  color: #333333;
  display: inline-block;
  padding-left: 105px;
}

.service_section_5 .single-service-fifth:hover .fifth-service-img::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

.service_section_5 .single-service-fifth:hover .fifth-service-text i,
.service_section_5 .single-service-fifth .fifth-service-text svg {
  background: #ffffff;
  color: #d83030;
  -webkit-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.08);
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@media screen and (max-width: 1200px) {
  .service_section_5 .single-service-fifth .fifth-service-text i {
    font-size: 42px;
    bottom: 20px;
  }
  .service_section_5 .single-service-fifth .fifth-service-text h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .service_section_5 {
    padding-bottom: 50px;
  }

  .service_section_5 .single-service-fifth {
    margin-bottom: 30px;
  }

  .service_section_5 .single-service-fifth .fifth-service-text i {
    bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .service_section_5 .single-service-fifth .fifth-service-text h3 {
    font-size: 15px;
    padding-left: 90px;
  }
}
@media screen and (max-width: 580px) {
  .service_section_5 .single-service-fifth .fifth-service-img img {
    max-height: none;
    height: auto;
  }
}
@media screen and (max-width: 420px) {
  .service_section_5 .section-title-front .front-big-title {
    font-size: 30px;
    line-height: 45px;
  }
  .service_section_5 {
    padding-bottom: 50px;
  }

  .service_section_5 .single-service-fifth {
    margin-bottom: 50px;
  }

  .service_section_5 .single-service-fifth .fifth-service-text i {
    bottom: 70px;
  }

  .service_section_5 .single-service-fifth .fifth-service-text h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 320px) {
  .service_section_5 .section-title-front .front-big-title {
    font-size: 24px;
    line-height: 36px;
  }
  .service_section_5 .single-service-fifth .fifth-service-text h3 {
    font-size: 12px;
    padding-left: 87px;
  }
}
.team_section_5 .section-title-area-fifth {
  margin-left: 15px;
}

.team_section_5 .section-title-bg {
  font-size: 200px;
  font-family: "Poppins";
  padding-bottom: 48px;
}

.team_section_5 .section-title-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
}

.team_section_5 .section-title-bg-gray:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(249, 249, 249, 0.95)), to(#f9f9f9));
  background-image: linear-gradient(to top, rgba(249, 249, 249, 0.95), #f9f9f9);
}

.team_section_5 .section-title-bg-white:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.95)), to(white));
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.95), white);
}

.team_section_5 .section-title-bg-dark {
  color: #ffffff;
}

.team_section_5 .section-title-bg-dark:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 51, 51, 0.95)), to(#333333));
  background-image: linear-gradient(to top, rgba(51, 51, 51, 0.95), #333333);
}

.team_section_5 .section-title-front {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
}

.team_section_5 .section-title-front .front-small-title {
  color: #d83030;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  font-family: "Roboto";
  position: relative;
  padding: 0 10px;
  display: inline-block;
  margin-bottom: 8px;
}

.team_section_5 .section-title-front .front-small-title-left {
  margin-left: 0px;
}

.team_section_5 .section-title-front .front-big-title {
  font-size: 48px;
  line-height: 58px;
  color: #333333;
  font-family: "Poppins";
  font-weight: 700;
  letter-spacing: -1px;
}

.team_section_5 .section-title-front .front-big-title .front-big-title-color {
  color: #d83030;
}

.team_section_5 .section-title-front .front-big-title-white {
  color: #ffffff;
}

.team_section_5 {
  padding-bottom: 100px;
}

.team_section_5 .team-fifth-img {
  overflow: hidden;
}

.team_section_5 .team-fifth-img img {
  max-height: 300px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.team_section_5 .single-team-fifth:hover .team-fifth-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.team_section_5 .team-fifth-text {
  margin-top: 30px;
}

.team_section_5 .team-fifth-text .team-fifth-small-title {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  color: #d83030;
  font-family: "Roboto";
}

.team_section_5 .team-fifth-text .team-fifth-big-title {
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  line-height: 36px;
  font-family: "Poppins";
}

.team_section_5 .team-fifth-text .team-fifth-border {
  font-size: 16px;
  font-weight: 700;
  font-family: "Poppins";
  color: #e9e9e9;
  line-height: 24px;
}

.team_section_5 .team-fifth-text ul {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.team_section_5 .team-fifth-text ul li {
  list-style: none;
  margin-bottom: 10px;
}

.team_section_5 .team-fifth-text ul li:last-child {
  margin-bottom: 0;
}

.team_section_5 .team-fifth-text ul li i {
  font-size: 16px;
  color: #999999;
}

.team_section_5 .team-fifth-text ul li span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #999999;
  font-family: "Roboto";
  display: inline-block;
  margin-left: 20px;
}


@media screen and (max-width: 1200px) {
  .team_section_5 .team-fifth-text .team-fifth-big-title {
    font-size: 20px;
  }
  .faq_section_5 .faq-fifth-right .faq-fifth-title-area .faq-fifth-big-title {
    font-size: 40px;
  }
  .team_section_5 .team-fifth-text ul li i {
    font-size: 14px;
  }
  .team_section_5 .team-fifth-text ul li span {
    font-size: 14px;
    margin-left: 6px;
  }
}
@media screen and (max-width: 991px) {
  .team_section_5 {
    padding-bottom: 50px;
  }
  .single-team-fifth {
    margin-bottom: 50px;
  }
  .team_section_5 .team-fifth-img img {
    width: 100%;
    max-height: none;
  }
}
@media screen and (max-width: 420px) {
  .team_section_5 .section-title-front .front-big-title {
    font-size: 30px;
    line-height: 45px;
  }
  .team_section_5 .single-team-fifth {
    margin-bottom: 50px;
  }
  .team_section_5 .team-fifth-img img {
    width: 100%;
    max-height: initial;
  }
}
@media screen and (max-width: 320px) {
  .team_section_5 .section-title-front .front-big-title {
    font-size: 24px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .elementor-1756 .elementor-element.elementor-element-2f7c4c0 > .elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 0px 86px;
  }
}
