/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
#g-navigation {
  width: 100%;
}
#g-main .g-content {
  margin: 0px;
  padding: 0px;
}
[class*="col-"] {
  width: 100%;
  float: left;
}
@media (min-width: 1024px) {
  .col-4 {
    width: 33.33333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-8 {
    width: 66.66%;
  }
}
@-webkit-keyframes fade-up {
  0% {
    opacity: 0;
    top: -60px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-moz-keyframes fade-up {
  0% {
    opacity: 0;
    top: -60px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-ms-keyframes fade-up {
  0% {
    opacity: 0;
    top: -60px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-o-keyframes fade-up {
  0% {
    opacity: 0;
    top: -60px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    top: -60px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    top: 85px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-moz-keyframes slideUp {
  0% {
    opacity: 0;
    top: 85px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-ms-keyframes slideUp {
  0% {
    opacity: 0;
    top: 85px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-o-keyframes slideUp {
  0% {
    opacity: 0;
    top: 85px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    top: 85px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes slideDown {
  0% {
    opacity: 0;
    top: -85px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-moz-keyframes slideDown {
  0% {
    opacity: 0;
    top: -85px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-ms-keyframes slideDown {
  0% {
    opacity: 0;
    top: -85px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-o-keyframes slideDown {
  0% {
    opacity: 0;
    top: -85px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    top: -85px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    right: -85px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@-moz-keyframes slideLeft {
  0% {
    opacity: 0;
    right: -85px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@-ms-keyframes slideLeft {
  0% {
    opacity: 0;
    right: -85px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@-o-keyframes slideLeft {
  0% {
    opacity: 0;
    right: -85px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    right: -85px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    left: -85px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-moz-keyframes slideRight {
  0% {
    opacity: 0;
    left: -85px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-ms-keyframes slideRight {
  0% {
    opacity: 0;
    left: -85px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-o-keyframes slideRight {
  0% {
    opacity: 0;
    left: -85px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes slideRight {
  0% {
    opacity: 0;
    left: -85px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.u-fade {
  -webkit-animation: fade-up 1s .3s forwards;
  -moz-animation: fade-up 1s .3s forwards;
  -ms-animation: fade-up 1s .3s forwards;
  -o-animation: fade-up 1s .3s forwards;
  animation: fade-up 1s .3s forwards;
}
.c-block__gold-discovery .g-title, .c-block__gold-discovery .c-introduction {
  opacity: 0;
  position: relative;
}
.c-block__gold-discovery .c-introduction {
  animation-delay: 0.7s;
}
.c-animated-object {
  opacity: 0;
  position: relative;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
}
.c-animated-object.c-delay1 {
  animation-delay: 0.3s !important;
  -webkit-animation-delay: 0.3s !important;
}
.c-animated-object.active.from-right {
  -webkit-animation: slideLeft 1s forwards;
  -moz-animation: slideLeft 1s forwards;
  -ms-animation: slideLeft 1s forwards;
  -o-animation: slideLeft 1s forwards;
  animation: slideLeft 1s forwards;
}
.c-animated-object.active.from-left {
  -webkit-animation: slideRight 1s forwards;
  -moz-animation: slideRight 1s forwards;
  -ms-animation: slideRight 1s forwards;
  -o-animation: slideRight 1s forwards;
  animation: slideRight 1s forwards;
}
.c-animated-object.active.from-top {
  -webkit-animation: slideDown 1s forwards;
  -moz-animation: slideDown 1s forwards;
  -ms-animation: slideDown 1s forwards;
  -o-animation: slideDown 1s forwards;
  animation: slideDown 1s forwards;
}
.c-animated-object.active.from-bottom {
  -webkit-animation: slideUp 1s forwards;
  -moz-animation: slideUp 1s forwards;
  -ms-animation: slideUp 1s forwards;
  -o-animation: slideUp 1s forwards;
  animation: slideUp 1s forwards;
}
.pbanner .g-content {
  margin: 0px;
  padding: 0px;
}
.pbanner p {
  margin: 0px;
}
.chronoforms6_credits {
  display: none;
}
.rollover:hover {
  opacity: 0.6;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.rss-header {
  transform: rotate(0);
  transition: transform 0.5s ease;
}
.rss-header:hover {
  transform: rotate(360deg);
}
.g-main-nav .g-toplevel > li {
  text-transform: uppercase;
  font-size: 17px;
  padding: 15px 45px;
}
@media (max-width: 1625px) {
  .g-main-nav .g-toplevel > li {
    padding: 15px 20px;
  }
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background-color: #192d46;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #fff;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected {
  background-color: #264162;
}
a:hover {
  color: #3783a5;
}
.menu a:hover {
  border: 0;
  box-sizing: border-box;
  padding-bottom: 8px !important;
}
.menu a:before, .menu a:after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
.menu a:before, .menu a:after {
  border-bottom: 2px solid transparent;
  width: 0;
  height: 0;
}
.menu a:after {
  bottom: 0;
  left: 0;
}
.menu a:hover::before, .menu a:hover::after {
  width: 100%;
  height: 100%;
}
.menu a:hover::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
  transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s, height 0.25s ease-out 0.55s;
}
#g-showcase, #g-feature, #g-main {
  padding: 0px;
}
#g-footer .g-content {
  margin: 0px;
  padding: 0px;
}
#g-footer {
  border-top: none;
}
section > .g-container, main > .g-container, footer > .g-container {
  width: 100%;
  text-align: center;
}
.divider {
  padding: 0px 15px;
  vertical-align: text-bottom;
  font-weight: 600;
}
.services {
  padding: 35px 40px;
  text-align: center;
}
@media (max-width: 1220px) {
  .services {
    padding: 20px 0px;
  }
}
@media (max-width: 1000px) {
  .services {
    padding: 20px 30px;
  }
}
.services h2 {
  text-transform: uppercase;
  margin-top: 50px;
}
.integrated-supported {
  background-color: #f0f4f8;
}
@media (max-width: 1000px) {
  .size-25 {
    -webkit-flex: 0 50%;
    -moz-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    width: 50%;
  }
}
.nice-button {
  margin: 0 auto;
  border: 2px solid lightgray;
  border-radius: 25px;
  display: block;
  width: 250px;
  height: 54px;
  font-weight: 600;
  font-size: 18px;
  padding: 10px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.nice-button:hover {
  background-color: #192d46;
  color: white;
}
.sign-up {
  background-color: #314d6f;
  width: 150px;
  height: 40px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 20px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  padding: 10px 60px;
}
.sign-up:hover {
  background-color: #fff;
  color: #192d46 !important;
  font-weight: bold;
}
.g-title {
  text-transform: uppercase;
}
@media (max-width: 1267px) {
  .header-logo, .menu, .header-icons {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
#g-offcanvas, #g-mobilemenu-container ul {
  background: #192d46 !important;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #ffffff;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container {
  color: #192d46;
  font-weight: bold;
}
.video-banner {
  height: 800px;
}
@media (max-width: 1500px) {
  .video-banner {
    height: 700px;
  }
}
@media (max-width: 1040px) {
  .video-banner {
    height: 500px;
  }
}
.topbanner-presentation .g-content {
  margin: 0px;
  padding: 0px;
}
.topbanner-presentation .c-bg-video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  background: #222222;
}
.topbanner-presentation .c-bg-video .player {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  transition-delay: 0.5s;
}
@media (min-width: 1024px) {
  .topbanner-presentation .c-bg-video .player {
    display: block;
  }
}
.topbanner-presentation .c-bg-video .player img {
  width: 100%;
}
.topbanner-presentation .c-bg-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: transparent;
}
.topbanner-presentation .c-bg-video .video > a {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  z-index: -100;
}
.topbanner-presentation .c-bg-video::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #292929;
  opacity: 0;
  z-index: 2;
}
.topbanner-presentation .b-banner {
  background: #67828b;
}
@media (min-width: 992px) {
  .topbanner-presentation .b-banner {
    border-left: solid 0px #fff;
    border-right: solid 0px #fff;
  }
}
.topbanner-presentation .b-banner--subpage {
  border: none;
}
.topbanner-presentation .b-banner--subpage img {
  display: none;
}
.topbanner-presentation .c-video-bg--industry {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.topbanner-presentation .c-banner__text {
  text-align: center;
  position: absolute;
  top: 20%;
  max-width: 100%;
  width: 100%;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .topbanner-presentation .c-banner__text {
    width: 100%;
    top: 30%;
    margin-left: 0%;
  }
  .topbanner-presentation .c-banner__text p {
    font-size: 20px !important;
  }
}
.topbanner-presentation .c-banner__text h1 {
  text-transform: uppercase;
  text-shadow: 1px 1px 6px black;
  font-size: calc(4vw - 1rem);
  color: white;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .topbanner-presentation .c-banner__text h1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topbanner-presentation .c-banner__text h1 {
    font-size: calc(4vw - 1rem);
  }
}
.topbanner-presentation .c-banner__text h1 strong {
  color: white;
}
.topbanner-presentation .c-banner__text h2 {
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  text-shadow: 4px 5px 6px black;
  font-size: calc(4vw - 1rem);
}
@media only screen and (max-width: 767px) {
  .topbanner-presentation .c-banner__text h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topbanner-presentation .c-banner__text h2 {
    font-size: calc(5.5vw - 1rem);
  }
}
.topbanner-presentation .c-banner__text h3 {
  text-transform: uppercase;
  color: white;
  font-size: calc(3.5vw - 1rem);
  text-shadow: 1px 1px 6px black;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .topbanner-presentation .c-banner__text h3 {
    font-size: 30px;
    margin: 0rem 0 1.5rem 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topbanner-presentation .c-banner__text h3 {
    font-size: calc(4.5vw - 1rem);
  }
}
.topbanner-presentation .c-banner__text h3 a {
  text-transform: uppercase;
  color: white;
  font-size: calc(3.5vw - 1rem);
  text-shadow: 1px 1px 6px black;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .topbanner-presentation .c-banner__text h3 a {
    font-size: 14px;
    margin: 0rem 0 1.5rem 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topbanner-presentation .c-banner__text h3 a {
    font-size: calc(4.5vw - 1rem);
  }
}
.topbanner-presentation .c-banner__text h5 {
  text-transform: uppercase;
  color: white;
  font-size: calc(2.5vw - 1rem);
  text-shadow: 1px 1px 6px black;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .topbanner-presentation .c-banner__text h5 {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topbanner-presentation .c-banner__text h5 {
    font-size: calc(3.5vw - 1rem);
  }
}
.topbanner-presentation .c-banner__text p {
  /* font-size: calc(2.3vw - 1rem);
           text-align: left;
           @include mobile{
                  font-size: 12px;
             text-shadow: 1px 1px 1px white;
            }
            @include tablet{
               font-size: calc(3.3vw - 1rem);
            }*/
}
.topbanner-presentation .c-banner__text .textsubbanner {
  margin-left: 20%;
  margin-right: 20%;
}
@media only screen and (max-width: 767px) {
  .topbanner-presentation .c-banner__text .textsubbanner {
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (max-width: 1370px) {
  .topbanner-presentation .investors-text {
    top: 20%;
  }
  .topbanner-presentation .investors-text p {
    font-size: 15px !important;
    padding: 0px 50px;
  }
}
@media (max-width: 1023px) {
  .topbanner-presentation .investors-text {
    top: 20%;
  }
  .topbanner-presentation .investors-text h2 {
    font-size: calc(5vw - 1rem);
  }
  .topbanner-presentation .investors-text p {
    font-size: 13px !important;
  }
  .topbanner-presentation .investors-text .nice-button {
    padding: 10px;
    font-size: 20px;
  }
}
.topbanner-presentation .investors-text {
  width: 100%;
  margin: auto;
}
.topbanner-presentation .investors-text, .showcase-banner .investors-text {
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  text-shadow: 4px 5px 6px black;
  position: absolute;
  top: 100px;
  font-size: calc(4vw - 1rem);
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .topbanner-presentation .investors-text, .showcase-banner .investors-text {
    font-size: 30px;
    top: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topbanner-presentation .investors-text, .showcase-banner .investors-text {
    font-size: calc(5.5vw - 1rem);
    top: 25px;
  }
}
@media (max-width: 400px) {
  .topbanner-presentation .investors-text, .showcase-banner .investors-text {
    font-size: 27px;
  }
}
.topbanner-presentation .g-content, .showcase-banner .g-content {
  margin: 0px;
  padding: 0px;
}
.topbanner-presentation .container, .showcase-banner .container {
  position: relative;
  width: 100%;
}
.topbanner-presentation .image, .showcase-banner .image {
  display: block;
  width: 100%;
  height: auto;
}
.topbanner-presentation .overlay, .showcase-banner .overlay {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #000;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
  opacity: 0.6;
}
.topbanner-presentation .container:hover .img, .showcase-banner .container:hover .img {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.topbanner-presentation .container:hover .overlay, .showcase-banner .container:hover .overlay {
  top: 0;
  height: 50%;
  margin-top: 32%;
}
.topbanner-presentation .container:hover .image, .showcase-banner .container:hover .image {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.2s ease-in;
}
.topbanner-presentation .container .image, .showcase-banner .container .image {
  -webkit-transition: all 0.2s ease-in;
}
.topbanner-presentation .container::before .image, .showcase-banner .container::before .image {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in;
}
.topbanner-presentation .container, .showcase-banner .container {
  overflow: hidden;
}
.topbanner-presentation .text, .showcase-banner .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .topbanner-presentation .text, .showcase-banner .text {
    width: 90%;
    font-size: 18px;
  }
  .topbanner-presentation .text .nice-button, .showcase-banner .text .nice-button {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .topbanner-presentation .text, .showcase-banner .text {
    font-size: 15px;
  }
  .topbanner-presentation .text .nice-button, .showcase-banner .text .nice-button {
    font-size: 15px;
  }
}
.about-us-banner .g-content {
  margin: 0px;
  padding: 0px;
}
.years-in-business {
  background: #525252;
  color: #fff;
  height: 300px;
  padding: 50px;
}
.happy-clients {
  background: #6a6a6a;
  color: #fff;
  height: 300px;
  padding: 50px;
}
.owned-by-management {
  background: #b8b8b8;
  color: #fff;
  height: 300px;
  padding: 50px;
}
.number {
  font-size: 50px;
  margin: 0;
}
.text {
  font-size: 30px;
  font-weight: 300;
  margin: 0;
}
.leveraging > div {
  width: 80%;
  margin: auto !important;
}
.compliance {
  width: 450px;
  text-align: left;
  left: 30px;
  top: -110px;
  position: relative;
}
.compliance-img {
  position: relative;
  left: 18%;
}
.efficiency {
  width: 450px;
  text-align: right;
  left: 400px;
  top: -725px;
  position: relative;
}
.efficiency h3 {
  text-align: left;
}
.efficiency-img {
  position: relative;
  bottom: 592px;
  right: -2%;
}
.value {
  width: 300px;
  text-align: left;
  top: -300px;
  left: 490px;
  position: relative;
}
.value-img {
  position: relative;
  right: 20%;
}
.flexible {
  width: 450px;
  text-align: left;
  top: -815px;
  left: 25px;
  position: relative;
}
.flexible h3 {
  text-align: right;
}
.flexible-img {
  position: relative;
  bottom: 610px;
}
.about-us-icons .icons {
  display: flex;
}
.about-us-icons .row1, .about-us-icons .row2 {
  display: flex;
  width: 50%;
}
.about-us-icons .products {
  background: #032744;
  color: white;
  padding: 60px;
  width: 100%;
}
.about-us-icons .products2 {
  background: #073f6c;
  color: white;
  padding: 60px;
  width: 100%;
}
.about-us-icons .title {
  color: white;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.about-us-icons .sub-title {
  font-weight: 300;
  font-size: 17px;
  margin-top: 0px;
}
@media (max-width: 1200px) {
  .about-us-icons .icons {
    display: block;
  }
  .about-us-icons .row1, .about-us-icons .row2 {
    width: 100%;
    display: flex;
  }
  .about-us-icons .products, .about-us-icons .products2 {
    width: 50%;
  }
}
@media (max-width: 667px) {
  .about-us-icons .row1, .about-us-icons .row2 {
    display: block;
  }
  .about-us-icons .products, .about-us-icons .products2 {
    width: 100%;
  }
}
.about-us .page-header {
  display: none;
}
.about-us .team {
  background: url('../../../../images/team-background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.about-us .team h2 {
  margin: 0px;
  padding: 50px;
  color: white;
  text-transform: uppercase;
}
.about-us .team .row1, .about-us .team .row2 {
  display: flex;
  width: 90%;
  margin: auto;
}
.about-us .team .row1-1, .about-us .team .row1-2, .about-us .team .row2-1, .about-us .team .row2-2 {
  display: flex;
  width: 100%;
}
.about-us .team .row2 {
  margin-top: 50px;
  padding-bottom: 150px;
}
.about-us .team .card {
  background-color: #dadee1;
  opacity: 0.75;
  width: 100%;
  height: 300px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 100px 0px;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
.about-us .team .card h3 {
  color: #032744;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
  -webkit-transition: font-size 1s;
  -moz-transition: font-size 1s;
  -o-transition: font-size 1s;
  transition: font-size 1s;
}
.about-us .team .card hr {
  width: 75px;
  margin: auto;
  color: #11344f;
  background: #11344f;
  height: 3px;
  border: none;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.about-us .team .card p {
  margin-top: 10px;
  -webkit-transition: font-size 1s;
  -moz-transition: font-size 1s;
  -o-transition: font-size 1s;
  transition: font-size 1s;
}
.about-us .team .card:hover {
  opacity: 1;
}
.about-us .team .card:hover h3 {
  font-size: 25px;
}
.about-us .team .card:hover hr {
  width: 75%;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.about-us .team .card:hover p {
  font-size: 18px;
}
@media (max-width: 1200px) {
  .about-us .team .row1, .about-us .team .row2 {
    display: block;
    width: 95%;
    margin-top: 0px;
  }
  .about-us .team .row1-1, .about-us .team .row1-2, .about-us .team .row2-1, .about-us .team .row2-2 {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 650px) {
  .about-us .team .row1, .about-us .team .row2 {
    width: 85%;
  }
  .about-us .team .row1-1, .about-us .team .row1-2, .about-us .team .row2-1, .about-us .team .row2-2 {
    display: block;
    margin-top: 0px;
  }
  .about-us .team .card {
    margin-top: 50px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.about-us .teamnew {
  background: white;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-us .teamnew h2 {
  margin: 0px;
  padding: 50px;
  color: black;
  text-transform: uppercase;
}
.about-us .teamnew .row-grid {
  width: 90%;
  padding-bottom: 55px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  grid-auto-rows: minmax(100px, auto);
}
@media (max-width: 1150px) {
  .about-us .teamnew .row-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .about-us .teamnew .row-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-us .teamnew .card {
  position: relative;
  opacity: 0.75;
  width: 100%;
  height: 210px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 83px 0px;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
.about-us .teamnew .card:before {
  content: url('../../../../images/icons/logosanteam.jpg');
  position: absolute;
  z-index: -1;
  left: 0;
  top: 13%;
}
.about-us .teamnew .card h3 {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #346596;
  margin: 0.75rem 0 0.5rem 0;
  -webkit-transition: font-size 1s;
  -moz-transition: font-size 1s;
  -o-transition: font-size 1s;
  transition: font-size 1s;
  margin-left: 127px;
  text-transform: uppercase;
}
.about-us .teamnew .card hr {
  width: 50%;
  margin: 0;
  color: #11344f;
  background: #5c87ba;
  height: 3px;
  border: none;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  margin-left: 127px;
}
.about-us .teamnew .card p {
  font-size: 20px;
  margin: 0.5rem 0;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #192d46;
  margin-left: 127px;
  -webkit-transition: font-size 1s;
  -moz-transition: font-size 1s;
  -o-transition: font-size 1s;
  transition: font-size 1s;
}
.about-us .teamnew .card:hover {
  padding: 84px 0px;
}
.about-us .teamnew .card:hover h3 {
  font-size: 25px;
}
.about-us .teamnew .card:hover hr {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.about-us .teamnew .card:hover p {
  font-size: 18px;
}
.strategic h2, .cms h2, .digital h2, .web-casting h2 {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 100px;
  padding-top: 50px;
}
.strategic .icons, .cms .icons, .digital .icons, .web-casting .icons {
  display: flex;
}
@media (max-width: 800px) {
  .strategic .icons, .cms .icons, .digital .icons, .web-casting .icons {
    display: block;
  }
}
.strategic .icons > div, .cms .icons > div, .digital .icons > div, .web-casting .icons > div {
  width: 33%;
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  .strategic .icons > div, .cms .icons > div, .digital .icons > div, .web-casting .icons > div {
    width: 100%;
  }
}
.strategic .icons img, .cms .icons img, .digital .icons img, .web-casting .icons img {
  width: 50%;
  margin-top: 38px;
}
.strategic .icons p, .cms .icons p, .digital .icons p, .web-casting .icons p {
  font-size: 20px;
}
.strategic .img-icon {
  border-radius: 50%;
  height: 150px;
  width: 150px;
  margin: auto;
}
.strategic .img-icon1 {
  background-color: #ef9a19;
  color: #ef9a19 !important;
}
.strategic .img-icon2 {
  background-color: #f4be30;
  color: #f4be30 !important;
}
.strategic .img-icon3 {
  background-color: #9eca72;
  color: #9eca72 !important;
}
.strategic .img-icon4 {
  background-color: #579c87;
  color: #579c87 !important;
}
.strategic .img-icon img {
  max-width: 100%;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.strategic .img-icon {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.strategic .img-icon:hover img {
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.strategic .img-icon:hover {
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.cms {
  background: url('../../../../images/banners/complient-banner-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.cms h2, .cms p {
  color: #fff !important;
}
.cms .img-icon {
  border-radius: 50%;
  height: 150px;
  width: 150px;
  background-color: #44647e;
  margin: auto;
}
.cms .img-icon img {
  max-width: 100%;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cms .img-icon {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cms .img-icon:hover img {
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.cms .img-icon:hover {
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.digital h2, .digital p {
  color: #355174 !important;
}
.digital .img-icon {
  border-radius: 50%;
  height: 150px;
  width: 150px;
  background-color: #355174;
  margin: auto;
}
.digital .img-icon img {
  max-width: 100%;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.digital .img-icon {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.digital .img-icon:hover img {
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.digital .img-icon:hover {
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.web-casting {
  background: url('../../../../images/banners/complient-banner-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.web-casting h2, .web-casting p {
  color: #fff !important;
}
.web-casting .img-icon {
  border-radius: 50%;
  height: 150px;
  width: 150px;
  background-color: #fff;
  margin: auto;
}
.web-casting .img-icon img {
  max-width: 100%;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.web-casting .img-icon {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.web-casting .img-icon:hover img {
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.web-casting .img-icon:hover {
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
@keyframes ldt-slide-left-in {
  0% {
    -webkit-transform: translate(-400%, 0);
    transform: translate(-400%, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes ldt-slide-left-in {
  0% {
    -webkit-transform: translate(-400%, 0);
    transform: translate(-400%, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
.ldt-slide-left-in {
  -webkit-transform: translate(-400%, 0);
  transform: translate(-400%, 0);
  opacity: 0;
  -webkit-animation: ldt-slide-left-in 2s cubic-bezier(0, 0.5, 0.5, 1) forwards;
  animation: ldt-slide-left-in 2s cubic-bezier(0, 0.5, 0.5, 1) forwards;
}
@keyframes ldt-slide-right-in {
  0% {
    -webkit-transform: translate(400%, 0);
    transform: translate(400%, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes ldt-slide-right-in {
  0% {
    -webkit-transform: translate(400%, 0);
    transform: translate(400%, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
.ldt-slide-right-in {
  -webkit-transform: translate(400%, 0);
  transform: translate(400%, 0);
  opacity: 0;
  -webkit-animation: ldt-slide-right-in 1.5s cubic-bezier(0, 0.5, 0.5, 1) forwards;
  animation: ldt-slide-right-in 1.5s cubic-bezier(0, 0.5, 0.5, 1) forwards;
}
@keyframes ldt-slide-top-in {
  0% {
    -webkit-transform: translate(0, -400%);
    transform: translate(0, -400%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes ldt-slide-top-in {
  0% {
    -webkit-transform: translate(0, -400%);
    transform: translate(0, -400%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
.ldt-slide-top-in {
  -webkit-transform: translate(0, -400%);
  transform: translate(0, -400%);
  opacity: 0;
  -webkit-animation: ldt-slide-top-in 1.5s cubic-bezier(0, 0.5, 0.5, 1) forwards;
  animation: ldt-slide-top-in 1.5s cubic-bezier(0, 0.5, 0.5, 1) forwards;
}
@keyframes ldt-slide-bottom-in {
  0% {
    -webkit-transform: translate(0, 400%);
    transform: translate(0, 400%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes ldt-slide-bottom-in {
  0% {
    -webkit-transform: translate(0, 400%);
    transform: translate(0, 400%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
.ldt-slide-bottom-in {
  -webkit-transform: translate(0, 400%);
  transform: translate(0, 400%);
  opacity: 0;
  -webkit-animation: ldt-slide-bottom-in 1.5s cubic-bezier(0, 0.5, 0.5, 1) forwards;
  animation: ldt-slide-bottom-in 1.5s cubic-bezier(0, 0.5, 0.5, 1) forwards;
}
.showcase-content .flex {
  display: flex;
}
.showcase-content .text {
  width: 27%;
  background: #192d46;
}
.showcase-content .text h2 {
  color: #fff;
  text-transform: uppercase;
  padding: 30% 0px;
}
@media (max-width: 1400px) {
  .showcase-content .text h2 {
    padding: 25% 0px;
    font-size: 25px;
  }
}
@media (max-width: 1150px) {
  .showcase-content .text h2 {
    padding: 100px 0px;
    margin: 0px;
  }
}
@media (max-width: 650px) {
  .showcase-content .text h2 {
    font-size: 18px;
    padding: 60px 0px;
  }
}
.showcase-content .img {
  width: 73%;
}
@media (max-width: 1150px) {
  .showcase-content .flex {
    display: block;
  }
  .showcase-content .text {
    width: 100%;
  }
  .showcase-content .img {
    width: 100%;
  }
}
.chronoforms {
  text-align: left;
  padding: 0px 100px;
}
.chronoforms .field {
  padding: 10px 0px;
}
.chronoforms label {
  font-size: 18px !important;
}
.chronoforms input, .chronoforms textarea {
  background: #192d46 !important;
  color: white !important;
  box-shadow: 4px 4px 12px #000 !important;
  font-weight: bold;
  font-size: 17px !important;
  border-radius: 15px !important;
}
.chronoforms button {
  background: #192d46 !important;
}
.chronoforms .vancouver .g-content {
  margin: 0px;
  padding: 0px;
}
.chronoforms .vancouver p {
  margin: 0px;
}
.chronoforms .vancouver img {
  height: 1040px;
}
.chronoforms .group1 {
  width: 48%;
  float: left;
  margin-right: 2%;
}
.chronoforms .group2 {
  width: 49%;
  float: left;
}
.chronoforms .map-test div {
  margin: 0px;
  padding: 0px;
}
@media (max-width: 800px) {
  .chronoforms {
    padding: 0px 50px;
  }
  .chronoforms .group1, .chronoforms .group2 {
    width: 100%;
    margin-right: 0%;
    float: none;
  }
}
.ir-website strong span {
  font-size: 1.5em !important;
  color: #40507c;
}
.ir-website > div > div:first-child, .ir-website > div > div:nth-child(2) {
  float: left;
  width: 100% !important;
}
@media (min-width: 768px) {
  .ir-website > div > div:first-child, .ir-website > div > div:nth-child(2) {
    width: 50% !important;
  }
}
.ir-item.odd .ir-text {
  background: -webkit-linear-gradient(left, #aeb4c2, #d2d3d7);
}
.ir-item.odd .ir-text h2 {
  color: #3371a2;
}
.ir-item.odd .ir-text p {
  color: #787878;
}
.ir-subpage #g-main {
  padding-top: 0;
  padding-bottom: 0;
}
.ir-subpage #g-main > .g-container {
  width: 100%;
}
.ir-subpage #g-main > .g-container > .g-grid > .g-block .g-content {
  margin: 0;
  padding: 0;
}
.ir-image {
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ir-image.ir1 {
  background-image: url('../../../../images/ir1.jpg');
}
.ir-image.ir2 {
  background-image: url('../../../../images/ir2.jpg');
}
.ir-image.ir3 {
  background-image: url('../../../../images/ir3.jpg');
}
.ir-image.ir4 {
  background-image: url('../../../../images/ir4.jpg');
}
.ir-text-last {
  height: 300px;
  position: relative;
  background-color: transparent;
  background-image: url('../../../../images/ir5.jpg');
  background-size: 50% 100%;
  background-position: left;
  background-repeat: no-repeat;
}
.ir-text-last::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1), white 50%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.1), white 50%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.1), white 50%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.1), white 50%);
  background: linear-gradient(left, rgba(255, 255, 255, 0.1), white 50%);
}
.ir-text-last > .ir-wrapper {
  position: absolute;
  color: black;
  right: 10%;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  z-index: 3;
}
.ir-text {
  background-color: #377db9;
  height: 300px;
  position: relative;
}
.ir-text h2 {
  color: white;
}
.ir-text p {
  color: rgba(255, 255, 255, 0.8);
}
.ir-text .wrapper {
  position: absolute;
  width: 70%;
  text-align: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.why-sandman h2 {
  font-size: 38px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 0px;
}
.why-sandman .icons1 {
  display: flex;
}
.why-sandman .icons1 h3, .why-sandman .icons1 p {
  color: #474747 !important;
}
.why-sandman .icons2 {
  display: flex;
  background: #032744;
}
.why-sandman .icons2 h3, .why-sandman .icons2 p {
  color: white !important;
}
.why-sandman .icons3 {
  display: flex;
}
.why-sandman .icons3 h3, .why-sandman .icons3 p {
  color: #032744 !important;
}
.why-sandman div.c-animated-object {
  padding: 75px;
  width: 33.33%;
}
@media (max-width: 900px) {
  .why-sandman .icons1, .why-sandman .icons2, .why-sandman .icons3 {
    display: block;
  }
  .why-sandman div.c-animated-object {
    width: 100%;
    padding: 50px 25px;
  }
}
.osmap-items {
  width: 80%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: left;
}
.osmap-items h2 {
  font-size: 50px;
}
.osmap-items a {
  color: #192d46 !important;
}
.osmap-items a:hover {
  font-weight: bold;
}
@media (max-width: 1000px) {
  #g-footer .size-50 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
footer a {
  color: #fff;
  transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
}
footer a:hover {
  color: #3783a5;
}
.info-footer {
  margin: 18% 0%;
}
@media only screen and (max-width: 1600px) {
  .info-footer {
    margin: 15% 0%;
  }
}
@media only screen and (max-width: 1300px) {
  .info-footer {
    margin: 10% 0%;
  }
}
.footer2 .info-footer {
  margin: 5% 0%;
}
.g-offcanvas-toggle {
  position: fixed;
}
.menu-mobile li {
  background-color: #192d46;
  transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
}
.menu-mobile li:hover {
  background-color: #fff;
  color: #192d46;
  font-weight: bold;
}
.menu-mobile li:nth-child(1) {
  animation-duration: 0.2s;
  animation-name: slidein;
}
.menu-mobile li:nth-child(2) {
  animation-duration: 0.4s;
  animation-name: slidein;
}
.menu-mobile li:nth-child(3) {
  animation-duration: 0.6s;
  animation-name: slidein;
}
.menu-mobile li:nth-child(4) {
  animation-duration: 0.8s;
  animation-name: slidein;
}
.menu-mobile li:nth-child(5) {
  animation-duration: 1s;
  animation-name: slidein;
}
@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}
.b-menuban {
  transition: top 0.5s ease;
  transition: background-color 0.5s ease;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.b-menuban .g-content {
  margin: 0.325rem;
  padding: 0.938rem;
}
.scrolled {
  background: #264162 !important;
  position: fixed !important;
}
.request-call {
  background: url('../../../../images/request-call-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 265px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .request-call .custom > div {
    width: 75%;
  }
}
@media (max-width: 650px) {
  .request-call .custom > div {
    display: block !important;
    width: 100% !important;
    margin: 0px !important;
  }
}
.request-call .text {
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  text-shadow: 4px 5px 6px black;
  font-size: calc(4vw - 1rem);
  margin-top: 75px;
}
@media (max-width: 1600px) {
  .request-call .text {
    margin-top: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .request-call .text {
    font-size: calc(5.5vw - 1rem);
  }
}
@media (max-width: 650px) {
  .request-call .text {
    margin-top: 55px;
    font-size: 23px;
  }
}
.request-call a {
  color: white;
  margin-top: 90px;
}
.request-call .nice-button {
  background: #314259;
}
.request-call .nice-button:hover {
  background-color: #415a7b;
}
.blog-sandman .content-categoryblog-sandman a {
  color: #000;
}
.landingpage .c-banner__text p, .landingpage .c-banner__text h2 {
  margin: 0 !important;
  font-weight: 700 !important;
  text-transform: capitalize;
}
.landingpage .c-banner__text h2 {
  font-size: 54px;
  text-shadow: 2px 2px 1px black;
}
.landingpage .c-banner--home {
  height: 500px;
}
.landingpage .topbanner-presentation .c-banner__text {
  text-align: center;
  position: absolute;
  top: 31%;
  max-width: 100%;
  width: 100%;
  z-index: 3;
}
.landingpage .services {
  padding: 0px;
}
.landingpage .services p {
  color: black;
  text-transform: uppercase;
}
.landingpage #g-feature .g-container, .landingpage .mod-size {
  padding: 0 10% 0 10%;
}
.landingpage .request-call {
  background: url('../../../../images/icons/homepage/wehelp-banner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 165px;
}
.landingpage .request-call .text {
  margin-top: 52px !important;
}
@media only screen and (max-width: 767px) {
  .landingpage .request-call .text {
    margin-top: 5% !important;
    font-size: 18px;
  }
}
.landingpage .request-call .g-content {
  padding: 0 10% 0 10% !important;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .landingpage .request-call .custom > div {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .landingpage .request-call .mod-size {
    padding: 0 2% 0 2%;
  }
}
.landingpage .request-call .text, .landingpage .request-call-two .text {
  font-size: 21px;
}
@media (min-width: 1430px) {
  .landingpage .request-call .text, .landingpage .request-call-two .text {
    font-size: 29px !important;
  }
}
@media only screen and (max-width: 767px) {
  .landingpage .request-call .text, .landingpage .request-call-two .text {
    font-size: 18px !important;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .landingpage .request-call-two .custom > div {
    width: 100%;
  }
}
.landingpage .request-call-two .g-content {
  padding: 0 15% 0 15% !important;
}
@media only screen and (max-width: 767px) {
  .landingpage .request-call-two .g-content {
    padding: 0 1% 0 1% !important;
  }
}
.landingpage .request-call-two .col-4 table {
  background: rgba(9, 45, 76, 0.8);
}
@media (max-width: 1160px) {
  .landingpage .request-call-two .col-4 table {
    width: 270px !important;
  }
}
.landingpage .request-call-two .col-4 table td:first-child {
  width: 40px;
}
@media (min-width: 1160px) {
  .landingpage .request-call-two .col-4 {
    padding: 0 5% 0 5% !important;
  }
}
.landingpage .request-call-two p {
  color: white;
}
.landingpage table, .landingpage tr, .landingpage td, .landingpage th {
  border: none;
  color: white;
}
.landingpage table td:nth-child(2), .landingpage table a, .landingpage table strong {
  text-align: left;
  margin-left: 0px;
  margin-top: 0px;
  color: white;
}
.landingpage .request-call-two {
  background: url('../../../../images/icons/homepage/free_banner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 321px;
}
@media (max-width: 1023px) {
  .landingpage .request-call-two {
    height: 421px;
  }
}
.landingpage .request-call-two .text {
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  text-shadow: 4px 5px 6px black;
  margin-top: 75px;
}
.landingpage .testimonials {
  background: #f8f8f8 !important;
}
.landingpage .testimonials .g-container {
  padding: 0 10% 0 10% !important;
}
.landingpage .testimonials .col-6 {
  border: 28px solid #f8f8f8;
}
@media (min-width: 1024px) {
  .landingpage .testimonials .col-6:nth-child(1) {
    padding-left: 100px;
  }
  .landingpage .testimonials .col-6:nth-child(2) {
    padding-right: 100px;
  }
}
.landingpage .testimonials .col-6 table {
  box-shadow: 5px 6px 20px #e0dcdc;
  background: white;
}
.landingpage .testimonials h2 {
  color: #192d46;
  margin: 24px;
  text-transform: uppercase;
  font-weight: 900;
}
.landingpage .testimonials td, .landingpage .testimonials strong {
  color: black;
}
.landingpage .testimonials table tr:first-child {
  height: 100px;
}
.landingpage .testimonials table tr:nth-child(2) {
  height: 130px;
}
.landingpage #g-footer p {
  margin: 1rem 1rem;
}
.header-icons {
  white-space: nowrap;
}
.services .row {
  width: 50%;
  margin: 0 auto;
}
.services .row > div {
  width: 100%;
}
@media (min-width: 1000px) {
  .services .row > div {
    width: 50%;
  }
  .services .row > div:nth-child(1) {
    padding-right: 10px;
  }
  .services .row > div:nth-child(2) {
    padding-left: 10px;
  }
}
@media (max-width: 1000px) {
  .services .row > div:nth-child(2) {
    margin-top: 10px;
  }
}
.services .row table {
  height: 90px;
}
.services .row table td {
  padding: 0px 15px;
  background-color: #16334b;
}
.services .row table td i {
  font-size: 22px;
}
.services .row table td:nth-child(2) {
  line-height: 20px;
  font-size: 1.5rem;
}
.services .row table td:nth-child(2) a {
  font-size: 0.8rem;
}
.services hr {
  border-bottom: 1px solid #20415d;
  width: 65%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.landingpage .services-icons p {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}
.blog-common {
  background-image: url('../../../../images/Blogs/common-mistakes/backg.png');
  background-size: cover;
  background-position-y: bottom;
}
.blog-common hr {
  border-bottom: 14px solid #326490;
  width: 110px;
  text-align: center;
  margin: auto;
}
.blog-common .contenedor {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .blog-common .contenedor {
    height: auto !important;
  }
}
.blog-common .contenedor .img-banner {
  width: 100% !important;
  height: 100%;
}
.blog-common .center-banner-m {
  width: 70%;
  margin: auto;
  padding: 3%;
}
@media only screen and (max-width: 767px) {
  .blog-common .center-banner-m {
    width: 90%;
  }
}
.blog-common p {
  font-weight: 300;
  color: #ffffff;
}
.blog-common p strong {
  font-weight: 700;
  color: white;
}
.blog-common .smal-par {
  padding: 0 25%;
  font-weight: 500;
}
.blog-common h3 {
  font-family: Raleway;
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1.2px;
  text-align: center;
  color: #ffffff;
  margin: 0rem 0 0rem 0;
}
.blog-common .img1 .contenedor {
  background-image: url('../../../../images/Blogs/common-mistakes/1.png');
  background-size: cover;
}
.blog-common .img2 .contenedor {
  background-image: url('../../../../images/Blogs/common-mistakes/2.png');
  background-size: cover;
}
.blog-common .img3 .contenedor {
  background-image: url('../../../../images/Blogs/common-mistakes/3.png');
  background-size: cover;
}
.blog-common .img4 .contenedor {
  background-image: url('../../../../images/Blogs/common-mistakes/4.png');
  background-size: cover;
}
.blog-common .col-6 {
  padding: 2%;
}
.blog-common .col-6 .contenedor {
  height: 600px;
  overflow: hidden;
}
@media only screen and (min-width: 1124px) and (max-width: 1710px) {
  .blog-common .col-6 .contenedor {
    height: 650px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1123px) {
  .blog-common .col-6 .contenedor {
    height: 680px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-common .col-6 .contenedor {
    height: 700px !important;
  }
}
.blog-common .col-6 .contenedor .img-banner {
  width: 100% !important;
  height: 100%;
}
.blog-common .col-6 .contenedor div img {
  width: inherit !important;
}
.blog-common .col-6 .center-banner-m {
  position: relative;
  top: 18%;
  /* left: 50%; */
  /* transform: translate(-50%, -115%); */
  width: 75%;
  text-align: left;
}
.blog-common .col-6 .center-banner-m h2 {
  color: white;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 1490px) {
  .blog-common .col-6 .center-banner-m h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1350px) {
  .blog-common .col-6 .center-banner-m p {
    font-size: 14px;
  }
}
::-webkit-scrollbar-thumb {
  background: white;
}
::-webkit-scrollbar-track {
  background: #192d46;
}
::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}
@media (max-width: 570px) {
  .integratedwebsite .banner-integration {
    background-image: url('../../../../images/integrateweb/banner-migra.jpg');
    height: 147px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
  }
  .integratedwebsite .banner-integration img {
    display: none;
  }
}
.integratedwebsite #g-navigation {
  background: #1d5189;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
.integratedwebsite h1 {
  font-size: 56px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.96;
  letter-spacing: normal;
  text-align: center;
  color: #184d86;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .integratedwebsite h1 {
    font-size: 20px;
  }
}
.integratedwebsite h3 {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  color: #98b1cc;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .integratedwebsite h3 {
    font-size: 15px;
  }
}
.integratedwebsite h4 {
  font-size: 16px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.5px;
  text-align: left;
  color: #184d86;
  text-transform: uppercase;
}
.integratedwebsite h5 {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .integratedwebsite h5 {
    font-size: 17px;
  }
}
.integratedwebsite .migrate .row {
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .integratedwebsite .migrate .row {
    width: auto;
  }
  .integratedwebsite .migrate .row table {
    width: 76%;
    margin: auto;
  }
}
.integratedwebsite .migrate .row > div {
  width: 100%;
}
@media (min-width: 1000px) {
  .integratedwebsite .migrate .row > div {
    width: 50%;
  }
  .integratedwebsite .migrate .row > div:nth-child(1) {
    padding-right: 10px;
  }
  .integratedwebsite .migrate .row > div:nth-child(2) {
    padding-left: 10px;
  }
}
@media (max-width: 1000px) {
  .integratedwebsite .migrate .row > div:nth-child(2) {
    margin-top: 10px;
  }
}
.integratedwebsite .migrate .row table tr {
  height: 140px;
}
@media only screen and (max-width: 767px) {
  .integratedwebsite .migrate .row table tr {
    height: 106px;
  }
}
.integratedwebsite .migrate hr {
  border-bottom: 1px solid #20415d;
  width: 65%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.integratedwebsite .book-integrate {
  background: #9cbccd;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.integratedwebsite .book-integrate .nice-button {
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  color: #1d5189;
  background-color: white;
  border: 2px solid white;
}
.integratedwebsite .book-integrate .nice-button:hover {
  background-color: #192d46;
  color: white;
}
.integratedwebsite .b-footer-integrate {
  background: #1d5189;
}
.integratedwebsite .b-footer-integrate p {
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: 0.45px;
  text-align: center;
  color: #ffffff;
}
.integratedwebsite .b-footer-integrate p strong {
  font-weight: bold;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .integratedwebsite .b-footer-integrate p {
    font-size: 14px;
  }
}
.about-us .row p.last {
  float: right;
  text-align: right;
}
.about-us table td:first-child p.last {
  float: right;
  text-align: right;
}
.about-us table p {
  margin: 0rem 0;
  width: 50%;
  text-align: left;
}
.about-us table .row div {
  float: left;
  width: 12px;
  height: 12px;
  margin-top: 2px;
  margin-right: 6px;
}
@media only screen and (max-width: 767px) {
  .footermenu {
    display: grid;
  }
}
.bio-ad #g-main .years-in-business {
  background-color: #192e46;
}
.bio-ad #g-main .happy-clients {
  background-color: #43647b;
}
.bio-ad #g-main h2 {
  font-size: 40px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 50px;
}
.bio-ad .nice-button {
  border-color: white;
}
.bio-ad #g-main .compliant-web-solutions {
  background-image: linear-gradient(181deg, #264367, #0d1a2a);
  padding-top: 44px;
}
.bio-ad #g-main .compliant-web-solutions .content-container {
  display: flex;
}
.bio-ad #g-main .compliant-web-solutions .content-container .left, .bio-ad #g-main .compliant-web-solutions .content-container .right {
  flex: 1;
}
.bio-ad #g-main .compliant-web-solutions .content-container .left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.bio-ad #g-main .compliant-web-solutions .content-container .left img {
  width: 50vw;
  max-width: 1000px;
}
.bio-ad #g-main .compliant-web-solutions .content-container .right {
  padding: 0 7.8vw 3.9vw 7.8vw;
}
.bio-ad #g-main .compliant-web-solutions .content-container .right .icons {
  display: grid;
  grid-template-columns: auto auto;
  gap: 50px;
  grid-gap: 50px;
}
.bio-ad #g-main .compliant-web-solutions .content-container .right .icons .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bio-ad #g-main .compliant-web-solutions .content-container .right .icons .icon img {
  width: 9.5vw;
  max-width: 184px;
}
.bio-ad #g-main .compliant-web-solutions .content-container .right .icons .icon span {
  font-size: 1.8vw;
  font-weight: 500;
  color: white;
}
@media only screen and (min-width: 1890px) {
  .bio-ad #g-main .compliant-web-solutions .content-container .right .icons .icon span {
    font-size: 34px;
  }
}
.bio-ad #g-main .compliant-web-solutions .content-container .right .nice-button {
  margin-top: 50px;
  background-image: linear-gradient(to bottom, #314e70, #203856);
}
.bio-ad #g-main .compliant-web-solutions .content-container .right .nice-button:hover {
  background-color: #403e50;
  background-image: none;
  box-shadow: inset -75px 0 0 0 #403e50, inset 75px 0 0 0 #403e50;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .bio-ad #g-main .compliant-web-solutions .content-container {
    flex-direction: column-reverse;
  }
  .bio-ad #g-main .compliant-web-solutions .content-container .left img {
    width: 100vw;
  }
  .bio-ad #g-main .compliant-web-solutions .content-container .right .icons .icon img {
    width: 20vw;
  }
  .bio-ad #g-main .compliant-web-solutions .content-container .right .icons .icon span {
    font-size: 3.6vw;
  }
}
.bio-ad #g-main .ir-website {
  position: relative;
}
.bio-ad #g-main .ir-website h2 {
  position: absolute;
  top: 50px;
  left: calc(50% - 100px);
}
.bio-ad #g-main .ir-website .btn-container {
  position: absolute;
  bottom: 5.2vw;
  left: 15.6vw;
}
.bio-ad #g-main .ir-website .nice-button {
  background-color: #403e50;
}
.bio-ad #g-main .ir-website .nice-button:hover {
  background-color: #192d46;
  box-shadow: inset -75px 0 0 0 #192d46, inset 75px 0 0 0 #192d46;
  transition: 0.5s;
}
@media (min-width: 1450px) {
  .bio-ad #g-main .ir-website .nice-button {
    width: 400px;
    padding: 15px;
    border-radius: 30px;
  }
}
.bio-ad #g-main .ir-website img {
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .bio-ad #g-main .ir-website {
    height: 400px;
  }
  .bio-ad #g-main .ir-website img {
    height: 100%;
    object-fit: cover;
  }
  .bio-ad #g-main .ir-website .nice-button {
    left: calc(50% - 125px);
  }
}
.bio-ad #g-main .adhoc {
  background-color: #d1d1d1;
  padding: 50px 110px;
}
.bio-ad #g-main .adhoc h2 {
  color: #192d46;
}
.bio-ad #g-main .adhoc .content {
  display: flex;
}
.bio-ad #g-main .adhoc .content .left, .bio-ad #g-main .adhoc .content .right {
  margin: 0 37px;
}
.bio-ad #g-main .adhoc .content .left {
  position: relative;
}
.bio-ad #g-main .adhoc .content .left .nice-button {
  position: absolute;
  bottom: 2.9vw;
  left: calc(50% - 6.5vw);
  background-color: #192d46;
  width: 13vw;
  font-size: 0.9vw;
}
@media only screen and (min-width: 1920px) {
  .bio-ad #g-main .adhoc .content .left .nice-button {
    left: calc(50% - 125px);
    bottom: 50px;
    width: 250px;
    font-size: 18px;
  }
}
.bio-ad #g-main .adhoc .content .left .nice-button:hover {
  background-color: #403e50;
  box-shadow: inset -75px 0 0 0 #403e50, inset 75px 0 0 0 #403e50;
  transition: 0.5s;
}
@media only screen and (max-width: 1024px) {
  .bio-ad #g-main .adhoc {
    padding: 50px;
  }
  .bio-ad #g-main .adhoc .content {
    flex-direction: column;
    align-items: center;
  }
  .bio-ad #g-main .adhoc .content .left, .bio-ad #g-main .adhoc .content .right {
    margin: 20px 0;
  }
  .bio-ad #g-main .adhoc .content .left .nice-button {
    bottom: 50px;
    left: calc(50% - 125px);
    width: 250px;
    font-size: 18px;
  }
}
.bio-ad #g-main .esg-data {
  background-image: url('../../../../images/bio-ad/esg-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 110px;
}
.bio-ad #g-main .esg-data .content {
  display: flex;
  justify-content: space-between;
}
.bio-ad #g-main .esg-data .content .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bio-ad #g-main .esg-data .content .right ul {
  list-style-type: none;
}
.bio-ad #g-main .esg-data .content .right ul li {
  position: relative;
  background-color: #274162;
  color: white;
  margin: 20px 0;
  width: 26vw;
  padding: 0.5vw;
  display: flex;
  align-items: center;
  font-size: 2.03vw;
  font-weight: 500;
}
.bio-ad #g-main .esg-data .content .right ul li:before {
  content: '·';
  font-size: 3.6vw;
  line-height: 0.5;
  margin-right: 8px;
  font-family: "Times New Roman";
}
@media only screen and (min-width: 1920px) {
  .bio-ad #g-main .esg-data .content .right ul li {
    font-size: 39px;
    padding: 10px 20px 10px 10px;
    width: 500px;
  }
  .bio-ad #g-main .esg-data .content .right ul li:before {
    font-size: 70px;
  }
}
.bio-ad #g-main .esg-data .content .right .nice-button {
  background-color: white;
  color: #274162;
  border-color: #274162;
}
.bio-ad #g-main .esg-data .content .right .nice-button:hover {
  background-color: #274162;
  box-shadow: inset -75px 0 0 0 #274162, inset 75px 0 0 0 #274162;
  color: white;
  border-color: white;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .bio-ad #g-main .esg-data .content {
    flex-direction: column;
    align-items: center;
  }
  .bio-ad #g-main .esg-data .content ul {
    margin: 0;
  }
  .bio-ad #g-main .esg-data .content .right ul li {
    font-size: 18px;
    padding: 5px;
    width: 100%;
  }
  .bio-ad #g-main .esg-data .content .right ul li:before {
    font-size: 70px;
    margin-right: 0;
  }
}
/*# sourceMappingURL=pages_10.css.map */