@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Poppins:wght@400;600&display=swap');

/*-- General
    ========================*/

body,
html {
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    overflow-x: hidden;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 65px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 60px;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
}

h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
}

p {
    font-size: 15px
}

a {
    color: #047f74;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #047f74;
}
tbody, td, tfoot, th, thead, tr { 
    font-size: 0.9rem !important;
}
.bg-dark {
    background-color: #222222!important;
}

.bg-light-blue {
    background: #f7faff;
}

a.read-more {
    color: #047f74;
    font-size: 0.9rem;
}

a.read-more:hover {
    margin-left: 10px;
}

/*-- Home Services
    ========================*/

#homeServices {
    background: #333;
    background-image: url(../img/pattern/04.png);
    background-repeat: repeat;
    color: #fff;
}

#homeServices .section-title h2 {
    color: #fff;
    line-height: 1.1;
}
#homeServices .section-title hr {
    background-color: #fff;
}
.feature-service h4 {
    font-size: 1.1rem;
    padding-top: 20px;
    color: #777;
}

.feature-service p {
    font-size: 0.9rem;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*-- Home Partners
    ========================*/

.partner-info li.info-heading {
    font-weight: 700;
    font-size: 1rem;
    color: #212529;
}

.partner-info li {
    font-size: 0.8rem;
    padding-bottom: 5px;
}

/*-- About Us
    ========================*/

.section-title h2 {
    color: #047f74;
    line-height: 1.1;
    font-size: 1.75rem;
}

.section-title hr {
    width: 60px;
    background-color: #047f74;
    opacity: 1;
}

.lead {
    font-size: 1.2rem;
    font-weight: 400;
}

.section-content h4 {
    font-size: 1.1rem;
}

.values {
    height: 100%;
    width: 100%;
    padding: 50px 50px 50px 50px;
    color: #ffffff;
    overflow: hidden;
    min-height: 280px;
}

.details {
    position: relative;
}

.details h2 {
    font-size: 1.75rem;
    line-height: 2;
}

.details h4 {
    font-size: 1.1rem;
}

.values hr {
    width: 80px;
    margin-left: 0;
    border-color: rgba(255, 255, 255, 0.44);
    opacity: 0.6;
}

.c1 {
    background: #098f83;
}

.c2 {
    background: #047f74;
}

.c3 {
    background: #00675e;
}

.partner-details h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
}

.partner-details small {
    font-size: 0.75rem;
}


/*-- Services
    ========================*/

.service {
    text-align: center;
    margin-bottom: 2.5rem;
}

.service a>h4 {
    font-size: 1rem;
    color: #5c5c5c;
    margin: 15px auto;
}

.service a>img,
.service a>h4 {
    transition: all 0.2s;
}

.service a:hover>img {
    margin-top: -10px;
    opacity: 0.6;
}

.service a:hover>h4 {
    color: #047f74;
}

/*-- Portfolio
    ========================*/

.portfolio-menu {
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}

.portfolio-menu a {
    display: inline-block;
    font-size: 0.9rem;
    color: #5c5c5c;
    padding: 8px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    transition: all 0.2s;
}

.portfolio-menu a:hover,
.portfolio-menu a.active {
    color: #047f74;
}

.portfolio-item .item {
    float: left;
    margin-bottom: 30px;
}


/*-- Contact
    ========================*/

.contact-heading {
    font-size: 1.1rem;
}

#contactInfo hr {
    opacity: 0.1;
    margin-bottom: 1.6rem;
}

.contact-info li.info-heading {
    font-weight: 700;
    color: #047f74;
}

.contact-info li {
    font-size: 0.8rem;
}

#contactForm button {
    font-size: 0.9rem;
    color: #047f74;
    padding: 10px 25px;
    transition: all 0.5s;
}

#contactForm button:hover {
    padding: 10px 35px;
}

#contactForm .form-control {
    font-size: 0.85rem;
}