@charset "UTF-8";

button {
  font: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: button
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

h2,
h4 {
  font-family: inherit
}

.col-md-4,
.col-md-8,
.col-sm-12,
.col-xs-12 {
  min-height: 1px
}

@media (min-width:768px) {
  .col-sm-12 {
    float: left;
    width: 100%
  }

  .navbar {
    border-radius: 4px
  }

  .navbar-header {
    float: left
  }

  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .navbar-collapse.collapse {
    display: block !important;
    /* height: auto !important; */
    padding-bottom: 0;
    overflow: visible !important
  }

  .navbar-fixed-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0
  }

  .container>.navbar-collapse,
  .container>.navbar-header {
    margin-right: 0;
    margin-left: 0
  }

  .navbar-fixed-top {
    border-radius: 0
  }

  .navbar>.container .navbar-brand {
    margin-left: -15px
  }

  /* .navbar-toggle {
    display: none
  } */

  .navbar-nav {
    float: left;
    margin: 0
  }

  .navbar-nav>li {
    float: left
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px
  }
}

@font-face {
  font-family: Lato;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6u_w4BMUTPHjxsI9w2_Gwft.woff2) format('woff2')
}

@font-face {
  font-family: Lato;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6u8w4BMUTPHjxsAXC-q.woff2) format('woff2')
}

@font-face {
  font-family: Lato;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6u_w4BMUTPHjxsI5wq_Gwft.woff2) format('woff2')
}

@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh7USSwiPGQ.woff2) format('woff2')
}

@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6uyw4BMUTPHjx4wXg.woff2) format('woff2')
}

@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format('woff2')
}

@font-face {
  font-family: FontAwesome;
  src: url(/static/fonts/fontawesome-webfont.eot?v=4.5.0);
  src: url(/static/fonts/fontawesome-webfont.eot?) format('embedded-opentype'), url(/static/fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'), url(/static/fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'), url(/static/fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'), url(/static/fonts/fontawesome-webfont.svg?v=4.5.0) format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.home_bg:before {
  content: ""
}

@media only screen and (max-width:768px) {
  .home_bg {
    height: 1048px
  }

  .navbar-default .navbar-nav>li>a {
    margin-top: 10px;
    padding: 8px
  }
}

@media only screen and (max-width:480px) {
  .menu-top {
    background-color: #807154;
    color: #807154 !important;
    margin-left: 0
  }

  .navbar-default .navbar-nav>li>a {
    color: #313131 !important
  }

  .home_bg {
    height: 1150px
  }
}

@media only screen and (max-width:414px) {
  .home_bg {
    height: 1150px
  }

  .hero-text-img {
    padding-top: 138px
  }
}

@media only screen and (max-width:375px) {
  .home_bg {
    height: 1150px
  }

  .hero-text-img {
    padding-top: 128px
  }
}

@media only screen and (max-width:360px) {
  .home_bg {
    height: 1100px
  }

  .hero-text h2 {
    font-size: 26px;
    line-height: 34px
  }

  .hero-text-img {
    padding-top: 116px
  }
}

@media only screen and (max-width:320px) {
  .home_bg {
    height: 1100px
  }

  .hero-text-img {
    padding-top: 171px
  }
}

#pageMessages {
  z-index: 9999;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 30%
}

.fa {
  display: inline-block;
  font: 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-check:before {
  content: "\f00c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-paper-plane-o:before {
  content: "\f1d9"
}

.fa-diamond:before {
  content: "\f219"
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

nav,
section {
  display: block
}

a {
  background-color: transparent;
  color: #337ab7;
  text-decoration: none
}

b {
  font-weight: 700
}

img {
  border: 0;
  vertical-align: middle
}

button {
  margin: 0;
  font: inherit;
  color: inherit;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

html {
  font-size: 10px
}

button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

h2, h4 {
  font-family: inherit;
	line-height: 1.1;
  margin-bottom: 10px;
	
}

h2 {
  margin-top: 20px;
  font-size: 30px
}

h4 {
  margin-top: 10px;
  font-size: 18px
}

p {
  margin: 0
}

.text-center {
  text-align: center
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:768px) {
  .container {
    width: 750px
  }
}

@media (min-width:992px) {
  .container {
    width: 970px
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px
}

.col-md-4,
.col-md-8,
.col-sm-10,
.col-sm-12,
.col-sm-4,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-12 {
  float: left;
  width: 100%
}

@media (min-width:768px) {

  .col-sm-10,
  .col-sm-12,
  .col-sm-4 {
    float: left
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%
  }
}

@media (min-width:992px) {

  .col-md-4,
  .col-md-8 {
    float: left
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc
}

.collapse {
  display: none
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav>li {
  position: relative;
  display: block
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-fixed-top .navbar-collapse {
  max-height: 340px
}

.container>.navbar-collapse,
.container>.navbar-header {
  margin-right: -15px;
  margin-left: -15px
}

@media (min-width:768px) {
  .navbar {
    border-radius: 4px
  }

  .navbar-header {
    float: left
  }

  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important
  }

  .navbar-fixed-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0
  }

  .container>.navbar-collapse,
  .container>.navbar-header {
    margin-right: 0;
    margin-left: 0
  }

  .navbar-fixed-top {
    border-radius: 0
  }
}

.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  top: 0;
  border-width: 0 0 1px
}

.navbar-brand {
  float: left;
  height: 50px;
  font-size: 18px;
  line-height: 20px
}

.navbar-brand>img {
  display: block
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #2c8bff;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px
}

.navbar-nav {
  margin: 7.5px -15px
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px
}

@media (min-width:768px) {
  .navbar>.container .navbar-brand {
    margin-left: -15px
  }

  .navbar-toggle {
    display: none
  }

  .navbar-nav {
    float: left;
    margin: 0
  }

  .navbar-nav>li {
    float: left
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px
  }
}

.navbar-default .navbar-brand,
.navbar-default .navbar-nav>li>a {
  color: #777
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
  background: #fff
}

.carousel {
  position: relative
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}

.carousel-inner>.item {
  position: relative;
  display: none
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
  }

  .carousel-inner>.item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.carousel-inner>.active {
  display: block;
  left: 0
}

.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
  display: table;
  content: " "
}

.container:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.row:after {
  clear: both
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3)
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3)
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
}

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

body {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #777;
  overflow-x: hidden;
  margin: auto;
  background: #fff
}

body, html {
  height: 100%
}

h2, h4 {
  color: #333;
  font-weight: 700
}

li, ul {
  margin: 0;
  padding: 0
}

.section-padding {
  padding: 60px 0
}

.navbar-default {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  width: 100%;
  padding: 20px 0;
  background: 0 0
}

.navbar-brand {
  padding: 0
}

.navbar-brand img {
  width: 120px;
  margin-left: 10px
}

.navbar-default .navbar-collapse {
  border-color: #fff
}

.menu-top li a {
  color: #fff !important;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase
}

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

.home_bg {
  height: 700px;
  position: relative
}

@media only screen and (max-width:768px) {
  .home_bg {
    height: 1048px
  }
}

@media only screen and (max-width:480px) {
  .menu-top {
    background-color: #807154;
    color: #807154 !important;
    margin-left: 0
  }

  .navbar-default .navbar-nav>li>a {
    color: #f8f8ff !important
  }

  .home_bg {
    height: 1150px
  }
}

.home_bg:before {
  background: rgba(0, 0, 0, .4);
  content: '';
  height: 100%;
  position: absolute;
  width: 100%
}

.hero-text h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 64px;
  text-transform: capitalize
}

@media only screen and (max-width:769px) {
  .hero-text h2 {
  	padding-top: 120px !important;
    font-size: 40px;
    line-height: 46px
  }
}

@media only screen and (max-width:480px) {
  .hero-text h2 {
    padding-top: 200px;
    font-size: 30px;
    line-height: 40px
  }
}

.hero-text p {
  color: #fff
}

.home_btn {
  margin-left: -10px;
  margin-top: 30px
}

.home_btn a {
  background: 0 0;
  border: 2px solid #c3d100;
  border-radius: 50px;
  color: #c3d100;
  display: inline-block;
  padding: 10px 30px;
  margin: 0 10px 15px
}

.home_btn a i {
  font-size: 20px;
  margin-right: 5px;
  vertical-align: middle
}

.hero-text-img {
  padding-top: 150px
}

.hero-text-img img {
  width: 406px
}

@media only screen and (max-width:768px) {
  .hero-text-img {
    padding-top: 58px
  }
}

@media only screen and (max-width:480px) {
  .hero-text-img {
    display: inline-block;
    padding-top: 112px
  }

  .hero-text-img img {
    width: 100%
  }

  .single_about {
    margin-bottom: 30px
  }
}

@media only screen and (max-width:414px) {
  .home_bg {
    height: 1150px
  }

  .hero-text-img {
    padding-top: 138px
  }
}

@media only screen and (max-width:375px) {
  .home_bg {
    height: 1150px
  }

  .hero-text-img {
    padding-top: 128px
  }
}

@media only screen and (max-width:360px) {
  .home_bg {
    height: 1100px
  }

  .hero-text h2 {
    font-size: 26px;
    line-height: 34px
  }

  .hero-text-img {
    padding-top: 116px
  }
}

@media only screen and (max-width:320px) {
  .home_bg {
    height: 1100px
  }

  .hero-text-img {
    padding-top: 171px
  }
}

.single_about i {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  color: #807154;
  float: left;
  height: 45px;
  line-height: 45px;
  margin-right: 15px;
  text-align: center;
  width: 45px
}

.single_about h4 {
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 0;
  overflow: hidden;
  text-transform: uppercase
}

.single_about p {
  overflow: hidden
}

.testimonial-text i {
  color: #ddd;
  font-size: 60px;
  margin-bottom: 20px
}

.testimonial-text p {
  font-size: 18px;
  margin-bottom: 20px
}

.testimonial-text h4 {
  font-size: 14px;
  margin-bottom: 15px;
  text-transform: uppercase
}

#team__carousel {
  margin-bottom: 70px
}

.download_icon img {
  margin: 0 10px
}

@media only screen and (max-width:480px) {
  .download_icon img {
    margin-bottom: 10px
  }
}