.color{
    color: #39ac37;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-variant-caps: all-petite-caps;
}
.new-btn{
    width: auto;
    height: auto;
    padding: 15px 25px;
    border: #f6f6f6 2px solid;
    border-radius: 50px;
    color: #39ac37;
    font-size: 1em;
    font-family: Georgia, serif;
    text-align: center;
}
.new-btn:hover{
    background: #000;
    color: #ffffff;
    border: none;
    transition: all 0.3s ease-in-out;
}
.text-align{
    text-align: center;
}
.alt-media{
    padding:20px 20px 20px 150px;
    margin: 15px 0px;
    background-color: #ffffff;
    box-shadow: 3px 5px 15px 5px #f6f6f6;
}
.alt-media .item-img img{
    width: 60px;
    margin: 0px 10px 0px -100px ;
}
.alt-media .title{
    margin: -50px 30px 30px 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3em !important;
    font-weight: bold;
    color: #000000;
}
.alt-media p{
    margin: -20px 0px 0px 0px;
}
.about-page{
    padding: 30px 0px 30px 0px;
    background-color: #f6f6f6;
}
.about-page p{
    text-align: justify;
}
.breadcrumb-wrap .cover{
    background-image: url("img/banner/abt-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.service-box{
    padding:20px 20px 20px 20px;
    margin: 15px 0px;
    background-color: #ffffff;
    box-shadow: 3px 5px 15px 5px #f6f6f6;
}
.service-box .arrow{
    width: 30px;
    height:15px;
    margin: 0px -50px;
    position: absolute;
}
.service-box ul{
    margin: 0px 0px 0px 40px;
}
.service-box ul li{
    position: relative;
}
.alt-title h2{
    color: #ffffff;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: underline;
    font-style: inherit;
}
.alt-title p{
    margin: -10px 0px 10px 0px;
}