@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500&display=swap');


@media only screen and (min-width: 1200px){
   
}
@media only screen and (max-width: 600px) {
    img.footer_logo {
        width: 100px!important;
    }
    .footer-contact{
        text-align:left!important;
    }
    body{
        width:100%!important;
        overflow-x:hidden!important;
    }
    footer.footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    ul.nav.flex-row {
        justify-content: flex-start!important;
    }
.offset_row{
   display:none!important;
  
}
.placement__example{
    width:100%!important;
}
.services__card_ad{
    padding:20px;
}
.services__card_ad img{
    display:none!important;
}
.card.card__with_shadow{
    width:100%!important;
}
.card.card__with_shadow img {
    height: 200px!important;
}

.content {
    margin: auto!important;
    width: 90%!important;
}
.image_holder_industry_page{
    display:none!important;
}
.card{
    margin-bottom:20px!important;
}
.fixed_width_container{
    width:100%!important;
}
    .text_home {
        padding: 0px!important;
        height: 500px!important;
    }
    .image_rear_circle {
        display: none;
    }
    .image_home {
        max-height: 300px!important;
    }
    .container-fluid.reviews {
        width: 100%!important;
    }

    .mobile_vanish{
        display:none!important;
    }

    section.main_header {
    min-height: auto!important;
    }

    .bg__graphic--1 {
        top: 70px;
        left: calc(70% + 74px)!important;
    }
    .image_square_background img {
        width: 100%!important;
        height: 300px!important;
    }

    section.website_section {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
    span.industry_specialisms_list {
        font-size: 1.5rem!important;
    }
    .card.card__for_review {
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 1200px) {
    .card.card__for_review {
        margin-bottom: 20px;
    }
    .image_square_background img {
        width: 100%!important;
        height: 300px!important;
    }
}

:root{
--primary-color: #566d4a;
--secondary-color: #4CAF50;
--light-bg-brand: #eceeeb;
--black-color: #2a2a2a;
}
body{
font-family: 'Ubuntu', sans-serif;
letter-spacing:-0.025rem;
}
.navbar {
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: white!important;
    position: sticky;
    top: 0;
    z-index: 999;
}

a.main__circle_icon {
    background:var(--primary-color);
    display: flex;
    padding: 7px;
    line-height: 100%;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition:all 100ms;
}
a.main__circle_icon:hover {
    transform:scale(1.05);
    background:black;
}

a.main__circle_icon_outline {
    background: var(--primary-color);
    display: flex;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    color: white;
    text-decoration: none;
    transition:all 100ms;
    align-items: center;
    align-content: center;
}
a.main__circle_icon_outline:hover {
    transform:scale(1.05);
    background:var(--primary-color);
    color:white;
}

li.nav-item {
    margin-right: 12px;
}
li.nav-item:last-child {
    margin-right: 0;
}
span.material-symbols-rounded {
    font-size: 20px;
}

span.section_title {
    text-align: center;
    width: 100%;
    display: block;
    font-weight: 300;
    font-size:30px;
    color:var(--secondary-color)
}

h1.fls__bold {
    display: block;
    width: 100%;
    text-shadow: 0 0 20px #545454;
    font-weight: 500;
    text-align: left;
    margin-top: 10px;
}
span.material-symbols-rounded.central_header_icon {
    text-align: left;
    display: block;
    font-size: 50px;
    color: var(--secondary-color);
}
section.main_header {

    min-height: 80vh;
  
 
    color: white;
    background: #ecece9;
}

.image_home {
    background-image: url(https://images.pexels.com/photos/247113/anise-spices-seeds-sprockets-247113.jpeg?auto=compress&amp;cs=tinysrgb&amp;w=1260&amp;h=750&amp;dpr=2);
    height: 80vh;
    background-size: cover;
    padding: 0;
}

.text_home{
    height:80vh;
    padding:50px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;

}

.secondary_navigation {
    border-top: 2px solid #ebebeb;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600;
    color: black!important;
}
.secondary_navigation a.nav-link {
    color: black!important;
    letter-spacing:0;
}
.secondary_navigation ul.navbar-nav {
    gap: 40px;
}
.fls_circle{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 115%;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.4em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-bottom: 0;
    border-left: 0.35em solid transparent;
    color: #4CAF50;
}

.website_section{
    padding-bottom: 100px;
    padding-top: 100px;
    padding-left:50px;
    padding-right:50px;
}

h1.section_title {
    display: block;
    text-align: center;
    font-weight: 400;
font-size:2rem;
    color: var(--primary-color);
}

h3.light_title {
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 20px;
}

p.body_primary {
    letter-spacing: 0;
    font-weight: 300;
    line-height: 175%;
    color: grey;
}

.row.reasonably_padded {
    padding-top: 50px;
}
.backgrounded_image_container {
    overflow: hidden;
    border-radius: 10px;
}
.backgrounded_image_container img {
    max-height: 200px;
    width: 100%;
    /* margin-left: auto; */
    object-fit: cover;
    display: block;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    border: 1px solid #ededed;
    transition: all 100ms;
    min-height: 200px;
}

a.main_button_secondary {
    margin-top: 50px;
    display: block;
    background: var(--primary-color);
    width: fit-content;
    padding: 12px 18px;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1rem;
    transition: all 100ms;
    font-weight: 300;
}
a.main_button_secondary:hover {
    transform:scale(1.05);
    background:black;
}

h2.title {
    margin-top: 20px;
    font-size: 1.75rem;
}
color{
    color:var(--primary-color)!important;
}

span.specializm_subtitle {
    display: block;
    font-size: 1.25rem;
    text-decoration: none!important;
    color: black!important;
    font-weight: 500;
    margin-top: -10px;
}

a.special_hover {
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
}

a.special_hover:hover .backgrounded_image_container img{
    transform:scale(1.1);
}

section {
    position: relative;
}

.brand_lines {
    position: absolute;
    bottom: 0;
    height: 100px;
    /* Set top to 0 instead of negative value to stick to the top */
    top: 0;
    /* Set left to 0 to stick to the left side of the <section> */
    left: 0;
    /* Set width to 100% to span the entire width of the <section> */
    width: 100%;
}

span.line1 {
    border-left: 1px solid #4caf50;
    height: 200px;
    display: block;
    left: 50px;
    position: absolute;
}

span.line2 {
    border-left: 1px solid #4caf50;
    height: 200px;
    display: block;
    left: 60px;
    position: absolute;
}


span.line3 {
    border-left: 1px solid #4caf50;
    height: 200px;
    display: block;
    left: 70px;
    position: absolute;
}

span.line4 {
    border-left: 1px solid #4caf50;
    height: 200px;
    display: block;
    left: 80px;
    position: absolute;
}

span.line5 {
    border-left: 1px solid #4caf50;
    height: 200px;
    display: block;
    left: 90px;
    position: absolute;
}

span.line6 {
    border-left: 1px solid #4caf50;
    height: 200px;
    display: block;
    left: 100px;
    position: absolute;
}

.bg__graphic {
    background: var(--primary-color);
    width: 279px;
    height: 722px;
    position: absolute;
    opacity: .03;
    border-radius: 140px;
    z-index: -1;
}


.bg__graphic--2 {
    bottom: -573px;
    left: calc(50% - 472px);
    transform: translateX(-50%);
}

.bg__graphic--1 {
    top: 70px;
    left: calc(50% + 74px);
    transform: translateX(-50%);
}


.bg__graphic--3 {
    top: -300px;
    left: calc(10% + 0px);
    transform: translateX(-50%);
}

h1.title {
    font-size: 2rem;
    letter-spacing: -0.05rem;
    width: 400px;
    border-top: 1px solid;
    padding-top: 10px;
    color: var(--primary-color);
}

.industry_card {
    width: 100%;
    background: var(--primary-color);
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
    max-height: 450px;
}

.text_side {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.image_side{
transition:all 100ms;
overflow:hidden;
    
}

.image_side img{
    transition:all 100ms;
}


a.industry_card__href {
    width: 100%;
    text-decoration: none;
}
.container_industry {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 450px;
}

.container_industry h1 {
    color: white;
    letter-spacing: -0.05rem;
    font-weight: 400;
    font-size: 2rem;
}

button.industry_button {
    border: none;
    margin-top: 20px;
    display: block;
    background: #ffffff;
    width: fit-content;
    padding: 10px 20px;
    color: var(--primary-color);
    text-decoration: none;
    border-radius: 50px;
    font-size: 1rem;
    transition: all 100ms;
    font-weight: 400;
}

.industry_card img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height:100%;
}

.industry_card{
    transition:all 100ms;
}

a.industry_card__href:hover .industry_card {
    transform: scale(1.02);
    background:#374430;
}

.footer{
    background:#374430;

}
img.footer_logo {
    width: 150px;
}

.holder_footer {
    height: 300px;
    display: flex;
    padding-left: 20px;
    gap: 50px;
    justify-content: space-between;
    align-items: center;
}

p.footer_description {
    margin-top: 30px;
    font-size: .8rem;
    color: white;
    opacity: .5;
}

.footer_links ul li a {
    color: white!important;
    opacity: .6;

    
}

span.phone {
    margin-top:30px;
    display: block;
    font-weight: 500;
    font-size: 1.25rem;
    color: white;
    letter-spacing:-0.05rem;
    opacity:.7;
}
span.email {
    display: block;
    font-weight: 500;
    font-size: 1.25rem;
    color: white;
    letter-spacing:-0.05rem;
    opacity:.7;
}

.card {
    box-shadow: 0px 24px 60px -20px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

.card__image {
    background-image: url('https://images.pexels.com/photos/3760067/pexels-photo-3760067.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2');
    max-height: 300px;
    min-height: 100px;
    height: 200px;
    background-size: cover;
}

.card__item {
    padding: 15px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card__item h1 {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: -0.05rem;
}

.card__item p {
    font-size: .9rem;
    line-height: 150%;
    opacity: .8;
    font-weight: 300;
}

.lite__color {
    background: #fafaf9;
}

a.nav-link {
    font-weight: 500;
    color: var(--primary-color)!important;
    font-size: 16px;
    transition: all 100ms;
}
a.nav-link:hover {
    color: black!important;
}
ul.navbar-nav.justify-content-end {
    gap: 20px;
}

.home_box h1 {
    color: #465a3c;
    font-size: 3rem;
    line-height: 100%;
    padding: 0;
    margin: 0;
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
}

.home_box h2 {
    font-weight: 300;
    color: #000000;
    font-size: 1.25rem;
    letter-spacing: 0;
    margin-top: 10px;
    opacity: 0.8;
}

span.line {
    border-top: 1px solid black;
    width: 30px;
    display: block;
    margin-top: 40px;
    margin-bottom: 10px;
}

span.home_font {
    color: black;
    font-weight: 300;
    letter-spacing: 0;
}
.home_box {
    max-width: 80%;
}

.card.placement__example {
    background: white;
    border-radius: 20px;
    min-height: 325px;
    padding: 40px;
    display:flex;
    height:200px;
    border: none!important;
    justify-content: flex-start;
    margin-bottom: 15px;
    padding-top: 20px!important;
    box-shadow: 0px 24px 60px -20px rgba(0, 0, 0, 0.1);
    font-size: 1.5rem;
    color: black;
    font-weight: 400;
}

.placement__example .description {
    color: black;
    opacity: .8;
    font-size:1rem;
    letter-spacing:0;
    font-weight:300;
}

span.review_section {
    font-size: 25px;
    color: black;
    letter-spacing: -0.05rem;
    
}

.container-fluid.reviews {
    display: flex;
    min-height: 300px;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.reviewer {
    display: flex;
    border-top: 1px solid #919191;
    justify-content: space-between;
    padding-top: 10px;
    margin-top: 10px;
}

.reviewer span.name {
    font-weight: 300;
}

.reviewer span.company {
    font-weight: 300;
}

video#myVideo {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.card.services__card_ad {
    background: #fafaf9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    border-radius: 20px;
    border: none;
    padding-right: 50px;
    margin-bottom:40px;
    box-shadow:none!important;
}

.services__card_ad img {
    max-width: 400px;
    height: 200px;
    border-radius: 0% 50px 50px 0%;
    object-fit: cover;
}

.card.services__card_ad {}

.services__card_ad h4 {margin: 0;padding: 0;font-weight: 300;font-size: 2.25rem;letter-spacing: -0.075rem;}


span.number__forcard {
    background: var(--primary-color);
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: .875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 20px;
}

.less__padding {
    padding: 20px!important;
}

.auto_height {
    height:auto!important;
}

label.form-label {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: 0;
    margin-top: 20px;
}

.form-control {
    border-radius:0;
    font-weight:300;
    color:black;
    resize:none;
}
section.main_header.white__industry {
    background: white;
}

.industry_header {
    text-align: center;
}

.industry_header span{
  font-size:4rem;
    color:var(--secondary-color);
    
}

.industry_header h1{
    color:black;
    font-size:3.5rem;
    margin-top:20px;
    font-weight:300;

}

.card.card__with_shadow {
    width: 80%;
    margin: auto;
    box-shadow: 0px 24px 60px -20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: none;
    border-radius: 15px;
}

.card.card__with_shadow img {
    height: 350px;
    object-fit: cover;
}

.body__card {
    padding: 30px;
}

.card__with_shadow h1 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.card__with_shadow p {
    font-size: 1rem;
    line-height: 180%;
    color: #838383;
}

.image_square_background img {
    width: 600px;
    height: 600px;
    border-radius: 15px;
    object-fit: cover;
    margin-right: auto;
    float: right;
}

.image_rear_circle {
    width: 700px;
    opacity:.5;
    height: 700px;
    position: absolute;
    border-radius: 50%;
    margin-top: -50px;
    margin-left: -10px;
    z-index: -1;
    border: 1px dashed var(--primary-color);
}
.fixed_width_container {
    display: flex;
    flex-direction: column;
    width: 90%;
    height: 100%;
}

h1.bold_title {
    font-size: 2rem;
    font-weight: 400;
    width: 90%;
}

img.industry__focus_image {
    width: 100%;
    margin: auto;
    margin-top: 30px;
    border-radius: 10px;
}

.image_zooom {
    overflow: hidden;
    transition:all 100ms;
    border-radius:20px;
    width:fit-content;
    height:fit-content;
    margin:0;
    padding-top:20px;
    display:block;
    padding:0;
    
}

.image_zooom img{
    transition: all 100ms;
    border-radius:10px;
    overflow:hidden;
}


.image_zooom:hover img{
    transform:scale(1.1);
    border-radius:10px;
}

span.industry_specialisms_list {
    font-size: 2rem;
    font-weight: 300;
    color: var(--primary-color);
}
.card.card__for_review {
    width: 100%;
    margin: auto;
    box-shadow: 0px 24px 60px -20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: none;
    border-radius: 15px;
}

img.star_rating {
    height: 30px;
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
}

h1.review_title {
    font-size: 1.5rem;
}

p.review_body {
    margin-top: 30px;
    font-weight: 300;
    font-size: 1.2rem;
}

.reviewer_info {
    background: #566d4a0d;
    color: var(--primary-color);
    padding: 20px 30px;
    font-weight: 300;
    letter-spacing: 0;
    font-size: .875rem;
}

.navbar__white {
    background-color: white!important;
}

.navbar_transparent{
    background-color:transparent!important;
}

section.website_section.lite_color { 
    background: #fafbfa;

}

span.small_uppercase_header {
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 400;
    font-size: .875rem;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid var(--primary-color);
    width: fit-content;
    margin-bottom: 20px;
    padding-top: 30px;
}

p.uppercase_support {
    font-size: 1rem;
    line-height: 175%;
    color: grey;
    font-weight: 300;
}

.card.placement__example.actual_placement.aos-init.aos-animate {
    min-height: 75px;
    padding-bottom: 0!important;
    justify-content: center;
    padding-top: 0!important;
}


.offset_row{
    width:90%;
    margin-left:auto;
}

ul.nav.flex-row {
    justify-content: flex-end;
}
.footer-contact{
    text-align:right;
}

h3.contact_title {
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 12px;
}

p.contact_body {
    font-weight: 300;
    font-size: 1.2rem;
    opacity: .8;
}

span.contactDetails {
    color: var(--primary-color);
    font-weight: 500;
    line-height: 100%;
}
span.IndividualReview {
    font-size: 2rem;
    font-weight: 300;
}

span.IndividualReview__name {
    display: block;
    margin-top: 20px;
    opacity: .7;
}

ul.nav.privacy_links li a {
    color: white!important;
    font-weight: 300;
    font-size: .8rem;
    opacity: .7;
}