@font-face {
  font-family: "Humanst521";
  src: url("../fonts/Humanst521 BT Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: "Humanst521";
  src: url("../fonts/Humanst521 Lt BT Light Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Humanst521";
  src: url("../fonts/Humanst521 BT Bold Italic.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Humanst521", sans-serif;
  position: relative;
  font-style: italic;
  font-size: 22px;
  line-height: 29px;
}

img {
  width: 100%;
}

a {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #544b1d;
}

a:active,
a:focus,
a:hover {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333;
}

p, li {
  color: #555;
}

section {
  padding: 100px 0;
  position: relative;
}

@media (max-width: 500px) {
  section {
    padding: 60px 0;
  }
}
.btn {
  color: #fff;
  background-color: #544b1d;
  border: 2px solid #544b1d;
  text-transform: uppercase;
  padding: 16px 45px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 15px;
  border-radius: 3px;
  font-family: "Humanst521", sans-serif;
  transition: all 0.3s ease-in-out;
}

.btn:hover {
  color: #544b1d;
  border-radius: 50px;
  background-color: transparent;
  border: 2px solid #544b1d;
  box-shadow: 2px 8px 15px rgba(0, 0, 0, 0.3);
}

.title-h {
  font-size: 65px;
  font-weight: 400;
  line-height: 65px;
  padding-bottom: 0px;
  margin-bottom: 20px;
  letter-spacing: 0px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .title-h {
    font-size: 43px;
    letter-spacing: 0px;
    line-height: 43px;
  }
}

.little-h {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  padding-bottom: 0px;
  margin-bottom: 10px;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-top: 0;
  color: #544b1d;
}
@media (max-width: 991px) {
  .little-h {
    letter-spacing: 3px;
    font-size: 16px;
  }
}

.title-p {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 10px;
  margin-top: 10px;
  color: #444;
}

@media (max-width: 991px) {
  .title-p {
    font-size: 21px;
    line-height: 28px;
  }
}
.inner-h {
  font-family: "Humanst521", sans-serif;
  font-weight: 600;
  margin-top: 30px;
  font-size: 33px;
}

.back-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 992px) {
  .desctop-view {
    display: none;
  }
}
.mobile-view {
  display: none !important;
}
@media (max-width: 991px) {
  .mobile-view {
    display: block !important;
  }
}

/******navbar start*******/
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 14px;
    background-color: transparent;
  }
  .navbar-toggle .svg-inline--fa {
    color: #333;
  }
}
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #eee;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    background: #fff !important;
    border-bottom: solid 1px none;
  }
}

.navbar {
  min-height: 73px;
}
@media (max-width: 991px) {
  .navbar {
    min-height: auto;
  }
}

.navbar-brand {
  padding: 2px 10px 2px 4px;
  height: auto;
}
@media (max-width: 1190px) {
  .navbar-brand {
    padding: 4px 0px 0px 10px;
  }
}

.navbar-brand img {
  width: auto;
  height: 50px;
  margin-top: 12px;
}
@media (max-width: 1190px) {
  .navbar-brand img {
    height: 38px;
    margin-top: 8px;
  }
}

.caret {
  margin-left: 4px;
}

nav.navbar.bootsnav.no-background {
  background-color: transparent;
}

@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    color: #333 !important;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    font-family: "Humanst521", sans-serif;
    text-transform: uppercase;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Humanst521", sans-serif;
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px;
  }
  nav.navbar.bootsnav .btn {
    margin-left: 0px !important;
  }
}
@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: rgba(255, 255, 255, 0.97);
    border: solid 1px #ccc;
    border-top: 5px solid #544b1d;
    margin-top: 0px;
    width: 260px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-family: "Humanst521", sans-serif;
    text-transform: uppercase;
    padding: 16px 16px 16px 13px;
    font-weight: 500;
    font-size: 19px;
    margin: 15px 0 12px 0;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #544b1d;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0);
  }
  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);
  }
  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 9px 10px;
    border-bottom: solid 1px #ecf1f8;
    color: #333;
    font-weight: 400;
    font-size: 16px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    background-color: rgba(248, 243, 237, 0.5);
  }
}
nav.navbar.bootsnav .btn {
  margin-top: 14px;
  text-transform: none;
  font-size: 19px;
  letter-spacing: 0px;
  padding: 11px 30px;
  margin-right: 15px;
  margin-left: 8px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Humanst521", sans-serif;
  box-shadow: none;
}
@media (max-width: 1050px) {
  nav.navbar.bootsnav .btn {
    padding: 9px 8px;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .btn {
    display: none;
  }
}

nav.navbar-fixed.bootsnav .btn {
  color: #333 !important;
  background-color: transparent !important;
  border: 2px solid #333;
}

nav.no-background.bootsnav .btn {
  color: #fff !important;
  background-color: transparent !important;
  border: 2px solid #fff;
}

nav.bootsnav .btn:hover {
  color: #fff !important;
  background-color: #544b1d !important;
  border-color: #544b1d;
}

@media (max-width: 991px) {
  #navbar-menu > ul > li.dropdown.on > ul > li > a {
    color: #333;
    line-height: 34px;
    font-weight: 400;
    font-size: 19px;
  }
  #navbar-menu > ul > li.dropdown.on > ul {
    list-style: none;
    padding-left: 10px;
  }
}
nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none !important;
}

nav.no-background.bootsnav .logo1 {
  display: inline-block !important;
}

nav.navbar-fixed.bootsnav .logo1 {
  display: none;
}

nav.no-background.bootsnav .logo2 {
  display: none !important;
}

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block;
}

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important;
  }
  nav.no-background.bootsnav .logo2 {
    display: inline-block !important;
  }
  nav.navbar-fixed.bootsnav .logo1 {
    display: none;
  }
  nav.navbar-fixed.bootsnav .logo2 {
    display: inline-block !important;
  }
}
nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 50px;
  margin-top: 13px;
}

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 55px;
    width: auto;
    margin-top: 0;
  }
}
/******navbar end**********/
/******************************/
.home-showcase {
  overflow: hidden;
  position: relative;
}
.home-showcase .back {
  background-color: rgba(26, 26, 26, 0.6);
  z-index: 2;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 991px) {
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide {
    height: 90vh;
  }
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image {
  padding: 0;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image {
    height: 90vh;
  }
}

.text-container {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 35vh;
  width: 85%;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .text-container {
    width: 90%;
    top: 150px;
  }
}
.text-container h1 {
  font-size: 45px;
  line-height: 46px;
}
@media (max-width: 768px) {
  .text-container h1 {
    font-size: 32px;
    line-height: 34px;
  }
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .bigTitle {
  color: #fff;
  text-shadow: rgba(33, 33, 33, 0.1294117647) 0px 0px 5px;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .bigTitle h2 {
  color: #fff;
  font-family: "Humanst521", sans-serif;
  font-weight: 300;
}
@media (max-width: 991px) {
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .bigTitle h2 {
    font-size: 23px;
    line-height: 28px;
  }
}

.home-showcase .home-showcaseSlider .swiper-pagination-bullet {
  width: 28px;
  border-radius: 50px;
  height: 3px;
  background-color: #fff;
  opacity: 1;
  transition: width 0.8s ease-in-out, 0.4s ease-in-out;
  margin: 0 4px !important;
}

.home-showcase .home-showcaseSlider .swiper-pagination-bullet-active {
  width: 80px;
  background-color: #544b1d;
}

@media (min-width: 1024px) {
  .home-showcase .home-showcaseSlider {
    display: block;
  }
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide {
    height: 100vh;
  }
  .home-showcase .home-showcaseSlider .swiper-pagination {
    position: absolute;
    top: calc(100vh - 60px);
    right: 0;
    left: 0;
    padding: 20px 0px;
    text-align: center;
  }
}
.bottom-text {
  position: absolute;
  z-index: 16;
  width: 100%;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.bottom-text h2, .bottom-text h3 {
  color: #fff;
  margin-bottom: 0;
  margin-top: 5px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .bottom-text h2 {
    font-size: 26px;
  }
}
.bottom-text h3 {
  font-size: 20px;
}
@media (max-width: 768px) {
  .bottom-text span {
    display: block;
  }
}

/*******feature start******/
@media (max-width: 768px) {
  .bigTitle span, .bigTitle h2 {
    display: block;
  }
}

@media (max-width: 768px) {
  .copyright span {
    display: block;
    color: #222;
    height: 1px;
  }
}

@media (max-width: 768px) {
  .navbar-text-logo span {
    display: block;
  }
}

.scroll-img {
  width: 74vw;
  position: absolute;
  top: 100px;
  margin-left: 13vw;
}
@media (max-width: 768px) {
  .scroll-img {
    width: 98vw;
    margin-left: 1vw;
  }
}

.slide-3 {
  font-size: 36px;
  line-height: 41px;
}
@media (max-width: 1350px) {
  .slide-3 {
    font-size: 25px;
    line-height: 27px;
    margin: 0px 30px 0 30px;
  }
}
@media (max-width: 768px) {
  .slide-3 {
    font-size: 22px;
    line-height: 25px;
    margin: 0px 20px 0 20px;
  }
}

.row-slide h3 {
  background-color: rgba(0, 0, 0, 0.35);
  padding: 30px 10px;
  font-size: 40px;
}
@media (max-width: 768px) {
  .row-slide h3 {
    padding: 15px;
    margin: 4px 0;
    font-size: 27px;
  }
}

.tc-header {
  min-height: 30vh;
  position: relative;
  overflow: hidden;
}

.tc-header .back {
  background: rgba(13, 13, 13, 0.35);
}

.example-image {
  background-size: cover;
  background-position: center;
  height: 280px;
  margin: 5px 5px;
  width: calc(33% - 15px);
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .example-image {
    height: 250px;
    margin: 5px 5px;
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 500px) {
  .example-image {
    height: 220px;
    margin: 5px 0px;
    width: calc(100% - 0px);
  }
}

.copyright {
  background-color: #222;
  padding: 20px 0 10px 0;
  color: #fff;
}
.copyright p, .copyright a {
  color: #fff;
  letter-spacing: 1px;
}

.video iframe {
  height: 350px;
  margin-bottom: 15px;
  width: 100%;
  background-color: #eee;
}
@media screen and (max-width: 600px) {
  .video iframe {
    height: 240px;
  }
}

.video-new iframe {
  height: 550px;
  margin: 50px 0 20px 0;
  width: 100%;
  background-color: #eee;
}
@media screen and (max-width: 600px) {
  .video-new iframe {
    height: 240px;
    margin: 30px 0 10px 0;
  }
}

input, textarea {
  width: 100%;
  display: block;
  padding: 18px 25px;
  font-size: 16px;
  font-weight: 500;
  background-color: #fff;
  background-image: none;
  border-radius: 0px;
  border: 1px solid rgba(133, 118, 46, 0.3);
  margin-bottom: 20px;
  outline: none;
}

::-moz-placeholder {
  font-size: 20px;
}

::placeholder {
  font-size: 20px;
}

.intro-index {
  padding: 65px 0 30px 0;
  background-color: #f9faea;
}

.intro-index h3 {
  font-size: 44px;
  line-height: 60px;
  color: #544a1e;
}

@media (max-width: 768px) {
  .intro-index h3 {
    font-size: 36px;
    line-height: 42px;
  }
}
.fa-quote-left {
  opacity: 0.07;
  font-size: 110px;
  position: absolute;
  top: -20px;
  left: 10px;
  color: #172b4f;
}

.fa-quote-right {
  opacity: 0.07;
  font-size: 110px;
  position: absolute;
  bottom: 35px;
  right: 30px;
  color: #172b4f;
}

.intro-index h5 {
  font-size: 30px;
  margin-top: 40px;
  font-style: italic;
  font-weight: 300;
  opacity: 0.7;
}

@media (max-width: 768px) {
  .fa-quote-left {
    opacity: 0.07;
    font-size: 100px;
    position: absolute;
    top: -50px;
    left: 10px;
  }
  .fa-quote-right {
    opacity: 0.07;
    font-size: 100px;
    position: absolute;
    bottom: 50px;
    right: 10px;
  }
  .intro-index h5 {
    margin-top: 60px;
  }
}
.navbar-text-logo {
  color: #fff;
  font-size: 40px;
  line-height: 28px;
  margin: 20px 0 0 10px;
}
@media (max-width: 991px) {
  .navbar-text-logo {
    font-size: 30px;
    margin: 8px 0 0 10px;
  }
}

nav.navbar-fixed.bootsnav .navbar-text-logo {
  color: #333;
}
@media (max-width: 991px) {
  nav.navbar-fixed.bootsnav .navbar-text-logo {
    color: #333;
  }
}

nav.no-background.bootsnav .navbar-text-logo {
  color: #fff;
}
@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-text-logo {
    color: #333;
  }
}

.new-a {
  color: #335fb5;
  text-decoration: underline;
}

.new-a:hover {
  text-decoration: none;
  color: #335fb5;
}/*# sourceMappingURL=style.css.map */