/*/////////////////////////////////////////////////
------------------- GENERAL ----------------------
/////////////////////////////////////////////////*/

html, body {
    font-family: 'Montserrat', Verdana, sans-serif;
}
.section-padding {
    padding: 60px 0;
}

.white-section {
    background-color: #FFF;
    color: black;
}


h3 {
    color: #67BDEF;
}

.pad-bt15 {
    padding-bottom: 15px;
}

.bottom-line {
    margin-top: 20px;
    margin-bottom: 40px;
    border: 0;
    border-top: 0;
    height: 3px;
    width: 40px;
    background-color: #67bdef;
}

.white {
    color: #FFF !important;
}

.find-out-more {
    border: 2px solid #67BDEF;
    padding: 10px;
    color: #67BDEF;
    background-color: transparent;
    font-weight: 500;
    transition: all ease 0.5s;
}

.find-out-more:hover {
    color: #000 !important;
    background-color: #67BDEF;
}

.find-more-container {
    height: 350px;
}

.find-out-more:visited {
    color: #67BDEF;
}

.vertically-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

/*/////////////////////////////////////////////////
------------------- SERVICES ----------------------
/////////////////////////////////////////////////*/

.service-container {
    transition: background-color ease 0.5s;
    border-radius: 15px;
    /*max-height: 318px;*/
    min-height: 262px;
    margin: 8px 0;
}

.service-container:hover {
    background-color: #d6d8d6;
}


.service {
    font-weight: 500;
    margin-bottom: 10px;
}

.service-desc {
    color: #000;
    margin-bottom: 10px;
}

.service-img {

}

.service-title {
    font-weight: 600;
    margin-bottom: 7px;
    color: #67BDEF;
}

.item-img {
    margin: 20px 0;
}

.item-img i {
    color: #000;
}

.feature-list {
    font-size: 1.3em;
    list-style-type: none;
    padding-left: 0;
}

.feature-list li {
    margin-bottom: 10px;
}
/*/////////////////////////////////////////////////
------------------- CONTACT ----------------------
/////////////////////////////////////////////////*/
.contact-details{
    word-wrap: break-word;
}

.contact-details h3 {
    font-size: 1.2em;
    color: #67bdef;
    font-weight: 300 !important;
    padding: 0;
    margin: 0 auto 2px auto;
}

.contact-details p, .contact-details a {
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    font-size: 2em;
    padding: 0;
    margin: 0 auto 20px auto;
    display: block;
    transition: color ease 0.4s;
}

.contact-details a:hover {
    color: #1d9b6c;
}

#biodata {
    border-radius: 25px;
    border: 2px solid #67BDEF;
    width: auto;
    height: 350px;
    margin: 0 auto;
    display: block;
}

.social-icons {
    margin: 10px 0;
}

.social-icons a {
    display: inline-block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color:  #FFF;
    border-radius: 50%;

    font-size: 20px;
    color: #000;
    text-align: center;
    line-height: 50px;

    margin-right: 6px;
    margin-bottom: 5px;
    margin-left: 0;
    transition: all ease 0.3s;
}

.social-icons a:hover {
    background-color: #67BDEF;
    color: #000;
}

/*/////////////////////////////////////////////////
------------------- DATA VIS ----------------------
/////////////////////////////////////////////////*/
.y-axis, .x-axis {
    font-size: 1.4em;
    font-family: 'Montserrat', Verdana, sans-serif;
    font-weight: 300;
}

.bar {
    fill: #67BDEF;
    transition: fill ease 0.3s;
}

.bar:hover {
    fill: gray;
}

.svg-element {
    margin: 0;
    padding: 0;
    height: 350px;
}
