.btn.button2 {
    outline: none;
    background-color: #73b863;
}

.cs-features-area .cs-features-col {
    background: none;
}

.cs-features-col:before {
    content: "";
    background: none !important;
}

.cs-call-to-action-area {
    background: #18528f;
}

.cs-call-to-action-area .cs-action-content i {
    color: #fff;
}

.cs-call-to-action-area .cs-action-col {
    border-color: #fff;
}

.cs-call-to-action-area .cs-action-content p {
    color: #73b863;
}

.cs-default-overlay:before,
.cs-footer-area {
    background: #18528f;
}

.cs-footer-contact li {
    margin-bottom: 0;
}

.cs-footer-col h4 {
    margin-bottom: 0;
}

.cs-footer-area .cs-footer-contact p span {
    color: #73b863;
}

.cs-footer-social a i:hover {
    color: #73b863;
}

.scroll-to-top {
    background: #73b863;
}

.cs-section-tiltle h1 span {
    color: #18528f;
}

.bounce-in-header .main-menu .navigation > li > a:hover,
.main-menu .navigation > li > a:hover {
    color: #18528f !important;
    border-bottom: 2px solid #18528f;
}

.scroll-to-top:hover {
    background: #fff;
    color: #73b863;
}

.cs-blog-area .cs-blog-col .cs-blog-img-box
.cs-blog-date .cs-day {
    background: #18528f;
}

.cs-blog-area .cs-blog-col .cs-blog-img-box
.cs-blog-date .cs-month {
    background: #73b863;
}

.cs-btn-default {
    background: #73b863;
}

.cs-btn-default:hover {
    background: #18528f;
}

.cs-blog-area .cs-blog-col .cs-blog-content h4 a:hover {
    color: #73b863;
}

.cs-team-col2 .cs-month-box {
    background: #18528f;
}
.cs-team-col2:hover .cs-month-box,
.cs-team-col2 .cs-team-col:hover .cs-month-box {
    background-color: #73b863 !important;
}

.cs-event-details-inner .event-details-time {
    color: #73b863;
}

.cs-portfolio-area .my-hover-9 .infield {
    background: rgba(57, 181, 74, 0.8);
}

.cs-portfolio-area .my-hover-9 .infield a i {
    color: #73b863;
    border: 3px solid rgba(57, 181, 74, 0.6);
}

.contact-1 h5,
.contact-1 .contact-item span {
    color: #18528f;
}


@media only screen and (max-width: 767px) {
    .main-menu .navbar-header .navbar-toggle {
        background: #73b863 !important;
        border-color: #73b863 !important;
    }

    .main-menu .navbar-collapse > .navigation,
    .main-menu .navbar-collapse > .navigation > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a {
        background: #73b863 !important;
    }

    .main-menu .collapse.in, .main-menu .collapsing {
        border-color: #73b863 !important;
    }
}

.cs-section-tiltle .cs-title-bdr-one {
    background: #18528f;
}

.tp-bullets.preview3 .bullet:hover, .tp-bullets.preview3 .bullet.selected {
    background: #18528f !important;
}

.tparrows.preview3:after {
    background: #18528f;
    border: 1px solid #18528f;
}

.cs-course-details-inner ul li {
    list-style: square;
    margin-left: 20px;
}

.cs-page-title {
    background-position: center center !important;
}

.cs-team-col .cs-team-text {
    height: 60px;
}

.cs-blog-content h4 {
    height: 80px;
}

.cs-blog-content p,
.cs-team-col p {
    height: 150px;
    overflow: hidden;
}

table {
    width: 100%;
    background: white;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    border: solid 1px #dddddd;
}

table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
    display: table-cell;
    line-height: 1.125em;
}

table tr th, table tr td {
    padding: 0.5625em 0.625em;
    font-size: 0.875em;
    color: #222222;
}

th, td {
    margin: 0;
    padding: 0;
    direction: ltr;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9;
}