/******************************************************************************************
+ Web Fonts Settings
*******************************************************************************************/
@import url("stackicons-min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap");
/******************************************************************************************
+ Typography Settings
*******************************************************************************************/
body {
  color: #666;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}
p, ul, ol, pre, table, blockquote {
  margin-top: 0em;
  margin-bottom: 1em;
  line-height: 1.6;
  font-weight: 500;
  color: #666;
}
ul ul, ol ol, ul ol, ol ul {
  margin-top: 0em;
  margin-bottom: 0em;
}
b, strong, em, small, code, modal {
  line-height: 1;
}
b, strong, .table > tbody > tr > th {
  font-weight: 700;
}
a, a:active {
  color: #df0c36;
  text-decoration: none;
  transition: 100ms linear;
}
a:hover, a:focus {
  color: #333;
  text-decoration: none;
  outline: none;
}
.container {
  width: 100%;
  max-width: 1170px;
}
::-moz-selection {
  background-color: #df0c36;
  color: #fff;
}
::selection {
  background-color: #df0c36;
  color: #fff;
}
.visible-xs {
  display: none;
}
.hidden {
  display: none;
}
.btn {
  border-radius: 0;
  transition: 150ms linear;
  font-weight: 600;
  font-size: 0.85em;
}
/******************************************************************************************
+ Header
*******************************************************************************************/
header {
  background-color: #fff;
}
.navbar-brand {
  padding: 15px;
}
.navbar-brand img {
  max-width: 200px;
}
#mainNav .dropdown-menu {
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding-left: 0.5em;
  font-size: 0.85em;
  white-space: nowrap;
}
#mainNav .dropdown-menu li {
  position: relative;
  transition: 150ms linear;
}
#mainNav .dropdown-menu li a, .sub-menu-wrapper a {
  color: inherit;
  margin-left: 20px;
}
#mainNav .dropdown-menu li a:hover {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
#mainNav .dropdown-menu li a:before {
  content: "play_arrow";
  font-family: "Material Icons";
  color: #df0c36;
  position: absolute;
  left: 4px;
  font-feature-settings: 'liga';
}
nav.navbar {
  background-color: #fff;
  padding: 0;
}
#mainNav .nav-item > a {
  color: #808080;
  font-weight: 500;
  position: relative;
}
.btn-mobile-menu {
  display: none;
  width: 40px;
  height: 21px;
  position: relative;
  right: 0.5rem;
  z-index: 1;
}
.spinner-master2 * {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  box-sizing: border-box;
}
.spinner-master2 {
  position: relative;
  margin: 0 auto;
  height: 21px;
  width: 30px;
}
.spinner-master2 label {
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}
.spinner-master2 .spinner2 {
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #df0c36;
}
.spinner-master2 .diagonal.part-1 {
  position: relative;
  float: left;
}
.spinner-master2 .horizontal {
  position: relative;
  float: left;
  margin-top: 7px;
}
.spinner-master2 .diagonal.part-2 {
  position: relative;
  float: left;
  margin-top: 6px;
}
.spinner-master2.open .spinner-spin2 > .horizontal {
  opacity: 0;
}
.spinner-master2.open .spinner-spin2 > .diagonal.part-1 {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-top: 10px;
}
.spinner-master2.open .spinner-spin2 > .diagonal.part-2 {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: -11px;
}
header .top-bar-wrapper {
  flex-wrap: nowrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: inherit;
}
#site-nav #mainNav li {
  position: relative;
}
#site-nav #mainNav li.dropdown {
  position: initial;
}
#site-nav #mainNav > li > a {
  color: #666;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
#site-nav #mainNav .nav-item > a {
  position: relative;
  line-height: 34px;
}
#site-nav #mainNav .nav-item.active > a {
  color: #df0c36;
}
#site-nav #mainNav .nav-item > ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
#site-nav #mainNav .nav-item > a .sub-arrow {
  display: none;
}
#site-nav #mainNav .nav-item li.active a {
  color: #df0c36;
}
.btn-site {
  background-color: #df0c36;
  color: #fff;
  border-color: #df0c36;
  border-radius: 0;
  line-height: 41px;
  padding-top: 0;
  padding-bottom: 0;
}
.btn-site:hover, .btn-site:focus {
  background-color: #ef2f55;
  color: #fff;
  border-color: #ef2f55;
  box-shadow: 0 3px 24px rgba(158, 13, 35, 0.4)
}
.btn-site:after {
  content: "arrow_forward";
  font-family: "Material Icons";
  font-size: 18px;
  margin-left: 8px;
  position: relative;
  line-height: 41px;
  vertical-align: bottom;
  font-feature-settings: 'liga';
}
.btn-site.btn-back:after {
  display: none
}
.btn-site.btn-back:before {
  content: "arrow_back";
  font-family: "Material Icons";
  font-size: 18px;
  margin-right: 8px;
  position: relative;
  top: 0;
  font-feature-settings: 'liga';
}
.section-header .btn-site.btn-back:before {
  top: 4px
}
.btn-site.btn-submit {
  padding: 15px 20px;
  font-size: 16px;
}
.txt-main {
  color: #df0c36 !important;
}
.txt-blue {
  color: #4b96cd;
}
.txt-blue-dark {
  color: #004196;
}
.txt-orange {
  color: #f59600;
}
header .right-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
header .right-wrapper .list-inline li {
  margin-right: 1em;
}
header .right-wrapper .list-inline {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 0;
}
header .right-wrapper .list-inline a {
  font-size: 0.8em;
  font-weight: 600;
}
.search-wrapper {
  position: relative;
  margin-left: 30px;
  margin-right: 15px;
}
.search-wrapper form {
  display: flex;
  flex-wrap: nowrap;
}
.search-wrapper.form-area input.search-control {
  border: none;
  padding-left: 20px;
  padding-right: 60px;
  background-color: transparent;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  font-size: 12px;
  padding-bottom: 0;
  line-height: 1;
}
.search-wrapper i {
  font-size: 20px;
  top: 15px;
  color: #df0c36;
  position: absolute;
}
.search-wrapper .btn-link {
  color: #df0c36;
  position: absolute;
  right: 0;
  padding: 0 5px 0;
  line-height: 30px;
  bottom: 0;
  transition: 150ms linear;
  font-size: 12px;
  text-transform: uppercase;
}
.search-wrapper .btn-link:hover, .search-wrapper .btn-link:focus {
  color: #fff;
  background-color: #df0c36;
  text-decoration: none;
}
header .right-wrapper .list-inline .link-black a {
  color: #666;
}
header .right-wrapper .list-inline .link-black a:hover, header .right-wrapper .list-inline .link-black a:focus {
  color: #df0c36;
}
header .mini-logo img {
  height: 0;
  transition: 200ms linear;
  transform-origin: center left;
  transform: translateX(-20px);
  opacity: 0;
  visibility: hidden;
}
/******************************************************************************************
+ General & Home
*******************************************************************************************/
button {
  width: 50%;
  display: block;
  margin: auto;
  background-color: transparent;
  border: 2px solid red;
  padding: 2em 1em;
  color: red;
  transform: translateY(20px);
  opacity: 0;
  transition: opacity 0.5s 1s ease, transform 0.5s 1s ease;
}
/******************************************************************************************
+ Main
*******************************************************************************************/
main:before {
  content: "";
  position: fixed;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateY(3em);
  opacity: 0;
  visibility: hidden;
  transition: 300ms;
}
main.menu-toggled:before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
section h1 {
  font-weight: 400;
  margin-bottom: 0.65em;
  font-size: 2.3rem;
}
section h2 {
  color: #666;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}
section h3 {
  color: #004196;
  font-weight: 700;
  font-size: 1.6em;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 0.86em;
}
section h4 {
  color: #333;
  font-weight: 700;
  font-size: 1.35em;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 1em;
}
section h2 span, section h3 span {
  color: #df0c36;
  font-weight: 800;
}
section img {
  max-width: 100%;
}
section {
  padding-top: 3em;
  padding-bottom: 3em;
  position: relative;
}
footer {
  background-color: #f8f8f8;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9em;
}
footer .footer-part-1 {
  padding-top: 3em;
  padding-bottom: 1.8em;
}
footer .footer-part-1, footer .footer-part-2 {
  padding-left: 30px;
  padding-right: 30px;
}
footer .footer-part-1 a {
  color: #df0c36;
}
footer .footer-part-1 a:hover, footer .footer-part-1 a:focus, footer .footer-part-2 .sitemap a:hover, footer .footer-part-2 .sitemap a:focus {
  color: #df0c36 !important;
}
footer .footer-part-1 .d-flex {
  margin-left: -2em;
  margin-right: -2em;
  flex-wrap: wrap;
}
footer .footer-part-1 .sitemap {
  list-style: none;
  padding-left: 2em;
  padding-right: 2em;
}
footer .footer-part-1 .sitemap.nowrap {
  white-space: nowrap;
}
footer .footer-part-1 .sitemap li {
  position: relative;
  margin-bottom: 4px;
  line-height: 1.3;
}
footer .footer-part-1 .sitemap .title {
  font-weight: 700;
  width: 100% !important;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: "Roboto Condensed", sans-serif;
}
footer .footer-part-1 .sitemap li:not(.title) a {
  color: #666;
  margin-left: 20px;
  min-width: 100px;
  display: block;
}
footer .footer-part-1 .sitemap li:not(.title):before {
  content: "play_arrow";
  font-family: "Material Icons";
  color: #df0c36;
  position: absolute;
  top: 2px;
  left: -2px;
  font-feature-settings: 'liga';
}
footer .footer-part-1 .sitemap.column-3, footer .footer-part-1 .sitemap.column-2 {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-part-1 .sitemap.column-3 li {
  width: 33.33%;
}
footer .footer-part-1 .sitemap.column-2 li {
  width: 50%;
}
footer .footer-part-2 {
  background-color: #fff;
}
footer .footer-part-2 {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}
footer .footer-part-2 .d-flex {
  justify-content: space-between;
  align-items: center;
}
footer .footer-part-2 .sitemap {
  display: flex;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
  align-items: center;
  vertical-align: middle;
}
footer .footer-part-2 .sitemap:not(.stackicons) li:not(:last-child) {
  position: relative;
  margin-right: 10px;
}
footer .footer-part-2 .sitemap:not(.stackicons) li:not(:last-child):after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #666;
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
}
footer .footer-part-2 .sitemap:not(.stackicons) a {
  color: #666;
  margin-right: 10px;
}
footer .footer-part-2 .sitemap.stackicons li:not(:last-child) {
  margin-right: 6px;
}
footer .footer-part-2 .sitemap.stackicons li:first-child {
  margin-top: 8px;
}
footer .footer-part-2 .sitemap.stackicons li:not(:first-child) {
  font-size: 12px;
}
.bg-light-grey {
  background-color: #f8f7f6;
}
.bg-main {
  background-color: #df0c36;
}
.bg-main-light {
  background-color: #e0ece6;
}
.main-hero .caption-holder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7%;
  z-index: 1;
  max-width: 650px;
}
.main-hero .caption-holder h1, .main-hero .caption-holder p {
  color: #fff;
}
.main-hero .caption-holder p {
  border-top: 1px solid #fff;
  padding-top: 1.5em;
}
.main-hero .caption-holder p:last-child {
  margin-bottom: 0;
}
.main-hero .page-title {
  color: #df0c36;
  font-size: 2.6em;
  font-weight: 700;
}
.main-hero, .main-hero.p-0 {
  padding-top: 6em !important;
}
section.sub-page {
  padding-left: 45px;
  padding-right: 45px;
}
section.single-page {
  padding-top: 120px !important;
}
.form-area input.form-control, .form-area textarea.form-control, .form-area select.custom-select {
  transition: 100ms linear;
}
.form-area input.form-control:focus, .form-area textarea.form-control:focus {
  outline: none;
}
.form-area label {
  font-weight: 700;
}
ul.custom-red-bullet, .country-page figure ul {
  list-style: none;
  padding-left: 0;
}
ul.custom-red-bullet li, .country-page figure ul li {
  position: relative;
  padding-left: 20px;
}
ul.custom-red-bullet li:before, .country-page figure ul li:before {
  content: "play_arrow";
  font-family: "Material Icons";
  color: #df0c36;
  position: absolute;
  top: 1px;
  left: -2px;
  font-feature-settings: 'liga';
}
ul.custom-red-bullet.margin-point li {
  margin-bottom: 12px;
}
.list-style-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.list-style-1 .item {
  padding-left: 40px;
  position: relative;
  padding-bottom: 40px;
}
.list-style-1 .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.list-style-1 .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 5px;
  border-left: 2px dotted transparent;
  height: 100%;
  font-size: 50px;
}
.list-style-1 .item:nth-child(1) h4 {
  color: #df0c36;
}
.list-style-1 .item:nth-child(2) h4 {
  color: #4b96cd;
}
.list-style-1 .item:nth-child(3) h4 {
  color: #004196;
}
.list-style-1 .item:nth-child(4) h4 {
  color: #f59600;
}
.list-style-1 .item:nth-child(1):before {
  background-color: #df0c36;
}
.list-style-1 .item:nth-child(1):after {
  border-color: #df0c36;
}
.list-style-1 .item:nth-child(2):before {
  background-color: #4b96cd;
}
.list-style-1 .item:nth-child(2):after {
  border-color: #4b96cd;
}
.list-style-1 .item:nth-child(3):before {
  background-color: #004196;
}
.list-style-1 .item:nth-child(3):after {
  border-color: #004196;
}
.list-style-1 .item:nth-child(4):before {
  background-color: #f59600;
}
.list-style-2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.list-style-2 .item .item-header {
  padding: 10px;
  background-color: #124e9d;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.list-style-2 .item .item-body {
  margin-top: 15px;
}
.list-style-2 .item .item-body .img-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 220px;
}
.list-style-2 .item .item-footer {
  margin-top: 25px;
}
.list-style-2 .item .item-footer .d-flex {
  flex-direction: column;
  text-align: center;
}
.list-style-2 .item .item-footer .d-flex .flex-item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 55px;
  max-height: 55px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.list-style-2 .item .item-footer .d-flex .flex-item img {
  max-height: 40px;
}
.list-style-2 .item .item-footer .d-flex .flex-item:nth-child(even) {
  background-color: #f7f7f7;
}
.address-grid {
  display: flex;
  flex-wrap: nowrap;
}
.address-grid .flex-item {
  flex-basis: 30%;
  padding-right: 15px;
}
.address-grid .flex-item p {
  margin-bottom: 0;
}
.address-grid .flex-item:not(:last-child) {
  margin-right: 1.5%;
  border-right: 1px solid #333;
}
.list-industries, .list-portfolio {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.list-industries a, .list-portfolio a {
  display: block;
}
.list-industries .item, .list-portfolio .item {
  min-height: 200px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  margin-left: 10px;
  margin-right: 10px;
  flex-basis: calc(50% - 20px);
  flex-direction: column;
  margin-bottom: 15px;
}
.list-industries .caption-holder, .list-portfolio .caption-holder {
  color: #333;
  margin-top: 15px;
  font-weight: 700;
}
.list-industries .btn-site, .list-portfolio .btn-site {
  margin-top: 15px;
}
.section-header.d-flex h2 {
  margin-bottom: 0;
}
.section-header.d-flex {
  margin-bottom: 15px;
}
.list-portfolio {
  margin-left: 0;
  margin-right: 0;
}
.list-portfolio .item {
  border-bottom: 2px solid transparent;
  padding-left: 2em;
  padding-right: 2em;
  flex-basis: 100%;
  margin: 0 0 15px;
  padding-bottom: 2em;
}
.list-portfolio .img-holder {
  max-width: 200px;
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.portfolio-header .img-holder {
  max-width: 250px;
}
.list-ticks {
  display: flex;
  flex-wrap: wrap;
}
.list-ticks .item {
  position: relative;
  flex-basis: calc(50% - 20px);
  padding-right: 10px;
  min-height: 60px;
  padding-left: 90px;
  margin-bottom: 20px;
}
.list-ticks .item:before {
  content: '';
  background-image: url('../images/icon-tick.png');
  background-size: 70px 58px;
  display: inline-block;
  height: 58px;
  width: 70px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.list-ticks .item h5 {
  max-width: 240px;
  font-weight: 600;
}
figure.dark h2, figure.dark h3, figure.dark h4, figure.dark h5, figure.dark p, figure.dark ul, figure.dark h2 span {
  color: #fff;
}
figure.has-bg {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
}
figure.has-bg:after {
  background-color: rgba(0, 65, 150, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: 0;
}
figure.has-bg > * {
  z-index: 1;
  position: relative;
}
figure.has-bg.cta:after {
  left: auto;
  width: 50%
}
figure.has-bg.cta > * {
  margin-left: 60%;
  max-width: 40%;
  padding-right: 5%;
}
figure.has-bg.cta h3 {
  margin-bottom: 0;
}
.list-facts .item:not(:last-child) {
  margin-bottom: 40px;
}
.list-facts .item-top .caption-holder {
  font-size: 1.3em;
  font-weight: 700;
  color: #ccc;
  margin-top: 15px;
}
.list-facts .item-top .caption-holder span {
  font-size: 1.6em;
  margin-right: 5px
}
.list-facts .item-bottom {
  margin-top: 30px;
}
.list-saturated-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.list-saturated-logos .item {
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
}
.list-saturated-logos .item button {
  opacity: 1;
  border: none;
  padding: 0;
  width: auto;
  outline: none;
}
.list-saturated-logos img {
  filter: saturate(0) brightness(100%) contrast(100%) grayscale(0%);
  opacity: 0.5;
  max-height: 60px
}
.list-saturated-logos img:hover {
  filter: saturate(1) brightness(1) contrast(1) grayscale(0);
  opacity: 1;
}
.list-saturated-logos .modal button {
  position: absolute;
  top: -30px;
  right: 15px;
  color: #df0c36;
}
.list-saturated-logos .modal .modal-dialog {
  height: calc(100vh - 56px);
  display: grid;
  align-items: center;
}
.list-saturated-logos .modal .modal-content {
  padding: 40px 30px 20px;
}
/*.list-saturated-logos-description {
	position: absolute;
    width: 400px;
    background: #f7f7f7;
    padding: 15px 20px;
    border-radius: 5px;
    transform: translate(-50%,20px);
    left: 50%;
}*/
.list-tabs .tab-content {
  min-height: 450px;
  background-color: #f1f1f1;
  position: relative;
  display: flex;
  width: 100%;
}
.list-tabs .nav-tabs {
  border: none;
  position: relative;
  z-index: 1
}
.list-tabs .nav-tabs .nav-item {
  margin: 0;
  position: relative;
}
.list-tabs .nav-tabs .nav-item a {
  border: none;
  background-color: #004196;
  color: #fff;
  border-radius: 0;
}
.list-tabs .nav-tabs .nav-item a:before {
  background-color: #df0c36;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  content: '';
  transition: 150ms linear;
  top: 0;
  height: 7px;
  opacity: 0;
}
.list-tabs .nav-tabs .nav-item a.active {
  background-color: #df0c36;
  color: #fff;
}
.list-tabs .bg-holder {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
.list-tabs .caption-holder {
  position: relative;
  z-index: 1;
  padding: 2.5em;
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
.list-tabs .bg-holder:before {
  position: absolute;
  content: '';
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  width: 100%;
}
.list-tabs .caption-holder .btn-site {
  align-self: flex-start;
}
.list-track-record {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
}
.list-track-record .item {
  flex: 1
}
.list-track-record .item:not(:last-child) {
  margin-bottom: 35px;
}
.list-track-record h3 {
  color: #f78f1e;
  font-size: 48px;
}
.list-track-record h4 {
  color: #004196;
  margin-bottom: 0;
}
.list-track-record .item-top {
  position: relative;
}
.list-track-record .item-top:after {
  position: absolute;
  height: 1px;
  width: 50px;
  background-color: #69caf7;
  content: '';
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
}
.list-testimonials .item-body {
  padding-left: 20px;
  padding-right: 20px;
}
.list-testimonials .item-footer {
  border-top: 2px solid #e22349;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  margin-top: 20px;
}
.list-testimonials .author {
  font-weight: 700
}
.list-news .slick-slide > div {
  padding-left: 5px;
  padding-right: 5px;
}
.list-news .post-item {
  display: flex !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
  min-height: 180px;
  width: 100%
}
.list-news .post-item:before {
  background-color: rgba(0, 65, 150, 0.6);
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  transition: 200ms linear;
}
.list-news .caption-holder {
  padding: 2em;
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: inherit;
}
.list-news .caption-holder > * {
  color: #fff;
}
.list-news .caption-holder .post-title {
  font-weight: 600;
  font-size: 1.1em
}
.list-news .caption-holder .post-date {
  font-size: 0.9em;
  margin-top: 8px;
}
.list-news .caption-holder .btn-site {
  position: absolute;
  transition: 100ms linear;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.list-news .bg-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
}
#sectionCaseStudies:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 80px;
}
#sectionCaseStudies .slick-list {
  margin-bottom: 0;
}
.list-case-studies .item {
  display: flex !important
}
.list-case-studies .img-holder {
  flex-basis: 60%;
  padding-right: 2%;
}
.list-case-studies .caption-holder {
  flex-basis: 40%;
  padding-left: 2%;
  color: #fff;
}
.list-case-studies .caption-holder .title {
  margin-bottom: 6px;
}
.list-case-studies .caption-holder .title a {
  color: inherit;
}
.list-case-studies .caption-holder .title a:hover {
  color: #71b4e6;
}
.list-case-studies .caption-holder .btn {
  margin-top: 30px;
}
.list-case-studies .caption-holder .excerpt {
  margin-top: 30px;
}
.list-column-3 {
  display: flex
}
.list-column-3 .item {
  flex: 1
}
.list-column-3 .item .caption-holder {
  margin-top: 30px;
}
.list-column-3 .item .caption-holder h3 {
  color: #333;
}
.country-page figure h4 {
  color: #f59600;
  margin-bottom: 15px;
}
.country-page figure .d-flex .col {
  flex: 1;
  flex-wrap: wrap;
}
.country-page figure .d-flex .col.has-img {
  display: flex;
  justify-content: center;
}
.country-page figure .d-flex .col.has-img img {
  margin: 5px;
  max-width: calc(50% - 10px);
}
.country-page figure .d-flex .col.has-img img:only-child {
  max-width: 100%;
}
.country-page figure .d-flex .col.has-img.no-gutter img {
  margin: 0;
  max-width: 50%
}
.country-page figure .d-flex .col.has-border:not(:last-child) {
  border-right: 1px solid #ddd;
}
.single-page .section-body {
  max-width: 900px
}
.list-article article:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.list-article article {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.portfolio-body .intro .img-holder {
  position: relative;
  text-align: center;
  width: 100%;
}
.portfolio-body .intro .img-holder:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background-color: #ddd;
  z-index: 0;
}
.portfolio-body .intro .img-holder img {
  max-width: 100px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-left: 30px;
  padding-right: 30px;
}
.portfolio-body .key-figure h4 {
  margin-bottom: 0;
  color: #fff;
}
.portfolio-body .key-figure .list-group-flush img {
  max-width: 24px;
  margin-right: 15px;
}
.portfolio-body .key-figure .list-group-flush li {
  display: flex;
  align-items: center;
}
.portfolio-body .key-figure .list-group-flush li strong, .portfolio-body .key-figure .list-group-flush li b {
  color: #df0c36;
}
.portfolio-body .key-figure .list-group-flush p {
  line-height: 1.3;
  margin-bottom: 0;
}
.portfolio-body .main-points, .portfolio-body .intro, .portfolio-body .key-figure {
  margin-top: 40px;
}
.portfolio-body .main-points .title {
  background-color: #f8f8f8;
  padding: 12px;
  font-weight: 600;
  color: #df0c36;
}
.portfolio-body .main-points .row .col:first-child {
  font-weight: 600;
  font-size: 0.9em;
  padding-left: 30px;
  max-width: 300px;
}
.portfolio-body .main-points .row .col:last-child {
  font-weight: 300;
  font-size: 1.2em;
  color: #000;
}
.portfolio-body .main-points .row {
  margin-top: 12px;
  margin-bottom: 12px;
}
/******************************************************************************************
+ Plugin
*******************************************************************************************/
.sm {
  position: relative;
  z-index: 10;
}
.sm, .sm *, .sm *:before, .sm *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.carousel, .carousel-inner, .carousel-item {
  height: auto;
  width: 100%;
}
.carousel {
  overflow: hidden;
  height: auto;
  position: relative;
}
.carousel .container {
  position: relative;
}
.carousel-indicators {
  left: initial;
  margin: auto;
  right: 20px;
  bottom: 30px;
  z-index: 10;
  height: 18px;
}
.carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 0 3px;
  position: relative;
  text-align: center;
  background-color: #fff;
  border: none;
  transition: 200ms linear;
  opacity: 1;
}
.carousel-indicators .active {
  border: none;
  padding: 0;
  margin: 0 3px;
  background-color: #df0c36;
}
.carousel-control.right, .carousel-control.left {
  background-image: none;
  width: 48px;
  height: 48px;
  z-index: 4;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.47);
  opacity: 1;
  margin: auto;
  transition: 300ms linear;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-control i {
  font-size: 32px;
}
.carousel-control.right {
  right: 15px;
  transform: translateX(4.2em);
}
.carousel-control.left {
  left: 15px;
  transform: translateX(-4.2em);
}
.carousel .carousel-inner:hover .carousel-control.left {
  transform: translateX(0);
}
.carousel .carousel-inner:hover .carousel-control.right {
  transform: translateX(0);
}
.carousel-caption {
  text-align: left;
  position: absolute;
  z-index: 1;
  top: initial;
  left: 15px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.58);
  padding: 1em;
  bottom: inherit;
  max-width: 560px;
  padding-right: 150px;
  bottom: 0;
}
.carousel-image img {
  max-width: 100%;
}
.carousel-caption h2 {
  color: #fff;
  font-weight: 400;
  font-size: 36px;
}
.carousel-caption p {
  margin-bottom: 0;
  color: #fff;
}
.carousel-caption .btn {
  margin-top: 0.75em;
  position: absolute;
  bottom: 0;
  right: 0;
}
.carousel-caption .carousel-caption-footer {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.carousel-content-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3.75em;
  padding-bottom: 3.75em;
  height: 100%;
}
.carousel-img {
  position: relative;
  z-index: 1;
}
.carousel-bgImg {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel-caption {
  visibility: hidden;
  transform: translateX(-4em) translateY(-30px);
  transition: 200ms linear;
  opacity: 0;
}
.active .carousel-caption {
  visibility: visible;
  transform: translateX(0) translateY(-30px);
  opacity: 1;
}
.carousel-img {
  visibility: hidden;
  transform: translateX(4em);
  transition: 300ms linear;
  opacity: 0;
}
.active .carousel-img {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
  transition-delay: 300ms;
}
.slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 2px 0 0;
  flex-wrap: nowrap;
  list-style: none;
}
.slick-dots li {
  width: 12px;
  height: 12px;
  text-align: center;
  background-color: #df0c36;
  border-radius: 50%;
  opacity: 0.4;
}
.slick-dots li:hover {
  cursor: pointer;
}
.slick-dots li.slick-active {
  background-color: #df0c36;
  opacity: 1;
}
.slick-dots li:not(:last-child) {
  margin-right: 15px;
}
.slick-dots li button {
  display: none;
}
.slick-arrow {
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 0;
  opacity: 1;
  display: block;
  font-size: 0;
  border: none;
  width: 36px;
}
.slick-arrow:focus {
  outline: none;
}
.slick-arrow.slick-prev:before, .slick-arrow.slick-next:before {
  font-family: arial;
  font-size: 36px;
  width: 20px;
  height: 20px;
  color: #df0c36;
}
.slick-arrow.slick-prev {
  left: 20%;
}
.slick-arrow.slick-prev:before {
  content: "â†";
}
.slick-arrow.slick-next:before {
  content: "â†’";
}
.slick-arrow.slick-next {
  right: 20%;
}
.slick-list {
  margin-bottom: 40px;
}
/******************************************************************************************
+ Custom Animations
*******************************************************************************************/
.post-list li {
  list-style-type: none;
}
.post-list {
  padding-left: 0
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team-profile {
  position: relative;
  background-position: center top;
  background-size: 85%;
  display: block;
}
.team-profile:before {
  content: '';
  width: 100%;
  display: block;
  padding-top: calc((4 / 3) * 100%);
}
.team-profile div {
  bottom: 0;
  width: 100%;
  background: rgba(223, 12, 54, 0.95);
  color: white;
  padding: 15px 20px;
}
.team-profile h4, .team-profile p {
  margin: 0;
  color: white;
}
.teams2 .team-profile {
  position: relative;
  display: block;
  border: 1px dashed #ddd;
  border-radius: 8px;
  height: 100%;
  background-image: inherit !important;
}
.teams2 .team-profile:before {
  display: none;
}
.teams2 .team-profile div {
  position: relative;
  bottom: inherit;
  width: 100%;
  background-color: white !important;
  padding: 15px 20px;
  height: 100%;
}
.teams2 .team-profile h4, .teams2 .team-profile p {
  color: black;
}