.flex-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3%;
  padding-bottom: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .97), hsla(0, 0%, 100%, .97)), url('../images/IphoneFavicon.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .97), hsla(0, 0%, 100%, .97)), url('../images/IphoneFavicon.png');
  background-position: 0px 0px, 118% 147%;
  background-size: auto, 400px;
  background-repeat: repeat, no-repeat;
}

.pre-loader-logo {
  width: 250px;
  height: 100px;
  background-image: url('../images/Logo-preloader-grey.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.top-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 12px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .14);
}

.banner-wrapper {
  height: 90vh;
  margin-top: 60px;
}

.hero-slider {
  height: 90vh;
}

.slide-1 {
  display: inline-block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-2 {
  background-image: url('../images/2.1.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 63px;
  padding-left: 63px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .26), transparent);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .26), transparent);
}

.banner-label {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Cinzel, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: right;
  text-transform: none;
}

.banner-label.left-align {
  text-align: left;
}

.banner-text {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  text-align: right;
}

.logo-wrapper {
  width: 200px;
  height: 100%;
  background-image: url('../images/logo-for-site.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.button {
  width: 60%;
}

.learnmore-button {
  margin-top: 10px;
  padding: 7px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .63);
  background-color: hsla(0, 0%, 100%, .25);
  font-family: Cinzel, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.learnmore-button.slide6 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.learnmore-button.bio-button {
  border-color: #c9c9c9;
  background-color: hsla(0, 0%, 100%, .25);
  opacity: 0;
  font-family: Cinzel, sans-serif;
  color: #514639;
  font-size: 11px;
}

.top-nav-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin-right: 13px;
  margin-left: 13px;
  font-family: Quicksand, sans-serif;
  color: #514639;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link.banner-link {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.biography-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding-right: 93px;
  padding-bottom: 50px;
  padding-left: 93px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.menu-link-seperator {
  width: 1px;
  height: 35%;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #909090;
  color: #464242;
}

.menu-link-seperator.banner {
  height: 50%;
  background-color: hsla(0, 0%, 100%, .4);
}

.section-label {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  font-family: Cinzel, sans-serif;
  color: #514639;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.section-label.bio {
  margin-bottom: 4px;
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  color: #514639;
}

.section-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  padding: 30px 30px 30px 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.right-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.left-image {
  width: 300px;
  height: 400px;
  margin-right: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/DSC_0686.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transform: translate(-10%, 0px);
  -ms-transform: translate(-10%, 0px);
  transform: translate(-10%, 0px);
}

.bio-para {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
  font-family: Quicksand, sans-serif;
  color: #514639;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 50%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(0, 0, 0, .73);
}

.inline.slide6 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.banner-menu {
  position: absolute;
  left: 0px;
  top: 60px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding-right: 28px;
  padding-left: 28px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.neerj-name {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
}

.banner-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.videos-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75vh;
  padding-top: 65px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.video-gallery-wrapper {
  margin-top: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

.video-galler-slider {
  height: auto;
  background-color: transparent;
}

.video-slider-mask {
  height: auto;
  padding-right: 69px;
  padding-left: 69px;
}

.video-slider-1 {
  width: 50%;
  height: 120vh;
  min-height: 110px;
  padding-top: 19px;
  padding-bottom: 19px;
}

.video-slider-2 {
  width: 50%;
  height: 120vh;
  padding-top: 19px;
  padding-bottom: 19px;
}

.video-slider-3 {
  width: 50%;
  height: 120vh;
  padding-top: 19px;
  padding-bottom: 19px;
}

.video-slider-4 {
  width: 50%;
  height: 120vh;
  padding-top: 19px;
  padding-bottom: 19px;
}

.div-block {
  height: 100%;
  margin-right: 20px;
  margin-left: 10px;
  padding-bottom: 30px;
  background-color: #fff;
}

.video-1-lightbox {
  width: 100%;
}

.video-lightbox-thumbnail {
  width: 100%;
}

.video-text {
  margin-top: 30px;
  margin-right: 12px;
  margin-left: 12px;
  font-family: Cinzel, sans-serif;
  color: #514639;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.right-arrow {
  background-color: hsla(0, 0%, 100%, .93);
  color: #222020;
}

.left-arrow {
  background-color: hsla(0, 0%, 100%, .93);
  color: #000;
}

.html-embed {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  color: transparent;
}

.slide--3 {
  background-image: url('../images/1.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/5_1.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/5.JPG');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/6.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-nav {
  display: none;
}

.gallery-section {
  position: relative;
  padding-top: 30px;
  padding-bottom: 100px;
  background-color: #fff;
}

.image-gallery-wrapper {
  margin-top: 50px;
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

.img-gallery-lb-link {
  width: 400px;
}

.about-para {
  width: 60%;
  margin-top: 10px;
  padding-right: 13px;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  text-align: center;
}

.about-para.main {
  width: 75%;
  margin-bottom: 31px;
  font-family: Cinzel, sans-serif;
  color: #747272;
  font-size: 13px;
  line-height: 18px;
}

.neeraj-name-preloader {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Peignot, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
  cursor: pointer;
}

.desig-preloader {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Peignot, sans-serif;
  color: #747272;
  font-size: 18px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
}

.desig-preloader:hover {
  color: #000;
}

.desig-preloader.founder {
  font-size: 15px;
  cursor: pointer;
}

.desig-preloader.click-link {
  font-size: 12px;
  line-height: 14px;
  cursor: s-resize;
}

.pre-loader-linkblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.84;
  -webkit-transition: all 200ms cubic-bezier(.95, .05, .795, .035);
  transition: all 200ms cubic-bezier(.95, .05, .795, .035);
  text-decoration: none;
}

.pre-loader-linkblock:hover {
  opacity: 1;
  color: #000;
}

.pre-loader-linkblock.founder {
  margin-top: 16px;
  margin-bottom: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #747272;
  cursor: pointer;
}

.pre-loader-linkblock.founder:hover {
  color: #000;
}

.video-date {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cinzel, sans-serif;
  color: #db9f1f;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.social-media-icon {
  width: 25px;
  height: 25px;
  margin-left: 13px;
  border-radius: 100px;
  background-color: #e7e7e7;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 83%, .2), hsla(0, 0%, 83%, .2)), url('../images/facebook.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 83%, .2), hsla(0, 0%, 83%, .2)), url('../images/facebook.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 18px;
  background-repeat: repeat, no-repeat;
}

.social-media-icon:hover {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 83%, .35), hsla(0, 0%, 83%, .35)), url('../images/facebook.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 83%, .35), hsla(0, 0%, 83%, .35)), url('../images/facebook.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 20px;
  background-repeat: repeat, no-repeat;
}

.social-media-icon.gplus {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 83%, .2), hsla(0, 0%, 83%, .2)), url('../images/Googleplus-icon.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 83%, .2), hsla(0, 0%, 83%, .2)), url('../images/Googleplus-icon.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 19px;
  background-repeat: repeat, no-repeat;
}

.social-media-icon.gplus:hover {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 83%, .35), hsla(0, 0%, 83%, .35)), url('../images/Googleplus-icon.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 83%, .35), hsla(0, 0%, 83%, .35)), url('../images/Googleplus-icon.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 19px;
  background-repeat: repeat, no-repeat;
}

.social-media-icon.twitter {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 83%, .2), hsla(0, 0%, 83%, .2)), url('../images/8800.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 83%, .2), hsla(0, 0%, 83%, .2)), url('../images/8800.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 16px;
  background-repeat: repeat, no-repeat;
}

.social-media-icon.footer-link {
  margin-top: 5px;
  margin-right: 10px;
  margin-left: 0px;
}

.social-media-icon.instagram {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 83%, .2), hsla(0, 0%, 83%, .2)), url('../images/instagram-black.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 83%, .2), hsla(0, 0%, 83%, .2)), url('../images/instagram-black.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 15px;
  background-repeat: repeat, no-repeat;
}

.social-media-icon.linkedin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 83%, .2), hsla(0, 0%, 83%, .2));
  background-image: linear-gradient(180deg, hsla(0, 0%, 83%, .2), hsla(0, 0%, 83%, .2));
  font-family: 'Fontawesome webfont', sans-serif;
  color: #202020;
  text-decoration: none;
}

.social-media-icon.linkedin.footer-link {
  font-size: 16px;
}

.video-para {
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Quicksand, sans-serif;
  color: #514639;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: justify;
}

.image-slider {
  height: auto;
  background-color: transparent;
}

.image-slider-mask {
  height: auto;
  padding-right: 52px;
  padding-left: 40px;
}

.img-slide {
  width: 25%;
  height: auto;
  margin-right: 2px;
  margin-left: 2px;
}

.right-arrow-2 {
  width: 36px;
  background-color: hsla(0, 0%, 100%, .9);
  color: #000;
}

.left-arrow-2 {
  width: 36px;
  background-color: hsla(0, 0%, 100%, .9);
  color: #000;
}

.arrow-icon {
  font-size: 24px;
}

.slide-nav-2 {
  display: none;
}

.elements-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 22px;
  padding-left: 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

.elements-wrapper.preload {
  margin-bottom: 23px;
  opacity: 1;
}

.line-element {
  width: 40px;
  height: 1px;
  background-color: #514639;
}

.line-element.preload {
  width: 20px;
  background-color: #747272;
}

.circle-element {
  width: 8px;
  height: 8px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50px;
  background-color: #514639;
}

.circle-element.preload {
  width: 4px;
  height: 4px;
  background-color: #747272;
}

.small-line {
  width: 1px;
  height: 25px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #747272;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f6f6f6;
}

.long-line {
  width: 0px;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 20px;
  background-color: #8f8f8f;
}

.footer-wrapper-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 68px;
  padding-left: 26px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footer-wrapper-2 {
  margin-top: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 45px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #fff;
}

.footer-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  margin-bottom: 7px;
  padding-right: 21px;
  padding-left: 21px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 150px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-image: url('../images/Final-Logo-13-May-17.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.44;
}

.footer-link-text {
  padding-right: 4px;
  padding-left: 4px;
  font-family: Cinzel, sans-serif;
  color: #747272;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.footer-link-text.subscribe {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.footer-link-text.footer-2 {
  font-size: 11px;
}

.footer-subscribe-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: center;
}

.contact-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-label {
  margin-bottom: 10px;
  font-family: Cinzel, sans-serif;
  color: #747272;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.contact-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.input-field {
  width: 100%;
  margin-bottom: 0px;
  margin-left: 9px;
  border-style: solid;
  border-color: #dfdfdf;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  background-color: transparent;
  font-family: Cinzel, sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.submit-button {
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #e2e2e2;
  font-family: Cinzel, sans-serif;
  color: #514639;
  font-size: 16px;
  font-weight: 400;
}

.submit-button:hover {
  background-color: #fff;
}

.footer2-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.adore-int-icons {
  width: 48px;
  height: 21px;
  margin-left: 10px;
  background-image: url('../images/symbols_gold_on_white_bevelled.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.gallery-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}

.videosection-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.about-neeraj-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding: 50px 14px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.neeraj-img {
  position: relative;
  overflow: visible;
  width: 225px;
  height: 225px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border: 4px solid #fff;
  border-radius: 200px;
  background-image: url('../images/DSC_0686.JPG');
  background-position: 50% 22%;
  background-size: cover;
  background-repeat: no-repeat;
}

.neeraj-para {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: -99px;
  padding: 118px 25px 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #f1f1f1;
  font-family: Quicksand, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: justify;
}

.neeraj-para.second {
  width: 100%;
  padding-right: 39px;
  padding-left: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.important-text {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  font-family: Cinzel, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.mobile-menu {
  display: none;
}

.preloader-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 9px;
}

html.w-mod-js *[data-ix="preloader-hidden"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="hide-preloader"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hide-preloader-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="link-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="link-load-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="link-load-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="link-load-4"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="preloader-hidden-element"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="preloader-hidden-element-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="preloader-hidden-element-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="flexbox-hidden"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="slider-element-hidden"] {
  opacity: 0;
  -webkit-transform: translate(48px, 0px);
  -ms-transform: translate(48px, 0px);
  transform: translate(48px, 0px);
}

@media (max-width: 991px) {
  .banner-label {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 22px;
  }
  .biography-section {
    padding-right: 63px;
    padding-bottom: 75px;
    padding-left: 63px;
  }
  .section-label.bio {
    margin-top: -11px;
    opacity: 1;
    font-size: 30px;
  }
  .right-content {
    width: 65%;
  }
  .left-image {
    height: 350px;
    margin-right: 20px;
    opacity: 1;
  }
  .bio-para {
    line-height: 18px;
  }
  .inline {
    width: 45%;
  }
  .videos-section {
    padding-top: 50px;
  }
  .video-slider-1 {
    height: 90vh;
    padding-top: 12px;
  }
  .video-slider-2 {
    height: 90vh;
    padding-top: 12px;
  }
  .video-slider-3 {
    height: 90vh;
    padding-top: 12px;
  }
  .video-slider-4 {
    height: 90vh;
    padding-top: 12px;
  }
  .video-text {
    font-size: 12px;
    line-height: 14px;
  }
  .video-para {
    font-size: 12px;
    line-height: 16px;
  }
  .neeraj-para {
    width: 99%;
  }
}

@media (max-width: 767px) {
  .top-bar {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
  }
  .banner-text-wrapper {
    padding-right: 14px;
    padding-bottom: 50px;
    padding-left: 14px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .banner-label {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }
  .banner-label.left-align {
    text-align: center;
  }
  .learnmore-button {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
    line-height: 14px;
  }
  .learnmore-button.slide6 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .biography-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .menu-link-seperator.banner.neeraj {
    height: 20px;
    background-color: hsla(0, 0%, 100%, .86);
  }
  .section-label {
    margin-top: 15px;
  }
  .section-label.bio {
    font-size: 28px;
    line-height: 32px;
  }
  .section-content-wrapper {
    margin-top: 54px;
  }
  .bio-para {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 16px;
  }
  .inline {
    width: 90%;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .inline.slide6 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .banner-menu {
    margin-top: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .neerj-name {
    font-size: 20px;
  }
  .neerj-name.mobile-menu-text {
    margin-top: 25px;
    margin-bottom: 26px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: Cinzel, sans-serif;
    font-weight: 400;
    text-align: center;
  }
  .banner-links-wrapper.neeraj {
    height: auto;
    padding-top: 13px;
    padding-bottom: 13px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .videos-section {
    padding-top: 60px;
  }
  .video-slider-1 {
    width: 100%;
  }
  .video-slider-2 {
    width: 100%;
  }
  .video-slider-3 {
    width: 100%;
  }
  .video-slider-4 {
    width: 100%;
  }
  .video-text {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 16px;
  }
  .gallery-section {
    padding-top: 60px;
  }
  .about-para.main {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 12px;
  }
  .social-media-icon.mobile {
    margin-left: 0px;
  }
  .img-slide {
    width: 50%;
  }
  .elements-wrapper.preload {
    margin-bottom: 16px;
  }
  .footer-wrapper-1 {
    padding-right: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .footer-logo-wrapper {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-contact-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footer-link-text {
    text-align: center;
  }
  .contact-1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .contact-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-neeraj-section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .neeraj-para {
    width: 96%;
    padding-top: 106px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .mobile-menu-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 60px;
    padding: 20px 9px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hamburger-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 2px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #514639;
  }
  .mobile-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
    overflow: auto;
    width: 100vw;
    height: auto;
    padding-top: 50px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #514639;
    background-image: -webkit-linear-gradient(270deg, rgba(81, 70, 57, .96), rgba(81, 70, 57, .96)), url('../images/IphoneFavicon.png');
    background-image: linear-gradient(180deg, rgba(81, 70, 57, .96), rgba(81, 70, 57, .96)), url('../images/IphoneFavicon.png');
    background-position: 0px 0px, -168% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    opacity: 1;
  }
  .mobile-menu-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 120px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-image: url('../images/Logo-preloader.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .menu-link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .mobile-menu-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, .41);
    font-family: Cinzel, sans-serif;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
  }
  .mobile-menu-separator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 1px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    color: #fff;
  }
  .mobile-menu-separator.close {
    width: 15px;
  }
  .mobile-menu-close-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .text-block {
    padding-right: 6px;
    padding-left: 6px;
    font-family: Cinzel, sans-serif;
    color: #fff;
  }
  .mobile-menu-sm-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    padding-top: 11px;
    padding-bottom: 11px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menu-line {
    width: auto;
    height: 2px;
    margin-bottom: 6px;
    background-color: #000;
  }
  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 479px) {
  .pre-loader-logo {
    width: 200px;
  }
  .top-bar {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero-slider {
    height: 80vh;
  }
  .slide-1 {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/3.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/3.jpg');
    background-position: 0px 0px, -3px 0px;
  }
  .slide-2 {
    background-position: -11px 0px;
  }
  .banner-label.left-align {
    font-size: 12px;
    line-height: 14px;
  }
  .logo-wrapper.w--current {
    width: 200px;
  }
  .nav-link.banner-link {
    margin-right: 3px;
    margin-left: 3px;
    font-size: 10px;
    line-height: 14px;
  }
  .biography-section {
    padding-bottom: 0px;
  }
  .section-label {
    font-size: 28px;
    line-height: 32px;
  }
  .section-content-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .right-content {
    width: 100%;
    margin-top: 27px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .left-image {
    width: 100%;
    height: 350px;
    margin-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .neerj-name {
    font-size: 14px;
    line-height: 16px;
  }
  .banner-links-wrapper.neeraj {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .div-block {
    margin-right: 10px;
  }
  .video-text {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 12px;
    line-height: 13px;
  }
  .right-arrow {
    width: 45px;
    font-size: 12px;
    line-height: 14px;
  }
  .left-arrow {
    width: 45px;
    font-size: 12px;
    line-height: 14px;
  }
  .slide--3 {
    background-position: -2px 0px;
  }
  .slide-4 {
    background-position: -142px 0px;
  }
  .slide-6 {
    background-position: -405px 0px;
  }
  .about-para.main {
    width: 90%;
    font-size: 10px;
  }
  .neeraj-name-preloader {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 2px;
  }
  .desig-preloader {
    font-size: 13px;
    text-align: center;
    letter-spacing: 1px;
  }
  .desig-preloader.founder {
    font-size: 12px;
  }
  .pre-loader-linkblock {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .video-para {
    padding-right: 0px;
    padding-left: 0px;
    line-height: 14px;
  }
  .img-slide {
    width: 100%;
  }
  .elements-wrapper.preload {
    margin-top: 7px;
  }
  .small-line {
    width: 25px;
    height: 1px;
    margin-top: 0px;
    margin-right: 6px;
    margin-left: 6px;
    background-color: #bdbdbd;
  }
  .footer-wrapper-1 {
    padding-right: 9px;
    padding-left: 9px;
  }
  .footer-link-text {
    padding-right: 2px;
    padding-left: 2px;
    font-size: 12px;
    line-height: 18px;
  }
  .footer-link-text.subscribe {
    font-size: 10px;
    line-height: 14px;
  }
  .footer-link-text.footer-2 {
    font-size: 9px;
  }
  .footer-label {
    font-size: 16px;
    line-height: 18px;
  }
  .contact-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .input-field {
    margin-bottom: 4px;
    margin-left: 0px;
  }
  .submit-button {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .about-neeraj-section {
    padding-right: 5px;
    padding-left: 5px;
  }
  .neeraj-img {
    width: 120px;
    height: 120px;
    border-width: 2px;
  }
  .neeraj-para {
    width: 100%;
    margin-top: -58px;
    padding-top: 57px;
    padding-right: 11px;
    padding-left: 11px;
  }
  .important-text {
    padding-bottom: 3px;
    font-size: 20px;
  }
  .mobile-menu {
    padding-top: 30px;
    padding-right: 6px;
    padding-left: 6px;
    opacity: 1;
  }
  .menu-link-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mobile-menu-link {
    margin-bottom: 10px;
  }
  .preloader-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Peignot';
  src: url('../fonts/Peignot.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}