body {
    background-color: #fbfdfd;
}

#header {
    height: 100vh;
    position: relative;
    width: 100%;
}

#header .bg-img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

#header nav {
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

#main-section .container {
    padding-top: 6.5rem;
}

.card-container {
    align-items: center;
}

.card-item {
   border: 6px solid #B69558;
   padding-bottom: 3.5rem;
   padding-top: 3.5rem;
   border-top-right-radius: 20px;
   border-bottom-right-radius: 20px;
}

.card-left {
    border-left: none;
}

.card-right {
    border-right: none;
    padding-left: 3rem;
}

.card-title {
    color: #417A74;
    font-size: 3.3rem;
    font-weight:bold;
}

/*
.card-title::after {
    content: url('../assets/icon-audio.png');
    margin-left: 4rem;
}
*/
.card-text {
    color: #707070;
    font-size: 1.1rem;
    margin-top: 3rem;
    max-width: 58rem;
}

.card-more {
    background-color: #B69558;
    border-radius: 0.5rem;
    color: white;
    font-size: 1.1rem;
    margin-top: 2rem;
    padding: 1rem 3rem;
}

.card-img {       
    border-radius: 1.25rem;
    height: auto;
    max-width: 100%;
}

#vtimeline-section {
    background-image: url('../assets/timeline.png');
    background-position:  center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 8rem;
}

.approach-title {
    color: #417A74;
    font-size: 3.5rem;
    text-align: center;
    font-weight:bold;
}

/* The actual timeline (the vertical ruler) */
.vtimeline {
    margin: 0 auto;
    margin-top: 8rem;
    position: relative;
}

/* The actual timeline (the vertical ruler) */
.vtimeline::after {
    background-color: #B69558;
    bottom: 0;
    content: '';
    left: 50%;
    margin-left: -3px;
    position: absolute;
    top: 0;
    width: 6px;
}

/* Container around content */
.vtimeline-container {
    background-color: inherit;
    position: relative;
    top: 0;
    width: 50%;
}

/* The circles on the timeline */
.vtimeline-container::after {
    background-color: white;
    border: 4px solid #B69558;
    border-radius: 50%;
    content: '';
    height: 30px;
    position: absolute;
    right: -15px;
    top: 0px;
    width: 30px;
    z-index: 1;
}

/* Place the container to the left */
.vtimeline-container-left {
    left: 0;
}

/* Place the container to the right */
.vtimeline-container-right {
    left: 50%;
    padding-left: 3rem;
}

/* Fix the circle for containers on the right side */
.vtimeline-container-right::after {
    left: -15px;
}

vtimeline-container-right .content {
    margin-left: 1rem;
}

/* The actual content */
.content {
    position: relative;
}

.vtimeline-title {

    font-size: 2.7rem;
    line-height: 3rem;
    position: relative;
    font-weight: bold;
}

/*
.vtimeline-title::after {
    content: url('../assets/icon-audio.png');
    margin-left: 3rem;
    position: absolute;
}
*/

.vtimeline-text {
    color: #707070;
    font-size: 1.1rem;
    margin-top: 1.1rem;
    max-width: 45rem;
    margin-right: 4.5rem
    /* padding-right: 5.9rem; */
}

.vtimeline-btn {
    background-color: #B69558;
    border-radius: 0.5rem;
    color: white;
    font-size: 16px;
    margin-top: 2rem;
    padding: 1rem 3rem;
    font-weight: bold;
}


/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {

    /* Place the timelime to the left */
    .vtimeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .vtimeline-container {
        padding-left: 70px;
        padding-right: 25px;
        width: 100%;
    }

    /* Make sure that all arrows are pointing leftwards */
    .vtimeline-container::before {
        border: medium solid white;
        border-color: transparent white transparent transparent;
        border-width: 10px 10px 10px 0;
        left: 60px;
    }

    /* Make sure all circles are at the same spot */
    .vtimeline-container-left::after,
    .vtimeline-container-right::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .vtimeline-container-right {
        left: 0%;
        padding-left: 0;
    }
}

.model-title {
    color: #417A74;
    font-size: 3.5rem;    
    margin-top: 6.25rem;
    position: relative;
    text-align: center;
    font-weight: bold;
}

/*
.model-title::after {
    content: url('../assets/icon-audio.png');
    margin-left: 3rem;
    position: absolute;
}
*/

.model-subtitle {
    color: #707070;
    font-size: 1.8rem;
    margin-top: 2.5rem;
    text-align: center;
}

.model-items {
    align-items: flex-end;
    background: #F4FAF9;
    border: 1px solid #AFD8D4;
    border-radius: 1.5rem;
    box-shadow: 0px 3px 15px #417A7433;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 5rem;
    padding: 2.5rem 0;
}

.model-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.model-item-title {
    color: #606060;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 2.4rem;
    text-align: center;
    letter-spacing: 2px;
}

.model-more { 
    background-color: #B69558;
    border-radius: 0.5rem;
    color: white;
    font-size: 1.25rem;
    margin: auto;
    margin-top: 3rem;
    padding: 1rem 1.5rem;
    text-align: center;
}

#values-section {
    margin-top: 5.5rem;
}

.values-title {
    color: #417A74;
    font-size: 3.5rem;
    text-align: center;
    font-weight:bold;
}

.htimeline-container {
    margin-top: 6.25rem;
}

/* testimonial section */
#testimonial-section {
    background-color: #ecf5f4;
    margin-bottom: 6.25rem;
}

#testimonial-section .container {
    padding: 4rem 0;
    position: relative;
}

#testimonial-section .container::after {
    bottom: -1.5rem;
    content: url(../assets/quotation-down.png);
    position: absolute;
    right: 0;
}

.testimonial-title {
    color: var(--color-green);
    font-size: 4rem;
}

.testimonial-text {
    color: #417A74;
    /*font-family: 'AvenirLTStd-Roman';*/
    font-size: 1.1rem;
    line-height: 2rem;
    text-align: justify;
}

.testimonial-person {
    margin-bottom: 1.8rem;
}

.testimonial-person-img {
    border-radius: 50%;
    height: 6.5rem;
    width: 6.5rem;
}

.testimonial-person-name {
    color: var(--color-yellow);
    font-size: 1.875rem;
    font-weight: bold;
    margin-left: 1.75rem !important;
}
@media(min-width:800px){
    .model-items{
        padding-right: 4rem;  
    } 
}
.thm-btn.bg-thm-color-two{
    text-transform: capitalize;
}