body {
  font-family: 'Cabin', sans-serif;
  padding-top: 0px;
  padding-bottom: 30px;
  color: #5a5a5a;
     }

.header_bg{
	background: url('../pic/banner2b.jpg');
	background-size: 100%;
    }

.slider-container {
    margin-bottom: 40px;
    font-size: 28px;
    padding: 40px 0 43px 0;
	background: #1d1d1d;
    background: rgba(0, 0, 0, .7);
    color: #fff;
	padding: 18px 0;
    }

h1 {
    font-size:30px;
    text-align: center;
       }
h2 {
    font-size:25px;
       }

h3 {
    font-size:35px;
    color: #ffffff;
    position:absolute;
    z-index: 1;
    top: 80px;
    text-shadow: 1px 1px 2px #5a5a5a;
    }

.btn {
    outline: 5px;
    width:30%;
     }

.btn1 {
    outline: 5px;
    width:80%;
    }

.collapsebox{
    color:#5a5a5a;
    font-size:16px;
    text-decoration: none;
    cursor:pointer;
    border: 1px solid #dedede;
    margin: 10px 0;
    padding: 12px 15px;
    display: block;
}

.a1 {
    cursor:pointer;
    color: #ffffff;
     }

.a1:hover {
    text-decoration: none;
    color: #ffffff
    }

.p1{
    font-size:18px;
}

.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
    }

.icon-bar {
   background-color:#5a5a5a;
    }

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.footerwrap {
	background: #69a565;
	margin-top: 0px;
	padding-top: 40px;
	border-bottom: 1px solid #ddd;
}


@media (min-width: 992px) {
  .hideOnDesktopView {
      display:none !important;
  }
}
@media (max-width: 991px) {
  .hideOnMobileView {
      display:none !important;
  }
}