 .sa-banner {
     width: 100%;
     height: auto;
     margin: 0px auto;

 }

 .sa-banner .col-md-12 {
     margin: 0px;
     padding: 0px;
 }

 .sa-banner .img {
     width: 100%;
     height: 400px;
     overflow: hidden;
 }

 .sa-banner .img img {
     width: 100%;
     height: auto;
 }

 .inner-page-content {
     width: 100%;
     height: auto;
     padding: 30px 0px;
     background: #f5f5f5;
 }

 .inner-page-content p,
 .inner-page-content ul li {
     color: #868686;
     font-size: 14px;
     line-height: 1.8em;
     margin: 0;
     letter-spacing: .5px;
     text-align: justify;
     margin-bottom: 20px;
 }

 .inner-page-content ul {
     margin-bottom: 35px;
 }

 .inner-page-content ul li {
     font-weight: 400;
     font-size: 15px;
     line-height: 25px;
     color: #000;
     list-style-image: url(../images/icon.png);
     margin-left: 35px;
     margin-top: 10px;
 }

 .inner-page-content .no-list-bg li {
     list-style-image: none;
     list-style: none;
 }

 .inner-page-content h3 {
     font-weight: 600;
     font-size: 25px;
     line-height: 42px;
     color: #000000;
     margin-bottom: 18px;
     background: #f2d701;
     padding: 5px 20px;
     box-sizing: border-box;
     margin-top: 20px;
     border-left: 6px solid #00affe;
 }

 .inner-page-content h4 {
     margin-bottom: 10px;
     margin-top: 10px;
 }


 .box {
     width: 100%;
     height: auto;
     box-shadow: -10px 12px 20px rgba(158, 156, 156, 0.59);
 }

 .box .box-heading h2 {
     color: #fff;
     width: 100%;
     padding: 10px 15px;
     font-size: 25px;
     background-color: #03a9f4;
     font-weight: 600;
     line-height: 42px;
     padding: 5px 20px;
     box-sizing: border-box;
     margin-top: 20px;
 }

 .box .box-content ul {
     display: block;
     border: 2px solid #03a9f4;
     background: #fff;
 }

 .box .box-content ul li {
     list-style-image: none;
     list-style: none;
     border-top: 2px solid #03a9f4;
     margin: 0px;
     padding: 10px;
     position: relative;
     z-index: 1;
 }
.box .box-content ul li:before{
    content: '';
    width: 0%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background: #03a9f4;
    z-index: -1;
    transition: 0.3s ease-in-out;
}
.box .box-content ul li:hover:before{
    width: 100%;
    
}
.box .box-content ul li:hover a{
    font-weight: bold;
}
 .box .box-content ul li a {
     color: #000;
     letter-spacing: normal;
 }

 .sub-website {
     width: 100%;
     height: auto;
 }

 .sub-website iframe {
     width: 100%;
     height: 600px;
 }
 .input-w3ls {
     width: 48%;
     float: left;
 }
 .contact-agile {
     box-shadow: -2px 2px 10px #d0cfcf;
     display: flex;
 }

 .address-w3-agile {
     margin-bottom: 2em;
     display: flex;
 }
 .sa-active {
     background: #ffeb3b !important;
 }

 .sa-active a {
     font-weight: bold !important;
 }
