@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400);

body {
  font-family: 'Roboto', sans-serif; 
  color: #666666;
  -webkit-font-smoothing: antialiased;
}
a {
  font-family: 'Roboto', sans-serif; 
  font-weight: lighter;
  -webkit-font-smoothing: antialiased;
}
div.content {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #666666;
}
header .navbar-default {
  background: rgba(153,0,0,0.3); /*none; */
  border-bottom: 2px solid #dddddd; /*none; */
  padding-top: 20px; 
  padding-bottom: 10px; 
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav {
  padding-top: 55px;
}
header .navbar-default ul.navbar-nav li a {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  padding: 7px 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:after {
  content: '';
  width: 32px;
  background: none;
  height: 4px;
  position: absolute;
  bottom: 2px;
  z-index: 99999;
  left: 20px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  color:  #ffffff; 
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
 
}

header .navbar-default ul.navbar-nav li a:hover:after {
  background:  #ffffff; 
}

header .navbar-default ul.navbar-nav li a.getApp {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a.getApp:after {
  display: none;
}
header .navbar-default .navbar-brand {
  height: auto; 
  padding: 0px;
  
}


header .navbar-default.scrolled {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .navbar-default.scrolled .navbar-brand {
  padding: 15px 20px;
}
header .navbar-default.scrolled .navbar-brand img {
  width: auto;
  max-height: 33px; 
}
header .navbar-default.scrolled ul.navbar-nav {
  padding-top: 15px;
}

.scrollpoint {
  opacity: 0;
}


.scrollpoint.active {
  opacity: 1 \0;
}


.hanging-phone {
  position: absolute;
  right: 0;
  z-index: 0;
  bottom: -70px;
}
.section-heading {
  margin: 60px 0 80px;
  text-align: center;
}
.section-heading h1 {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
  font-size: 55px;
  font-weight: 300;
  margin-bottom: 0;
}
.section-heading p {
  font-size: 25px;
  color: #999999;
  font-weight: 300;
}
.section-heading .divider:after {
  content: "";
  position: relative;
  height: 4px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 13px auto;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
.section-heading.inverse h1,
.section-heading.inverse p {
  color: #ffffff;
}
.section-heading.inverse .divider:after {
  background: #ffffff;
}
section#about {
  position: relative;
}
section#about .about-item {
  text-align: center;
  font-family: "Roboto", sans-serif; 
  font-weight: lighter;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
  text-align:left;
}

section#about .about-item  ul {
  list-style-type: none;
}

section#about .about-item  ul li:before {
  content: '\2014';
  position: left; 
  margin-left: -20px;
}


section#about .about-item  ul li {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #000000; 
  text-align:left;
}


section#about .about-item i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 104px;
} 
section#features .media > .pull-right {
  margin-left: 20px;
}
section#features .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 15px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 2.1em;
  height: 2.1em; 
  text-align: center;
}

section#features .media .media-body h3 {
  font-family: "Roboto", sans-serif; 
  font-weight: 300;
  font-size: 19px;
  color: #000000;
}

section#features .container .row p {
  font-family: "Roboto", sans-serif; 
  font-weight: 300;
  font-size: 17px;
  color: #000000;
}

section#features .container  p {
  font-family: "Roboto", sans-serif; 
  font-weight: 300;
  font-size: 17px;
  color: #000000;
}

section#features .media .media-heading {
  padding-top: 10px;
  font-weight: 300;
}
section#features .media .media-body {
  color: #999999;
}
section#features .media.media-left .media-body {
  text-align: right;
}
section#features .media.feature {
  margin-top: 25px;
}
section#features .media.feature:first-child {
  margin-top: 0;
}
section#features img {
  margin: 0 auto 20px;
}
section#reviews {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section#reviews .review-filtering {
  margin: 20px 0 100px 0;
}
section#reviews .review-filtering .review .review-person {
  width: 100%;
}
section#reviews .review-filtering .review .review-person img {
  width: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
}
section#reviews .review-filtering .review .review-comment {
  width:100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 40px 20px;
  position: relative;
}
section#reviews .review-filtering .review .review-comment h3 {
  margin-bottom: 15px;
}
section#reviews .review-filtering .review .review-comment p {
   font-family: "Roboto", sans-serif;/*"Segoe UI"; */
  font-weight: lighter;
  font-size: 16px;
  color: #999999;
}
section#reviews .review-filtering .review .review-comment p span {
  margin-left: 10px;
}
section#reviews .review-filtering .review .review-comment:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-width: 15px;
  margin-top: -10px;
}
section#reviews .review-filtering .review .review-person,
section#reviews .review-filtering .review .review-comment {
  float: left;
}
section#reviews .review-filtering .slick-dots {
  bottom: -80px;
}
section#reviews .review-filtering .slick-dots li button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
section#reviews .review-filtering .slick-dots li button:before {
  display: none;
}
section#ContactUs {
  padding: 0 0 150px 0;
}
section#support .media {
  margin-bottom: 10px;
}
section#support .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 1.9em;
  text-align: center;
}
section#support .media .media-heading {
  padding-top: 15px;
  font-weight: 300;
}
section#support .media .media-heading a {
  font-weight: 400;
}
/* footer section */
footer {
  padding: 80px 0;
  text-align: center;
}
footer a > img {
  width: 200px;
}
footer .social {
  display: block;
  margin-top: 30px;
}
footer .social a {
  margin: 0 8px;
  padding: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer .social a i {
  width: 1em;
}
footer .rights {
  margin-top: 30px;
}
footer .rights a {
  text-decoration: underline;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-weight: bold;
}
footer .rights a:hover {
  text-decoration: none;
}
section {
  position: relative;
  padding-bottom: 90px;
}
/* Common style for pseudo-elements */
section::before,
section::after {
  position: absolute;
  content: '';
  pointer-events: none;
  overflow: hidden;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.tp-caption {
  font-family: "Roboto", sans-serif !important; /*'Lato', Arial !important; */
  -webkit-font-smoothing: antialiased;
}
.tp-caption.large_white_bold {
  color: #ffffff;
  font-size: 65px;
  font-weight: 400;
}
.tp-caption.large_white_light {
  color: #ffffff;
  font-size: 65px;
  font-weight: 400;
  font-weight: 300;
}
.btn {
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 25px;
}
.btn.btn-primary {
  border: 2px solid #ffffff;
  background: none;
  color: #ffffff;
}
.btn.btn-primary:hover {
  color: #ffffff;
}
.btn.btn-default {
  border: none;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.btn.btn-lg {
  padding: 10px 25px;
}
.btn:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
form .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  height: 40px;
  line-height: 40px;
  padding: 20px;
  color: #cfcfcf;
  border: 2px solid #cccccc;
  font-weight: 300;
}
form textarea.form-control {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  height: auto;
  line-height: normal;
}


@media screen and (max-width: 640px) {
  .logo {
    width: 100px;
    height: auto;
  }
  .slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
  }
  .contact-details {
    margin-top: 20px;
  }
  header .navbar-default {
    padding: 20px;
  }
  
  header .navbar-default .navbar-toggle {
    margin-top: 0px;
    margin-right: 0px;
    background: none;
    border: 2px solid #ffffff; 
    color: #ffffff;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
  }
  
  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
    background: none;
    color: #ffffff; 
  }
  header .navbar-default ul.navbar-nav {
    padding-top: 0;
    margin: 0;
  }
  header .navbar-default ul.navbar-nav li a {
    padding: 10px;
    text-align: center;
  }
  header .navbar-default ul.navbar-nav li a.getApp {
    background: none !important;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    -ms-border-radius: 0em;
    -o-border-radius: 0em;
    border-radius: 0em;
  }
  header .navbar-default .navbar-collapse {
    border-color: transparent; 
  }
  
  header .navbar-default.scrolled .navbar-collapse {
    border-color: transparent; 
  }
  header .navbar-default.scrolled ul.navbar-nav {
    padding-top: 0;
    margin: 0;
  }
  header .navbar-default.scrolled .navbar-toggle {
    margin-top: 11px;
    margin-right: 20px;
    background: none; /*none*/
    border: 2px solid #ffffff; 
    color: #fffff;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
  }
}

@media screen and (max-width: 791px) {
.contact-details  .media .media-body .media-heading {
font-size: 18px;
font-weight: 500 !important;
}

.features-details .media-body .media-heading {
font-size: 17px;
}
.featuresright-details .media-body .media-heading {
font-size: 17px;
}


}


header {
  background: #900; 
  /* Old browsers */
 background: -moz-linear-gradient(-180deg, #900 0%, #d96666 80%);
 
  /* FF3.6+ */
  background: -webkit-gradient(-180deg, #900 0%, #d96666 80%);
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-180deg, #900 0%, #d96666 80%);
  /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(-180deg, #900 0%, #d96666 80%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-180deg, #900 0%, #d96666 80%);
  /* IE10+ */
  background: linear-gradient(-180deg, #900 0%, #d96666 80%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#900, endColorstr=#d96666, GradientType=1);
}
header .navbar-default ul.navbar-nav li a {
  color: #ffffff;
  
}



header .navbar-default ul.navbar-nav li ul.dropdown-menu li a{
  color: #900; 
  
}

header .navbar-default .navbar-collapse {
   border-top: transparent; 
}

header .navbar-default  .navbar-collapse ul.navbar-nav  li.dropdown ul.dropdown-menu li a  {
   color: #ffffff; 
}

header .navbar-default.scrolled .navbar-collapse ul.navbar-nav  li.dropdown ul.dropdown-menu li a{
   color: #ffffff; 
}

header .navbar-default .navbar-collapse ul.navbar-nav  li.dropdown ul.dropdown-menu {
   background-color: rgba(153,0,0,0.8); 
   border-bottom: 2px solid #dddddd; 
}

header .navbar-default  .navbar-collapse ul.navbar-nav  li.dropdown ul.dropdown-menu li a:hover {
  color: #900;
 }

 header .navbar-default .navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu li a:hover:after {
  background: none;
}

header   .navbar-default .navbar-toggle,
header   .navbar-default .navbar-toggle:hover,
header   .navbar-default .navbar-toggle:focus,
header   .navbar-default .navbar-collapse ul.navbar-nav  li.dropdown  ul.dropdown-menu li a:hover{
  color: #aaa5a5;
}

header   .navbar-default .navbar-toggle,
header   .navbar-default .navbar-toggle:hover,
header   .navbar-default .navbar-toggle:focus,
header   .navbar-default .navbar-collapse:hover{
  color: #ffffff;
}


header .navbar-default ul.navbar-nav li a.getApp {
  color:  #900; /*#3cb4b4; */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e0e0e0, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
header .navbar-default ul.navbar-nav li a.getApp:hover {
  color: #900;
  background: #ffffff; 
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:hover {
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .navbar-default.scrolled {
  border-bottom: 3px solid #c14c4c; 
}

header .navbar-default.scrolled ul.navbar-nav li a {
  color: #900; 
}
header .navbar-default.scrolled ul.navbar-nav li a:hover {
  color:  #900; 
}

header .navbar-default .navbar-collapse ul.navbar-nav li a:hover {
  color:  #a5c5c8; 
}

header .navbar-default.scrolled .navbar-collapse ul.navbar-nav li a:hover {
  color:  #a5c5c8; 
}

header .navbar-default.scrolled ul.navbar-nav li a:hover:after {
  background: #900; 
}



header .navbar-default.scrolled .navbar-brand {
  background: #900; 
}

section .section-heading .divider:after {
  background: #900; 
}

section#about .about-item i.fa {
  border: 2px solid #900; 
  color: #900; 
}

section#about .about-item p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #000000; 
}


section#about .about-item:hover i.fa {
  color: #ffffff;
  background: #900; 
}
section#about .about-item:hover h3 {
  color: #900; 
}

section#about .about-item img {
  width: 110px;
  height: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
 }

section#about  .about-item img {
 border: 3px solid #900;

}


section#features header h1:after {
  background: #900; 
}

section#features .media i.fa {
  border: 2px solid #900; 
  color: #900; 
}
section#features .media.active i.fa {
  color: #ffffff;
  background: #900; 
}
section#features .media.active .media-heading {
  color: #900; 
}
section#reviews {
  background: url("../img/vivid_img/vividsparks_background.jpg");
}
section#reviews header {
  color: #ffffff;
}
section#reviews header h1:after {
  background: #ffffff;
}
section#reviews .review-filtering .review .review-person img {
  border: 3px solid #ffffff;
}
section#reviews .review-filtering .review .review-comment {
  background: #ffffff;
}
section#reviews .review-filtering .review .review-comment h3 {
  color: #900; /*#66cc99; */
}
section#reviews .review-filtering .review .review-comment p {  /*span i */
  color: #000000; 
  font-weight: 400;
}
section#reviews .review-filtering .review .review-comment:after {
  border-right-color: #ffffff;
}
section#reviews .review-filtering .slick-dots li button {
  background: #ffffff;
  border: 2px solid #ffffff;
}
section#reviews .review-filtering .slick-dots li.slick-active button {
  background: #900; 
}

section#support header h1:after {
  background: #900; 
}
section#support .media i.fa {
  border: 2px solid #900; 
  color: #900; 
}
section#support .media a {
  color: #900;
}
section#support .media:hover i.fa {
  color: #ffffff;
  background: #900; 
}
section#support .media:hover h3 {
  color: #900; 
}
section#support .media .media-body h3{
  font-family: 'Roboto', sans-serif;
}

section#support .media .media h4 {
  font-family: 'Roboto', sans-serif;
  
}

section#about .about-item  a:hover {
  background: #900;
  color: #ffffff;
  
  
}

/* footer section */
footer {
  background: #900; 
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #66cc99 0%, #339999 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #66cc99), color-stop(100%, #339999));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #66cc99 0%, #339999 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #66cc99 0%, #339999 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #66cc99 0%, #339999 100%);
  /* IE10+ */
   background: linear-gradient(-45deg, #900 0%, #900 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#900, endColorstr=#339999, GradientType=1);
 }
footer .social a {
  border: 2px solid #ffffff;
}
footer .social a i {
  color: #ffffff;
}
footer .social a:hover {
  background: #ffffff;
}
footer .social a:hover i {
  color: #900; 
}
footer .rights {
  color: #ffffff;
}
footer .rights a {
  color: #ffffff;
  font-weight: 300;
  text-decoration: none;
}
.navbar-toggle {
  background-color: #900; 
   border: 2px solid #ffffff; 
    color: #ffffff; 
  -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
}


.navbar-toggle:hover {
color: #900; 
}
.btn.btn-primary {
  color: #900; 
  border-color: #900; 
}

.btn.btn-primary:hover {
  color: #ffffff;
  background: #900; 
  border-color: #900;   
}

.btn.btn-primary.inverse {
  color: #ffffff;
  border-color: #ffffff;
}


.btn.btn-primary.inverse:hover {
  color: #ffffff;
  background: #900; 
  border-color: #900;  
}


.btn.btn-default {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #900; 
}
.btn.btn-default:hover {
  color: #900; 
}

form .form-control:focus {
  border-color: #900;
  color: #900;
}



@media screen and (max-width: 640px) {

  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
    background: none;
  }
 
  header .navbar-default ul.navbar-nav li a {
    color: #ffffff;
    border-bottom: 1px solid  #c14c4c;  
  }
  header .navbar-default ul.navbar-nav li a.getApp {
    color: #ffffff;
  }
  header .navbar-default ul.navbar-nav li a:after {
    display: none;
  }
  header .navbar-default ul.navbar-nav li a:hover {
    color: #900; 
  }
  header .navbar-default .navbar-collapse {
    background: none; 
  }
  header .navbar-default.scrolled {
    background: #900; 
  }
  header .navbar-default.scrolled ul.navbar-nav li a {
    color: #ffffff;
  }
  header .navbar-default.scrolled ul.navbar-nav li a:hover {
    color: #900;
  }
}


.pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: block;
}
.pre-loader .load-con {
  margin: 20% auto;
  position: relative;
  text-align: center;
}
.spinner {
  margin: 50px auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.pre-loader {
 background: -moz-linear-gradient(-180deg, #900 0%, #d96666 80%);
 
  /* FF3.6+ */
  background: -webkit-gradient(-180deg, #900 0%, #d96666 80%);
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-180deg, #900 0%, #d96666 80%);
  /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(-180deg, #900 0%, #d96666 80%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-180deg, #900 0%, #d96666 80%);
  /* IE10+ */
  background: linear-gradient(-180deg, #900 0%, #d96666 80%);
  /* W3C */
}



section#aboutus {
  position: relative;
}
section#aboutus .about-item {
  text-align: center;
  font-family: "Roboto", sans-serif; 
  font-weight: lighter;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
  text-align:left;
}
section#aboutus .about-item i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 104px;
}


section#aboutus .about-item p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #000000; 
}


section#aboutus  header h1 {
  background: #900; 
}

section#leadership .container .col-md-8 {
  font-family: "Roboto", sans-serif; 
  font-weight: 300;
  font-size: 17px;
  color: #000000;
}

section#leadership  img {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
 }

section#leadership img {
 border: 3px solid #900;

}


section#partnerships .container .about-item p {
  font-family: "Roboto", sans-serif; 
  font-weight: 300;
  font-size: 17px;
  color: #000000;
  text-align:left;

}

section#partnerships .container  p {
  font-family: "Roboto", sans-serif; 
  font-weight: 300;
  font-size: 17px;
  color: #000000;
  text-align:left;

}

section#faqs .container .about-item h2 {
  font-family: "Roboto", sans-serif; 
  font-weight: 300;
  font-size: 17px;
  color: #900;
}

section#faqs .container .about-item  p {
  font-family: "Roboto", sans-serif; 
  font-weight: 300;
  font-size: 17px;
  color: #000000;
  text-align:left;
}

section#support .container .about-item h2 {
  font-family: "Roboto", sans-serif; 
  font-weight: 300;
  font-size: 17px;
  color: #900;
}

section#support .container .about-item .btn:hover {
  color: #ffffff;
  background: #900; 
}


section#support .container .about-item td input{
  border:none;
  border-bottom:1.5px solid;
  border-color:#900; 
}


section#support .container .about-item td textarea{
  border:none;
  border-bottom:2px solid;
  border-color:#900; 
}



section#support .container .about-item input[type=submit] {
  background-color: #ffffff;
  color: #900;
  padding: 12px 20px;
  border: 2px solid #900;
  border-radius: 30px;
  cursor: pointer;
/*  float: right; */
}

section#support .container .about-item input[type=submit]:hover {
  color: #ffffff;
  background: #900; 
}

@media screen and (max-width: 640px) {
	
table, td, tr { 
		display: block; 
	}
	
}

@media screen and (max-width: 791px) {
	
table, td, tr { 
		display: block; 
	}
	
}


section#partnerships .container .row  .col-md-3{
  border:none;
  margin-bottom: 20px;
}


section#partnerships .container .row  .col-md-3 img {
  width: 110px;
  height: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
 }

section#partnerships  .container .row  .col-md-3 img {
 border: 3px solid #900;

}

section#technology .container .col-md-8 p {
  font-family: "Roboto", sans-serif; 
  font-weight: 300;
  font-size: 17px;
  color: #000000;
}

section#solutions .container .col-md-8 {
  font-family: "Roboto", sans-serif; 
  font-weight: 300;
  font-size: 17px;
  color: #000000;
}

section#solutions  img {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
 }

 section#solutions img {
 border: 3px solid #900;
 
}

section#solutions .container .row .section-heading .divider:after {
  background: none; 
}

section#case_studies .container .col-md-8 {
  font-family: "Roboto", sans-serif; 
  font-weight: 300;
  font-size: 17px;
  color: #000000;
}

section#benchmarks .container .col-md-8 {
  font-family: "Roboto", sans-serif; 
  font-weight: 300;
  font-size: 17px;
  color: #000000;
}

section#case_studies  img {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
 }

 section#case_studies img {
 border: 3px solid #900;
 
}

section#case_studies .container .row .section-heading .divider:after {
  background: none; 
}


section#benchmarks  img {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
 }

 section#benchmarks img {
 border: 3px solid #900;
 
}

section#benchmarks .container .row .section-heading .divider:after {
  background: none; 
}



section#leadership .container .row .section-heading .divider:after {
  background: none; 
}



@media screen and (max-width: 640px) {
.pre-loader .load-con img{
  position: relative;
  width: 70%;
  height: 20%;
   top: 140px;
}  
}


@media screen and (max-width: 791px) {
.pre-loader .load-con img{
  position: relative;
  width: 70%;
  height: 20%;
   top: 140px;
}  
}

@media screen and (max-width: 640px) {
section#solutions  img {
  width: 80%;
  height: 80%;
 }
 
 section#case_studies  img {
  width: 80%;
  height: 80%;
 }
  

section#benchmarks  img {
  width: 80%;
  height: 80%;
 }
  
  
}


@media screen and (max-width: 640px) {
section#leadership  img {
  width: 80%;
  height: 80%;
 }
  
}

@media screen and (max-width: 791px) {
section#leadership  img {
  width: 80%;
  height: 80%;
 }
  
}

@media screen and (max-width: 791px) {
section#solutions  img {
  width: 80%;
  height: 80%;
 }

section#case_studies  img {
  width: 80%;
  height: 80%;
 }
 
 section#benchmarks  img {
  width: 80%;
  height: 80%;
 }

  
}

@media screen and (max-width: 850px) {
	
	
section#leadership .container .row .col-md-3  img {
  width: 80%;
  height: 80%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
 }
	

section#technology .container .col-md-3  img {
  width: 80%;
  height: 80%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
 }


section#solutions .container .row .col-md-3  img {
  width: 80%;
  height: 80%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
 }
 
section#case_studies .container .row .col-md-3  img {
  width: 80%;
  height: 80%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
 }
 
 
 section#benchmarks .container .row .col-md-3  img {
  width: 80%;
  height: 80%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
 }
 
}

@media screen and (max-width: 791px) {
section#leadership  img {
  width: 80%;
  height: 80%;
 }
  
}

section#features .media .media-body h3 {
  font-family: "Roboto", sans-serif; 
  font-weight: 300;
  font-size: 19px;
  color: #000000;
}



section#features .media .media-body p{
  font-family: "Roboto", sans-serif; 
  font-weight: 300;
  font-size: 2px;
  color: #000000;
} 




section#technology   img {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
 }

 section#technology  img {
 border: 3px solid #900;
 
}



section#partnerships .container .row  .about-item .btn:hover {
  color: #ffffff;
  background: #900; 
}


section#reviews {
	
padding-top: 10%; 

}


section#reviews2 {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section#reviews2 .review-filtering {
  margin: 20px 0 100px 0;
}
section#reviews2 .review-filtering .review .review-person {
  width: 100%;
}
section#reviews2 .review-filtering .review .review-person img {
  width: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
}
section#reviews2 .review-filtering .review .review-comment {
  width:100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 40px 20px;
  position: relative;
}
section#reviews2 .review-filtering .review .review-comment h3 {
  margin-bottom: 15px;
}
section#reviews2 .review-filtering .review .review-comment p {
   font-family: "Roboto", sans-serif;/*"Segoe UI"; */
  font-weight: lighter;
  font-size: 16px;
  color: #999999;
}
section#reviews2 .review-filtering .review .review-comment p span {
  margin-left: 10px;
}
section#reviews2 .review-filtering .review .review-comment:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-width: 15px;
  margin-top: -10px;
}
section#reviews2 .review-filtering .review .review-person,
section#reviews2 .review-filtering .review .review-comment {
  float: left;
}
section#reviews2 .review-filtering .slick-dots {
  bottom: -80px;
}
section#reviews2 .review-filtering .slick-dots li button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
section#reviews2 .review-filtering .slick-dots li button:before {
  display: none;
}

section#reviews2 {
  background: url("../img/vivid_img/vividsparks_background.jpg");
}
section#reviews2 header {
  color: #ffffff;
}
section#reviews2 header h1:after {
  background: #ffffff;
}
section#reviews2 .review-filtering .review .review-person img {
  border: 3px solid #ffffff;
}
section#reviews2 .review-filtering .review .review-comment {
  background: #ffffff;
}
section#reviews2 .review-filtering .review .review-comment h3 {
  color: #900; /*#66cc99; */
}
section#reviews2 .review-filtering .review .review-comment p {  /*span i */
  color: #000000; 
  font-weight: 400;
}
section#reviews2 .review-filtering .review .review-comment:after {
  border-right-color: #ffffff;
}
section#reviews2 .review-filtering .slick-dots li button {
  background: #ffffff;
  border: 2px solid #ffffff;
}
section#reviews2 .review-filtering .slick-dots li.slick-active button {
  background: #900; 
}

section#customers {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section#customers .review-filtering {
  margin: 20px 0 100px 0;
}
section#customers .review-filtering .review .review-person {
  width: 100%;
}
section#customers .review-filtering .review .review-person img {
  width: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
}
section#customers .review-filtering .review .review-comment {
  width:100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 40px 20px;
  position: relative;
}
section#customers .review-filtering .review .review-comment h3 {
  margin-bottom: 15px;
}
section#customers .review-filtering .review .review-comment p {
   font-family: "Roboto", sans-serif;/*"Segoe UI"; */
  font-weight: lighter;
  font-size: 16px;
  color: #999999;
}
section#customers .review-filtering .review .review-comment p span {
  margin-left: 10px;
}
section#customers .review-filtering .review .review-comment:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-width: 15px;
  margin-top: -10px;
}
section#customers .review-filtering .review .review-person,
section#customers .review-filtering .review .review-comment {
  float: left;
}
section#customers .review-filtering .slick-dots {
  bottom: -80px;
}
section#customers .review-filtering .slick-dots li button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
section#customers .review-filtering .slick-dots li button:before {
  display: none;
}

section#customers {
  background: url("../img/vivid_img/vividsparks_background.jpg");
}
section#customers header {
  color: #ffffff;
}
section#customers header h1:after {
  background: #ffffff;
}
section#customers .review-filtering .review .review-person img {
  border: 3px solid #ffffff;
}
section#customers .review-filtering .review .review-comment {
  background: #ffffff;
}
section#customers .review-filtering .review .review-comment h3 {
  color: #900; /*#66cc99; */
}
section#customers .review-filtering .review .review-comment p {  /*span i */
  color: #000000; 
  font-weight: 400;
}
section#customers .review-filtering .review .review-comment:after {
  border-right-color: #ffffff;
}
section#customers .review-filtering .slick-dots li button {
  background: #ffffff;
  border: 2px solid #ffffff;
}
section#customers .review-filtering .slick-dots li.slick-active button {
  background: #900; 
}


@media screen and (max-width: 640px) {
section#technology   img {
  width: 80%;
  height: 80%;
 }
  
}

@media screen and (max-width: 791px) {
section#technology   img {
  width: 80%;
  height: 80%;
 }
  
}

@media screen and (max-width: 640px) {
.section-heading h1 {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 0;
}
}

@media screen and (max-width: 791px) {
.section-heading h1 {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 0;
}
}

@media screen and (max-width: 640px) {

.btn.btn-lg {
  padding: 7px 10px;
}

section#about .about-item img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
  
 }
 
section#about  .about-item img {
 border: 2px solid #900;

} 

section#partnerships .container .row .col-md-3 .about-item img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
  
 }
 
section#partnerships  .container .row .col-md-3 .about-item  img {
 border: 2px solid #900;

} 

section#partnerships .container .row .col-md-3 .about-item  h3{
	
 font-size: 17px; 	
  
 }



section#about .about-item a{
  font-size: 13px;
}

section#partnerships .about-item a{
  font-size: 13px;
}

section#about .about-item p {
  font-size: 14px; 
}

section#about .about-item li {
  font-size: 14px; 
}

section#aboutus .container .section-heading h1 {
    font-size: 30px; 
}

section#aboutus .about-item p {
    font-size: 14px; 
}

section#leadership .container .section-heading h1 {
    font-size: 30px; 
}


section#leadership .col-md-8 p {
    font-size: 14px; 
}



section#support .about-item p {
    font-size: 14px; 
}

section#about .container .section-heading h1 {
    font-size: 30px; 
}

section#technology .container .section-heading h1 {
    font-size: 30px; 
}


section#technology .container .col-md-8 p {
    font-size: 14px; 
}


section#solutions .container .section-heading h1 {
    font-size: 30px; 
}

section#solutions .container .col-md-8 p {
    font-size: 14px; 
}

section#case_studies .container .section-heading h1 {
    font-size: 30px; 
}

section#case_studies .container .col-md-8 p {
    font-size: 14px; 
}

section#benchmarks .container .section-heading h1 {
    font-size: 30px; 
}

section#benchmarks .container .col-md-8 p {
    font-size: 14px; 
}


section#partnerships .container .section-heading h1 {
    font-size: 30px; 
}

section#partnerships .container p {
    font-size: 14px; 
}

section#partnerships .container .row .col-md-3 .about-item p {
    font-size: 14px; 
}


section#features .container .section-heading h1 {
    font-size: 30px; 
}

section#features .about-item p {
    font-size: 14px; 
}

section#features .about-item li {
    font-size: 14px; 
}

section#reviews .container .section-heading h1 {
    font-size: 30px; 
}

section#reviews .container .row .col-md-10 .review-filtering .review .row  .col-md-10 .review-comment  h3 {
    font-size: 14px; 
}

section#reviews .container .row .col-md-10 .review-filtering .review .row  .col-md-10 .review-comment  p {
    font-size: 14px; 
}


section#reviews2 .container .section-heading h1 {
    font-size: 30px; 
}

section#reviews2 .container .row .col-md-10 .review-filtering .review .row  .col-md-10 .review-comment  h3 {
    font-size: 14px; 
}

section#reviews2 .container .row .col-md-10 .review-filtering .review .row  .col-md-10 .review-comment  p {
    font-size: 14px; 
}


section#customers .container .section-heading h1 {
    font-size: 30px; 
}

section#customers .container .row .col-md-10 .review-filtering .review .row  .col-md-10 .review-comment  h3 {
    font-size: 14px; 
}

section#customers .container .row .col-md-10 .review-filtering .review .row  .col-md-10 .review-comment  p {
    font-size: 14px; 
}


section#faqs .container .section-heading h1 {
    font-size: 30px; 
}

section#faqs .container .about-item p {
    font-size: 14px; 
}

section#faqs .container .about-item h2 {
    font-size: 14px; 
}

section#support .container p {
    font-size: 14px; 
}

section#support .container h1 {
    font-size: 30px; 
}

section#support .container .row  .col-md-12 .row .col-md-5 .media .media-body h3 {
    font-size: 14px; 
}

section#support .container .row  .col-md-12 .row .col-md-5 .media .media-body a {
    font-size: 14px; 
}


}



@media screen and (max-width: 791px) {

.btn.btn-lg {
  padding: 7px 10px;
}

section#about .about-item img {
  width: 110px;
  height: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
  
 }
 
section#about  .about-item img {
 border: 2px solid #900;

}

section#technology  .container .col-md-3 img {
 border: 2px solid #900;

} 
 

section#partnerships .container .row .col-md-3 .about-item img {
  width: 110px;
  height: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
  
 }
 
section#partnerships  .container .row .col-md-3 .about-item  img {
 border: 2px solid #900;

} 

section#partnerships .container .row .col-md-3 .about-item  h3{
	
 font-size: 18px; 	
  
 }



section#about .about-item a{
  font-size: 15px;
}

section#partnerships .about-item a{
  font-size: 15px;
}

section#about .about-item p {
  font-size: 18px; 
}

section#about .about-item li {
  font-size: 18px; 
}

section#aboutus .container .section-heading h1 {
    font-size: 30px; 
}

section#aboutus .about-item p {
    font-size: 18px; 
}

section#leadership .container .section-heading h1 {
    font-size: 30px; 
}


section#leadership .col-md-8 p {
    font-size: 18px; 
}

section#support .about-item p {
    font-size: 18px; 
}

section#about .container .section-heading h1 {
    font-size: 30px; 
}

section#technology .container .section-heading h1 {
    font-size: 30px; 
}


section#technology .container .col-md-8 p {
    font-size: 18px; 
}


section#white_paper .container  .col-md-8  p {
    font-size: 14px; 
}

section#specs .container  .col-md-8  p {
    font-size: 14px; 
}


section#programming_guide .container  .col-md-8  p {
    font-size: 14px; 
}

section#solutions .container .section-heading h1 {
    font-size: 30px; 
}

section#case_studies .container .section-heading h1 {
    font-size: 30px; 
}

section#benchmarks .container .section-heading h1 {
    font-size: 30px; 
}



section#partnerships .container .section-heading h1 {
    font-size: 30px; 
}

section#partnerships .container p {
    font-size: 18px; 
}

section#partnerships .container .row .col-md-3 .about-item p {
    font-size: 18px; 
}


section#features .container .section-heading h1 {
    font-size: 30px; 
}

section#features .about-item p {
    font-size: 18px; 
}

section#features .about-item li {
    font-size: 18px; 
}

section#reviews .container .section-heading h1 {
    font-size: 30px; 
}

section#reviews .container .row .col-md-10 .review-filtering .review .row  .col-md-10 .review-comment  h3 {
    font-size: 18px; 
}

section#reviews .container .row .col-md-10 .review-filtering .review .row  .col-md-10 .review-comment  p {
    font-size: 18px; 
}


section#reviews2 .container .section-heading h1 {
    font-size: 30px; 
}

section#reviews2 .container .row .col-md-10 .review-filtering .review .row  .col-md-10 .review-comment  h3 {
    font-size: 18px; 
}

section#reviews2 .container .row .col-md-10 .review-filtering .review .row  .col-md-10 .review-comment  p {
    font-size: 18px; 
}

section#customers .container .section-heading h1 {
    font-size: 30px; 
}

section#customers .container .row .col-md-10 .review-filtering .review .row  .col-md-10 .review-comment  h3 {
    font-size: 18px; 
}

section#customers .container .row .col-md-10 .review-filtering .review .row  .col-md-10 .review-comment  p {
    font-size: 18px; 
}


section#faqs .container .section-heading h1 {
    font-size: 30px; 
}

section#faqs .container .about-item p {
    font-size: 18px; 
}

section#faqs .container .about-item h2 {
    font-size: 18px; 
}

section#support .container p {
    font-size: 18px; 
}

section#support .container h1 {
    font-size: 30px; 
}

section#support .container .row  .col-md-12 .row .col-md-5 .media .media-body h3 {
    font-size: 18px; 
}

section#support .container .row  .col-md-12 .row .col-md-5 .media .media-body a {
    font-size: 18px; 
}


}


@media screen and (max-width: 350px) {

section#partnerships .container .row .col-md-3 .about-item img {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
  
 }

 section#about .about-item img {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
  
 }
}


section#aboutus {
	
padding-bottom: 0.10% ; 

}

section#leadership {
	
padding-top: 0.10% ;
padding-bottom: 0.10% ; 

}


section#technology {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}


section#about {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}

section#solutions {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}

section#case_studies {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}

section#benchmarks {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}


section#features {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}

section#partnerships {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}

section#reviews {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}

section#reviews2 {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}


section#customers {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}


section#faqs {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}

section#support {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}


@media screen and (max-width: 350px) {

section#aboutus {
	
padding-bottom: 0.10%;  

}

section#leadership {
	
padding-top: 0.10% ;
padding-bottom: 0.10% ; 

}


section#technology {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}


section#about {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}

section#solutions {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}

section#case_studies {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}


section#benchmarks {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}


section#features {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}

section#partnerships {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}

section#reviews {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}

section#reviews2 {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}

section#customers {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}


section#faqs {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}

section#support {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}	

}	


section#techincal_articles .container .col-md-8 {
  font-family: "Roboto", sans-serif; 
  font-weight: 300;
  font-size: 17px;
  color: #000000;
}

section#techincal_articles  img {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
 }

 section#techincal_articles img {
 border: 3px solid #900;
 
}

section#techincal_articles .container .row .section-heading .divider:after {
  background: none; 
}

@media screen and (max-width: 640px) {
section#techincal_articles  img {
  width: 80%;
  height: 80%;
 }
  
}

@media screen and (max-width: 791px) {
section#techincal_articles  img {
  width: 80%;
  height: 80%;
 }
  
}

@media screen and (max-width: 850px) {

section#techincal_articles .container .row .col-md-3  img {
  width: 80%;
  height: 80%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
 }

}

@media screen and (max-width: 640px) {

section#techincal_articles .container .section-heading h1 {
    font-size: 30px; 
}

section#techincal_articles .container .col-md-8 p {
    font-size: 14px; 
}

}

@media screen and (max-width: 350px) {

section#techincal_articles {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}
}
@media screen and (max-width: 791px) {

section#techincal_articles .container .col-md-8 {
  font-family: "Roboto", sans-serif; 
  font-weight: 300;
  font-size: 17px;
  color: #000000;
}

section#techincal_articles  img {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
 }

 section#techincal_articles img {
 border: 2px solid #900;
 
}

section#techincal_articles .container .row .section-heading .divider:after {
  background: none; 
}

section#techincal_articles .container .section-heading h1 {
    font-size: 30px; 
}

section#techincal_articles .container .col-md-8 p {
    font-size: 18px; 
}


}



section#white_paper .container .col-md-8 {
  font-family: "Roboto", sans-serif; 
  font-weight: 300;
  font-size: 17px;
  color: #000000;
}

section#white_paper  .container .col-md-3 img {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
 }

 section#white_paper .container .col-md-3 img {
 border: 2px solid #900;
 
}

section#white_paper .container .row .section-heading .divider:after {
  background: none; 
}


section#specs .container .col-md-8 {
  font-family: "Roboto", sans-serif; 
  font-weight: 300;
  font-size: 17px;
  color: #000000;
}

section#specs  .container .col-md-3 img {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
 }

 section#specs .container .col-md-3 img {
 border: 2px solid #900;
 
}

section#specs .container .row .section-heading .divider:after {
  background: none; 
}


section#programming_guide .container .col-md-8 {
  font-family: "Roboto", sans-serif; 
  font-weight: 300;
  font-size: 17px;
  color: #000000;
}


section#programming_guide  .container .col-md-3 img {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
 }

 section#programming_guide .container .col-md-3 img {
 border: 2px solid #900;
 
}

section#programming_guide .container .row .section-heading .divider:after {
  background: none; 
}


@media screen and (max-width: 640px) {
section#white_paper  .container .col-md-3 img {
  width: 80%;
  height: 80%;
 }
 
section#specs  .container .col-md-3 img {
  width: 80%;
  height: 80%;
 }


 section#programming_guide  .container .col-md-3 img {
  width: 80%;
  height: 80%;
 }
  
}

@media screen and (max-width: 791px) {
section#white_paper .container .col-md-3  img {
  width: 80%;
  height: 80%;
 }
 
section#specs .container .col-md-3  img {
  width: 80%;
  height: 80%;
 }

 section#programming_guide .container .col-md-3  img {
  width: 80%;
  height: 80%;
 }
  
}

@media screen and (max-width: 850px) {

section#white_paper .container .col-md-3  img {
  width: 80%;
  height: 80%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
 }
 
section#specs .container .col-md-3  img {
  width: 80%;
  height: 80%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
 }

 section#programming_guide .container .col-md-3  img {
  width: 80%;
  height: 80%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
 }

}

@media screen and (max-width: 640px) {
	
header .tp-banner-container .tp-banner .tp-caption p {
    font-size: 9px; 
}	

section#white_paper .container .section-heading h1 {
    font-size: 30px; 
}

section#white_paper .container .col-md-8 p {
    font-size: 18px; 
}

section#specs .container .section-heading h1 {
    font-size: 30px; 
}

section#specs .container .col-md-8 p {
    font-size: 18px; 
}

section#programming_guide .container .section-heading h1 {
    font-size: 30px; 
}

section#programming_guide .container .col-md-8 p {
    font-size: 18px; 
}

section#solutions .container .row .col-md-8 p {
    font-size: 18px; 
}

section#case_studies .container .row .col-md-8 p {
    font-size: 18px; 
}

section#benchmarks .container .row .col-md-8 p {
    font-size: 18px; 
}


}
/*
@media screen and (max-width: 375px) {

section#white_paper {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}

section#white_paper .container .col-md-3  img {
  width: 80%;
  height: 80%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
 }

*/

}
@media screen and (max-width: 791px) {

section#white_paper .container .col-md-8 {
  font-family: "Roboto", sans-serif; 
  font-weight: 300;
  font-size: 17px;
  color: #000000;
}

section#white_paper .container .col-md-3  img {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
 }

 section#white_paper img {
 border: 2px solid #900;
 
}

section#white_paper .container .row .section-heading .divider:after {
  background: none; 
}

section#white_paper .container .section-heading h1 {
    font-size: 30px; 
}

section#white_paper .container .col-md-8 p {
    font-size: 18px; 
}



section#specs .container .col-md-8 {
  font-family: "Roboto", sans-serif; 
  font-weight: 300;
  font-size: 17px;
  color: #000000;
}

section#specs .container .col-md-3  img {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
 }

 section#specs img {
 border: 2px solid #900;
 
}

section#specs .container .row .section-heading .divider:after {
  background: none; 
}

section#specs .container .section-heading h1 {
    font-size: 30px; 
}

section#specs .container .col-md-8 p {
    font-size: 18px; 
}



section#programming_guide .container .col-md-8 {
  font-family: "Roboto", sans-serif; 
  font-weight: 300;
  font-size: 17px;
  color: #000000;
}

section#programming_guide .container .col-md-3  img {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
 }

 section#programming_guide img {
 border: 2px solid #900;
 
}

section#programming_guide .container .row .section-heading .divider:after {
  background: none; 
}

section#programming_guide .container .section-heading h1 {
    font-size: 30px; 
}

section#programming_guide .container .col-md-8 p {
    font-size: 18px; 
}


}


section#aboutus {
	
padding-bottom: 0.10%;  

}

section#leadership {
	
padding-top: 0.10% ;
padding-bottom: 0.10% ; 

}


section#technology {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}

section#white_paper {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}

section#specs {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}

section#programming_guide {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}


section#about {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}

section#solutions {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}

section#case_studies {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}

section#benchmarks {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}



section#features {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}

section#partnerships {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}

section#research_collaborations {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}

section#reviews {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}

section#reviews2 {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}

section#customers {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}

section#techincal_articles {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}


section#faqs {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}

section#support {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}	


/* padding sections end */


section#research_collaborations .container .about-item p {
  font-family: "Roboto", sans-serif; 
  font-weight: 300;
  font-size: 17px;
  color: #000000;
  text-align:left;

}

section#research_collaborations .container  p {
  font-family: "Roboto", sans-serif; 
  font-weight: 300;
  font-size: 17px;
  color: #000000;
  text-align:left;

}

section#research_collaborations .container .row  .col-md-3{
  border:none;
 /* border-bottom:1.0px solid;
  border-color:#900; */
  margin-bottom: 20px;
}


section#research_collaborations .container .row  .col-md-3 img {
  width: 110px;
  height: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
 }

section#research_collaborations  .container .row  .col-md-3 img {
 border: 3px solid #900;

}

@media screen and (max-width: 791px) {

section#research_collaborations .container .row  .about-item .btn:hover {
  color: #ffffff;
  background: #900; 
}


}


@media screen and (max-width: 640px) {


section#research_collaborations .container .row .col-md-3 .about-item img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
  
 }
 
section#research_collaborations  .container .row .col-md-3 .about-item  img {
 border: 2px solid #900;

} 

section#research_collaborations .container .row .col-md-3 .about-item  h3{
	
 font-size: 17px; 	
  
 }


section#research_collaborations .about-item a{
  font-size: 14px;
}

section#research_collaborations .container .row .col-md-3 .about-item img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
  
 }
 
section#research_collaborations  .container .row .col-md-3 .about-item  img {
 border: 2px solid #900;

} 

section#research_collaborations .container .row .col-md-3 .about-item  h3{
	
 font-size: 17px; 	
  
 }

section#research_collaborations .container .section-heading h1 {
    font-size: 30px; 
}

section#research_collaborations .container p {
    font-size: 14px; 
}

section#research_collaborations .container .row .col-md-3 .about-item p {
    font-size: 14px; 
}


}

@media screen and (max-width: 791px) {

section#research_collaborations .container .row .col-md-3 .about-item img {
  width: 110px;
  height: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
  
 }
 
section#research_collaborations  .container .row .col-md-3 .about-item  img {
 border: 2px solid #900;

} 

section#research_collaborations .container .row .col-md-3 .about-item  h3{
	
 font-size: 18px; 	
  
 }


section#research_collaborations .about-item a{
  font-size: 18px;
}

section#research_collaborations .container .section-heading h1 {
    font-size: 30px; 
}

section#research_collaborations .container p {
    font-size: 18px; 
}

section#research_collaborations .container .row .col-md-3 .about-item p {
    font-size: 18px; 


}


@media screen and (max-width: 350px) {

section#research_collaborations .container .row .col-md-3 .about-item img {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
  
 }

section#research_collaborations {
	
padding-top: 0.10% ; 
padding-bottom: 0.10% ; 

}


}


/*body
{
background: #E0E0E0; 
}*/

/*
section#about .container .row  .col-md-3 .about-item{
  border:none;
  border-top:1.0px solid;
  border-color:#900; 
}
*/
 
/*
section#support .container .about-item input {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 104px;
}*/



/* demo video Section */

section#demo .video-container {
  padding: 20px;
  border: 1px solid #b3b3b3;
  min-height: 450px;
  overflow: hidden;
  position: relative;
}

section#demo .resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
section#demo iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*section#demo {
  background: #f6f6f6; 
  
}*/
section#demo header h1:after {
  background: #900;
}


