.top-bar{
  /*background: rgba(255,255,255, 0.8);*/
  background: white;
}
.title-h3{
  color: white;
  font-size: 200;
}
#marketing{
  background: white;
}
.navbar-sub{
  margin-left: 15px;
  display: none;
}
#sub-nav-opener{
  margin-left: 5px;
}
.section-header .section-subtitle {
    font-size: 15px;
}
.loading_img{
position: absolute;
top: 15px;
left: -59px;
width: 250px;

}
.loading_img img{
width: 176px;
}
.marketing-img-div{
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-head-txt{
  margin-bottom: 10px;
  padding: 5px;
  color:#000080;
}
.xxx{
  position: absolute;
  left:40%;
  font-size: 27px;
  font-weight: 400;
    top: 31%;
}
.orange-txt{
  color: #F7941D
}
.blue-txt{
  color: #346afe;
}
.smart{
  font-weight: bold;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top:20px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 75px;
    height: 75px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 85px;
    height: 85px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}.carousel-indicators li{

max-width: 85px; !important;}
.testimonial-text h3{    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;}
.testimonial-text span{   font-size: 15px;
    color: black;}
#services h4{
color: #333;
}
#services p{
color: #333;
}
@media screen and (max-width: 776px) and (min-width: 300px) {
    .logo img{
    width: 50%;
    }
    .xxx {
    position: absolute;
    left: 33%;
    font-size: 12px;
    font-weight: 400;
    top: 70%;
}
}
.mrg20{
margin-bottom: 15px;font-weight: 600;margin-top: 25px;
}
.listabt ul li{
margin-bottom: 20px;
}