body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif !important;
    /* font-family: "Open Sans", sans-serif !important; */
    color:#404040;
    overflow: hidden;
    font-size: 0.9rem;
}

#white-out {
    background: white;
    z-index: 999;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/*
Vision Red - #EF4035
Action Blue - #144377
People Orange - #F29123
Results Green - #00A68C
*/

.col-light {
    color: #798795;
}

/*
            Colours 
*/
.vision-bg {
    background-color: #EF4035;
} .action-bg {
    background-color: #144377;
} .people-bg {
    background-color: #F29123;
} .results-bg {
    background-color: #00A68C;
}

.vision-col {
    color: #EF4035;
} .action-col {
    color: #144377;
} .people-col {
    color: #F29123;
} .results-col {
    color: #00A68C;
}

/*
            Collab Underline 
*/
.collab-underline {
    height: 3px;
    width: 25%;
    display: flex;
}

.collab-underline.full {
    width: 100%;
}

.collab-underline.right {
    float: right;
}

.collab-underline div {
    height: 100%;
    width: 25%;
    display: inline-block;
}

.collab-underline:not(.full) div {
    margin-right: 10px;
}

/*
            Collab Box 
*/
.collab-box-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.collab-box {
    width: 100%;
    padding: 2rem;
    display: inline-block;
    color: white;
    font-size: 35px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 10px;
}

.collab-box.vision {
    background-color: #EF4035;
} .collab-box.action {
    background-color: #144377;
} .collab-box.people {
    background-color: #F29123;
} .collab-box.results {
    background-color: #00A68C;
}

.collab-box img {
    width: 30%;
}

.collab-box-text {
    font-size: 16px;
    margin-bottom: 0px !important;
    text-align: left;
}

.collab-box p {
    margin-bottom: 10px;
}

.collab-box-wrapper .collab-box-container {
    display: flex;
}

/*
            Generic Section 
*/

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 250px;
}

.section .container{
    padding: 0
}

body .section:nth-child(odd) {
    background-color: #f6f9fe;
}
.title {
    letter-spacing: 2px;
    font-size: 40px;
    font-weight: bold;
    color: #144377;
}

.title.center {
    text-align: center;
}

.section .title.right {
    text-align: right;
}


.section .subtitle {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.section .subtitle.right {
    text-align: right;
}

.section .content {
    margin-top: 30px;
    font-size: 18px;
}

/*
            Generic Quote 
*/
.quote {
    width: 300px;
    max-width: 50%;
    padding-left: 30px;
    padding-bottom: 10px;
}

.quote p {
    font-size: 22px;
    color: #144377;
    font-weight: bold;
}

.quote p:before {
    content: "\f10d";
    font-family: 'Font Awesome\ 5 Free';
    float: left;
    margin-right: 10px;
}


/*
            Top bar 
*/
.collab-nav {
    z-index: 98;
    width: 100%;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
    position: fixed;
    background-color:RGBA(255, 255, 255, 0.95);
}

.collab-nav img {
    height: 60px;
}

.collab-nav .collab-nav-wrapper {
    float: right;
}

.collab-nav nav {
    height: 70px; 
    line-height: 70px;
    color: #144377;
}

.collab-nav nav ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    font-size: 16px;
    letter-spacing: 1px;
}

.collab-nav nav ul li {
    margin: 0 25px;
}

.sidenav li {
    list-style: none;
}

.sidenav li a {
    text-decoration: none;
    color: #404040;
    transition: color 0.4s;
    text-align: center;
    padding: 0;
    font-size: 22px;
}

.sidenav li a::after {
    content: '';
    display: block;
    height: 2px;
    background: #144377;
    position: relative;
    top: -10px;
    margin-top: 5px;
    width: 7rem;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.4s;
}

.collab-nav nav ul li a {
    text-decoration: none;
    color: #404040;
    transition: color 0.4s;
}


.collab-nav nav ul li a:hover,
.sidenav li a:hover {
    color: #144377;
    transition: color 0.4s;
}

.collab-nav nav ul li a::after {
    content: '';
    display: block;
    height: 2px;
    width: 110%;
    background: #144377;
    position: relative;
    top: -20px;
    left: -5%;
    opacity: 0;
    transition: opacity 0.4s;
}

.collab-nav nav ul li a:hover::after,
.sidenav li a:hover::after {
    opacity: 1;
    transition: opacity 0.4s;
}

.btn-nav-contact-us {
    background-color: #144377;
    color: #fff !important;
    border-radius: 50px;
    padding: 5px 20px;
}

.btn-nav-contact-us::after {
    content: none !important;
}

.sidebar-nav-content .btn-nav-contact-us {
    width: 50%;
    margin: 0 auto;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*
            Welcome 
*/
.welcome {
    position: relative;
    margin-top: 70px;
    height: 500px;
    display: flex;
}

.welcome-title {
    text-transform: uppercase;
    letter-spacing: -4px;
    font-size: 69px;
    line-height: 1.2;
}

/* .welcome .bg-img{
    position: absolute;
    z-index: -1;
    background-image: url('../img/skyline.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -320px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.15;
    background-position: center 30%;
} */

.welcome .container {
    padding: 0;
}

.welcome .container img{
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 30px;
}

.welcome h1 {
    font-weight: bold;
}

.welcome h1 span {
    color: #144377;
    font-weight: 500;
}

.welcome .subtitle {
    font-size: 22px;
    text-align: center;
}

.welcome .collab-box {
    opacity: 0.9;
}

/* Carousel */

.carousel {
    width: 100%;
    background-color: #f6f9fe;
    padding-bottom: 30px;
}

.carousel-inner {
    height: 100%;
}

.carousel-indicators .active {
    background-color: #144377;
}

.carousel-indicators li {
    background-color: #8f8f8f;
}

.slide-container.slide1 {
    padding-top: 150px;
}

.slide-container.slide2,
.slide-container.slide3 {
    padding-top: 100px;
}

.slide-container.slide2 img,
.slide-container.slide3 img {
    width: 70%;
}

.slide-container.slide2 .collab-underline ,
.slide-container.slide3 .collab-underline {
    margin-bottom: 20px;
}

.slide-container .header-title {
    letter-spacing: 2px;
    font-size: 40px;
    font-weight: bold;
    color: #144377;
    margin-bottom: 20px;
}

.slide-container .title {
    font-size: 30px;
}

.slide-container .slide-subtitle {
    letter-spacing: 2px;
    font-size: 30px;
    color: #144377;
    font-weight: bold;
}

.slide-arrow-left {
    width: 2rem;
    opacity: 0;
    position: relative;
    right: 30%;
    transition: 0.4s;
}

.slide-arrow-right {
    width: 2rem;
    opacity: 0;
    position: relative;
    left: 30%;
    transition: 0.4s;
}

.carousel:hover .slide-arrow-left,
.carousel:hover .slide-arrow-right {
    opacity: 0.3;
}

/*
            Services Section 
*/

.services-section .content img {
    cursor: pointer;
    width: calc(50% - 10px);
}

.services-section .content .service-shapes-dms {
    width: calc(50% - 10px);
    transform: rotateY(180deg);
}

@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700,800");
* {
  box-sizing: border-box;
}

.blog-slider {
  width: 100%;
  position: relative;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  transition: all 0.3s;
}

.blog-slider__item {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.blog-slider__img {
  flex-shrink: 0;
  box-shadow: 4px 13px 30px 1px rgba(0, 0, 0, 0);
  border-radius: 20px;
  overflow: hidden;
}

.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 1;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 1;
  border-radius: 20px;
  transition: all 0.3s;
}

.blog-slider__content {
  text-align: center;
  padding: 0;
}

.blog-slider__content > * {
  opacity: 1;
  transform: translateY(25px);
  transition: all 0.4s;
}

.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
  text-align: center;
}

.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 20px;
  line-height: 1.5em;
}

.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #fc8b00 0%, #e90003 100%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  margin-bottom: 20px;
}

.blog-slider__button:hover {
    text-decoration: none;
    color: #fff;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  .blog-slider__button:active {
    text-decoration: none;
    color: #fff;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
  }

/*
            System Section 
*/
#system-cmm .content .video {
    cursor: pointer;
    height: 600px;
    margin-top: 45px;
}

#system-cmm .content .bullet {
    display: grid;
    grid-template-columns: min-content auto;
    margin-bottom: 5px;
}

#system-cmm .content .bullet img {
   height: 25px;
   margin-top: 2px;
   margin-right: 10px;
}

#system-cmm .content .collab-box-wrapper {
    margin-bottom: 50px;
}

#system-dms.section {
    position: relative;
}

#system-dms .content .video {
    cursor: pointer;
    height: 600px;
    margin-top: 50px;
}

#system-dms .content .wrapped {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#system-dms .content .bullet {
    display: grid;
    grid-template-columns: min-content auto;
    margin-bottom: 5px;
}

#system-dms .content .bullet img {
   height: 25px;
   margin-top: 2px;
   margin-right: 10px;
}

.cmm-video-container {
    height: 90%;
    display: flex;
    align-items: center;
}

.cmm-video {
    position: relative;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 14px 80px rgb(34 35 58 / 20%);
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: .15;
    overflow: hidden; }
    .bg-video__content {
      height: 100%;
      width: 100%;
      object-fit: cover; }

.about-us-img {
    width: 40%;
    float: right;
    shape-outside: circle() margin-box;
    shape-margin: 40px;
    margin-bottom: 10px;
}

/*
            User Cards 
*/
.team-section .content {
    display: block;
    height: 100%;
}

.team-section .content .user-card {
    cursor: pointer;
    border-radius: 0 0 3px 3px;
    background-color: transparent;
    perspective: 1000px;
    height: 500px;
    margin: 10px 0;

}

.team-section .content .user-card .user-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.user-card:hover .user-card-inner {
    transform: rotateY(180deg);
}

.user-card-front, .user-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.user-card-front {
    display: grid;
    height: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: min-content auto min-content;
}

.user-card-front .user-card-icon-wrapper {
    text-align: right;
    padding-right: 10px;
    padding-bottom: 5px;
}

.user-card-front .user-card-icon-wrapper .user-card-icon {
    height: 40px;
    width: 40px!important;
}

  
.user-card-back {
    background-color: white;
    padding: 15px;
    font-size: 14px;
    transform: rotateY(180deg);
}

.user-card-back span:first-child {
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.user-card-back span:nth-child(2) {
    margin-bottom: 15px;
    display: block;
}

.team-section .content .user-card .user-card-inner .user-card-front {
    width: 100%;
    border-radius: 3px 3px 0 0;
}

.team-section .content .user-card .user-card-inner .user-card-front img {
    width: 100%;
    border-radius: 3px 3px 0 0;
}

.team-section .content .user-card .user-card-content {
    padding: 15px;
}

.team-section .content .user-card .user-card-content .name {
    font-size: 16px;
    display: block;
    font-weight: bold;
}

.team-section .content .user-card .user-card-content .job {
    font-size: 14px;
    display: block;
}

/*
            Contact Us 
*/
#contact-us .content .contact-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

#contact-us .content .contact-cards .contact-card {
    padding: 20px;
    text-align: center;
    background: white;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    width: 300px;
    margin: 50px auto;
    transition: all 0.5s;
}

#contact-us .content .contact-cards .contact-card:hover {
    transform: scale(1.02);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 25%);
    transition: all 0.3s;
}

#contact-us .content .contact-cards .contact-card:hover span {
    color: #144377;
    transition: all 0.3s;
}

#contact-us .content .contact-cards .contact-card img {
    width: 50px;
}

#contact-us .content .contact-cards .contact-card span {
    display: block;
    transition: all 0.3s;
}

#contact-us .content .contact-cards .contact-card span:nth-child(2) {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

#contact-us .content .contact-cards .contact-card span:nth-child(3) {
    display: block;
    font-size: 14px;
}

.contact-form .form-group {
    margin-bottom: 0px;
}

.contact-form #category {
    margin-bottom: 2rem;
}

.contact-form .form-input,
.contact-form select {
    font-size: 1rem;
    font-family: inherit;
    color: inherit;
    padding: 1rem 1rem;
    border-radius: 2px;
    background-color: rgba(255,255,255,0.5);
    width: 100%;
    display: block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border: 2px solid #bdbdbd;
    outline: none;
}

.contact-form .form-input:focus,
.contact-form select:focus {
    border: 2px solid #144377;
}

.form-label {
    font-size: 1rem;
    font-weight: 700;
    margin-left: 1rem;
    margin-top: 0.5rem;
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.form-input:placeholder-shown + .form-label {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-4rem);
    -ms-transform: translateY(-4rem);
    transform: translateY(-4rem);
}

.submit-btn-container {
    width: 100%;
}

.btn-submit {
    float: right;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.6rem 4rem;
    display: inline-block;
    border-radius: 10rem;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    font-size: 1.6rem;
    border: none;
    cursor: pointer;
    background-color: #144377;
    color: #fff;
    background-image: linear-gradient(147deg, #0d4079 0%, #00ad8f 100%);
}

.btn-submit:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.btn-submit:active {
    outline: none;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.contact-us-img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 2rem;
}

.contact-us-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    font-size: 20px !important;
    margin-bottom: 2rem !important;
}

/*
            Footer 
*/
.footer {
    background: #144377;
    color: white;
    padding: 30px;
    min-height: 200px;
}

.footer-logo {
    text-align: center;
    margin-bottom: 40px;
}

.footer-logo img {
    height: 70px;
}

.footer .collab-nav-wrapper {
    margin-bottom: 20px;
}

.footer .collab-nav-wrapper ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
}

.footer .collab-nav-wrapper ul li a {
    text-decoration: none;
    color: #fff;
    transition: color 0.4s;
}

.footer .collab-nav-wrapper ul li a:hover {
    color: #fff;
    transition: color 0.4s;
}

.footer .collab-nav-wrapper ul li a::after {
    content: '';
    display: block;
    height: 2px;
    width: 7rem;
    background: #fff;
    position: relative;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s;
    margin-left: auto;
    margin-right: auto;
}

.footer .collab-nav-wrapper ul li a:hover::after {
    opacity: 1;
    transition: opacity 0.4s;
}

.footer .collab-nav-wrapper ul li {
    margin: 5px 25px;
}

.footer-address{ 
    text-align: center;
}

/* MEDIA */
@media (min-width: 576px) {

    .reset-services {
        display: none;
    }

    .collab-box-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        max-width: 566px;
        margin: 0 auto;
    }

    .collab-box-wrapper > div {
        width: calc(50% - 4px)
    }

    .collab-box {
        width: 100%;
        max-width: 279px;
    }

    .collab-box-wrapper > div {
        margin: 4px;
    } .collab-box-wrapper > div:nth-child(1) {
        margin-left: 0;
        margin-top: 0;
    } .collab-box-wrapper > div:nth-child(2) {
        margin-right: 0;
        margin-top: 0;
    } .collab-box-wrapper div:nth-child(3) {
        margin-left: 0;
        margin-bottom: 0;
    } .collab-box-wrapper div:nth-child(4) {
        margin-right: 0;
        margin-bottom: 0;
    }
}

/* NAV BAR HAMBURGER */

/* The side navigation menu */
.sidenav {
    height: 100%;
    width: 100%;
    transform: translateX(100%);
    position: fixed;
    z-index: 1; 
    top: 0;
    right: 0;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.4s;
    background-position: center;
    background-image: linear-gradient( to right bottom, rgba(243, 248, 255, 0.99), rgba(255,255,255,0.8)), url(../img/skyline.jpg)
  }

  .sidenav img {
    height: 80px;
    opacity: 1;
    margin: 0 auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
  }

  .sidebar-nav-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.4s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #144377;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 13px;
    font-size: 36px;
    margin-left: 50px;
  }

.hamburger {
    display: none;
    position: fixed;
    right: 20px;
    top: 30px;
    height: 18px;
    width: 24px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
    z-index: 1;
}

.hamburger__icon {
    display: inline-block;
    height: 2px;
    width: 24px;
    background: #404040;
    border-radius: 2px;
}

#cookieNotice.display-right {
    right: 30px;
    bottom: 30px;
    max-width: 395px;
}
#cookieNotice.light {
    background-color: #fff;
    color: #393d4d;
}
#cookieNotice {
    box-sizing: border-box;
    position: fixed;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
    font-family: inherit;
    z-index: 999997;
}
#cookieNotice #closeIcon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #bfb9b9;
    overflow: hidden;
    opacity: .85;
    z-index: 999999;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/close-icon.svg) 0 0 / 20px 20px no-repeat;
}
#cookieNotice * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
#cookieNotice .title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background: url('../img/cookie-icon.svg') 0 0 / 40px 40px no-repeat;
    padding-left: 45px;
    height: 40px;
}
#cookieNotice .title-wrap svg {
    margin-right: 10px;
}
#cookieNotice h4 {
    font-family: inherit;
    font-weight: 700;
    font-size: 18px;
}
#cookieNotice.light p, #cookieNotice.light ul {
    color: #393d4d;
}
#cookieNotice p, #cookieNotice ul {
    font-size: 14px;
    margin-bottom: 20px;
}
#cookieNotice .btn-wrap {
    display: flex;
    flex-direction: row;
    font-weight: 700;
    justify-content: center;
    margin: 0 -5px 0 -5px;
    flex-wrap: wrap;
}
#cookieNotice .btn-wrap button {
    flex-grow: 1;
    padding: 0 7px;
    margin: 0 5px 10px 5px;
    border-radius: 20px;
    cursor: pointer;
    white-space: nowrap;
    min-width: 130px;
    line-height: 36px;
    border: none;
    font-family: inherit;
    font-size: 16px;
    transition: box-shadow .3s;
}
#cookieNotice button {
    outline: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
#cookieNotice .btn-wrap button:hover {
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
    transform: translate3d(0,-1px,0);
}
.btn-primary{
    color:#ffffff;
    background:#144377;
    border: 1px solid #144377;
}

/* MEDIA */
@media (max-width: 576px) {

    .welcome {
        height: 100%;
    }
    
    .carousel {
        padding-bottom: 30px;
    }

    .slide-arrow-left {
        right: 10%;
    }

    .slide-arrow-right {
        left: 10%;
    }

    .carousel-control-next, .carousel-control-prev {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        bottom: 10px;
    }

    .about-us-img {
        width: 70%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .collab-box-wrapper .collab-box-container {
        width: 100%;
    }
}


/* MEDIA */
@media (min-width: 786px) {
    
    .reset-services {
        display: none;
    }

    .collab-box-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 566px;
        margin: 0 auto;
    }
}

/* MEDIA */
@media (max-width: 767px) {

    .blog-slider {
        margin-bottom: 20px;
    }

    .section {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .team-section .content .user-card {
        cursor: pointer;
        border-radius: 0 0 3px 3px;
        background-color: transparent;
        perspective: 1000px;
        height: 100%;
        margin: 10px;
    }

    .team-section .content .user-card .user-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        transition: transform 0.5s;
        box-shadow: none;
    }

    .user-card-front, .user-card-back {
        position: relative;
        width: 100%;
        height: initial;
        -webkit-backface-visibility: none;
        backface-visibility: none;
    }

    .user-card-back {
        background-color: #f6f9fe;
        padding: 15px;
        font-size: 14px;
        transform: initial;
        width: 100%;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    }

    .user-card-content { 
        display: none;
    }

    .user-card:hover .user-card-inner {
        transform: rotateY(0deg);
    }

    .btn-submit {
        width: 100%;
    }

    .welcome .container img {
        width: 80%;
    }

    #cookieNotice.display-right {
        margin: 0px 20px;
        right: 0;
        max-width: 100%;
    }

    .footer .collab-nav-wrapper ul {
        flex-direction: row;
        text-align: center;
    }
}

/* MEDIA */
@media (max-width: 992px) {
    .collab-nav .collab-nav-wrapper {
        display: none;
    }

    .hamburger {
        display: flex;
    }
}


/* MEDIA */
@media (min-width: 992px) {

    .reset-services {
        display: block;
    }

    .collab-box {
        width: 234px;
    }

    .collab-box-wrapper {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .collab-box-wrapper > div {
        margin: 0 4px;
        width: auto;
    } .collab-box-wrapper > div:nth-child(1) {
        margin-left: 0;
    } .collab-box-wrapper div:nth-child(2) {
        margin: 0 4px;
    } .collab-box-wrapper > div:nth-child(3) {
        margin: 0 4px;
    } .collab-box-wrapper div:nth-child(4) {
        margin-right: 0;
    }

}


/* MEDIA */
@media (min-width: 1200px) {

    .reset-services {
        display: block;
    }

    .collab-box {
        width: 279px;
    }

    .collab-box-wrapper {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-evenly;
    }

}