.download-header-btn{
    /* padding: 2px; */
    padding-right: 4px !important;
    padding-left: 4px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;	
}

.cs-news-list li a{
	color:#fff;
}

/*** 
====================================================================
    our team
====================================================================
***/
.cs-team-img {
    border: 2px solid #000;
    border-radius:8px;
}
.cs-team-text {
    background: black;
    padding:2px;
    border-radius:10px;
}
.cs-team-text h4,h5 {
    color: white;
}
.cs-team-text h4{
    font-weight:bold !important;
}

/*** 
====================================================================
    pagination
====================================================================
***/
.pagination > li > a{
    color:#000;
}
.pagination > li > a:hover{
     color:#fff;
     background-color: black;
     border-color: black;
     
 }
.pagination > .active > span {
    background-color: #a8957b;
    border-color: #a8957b;
}
.pagination > .active > span:hover{
     background-color: black;
     border-color: black;
}

/*** 
====================================================================
    Why choose us start
====================================================================
***/
.why-choose-us-image{
border-radius:50px;
}

