/* ==========================================================================
MAIN
========================================================================== */
html, body {
  width: 100%;
  height: 100%;
  font-family: "Titillium", Verdana, Geneva, sans-serif;
  color: #444444;
  font-size: 18px;
}

h1 {
  font-family: "Titillium", Verdana, Geneva, sans-serif;
  font-size: 46px;
}

h2 {
  font-family: "Titillium", Verdana, Geneva, sans-serif;
  font-size: 38px;
}

h3 {
  font-family: "Titillium", Verdana, Geneva, sans-serif;
  font-size: 31px;
}

h4 {
  font-family: "Titillium", Verdana, Geneva, sans-serif;
  font-size: 23px;
}

h5 {
  font-family: "Titillium", Verdana, Geneva, sans-serif;
  font-size: 18px;
}

h6 {
  font-family: "Titillium", Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.space {
  margin: 50px 0;
}

.space-top {
  margin-top: 50px;
}

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

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  border: none;
}

.alignright {
  float: right;
  margin-right: 20px;
  margin-bottom: 20px;
  border: none;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

/* ==========================================================================
HEADER INTRO
========================================================================== */
.intro {
  display: table;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  background: url(../images/intro-bg.jpg);
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
  font-family: "Montserrat", Verdana, Geneva, sans-serif;
  text-transform: uppercase;
}
.intro .intro-body .intro-logo {
  margin-bottom: 20px;
}
.intro .intro-body .intro-company {
  font-size: 38px;
}
.intro .intro-body .intro-slogan {
  font-size: 20px;
}
.intro .intro-body .btn-header {
  padding: 10px;
  font-family: "Titillium", Verdana, Geneva, sans-serif;
  color: white;
  margin-top: 50px;
  border: 1px solid white;
  border-radius: 5px;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}
.intro .intro-body .btn-header:hover, .intro .intro-body .btn-header:focus {
  background: white;
  color: #092e75;
}

@media (max-width: 768px) {
  .intro .intro-body {
    padding: 120px 20px;
  }
  .intro .intro-body .intro-company {
    font-size: 25px;
  }
  .intro .intro-body .intro-slogan {
    font-size: 15px;
  }
}
/* ==========================================================================
NAVBAR
========================================================================== */
.navbar-custom {
  position: relative;
  text-align: center;
  background: #092e75;
  box-shadow: 0 4px 5px -3px black;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.navbar-custom .main-nav {
  padding: 0;
}
.navbar-custom .main-nav li {
  display: inline;
}
.navbar-custom .main-nav li a {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  margin: 20px 32px 12px 32px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.navbar-custom .main-nav li a:hover {
  color: #7cc576;
}
.navbar-custom .navbar-toggle {
  width: 100%;
  float: none;
  margin-right: 0;
  font-size: 38px;
  color: white;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.navbar-custom .navbar-toggle:hover {
  color: #7cc576;
}

@media (max-width: 768px) {
  .navbar-custom .main-nav li {
    display: block;
  }
  .navbar-custom .main-nav li .small-logo {
    display: none;
  }
  .navbar-custom .main-nav li a {
    display: block;
  }
}
/* ==========================================================================
ABOUT US
========================================================================== */
.about {
  padding: 150px 0;
}
.about .about-title {
  font-family: "BebasNue", Verdana, Geneva, sans-serif;
  font-size: 50px;
}

@media (max-width: 992px) {
  .about {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .about {
    padding: 120px 20px;
    font-size: 14px;
  }
}
/* ==========================================================================
VIMI
========================================================================== */
.vimi {
  background: #070e27;
}
.vimi .vimi-content {
  color: white;
  padding: 80px;
  text-align: center;
  font-size: 16px;
}
.vimi .vimi-content img {
  margin-bottom: 30px;
}
.vimi .vision {
  background: #0a193f;
}
.vimi .mission {
  background: #070e27;
}

@media (max-width: 768px) {
  .vimi .vimi-content {
    padding: 80px 20px;
    font-size: 14px;
  }
}
/* ==========================================================================
VIMI
========================================================================== */
.product {
  padding: 150px 0;
}
.product .product-title {
  font-family: "BebasNue", Verdana, Geneva, sans-serif;
  font-size: 50px;
  text-align: center;
}
.product .product-text {
  text-align: center;
  background: url(../images/strip.png) no-repeat center bottom;
  padding-bottom: 80px;
  margin-bottom: 50px;
}
.product .product-item {
  margin-top: 50px;
}

.img img {
  width: -webkit-calc(100%) !important;
  width: calc(100%) !important;
}

.product-item-title {
  font-family: "Montserrat", Verdana, Geneva, sans-serif;
  font-size: 30px;
}

.more-detail {
  border: 1px solid #571f60;
  text-transform: uppercase;
  color: #571f60;
  margin-top: 10px;
  border-radius: 5px;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}
.more-detail:hover, .more-detail:focus {
  background: #571f60;
  color: white;
}

@media (max-width: 768px) {
  .product {
    padding: 120px 20px;
    font-size: 14px;
    text-align: center;
  }

  .product-item-title {
    margin-top: 20px;
  }
}
/* ==========================================================================
TESTIMONIAL
========================================================================== */
.testimonial {
  display: table;
  width: 100%;
  padding: 150px 0;
  text-align: center;
  color: white;
  background: url(../images/testimonial-bg.jpg);
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.testimonial .testi-body {
  display: table-cell;
  vertical-align: middle;
}
.testimonial .testi-body .img-quote {
  margin-bottom: 20px;
}
.testimonial .testi-body .quote-text {
  font-size: 40px;
  margin-bottom: 30px;
}
.testimonial .testi-body .quote-person {
  font-family: "Montserrat", Verdana, Geneva, sans-serif;
  font-size: 20px;
}
.testimonial .testi-body .quote-company {
  font-size: 15px;
}

@media (max-width: 768px) {
  .testimonial {
    padding: 120px 20px;
  }
  .testimonial .testi-body .quote-text {
    font-size: 18px;
  }
}
/* ==========================================================================
FOOTER
========================================================================== */
.contact {
  padding: 150px 0;
}
.contact .contact-title {
  font-family: "BebasNue", Verdana, Geneva, sans-serif;
  font-size: 50px;
}
.contact .contact-phone-email {
  font-size: 22px;
}
.contact .contact-touch {
  font-family: "Montserrat", Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 40px;
}
.contact .contact-copy {
  font-size: 14px;
  margin-top: 200px;
}

@media (max-width: 992px) {
  .contact {
    text-align: center;
  }
  .contact .contact-address {
    margin-top: 50px;
  }
  .contact .contact-phone-email {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .contact {
    padding: 120px 20px;
  }
  .contact .contact-address {
    font-size: 14px;
  }
  .contact .contact-phone-email {
    font-size: 18px;
  }
}
