@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:200,400,600');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body,
html {
    font-family: "Montserrat", serif;
    position: relative;
    background: #6BAE75;

}

body {
    display: block;
    position: relative;
}

/*body[data-home='false'] {
    padding-top: 80px;
}*/

@media (min-width:1200px) {
    .container {
        max-width: 960px;
    }
}

.navbar {
    transition: 0.5s ease all;
}


/*
.navbar-light.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.navbar-light .container {
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    position: relative;
}
.navbar .navbar-brand {
    padding: 15px 15px;
    margin: 0;
    transition: 0.1s ease all;
}
.navbar .navbar-brand:hover {
    background: #eff6f3;
}
.navbar .navbar-brand img {
    height: 16px;
    z-index: 0;
    transition: 0.2s ease all;
    position: relative;
}
@media (min-width:768px) {
    .navbar.logo-active .navbar-brand img.first-child {
        transform: translateX(20px);
        opacity: 0;
        visibility: hidden;
    }
    .navbar.logo-active .navbar-brand img.last-child {
        transform: translateX(-20px);
        opacity: 0;
        visibility: hidden;
    }
    .navbar.logo-active .navbar-brand:hover img.first-child,
    .navbar.logo-active .navbar-brand:hover img.last-child {
        transform: translateX(0px);
        opacity: 1;
        visibility: visible;
    }
}
.navbar .navbar-brand img.logo {
    height: 50px;
    margin-left: 5px;
    z-index: 1;
    position: relative;
}
.navbar .navbar-toggler {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    opacity: 1;
    visibility: visible;
    border: none;
    padding: 15px;
    border-radius: 0;
    transition: 0.1s ease all;
    z-index: 2;
}
.navbar .navbar-toggler:hover,
.navbar .navbar-toggler:focus {
    background: #f9f9f9;
    outline: none;
    box-shadow: none;
}
.navbar .navbar-collapse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    z-index: 1;
    transition: 0.2s ease all;
}
.navbar .navbar-collapse.collapsing {
    height: 100% !important;
    opacity: 0;
    transition: 0.2s ease all !important;
}
.navbar .navbar-collapse.show {
    opacity: 1;
    visibility: visible;
}
.navbar .nav-item.home {
    display: none;
}
.navbar .nav-item > .nav-link {
    font-size: 14px;
    font-weight: 400;
    color: #111;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
}
.navbar .nav-item.active > .nav-link {
    color: #5c9f9f;
}

*/

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 10px 15px 15px 15px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    position: absolute;
    outline: none !important;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999999999;
}

/*.hamburger:hover {
    background: #f9f9f9;
}
.hamburger.is-active:hover,.hamburger:hover{
    opacity:.7
}
.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{
    background-color:#666
}*/
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 14px
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 30px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #666
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: ""
}

.hamburger-inner:before {
    top: -10px
}

.hamburger-inner:after {
    bottom: -10px
}

.hamburger--3dx .hamburger-box {
    perspective: 80px
}

.hamburger--slider .hamburger-inner {
    top: 2px
}

.hamburger--slider .hamburger-inner:before {
    top: 10px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform, opacity
}

.hamburger--slider .hamburger-inner:after {
    top: 20px
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner:before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0
}

.hamburger--slider.is-active .hamburger-inner:after {
    transform: translate3d(0, -20px, 0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
    top: 2px
}

.hamburger--slider-r .hamburger-inner:before {
    top: 10px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform, opacity
}

.hamburger--slider-r .hamburger-inner:after {
    top: 20px
}

.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner:before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -20px, 0) rotate(90deg)
}

.links-desktop {
    display: show;
}

.links-mobile {
    display: none;
}

.navbar-nav {
    width: 100%;
    justify-content: space-between;
}

.nav-item a {
    color: black !important;
    font-size: 17px;
    font-weight: bold;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
}

.navbar {
    background: white !important;
}

/*
.nav-inactive{
    background: #daeaea !important;
}

.nav-active{
    background: white !important;
}
*/

video {
    cursor: pointer;
}

/* MAIN */
.main {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

.main .container {
    background: white;
    padding: 15px;
    border-radius: 15px;
}


.main-2 .container {

    padding: 0;
    border-radius: 0;
}

.main img,
.main-2 img {
    border-radius: 15px;
}

/*
.main:before {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 200%;
    z-index: 0;
    content: ' ';
    background: -moz-radial-gradient(center, ellipse cover, rgba(219,232,227,0.95) 0%, rgba(219,232,227,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(219,232,227,0.95) 0%,rgba(219,232,227,1) 100%);
    background: radial-gradient(ellipse at center, rgba(219,232,227,0.95) 0%,rgba(219,232,227,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2dbe8e3', endColorstr='#dbe8e3',GradientType=1 );
    opacity: 0.995;
}*/
.main .container {
    position: relative;
    z-index: 1;
}

.headline {

    font-size: 14px;
    font-weight: bold;
    padding: 10px;
}

.navbar {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.main-elipse {
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 9999;
}

.fa-star {
    color: orange;
}

.reviews h3 {
    color: #CD5746;
    font-weight: bold;
    font-size: 35px;
    font-family: "Nanum Myeongjo", serif;
    /*max-width: 70%;
    margin: 25px auto 15px auto;*/
}

.nsew p {
    font-family: "Lato", sans-serif !important;
}


.box-text {
    border: 2px solid black;
    font-weight: normal !important;
    border-radius: 10px;
}


.main-2 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.main h2,
.main-2 h2 {
    color: black;
    font-weight: bold;
    font-size: 35px;
    font-family: "Montserrat", serif;
    /*max-width: 70%;
    margin: 25px auto 15px auto;*/
}

.main p {
    font-family: "Open Sans", serif;

    color: black;
}


.feature-text .date-text {
    font-family: "Open Sans", serif;
    font-size: 15px !important;
    margin-bottom: 8px;
}





.star {
    background: url('img/star.png') no-repeat left top;
    height: 34px;
    padding-top: 7px;
    padding-left: 44px;
}

.my-list {
    font-family: "Lato", sans-serif !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1080px;
    }
}


.main video {
    width: 100%;

    border-radius: 10px;
}

/*.main .container-fluid{
    padding-left: 105px;
    padding-right: 105px;
}*/


.main .actions {

    padding-top: 5px;
}

.main .logo .icon {
    margin-left: 5px;
}

.main .logo img {
    max-width: 100%;
}

@-webkit-keyframes SCROLL-ICON {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-moz-keyframes SCROLL-ICON {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-o-keyframes SCROLL-ICON {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes SCROLL-ICON {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

.scrollButton {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation: SCROLL-ICON 2s infinite;
    /* Safari 4+ */
    -moz-animation: SCROLL-ICON 2s infinite;
    /* Fx 5+ */
    -o-animation: SCROLL-ICON 2s infinite;
    /* Opera 12+ */
    animation: SCROLL-ICON 2s infinite;
    /* IE 10+, Fx 29+ */
}

.scrollButton img {
    width: 100%;
    filter: brightness(0);
    opacity: 0.25;
}

/* BUTTONS */
.btn {
    padding: 12px 25px;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 400;
}

.btn:hover {
    box-shadow: rgba(0, 0, 0, 0.05) 0 10px 20px !important;
}

.btn:focus,
.btn:active {
    box-shadow: rgba(0, 0, 0, 0.15) 0 10px 20px !important;
}

.btn.btn-primary {
    background: #5D9F9E;
    border-color: #5D9F9E;
}


.container-fluid {
    padding-left: 35px;
    padding-right: 35px;
}

.btn-dark {
    background: #1F2326;
    font-family: "Open Sans", serif;
    border-color: #1F2326;
    font-size: 16px;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.main .btn.btn-primary {

    font-size: 16px;
    font-weight: bold;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    background: #d05846 !important;
    border-color: #d05846 !important;
}

.btn.btn-link {
    color: #5c9f9f;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
}

.btn.btn-link i {
    margin-left: 5px;
}

.btn.btn-link:hover,
.btn.btn-link:focus,
.btn.btn-link:active {
    text-decoration: none !important;
    box-shadow: none !important;
    color: #d05846;
}

/* ABOUT */
.about {
    display: block;
    position: relative;
    padding: 80px 0;
}

.about:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    content: ' ';
    background: url('../img/bg2.jpg') #e8e8e8 bottom right no-repeat;
    background-size: contain;
    z-index: 0;
}

.about.v2:before {
    background: url('../img/bg-3.jpg') center no-repeat;
    background-size: cover;
}

.about.v3:before {
    background: url('../img/bg-4.jpg') center no-repeat;
    background-size: cover;
    left: auto;
    right: 0;
}

.about.v4:before {
    background: url('../img/bg-5.jpg') center left no-repeat;
    background-size: cover;
}

.about.v5:before {
    background: url('../img/bg-6.jpg') center no-repeat;
    background-size: cover;
}

.about.v6:before {
    background: none;
}

.about.v7:before {
    background: url('../img/bg-7.jpg') center no-repeat;
    background-size: cover;
}

.about.v8:before {
    background: url('../img/bg-8.jpg') center no-repeat;
    background-size: cover;
}

.about .container {
    position: relative;
    z-index: 1;
}

.about h3 {
    font-weight: 200;
    font-size: 36px;
    margin: 0 0 15px 0;
}

.about p {
    font-size: 16px;
    color: #333;
}

.about h4 {
    font-weight: 200;
    font-size: 36px;
    margin: 0 0 25px 0;
}

.about .company-logo {
    display: block;
    max-width: 350px;
    padding: 50px 20px;
    text-align: center;
    background: #00b2dd;
    text-decoration: none;
}

.about .company-logo span {
    display: block;
    color: #fff;
    font-weight: bold;
}

.about form .form-group label {
    display: block;
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 600;
}

.about form .form-group input.form-control {
    height: auto;
    padding: 12px 15px;
}

.about form .form-group textarea.form-control {
    min-height: 120px;
    padding: 12px 15px;
}

.about.v6 h3 {
    font-size: 24px;
    font-weight: 600;
}

.about.v6 p {
    margin: 0 0 5px 0;
}

.about.v6 p i {
    opacity: 0.25;
}

.about.v6 .description {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #eee;
}

.about.v6 .description p {
    font-size: 14px;
}

.about.v6 .date {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #eee;
}

.about.v6 .date p {
    font-size: 14px;
}

.about .apply-now {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 5px;
}

.about .apply-now p.small {
    font-size: 12px;
}

/* BLOG POST PAGE */
.blog-post-page {
    padding: 60px 0;
    position: relative;
}

.blog-post-page h1 {
    font-size: 36px;
    font-weight: 700;
}

.blog-post-page .description {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #eee;
}

.blog-post-page .description h1 {
    font-size: 30px;
    font-weight: 600;
    margin: 30px 0 10px 0;
}

.blog-post-page .description h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 30px 0 10px 0;
}

.blog-post-page .description h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 10px 0;
}

.blog-post-page .description h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 30px 0 10px 0;
}

.blog-post-page .description h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 30px 0 10px 0;
}

.blog-post-page .description h6 {
    font-size: 14px;
    font-weight: 600;
    margin: 30px 0 10px 0;
}

.blog-post-page .description p,
.blog-post-page .description ul li,
.blog-post-page .description ol li,
.blog-post-page .description {
    font-size: 14px;
}

.blog-post-page .description a {
    color: #5c9f9f;
    font-weight: 600;
}

/* INTRO VIDEO */
.intro-video {
    position: relative;
    padding: 80px 0;
}

.intro-video video {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ddd;
    cursor: pointer;
}

/* APPROACH */

#our-approach {
    padding: 100px 0;
    margin-left: 40px;
    margin-right: 60px;
}

#our-network {
    padding: 80px 0;
    margin-left: 40px;
    margin-right: 60px;
}

.approach {
    display: block;
    position: relative;
    /*padding: 80px 0;*/
    background: #5D9F9E;
    color: #fff;
}

.approach-row .col-md-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.approach h3 {
    font-family: "Nanum Myeongjo", serif;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 20px;
}

.approach p {
    margin: 0;
    font-weight: 300;
    font-size: 15px;
    margin-right: 35px;
}

/* QUOTE */
.quote {
    display: block;
    padding: 80px 0;
}

.quote p {
    font-size: 18px;
}

.quote .from {
    display: block;
    padding-top: 15px;
    position: relative;
    padding-left: 80px;
}

.quote .from img {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 15px;
    left: 0;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin-bottom: 10px;
}

.quote .from b {
    display: block;
    font-weight: 600;
    font-size: 14px;
}

.quote .from span {
    display: block;
    font-size: 12px;
    color: #7a7a7a;
    max-width: 60%;
}

/* JOBS */
.jobs {
    display: block;
    position: relative;
    padding: 60px 0;

}

.job-box {
    height: 250px;
}

.jobs h3 {
    color: #CD5746;
    font-weight: bold;
    font-size: 35px;
    font-family: "Nanum Myeongjo", serif;
}

.jobs p {
    margin: 0;
}

.jobs .job {
    width: 100%;
    display: block;
    margin-top: 30px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
        linear-gradient(0deg, #5D9F9E, #5D9F9E);
    padding: 20px;
    border-radius: 24px;
}

.job-apply .btn-primary {
    border-radius: 10px;
    padding: 16px, 40px, 16px, 40px !important;
}

.jobs .job .job-title {
    display: block;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #333;

}

.jobs hr {
    margin: 0;
}

.jobs .job .job-location {
    display: block;
    font-size: 12px;
    color: #7a7a7a;
}

.jobs .job .job-location:before {
    font-family: 'FontAwesome';
    content: '\f041';

    width: 18px;
    color: #5D9F9E;
    display: inline-block;
    vertical-align: middle;
}

.jobs .job .job-type {
    display: block;
    font-size: 12px;
    color: #7a7a7a;
}

.jobs .job .job-type:before {
    font-family: 'FontAwesome';
    content: '\f0b1';

    color: #5D9F9E;
    width: 18px;
    display: inline-block;
    vertical-align: middle;
}

.jobs .job .job-description {
    font-size: 13px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}

.jobs .job .job-price {
    font-weight: 600;
    margin: 15px 0;
}

.job-price {
    text-align: center;
}

.job-price .anum {
    color: #5E5E5E;
    font-size: 14px;
    font-weight: 400;
}

.job-price .price {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.jobs .btn-link {
    background: linear-gradient(0deg, rgba(93, 159, 158, 0.2), rgba(93, 159, 158, 0.2)),
        linear-gradient(0deg, #FFFFFF, #FFFFFF);
    border-radius: 12px;
    padding-left: 16px;
    padding-right: 16px;
}

.jobs hr {
    margin: 10px 0 10px 0;
    opacity: 1;
    background: #5D9F9E;
}

/* BLOG */
.insights {
    display: block;
    position: relative;
    padding: 60px 0;
    background: #f2f3f4;
}

.insights h3 {
    font-weight: 200;
    font-size: 36px;
    margin: 0 0 10px 0;
}

.insights p {
    margin: 0;
}

.insights .blog-post {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.insights .blog-post p.small {
    margin-bottom: 0;
    color: #999;
    font-size: 0.75rem;
}

.insights .blog-post .blog-post-title {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.insights .blog-post .blog-post-thumbnail {
    display: block;
    width: calc(100% + 40px);
    margin: -20px -20px 20px -20px;
    height: 150px;
    background-color: #f2f3f4;
    position: relative;
}

.insights .blog-post.faculty-post .blog-post-thumbnail {
    background-color: #fff;
}

.insights .blog-post .blog-post-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.insights .blog-post.faculty-post .blog-post-thumbnail img {
    object-fit: contain;
}

.insights .blog-post .blog-post:before {
    font-family: 'FontAwesome';
    content: '\f041';
    opacity: 0.5;
    width: 18px;
    display: inline-block;
    vertical-align: middle;
}

.insights .blog-post .blog-post-description {
    font-size: 12px;
    margin: 10px 0 0 0;
}

.insights .blog-post .blog-post-apply {
    margin-top: auto;
    padding-top: 1rem;
}

.faculty-logo {
    max-width: 250px;
    max-height: 80px;
    display: block;
}

.faculty-gallery {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 1.5rem);
    margin: 0 -1.5rem 0 0;
}

.faculty-gallery img {
    border-radius: 1rem;
    width: calc(50% - 1.5rem);
    height: 15rem;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    object-fit: cover;
    border: 1px solid #ddd;
    display: block;
}

/* TERMS */
.terms {
    display: block;
    position: relative;
    padding: 80px 0;
}

.terms h3 {
    font-weight: 200;
    font-size: 36px;
    margin: 0 0 15px 0;
}

.terms p {
    font-size: 16px;
    color: #333;
}

.terms b {
    display: block;
    margin-top: 40px;
}

.terms h4 {
    font-weight: 200;
    font-size: 36px;
    margin: 0 0 25px 0;
}

.terms a {
    color: #5c9f9f;
}

/* RECORD-KEPING */
.record-keeping {
    display: block;
    position: relative;
    padding: 80px 0;
    text-align: center;
}

.record-keeping .inline-logo img {
    display: inline-block;
    vertical-align: middle;
    height: 60px;
}

.record-keeping .inline-logo img:first-child,
.record-keeping .inline-logo img:last-child {
    height: 15px;
}

.record-keeping .inline-logo img:nth-child(2) {
    margin: 0 10px;
}

.record-keeping img {
    display: block;
    margin: 0px auto 10px auto;
    text-align: center;
}

.record-keeping table {
    width: 100%;
}

.record-keeping td {
    width: 50%;
    padding: 20px;
    vertical-align: top
}

.record-keeping table,
th,
td {
    border: 1px solid black;
    text-align: left;
}

.record-keeping h3 {
    font-weight: 200;
    font-size: 36px;
    margin: 20px 0 15px 0;
}

.record-keeping p {
    font-size: 16px;
    color: #333;
}

.record-keeping b {
    display: block;
}

/* FOOTER */
footer {
    display: block;
    padding: 30px 0;
    background: #1F2326;

}

.subscribe-box h3 {
    color: #5D9F9E;
    font-weight: bold;
    font-size: 35px;
    font-family: "Nanum Myeongjo", serif;
}

.all-rights {
    background: #5D9F9E;
    color: white;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.all-rights p {
    font-size: 14px;
    color: white;
    font-weight: 200;
}

.divider {
    display: block;
    text-align: center;

    overflow: hidden;
    white-space: nowrap;
}

.divider .divider-text:before {
    right: 100%;
}

.divider .divider-text:before,
.divider .divider-text:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100vw;
    border-top: 1px solid rgba(67, 89, 113, .2);
}

.divider .divider-text:after {
    left: 100%;
}

.divider .divider-text:before,
.divider .divider-text:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100vw;
    border-top: 1px solid white;
}

.divider .divider-text {
    position: relative;
    display: inline-block;
    font-size: .8rem;
    padding: 0rem 1rem;
}

.social-links a {
    color: white !important;
    margin-right: 15px;
    font-size: 18px;
}

.subscribe-box p {
    color: black;

    font-size: 16px;
}

footer .logo {
    filter: grayscale(100%);
    text-decoration: none !important;
}

footer .logo img:first-child,
footer .logo img:last-child {
    height: 16px;
}

footer .logo img:nth-child(2) {
    height: 50px;
}

footer h3 {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}

footer ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

footer ul li {
    color: #000000;
    margin-bottom: 10px;
}

footer ul:not(.socials) li a {
    font-size: 14px;
    color: #D2D7DA;
    font-family: "Open Sans", serif;
}

footer ul li a:hover,
footer ul li a:focus {
    color: #5c9f9f !important;
}

footer ul.socials {
    text-align: right;
}

footer ul.socials li {
    display: inline-block;
}

footer ul.socials li a {
    font-size: 20px;
    color: #999;
}

footer hr {
    margin: 40px 0;
    opacity: 0.5;
}

footer p {
    font-size: 14px;
    color: #7a7a7a;
    margin: 0;
}



footer p a,
footer p a:hover,
footer p a:focus {
    color: #5c9f9f;
}

/* TEAM MEMBERS */
.team-members {
    display: block;
    padding: 100px 0;
    background: #f9f9f9;
}

.team-members .team-member {
    display: block;
    position: relative;
}

.team-members .team-member + .team-member {
    margin-top: 100px;
}

.team-members .team-member .avatar {
    width: 100%;
    position: relative;
}

.team-members .team-member .avatar img {
    width: 100%;
}

.team-members .team-member .avatar:after {
    position: absolute;
    top: -25px;
    left: -40px;
    width: 150px;
    height: 60px;
    background: #5c9f9f;
    content: ' ';
    opacity: 0.5;
}

.team-members .team-member .avatar:before {
    position: absolute;
    bottom: -25px;
    right: -10px;
    width: 80px;
    height: 150px;
    background: #d05846;
    content: ' ';
}

.team-members .team-member .details {
    display: block;
    position: relative;
    padding-left: 60px;
}

.team-members .team-member .order-md-1 .details {
    padding-left: 0;
    padding-right: 60px;
}

.team-members .team-member .details h3 {
    font-weight: 200;
    font-size: 36px;
    margin: 0 0 10px 0;
}


.main-2 h3 {
    color: #CD5746;
    font-weight: bold;
    font-size: 35px;
    font-family: "Nanum Myeongjo", serif;
}

.main-2 p {
    margin: 0;
}

.main-2 h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-optical-sizing: auto;
}

.main-2 .feature {
    display: block;

    position: relative;

    background: white;
    border-radius: 5px;
}

.main-2 .feature p {
    font-size: 14px;
}

.main-2 .feature img {
    border-radius: 0;
}

.feature-text {
    padding: 20px;
}



/* CLIENTS */
.clients {
    display: block;
    position: relative;
    padding: 40px 0;
    background: #f2f3f4;
}

.clients img {
    display: block;
    margin: auto;
    filter: grayscale(100%);
    opacity: 0.5;
}

/* CTA 1 */
.cta-1 {
    display: block;
    position: relative;
    padding: 80px 0;
    background: #5c9f9f;
    color: #fff;
}

.cta-1.v2 {
    background: #d05846;
}

.cta-1 p {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
}

.cta-1 p span {
    display: block;
    font-size: 24px;
    font-weight: 600;
}

/* CTA 2 */
.cta-2 {
    display: block;
    position: relative;
    padding: 40px 0;
}

.cta-2 p {
    font-weight: 600;
    margin: 0;
    font-size: 18px;
}

.cta-2.v2 h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}

.cta-2.v2 p {
    font-size: 14px;
    margin: 10px 0 0 0;
    font-weight: 400;
}

/* SUBSCRIBE BOX */
.subscribe-box {
    display: block;
    position: relative;
    padding: 0px 0;
}

.subscribe-box h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.subscribe-box p {
    font-size: 14px;
    margin: 0;
}

.subscribe-box form {
    position: relative;
}

.subscribe-box form .form-control {
    position: relative;
    z-index: 0;
    height: auto;
    padding: 10px 90px 10px 15px;
}

.subscribe-box form .form-control:focus {
    border-color: #5c9f9f;
    box-shadow: 0 0 0 0.2rem rgba(92, 159, 159, .25);
}

.subscribe-box form .btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    line-height: 20px;
    height: 20px;
    padding: 0 10px;
}

/* COOKIES */
.cookies-usage {
    display: block;
    position: fixed;
    bottom: -150px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 40px 0;
    background: #333;
    color: #fff;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease all;
}

.cookies-usage.active {
    transform: translateY(-150px);
    opacity: 1;
    visibility: visible;
}

.cookies-usage .logo img {
    display: inline-block;
    vertical-align: middle;
    filter: brightness(0) invert(1);
    height: 15px;
}

.cookies-usage .logo img:nth-child(2) {
    height: 35px;
    margin-left: 4px;
}

.cookies-usage h3 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.cookies-usage p {
    max-width: 90%;
    margin: 0 0 15px 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
}

.cookies-usage p a,
.cookies-usage p a:hover,
.cookies-usage p a:focus {
    color: inherit;
}

.cookies-usage .btn {
    margin-right: 15px;
}



/* REVIEWS */
.reviews {
    display: block;
    padding: 100px 0 100px 0;
}

.owl-item {
    height: 0;
}

.owl-item.active {
    height: auto;
}


.review-number {
    font-size: 20px;
}

.reviews .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.reviews .review {
    padding: 0 2px;

}

.reviews .review p {
    font-size: 16px;
    position: relative;
}

/*.reviews .review p:before {
    content: '“';
    font-size: 72px;
    line-height: 18px;
    transform: translateY(30px) translateX(-5px);
    display: inline-block;
}
.reviews .review p:after {
    content: '”';
    font-size: 72px;
    line-height: 0;
    transform: translateY(35px) translateX(5px);
    display: inline-block;
    margin-bottom: -10px;
}*/
.reviews .review .from {
    display: block;
    margin-top: 15px;
}

.reviews .review .from b {
    display: block;
    font-size: 16px;
}

.reviews .review .from span {
    display: block;
    font-size: 12px;
    color: #7a7a7a;
}

/* SEO IMGS */
.seo-img {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 5px;
    height: 5px;
    opacity: 0;
    visibility: hidden;
}

/* MODAL */
.modal.subscribe-modal .modal-header {
    border: none;
    margin-bottom: -1rem;
    padding-bottom: 0;
}

.modal.subscribe-modal .modal-body {
    padding: 2.5rem;
}

.modal.subscribe-modal h3 {
    font-weight: bold;
    font-size: 1.5rem;
    margin: 2rem 0 0.5rem 0;
}

.modal.subscribe-modal p {
    font-size: 1rem;
    color: #999;
}

.modal.subscribe-modal .logo {
    text-decoration: none !important;
}

.modal.subscribe-modal .logo img:first-child,
.modal.subscribe-modal .logo img:last-child {
    height: 16px;
}

.modal.subscribe-modal .logo img:nth-child(2) {
    height: 50px;
}

.hamburger {
    display: none;
}

@media (min-width: 768px) and (max-width: 992px) {
    .main h2 {
        font-size: 36px;
    }

    footer .logo img:first-child,
    footer .logo img:last-child {
        height: 12px;
    }

    footer .logo img:nth-child(2) {
        height: 30px;
    }

    .navbar .nav-item > .nav-link {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 767px) {

    body,
    html,
    .about p {
        font-size: 18px;
    }

    .main h2 {
        margin-top: 20px;
        /*font-size: 24px;
        max-width: 85%;*/
    }

    .main-elipse {
        display: none;
    }

    .hamburger {
        display: block;
    }


    .navbar-nav {
        left: 0;
        margin-top: 15px;
    }

    .mobile-reverse {
        flex-direction: column-reverse !important;
    }

    .main {
        padding-top: 0;
    }

    #our-approach {
        margin-right: 40px;
        padding: 50px 0;
    }

    #our-network {
        margin-right: 40px;
        padding: 50px 0;
    }

    .about,
    .approach,
    .intro-video,
    .quote,
    .jobs,
    .main-2 {
        padding: 50px 0;
    }

    .quote .from span {
        max-width: 100%;
    }

    .about h3,
    .jobs h3,
    .main-2 h3 {
        font-size: 30px;
    }

    footer .logo img:first-child,
    footer .logo img:last-child {
        height: 12px;
    }

    footer .logo img:nth-child(2) {
        height: 30px;
    }

    .about:before {
        display: none;
    }

    footer h3 {
        margin-top: 20px;
    }

    footer ul.socials {
        text-align: left;
        margin-top: 15px;
    }

    .team-members .team-member .details {
        padding-left: 0;
        padding-top: 60px;
    }

    .about h4 {
        font-size: 24px;
    }

    .about .company-logo {
        margin: 0 auto 30px auto;
        border-radius: 4px;
    }

    .navbar-nav {
        background: #fff;
        position: fixed;
        top: 70px;
        width: 100%;
        height: calc(100vh - 70px);
    }

    .navbar .nav-item > .nav-link {
        text-align: center;
    }

    .navbar .navbar-brand img {
        /*height: 12px;
        display: none;*/
    }

    .navbar .navbar-brand img.logo {
        height: 40px;
    }

    .navbar-light .container {
        align-items: flex-start;
    }

    .jobs hr {
        margin: 10px 0 0 0;
    }

    .links-desktop {
        display: none;
    }

    .links-mobile {
        display: block;
    }

    .divider .divider-text {
        padding: 0;
    }

    .divider {
        white-space: unset;
    }

    .jobs .job {
        width: 100%
    }

    .job-box {
        height: auto;
    }

    .clients img {
        max-width: 70%;
        margin: 15px auto;
    }

    .cta-2 p {
        margin: 0 0 20px 0;
    }

    .cta-2.v2 p {
        margin: 10px 0 20px 0;
    }

    .about .apply-now {
        margin-top: 20px;
        padding: 15px;
    }

    .cookies-usage h3 {
        margin-top: 15px;
    }

    .double-quote {
        display: none;
    }

    .owl-buttons {
        margin-top: 15px;
    }

    .reviews {
        padding-top: 50px;
        text-align: center;
        padding-bottom: 50px;
    }

    .reviews .review {
        padding: 0 20px;
    }

    .reviews .review p {
        font-size: 15px;
    }

    .modal.subscribe-modal .logo img:first-child,
    footer .logo img:last-child {
        height: 12px;
    }

    .modal.subscribe-modal .logo img:nth-child(2) {
        height: 30px;
    }

    .actions {
        margin-bottom: 45px;
    }

    .divider .divider-text:before,
    .divider .divider-text:after {
        display: none;
    }

    .approach p {
        margin-right: 0;
    }

    .approach {
        padding: 0;
    }

    /*.main ul li {
        display: block;
        width: 100%;
        text-align: center;
    }
    .main ul li + li {
        margin-top: 0.15rem;
    }
    .main ul li:after {
        display: none;
    }
    .main ul li:before {
        width: 0.25rem;
        height: 0.25rem;
        background-color: #7a7a7a;
        content: ' ';
        border-radius: 50%;
        margin-right: 0.5rem;
        display: inline-block;
        vertical-align: middle;
    }*/
}


.btn-owl {
    padding: 5px 19px;
    border-radius: 85px;
}

.nav-item a.active {
    background: #4a4c51;
    color: white !important;
    border-color: #4a4c51;
}

.menu-toggle:hover {
    background-color: #6BAE75;
}

/* Side Menu Styling */
.side-menu {
    position: fixed;
    top: 0;
    right: -400px;
    /* Hidden by default */
    width: 400px;
    height: 100%;
    background-color: #6BAE75;
    /* Green background */
    color: white;
    overflow-x: hidden;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    transition: 0.3s ease;
    overflow-y: auto;
    /* Add vertical scrolling */
    z-index: 1000;
    padding-top: 20px;
}

.side-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-post a {
    color: inherit;
    text-decoration: none !important;
}

.side-menu ul li {
    border-bottom: 1px solid #BDBDBD;
    margin: 20px 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;

}

.sub-menu li {
    padding: 0 !important;
}

.side-menu ul li.sub-menu-li {
    margin: 10px 0;
}

.side-menu ul li a {
    color: black;
    font-weight: 600;
    text-decoration: none;
    font-size: 20px;
}

.side-menu ul li a.sub-menu-item {
    color: black;
    font-weight: normal;
    text-decoration: none;
    font-size: 18px;
}

.side-menu ul li a:hover {
    text-decoration: underline;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    color: black;

    cursor: pointer;
}

.close-btn i {
    font-size: 50px !important;
}



/* Open state for the menu */
.side-menu.open {
    right: 0;
}

#council-list,
#local-list {
    display: none;
}


/* Custom Scrollbar Styling */
.side-menu::-webkit-scrollbar {
    width: 8px;
    /* Scrollbar width */
}

.side-menu::-webkit-scrollbar-track {
    background: #2E8B57;
    /* Match the menu background */
}

.side-menu::-webkit-scrollbar-thumb {
    background: #45a049;
    /* Thumb color */
    border-radius: 4px;
    /* Rounded corners */
}

.side-menu::-webkit-scrollbar-thumb:hover {
    background: #3a8c40;
    /* Thumb color on hover */
}

.ellipse {
    position: absolute;
    top: -50px;
    right: -50px;
}

#local-list ul li {
    padding-bottom: 10px !important;
}

.side-menu #local-list ul li,
.side-menu #council-list ul li {
    margin: unset !important;
    margin-bottom: 15px !important;

}

.mobile-toggle-btn{
    display:none;
}


.main-logo{
    width:60%;
}

.home-learn-more{
    position:absolute;
    bottom:0;
}


@media screen and (min-width: 320px) and (max-width: 1000px) {
    .headline{
        text-align:center;
    }
    
    .main-logo{
        width:100%;
    }
    
    .navbar{
        display:none;
    }
    
    .main{
        margin-left:15px;
        margin-right:15px;
    }
    
    .main-2{
        padding-left:15px !important;
        padding-right:15px !important;
    }
    
    .home-learn-more{
        margin-top:25px;
        position:unset;
    }
    
    .home-learn-more .btn{
        width:100%;
    }
    
    .latest-news-heading{
        text-align:center;
        border:0 !important;
    }
    
    footer .container-fluid{
        padding-left:15px !important;
        padding-right:15px !important;
    }
    
    footer ul:not(.socials) li a, footer p{
        font-size:16px !important;
    }
    
    .description-div img{
        width:100%;
        height:auto;
    }
    
    
    
    
    .mobile-toggle-btn a{
        color: black !important;
    }
    
    .mobile-toggle-btn{
        position:absolute;
        right:15px;
        top:35px;
        background:white;
        color:black !important;
        font-size:22px;
        padding: 2px 10px;
        border-radius:5px;
        z-index: 888;
        
    }
    
    
    .side-menu{
        box-shadow:unset;
    }
    
    .side-menu.open{
        width:100%;
    }
    
    .mobile-toggle-btn{
        display:block;
    }
    
    
    .nsew h2{
        margin-top:0 !important;
    }

    
}






