.pages-header .jumbotron{
background-color: #000000;
background-image: linear-gradient(147deg, #000000 0%, #04619f 74%);
width:100%;
color: white;
}
section {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.container .ism-slider { margin-left: auto; margin-right: auto; }


.container {
    align-items: center;
}

p {
    font-size: 15px;
    color: #262625;}


.pad-top{
    padding-top:80px;
}
.half-top{
    padding-top:40px;
}
.pad-bottom{
    padding-bottom: 80px;
}
.half-bottom{
    padding-bottom: 40px;
}

.section-title {
    text-align: center;
}
#horizontal-ruler {
    border: 2px solid #0e4b7d;
}
#horizontal-ruler2 {
background-color: #f9fcff;
background-image: linear-gradient(147deg, #f9fcff 0%, #dee4ea 74%);

}

.team{
    padding-top: 50px;
    padding-bottom:50px;
    background-color: #edf0f5;

}
span {
    color: #0e4b7d;
}


/*Buttons*/

.btn1 {
    width: 130px;
    height: 35px;
    background-color: #468726;
    font-weight:500;
    color: white;
    border:none;

}
.btn1:hover {
    border: 2px solid #468726;
    color: #468726;
    background-color: transparent;
    transition: color 0.3s;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.footer {
   /* background-image:url(../img/banner/foot.jpg);*/
background-color: #4c4177;
background-image: linear-gradient(315deg, #4c4177 0%, #2a5470 74%);

}

.footer #foot_heading {
    border: 2 px solid white;
}
.footer .footer-list{
    list-style: none;
}
.footer .foot-title {
    color: white;
}
.footer .footer-list li a {
    color: white;
    font-weight: 500;
    font-size: 15px;
}
.footer .footer-list li {
    padding: 5px;
}



/*Contact us page form*/


.contact-detail-area {
    background-color: #aee1f9;
    background-image:linear-gradient(315deg, #aee1f9 0%, #f6ebe6 74%);

}