/*html{
  scroll-behavior: smooth;

} */
a, a:active, a:focus{
    outline: none; /* Works in Firefox, Chrome, IE8 and above */
}

.cursor-pointer{
  cursor: pointer;
}

.home_carousel_item {
  min-height: 100vh;
  overflow: auto;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-inner .home_carousel_item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}
.carousel-caption{
right:10%;
left:10%;
z-index: 4;
top:12%;
padding-bottom: 20px;
color: #fff;
text-align: left;
}


.crawling_header {
  font-size:3em;
  font-weight: 600;
}
.crawling_quotes {
  font-size:1.5em;
  font-style: italic;
}


.btn_download_brochure{
  margin-top:2.5em;
}
#homepage_carousel .carousel-indicators{
  z-index: 4;
}

#homepage_carousel .carousel-indicators li{
  width:0.8em;
  height:0.8em;
  background-color: #543176;
  border-radius: 50%;
  opacity: 0.9;

}
#homepage_carousel .carousel-indicators li.active{
  background-color: #5ab18f;
}


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

.crawling_header  {
      font-size: 2.3em;
      line-height: 1.3em;
   }
.crawling_quotes{
  font-size: 1.3em;
}

.carousel-caption{
  left:5%;
  right:5%;
}
}


.main-navigation ul.menu ul.sub-menu {background-color: #ff0fff}
/*-------------------------------------------------------------------------------------------------*/
.navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;

}

.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
  height: 48px;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
}

.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  line-height: 70px;
  padding: 0;
  color: #343a40;
  font-size: 24px;
  text-decoration: none !important;
}

.nav-brand:hover,
.nav-brand:focus {
  color: #343a40;
}

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}


.nav-logo:focus > img {
  outline: initial;
}


.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #ddd;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #ddd, 0 1em 0 0 #ddd;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background: rgb(84,49,118);
/*  background: linear-gradient(130deg, rgba(84,49,118,1) 0%, rgba(90,177,143,1) 100%); */
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait
  .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #ddd;
  font-size: 26px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px rgba(255,255,255,0.1);
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px  rgba(255,255,255,0.1);
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu > li > a {
  height: 70px;
  padding: 42px 8px 5px 10px;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  color: #343a40;
  transition: color 0.3s, background 0.3s;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  color: #5ab18f;
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}

.nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #ddd #ddd transparent;
  transform: rotate(45deg);
  transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #5ab18f #5ab18f transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

.navigation-hidden .nav-search {
  display: none;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  padding:37px 1px 10px 1px;
  /* line-height: 70px; */
  text-align: center;
  cursor: pointer;
  background-color: transparent;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #ddd;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
  content: "";
  pointer-events: none;
}

.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
  color: #5ab18f;
}

.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255,255,255,1);
  z-index: 99;
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 15px;
  text-align: center;
  color: #343a40;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #343a40;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.dropdown-menu {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
  background-color: transparent;
  border:0;
}

.general_header .dropdown-menu {
    background-color: #543176;
    border-radius: 0px;

}

.navigation-portrait .dropdown-menu {
  width: 100%;
  position: static;
  left: 0;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.nav-menu > li > .dropdown-menu {

}

.dropdown-menu > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.dropdown-menu > li > a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #ddd;
  background-color:transparent;
}

.dropdown-menu > li:hover > a,
.dropdown-menu > li.focus > a {
  color: #5ab18f;
}

.dropdown-menu.dropdown-menu-left {
  right: 0;
}

.dropdown-menu > li > .dropdown-menu-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .dropdown-menu.dropdown-menu-left > li > a {
  text-align: right;
}

.navigation-portrait .dropdown-menu > li > a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .dropdown-menu > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .dropdown-menu > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .dropdown-menu > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait
  .dropdown-menu
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > a {
  padding-left: 110px;
}

.dropdown-menu .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute;
}

.navigation-portrait .dropdown-menu .submenu-indicator {
  right: 0;
  top: 0;
}

.dropdown-menu .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
}

.navigation-portrait
  .dropdown-menu
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(45deg);
}

.dropdown-menu > li:hover > a .submenu-indicator-chevron,
.dropdown-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #ff6b00 #ff6b00 transparent;
}

.navigation-landscape .dropdown-menu.dropdown-menu-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape
  .dropdown-menu.dropdown-menu-left
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(135deg);
}
.dropdown-menu-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.dropdown-menu-horizontal .dropdown-menu-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.navigation-portrait .dropdown-menu-horizontal .dropdown-menu-horizontal {
  border-top: none;
}

.dropdown-menu-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .dropdown-menu-horizontal > li {
  width: 100%;
}

.dropdown-menu-horizontal > li > a {
  position: relative;
}

.dropdown-menu-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

.navigation-portrait .dropdown-menu-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation-portrait
  .dropdown-menu-horizontal
  .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}

.megamenu-panel [class*="container"] {
  width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

.megamenu-panel-row {
  width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
  content: "";
  display: table;
  line-height: 0;
}

.megamenu-panel-row:after {
  clear: both;
}

.megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}

.navigation-portrait
  .megamenu-panel-row:first-child
  [class*="col-"]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}

.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff;
}

.megamenu-tabs-pane.active {
  display: block;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

.megamenu-lists {
  width: 100%;
  display: table;
}

.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #343a40;
  text-decoration: none;
  font-size: 13px;
}

.megamenu-list > li > a:hover {
  background-color: #ff6b00;
  color: #fff;
}

.megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #343a40;
}

.megamenu-list > li.megamenu-list-title > a:hover {
  background-color: transparent;
}

.navigation-landscape .list-col-2 {
  width: 50%;
}

.navigation-landscape .list-col-3 {
  width: 33%;
}

.navigation-landscape .list-col-4 {
  width: 25%;
}

.navigation-landscape .list-col-5 {
  width: 20%;
}

.nav-menu > li > a {
  color: #ddd;
  text-transform: uppercase;
}

.dropdown-menu > li > a {
  color: #ddd;
  padding: 5px 20px;
  border-bottom: 0px solid #f6f6f6;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #5ab18f;
}

.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 30px;
}



@media only screen and (min-width: 320px) and (max-width: 767px) {
  .dropdown-menu > li > a,
  .megamenu-list > li > a {
    width: 65%;

  }
}


.dropdown-toggle::after {
    display:none;
}
/*-----------------------------------------------------------------------------*/


.scroll_down_btn a {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.scroll_down_btn a:hover {
  opacity: .5;
}


#scroll_down a {
  padding-top: 70px;
}
#scroll_down a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-animation: sdb06 1.5s infinite;
  animation: sdb06 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb06 {
  0% {
    -webkit-transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb06 {
  0% {
    transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.header .container {
  position: relative;
  z-index: 2;
}

.header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #543176;
  background: -moz-linear-gradient(-45deg, #543176 0%, #5ab18f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #543176 0%,#5ab18f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #543176 0%,#5ab18f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 0.8;
  z-index: 1;
}


@media (pointer: coarse) and (hover: none) {
  .header {
    background: url('/img/footerbackground.png') black no-repeat center center scroll;
  }
  .header video {
    display: none;
  }
}
.home_footer ul{
  list-style: none;
}
.home_footer .f_level{
  padding-left: 0;
  line-height: 3em;
  font-size: 1.3em;
  color:#fff;
  font-weight: 600;
}

.home_footer .s_level {
  padding-left:1em;
  line-height: 2em;
  font-weight: normal;
}

.home_footer a{
  color:#fff;
  transition: 0.3s;

}
.home_footer a:hover{
  color:#543176;

}

.detailed_profile_wrapper::-webkit-scrollbar{
	width: 5px}

.detailed_profile_wrapper::-webkit-scrollbar-track{
	background: rgba(0,0,0,0.04)}

.detailed_profile_wrapper::-webkit-scrollbar-thumb{
	background: #F96A69}

.breadcrumb_text a{
  color:#fff;
}

.breadcrumb_text a:hover{
  color:#5ab18f;
}

/*----------------------------------------------- Tabs from office page -----------------------------------*/
.single_office .nav-tabs {
    display:none;
}

@media(min-width:768px) {
  .single_office .nav-tabs {
        display: flex;
    }

    .single_office .card {
        border: none;
    }

    .single_office .card .card-header {
        display:none;
    }

    .single_office .card .collapse{
        display:block;
    }


}

@media(max-width:767px){
    .single_office .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }


}

.office_main_image {
  height:80vh;
}
@media only screen and (max-width: 600px) {
  .office_main_image {
    height:25vh;
  }
  .nav-search-button{
    padding-top: 0px;
  }
}
@media only screen and (max-width:992px){
  .nav-search-button{
    padding-top: 0px;
  }
}

.single_office .card{
  background-color: transparent;
  text-align: justify;
  padding-left: 0px;
  padding-right: 0px;

}

.single_office .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
  background-color: #543176;
  color:#fff;
  border:none;
}
.single_office #tabs{

  border-bottom: 2px #543176 solid;
}
.single_office .nav-link{
  text-transform: uppercase;
  border:none;
  transition: 0.3s;
}
.single_office .nav-link:hover{
  background-color: rgba(84,49,118,0.2);

}

.single_office a.nav-link{
  text-decoration: none;
  color:#543176;
}


/* scroll to top */

#return-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: rgb(0, 0, 0);
    background: rgba(84, 49, 118, 0.7);
    width: 30px;
    height: 30px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
      z-index: 2;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 5px;
    top: 5px;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 3;
}
#return-to-top:hover {
    background: rgba(84, 49, 118, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 0px;
}

.search_result .search-excerpt{
  background-color: rgba(255,255,0,0.3);
  display: inline-block;
  padding:0px 3px;
}

.timeline__content{
  background-color: transparent;
  color:#ddd;
  padding: 0.5em;
}
.timeline__content .cover{
  margin-top: 10px;
  margin-bottom: 10px;
}
.timeline__content h2{
  color: #fff;
  text-transform:none;
  font-weight: 400;
}
.timeline__content p{
  font-size: 0.9em;
  font-style: italic;

}
.timeline__item.timeline__item--top::after{
  background-color: #5ab18f;
}
.timeline__item.timeline__item--bottom::after{
  background-color: #5ab18f;
}
.timeline__item.timeline__item--top .timeline__content {
  border-radius: 0px;
  border: 0;

}
.timeline__item.timeline__item--bottom .timeline__content {
  border-radius: 0px;
  border: 0;

}

.timeline-nav-button {
  background-color: transparent;
  border:0;
}

.timeline-nav-button:disabled {
  opacity: 0.2;
}
.timeline--horizontal .timeline-divider{
  border-radius: 50%;
}



.hcm-jpp-btn_apply{
  display: none;
}

.hcm-jpp-job {
  padding:1em;
  border-radius: 3px;
  background-color: rgba(84,49,118,0.7);
  margin: 1em;
  display: inline-block;
  border:1px solid #543176;
  text-align: left;
  transition: 0.3s;

}

.hcm-jpp-job:hover {

  background-color: rgba(84,49,118,0.9);

}
.hcm-jpp-view{
  display: none;
}
.hcm-jpp-position{
  font-size:1.2em;
  color: #fff;
  text-transform: uppercase;
  padding-bottom:0.5em;
  min-width:15em;
}
.hcm-jpp-position::before{
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f007  ";

}
.hcm-jpp-location,.hcm-jpp-closing_date{
  color:#ddd;
  font-size:0.8em;
}
.hcm-jpp-location::before{
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f3c5  ";
}

.hcm-jpp-closing_date::before{
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f073  ";
}



.istm h2{
font-weight:300;
text-align:center;
}
.istm h3{
font-weight:bold;
font-size:1em;
}
.istm .headerwithunderline_white{
  display: inline-block;
  padding:0.3em 0.5em;
  border-bottom: 1px #ddd solid;
  margin-bottom: 1em;
  color:#fff;
}

.istm .headerwithunderline_purple{
  display: inline-block;
  padding:0.3em 0.5em;
  border-bottom: 1px #543176 solid;
  margin-bottom: 1em;
  color:#543176;
}

.istm .read_more_white{
   display:inline-block;
  border:1px #ddd solid;
  border-radius:3px;
  padding:0.3em 1em;
    margin:1em;
    color:#fff;
    transition: 0.3s;
}
.istm .read_more_white:hover{
  border:1px #888 solid;
    margin:1em;
    color:#ddd;
}
.istm_event_image{
  background:url('img/istm_Event_color.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height:30vh;
}

.istm_newlaw_image{
  background:url('img/istm_parliament_color.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height:35vh;
}


.istm_archive {
  border:1px solid #543176;
  border-radius:3px;
  background-color: #fff;
}

.istm .bg-vdbpurple a{
  color:#fff;
}

.istm .bg-vdbpurple h1,.istm .bg-vdbpurple h2,.istm .bg-vdbpurple h3,.istm .bg-vdbpurple p{
  color:#fff;
}
.istm .istm_events ul li{
  color:#fff;
  font-size:0.9em;

}
.istm .istm_events ul{
  margin: 0em 1.3em;
  padding: 0 1em;
  list-style: none;
}
.istm .istm_events ul li:before{
  content: "";
  border-color: transparent #5ab18f;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 1.05em;
  position: relative;
}
.istm .bg-vdbpurple a:hover{
  color:#5ab18f;
}

.istm .bg-white a{
  color:#543176;

}

.istm .bg-white a:hover h3{
  color:#888;
}


.istm .bg-white h1,.istm .bg-white h2,.istm .bg-white h3,.istm .bg-white p{
  color:#543176;
  transition: 0.3s;
}

.istm_archive li, .istm_archive ul{
  list-style: none; /* Remove default bullets */
  padding-top:0.5em;
  padding-bottom:0.5em;
}

.istm_archive ul li::before, .istm_archive ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da    ";
  margin-left:-0.8em;

}
.istm_archive a{
  color:#543176;
  transition: 0.3s;
}
.istm_archive a:hover{
  color:#888;
}

.highlightpost_image, .news_image{
  height:30vh;

}

@media only screen and (max-width: 770px) {
  .highlightpost_image, .news_image{
    height:25vh;
  }

  .istm_newlaw_image{
    height:15vh;
  }

  .istm_event_image{
    height:15vh;
  }
}

.single_post{

  background-color: rgba(200,200,200,0);
  transition: 0.3s;
}
.single_post:hover{
  background-color: rgba(200,200,200,0.5);
}
.single_post img{
  box-shadow: 0px 0px 0px #888;
}
.single_post:hover img{
  box-shadow: 1px 1px 2px #888;
}
.single_post h3{
  font-size:1em;

}

.fill {object-fit: fill;}
.contain {object-fit: contain;}
.cover {object-fit: cover;}
.scale-down {object-fit: scale-down;}
.none {object-fit: none;}

.office_single h2{
  font-size:1.3em;
  font-weight: 300;
  margin-top:1em;
}


.crdhdr{
  background-color: transparent;
  border:none;
  padding:0;
  margin:1em 0em;

}
.crdhdr h5{
  font-size:1.3em;
  font-weight: 300;
}
.crdhdr a{
  color:#543176;
}
.crdhdr h5:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da    ";
color:#543176;
}

.crdtab {
  background-color: transparent;
  border:none;
}
.crdtab .card-body{
  padding:0;
}


.ppbtn{
cursor: pointer;
color:rgba(255,255,255,0.1);
-moz-text-shadow: 0 0 1px rgba(255,255,255,0.1);
-webkit-text-shadow: 0 0 1px rgba(255,255,255,0.1);
text-shadow: 0px 0px 1px rgba(255,255,255,0.1);
transition: 0.3s;
}
.ppbtn:hover{
color:rgba(255,255,255,0.3);
-moz-text-shadow: 0 0 5px rgba(255,255,255,0.1);
-webkit-text-shadow: 0 0 5px rgba(255,255,255,0.1);
text-shadow: 0px 0px 5px rgba(255,255,255,0.1);
}
.section_publications{
  background-color: #fff;
}
.section_publications h2{
  font-weight: 300;
}
.section_publications h3{
  font-size: 1em;
  color:#888;
}
.section_publications p{
  text-align: justify;
}


.istm_single_link :hover{
  background-color: #5ab18f;
}
.owl-carousel .item img{
  box-shadow: 1px 1px 2px #000;
}


.section_publications #myCarousel .indicator_item{

  padding:0.3em;
  cursor: pointer;
  border-left:5px solid rgba(90,177,143,0);
  transition: 0.3s;
  background-color: rgba(90,177,143,0);
  margin-bottom:0.3em;
}
.section_publications #myCarousel .indicator_item:hover{
  border-left:5px solid rgba(90,177,143,1);
  background-color: rgba(90,177,143,0.3);
}
.section_publications #myCarousel .indicator_item:first-child{
  margin-top:0em;
}
.section_publications #myCarousel .bookcover{
  box-shadow: 1px 1px 5px #000;
}
.section_publications #myCarousel .carousel-indicators div.active{
  background-color: #5ab18f;
  color: #fff;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.3);

}
.section_publications #myCarousel .carousel-indicators{
  margin: 0.3em;
  text-transform: uppercase;
}
 #myCarousel .download_overlay{
   display: flex;
   position:absolute;
   top:0px;
   right:0px;
   left:0px;
   bottom:0px;
   opacity: 0;
   transition: 0.5s;

   background-color: rgba(255,255,255,0.5)
}
 #myCarousel .download_overlay:hover{
  opacity: 1;
}



.section_publications #istm_Carousel .carousel-indicators .indicator_item{
border-bottom:2px solid #ddd;
cursor: pointer;
margin-left:0.5em;
margin-right:0.5em;
transition: 0.3s;
}
.section_publications #istm_Carousel .carousel-indicators .indicator_item:first-child{
  margin-left:0;
}

.section_publications #istm_Carousel .carousel-indicators .indicator_item:hover{
  border-bottom:2px solid #aaa;
}
.section_publications #istm_Carousel .carousel-indicators div.active{
border-bottom:2px solid #5ab18f;
}

.section_publications #istm_Carousel .carousel-indicators{
  margin: 0.3em;
  margin-left:0;
  text-transform: uppercase;
  color:#888;

  transition: 0.3s;
}




#particles-js canvas{
    position: absolute;
    width: 100%;
    height:100%;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
    z-index: 0;
}


.grid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
  grid-auto-rows: 20px;

}
.item {
  background-color: #fff;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
  transition:0.5s;
  margin-top:0px;
  margin-bottom:0px;
  border:1px  #5ab18f solid;
  border-bottom:7px  #5ab18f solid;

}
.item:hover {

  box-shadow: 1px 1px 10px rgba(0,0,0,0.7);
}

.photothumb{
padding: 0.5em;
}

.title {
  padding: 10px;
  background-color: #5ab18f;
  /* background-image: linear-gradient(45deg, #5ab18f 25%, #58ad8c 25%, #58ad8c 50%, #5ab18f 50%, #5ab18f 75%, #58ad8c 75%, #58ad8c 100%); */
  /* background-size: 10px 10px; */
  border:5px #5ab18f solid;
 }




 .title2 {
   padding: 10px;
   background-color: #543176
  }
  .title2 h3{
    font-size: 1em;
    color: #ffffff;
    font-weight: normal;
  }

.title h3{
  font-size: 1em;
  color: #ffffff;
  font-weight: normal;
}

.project .title{
  background-color: #607D8B;
}

.blog .title{
  background-color: #ff9800;
}


.desc{
  padding: 10px 10px 5px 10px;
}

.desc img{
  width: 50%;
  margin: 0 10px 10px 0;
  float: left;
}

.desc p{
  margin-bottom: 10px;
  font-size: 0.9em;
}

.recognition .nav-tabs{
  border-bottom: none;

}
.recognition .nav-tabs li :not(.active){
  font-size: 1em;
  transition: 0.3s;
  opacity: 0.5;
}

.recognition .nav-tabs li:hover  :not(.active){

opacity: 0.7;
}
.recognition .nav-tabs li a.active {
  font-size:2em;

}

.recognition .scrtabs-tabs-fixed-container {
  height:auto;
}
.bg-moving-gradient{
  background: linear-gradient(-45deg, #543176, #5ab18f);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}


.event_single div.wpforms-container-full .wpforms-form .wpforms-field-label{
  font-size:1em;
  font-weight: normal;
}
.event_single .wpforms-submit  {
  background-color: #000;
  color:#fff;
}


.archive_page_frame .card {
  background: #fff;
  width: 100%;
  margin: auto;
  position: relative;
  padding-bottom:2em;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: 0.3s;

}
.archive_page_frame .card:hover{
  /* box-shadow: 0 1px 5px rgba(90,177,143,0.12), 0 1px 7px rgba(90,177,143,0.7); */
  box-shadow: 0 1px 5px rgba(0,0,0,0.12), 0 1px 7px rgba(0,0,0,0.5);
}
.archive_page_frame .card .divider{

  height:2px;
  width:0%;
  margin: left;
  background-color: #5ab18f;
  transition: 0.3s;
}
.archive_page_frame .card:hover .divider{

  width:100%;

}

.archive_page_frame .card  h3 {
    padding: 10px;
    margin: 0;
  }

.archive_page_frame .card  button {
    right:0px;
    bottom:0px;
    background: none;
    font-size:0.9em;
    border: none;
    color: #543176;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    position: absolute;
    transition: 0.3s;
    }
.archive_page_frame .card button:hover{
color:#5ab18f;
}

.archive_page_frame .card  p {
    font-size: 14px;
    padding: 10px;
    padding-bottom:0px;
    margin: 0;
  }

.archive_page_frame .card  .img {
    width: 100%;
    height: 10em;

  }
.archive_page_frame .card .imgwrapper{
  position: relative;
}
.archive_page_frame .card  .imgwrapper:after {
      content:"";
      position: absolute;
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      background-color: rgba(0,0,0,0);
      transition: 0.3s;
    }

.archive_page_frame .card:hover  .imgwrapper:after {
          content:"";
          position: absolute;
          top:0px;
          left:0px;
          right:0px;
          bottom:0px;
          background-color: rgba(0,0,0,0.2);
        }
.divsmall {
    height: 30em;
    overflow:hidden;
    transition: 0.3s;
}
.divbig {
    height: 50em;
    overflow-y: scroll;
    overflow-x: hidden;
}



.keywords_pool{
  position:relative;
}
.btntoggle{
position: absolute;
right:0;
bottom:-2.5em;
border: 1px #888 solid;
cursor: pointer;
background-color: #fff;
text-transform: uppercase;
font-size:1em;
box-shadow: 1px 1px 2px #888;
}
.btntoggle:hover{
  color:#5ab18f;
}


.contract::after{
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: " \f077  ";

}


.expand::after{
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: " \f078  ";

}

.download_event_brochure{
  background:#eee;
  box-shadow:0px 0px 2px rgba(0,0,0,0.0);
  font-size:0.9em;
  transition: 0.3s;
}
.download_event_brochure:hover{
  box-shadow:0px 0px 5px rgba(0,0,0,0.2);
}

.side_column .frame-wrapper a{
  text-decoration: none;
  color:#543176;
}

.side_column .frame-wrapper a:hover{
  color:#888;
}
.side_column .frame-wrapper h2{
  color:#888;
  font-weight: 300;
}

.publication_single .frame-wrapper{
  border:1px solid #ddd;
  border-radius:3px;
}
.bg-darker-light{
  background-color: #dedede;
}


.parallaxator {
  overflow: hidden;
  position: relative;
}

.parallaxator > .parallax_child {
  position: absolute;
  top: 0;
}


.download-book{
  width:7em;
  height:10em;
  overflow: hidden;
  box-shadow:1px 1px 3px rgba(0,0,5,0.2);
  border:4px #fff solid;
  transition: 0.3s;
}
.download-book:hover{
  box-shadow:1px 1px 3px rgba(0,0,5,0.7);
  }


.card_grid .award_description{
  bottom:-7em;
  transition: 0.4s;
}
.card_grid:hover .award_description{
  bottom:0px;
}
.card_grid .award_description a{
  text-decoration:none;
  color:#fff;
}
.card_grid .award_description a:hover{
  color:#aaa;
}

.card_grid .award_overlay{
  position: absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  background-color:#000;
  opacity: 0;
  transition: 0.3s;
}
.card_grid:hover .award_overlay{
  opacity: 0.1;
}

.card_grid .award_header{
  position: absolute;
  top: 0px;
  left: 0px;
  right:0px;
  z-index: 2;
}
.card_grid .award_image_holder{
  transform:scale(1);
  transition: 0.3s;
}
.card_grid:hover .award_image_holder{
  transform:scale(1.1);

}
.loadergif{
  position: absolute;
  top:45%;
  left:45%;
  width: 8em;
  height: 8em;
  opacity: 0.7;
  z-index: 3;
  /* border: 1px #000 solid; */
  /* box-shadow: 0px 0px 5px rgba(0,0,0,0.5); */
  /* width:8em;
  height:8em; */
}

.Recognition_archive {
  min-height: 100%;

}
.recognition_year{
  display:inline-block;
  margin:0px 10px;
  font-style: italic;
}
.progress-dropdown {
  background-color: #eee;
  border-top-left-radius: 0px;
  border-top-right-radius:0px;
  font-size:0.85em;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.5)
}
.progress-dropdown .progress-download-link{
background-color: #eee;
transition: 0.3s;
border-bottom:1px solid #d8d8d8;
}
.progress-dropdown .progress-download-link:last-child{
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.progress-dropdown .progress-download-link:hover{
background-color: #ccc;
color:#543176;
}

/* ------------------------------------------------------------------------------------------------ expertise flip */
/* a:hover {
  text-decoration: underline;
} */

/* Hero Unit ----------------------*/

.hero-unit h1,
.hero-unit h2,
.hero-unit h3,
.hero-unit h4,
.hero-unit h5,
.hero-unit h6 {
  margin-top: -0.5rem;
  margin-bottom: 0;
  color: white;
}
.hero-unit h1 {
  font-weight: bold;
}
.hero-unit hgroup {
  margin: 3rem 0;
}
.hero-unit .card-icon { /* front of card */
  /* display: block;
  margin: 0.5rem auto 0;
  font-size: 2rem;
  color: white; */
}
.hero-unit .clients {
  margin: 2rem auto;
}
.hero-unit .clients a {
  color: white;
}
.clients .fa-stack-2x {
  color: gray;
}
.clients:hover .fa-stack-2x {
  color: #333333;
}

/* Card design - front */
.button.large {
  margin: 0;
  /* padding: 3.25rem; */
}
.button.large a {
  color: white;
  font-size: 1.5em;
  font-weight: 100;
}

/* Card design - back */
/* .panel i {
  font-size: 2rem;
  display: block;
  float: left;
  width: 20%;
  opacity: 0.5;
} */
.panel a,
.panel p,
.panel small {
  padding:1em;
}

.sector-title{

  width:100%;
  color:white;
  font-size: 1.3em;
  text-align: center;
}
.panel a {
  margin-bottom: 0.5rem;
}
.panel a:hover {
  text-decoration: underline;
}
.panel small {
  margin-top: -0.5rem;
  font-style: italic;
}

/* Buttons Card Flipper
 * Source: https://cssdeck.com/labs/rxcleo5w
 */
.flip-cards {
  float: center;
  width: 100%;
  /* height: 100%; */
  /* padding-left: 1rem; */
}

.flip-cards .single-flip {
  float: center;
  /* width: 33.3%; */
  height: 140px;
  position: relative;
  padding: 0;
  list-style-type: none;
}

.flip-cards .single-flip:hover {
  cursor: pointer;
}

.flip-cards .single-flip:hover .card-front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform: perspective(1000) rotateY(180deg);
  -moz-transform: perspective(1000) rotateY(180deg);
  -ms-transform: perspective(1000) rotateY(180deg);
  -o-transform: perspective(1000) rotateY(180deg);
  transform: perspective(1000) rotateY(180deg);
}

.flip-cards .single-flip:hover .card-back {
  z-index: 950;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform: perspective(1000) rotateY(0deg);
  -moz-transform: perspective(1000) rotateY(0deg);
  -ms-transform: perspective(1000) rotateY(0deg);
  -o-transform: perspective(1000) rotateY(0deg);
  transform: perspective(1000) rotateY(0deg);
}

.flip-cards .card-front,
.flip-cards .card-back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  transition: transform 0.6s;
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

.flip-cards .card-front {
  -webkit-transform: perspective(1000) rotateY(0);
  -moz-transform: perspective(1000) rotateY(0);
  -ms-transform: perspective(1000) rotateY(0);
  -o-transform: perspective(1000) rotateY(0);
  transform: perspective(1000) rotateY(0);
  z-index: 900;
}

.flip-cards .card-back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  z-index: 800;
}

/* Button Card Colors */
.flip-cards .panel {
  border: none;
}

.flip-cards .panel i,
.flip-cards .panel p,
.flip-cards .panel a,
.flip-cards .panel small {
  color: white;
}

/* First button color */
.flip-cards .single-flip:first-child > .button {  background-color: rgba(40, 57, 77, 0.5);}
.flip-cards .single-flip:first-child > .panel {  background-color: rgba(40, 57, 77, 1);}

/* Second button color */
.flip-cards .single-flip:nth-child(2) > .button {  background-color: rgba(109, 193, 202, 0.5);}
.flip-cards .single-flip:nth-child(2) > .panel {  background-color: rgba(109, 193, 202, 1);}

/* Third button color */
.flip-cards .single-flip:nth-child(3) > .button {  background-color: rgba(211, 81, 45, 0.5);}
.flip-cards .single-flip:nth-child(3) > .panel {  background-color: rgba(211, 81, 45, 1);}

/* Fourth button color */
.flip-cards .single-flip:nth-child(4) > .button {  background-color: rgba(235, 167, 36, 0.5);}
.flip-cards .single-flip:nth-child(4) > .panel {  background-color: rgba(235, 167, 36, 1);}

/* Fifth button color */
.flip-cards .single-flip:nth-child(5) > .button {  background-color: rgba(75, 135, 150, 0.5);}
.flip-cards .single-flip:nth-child(5) > .panel {  background-color: rgba(75, 135, 150, 1);}

.flip-cards .single-flip:nth-child(6) > .button {  background-color: rgba(75, 200, 75, 0.5);}
.flip-cards .single-flip:nth-child(6) > .panel {  background-color: rgba(75, 200, 75, 1);}

.flip-cards .single-flip:nth-child(7) > .button {  background-color: rgba(89, 133, 39, 0.5);}
.flip-cards .single-flip:nth-child(7) > .panel {  background-color: rgba(89, 133, 39, 1);}

.flip-cards .single-flip:nth-child(8) > .button {  background-color: rgba(165, 225, 224, 0.5);}
.flip-cards .single-flip:nth-child(8) > .panel {  background-color: rgba(165, 225, 224, 1);}

.flip-cards .single-flip:nth-child(9) > .button {  background-color: rgba(82, 57, 130, 0.5);}
.flip-cards .single-flip:nth-child(9) > .panel {  background-color: rgba(82, 57, 130, 1);}

.flip-cards .single-flip:nth-child(10) > .button {  background-color: rgba(166, 124, 82, 0.5);}
.flip-cards .single-flip:nth-child(10) > .panel {  background-color: rgba(166, 124, 82, 1);}

.flip-cards .single-flip:nth-child(11) > .button {  background-color: rgba(123, 0, 70, 0.5);}
.flip-cards .single-flip:nth-child(11) > .panel {  background-color: rgba(123, 0, 70, 1);}

.flip-cards .single-flip:nth-child(12) > .button {  background-color: rgba(246, 142, 86, 0.5);}
.flip-cards .single-flip:nth-child(12) > .panel {  background-color: rgba(246, 142, 86, 1);}

/* Sixth (last) button color */
.flip-cards .single-flip:last-child > .button {
  background-color: rgba(100, 66, 87, 0.5);
}
.flip-cards .single-flip:last-child > .panel {
  background-color: rgba(100, 66, 87, 1);
  color: white;
}
.flip-cards .single-flip i{
  font-size:2.5em;
}
.flip-cards .single-flip .sector-name{

}
/*
 * RESPONSIVENESS -------------------------------------------------
 */


/* polyland */
/* Polylang Flags Inline */

.polylang-flags {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.polylang-flags li {
    display: inline;
}
.language-dock{
  position: relative;
}
.language{
  position: absolute;
  top:1px;
  right:20px;
  z-index:101;
}
.language-dock-index {
position: relative
}

#about_main{
  z-index:100!important
}


.awardboy_wrapper:not(:last-child){
  margin-bottom:3em;
}


.recognition_carousel li{
  background-color: transparent;
  font-size:1.3em;
  /* font-weight: bold; */
  color:#fff;
  transition: 0.2s;
}
.recognition_carousel .year_bar{
  height:1px;
  width: 0%;
  background-color: transparent;
  transition: 0.3s;
}

.recognition_carousel .active{
  background-color: transparent;
  transition: 0.3s;
}

.recognition_carousel .active .year_bar{
background-color: #fff;
transition: 0.3s;
  width: 50%;
}

.recognition_carousel li:hover .year_bar{
  background-color:#5ab18f;
  width: 50%;
}
.recognition_carousel li:hover {
  color:#5ab18f;
}
