body,
html {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #777;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
}
h2,
h3,
h4 {
  font-family: "Raleway", sans-serif;
}
h2 {
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-weight: 800;
  font-size: 36px;
  color: #333;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p {
  font-size: 15px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: rgb(86, 86, 86);
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: #608dfd;
  font-weight: 400;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #608dfd;
}
ul,
ol {
  list-style: none;
}
ul,
ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #1e7a46;
  margin-bottom: 20px;
  border: 0;
}
/* Navigation */
#menu {
  padding: 15px;
  transition: all 0.8s;
}
#menu.navbar-default {
  background: white !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#menu a.navbar-brand {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: gray;
  text-transform: uppercase;
}
#menu.navbar-default .navbar-nav > li > a {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: gray;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 2px;
  border-radius: 0;
  border-color: linear-gradient(
    to right,
    #9cd4ee,
    #69c9dc,
    #54c3d6,
    #39bcd1,
    #00b6cb,
    #00b2db,
    #00acea,
    #00a5f7,
    #009bff
  ) !important;
  margin: 9px 20px 0 20px;
}
#menu.navbar-default .navbar-nav > li > a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: linear-gradient(
    to right,
    #9cd4ee,
    #69c9dc,
    #54c3d6,
    #39bcd1,
    #00b6cb,
    #00b2db,
    #00acea,
    #00a5f7,
    #009bff
  ) !important;
  content: "";
  transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
  width: 100%;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
}
.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > .active > a:focus:after {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 2px !important;
  background: transparent;

  content: "" !important;
  transition: width 0.2s !important;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
  border-color: linear-gradient(
    to right,
    #ffffff,
    #ffffff,
    #e9eefc,
    #c7e0f8,
    #9cd4ee,
    #69c9dc,
    #54c3d6,
    #39bcd1,
    #00b6cb,
    #00b2db,
    #00acea,
    #00a5f7,
    #009bff
  ) !important;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: transparent;
}

.banner {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 100% !important;
}

/* Style the buttons inside the banner */
.banner button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.banner button:hover {
  background-color: #ddd;
}

/* Create an active/current bannerlink class */
.banner button.active {
  background-color: #ccc;
}

/* Style the banner content */
.bannercontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  width: 100% !important;
}

#imdabanner {
  background-color: #f1f1f1;
  color: #fff;
  padding: 10px;
  font-size: 17px;
}

#imdabanner:hover {
  background-color: #f1f1f1;
  color: #fff;
  padding: 10px;
  font-size: 17px;
  color: white;
}

/* Style the close button */
.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.topright:hover {
  color: red;
}

.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.section-title h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(
    to right,
    #9cd4ee,
    #69c9dc,
    #54c3d6,
    #39bcd1,
    #00b6cb,
    #00b2db,
    #00acea,
    #00a5f7,
    #009bff
  ) !important;
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
.section-title p {
  font-size: 18px;
}
.btn-custom {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #5ca9fb;
  border-color: linear-gradient(
    to right,
    #9cd4ee,
    #69c9dc,
    #54c3d6,
    #39bcd1,
    #00b6cb,
    #00b2db,
    #00acea,
    #00a5f7,
    #009bff
  ) !important;
  border-width: thick;
  border-style: solid;
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.5s linear;
  border: 0;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-image: none;
  background-color: #6372ff;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}

a:hover {
  outline: none;
  outline-offset: none;
  color: black;
}
/* Header Section */
.intro {
  display: table;
  background-color: white;
  -webkit-margin-top: 100px;
  -moz-margin-top: 100px;
  -o-margin-top: 100px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: auto;
}

.intro h1 {
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 82px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}
.intro h1 span {
  font-weight: 800;
  color: #5ca9fb;
}
.intro p {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.intro img {
  width: 100%;
}

header .intro-text {
  padding-top: 350px;
  padding-bottom: 200px;
  text-align: center;
}

/* About Section */
#about {
  padding: 100px 0;
  background: #f6f6f6;
}
#about h3 {
  font-size: 22px;
  margin: 0 0 20px 0;
}
#about h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#about h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(
    to right,
    #ffffff,
    #ffffff,
    #e9eefc,
    #c7e0f8,
    #9cd4ee,
    #69c9dc,
    #54c3d6,
    #39bcd1,
    #00b6cb,
    #00b2db,
    #00acea,
    #00a5f7,
    #009bff
  ) !important;
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 0;
}
#about .about-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}
#about .about-text li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #5ca9fb;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}
#about img {
  margin-top: 10px;
  background: transparent;
}
#about p {
  line-height: 24px;
  margin: 30px 0;
}
/* Products Section */
#products {
  padding: 100px 0;
  background: #f6f6f6;
  color: #fff;
}

#products h2 {
  color: #000;
}

#products h3 {
  font-weight: 500;
  position: absolute;
  content: "";
  background: linear-gradient(
    to right,
    #9cd4ee,
    #69c9dc,
    #54c3d6,
    #39bcd1,
    #00b6cb,
    #00b2db,
    #00acea,
    #00a5f7,
    #009bff
  ) !important;
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
#products p {
  color: rgba(255, 255, 255, 0.75);
}

#products img {
  width: 100%;
}

#products img:hover {
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);

  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
}

#events {
  padding: 100px 0;
  background: #f6f6f6;
}

/* Testimonials Section */
#testimonials {
  padding: 100px 0;
}
#testimonials i {
  color: #e6e6e6;
  font-size: 32px;
  margin-bottom: 20px;
}
.testimonial {
  position: relative;
  padding: 20px;
  color: rgb(86, 86, 86);
}
.testimonial-image {
  float: left;
  margin-right: 15px;
}
.testimonial-image,
.testimonial-image img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.testimonial-content {
  position: relative;
  overflow: hidden;
  color: rgb(86, 86, 86);
}
.testimonial-content p {
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
}
.testimonial-meta {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #666;
}

th {
  text-align: center;
}

#table1 {
  padding-left: 15px;
}
#table td {
  width: 500px;
}

#table th {
  background-color: white;
  color: gray;
}

#table tr {
  font-size: 14px;
}

#table tr:hover {
  background-color: #3a95c2;
  color: white;
  border: none;
}

#table1 td {
  width: 500px;
}

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  color: black;
  width: 1050.2px;
}

.tab {
  background-color: transparent;
  border: none;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: transparent;
  float: center;
  border: solid white;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: white;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: white;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  color: black;
}

#tabcontent h3 {
  color: transparent;
}

/* Contact Section */
#contact {
  padding: 100px 0 60px 0;
  background: url("../img/bg1.jpg") no-repeat;
  background-color: #e5e5e5;
  background-size: auto;
  border-bottom: none;
  border-bottom-color: transparent;
  color: black;
}
#contact .section-title {
  margin-bottom: 40px;
  text-align: center;
  border-bottom: none;
  border-bottom-color: transparent;
}
#contact .section-title p {
  font-size: 16px;
}
#contact h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: none;
  border-bottom-color: transparent;
}
#contact .section-title h2::after {
  position: center;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 30px;
  border-bottom: none;
  border-bottom-color: transparent;
}
#contact h3 {
  color: #444;
  margin-top: 80px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-weight: 400;
}
#contact form {
  padding-top: 20px;
}
#contact .text-danger {
  color: #cc0033;
  text-align: center;
}
#contact .btn-custom {
  margin: 30px 0;
  background: transparent;
  border: 2px solid #fff;
}
#contact .btn-custom:hover {
  color: #1f386e;
  background: #fff;
}
label {
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  float: left;
}
#contact .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#contact .form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control:-moz-placeholder {
  color: #777;
}
.form-control::-moz-placeholder {
  color: #777;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
#contact .contact-item {
  margin: 20px 0;
}
#contact .contact-item span {
  color: #444;
  margin-bottom: 10px;
  display: block;
}
#contact .contact-item i.fa {
  margin-right: 10px;
}
#contact .social {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 10px;
  text-align: center;
  background: none;
}
#contact .social ul li {
  display: inline-block;
  margin: 0 20px;
}
#contact .social i.fa {
  font-size: 22px;
  width: 48px;
  height: 48px;
  padding: 12px 0;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
#contact .social i.fa:hover {
  color: #608dfd;
  background: #fff;
}
/* Footer Section*/
#footer {
  background: #f6f6f6;
  padding: 15px;
}
#footer p {
  color: #888;
  font-size: 14px;
}
#footer a {
  color: #608dfd;
}
#footer a:hover {
  border-bottom: 2px solid #608dfd;
}

@media (max-width: 768px) {
  #about img {
    margin: 50px 0;
  }
}

* {
  box-sizing: border-box;
}

body {
  background-color: transparent;
  font-family: Helvetica, sans-serif;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@media only screen and (max-width: 768px) {
  .features-area .featured-lists .floatright {
    float: inherit !important;
    display: block;
  }
}

#button {
  display: inline-block;
  background-color: white;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: gray;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* adam codes */

.new-container {
  padding-left: 20px;
  padding-right: 20px;
}

.banner-text {
  text-align: justify;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.jeremy-banner-text {
  text-align: justify;
  padding-left: 30px;
  padding-right: 30px;
}

.products-row .img-col {
  width: 100%;
}

.header-text {
  color: #000;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: large;
  text-align: center;
}

.new-products {
  align-items: center;
  justify-content: center;
}

.product-title {
  font-size: large;
  font-weight: bold;
  color: #258BDA;
}

.product-text {
	padding-left: 30px;
    padding-right: 30px;
	text-align: justify;
}

.price-row {
	color: rgb(86, 86, 86);
}



@media screen and (min-width: 688px) {
  .testing-row {
    display: flex;
	padding-top: 30px;
  }

  .testing-row .col {
    width: 100%;
  }

  .banner-text {
    padding-top: 70px;
  }

  .products-row {
    display: flex;
  }

  .products-row .img-col {
    width: 100%;
  }

  .header-text {
    font-size: xx-large;
  }

  .products-row {
	padding-left: 50px;
    padding-right: 50px;
	padding-top: 30px;
	padding-bottom: 30px ;
  }

  .product-text {
	padding-left: 50px;
    padding-right: 50px;
  }

  .product-text-4col {
	padding-left: 40px;
    padding-right: 40px;
  }

/* end of adam codes */
