/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12/11/2020, 03:58:09 AM
    Author     : ocast
*/
video{
  width:100%;
  height:auto;
  margin: 0;
  padding: 0;
}
.navbar {
  padding-top: 10px;
}
.navbar-brand {
  padding-top: 3px;  
}
.navbar-brand img {
  height: 46px;
}
.navbar-nav > li {
  text-transform: uppercase;
  font-size: 13px; 
}
.navbar-nav {
  display: inline-block;
  float: none;
}
.social {
  margin-top: 12px;
}
.social li {
  display: inline-block;
}
.btn-social {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  color: #7ba04a;
}
.social-footer {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.social-footer li {
  margin-bottom: 10px;
  color: #fff;
}
.social-footer li:last-child {
  margin-bottom: 0;
}
.m-left-10 {
  margin-left: 10px;
}
.box-contact {
  padding: 30px 50px;
  border-radius: 25px;
}
.top-content {
  /*  height: 550px;*/
  margin-top: 70px;
  padding: 0 !important;
}
.bar-title {  
  background-color: #ceb54a;
  height: 20px;
  text-align: center;
  position: relative;
}
.bar-title h2 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 0;
  margin: 0;
  line-height: 42px;
}
.trapezoid {
  width: 320px;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 40px solid #ceb54a;
  display: inline-block;
}
.features-box {
  padding-top: 100px;
}
.features-box h5 {
  text-transform: uppercase;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 30px;
}
.bar-solid {
  display: inline-block;
  width: 250px;
  height: 3px;
  background: #a2be4a;
  margin: 30px 0 10px 0;
}
.contact {
  height: 550px;
}
.p-top-100 {
  padding-top: 100px;
}
.p-top-120 {
  padding-top: 120px;
}
.p-bottom-50 {
  padding-bottom: 50px;
}
p {
  line-height: 1.5;
}
.bar-vertical {
  border-left: 4px solid #a2be4a;
  padding-left: 40px;
}
.features-box h5 {
  margin-top: 30px;
}
.box-contact {
  background: rgba(162,190,74,.9);
}
.footer-green {
  background: #a2be4a;
}
footer {
  padding: 50px 0;
}
.copyright {
  background: #728641;
  border-top: 3px solid #fff;
}
.p-top-20 {
  padding-top: 20px;
}
.p-bottom-20 {
  padding-bottom: 20px;
}
.p-top-10 {
  padding-top: 10px;
}
.p-bottom-10 {
  padding-bottom: 10px;
}
.p-bottom-100 {
  padding-bottom: 100px;
}

.box-mobile {
  display: none;  
}
.init {
  display: block;
}
.mb-text {
  margin-left: 0;
  line-height: 1.4;
}

@media (min-width: 1200px) {
  .container-fluid {
    width: 1170px;
  }
}
@media (max-width: 768px) {
  .init {
    display: none !important;
  }
}
@media (max-width: 621px) {
  .mb-text {
    margin-left: 10px;
  }
  .init {
    display: block !important;
  }
  .box-web {
    display: none;
  }
  .box-mobile {
    display: block;
  }
}
.navbar-inverse .navbar-toggle:focus, 
.navbar-inverse .navbar-toggle:hover {
  background-color: #728641;
}