.faster {
  animation-duration: 0.2s;
  animation-delay: 0.25s;
}
.fast {
  animation-duration: 0.2s;
  animation-delay: 0.5s;
}
.quick {
  animation-duration: 0.2s;
  animation-delay: 0.75s;
}
.normal {
  animation-duration: 0.2s;
  animation-delay: 1s;
}
.slow {
  animation-duration: 0.2s;
  animation-delay: 1.5s;
}
.slowly {
  animation-duration: 0.2s;
  animation-delay: 2s;
}
.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden;
}
body html {
  overflow-x: hidden;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Raleway', sans-serif;
}
body h1 {
  font-size: 48px;
  line-height: normal;
  font-weight: 700;
}
body h2 {
  font-size: 42px;
  line-height: normal;
  font-weight: 700;
}
body h3 {
  font-size: 37px;
  line-height: normal;
  font-weight: 700;
}
body h4 {
  font-size: 31px;
  line-height: normal;
  font-weight: 700;
}
body h5 {
  font-size: 25px;
  line-height: normal;
  font-weight: 700;
}
body h6 {
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
}
body .imgcrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: center;
  min-height: 100%;
}
body .imgfull {
  min-width: 100%;
  height: auto;
}
body .fullimg {
  display: block;
  width: 100%;
  height: auto;
}
body .btn {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  position: relative;
  letter-spacing: 0.05em;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 32px;
}
body .btn > span {
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}
body .btn-inline {
  display: inline-block;
}
body .btn-lg {
  padding: 12px 26px;
  font-size: 16.8px;
}
body .btn-md {
  padding: 8px 20px;
  font-size: 14px;
}
body .btn-sm {
  padding: 6px 16px;
  font-size: 11.9px;
}
body .btn-xs {
  padding: 4px 12px;
  font-size: 10.5px;
}
body .btn-rouge {
  color: #ea5159;
  background: transparent;
  border: solid 1px #ea5159;
}
body .btn-rouge::before {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  content: '';
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 32px;
  background: #ea5159;
  opacity: 0;
  z-index: 1;
}
body .btn-rouge:hover {
  color: #fff;
}
body .btn-rouge:hover::before {
  width: 100%;
  opacity: 1;
}
body .btn-blanc {
  color: #fff;
  background: transparent;
  border: solid 1px #fff;
}
body .btn-blanc::before {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  content: '';
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 32px;
  background: #fff;
  opacity: 0;
  z-index: 1;
}
body .btn-blanc:hover {
  color: #000;
}
body .btn-blanc:hover::before {
  width: 100%;
  opacity: 1;
}
body .btn-noir {
  color: #000;
  background: transparent;
  border: solid 1px #000;
}
body .btn-noir::before {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  content: '';
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 32px;
  background: #000;
  opacity: 0;
  z-index: 1;
}
body .btn-noir:hover {
  color: #fff;
}
body .btn-noir:hover::before {
  width: 100%;
  opacity: 1;
}
body #searchthesite {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  background: #ffffff;
  background: rgba(255,255,255,0.95);
  color: ;
  z-index: 1010;
}
body #searchthesite #sitesearch {
  display: block;
  position: absolute;
  width: 60%;
  margin: 30% 20% auto 20%;
}
body #searchthesite #sitesearch input {
  display: block;
  width: 100%;
  border: none;
  background: rgba(235,235,235,0.15);
  text-align: center;
  padding: 24px;
  outline: none;
  font-size: 32px;
  color: ;
  border-bottom: solid 2px ;
}
body #searchthesite #sitesearch input::-webkit-input-placeholder,
body #searchthesite #sitesearch input:-ms-input-placeholder,
body #searchthesite #sitesearch input::-ms-input-placeholder,
body #searchthesite #sitesearch input::placeholder {
  color: #666;
  opacity: 1;
}
body #searchthesite #sitesearch i {
  font-size: 36px;
  cursor: pointer;
  margin-top: 48px;
  opacity: 0.75;
}
body #gototop {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  position: fixed;
  background: #fff;
  border: solid 1px #ea5159;
  border-radius: 50%;
  color: #fff;
  right: 20px;
  bottom: 20px;
  padding: 4px 10px 8px 10px;
  cursor: pointer;
  outline: none;
  z-index: 1000;
  display: none;
}
body #gototop i {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  opacity: 1;
  color: #ea5159;
}
body #gototop:hover {
  background: #fff;
  color: #000;
  border: solid 1px #000;
}
body #gototop:hover i {
  color: #000;
}
body #navigation {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
body #navigation #pagination {
  margin-bottom: 48px;
}
body #navigation #pagination span.page-numbers {
  padding: 8px 12px;
  color: #fff;
  background: #ea5159;
  border-radius: 16px;
}
body #navigation #pagination a.page-numbers {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  padding: 8px 12px;
  color: #fff;
  background: #000;
  border-radius: 16px;
}
body #navigation #pagination a.page-numbers:hover {
  background: #ea5159;
  text-decoration: none;
}
body .thecontent {
  margin: 48px auto;
}
body .full {
  padding-left: 0;
  padding-right: 0;
}
body a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #ea5159;
  font-weight: 500;
}
body a:hover {
  color: #000;
  text-decoration: none;
}
body #safarinav {
  transition: all 0.5 ease-in-out !important;
  -webkit-transition: all 0.5 ease-in-out !important;
  -moz-transition: all 0.5 ease-in-out !important;
  -o-transition: all 0.5 ease-in-out !important;
  display: none;
  position: fixed;
  width: 100vw;
  background: #fff;
  z-index: 1000;
  text-align: center;
  font-size: 15px;
}
body #safarinav > ul {
  display: block;
  position: relative;
  list-style-type: none;
  padding-left: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}
body #safarinav > ul > li > a {
  transition: all .5s ease-in-out !important;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
  display: block;
  position: relative;
  padding: 10px 0;
}
body #safarinav > ul > li > a > i.icon-arrow-right {
  display: none;
}
body #safarinav > ul > li > a > i.fa-times {
  font-size: 26px;
}
body #safarinav > ul > li > a:hover {
  color: #000;
}
body #safarinav > ul > li > ul.sub-menu {
  transition: all .5s ease-in-out !important;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
  display: none;
  position: relative;
  list-style-type: none;
  padding-left: 0;
}
body #safarinav > ul > li > ul.sub-menu > li > a {
  transition: all .5s ease-in-out !important;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
  display: block;
  position: relative;
  padding: 10px 0;
}
body #safarinav > ul > li > ul.sub-menu > li > a > i {
  display: none;
}
body #safarinav > ul > li > ul.sub-menu > li > a:hover {
  bcolor: #000;
}
body #safarinav > ul > li > ul.sub-menu.visible {
  display: block;
}
body > header {
  display: block;
  position: relative;
  width: 100%;
  background: #ea5159;
  padding: 15px 0;
  z-index: 10;
}
body > header #logo-link {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  position: relative;
  width: 100%;
  max-width: 114px;
  margin: 0 auto;
}
body > header #logo-link > .main-logo {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
}
body > header #logo-link:hover > .main-logo {
  opacity: 0.75;
}
body > header #main-menu {
  margin: 0;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 100;
}
body > header #main-menu > .navbar > #bs4navbar > ul {
  position: absolute;
  right: 0;
  -webkit-transform: translateY(55%);
  -o-transform: translateY(55%);
  transform: translateY(55%);
}
body > header #main-menu > .navbar > #bs4navbar > ul > li > a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #fff;
  font-weight: 500;
}
body > header #main-menu > .navbar > #bs4navbar > ul > li > a > i {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  opacity: 0;
  color: #000;
  font-size: 12px;
}
body > header #main-menu > .navbar > #bs4navbar > ul > li > a::before {
  content: '';
  display: none;
}
body > header #main-menu > .navbar > #bs4navbar > ul > li > a::after {
  content: '';
  display: none;
}
body > header #main-menu > .navbar > #bs4navbar > ul > li > a:hover,
body > header #main-menu > .navbar > #bs4navbar > ul > li > a.active {
  color: #000;
}
body > header #main-menu > .navbar > #bs4navbar > ul > li > a:hover > i,
body > header #main-menu > .navbar > #bs4navbar > ul > li > a.active > i {
  opacity: 1;
}
body > header #main-menu > .navbar > #bs4navbar > ul > li > .dropdown-menu {
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
  padding: 0;
  border-radius: 0;
  width: auto;
  padding: 20px;
  border: none;
  font-size: 14px;
  margin-top: 27px;
  z-index: 101;
}
body > header #main-menu > .navbar > #bs4navbar > ul > li > .dropdown-menu > a.dropdown-item {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  position: relative;
  width: 100%;
  color: #000;
  background: transparent;
  font-weight: 600;
  font-size: 14px;
}
body > header #main-menu > .navbar > #bs4navbar > ul > li > .dropdown-menu > a.dropdown-item:hover {
  color: #ea5159;
  background: transparent;
}
body > header #main-menu > .navbar > #bs4navbar > ul > li > .dropdown-menu > .arrow {
  display: block;
  position: absolute;
  width: 30px;
  height: 20px;
  background: transparent;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
body > header #main-menu > .navbar > #bs4navbar > ul > li > .dropdown-menu > .arrow::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
body > header #main-menu > .navbar > #bs4navbar > ul > li > .dropdown-menu.megamenu {
  flex-flow: row wrap;
  width: 720px;
}
body > header #main-menu > .navbar > #bs4navbar > ul > li > .dropdown-menu.megamenu > .haschildren {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 170px;
}
body > header #main-menu > .navbar > #bs4navbar > ul > li > .dropdown-menu.megamenu > .haschildren > a.dropdown-item {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  position: relative;
  width: 100%;
  color: #ea5159;
  background: transparent;
  font-weight: 600;
  font-size: 14px;
}
body > header #main-menu > .navbar > #bs4navbar > ul > li > .dropdown-menu.megamenu > .haschildren > a.dropdown-item:hover,
body > header #main-menu > .navbar > #bs4navbar > ul > li > .dropdown-menu.megamenu > .haschildren > a.dropdown-item.active {
  color: #fff;
  background: #ea5159;
}
body > header #main-menu > .navbar > #bs4navbar > ul > li > .dropdown-menu.megamenu > .haschildren > .dropdown-menu {
  display: block;
  position: relative;
  width: 100%;
  border: none;
}
body > header #main-menu > .navbar > #bs4navbar > ul > li > .dropdown-menu.megamenu > .haschildren > .dropdown-menu > a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  font-weight: 600;
  color: #000;
  background: transparent;
  font-size: 14px;
}
body > header #main-menu > .navbar > #bs4navbar > ul > li > .dropdown-menu.megamenu > .haschildren > .dropdown-menu > a:hover,
body > header #main-menu > .navbar > #bs4navbar > ul > li > .dropdown-menu.megamenu > .haschildren > .dropdown-menu > a.active {
  color: #ea5159;
  background: transparent;
}
body > header #main-menu > .navbar > #bs4navbar > ul > #close-menu {
  display: none;
}
body > header .linkedin {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  position: absolute;
  -webkit-transform: translateY(42%);
  -o-transform: translateY(42%);
  transform: translateY(42%);
  color: #fff;
  font-size: 150%;
}
body > header .linkedin:hover {
  color: #000;
  text-decoration: none;
}
body > header #search {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  position: relative;
  float: right;
  margin-top: 16px;
  background: #ef6067;
  color: #fff;
  padding: 6px;
  border-radius: 50%;
  cursor: pointer;
}
body > header #search:hover {
  background: #fff;
  color: #000;
}
body > main #site-breadcrumb {
  display: block;
  position: relative;
  width: 100%;
  padding: 16px 0;
}
body > main #site-breadcrumb .breadcrumbs {
  display: block;
  position: relative;
  text-align: center;
  font-size: 13px;
  color: #000;
  z-index: 1;
}
body > main #site-breadcrumb .breadcrumbs a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #ea5159;
}
body > main #site-breadcrumb .breadcrumbs a:hover {
  color: #888c8e;
  text-decoration: none;
}
body > main #site-breadcrumb .breadcrumbs .fa-chevron-right {
  margin: 0 6px;
  color: #888c8e;
}
body > main .hero-section {
  padding-left: 0;
  padding-right: 0;
}
body > main .hero-section .hero,
body > main .hero-section .hero.heroslider {
  display: block;
  position: relative;
  width: 100%;
  height: 75vh;
  min-height: 600px;
}
body > main .hero-section .hero .data,
body > main .hero-section .hero.heroslider .data {
  display: block;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
body > main .hero-section .hero .data h1,
body > main .hero-section .hero .data h2,
body > main .hero-section .hero.heroslider .data h1,
body > main .hero-section .hero.heroslider .data h2 {
  font-weight: 700;
  color: #ea5159;
  text-align: right;
}
body > main .hero-section .hero .data .subtitle,
body > main .hero-section .hero.heroslider .data .subtitle {
  font-weight: 500;
  text-align: right;
}
body > main .hero-section .hero .data .subtitle.blanc,
body > main .hero-section .hero.heroslider .data .subtitle.blanc {
  color: #fff;
}
body > main .hero-section .hero .data .subtitle.noir,
body > main .hero-section .hero.heroslider .data .subtitle.noir {
  color: #000;
}
body > main .hero-section .hero .data .subtitle.rouge,
body > main .hero-section .hero.heroslider .data .subtitle.rouge {
  color: #ea5159;
}
body > main .hero-section .hero .data .tbtn,
body > main .hero-section .hero.heroslider .data .tbtn {
  text-align: right;
  margin-top: 32px;
}
body > main .hero-section .heroslider > .owl-stage-outer {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
body > main .hero-section .heroslider > .owl-stage-outer > .owl-stage {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
body > main .hero-section .heroslider > .owl-stage-outer > .owl-stage > .owl-item {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
body > main .hero-section .heroslider > .owl-stage-outer > .owl-stage > .owl-item > .slide {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
body > main .h2-text-img-section {
  margin: 32px auto;
  display: block;
  position: relative;
  width: 100%;
}
body > main .h2-text-img-section .colleft .tbtn {
  text-align: right;
  margin-top: 32px;
}
body > main .h2-text-img-section .colright .tbtn {
  text-align: left;
  margin-top: 32px;
}
body > main .h2-text-img-section .imgbl {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
}
body > main .h2-text-img-section.full {
  margin: 0 auto;
}
body > main .h2-text-img-section.full .colleft {
  overflow: hidden;
}
body > main .h2-text-img-section.full .colleft .data {
  display: block;
  position: relative;
  width: 100%;
  padding: 32px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
body > main .h2-text-img-section.full .colleft .data .tbtn {
  text-align: right;
}
body > main .h2-text-img-section.full .colleft .data h2,
body > main .h2-text-img-section.full .colleft .data h3,
body > main .h2-text-img-section.full .colleft .data h4,
body > main .h2-text-img-section.full .colleft .data h5,
body > main .h2-text-img-section.full .colleft .data h6,
body > main .h2-text-img-section.full .colleft .data .desc {
  text-align: left;
}
body > main .h2-text-img-section.full .colleft .mask {
  display: block;
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  right: 14px;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
body > main .h2-text-img-section.full .colright {
  overflow: hidden;
}
body > main .h2-text-img-section.full .colright .data {
  display: block;
  position: relative;
  width: 100%;
  padding: 32px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
body > main .h2-text-img-section.full .colright .data .tbtn {
  text-align: left;
}
body > main .h2-text-img-section.full .colright .data h2,
body > main .h2-text-img-section.full .colright .data h3,
body > main .h2-text-img-section.full .colright .data h4,
body > main .h2-text-img-section.full .colright .data h5,
body > main .h2-text-img-section.full .colright .data h6,
body > main .h2-text-img-section.full .colright .data .desc {
  text-align: left;
}
body > main .h2-text-img-section.full .colright .mask {
  display: block;
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  left: 14px;
}
body > main .h2-text-img-section.masked .colleft .data .tbtn {
  text-align: left;
}
body > main .h2-text-img-section.masked .colright .data .tbtn {
  text-align: right;
}
body > main .section-blanc {
  background: #fff;
  color: #000;
}
body > main .section-blanc h2,
body > main .section-blanc h3,
body > main .section-blanc h4,
body > main .section-blanc h5,
body > main .section-blanc h6 {
  color: #ea5159;
}
body > main .section-rouge {
  background: #ea5159;
  color: #000;
}
body > main .section-rouge h2,
body > main .section-rouge h3,
body > main .section-rouge h4,
body > main .section-rouge h5,
body > main .section-rouge h6 {
  color: #fff;
}
body > main .section-noir {
  background: #000;
  color: #fff;
}
body > main .section-noir h2,
body > main .section-noir h3,
body > main .section-noir h4,
body > main .section-noir h5,
body > main .section-noir h6 {
  color: #ea5159;
}
body > main .section-blanc.t-noir h2,
body > main .section-blanc.t-noir h3,
body > main .section-blanc.t-noir h4,
body > main .section-blanc.t-noir h5,
body > main .section-blanc.t-noir h6,
body > main .section-rouge.t-noir h2,
body > main .section-rouge.t-noir h3,
body > main .section-rouge.t-noir h4,
body > main .section-rouge.t-noir h5,
body > main .section-rouge.t-noir h6,
body > main .section-noir.t-noir h2,
body > main .section-noir.t-noir h3,
body > main .section-noir.t-noir h4,
body > main .section-noir.t-noir h5,
body > main .section-noir.t-noir h6 {
  color: #000;
}
body > main .section-blanc.t-rouge h2,
body > main .section-blanc.t-rouge h3,
body > main .section-blanc.t-rouge h4,
body > main .section-blanc.t-rouge h5,
body > main .section-blanc.t-rouge h6,
body > main .section-rouge.t-rouge h2,
body > main .section-rouge.t-rouge h3,
body > main .section-rouge.t-rouge h4,
body > main .section-rouge.t-rouge h5,
body > main .section-rouge.t-rouge h6,
body > main .section-noir.t-rouge h2,
body > main .section-noir.t-rouge h3,
body > main .section-noir.t-rouge h4,
body > main .section-noir.t-rouge h5,
body > main .section-noir.t-rouge h6 {
  color: #ea5159;
}
body > main .section-blanc.t-blanc h2,
body > main .section-blanc.t-blanc h3,
body > main .section-blanc.t-blanc h4,
body > main .section-blanc.t-blanc h5,
body > main .section-blanc.t-blanc h6,
body > main .section-rouge.t-blanc h2,
body > main .section-rouge.t-blanc h3,
body > main .section-rouge.t-blanc h4,
body > main .section-rouge.t-blanc h5,
body > main .section-rouge.t-blanc h6,
body > main .section-noir.t-blanc h2,
body > main .section-noir.t-blanc h3,
body > main .section-noir.t-blanc h4,
body > main .section-noir.t-blanc h5,
body > main .section-noir.t-blanc h6 {
  color: #fff;
}
body > main .partners-section,
body > main .simple-icons-section,
body > main .grid-icons-section {
  display: block;
  position: relative;
  width: 100%;
  margin: 32px auto;
}
body > main .partners-section .simple-icon,
body > main .simple-icons-section .simple-icon,
body > main .grid-icons-section .simple-icon {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
}
body > main .partners-section .grid-icon,
body > main .simple-icons-section .grid-icon,
body > main .grid-icons-section .grid-icon {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 12px;
}
body > main .partners-section .icon,
body > main .simple-icons-section .icon,
body > main .grid-icons-section .icon {
  display: block;
  position: relative;
  width: 100%;
  height: 100px;
  margin: 16px auto;
}
body > main .partners-section .icon img,
body > main .simple-icons-section .icon img,
body > main .grid-icons-section .icon img {
  display: block;
  position: relative;
  height: 100%;
  width: auto;
  margin: 0 auto;
}
body > main .partners-section .title,
body > main .simple-icons-section .title,
body > main .grid-icons-section .title {
  text-align: center;
  color: #000;
  margin-top: 32px;
  text-transform: uppercase;
}
body > main .partners-section .desc,
body > main .simple-icons-section .desc,
body > main .grid-icons-section .desc {
  text-align: center;
  color: #000;
  height: 60px;
}
body > main .partners-section .data,
body > main .simple-icons-section .data,
body > main .grid-icons-section .data {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 12px;
}
body > main .partners-section .data.blanc,
body > main .simple-icons-section .data.blanc,
body > main .grid-icons-section .data.blanc {
  background: #fff;
}
body > main .partners-section .data.gris,
body > main .simple-icons-section .data.gris,
body > main .grid-icons-section .data.gris {
  background: #f4f4f4;
}
body > main .partners-section .partnersslider,
body > main .partners-section .gridiconsslider,
body > main .partners-section .iconsslider,
body > main .simple-icons-section .partnersslider,
body > main .simple-icons-section .gridiconsslider,
body > main .simple-icons-section .iconsslider,
body > main .grid-icons-section .partnersslider,
body > main .grid-icons-section .gridiconsslider,
body > main .grid-icons-section .iconsslider {
  overflow: hidden;
}
body > main .partners-section .partnersslider .owl-stage-outer .owl-stage .owl-item,
body > main .partners-section .gridiconsslider .owl-stage-outer .owl-stage .owl-item,
body > main .partners-section .iconsslider .owl-stage-outer .owl-stage .owl-item,
body > main .simple-icons-section .partnersslider .owl-stage-outer .owl-stage .owl-item,
body > main .simple-icons-section .gridiconsslider .owl-stage-outer .owl-stage .owl-item,
body > main .simple-icons-section .iconsslider .owl-stage-outer .owl-stage .owl-item,
body > main .grid-icons-section .partnersslider .owl-stage-outer .owl-stage .owl-item,
body > main .grid-icons-section .gridiconsslider .owl-stage-outer .owl-stage .owl-item,
body > main .grid-icons-section .iconsslider .owl-stage-outer .owl-stage .owl-item {
  width: 100%;
  display: inline-block;
}
body > main .partners-section .partnersslider .owl-stage-outer .owl-stage .owl-item .data,
body > main .partners-section .gridiconsslider .owl-stage-outer .owl-stage .owl-item .data,
body > main .partners-section .iconsslider .owl-stage-outer .owl-stage .owl-item .data,
body > main .simple-icons-section .partnersslider .owl-stage-outer .owl-stage .owl-item .data,
body > main .simple-icons-section .gridiconsslider .owl-stage-outer .owl-stage .owl-item .data,
body > main .simple-icons-section .iconsslider .owl-stage-outer .owl-stage .owl-item .data,
body > main .grid-icons-section .partnersslider .owl-stage-outer .owl-stage .owl-item .data,
body > main .grid-icons-section .gridiconsslider .owl-stage-outer .owl-stage .owl-item .data,
body > main .grid-icons-section .iconsslider .owl-stage-outer .owl-stage .owl-item .data {
  margin: -10px;
}
body > main .partners-section .partnersslider .owl-nav,
body > main .partners-section .gridiconsslider .owl-nav,
body > main .partners-section .iconsslider .owl-nav,
body > main .simple-icons-section .partnersslider .owl-nav,
body > main .simple-icons-section .gridiconsslider .owl-nav,
body > main .simple-icons-section .iconsslider .owl-nav,
body > main .grid-icons-section .partnersslider .owl-nav,
body > main .grid-icons-section .gridiconsslider .owl-nav,
body > main .grid-icons-section .iconsslider .owl-nav {
  display: none;
}
body > main .partners-section .gridiconsslider .owl-stage-outer,
body > main .simple-icons-section .gridiconsslider .owl-stage-outer,
body > main .grid-icons-section .gridiconsslider .owl-stage-outer {
  max-height: 285px;
}
body > main .partners-section .title {
  text-align: center;
  margin-bottom: 32px;
}
body > main .partners-section .title h2 {
  text-transform: none;
}
body > main .partners-section .title::after {
  content: '';
  display: block;
  position: relative;
  width: 30px;
  height: 4px;
  background: #ea5159;
  margin: 12px auto 0 auto;
}
body > main .partners-section .simple-icon::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #ea5159;
}
body > main .partners-section .simple-icon::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background: #ea5159;
}
body > main .grid-icons-section {
  padding: 48px 0;
}
body > main .grid-icons-section.blanc {
  background: #fff;
}
body > main .grid-icons-section.gris {
  background: #f4f4f4;
}
body > main .grid-icons-section.rouge {
  background: #ea5159;
}
body > main .grid-icons-section.noir {
  background: #000;
}
body > main .banner-section {
  margin: 48px auto;
}
body > main .banner-section .banner {
  display: block;
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
}
body > main .banner-section .banner .data {
  display: block;
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  text-align: center;
}
body > main .banner-section .banner .data .tbtn {
  margin-top: 32px;
}
body > main .items-section {
  margin: 48px auto;
}
body > main .items-section .item {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  position: relative;
  height: 360px;
  margin: 15px auto;
  text-align: center;
  overflow: hidden;
}
body > main .items-section .item img {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body > main .items-section .item .supdata {
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  padding: 12px;
}
body > main .items-section .item .supdata h2 {
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: 12px;
  color: #fff;
  font-size: 120%;
  text-transform: uppercase;
}
body > main .items-section .item .supdata::after {
  content: '';
  display: block;
  position: absolute;
  width: 20%;
  height: 4px;
  background: #ea5159;
  left: 40%;
  bottom: 2px;
}
body > main .items-section .item .subdata {
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  padding: 12px;
}
body > main .items-section .item .subdata p {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 12px;
  color: #fff;
  font-weight: 700;
}
body > main .items-section .item:hover img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  transform: translateZ(0) perspective(1px) scale3d(1.2,1.2,1);
  -webkit-transform: translateZ(0) perspective(1px) scale3d(1.2,1.2,1);
  -moz-transform: translateZ(0) perspective(1px) scale3d(1.2,1.2,1);
  -o-transform: translateZ(0) perspective(1px) scale3d(1.2,1.2,1);
  -webkit-filter: none;
  filter: none;
}
body > main .items-section .itemsslider {
  overflow: hidden;
}
body > main .items-section .itemsslider .owl-stage-outer .owl-stage .owl-item {
  width: 100%;
  display: inline-block;
  padding: 0 15px;
}
body > main .items-section .itemsslider .owl-nav {
  display: none;
}
body > main .title-section {
  display: block;
  position: relative;
  width: 100%;
  padding: 32px 0;
  text-align: center;
  overflow: hidden;
}
body > main .title-section .title,
body > main .title-section .subtitle {
  text-transform: uppercase;
}
body > main .title-section .subtitle {
  font-size: 160%;
}
body > main .title-section .icon {
  margin: 0;
}
body > main .title-section .icon.blanc {
  color: #fff;
}
body > main .title-section .icon.rouge {
  color: #ea5159;
}
body > main .title-section .data.blanc {
  color: #fff;
}
body > main .title-section .data.noir {
  color: #000;
}
body > main .title-section.blanc {
  background: #fff;
}
body > main .title-section.gris {
  background: #f4f4f4;
}
body > main .title-section.rouge {
  background: #ea5159;
}
body > main .title-section.noir {
  background: #000;
}
body > main .title-section.bg {
  padding: 90px 0;
}
body > main .text-section {
  display: block;
  position: relative;
  width: 100%;
  padding: 48px 0;
}
body > main .text-section .title {
  margin-bottom: 24px;
}
body > main .text-section .title h2.blanc {
  color: #fff;
}
body > main .text-section .title h2.rouge {
  color: #ea5159;
}
body > main .text-section .data.t-blanc h2,
body > main .text-section .data.t-blanc h3,
body > main .text-section .data.t-blanc h4,
body > main .text-section .data.t-blanc h5,
body > main .text-section .data.t-blanc h6 {
  color: #fff;
}
body > main .text-section .data.t-rouge h2,
body > main .text-section .data.t-rouge h3,
body > main .text-section .data.t-rouge h4,
body > main .text-section .data.t-rouge h5,
body > main .text-section .data.t-rouge h6 {
  color: #ea5159;
}
body > main .text-section .data.blanc {
  color: #fff;
}
body > main .text-section .data.noir {
  color: #000;
}
body > main .text-section .tbtn {
  margin-top: 32px;
}
body > main .text-section.blanc {
  background: #fff;
}
body > main .text-section.gris {
  background: #f4f4f4;
}
body > main .text-section.rouge {
  background: #ea5159;
}
body > main .text-section.noir {
  background: #000;
}
body > main .masonry-section {
  display: block;
  width: 100%;
  margin: 32px auto;
}
body > main .masonry-section .container {
  padding-left: 0;
  padding-right: 0;
}
body > main .masonry-section .grid-sizer,
body > main .masonry-section .grid-item {
  display: block;
  position: relative;
  width: 33.33%;
}
body > main .masonry-section .grid-item {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  cursor: pointer;
  padding: 15px;
}
body > main .masonry-section .grid-item .item {
  display: block;
  position: relative;
  width: 100%;
}
body > main .masonry-section .grid-item .item img {
  width: 100%;
  height: auto;
}
body > main .masonry-section .grid-item .item .data {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 12px;
  background: #ea5159;
  background: rgba(234,81,89,0.85);
  color: #fff;
  text-align: center;
  opacity: 0;
}
body > main .masonry-section .grid-item .item .data .desc {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
body > main .masonry-section .grid-item:hover .data {
  opacity: 1;
}
body > main .map-section {
  padding-left: 0;
  padding-right: 0;
}
body > main .form-section {
  display: block;
  position: relative;
  width: 100%;
  margin: 48px auto;
}
body > main .form-section .theform .nf-before-form-content {
  display: none;
}
body > main .form-section .theform .nf-form-content {
  display: block;
  position: relative;
  padding: 0;
}
body > main .form-section .theform .nf-form-content .submit-wrap button {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  position: relative;
  letter-spacing: 0.05em;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 32px;
  padding: 12px 26px;
  font-size: 16.8px;
  color: #ea5159;
  background: transparent;
  border: solid 1px #ea5159;
  cursor: pointer;
  outline: none;
  margin: 0 auto;
}
body > main .form-section .theform .nf-form-content .submit-wrap button > span {
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}
body > main .form-section .theform .nf-form-content .submit-wrap button::before {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  content: '';
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 32px;
  background: #ea5159;
  opacity: 1;
  z-index: 1;
}
body > main .form-section .theform .nf-form-content .submit-wrap .button:hover {
  color: #fff;
  background: transparent;
}
body > main .form-section .theform .nf-form-content .submit-wrap .button:hover::before {
  width: 100%;
  opacity: 1;
}
body > main .form-section .theform .nf-form-content .nf-after-field {
  display: block;
  position: absolute;
  margin-top: -6px;
  font-size: 13px;
}
body > main .form-section .theform .nf-form-content .nf-after-form-content {
  display: block;
  position: absolute;
  margin-top: -20px;
}
body > main .form-section .theform .nf-form-content input,
body > main .form-section .theform .nf-form-content textarea {
  background: #fff;
  border: solid 1px #ea5159;
  color: #000;
}
body > main .form-section .theform .nf-form-content .checkbox-container {
  margin-top: -16px;
  margin-bottom: 40px;
}
body > main .form-section .theform .nf-form-content .checkbox-container .ninja-forms-req-symbol {
  display: none;
}
body > main .form-section .theform .nf-after-form-content {
  margin-top: 32px;
  text-align: center;
}
body > main .form-section .theform .checkbox-container.label-right .field-wrap>div {
  width: auto;
}
body > main .form-section .theform .label-right .nf-field-description {
  margin-right: 0;
  margin-top: 16px;
}
body > main .posts-section {
  display: block;
  position: relative;
  width: 100%;
  margin: 48px auto;
}
body > main .posts-section article {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  background: #ea5159;
  padding: 24px;
}
body > main .posts-section article .data {
  display: block;
  position: relative;
  width: 100%;
  height: 312px;
}
body > main .posts-section article .data h2 {
  font-size: 150%;
  text-transform: uppercase;
}
body > main .posts-section article .data h2::after {
  content: '';
  display: block;
  position: relative;
  width: 30px;
  height: 1px;
  margin-top: 12px;
  background: #fff;
}
body > main .posts-section article .data h3 {
  font-size: 110%;
  font-weight: 500;
  text-transform: uppercase;
}
body > main .posts-section article .data h3 i {
  font-size: 80%;
}
body > main .posts-section article .data h3::after {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  margin-top: 12px;
  background: #fff;
}
body > main .posts-section article .data .tbtn {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
body > footer {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
}
body > footer > #supfooter {
  display: block;
  position: relative;
  width: 100%;
  background: #ea5159;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-weight: 500;
}
body > footer > #supfooter #logo-link-footer {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  position: relative;
  width: 100%;
  max-width: 114px;
  margin: 0 auto 10px auto;
}
body > footer > #supfooter #logo-link-footer > .footer-logo {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
}
body > footer > #supfooter #logo-link-footer:hover > .footer-logo {
  opacity: 0.75;
}
body > footer > #supfooter a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #fff;
}
body > footer > #supfooter a:hover {
  color: #000;
  text-decoration: none;
}
body > footer > #supfooter .social-network {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
body > footer > #supfooter .social-network .linkedin {
  font-size: 150%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
body > footer > #supfooter .data-owner {
  font-size: 12px;
}
body > footer > #subfooter {
  display: block;
  position: relative;
  width: 100%;
  background: #000;
  color: #ea5159;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}
body > footer > #subfooter a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #ea5159;
}
body > footer > #subfooter a:hover {
  color: #fff;
  text-decoration: none;
}
body > footer > #subfooter .copyright {
  text-align: right;
  margin-top: 12px;
  margin-bottom: 0;
}
body > footer > #subfooter #sub-menu {
  padding: 5px 0;
}
body > footer > #subfooter #sub-menu > ul.navbar-nav {
  flex-direction: row;
}
body > footer > #subfooter #sub-menu > ul.navbar-nav > li {
  margin-right: 20px;
}
@media (min-width: 1361px) and (max-width: 1500px) {
  body h1 {
    font-size: 45.6px;
    line-height: normal;
  }
  body h2 {
    font-size: 39.9px;
    line-height: normal;
  }
  body h3 {
    font-size: 35.15px;
    line-height: normal;
  }
  body h4 {
    font-size: 29.45px;
    line-height: normal;
  }
  body h5 {
    font-size: 23.75px;
    line-height: normal;
  }
  body h6 {
    font-size: 19px;
    line-height: normal;
  }
  body > footer > #supfooter .social-network .linkedin {
    right: 33%;
  }
  body > footer > #subfooter .copyright {
    margin-right: 33%;
  }
}
@media (max-width: 1460px) {
  body h1 {
    font-size: 45.6px;
    line-height: normal;
  }
  body h2 {
    font-size: 39.9px;
    line-height: normal;
  }
  body h3 {
    font-size: 35.15px;
    line-height: normal;
  }
  body h4 {
    font-size: 29.45px;
    line-height: normal;
  }
  body h5 {
    font-size: 23.75px;
    line-height: normal;
  }
  body h6 {
    font-size: 19px;
    line-height: normal;
  }
  body > main .h2-text-img-section.full .colleft .mask {
    right: 10px;
  }
  body > main .h2-text-img-section.full .colright .mask {
    left: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body h1 {
    font-size: 45.6px;
    line-height: normal;
  }
  body h2 {
    font-size: 39.9px;
    line-height: normal;
  }
  body h3 {
    font-size: 35.15px;
    line-height: normal;
  }
  body h4 {
    font-size: 29.45px;
    line-height: normal;
  }
  body h5 {
    font-size: 23.75px;
    line-height: normal;
  }
  body h6 {
    font-size: 19px;
    line-height: normal;
  }
  body > footer > #supfooter .social-network .linkedin {
    right: 30%;
  }
  body > footer > #subfooter .copyright {
    margin-right: 30%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body h1 {
    font-size: 43.2px;
    line-height: normal;
  }
  body h2 {
    font-size: 37.8px;
    line-height: normal;
  }
  body h3 {
    font-size: 33.3px;
    line-height: normal;
  }
  body h4 {
    font-size: 27.9px;
    line-height: normal;
  }
  body h5 {
    font-size: 22.5px;
    line-height: normal;
  }
  body h6 {
    font-size: 18px;
    line-height: normal;
  }
  body > main .posts-section article .data {
    height: 380px;
  }
  body > footer > #supfooter .social-network .linkedin {
    right: 26%;
  }
  body > footer > #subfooter .copyright {
    margin-right: 26%;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  body h1 {
    font-size: 38.4px;
    line-height: normal;
  }
  body h2 {
    font-size: 33.6px;
    line-height: normal;
  }
  body h3 {
    font-size: 29.6px;
    line-height: normal;
  }
  body h4 {
    font-size: 24.8px;
    line-height: normal;
  }
  body h5 {
    font-size: 20px;
    line-height: normal;
  }
  body h6 {
    font-size: 16px;
    line-height: normal;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 11.9px;
  }
  body h1 {
    font-size: 36px;
    line-height: normal;
  }
  body h2 {
    font-size: 31.5px;
    line-height: normal;
  }
  body h3 {
    font-size: 27.75px;
    line-height: normal;
  }
  body h4 {
    font-size: 23.25px;
    line-height: normal;
  }
  body h5 {
    font-size: 18.75px;
    line-height: normal;
  }
  body h6 {
    font-size: 15px;
    line-height: normal;
  }
  body .btn-lg {
    padding: 12px 22px;
    font-size: 14px;
  }
  body .btn-md {
    padding: 8px 18px;
    font-size: 11.2px;
  }
  body .btn-sm {
    padding: 4px 12px;
    font-size: 9.8px;
  }
  body .btn-xs {
    padding: 3px 8px;
    font-size: 8.4px;
  }
  body #searchthesite #sitesearch {
    width: 90%;
    margin: 35% 5% auto 5%;
  }
  body #searchthesite #sitesearch input {
    padding: 12px;
    font-size: 20px;
  }
  body > header #main-menu {
    width: 0;
    height: 0;
  }
  body > header #main-menu > .navbar {
    width: 0;
  }
  body > header #main-menu > .navbar > #site-mobile-menu {
    transition: all 0.5s ease-in-out !important;
    -webkit-transition: all 0.5s ease-in-out !important;
    -moz-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
    position: absolute;
    top: -45px;
    color: #fff;
    border: none;
    outline: none;
  }
  body > header #main-menu > .navbar > #site-mobile-menu:hover {
    color: #000;
  }
  body > header #main-menu > .navbar > #bs4navbar {
    position: fixed;
    width: 100%;
    max-height: 100%;
    left: 0;
    top: 0;
    overflow-y: scroll;
    background: #fff;
  }
  body > header #main-menu > .navbar > #bs4navbar > ul {
    position: relative;
    text-align: center;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    padding: 38px 10px;
  }
  body > header #main-menu > .navbar > #bs4navbar > ul > li > a {
    color: #ea5159;
    font-size: 15px;
    font-weight: 600;
  }
  body > header #main-menu > .navbar > #bs4navbar > ul > li > a > i.icon-arrow-right {
    display: none;
  }
  body > header #main-menu > .navbar > #bs4navbar > ul > li > a:hover,
  body > header #main-menu > .navbar > #bs4navbar > ul > li > a.active {
    color: #000;
  }
  body > header #main-menu > .navbar > #bs4navbar > ul > li > .dropdown-menu,
  body > header #main-menu > .navbar > #bs4navbar > ul > li > .dropdown-menu.megamenu {
    position: relative;
    width: 100%;
    margin: 0;
    flex-flow: unset;
    padding: 4px 10px;
  }
  body > header #main-menu > .navbar > #bs4navbar > ul > li > .dropdown-menu > .haschildren,
  body > header #main-menu > .navbar > #bs4navbar > ul > li > .dropdown-menu.megamenu > .haschildren {
    display: block;
    vertical-align: top;
    position: relative;
    width: 100%;
    text-align: center;
  }
  body > header #main-menu > .navbar > #bs4navbar > ul > li > .dropdown-menu > .haschildren > .dropdown-menu,
  body > header #main-menu > .navbar > #bs4navbar > ul > li > .dropdown-menu.megamenu > .haschildren > .dropdown-menu {
    text-align: center;
  }
  body > header #main-menu > .navbar > #bs4navbar > ul > li > .dropdown-menu > a,
  body > header #main-menu > .navbar > #bs4navbar > ul > li > .dropdown-menu.megamenu > a {
    text-align: center;
  }
  body > header #main-menu > .navbar > #bs4navbar > ul > li > .dropdown-menu > .arrow,
  body > header #main-menu > .navbar > #bs4navbar > ul > li > .dropdown-menu.megamenu > .arrow {
    display: none;
  }
  body > header #main-menu > .navbar > #bs4navbar > ul > #close-menu {
    display: block;
    position: relative;
    width: 100%;
    color: #ea5159;
    margin-top: 12px;
  }
  body > header #main-menu > .navbar > #bs4navbar > ul > #close-menu > a {
    display: block;
    position: relative;
    width: 100%;
    color: #ea5159;
  }
  body > header #main-menu > .navbar > #bs4navbar > ul > #close-menu > a > i {
    color: #ea5159;
    font-size: 26px;
    opacity: 1;
  }
  body > header #main-menu > .navbar > #bs4navbar > ul > #close-menu > a:hover {
    text-decoration: none;
  }
  body > header #main-menu > .navbar > #bs4navbar > ul > #close-menu > a:hover > i {
    color: #000;
  }
  body > header .linkedin {
    top: -55px;
    right: 32px;
  }
  body > header #search {
    margin-top: -70px;
    margin-right: 14px;
  }
  body > main .hero-section .hero,
  body > main .hero-section .hero.heroslider {
    min-height: 420px;
    max-height: 45vh;
  }
  body > main .h2-text-img-section .imgbl {
    height: 40vh;
    min-height: 320px;
  }
  body > main .h2-text-img-section.full .colleft .data h2,
  body > main .h2-text-img-section.full .colleft .data h3,
  body > main .h2-text-img-section.full .colleft .data h4,
  body > main .h2-text-img-section.full .colleft .data h5,
  body > main .h2-text-img-section.full .colleft .data h6,
  body > main .h2-text-img-section.full .colleft .data .desc,
  body > main .h2-text-img-section.full .colleft .data .tbtn {
    text-align: justify;
    text-align-last: center;
  }
  body > main .h2-text-img-section.full .colleft .mask {
    display: none;
  }
  body > main .h2-text-img-section.full .colright .data h2,
  body > main .h2-text-img-section.full .colright .data h3,
  body > main .h2-text-img-section.full .colright .data h4,
  body > main .h2-text-img-section.full .colright .data h5,
  body > main .h2-text-img-section.full .colright .data h6,
  body > main .h2-text-img-section.full .colright .data .desc,
  body > main .h2-text-img-section.full .colright .data .tbtn {
    text-align: justify;
    text-align-last: center;
  }
  body > main .h2-text-img-section.full .colright .mask {
    display: none;
  }
  body > main .title-section.bg {
    padding: 60px 0;
  }
  body > main .masonry-section .grid-sizer,
  body > main .masonry-section .grid-item {
    display: block;
    width: 100%;
  }
  body > main .posts-section article .data {
    height: 272px;
  }
  body > footer > #supfooter .data-owner {
    text-align: center;
  }
  body > footer > #supfooter #footer-menu > ul {
    text-align: center;
  }
  body > footer > #supfooter .social-network .linkedin {
    display: block;
    position: relative;
    width: 100%;
    margin: 20px auto;
    top: 0;
    right: 0;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
  }
  body > footer > #subfooter .copyright {
    text-align: center;
    margin: 0 auto 12px auto;
  }
  body > footer > #subfooter #sub-menu > ul.navbar-nav {
    flex-direction: row;
    text-align: center;
    display: block;
  }
  body > footer > #subfooter #sub-menu > ul.navbar-nav > li {
    display: block;
    position: relative;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  body h1 {
    font-size: 33.6px;
    line-height: normal;
  }
  body h2 {
    font-size: 29.4px;
    line-height: normal;
  }
  body h3 {
    font-size: 25.9px;
    line-height: normal;
  }
  body h4 {
    font-size: 21.7px;
    line-height: normal;
  }
  body h5 {
    font-size: 17.5px;
    line-height: normal;
  }
  body h6 {
    font-size: 14px;
    line-height: normal;
  }
  body > main .hero-section .hero,
  body > main .hero-section .hero.heroslider {
    min-height: 380px;
  }
  body > main .banner-section .banner .data {
    width: 90%;
  }
  body > main .masonry-section {
    padding-left: 0;
    padding-right: 0;
  }
  body > main .posts-section article .data {
    height: 272px;
  }
}
@media (max-width: 380px) {
  body {
    font-size: 11.2px;
  }
  body h1 {
    font-size: 31.2px;
    line-height: normal;
  }
  body h2 {
    font-size: 27.3px;
    line-height: normal;
  }
  body h3 {
    font-size: 24.05px;
    line-height: normal;
  }
  body h4 {
    font-size: 20.15px;
    line-height: normal;
  }
  body h5 {
    font-size: 16.25px;
    line-height: normal;
  }
  body h6 {
    font-size: 13px;
    line-height: normal;
  }
  body > header #logo-link {
    max-width: 90px;
  }
  body > header #main-menu {
    width: 0;
    height: 0;
  }
  body > header #main-menu > .navbar {
    width: 0;
  }
  body > header #main-menu > .navbar > #site-mobile-menu {
    position: absolute;
    top: -40px;
    left: 0;
  }
  body > header .linkedin {
    top: -50px;
    right: 20px;
  }
  body > main .hero-section .hero,
  body > main .hero-section .hero.heroslider {
    min-height: 320px;
  }
}
@media (max-width: 320px) {
  body > header #logo-link {
    max-width: 90px;
  }
  body > main .hero-section .hero,
  body > main .hero-section .hero.heroslider {
    min-height: 280px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body .btn-lg {
    padding: 14px 25px;
    font-size: 15.4px;
  }
  body .btn-md {
    padding: 10px 20px;
    font-size: 12.6px;
  }
  body .btn-sm {
    padding: 6px 14px;
    font-size: 10.5px;
  }
  body .btn-xs {
    padding: 4px 10px;
    font-size: 9.8px;
  }
  body #searchthesite #sitesearch {
    width: 80%;
    margin: 35% 10% auto 10%;
  }
  body #searchthesite #sitesearch input {
    padding: 18px;
    font-size: 26px;
  }
  body > header .theheader {
    min-width: 100%;
  }
  body > header #main-menu > .navbar > #bs4navbar > ul {
    position: relative;
    right: none;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  body > header .linkedin {
    -ms-transform: translateY(30%);
    transform: translateY(30%);
  }
  body > header #search {
    margin-top: -24px;
    margin-right: 10px;
  }
  body > main .hero-section .hero,
  body > main .hero-section .hero.heroslider {
    min-height: 500px;
  }
  body > main .masonry-section .grid-sizer,
  body > main .masonry-section .grid-item {
    width: 50%;
  }
  body > main .posts-section article .data {
    height: 380px;
  }
  body > footer > #supfooter .social-network .linkedin {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 840px) {
  body > header #main-menu > .navbar > #bs4navbar > ul > li > a {
    font-size: 12px;
  }
}
