@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,800&display=swap');
html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
  background: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: white;
}
.social a {
    border: 2px solid #fff;
    color: white;
}
.navbar-toggle {
    margin-top:28px;
}
.navbar.scrolled {
    background: rgb(136, 135, 21)!important;
}
.navbar.scrolled .navbar-nav li a {
    color: #fff !important;
}
.navbar.scrolled .navbar-nav li a:hover {
    color: #FEF500 !important;
}

.banner {
  background-size: cover;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.9) 100%), url(//brandedsites.com/storage/projects/3149/OnmPItLqRogZRRgQ5hrpD0v7Yaox8l8JHFHM/images/bgopMAWFnwv8eLvupGjnETsLt92gWMjFFr7V7fit.jpg);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.9) 100%), url(//brandedsites.com/storage/projects/3149/OnmPItLqRogZRRgQ5hrpD0v7Yaox8l8JHFHM/images/bgopMAWFnwv8eLvupGjnETsLt92gWMjFFr7V7fit.jpg);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.9) 100%), url(//brandedsites.com/storage/projects/3149/OnmPItLqRogZRRgQ5hrpD0v7Yaox8l8JHFHM/images/bgopMAWFnwv8eLvupGjnETsLt92gWMjFFr7V7fit.jpg) center top;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#333', GradientType=1);
  padding: 130px 0 40px;
}
.tiktok::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f004";
  font-weight: 900;
}

.accordion .panel {
  margin-bottom: 0;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  padding:0;
  background: #888715;
}

.accordion .panel-heading a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  display: block;
  font-weight: normal;
  padding: 5px 0;
}

.accordion .panel-heading a:hover, .accordion .panel-heading a:visited {
  color: #D5DF22;
}
.accordion .panel-heading .icon {
  position: absolute;
  right: 35px;
  -webkit-animation: minus 0.5s;
  font-size: 15px;
  animation: minus 0.5s;
}
.accordion .panel-body {
    background:#FAE73D;
    color: #333;
    font-size: 16px;
}
@keyframes minus {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

[aria-expanded="false"]>.expanded,
[aria-expanded="true"]>.collapsed {
  display: none;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.accordion .panel-heading a:hover, .accordion .panel-heading a:visited {
    color: #fff;
}
.navbar.scrolled .social a {
    border: 2px solid #f1f1f1;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.dropdown-menu {
background: #bbb90a;   

}
.nav .open > a {
    background-color:transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {

    background-color: transparent;
}
.dropdown-menu li {
    padding: 0 10px 5px 0;
}
.dropdown-menu li:hover {
    background: #999;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    min-width: 230px;
}



.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #666;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.navbar.scrolled .navbar-nav li a:hover {
    color: #666!important;
}

.anchor {
  display: block;
  height: 75px;
  margin-top: -75px;
  visibility: hidden;
}

.navbar-nav li a {
  font-size: 14px;
  padding-right: 1rem!important;
  padding-left: 1rem!important;
  font-weight: 700;
}

.navbar {
  margin-top: 1.5rem;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  margin-bottom: 0;
  padding: 0 0 10px;
}

.navbar-brand {
  padding: 10px 15px;
}

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

.navbar-default {
  border: none!important;
}

.navbar-fixed-top .navbar-collapse {
  padding-top: 5px;
}

.navbar.scrolled {
  border-bottom: 1px solid #ccc!important;
  margin-top: 0;
}

.navbar-collapse {
  border-top: none;
}





.navbar.scrolled .navbar {
  margin-top: 10px;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  margin-bottom: 5px;
}

.social a {
  width: 38px;
  height: 38px;
  background-color: transparent;
  display: block;
  color: #777;
  font-size: 1rem;
  padding-top: 8px;
  border: 2px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.social a:hover {
  color: #fff;
}

.social span {
  float: left;
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin-left: 7px;
}

.navbar.scrolled .social a {
  border: 2px solid #fff;
}

.banner h2 {
  color: white;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
}

.mt-5 {
  margin-top: 48px;
}

.mt-4 {
  margin-top: 24px;
}

.pt-5 {
  padding-top: 48px;
}

.pt-3 {
  padding-top: 16px;
}

.video {
  padding: 8px;
  background: #F1F1F1;
}

.panel {
  border-radius: 0;
  padding: 40px 30px 35px;
}

.panel input {
  border: none;
  border-bottom: 1px solid #CCC;
  width: 100%;
  margin: 10px 0 10px 0;
  padding: 10px 0px;
}

.panel input:focus {
  outline: none;
}

.panel input[type=submit] {
  margin-top: 30px;
}

.line {
  margin-top: 15px;
  width: 15%;
  height: 2px;
  background: #268EB5;
  margin: 0 auto;
}

.line:empty {
  border: 0;
  min-height: 0;
}

p {
  font-size: 18px;
  color: #000;
}

.box {
  border: 1px solid #ccc;
  padding: 30px;
  border-radius: 40px 40px 40px 0;
  -webkit-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  transition-duration: 800ms;
  margin-bottom: 30px;
}

.box h4 {
  color: #333;
  font-weight: 700;
  padding-bottom: 15px;
}

.box .icon {
  font-size: 50px;
  padding-bottom: 15px;
  color: #268EB5;
}

.box p {
  font-size: 16px;
}

.sec1 {
  background: #F0F0F0;
  width: 100%;
  padding: 60px 0;
}

.sec1 h1,
.sec2 h1,
.sec3 h1 {
  font-size: 45px;
  font-weight: 800;
}

.sec1 ul li {
  font-size: 16px;
  padding-bottom: 15px;
}

.sec1 .subhead,
.sec2 .subhead,
.sec3 .subhead {
  color: #268EB5;
  font-size: 18px;
}

.sec3 {
  background: #f5f9fc;
  width: 100%;
  padding: 60px 0 70px;
}

.sec3 .icon {
  font-size: 50px;
  padding-bottom: 10px;
  color: #268EB5;
}

footer {
  background: #222222;
  width: 100%;
  padding: 20px 0 20px;
  font-size: 14px;
  color: white!important;
}


/* Testimonial */

#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 60px;
}

#quote-carousel .carousel-control {
  background: none;
  color: #CACACA;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

#quote-carousel .carousel-indicators {
  position: relative;
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-top: 20px;
  margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  opacity: 0.4;
  overflow: hidden;
  transition: all .4s ease-in;
  vertical-align: middle;
}

#quote-carousel .carousel-indicators .active {
  width: 128px;
  height: 128px;
  opacity: 1;
  transition: all .2s;
}

.item blockquote {
  border-left: none;
  margin: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #666;
}
.navbar-toggle {
    background-color: rgba(255,255,255,0.5);
}
/* Responsive */

@media screen and (min-width: 768px) {
    .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

}

@media screen and (max-width: 767px) {
  .banner h2 {
    font-size: 30px;
  }
  .sec1 h1,
  .sec2 h1,
  .sec3 h1 {
    font-size: 36px;
  }
  .navbar-brand {
    padding: 5px 15px;
  }
  .navbar {
    padding: 0 0 25px;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #bbb90a;
}
.dropdown-submenu >.dropdown-menu {
   display:block;
}
.dropdown-submenu >.dropdown-menu li {
    background: #666;
}
.navbar .navbar-nav li a {
    color: #fff !important;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-top-color: #fff;
    margin-top: 5px;
    margin-right: 20px;
}
}