/* Arrows */
.slick-prev-arrow
{
    width: 20px;
    height: 20px;
    padding: 0;
    display: block;
    font-size: 40px;
    position: absolute;
    top: 20%;
    left: -25px;
}
.slick-next-arrow
{
    width: 20px;
    height: 20px;
    padding: 0;
    display: block;
    font-size: 40px;
    position: absolute;
    top: 20%;
    right: -25px;
}

body {
    margin: 0;
}

h1 {
    font-size: 36px;
    font-weight: bold;
}

h2 {
    font-size: 24px;
    font-weight: bold;
}

h3 {
    font-size: 18px;
    line-height: 0.4;
}

input {
    display: inline;
    border: none;
    outline: 0;
    padding: 8px 18px;
    margin: 0;
    text-decoration: none;
    background: white;
    color: grey;
    font-size: 16px;
    font-style: italic;
}

input:focus,
input:active {
    border: none;
    outline: none;
    box-shadow: none;
    margin: 0;
}

textarea {
    border: none;
    outline: 0;
    padding: 8px 18px;
    margin: 0;
    text-decoration: none;
    background: white;
    color: grey;
    font-size: 16px;
    font-style: italic;
    resize: none;
}

textarea:focus,
textarea:active {
    border: none;
    outline: none;
    box-shadow: none;
    margin: 0;
}

.link {
    color: #007d54;
    text-decoration: none;
}

.link:hover,
.link:focus,
.link:active {
    color: grey;
    text-decoration: none;
}

.dropdown-divider {
    border-color: #b4b4b4;
}

.dropdown a {
    outline: none;
    border-bottom: 2px solid #fff;
}

.dropdown a:hover,
.dropdown a:focus,
.dropdown a:active {
    color: #000;
    border-bottom: 2px solid #007d54;
}

.dropdown-menu {
    padding-left: 8px;
    padding-right: 8px;
    border: none;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0px;
}

.dropdown-menu a {
    padding: 0 18px 0 12px;
    font-size: 14px;
    color: #5a5a5a;
    border-bottom: none;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active {
    color: #007d54;
    background: none;
    border-bottom: none;
}

.button-readmore {
    width: 120px;
    padding: 8px;
    margin: 20px 0 0 0;
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out,
        transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.button-readmore a {
    color: white;
    text-decoration: none;
}

.button-readmore:hover,
.button-readmore:focus,
.button-readmore:active {
    text-decoration: none;
}

.button-joinus {
    width: 140px;
    border: 1px solid #000000;
    padding: 8px 18px;
    margin: 20px 0 0 0;
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    box-shadow: 3px 4px 10px #000000;
    transition: background 250ms ease-in-out,
        transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.button-joinus a {
    color: white;
    text-decoration: none;
}

.button-joinus:hover,
.button-joinus:focus,
.button-joinus:active {
    border: 1px solid #ffffff;
    text-decoration: none;
}

.button-emailme {
    display: inline;
    position: absolute;
    right: 0px;
    border: none;
    padding: 8px 18px;
    margin: 0 10px 0 0;
    text-decoration: none;
    background: black;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out,
        transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.button-emailme a {
    color: white;
}

.button-emailme:hover,
.button-emailme:focus,
.button-emailme:active {
    text-decoration: none;
    border: none;
    outline: none;
    background: #3c3c3c;
}

.button-emailme:hover a {
    text-decoration: none;
}

.container {
    padding-left: 2%;
    padding-right: 0;
}

.color-white {
    color: white;
}

.color-green {
    color: #007d54;
}

.bg-gradient {
    background-color: rgba(0, 131, 164, 1);
    background-image: linear-gradient(to right, rgba(0, 131, 164, 1), rgba(0, 125, 84, 1));
}

.bg-white {
    background-color: rgba(255, 255, 255, 1);
}

.padding-left {
    padding-left: 16px;
}

#navbar {
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
    transition: top 0.4s;
    z-index: 99;
    border-bottom: 1px solid #007d54;
}

.nav-up {
    top: -40px;
}

.navbar-top {
    height: 48px;
}

.navbar-menu {
    min-height: 120px;
}

.navbar-brand-size {
    height: 60px;
}

.navbar-item {
    margin-left: 24px;
}

.header-image {
    height: 320px;
    margin-top: 169px;
}

.icon-link {
    text-align: center;
}

.icon-link img {
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

.icon-link h1 {
    color: #c8c8c8;
    font-size: 24px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.margin-bottom {
    margin-bottom: 40px;
}

.header-image-title {
    width: 600px;
    color: white;
    text-align: center;
    padding: 12px 0;
    background: rgba(1, 75, 50, 0.8);
    position: absolute;
    left: 0;
    bottom: 0;
}

.header-profile {
    background-image: url("../images/profile_Header.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.header-business {
    background-image: url("../images/business_Header.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.header-csr {
    background-image: url("../images/csr_Header.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.header-contact {
    background-image: url("../images/contact_Header.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image {
    height: 480px;
    background-image: url("../images/hero_1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 169px
}

.hero-padding {
    padding-top: 160px;
}

.hero-top {
    width: 200px;
}

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

.hero-slogan {
    text-align: left;
    font-weight: bold;
    width: 360px;
}

.layer-opacity {
    background: rgba(255, 255, 255, 0);
}

.content-text {
    padding-left: 36px;
}

.content-text h1 {
    padding-top: 100px;
    color: #007d54;
    text-align: left;
}

.content-text p {
    padding-top: 40px;
    color: #6d6e71;
    text-align: left;
}

.home-content {
    background-image: url("../images/home_Content.jpg");
    height: 1200px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.home-text {
    width: 960px;
}

.home-icon {
    padding-top: 40px;
    height: 140px;
}

.home-icon-text {
    padding-top: 10px;
    color: #007d54;
    font-size: 18px;
    font-weight: bold;
}

.home-image {
    background-image: url("../images/home_Image1.jpg");
    height: 360px;
    background-color: #2279b1;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.home-image-padding {
    padding-top: 90px;
}

.home-image-text {
    text-align: left;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    width: 500px;
}

.profile-container {
    margin-right: 0;
}

.profile-content {
    background-image: url("../layout/layout_Content.jpg");
    height: auto;
    background-color: #ffffff;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    padding-bottom: 60px;
}

.profile-text {
    width: 500px;
}

.profile-image {
    position: absolute;
    top: 120px;
    right: 0;
    height: 300px;
}

.profile-image-subtitle {
    position: absolute;
    top: 440px;
    right: 80px;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.profile-future {
    background-image: url("../images/profile_Image2.jpg");
    height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.profile-future-text {
    position: absolute;
    bottom: 40px;
    padding: 0 10%;
}

.profile-vision {
    background-color: #007f6e;
    height: auto;
}

.profile-vision-text {
    text-align: left;
    padding: 80px 10%;
}

.profile-leaders {
    background-color: #fff;
    height: auto;
    padding: 60px 10%;
}

.profile-leaders h3 {
    color: grey;
}

.profile-leaders p {
    font-size: 14px;
    color: grey;
    padding-top: 40px;
}

.profile-photo {
    width: 140px;
}

.profile-photo-name {
    padding-top: 40px;
}

.profile-leaders-text {
    text-align: left;
}

.business-content {
    background-image: url("../layout/layout_Content.jpg");
    height: auto;
    background-color: #ffffff;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    padding-top: 80px;
    padding-bottom: 60px;
}

.business-icons {
    padding-bottom: 40px;
}

.business-icon {
    height: 100px;
    margin-right: 10px;
    vertical-align: text-bottom;
    display: inline;
    margin-bottom: 0;
}

.business-text {
    text-align: left;
}
.business-text-header {
    margin-bottom: 40px;
}

.business-text h1 {
    display: inline;
}

.business-text p {
    padding-top: 18px;
}

.business-image {
    height: 100%;
}

.contact {
    padding-top: 100px;
    padding-bottom: 100px;
}

.contact-map {
    position: absolute;
    right: 0;
    padding-right: 20px;
}

.mapouter {
    position: relative;
    text-align: right;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
}

.mapouter,
.gmap_canvas,
.contact-map iframe {
    height: 400px;
    width: 460px;
}

.contact-form {
    width: 100%;
    padding-left: 20px;
}

.contact-form input,
.contact-form textarea {
    background-color: #e1e1e1;
}

.contact-form1 {
    display: block;
    margin-bottom: 10px;
}

.contact-form1 input,
.contact-form1 textarea {
    width: 460px;
}

.contact-form2 {
    display: inline-block;
    width: 220px;
    margin-bottom: 10px;
    margin-right: 16px;
}

.contact-form2 input {
    width: 220px;
}

.contact-button {
    width: 460px;
    border: none;
    padding: 8px 18px;
    margin: 10px 0 0 0;
    text-decoration: none;
    background: black;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out,
        transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.contact-button a {
    color: white;
}

.contact-button:hover,
.contact-button:focus,
.contact-button:active {
    text-decoration: none;
    border: none;
    outline: none;
    background: #3c3c3c;
}

.contact-button:hover a {
    text-decoration: none;
}

.col-lg-6,
.col-sm-6,
.col-12 {
    margin: 0;
    padding: 0;
}

.business-images {
    width: 100%;
}

.footer {
    font-size: 18px color: white;
}

.footer-image {
    padding-top: 100px;
    padding-bottom: 40px;
    background-image: url("../layout/footer_Graphic.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
}

.footer-brand {
    height: 100px;
}

.footer-icons {
    width: 24px;
    display: inline-block;
    color: white
}

.footer-info {
    width: 240px;
    display: inline-block;
    color: white;
}

.footer-emailme {
    text-align: left;
    color: white;
}

.footer-form {
    margin-top: 36px;
    background: white;
}

.footer-copyright {
    padding-top: 60px;
    font-size: 12px;
    color: white;
}

@media (max-width: 1199px) {
    .slick-prev-arrow
    {
        font-size: 30px;
    }
    .slick-next-arrow
    {
        font-size: 30px;
    }
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 16px;
    }

    .icon-link img {
        height: 80px;
    }

    .icon-link h1 {
        font-size: 18px;
        padding-bottom: 40px;
    }

    .hero-top {
        width: 180px;
    }

    .hero-slogan {
        width: 280px;
    }

    .content-text {
        padding-left: 20px;
    }

    .home-text {
        width: 800px;
    }

    .home-image-text {
        font-size: 40px;
        width: 400px;
    }

    .profile-text {
        width: 410px;
    }

    .profile-image {
        background-size: 420px;
    }

    .profile-leaders {
        background-color: #fff;
        height: auto;
        padding: 40px 0 40px 0;
    }

    .profile-photo {
        width: 120px;
    }

    .profile-leaders p {
        padding-top: 30px;
    }

    .navbar-item {
        margin-left: 18px;
    }

    .mapouter,
    .gmap_canvas,
    .contact-map iframe {
        height: 400px;
        width: 420px;
    }

    .contact-form1 input,
    .contact-form1 textarea {
        width: 420px;
    }

    .contact-form2 {
        display: inline-block;
        width: 200px;
        margin-bottom: 10px;
        margin-right: 16px;
    }

    .contact-form2 input {
        width: 200px;
    }

    .contact-button {
        width: 420px;
    }
}

@media (max-width: 991px) {
    .padding-left {
        padding-left: 0;
    }
    
    .button-joinus {
        width: auto;
        margin: 20px 290px 0 290px;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 18px;
    }

    .navbar-brand-size {
        height: 48px;
    }

    .navbar-item {
        margin-left: 4px;
    }

    .hero-slogan {
        padding-top: 40px;
        text-align: center;
        width: auto;
    }

    .header-image {
        height: 300px;
    }

    .header-image-title {
        width: 440px;
        padding: 10px 0;
    }

    .content-text {
        padding-left: 36px;
    }

    .content-text p {
        padding-top: 20px;
    }

    .home-text {
        width: 640px;
    }

    .home-icon {
        height: 120px;
    }

    .home-icon-text {
        padding-top: 10px;
        font-size: 16px;
    }

    .home-image {
        height: 280px;
    }

    .home-image-padding {
        padding-top: 70px;
    }

    .home-image-text {
        margin: 0 180px 0 180px;
        text-align: center;
        font-size: 32px;
        width: auto;
    }

    .profile-text {
        width: 360px;
    }

    .profile-image {
        top: 160px;
        height: 250px;
    }

    .profile-future {
        height: 400px;
    }

    .profile-future-text {
        bottom: 30px;
        text-align: center;
    }

    .profile-vision-text {
        padding: 60px 10%;
        text-align: center;
    }

    .profile-leaders-section {
        padding: 30px 0 0 20%;
    }

    .profile-leaders h1 {
        text-align: center;
    }

    .profile-leaders p {
        padding-bottom: 40px;
    }

    .profile-photo {
        width: 160px;
    }

    .profile-photo-name {
        padding-top: 50px;
    }

    .contact {
        padding-top: 60px;
    }

    .contact-map {
        position: relative;
        text-align: center;
        padding-right: 0;
    }

    .mapouter {
        position: relative;
        text-align: center;
    }

    .mapouter,
    .gmap_canvas,
    .contact-map iframe {
        height: 400px;
        width: 100%;
        padding: 0 20px 60px 20px;
    }

    .contact-form {
        width: 100%;
        padding-left: 60px;
        padding-right: 60px;
        text-align: center;
    }

    .contact-form1 input,
    .contact-form1 textarea {
        width: 100%;
    }

    .contact-form2 {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        margin-right: 16px;
    }

    .contact-form2 input {
        width: 100%;
    }

    .contact-button {
        width: 100%;
    }

    .footer-emailme {
        margin-top: 40px;
        text-align: center;
    }

    .footer-form {
        margin-top: 20px;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .slick-prev-arrow
    {
        font-size: 24px;
    }
    .slick-next-arrow
    {
        font-size: 24px;
    }
    .button-readmore {
        width: auto;
        margin: 20px 150px 0 150px;
    }

    .button-joinus {
        margin: 20px 180px 0 180px;
    }

    .button-emailme {
        font-size: 12px;
        padding: 6px 8px;
    }

    input {
        font-size: 12px;
        padding: 6px 8px;
    }

    button {
        font-size: 14px;
    }

    .layer-opacity {
        background: rgba(255, 255, 255, 0.7);
    }

    .container {
        padding-left: 4%;
        padding-right: 4%;
    }

    .navbar-menu {
        min-height: 100px;
    }

    .hero-image {
        height: 360px;
        margin-top: 149px;
    }

    .hero-padding {
        padding-top: 110px;
    }

    .hero-top {
        width: 140px;
    }

    .header-image {
        height: 240px;
        margin-top: 149px;
    }

    .header-image-title {
        width: 100%;
    }

    .home-content {
        height: 1200px;
    }

    .content-text {
        padding-left: 0;
    }

    .content-text h1 {
        text-align: center;
    }

    .content-text p {
        text-align: center;
    }

    .home-text {
        width: auto;
    }

    .home-image {
        height: 240px;
    }

    .home-image-padding {
        padding-top: 60px;
    }

    .home-image-text {
        margin: 0 100px 0 100px;
        font-size: 28px;
    }

    .profile-content {
        height: 770px;
    }

    .profile-text {
        width: auto;
    }

    .profile-image {
        top: 0;
        height: 280px;
    }

    .profile-image-subtitle {
        top: 40px;
        right: 290px;
        font-size: 14px;
    }

    .profile-future-text {
        padding: 0 6%;
    }

    .profile-vision-text {
        padding: 40px 6%;
    }

    .profile-leaders-section {
        padding: 20px 0 0 10%;
    }

    .profile-photo-name {
        padding-top: 20px;
    }

    .business-content {
        background-size: cover;
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .business-icon {
        height: 80px;
        margin-right: 0;
        margin-bottom: 10px;
        vertical-align: none;
    }

    .business-text {
        text-align: center;
    }

    .business-text h1 {
        text-align: center;
        display: block;
    }

    .business-text p {
        padding-top: 14px;
    }

    .footer {
        font-size: 16px;
    }

    .footer-image {
        background-size: contain;
    }

    .footer-details {
        margin-top: 40px;
        margin-left: 20px;
    }

    .footer-info {
        width: 230px;
        display: inline-block;
    }
}

@media (max-width: 575px) {
    .slick-prev-arrow
    {
        font-size: 20px;
    }
    .slick-next-arrow
    {
        font-size: 20px;
    }
    .button-readmore {
        margin: 20px 80px 0 80px;
    }

    .button-joinus {
        margin: 20px 100px 0 100px;
    }

    small {
        font-size: 10px;
    }

    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 16px;
    }

    h3 {
        font-size: 14px;
    }

    .container {
        padding-left: 8%;
        padding-right: 8%;
    }

    .navbar-menu {
        min-height: 80px;
    }

    .icon-link img {
        height: 70px;
    }

    .icon-link h1 {
        font-size: 14px;
        padding-bottom: 30px;
    }

    .navbar-brand-size {
        height: 40px;
    }

    .hero-image {
        height: 320px;
        margin-top: 129px
    }

    .hero-top {
        width: 120px;
    }

    .header-image {
        margin-top: 129px;
    }

    .home-content {
        height: 1280px;
        background-size: cover;
    }

    .content-text {
        padding-left: 0;
        padding-right: 0;
    }

    .content-text h1 {
        padding-top: 60px;
    }

    .home-icon {
        height: 100px;
    }

    .home-icon-text {
        font-size: 14px;
    }

    .home-image {
        background-size: cover;
    }

    .home-image-text {
        margin: 0 60px 0 60px;
        font-size: 18px;
    }

    .profile-content {
        background-size: cover;
        height: 840px;
    }

    .profile-image {
        height: 220px;
    }

    .profile-image-subtitle {
        top: 30px;
        right: 230px;
        font-size: 12px;
    }

    .profile-future {
        height: 360px;
    }

    .profile-future-text {
        bottom: 12px;
        text-align: center;
    }

    .container .profile-leaders-section {
        width: 100%;
        margin: 0;
    }

    .profile-leaders-section {
        text-align: center;
        padding: 0;
    }

    .profile-leaders p {
        font-size: 12px;
    }

    .profile-leaders-text {
        text-align: center;
    }

    .business-icon {
        height: 60px;
        margin-bottom: 10px;
    }

    .contact {
        padding-top: 0;
        padding-bottom: 60px;
    }

    .mapouter,
    .gmap_canvas,
    .contact-map iframe {
        height: 360px;
        padding: 0 0 40px 0;
    }

    .contact-form {
        padding-left: 6%;
        padding-right: 6%;
    }

    .footer-image {
        padding-top: 60px;
        background-size: cover;
    }

    .footer-info {
        width: 210px;
        display: inline-block;
    }

    .footer-copyright {
        font-size: 10px;
    }
}
