
/**************************************

=============TABLE OF CONTENT==========
 - Basic
 - Buttons
 - Top bar
 - Main navigation
 - Sliders
 - Icon boxes
 - Team members
 - Progress bars
 - Pricing Tables
 - Portfolio
 - Blog
 - Pagination
 - Footer
 - Hero parallax
 - Contact
 - Modal Popup
 - Video hero
 - Responsive
***************************************/
/*
Base csss
*/
html, body {
  height: 100%;
}

body {
  font-family: 'Lato', sans-serif;
  background: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5rem;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #888;
}

a, button {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

a {
  color: #bfa67a;
}
a:hover {
  color: #aeaeae;
}

a, a:hover, a:focus, button:hover, button:focus {
  outline: 0 !important;
  text-decoration: none;
}

blockquote {
  font-style: normal;
  font-weight: 400;
}
blockquote p {
  font-weight: 400;
}

button:focus {
  outline: 0 !important;
}

::-moz-selection {
  background-color: #191b1d;
  color: #fff;
}

::selection {
  background-color: #191b1d;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  margin-top: 0px;
  font-family: "Open Sans Condensed", sans-serif;
  color: #000;
  font-weight: 400;
}

.lead {
  line-height: 1.9rem;
}

button, input, optgroup, select, textarea {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.border-width {
  width: 60px;
  height: 2px;
  background: #bfa67a;
  margin: 10px 0;
}

.overflow-hidden {
  overflow: hidden;
}

.full-wid {
  width: 100%;
}

.no-padd {
  padding: 0px;
}

.no-margin {
  margin: 0px;
}

.center-margin {
  margin: 0 auto;
}

/***spaces**/
.space-10 {
  width: 100%;
  height: 10px;
}

.space-20 {
  width: 100%;
  height: 20px;
}

.space-30 {
  width: 100%;
  height: 30px;
}

.space-40 {
  width: 100%;
  height: 40px;
}

.space-50 {
  width: 100%;
  height: 50px;
}

.space-60 {
  width: 100%;
  height: 60px;
}

.space-70 {
  width: 100%;
  height: 70px;
}

.space-80 {
  width: 100%;
  height: 80px;
}

.space-90 {
  width: 100%;
  height: 90px;
}

.space-100 {
  width: 100%;
  height: 100px;
}

.space-250 {
  width: 100%;
  height: 250px;
}

/**margins**/
.margin-b-10 {
  margin-bottom: 10px;
}

.margin-b-20 {
  margin-bottom: 20px;
}

.margin-b-30 {
  margin-bottom: 30px;
}

.margin-b-40 {
  margin-bottom: 40px;
}

.margin-b-50 {
  margin-bottom: 50px;
}

.skin-bg {
  background-color: #bfa67a;
}

.gray-bg {
  background: #f7f9fa;
}

.form-control, input[type="text"], input[type="email"], textarea {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 0px;
  border-bottom: 2px solid #eee;
}
.form-control:focus, input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-bottom-color: #bfa67a;
}

.dropcap:first-letter {
  font-size: 30px;
  color: #bfa67a;
}

/**********back to top*************/
.scrollToTop {
  text-align: center;
  font-size: 45px;
  background: transparent;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999999;
  display: none;
  opacity: 0.5;
  line-height: 0px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.scrollToTop:hover {
  text-decoration: none;
  opacity: 1;
  color: #000000;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: #fff;
}

#preloader #preloader-inner {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #bfa67a;
  animation: spin 2s linear infinite;
}

#preloader #preloader-inner:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #bfa67a;
  animation: spin 3s linear infinite;
}

#preloader #preloader-inner:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #bfa67a;
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.modal {
  z-index: 99999 !important;
}

.center-img {
  display: block;
  margin: 0 auto;
  text-align: center;
}


.right-img {
  display: block;
  float: right;
  text-align: right;
}

.full-img {
  width: 100%;
  height: auto;
}

blockquote, blockquote p {
  font-weight: 300;
}

.center-title {
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 35px;
}

.center-border {
  width: 100px;
  margin: 0 auto;
  height: 2px;
  background: #f5f5f5;
  position: relative;
  margin-bottom: 20px;
}
.center-border:before {
  content: "";
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #bfa67a;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  top: -3px;
}

.text-color {
  color: #bfa67a;
}

.video-link {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  padding-left: 6px;
  padding-top: 1px;
  text-align: center;
  background-color: #bfa67a;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.video-link i {
  font-size: 40px;
  display: block;
}
.video-link:hover {
  color: #fff;
  background-color: #333;
}

/*
Button style
*/
.btn {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-weight: 500;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-lg {
  padding: 12px 25px;
}

.btn-dark-border {
  border: 1px solid #333;
  color: #333;
}
.btn-dark-border:hover, .btn-dark-border:focus {
  background: #333;
  color: #fff;
}

.btn-skin-border {
  border: 2px solid #000;
  color: #000;
  background-color: transparent;
}
.btn-skin-border:hover, .btn-skin-border:focus {
  background: #000;
  color: #fff;
}

.btn-white-border {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
}
.btn-white-border:hover, .btn-white-border:focus {
  background: #fff;
  color: #333;
}

.btn-dark {
  background-color: #333;
  color: #fff;
}
.btn-dark:hover, .btn-dark:focus {
  background: #bfa67a;
  color: #fff;
}

.btn-skin {
  background-color: #bfa67a;
  color: #fff;
}
.btn-skin:hover, .btn-skin:focus {
  background: #333;
  color: #fff;
}

.btn-link {
  color: #bfa67a;
}
.btn-link:hover {
  color: #999;
}

/*
Top bar style
*/

.top-bar {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  position: absolute;
}

.top-bar ul {
  margin: 0px;
  padding: 0px;
}

.top-bar ul li {
  padding: 0px;
  vertical-align: middle;
}

.top-bar ul li:last-child a {
  border-right: 0px;
}

.top-bar ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0px 10px;
  color: #fff;
  text-align: center;
}

.top-bar ul li a:hover {
  color: #bfa67a;
}

.top-bar ul.top-socials li a {
  font-size: 20px;
  width: auto;
  padding: 0px 3px;
  text-align: center;
}

/*
navigation start
*/
/********navbar fullscreen ***********/
.navbar-light {
  background-color: #FFF;
  border: 0px;
  z-index: 999 !important;
  width: 100%;
  left: 0;
  padding: 10px 0;
  border-bottom: 1px solid #eee;

}

.navbar-nav .nav-link {
  font-size: 15px;
  letter-spacing:0;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Didot", Arial, sans-serif;
}

@media (min-width: 768px) {
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .7rem;
    padding-left: .7rem;
  }
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .open > .nav-link {
  color: #ad9b76;
}

.navbar-default .navbar-brand {
  color: #000 !important;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 25px;
}

.navbar-brand img {
  display: block;
  margin: 0 auto;
}

/*transparent header*/
.transparent-nav.bg-inverse {
  background: transparent !important;
  padding: 10px 0 !important;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 999 !important;
}
.transparent-nav.bg-inverse.shrink {
  background-color: #292b2c !important;
  padding: 0px 0px !important;
}

/**dropdown menu**/
.dropdown-menu > li > a {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 300;
  display: block;
  padding: 8px 20px;
  text-transform: capitalize;
}

/*
Sliders
*/
.flexslider {
  padding: 0;
  margin: 0;
  border: 0px;
  background-color: transparent;
}
.flexslider .slides li h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 14px;
  text-transform: uppercase;
  position: relative;
  font-family: "Open Sans Condensed", sans-serif;
}
.flexslider .slides li p {
  color: #fff;
}

.testi-slider {
  text-align: center;
}
.testi-slider p {
  color: #fff;
  font-style: italic;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin: 20px 0;
  font-family: "Roboto", sans-serif;
  opacity: 0.8;
}
.testi-slider h5 {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 10px;
}
.testi-slider i {
  display: block;
  font-size: 3rem;
  color: #fff;
}

/***home slider**/
.slider-banner {
  position: relative;
}
.slider-banner .slider-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slider-banner .slider-table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.slider-banner .slider-table .slider-vm {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}
.slider-banner .slider-table .slider-vm h1 {
  color: #fff;
  font-size: 3.5rem;
  text-transform: uppercase;
  letter-spacing: 15px;
  font-weight: 400;
}
.slider-banner .slider-table .slider-vm p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
}
.slider-banner .flex-direction-nav a:before {
  content: "";
  display: none;
}

.main-slider:hover .flex-direction-nav .flex-prev {
  left: 0px;
}

.main-slider:hover .flex-direction-nav .flex-next {
  right: 0px;
}

.main-slider .flex-direction-nav a {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  text-shadow: none;
}
.main-slider .flex-direction-nav a i {
  display: block;
}

.main-slider:hover .flex-direction-nav a {
  opacity: 1;
}



/*
icon-boxes
*/
.services-list i {
  float: left;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 35px;
}
.services-list .content {
  overflow: hidden;
}
.services-list li {
  padding: 30px 15px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.services-list li h4 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 2px;
}

.services-list li p {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

.services-list li:hover {
  background-color: #bfa67a;
  border-color: #bfa67a;
  color: #fff;
}
.services-list li:hover h4 {
  color: #fff;
}

.process-box h2 {
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

@media (min-width: 768px) {
  .services-list li:nth-child(1) {
    border-right: 1px solid #eee;
  }

  .services-list li:nth-child(3), .services-list li:nth-child(5) {
    border-right: 1px solid #eee;
  }

  .services-list li:nth-child(1), .services-list li:nth-child(2), .services-list li:nth-child(3), .services-list li:nth-child(4) {
    border-bottom: 1px solid #eee;
  }
}







/*
Tab style
*/
.about-tabs {
  padding-bottom: 0px;
}
.about-tabs li {
  padding: 0px 20px;
}
.about-tabs li a {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  display: block;
  border-bottom: 2px solid transparent;
  padding: 10px 0;
  color: #999;
  font-weight: 400;
}
.about-tabs li a.active {
  color: #bfa67a;
  border-bottom-color: #bfa67a;
}

/*
Pagination styles
*/
.pagination > li > a, .pagination > li > span {
  color: #bfa67a;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  border-color: #bfa67a;
  background: #bfa67a;
}

/**offcanvas navigation**/
.offcanvas-btn {
  position: fixed;
  right: 30px;
  top: 7px;
}

.offcanvas-btn .menu-btn {
  border: 0px;
  background: #bfa67a;
  color: #fff;
  font-size: 23px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}

.offcanvas-navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: transparent;
}

.offcanvas-navbar .container-fluid {
  width: 100%;
}

.pushy a, .pushy-submenu > button {
  padding: 10px 20px;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 3px;
  cursor: pointer;
}

.pushy .pushy-link.active a {
  color: #fff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pushy-submenu li a:hover {
  color: #fff;
  background: transparent;
}

/*
Footer styles
*/

footer {
    padding-top: 25px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
    background-color:#FFFFFF;
    color: #000000;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    text-transform: normal;
}


.footer span {
  color: #fff;
  display: block;
}

.footer ul {
  margin: 0;
  padding: 0px;
}

.footer ul li {
  margin: 2px 5px;
}

.footer ul li a {
  color: #fff;
}

.footer ul li a:hover {
  color: #bfa67a;
}

.footer p {
  margin-top: 10px;
}

/**parallax hero**/
.dzsparallaxer {
  background-color: #fff;
}

.parallax-hero {
  position: relative;
}

.hero-parallax {
  height: 40%;
  width: 100%;
}

.hero-inner {
  display: table;
  width: 100%;
  /*height: 100%;*/
  height: 100%;
}
.hero-inner .hero-content {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.mouse-down {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  text-align: center;
  z-index: 99;
}
.mouse-down a {
  color: #fff;
  font-size: 2rem;
}
.mouse-down a:hover {
  color: #bfa67a;
}

.parallax-text h2 {
  color: #fff;
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 300;
  text-transform: capitalize;
  font-family: "Open Sans Condensed", sans-serif;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

/***youtube hero **/
.intro-ytp {
  height: 100%;
  width: 100%;
  background: url(../images/yt-fallback.jpg) no-repeat center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  position: relative;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

/************Hero static with parallax bg************/
.hero-static h1 {
  font-family: "Didot", Arial, sans-serif;
  color: #000000;
  text-transform: normal;
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
}

.hero-static p {
   font-family: "Didot", Arial, sans-serif;
  color: #000000;
  font-size:18px;
  font-weight: 300;
}

.buttons {
  margin-top: 15px;
}

.buttons a {
  margin: 10px;
}

/*newsletter*/
.newsletter-form .form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  height: 45px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  max-width: 350px;
  margin: 0 auto;
}

.newsletter-form .form-control.error {
  color: red;
}

.newsletter-form .form-control.success {
  color: #bfa67a;
}

/**contact**/
.contact-section {
  background-color: #FFFFFF;
  background-image: url(../../assets/images/bg-texture.jpg);
  background-repeat: no-repeat;
  background-position: top;
}


.contact-section h1 {
font-family: "Didot", Arial, sans-serif;
font-weight: normal;
text-transform: normal;
color: #000;
font-size: 30px;
line-height: 30px
}

.contact-section h2 {
font-family: "Futura Std", Arial, sans-serif;
font-weight: normal;
text-transform: normal;
color: #000;
font-size: 14px;
}


.contact-section h3 {
font-family: "Futura Std", Arial, sans-serif;
font-weight: 900;
text-transform: normal;
color: #b59e8a;
font-size: 16px;
line-height: 20px;
padding-bottom:10px;
}

.contact-section p {
font-family: "Futura Std", Arial, sans-serif;
font-weight: normal;
text-transform: normal;
color: #231f20;
font-size: 15px;
line-height: 20px;
padding-bottom:20px;
}






.xone-contact .form-control {
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  min-height: 35px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  /* border: 1px solid #8e6c5c; */
  padding-top: 10px;
font-family: "Futura Std", Arial, sans-serif;
font-weight: normal;
text-transform: normal;
color: #000;
font-size: 14px;
}
.xone-contact .form-control:focus {
  border-bottom-color: #bfa67a;
}

.contact-details ul li {
  padding: 0px 3px;
}
.contact-details ul li a {
  font-size: 25px;
  color: #999;
}
.contact-details ul li a:hover {
  color: #bfa67a;
}

.sidebar-widget ul li {
  padding: 5px 0;
}
.sidebar-widget ul li a {
  font-size: 16px;
  color: #999;
}
.sidebar-widget ul li a:hover {
  color: #bfa67a;
}

/**partners**/
.partners {
  padding: 60px 0;
  background: #bfa67a;
}
.partners img {
  display: block;
  margin: 0px auto;
  opacity: 0.8;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.partners a:hover img {
  opacity: 1;
}

/**video modal**/
.modal {
  z-index: 1;
}

.modal-dialog {
  margin-top: 120px;
}

.modal-header, .modal-body {
  padding: 0px;
}

.modal {
  z-index: 99999;
}

.modal-header {
  min-height: 100%;
  border: 0px;
}
.modal-header .close {
  margin-top: -2px;
  position: absolute;
  top: -22px;
  right: 0px;
  opacity: 1;
  color: #aeaeae;
}
.modal-header .close:hover {
  color: #bfa67a;
}

.modal-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

/***self hosted video css***/
.video-section {
  width: 100%;
  height: 100%;
  position: relative;
  display: table;
  overflow: hidden;
}

.video-section .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-section .fs-background-container {
  left: 0;
}

.video-section .video-overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  z-index: 2;
}

.video-section .video-overlay h1 {
  font-weight: 700;
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.video-section .video-overlay p {
  color: #fff;
  margin-bottom: 25px;
  margin-top: 20px;
}

/**intro page style**/
.intro-header h1, .intro-header p {
  color: #fff;
}
.intro-header p {
margin-bottom: 0px;
}
.intro-header h1 {
  letter-spacing: 5px;
}

.demo-content h3 {
  letter-spacing: 6px;
}

.demo-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.demo-box span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #333;
  font-family: "Open Sans Condensed", sans-serif;
  margin-left: -60px;
  margin-top: -20px;
  width: 140px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.demo-box:hover span {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.new-arrival {
  display: inline-block;
  vertical-align: middle;
  background-color: #bfa67a;
  padding: 5px 10px;
  color: #fff;
}

.demo-subtitle {
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.copyright-demo {
  padding-bottom: 10px;
  padding-top: 20px;
}

/*******Responsive style**************/
@media (max-width: 991px) {
  .slider-banner .slider-table .slider-vm h1 {
    font-size: 3rem;
    letter-spacing: 5px;
  }
}
@media (max-width: 767px) {
  .top-bar .text-right {
    text-align: left !important;
  }

  .hero-static h1 {
    font-size: 33px;
  }

.hero-parallax {
    height: 40%;;
}

  .hero-static .buttons {
    display: none;
  }

  .flexslider .slides li h1 {
    font-size: 2rem;
    letter-spacing: 0px;
  }

  .parallax-text h2 {
    font-size: 2rem;
    line-height: 3.5rem;
  }

  .testi-slider p {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 10px 0;
  }

  .contact-details {
    text-align: center;
  }

  .footer span, .footer .text-right {
    text-align: center !important;
  }

  .footer {
    padding-bottom: 30px;
  }

  .top-bar ul li a {
    padding: 0px 4px;
  }

  .cbp-l-filters-work .cbp-filter-item {
    margin: 0 0px 7px 0;
    padding: 0 0px;
    line-height: 18px !important;
  }

  .slider-banner .slider-table .slider-vm p, .slider-banner .slider-table .slider-vm .btn {
    display: none;
  }

  .slider-banner .slider-table .slider-vm h1 {
    font-size: 1.5rem;
    letter-spacing: 0px;
  }

  .main-slider .flex-direction-nav a {
    font-size: 20px;
  }

  .navbar-default .navbar-toggle {
    border: 0px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #bfa67a;
  }

  .navbar-default.navbar-transparent, .navbar-default.navbar-transparent.shrink {
    padding: 0px;
  }

  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
    border: 0px;
  }

  .navbar-default.navbar-transparent .navbar-nav {
    background-color: rgba(255, 255, 255, 0.95);
    margin: 0px -15px;
  }
  .navbar-default.navbar-transparent .navbar-nav > li > a, .navbar-default.navbar-transparent .navbar-nav .menu-drop-toggle {
    color: #999;
  }
  .navbar-default.navbar-transparent .navbar-nav > li > a:hover, .navbar-default.navbar-transparent .navbar-nav .menu-drop-toggle:hover {
    color: #bfa67a;
  }

  .left-menu .navbar-default {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
  }

  .parallax-text h2 {
    letter-spacing: 2px;
    font-size: 1.4rem;
    line-height: 2.5rem;
  }

  .testi-slider p {
    font-size: 1rem;
    line-height: 1.2rem;
    margin: 10px 0;
  }

  .transparent-nav.bg-inverse, .transparent-nav.bg-inverse.shrink {
    padding: 5px 0 !important;
    background-color: #292b2c !important;
  }
}
@media (max-width: 575px) {
  .navbar-toggleable-sm > .container {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
  }
}


.text-1 {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 300;
  text-transform: normal;
  color:#FFFFFF;
  font-size:40px;
  line-height: 42px;
  text-transform: uppercase;
}

.text-2 {
font-family: "Lato", Arial, sans-serif;
font-weight: 400;
text-transform: normal;
color: #FFFFFF;
font-size: 14px;
letter-spacing: 1px;
}

.text-3 {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 300;
  text-transform: normal;
  color:#FFFFFF;
  font-size:35px;
  line-height: 42px;
}

/* About */
#about {
  background-color: #FFFFFF;
}


#about h2 {
font-family: "Adobe Arabic", Arial, sans-serif;
font-weight: normal;
text-transform: normal;
color: #887438;
font-size: 42px;
letter-spacing: 1px;
}

#about p {
font-family: "Lato", Arial, sans-serif;
font-weight: normal;
text-transform: normal;
color: #999999;
font-size: 14px;
letter-spacing: 1px;
}


/* Concept */


#concept {
  background-color: #FFFFFF;
  background-image: url(../../assets/images/bg-texture.jpg);
  background-repeat: no-repeat;
  background-position: top;
}


#concept h1{
font-family: "Didot", Arial, sans-serif;
font-weight: normal;
text-transform: normal;
color: #000;
font-size: 30px;
line-height: 30px
}

#concept h2 {
font-family: "Futura Std", Arial, sans-serif;
font-weight: normal;
text-transform: normal;
color: #000;
font-size: 14px;
}

#concept h3 {
font-family: "Futura Std", Arial, sans-serif;
font-weight: 900;
text-transform: normal;
color: #b59e8a;
font-size: 16px;
line-height: 20px;
padding-bottom:10px;
}


#concept p {
font-family: "Futura Std", Arial, sans-serif;
font-weight: normal;
text-transform: normal;
color: #231f20;
font-size: 15px;
line-height: 20px;
padding-bottom:20px;
}



 #concept ul {
font-family: "Futura Std", Arial, sans-serif;
font-weight: normal;
text-transform: normal;
color: #231f20;
font-size: 15px;
line-height: 20px;
padding-bottom:20px;
text-align: left;
margin-left: -28px;
 }




/* Location */


#location {
  background-color: #FFFFFF;
  width:100%;
}


#location h1{
font-family: 'Freight', sans-serif;
    font-weight: 700;
    text-transform: normal;
    color: #000;
    font-size: 40px;
    line-height: 45px;
    padding-bottom: 25px;
}

#location h2 {
font-family: 'Freight', sans-serif;
    font-weight: 700;
    text-transform: normal;
    color: #000000;
    font-size: 22px;
    padding-bottom: 10px;
}

#location h3 {
font-family: 'Lato', Arial, sans-serif;
font-weight: 900;
text-transform: normal;
color: #000000;
font-size: 16px;
line-height: 20px;
padding-bottom:0;
}


#location p {
font-family: "DIN", Arial, sans-serif;
    font-weight: 400;
    text-transform: normal;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
}


 #location ol {
  font-family: "DIN", Arial, sans-serif;
  font-weight: 500;
  text-transform: normal;
  font-size: 15px;
  color:#000;
  line-height: 1.5;
  /* display: inline;*/
  text-align: left;
  padding-left:14px;
  padding-top:0;
 
 }



#location-map1 {
  background-color:#FFFFFF;
  width:100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

#location-map1 p {
  font-family: "Gotham", Arial, sans-serif;
  font-weight: 300;
  font-size:14px;
  color:#000;
  text-transform: normal;
  line-height: 30px;
}


 #location-map1 ol {
  font-family: "Gotham", Arial, sans-serif;
  font-weight: 300;
  text-transform: normal;
  font-size: 12px;
  color:#000;
  line-height: 1.8;
  /* display: inline;*/
  text-align: left;
  padding-left:30px;
  padding-top:40px;
 }



/* Floorplan */

#floorplan {
  background-color: #FFFFFF;
  width: 100%
  height: 100%;
}

#floorplan h1 {
    font-family: 'Freight', sans-serif;
    font-weight: 700;
    text-transform: normal;
    color: #000;
    font-size: 40px;
    line-height: 45px
}

#floorplan h2 {
font-family: 'Lato', Arial, sans-serif;
font-weight: 700;
text-transform: normal;
color: #000000;
font-size: 28px;
}



#floorplan p {
font-family: 'Lato', Arial, sans-serif;
font-weight: 400;
text-transform: normal;
color: #333333;
font-size: 15px;
line-height: 20px;
padding-bottom:0;
}




/* Floorplan */

#register-section {
  background-color: #96d5d2;
  width: 100%
  height: 100%;
  text-align: center;
}

#register-section h1 {
    font-family: 'Freight', sans-serif;
    font-weight: 700;
    text-transform: normal;
    color: #000;
    font-size: 40px;
    line-height: 45px;
    padding-bottom: 10px;
}

#register-section h2 {
font-family: 'Lato', Arial, sans-serif;
font-weight: 700;
text-transform: normal;
color: #000000;
font-size: 28px;
}



#register-section p {
font-family: "DIN", Arial, sans-serif;
    font-weight: 400;
    text-transform: normal;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
}

.slider {
  letter-spacing: 0px;
  font-family: 'Lato', Arial, sans-serif;
  color: #FFFFFF; 
  /* text-shadow: 1px 1px #000; */
  text-shadow: 1px 1px #000;
  font-weight: 700;
  font-size:20px;
  text-transform: uppercase;
  /* background-color: rgba(255, 255, 255, 0.6);
  width:300px;
  height: 35px;
  text-align: center;
  margin: 0 auto;*/
}


.back-to-top {
    position: fixed;
    top: 300px;
    right: 0;
    text-decoration: none;
    color: #fff!important;
    background: #00afc4;
    font-size: 12px;
    display: none;
    width: 50px;
    height: 174px;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
    z-index: 100;
    cursor: pointer;
    background-image: url("../images/btn-brochure.png");
    background-repeat: no-repeat;
    display:block;
    text-indent:-9999px;
    cursor: pointer; 
  }




.margin30 {
  margin-bottom:50px;
}


        .color1
        {
            margin:0 auto;          
            background:transparent;
            color:#ffffff;           
            font-family: 'Lato', Arial, sans-serif;
            font-weight:700;
            font-size:15px;
            text-transform:uppercase;
            text-align:center;
            display: inline-block;
            transition:all 0.3s ease;
            border:1px solid #ffffff;
            padding:6px 25px 6px 25px;   
            margin-bottom:6px;
        }
        
        .color1:hover
        {
            background:#ffffff;
            color:#013f7a;
        }    

 
        .color2
        {
            margin:0 auto;          
            background:transparent;
            color:#ffffff;           
            font-family: 'Lato', Arial, sans-serif;
            font-weight:700;
            font-size:15px;
            text-transform:uppercase;
            text-align:center;
            display: inline-block;
            transition:all 0.3s ease;
            border:1px solid #ffffff;
            padding:6px 31px 6px 31px;   
        }
        
        .color2:hover
        {
            background:#ffffff;
            color:#013f7a;
        }    


        .color3
        {
            margin:0 auto;          
            background:transparent;
            color:#ffffff;           
            font-family: 'Lato', Arial, sans-serif;
            font-weight:700;
            font-size:15px;
            text-transform:uppercase;
            text-align:center;
            transition:all 0.3s ease;
            border:1px solid #ffffff;
            padding:6px 25px 6px 25px; 
            display: inline-block;
            margin-bottom:10px;
        }
        
        .color3:hover
        {
            background:#ffffff;
            color:#013f7a;
        }    







.carousel img {
  width: 100%;
  height: 100%;
}


.margin-center {
  margin: 0 auto;
}


.margin-both {
  margin-top:90px;

}

 .margin-bottom-contact {
  margin-bottom:0;
}

@media (max-width: 991px) {

 .margin-bottom-contact {
  margin-bottom:100px;
}
}




a.email:link {color:#FFFFFF; text-decoration: none;}
a.email:visited {color:#FFFFFF; text-decoration: none;}
a.email:hover {color:#FFFFFF; text-decoration: underline;}



@media (max-width: 2500px) {

.img-side {
 display: block;
    background-image: url(../../assets/images/img-concept.png);
    background-repeat: no-repeat;
    background-position: right;
    height: 281px;
    width: 250px;
    float: right;
}

#concept {

    background-position: top, right 150px bottom 152px;
}

.move-positon {
  margin-left:0;
}

.move-positon1 {
  margin-top:50px;
}


.move-position2 {
  margin-top:150px;
  margin-bottom:50px;
}

}

@media (max-width: 1300px) {
.img-side {
  display: none;
}
}



@media (max-width: 768px) {
.img-side {
  display: none;
}

.move-positon {
  margin-left:0;
}

.move-positon1 {
  margin-top:0;
  text-align: center;
}

.move-position2 {
  margin-top:0;
  margin-bottom:50px;
}

}

.center-line-top {
    border-top: 1px solid #9f7f4c;
    width: 80%;
    display: block;
    margin: 0 auto;
    height: 30px;
    margin-top: 30px;
}


.center-line-bottom {
    border-top: 1px solid #9f7f4c;
    width: 80%;
    display: block;
    margin: 0 auto;
    height: 30px;
    margin-top: 30px;
}

.white-bg {
  background-color:#FFF;
 padding-top:50px;
-webkit-box-shadow: 3px 4px 20px 0px rgba(0,0,0,0.41);
-moz-box-shadow: 3px 4px 20px 0px rgba(0,0,0,0.41);
box-shadow: 3px 4px 20px 0px rgba(0,0,0,0.41);
padding-left: 80px;
padding-right: 80px;
}

.move-up {
  padding-top:-300px;
  position: absolute;
}



.multi-bg-example {
  width: 100%;
  height: 400px;
  background-image: url(https://mdn.mozillademos.org/files/11305/firefox.png),
      url(https://mdn.mozillademos.org/files/11307/bubbles.png),
      linear-gradient(to right, rgba(30, 75, 115, 1), rgba(255, 255, 255, 0));
  background-repeat: no-repeat,
      no-repeat,
      no-repeat;
  background-position: bottom right,
      left,
      right;
}


#signoff .container-fw {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 12px;
    line-height: 1.5;
}
@media (max-width: 767px) {
    #signoff .container-fw,
    #landmarks .container {
        padding: 0;
    }
}



#signoff .container-fw p {
    font-size: 12px;
}
#signoff .ft-bold {
    font-family: 'GothamBold',  Arial, sans-serif;
}
#signoff .ft-light {
    font-family: 'GothamLight',  Arial, sans-serif;
}
#signoff .ft-btm {
    margin-top: 30px;
}
#signoff .ft-logo img {
    display: inline-block;
    margin-right: 20px;
}
#signoff .col.center {
    display: flex;
    align-items: center;
}
#signoff .d-inline {
    display: inline-block;
    vertical-align: middle;
}
#signoff .waze-search {
    font-family: 'OptaneRegular',  Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
}
#signoff .l-waze {
    text-align: right;
}
#signoff .main-title {
    margin-bottom: 30px;
}
#signoff .main-title:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    z-index:0;
    background-color: #90815a;
}



 #signoff h4 {
    position: relative;
    margin-top: 20px;
  }
  
  #signoff  h4.one {
    position: relative;
    margin-top: 20px;
    margin-top: 0;
    text-align: center;
  }
  
  #signoff h4.one:before {
    content: "";
    display: block;
    border-top: solid 1px #9e7f4c;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
  }
  
  #signoff  h4.one span {
    background: #fbf8ea;
    padding: 0 20px;
    position: relative;
    z-index: 5;
    color: #90815a;
    font-family: 'Jenna Sue',  Arial, sans-serif;
    font-size: 30px;
  }

section#signoff  {
    padding-top: 40px!important;
    padding-bottom: 40px!important;
}
@media (max-width: 991px) {
    #signoff .col {
        margin-bottom: 20px;
    }
    #signoff .l-waze {
        text-align: left;
    }
    #signoff .container-fw {
        max-width: 750px;
    }
    #signoff .main-title {
        margin-bottom: 20px;
    }
    #signoff .main-title h4 {
        font-size: 24px;
    }
}

.bg-gray {
    background-color: #fbf8ea;
}



.facilities_table {
  color:#9f7f4c;
}

.bold-1 {
font-family: "OptaneBold", Arial, sans-serif;
text-transform: normal;
color: #9f7f4c;
font-size: 18px;
padding-left:15px;
}

.bold-2 {
font-family: "OptaneBold", Arial, sans-serif;
text-transform: normal;
color: #9f7f4c;
font-size: 15px;
}





/* mouse anaimtion */
.mouse {
  width: 18px;
  position: absolute;
  height: 30px;
  border-radius: 10px;
  border: 1px solid white;
  bottom: -120px;
  left: 50%;
  margin-left: 0;
}

.scroll {
  display: block;
  margin: 6px auto;
  width: 3px;
  height: 3px;
  border-radius: 4px;
  background: #FFF;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}




.scroll-down {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center;

}

.scroll-down p {
  font-family: "Gill Sans Light", Arial, sans-serif;
  color: #000000;
  text-transform: normal;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
}


@media (min-width: 768px) {
 .scroll-down {width: 100%;bottom: 60px;text-align: center;}
}



/* Padding-Container*/

.padding-container {
 margin: 0 auto;
 padding:80px 0 80px 0;
}

.padding-container2 {
 margin: 0 auto;
 padding:180px 0 180px 0;
  max-width: 800px;
}


.padding-container4 {
 margin: 0 auto;
 padding:120px 0 180px 0;
  max-width: 800px;
}


.padding-container5 {
 margin: 0 auto;
  max-width: 960px;
}


.padding-container-500 {
 max-width: 500px;
 margin: 0 auto;
 padding:20px;
}

.padding-container-700 {
 max-width: 900px;
 margin: 0 auto;
 padding:20px;
}




.footer-bold {
  font-family: "Futura Std", Arial, sans-serif;
  font-weight: bold;
  text-transform: normal;
  color:#000000;
}

a.footer-bold:link {color:#8e6c5c; text-decoration: none;}
a.footer-bold:visited {color:#8e6c5c; text-decoration: none;}
a.footer-bold:hover {color:#8e6c5c; text-decoration: underline;}

.footer-normal {
    font-family: "Futura Std", Arial, sans-serif;
    font-weight: 300;
    color:#000000;
}

a.footer-normal:link {color:#000000; text-decoration: none;}
a.footer-normal:visited {color:#000000; text-decoration: none;}
a.footer-normal:hover {color:#000000; text-decoration: underline;}


        .color1
        {
            margin:0 auto;          
            background:transparent;
            color:#b39d6b;           
            font-family: 'Didot', Arial, sans-serif;
            font-weight:500;
            font-size:16px;
            text-transform:uppercase;
            text-align:center;
            line-height:25px;
            transition:all 0.3s ease;
            border:1px solid #000;
            padding:20px 50px 20px 50px;   
        }
        
        .color1:hover
        {
            background:#b39d6b;
            color:#FFF;
        } 


.classname1 {
  background-color:transparent;
  text-indent:0px;
  display:inline-block;
  color:#000000;
  font-family: 'Lato', sans-serif;
  font-size:16px;
  font-weight:700;
  font-style:normal;
  height:50px;
  line-height:49px;
  width:250px;
  text-decoration:none;
  text-align:center;
  margin-top:10px;
  border:1px solid #000000;
}

.classname1:hover {
  background-color:#FFFFFF;
  color:#000000;
  text-decoration: none;
  border:1px solid #FFFFFF;
}

.classname1:focus {
  background-color:#FFFFFF;
  color:#000000;
  text-decoration: none;
  border:1px solid #FFFFFF;
}

.classname2 {
  background-color:#33d26a;
  text-indent:0px;
  display:inline-block;
  color:#FFF;
  font-family: 'Didot', Arial, sans-serif;
  font-size:16px;
  font-weight: bold;
  height:40px;
  line-height:40px;
  width:180px;
  text-decoration:none;
  text-align:center;
  margin-top:10px;
  border:0;
}

.classname2:hover {
  background-color:#33d26a;
  color:#FFF;
  text-decoration: none;
   border:0;
}

.classname2:focus {
  background-color:#33d26a;
  color:#FFF;
  text-decoration: none;
   border:0;
}



.underline {
    border-top: 4px solid #000000;
    width: 70px;
    display: block;
    margin-bottom: 20px;
    text-align: left;
}

#gallery {
  background-color:#fbf8ea;
  width: 100%
  height: 100%;
}

#gallery h2 {
font-family: "Lato", Arial, sans-serif;
font-weight: 300;
text-transform: normal;
color: #9f7f4c;
font-size: 42px;
letter-spacing: 1px;
}

#gallery h2 {
font-family: "Lato", Arial, sans-serif;
font-weight: 300;
text-transform: normal;
color: #FFFFFF;
font-size: 42px;
letter-spacing: 1px;
}

#gallery p {
font-family: "Lato", Arial, sans-serif;
font-weight: normal;
text-transform: normal;
color: #000000;
font-size: 14px;
letter-spacing: 1px;
line-height: 25px;
}





/* Features */


#features {
  background-color: #96d5d2;
}


#features h1{
font-family: 'Freight', sans-serif;
font-weight: 700;
text-transform: normal;
color: #000;
font-size: 40px;
line-height: 45px
}

#features h2 {
font-family: 'Lato', sans-serif;
font-weight: 400;
text-transform: normal;
color: #FFF;
font-size: 14px;
}

#features h3 {
font-family: 'Freight', sans-serif;
font-weight: 700;
text-transform: normal;
color: #000000;
font-size: 20px;
padding-top: 24px;
padding-bottom: 5px;
}


#features p {
font-family: "DIN", Arial, sans-serif;
font-weight: 400;
text-transform: normal;
font-size: 13px;
color: #000000;
line-height: 18px;
padding-bottom:20px;
}




.underline-features {
    border-top: 1px solid #cccccc;
    width: 80px;
    display: block;
    margin: 0 auto;
    height: 20px;
    margin-top: 10px;
}



/* Thankyou */

#thankyou {
  background-color: #FFFFFF;
  width: 100%;
}


#thankyou h1{
font-family: "Didot", Arial, sans-serif;
font-weight: normal;
text-transform: normal;
color: #000;
font-size: 30px;
line-height: 30px
}

#thankyou h2 {
font-family: "Futura Std", Arial, sans-serif;
font-weight: normal;
text-transform: normal;
color: #000;
font-size: 14px;
}

#thankyou h3 {
font-family: "Futura Std", Arial, sans-serif;
font-weight: 900;
text-transform: normal;
color: #b59e8a;
font-size: 16px;
line-height: 20px;
padding-bottom:10px;
}


#concept p {
font-family: "Futura Std", Arial, sans-serif;
font-weight: normal;
text-transform: normal;
color: #231f20;
font-size: 15px;
line-height: 20px;
padding-bottom:20px;
}


.intro-form input {
  width: 100%;
  margin-bottom: 10px;
  padding: 0 15px;
  height: 40px;
  border-radius: 0;
  font-size: 12px;
  color: #000;
  border: 2px solid #ddd;
  transition:.4s;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.intro-form input:focus {
  border:2px solid #1ebbf0;
}

.intro-form {
  text-align: center;
  background: #fff;
  padding: 35px;
  /* border-radius: 10px;*/
}

.intro-form h4 {
  color: #000;
  font-size: 25px;
  margin: 0px 0 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.intro-form span {
  color: #666;
  margin-top: 15px;
  display: block;
  font-size: 12px;
  padding: 0 15px;
  line-height: 18px;
}

.intro-form button {
  padding: 0 20px;
  line-height: 40px;
}

.intro-form button:hover {
  background: #333;
  color: #fff;
}


.intro-form select {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 15px;
    height: 40px! important;
    border-radius: 100px !important;
    font-size: 12px;
    color: #000;
    border: 2px solid #ddd;
    transition: .4s;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}



.intro {
  display: table;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  text-align: center;
  color: white;
  background: url(../../assets/images/bg-landing.jpg) no-repeat bottom center scroll;
  background-color: #2b1500;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed; /* Added on Fixed */
}

.intro .overlay {
  background-color: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
}

.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.intro .intro-body .brand-heading {
  font-size: 40px;
}
.intro .intro-body .intro-text {
  font-size: 18px;
}

.intro-body h2 {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  text-transform: normal;
  font-size: 20px;
  color:#FFF;
  line-height: 22px;
}


.intro-body h3 {
  font-family: 'Freight', sans-serif;
  font-weight: bold;
  text-transform: normal;
  font-size: 80px;
  color:#FFFFFF;
  text-transform: normal;
  line-height: 60px;
  padding-bottom:25px;
}

.intro-body p {
  font-family: 'DIN', sans-serif;
  font-weight: 500;
  text-transform: normal;
  font-size: 18px;
  color:#FFFFFF;
  text-transform: normal;
  line-height: 24px;
  /*text-shadow: 1px 1px #000000;*/
}


.scroll-down {
  position: absolute;
  width: 100%;
  bottom: 60px;
  text-align: center;
}


@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    font-size: 100px;
  }
  .intro .intro-body .intro-text {
    font-size: 26px;
  }

 .scroll-down {
  width: 100%;
  bottom: 100px;
  text-align: center;
}


}



@media only screen and (max-width: 1024px) and (max-width: 996px) {
  .intro {
    height: 100%;
    padding: 0px;
  }

.padding-container4 {
 margin: 0 auto;
 padding:50px 0 50px 0;
  max-width: 800px;
}

.intro-body p {
  font-family: 'DIN', sans-serif;
  font-weight: 500;
  text-transform: normal;
  font-size: 15px;
  color:#FFFFFF;
  text-transform: normal;
  line-height: 20px;

}

  
}



.btn-register {
    color: #000;
    background-color: #ffcb05;
    border-color: #ffcb05;
    font-weight: 700!important;
    cursor: pointer;
}

.btn-register:hover {
    color: #000!important;
    background-color: #efb600!important;
    border-color: #efb600!important;
}

.btn-register.focus,
.btn-register:focus {
    background-color: #025aa5;
    border-color: #01549b;
}

.btn-register.disabled,
.btn-register:disabled {
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-register.active,
.btn-register:active,
.show>.btn-register.dropdown-toggle {
    color: #fff;
    background-color: #025aa5;
    background-image: none;
    border-color: #01549b;
}


/* Header Scoll */

header .scroll-down {
  position: absolute;
  width: 100%;
  bottom: 10px;
  text-align: center;
}
header .scroll-down .btn {
  height: 40px;
  width: 40px;
  border: 1px solid white;
  border-radius: 100% !important;
  line-height: 40px;
  padding: 0;
  letter-spacing: normal;
  color: white;
  font-size: 22px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 10px;
}
header .scroll-down .btn:hover {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
  outline: none;
}


.center-img {
  margin:0 auto;
}

img {
    border: none;
   vertical-align: bottom; 
   max-width: 100%; 
}


.hoverimg {
    opacity: 1;
    transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -webkit-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
}

.hoverimg:hover {    
    opacity: .5;
    transition: opacity .7s ease-out;
    -moz-transition: opacity .7s ease-out;
    -webkit-transition: opacity .7s ease-out;
    -o-transition: opacity .7s ease-out;
}



@media (min-width: 768px) {
 #background-section1 h2 { 
  font-family: 'Freight', sans-serif;
  font-weight: bold;
  text-transform: normal;
  font-size: 100px;
  color:#d5eef0;
  text-transform: normal;
  line-height: 30px;
  padding-bottom:50px;
}

 #background-section1 p.desc {
  font-family: "DIN", Arial, sans-serif;
  font-weight: 500;
  text-transform: normal;
  font-size: 18px;
  color:#FFFFFF;
  line-height: 24px;
}


 #background-section6 h2 { 
  font-family: 'Freight', sans-serif;
  font-weight: bold;
  text-transform: normal;
  font-size: 100px;
  color:#d5eef0;
  text-transform: normal;
  line-height: 30px;
  padding-bottom:50px;
}

 #background-section6 p.desc {
  font-family: "DIN", Arial, sans-serif;
  font-weight: 500;
  text-transform: normal;
  font-size: 18px;
  color:#FFFFFF;
  line-height: 24px;
}


.border-right {
  border-right: 1px solid #518f8e;
}


#background-section1 {
    background-color:#FFFFFF;
    width:100%;
    background-image: url(../../assets/images/img4.jpg);
    min-height: 1080px;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}






}


@media (max-width: 768px) {
 #background-section1 h2 { 
  font-family: 'Freight', sans-serif;
  font-weight: bold;
  text-transform: normal;
  font-size: 55px;
  color:#d5eef0;
  text-transform: normal;
  line-height: 20px;
  padding-bottom:30px;
}

 #background-section1 p.desc {
  font-family: "DIN", Arial, sans-serif;
  font-weight: 500;
  text-transform: normal;
  font-size: 15px;
  color:#FFFFFF;
  line-height: 20px;
}



#background-section1 {
    background-color:#FFFFFF;
    width:100%;
    background-image: url(../../assets/images/img4-mobile.jpg);
    min-height: 100%;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}



 #background-section6 h2 { 
  font-family: 'Freight', sans-serif;
  font-weight: bold;
  text-transform: normal;
  font-size: 55px;
  color:#d5eef0;
  text-transform: normal;
  line-height: 20px;
  padding-bottom:30px;
}

 #background-section6 p.desc {
  font-family: "DIN", Arial, sans-serif;
  font-weight: 500;
  text-transform: normal;
  font-size: 15px;
  color:#FFFFFF;
  line-height: 20px;
}


.border-right {
  border-right: 0;
}

}



/** BACKGROUND SECTION 

#background-section1 {
    background-color:#FFFFFF;
    width:100%;
    background-image: url(../../assets/images/img4.jpg);
    min-height: 100%;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}**/




 #background-section1 h3 { 
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: normal;
  font-size: 18px;
  color:#FFFFFF;
  text-transform: normal;
  line-height: 30px;
  /* text-shadow: 2px 2px #000000; */
}





#background-section1 .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}






/** BACKGROUND SECTION **/


#background-section6 {
    background-color:#FFFFFF;
    width:100%;
    background-image: url(../../assets/images/img2.jpg);
    min-height: 400px;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}


 #background-section6 h3 { 
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: normal;
  font-size: 18px;
  color:#FFFFFF;
  text-transform: normal;
  line-height: 30px;
  /* text-shadow: 2px 2px #000000; */
}





#background-section6 .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}




/** BACKGROUND SECTION **/

#background-section2 {
    background-color:#FFFFFF;
    width:100%;
    background-image: url(../../assets/images/img3.jpg);
    min-height: 500px;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-color: #CCCCCC;
}


 #background-section2 h3 { 
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: normal;
  font-size: 22px;
  color:#FFFFFF;
  text-transform: normal;
  line-height: 30px;
  text-shadow: 2px 2px #000000;
}


 #background-section2 p.desc {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
  text-transform: normal;
  font-size: 16px;
  color:#FFFFFF;
  line-height: 22px;
}

#background-section2 .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/** BACKGROUND SECTION **/

#background-section3 {
    background-color:#FFFFFF;
    width:100%;
    background-image: url(../img/bg6.jpg);
    min-height: 400px;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}

 #background-section3 h3 { 
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
  text-transform: normal;
  font-size: 30px;
  color:#FFFFFF;
  text-transform: normal;
  line-height: 40px;
}


 #background-section3 p.desc {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
  text-transform: normal;
  font-size: 16px;
  color:#FFFFFF;
  line-height: 22px;
}

 #background-section3 p.number {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
  text-transform: normal;
  font-size: 18px;
  color:#FFFFFF;
  line-height: 22px;
}



/** BACKGROUND SECTION **/

#background-section4 {
    background-color:#FFFFFF;
    width:100%;
    background-image: url(../img/about/hero-about2.jpg);
    min-height: 400px;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}

 #background-section4 h3 { 
  font-family: "Lato", Arial, sans-serif;
  font-weight: 300;
  text-transform: normal;
  font-size: 30px;
  color:#FFFFFF;
  text-transform: normal;
  line-height: 40px;
}


 #background-section4 p.desc {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 300;
  text-transform: normal;
  font-size: 16px;
  color:#FFFFFF;
  line-height: 22px;
}







/** BACKGROUND SECTION **/

#background-section5 {
    background-color:#FFFFFF;
    width:100%;
    background-image: url(../img/section/bg-support.jpg);
    min-height: 400px;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}

 #background-section5 h3 { 
  font-family: "Lato", Arial, sans-serif;
  font-weight: 300;
  text-transform: normal;
  font-size: 30px;
  color:#FFFFFF;
  text-transform: normal;
  line-height: 40px;
}


 #background-section5 p.desc {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 300;
  text-transform: normal;
  font-size: 16px;
  color:#FFFFFF;
  line-height: 22px;
}




/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .background-section1, .background-section2, .background-section3, .background-section4, .background-section5 {
        background-attachment: scroll;
    }
}


#projectindex {
  background-color:#303d64;
  width: 100%;
}


#projectindex p {
  font-family: "Gotham", Arial, sans-serif;
  font-weight: 300;
  font-size:20px;
  color:#FFF;
  text-transform: uppercase;
  line-height: 30px;
  padding-bottom:10px;
}

#projectindex p.desc {
  font-family: "Gotham", Arial, sans-serif;
  font-weight: 100;
  font-size:13px;
  color:#FFF;
  text-transform: none;
  line-height: 20px;
}

.py-5 {
  padding-left:50px;
  padding-right:50px;
  padding-top:60px;
  padding-bottom:50px;
  margin: 0 auto;
}

.py-project1 {
  padding-top: 0px ! important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 500px !important;
}









/* Features */


#usp {
  background-color: #96d5d2;
  width: 100%;
}


#usp h1{
font-family: 'Freight', sans-serif;
font-weight: 700;
text-transform: normal;
color: #000;
font-size: 40px;
line-height: 45px;
padding-bottom:20px;
}

#usp h2 {
font-family: 'Lato', sans-serif;
font-weight: 400;
text-transform: normal;
color: #FFF;
font-size: 14px;
}

#usp h3 {
font-family: "DIN", Arial, sans-serif;
    font-weight: 500;
text-transform: normal;
color: #000000;
font-size: 16px;
padding-top:0;
padding-bottom: 10px;
letter-spacing: 0;
}


#usp p {
font-family: "DIN", Arial, sans-serif;
    font-weight: 500;
    text-transform: normal;
    font-size: 15px;
    color: #000000;
    line-height: 20px;

}

#usp p .desc {
font-family: "DIN", Arial, sans-serif;
    font-weight: 500;
    text-transform: normal;
    font-size: 15px;
    color: #000000;
    line-height: 24px;

}




.underline-features {
    border-top: 1px solid #cccccc;
    width: 80px;
    display: block;
    margin: 0 auto;
    height: 20px;
    margin-top: 10px;

}








