@charset "utf-8";
/*======================================================================
[Master Stylesheet]
Project/Theme Name: 	Nexa Fashion
Website Url:  			http://nexafashion.com/
Author: 				Nexa Fashion
This document is copyrights by NexaFashion DO NOT TRY TO COPY
======================================================================*/

* {
  font-family: "Work Sans", sans-serif;
  outline: none;
}
.wow {
  visibility: visible !important;
}
body {
  background-attachment: fixed;
  color: #000000;
  font-size: 16px;
  background-color: #ffffff;
  overflow-x: hidden !important;
  max-width: 100%;
}

img {
  max-width: 100%;
}
.img-fluid {
  width: 100%;
}
p {
  font-weight: 400;
  line-height: 16px;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
iframe {
  border: none;
  width: 100%;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #f8971d;
  text-decoration: none;
}
a img {
  border: none;
}
iframe {
  border: none;
}
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.42857143;
  color: #000000;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
/*sticky menu*/
@media only screen and (min-width: 768px) {
  .navbar.navbar-default.navbar-sticky.navbar-scrollspy.bootsnav.theme-menu.on.no-full.sticked
    .logo {
    width: 90px;
  }

  .sticked ul.nav > li > a {
    padding: 10px 15px !important;
    font-size: 13px;
  }
  .sticked ul.nav > li .btn-header {
    margin-top: 7px;
    font-size: 13px;
  }
  .sticked .navbar-brand.wow.pulse {
    padding: 8px 0 !important;
  }

  .sticked .container {
    width: 1300px;
  }
}
/*end sticky menu*/

/* Titles */
.dark-title h3 {
  color: #ffffff;
}
.dark-title h5 {
  color: #ffffff !important;
}
.extra-large-title {
  font-weight: 700;
  font-size: 72px;
}
.large-title {
  font-weight: 900;
  font-size: 48px;
}
.medium-title {
  font-weight: 900;
  font-size: 24px;
}
.medium-title .icon {
  margin-right: 20px;
}
.small-title {
  font-weight: 700;
  font-size: 18px;
}
/* Paragraph */
p {
  line-height: 140%;
  font-size: 15px;
  padding: 0;
  margin: 0;
}
/* Text color */
.txt-dark {
  color: #000000;
}
.txt-light {
  color: #9a9a9a;
}
.txt-color {
  color: #f8971d;
}
.txt-color-blue {
  color: #3e4095;
}
.txt-white {
  color: #ffffff;
}
/* Text style */
.txt-underline {
  text-decoration: underline;
}
/* Font style */
.font-light {
  font-weight: 300;
}
.font-regular {
  font-weight: 400;
}
.font-bold {
  font-weight: 500;
}
.font-black {
  font-weight: 700;
}
/* Font sizes */
.font14 {
  font-size: 14px;
}
.font15 {
  font-size: 15px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font24 {
  font-size: 24px;
}
.font36 {
  font-size: 36px;
}
.font48 {
  font-size: 48px;
}
.font72 {
  font-size: 72px;
}
/* Margin setup */
.m0 {
  margin: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb100 {
  margin-bottom: 100px;
}
.mt10 {
  margin-top: 10px;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mt100 {
  margin-top: 100px;
}
/* Padding setup */
.p0 {
  padding: 0;
}
.pt30 {
  padding-top: 30px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
/* Background color */
.bg71d {
  background-color: #f8971d;
}
.bga9a {
  background-color: #9a9a9a;
}
/* Textbox */
.textbox {
  padding: 10px;
  border-radius: 0;
  width: 100%;
  line-height: 144%;
  margin-top: 0;
  max-height: 40px;
  float: right;
  border: none;
}
.form-control {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.form-control:focus {
  -webkit-box-shadow: 0 8px 6px -6px #e7e7e7;
  -moz-box-shadow: 0 8px 6px -6px #e7e7e7;
  box-shadow: 0 8px 6px -6px #e7e7e7;
}
/* Buttons */

.btn-banner {
  background-color: #f8971d;
  border: none;
  color: #fff;
  font-weight: 500;
  padding: 13px 30px;
  margin-bottom: 0;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
  -webkit-box-shadow: inset 5px 5px 15px #b36c13, inset 1px -2px 5px #b36c13,
    0 0 5px #000000 !important;
  -moz-box-shadow: inset 5px 5px 15px #b36c13, inset 1px -2px 5px #b36c13,
    0 0 5px #000000 !important;
  box-shadow: inset 5px 5px 15px #b36c13, inset 1px -2px 5px #b36c13,
    0 0 5px #000000 !important;
}
.btn-banner .icon {
  margin-right: 20px;
}
.btn-banner:before {
  background-color: #000000 !important;
  border-radius: 30px !important;
  color: #f8971d !important;
  border: none;
  -webkit-box-shadow: inset 5px 5px 15px #606060, inset 1px -2px 5px #000000,
    0 0 5px #000000 !important;
  -moz-box-shadow: inset 5px 5px 15px #606060, inset 1px -2px 5px #000000,
    0 0 5px #000000 !important;
  box-shadow: inset 5px 5px 15px #606060, inset 1px -2px 5px #000000,
    0 0 5px #000000 !important;
}
.btn-banner:hover,
.btn-banner:active,
.btn-banner:focus {
  border: none;
  color: #fff;
}
.btn {
  background-color: #f8971d;
  color: #fff;
  font-weight: 500;
  padding: 13px 30px;
  margin-bottom: 0;
  font-size: 15px;
  border-radius: 30px;
  border: 1px solid #f8971d;
}
.btn .icon {
  margin-right: 20px;
}
.btn:before {
  background-color: #f8971d !important;
  border-radius: 30px !important;
  color: #fff;
  border: none;
  border: 1px solid #f8971d;
}
.btn:hover,
.btn:active,
.btn:focus {
  color: #f8971d !important;
  background: #fff;
  border: 1px solid #f8971d;
}
.btn-dark {
  background-color: #000000;
  color: #fff;
  font-weight: 500;
  padding: 13px 30px;
  margin-bottom: 0;
  font-size: 15px;
  border-radius: 30px;
  border: 1px solid #000000;
}
.btn-dark .icon {
  margin-right: 20px;
}
.btn-dark:before {
  background-color: #000000 !important;
  border-radius: 30px !important;
  color: #fff;
  border: none;
  border: 1px solid #000000;
}
.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
  color: #fff !important;
  background: #f8971d;
  border: 1px solid #f8971d;
}
/* Bottom align text */
.bottom-align-text {
  bottom: 0;
  right: 0;
  text-align: left;
  margin-top: 16%;
}
/* Background image overlay effects */
.bg-overlay {
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.3;
  top: 0;
  z-index: 0;
}
.bg-overlay-white {
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.8;
  top: 0;
  z-index: 0;
}
/* Scroll to Top */
.scrollToTop {
  border: 1px solid #fff;
  width: 25px;
  height: 40px;
  line-height: normal;
  padding: 10px 0;
  border-radius: 30px;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
  z-index: 99999;
  bottom: 30px;
  right: 30px;
  position: fixed;
  background: #000000;
}
.scrollToTop:hover {
  background: #f8971d;
}
.scrollToTop span {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
  color: #fff;
  position: relative;
  text-align: center;
  top: -20%;
}
.scrollToTop:hover span {
  color: #fff;
}
/* Preloader */
.page-preloader {
  background-color: #ffffff;
  background-image: url(../images/logo-black.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999999;
}
/* ========== 03 SECTION ========== */

section {
  margin: 50px 0;
  position: relative;
  float: left;
  width: 100%;
}
section#banner {
  padding: 0px 0;
}
.section-text {
  text-align: center;
  /* margin-bottom: 100px; */
  z-index: 2;
  position: relative;
}
.section-text .contentarea {
  float: left;
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
}
.section-text h3 {
  font-size: 48px;
  margin-top: 0px;
  text-align: center;
  font-weight: 900;
  line-height: 45px;
  margin-bottom: 10px;
}
.section-text h5 {
  font-size: 18px;
  color: #fff;
}
.section-title {
  text-align: center;
  margin-bottom: 50px;
  z-index: 2;
  position: relative;
  padding-top: 50px;
}
.section-title h3 {
  font-size: 48px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}
.section-title h3:after {
  background-color: #f8971d;
  content: "";
  /* margin: 0 auto; */
  z-index: 2;
  width: 7%;
  border-top: 1px solid #f8971d;
  /* text-align: center; */
  height: 3px;
  position: absolute;
  margin-top: 65px;
  left: 47%;
}
.section-title h5 {
  color: #9a9a9a;
  font-weight: 400;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  padding-top: 10px;
}
/* Header section */
nav.theme-menu {
  border: none !important; /* padding: 10px 0; */
}
.theme-menu .navbar-nav li > a {
  color: #000000;
  font-size: 15px;
  font-weight: 500 !important;
  line-height: 30px;
}
.theme-menu .navbar-nav li > a a {
  color: #fff;
}
.theme-menu .navbar-nav li > a a:hover {
  color: #fff;
  text-decoration: underline;
}
nav.navbar.bootsnav ul.nav > li > a {
  padding: inherit;
}
nav.theme-menu ul.nav > li > a {
  padding: 20px 15px;
  /*	padding: 20px 15px !important;*/
}
.theme-menu .navbar-brand {
  padding: 10px 0;
  z-index: 999;
  visibility: visible !important;
}
.navbar-brand img.logo {
  margin-top: -4px;
}
.theme-menu li a:hover {
  background: transparent;
  color: #fff;
}
.theme-menu li a:after {
  content: "";
  background: #fff;
  border-radius: 30px;
  height: 3px;
  width: 0px;
  display: block;
  margin-top: 0;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  -ms-transition: width 0.2s ease-out;
  position: absolute;
}
.theme-menu li a:hover:after {
  content: "";
  border-bottom: 3px solid #fff;
  width: 100%;
  float: left;
  width: 30%;
}
.theme-menu li.active > a {
  color: #fff !important;
}
.theme-menu li.active > a:after {
  content: "";
  border-bottom: 3px solid #fff;
  width: 30%;
  float: left;
}
nav.navbar.bootsnav ul.nav > li > a:hover {
  color: #fff;
  background: transparent;
}
.theme-menu li li a {
  background: transparent !important;
  color: #fff !important;
  padding: 0;
  -o-transition: padding 0.2s linear;
  -moz-transition: padding 0.2s linear;
  -webkit-transition: padding 0.2s linear;
  transition: padding 0.2s linear;
  transition: all 500ms ease;
}
.theme-menu li li a:hover {
  background: transparent !important;
  color: #fff !important;
  text-decoration: underline;
  padding-left: 2em !important;
}
li.dropdown.on > .dropdown-toggle {
  background: #000000 !important;
  color: #fff !important;
}
/*** HOME STYLE ***/
/* ================ HOME */
#home {
  padding: 0 !important;
  margin: 0;
  margin-bottom: 100px;
}
.home {
  background: transparent url(../images/home/home.jpg) 50% no-repeat;
  height: auto;
  min-height: 600px;
  background-size: cover;
  background-position: top;
}
.home-bg-overlay {
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.5;
  top: 0;
  z-index: 0;
}
.header {
  padding: 50px 0;
}
/* Home banner setting  */
#banner-setting {
  margin-top: 50px;
}
/* Home banner text */
#banner-text {
  margin-top: 50px;
}
.banner-text {
  float: left;
}
#banner-text h3 {
  font-size: 72px;
  font-weight: 700;
  color: #fff;
  padding: 0;
}
#banner-text h4 {
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  margin-top: -25px;
  margin-bottom: 20px;
}
#banner-text p {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
}
#banner-text h5 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0px;
}
.home-app-download {
  border-radius: 50px;
  width: 80%;
  float: left;
  background: #fff;
  box-shadow: 0 0px 10px #000000;
  margin-top: 10px;
}
.home-app-download .banner-textbox {
  border: none; /* padding: 30px; */
  margin-left: 30px;
  line-height: 45px;
  background: transparent;
}
.home-app-download .btn-banner {
  float: right;
}
/* Home carousel gallery */
#home-iphone-carousel {
  background: url(../images/home/iphone.png);
  width: 270px;
  height: 550px;
  margin: 0 auto auto;
  float: right;
  position: absolute;
  z-index: 1;
}
#home-iphone-carousel .carousel-inner {
  margin-top: 0;
  margin-left: 0;
}
#home-iphone-carousel .carousel-inner {
  top: 70px;
  position: relative;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  z-index: 9;
  display: inline-flex;
  width: 86%;
  left: 17px;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #9a9a9a;
  border-radius: 10px;
  -webkit-transition: width 0.8s; /* Safari */
  transition: width 0.8s;
}
.carousel-indicators .active {
  width: 30px;
  height: 10px;
  background: #f8971d;
}
.carousel-indicators.indicator-iphone-gallery {
  bottom: -67px;
}
.carousel-indicators li {
  background-color: #dadada;
}
/* Scroll to About */
#scrollToAbout {
  padding: 100px 0 0px 0;
}
.scrollToAbout {
  border: 1px solid #000000;
  width: 25px;
  height: 40px;
  line-height: normal;
  padding: 10px 0;
  border-radius: 30px;
  margin: 0 auto;
  cursor: pointer;
  right: 20px;
  text-align: center;
  z-index: 99999;
  display: inline-block;
}
.scrollToAbout:hover {
  background: #3b99fa;
  border: 1px solid #3b99fa;
}
.scrollToAbout span {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
  color: #000000;
  position: relative;
  text-align: center;
  top: -10%;
}
.scrollToAbout:hover span {
  color: #fff;
}
.navbar-right {
  float: right !important;
  margin-right: -15px;
  margin-top: 0px;
  /*	margin-top: 5px;*/
}
/* Timeline */
.timeline {
  position: relative;
  margin-top: 100px;
}
.timeline::before {
  content: "";
  background: #f8971d;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%; /* transform: translateX(-50%); */
}
.timeline-item {
  width: 100%;
  margin-bottom: 0px;
}
.timeline-content h3 {
  line-height: 100px;
  width: 100%;
  float: left;
}
.timeline-content h3 span {
  line-height: normal;
  margin-top: -70px;
  position: relative;
  display: inline-block;
  float: right;
  margin-right: -30px;
  margin-right: 155px;
  background: #fff !important;
  z-index: 1;
  color: #dadada;
  font-weight: 700;
  font-size: 120px !important;
}
.timeline-item:nth-child(even) .timeline-content {
  padding: 10px 0px;
  text-align: left;
  left: 50%;
}
.timeline-item:nth-child(even) .timeline-content span {
  line-height: normal;
  margin-top: -60px;
  position: relative;
  display: inline-block;
  float: left;
  margin-left: 150px;
  background: transparent;
}
.timeline-item::after {
  content: "";
  display: block;
  clear: both;
}
.timeline-item:nth-child(odd) .timeline-content h3:before {
  border-radius: 30px;
  width: 30px;
  height: 30px;
  background: #fff;
  content: "";
  position: relative;
  right: -45px;
  float: right;
  top: -15px;
  border: 10px solid #f8971d;
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.timeline-item:nth-child(even) .timeline-content h3:before {
  border-radius: 30px;
  width: 30px;
  height: 30px;
  background: #fff;
  content: "";
  position: relative;
  left: -45px;
  float: left;
  top: 0px;
  border: 10px solid #dadada;
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.timeline-content {
  position: relative;
  width: 50%;
  padding: 10px 0px;
  border-radius: 4px;
  background: transparent;
  text-align: right;
}
.timeline-content h3 div:after {
  content: "";
  width: 50%;
  color: #000;
  border-top: 1px solid #f8971d;
  margin-bottom: 10px;
  padding: 0 30px;
  position: absolute;
  margin-top: 0px;
  right: 0;
  z-index: -1;
  float: right;
}
.timeline-content h3 {
  content: "";
  width: 100%;
  color: #000; /* border-top:  1px solid #f8971d; */
  margin-bottom: 30px;
  padding: 0 30px;
  margin-top: -10px;
}
.timeline-content h3 div .text {
}
.timeline-item:nth-child(even) .timeline-content h3 div:after {
  width: 50%;
  color: #000;
  margin-bottom: 10px;
  padding: 0 30px;
  position: absolute;
  z-index: -1;
  left: 0;
  float: right;
  margin-top: 15px;
}
.timeline-item:nth-child(even) .timeline-content h3 {
  content: "";
  width: 100%;
  color: #000; /* border-top:  1px solid #f8971d; */
  margin-bottom: 10px;
  padding: 0 30px;
}
.timeline-item:nth-child(even) .timeline-content h3 div .text {
}
.timeline-item:nth-child(even) .timeline-content h3::after {
  /* border: 1px solid; */

  /* right: 0; */
}
.timeline-card {
}
.timeline-card p {
  padding: 0 0px;
}
.timeline-card a {
  margin-left: 0px;
}
.timeline-div {
  width: 100%;
  float: left;
}
.timeline-item:nth-child(odd) .timeline-div {
  margin: 0;
  margin-right: 30px;
}
.timeline-item:nth-child(even) .timeline-div {
  padding-left: 30px;
}
.timeline-text {
  line-height: 200%;
  padding: 0 30px;
  text-align: left;
  float: left;
  width: 65%;
}
.timeline-text h2 {
  font-size: 36px;
  font-weight: 500;
  color: #f8971d;
  line-height: 36px;
  margin-bottom: 10px;
}
.timeline-div .timeline-img {
  float: left;
  width: 35%;
}
.timeline-div i {
  line-height: 10px;
}
.timeline-text .listing {
  margin: 15px 0;
  padding: 0;
  float: left;
}
.timeline-text .listing li {
  float: left;
  width: 100%;
  line-height: normal;
  margin-bottom: 20px;
  list-style-position: inside;
  position: relative;
  display: inline-flex;
}
.timeline-text .listing li i {
  float: left;
  position: relative;
  clear: both;
  margin-top: 10px;
  padding-right: 20px;
}
.timeline-text .listing li p {
  float: left;
}
/* Nexafashion Small Banner */

#nexafashion-smallbanner {
  background: #f8971d;
  margin-top: 100px;
  margin-bottom: 100px;
  min-height: 200px;
}
#nexafashion-smallbanner .carousel-indicators {
  margin-top: 45px;
  position: relative;
}
#banner-slider {
  margin-top: 70px;
  position: absolute;
}
/* Featuerws */
#featuers {
  /* margin-top: 35px; */
  /* padding-top: 75px; */
  margin-bottom: 100px;
}
.feature-elem-left:nth-child(odd) {
  margin-left: 70px;
  margin-bottom: 50px;
}
.feature-elem-left:nth-child(even) {
  margin-left: 140px;
}
.feature-elem-right:nth-child(odd) {
  margin-left: 0px;
  margin-bottom: 50px;
}
.feature-elem-right:nth-child(even) {
  margin-left: -70px;
}
.feature-elem-first {
  margin: 0 auto;
  display: inline-block;
}
.feature-elem-center {
  float: left;
  max-width: 190px;
}
.feature-elem-center:nth-child(odd) {
  margin-left: 0;
  margin-bottom: 50px;
  padding-top: 100px;
}
.feature-elem-center:nth-child(even) {
  margin: 0 70px;
}
.feature-tab {
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  width: 130px;
  text-align: center;
  font-size: 18px;
  padding: 35px 0;
  display: block;
  cursor: pointer;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.feature-tab:hover {
  background: #f8971d;
  box-shadow: 1px 0px 20px #dadada;
  border: 1px solid #f8971d;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.feature-tab.active {
  background: #f8971d;
  box-shadow: 1px 0px 20px #dadada;
  border: 1px solid #f8971d;
  cursor: default;
}
.feature-tab.active:hover {
  background: #f8971d;
  box-shadow: 1px 0px 20px #dadada;
  border: 1px solid #f8971d;
  -webkit-transform: none;
  transform: none;
}
.feature-tab h4 {
  color: #9a9a9a;
  font-weight: 300;
  font-size: 15px;
}
.feature-tab h5 i {
  color: #f8971d;
  font-size: 36px;
}
.feature-tab.active h5 i {
  color: #fff;
}
.feature-tab.active h4 {
  color: #fff;
}
.feature-tab:hover h5 i {
  color: #fff;
}
.feature-tab:hover h4 {
  color: #fff;
}
.feature-iphone-placeholder {
  background: url(../images/features/iphone.png);
  width: 220px;
  height: 433px;
  margin: 0 auto;
}
.feature-iphone-placeholder .tab-img img {
  margin-top: 50px;
  margin-left: 9%;
  width: 82%;
  height: auto;
}
.tab-img {
  width: 100%;
  float: left;
  display: inline-table;
}
#tab2,
#tab3,
#tab4,
#tab5,
#tab6,
#tab7 {
  display: none;
}
/* Hang Out */
#hangOut {
  background: url(../images/hangout/bg.jpg) 50%;
  background-size: cover;
  padding: 50px 0;
  margin-top: 100px;
}
#hangOut ul.listing {
  padding: 0;
}
#hangOut ul.listing li {
  list-style: none;
  float: left;
  width: 100%;
  padding-bottom: 10px;
  color: #fff;
}
#hangOut ul.listing li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}
.fact-block {
  background: #fff;
  box-shadow: 0 0px 50px #dadada;
  position: absolute;
  width: 100%;
  top: -120px;
  min-height: 480px;
}
.fact-block .section:nth-child(even) {
  text-align: center;
  width: 50%;
  border-right: none;
  padding: 50px;
  border-bottom: 1px solid #f3f3f3;
  float: left;
}
.fact-block .section:nth-child(odd) {
  text-align: center;
  width: 50%;
  border-right: 1px solid #f3f3f3;
  padding: 50px;
  border-bottom: 1px solid #f3f3f3;
  display: inline-block;
  float: left;
}
.fact-block .section div {
  width: 100%;
  float: left;
  text-align: center;
  display: inline-block;
  margin-bottom: -15px;
}
.fact-block .section div h2 {
  /* float:left; */
  font-size: 48px;
  display: inline-block;
  margin-top: 15px;
  font-weight: 600;
}
.fact-block .section div span {
  font-size: 48px;
  /* float:left; */
  font-weight: 600;
}
.fact-block .section h5 i {
  font-size: 48px;
  color: #f8971d;
}
.fact-block .section h3 {
  font-size: 48px;
}
.fact-block .section h5 {
  font-size: 18px;
  font-weight: 400;
}
/* Promte your Store */
#promoteYourStore {
  margin-top: 100px;
}
#promoteBanner {
  margin-top: 50px;
  width: 80%;
  margin: 50px auto 0 auto;
  display: block; /* position: relative; */
  overflow: hidden;
}
#promoteBanner .owl-item.active {
  margin-top: 100px;
}
#promoteBanner .owl-item.active > div:after {
  content: "";
}
#promoteBanner .owl-item.center > div:after {
  content: "";
}
#promoteBanner .owl-item.active.center > div:after {
  content: "";
}
#promoteBanner .owl-item.active.center {
  margin-top: 0px;
}
#promoteBanner .owl-nav {
  margin-top: -100px;
  z-index: 111;
  padding-bottom: 100px;
}
/* Instant Start */

#instantStart {
  background: url(../images/Instant/bg.jpg) no-repeat;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  margin-bottom: 0;
  max-height: 558px;
  margin-bottom: 70px;
}
.instaStart {
  width: 100%;
  margin: 0 auto;
  /* margin-top: -100px; */
  float: left;
}
.instaStart ul {
  margin: 0 auto;
  width: 70%;
}
.instaStart li:nth-child(odd) {
  background: #f8971d;
  padding: 15px 30px;
  color: #fff;
  border-bottom: 1px solid #f8971d;
  width: 50%;
  display: inline-block;
  float: left;
}
.instaStart li:nth-child(even) {
  background: #d28421;
  padding: 15px 30px;
  color: #fff;
  border-bottom: 1px solid #f8971d;
  width: 50%;
  display: inline-block;
  float: left;
}
.instaStart li i {
  padding-right: 10px;
}
#instantStart .para {
  width: 50%;
  /* float:left; */
  clear: both;
  margin-top: 15px !important;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  float: left;
  width: 100%;
}
/* Success Stories */
#sellerStorieBanner {
  margin-top: 50px;
}
.success-item {
}
.success-item .section {
  width: 100%;
  float: left;
}
.success-item .section:nth-child(2) {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.success-item .img-box {
  float: left;
  width: 50%;
}
/*.success-item .img-box:after {
	content: '';
	margin-bottom: -10px;
	clear: both;
	height: 50px;
	width: 1px;
	background: #dadada;
	float: left;
	margin-left: 30px;
}*/
.success-item .text-area {
  float: left;
  width: 50%;
}
.success-item .text-area .rate {
  background: url(../images/successtories/rate-bg.png) no-repeat;
  float: left;
  width: 100%;
  width: 40px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  margin-left: 30px;
}
.success-item .text-area .name {
  font-size: 18px;
  font-weight: 500;
  margin-left: 30px;
  margin-top: 10px;
}
/* Download App */

#downlaodApp {
  background: url(../images/downloadapp/bg.jpg) no-repeat;
  -o-background-size: 85% auto;
  -webkit-background-size: 85% auto;
  -moz-background-size: 85% auto;
  background-size: cover;
  margin-bottom: 0;
}
.downloadApp {
  margin: 100px auto;
  text-align: center;
  color: #fff;
  z-index: 9;
  clear: both;
  position: relative;
}
.downloadApp h3 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}
.downloadApp h5 {
  font-size: 18px;
  font-weight: 700;
  color: #ffff;
  margin-top: -10px;
  margin-bottom: 30px;
}
.downloadApp .buttons {
  margin: 0 auto;
}
.downloadApp .buttons ul {
  margin: 0;
}
.downloadApp .buttons ul li {
  display: inline-block;
  margin: 0 10px;
}
#footer {
  margin: 0;
}
.footer-setup {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0;
  float: left;
}
.footer-setup .section {
  margin: 0 auto;
  width: 80%;
  display: inline-block;
}
.lovewithindia {
  margin-top: 30px;
  font-weight: 700;
  font-size: 15px;
}
ul.footer-link {
  margin: 30px auto;
  width: auto;
}
ul.footer-link li {
  /* float:left; */
  display: inline-block;
  padding: 0 10px;
}
ul.footer-link li a {
  color: #9a9a9a;
  display: block;
  font-size: 15px;
}
ul.footer-link li a:hover {
  opacity: 0.5;
}
/*** PAGE STYLE ***/
#page-bg-setting {
  margin-top: 50px;
  margin: 0 auto;
  width: 70%;
  text-align: center;
  z-index: 9999;
  position: relative;
}
#page-bg-setting h3 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 10px;
  margin-top: 50px;
}
#pageInternal {
  padding: 0px !important;
  margin: 0;
  padding-bottom: 50px !important;
}
.page-header {
  background: transparent url(../images/page-internal-bg.jpg) 50% no-repeat;
  height: auto;
  background-size: cover;
  background-position: top;
  position: relative;
}
.page-bg-overlay {
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.5;
  top: 0;
  z-index: 0;
}
#pageSetup {
  padding: 100px 0;
  border-bottom: 1px solid #dadada;
  margin: 0;
}
.breadcrumb {
  list-style: none;
  background-color: transparent;
  margin: 0 auto;
  padding: 0;
  display: inline-table;
}
.breadcrumb li {
  float: left;
  padding: 0;
  color: #dadada;
}
.breadcrumb li a {
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li:after {
  content: "/";
  font-size: 12px;
  color: #dadada;
  padding-right: 10px;
}
.breadcrumb li:last-child:after {
  content: "";
  font-size: 12px;
  padding-right: 0;
}
.box-border {
  border: 1px solid #dadada;
  padding: 30px;
}
.signup-ads {
  background: url(../images/register-bg.jpg);
  width: 100%;
  background-size: cover;
  position: absolute;
  padding-bottom: 50px;
  margin-top: 100px;
}
.signup-ads h2 {
  font-size: 48px;
  font-weight: 700;
  padding: 0 30px 30px;
  color: #fff;
  line-height: 50px;
  position: relative;
}
.signup-ads h3 {
  font-size: 36px;
  font-weight: 500;
  padding: 30px 30px 0;
  color: #fff;
  line-height: 50px;
  position: relative;
}
.signup-ads ul.listing {
  float: left;
  clear: both;
  width: 100%;
  position: relative;
}
.signup-ads ul.listing li {
  padding: 0 30px;
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
  padding-left: 100px;
}
.signup-ads ul.listing li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  padding-right: 15px;
}
.signin-ads {
  background: url(../images/register-bg.jpg);
  width: 100%;
  background-size: cover;
  position: relative;
  padding-bottom: 50px;
  margin-top: 0;
  min-height: 400px;
}
.signin-ads h2 {
  font-size: 48px;
  font-weight: bold;
  padding: 30px;
  color: #fff;
  line-height: 50px;
  position: relative;
}
.signin-ads ul.listing {
  float: left;
  clear: both;
  width: 100%;
  position: relative;
}
.signin-ads ul.listing li {
  padding: 0 30px;
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
  padding-left: 100px;
}
.signin-ads ul.listing li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  padding-right: 15px;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  border: none;
  padding-bottom: 25px;
  margin-top: 15px;
}
.input-group-addon {
  padding: 6px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #f8971d;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #cdd2dd;
  border-radius: 4px;
  padding-bottom: 10px;
}
.forgot-link {
  color: #f8971d;
  text-decoration: underline;
  padding: 10px 0;
  display: inline-block;
}
.forgot-link:hover {
  text-decoration: none;
}
.link {
  color: #f8971d;
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}
/* Accordion Style */
#CourierRate {
  margin: 0 auto;
}
#StyleAccordion .panel {
  margin-top: 5px;
  margin-bottom: 30px;
  border-radius: 0;
}
#StyleAccordion .panel-title > a[aria-expanded]:before {
  background: url(../images/aria-expanded-active.png);
  width: 30px;
  height: 30px;
  float: right;
  content: "";
  margin-top: 10px;
}
#StyleAccordion .panel-title > a[aria-expanded="true"]:before {
  background: url(../images/aria-expanded-deactive.png);
  float: right;
  content: "";
  color: #f8971d;
}
#StyleAccordion .panel-heading {
  display: block;
  background: transparent;
  border: 1px solid #dadada;
  padding: 15px 30px;
  border-radius: 0;
}
#StyleAccordion .panel-heading[aria-expanded="false"] {
  background: url(../images/aria-expanded-active.png) no-repeat 97%;
  border: 1px solid #dadada;
  cursor: pointer;
}
#StyleAccordion .panel-heading[aria-expanded="true"] {
  background: url(../images/aria-expanded-deactive.png) no-repeat 97%;
  border: 1px solid #f8971d;
  cursor: pointer;
}
#StyleAccordion .panel-heading .panel-toggle {
  font-size: 18px;
  font-weight: 700;
  line-height: 300%;
}
#StyleAccordion .collapse.in {
  padding: 0 30px;
  border-bottom: none;
}
#StyleAccordion .panel-body {
  /* padding: 15px 30px; */
  border: 1px solid #f8971d !important;
  border-top: 1px solid #fff !important;
  margin-top: -1px;
  padding: 0 30px;
}
#StyleAccordion .panel-inner h3 {
  text-transform: capitalize;
  font-size: 24px;
  margin-bottom: 30px;
}
#StyleAccordion .panel-inner h4 {
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 10px;
}
#StyleAccordion .panel-inner h5 {
  background: #f8971d;
  padding: 15px;
  color: #fff;
  font-size: 15px;
  margin-bottom: 30px;
}
#StyleAccordion .panel-inner p {
  font-size: 15px;
  margin-bottom: 20px;
  margin-bottom: 30px;
}
#StyleAccordion .panel-inner .section {
  float: left;
  width: 100%;
}
#StyleAccordion .panel-inner .section:last-child {
  margin-bottom: 30px;
}
.StyleAccordion {
  margin: 0 auto;
}
.StyleAccordion .panel {
  margin-top: 5px;
  margin-bottom: 30px;
  border-radius: 0;
}
.StyleAccordion .panel-title > a[aria-expanded]:before {
  background: url(../images/aria-expanded-active.png);
  width: 30px;
  height: 30px;
  float: right;
  content: "";
  margin-top: 10px;
}
.StyleAccordion .panel-title > a[aria-expanded="true"]:before {
  background: url(../images/aria-expanded-deactive.png);
  float: right;
  content: "";
  color: #f8971d;
}
.StyleAccordion .panel-heading {
  display: block;
  background: transparent;
  border: 1px solid #dadada;
  padding: 15px 30px;
  border-radius: 0;
}
.StyleAccordion .panel-heading[aria-expanded="false"] {
  background: url(../images/aria-expanded-active.png) no-repeat 97%;
  border: 1px solid #dadada;
  cursor: pointer;
}
.StyleAccordion .panel-heading[aria-expanded="true"] {
  background: url(../images/aria-expanded-deactive.png) no-repeat 97%;
  border: 1px solid #f8971d;
  cursor: pointer;
}
.StyleAccordion .panel-heading .panel-toggle {
  font-size: 18px;
  font-weight: 700;
  line-height: 300%;
}
.StyleAccordion .collapse.in {
  padding: 0 30px;
  border-bottom: none;
}
.StyleAccordion .panel-body {
  /* padding: 15px 30px; */
  border: 1px solid #f8971d !important;
  border-top: 1px solid #fff !important;
  margin-top: -1px;
  padding: 0 30px;
}
.StyleAccordion .panel-inner h3 {
  text-transform: capitalize;
  font-size: 24px;
  margin-bottom: 30px;
}
.StyleAccordion .panel-inner h4 {
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 10px;
}
.StyleAccordion .panel-inner h5 {
  background: #f8971d;
  padding: 15px;
  color: #fff;
  font-size: 15px;
  margin-bottom: 30px;
}
.StyleAccordion .panel-inner p {
  font-size: 15px;
  margin-bottom: 20px;
  margin-bottom: 30px;
}
.StyleAccordion .panel-inner .section {
  float: left;
  width: 100%;
}
.StyleAccordion .panel-inner .section:last-child {
  margin-bottom: 30px;
}
#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}
.btn-header {
  background-color: transparent;
  border: 1px solid #fff;
  color: #000;
  font-weight: 500;
  padding: 7px 20px;
  margin-top: 20px;
  font-size: 15px;
  border-radius: 30px;
}
.btn-header .icon {
  margin-right: 20px;
}
.btn-header:before {
  background-color: #fff !important;
  border-radius: 30px;
  color: #f8971d !important;
  border: none;
}
.btn-header:hover,
.btn-header:active,
.btn-header:focus {
  color: #fff;
  background: #f8971d;
}
nav.theme-menu ul.nav > li > a.btn-header {
  padding: 5px 30px !important;
  background: transparent;
}
.theme-menu li a.btn-header:after {
  margin: 0 !important;
}
.theme-menu li a.btn-header:after {
}
.search-area {
  margin: 0 auto;
}
.color-box {
  border: 1px solid #f8971d;
  float: left;
  width: 100%;
  padding: 20px 15px;
  margin-bottom: 30px;
  background: #fffcf8;
}
.color-box h3 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.white-box {
  border: 1px solid #dadada;
  float: left;
  width: 100%;
  padding: 20px 15px;
  margin-bottom: 30px;
  background: #fff;
}
.white-box h3 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.grey-box {
  float: left;
  width: 100%;
  padding: 20px 15px;
  margin-bottom: 30px;
  background: #f3f3f3;
  text-align: center;
}
.check-your-pincode {
  width: 70%;
  margin: 0 auto;
}
.list {
  padding: 0;
  float: left;
  margin-top: 30px;
}
.list li {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  list-style-position: outside;
  padding-left: 30px;
}
.list li i {
  color: #f8971d;
  font-size: 14px;
  float: left;
  margin-left: 0px;
  position: absolute;
  left: 0;
  top: 5px;
}
.w80 {
  width: 80%;
  margin: 0 auto;
}
#box-blocks {
}
.box-block {
}
.box-block .title {
  float: left;
  background: #f3f3f3;
  width: 100%;
  padding: 10px;
  text-align: center;
}
.box-block .title img {
  /* float:left; */
  height: 30px;
}
.box-block .title .name {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  /* float:left; */
  margin-left: 15px;
  display: inline-block;
}
.yes-sign {
  background: url(../images/yes-ic.png);
  /*	float: right;*/
  width: 25px;
  height: 25px;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.no-sign {
  background: url(../images/no-ic.png);
  /*	float: right;*/
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 25px;
  height: 25px;
  background-size: contain;
}
.hilight-block {
  float: left;
  width: 100%;
}
.hilight-block h3 {
  font-size: 18px;
  float: left;
  width: 100%;
  font-weight: 500;
  /* margin-bottom:  30px; */
  text-align: left;
  margin: 0;
}
.hilight-block h3 .number {
  border-radius: 50%;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  float: left;
  font-size: 18px;
  line-height: 27px;
  background: #f8971d;
  border: 1px solid #f8971d;
  color: #fff;
  text-align: center;
}
.bord-round-only {
  background: transparent !important;
  color: #000000 !important;
  border-color: #000000 !important;
}
.hilight-block p {
  margin-top: 10px;
  float: left;
  width: 100%;
}

.card {
  border: 1px solid #d5d5d5;
  border-radius: 16px;
  -webkit-box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  position: relative;
  will-change: transform;
  background-color: #f5f5f5;
  text-align: center;
  padding-bottom: 2rem;
}
/* .card:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background-color: #57e2b2;
  transition: 0.5s;
} */
.card:hover {
  transform: scale(1.05);
  -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
}
.card:hover:after {
  width: 100%;
}
.card .card-header {
  background-color: #f5f5f5;
  border-bottom: 1px solid #d5d5d5;
  border-radius: 16px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-bottom: 10px;
}
.card .card-title {
  margin-bottom: 1rem;
}
.card .card-block {
  padding-top: 0;
}
.card-block ul li {
  border: 0px;
  padding: 0.25rem;
  color: #333;
  font-weight: 400;
}

.display-1 {
  font-size: 2.5rem;
  letter-spacing: 1px;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 5px;
  color: #f8971d;
}

.display-2 {
  font-size: 5rem;
}
.display-2 .currency {
  font-size: 2.75rem;
  position: relative;
  font-weight: 400;
  top: -12px;
  letter-spacing: 6px;
}
.display-2 .period {
  font-size: 2rem;
  letter-spacing: 0px;
  font-weight: 600;
}
.col-centered {
  float: none;
  margin: 0 auto;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #000;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
}
.nav-pills > li + li {
  margin-left: 20px;
}
.nav-pills > li {
  float: left;
  width: 22%;
  text-align: center;
}
.nav-pills > li > a {
  border-radius: 10px;
  background-color: #f5f5f5;
}
