

html {
  height: 100%;
  font-size: 62.5%;
}
@media only screen and (max-width: 1199px) {
  html {
    font-size: 60%;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 55%;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 479px) {
  html {
    font-size: 45%;
  }
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 40%;
  }
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v15-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins-v15-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v15-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v15-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v15-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v15-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v15-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v15-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}


body {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 1.7;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #646464;
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
p {
  margin: 0 0 20px 0;
  color: #646464;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 20px 0;
  color: #111111;
}
h1,
h2 {
  line-height: 1.2;
}
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 28px;
}
@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}
h3 {
  font-size: 22px;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}

a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.wrapper {
  opacity: 0;
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  transition: all 0.3s ease-in-out;
}
.container-fluid.full-width {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid.full-width .row {
  margin-left: 0;
  margin-right: 0;
}
.container-fluid.full-width .row > [class^="col-"],
.container-fluid.full-width .row > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.nak-overlay-color {
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
}
.nak-overlay-img {
  background-color: transparent;
  background-image: url("img/figure/overlay-img.png");
  background-size: cover;
  width: 100%;
}
.nak-padding {
  padding: 100px 15px;
}

.nashilogo{
  width: 35%;
}

.nak-min-height-100vh {
  min-height: 100vh;
}
.nak-logo {
  width: 100%;
}
.vegas-overlay,
.vegas-slide,
.vegas-slide-inner,
.vegas-timer,
.vegas-wrapper {
  overflow: inherit;
}

@media only screen and (min-width: 992px) {
  .nak-absolute-box {
    position: absolute;
    z-index: 2;
  }
  .nak-box-top-left {
    top: 5%;
    left: 8.5%;
  }
  .nak-box-top-center {
    top: 11%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .nak-box-top-right {
    top: 11%;
    right: 8.5%;
  }
  .nak-box-center-right {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8.5%;
  }
  .nak-box-bottom-right {
    bottom: 10%;
    right: 8.5%;
  }
  .nak-box-bottom-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 10%;
  }
  .nak-box-bottom-left {
    bottom: 10%;
    left: 8.5%;
  }
  .nak-box-center-left {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 8.5%;
  }
  .nak-box-center-center {
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 991px) {
  .nak-logo,
  .nak-btn,
  .nak-content-box,
  .nak-social,
  .nak-copyright {
    position: relative;
    z-index: 2;
    text-align: center;
  }
}

@keyframes iconAnimate {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(-30deg);
  }
  70% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

ul.nak-social-items li {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 575px) {
  ul.nak-social-items li {
    margin-right: 5px;
  }
}
ul.nak-social-items li:last-child {
  margin-right: 0;
}
ul.nak-social-items li a {
  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;
  font-size: 16px;
  height: 35px;
  width: 35px;
  line-height: 40px;
  background-color: transparent;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
ul.nak-social-items li.nak-facebook a:hover {
  background-color: #3b5998;
  color:#ffffff;
}
ul.nak-social-items li.nak-twitter a:hover {
  background-color: #00acee;
  color:#ffffff;
}
ul.nak-social-items li.nak-google a:hover {
  background-color: #CC3333;
  color:#ffffff;
}
ul.nak-social-items li.nak-instagram a:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #fff;
}
ul.nak-social-items li.nak-linkedin a:hover {
  background-color: #0077B5;
  color:#ffffff;
}
ul.nak-social-items li.nak-youtube a:hover {
  background-color: #c4302b;
  color:#ffffff;
}
ul.nak-items-light li a {
  color: #000;
}
ul.nak-items-dark li a {
  color: #111111;
}
ul.nak-items-dark li a:hover {
  color: #ffffff;
}

.nak-btn-fill {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  border: 2px solid #ff5e14;
  border-radius: 15px;
  background-color: #ff5e14;
  padding: 10px 30px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 575px) {
  .nak-btn-fill {
    font-size: 16px;
    padding: 8px 36px;
  }
}
.nak-btn-fill:focus {
  outline: none;
}
.nak-btn-fill.nak-btn-layout1:hover {
  background-color: transparent;
  color: #ffffff;
}
.nak-btn-fill.nak-btn-layout2:hover {
  background-color: transparent;
  color: #ff5e14;
}
.nak-btn-text {
  position: relative;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.nak-btn-text i {
  color: #ff5e14;
  margin-right: 5px;
}
.nak-btn-text.nak-btn-layout1:hover {
  color: #ff5e14;
}


.nak-template-layout3 {
  overflow: hidden !important;
}
@media only screen and (max-width: 991px) {
  .nak-template-layout3 {
    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;
  }
}
.nak-template-layout3 .bg-overlay {
  min-height: 100%;
  position: relative;
  z-index: 1;
}
.nak-template-layout3 .bg-overlay:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.nak-subscribe-layout1 {
  margin-top: 20px;
}
.nak-subscribe-layout1 .subscribe-form {
  z-index: 1;
  position: relative;
}
.nak-subscribe-layout1 .input-group .item-icon {
  position: absolute;
  top: 18px;
  left: 25px;
  line-height: 1;
  z-index: 5;
  color: #949494;
}
@media only screen and (max-width: 575px) {
  .nak-subscribe-layout1 .input-group .item-icon {
    top: 16px;
  }
}
.nak-subscribe-layout1 .input-group .item-icon:focus {
  outline: none;
}
.nak-subscribe-layout1 .input-group .form-control {
  border: 1px solid #bcbcbc;
  height: 54px;
  background-color: transparent;
  font-size: 16px;
  color: #111111;
  padding: 10px 10px 10px 55px;
  border-radius: 45px;
}
@media only screen and (max-width: 1199px) {
  .nak-subscribe-layout1 .input-group .form-control {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .nak-subscribe-layout1 .input-group .form-control {
    height: 47px;
  }
}
.nak-subscribe-layout1 .input-group .input-group-addon {
  margin-left: 20px;
}
@media only screen and (max-width: 1199px) {
  .nak-subscribe-layout1 .input-group .input-group-addon {
    width: 100%;
    margin-left: 0;
  }
  .nak-subscribe-layout1 .input-group .input-group-addon .nak-btn {
    width: 100%;
  }
}
.nak-subscribe-layout1 .input-group input:focus {
  outline-width: 0;
  outline: none;
  box-shadow: none;
}
.nak-subscribe-layout1 .input-group input::-webkit-input-placeholder,
.nak-subscribe-layout1 .input-group textarea::-webkit-input-placeholder {
  color: #7e7e7e;
  font-weight: 300;
}
.nak-subscribe-layout1 .input-group input::-moz-placeholder,
.nak-subscribe-layout1 .input-group textarea::-moz-placeholder {
  color: #7e7e7e;
  font-weight: 300;
}
.nak-subscribe-layout1 .input-group input:-moz-placeholder,
.nak-subscribe-layout1 .input-group textarea:-moz-placeholder {
  color: #7e7e7e;
  font-weight: 300;
}
.nak-subscribe-layout1 .input-group input:-ms-input-placeholder,
.nak-subscribe-layout1 .input-group textarea:-ms-input-placeholder {
  color: #7e7e7e;
  font-weight: 300;
}
.nak-subscribe-layout1 .form-result {
  display: block;
  height: 50px;
  position: relative;
  position: absolute;
  width: 100%;
  bottom: -80px;
  border-radius: 45px;
  padding: 10px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .nak-subscribe-layout1 .form-result {
    bottom: -62px;
  }
}
.nak-logo-layout3 {
  left: 17%;
  display: flex;
  position: static;
  margin-bottom:20px;
}
@media only screen and (max-width: 991px) {
  .nak-logo-layout3 {
    left: 0;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .nak-content-wrap-layout3 {
    padding: 25px 15px;
  }
}
.nak-content-box-layout3 {
  padding-top: 25px;
  margin-left: 12%;
  margin-right: 12%;
  margin-right: 12%;
  max-width: 610px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .nak-content-box-layout3 {
    align-items: center;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
}
.nak-content-box-layout3 .item-title {
  color: #ff5e14;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px;
}

.slidebtn{
  z-index: 999;
  height: 40px;
    width: 40px;
    padding: 10px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background-color: #f477359c;
}

.vegas-slider{
  display: flex;
    justify-content: space-between;
    top: 50%;
    position: relative;
}
@media only screen and (max-width: 1199px) {
  .nak-content-box-layout3 .item-title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .nak-content-box-layout3 .item-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .nak-content-box-layout3 .item-title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 575px) {
  .nak-content-box-layout3 .item-title {
    font-size: 30px;
  }
}
.nak-content-box-layout3 .item-subtitle {
  font-size: 20px;
  color: #646464;
  margin-bottom: 35px;
}
.nak-content-box-layout3 p {
  color: #111111;
  font-size: 17px;
  line-height: 30px;
}
.nak-social-layout3 {
  text-align: left;
    left: inherit;
    position: unset;
    margin-top: 30px;
}
.nak-social-layout3 .nak-label {
  font-size: 14px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.smartcitylogo{
  width: 130px;
    margin-left: 20px;
    border-left: 1px solid #ccc;
    padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  .nak-social-layout3 {
    left: 0;
    right: inherit;
  }
  .nak-social-layout3 .nak-label {
    color: #111111;
  }
  .nak-social-layout3 ul.nak-items-light li a {
    color: #111111;
  }
  .nak-social-layout3 ul.nak-items-light li a:hover {
    color: #ffffff;
  }
}

.pace.pace-inactive {
  display: none;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pace .pace-activity {
  z-index: 100;
  position: absolute;
  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;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.pace .pace-progress {
  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;
  text-align: center;
  z-index: 2000;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  line-height: 100px;
  -webkit-transform: translate3d(0, 0, 0) translateY(-50%) translateX(-50%) !important;
  -ms-transform: translate3d(0, 0, 0) translateY(-50%) translateX(-50%) !important;
  transform: translate3d(0, 0, 0) translateY(-50%) translateX(-50%) !important;
}
.pace .pace-progress:before {
  content: attr(data-progress-text);
  text-align: center;
  color: #111111;
  font-size: 20px;
  font-weight: 700;
  display: block;
  z-index: 999;
  position: absolute;
}
.pace-running .wrapper {
  opacity: 0;
}
.pace-running .nak-transformY-50 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.pace-running .nak-transformY-100 {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}
.pace-running .nak-transformY--50 {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.pace-running .nak-transformY--100 {
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}
.pace-running .nak-transformX-100 {
  opacity: 0;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}
.pace-running .nak-transformX--100 {
  opacity: 0;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}
@media only screen and (max-width: 991px) {
  .pace-running .nak-transformX-100,
  .pace-running .nak-transformX--100 {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
}
.pace-running .nak-transformY-300 {
  opacity: 0;
  -webkit-transform: translateY(300px);
  -ms-transform: translateY(300px);
  transform: translateY(300px);
}
.pace-running .nak-transformY--300 {
  opacity: 0;
  -webkit-transform: translateY(-300px);
  -ms-transform: translateY(-300px);
  transform: translateY(-300px);
}
.pace-running .nak-transformX-300 {
  opacity: 0;
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
}
.pace-running .nak-transformX--300 {
  opacity: 0;
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
}
.pace-running .nak-transformX-100Y--100 {
  opacity: 0;
  -webkit-transform: translateX(100px) translateY(-100px);
  -ms-transform: translateX(100px) translateY(-100px);
  transform: translateX(100px) translateY(-100px);
}
.pace-running .nak-transformX--100Y--100 {
  opacity: 0;
  -webkit-transform: translateX(-100px) translateY(-100px);
  -ms-transform: translateX(-100px) translateY(-100px);
  transform: translateX(-100px) translateY(-100px);
}
.pace-running .nak-zoomIn {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.pace-running .nak-zoomIn-6 {
  opacity: 0;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.pace-running .nak-zoomInLeft {
  opacity: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.pace-running .nak-zoomOut {
  opacity: 0;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.pace-running .star-animation {
  opacity: 0;
}
.pace-running .nak-lines-wrap {
  opacity: 0;
}
.pace-done .wrapper {
  opacity: 1;
}
.pace-done .nak-transformY-300,
.pace-done .nak-transformY-100,
.pace-done .nak-transformY-50,
.pace-done .nak-transformY--300,
.pace-done .nak-transformY--100,
.pace-done .nak-transformY--50 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition: all 1s ease-in-out;
}
.pace-done .nak-transformX-300,
.pace-done .nak-transformX-100,
.pace-done .nak-transformX--300,
.pace-done .nak-transformX--100 {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  transition: all 1s ease-in-out;
}
.pace-done .nak-transformX-100Y--100,
.pace-done .nak-transformX--100Y--100 {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition: all 1s ease-in-out;
}
.pace-done .nak-zoomInLeft {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
  transition: all 1s ease-in-out;
}
.pace-done .nak-zoomIn-6,
.pace-done .nak-zoomIn,
.pace-done .nak-zoomOut {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition: all 1s ease-in-out;
}
.pace-done .star-animation {
  opacity: 1;
  transition: all 1s ease-in-out;
  transition-delay: 2s;
}
.pace-done .nak-lines-wrap {
  opacity: 1;
  transition: all 1s ease-in-out;
  transition-delay: 2s;
}
.pace-done .nak-transition-delay-1 {
  transition-delay: 0.1s;
}
.pace-done .nak-transition-delay-2 {
  transition-delay: 0.2s;
}
.pace-done .nak-transition-delay-3 {
  transition-delay: 0.3s;
}
.pace-done .nak-transition-delay-4 {
  transition-delay: 0.4s;
}
.pace-done .nak-transition-delay-5 {
  transition-delay: 0.5s;
}
.pace-done .nak-transition-delay-6 {
  transition-delay: 0.6s;
}
.pace-done .nak-transition-delay-7 {
  transition-delay: 0.7s;
}
.pace-done .nak-transition-delay-8 {
  transition-delay: 0.8s;
}
.pace-done .nak-transition-delay-9 {
  transition-delay: 0.9s;
}
.pace-done .nak-transition-delay-10 {
  transition-delay: 1s;
}
.pace-done .nak-transition-delay-11 {
  transition-delay: 1.1s;
}
.pace-done .nak-transition-delay-12 {
  transition-delay: 1.2s;
}
.pace-done .nak-transition-delay-13 {
  transition-delay: 1.3s;
}
.pace-done .nak-transition-delay-14 {
  transition-delay: 1.4s;
}
.pace-done .nak-transition-delay-15 {
  transition-delay: 1.5s;
}
.pace-done .nak-transition-delay-16 {
  transition-delay: 1.6s;
}
.pace-done .nak-transition-delay-17 {
  transition-delay: 1.7s;
}
.pace-done .nak-transition-delay-18 {
  transition-delay: 1.8s;
}
.pace-done .nak-transition-delay-19 {
  transition-delay: 1.9s;
}
.pace-done .nak-transition-delay-20 {
  transition-delay: 2s;
}
.pace-done .nak-transition-delay-21 {
  transition-delay: 2.1s;
}
.pace-done .nak-transition-delay-22 {
  transition-delay: 2.2s;
}
.pace-done .nak-transition-delay-23 {
  transition-delay: 2.3s;
}
.pace-done .nak-transition-delay-24 {
  transition-delay: 2.4s;
}
.pace-done .nak-transition-delay-25 {
  transition-delay: 2.5s;
}
.pace-done .nak-transition-delay-26 {
  transition-delay: 2.6s;
}
.pace-done .nak-transition-delay-27 {
  transition-delay: 2.7s;
}
.pace-done .nak-transition-delay-28 {
  transition-delay: 2.8s;
}
.pace-done .nak-transition-delay-29 {
  transition-delay: 2.9s;
}
.pace-done .nak-transition-delay-30 {
  transition-delay: 3s;
}

.carousel-item img{
	animation: zoom 20s;
    transform: scale(1) rotate(0.1deg);
    height: 100vh;
  }
  
  .carousel-caption h5, .carousel-caption p{
    color:#ffffff !important;
  }

/*css animation start here */


@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-control-next, .carousel-control-prev{
  width: auto !important;
}

.carousel-control-prev span, .carousel-control-next span{
    width: 40px;
    height: 40px;
    background-color: #f68a1d;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-control-prev span i, .carousel-control-next span i{
font-size: 2rem;
}



.carousel-caption p{
  font-size: 1.5rem;
}

.carousel-caption{
  line-height: normal;
  background-color: #0000004f;
  padding: 5px;
}


.btn-primary, .nav-tabs .nav-link{
    background-color:#020044;
    color: #fff;
  }


  .nav-tabs .nav-item{
    padding: 0;
    border-top:2px solid #020044;
    border-right: 1px solid #ccc; 
  }

  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #000;
    border: 0; 
  }

  .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border: 0;
  }

  .nav-tabs {
     border-bottom: 0;
}

/*css animation end here */
