@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,800;1,400;1,800&display=swap');
html, body {
  height: 100%;
}
body {
  background: #f9f9fb url(../img/bg.jpg) repeat-x;
}
body, td, th {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #303030;
}
a {
  text-decoration: none;
  color: #0054a6;
}
a:hover, a:focus {
  color: #339900;
}
b, strong {
  font-weight: 800;
}
h1, h2, h3, h4, h5, h6, p {
  font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  color: #0054a6;
}
h1 {
  font-size: 28px;
  color: #339900;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
input, select, textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #333;
}
hr {
  border: none 0;
  border-top: 1px dotted #999;
  height: 1px;
  margin: 10px 0 20px 0;
}
.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
.blue {
  color: #069;
}
.green {
  color: #693;
}
.white {
  color: #FFF !important;
}
.red {
  color: #900;
}
.t20 {
  font-size: 20px;
}
.t18 {
  font-size: 18px;
}
.t16 {
  font-size: 16px;
}
.t14 {
  font-size: 14px;
}
.t12 {
  font-size: 12px;
}
.t11 {
  font-size: 11px;
}
img.alignright {
  display: inline;
  margin: 5px 0 10px 20px;
  vertical-align: middle;
  float: right;
}
img.alignleft {
  display: inline;
  margin: 5px 20px 10px 0;
  vertical-align: middle;
  float: left;
}
.wrap {
  min-width: 300px;
  background: #FFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.ssd-header {
  border-top: 10px solid #339900;
  position: relative;
}
.ssd-header .logo {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.ssd-header .logo a {
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  width: 200px;
  height: 100px;
  background-image: url(../img/ssd-logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ssd-header .address {
  text-align: right;
  padding-right: 15px;
  min-height: 100px;
  font-size: 12px;
}
.ssd-header .title {
  font-weight: bold;
  font-size: 60px;
  line-height: 70px;
  color: #339900;
}
.ssd-header .glyphicon {
  color: #339900;
}
.ssd-header .space {
  display: inline-block;
  margin: 0 15px 0 0;
}
.ssd-header .order-button {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  text-align: center;
}
.ssd-header .order-button a {
  display: inline-block;
  background: #0054a6;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 10px;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
  color: #FFF;
  max-width: 180px;
}
.ssd-header .order-button a:hover {
  opacity: 0.8;
}
#footer {
  padding: 10px 20px;
  background: #3e454c;
}
#footer p {
  color: #FFF;
  font-size: 13px;
  line-height: 25px;
  margin: 0;
  padding: 0;
}
#footer a {
  color: #66cc33;
}
#footer a:hover {
  text-decoration: none;
  color: #FFF;
}
.custom-nav.navbar {
  border-radius: 0;
  margin: 0;
}
.custom-nav.navbar-default {
  background: #0054a6;
  border: none;
}
.custom-nav .navbar-collapse {
  padding: 0;
}
.custom-nav .nav > li > a {
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  border-right: 1px solid #003b74;
  padding: 10px 5px;
}
.custom-nav .nav > li:last-child > a {
  border-right: none;
}
.custom-nav .nav > li > a:hover, .custom-nav .nav > li > a:focus {
  text-decoration: none;
  background-color: #003b74;
}
.custom-nav .nav .open > a, .custom-nav .nav .open > a:hover, .custom-nav .nav .open > a:focus {
  background-color: #003b74;
}
.custom-nav .nav .caret {
  border-top-color: #FFF;
  border-bottom-color: #FFF;
}
.custom-nav .nav > li > a:hover .caret {
  border-top-color: #FFF;
  border-bottom-color: #FFF;
}
.custom-nav .nav .open > a .caret, .custom-nav .nav .open > a:hover .caret, .custom-nav .nav .open > a:focus .caret {
  border-top-color: #FFF;
  border-bottom-color: #FFF;
}
.dropdown-menu {
  background-color: #003b74;
}
.dropdown-menu > li > a {
  color: #FFF;
}
/* Home Slideshow CSS */
.home-carousel {
  margin: 0;
  display: block;
}
.home-carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bx-wrapper {
  margin: 0 auto;
}
.bx-wrapper .bx-viewport {
  border: none;
  left: 0;
  box-shadow: none;
}
.bx-wrapper .bx-pager {
  padding: 0;
  bottom: 10px;
}
/* Home Slideshow CSS ------ ends */
.home-content {
  background: #339900;
  color: #FFF;
  padding: 30px;
  font-size: 24px;
  font-weight: 300;
}
.home-content p {
  padding: 0;
  margin: 0;
}
.home-content a {
  color: #ccff66;
  text-decoration: none;
}
.home-content a:hover {
  color: #FFF;
  text-decoration: none;
}
.home-features {
  padding: 20px 30px;
}
.home-features h4 {
  font-weight: bold;
  font-size: 24px;
  color: #0054a6;
  display: block;
  line-height: 48px;
  padding: 0 0 0 55px;
}
.home-features .feature1 h4 {
  background: url(../img/icon-2.png) no-repeat;
}
.home-features .feature2 h4 {
  background: url(../img/icon-3.png) no-repeat;
}
.home-features .feature3 h4 {
  background: url(../img/icon-4.png) no-repeat;
}
.home-features .feature4 h4 {
  background: url(../img/icon-5.png) no-repeat;
}
.home-features .link {
  margin: 10px 10%;
  padding: 5px;
  display: block;
  background: #339900;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.home-features .link:hover {
  background: #006600;
  text-decoration: none;
}
/* Glowing Buttons */
@-webkit-keyframes glowing {
  0% {
    background-color: #004A7F;
    -webkit-box-shadow: 0 0 3px #004A7F;
  }
  50% {
    background-color: #0094FF;
    -webkit-box-shadow: 0 0 10px #0094FF;
  }
  100% {
    background-color: #004A7F;
    -webkit-box-shadow: 0 0 3px #004A7F;
  }
}
@-moz-keyframes glowing {
  0% {
    background-color: #004A7F;
    -moz-box-shadow: 0 0 3px #004A7F;
  }
  50% {
    background-color: #0094FF;
    -moz-box-shadow: 0 0 10px #0094FF;
  }
  100% {
    background-color: #004A7F;
    -moz-box-shadow: 0 0 3px #004A7F;
  }
}
@-o-keyframes glowing {
  0% {
    background-color: #004A7F;
    box-shadow: 0 0 3px #004A7F;
  }
  50% {
    background-color: #0094FF;
    box-shadow: 0 0 10px #0094FF;
  }
  100% {
    background-color: #004A7F;
    box-shadow: 0 0 3px #004A7F;
  }
}
@keyframes glowing {
  0% {
    background-color: #004A7F;
    box-shadow: 0 0 3px #004A7F;
  }
  50% {
    background-color: #0094FF;
    box-shadow: 0 0 10px #0094FF;
  }
  100% {
    background-color: #004A7F;
    box-shadow: 0 0 3px #004A7F;
  }
}
.button {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
/* Glowing Buttons Ends */
@media (max-width: 767px) {
  .ssd-header .logo {
    text-align: center;
    position: inherit;
  }
  .ssd-header .address {
    text-align: center;
  }
  .ssd-header .title {
    font-size: 32px !important;
    line-height: 30px;
  }
  .ssd-header .order-button {
    text-align: center;
    position: inherit;
  }
  .ssd-header .order-button a {
    max-width: inherit;
  }
  img.alignright {
    display: block;
    margin: 10px auto;
    float: none;
  }
  img.alignleft {
    display: block;
    margin: 10px auto;
    float: none;
  }
  .home-content {
    padding: 20px;
    font-size: 18px;
  }
  .custom-carousel .carousel-caption {
    position: static;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.custom-carousel {
  max-width: 900px;
  margin: 0 auto;
}
.custom-carousel .carousel-caption {
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  .ssd-header .title {
    font-size: 42px;
  }
  .custom-nav.navbar {
    min-height: inherit;
  }
  .custom-nav .nav > li > a {
    font-size: 12px;
    padding: 10px 5px;
  }
  .home-content {
    font-size: 20px;
  }
  .section-content {
    padding: 10px 20px 20px 20px;
    min-height: 300px;
  }
  .section-content p {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .custom-nav .nav > li > a {
    font-size: 10px;
    line-height: 30px;
    padding: 15px 5px;
  }
  .home-content {
    font-size: 22px;
  }
  .section-content {
    padding: 15px 30px 30px 30px;
  }
}
@media (min-width: 1200px) {
  .custom-nav .nav > li > a {
    font-size: 13px;
    line-height: 30px;
    padding: 20px 5px;
  }
  .home-content {
    font-size: 24px;
  }
}