@charset "utf-8";
/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: Strategic PA Recruitment
	All rights reserved
*/

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');



body,
html {
    font-family: "Quicksand", serif;
    font-optical-sizing: auto;
    position: relative;
    background: #dfe3d6;
}




body {
    display: block;
    position: relative;
    overflow-x: hidden;
}

/*body[data-home='false'] {
    padding-top: 80px;
}*/

@media (min-width:1200px) {
    .container {
        max-width: 960px;
    }
}


.small-info {
    font-family: "Nanum Myeongjo", serif;
    font-weight: 500;
    font-size: 17px
}

.navbar {
    transition: 0.5s ease all;
}




.minerva-font {
    font-family: 'Minerva Modern', sans-serif;
}


/*
.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;
}

.nav-item .nav-link {
    color: white !important;
    font-size: 14px;
}

.nav-item.dropdown-item{
    color: black !important;
}



.navbar {
    border: 0;
}



.nav-active {
    background: white !important;
}

video {
    cursor: pointer;
}

/* MAIN */
.main {
    height: 100vh;
}

.easepick-wrapper {
  position: relative;
}

.hero-section{
    padding: 100px 0;
}

/*
.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 {
    background: #5D9F9E;
    margin-bottom: 0;
    color: white;
    text-align: center;
    padding: 10px;
}

.headline p {
    font-weight: 100;
}

.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;*/
}

.main h2 {
    color: white;
    font-weight: bold;
    font-family: "Quicksand", serif;
    font-size: 48px;
}

.main p{
    color: white !important;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

.main-2 h2 {
    color: #CD5746;
    font-weight: bold;
    font-size: 35px;
    font-family: "Nanum Myeongjo", serif;
    /*max-width: 70%;
    margin: 25px auto 15px auto;*/
}


.orange-font {
    color: #CD5746;
    font-weight: bold;
    font-size: 35px;
    font-family: "Nanum Myeongjo", serif;
    /*max-width: 70%;
    margin: 25px auto 15px auto;*/
}

.main p {
    font-size: 16px;
    color: #7a7a7a;
}

.main ul {
    list-style: none;
    margin: 0;
    font-weight: bold;
    padding: 0;
    font-size: 16px;
    color: #2B2A29;
}

.main ul {
    padding: 0;
    margin: 0;
    list-style-type: none !important;
}

.star {
    background: url('img/star.png') no-repeat left top;
    height: 34px;
    padding-top: 7px;
    padding-left: 44px;
}

.main ul li {
    display: block;
    padding: 0 0.65rem 0 0.25rem;
    position: relative;
    margin-bottom: 10px;
}

@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: #93d500;
    border-color: #93d500;
}

.main .form-control{
    border-color:#93d500;
    border-radius: 18px;
    font-weight: bold;
}

.main .btn.btn-primary {
    border-radius: 18px;
    font-size: 16px;
    font-weight: bold;
}

.btn.btn-primary {
    border-radius: 200px;
    font-size: 16px;
    font-weight: bold;
}

.btn.btn-secondary {
    border-radius: 200px;
    font-size: 16px;
    font-weight: bold;
}

.btn-secondary {
    background: white;
    border-color: white;
    color: #5c9f9f;
}

.main .btn.btn-warning {
    border-radius: 200px;
    font-size: 16px;
    font-weight: bold;
}

.btn-warning {
    border-radius: 200px;
    font-size: 16px;
    font-weight: bold;
}

.btn-warning {
    background: #D05846;
    border-color: #D05846;
    color: white;
}

.btn-warning:hover {
    background: #5c9f9f;
    border-color: #5c9f9f;
    color: white;
}

.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 {
    width: 100%;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;

}

#our-network {
    padding: 80px 0;
    margin-left: 40px;
    margin-right: 60px;
}

.approach {
    display: block;
    position: relative;
    /*padding: 80px 0;*/
    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: 25px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.approach p {
    margin: 0;
    font-weight: 600;
    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;
    background: #EFF9F9;

}

.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 li a, footer p {
    font-size: 15px;
    color: #D2D7DA !important;
}

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 {
    

    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;
}

/* OFFERS */
.offers {
    display: block;
    position: relative;
    padding: 80px 0;

}

.offers h3,
.offers-2 h3 {

    color: #CD5746;
    font-weight: bold;
    font-size: 35px;
    font-family: "Nanum Myeongjo", serif;
}

.offers p,
.offers-2 p {
    margin: 0;
}

.offers h4,
.offers-2 h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-optical-sizing: auto;
}

.offers .feature,
.offers-2 .feature {
    text-align: center;
    display: block;
    margin-top: 30px;
    position: relative;
    padding: 20px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
        linear-gradient(0deg, #5D9F9E, #5D9F9E);
    border-radius: 24px;
}

.offers .feature p,
.offers-2 .feature p {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;


}

.offers .feature .icon,
.offers-2 .feature .icon {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    padding: 0 0 0 0;
}

.offers .feature .icon img,
.offers-2 .feature .icon img {
    width: 64px;
    height: 64px;
    display: block;
    margin: auto;
}

/* 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: #ffffff;
    color: #CD5746;
    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: black;
}

.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: 14px;
    }

    .main h2 {
        margin-top: 0;
        font-size: 30px;
        /*font-size: 24px;
        max-width: 85%;*/
    }

    .dropdown-menu {
        margin-left: 15px;
        margin-right: 15px;
    }

    #togather-card {
        padding: 25px !important;
        border-top-left-radius: 140px !important;
    }

    #togather-home {
        margin-top: -55px !important;
    }

    .gallery img {
        width: 100%;
        border-radius: 10px;
    }

    .partner-card {
        margin-top: 50px;
    }

    .main {
        /*padding: 50px 0 50px 0 !important;*/
    }
    
    #saveOrderForm{
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .motorhome-img{
        width: 100px !important;
    }
    
    .icons-box {
        flex-direction: column;
        gap: 20px; /* optional spacing between items */
    }

    

    #our-approach {
        position: unset;
        background: url('../img/main-signup.jpg');
        background-position: 50% 50%;
        text-align: center;
        padding: 15px !important;
        border-radius: 10px;
        transform: unset;
    }

    .approach img {
        display: none;
    }

    .actions .btn-primary,
    .actions .btn-warning {
        width: 100%;
    }

    .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;
        padding: 0;
    }

    #our-approach {
        margin-right: 40px;
        padding: 50px 0;
    }

    #our-network {
        margin-right: 40px;
        padding: 50px 0;
    }

    .about,
    .approach,
    .intro-video,
    .quote,
    .jobs,
    .offers {
        padding: 50px 0;
    }

    .quote .from span {
        max-width: 100%;
    }

    .about h3,
    .jobs h3,
    .offers 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: 0;
    }

    .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 {
    position: relative;
}

.navbar-light .navbar-nav .nav-link.active::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0%;
    background: #5D9F9E;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.headline-bottom p {
    font-size: 25px;
}

.dropdown-menu {
    visibility: hidden;
    /* Hide without removing from flow */
    opacity: 0;
    /* Start invisible */
    transform: translateY(10px);
    /* Slide from bottom */
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    margin-top: 0;
}

.dropdown-menu.show {
    visibility: visible;
    /* Make visible */
    opacity: 1;
    /* Fade in */
    transform: translateY(0);
    /* Slide into position */
}

