/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

a {
    color: #009cea;
    text-decoration: none;
}

a:hover {
    color: #1eb4ff;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #009cea;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #14b1ff;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 110px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: #fff;
}

#header.header-scrolled {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    line-height: 0;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Open Sans", sans-serif;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: rgb(68, 68, 68);
    text-decoration: none;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: #009cea;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #364146;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(32, 38, 41, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #364146;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
    color: #009cea;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    margin-top: 110px;
    padding: 60px 0;
}

#hero h1 {
    margin: 0 0 50px 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 50px;
    color: #364146;
}

#hero h2 {
    color: #576971;
    margin-bottom: 30px;
    font-size: 24px;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 28px;
    border-radius: 3px;
    transition: 0.5s;
    color: #fff;
    background: #009cea;
}

#hero .btn-get-started:hover {
    background: #008bd1;
}

#hero .hero-img {
    text-align: center;
}

#hero .hero-img img {
    width: 320px;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 992px) {
    #hero h1 {
        font-size: 28px;
        line-height: 40px;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 80px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f7f8f9;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-family: "Poppins", sans-serif;
    color: #627680;
}

.section-title p {
    margin-bottom: 0;
    color: #919191;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.services .title a {
    color: #111;
}

.services .content ul {
    list-style: none;
    padding: 0;
}

.services .content ul li {
    padding-left: 28px;
    position: relative;
}

.services .content ul li + li {
    margin-top: 10px;
}

.services .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #28a745;
    line-height: 1;
}

.services .content p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Scientific
--------------------------------------------------------------*/
.scientific .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 0;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    text-align: center;
    border-bottom: 3px solid #fff;
    width: 100%;
}

.scientific .icon-box:hover {
    transform: translateY(-5px);
}

.scientific .icon {
    margin-bottom: 15px;
}

.scientific .icon i {
    font-size: 48px;
    line-height: 1;
}

.scientific .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 19px;
    cursor: default;
}

@media (max-width: 1024px) {
    .scientific .icon-box {
        padding: 15px;
    }

    .scientific .title {
        font-size: 16px;
    }
}

.scientific .icon-box-pink .icon i {
    color: #ff689b;
}

.scientific .icon-box-pink:hover {
    border-color: #ff689b;
}

.scientific .icon-box-cyan .icon i {
    color: #3fcdc7;
}

.scientific .icon-box-cyan:hover {
    border-color: #3fcdc7;
}

.scientific .icon-box-green .icon i {
    color: #41cf2e;
}

.scientific .icon-box-green:hover {
    border-color: #41cf2e;
}

.scientific .icon-box-blue .icon i {
    color: #2282ff;
}

.scientific .icon-box-blue:hover {
    border-color: #2282ff;
}

/*--------------------------------------------------------------
# Contacts
--------------------------------------------------------------*/
.contacts {
    padding-top: 100px;
    padding-bottom: 20px;
}

.contacts .map-container {
    max-height: 400px;
    position: relative;
}

.contacts .map-container .map-info {
    background: white;
    position: absolute;
    max-width: 460px;
    z-index: 105;
    left: 150px;
    bottom: 70px;
    top: 20px;
    padding: 50px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1)
}

@media (max-width: 991px) {
    .contacts .map-container {
        max-height: inherit;
    }

    .contacts .map-container .map-info {
        border: none;
        position: static;
        max-width: inherit;
        box-shadow: none;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #f7f8f9;
    padding: 0 0 30px 0;
    color: #364146;
    font-size: 14px;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}
