/* GLOBAL 2 */

html {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow-x: hidden;
}
*, *::after, *::before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
::selection {
    background: rgba(169, 220, 236, 0.5)
}
::-moz-selection {
    background: rgba(169, 220, 236, 0.5)
}
html, body {
    height: 100%;
    -webkit-text-size-adjust: none;
    font-family: 'Gotham Pro', sans-serif;
    color: #000;
    word-wrap: break-word
}
body.nav-open {
    overflow: hidden;
}
body.nav-open:before {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
}
.container {
    width: 100%;
    max-width: 1440px;
}
@media only screen and (max-width: 1600px) {
    .container {
        max-width: 1280px;
    }
}
@media only screen and (max-width: 1366px) {
    .container {
        max-width: 1140px;
    }
}
@media only screen and (max-width: 1280px) {
    .container {
        max-width: 1024px;
    }
}
@media only screen and (max-width: 1140px) {
    .container {
        max-width: 900px;
    }
}
@media only screen and (max-width: 992px) {
    .container {
        max-width: 768px;
    }
}
section, footer {
    padding: 80px 0;
}
h1 {
    font-size: 64px;
    line-height: 1.1em;
    font-weight: 600;
    margin: 15px 0;
    color: #000;
}
@media only screen and (max-width: 1366px) {
    h1 {
        font-size: 36px;
    }
}
@media only screen and (max-width: 480px) {
    h1 {
        font-size: 24px;
    }
}
h2 {
    font-size: 38px;
    line-height: 1.1em;
    font-weight: 600;
    margin: 1rem 0 2rem;
    color: #000;
}
@media only screen and (max-width: 1366px) {
    h2 {
        font-size: 36px;
    }
}
@media only screen and (max-width: 768px) {
    h2 {
        font-size: 24px;
    }
}

article h2, article h3 {
        margin-top: 3rem;
}

article h2:first-child {
        margin-top: 0;
}

h3 {
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 600;
    margin: 15px 0;
}
@media only screen and (max-width: 768px) {
    h3 {
        font-size: 18px;
    }
}


.latest_blogs h3 {
  font-size: 18px;
  font-weight: 500;
}

.latest_blogs a {
    color: #000;
}


.latest_blogs img {
    border-radius: 8px;
}




p, address, li {
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #333;
}
@media only screen and (max-width: 1366px) {
    p, address {
        font-size: 16px;
    }
}
a {
    -o-transition: .15s ease-out, .15s ease-in;
    -ms-transition: .15s ease-out, .15s ease-in;
    -moz-transition: .15s ease-out, .15s ease-in;
    -webkit-transition: .15s ease-out, .15s ease-in;
    transition: .15s ease-out, .15s ease-in;
}
a.button, button.button, header .menu-main-menu-container li.button, .nav-next a, .nav-previous a, input.submit {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding: 14px 28px;
    border-radius: 30px;
    background: #0778CF;
    font-weight: bold;
    font-family: 'GothamPro', sans-serif;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

header .menu-main-menu-container li.button a:first-child {
    font-weight: bold;
}


input.submit {
    border-radius: 0 8px 8px 0 !important;
}

header .menu-main-menu-container li.button:hover, .button:hover, .nav-next a:hover, .nav-previous a:hover, input.submit:hover {
  background-image: linear-gradient(rgb(0 0 0/5%) 0 0);
  pointer: cursor;
}

header .menu-main-menu-container li.button a:hover {
  color: #fff;
}


input.submit {
    border: 0;
}


label {
    font-size: 14px;
}

.nav-up {
    top: -101px;
}


a.button:after, .nav-next a:after, input.submit:after {
    content: '\f061';
    font-size: 14px;
    padding-left: 12px;
    margin-left: 12px;
    font-weight: 600;
    border-left: 1px solid rgba(255,255,255,0.5);
    font-family: "Font Awesome 5 Free";
}


.nav-previous a:before {
    content: '\f060';
    font-size: 14px;
    padding-right: 12px;
    margin-right: 12px;
    font-weight: 600;
    border-right: 1px solid rgba(255,255,255,0.5);
    font-family: "Font Awesome 5 Free";
}

.button .fas {
    font-size: 12px;
}


a.button:hover, a.button:active {
    background: #2d3035;
    text-decoration: none;
}
a.button:link, a.button:visited {
    text-decoration: none;
}




/* HEADER */

header#main {
    width: 100%;
    z-index: 99999;
    padding: 16px 0;
    /* background-color: var(--theme-dblue); */
    border-bottom: 0;
    position: fixed;
    top: 0;
    -webkit-transition: background-color .25s ease;
    -ms-transition: background-color .25s ease;
    transition: background-color .25s ease;
    border-bottom: 1px solid rgba(255,255,255,.3);
    background: #fff;
    transition: top 0.2s ease-in-out;
    box-shadow: 0 2px 4px -1px rgba(57, 76, 96, .15);
}

header.hero_disabled {
  border-bottom: 1px solid transparent;
}

header.scrolled, header.page {
    background-color: var(--theme-dblue);
}

@media only screen and (max-width: 992px) {
    header {
        position: fixed;
    }
    
}


header .container {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
}
header .logo {
    width: 100%;
    max-width: 104px;
    margin-right: 25px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
}



header .st0, header.scrolled .st0 {fill:#fff;}
header .st1{fill:#0984e3;}

@media only screen and (min-width: 993px) {
header .nav-wrapper {
    width: 100%;
}    
    
}



header .menu-main-menu-container ul {
    margin: 0;
}

header .menu-main-menu-container li {
    display: block;
    list-style-type: none;
    margin: 0;
}
@media only screen and (max-width: 992px) {
    header .menu-main-menu-container li {
        padding: 0;
        display: block;
    }
}

header .menu-main-menu-container li a {
    font-size: 15px;
    font-weight: 600;
}
@media only screen and (max-width: 992px) {
    header .menu-main-menu-container li a {
        width: 100%;
        display: block;
        margin: 0 auto;
        padding: 20px 0;
    }
    header .menu-main-menu-container li:first-child a {
        border-top: none;
    }
}


header .menu-main-menu-container li a:link, header .menu-main-menu-container li a:visited {
    color: #000;
}

header .menu-main-menu-container li a:hover, header .menu-main-menu-container li a:active {
    color: #0984e3;
    text-decoration: none;
}









@media only screen and (max-width: 992px) {
     header .menu-main-menu-container {

    border-left: 6px solid #0984e3;
        position: fixed;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        top: 0;
        right: 0;
        width: 100%;
        max-width: 320px;
        height: 100%;
        background: #fff;
        text-align: left;
        transform: translateX(100%);
        z-index: 99;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
    }
    
    body.nav-open .menu-main-menu-container {
        transform: translateY(0);
    }
}


@media only screen and (max-width: 992px) {
  .menu-main-menu-container, .menu-sub-menu-container {
    width: 100%;
  }
}


header .menu-main-menu-container ul {
  margin: 0;
  padding: 0;
      display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media only screen and (max-width: 992px) {
  header .menu-main-menu-container ul {
    width: 100%;
    text-align: center;
    justify-content: flex-start;
    height: auto;
    max-width: 320px;
    display: flex;
    flex-wrap: wrap;
    margin: 80px auto;
    
  }
}


header .menu-main-menu-container li {
    display: block;
    list-style-type: none;
    margin: 0;
    text-align: left;
    
}



@media only screen and (max-width: 992px) {
    header .menu-main-menu-container li {
        padding: 0;
        display: block;
        width: 100%;
        position: relative;
    }
}

header .menu-main-menu-container li:hover {
  color: #fff;
}





@media only screen and (max-width: 992px) {
  header .menu-main-menu-container li::after {
    display: none;
  }
}


header .menu-main-menu-container li > a:link, header .menu-main-menu-container li > a:visited {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 15px 15px 25px;
  text-decoration: none;
}


@media only screen and (max-width: 992px) {
  header .menu-main-menu-container li a:link, header .menu-main-menu-container li a:visited {  
    padding: 15px 30px;
  }
}





header .menu-main-menu-container li.button {
  margin: 0 0 0 15px;
  padding: 8px 4px;
}


header .menu-main-menu-container li.button > a:link, header .menu-main-menu-container li.button > a:visited {
  color: #fff !important;
}



@media only screen and (max-width: 992px) {
header .menu-main-menu-container li.button {
    width: auto;
    color: #fff;
    padding: 0;
    margin-top: 1rem;
}

header .menu-main-menu-container li.button a {
  color: #fff;
  padding: 12px 16px;
}
}




header#main .has-dropdown img {
  display: none;
}


header .menu-main-menu-container li a:hover, header .menu-main-menu-container li a:hover ul a, header .menu-main-menu-container li:hover a ul a, header .menu-main-menu-container li a:active, body.nav-open header .menu-main-menu-container li a:active, body.nav open header .menu-main-menu-container li a:active  {
  color: #fff;
}


header .menu-main-menu-container li a:hover, header .menu-main-menu-container li a:active, header .menu-main-menu-container li:hover > a  {
    color: #0984e3;

}



header .menu-main-menu-container li.has-dropdown a:hover, header .menu-main-menu-container li.has-dropdown a:active, header .menu-main-menu-container li.has-dropdown:hover > a  {
    color: #0984e3;
    text-decoration: none;
}


header .menu-main-menu-container li.has-dropdown ul a {
    padding: 0.25rem 1rem;
    border-radius: .5rem;
}


header .menu-main-menu-container li.has-dropdown ul a:hover {
    color: #fff !important;
    background: #0984e3;

}

header .menu-main-menu-container li.has-dropdown a:first-child {
    cursor: default;
}

header .menu-main-menu-container li.has-dropdown ul a {
    cursor: pointer !important;
    display: block;
    width: 100%;
     padding: 0 15px;
}

header .menu-main-menu-container li.has-dropdown a:after {
    content: '\f078';
    font-size: 12px;
    padding-left: 8px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
}


header .menu-main-menu-container li.has-dropdown .sub-menu a:after {
    display: none;
}



@media only screen and (max-width: 992px) {

  header .menu-main-menu-container li a:hover, header .menu-main-menu-container li a:active {
    background: #f2f8ff;
  }

  }


@media only screen and (max-width: 992px) {
  header .menu-main-menu-container li a {  
    display: block;
    margin: 0 auto;
    padding: 15px 30px;
  }
}

@media only screen and (max-width: 992px) {
  header .menu-main-menu-container li:first-child a {  
    border-top: 0;
  }
}


header .menu-main-menu-container .nav_mob_wrapper {
  height: 100%;
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
}


@media only screen and (max-width: 992px) {
  header .menu-main-menu-container .nav_mob_wrapper {
    height: auto;
    max-width: 320px;
    display: flex;
    flex-wrap: wrap-reverse;
    margin: 80px auto;
  }
}


header .menu-main-menu-container .menu-main-menu-container .nav {
    margin-bottom: -15px;
}











header .menu-main-menu-container .menu-main-menu-container {
    align-self: flex-end;
}

@media only screen and (min-width: 992px) {
header .menu-main-menu-container ul li:hover > ul {
  display: block;
}
}


@media only screen and (max-width: 992px) {



header .menu-main-menu-container ul li.dropdown-active a:after {
  font-family: "Font Awesome 5 Free"; font-weight: 900;
  content: "\f107" !important;
}

header .menu-main-menu-container ul li.dropdown-active ul.sub-menu a:after {
  content: "" !important;
}


header .menu-main-menu-container li:hover a:after {
  color: #000 !important;
}
}



header .sub-menu .container-fluid {

    align-items: flex-start;
}


header .menu-main-menu-container ul ul {
        margin-top: 0;
    border-radius: 8px;
  background: #fff;
  padding: 1.25rem 1rem;
  display: none;
    width: 100%;
    max-width: 820px;
  position: absolute;
  top: 65px;
  margin-left: -15px;
      -webkit-box-shadow: 0 10px 40px rgb(0 0 0 / 15%);
    box-shadow: 0 10px 40px rgb(0 0 0 / 15%);
-webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,transform .3s ease;
    transition: opacity .3s ease,transform .3s ease,-webkit-transform .3s ease;
}

header .menu-main-menu-container ul ul {
    width: auto;
    
}

@media only screen and (max-width: 992px) {

header .menu-main-menu-container ul ul {
  position: relative;
  top: 0;
  padding: 0;
  margin: 0;
}

  }

header .menu-main-menu-container ul ul img { 
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

header .menu-main-menu-container ul ul p {
    font-size: 13px;
    margin-top: .5rem;
}




header .menu-main-menu-container ul ul a:hover {
    text-decoration: none;
}

header .menu-main-menu-container ul ul .container {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

@media only screen and (max-width: 992px) {
    header .menu-main-menu-container ul ul .container {
      padding: 0;
    }

  }

header .menu-main-menu-container ul ul li {
    width: auto;
    padding: 0;
    text-align: left;
    margin-bottom: 8px;
}


header .menu-main-menu-container ul ul li:last-child {
    margin-bottom: 0;
}

header .menu-main-menu-container ul li.consultancy ul li {
    width: 100%;
    margin-bottom: 16px;
}


header .menu-main-menu-container ul li.consultancy ul li:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
  header .menu-main-menu-container ul ul li {
    width: 100%;
    padding: 0;
  }

}


header .menu-main-menu-container ul ul li:hover {
    background: none;

}

header .menu-main-menu-container ul ul li:hover img {
    opacity: 0.7

}





header .menu-main-menu-container ul ul li:after {
    display: none;
}

header .menu-main-menu-container ul ul li > a:link {
    color: #fff;
    padding: 0;
}

@media only screen and (max-width: 992px) {
header .menu-main-menu-container ul ul li a:link {
  padding: 15px;
  }

}

header .menu-main-menu-container ul ul li a:link, header .menu-main-menu-container ul ul li a:visited {
    color: #202429;
    padding: .25rem 1rem;
}



header .menu-main-menu-container ul ul li:hover a:link {
    color: #0984e3;
}

header .menu-main-menu-container ul ul li:hover p {
    color: #202429;
}





header .mob-toggle {
    position: relative;
    cursor: pointer;
    z-index: 999;
}

@media only screen and (min-width: 993px) {
    header .mob-toggle {
        display: none;
    }
}

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}



.hamburger-box {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 24px;
}


.hamburger--slider .hamburger-inner {
    top: 2px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 35px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #000;
}


.hamburger--slider .hamburger-inner:before {
    top: 10px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}

.hamburger-inner:before {
    top: -10px;
}
.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: "";
}



.hamburger--slider .hamburger-inner:after {
    top: 20px;
}
.hamburger-inner:after {
    bottom: -10px;
}


.hamburger--slider.is-active .hamburger-inner:after {
    transform: translate3d(0,-20px,0) rotate(-90deg);
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #171717;
}


.hamburger--slider.is-active .hamburger-inner:before {
    transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
    opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0,10px,0) rotate(45deg);
}


section {
  padding: 60px 0;
}

section .heading {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}




/* HOME */


.wrapper {
    position: relative;
}



.main_wrapper {
    margin-top: 100px;
}



#home--splash {
    position: relative;
    padding: 0;
}
@media only screen and (min-height: 768px) {
    .grid-height {
        height: calc(100vh - 114px);
        max-height: 1200px;
    }
}
@media only screen and (min-height: 768px) {
    .splash-wrapper {
        margin-top: 114px;
    }
}
@media only screen and (max-height: 768px) {
    .splash-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media only screen and (min-width: 575px) {
    .splash-wrapper .row {
        flex-direction: row-reverse;
    }
}
@media only screen and (max-width: 1366px), (max-height: 770px) {
    #home--splash h1 {
        font-size: 42px;
    }
}
@media only screen and (max-width: 1024px) {
    #home--splash h1 {
        font-size: 38px;
        padding: 0;
        background: none;
    }
}
@media only screen and (max-width: 480px) {
    #home--splash h1 {
        font-size: 32px;
    }
}
#home--splash h3 {
    font-size: 16px;
    color: #000;
}
#home--splash a {
    margin-top: 30px;
}
#home--splash a i {
    margin-left: 15px;
}
#home--splash .client-bar {
    display: flex;
    height: 90px;
}
@media only screen and (max-width: 992px) {
    #home--splash .client-bar {
        position: relative;
        justify-content: space-between;
        bottom: 0;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        align-items: center;
    }
}
#home--splash .client-bar img {
    width: auto;
    height: 35px;
    margin-left: 30px;
}
@media only screen and (max-width: 992px) {
    #home--splash .client-bar img {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 480px) {
    #home--splash .client-bar img {
        width: 30%;
        height: auto;
    }
}
#home--splash .client-bar img:first-child {
    margin-left: 0px;
}
.diamond {
    width: 0;
    height: 0;
    border: 40px solid transparent;
    border-bottom-color: #fff;
    position: relative;
    bottom: 80px;
    left: 50%;
    margin-left: -40px;
}
@media only screen and (max-width: 992px) {
    .diamond {
        bottom: 0;
    }
}


.fish-wrapper {
    position: absolute;right: 0;top: 0;width: 50vw; height: 100vh
}

@media only screen and (max-width: 767px) {
    .fish-wrapper {
        display: none;
    }
}


.products ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.products ul li {
    position: relative;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) {
    .products ul li {
        height: 100vh;
        margin-bottom: 0;
    }
}


.products ul li a.button {
    margin-top: 30px;
}

.mob-image {
    width: calc(100% + 30px); height: auto;background: #00b894;padding: 5% 10%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 30px;
}

.mob-image.blue {
    background: #e6f4fd;
}


.mob-image.yellow {
    background: #fcb13a;
}

.mob-image.black {
    background: #485260;
}


@media only screen and (min-width: 768px) {
    .mob-image {
        display: none;
    }
}


a.button i {
    margin-left: 15px;
}
.vertical-stripe {
    /*position: fixed;*/
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 500;
    display: flex;
    align-items: center;
    float: left;
}

.vertical-stripe img {
    width: 100%; height: auto
}

.scrollmagic-pin-spacer {
    width: 50vw !important;
    right: 0 !important;
}
.bkg {
    width: 50vw !important;
    height: calc(100vh);
    position: absolute;
    right: 0 !important;
    top: 0;
    background: #00b894;
    overflow: hidden;
}
.fish {
    width: calc(50vw) !important;
}
#home--about .services {
    margin-top: 80px;
}
@media only screen and (max-width: 992px) {
    #home--about .services {
        margin-top: 30px;
    }
}
#home--about .services h2 {
    font-weight: bold;
}
#home--about .service {
    max-width: 500px;
    margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
    #home--about .service {
        max-width: 480px;
        margin: 0 auto 60px;
    }
    #home--about .services div.service:last-child {
        max-width: 500px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 992px) and (min-width: 480px) {
    #home--about .service {
        display: flex;
    }
}
@media only screen and (max-width: 992px) {
    #home--about .service, #home--about .services div.service:last-child {
        text-align: left;
        max-width: 768px;
        border-bottom: 1px solid #eaeaea;
        padding: 30px 60px;
        margin: 0 auto;
    }
    #home--about .services div.service:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 480px) {
    #home--about .service, #home--about .services div.service:last-child {
        text-align: center;
    }
}
.service img {
    margin-bottom: 30px;
}
#home--about img {
    max-width: 200px;
    height: auto;
}
@media only screen and (max-width: 992px) {
    #home--about img {
        margin-right: 30px;
    }
}
#home--testimonials {
    background: #41464d;
    color: #fff;
}
.testimonial blockquote {
    font-size: 24px;
}
#home--testimonials .testimonial {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
#home--testimonials h2 {
    line-height: 2em;
    font-style: italic;
    letter-spacing: 1px;
}
#home--products {}
#home--news img {
    width: 100%;
    height: auto;
}
#home--news .wrapper {
    margin-top: 40px;
}
.news h3 {
    font-size: 18px;
    font-weight: 600;
}
.news p {
    font-size: 14px;
}
.product-wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
@media only screen and (max-width: 1280px) {
    .product-wrapper {
        border-top: 1px solid #eaeaea;
        padding: 60px 0 0;
        margin: 60px 0;
    }
}
@media only screen and (max-width: 1024px) {
    .product-wrapper {
        height: auto;
        text-align: center;
    }
}
@media only screen and (min-width: 1281px) {
    .product-wrapper {
        height: 1000px;
    }
}
.product-image-right {
    position: absolute;
    left: 45%;
    width: calc(60vw);
    max-width: 1200px;
    flex-wrap: wrap;
}
@media only screen and (max-width: 1280px) {
    .product-image-right {
        position: relative;
        left: 0;
        width: 100%;
        height: auto;
    }
    .product-image-right img {
        width: 100%;
        height: auto;
    }
}
.product-image-left {
    position: absolute;
    right: 45%;
    width: calc(60vw);
    max-width: 1200px;
}
.product-hero-text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.product-hero-text a {
    margin-top: 30px;
}
@media only screen and (max-width: 1280px) {
    .product-hero-text-wrapper {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
}
.triggeredCSS3 {
    animation: moveAcross .6s linear;
}
@keyframes moveAcross {
    0% {
        left: 100%;
    }
    100% {
        left: 45%;
    }
}
#home--news {
    border-top: 1px solid #eaeaea;
}
.button-row {
    margin-top: 80px;
}

/* PRODUCT*/

#product--splash {
    height: calc(100vh - 100px);
    max-height: 800px;
    position: relative;
    padding: 0;
    color: #fff;
    overflow: hidden;
    min-height: 600px;
}
#product--splash.jp {
    background-color: #f7536d;
    background-color: -moz-linear-gradient(-45deg, #f7536d 0%, #be4054 100%);
    background-color: -webkit-linear-gradient(-45deg, #f7536d 0%, #be4054 100%);
    background-color: linear-gradient(135deg, #f7536d 0%, #be4054 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7536d', endColorstr='#be4054', GradientType=1);
    background-image: url('../img/bkg_kb.jpg');
    background-size: cover;
}
#product--splash.aubin {
    background-color: #a6517a;
    background-image: url('../img/bkg_aubin.jpg');
    background-size: cover;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 1366px) {
    #product--splash {
        height: calc(100vh - 150px);
        position: relative;
        max-height: 650px;
    }
}
@media only screen and (max-width: 1024px) {
    #product--splash {
        height: calc(100vh - 150px);
        position: relative;
    }
}
@media only screen and (max-width: 992px) {
    #product--splash {
        margin-top: 70px;
        min-height: 0;
        max-height: 450px;
    }
}
#product--splash .container {
    position: relative;
    padding-top: 160px;
    text-align: center;
}
@media only screen and (max-width: 992px) {
    #product--splash .container {
        padding-top: 30px;
    }
}
#product--splash .aubin {
    text-align: left;
    padding-top: 90px;
    height: 100%;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 1600px) {
    #product--splash .container .col-md-8 {
        width: 70%;
        left: 15%
    }
}
@media only screen and (max-width: 768px) {
    #product--splash .container .col-md-8 {
        width: 80%;
        left: 10%
    }
}
@media only screen and (max-width: 1366px) {
    #product--splash h2 {
        font-size: 21px;
    }
}
#product--splash .aubin-screen {
    position: absolute;
    bottom: 0;
    height: 80%;
}
#product--benefits {
    padding: 0;
}
#product--benefits .benefit-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
@media only screen and (max-width: 1280px) {
    #product--benefits .benefit-wrapper {
        display: flex;
        justify-content: space-between;
    }
}
#product--benefits .benefit {
    padding: 60px;
    border-right: 1px solid #eaeaea;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
@media only screen and (max-width: 1680px) {
    #product--benefits .benefit {
        padding: 40px;
    }
}
@media only screen and (max-width: 1600px) {
    #product--benefits .benefit {}
}
@media only screen and (max-width: 1280px) {
    #product--benefits .benefit {
        width: 50%;
        border-bottom: 1px solid #eaeaea;
    }
}
@media only screen and (max-width: 768px) {
    #product--benefits .benefit {
        width: 100%;
        border-right: none;
        text-align: center;
        padding: 0;
    }
    #product--benefits div.benefit:last-child {
        border-bottom: none;
    }
}
@media only screen and (min-width: 768px) {
    #product--benefits .benefit label, #product--benefits .benefit input {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .tab {
        position: relative;
        margin-bottom: 1px;
        width: 100%;
        overflow: hidden;
    }

    .tab-content p {
        margin: 1em;
    }
 
}
#product--benefits .benefit h2 {
    color: #557899;
}
@media only screen and (max-width: 768px) {
    #product--benefits .benefit h2 {
        display: none;
    }
}
@media only screen and (max-width: 1400px) {
    #product--benefits .benefit h2 {
        font-size: 21px;
    }
    #product--benefits .benefit p {
        font-size: 16px;
    }
}
#product--about {
    background: #f0f4ff;
    padding: 80px 0 20px;
}
#product--about .features {
    margin-top: 40px;
    text-align: left;
}
@media only screen and (max-width: 1600px) {
    #product--about .features .col-md-5 {
        width: 100%;
    }
}
#product--about .feature {
    margin-bottom: 30px;
}
#product--about .features h2 {
    color: #6e8438;
    margin-top: 0;
}
#product--about ion-icon {
    font-size: 32px;
    color: #6e8438;
}
#product--about .product-screens {
    position: absolute;
    left: 47%;
    width: calc(50vw);
    max-width: 1200px;
    height: 700px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.21);
    border-radius: 10px;
}
@media only screen and (max-width: 1600px) {
    #product--about .features .product-screens {
        position: relative;
        left: 15%;
        width: calc(70vw);
        height: auto;
        max-height: 500px;
        top: 100px;
    }
}
#product--about .product-screens img {
    width: 100%;
    height: auto;
}
#product--testimonial {
    margin-top: 80px;
    text-align: center;
}
#product--testimonial h2 {
    line-height: 2em;
    font-style: italic;
    letter-spacing: 1px;
}
#more-products {
    background: #fafafa;
}
#more-products img {
    width: 100%;
    height: auto;
}
/* BLOG */

#blog--header {
    position: relative;
    padding: 0;
    background: #f7536d;
    background: -moz-linear-gradient(-45deg, #f7536d 0%, #be4054 100%);
    background: -webkit-linear-gradient(-45deg, #f7536d 0%, #be4054 100%);
    background: linear-gradient(135deg, #f7536d 0%, #be4054 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7536d', endColorstr='#be4054', GradientType=1);
    color: #fff;
    overflow: hidden;
}
#blog--header .container {
    position: relative;
    padding-top: 160px;
}
#blog--header .container .row {
    justify-content: center;
    align-items: center;
    display: flex;
    flex: flex-wrap;
}
#blog--header .searchbar input {
    width: 100%;
    height: 70px;
    border-radius: 70px;
    padding: 30px;
    border: none;
    font-size: 18px;
}
/* NEWS */

#news--index {
    padding: 40px 0;
}
@media only screen and (max-width: 768px) {
    #news--index {
        padding: 1px 0;
    }
}
#news--index .container .row {
    display: flex;
    flex-wrap: wrap;
}
#news--index, #news--article {
    text-align: left;
}
#news--article {
    padding: 40px 0;
    border-top: 1px solid #eaeaea;
}
#news--index #articles-wrapper {
    padding: 0;
}
@media only screen and (min-width: 993px) {
    #news--index article#featured {
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width: 768px) {
    #news--index article#featured .featured-image {
        padding: 0;
    }
}
#news--index article {
    margin-bottom: 30px;
    padding-bottom: 30px;
    overflow: auto;
}
#news--index article figure, .article figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}
#news--index #main-content article:hover figure img, .article:hover figure img, #news--index.case-studies article:hover figure img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
    opacity: 0.6;
}
#news--index article figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    min-height: 180px;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
a.category {
    padding: 3px 5px;
    background: #000;
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
    display: inline-block;
    text-decoration: none !important;
}
.date {
    margin-bottom: 5px;
    margin-top: 0 !important;
    font-size: 14px;
    display: inline-block;
    color: #666;
}
#news--index h1 {
    margin-top: 0;
    font-size: 42px;
    margin-bottom: 15px;
    margin-top: 15px;
}
@media only screen and (max-width: 1280px) {
    #news--index h1 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 1140px) {
    #news--index h1 {
        font-size: 21px;
    }
}
#news--index.case-studies h1 {
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 15px;
}
@media only screen and (max-width: 1140px) {
    #news--index h1 {
        font-size: 21px;
    }
}
#news--index h1 a:link, #news--index h1 a:visited {
    font-weight: 600;
    color: #000;
    text-decoration: none;
}
#news--index h1 a:active, #news--index h1 a:hover {
    color: #caab00;
    text-decoration: none;
}
#news--index article:hover h1 a, .article:hover h2 a {
    color: #557899 !important;
    text-decoration: none;
}
#main-content {
    width: calc(100% - 521px);
    display: inline-block;
    vertical-align: top;
}
@media only screen and (max-width: 1600px) {
    #main-content {
        width: calc(100% - 421px);
    }
}
@media only screen and (max-width: 1140px) {
    #main-content {
        width: calc(100% - 375px);
    }
}
@media only screen and (max-width: 768px) {
    #main-content {
        width: 100%;
    }
}
#main-content.news-post img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
blockquote {
    border-left: 1px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote p {
    display: inline;
}
.testimonial blockquote {
    text-align: left;
    line-height: 2em;
    font-style: italic;
    padding: 0;
    padding-left: 30px;
}
nav#categories {
    padding: 15px;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    margin-bottom: 60px;
    width: 100%;
}
nav#categories li {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 15px 0;
    margin-right: 30px;
}
nav#categories li a {
    color: #000;
    font-weight: bold;
}
#post-header {
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
}
#post-header h1 {
    margin-bottom: 0;
}
#post p {
    margin: 30px 0;
}
#post img {
    width: 100%;
    height: auto;
}
/* SIDEBAR */

#sidebar {
    width: calc(460px - 0%);
    margin-left: 60px;
    margin-left: 56px;
    display: inline-block;
    background: #f9f9f9;
}
@media only screen and (max-width: 1600px) {
    #sidebar {
        width: calc(345px - 0%);
    }
}
@media only screen and (max-width: 1140px) {
    #sidebar {
        width: calc(340px - 0%);
        margin-left: 15px;
    }
}
@media only screen and (max-width: 768px) {
    #sidebar {
        display: none;
    }
}
#sidebar section {
    border-bottom: 1px solid #e2e2e2;
    padding: 30px;
}
#sidebar .popular-item {
    padding: 30px 0;
    border-bottom: 1px solid #e2e2e2;
}
#most-popular div.popular-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
#sidebar .popular-item .date {
    color: #888;
}
#sidebar .popular-item h2 {
    margin: 0;
}
#sidebar h3 {
    font-weight: bold;
}
#sidebar #searchform label {
    display: none;
}
#sidebar #searchform input[type=text] {
    background: #f9f9f9;
    border: 1px solid #eaeaea;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 0 55px 0 20px;
    width: 100%;
    border-radius: 45px;
    height: 45px;
    color: #999;
    font-size: 14px;
}
#s {
    color: #999999;
    font-family: Arial, sans-serif;
    font-size: 13px;
    margin: 0 -45px 0 0;
    padding: 10px 30px 10px 8px;
    text-transform: lowercase;
    width: 200px;
    transition-duration: 400ms;
    transition-property: width, background;
    transition-timing-function: ease;
    -webkit-transition-duration: 400ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
    -o-transition-duration: 400ms;
    -o-transition-property: width, background;
    -o-transition-timing-function: ease;
}
#s:focus {
    width: 300px;
}
#searchsubmit {
    text-indent: -9999px;
    background-image: url('/wp-content/uploads/2017/06/search-mag.png');
    border: medium none;
    height: 23px;
    width: 21px;
    background-color: #f9f9f9;
}
#sidebar select#cat {
    width: 100%;
    height: 45px;
    border: 1px solid #eaeaea;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 15px;
    background: #f4f4f4
}
#sidebar .screen-reader-text {
    display: none;
}
#sidebar .tagcloud {
    text-align: center;
}
#sidebar .wpp-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
#sidebar .wpp-list li {
    margin-bottom: 10px;
}
#sidebar .wpp-list .wpp-thumbnail {
    margin: 0 0 5px;
}
#sidebar .related_post_link {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    margin: 5px 0;
    font-size: 16px;
}
#sidebar figure {
    max-height: 150px !important;
}


.scroll {
        margin-top: 120px;
}

.icon {
    width: 80px;
    height: auto;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    
body {
    text-align: center;
}

.hero {
    margin-top: 15px;
}

.scroll {
    display: none;
}

}




/* FOOTER */

footer {
  padding: 40px 0 0;
  position: relative;

}


footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: 100%;
    z-index: -1;
}

footer p {
    color: #666;
}

footer .container, .cta_footer .container {
  z-index: 9;
  position: relative;
}

footer .logo {
  position: relative;
  max-width:220px;
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}


footer img {
  width: 100%;
  height: auto;
}


footer .social_icons a {
  color: #fff;
  font-size: 32px;
  margin-bottom: 30px;
}

footer .social_icons .fab {
  padding: 10px;
}





footer .menu li a {
  color: #666;
  text-decoration: none;

}


footer .menu li {
    list-style-type: none;
    margin: 0;
    padding: 7px 10px;
    font-size: 17px;

}

footer h4 {
    font-size: 12px;
}



.related_blogs {
    border-top: 1px solid #d4d4d4;
}

/* PRODUCTS MODAL */

#modal--products {
    width: 100%;
    height: 100vh;
    background: #f4f4f4;
    top: 0;
    position: fixed;
    z-index: 999999;
    overflow: auto;
    min-height: auto;
    transform: translateY(-100%);
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
}
#modal--products.products-open {
    transform: translateY(0%);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 1281px) {
    #modal--products {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        justify-content: space-between;
    }
}
#modal--products .close {
    position: absolute;
    top: 30px;
    left: 50%;
    font-size: 48px;
    margin-left: -24px;
}
#modal--products .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media only screen and (max-width: 1280px) {
    #modal--products .col-md-4 {
        width: 50%;
        border-right: none;
        margin: 30px 0;
    }
}
@media only screen and (max-width: 992px) {
    #modal--products .col-md-4 {
        width: 80%;
        border-right: none;
        margin: 30px auto;
    }
}
#modal--products .product {
    height: 100%;
    background: #fff;
    transition: all .2s ease-in-out;
}
#modal--products .product:hover {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.21);
    transform: scale(1.1);
}
#modal--products .product a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}
#modal--products .product .text-wrapper {
    padding: 30px;
}
#modal--products .product img {
    width: 100%;
    height: auto;
}
/* Images */

.col_image {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    background: #fff;
    background-image: url('');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
    border-radius: 1rem;
        border: 1px solid #d4d4d4;
}
.col_image::after {
    content: '';
    display: block;
    height: 0;
    padding-bottom: 52.25%;
}
.col_image.portrait:after {
    content: "";
    display: block;
    padding-top: 76.93%;
}
.col_image.square:after {
    content: "";
    display: block;
    padding-top: 100%;
    padding-bottom: 0;
}
.col_image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.col_image.portrait img {
    -o-object-fit: cover;
    object-fit: cover;
}
.col_image a {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
}
a.back-button {
    margin-bottom: 30px;
    display: inline-block;
    padding-bottom: 4px;
    text-decoration: none;
    color: #ffd4cf;
    font-size: 8em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
.element-columns .col-icon {
    margin-bottom: 15px;
    margin-right: 30px;
}
.col-icon .fas, .col-icon .far, .col-icon .fab {
    font-size: 1.5em;
    border: 2px solid #e9285a;
    color: #e9285a;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
}
.sidebar-cta li {
    margin-bottom: 15px;
    font-size: 14px;
}



.cta_footer {
    position: relative;
    padding-top: 10vw;
    padding-bottom: 15vw;
    background: #e9f3fd;
}

.cta_footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url('https://aubin-staging.ispwebhost.com/wp-content/uploads/2024/03/f-curve.svg');
    background-size: contain;
}

.cta_footer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url('https://aubin-staging.ispwebhost.com/wp-content/uploads/2024/03/clouds.svg');
    background-size: contain;
}




.fadeInUp{animation:fadeInUp 1s ease backwards;}
@keyframes fadeInUp{
  0%{transform:translate(0px, 100px); opacity: 0;}
  100%{transform:translate(0px, 0); opacity: 1;}
}




/* Faqs */

.faqs {
    background: #e6f4fd
}

.faqs ul {
    padding: 0;
    margin-top: 60px;
}


.faqs ul .panel ul {
    padding-left: 30px;
}

p.accordion {
    background: #fff;
    cursor: pointer;
    padding: 25px;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    p.accordion {
        padding: 15px;
    }
}



.panel .row {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 30px;padding-top: 30px;
}


.panel .row:last-child {
    border-bottom: 0;
}


.panel p, .panel ul, .panel li {
    color: #000 !important;
    font-size: 16px;
}

strong {
    font-weight: 600;
}

p.accordion.active, p.accordion:hover {
    background-color: #000;
    color: #fff;
}

p.accordion:after {
    content: '+';
    font-size: 62px;
    color: #000 !important;
    float: right;
    margin-left: 5px;
    font-weight: normal;
    line-height: 25px;
}


@media only screen and (max-width: 1366px) {
    p.accordion:after {
        font-size: 46px;
    }
}

@media only screen and (max-width: 768px) {
    p.accordion:after {
        font-size: 32px;
    }
}

p.accordion.active:after {
    content: "-"; 
}

div.panel {
    padding: 0 25px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    opacity: 0;
}

div.panel.show {
    opacity: 1;
    max-height: 100%;
    padding: 25px;
}

.less-padding {
    padding: 0px 0px 40px 0px;
}


article {
    margin-bottom: 80px;
}



/* Sign Up */

.page {
    text-align: left;
    font-size: 16px;
}

#gform_wrapper_2 {
    padding: 3rem;
    background: #e9f3fd;
    text-align: left;
    margin-top: 2rem;
}

@media only screen and (max-width: 560px) {
  
  #gform_wrapper_2 {
      
      padding: 1.5rem;
  }
    
}

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input[type=text],.nf-form-content input[type=email], .nf-form-content textarea, .listradio-wrap .nf-field-element label:after, .checkbox-wrap .nf-field-element label:before, .checkbox-wrap .nf-field-label label:before, .listcheckbox-wrap .nf-field-element label:before, .listcheckbox-wrap .nf-field-label label:before, .checkbox-wrap .nf-field-element label:after, .checkbox-wrap .nf-field-label label:after, .listcheckbox-wrap .nf-field-element label:after, .listcheckbox-wrap .nf-field-label label:after {
    background: #fff !important;
}

.nf-form-title article h3 {
    margin-top: 0 !important;
}

.nf-before-form-content {
    margin-bottom: 1rem;
}


.get-involved .blog-card {
    padding: 1.5rem;

    border-radius: 1rem;
    background: #f4f5f8;
    margin-bottom: 1rem;
}





.blog-card h2 {
    font-size: 24px;
}


.blog-card p {
    font-size: 16px;
}




.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}


.stat {
  background: #f4f3f8;
  border-radius: 16px;
  padding: 2rem;
    width: calc(50% - 8px);
  display: flex;
  align-items: center;
  font-size: 14px;
  text-align: center;
}

@media only screen and (max-width: 1376px) {
    .stat {
      width: 100%;
    }
}



@media only screen and (max-width: 991px) {
    .stat {
      width: calc(50% - 8px);
    }
}


@media only screen and (max-width: 540px) {
    .stat {
      width: 100%;
    }
}




.stat div {
    width: 100%;
}

.stat img {
  width: 80px;
  height: auto;
  margin-right: 24px;
}


.stat h4 {
  font-size: 48px;
  font-weight: 600;
  color: var(--theme-dblue);
  display: block;
  margin-bottom: 0;
}





.media-library-module-wrapper .image-box-wrapper .image-box img{
	min-height:400px
}
}
@media all and (max-width:768.98px){
.media-library-module-wrapper .image-box-wrapper .image-box img{
	min-height:300px
}
}
.module-history-timeline-holder .signpost-image-wrapper .signpost-image-holder{
min-height:500px;
background-size:contain;
background-position:center;
background-repeat:no-repeat;
border-radius:16px
}
.module-history-timeline-holder .history-content-wrapper{
height:100%;
display:flex;
flex-wrap:wrap;
vertical-align:middle;
position:relative;
justify-items:center;
flex-direction:column;
justify-content:center;
padding:0 82px;
padding-top:45px
}
.module-history-timeline-holder .history-content-wrapper p,.module-history-timeline-holder .history-content-wrapper h6,.module-history-timeline-holder .history-content-wrapper .h6{
font-size:24px;
font-weight:400
}
.module-history-timeline-holder h2{
}
.module-history-timeline-holder .signpost-image-wrapper.odd-item{
margin-right:100px
}
.module-history-timeline-holder .signpost-image-wrapper.even-item{
margin-left:100px
}
.module-history-timeline-holder .row-wrapper{
position:relative
}
.module-history-timeline-holder .row-wrapper:before{
content:'';
position:absolute;
width:2px;
height:100%;
background:#D8D8D8;
left:50%
}
.module-history-timeline-holder .history-content-wrapper.even-item{
text-align:right
}
.module-history-timeline-holder .row-wrapper.item-1:after{
content:'\f29a';
 background: #e84393;
}
.module-history-timeline-holder .row-wrapper.item-2:after{
content:'\f091';
 background: #fcb23a;
}
.module-history-timeline-holder .row-wrapper.item-3:after{
content:'\e074';
 background: #00b894;
}
.module-history-timeline-holder .row-wrapper.item-4:after{
content:'\f238'
}
.module-history-timeline-holder .row-wrapper.item-5:after{
content:'\f19c';
background: #485460;
}

.module-history-timeline-holder .row-wrapper:after{
font-weight: 600;
border-left: 1px solid rgba(255,255,255,0.5);
font-family: "Font Awesome 6 Free";
position:absolute;
height:128px;
width:128px;
background:#f4f3f8;
left:50%;
border-radius:50%;
transform:translate(-50%,-50%);
z-index:9;
margin-left:1px;
top:43%;
    background: #0984e3;
    color: #fff;

display:flex;
justify-content:center;
align-items:center;
font-size: 3rem
}
.module-history-timeline-holder .row-wrapper:first-child::before{
height:56%;
bottom:0
}
.module-history-timeline-holder .row-wrapper:last-child::before{
height:43%;
top:0
}
@media all and (max-width:991.98px){
.module-history-timeline-holder .signpost-image-wrapper .signpost-image-holder{
	background-size:contain;
	background-position:center;
	border-radius:16px;
	background-repeat:no-repeat
}
.module-history-timeline-holder .history-content-wrapper.odd-item{
	padding-left:70px;
	padding-right:10px
}
.module-history-timeline-holder .history-content-wrapper.even-item{
	padding-left:10px;
	padding-right:70px
}
}
@media all and (max-width:767.98px){
.module-history-timeline-holder .signpost-image-wrapper.odd-item,.module-history-timeline-holder .row-wrapper{
	margin-right:0
}
.module-history-timeline-holder .history-content-wrapper,.module-history-timeline-holder .row-wrapper{
	padding:0;
	display:block
}
.module-history-timeline-holder .signpost-image-wrapper.even-item{
	margin-left:0
}
.signpost-image-wrapper,.history-content-wrapper{
	margin-bottom:30px
}
.module-history-timeline-holder .row-wrapper:before{
	display:none
}
.module-history-timeline-holder .row-wrapper:after{
	display:none
}
.module-history-timeline-holder .row-wrapper:nth-child(odd) .image-text-wrapper{
	flex-direction:column-reverse
}
.module-history-timeline-holder .row-wrapper:nth-child(even) .image-text-wrapper{
	flex-direction:column
}
.module-history-timeline-holder .signpost-image-wrapper .signpost-image-holder{
	min-height:300px
}
.module-history-timeline-holder .history-content-wrapper.odd-item,.module-history-timeline-holder .history-content-wrapper.even-item{
	padding-left:0;
	padding-right:0;
	text-align:left
}
}



/* single posts */

.single img, .single .col_image {
    margin-bottom: 2rem;
}


/* breadcrumb */

.fbc-page .fbc-wrap .fbc-items {
    margin: 0 auto 1rem;
    float: none;
    background: transparent;
}





.award {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    height: 100%;
    line-height: 1.2;
    border: 1px solid #eaeaea;
    text-align: center;
}

.award div {
    width: 100%;
}

.award i {
    font-size: 3rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.award h3 {
    margin-bottom: 0;
    width: 100%;
    font-size: 21px;
    font-weight: 500;
}




.social-menu ul{
    padding: 0;
    margin: 0;
    display: flex;
}

@media all and (max-width:768px){
    .social-menu ul{
        justify-content: center;
    }
}

.social-menu ul li{
    list-style: none;
    margin: 0 5px;
}

.social-menu ul li:first-child {
    margin-left: 0;
}

.social-menu ul li .fab{
    font-size: 24px;
    line-height: 45px;
    transition: .3s;
    color: #000;
}

.social-menu ul li .fab:hover{
    color: #fff;
}

.social-menu ul li a{
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    transition: .6s;
}

.social-menu ul li a:hover{
    transform: translate(0, -10%);
}

.social-menu ul li:nth-child(1) a:hover{
    background-color: #1877F2;
}
.social-menu ul li:nth-child(2) a:hover{
    background-color: #1DA1F2;
}
.social-menu ul li:nth-child(3) a:hover{
    background-color: #0077b5;
}


.betterdocs-wrapper {
    margin: 0 auto 0 !important;
}

.betterdocs-search-modal-layout-1 .betterdocs-search-layout-1 {
    margin-top: 0 !important;
}


.betterdocs-search-layout-1 {
    max-width: 100% !important;
}

.betterdocs-articles-list, .betterdocs-entry-body {
    width: 100%;
}

.betterdocs-entry-header {
    position: relative;
    top: 0;
}

.betterdocs-wrapper.betterdocs-single-wrapper.betterdocs-single-layout-5 .betterdocs-content-wrapper .betterdocs-content-area .betterdocs-content-inner-area .betterdocs-breadcrumb {
    margin-left: 0 !important;
}


@media only screen and (max-width: 768px) {
    .betterdocs-categories-folder.docs-col-3, .betterdocs-categories-folder.docs-col-4 {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    
    .betterdocs-wrapper.betterdocs-taxonomy-wrapper .betterdocs-content-area .betterdocs-content-inner-area {
        padding: 0 !important;
    }
    
    .betterdocs-wrapper.betterdocs-taxonomy-wrapper .betterdocs-content-wrapper {
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}

.betterdocs-content-area {
    padding: 0 !important;
    text-align: left !important;
}

.betterdocs-mobile-nav {
    display: none !important;
}



}

.betterdocs-entry-title {
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: left;
}

