/*

Ramayana CSS Template

https://templatemo.com/tm-529-ramayana

*/

@import url(fontawesome.css);
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700");

/* Services */

.services {
    margin-top: 50px;
}

.services .container-fluid-ramayana {
    padding-left: 13px;
    padding-right: 13px;
}

.services .col-md-4 {
    padding-left: 2px;
    padding-right: 2px;
}

.services .service-item {
    margin-top: 5px;
    margin-bottom: 3px;
    background-color: #eaebef;
    padding: 30px;
    text-align: center;
    transition: all 0.5s;
}

.services .service-item .icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.services .first-item .icon {
    background-image: url(../images/1.png);
}

.services .first-item:hover .icon {
    background-image: url(../images/icon_hover_01.png);
}

.services .second-item .icon {
    background-image: url(../images/icon_02.png);
}

.services .second-item:hover .icon {
    background-image: url(../images/icon_hover_02.png);
}

.services .third-item .icon {
    background-image: url(../images/icon_03.png);
}

.services .third-item:hover .icon {
    background-image: url(../images/icon_hover_03.png);
}

.services .fourth-item .icon {
    background-image: url(../images/icon_04.png);
}

.services .fourth-item:hover .icon {
    background-image: url(../images/icon_hover_04.png);
}

.services .fivth-item .icon {
    background-image: url(../images/icon_05.png);
}

.services .fivth-item:hover .icon {
    background-image: url(../images/icon_hover_05.png);
}

.services .sixth-item .icon {
    background-image: url(../images/icon_06.png);
}

.services .sixth-item:hover .icon {
    background-image: url(../images/icon_hover_06.png);
}

.services .service-item:hover {
    background-color: #4dbd65;
}

.services .service-item:hover h4,
.services .service-item:hover p {
    color: #fff;
}

.services .service-item h4 {
    margin-bottom: 20px;
    transition: all 0.5s;
}

.services .service-item p {
    margin-bottom: 0px;
    transition: all 0.5s;
}


/* Tables */

section.tables {
    margin-top: 80px;
    border-top: 3px solid #eee!important;
    padding-top: 100px;
}

section.tables .container-fluid-ramayana {
    padding-left: 0px;
    padding-right: 0px;
}

.default-table {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    background-color: #f7f7f7;
    padding: 50px;
}

.alternate-table {
    margin-top: 50px;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    background-color: #f7f7f7;
    padding: 50px;
}

.alternate-table table td {
    border-right: 2px solid #f7f7f7;
}

.alternate-table table td:last-child {
    border-right: none;
}

table {
    width: 100%;
}

table tbody tr {
    border-left: 0;
    border-right: 0;
    border-bottom: 10px solid #f7f7f7;
}

table td {
    padding: 20px;
}

table th {
    padding: 0px 20px 20px 20px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: left;
    text-transform: capitalize;
}

@media screen and (max-width: 980px) {
    table th {
        font-size: 15px;
    }
}

table.alt {
    border-collapse: separate;
}

table.alt tbody tr td {
    border: solid 1px;
    border-left-width: 0;
    border-top-width: 0;
}

table.alt tbody tr td:first-child {
    border-left-width: 1px;
}

table.alt tbody tr:first-child td {
    border-top-width: 1px;
}

table.alt thead {
    border-bottom: 0;
}

table.alt tfoot {
    border-top: 0;
}

table tbody tr {
    background-color: #e7e7e7;
}

table tbody tr:nth-child(2n+1) {
    background-color: #fff;
}

table th {
    color: #4a4a4a;
}

ul.table-pagination {
    padding: 0;
    margin-top: 30px;
    list-style: none;
    text-align: center;
}

ul.table-pagination li {
    display: inline-block;
}

ul.table-pagination li:first-child {
    float: left;
}

ul.table-pagination li:last-child {
    float: right;
}

ul.table-pagination li a {
    display: inline-block;
    height: 40px;
    background-color: #e7e7e7;
    text-align: center;
    line-height: 40px;
    padding: 0px 15px;
    min-width: 40px;
    color: #4a4a4a;
    text-transform: uppercase;
    font-size: 13px;
    transition: all 0.5s;
}

ul.table-pagination li a:hover,
ul.table-pagination li.active a {
    background-color: #535ba0;
    color: #fff;
}