.sub_title {
    font-size: 22px;
}
.solutions_section .title_1 h2 {
    padding-left: 120px;
}
@media screen and (max-width: 480px) and (min-width: 320px){ 
    .solutions_section .title_1 h2 {
        padding-left: 17px;
    }
  
}

.navbar-brand  >img {
    width: 120px;
    float: left;
}

.bold{
    font-size: 16px;
}
.contact_addr span {
    font-size: 17px;}
.contact_addr h2 {
    margin-top: 25px;
}
@media screen and (max-width: 480px) and (min-width: 320px){ 

    .navbar-brand .visible-xs   {
        width: 72px;
    }
}
@media screen and (max-width: 480px) and (min-width: 320px){ 

    .carousel-inner .item {
  height: 90%;
  min-height: 400px;
}
}

.privacy-section .privacy-inner {
    margin: 20px 0;
    padding: 20px;
    background: #eee;
    border: 1px solid black;
}
.privacy-section ul {
    list-style-type: disc;
    padding-left: 20px;
}


.privacy-section ul li {
    list-style-type: disc;
    padding-bottom: 8px;
}

