@font-face {
  font-family: 'LatoWebLight';
  src: url("fonts/Lato-Light.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Light.woff2") format("woff2"), url("fonts/Lato-Light.woff") format("woff"), url("fonts/Lato-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'LatoWebHeavy';
  src: url("fonts/Lato-Heavy.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Lato-Heavy.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Heavy.woff2") format("woff2"), url("fonts/Lato-Heavy.woff") format("woff"), url("fonts/Lato-Heavy.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'LatoWebBold';
  src: url("fonts/Lato-Bold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Bold.woff2") format("woff2"), url("fonts/Lato-Bold.woff") format("woff"), url("fonts/Lato-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'LatoWeb';
  src: url("fonts/Lato-Regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Regular.woff2") format("woff2"), url("fonts/Lato-Regular.woff") format("woff"), url("fonts/Lato-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'kikelet_brushregular';
  src: url("fonts/kikelet_brush-webfont.woff2") format("woff2"), url("fonts/kikelet_brush-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
html,
body {
  font-size: 1rem; }

body div[class^="section_"] {
  clear: both;
  float: left;
  width: 100%; }

.font-bold {
  font-family: "sourcesanspro-bold", sans-serif; }

.font-light {
  font-family: "LatoWebLight", sans-serif; }

.font-regular {
  font-family: "LatoWeb", sans-serif; }

.font-italic {
  font-family: "kikelet_brushregular" !important; }

.container-fluid {
  padding: 0px;
  overflow: hidden; }

.tr-0 {
  right: 0;
  top: 0;
  left: auto;
  bottom: auto; }

.br-0 {
  right: 0;
  top: auto;
  left: auto;
  bottom: 0; }

.bl-0 {
  right: auto;
  top: auto;
  left: 0;
  bottom: 0; }

.tl-0 {
  right: auto;
  top: 0;
  left: 0;
  bottom: auto; }

.h-300 {
  height: 20rem; }

#preloader {
  clear: both; }

.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff0000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white; }

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.hvr-sweep-to-right-inverse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-sweep-to-right-inverse:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff0000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-sweep-to-right-inverse:hover, .hvr-sweep-to-right-inverse:focus, .hvr-sweep-to-right-inverse:active {
  color: white; }

.hvr-sweep-to-right-inverse:hover:before, .hvr-sweep-to-right-inverse:focus:before, .hvr-sweep-to-right-inverse:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.top-header.sticky {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  visibility: hidden;
  opacity: 0; }

.sticky + #main-header {
  position: fixed;
  background-color: #1a1a1a;
  top: 0;
  z-index: 999;
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.4); }

.top-header {
  padding: 0.625rem 0;
  font-family: "LatoWebLight", sans-serif;
  font-size: 0.95rem;
  width: 100%; }
  .top-header a {
    color: #1C9DE5; }
  .top-header a i {
    color: #ff0000;
    padding-right: 0.45rem;
    padding-left: 0.45rem; }
  .top-header a:hover {
    color: #ff0000; }
  .top-header a:hover i {
    color: #1A1A1A; }

.btn-default {
  background-color: white; }

.main-header {
  background-color: rgba(26, 26, 26, 0.5);
  margin-bottom: -91px;
  position: relative;
  z-index: 1;
  top: 40px; }

.contact-page-location {
  border-top: 10px solid #1A1A1A;
  padding-top: 5.25rem;
  margin-bottom: 6.125rem; }
  .contact-page-location p {
    font-size: 1.5rem;
    margin: 0; }
  .contact-page-location h2 {
    color: #1A1A1A;
    border-bottom: 2px solid #ff0000;
    padding-bottom: 0.55rem;
    margin-top: 1.25rem; }
  .contact-page-location h4 {
    font-family: "LatoWeb", sans-serif;
    margin-top: 1.25rem; }

.border-lighted {
  border-color: #66c3ee !important; }

::-webkit-input-placeholder {
  /* Chrome */
  color: #1C9DE5; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #1C9DE5; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1C9DE5;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #1C9DE5;
  opacity: 1; }

.header-top {
  padding: 0.5rem 0 0.75rem; }
  .header-top .container {
    position: relative; }

.logo {
  position: absolute;
  z-index: 1;
  width: 50%;
  max-width: 50%; }

.otto-logo {
  margin-top: 0px;
  z-index: 3;
  overflow: hidden;
  display: inline-block; }

.logo-icon {
  width: 52px;
  height: 52px; }

.title {
  font-size: 4.5rem;
  font-family: "kikelet_brushregular";
  line-height: 1;
  color: #ff6969; }

.content-grid {
  height: 100%;
  padding: 3.375rem 0;
  color: #fff; }
  .content-grid p {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-align-items: center !important;
    vertical-align: middle;
    width: 100%;
    clear: both;
    height: 100%;
    margin: 0;
    font-size: 1.5rem;
    font-family: "LatoWebLight", sans-serif; }
    .content-grid p strong {
      font-size: 2.25rem;
      font-weight: normal;
      font-family: "LatoWebHeavy", sans-serif;
      text-transform: uppercase; }

.clients {
  padding-bottom: 1rem; }

/*menu*/
.simple-menu .navbar-nav > li.dropdown span {
  position: absolute;
  top: 14px;
  right: 0px;
  width: 40px;
  display: inline-block;
  z-index: 9999;
  cursor: pointer;
  height: 40px;
  color: #fff;
  text-align: left; }

.simple-menu .navbar-nav > li.dropdown span i {
  font-size: 1.5rem; }

.simple-menu .navbar-nav > li.dropdown span i + i {
  display: none; }

.simple-menu .navbar-nav > li.dropdown.show > a {
  font-family: "LatoWebBold";
  color: #1A1A1A; }

.simple-menu .navbar-nav > li.dropdown.show span i {
  display: none; }

.simple-menu .navbar-nav > li.dropdown.show span i + i {
  display: block; }

@media (min-width: 992px) {
  .pl-md-40 {
    padding-left: 2.2rem; }

  .simple-menu {
    padding-left: 8.5rem;
    padding-top: 2.3rem;
    padding-bottom: 2.3rem; }
    .simple-menu .navbar-collapse {
      padding: 0; }

  .simple-menu .dropdown-menu {
    border: 0px;
    border-radius: 0;
    border-style: solid none;
    border-bottom: 4px solid #1A1A1A;
    min-width: 270px;
    padding: 32px 0px 0px 0px;
    margin: 0;
    z-index: 9999 !important;
    display: none;
    left: calc(58% - 135px); }
  .simple-menu li a:focus {
    filter: none !important; }
  .simple-menu li.dropdown:hover {
    background-color: transparent; }
    .simple-menu li.dropdown:hover .dropdown-menu {
      display: block; }

  .dropdown-item {
    background-color: #ff0000;
    color: #fff; }

  .dropdown-item:focus, .dropdown-item:hover {
    background-color: #1A1A1A;
    color: #fff;
    font-family: "LatoWeb", sans-serif; }

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

  .simple-menu .open > .dropdown-menu {
    display: none; }

  .simple-menu .navbar-nav > li.dropdown span {
    display: none; } }
.main-menu {
  text-align: right;
  padding-top: 0.7rem; }

#bs-example-navbar-collapse-center-header-2 {
  padding-top: 0rem;
  padding-bottom: 0rem; }

@media (max-width: 991.98px) {
  #bs-example-navbar-collapse-center-header-2 {
    padding-top: 0rem; }

  .simple-menu .navbar-toggle {
    display: block; }

  .simple-menu .navbar-collapse.collapse {
    clear: both;
    margin-top: 3.5rem;
    flex-direction: row-reverse; }

  .simple-menu .navbar-collapse.collapse.show {
    display: block !important;
    overflow-y: auto !important; }

  .simple-menu .navbar-nav {
    float: none !important;
    margin: 0 0 0px;
    padding-top: 1rem;
    padding-bottom: 1rem; }

  .dropdown-item {
    color: #fff; }

  .dropdown-item:focus, .dropdown-item:hover {
    color: #1A1A1A;
    background-color: transparent;
    font-family: "LatoWebBold"; }

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

  .simple-menu .navbar-nav > li {
    float: none;
    z-index: 9998; }
    .simple-menu .navbar-nav > li a.active:before {
      display: none; }
    .simple-menu .navbar-nav > li a.active:after {
      display: none; }

  .simple-menu .navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    z-index: 9998;
    margin-right: 60px; }

  .simple-menu .navbar-brand {
    top: -1px; }

  .simple-menu .navbar-default .navbar-toggle {
    top: 1px; }

  .simple-menu .navbar-header {
    padding: 0px 0; } }
/*end menu*/
.home-page-cms {
  padding-bottom: 2.5rem; }

.col-md-4.order-1.text-right.image-home {
  margin-top: -5.0rem; }

.banner-background {
  background-color: rgba(26, 26, 26, 0.5);
  position: relative; }
  .banner-background:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(26, 26, 26, 0.7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0%;
    display: none; }
  .banner-background .caption-inner {
    padding: 1rem 0;
    position: relative;
    z-index: 1; }
  .banner-background .caption_1 {
    text-shadow: 2px 2px 3px #1A1A1A;
    text-align: center; }

.amp-carousel-button {
  display: none !important; }

.page-header {
  margin-top: 4.375rem;
  margin-bottom: 2.5rem;
  position: relative;
  font-size: 1.375rem;
  text-transform: capitalize; }

.all-items {
  font-size: 1rem;
  margin-top: 0.75rem;
  position: absolute;
  right: 15px;
  top: 0; }
  .all-items a:hover {
    color: #1A1A1A; }

.testimonial-section img {
  width: auto; }

#scrolltodiv {
  position: absolute;
  bottom: 0;
  top: auto;
  z-index: 9998;
  width: 100%;
  text-align: center; }

/*.scrollto{ 

background:url(images/arrow.png) no-repeat top right; width:214px; height:42px;
display: inline-block;
margin: 20px auto;
}*/
.news-listing .description {
  min-height: 125px;
  line-height: 1.35; }
.news-listing .card {
  margin-bottom: 1.875rem; }
.news-listing .card-block {
  padding: 0 0.625rem 0.625rem; }
.news-listing .card:hover {
  -webkit-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #fafafa; }
  .news-listing .card:hover a.btn-link {
    color: #ff0000; }
  .news-listing .card:hover a.btn-link i {
    color: #1A1A1A; }

.career-listing .description {
  min-height: 125px;
  line-height: 1.35; }
.career-listing .card {
  margin-bottom: 1.875rem;
  border: 1px solid #f2f2f2; }
.career-listing .card-block {
  padding: 0 0.625rem 0.625rem; }
.career-listing .card:hover {
  -webkit-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #fafafa; }
  .career-listing .card:hover a.btn-link {
    color: #ff0000; }
  .career-listing .card:hover a.btn-link i {
    color: #1A1A1A; }

.quote-icon {
  color: #ff0000;
  font-size: 1.85rem;
  margin-bottom: 0; }

.details-page-testimonials {
  font-size: 3.125rem; }

.figure-img {
  position: relative;
  margin: 0px 0px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-self: center;
  -webkit-align-self: center; }
  .figure-img > img {
    width: 100%;
    height: auto;
    height: 100% !important; }
  .figure-img .figure-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 0px;
    color: #fff; }
    .figure-img .figure-caption .figure-caption1, .figure-img .figure-caption .figure-caption2, .figure-img .figure-caption .figure-caption3, .figure-img .figure-caption .figure-call-to-action {
      clear: both;
      width: 100%;
      display: block; }
    .figure-img .figure-caption > div {
      display: table-cell;
      vertical-align: middle;
      width: 100%;
      clear: both; }
      .figure-img .figure-caption > div.container {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-align: center !important;
        align-items: center !important;
        -webkit-align-items: center !important;
        vertical-align: middle;
        width: 100%;
        clear: both;
        height: 100%; }
        .figure-img .figure-caption > div.container .caption-inner-page {
          padding-right: 6.125rem;
          text-align: right; }
      .figure-img .figure-caption > div .figure-caption1 {
        color: #fff;
        font-size: 4.065rem;
        line-height: 1.2;
        font-family: "LatoWeb", sans-serif;
        text-shadow: 1px 1px 2px #000; }
        .figure-img .figure-caption > div .figure-caption1 strong {
          font-weight: normal;
          font-size: 8.5rem;
          font-family: "kikelet_brushregular"; }
      .figure-img .figure-caption > div .figure-caption2 {
        color: #fff;
        font-size: 1.5rem;
        line-height: 1.4;
        font-family: "LatoWeb", sans-serif;
        text-shadow: 1px 1px 2px #000; }

.figure-img .figure-caption::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1; }

.carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 0px;
  background-color: transparent; }
  .carousel-caption .figure-caption1, .carousel-caption .figure-caption2, .carousel-caption .figure-caption3, .carousel-caption .figure-call-to-action {
    clear: both;
    width: 100%;
    display: block;
    margin-bottom: 2.16rem; }
  .carousel-caption > div {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    clear: both; }
    .carousel-caption > div.container-fluid {
      display: flex;
      display: -webkit-flex;
      flex-direction: column;
      -webkit-flex-direction: column;
      justify-content: center;
      -webkit-justify-content: center;
      -ms-flex-align: center !important;
      align-items: center !important;
      -webkit-align-items: center !important;
      vertical-align: middle;
      width: 100%;
      clear: both;
      height: 100%; }
    .carousel-caption > div .figure-caption1 {
      color: #fff;
      font-size: 2.5rem;
      line-height: 1.2;
      font-family: "LatoWebHeavy", sans-serif;
      text-shadow: 1px 1px 2px #000; }
    .carousel-caption > div .figure-caption2 {
      color: #fff;
      font-size: 1.5rem;
      line-height: 1.4;
      font-family: "LatoWeb", sans-serif;
      text-shadow: 1px 1px 2px #000; }

/*featured-casestudy*/
.featured-casestudy {
  background-color: #f2f8fc;
  padding-bottom: 2.5rem;
  margin-top: 2.5rem; }
  .featured-casestudy .card {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #1A1A1A;
    margin: 1rem 0 0 0;
    color: #fff; }
    .featured-casestudy .card .card-title {
      font-family: "LatoWebLight", sans-serif;
      font-size: 2.2rem;
      text-transform: uppercase;
      margin: 0;
      padding: 1rem;
      min-height: 8rem; }
    .featured-casestudy .card a {
      color: #fff; }
    .featured-casestudy .card a.btn-link {
      padding: 1rem;
      display: inline-block; }
  .featured-casestudy .card:hover {
    background-color: #ff0000;
    margin: 1rem 0 0 0;
    color: #fff; }
    .featured-casestudy .card:hover a {
      color: #fff; }
    .featured-casestudy .card:hover a i {
      color: #1A1A1A; }
    .featured-casestudy .card:hover a.btn-link {
      padding: 1rem;
      display: inline-block; }

/*featured-casestudy-innerpage*/
.featured-casestudy-innerpage {
  background-color: #fff;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-top: 0rem; }
  .featured-casestudy-innerpage .card {
    margin: 1rem 0 0 0;
    color: #1A1A1A; }
    .featured-casestudy-innerpage .card .card-title {
      font-family: "LatoWebLight", sans-serif;
      font-size: 1.5rem;
      text-transform: uppercase;
      margin: 0;
      padding: 1rem 0; }
    .featured-casestudy-innerpage .card a {
      color: #1A1A1A; }
    .featured-casestudy-innerpage .card a.btn-link {
      padding: 1rem 0;
      display: inline-block; }

/*featured-news*/
.featured-news {
  padding-bottom: 2.5rem;
  margin-top: 2.5rem; }
  .featured-news .card {
    margin: 1rem 0 0 0; }
    .featured-news .card .card-title {
      font-family: "LatoWebLight", sans-serif;
      font-size: 2.2rem;
      text-transform: uppercase;
      margin: 0; }
    .featured-news .card a.btn-link {
      padding: 1rem 0;
      display: inline-block; }

/*featured-testimonials*/
.featured-testimonials {
  background-color: #f2f8fc;
  padding-bottom: 4.375rem;
  margin-top: 4.375rem;
  margin-bottom: 4.375rem; }
  .featured-testimonials .card {
    background-color: #c3d2dc;
    padding: 0.8rem;
    color: #fff; }
    .featured-testimonials .card .card-title {
      font-family: "LatoWebBold";
      font-size: 1.25rem;
      text-transform: uppercase;
      margin: 0;
      padding: 1rem; }
    .featured-testimonials .card a.btn-link {
      padding: 1rem;
      display: inline-block; }

.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%; }

.parallax-window {
  min-height: 388px;
  background: transparent;
  width: 100%; }
  .parallax-window img {
    width: 100%;
    height: auto; }

#client {
  padding: 2.5rem 2rem; }

.home-featured-cms {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.details-page {
  margin-bottom: 7.185rem; }

.productimages {
  margin-left: -0.46875rem;
  margin-right: -0.46875rem; }

a.zoom {
  padding: 0.46875rem;
  display: block;
  position: relative; }
  a.zoom span {
    font-size: 2rem;
    font-family: "LatoWebHeavy", sans-serif;
    position: absolute;
    left: 0.46875rem;
    right: 0.46875rem;
    top: 0.46875rem;
    bottom: 0.46875rem;
    text-align: center;
    background-color: rgba(26, 26, 26, 0.5);
    color: #fff; }
    a.zoom span em {
      display: flex;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      justify-content: center;
      -webkit-justify-content: center;
      -ms-flex-align: center !important;
      align-items: center !important;
      -webkit-align-items: center !important;
      vertical-align: middle;
      width: 100%;
      clear: both;
      height: 100%;
      line-height: 1.8em; }

a.zoom:hover::after {
  visibility: visible;
  background-size: 45%; }

a.zoom:hover::before {
  visibility: visible;
  opacity: 1; }

a.zoom::before {
  position: absolute;
  top: 0.46875rem;
  right: 0.46875rem;
  left: 0.46875rem;
  bottom: 0.46875rem;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0; }

a.zoom::after {
  content: "";
  background-image: url(images/zoom-in.svg);
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 100%;
  display: block;
  margin: 0 auto;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#newsletterform {
  background-color: #1A1A1A;
  color: #fff;
  margin-bottom: 4.375rem;
  padding: 0.8rem 1rem; }
  #newsletterform h2 {
    color: #fff;
    padding-top: 0.7rem; }
  #newsletterform .bg-white {
    position: relative;
    padding: 0.5rem; }
    #newsletterform .bg-white .form-control {
      border-color: #fff; }
  #newsletterform .btn.btn-primary {
    font-size: 0.8rem; }

#contactform textarea.form-control {
  min-height: 10.4rem; }
#contactform .form-control {
  background-color: transparent;
  font-family: "LatoWebLight", sans-serif; }
#contactform .form-control.has-error {
  border-color: #ff0000; }
#contactform .form-control.has-success {
  border-color: #ff0000; }

#category-acco {
  clear: both;
  overflow: hidden;
  background-color: #e8e8e8;
  padding: 0px 10px 10px;
  margin-bottom: 25px; }

.accordion {
  list-style-type: none; }

#category-acco ul {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%; }

.accordion li.last > a {
  border: 0px; }

.accordion li {
  cursor: pointer;
  display: block;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }
  .accordion li ul > li a {
    font-size: 13px;
    padding: 8px 20px 8px 40px; }
    .accordion li ul > li a.active {
      font-family: 'arialbold';
      font-size: 13px;
      color: #1A1A1A; }
    .accordion li ul > li a::before {
      content: "\f0c1";
      font-family: FontAwesome;
      position: absolute;
      left: 20px;
      top: 8px;
      color: #1A1A1A; }
  .accordion li.active > em.open-close {
    content: "\f0c1";
    font-family: FontAwesome; }
.accordion em.open-close {
  color: #1A1A1A;
  float: left;
  font-family: FontAwesome;
  font-size: 17px;
  border: 0px solid #ffffff;
  padding: 8px 14px 7px 10px;
  position: absolute;
  left: 0;
  top: 0; }
.accordion li.active > em.open-close::before {
  content: "\f056"; }
.accordion em.open-close::before {
  content: "\f055";
  font-style: normal; }
.accordion a {
  border-bottom: 1px solid #c9d5e4;
  cursor: pointer;
  display: block;
  font-weight: normal;
  padding: 11px 10px 8px 15px;
  text-decoration: none; }
  .accordion a:hover, .accordion a.active {
    color: #ff0000; }
  .accordion a i {
    float: right;
    padding-top: 3px; }
.accordion ul a {
  padding: 8px 40px 8px 10px; }
.accordion li ul li {
  background: #fff none repeat scroll 0 0; }
  .accordion li ul li a {
    border-bottom: 1px solid #bcc8d7; }
  .accordion li ul li .active a {
    border-bottom: 1px solid #fff;
    color: #fc5478; }

/**/
.grid-item {
  width: 375px;
  height: 120px;
  float: left;
  display: inline-block;
  border-radius: 5px; }

.image-grid {
  width: 100%;
  margin-bottom: 15px;
  background-color: #fff;
  overflow: hidden; }

.image-grid * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease; }

.image-grid img {
  width: 100%;
  height: auto;
  transform: scale(3); }

.image-grid figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.image-grid p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.image-grid a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

.image-grid:hover > img,
.image-grid.hover > img {
  opacity: 0.1; }

.image-grid:hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

/*text effect*/
.input-effect {
  position: relative;
  z-index: 2; }

.effect-16 {
  border: 0;
  border-bottom: 1px solid #ff0000;
  background-color: transparent;
  width: 100%;
  padding: 0.875rem 0.875rem 0.40rem 0.875rem; }

.effect-16 ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 1rem;
  width: 0;
  transition: 0.4s; }

.effect-16:focus ~ .focus-border,
.has-content.effect-16 ~ .focus-border {
  width: 100%;
  transition: 0.4s; }

.effect-16 ~ label {
  position: absolute;
  left: 0.875rem;
  width: 100%;
  top: 20px;
  color: #1A1A1A;
  transition: 0.3s;
  z-index: -1;
  font-family: "LatoWebLight", sans-serif;
  font-size: 0.875rem; }

.effect-16:focus ~ label, .has-content.effect-16 ~ label {
  top: 0px;
  left: 0.875rem;
  font-size: 0.625rem;
  color: #1A1A1A;
  transition: 0.3s;
  font-family: "LatoWebBold"; }

.effect-16:focus {
  outline: none;
  color: #1A1A1A; }

.footer-address p:hover span {
  color: #fff; }

.social-icons-footer {
  width: 100%;
  margin-top: 2.5rem; }

.social-icons a i {
  font-size: 1.5rem; }

.testimonial-section .even {
  background-color: #f6f6f6;
  padding: 4.375rem 0 3.125rem 0; }
.testimonial-section .odd {
  background-color: #fff;
  padding: 3.125rem 0; }

.team-list {
  margin-bottom: 7.5rem; }
  .team-list .card-block figcaption {
    padding: 0.625rem; }
    .team-list .card-block figcaption h2 {
      font-size: 1.3rem;
      font-family: "LatoWebHeavy", sans-serif;
      margin-top: 0.5rem; }
    .team-list .card-block figcaption h3 {
      font-size: 1rem;
      font-family: "LatoWebLight", sans-serif; }
  .team-list .card-block:hover figcaption {
    -webkit-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
    background-color: #fafafa; }

.has-error {
  border-color: #ff0000; }

#recaptcha_left_body > div {
  border: 1px solid #ff0000; }

.rc-anchor-light.rc-anchor-normal {
  border: 1px solid #ff0000; }

#recaptcha_center_body > div {
  border: 1px solid #ff0000; }

.btn-secondary {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
  color: #fff;
  border: 0;
  box-shadow: none;
  outline: none; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #1A1A1A;
    border-color: #cc0000; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #cc0000;
    border-color: #bf0000; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }
  .btn-secondary:hover {
    color: #fff;
    border-color: #1A1A1A;
    border: 0;
    background-color: #ff0000;
    box-shadow: none;
    outline: none; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: none;
    outline: none; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #1A1A1A;
    background-color: #1A1A1A;
    border-color: transparent; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #ff0000;
    background-color: #1A1A1A;
    border-color: transparent; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: none;
      outline: none;
      color: #fff; }

.btn-primary {
  color: #fff;
  background-color: #1A1A1A;
  border-color: #ff0000;
  color: #fff;
  border: 0;
  box-shadow: none; }
  .btn-primary:hover {
    color: #fff;
    background-color: #ff0000;
    border-color: #cc0000; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #1A1A1A;
    border-color: #ff0000; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #010101;
    border-color: #bf0000; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }
  .btn-primary:hover {
    color: #fff;
    border-color: #1A1A1A;
    background-color: #1A1A1A;
    border: 0;
    box-shadow: none; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: none;
    outline: none; }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #ff0000;
    border-color: transparent; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff0000;
    border-color: transparent; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: none;
      outline: none; }

.btn-dark {
  color: #0f0f0f;
  background-color: #aaaaaa;
  border-color: #ff0000;
  color: #fff;
  border: 0;
  box-shadow: none;
  font-family: "LatoWebLight", sans-serif;
  height: 76px;
  font-size: 1.375rem; }
  .btn-dark:hover {
    color: #fff;
    background-color: #ff0000;
    border-color: #cc0000; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #0f0f0f;
    background-color: #aaaaaa;
    border-color: #ff0000; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #919191;
    border-color: #bf0000; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }
  .btn-dark:hover {
    color: #fff;
    border-color: #1A1A1A;
    background-color: #1A1A1A;
    border: 0;
    box-shadow: none; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: none;
    outline: none; }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #ff0000;
    border-color: transparent; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #ff0000;
    border-color: transparent; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: none;
      outline: none; }

.carousel-item.full {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.carousel-indicators.dots {
  position: relative; }

.carousel-indicators.dots li {
  width: 10px;
  height: 10px;
  border-radius: 100%; }

.social-icons-footer li {
  color: #fff; }
  .social-icons-footer li a {
    display: inline-block;
    width: 40px;
    height: 60px;
    margin: 0 0 0.5rem 0 0; }

.client-section h2 {
  margin-top: 4.8rem; }
.client-section .client-text {
  margin-bottom: 4.8rem; }

.client-img img {
  position: absolute;
  bottom: 0; }

.news-section {
  margin-bottom: 2.5rem; }
  .news-section .card {
    margin-top: 2.5rem; }

.content {
  margin-bottom: 2.5rem; }
  .content ul {
    margin: 0 0 1rem;
    padding: 0;
    list-style: none; }
    .content ul li {
      margin: 0;
      padding: 0 0 0.4rem 2.5rem;
      position: relative; }
      .content ul li:after {
        content: "\f111";
        font-family: 'fontawesome5s';
        color: #ff0000;
        position: absolute;
        bottom: 0;
        top: 10px;
        left: 1rem;
        font-size: 0.4rem; }

.googlemap iframe {
  width: 100%; }

.contactusmenu {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }
  .contactusmenu li:first-child {
    padding-left: 0; }
  .contactusmenu li {
    padding: 0 2.625rem; }
  .contactusmenu a.nav-link {
    font-size: 1.875rem;
    padding: 0; }
  .contactusmenu a.nav-link.active {
    font-family: "LatoWebHeavy", sans-serif; }

a.all-link {
  color: #333333;
  font-size: 1.125rem;
  font-family: "LatoWebLight", sans-serif;
  float: right;
  margin-top: 0.75rem; }

.line-height-large {
  line-height: 1.8; }

.footer-address p {
  position: relative;
  padding-left: 30px; }
.footer-address span {
  width: 30px;
  position: absolute;
  left: 0;
  color: #ff0000; }

.footer-top {
  padding: 3.375rem 0 1rem;
  background: #eeeeee;
  background: -moz-linear-gradient(-45deg, #eeeeee 0%, #eeeeee 52%, #f69b9b 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #eeeeee), color-stop(52%, #eeeeee), color-stop(100%, #f69b9b));
  background: -webkit-linear-gradient(-45deg, #eeeeee 0%, #eeeeee 52%, #f69b9b 100%);
  background: -o-linear-gradient(-45deg, #eeeeee 0%, #eeeeee 52%, #f69b9b 100%);
  background: -ms-linear-gradient(-45deg, #eeeeee 0%, #eeeeee 52%, #f69b9b 100%);
  background: linear-gradient(135deg, #eeeeee 0%, #eeeeee 52%, #f69b9b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#f69b9b', GradientType=1 ); }
  .footer-top h3 {
    color: #fff;
    font-family: "LatoWebBold";
    font-size: 1.8rem;
    margin-bottom: 1.25rem; }
  .footer-top p {
    font-family: "LatoWebLight", sans-serif;
    font-size: 1rem; }
  .footer-top a {
    font-family: "LatoWebLight", sans-serif;
    text-decoration: none; }
  .footer-top a:hover {
    color: #ff0000; }

a.footer-logo {
  padding-right: 2.56rem;
  display: block; }

.enquiry-form #contactform {
  background-color: #1A1A1A;
  color: white;
  padding: 1rem 0; }
  .enquiry-form #contactform h3 {
    color: #fff;
    font-family: "LatoWebBold";
    font-size: 1.8rem;
    margin-bottom: 1.25rem; }
  .enquiry-form #contactform p {
    margin: 0;
    font-family: "LatoWebLight", sans-serif; }

#contactform {
  margin-bottom: 7.5rem; }

.contact-address h2 {
  margin-bottom: 0.5rem; }
.contact-address p {
  position: relative;
  margin-bottom: 0.5rem; }

.contact-address {
  color: #1A1A1A; }
  .contact-address h3 {
    color: #1A1A1A;
    font-family: "LatoWebBold";
    font-size: 1.5rem;
    margin-bottom: 1.25rem; }
  .contact-address p {
    font-family: "LatoWebLight", sans-serif;
    font-size: 1.375rem; }
  .contact-address a {
    color: #1A1A1A;
    font-family: "LatoWebLight", sans-serif;
    text-decoration: none; }
  .contact-address a:hover {
    color: #ff0000; }

.contact-timimgs {
  color: #1A1A1A; }
  .contact-timimgs h3 {
    color: #1A1A1A;
    font-family: "LatoWebBold";
    font-size: 1.5rem;
    margin-bottom: 1.25rem; }
  .contact-timimgs p {
    margin: 0;
    font-family: "LatoWebLight", sans-serif;
    font-size: 0.875rem; }
  .contact-timimgs span {
    width: 113px;
    display: inline-block; }

.company-logo {
  float: right;
  text-align: right; }
  .company-logo p {
    margin-bottom: 30px; }

.footer-opening-hours span {
  width: 113px;
  display: inline-block; }

.designby {
  font-size: 0.72rem;
  line-height: 1.2;
  padding-bottom: 20px;
  text-align: right;
  position: relative;
  clear: both;
  float: right;
  margin-top: 3.375rem; }

.designby img {
  margin-top: 5px; }

.designby a img {
  position: absolute;
  right: 0;
  width: 148px;
  height: auto; }

.designby a img.normal {
  opacity: 1; }

.designby a img.hoverme {
  opacity: 0; }

.designby a:hover img.normal {
  opacity: 0; }

.designby a:hover img.hoverme {
  opacity: 1; }

.google-map-contact {
  margin-bottom: 2.5rem; }
  .google-map-contact iframe {
    width: 100%; }

.normal-menu {
  font-family: "LatoWebLight", sans-serif; }
  .normal-menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .normal-menu ul li {
      border: 0;
      display: block; }
      .normal-menu ul li a {
        border: 0;
        text-transform: none; }
      .normal-menu ul li a:hover {
        border: 0; }
      .normal-menu ul li a:focus {
        border: 0; }
      .normal-menu ul li a.active {
        color: #1C9DE5; }
    .normal-menu ul li:hover {
      border: 0; }
    .normal-menu ul li:focus {
      border: 0; }

.footer-bottom {
  text-align: center;
  padding: 2rem 0; }
  .footer-bottom .design-by {
    position: absolute;
    right: 15px;
    top: 30%;
    width: 146px;
    font-size: 0.8rem; }
    .footer-bottom .design-by a, .footer-bottom .design-by svg {
      width: 100%;
      height: 17px; }
    .footer-bottom .design-by path {
      fill: #1A1A1A; }
    .footer-bottom .design-by polygon {
      fill: #1A1A1A; }
    .footer-bottom .design-by a:hover svg path {
      fill: #ff0000; }
    .footer-bottom .design-by a:hover svg polygon {
      fill: #ff0000; }

@media (max-width: 991.98px) {
  .main-menu.active {
    background-color: #1C9DE5;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    width: 300px; }

  .navbar-brand img {
    width: 230px;
    height: auto; }

  .logo-menu-sec {
    padding: 5px 0 !important; }

  .footer-logo {
    padding: 1.5rem 1rem !important; }
    .footer-logo img {
      width: 140px;
      height: 35px; }

  .pb-5, .py-5 {
    padding-bottom: 1.5rem !important; } }
.tabs-section .nav-item:nth-child(1) a {
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  border-right: 2px solid #fff; }
.tabs-section .nav-item:nth-child(2) a {
  border-radius: 0px;
  border-right: 2px solid #fff; }
.tabs-section .nav-item:nth-child(3) a {
  border-radius: 0px;
  border-right: 2px solid #fff; }
.tabs-section .nav-item:nth-child(4) a {
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px; }
.tabs-section .nav-link {
  background-color: #008be5; }

.bg-grey-gradient {
  background: -moz-linear-gradient(top, rgba(254, 254, 254, 0) 0%, #f3f3f3 100%);
  background: -webkit-linear-gradient(top, rgba(254, 254, 254, 0) 0%, #f3f3f3 100%);
  background: linear-gradient(to bottom, rgba(254, 254, 254, 0) 0%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fefefe', endColorstr='#f3f3f3',GradientType=0 ); }

#home-page-testimonials-bg-faded h2.page-header a {
  color: #1A1A1A; }

#home-page-testimonials-bg-faded h2.page-header a.all-link:hover {
  color: #ff0000; }

.contact-us-for {
  margin: 0;
  padding: 1.5rem 0; }
  .contact-us-for h2 {
    color: #fff; }
  .contact-us-for ul {
    list-style: none;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-top: 0.5rem; }
    .contact-us-for ul li {
      font-size: 1.125rem;
      position: relative;
      padding-top: 0.8rem;
      padding-bottom: 0.8rem;
      padding-left: 1.9rem; }
    .contact-us-for ul li::after {
      content: "";
      position: absolute;
      top: 1.45rem;
      left: 0px;
      margin-left: 0px;
      width: 15px;
      height: 4px;
      background-color: #ff0000; }

.close-modal {
  width: 40px;
  height: 40px;
  padding: 0;
  left: 47%;
  position: fixed;
  bottom: 30px; }

@media (max-width: 767.98px) {
  .amp-carousel-button {
    top: 42.5% !important; }

  .order-0.client-img {
    order: 1 !important; }

  .client-logo a {
    display: block; }

  .col-md-4.order-1.text-right.image-home {
    margin-top: 0; }

  .home-page-cms {
    padding-bottom: 0; }

  .home-featured-cms .order-1 {
    order: 0;
    -webkit-order: 0;
    text-align: center !important;
    margin-bottom: 1rem; }

  .home-featured-cms .order-0 {
    order: 1;
    -webkit-order: 1; }

  .contact-address {
    display: none; }

  .contact-timimgs {
    display: none; }

  .form-group.mob-m-0 {
    margin-bottom: 0; }

  .form-group .input-effect {
    margin-bottom: 1.25rem; }

  .effect-16 ~ label {
    top: 15px; }

  a.zoom span {
    font-size: 1rem; } }
@media only screen and (min-width: 48em) and (max-width: 61em) {
  .container {
    max-width: 100%; }

  .btn.btn-secondary {
    display: inline-block; }

  .description {
    min-height: 147px; }

  .client-img {
    clear: both; } }
@media only screen and (min-width: 61em) and (max-width: 72em) {
  body {
    font-size: 1rem; }

  .page-header {
    margin-top: 1.25rem;
    margin-bottom: 1.65rem;
    font-size: 1.8rem; }

  .figure-img .figure-caption > div .figure-caption1 {
    font-size: 1.8rem; }

  .figure-img .figure-caption > div .figure-caption2 {
    font-size: 1.2rem; }

  .figure-img .figure-caption .figure-caption1, .figure-img .figure-caption .figure-caption2, .figure-img .figure-caption .figure-caption3, .figure-img .figure-caption .figure-call-to-action {
    margin-bottom: 1.40rem; }

  h1, .h1 {
    font-size: 1.25rem; }

  h2, .h2 {
    font-size: 1.25rem; }

  h3, .h3 {
    font-size: 1.0909090909rem; }

  h4, .h4 {
    font-size: 1.1363636364rem; }

  h5, .h5 {
    font-size: 1rem; }

  h6, .h6 {
    font-size: 1.125rem; }

  .display-1 {
    font-size: 2.0833333333rem; }

  .display-2 {
    font-size: 1.5384615385rem; }

  .display-3 {
    font-size: 1.6666666667rem; }

  .display-4 {
    font-size: 1.25rem; }

  .lead {
    font-size: 0.8333333333rem; }

  .main-menu {
    padding-top: 2.5rem; }

  .btn {
    font-size: 1rem; }

  .client-section h2 {
    margin-top: 0; }

  .featured-casestudy .card .card-title {
    font-size: 1.8rem; }

  .featured-news .card .card-title {
    font-size: 1.8rem; }

  .featured-testimonials .description {
    min-height: 163px;
    display: inline-block; }

  .description {
    min-height: 127px; }

  .contactusmenu a.nav-link {
    font-size: 1.475rem; }

  .contact-page-location {
    padding-top: 2.25rem;
    margin-bottom: 3.125rem; }

  .contact-page-location p {
    font-size: 1.3rem; }

  .card-title {
    font-size: 1.3363636364rem; }

  .card-text {
    font-size: 1rem; }

  .product-listing .description {
    min-height: 115px;
    height: 115px;
    overflow: hidden; }

  .content {
    margin-bottom: 2.5rem; }

  .details-page {
    margin-bottom: 2.5rem; }

  .team-list {
    margin-bottom: 2.5rem; } }
@media only screen and (min-width: 72em) and (max-width: 79em) {
  .description {
    min-height: 147px; } }
@media (min-width: 576px) {
  .textimoniallist .order-1 {
    order: 1;
    -webkit-order: 1;
    margin-bottom: 1rem; }

  .textimoniallist .order-0 {
    order: 0;
    -webkit-order: 0;
    margin-bottom: 1rem; } }
@media (max-width: 767px) {
  .tesimonials-details .order-1 {
    order: 0;
    -webkit-order: 0;
    text-align: center !important;
    margin-bottom: 1rem; }

  .tesimonials-details .order-0 {
    order: 1;
    -webkit-order: 1; }

  .textimoniallist .order-0 {
    margin-bottom: 1rem;
    color: red; }

  .textimoniallist2 .order-1 {
    order: 0;
    -webkit-order: 0;
    margin-bottom: 1rem; }

  .textimoniallist2 .order-0 {
    order: 1;
    -webkit-order: 1;
    margin-bottom: 1rem; }

  .testimonial-image {
    padding: 0 1rem; } }
@media (max-width: 991.98px) {
  body {
    padding-top: 0; }

  .parallax-mirror {
    display: none; }

  img.section-image {
    visibility: visible !important; }

  .parallax-window {
    min-height: 50px; }

  .top-header {
    position: relative;
    display: none; }

  .main-header {
    top: auto;
    margin-bottom: 0;
    background-color: black; }

  .sticky + #main-header {
    position: relative; }

  .top-header.sticky {
    position: relative;
    display: none; }

  .logo {
    width: calc(100% - 70px);
    position: relative; }

  .talentnext {
    width: calc(100% - 70px);
    margin-top: 8px;
    position: absolute;
    z-index: 3; }
    .talentnext img {
      width: 120px; }

  .navbar.simple-menu {
    display: inline-block;
    width: 100%;
    float: none;
    z-index: 2;
    min-height: 64px; }
    .navbar.simple-menu .navbar-toggler {
      float: right;
      color: #ff0000;
      padding: 24px 0 0px 0;
      outline: none; }

  .clearfix.hr {
    margin-top: 3rem; }

  .main-menu {
    text-align: left;
    padding-top: 0;
    clear: both;
    position: relative; }

  .navbar-toggler i.fa-bars {
    display: block; }

  .navbar-toggler i.fa-times {
    display: none; }

  .figure-img .figure-caption .figure-caption1, .figure-img .figure-caption .figure-caption2, .figure-img .figure-caption .figure-caption3, .figure-img .figure-caption .figure-call-to-action {
    margin-bottom: 1.08rem; }

  .figure-img .figure-caption .figure-call-to-action {
    display: inline-block;
    margin-bottom: 0rem; }

  .figure-img .figure-caption {
    position: relative;
    padding: 15px 0px; }

  .figure-img .figure-caption > div.container .caption-inner-page {
    padding-left: 0rem; }

  .figure-img .figure-caption > div .figure-caption1 {
    font-size: 1.3rem;
    line-height: 1.2;
    color: #333333;
    text-shadow: none; }

  .figure-img .figure-caption > div .figure-caption2 {
    font-size: 0.925rem;
    color: #333333;
    text-shadow: none; }

  .figure-img .figure-caption::after {
    content: "";
    background-color: white; }

  .navbar-nav .dropdown-menu {
    background-color: #ff0000;
    border: 0; }

  .navbar-toggler.active i.fa-bars {
    display: none; }

  .navbar-toggler.active i.fa-times {
    display: block; }

  #bs-example-navbar-collapse-center-header-2 {
    background-color: #616161A3;
    margin-left: -15px;
    margin-right: -15px; }

  .navbar-nav .nav-link {
    font-family: "LatoWebLight", sans-serif;
    border-bottom: 1px solid grey;
    padding: 1rem;
    font-size: 1.2rem; }

  .dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #1A1A1A;
    font-family: "LatoWebBold"; }

  .navbar-nav .nav-link.active {
    color: #1C9DE5;
    font-family: 'sourcesanspro-semibold'; }

  .nav-link:hover, .nav-link:focus {
    text-decoration: none;
    font-family: "LatoWebHeavy", sans-serif; }

  #scrolltodiv {
    display: none; }

  .social-icons-footer li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0.5rem; }

  .btn {
    padding: 0.9375rem 1.5rem;
    font-size: 1rem; }

  .contact-us-for h2 {
    color: #1A1A1A;
    background-color: #fff;
    margin: -1.5rem -15px 0 -15px;
    padding-bottom: 1rem;
    padding-top: 1rem; }

  .contact-us-for ul {
    margin: 0; }
    .contact-us-for ul li {
      padding-left: 0;
      text-align: center; }

  .contact-us-for ul li::after {
    top: auto;
    left: 0;
    width: 16px;
    height: 4px;
    right: 0;
    bottom: 0;
    margin: 0 auto; }

  .contact-us-for ul li:last-child::after {
    display: none; }

  .content ul li {
    padding: 0 0 0 1.5rem; }

  .content ul li::after {
    top: 7px;
    left: 0.5rem;
    font-size: 0.5rem; }

  .page-header {
    margin-top: 1.25rem;
    margin-bottom: 1.65rem;
    font-size: 1.3rem; }

  h1.page-header {
    text-align: center; }

  .page-header span {
    padding: 0 1rem;
    display: inline-block; }

  .card-block .btn.btn-secondary {
    margin-bottom: 1.56rem; }

  .client-section h2 {
    margin-top: 1.56rem;
    text-align: center; }

  .client-img img {
    position: relative;
    bottom: 0; }

  .navbar-brand {
    margin-right: 0rem; }

  .btn-lg {
    padding: 0.5rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0; }

  .btn-sm {
    padding: 0.25rem 1.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0; }

  .carousel1 {
    margin-top: -37.5%; }

  .carousel-caption {
    position: relative;
    padding: 0;
    background-color: red; }

  .caption-inner .caption_1 {
    position: relative;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .caption-inner .caption_1 span {
    border: 0px; }
  .caption-inner .caption_1::after {
    content: "";
    top: auto;
    left: 0;
    width: 100%;
    height: 2px;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background-color: #1A1A1A;
    position: absolute;
    display: none; }

  #home-page-testimonials-bg-faded h2.page-header {
    text-align: center; }

  #home-page-testimonials-bg-faded h2.page-header a {
    color: #1A1A1A; }

  #home-page-testimonials-bg-faded h2.page-header a.all-link {
    display: none; }

  .footer-bottom .design-by {
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto; }

  .contactusmenu {
    text-align: center;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem; }

  .contactusmenu li {
    display: block;
    padding: 5px 0px;
    width: 100%; }

  .contactusmenu a.nav-link {
    font-size: 0.875rem;
    display: inline-block; }

  .contactusmenu a.nav-link.active {
    color: #1A1A1A; }

  .client-logo {
    padding-top: 50px; }

  .news-section .card {
    margin-top: 0; }

  .card-title {
    font-size: 1.3363636364rem; }

  .card-text {
    font-size: 1rem; }

  .product-listing .description {
    min-height: 90px;
    height: 90px;
    overflow: hidden; }

  .footer-address {
    margin-bottom: 1rem; }

  .social-icons-footer {
    margin-bottom: 1rem;
    position: relative; }

  .footer-top {
    padding: 2rem 0; }

  .footer-top .col-9 h6 {
    margin-top: 1rem; }

  .footer-top .col-9 .col-md-3 h6 {
    display: none; }

  .footer-opening-hours {
    margin-bottom: 1rem; }

  #Testimonial-card-block-1 {
    padding: 0 0rem 2rem; }

  #Testimonial-card-block .card-title {
    font-size: 1.25rem; }

  #Testimonial-card-block .card-text {
    font-size: 1rem; }

  #Testimonial-card-block .description {
    height: 216px;
    overflow: hidden;
    line-height: 1.45; }

  .carousel-indicators {
    display: none; }

  .testimonial-section .card-title {
    font-size: 1.25rem; }

  .testimonial-section .card-text {
    font-size: 1rem; }

  .testimonial-section .description {
    height: 216px;
    overflow: hidden;
    line-height: 1.45; }

  .testimonial-section .even {
    background-color: #f6f6f6;
    padding: 2rem 0 2rem 0; }
  .testimonial-section .odd {
    background-color: #fff;
    padding: 2rem 0 2rem 0; }

  .owl-theme .owl-nav [class*="owl-"] svg {
    width: 40px !important;
    height: 40px !important; }

  .card-img-overlay figcaption a {
    padding: 1.065rem; }

  #client {
    padding: 2.5rem 0rem; }

  .contact-page-location {
    color: #fff;
    background-color: #1A1A1A;
    margin-bottom: 0;
    padding: 1rem 0; }

  .contact-page-location h1 {
    padding: 0 1rem;
    color: #fff; }

  .contact-page-location p {
    font-size: 0.875rem; }

  .contact-page-location p a {
    color: #fff; }

  .contact-page-location p a:hover {
    color: #ff0000; }

  .contact-page-location h4 {
    color: #fff; }

  .contact-page-location h2 {
    color: #fff;
    font-size: 1.125rem; }

  .contact-page-top {
    display: none; }

  #contactform {
    margin-bottom: 1rem; }

  .footer-top.contact-page-bottom {
    background-color: #fff;
    padding-bottom: 0;
    text-aling: center; }

  .footer-top.contact-page-bottom .normal-menu {
    text-align: center; }

  .footer-top.contact-page-bottom .normal-menu ul {
    text-align: center; }

  .footer-top.contact-page-bottom .normal-menu ul li {
    float: none; }

  .footer-top.contact-page-bottom .normal-menu ul li a {
    padding: 0px 10px;
    color: #1A1A1A; }

  .footer-top.contact-page-bottom .normal-menu ul li a:hover {
    padding: 0px 10px;
    color: #ff0000; }

  .form-control {
    font-size: 0.825rem; }

  .custom-select {
    font-size: 0.825rem; }

  .details-page {
    margin-bottom: 2rem; }

  .team-list {
    margin-bottom: 2rem; }
    .team-list img.img-fluid {
      width: 100%;
      height: auto; }

  #Testimonial-card-block-1 {
    padding: 0 0rem 0rem; }

  .featured-testimonials {
    margin-bottom: 1.5rem;
    margin-top: 0rem;
    padding-bottom: 1.5rem; }
    .featured-testimonials .testimonial-image {
      width: 120px;
      margin: 0 auto; }

  .featured-news {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    padding-bottom: 1.5rem; }

  .featured-news .card {
    padding: 1rem; }

  .featured-news .card .card-title {
    font-size: 1.5rem; }

  .featured-casestudy {
    margin-top: 1.5rem;
    padding-bottom: 1.5rem; }

  .content {
    margin-bottom: 1.5rem; }

  .featured-casestudy .card .card-title {
    font-size: 1.5rem;
    min-height: 4rem; }

  #newsletterform {
    margin-bottom: 1.5rem; }

  #newsletterform .bg-white .form-control {
    padding-left: 0; } }
.header-info-bar {
  font-size: 1rem;
  padding-block: .5%; }
  .header-info-bar .fas {
    padding-right: 23px; }

a.info-link {
  padding: 0 35px 0 0;
  color: #fff; }

.logo-menu-sec {
  padding: 25px 0; }

@font-face {
  font-family: 'sourcesanspro-semibold';
  src: url("fonts/SourceSansPro-SemiBold.woff2") format("woff2"), url("fonts/SourceSansPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'sourcesanspro-black';
  src: url("fonts/SourceSansPro-Black.woff2") format("woff2"), url("fonts/SourceSansPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'sourcesanspro-bold';
  src: url("fonts/SourceSansPro-Bold.woff2") format("woff2"), url("fonts/SourceSansPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'sourcesanspro-regular';
  src: url("fonts/SourceSansPro-Regular.woff2") format("woff2"), url("fonts/SourceSansPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  font-family: 'sourcesanspro-semibold';
  font-size: 20px;
  line-height: 38px; }

body {
  font-family: "sourcesanspro-regular", sans-serif;
  font-size: 21px;
  line-height: 26px;
  font-weight: normal;
  color: #1a1a1a;
  text-align: left;
  background-color: #ffffff; }

ul.navbar-nav {
  justify-content: space-between;
  width: 100%;
  text-align: center; }

.navbar-nav .nav-link:hover {
  color: #1C9DE5; }

.navbar-toggler-icon {
  display: flex;
  width: 1.5em;
  justify-content: center;
  align-items: center;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

button:focus {
  outline: none; }

.footer-section {
  padding-top: 55px;
  padding-bottom: 30px;
  background: linear-gradient(rgba(21, 11, 0, 0.5) 0% 0%), url(https://www.gclientdemo.com/clientarea/EBRH/media/footer-img1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px 45%; }

.footer-info {
  color: #fff;
  font-size: 18px;
  padding: 20px 0 20px 0;
  font-family: "sourcesanspro-regular"; }

.footer-info a {
  font-size: 18px;
  text-decoration: none;
  color: #1C9DE5;
  font-family: "sourcesanspro-semibold"; }

.footer-info a:hover {
  text-decoration: underline; }

.contact-info {
  margin: 0; }

.contact-info h1 {
  color: #fff;
  font-size: 16px;
  margin: 15px 0 12px 0;
  padding: 0; }

.contact-info ul {
  margin: 10px 0 0 0;
  font-size: 12px;
  color: #fff;
  list-style: none;
  display: inline; }

.contact-info ul li {
  margin: 0 0 30px 0;
  padding: 0;
  display: flex; }

.contact-info ul li i {
  display: inline-block;
  margin: 3px 10px 4px 0px; }

.contact-info ul li a {
  color: #fff; }

.footer-section .normal-menu {
  margin-left: 50px; }

.footer-section .normal-menu ul li.nav-item {
  width: 48%;
  float: left; }

.footer-section .normal-menu ul li.nav-item a {
  padding: 0px 0 20px 0;
  color: #fff;
  margin: 13px 0 0 0;
  font-size: 16px;
  font-family: 'sourcesanspro-semibold'; }

.footer-section .normal-menu ul li.nav-item span.dropicon {
  display: none; }

.footer-section .normal-menu ul li.nav-item ul.dropdown-menu {
  display: block;
  background: transparent;
  position: inherit;
  border: none; }

.footer-section .normal-menu ul li.nav-item ul.dropdown-menu:before {
  display: none; }

.footer-section .normal-menu ul li.nav-item ul.dropdown-menu li a {
  font-size: 18px;
  background: transparent;
  font-family: "sourcesanspro-regular", sans-serif;
  padding: 0 0 7px 0; }

.footer-section .normal-menu ul li.nav-item a {
  padding: 0px 0 20px 0;
  color: #fff;
  margin: 13px 0 0 0;
  font-size: 24px; }

.contact-info h1 {
  color: #fff;
  font-size: 24px;
  margin: 15px 0 12px 0;
  padding: 0;
  font-family: "sourcesanspro-semibold", sans-serif; }

.nav-link {
  font-family: "sourcesanspro-semibold", sans-serif; }

.contact-info ul li {
  margin: 0 0 30px 0;
  padding: 0;
  display: flex;
  font-family: 'sourcesanspro-regular';
  font-size: 18px; }

.my-6 {
  margin-block: 60px; }

.mb-6 {
  margin-bottom: 60px; }

h1, .h1, h2, .h2 {
  font-family: 'sourcesanspro-black';
  font-size: 35px; }

.link-primary {
  color: #1C9DE5;
  font-family: "sourcesanspro-semibold"; }
  .link-primary:hover {
    text-decoration: underline;
    color: #1C9DE5;
    font-family: "sourcesanspro-semibold"; }

.why-choose-us-sec h1 {
  margin-top: 10px;
  margin-bottom: 40px; }

.our-services-sec h1 {
  margin-top: 60px;
  margin-bottom: 40px; }

.why-choose-us-sec {
  margin: 30px 0; }

.why-choose-us-block {
  text-align: center; }

.why-choose-us-img {
  margin: 0 0 15px 0; }

.analyse-content {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: space-around;
  padding-block: 23px; }

.data-analyse-containt {
  font-size: 28px;
  color: #fff;
  line-height: 34px; }

.our-services-sec {
  margin: 0; }

.services-sec {
  margin: 30px 0;
  position: relative; }

.services-col {
  margin-bottom: 30px; }

.services-col img {
  filter: brightness(0.5); }

.services-data {
  z-index: 100;
  position: absolute;
  bottom: 30px;
  left: 20px;
  padding-right: 20px;
  width: 94%; }

.services-col .service-title {
  color: #fff;
  font-weight: bold;
  display: block; }

.services-col .services-des {
  color: #fff;
  font-weight: normal;
  display: none;
  margin: 5px 0 15px 0; }

.services-data a.learn-more {
  color: #1C9DE5;
  font-weight: normal;
  display: none;
  width: 100%; }

.services-col:hover {
  cursor: pointer; }

.services-col:hover .service-title {
  color: #1C9DE5; }

.services-col:hover .services-des {
  display: block; }

.services-col:hover a.learn-more {
  display: block; }

.data-analyse-sec {
  padding: 10px 30px; }

.data-analyse-containt {
  font-size: 30px;
  color: #fff;
  padding: 50px 0; }

.btn-lets-talk {
  margin: 0; }

button {
  color: #1C9DE5; }

.our-projects-sec img {
  min-width: 100%;
  height: auto; }
.our-projects-sec .card-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  justify-content: space-between; }
.our-projects-sec a {
  color: #1C9DE5;
  text-decoration: underline; }
  .our-projects-sec a i {
    display: none; }
  .our-projects-sec a:hover {
    color: #1C9DE5;
    text-decoration: none; }
.our-projects-sec .btn-primary {
  margin-top: 40px;
  margin-bottom: 60px; }

.btn-primary, .btn-primary a {
  padding: 6px 17px;
  font-family: 'sourcesanspro-semibold';
  color: #ffffff;
  background-color: #20D397;
  display: block;
  margin-inline: auto;
  text-decoration: none; }
  .btn-primary:hover, .btn-primary a:hover {
    padding: 6px 17px;
    font-family: 'sourcesanspro-semibold';
    color: #ffffff;
    background-color: #20D397;
    display: block;
    margin-inline: auto;
    text-decoration: none; }

.w-30 {
  width: 30%; }

@media (max-width: 991.98px) {
  .w-30 {
    width: 90%;
    margin-inline: auto; }

  .w-40 {
    width: 100% !important; }

  .flex-sm-col {
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column; } }
.case-studies-section .card a {
  float: left;
  display: block;
  width: 50%; }

.case-studies-section .card .card-block {
  float: left;
  width: 46%;
  margin: 0 0 0 15px;
  display: flex;
  flex-direction: column; }

.case-studies-section h2 {
  text-align: center;
  color: #fff;
  margin: 15px 0 60px 0 !important; }

.case-studies-section .card {
  background: #fff;
  padding: 15px;
  float: left;
  margin-bottom: 35px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.case-studies-section .card:before {
  clear: both; }

.case-studies-section .card a img {
  border: 1px solid #9b9b9b; }

.case-studies-section .card .card-block h4.card-title {
  margin: 0 0 14px 0; }

.case-studies-section .card .card-block h4.card-title a {
  float: none;
  width: auto;
  color: #1a1a1a;
  font-size: 20px;
  font-family: 'sourcesanspro-semibold'; }

.case-studies-section .card .card-block a.btn-link {
  float: none;
  width: auto;
  color: #1C9DE5;
  font-size: 18px;
  font-family: 'sourcesanspro-semibold';
  margin-top: auto;
  margin-bottom: 11px; }
  .case-studies-section .card .card-block a.btn-link:hover {
    text-decoration: underline; }

.case-studies-section .card .card-block a.btn-link i {
  display: none; }

.case-studies-section .card .card-block p.card-text {
  font-size: 18px;
  line-height: 21px; }

.w-40 {
  width: 46%; }

.flex-sm-col {
  justify-content: space-between;
  flex-wrap: wrap; }

@media (max-width: 767.98px) {
  .footer-logo {
    padding: 1rem .5rem !important; }

  .footer-logo img {
    width: 261px;
    height: auto; }

  .case-studies-section .card .card-block {
    float: left;
    width: 100% !important;
    margin: 15px 0 0 0px; }

  .case-studies-section .card a {
    float: left;
    display: block;
    width: 100% !important; } }
input.btn-primary {
  padding: 7px 34px;
  font-family: 'sourcesanspro-semibold';
  color: #ffffff;
  background-color: #20D397;
  display: block;
  margin-inline: auto;
  text-decoration: none;
  font-size: 21px;
  margin-top: 30px; }
  input.btn-primary:hover {
    padding: 7px 34px; }

#contactform .form-control {
  background-color: transparent;
  font-family: "sourcesanspro-regular", sans-serif; }

.effect-16 {
  border: 0;
  border: 1px solid #707070;
  background-color: transparent;
  width: 100%;
  padding: 0.8rem 0.875rem 0.8rem 0.875rem; }

.form-control:focus {
  color: #1d1d1b;
  background-color: transparent;
  border-color: #1A1A1AD4;
  outline: 0; }

#contactform .form-control.has-success {
  border-color: #20D397; }

#contactform label {
  display: none; }

h3 {
  font-family: "sourcesanspro-semibold";
  font-size: 25px; }

.form-group {
  margin-bottom: 1.25rem; }

.contact-us-contact {
  width: fit-content;
  float: right; }

.contact-form .container:before {
  content: 'Need Consultation?';
  font-family: "sourcesanspro-black";
  font-size: 30px;
  margin-top: 60px;
  margin-bottom: 20px;
  display: block; }

#contactform {
  margin-bottom: 3.5rem; }

.copyrighht-section {
  margin: 0 auto;
  text-align: right;
  padding: 9px 20px 5px 20px; }
  .copyrighht-section .navbar {
    justify-content: center; }

.copyright-text {
  font-size: 12px;
  color: #fff;
  padding: 10px 0 0 0;
  display: block; }

.copyrighht-section .navbar .navbar-collapse {
  display: block; }

.copyrighht-section .navbar .navbar-header button.navbar-toggle {
  display: none; }

.copyrighht-section .navbar .navbar-collapse ul {
  float: left;
  display: block; }

.copyrighht-section .navbar .navbar-collapse ul li {
  border-left: 1px solid #fff;
  padding: 2px 15px 0 14px;
  float: left; }

.copyrighht-section .navbar .navbar-collapse ul li a {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  opacity: .9;
  font-family: "LatoWeb", sans-serif;
  padding: 2px 0 2px 0; }

.copyrighht-section .navbar .navbar-collapse ul li:first-child {
  border: none; }

@media (max-width: 767.98px) {
  .copyrighht-section .navbar .navbar-collapse ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center; }
    .copyrighht-section .navbar .navbar-collapse ul > li {
      border: none;
      padding-bottom: 10px; } }
.case-studies-section {
  margin: 0;
  padding: 30px;
  padding-bottom: 50px;
  background: linear-gradient(rgba(26, 26, 26, 0.8) 0% 0%), url(https://www.gclientdemo.com/clientarea/EBRH/media/original/case_study_banner1.jpg);
  background-size: cover; }

.contact-us-contact a {
  color: #1A1A1A;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
.contact-us-contact a:hover {
  color: #1A1A1A;
  text-decoration: underline; }

.services-sec .img-fluid {
  max-width: 100%;
  height: 350px; }

.services-col {
  margin-bottom: 35px; }

.services-col {
  margin-bottom: 35px;
  padding-inline: 12px; }

.dropdown:hover .dropdown-menu {
  display: block; }

.dropdown-menu:hover {
  display: block; }

.navbar-nav li.nav-item.dropdown::after {
  content: '';
  background-image: url(images/down-angle.svg);
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: 27%;
  transform: rotate(90deg);
  position: absolute;
  top: 9px;
  opacity: 0;
  transition: all .5s ease;
  width: 45px;
  height: 84px;
  left: calc(50% - 24px);
  border-right: 0;
  border-block: 0; }

.navbar-nav li.nav-item.dropdown:hover::after {
  content: '';
  background-image: url(images/down-angle.svg);
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: 50%;
  transform: rotate(90deg);
  position: absolute;
  top: 9px;
  opacity: 1;
  transition: all .5s ease;
  width: 45px;
  height: 84px;
  left: calc(50% - 24px);
  border-right: 0;
  border-block: 0; }
  .navbar-nav li.nav-item.dropdown:hover::after .dropdown-menu:hover {
    display: block; }

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  margin-top: 35px;
  left: -28px;
  box-shadow: 0px 3px 6px #00000029; }

.dropdown-item {
  background-color: #FFFFFF;
  color: #1a1a1a;
  font-family: "sourcesanspro-semibold";
  font-size: 18px; }

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #FFF;
  color: #1C9DE5;
  font-family: 'sourcesanspro-semibold'; }

@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: unset;
    text-align: center;
    margin-top: 0;
    box-shadow: 0px 3px 6px #00000029; } }
.breadcrumb-item.active {
  color: #1a1a1a; }

.breadcrumb {
  float: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  padding: 2.5rem 0rem;
  margin-bottom: 0rem;
  list-style: none; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  content: " >>";
  padding-left: 4px;
  padding-right: 4px;
  font-size: 17px;
  font-family: 'sourcesanspro-regular';
  background-image: none !important;
  background-repeat: no-repeat;
  width: unset;
  height: unset;
  position: relative;
  left: unset;
  top: unset; }

.breadcrumb-item + .breadcrumb-item a {
  padding-left: 0;
  color: #1a1a1a; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
  position: relative;
  padding-right: 0; }

.teams-entity a.popup-modal_h2 {
  font-family: 'sourcesanspro-semibold';
  font-size: 21px;
  color: #1a1a1a; }

.teams-entity + .description {
  text-align: center;
  padding-inline: 12px;
  font-size: 17px;
  line-height: 21px !important;
  font-family: 'sourcesanspro-regular';
  display: block; }

.popup-modal .img-fluid {
  max-width: 80%;
  height: auto;
  margin: auto;
  display: block;
  border-radius: 50%;
  border: 1px solid transparent;
  overflow: clip; }

.page-header > span {
  font-family: 'sourcesanspro-black';
  font-size: 35px; }

.wcu-white {
  margin-top: 80px;
  background-image: linear-gradient(rgba(26, 26, 26, 0.8) 0% 0%), url("images/why-choose-us-sec-img.jpg");
  padding-block: 80px;
  background-size: cover;
  background-position: 50%; }
  .wcu-white .why-choose-us-img {
    filter: invert(100%); }
    .wcu-white .why-choose-us-img .img-fluid {
      width: 34%;
      max-height: 90px;
      object-fit: contain;
      margin-bottom: 20px; }
  .wcu-white h1 {
    color: #FFFFFF; }
  .wcu-white div {
    color: #FFFFFF; }

.why-choose-us-img + div {
  font-size: 18px; }

.contact-pg-add tr > td:first-child {
  display: flex;
  width: 95px;
  color: #1C9DE5;
  font-family: 'sourcesanspro-bold'; }

h3.txt-blue {
  font-family: "sourcesanspro-regular";
  font-size: 35px;
  color: #1C9DE5;
  margin-top: 45px;
  margin-bottom: 40px; }

.txt-blue {
  color: #1C9DE5; }

.contact-pg-add tr > td {
  padding-bottom: 40px; }

#contact-pg-form label {
  display: inline-block; }

#contact-pg-form .effect-16 {
  border: 0;
  border-bottom: 1px solid #707070;
  width: 100%;
  padding: 6px 0; }

.contact-pg-form {
  box-shadow: 0px 3px 6px #00000029;
  margin-top: -100px;
  background: white;
  margin-bottom: 70px; }

#contact-pg-form textarea.form-control {
  min-height: 5.4rem; }

.bg-palegreen {
  background-color: rgba(32, 211, 151, 0.06); }

.pb-30 {
  padding-bottom: 30px; }

.caption-inner p::first-line {
  font-size: 52px;
  text-align: left;
  color: #ffffff;
  line-height: 122px;
  font-family: "sourcesanspro-bold"; }

.carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 0px;
  background-image: linear-gradient(180deg, rgba(109, 187, 217, 0.7), rgba(26, 71, 137, 0.7));
  background-color: unset;
  z-index: 0; }

.contact-us-page .caption-inner p {
  color: #FFFFFF;
  text-align: start;
  font-family: "sourcesanspro-regular"; }
.contact-us-page .inner-page-banner {
  display: flex; }

.googlemap + p {
  display: none; }

.home-page .carousel-caption {
  background-image: unset;
  background-color: unset; }

.service-page .our-services-sec h1 {
  margin-top: 0px;
  margin-bottom: 40px; }

.carousel-item > img {
  min-height: 200px;
  object-fit: cover;
  object-position: 34%; }

@media (max-width: 991.98px) {
  .contact-pg-form {
    box-shadow: 0px 3px 6px #00000029;
    background: white;
    margin-bottom: 70px !important;
    margin-top: 50px !important; } }
.contact-form-2 .container:before {
  content: 'Need Consultation?';
  font-family: "sourcesanspro-black";
  font-size: 30px;
  margin-top: 25px;
  margin-bottom: 35px;
  display: block; }

.list-group-item {
  position: relative;
  display: block;
  padding: 14px 0;
  margin-bottom: -1px;
  background-color: #fff;
  border: none;
  color: #1a1a1a; }
  .list-group-item:hover {
    color: #1C9DE5; }

.list-group-item.active {
  z-index: 2;
  background-color: transparent;
  border-color: transparent;
  color: #1C9DE5; }

.sidebar {
  border: 1px solid #707070;
  padding: 10px;
  margin-bottom: 50px; }

.service-desc-heading {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: 'sourcesanspro-bold'; }

a.btn-primary {
  padding: 10px 20px !important;
  width: fit-content;
  font-size: 24px;
  height: fit-content;
  margin-block: auto; }

@media (min-width: 1200px) {
  .container {
    max-width: 1190px; } }
.service-ul-li {
  padding-right: 21%; }
  .service-ul-li > li {
    margin-bottom: 20px; }

.btn-primary:active {
  background-color: #20D397 !important; }

.border-primary {
  border-color: #1C9DE5 !important;
  border: 1px solid;
  padding: 20px 15px; }

.fa-phone:before {
  content: url("images/telephone.svg") !important;
  display: block;
  position: relative;
  top: 2px; }

.prd-link + a {
  text-decoration: none;
  color: #1a1a1a; }
  .prd-link + a > i {
    display: none; }
  .prd-link + a:hover {
    color: #1C9DE5; }

.pd-headline {
  color: #1C9DE5;
  font-size: 26px;
  line-height: 1.3; }

.txt-grey {
  color: #707070; }

.w-90 {
  width: 93%;
  height: 100%;
  object-fit: cover; }

h4 {
  font-size: 1.8rem;
  font-family: 'sourcesanspro-bold'; }

.contact-form01 .container:before {
  content: 'Need Consultation?';
  font-family: "sourcesanspro-black";
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block; }

.overlap-card {
  margin-left: -20%;
  position: relative;
  margin-block: 25px;
  padding-block: 20px;
  padding-inline: 25px;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 3px 6px #00000029; }

@media (max-width: 767.98px) {
  .our-projects-sec .card-block {
    margin-bottom: 20px; }

  #contactform .form-control {
    margin-bottom: 20px; }

  .overlap-card {
    margin-left: 0;
    position: relative;
    margin-block: 25px;
    padding-block: 20px;
    padding-inline: 25px;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 3px 6px #00000029; } 
    
 
  .profile{flex-direction: column-reverse}

    
}
.overlap-headline {
  font-family: 'sourcesanspro-semibold';
  font-size: 28px;
  line-height: 1.2;
  color: #1C9DE5; }

.w-32 {
  width: 32.3%;
  box-shadow: 0px 3px 6px #00000029; }

@media (max-width: 991.98px) {
  .w-32 {
    width: 90%;
    margin-inline: auto; }

  .contact-us-contact {
    float: none; } }
.article-title {
  margin-bottom: 0.503125rem;
  margin-top: 1.4375rem;
  font-family: 'sourcesanspro-semibold';
  line-height: 1.3;
  font-size: 22px;
  padding-inline: 2px; }

.article-text .description {
  font-size: 18px; }

@media (min-width: 768px) {
  .img-parent img {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    max-width: 50%;
    object-fit: contain;
    margin: auto;
    display: block;
    margin-block: 20px; } }
@media (max-width: 767.98px) {
  .img-parent img {
    flex: 0 0 83.3333333333%;
    -webkit-flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    object-fit: contain;
    display: block;
    margin: auto;
    margin-block: 20px; } }

.social-icons img {
  width: 32px; }

.list-inline {
  margin-block: 20px;
  margin-top: 50px; }

.page-header {
  position: unset;
  margin-left: unset !important;
  margin-right: unset !important; }

.slick-initialized .slick-slide {
  display: block;
  padding-inline: 20px; }

.slick-slide {
  display: none;
  float: left;
  height: inherit !important;
  min-height: inherit !important; }
  .slick-slide > div {
    height: 100%;
    display: flex; }
  .slick-slide > div .w-40 {
    display: flex !important; }

.slick-track {
  display: flex !important; }
  


/*# sourceMappingURL=theme.css.map */
