a:focus, button:focus {
    outline: none;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn {
    border: 0px;
}

h2 {
    color: #1C1C1C;
}

.btn:focus, .btn:focus-within, .btn:hover {
    outline: none;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body {
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    color: #1c1c1c;
    background-color: #fff;
}

.font-bold {
    font-weight: 700;
}

.green-color {
    color: #2f7e6b;
}

.btn-in {
    border-radius: 0;
    font-weight: 700;
    color: #fff;
    padding: 10px 20px;
    background-color: #107c88;
    font-size: 16px;
    text-transform: uppercase;
    min-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .btn-in:visited, .btn-in:hover, .btn-in:focus {
        color: #fff;
    }

.font-16 {
    font-size: 16px;
    line-height: 22px;
}

.font-9 {
    font-size: 9px;
    line-height: 22px;
}

.btn-bg-green {
    background-color: #107c88;
    color: #fff;
}

.header {
    position: relative;
    height: 75px;
}

    .header .header-main {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
    }

        .header .header-main .navbar {
            background-color: #107c88;
            padding: 0.8rem 1rem;
            -webkit-box-shadow: 2px 2px 4px #d2d2d247;
            box-shadow: 2px 2px 4px #d2d2d247;
        }

            .header .header-main .navbar .navbar-brand {
                max-width: 240px;
                display: inline-block;
            }

                .header .header-main .navbar .navbar-brand img {
                    max-width: 100%;
                }

            .header .header-main .navbar .collapse {
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
            }

                .header .header-main .navbar .collapse ul li {
                    color: #fff;
                }

                    .header .header-main .navbar .collapse ul li.nav-guid {
                        padding: 0.3rem 1rem;
                        font-weight: 400;
                        font-size: 16px;
                    }


                    .header .header-main .navbar .collapse ul li .nav-link {
                        color: #fff;
                        font-weight: 700;
                        font-size: 14px;
                        padding-right: 0.5rem;
                        padding-left: 1rem;
                    }

                        .header .header-main .navbar .collapse ul li .nav-link.active {
                            /*border-bottom: 1px solid $color-white;*/
                            position: relative;
                        }

                            .header .header-main .navbar .collapse ul li .nav-link.active:after {
                                content: "";
                                height: 1px;
                                right: 0.5rem;
                                left: 1rem;
                                background-color: #fff;
                                bottom: 5px;
                                position: absolute;
                            }

.sec-1 {
    padding: 50px 100px;
    margin-top: 80px;
    position: relative;
    background-image: url("../img/img-342X1146-sec-1-bg.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
}

    .sec-1 h1 {
        word-wrap: break-word;
        font-size: 68px;
        font-weight: 900;
        line-height: 78px;
        letter-spacing: 13.6px;
        color: #fff;
        margin-bottom: 20px;
    }

    .sec-1 img {
        max-width: 370px;
    }

.sec-2 {
    padding: 50px 100px 70px;
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .sec-2 .sec-text {
        margin-right: 20px;
    }

        .sec-2 .sec-text h2 {
            font-size: 27px;
            font-weight: 600;
            line-height: 39px;
            letter-spacing: 5.4px;
            color: #00a0af;
            margin-bottom: 30px;
            text-transform: uppercase;
        }

        .sec-2 .sec-text .border-para {
            border-left: 2px solid #107c88;
            padding-left: 25px;
            position: relative;
            /*&:before{
  	content:'';
  	position: absolute;
  	width: 1px;
  	height: 100%;
  	background-color:$color-dark-teal; 
  	left: 0;
  	top: 0;
  }*/
        }

            .sec-2 .sec-text .border-para p {
                font-size: 23px;
                line-height: 30px;
                color: #1c1c1c;
                margin-bottom: 15px;
            }

            .sec-2 .sec-text .border-para .font-16 {
                font-size: 16px;
                line-height: 30px;
                margin-bottom: 0px;
            }

    .sec-2 .sec-cta {
        text-align: center;
    }

        .sec-2 .sec-cta img {
            max-width: 144px;
            margin: auto;
        }

        .sec-2 .sec-cta .btn {
            padding: 10px 8px;
            line-height: normal;
            margin-top: 28px;
            white-space: nowrap;
        }

.section-header {
    margin: 70px 0 50px;
    padding-left: 24px;
    border-left: 10px solid #57c0e9;
    color: #1c1c1c;
}

    .section-header h2 {
        font-size: 26px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: 5.2px;
        margin-bottom: 5px;
    }

    .section-header .sub-heading {
        font-size: 23px;
        line-height: 30px;
    }

.zenlens .card, .arise .card, .other-svp-offerings .card {
    border: 0px solid transparent;
    padding-bottom: 30px;
}

    .zenlens .card .card-body, .arise .card .card-body, .other-svp-offerings .card .card-body {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-height: 1px;
        padding: 0;
    }

        .zenlens .card .card-body h5, .arise .card .card-body h5, .other-svp-offerings .card .card-body h5 {
            margin: 20px 0 10px;
            letter-spacing: 0.5px;
            font-size: 16px;
            font-weight: 700;
            line-height: 22px;
            color: #1c1c1c;
        }

        .zenlens .card .card-body p, .arise .card .card-body p, .other-svp-offerings .card .card-body p {
            font-size: 16px;
            line-height: 22px;
        }

.footer-inner {
    background-color: #107c88;
    padding: 60px 0 70px;
    color: #fff;
}

    .footer-inner .font-16 {
        margin-bottom: 30px;
        text-transform: uppercase;
    }

    .footer-inner .font-9 {
        line-height: 15px;
    }

.page-404 {
    min-height: calc(100vh - 370px);
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .header .header-main .navbar .collapse {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .header .header-main .navbar .collapse ul li {
            color: #fff;
        }

            .header .header-main .navbar .collapse ul li.nav-guid {
                padding: 0.5rem 1rem;
                font-weight: 400;
                font-size: 20px;
            }

            .header .header-main .navbar .collapse ul li .nav-link {
                color: #fff;
                font-weight: 700;
                font-size: 20px;
                padding-right: 0.5rem;
                padding-left: 1rem;
            }
}

@media screen and (max-width: 767px) {
    .page-404 h3 {
        font-size: 35pt;
        line-height: 1;
        font-weight: 700;
        margin: 25px 0 20px;
        color: #555;
    }

    .page-404 p {
        max-width: 100%;
        font-size: 20pt;
        line-height: 25pt;
    }
}

.article {
    margin-left: 80px !important;
}

button.r_home {
    background-color: powderblue !important;
    font-weight: 700 !important;
}


article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    overflow: auto;
}
