.mt20 {
    margin-top: 20px;
}
.mt40 {
    margin-top: 40px;
}
.srvcnt h2{
    margin: 0;
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
    text-transform: none;
}
.srvcnt h3{
    margin: 0;
    padding-bottom: 20px;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
}
.srvcnt P b{
    font-size: 20px;
}
.sidebar {
   
}
.sidebar h2{
     margin: 0;
    padding-bottom: 20px;
    font-size: 32px;
    font-weight: 600;
}
.sidebar ul {
    margin: 0;
    padding: 0;
    padding-bottom: 30px
}
.sidebar ul li{
    line-height: 46px;
    list-style: none;
    border-bottom: 1px solid #ccc;
}
.sidebar ul li:last-child{
    border-bottom: 0
}
.sidebar ul li a{
    font-size: 16px;
    color: #333;
}
.sidebar ul li a:hover{
    color: #dc3132;
}
.sideimg img{
    /*border: 2px solid #c9c9c9;
    padding: 5px;*/
}
.sideimg h3{
    text-align: left;
    font-weight: 600;
}
.sideimg p{
    font-size: 14px
}
.sideimg h2{
    padding-top: 25px;
     margin: 0;
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 4s00;
    color: #78db54;
    position: relative;
}
.sideimg h2:after{
    position: absolute;
    content: '';
    bottom:20px;
    left: 36%;
    width: 200px;
    height: 1px;
    background: #33333360;
}
.footer{
    background: #0799b0!important;
    padding: 50px 0 0 0
}
.sideimg button{
    border: 1px solid #78db54;
    background: #78db54;
    color: #fff;
    border-radius: 3px;
    height: 60px;
    font-size: 18px;
    line-height: 55px;
    width: 100%;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.sideimg button:hover{
    color: #78db54;
    background: #fff;
}
.header .topbar {
    background: #0799b0;
}
.footer h6 {
  margin-bottom: 24px;
    font-size: 20px;
    color: #fff!important;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc50;
}
.testibox {
    background: #333333;
    margin: 15px 0;
}
.testibox {
    padding: 30px;
}
.testibox P{
    font-weight: 300;
    color: #fff;
    font-size: 22px;
    font-style: italic;
    padding-bottom: 15px;
}
.testibox h6{
    font-size: 18px;
    color: #78db54;
}
.testibox span{
    color: #fff;
}

.testihome h2{
  margin-bottom: 10px;
  text-align: center;
}

.testihome{
    padding: 60px 0;
}













