﻿/**********************************/
/********** General CSS ***********/
/**********************************/
/*Credit Designed by HTML Codex */
/**,
*::before,
*::after
{
  box-sizing: border-box;
}
*/
@font-face {
  font-family: 'URW Gothic';
  src: url('../fonts/URWGothic-Book.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

.fa, .far, .fas {
  font-family: "FontAwesome" !important;
}

.staticteam {
  font-family: 'Lato', sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  color: #454545;
  font-weight: 300;
  background: #ffffff;
}

.staticteam .teamcontainer {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .staticteam .teamcontainer {
    max-width: 540px !important;
  }
}

@media (min-width: 768px) {
  .staticteam .teamcontainer {
    max-width: 720px !important;
  }
}

@media (min-width: 992px) {
  .staticteam .teamcontainer {
    max-width: 960px !important;
  }
}

@media (min-width: 1200px) {
  .staticteam .teamcontainer {
    max-width: 1140px !important;
  }
}

.staticteam .section-title {
  width: 100%;
  text-align: center;
  padding: 45px 0 30px 0;
}

.staticteam .section-title::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 5px;
  left: calc(50% - 25px);
  background: #353535;
}

.staticteam .section-title h1 {
  color: #353535;
  font-size: 50px;
  letter-spacing: 5px;
  margin-bottom: 5px;
}

@media (max-width: 767.98px) {
  .staticteam .section-title h1 {
    font-size: 40px;
    letter-spacing: 3px;
  }
}

@media (max-width: 567.98px) {
  .staticteam .section-title h1 {
    font-size: 30px;
    letter-spacing: 2px;
  }
}

.staticteam .column {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .staticteam .column {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .staticteam .column {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 992px) {
  .staticteam .column {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.staticteam .section-title {
  width: 100%;
  text-align: center;
  padding: 45px 0 30px 0;
}

.staticteam .section-title::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 5px;
  left: calc(50% - 25px);
  background: #353535;
}

.staticteam .section-title h1 {
  color: #353535;
  font-size: 50px;
  letter-spacing: 5px;
  margin-bottom: 5px;
}

@media (max-width: 767.98px) {
  .staticteam .section-title h1 {
    font-size: 40px;
    letter-spacing: 3px;
  }
}

@media (max-width: 567.98px) {
  .staticteam .section-title h1 {
    font-size: 30px;
    letter-spacing: 2px;
  }
}

.staticteam .team-2 {
  text-align: center;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.staticteam .team-2 .team-img {
  position: relative;
  font-size: 0;
  border-radius: 5px 5px 0 0;
}

.staticteam .team-2 .team-img img {
  width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0;
}

.staticteam .team-2 .team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  transition: all .3s;
  font-size: 0;
  z-index: 1;
  opacity: 0;
}

.staticteam .team-2:hover .team-social {
  opacity: 1;
}

.staticteam .team-2 .team-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  padding: 11px 0 10px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  transition: all .3s;
  margin-top: 50px;
}

.staticteam .team-2 .team-social a.social-tw {
  background: #00acee;
}

.staticteam .team-2 .team-social a.social-fb {
  background: #3b5998;
}

.staticteam .team-2 .team-social a.social-li {
  background: #0e76a8;
}

.staticteam .team-2 .team-social a.social-in {
  background: #3f729b;
}

.staticteam .team-2 .team-social a.social-yt {
  background: #c4302b;
}

.staticteam .team-2 .team-social a:last-child {
  margin-right: 0;
}

.staticteam .team-2:hover .team-social a {
  margin-top: 0;
}

.staticteam .team-2 .team-social a:hover {
  color: #222222;
  background: #ffffff;
}

.staticteam .team-2 .team-content {
  padding: 20px;
}

.staticteam .team-2 .team-content h2 {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 2px;
}

.staticteam .team-2 .team-content h3 {
  font-size: 16px;
  font-weight: 300;
}

.staticteam .team-2 .team-content h4 {
  font-weight: 300;
  font-style: italic;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.staticteam .team-2 .team-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.detailedteam {
  font-family: 'Lato', sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  color: #454545;
  font-weight: 300;
  background: #ffffff;
}

.detailedteam .teamcontainer {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.detailedteam .section-title {
  width: 100%;
  text-align: center;
  padding: 45px 0 30px 0;
}

.detailedteam .section-title::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 5px;
  left: calc(50% - 25px);
  background: #353535;
}

.detailedteam .section-title h1 {
  color: #353535;
  font-size: 50px;
  letter-spacing: 5px;
  margin-bottom: 5px;
}

@media (max-width: 767.98px) {
  .detailedteam .section-title h1 {
    font-size: 40px;
    letter-spacing: 3px;
  }
}

@media (max-width: 567.98px) {
  .detailedteam .section-title h1 {
    font-size: 30px;
    letter-spacing: 2px;
  }
}

.detailedteam .column {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 400px) {
  .detailedteam .column {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 750px) {
  .detailedteam .column {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1400px) {
  .detailedteam .column {
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
  }
}

.detailedteam .section-title {
  width: 100%;
  text-align: center;
  padding: 45px 0 30px 0;
}

.detailedteam .section-title::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 5px;
  left: calc(50% - 25px);
  background: #353535;
}

.detailedteam .section-title h1 {
  color: #353535;
  font-size: 50px;
  letter-spacing: 5px;
  margin-bottom: 5px;
}

@media (max-width: 767.98px) {
  .detailedteam .section-title h1 {
    font-size: 40px;
    letter-spacing: 3px;
  }
}

@media (max-width: 567.98px) {
  .detailedteam .section-title h1 {
    font-size: 30px;
    letter-spacing: 2px;
  }
}

.detailedteam .team-2 {
  text-align: center;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.detailedteam .team-2 .team-img {
  position: relative;
  font-size: 0;
  border-radius: 5px 5px 0 0;
}

.detailedteam .team-2 .team-img img {
  width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0;
}

.detailedteam .team-2 .team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  transition: all .3s;
  font-size: 0;
  z-index: 1;
  opacity: 0;
}

.detailedteam .team-2:hover .team-social {
  opacity: 1;
}

.detailedteam .team-2 .team-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  padding: 11px 0 10px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  transition: all .3s;
  margin-top: 50px;
}

.detailedteam .team-2 .team-social a.social-tw {
  background: #00acee;
}

.detailedteam .team-2 .team-social a.social-fb {
  background: #3b5998;
}

.detailedteam .team-2 .team-social a.social-li {
  background: #0e76a8;
}

.detailedteam .team-2 .team-social a.social-in {
  background: #3f729b;
}

.detailedteam .team-2 .team-social a.social-yt {
  background: #c4302b;
}

.detailedteam .team-2 .team-social a:last-child {
  margin-right: 0;
}

.detailedteam .team-2:hover .team-social a {
  margin-top: 0;
}

.detailedteam .team-2 .team-social a:hover {
  color: #222222;
  background: #ffffff;
}

.detailedteam .team-2 .team-content {
  padding: 5px;
}

.detailedteam .team-2 .team-content h2 {
  font-size: 15px !important;
  font-weight: 400;
  letter-spacing: 2px;
}

.detailedteam .team-2 .team-content h3 {
  font-size: 14px !important;
  font-weight: 300;
}

.detailedteam .team-2 .team-content h4 {
  font-size: 12px !important;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 1px;
  margin-bottom: 0;
  overflow-wrap: break-word;
}

.detailedteam .team-2 .team-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.contact_card {
  /*height: 100px;*/
  line-height: 14px;
  min-width: 20%;
  width: auto;
  display: inline-block;
  font-size: 12px;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid;
  border-radius: 5px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
  .contact_card {
    width: 100%;
    display: inline-block;
  }
}

body {
  font-family: "URW Gothic", Verdana, Geneva, sans-serif !important;
  font-size: 0.75rem;
  overflow-x: hidden;
}

#midcolumn *, #leftcolumn *, * * {
  font-size: 0.75rem;
}

#midcolumn h1, #midcolumn .h1, #leftcolumn h1, #leftcolumn .h1, * h1, * .h1 {
  font-size: 1.875rem;
}

#midcolumn h2, #midcolumn .h2, #leftcolumn h2, #leftcolumn .h2, * h2, * .h2 {
  font-size: 1.5rem;
}

#midcolumn h3, #midcolumn .h3, #leftcolumn h3, #leftcolumn .h3, * h3, * .h3 {
  font-size: 1.3125rem;
}

#midcolumn h4, #midcolumn .h4, #leftcolumn h4, #leftcolumn .h4, * h4, * .h4 {
  font-size: 1.125rem;
}

#midcolumn h5, #midcolumn .h5, #leftcolumn h5, #leftcolumn .h5, * h5, * .h5 {
  font-size: 0.9375rem;
}

#midcolumn h6, #midcolumn .h6, #leftcolumn h6, #leftcolumn .h6, * h6, * .h6 {
  font-size: 0.75rem;
}

.mmtw {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .mmtw {
    width: 256px;
  }
}

img.headerlogo {
  max-height: 70px;
}

img.footerlogo {
  max-height: 100px;
  margin-bottom: 24px;
}

.footerstrap {
  font-size: 0.92rem;
}

h1.mainlead {
  color: #454545;
  font-size: 2.65rem;
}

p.secondlead {
  font-weight: bold;
  font-size: 0.85rem;
}

ul.horizontal-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

ul.horizontal-list li {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

ul.horizontal-list li::before {
  content: "•";
  color: black;
  font-size: 20px;
  margin-right: 5px;
  line-height: 0.25;
}

ul.horizontal-list li:last-child {
  margin-right: 0; /* Remove margin from the last item */
}

.bg-denaploygrey {
  background-color: #ecebf9;
}

.bg-denaployblue {
  background-color: #3D4391;
}

.bg-denaployred {
  background-color: #e80042;
}

.btn-denaployblue {
  color: #fff;
  background-color: #3D4391;
  border-color: #131437;
}

.btn-denaployblue:hover {
  color: white;
}

.bt-denaployblue {
  border-top: solid 4px #3D4391;
}

.bg-mainbanner1 {
  background-image: url("/_Styles/V7/img/mainbanner1.jpg");
}

.bg-mainbanner2 {
  background-image: url("/_Styles/V7/img/mainbanner2.jpg");
}

.bg-mainbanner3 {
  background-image: url("/_Styles/V7/img/mainbanner3.jpg");
}

.text-denaploygrey1 {
  color: #454545;
}

.text-denaployblue {
  color: #3D4391;
}

.text-denaployred {
  color: #e2020e;
}

.border-3px {
  border-width: 3px !important;
}

#navbarSupportedContent > ul > li.nav-item > a {
  color: white;
}

#carofs {
  /*.carousel-control-prev-icon,
  .carousel-control-next-icon
  {
    height: 100px;
    width: 100px;
    outline: black;
    background-size: 100%, 100%;*/
  /*  border-radius: 50%;*/
  /*  border: 1px solid black;*/
  /*background-image: none;
  }

  .carousel-control-next-icon:after
  {
    content: '>';
    text-align: right;
    font-size: 55px;
    color: $color-denaployblue;
  }

  .carousel-control-prev-icon:after
  {
    content: '<';
    font-size: 55px;
    color: $color-denaployblue;
  }*/
}

#carofs .bg-fsbanner1 {
  background-image: url("/_Styles/V7/img/bigbanner1a.jpg");
}

@media (max-width: 767.98px) {
  #carofs .bg-fsbanner1 {
    background: linear-gradient(rgba(50, 50, 100, 0.75), rgba(50, 50, 100, 0.75)), url(/_Styles/V7/img/bigbanner1a.jpg);
  }
}

#carofs .bg-fsbanner2 {
  background-image: url("/_Styles/V7/img/bigbanner2a.jpg");
}

@media (max-width: 767.98px) {
  #carofs .bg-fsbanner2 {
    background: linear-gradient(rgba(50, 50, 100, 0.75), rgba(50, 50, 100, 0.75)), url(/_Styles/V7/img/bigbanner2b.jpg);
  }
}

#carofs .bg-fsbanner3 {
  background-image: url("/_Styles/V7/img/bigbanner3a.jpg");
}

@media (max-width: 767.98px) {
  #carofs .bg-fsbanner3 {
    background: linear-gradient(rgba(50, 50, 100, 0.75), rgba(50, 50, 100, 0.75)), url(/_Styles/V7/img/bigbanner3b.jpg);
  }
}

#carofs .carousel-inner {
  padding: 0px;
}

#carofs .car-bg-full {
  height: 50vh;
  min-height: 550px;
  /*    background: no-repeat center center scroll;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0px;
}

#carofs .car-bg-full .content {
  /*      background-color: rgba(255,0,255,0.5);*/
  /*      width: 50vw;*/
  padding: 1rem 2rem;
  color: #3D4391;
}

@media (max-width: 767.98px) {
  #carofs .car-bg-full .content {
    width: 100vw;
    color: white;
  }
}

#carofs .car-bg-full .content h1, #carofs .car-bg-full .content h2 .h1, #carofs .car-bg-full .content .h2 {
  font-weight: bold;
}

#carofs .car-bg-full .content h1, #carofs .car-bg-full .content h2 .h1, #carofs .car-bg-full .content .h2, #carofs .car-bg-full .content p, #carofs .car-bg-full .content li, #carofs .car-bg-full .content span {
  /*   font-size:1.2rem;*/
  /*        color: $color-denaployblue;*/
}

#carofs .car-bg-full .content input {
  margin-top: 10px;
}

#carofs .car-bg-full .content.heavyset {
  font-weight: bold;
}

#carofs .car-bg-full .content.heavyset h1 {
  font-size: 1.7rem;
}

#carofs .car-bg-full .content.heavyset p, #carofs .car-bg-full .content.heavyset li {
  font-size: 1.2rem;
}

#carofs .car-bg-full .content.inmiddle {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#carofs .bg-color_correction {
  /*    -webkit-filter: hue-rotate(15deg) sepia(0.15);*/
  -moz-filter: hue-rotate(15deg) sepia(0.15);
  -ms-filter: hue-rotate(15deg) sepia(0.15);
  -webkit-filter: hue-rotate(15deg) sepia(0.15);
  filter: hue-rotate(15deg) sepia(0.15);
}

#carofs .carousel-indicators li {
  background-color: #3D4391;
  border: solid 3px white;
}

#carofs .carousel-control-next:hover, #carofs .carousel-control-prev:hover {
  /*    background: linear-gradient( rgba(255, 255, 255, $carofs-bgopac), rgba(255, 255, 255, $carofs-bgopac) );*/
}

.maincaro .carousel-indicators li {
  background-color: #3D4391;
  border: solid 3px white;
}

.mainbox {
  width: 100%;
  /*  background-image: url('/_Styles/V7/img/mainbanner1.jpg');*/
  background-size: cover;
  height: 398px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .mainbox {
    /*  background-size:auto;*/
  }
}

.mainbox .content {
  height: 398px;
  color: #3D4391;
  width: 40%;
  padding: 1.5rem;
}

.mainbox .content h2 {
  font-weight: bold;
}

.mainbox .content ul li {
  /*      text-shadow: rgba(0,0,0,0.8) 0 1px 0;*/
  /*      padding-bottom:.5rem;*/
}

.mainbox .content ul li.limit {
  width: 100%;
}

@media (max-width: 991.98px) {
  .mainbox .content {
    width: 100%;
  }

  .mainbox .content ul li.limit {
    width: 80%;
  }

  .mainbox .content p.limit {
    width: 80%;
  }
}

.greybox {
  background-color: #edecf9;
}

.greybox .greybox-content {
  padding: 1rem;
  height: 220px;
  color: #3D4391;
  /*text-shadow: rgba(0,0,0,.8) 0 1px 0;*/
  width: 50%;
  font-size: 10pt;
}

@media (max-width: 1199.98px) {
  .greybox .greybox-content {
    width: 100%;
    height: 280px;
  }
}

.greybox .greybox-right {
  right: 0px;
  top: 0px;
  position: absolute;
  height: 100%;
  background-image: url("/_Styles/V7/img/handshake.png");
  background-size: contain;
  background-position: right;
  width: 100%;
  background-repeat: no-repeat;
  display: none;
}

@media (min-width: 1200px) {
  .greybox .greybox-right {
    display: block;
  }
}

.bluebox {
  background-color: #3D4391;
  height: 160px;
  width: 100%;
  color: white;
  /*text-shadow: rgba(0,0,0,.8) 0 1px 0;*/
  position: relative;
  padding: 0px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .bluebox {
    height: 120px;
  }
}

.bluebox .bluebox-content {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  padding: 1rem;
  font-size: 11pt;
}

@media (min-width: 992px) {
  .bluebox .bluebox-content {
    width: 58%;
  }
}

.bluebox .bluebox-left {
  left: 0px;
  position: absolute;
  height: 160px;
  background-image: url("/_Styles/V7/img/usbbanner.gif");
  width: 100%;
  background-repeat: no-repeat;
}

.image-grid-cover {
  /*width: 100%;*/
  background-size: cover;
  min-height: 160px;
  position: relative;
  /*margin-bottom: 30px;*/
  /*text-shadow: rgba(0,0,0,.8) 0 1px 0;*/
  /*border-radius: 4px;*/
  background-repeat: no-repeat;
}

.jslink {
  text-decoration: underline;
  cursor: pointer;
  color: #007bff !important;
}

.image-grid-head1 {
  position: absolute;
  top: 5%;
  right: 0;
  bottom: 0;
  left: 5%;
  display: block;
  width: 100%;
  z-index: 21;
  /*background: rgba(0,0,0,.45);*/
  text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
}

.image-grid-head1:hover {
  color: white;
  text-decoration: none;
}

.image-grid-head2 {
  position: absolute;
  top: 25%;
  right: 0;
  bottom: 0;
  left: 5%;
  display: block;
  width: 100%;
  z-index: 21;
  /*background: rgba(0,0,0,.45);*/
  text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0;
  color: white;
  font-weight: bold;
  font-size: 0.9rem;
}

.image-grid-head2:hover {
  color: white;
  text-decoration: none;
}

.image-grid-clickbox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 20;
  /*background: rgba(0,0,0,.45);*/
}

.cover-wrapper {
  font-size: 18px;
  text-align: center;
  display: block;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0;
  z-index: 21;
  position: relative;
  top: 80px;
}

.atlas {
  background-size: contain;
  background-repeat: no-repeat;
  /*min-height:124px;*/
  min-width: 391px !important;
}

.bg-breeam {
  background-image: url("/_Styles/V7/img/BREEAM.jpg");
}

.bg-cibse {
  background-image: url("/_Styles/V7/img/CIBSE.jpg");
}

.bg-hug {
  background-image: url("/_Styles/V7/img/Hug.jpg");
}

.bg-om {
  background-image: url("/_Styles/V7/img/Digital OM.jpg");
}

.footer_area {
  padding: 60px 0 20px;
  position: relative;
  color: #454545;
  z-index: 100;
  background: #ecebf9;
  word-break: break-all;
  word-wrap: break-word;
  border-top: 4px solid #3D4391;
}

.footer_area ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0;
}

.footer_area .fa {
  color: #e80042;
  font-size: 2rem;
}

.footer_area .single_ftr form {
  margin-top: 8px;
}

.footer_area .single_ftr p {
  margin-bottom: 10px;
}

.footer_area .sf_title {
  color: #222;
  font-size: 1rem;
  margin-top: 0px;
  text-decoration: underline;
  font-weight: 600;
  margin-bottom: 18px;
}

.footer_area .ftr_logo {
  float: left;
  padding: 15px 46px 0 0;
}

.footer_area .ftr_logo a img {
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}

.footer_area .ftr_logo a:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.3;
}

.footer_area .newsletter_form form {
  position: relative;
  display: block;
}

.footer_area .newsletter_form {
  margin-top: 0px;
  overflow: hidden;
}

.footer_area .single_ftr p {
  display: inline-block;
}

.footer_area .newsletter_form .form-control {
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 8px 20px;
  width: 100%;
  position: relative;
  background: transparent;
  color: #454545;
  border-radius: 0;
}

.footer_area .newsletter_form button {
  border: inherit;
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  box-shadow: none;
  border: 1px solid transparent;
  transition: 0.5s;
  letter-spacing: 0.5px;
  position: absolute;
  right: 0px;
  top: 0;
  padding: 12px 17px;
  transition: .5s;
}

.footer_area .newsletter_form button:hover,
.footer_area .newsletter_form button:hover {
  background: transparent;
  color: #33d286;
  opacity: .9;
}

.footer_area .newsletter_form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #454545;
  opacity: 1;
}

.footer_area .newsletter_form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #454545;
  opacity: 1;
}

.footer_area .newsletter_form :-ms-input-placeholder {
  /* IE 10+ */
  color: #454545;
  opacity: 1;
}

.footer_area .newsletter_form :-moz-placeholder {
  /* Firefox 18- */
  color: #454545;
  opacity: 1;
}

.footer_area .form-control:focus {
  border-color: #33d286;
}

.footer_area .single_ftr li {
  padding-bottom: 7px;
  color: #454545;
}

.footer_area .single_ftr a:hover {
  color: #3D4391;
}

.footer_area .ftr_social_icon li {
  display: inline-block;
  text-align: center;
  padding: 4px;
}

.footer_area .ftr_social_icon ul li a {
  border: 1px solid #454545;
  border-radius: 50%;
  color: #454545;
  display: inline-block;
  font-size: 17px;
  height: 40px;
  line-height: 32px;
  padding: 4px 8px;
  width: 40px;
  transition: .5s;
}

.footer_area .ftr_social_icon ul li a:hover {
  background: #33d286;
  border-color: #33d286;
  color: #454545;
}

.footer_area .ftr_btm_area {
  background: #454545;
  padding-top: 20px;
  color: #ecebf9 !important;
  padding-bottom: 10px;
  border-top: 1px dotted #888;
  margin-top: 28px;
  z-index: 100;
  position: relative;
}

.footer_area .copyright_text {
  margin: 6px 0;
}

.footer_area .payment_mthd_icon li {
  display: inline-block;
  margin-left: 10px;
  font-size: 30px;
  color: #454545;
}

@keyframes testimonials-fade-in-out1 {
  0% {
    opacity: 0;
    left: 0;
  }

  6.25% {
    opacity: 1;
  }

  8.75% {
    opacity: 1;
  }

  10.99999% {
    opacity: 0;
    left: 0;
  }

  11% {
    opacity: 0;
    left: -10000px;
  }
}

@keyframes testimonials-fade-in-out2 {
  10% {
    opacity: 0;
    left: -1000px;
  }

  16.25% {
    opacity: 1;
  }

  18.75% {
    opacity: 1;
  }

  20.99999% {
    opacity: 0;
    left: -1000px;
  }

  21% {
    opacity: 0;
    left: -10000px;
  }
}

@keyframes testimonials-fade-in-out3 {
  20% {
    opacity: 0;
    left: -2000px;
  }

  26.25% {
    opacity: 1;
  }

  28.75% {
    opacity: 1;
  }

  30.99999% {
    opacity: 0;
    left: -2000px;
  }

  31% {
    opacity: 0;
    left: -10000px;
  }
}

@keyframes testimonials-fade-in-out4 {
  30% {
    opacity: 0;
    left: -3000px;
  }

  36.25% {
    opacity: 1;
  }

  38.75% {
    opacity: 1;
  }

  40.99999% {
    opacity: 0;
    left: -3000px;
  }

  41% {
    opacity: 0;
    left: -10000px;
  }
}

@keyframes testimonials-fade-in-out5 {
  40% {
    opacity: 0;
    left: -4000px;
  }

  46.25% {
    opacity: 1;
  }

  48.75% {
    opacity: 1;
  }

  50.99999% {
    opacity: 0;
    left: -4000px;
  }

  51% {
    opacity: 0;
    left: -10000px;
  }
}

@keyframes testimonials-fade-in-out6 {
  50% {
    opacity: 0;
    left: -5000px;
  }

  56.25% {
    opacity: 1;
  }

  58.75% {
    opacity: 1;
  }

  60.99999% {
    opacity: 0;
    left: -5000px;
  }

  61% {
    opacity: 0;
    left: -10000px;
  }
}

@keyframes testimonials-fade-in-out7 {
  60% {
    opacity: 0;
    left: -6000px;
  }

  66.25% {
    opacity: 1;
  }

  68.75% {
    opacity: 1;
  }

  70.99999% {
    opacity: 0;
    left: -6000px;
  }

  71% {
    opacity: 0;
    left: -10000px;
  }
}

@keyframes testimonials-fade-in-out8 {
  70% {
    opacity: 0;
    left: -7000px;
  }

  76.25% {
    opacity: 1;
  }

  78.75% {
    opacity: 1;
  }

  80.99999% {
    opacity: 0;
    left: -7000px;
  }

  81% {
    opacity: 0;
    left: -10000px;
  }
}

@keyframes testimonials-fade-in-out9 {
  80% {
    opacity: 0;
    left: -8000px;
  }

  86.25% {
    opacity: 1;
  }

  88.75% {
    opacity: 1;
  }

  90.99999% {
    opacity: 0;
    left: -8000px;
  }

  91% {
    opacity: 0;
    left: -10000px;
  }
}

@keyframes testimonials-fade-in-out10 {
  90% {
    opacity: 0;
    left: -9000px;
  }

  96.25% {
    opacity: 1;
  }

  98.75% {
    opacity: 1;
  }

  99.99999% {
    opacity: 0;
    left: -9000px;
  }

  100% {
    opacity: 0;
    left: -10000px;
  }
}

/*twidth:450px*/
@keyframes testimonials-fade-in-out1md {
  0% {
    opacity: 0;
    left: 0;
  }

  6.25% {
    opacity: 1;
  }

  8.75% {
    opacity: 1;
  }

  10.99999% {
    opacity: 0;
    left: 0;
  }

  11% {
    opacity: 0;
    left: -4500px;
  }
}

/*twidth:450px*/
@keyframes testimonials-fade-in-out2md {
  10% {
    opacity: 0;
    left: -450px;
  }

  16.25% {
    opacity: 1;
  }

  18.75% {
    opacity: 1;
  }

  20.99999% {
    opacity: 0;
    left: -450px;
  }

  21% {
    opacity: 0;
    left: -4500px;
  }
}

/*twidth:450px*/
@keyframes testimonials-fade-in-out3md {
  20% {
    opacity: 0;
    left: -900px;
  }

  26.25% {
    opacity: 1;
  }

  28.75% {
    opacity: 1;
  }

  30.99999% {
    opacity: 0;
    left: -900px;
  }

  31% {
    opacity: 0;
    left: -4500px;
  }
}

/*twidth:450px*/
@keyframes testimonials-fade-in-out4md {
  30% {
    opacity: 0;
    left: -1350px;
  }

  36.25% {
    opacity: 1;
  }

  38.75% {
    opacity: 1;
  }

  40.99999% {
    opacity: 0;
    left: -1350px;
  }

  41% {
    opacity: 0;
    left: -4500px;
  }
}

/*twidth:450px*/
@keyframes testimonials-fade-in-out5md {
  40% {
    opacity: 0;
    left: -1800px;
  }

  46.25% {
    opacity: 1;
  }

  48.75% {
    opacity: 1;
  }

  50.99999% {
    opacity: 0;
    left: -1800px;
  }

  51% {
    opacity: 0;
    left: -4500px;
  }
}

/*twidth:450px*/
@keyframes testimonials-fade-in-out6md {
  50% {
    opacity: 0;
    left: -2250px;
  }

  56.25% {
    opacity: 1;
  }

  58.75% {
    opacity: 1;
  }

  60.99999% {
    opacity: 0;
    left: -2250px;
  }

  61% {
    opacity: 0;
    left: -4500px;
  }
}

/*twidth:450px*/
@keyframes testimonials-fade-in-out7md {
  60% {
    opacity: 0;
    left: -2700px;
  }

  66.25% {
    opacity: 1;
  }

  68.75% {
    opacity: 1;
  }

  70.99999% {
    opacity: 0;
    left: -2700px;
  }

  71% {
    opacity: 0;
    left: -4500px;
  }
}

/*twidth:450px*/
@keyframes testimonials-fade-in-out8md {
  70% {
    opacity: 0;
    left: -3150px;
  }

  76.25% {
    opacity: 1;
  }

  78.75% {
    opacity: 1;
  }

  80.99999% {
    opacity: 0;
    left: -3150px;
  }

  81% {
    opacity: 0;
    left: -4500px;
  }
}

/*twidth:450px*/
@keyframes testimonials-fade-in-out9md {
  80% {
    opacity: 0;
    left: -3600px;
  }

  86.25% {
    opacity: 1;
  }

  88.75% {
    opacity: 1;
  }

  90.99999% {
    opacity: 0;
    left: -3600px;
  }

  91% {
    opacity: 0;
    left: -4500px;
  }
}

/*twidth:450px*/
@keyframes testimonials-fade-in-out10md {
  90% {
    opacity: 0;
    left: -4050px;
  }

  96.25% {
    opacity: 1;
  }

  98.75% {
    opacity: 1;
  }

  99.99999% {
    opacity: 0;
    left: -4050px;
  }

  100% {
    opacity: 0;
    left: -4500px;
  }
}

.testimonials {
  position: relative;
  text-align: center;
  display: block;
  padding: 10px 0;
  margin: 0 auto;
  width: 1000px;
  font-size: 1.5rem;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .testimonials {
    width: 450px !important;
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

.testimonials > li {
  position: relative;
  text-align: justify;
  width: 995px;
  font-size: 1.75rem;
  font-family: 'Oswald', sans-serif;
  color: #444;
  display: block;
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  /*font-size: 2rem;

    @include media-breakpoint-down(md)
    {
      font-size:10px;
    }*/
}

@media (max-width: 991.98px) {
  .testimonials > li {
    width: 445px !important;
  }

  .testimonials > li > p {
    text-align: left !important;
  }
}

.testimonials > li > p {
  text-align: right;
  margin: 8px 0 0;
}

#testimonials-checkbox {
  display: none;
}

#testimonials-checkbox + label {
  display: none;
  cursor: pointer;
  line-height: 22px;
  border-radius: 11px;
  background-color: #FF5722;
  padding: 0 10px;
  color: #fff;
  margin-bottom: 20px;
}

#testimonials-checkbox + label:before {
  content: 'Back';
}

#testimonials-checkbox:not(:checked) + label:before {
  display: none;
  content: 'Read all my testimonials';
}

#testimonials-checkbox:not(:checked) + label + ul.testimonials {
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
}

#testimonials-checkbox:not(:checked) + label + ul.testimonials > li {
  margin: 0;
  opacity: 0;
  display: inline-block;
  white-space: normal;
}

#testimonials-checkbox:not(:checked) + label + ul.testimonials > li:nth-of-type(1) {
  animation: testimonials-fade-in-out1 40s infinite;
}

#testimonials-checkbox:not(:checked) + label + ul.testimonials > li:nth-of-type(2) {
  animation: testimonials-fade-in-out2 40s infinite;
}

#testimonials-checkbox:not(:checked) + label + ul.testimonials > li:nth-of-type(3) {
  animation: testimonials-fade-in-out3 40s infinite;
}

#testimonials-checkbox:not(:checked) + label + ul.testimonials > li:nth-of-type(4) {
  animation: testimonials-fade-in-out4 40s infinite;
}

#testimonials-checkbox:not(:checked) + label + ul.testimonials > li:nth-of-type(5) {
  animation: testimonials-fade-in-out5 40s infinite;
}

#testimonials-checkbox:not(:checked) + label + ul.testimonials > li:nth-of-type(6) {
  animation: testimonials-fade-in-out6 40s infinite;
}

#testimonials-checkbox:not(:checked) + label + ul.testimonials > li:nth-of-type(7) {
  animation: testimonials-fade-in-out7 40s infinite;
}

#testimonials-checkbox:not(:checked) + label + ul.testimonials > li:nth-of-type(8) {
  animation: testimonials-fade-in-out8 40s infinite;
}

#testimonials-checkbox:not(:checked) + label + ul.testimonials > li:nth-of-type(9) {
  animation: testimonials-fade-in-out9 40s infinite;
}

#testimonials-checkbox:not(:checked) + label + ul.testimonials > li:nth-of-type(10) {
  animation: testimonials-fade-in-out10 40s infinite;
}

@media (max-width: 991.98px) {
  #testimonials-checkbox:not(:checked) + label + ul.testimonials > li:nth-of-type(1) {
    animation: testimonials-fade-in-out1md 40s infinite;
  }

  #testimonials-checkbox:not(:checked) + label + ul.testimonials > li:nth-of-type(2) {
    animation: testimonials-fade-in-out2md 40s infinite;
  }

  #testimonials-checkbox:not(:checked) + label + ul.testimonials > li:nth-of-type(3) {
    animation: testimonials-fade-in-out3md 40s infinite;
  }

  #testimonials-checkbox:not(:checked) + label + ul.testimonials > li:nth-of-type(4) {
    animation: testimonials-fade-in-out4md 40s infinite;
  }

  #testimonials-checkbox:not(:checked) + label + ul.testimonials > li:nth-of-type(5) {
    animation: testimonials-fade-in-out5md 40s infinite;
  }

  #testimonials-checkbox:not(:checked) + label + ul.testimonials > li:nth-of-type(6) {
    animation: testimonials-fade-in-out6md 40s infinite;
  }

  #testimonials-checkbox:not(:checked) + label + ul.testimonials > li:nth-of-type(7) {
    animation: testimonials-fade-in-out7md 40s infinite;
  }

  #testimonials-checkbox:not(:checked) + label + ul.testimonials > li:nth-of-type(8) {
    animation: testimonials-fade-in-out8md 40s infinite;
  }

  #testimonials-checkbox:not(:checked) + label + ul.testimonials > li:nth-of-type(9) {
    animation: testimonials-fade-in-out9md 40s infinite;
  }

  #testimonials-checkbox:not(:checked) + label + ul.testimonials > li:nth-of-type(10) {
    animation: testimonials-fade-in-out10md 40s infinite;
  }
}

.testimonials-icon {
  display: inline-block;
  margin: 0 4px 4px 0;
  font-family: 'Coustard', serif;
  font-weight: 900;
  font-size: 72px;
  height: 46px;
  line-height: 109px;
  overflow: hidden;
  color: #ddd;
}

section.companiesholder {
  min-height: 200px;
  padding: 20px;
  text-align: center;
  width: 100% !important;
  background-color: #f8f9fa !important;
  margin: 0 auto 0 auto;
}

section.companiesholder img {
  height: 60px;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) opacity(30%);
}

section.companiesholder img:hover {
  height: 70px;
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%) opacity(100%);
  transition-duration: 1s;
  cursor: pointer;
}

#leftcolumn h4 {
  text-align: center;
  font-size: 0.75rem;
}

#leftcolumn h5 {
  text-align: center;
  font-size: 0.75rem;
}

#leftcolumn ul#alist, #leftcolumn ul#ridr {
  list-style: none;
}

#leftcolumn #alist > li > a {
  color: #e2020e !important;
}

#leftcolumn #ridr > li > a {
  color: #3D4391;
}

/*Project List*/
@media (min-width: 992px) {
  #leftcolumn.collapse:not(.show) {
    display: block;
  }
}

/*Right Col Collapse*/
#jqd1 > thead, #jqd1 > thead > tr > th {
  background-color: #ecebf9;
  color: black;
}

.truncated-holder, .crm-holder {
  display: none;
}

#jqd1 a {
  color: #3D4391;
}

#jqd1 > tbody > tr > td:nth-child(3), #jqd1 > tbody > tr > td:nth-child(4), #jqd1 > tbody > tr > td:nth-child(5), #jqd1 > tbody > tr > td:nth-child(6) {
  text-align: center;
}

#jqd1 > thead > tr > th:nth-child(3), #jqd1 > thead > tr > th:nth-child(4), #jqd1 > thead > tr > th:nth-child(5), #jqd1 > thead > tr > th:nth-child(6) {
  text-align: center;
}

#jqd1 > tbody > tr:nth-child(even) {
  background-color: #ecebf9;
}

#jqd1 > tbody > tr > td {
  padding: 3px;
}

.info-projectstatus-3 {
  background-color: #228b22;
  color: #fff;
}

.info-projectstatus-2 {
  background-color: #b8860b;
  color: #fff;
}

.info-projectstatus-0 {
  background-color: #ef1d1d;
  color: #fff;
}

.contactcontainer {
  background: #FFFFFF;
  width: 900px;
  height: 650px;
  margin: 5% auto;
  position: relative;
}

.contactcontainer .map {
  width: 45%;
  float: left;
}

.contactcontainer .contact-form {
  width: 53%;
  margin-left: 2%;
  float: left;
}

.contactcontainer .contact-form .title {
  font-size: 2.5em;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #242424;
  margin: 5% 8%;
}

.contactcontainer .contact-form .subtitle {
  font-size: 1.2em;
  font-weight: 400;
  margin: 0 4% 5% 8%;
}

.contactcontainer .contact-form input,
.contactcontainer .contact-form textarea {
  width: 330px;
  padding: 3%;
  margin: 2% 8%;
  /*color: #242424;*/
  border: 1px solid #B7B7B7;
}

.contactcontainer .contact-form input::placeholder,
.contactcontainer .contact-form textarea::placeholder {
  color: #242424;
}

.contactcontainer .contact-form .btn-send {
  background: #A383C9;
  width: 180px;
  height: 60px;
  color: #FFFFFF;
  font-weight: 700;
  margin: 2% 8%;
  border: none;
}

/*Project Page Tabs*/
#midcolumn #Uploads > div > hr {
  border-top: 4px dashed #454545;
}

#midcolumn > ul {
  /*background-color: lighten($color-denaployblue,50%);*/
  padding: 0px;
}

@media (min-width: 992px) {
  #midcolumn > ul > li {
    margin-right: 10px;
  }
}

#midcolumn > ul > li > a.active {
  background-color: #3D4391;
  color: white;
  border: 1px solid #3D4391;
}

#midcolumn > ul > li > a:not(.active) {
  /*color: $color-denaployblue;*/
  color: white;
  background-color: #343a40;
  border: 1px solid #3D4391;
}

#midcolumn .nav-tabs {
  border: 0;
}

#midcolumn .tab-denaploy {
  /*border: 1px solid lighten($color-denaployred,25%);*/
  border: 1px solid #343a40;
  padding: 1rem;
}

/*Upload Tab Bits*/
.upl-dropzone-border {
  outline: 2px dashed #3D4391;
}

.plist-hover:nth-child(2n+3) {
  background-color: #ecebf9;
}

.plist-hover a {
  color: #3D4391;
}

.plist-hover:hover {
  background-color: #aaa;
}

.plist-hover:hover a {
  color: black;
  text-decoration: none;
}

.picol-view {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.picol-version {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.picol-review {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.picol-draft {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.picol-final {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.picol-status {
  flex: 0 0 0%;
  max-width: 0%;
  display: none;
}

.picolstat-view {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.picolstat-status {
  flex: 0 0 25%;
  max-width: 25%;
}

.picolstat-version {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.picolstat-review {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.picolstat-draft {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.picolstat-final {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.psh {
  display: flex;
  justify-content: flex-end;
  cursor: crosshair;
}

.psh .plstepstat-0 {
  background-color: red !important;
}

.psh .plstepstat-2 {
  background-color: #b8860b !important;
}

.psh .plstepstat-3 {
  background-color: green !important;
}

.psh .plstep {
  display: flex;
  flex: 0 0 3.0303%;
  max-width: 3.0303%;
  overflow: hidden;
  height: 18px;
  background-color: #333;
  margin-right: 0.5%;
  padding-left: 2%;
  transition: all linear 0.75s;
  color: transparent;
}

.psh .plstep:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.psh .plstep:hover {
  color: white;
  flex: 0 0 56.1%;
  max-width: 56.1%;
  transition: all linear 0.75s;
}

.uploadsv2 .col-vhead {
  flex: 0 0 95%;
  max-width: 95%;
}

.uploadsv2 .col-vprint {
  flex: 0 0 5%;
  max-width: 5%;
}

.uploadsv2 h5.files {
  font-weight: bold;
}

.uploadsv2 .fg-info {
  /*background-color: purple;*/
  flex-direction: column;
}

.uploadsv2 .fg-info .fg-info-field {
  flex-direction: row;
  padding: 0.2rem 0;
}

.uploadsv2 .fg-info .fg-info-field .fg-info-field-title {
  width: 31%;
  text-align: right;
  font-weight: 700;
  margin: 0 2%;
}

.uploadsv2 .fg-info .fg-info-field .fg-info-field-item {
  width: 66%;
}

.uploadsv2 .fg-info .fg-info-field .fg-info-field-item .viewnotebutton {
  cursor: pointer;
}

.uploadsv2 .fg-files {
  border-right: dashed 1px #3D4391;
  padding: .5rem 0;
}

.uploadsv2 .fg-files .fg-file-field {
  justify-content: space-between;
  padding: .25rem 0;
  display: flex;
  align-items: center;
}

.uploadsv2 .fg-files .fg-file-field:nth-child(2n+1) {
  background-color: #ecebf9;
}

.uploadsv2 .fg-files .fg-file-field .fg-info-field-file {
  flex: 0 0 69%;
  max-width: 69%;
  padding-left: 1%;
}

.uploadsv2 .fg-files .fg-file-field .fg-file-buttons {
  display: flex;
  flex: 0 0 25%;
  max-width: 25%;
  flex-direction: row;
  justify-content: space-around;
}

.uploadsv2 .fg-files .badge-vince {
  background-color: #126bad;
  color: white;
}

.uploadsv2 .fg-files .fg-end hr {
  border: dashed 2px #3D4391;
}

#icontainer {
  bottom: 0px;
  right: 0px;
  position: fixed;
  background-color: white;
  min-width: 256px;
  max-width: 256px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
}

#icontainer .ibox {
  height: 115px;
  width: 200px;
  background: #9bc5f0;
  background: linear-gradient(180deg, #9bc5f0 0%, #d7ebfa 72%, #e3f4ff 100%);
  margin: 10px auto;
  padding: 10px;
  display: flex;
  filter: drop-shadow(0 0 0.25rem black);
  outline: solid 1px white;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
}

#icontainer .ibox .ibhead {
  font-weight: bold;
  text-align: center;
}

#icontainer .ibox .ibcont {
  overflow: hidden;
  word-wrap: break-word;
}

/* Article Pages */
article h1 {
  font-size: 24px;
  font-weight: 400;
}

article h2 {
  font-size: 1.5rem;
}

article h5 {
  font-weight: bold;
  font-size: 12px;
  padding-bottom: 10px;
}

article article p {
  font-size: 14px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards .cards_item {
  display: flex;
  padding: 1rem;
  width: 100%;
}

.cards .cards_item .card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.cards .cards_item .card .card_content {
  padding: 1rem;
  /*.btn:hover {
          background-color: #ecebf9;
          text-decoration: none;
        }*/
}

.cards .cards_item .card .card_content .btn {
  color: #000;
  padding: 0.8rem;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 400;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid #efefef;
  background: transparent;
}

.cards .cards_item .card .card_content .btn:hover {
  background-color: #ecebf9;
  text-decoration: none;
}

.cards .cards_item .card .card_title {
  color: #000;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0px;
}

.cards .cards_item .card a {
  color: #000 !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  margin-top: 1rem;
}

.cards .cards_item:first-of-type .card a {
  margin-top: 1rem;
}

@media screen and (max-width: 991px) {
  .cards .cards_item:first-of-type .card a {
    margin-top: 2rem;
  }
}

.cards .cards_item .card .card_content .card_text {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  font-weight: 400;
  text-align: left;
}

/*Article Layout*/
.container-fluid * {
  box-sizing: border-box;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {
  float: left;
  width: 70%;
  padding-left: 10px;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 30%;
  padding-left: 20px;
}

/* article image */
.artimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}

/* Add a card effect for articles */
.tab-card {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
  /*Article Tabs*/
}

.tab-card .tab-wrap {
  position: relative;
  display: flex;
  overflow: auto;
}

.tab-card .tab-wrap .tab-label-content {
  width: 100%;
}

.tab-card .tab-wrap .tab-label-content label {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  background-color: #3D4391;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 56px;
  transition: color 0.2s ease;
  width: 100%;
}

.tab-card .tab-wrap .tab-label-content .tab-content {
  position: absolute;
  top: 100px;
  left: 16px;
  line-height: 130%;
  display: none;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {
    width: 100%;
    padding: 0;
  }
}

input[type=radio][name=tabs] {
  position: absolute;
  z-index: -1;
}

input[type=radio][name=tabs]:checked + .tab-label-content label {
  color: white;
}

input[type=radio][name=tabs]:checked + .tab-label-content .tab-content {
  display: block;
}

input[type=radio][name=tabs]:nth-of-type(1):checked ~ .slide {
  left: calc((100% / 3) * 0);
}

input[type=radio][name=tabs]:nth-of-type(2):checked ~ .slide {
  left: calc((100% / 3) * 1);
}

input[type=radio][name=tabs]:nth-of-type(3):checked ~ .slide {
  left: calc((100% / 3) * 2);
}

input[type=radio][name=tabs]:nth-of-type(4):checked ~ .slide {
  left: calc((100% / 4) * 3);
}

input[type=radio][name=tabs]:first-of-type:checked ~ .slide {
  left: 0;
  top: 0;
}

.articlelist h1 {
  padding: 25px 0px 25px 0px;
}

.articlelist .article-tabs {
  color: white;
  background-color: #3D4391;
  width: 100%;
  height: 56px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

/* Article Edition page styles */
#order-sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#order-sortable li {
  margin: 2px 3px 3px 3px;
  padding: 0.2rem;
  font-size: 1em;
  min-height: 60px;
  word-break: break-all;
  position: relative;
  cursor: grab;
}

#order-sortable li:active {
  transform: scale(0.97);
}

#order-sortable li.selected-article {
  background: #47e6ff;
  border: 1px solid #0008ff;
}

#order-sortable li .arrow-move-icon {
  position: absolute;
  margin-left: -1.3em;
  font-weight: normal !important;
  right: 0;
}

.checkbox-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 0;
}

.whitelabel-checkboxes {
  display: flex;
  justify-content: end;
  gap: 5rem
}

.tri-state-checkbox {
  cursor: pointer;
  width: 16px;
  height: 16px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333;
  border-radius: 4px;
  margin-left: 10px;
}

.tri-state-checkbox.true {
  background-color: #4CAF50;
}

.tri-state-checkbox.false {
  background-color: #F44336;
}

.tri-state-checkbox.unset {
  background-color: #fff;
}

/* Article Display Page styles */
.article-container {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.article-header {
  background-color: #3D4391;
  color: white;
  padding: 50px;
  text-align: center;
}

.article-header h1 {
  margin: 0;
  color: #fff !important;
  font-size: 24px;
}

.article-subheader {
  color: grey;
  padding: 5px;
  text-align: center;
  font-size: 16px;
}

.article-subheader h2 !important {
  margin: 0;
  font-size: 22px;
}

.hero-image {
  text-align: center;
  background: url('hero-image.jpg') no-repeat center center/cover;
}

.hero-image img {
  width: 100%;
}

.article-content {
  padding: 20px;
}

.article-content h2 !important {
  color: #3D4391;
  font-size: 16px;
  margin-top: 0;
}

.article-content p !important {
  line-height: 1.6;
  margin-bottom: 20px;
}

.article-content img.note-float-left {
  height: auto;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  border-radius: 8px;
}

.article-content img.note-float-right {
  height: auto;
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
  border-radius: 8px;
}

.tab-card {
  padding: 0;
}

.tab-label-content label {
  margin-bottom: 0;
}

.cards .cards_item {
  padding: 0;
}

.tab-content {
  width: 100%;
  top: unset !important;
  left: 0 !important;
}

.card {
  border-radius: 0 !important;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card_image img {
  max-height: 150px;
}

.card_content {
  padding: 0.5rem 1rem !important;
}

.card_text {
  font-size: 0.75rem !important;
  margin-bottom: 0 !important;
}

@media (max-width: 600px) {
  .article-content img.note-float-left,
  .article-content img.note-float-right {
    float: none !important;
    margin: 0 8px 20px auto;
    display: block;
  }
}

.more-articles {
  position: fixed;
  right: -100%;
  top: 0;
  height: 100%;
  width: 80%;
  background: #f8f9fa;
  transition: right 0.3s ease;
  z-index: 1050;
}

.more-articles.active {
  right: 0;
}

.more-articles-btn {
  right: -15px;
  top: 2px;
  position: absolute;
  background: #3D4391;
  border: none;
  font-size: 0.75rem;
  color: #fff;
  cursor: pointer;
}

.page-container {
  width: 100%;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.more-articles.active .overlay {
  display: block;
}

.close-more-articles-btn {
  background: none;
  border: none;
  font-size: 1rem;
  color: #fff;
  position: absolute;
  top: 58px;
  left: 0;
  cursor: pointer;
  z-index: 1;
  font-weight: 700;
  background: #3D4391;
  border: none;
  font-size: 0.75rem;
  color: #fff;
  padding: 5px 20px;
}

@media (max-width: 991.98px) {
  .more-articles {
    position: fixed;
    right: -100%;
    top: 0;
    height: 100%;
    width: 60%;
    min-width: 300px;
    background: #f8f9fa;
    transition: right 0.3s ease;
    z-index: 1050;
    margin: 0;
  }

  .more-articles.active {
    right: 0;
  }
}

@media (min-width: 992px) {
  .more-articles {
    position: static;
    width: auto;
    height: auto;
    background: none;
    width: 30%;
    margin-top: 20px;
  }

  .close-more-articles-btn {
    display: none;
  }

  .page-container {
    width: 70%;
  }
}

.navbar-nav .nav-link {
  font-size: 1rem;
}

.search__container {
  flex-flow: initial;
}

.search__input {
  min-width: 110px;
}

.search__button {
  min-width: 80px;
}

.fw-bold {
  font-weight: 600;
}

.section__hero {
  background: url(/_Styles/V7/img/denaploy-hero.webp);
  height: 60vh;
  max-height: 1200px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: 100% 30%;
}

.hero__container {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hero__text {
  transform: translateY(-10%);
  text-align: right;
}

.section__hero .heading__primary {
  color: #3B4490;
  text-align: right;
  font-size: 2.6rem;
  line-height: 1.4;
  background: #C5E3FE5f;
  border-radius: 40px;
  box-shadow: 0 0 30px 30px #C5E3FE5f;
}

@media screen and (max-width: 991px) {
  .section__hero {
    background-position: 66% 0%;
  }

  .section__hero .heading__primary {
    font-size: 2rem;
  }
}

@media screen and (max-width: 520px) {
  .section__hero .heading__primary {
    padding: 0;
    text-align: center;
    font-size: 1.6rem;
  }
}

.section__numbers .container {
  position: relative;
}

.numbers__circles {
  width: 70%;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem 5rem 1rem 0;
}

.numbers__circle {
  height: 200px;
  min-width: 200px;
  width: 200px;
  padding: 2rem;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #E80042;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.numbers__heading {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  color: #000;
  margin: 0;
  white-space: nowrap
}

.numbers__heading span {
  font-size: inherit;
}

@property --denaployEstablishedYear {
  syntax: '<integer>';
  initial-value: 2025;
  inherits: false;
}

@property --manualsCompletedNumber {
  syntax: '<integer>';
  initial-value: 0;
  inherits: false;
}

@property --projectsWorthInteger {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}

.numbers__heading .animate-counter.year-established {
  animation: yearCounter 2s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  counter-reset: numberYear var(--denaployEstablishedYear);
  --denaployEstablishedYear: 1989
}

.numbers__heading .animate-counter.year-established::after {
  content: counter(numberYear);
}

.numbers__heading .animate-counter.manuals-completed {
  animation: manualsCounter 2s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  counter-reset: numberManuals var(--manualsCompletedNumber);
  --manualsCompletedNumber: 5000
}

.numbers__heading .animate-counter.manuals-completed::after {
  content: counter(numberManuals);
}

.numbers__heading .animate-counter.projects-worth {
  animation: projectsWorthCounter 3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  counter-reset: projectsWorth var(--projectsWorthInteger);
  --projectsWorthInteger: 3
}

.numbers__heading .animate-counter.projects-worth::after {
  content: counter(projectsWorth);
}

@keyframes yearCounter {
  from {
    --denaployEstablishedYear: 2025;
  }

  to {
    --denaployEstablishedYear: 1989;
  }
}

@keyframes manualsCounter {
  from {
    --manualsCompletedNumber: 0;
  }

  to {
    --manualsCompletedNumber: 5000;
  }
}

@keyframes projectsWorthCounter {
  from {
    --projectsWorthInteger: 0;
  }

  to {
    --projectsWorthInteger: 3;
  }
}

.numbers__description {
  text-align: center;
  font-size: 1.1rem;
  margin: 0;
}

.contact-form {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  z-index: 1;
}

.form__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}

.form__heading {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #3D4391;
  text-align: center;
}

.form__description {
  font-size: .9rem;
  text-align: center;
  color: #000;
}

.form__inputs {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.form__input {
  position: relative;
}

.form__input label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5rem;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.form__input input {
  width: 100%;
  border: 0;
}

.form__input:first-of-type input {
  padding: 1rem 0.6rem 1rem calc(5ch + 2rem);
}

.form__input:nth-of-type(2) input {
  padding: 1rem 0.6rem 1rem calc(8ch + 3.2rem);
}

.form__input:nth-of-type(3) input {
  padding: 1rem 0.6rem 1rem calc(5ch + 2rem);
}

.contact-form fieldset {
  background: #CBC0F9;
  padding: 1rem 1rem 2rem;
  margin: 1rem 0 0;
}

.form__footer {
  margin-top: 1rem;
  text-align: center;
  position: relative;
}

.privacy-disclaimer {
  margin-bottom: 1rem;
}

.form__footer button {
  text-transform: uppercase
}

#contactFormFeedback {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

#contactFormSpinner {
  position: absolute;
  left: 50%;
  translate: -50%;
  display: block;
}

.numbers__text {
  padding: 2rem 0 2rem;
  width: 50%;
}

.numbers__text p {
  font-size: 1.2rem;
  margin: 1.2rem 0 1rem;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .section__numbers .container {
    padding-bottom: 2rem;
  }

  .numbers__circles {
    width: 100%;
    padding: 2rem 0 1rem;
  }

  .contact-form {
    position: static;
    width: 100%;
  }

  .numbers__text {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .numbers__circles {
    justify-content: center;
  }

  .numbers__circle {
    height: 150px;
    min-width: 150px;
    width: 150px;
  }

  .numbers__heading {
    font-size: 1.8rem;
  }

  .numbers__description {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 576px) {
  .section__numbers .container {
    padding-bottom: 0;
  }

  .section__numbers .bg-denaployblue {
    padding-bottom: 2rem;
  }

  .numbers__circles {
    flex-direction: column;
    align-items: center;
  }

  .numbers__circle {
    height: 200px;
    min-width: 200px;
    width: 200px;
  }

  .numbers__heading {
    font-size: 2.2rem;
  }

  .numbers__description {
    font-size: 1.2rem;
  }

  .numbers__text {
    text-align: center;
    padding-bottom: 0;
  }
}

.section__testimonials {
  margin: 3rem 0;
}

.section__testimonials .swiper-button-prev {
  left: -2rem;
}

.section__testimonials .swiper-button-next {
  right: -2rem;
}

.section__testimonials .swiper-wrapper {
  margin-bottom: 1rem;
}

.section__testimonials .swiper-slide {
  height: auto;
  padding-top: 5rem;
}

.testimonial__card {
  position: relative;
  padding: 1rem;
}

.testimonials__left-quote, .testimonials__right-quote {
  font-size: 8rem;
  font-family: Arial;
  color: #E80042;
  position: absolute;
  line-height: 1;
  height: 3rem;
}

.testimonials__left-quote {
  top: 1.6rem;
  left: -0.3rem;
}

.testimonials__right-quote {
  bottom: 1.6rem;
  right: -0.3rem;
}

.testimonial__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.testimonial__text {
  font-size: 1.2rem;
  text-align: center;
  font-style: italic;
}

.testimonial__text strong {
  font-weight: 600;
  font-size: inherit;
}

.testimonial__author-position {
  font-size: 1rem;
  margin-bottom: 0.4rem;
}

.testimonial__author-name {
  font-size: 1.2rem;
  font-weight: 600;
}

@media screen and (max-width: 576px) {
  #testimonialCarousel {
    margin: 0 1rem;
  }

  .section__testimonials .swiper-button-prev {
    left: 1rem;
  }

  .section__testimonials .swiper-button-next {
    right: 1rem;
  }
}

.section__links .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.link__container {
  margin-top: 1rem;
  padding: 1rem;
  display: flex;
  flex: 0 1 33.33%;
  flex-direction: column;
  justify-content: space-between;
}

.link__header {
  background: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 1.4rem;
  padding: 1rem 0.6rem;
  height: 4rem;
  color: #3d4391
}

.link__header--image {
  padding: 0;
  width: 100%;
  overflow: hidden;
  max-height: 4rem;
}

.link__header--image img {
  transform: scale(0.8);
}

.link__body {
  margin-bottom: 1rem;
  box-shadow: 0 0 10px #666;
}

.link__body:hover {
  text-decoration: none;
}

.link__image-wrapper {
  height: 10rem;
  width: 100%;
  overflow: hidden;
}

.link__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.link__header--image .link__image {
  object-fit: contain;
}

.link__text-container {
  min-height: 9rem;
  padding: 0.6rem;
  font-weight: 600;
  text-align: center;
  background: #fff;
  max-height: 9rem;
}

.link__text {
  font-size: 1rem;
  margin-bottom: 0;
}

.link__button {
  padding: 1.2rem 0.6rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.link__button.purple {
  background-color: #cbc0f9;
  border: #cbc0f9;
}

.link__button.purple:hover {
  background-color: #9f97c1;
}

.link__button.red {
  background-color: #e80042;
  border: #e80042;
}

.link__button.red:hover {
  background-color: #c82333;
}

.link__button.yellow {
  background-color: #edb249;
  border: #edb249;
}

.link__button.yellow:hover {
  background-color: #e0a800;
}

.link__button.grey {
  background-color: #7f7f7f;
  border: #7f7f7f;
}

.link__button.grey:hover {
  background-color: #6f6f6f;
}

.link__button.dark {
  background-color: #041443;
  border: #041443;
}

.link__button.dark:hover {
  background-color: #002aab;
}

@media screen and (max-width: 1200px) {
  .section__links .container {
    flex-wrap: wrap;
  }

  .link__container {
    flex: 0 1 50%;
  }
}

@media screen and (max-width: 991px) {
  .link__container {
    flex: 1 0 50%;
  }
}

@media screen and (max-width: 767px) {
  .link__container {
    flex: 1 0 100%;
  }
}

.section__customers {
  margin-top: 4rem;
  margin-bottom: 5rem;
}

.section__customers .heading--secondary {
  text-align: center;
  margin-bottom: 2rem;
}

.customers__images-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  text-align: center;
  margin-bottom: 5rem;
  gap: 10px;
}

.customers__image-wrapper {
  width: 100%;
  height: 5rem;
}

.customers__image {
  width: 100%;
  height: 100%;
  min-height: 1rem;
  object-fit: contain;
  transition: transform 0.2s ease-in;
  border-radius: 2px;
}

.customers__image-wrapper {
  grid-column: span 3;
}

.customers__image-wrapper:nth-child(7n+5),
.customers__image-wrapper:nth-child(7n+6),
.customers__image-wrapper:nth-child(7n+7) {
  grid-column: span 4;
}

@media screen and (max-width: 576px) {
  .customers__images-container {
    gap: 5px;
  }

  .customers__image-wrapper {
    grid-column: span 4;
  }

  .customers__image-wrapper:nth-child(5n+4),
  .customers__image-wrapper:nth-child(5n+5) {
    grid-column: span 6;
  }
}

.customers__button-container {
  text-align: center;
}

.customers__button {
  text-transform: uppercase;
}

.customers__footer-text {
  font-size: 1.6rem;
  height: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section__features {
  padding: 3rem 0 2rem;
  margin-bottom: 4rem;
}

.section__features .heading--secondary {
  text-align: center;
  line-height: 1.6;
}

.features__header {
  padding: 0 1rem;
  margin-bottom: 5rem;
}

.features__body {
  display: flex;
  flex-wrap: wrap;
}

.feature {
  flex: 1 1 50%;
  min-height: 6rem;
  padding: 2rem 3.6rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.section__features .heading__tertiary {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.feature__description {
  font-size: 1rem;
}

.section__features .heading__tertiary.color-red {
  color: #E80042;
}

.section__features .heading__tertiary.color-blue {
  color: #3D4391;
}

@media screen and (max-width: 767px) {
  .feature {
    padding: 1rem;
  }
}

@media screen and (max-width: 576px) {
  .feature {
    flex: 1 0 100%;
  }
}

.section__articles {
  margin: 2rem 0 5rem;
}

.section__articles .heading--secondary {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  text-align: center;
}

.articles__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.artcontainer {
  flex: 0 1 calc(33.33% - 11px);
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  .artcontainer {
    flex: 0 1 calc(50% - 11px);
  }
}

@media screen and (max-width: 768px) {
  .artcontainer {
    flex: 0 1 100%;
  }
}

.artcontainer .artinner {
  position: relative;
}

.artcontainer .artinner .projectsholder-title {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(46, 51, 132, 0.8);
  min-height: 3rem;
  padding: 0.5rem;
  width: 100%;
}

.artcontainer .artinner .projectsholder-title.casestudy {
  background-color: rgba(46, 51, 132, 0.8);
}

.artcontainer .artinner .projectsholder-title a {
  color: white;
  font-weight: bold;
}

.artcontainer .artinner img {
  width: 100%;
}

.section__accreditations {
  margin: 2rem 0 4rem;
}

.section__accreditations .heading--secondary {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 3rem;
}

.section__accreditations .heading--tertiary {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
}

.accreditations {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.accreditation__wrapper {
  text-align: center;
  flex: 1 0 25%;
}

.accreditation__image {
  max-height: 4rem;
}

@media screen and (max-width: 767px) {
  .section__accreditations .heading--tertiary {
    text-align: center;
    margin-bottom: 2rem;
  }

  .accreditations {
    flex-wrap: wrap;
  }

  .accreditation__wrapper {
    flex: 1 0 50%;
    margin-bottom: 1.6rem;
  }
}

@media screen and (max-width: 420px) {
  .accreditations {
    flex-wrap: wrap;
  }

  .accreditation__wrapper {
    flex: 1 0 100%;
  }
}

.section__ridr-hero {
  background: url(/_Styles/V7/img/ridr-hero.webp);
  height: 60vh;
  max-height: 1200px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: 100% 90%;
}

.ridr-hero__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem
}

.ridr-logo__image {
  width: 100%;
  max-height: 12rem;
}

.section__ridr-hero .heading__primary {
  font-size: 2.6rem;
  color: #fff;
  text-align: center;
}

.ridr-hero__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}

@media screen and (max-width: 768px) {
  .section__ridr-hero {
    height: 50vh;
  }

  .ridr-logo__image {
    max-height: 10rem;
  }

  .section__ridr-hero .heading__primary {
    font-size: 1.8rem;
  }
}

.section__ridr-subhero {
  background: url(/_Styles/V7/img/background-dots.webp);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 60%;
}

.section__ridr-subhero .container {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.ridr-subhero__text {
  display: flex;
  flex-direction: column;
  gap: 2rem
}

.ridr-subhero__paragraph h2 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0a0a0a
}

.ridr-subhero__paragraph p {
  font-size: 1.2rem;
}

.ridr-subhero__button-container {
  margin-top: 5rem;
}

.ridr-subhero__button {
  text-transform: uppercase;
}

@media screen and (max-width: 576px) {
  .ridr-subhero__text {
    text-align: center;
  }

  .ridr-subhero__paragraph h2 {
    text-align: center;
  }

  .ridr-subhero__button {
    width: 100%
  }
}

.section__ridr-features {
  background-color: #041443;
}

.section__ridr-features .container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section__ridr-features h2 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 4rem;
}

.ridr-features__container {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.ridr-feature__wrapper {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.ridr-feature__circle {
  height: 180px;
  min-width: 180px;
  width: 180px;
  padding: 2rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ridr-feature__circle.blue {
  background-color: #3D4391;
  color: #fff;
}

.ridr-feature__circle.red {
  background-color: #E80042;
  color: #fff;
}

.ridr-feature__circle.light {
  background-color: #CBC0F9;
  color: #041443;
}

.ridr-feature__circle span {
  font-weight: 600;
  font-size: 1.6rem;
}

.ridr-feature__description span {
  font-size: 1.4rem;
  color: #fff;
}

@media screen and (max-width: 576px) {
  .ridr-features__container {
    gap: 2rem;
  }

  .ridr-feature__wrapper {
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  }

  .ridr-feature__description {
    text-align: center;
  }
}

.section__cta .container {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.section__cta .heading--secondary {
  margin-bottom: 3rem;
  text-align: center;
}

.cta-button__container {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.cta-button {
  color: #fff;
  text-transform: uppercase;
  width: 18rem;
}

@media screen and (max-width: 576px) {
  .cta-button {
    width: 100%;
  }
}

#brochureModal .modal-content {
  background-color: rgb(203, 192, 249);
}

#brochureModal input {
  height: auto;
}

#brochureModal button {
  text-transform: uppercase;
}
