@import url(fonts.css);
@import url(colors.css);

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #828282;
  background: #fff; }

h1, h2, h3, h4, h5 {
  line-height: 1.2;
  font-weight: 300 !important; }

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .offcanvas #page {
    overflow: hidden;
    position: absolute; }
    .offcanvas #page:after {
      -webkit-transition: 2s;
      -o-transition: 2s;
      transition: 2s;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 101;
      background: rgba(0, 0, 0, 0.7);
      content: ""; }

a {
  color: #2f89fc;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a:hover, a:active, a:focus {
    color: #2f89fc;
    outline: none;
    text-decoration: none; }

p {
  margin-bottom: 20px; }

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0; }

::-webkit-selection {
  color: #fff;
  background: #2f89fc; }

::-moz-selection {
  color: #fff;
  background: #2f89fc; }

::selection {
  color: #fff;
  background: #2f89fc; }

.nav-menu-logo {
  width: 100px;
  height: 50px;
}


/* Navigation menu bar styles */

.ftco-nav {
  position: fixed;
  z-index: 88;
  width: 100%; }
  .ftco-nav .top-menu {
    padding: 20px 0;
    background-color: #fff;
    box-shadow: 0 5px 10px -1px rgba(0, 0, 0, 0.1);
    transition: padding 0.5s linear;
    /* background-color: rgba(10, 22, 42, 1.0); */
  }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    .ftco-nav .top-menu .container .col-md-2 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .ftco-nav .top-menu .container .nav-menu-logo-div {
      text-align: start;
    }
    .ftco-nav .top-menu .container .col-toggle-language .dropdown {
      text-align: end;
      margin-right: 1em;
    }
    .ftco-nav .top-menu .container .col-toggle-language ul {
      margin-left: 190px;
    }
  }
  @media screen and (min-width: 993px) and (max-width: 1280px) {
    .ftco-nav .top-menu .container .col-md-pull-1 {
      right: 0%;
    }
    .ftco-nav .top-menu .container .col-md-push-1 {
      left: 0%;
    }
    .ftco-nav .top-menu .container .nav-menu-items ul li {
      margin: 0 5px;
    }
    .ftco-nav .top-menu .container .nav-menu-items ul li a {
      font-size: 16px;
    }
  }
  .ftco-nav .nav-menu-logo {
    width: 200px;
    height: 50px;
  }
  .ftco-nav #ftco-logo {
    font-size: 24px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-weight: 700;
    font-family: "Work Sans", Arial, sans-serif; }
    .ftco-nav #ftco-logo a {
      color: #fff; }
      .ftco-nav #ftco-logo a span {
        color: #000; }
  .ftco-nav a {
    padding: 5px 10px;
    color: #fff; }
  @media screen and (max-width: 992px) {
    .ftco-nav .menu-1 {
      display: none; } }
  .ftco-nav ul {
    /* background-color: yellow; */
    padding: 0px 0;
    margin: 0px; }
    .ftco-nav .nav-menu-items ul li {
      /* background-color: orange; */
      padding: 0 0 0px 0;
      margin: 0 10px;
      list-style: none;
      display: inline;
      text-transform: uppercase;
      /* border-bottom: 2px solid white; */
      left: 0;
      right: 0%; }
      .ftco-nav .nav-menu-dropdown-language {
        background-color: #2f89fc;
        padding: 12px 5px;
        border: 1px solid #fff;
        border-radius: 25px;
      }
      .ftco-nav .nav-menu-items ul li > a {
        /* background-color: green; */
        font-family: "Jost-SemiBold";
        font-size: 18px;
        letter-spacing: 0em;
        padding: 0px 3px;
        border-bottom: 2px solid #fff;
        color: var(--navy-blue-light);
        /* color: rgba(10, 22, 42, 1.0); */
        /* color: rgba(48, 137, 248, 1.0); */
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
      .ftco-nav .nav-menu-items ul li > a:hover, .ftco-nav ul li > a:focus, .ftco-nav ul li > a:active {
          color: var(--red);
          border-bottom: 2px solid var(--red); }
      .ftco-nav .nav-menu-items ul li.has-dropdown {
        position: relative; }
        .ftco-nav .nav-menu-items ul li.has-dropdown .dropdown {
          width: 140px;
          -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
          z-index: 1002;
          visibility: hidden;
          opacity: 0;
          position: absolute;
          top: 40px;
          left: 0;
          text-align: left;
          background: #fff;
          padding: 20px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px;
          -webkit-transition: 0s;
          -o-transition: 0s;
          transition: 0s; }
          .ftco-nav .nav-menu-items ul li.has-dropdown .dropdown:before {
            bottom: 100%;
            left: 40px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-bottom-color: #fff;
            border-width: 8px;
            margin-left: -8px; }
          .ftco-nav .nav-menu-items ul li.has-dropdown .dropdown li {
            display: block;
            margin-bottom: 7px; }
            .ftco-nav .nav-menu-items ul li.has-dropdown .dropdown li:last-child {
              margin-bottom: 0; }
            .ftco-nav .nav-menu-items ul li.has-dropdown .dropdown li a {
              padding: 2px 0;
              display: block;
              line-height: 1.2;
              text-transform: none;
              font-size: 16px;
              letter-spacing: 0;
              color: #000; }
              .ftco-nav .nav-menu-items ul li.has-dropdown .dropdown li a:hover {
                color: #2f89fc; }
        .ftco-nav .nav-menu-items ul li.has-dropdown:hover a, .ftco-nav ul li.has-dropdown:focus a {
          color: #fff; }
      .ftco-nav .nav-menu-items ul li.btn-cta a {
        padding: 30px 0px !important;
        color: #fff; }
        .ftco-nav .nav-menu-items ul li.btn-cta a span {
          background: #2f89fc;
          padding: 10px 20px;
          display: -moz-inline-stack;
          display: inline-block;
          zoom: 1;
          *display: inline;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          -ms-border-radius: 100px;
          border-radius: 100px; }
        .ftco-nav .nav-menu-items ul li.btn-cta a:hover span {
          -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75); }
      .ftco-nav .nav-menu-items ul li.active > a {
        color: var(--red);
        border-bottom: 2px solid var(--red);
        position: relative; }

      @media screen and (min-width: 993px) and (max-width: 1199px) {
        .ftco-nav .col-toggle-language {
          display: inline-flex;
        }
      }
      .ftco-nav .col-toggle-language .btn-toggle-language {
        font-family: "Jost-SemiBold";
        width: 60px !important;
        background-color: #fff;
        color: var(--logo-blue);
        border-width: 3px;
        border-radius: 5px;
        border-color: var(--logo-blue);
        padding: 4px 0 4px 0;
      }
      .ftco-nav .btn-toggle-language a {
        font-family: "Jost-SemiBold";
        font-size: 20px;
        color: var(--logo-blue);
      }
      /* .ftco-nav .btn-toggle-language:focus {
        background-color: var(--logo-blue);
        color: #fff;
      }
      .ftco-nav .btn-toggle-language:active {
        background-color: var(--logo-blue);
        color: #fff;
      } */
      .ftco-nav .btn-toggle-language:hover {
        border-color: var(--red);
      }
      .ftco-nav .btn-toggle-language a:hover {
        color: var(--red);
      }
      .ftco-nav .col-toggle-language .btn-toggle-language-selected {
        font-family: "Jost-SemiBold";
        width: 60px !important;
        background-color: var(--logo-blue);
        color: #fff;
        border-radius: 5px;
        border-color: var(--logo-blue);
        padding: 4px 0 4px 0;
      }
      .ftco-nav .btn-toggle-language-selected a {
        font-family: "Jost-SemiBold";
        font-size: 20px;
        color: #fff;
      }
      /* .ftco-nav .btn-toggle-language-selected:focus {
        background-color: var(--logo-blue);
        color: #fff;
      }
      .ftco-nav .btn-toggle-language-selected:active {
        background-color: var(--logo-blue);
        color: #fff;
      } */
      .ftco-nav .btn-toggle-language-selected:hover {
        background-color: var(--red);
        border-color: var(--red);
      }
      .ftco-nav .btn-toggle-language-selected a:hover {
        color: #fff;
      }
      .ftco-nav .col-toggle-language ul {
          width: 120px;
          z-index: 1000;
          position: absolute;
          top: 50px;
          text-align: left;
          background: #fff;
          margin-left: 18px;
          padding: 5px 0px 5px 5px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px;
          -webkit-transition: 0s;
          -o-transition: 0s;
          transition: 0s;
          -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
      }
      @media screen and (max-width: 767px) {
        .ftco-nav .col-toggle-language .btn-toggle-language {
          margin-top: 12px !important; }
        .ftco-nav .col-toggle-language .btn-toggle-language-selected {
          margin-top: 12px !important; } }
      @media screen and (max-width: 425px) {
        .ftco-nav .col-toggle-language ul {
          margin-left: 136px;
          top: 60px; }
        .ftco-nav .col-toggle-language .btn-toggle-language {
          margin-top: 12px !important; }
        .ftco-nav .col-toggle-language .btn-toggle-language-selected {
          margin-top: 12px !important; } }
      @media screen and (max-width: 375px) {
        .ftco-nav .col-toggle-language ul {
          margin-left: 111px;
          top: 60px; }
        .ftco-nav .col-toggle-language .btn-toggle-language {
          margin-top: 12px !important; }
        .ftco-nav .col-toggle-language .btn-toggle-language-selected {
          margin-top: 12px !important; } }
      @media screen and (max-width: 320px) {
        .ftco-nav .col-toggle-language ul {
          /* margin-left: 83px; */
          /* width: 50%; */
          top: 60px; }
        .ftco-nav .col-toggle-language .btn-toggle-language {
          margin-top: 12px !important; }
        .ftco-nav .col-toggle-language .btn-toggle-language-selected {
          margin-top: 12px !important; } }
      .ftco-nav .col-toggle-language ul li a {
        color: var(--logo-blue);
        font-family: "Jost-Medium";
        font-size: 16px;
      }
      .ftco-nav .col-toggle-language ul li.active > a {
        color: var(--red);
        background-color: #fff;
      }
      .ftco-nav .col-toggle-language ul li:hover a {
        color: var(--red);
      }


.banner-video {
  position: relative;
  height: 40em;
  width: 100%;
  background-image: url('../images/eco-banner-4.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  /* background-attachment: scroll !important; */
}
@media screen and (max-width: 768px) {
  .banner-video {
    position: relative;
    height: 40em;
    width: 100%;
    background-image: url('../images/eco-banner-4.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    /* background-attachment: scroll !important; */
  } }
.banner-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: #3452ff;
    background: linear-gradient(90deg,rgba(0, 0, 0, 1) 10%,rgba(255, 255, 255, 0) 100%);
    /* background: linear-gradient(135deg,#3452ff 0%,#ff1053 100%); */
    opacity: 0.7;
}
.banner-video video {
  height: 40em; 
  width: 100%;
  object-fit: fill;
  position: relative;
  z-index: 0;
}
.banner-video img {
  height: 100%;
  width: 100%;
  /* object-fit: cover;
  position: relative; */
  z-index: 0;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-video .overlay {
  margin: 7em 0;
  position:absolute;
  top:0;
  z-index:1;
}
@media screen and (max-width: 992px) {
  .banner-video .overlay {
    margin: 7em 0; } }

.banner-video .container h1 {
  font-family: "Jost-Bold";
  font-size: 60px;
  color: #fff;
  vertical-align: middle;
}
@media screen and (max-width: 992px) {
  .banner-video .container h1 {
    font-size: 40px; } }

.banner-video .container h3 {
  font-family: "Jost-SemiBold";
  font-size: 25px;
  color: #fff;
  padding: 1em 0;
}
@media screen and (max-width: 992px) {
  .banner-video .container h3 {
    font-size: 20px; } }

.banner-video .container p {
  font-family: "Jost-Regular";
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .banner-video .container p {
    font-size: 15px; } }

.img-history {
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
}

.parallax-banner-image {
  background-attachment: fixed;
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed;
  -o-background-attachment: fixed;
  animation: banner-scale-animation 10s both;
}

@keyframes banner-scale-animation {
  100%{
    transform: scale(1.05);
  }
}

.gradient-text {
  /* Fallback: Set a background color. */
  background-color: red;
  
  /* Create the gradient. */
  background-image: linear-gradient(90deg, rgba(218, 100, 120, 1.0), rgba(106, 128, 183, 1.0));
  
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;

  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  background-clip: initial;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

#ftco-counter,
.ftco-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative; }
  #ftco-counter .overlay,
  .ftco-bg .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7); }

.ftco-video {
  overflow: hidden; }
  @media screen and (max-width: 992px) {
    .ftco-video {
      height: 450px; } }
  .ftco-video a {
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .ftco-video a i {
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      font-size: 40px; }
  .ftco-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .ftco-video:hover .overlay {
    background: rgba(0, 0, 0, 0.7); }
  .ftco-video:hover a {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

#ftco-hero {
  min-height: 700px;
  background: #fff url(../images/loader.gif) no-repeat center center; }
  #ftco-hero .btn {
    font-size: 24px; }
    #ftco-hero .btn.btn-primary {
      padding: 14px 30px !important; }
  #ftco-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0; }
    #ftco-hero .flexslider .slides {
      position: relative;
      overflow: hidden; }
      @media screen and (max-width: 991px) {
        #ftco-hero .flexslider .slides .row {
          justify-content: center; } }
      .slider-navigation-button-left {
        vertical-align: middle;
      }
      #ftco-hero .flexslider .slides .slider-navigation-icon {
        width: 200px;
        height: 200px;
        vertical-align: middle;
      }
      #ftco-hero .flexslider .slides li {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        /* animation: banner-scale-animation 5s infinite; */
        min-height: 700px;
        position: relative; }
        #ftco-hero .flexslider .slides li:after {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          content: '';
          background: rgba(0, 0, 0, 0.0);
          z-index: 1; }
          #ftco-hero .flexslider .slides li .overlay-gradient {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            content: '';
            background: rgba(0, 0, 0, 0.5);
            z-index: 1; }
    #ftco-hero .flexslider .flex-control-nav {
      bottom: 40px;
      z-index: 1000; }
      #ftco-hero .flexslider .flex-control-nav li a {
        background: rgba(255, 255, 255, 0.2);
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 12px;
        height: 12px;
        cursor: pointer; }
        #ftco-hero .flexslider .flex-control-nav li a.flex-active {
          cursor: pointer;
          background: rgba(255, 255, 255, 0.7); }
    #ftco-hero .flexslider .flex-direction-nav {
      display: none; }
    #ftco-hero .flexslider .slider-text {
      display: table;
      opacity: 0;
      min-height: 700px;
      z-index: 9; }
      #ftco-hero .flexslider .slider-text > .slider-text-inner {
        display: table-cell;
        vertical-align: middle;
        min-height: 700px; }
        #ftco-hero .flexslider .slider-text > .slider-text-inner h1, #ftco-hero .flexslider .slider-text > .slider-text-inner h2 {
          margin: 0;
          padding: 0;
          color: white; }
        #ftco-hero .flexslider .slider-text > .slider-text-inner h1 {
          margin-bottom: 20px;
          font-family: "Jost-Bold";
          font-size: 64px; }
          @media screen and (max-width: 768px) {
            #ftco-hero .flexslider .slider-text > .slider-text-inner h1 {
              font-size: 34px; } }
        #ftco-hero .flexslider .slider-text > .slider-text-inner h2 {
          font-family: "Jost-SemiBold";
          font-size: 28px;
          line-height: 1.5;
          margin: 30px 0; }
          #ftco-hero .flexslider .slider-text > .slider-text-inner h3 {
            font-family: "Jost-Medium";
            font-size: 20px;
            color: white;
            line-height: 1.5;
            margin: 30px 0; }
        #ftco-hero .flexslider .slider-text > .slider-text-inner .heading-section {
          font-size: 50px; }
        #ftco-hero .flexslider .slider-text > .slider-text-inner .btn {
          padding: 15px 30px;
          background: var(--red) !important;
          font-family: "Jost-Regular";
          color: #fff;
          border: none !important;
          font-size: 18px;
          -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
          -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
          box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important; }
          #ftco-hero .flexslider .slider-text > .slider-text-inner .btn:hover {
            transform: scale(1.05);
            background: var(--red) !important; }
        #ftco-hero .flexslider .slider-text > .slider-text-inner .form-inline .form-group {
          width: 100% !important;
          margin-bottom: 10px; }
          #ftco-hero .flexslider .slider-text > .slider-text-inner .form-inline .form-group .form-control {
            width: 100%;
            background: #fff;
            border: none; }
        #ftco-hero .flexslider .slider-text > .slider-text-inner .ftco-lead {
          font-size: 20px;
          color: #fff; }
          #ftco-hero .flexslider .slider-text > .slider-text-inner .ftco-lead .icon-heart {
            color: #d9534f; }

.ftco-bg-section {
  background: rgba(244, 249, 252, 1.0); }

#ftco-about,
.ftco-practice,
#ftco-testimonial,
#ftco-started,
#ftco-blog,
#ftco-contact,
#ftco-footer {
  padding: 3em 0;
  clear: both; }
  @media screen and (max-width: 768px) {
    #ftco-about,
    .ftco-practice,
    #ftco-testimonial,
    #ftco-started,
    #ftco-blog,
    #ftco-contact,
    #ftco-footer {
      padding: 3em 0; } }

.ftco-about .first-row p {
  font-family: "Jost-Medium";
  font-size: 20px;
}
.ftco-about .second-row h3 {
  font-family: "Jost-Medium";
  font-size: 20px;
}
.ftco-about .second-row p {
  font-family: "Jost-Regular";
  font-size: 18px;
  padding: 0 20px 20px 20px;
}
.ftco-about .third-row p a {
  font-family: "Jost-Regular";
}
.ftco-products-list .product-logo {
  width: 120px;
  height: 60px;
  margin-top: 20px;
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .ftco-products-list .second-row .col-md-2 {
    display: none;
  }
  .ftco-products-list .second-row .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #ftco-about .ftco-team-members-container {
    max-width: 100%;
  }
}
.ftco-products-list .ftco-products-description {
  margin: 0 0;
}
.ftco-products-list .ftco-products-description ul {
  list-style: none;
  padding: 0;
  display: block;
  align-items: center;
}
.ftco-products-list .ftco-products-description ul li {
  font-family: "Jost-Medium";
  font-size: 20px;
  padding: 10px 0px;
}
@media screen and (min-width: 992px) {
  .ftco-products-list .ftco-products-description {
    margin: 2em 0;
  }
  .ftco-products-list .ftco-products-description ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
  }
  .ftco-products-list .ftco-products-description ul li {
    font-family: "Jost-Medium";
    font-size: 20px;
    padding: 0px 10px;
  }
  .ftco-products-list .ftco-products-description ul .right-border {
    border-right: 3px solid var(--gray);
  }
}



.ftco-practice .first-row p {
  font-family: "Jost-Medium";
  font-size: 20px;
}
.ftco-practice .second-row h3 {
  font-family: "Jost-Medium";
  font-size: 20px;
}
.ftco-practice .second-row p {
  font-family: "Jost-Regular";
  font-size: 18px;
  /* padding: 0 20px 20px 20px; */
}
.ftco-practice .third-row p a {
  font-family: "Jost-Regular";
}

.ftco-title {
  font-family: "Jost-Medium";
  font-size: 30px;
  color: rgba(0, 0, 0, 1.0);
  /* margin: 0px; */
}

.ftco-heading-light {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: normal;
  margin: 0px;
}

.ftco-heading-underline {
  width: 5em;
  height: 3px;
  background-color: #2f89fc;
  /* margin: 0px auto; */
  border-radius: 1.5px;
}

.content-div p {
  font-family: "Jost-Medium";
  font-size: 18px;
  color: var(--gray);
}

.content-div ul li {
  font-family: "Jost-Medium";
  font-size: 18px;
  color: var(--gray);
}

.content-div .btn {
  font-family: "Jost-Regular";
  font-size: 18px;
  color: #fff;
}

#ftco-counter {
  padding: 40px 0;
  clear: both; }

.ftco-counters {
  padding: 0em 0;
  background-color: var(--navy-blue-dark); }
  .ftco-counters .icon {
    width: 100px;
    height: 100px;
    display: table;
    margin: 0 auto;
    margin-bottom: 30px; }
    .ftco-counters .icon i {
      display: table-cell;
      vertical-align: middle;
      width: 100px;
      height: 100px;
      font-size: 50px;
      color: var(--navy-blue-dark);
      background: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .ftco-counters .counter-wrap {
    border: 1px solid red !important; }
  .ftco-counters .ftco-counter {
    font-size: 40px;
    display: block;
    color: white;
    font-family: "Jost-Bold";
    width: 100%;
    margin-top: -10px;
    margin-bottom: 0em; }
  .ftco-counters .ftco-counter-label {
    color: white;
    text-transform: uppercase;
    font-family: "Jost-Regular";
    font-size: 14px;
    letter-spacing: .2em;
    margin-bottom: -10px;
    display: block; }
  .ftco-counters .ftco-counter-column:hover .icon {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  @media screen and (max-width: 767px) {
    .ftco-counters .ftco-counter-column {
      padding: 30px;
    }
  }

#ftco-intro,
#ftco-content,
#ftco-consult {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  float: left; }

.video {
  object-fit: cover;
}

.certificates {
  padding: 5em 0;
}
.certificates video {
  width: 75%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.2);
}
.certificates img {
  width: 100%;
  padding: 3em;
}
.certificates .description-1 {
  width: 90%;
}
.certificates .description-2 {
  width: 90%;
}
.certificates h1 {
  font-family: "Jost-Medium";
  font-size: 30px;
  color: black;
}
.certificates h3 {
  font-family: "Jost-Medium";
  font-size: 20px;
  color: var(--gray);
}
.certificates p {
  font-family: "Jost-Medium";
  font-size: 18px;
  color: black;
}
.certificates ul li {
  font-family: "Jost-Regular";
  font-size: 18px;
  color: black;
}
@media screen and (max-width: 767px) {
  .certificates {
    padding: 5em 0 2em 0;
  }
  .certificates .flex-row {
    flex-direction: column !important;
  }
  .certificates video {
    width: 100%;
  }
  .certificates img {
    padding: 2em 0 0 0;
    width: 100%;
  }
  .certificates .description-1 {
    width: 100%;
    padding-top: 2em;
  }
  .certificates .description-2 {
    width: 100%;
    padding-top: 2em;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .certificates img {
    padding: 12px 0 0 0;
    width: 100%;
  }
  .certificates .description-2 {
    width: 100%;
    padding-top: 40px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1023px) {
  .certificates img {
    padding: 14px 0 0 0;
    width: 100%;
  }
  .certificates .description-2 {
    width: 100%;
    padding-top: 40px !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .certificates img {
    padding: 14px 0 0 0;
    width: 100%;
  }
  .certificates .description-1 {
    width: 90%;
  }
  .certificates .description-2 {
    width: 100%;
    padding-top: 50px !important;
  }
}
@media screen and (min-width: 1440px) {
  .certificates .description-1 {
    width: 75%;
  }
}


.trafostation {
  padding: 5em 0;
}
.trafostation video {
  width: 75%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.2);
}
.trafostation .image-container-1 img {
  width: 80%;
  padding: 0em;
}
.trafostation .image-container-2 img {
  width: 50%;
  padding: 0em;
}
.trafostation .image-container-3 video {
  width: 54%;
  padding: 0em;
}
.trafostation .image-container-2 video {
  width: 45%;
  padding: 0em;
}
.trafostation .description-1 {
  width: 100%;
}
.trafostation .description-2 {
  width: 100%;
}
.trafostation h1 {
  font-family: "Jost-Medium";
  font-size: 30px;
  color: black;
}
.trafostation h3 {
  font-family: "Jost-Medium";
  font-size: 20px;
  color: var(--gray);
}
.trafostation p {
  font-family: "Jost-Medium";
  font-size: 18px;
  color: black;
}
.trafostation ul li {
  font-family: "Jost-Regular";
  font-size: 18px;
  color: black;
}
@media screen and (max-width: 767px) {
  .trafostation {
    padding: 5em 0 2em 0;
  }
  .trafostation .flex-row {
    flex-direction: column !important;
  }
  .trafostation video {
    width: 100%;
  }
  .trafostation .image-container-1 img {
    padding: 2em 0 0 0;
    width: 100%;
  }
  .trafostation .image-container-2 img {
    padding: 2em 0 0 0;
    width: 60%;
  }
  .trafostation .image-container-3 .video {
    padding: 2em 0 0 0;
    width: 60%;
  }
  .trafostation .description-1 {
    width: 100%;
    padding-top: 2em;
  }
  .trafostation .description-2 {
    width: 100%;
    padding-top: 2em;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .trafostation .image-container-1 img {
    padding: 45px 0;
    width: 80%;
  }
  .trafostation .image-container-2 img {
    padding: 12px 0 0 0;
    width: 58%;
  }
  .trafostation .image-container-3 .video {
    padding: 2em 0 0 0;
    width: 56%;
  }
  .trafostation .description-1 {
    width: 100%;
    margin-top: -16px;
  }
  .trafostation .description-2 {
    width: 100%;
    padding-top: 30px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1023px) {
  .trafostation .image-container-1 img {
    padding: 60px 0;
    width: 80%;
  }
  .trafostation .image-container-2 img {
    padding: 14px 0 0 0;
    width: 58%;
  }
  .trafostation .image-container-3 .video {
    padding: 2em 0 0 0;
    width: 58%;
  }
  .trafostation .description-1 {
    width: 100%;
    margin-top: -16px;
  }
  .trafostation .description-2 {
    width: 100%;
    padding-top: 30px !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .trafostation .image-container-1 img {
    padding: 60px 0;
    width: 80%;
  }
  .trafostation .image-container-2 img {
    padding: 14px 0 0 0;
    width: 58%;
  }
  .trafostation .image-container-3 .video {
    padding: 2em 0 0 0;
    width: 58%;
  }
  .trafostation .description-1 {
    width: 100%;
    margin-top: -16px;
  }
  .trafostation .description-2 {
    width: 100%;
    padding-top: 28px !important;
  }
}
@media screen and (min-width: 1440px) and (max-width: 2559px) {
  .trafostation .description-1 {
    width: 100%;
    margin-top: -8px;
  }
  .trafostation .image-container-1 img {
    padding: 80px 0;
    width: 80%;
  }
  .trafostation .image-container-2 img {
    padding: 14px 0 0 0;
    width: 59%;
  }
  .trafostation .image-container-3 .video {
    padding: 2em 0 0 0;
    width: 61%;
  }
  .trafostation .description-2 {
    width: 100%;
    padding-top: 28px !important;
  }
}
@media screen and (min-width: 2560px) {
  .trafostation .description-1 {
    width: 100%;
    padding-left: 0px;
  }
  .trafostation .image-container-1 img {
    padding: 130px 0;
    width: 80%;
  }
  .trafostation .image-container-2 img {
    padding: 14px 0 0 0;
    width: 59%;
  }
  .trafostation .image-container-3 .video {
    padding: 2em 0 0 0;
    width: 62%;
  }
  .trafostation .description-2 {
    width: 100%;
    padding-left: 0px;
    padding-top: 28px !important;
  }
}


.welcome-container {
  padding: 3em 0;
}
.welcome-container .intro {
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .welcome-container .intro {
    padding-left: 3em;
    padding-right: 3em;
  }
}
.welcome-container .intro p {
  font-family: "Jost-Regular";
  font-size: 18px;
  color: black;
}
.welcome-container .intro ul li {
  font-family: "Jost-Regular";
  font-size: 18px;
  color: black;
}


#ftco-content .video, #ftco-content .choose,
#ftco-consult .video,
#ftco-consult .choose {
  display: inline-block; }
  @media screen and (max-width: 768px) {
    #ftco-content .video, #ftco-content .choose,
    #ftco-consult .video,
    #ftco-consult .choose {
      width: 100% !important; } }

#ftco-content .video,
#ftco-consult .video {
  display: table;
  width: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap; }

#ftco-content .choose,
#ftco-consult .choose {
  width: 50%;
  padding: 40px 40px; }

#ftco-content .choose-form,
#ftco-consult .choose-form {
  background: #3f52e3; }
  #ftco-content .choose-form .ftco-heading,
  #ftco-consult .choose-form .ftco-heading {
    margin-bottom: 40px; }
    #ftco-content .choose-form .ftco-heading h2,
    #ftco-consult .choose-form .ftco-heading h2 {
      color: #fff; }
  #ftco-content .choose-form label,
  #ftco-consult .choose-form label {
    color: #fff;
    font-weight: normal; }
  #ftco-content .choose-form .form-control,
  #ftco-consult .choose-form .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.1);
    font-size: 20px;
    font-weight: 400;
    color: white; }
    #ftco-content .choose-form .form-control:active, #ftco-content .choose-form .form-control:focus,
    #ftco-consult .choose-form .form-control:active,
    #ftco-consult .choose-form .form-control:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-color: #2f89fc; }

.progress-bar {
  background-color: #3f52e3 !important;
  font-size: 14px; }

#ftco-intro {
  z-index: 0;
  padding-bottom: 7em; }

.third-col {
  padding: 2em;
  margin-top: -40px;
  z-index: 1;
  width: 50%;
  background: #6c7ae9;
  color: #fff;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .third-col {
      width: 100% !important; } }
  .third-col h2, .third-col h3 {
    color: #fff;
    font-weight: 700; }
  .third-col.third-col-color {
    background: #3f52e3; }
  .third-col .icon {
    position: absolute;
    top: 0px;
    left: -10%; }
    .third-col .icon i {
      font-size: 200px;
      color: rgba(255, 255, 255, 0.05); }

.services {
  position: relative;
  padding: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .services strong {
    font-weight: normal;
    color: #000; }
  .services h3 {
    font-weight: 400; }
    .services h3 a {
      font-family: "Jost-Medium";
      font-size: 20px;
      color: #308af8; }
    .services p {
      font-family: "Jost-Regular";
      font-size: 18px;
    }
  .services .icon {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
    display: table;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .services .icon i {
      display: table-cell;
      vertical-align: middle;
      height: 70px;
      font-size: 60px;
      line-height: 40px;
      color: #308af8; }
  /* .services:hover, .services:focus {
    background: #308af8;
    color: rgba(255, 255, 255, 0.7); }
    .services:hover h3, .services:focus h3 {
      color: #fff; }
    .services:hover h3 a, .services:focus h3 a {
      color: #fff; }
    .services:hover .icon i, .services:focus .icon i {
      color: #fff; }
    .services:hover strong, .services:focus strong {
      color: #fff; }
      .services:hover ul li, .services:focus ul li {
        color: rgba(255, 255, 255, 0.7); } */
.services-info-container {
  padding: 5em;
}
@media screen and (max-width: 767px) {
  .services-info-container {
    padding: 5em 0 5em 0;
    text-align: center;
  }
}
.services-info-container img {
  width: 100%;
  height: 40em;
  object-fit: fill;
}
@media screen and (max-width: 400px) {
  .services-info-container img {
    height: 30em;
  }
}
.services-info-container .services-description {
  padding-left: 1em;
  font-family: 'Jost-Regular';
  font-size: 18px;
  color: black;
}
@media screen and (max-width: 767px) {
  .services-info-container .services-description {
    padding-top: 2em;
  }
}




      .component {
        position: relative;
        padding: 30px;
        margin-top: 40px;
        margin-bottom: 40px;
        background: #fff;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .component strong {
          font-weight: normal;
          color: #000; }
        .component h3 {
          font-weight: 400; }
          .component h3 a {
            color: #308af8; }
        .component .icon {
          text-align: center;
          margin: 0 auto;
          margin-bottom: 20px;
          width: 70px;
          height: 70px;
          display: table;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          /* animation-name: component-icon;
          animation-duration: 2s; */
         }
          .component .icon i {
            display: table-cell;
            vertical-align: middle;
            height: 70px;
            font-size: 60px;
            line-height: 40px;
            color: #308af8; }
            .component:hover h3, .component:focus h3 {
              color: #308af8; }

              @keyframes component-icon {
                0% {
                    transform: translatex(-100px) translatey(-100px)
                }
                100% {
                    transform: translatex(0px) translatey(0px);
                }
            }

.service-div .gradient-text {
  font-family: 'Jost-Bold';
  font-size: 50px;
}
.banner-service {
  position: relative;
  width: 100%;
}
.banner-service .banner-overlay {
  height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: #3452ff;
    background: linear-gradient(90deg,rgba(0, 0, 0, 1) 20%,rgba(255, 255, 255, 0) 100%);
    /* background: linear-gradient(135deg,#3452ff 0%,#ff1053 100%); */
    opacity: 0.5;
}
.banner-service .overlay {
  margin: 7em 0;
  position:absolute;
  top:0;
  z-index:1;
}
@media screen and (max-width: 992px) {
  .banner-service .overlay {
    margin: 7em 0; } }

    .banner-service .container h1 {
  font-family: "Jost-Bold";
  font-size: 60px;
  color: #fff;
  vertical-align: middle;
}
@media screen and (max-width: 992px) {
  .banner-service .container h1 {
    font-size: 40px; } }

.banner-service .container h3 {
  font-family: "Jost-SemiBold";
  font-size: 25px;
  color: #fff;
  padding: 1em 0;
}
@media screen and (max-width: 992px) {
  .banner-service .container h3 {
    font-size: 20px; } }

.banner-service .container p {
  font-family: "Jost-Regular";
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .banner-service .container p {
    font-size: 15px; } }


.ftco-social-icons {
  margin: 0;
  padding: 0; }
  .ftco-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .ftco-social-icons li a {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      color: #2f89fc;
      padding-left: 10px;
      padding-right: 10px; }
      .ftco-social-icons li a i {
        font-size: 20px; }

.ftco-contact h3 {
  font-family: "Jost-Regular";
  font-size: 20px;
  color: black;
}
.ftco-contact .btn {
  font-family: "Jost-Regular";
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .ftco-contact {
    text-align: center;
  }
}


.ftco-contact-info ul {
  padding: 0;
  margin: 0; }
  .ftco-contact-info ul li {
    padding: 0 0 0 40px;
    margin: 0 0 30px 0;
    list-style: none;
    position: relative; }
    .ftco-contact-info ul li:before {
      color: #2f89fc;
      position: absolute;
      left: 0;
      top: .05em;
      font-family: 'icomoon';
      /* speak: none; */
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .ftco-contact-info ul li.address:before {
      font-size: 30px;
      content: "\e9d1"; }
    .ftco-contact-info ul li.phone:before {
      font-size: 23px;
      content: "\e9f4"; }
    .ftco-contact-info ul li.email:before {
      font-size: 23px;
      content: "\e9da"; }
    .ftco-contact-info ul li.url:before {
      font-size: 23px;
      content: "\e9af"; }

@media screen and (max-width: 767px) {
  .contact-address {
    padding-top: 2em;
  }  
}
.contact-address ul {
  padding: 0;
  margin: 0; }
  .contact-address ul li {
    font-family: "Jost-Regular";
    font-size: 18px;
    list-style: none;
    position: relative; }
    .contact-address ul li a {
      font-family: "Jost-Regular";
      font-size: 18px; }
    .contact-address ul li a:hover {
      text-decoration: underline; }

.features {
  margin-bottom: 3em;
  width: 100%;
  float: left; }

.ftco-heading {
    font-family: "Jost-Medium";
    text-align: center;
    color: rgba(10, 22, 42, 1.0);
    line-height: normal;
    margin-bottom: 5em; }
  .ftco-heading.ftco-heading-sm {
    margin-bottom: 2em; }
  .ftco-heading h2 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1;
    color: #000;
    font-weight: 400; }
  .ftco-heading p {
    font-size: 18px;
    font-weight: 100;
    line-height: 1.5;
    color: #828282; }
  .ftco-heading span {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px; }
  .ftco-heading.ftco-heading2 h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1; }
  .ftco-heading.ftco-heading2 p {
    font-size: 24px;
    margin-bottom: 40px; }

#ftco-testimonial .testimony-slide {
  text-align: center; }
  #ftco-testimonial .testimony-slide span {
    font-family: "Jost-Medium";
    font-size: 20px;
    display: block;
    color: #000; }
  #ftco-testimonial .testimony-slide figure {
    margin-bottom: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    #ftco-testimonial .testimony-slide figure img {
      width: 140px;
      border-radius: 7px; }
  #ftco-testimonial .testimony-slide blockquote {
    border: none;
    margin: 30px auto;
    width: 70%;
    position: relative;
    padding: 0; }
    @media screen and (max-width: 992px) {
      #ftco-testimonial .testimony-slide blockquote {
        width: 100%; } }
  #ftco-testimonial .testimony-slide blockquote p {
    font-family: "Jost-Regular";
    font-size: 18px;
  }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    #ftco-testimonial .second-row {
      justify-content: center; } }

#ftco-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%; }
  #ftco-testimonial .arrow-thumb a {
    font-size: 32px;
    color: #dadada; }
    #ftco-testimonial .arrow-thumb a:hover, #ftco-testimonial .arrow-thumb a:focus, #ftco-testimonial .arrow-thumb a:active {
      text-decoration: none; }

#ftco-testimonial .owl-theme .owl-dots .owl-dot.active span, #ftco-testimonial .owl-theme .owl-dots .owl-dot:hover span {
  background: #2f89fc; }

#ftco-testimonial .owl-theme .owl-dots .owl-dot span {
  background: #ccc; }

.ftco-staff {
  text-align: center;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 5px 15px -1px rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .ftco-staff img {
    width: 100%;
    background-size: cover;
    background-position: center;
    margin-bottom: 0px; }
  .ftco-staff h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    padding-top: 30px;
    font-weight: 300 !important; }
  .ftco-staff p {
    margin-bottom: 30px;
    padding-bottom: 30px; }
  .ftco-staff .role {
    color: gray;
    margin-bottom: 30px;
    font-weight: normal;
    display: block; }
.ftco-staff:hover {
  margin-top: -10px;
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.ftco-staff:hover h3 {
  color: #2f89fc;
}


.ftco-product {
  text-align: center;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 5px 15px -1px rgba(0, 0, 0, 0.0);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .ftco-product img {
    width: 100%;
    object-fit: cover;
    /* background-size: cover; */
    background-position: center;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.5); }
  .ftco-product h3 {
    font-family: "Jost-Medium";
    font-size: 24px;
    padding-top: 30px;
    font-weight: 300 !important; }
  .ftco-product p {
    color: black;
    margin-bottom: 0px;
    padding-bottom: 0px; }
  .ftco-product .role {
    color: gray;
    margin-bottom: 30px;
    font-weight: normal;
    display: block; }
/* .ftco-product:hover {
  margin-top: -10px;
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.ftco-product:hover h3 {
  color: #2f89fc;
}
.ftco-product:hover p {
  color: #2f89fc;
} */


.references-table {
  border-collapse: separate;
  margin: 3em auto;
  width: 100%;
  font-size: 18px;
  font-family: "Jost-Regular";
  border: 2px solid var(--logo-blue);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.2);
}
.references-table thead tr {
  background-color: var(--logo-blue);
  color: #ffffff;
  text-align: center;
}
.references-table thead tr a {
  color: white;
}
.references-table thead .header-kunde {
  width: 20%;
}
.references-table thead .header-date, .header-land {
  width: 15%;
}
.references-table thead .header-type {
  text-align: left;
}
.references-table th,
.references-table td {
    padding: 12px 15px;
}
.references-table tbody tr {
  border-bottom: 1px solid #dddddd;
}
.references-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}
.references-table tbody .row-type {
  text-align: start;
}
/* @media screen and (max-width: 767px) {
  .references-container {
    margin: 0 2% 0 2%;
    width: 96%; } }
    @media screen and (min-width: 576px) {
      .references-container {
        margin: 0 2%;
        width: 96%; } } */


.vacancies-section {
  padding: 3em 1em;
}
.vacancies-section .first-row p {
  font-family: "Jost-Regular";
  font-size: 18px;
}
.vacancies-list .accordion {
  font-family: "Jost-Medium";
  font-size: 20px;
  background-color: var(--logo-blue);
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  outline: none;
  transition: 0.4s;
  box-shadow: 0 5px 15px -1px rgba(0, 0, 0, 0.5);
}
.vacancies-list .accordion:after {
  content: '\02795';
  font-size: 20px;
  color: white !important;
  float: right;
  margin-left: 5px;
}
.vacancies-list .active:after {
  content: "\2796";
  color: white !important;
}
.vacancies-list .active, .accordion:hover {
  background-color: var(--logo-blue);
  text-decoration: underline;
  color: white;
}
.vacancies-list .panel {
  padding: 0 18px;
  background-color: rgba(244, 249, 252, 1.0);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.vacancies-list .panel h2 {
  font-family: "Jost-Medium";
  font-size: 20px;
  color: var(--logo-blue);
  margin-top: 20px;
}
.vacancies-list .panel h3 {
  font-family: "Jost-Medium";
  font-size: 18px;
  color: var(--logo-blue);
  margin-top: 20px;
}
.vacancies-list .panel p, li {
  font-family: "Jost-Regular";
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
}
.vacancies-list .panel span {
  font-family: "Jost-Medium";
  color: var(--logo-blue);
}
.vacancies-list .panel .vacancy-info a {
  font-family: "Jost-Medium";
  font-size: 18px;
  color: white;
  background-color: #2f89fc;
  padding: 10px 20px;
  border-radius: 25px;
}


.banner-imprint {
  width: 100%;
  height: 35em;
  position: relative;
}
.banner-imprint .banner-image {
  width: 100%;
  height: 35em;
  object-fit: cover;
  /* object-fit: none; */
  /* object-position: 0% 70%; */
  position: absolute;
}
.banner-imprint .banner-header {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner-imprint .banner-header h1 {
  font-family: "Jost-Bold";
  font-size: 64px;
  color: white;
}
@media screen and (max-width: 768px) {
  .banner-imprint .banner-header h1 {
    font-size: 34px; } }
.imprint-container {
  padding-top: 3em;
  padding-bottom: 3em;
}
.imprint-container p {
  font-family: "Jost-Regular";
  font-size: 18px;
  color: black;
}
.imprint-container p span {
  font-family: "Jost-Medium";
  font-size: 18px;
  color: black;
}
.imprint-container p a:hover {
  text-decoration: underline;
}


.privacy-container {
  padding-top: 3em;
  padding-bottom: 3em;
  font-family: "Jost-Regular";
  font-size: 18px;
  color: black;
}
.privacy-container h3 {
  font-family: "Jost-Medium";
  font-size: 25px;
  color: var(--logo-blue);
}
.privacy-container span {
  font-family: "Jost-SemiBold";
  font-size: 18px;
  color: black;
}
.privacy-container ul li {
  font-family: "Jost-Regular";
  font-size: 18px;
  color: black;
}
.privacy-container a:hover {
  text-decoration: underline;
}


.downloads-section {
  margin: 50px auto;
}
@media screen and (max-width: 575px) {
  .downloads-section {
    padding: 0 2em;
  } 
}
.downloads-section .downloads-list-column {
  padding: 10px 0;
}
.downloads-section .attachment {
  display: flex;
  justify-content: start;
  align-items: center;
  font-family: "Jost-Regular";
  font-size: 20px;
  background-color: white;
  color: var(--logo-blue);
  padding: 10px;
  border: 2px solid var(--logo-blue);
  border-radius: 5px;
  /* box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); */
}
.downloads-section .attachment:hover {
  color: #2f89fc;
  border: 2px solid #2f89fc;
}
.downloads-section .attachment i {
  margin-left: 5px;
  margin-right: 10px;
  color: var(--logo-blue); 
  background-color: white;
}
.downloads-section .attachment:hover i {
  color: var(--red); 
  background-color: white;
}


.product-functioning-container {
  margin-left: 0; 
  margin-right: 0; 
  width: 100%;
  padding: 2em 2em 8em 2em;
  /* background-color: rgba(244, 249, 252, 1.0); */
}
.product-functioning-container .content-column {
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .product-functioning-container {
    padding: 2em 0 2em 0;
  }
  .product-functioning-container .content-column {
    padding: 2em 0 0 0;
    text-align: center;
  }
}


/* Slideshow container */
.slideshow-container {
  width: 100%;
  height: 30em;
  position: relative;
  margin: auto;
}
.slideshow-container .mySlides {
  position: relative;
  display: none;
  border: 0px solid var(--logo-blue);
  border-radius: 0px;
}
.slideshow-container img {
  width: 100%;
  height: 30em;
  object-fit: fill;
  vertical-align: middle;
}
.slideshow-container .overlay {
  width: 100%;
  height: 30em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  /* background-color: rgba(259, 67, 95, 0.7); */
  overflow:hidden;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 50%);
}
/* Next & previous buttons */
.slideshow-container .prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #fff;
  background-color: var(--logo-blue);
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 5px 5px 0;
  user-select: none;
}
/* Position the "next button" to the right */
.slideshow-container .next {
  right: 0;
  border-radius: 5px 0 0 5px;
}
/* On hover, add a black background color with a little bit see-through */
.slideshow-container .prev:hover, .next:hover {
  background-color: #2f89fc;
  color: white;
}
/* Caption text */
.slideshow-container .text {
  color: white;
  font-family: "Jost-Regular";
  font-size: 16px;
  padding: 0px 12px;
  position: absolute;
  bottom: 10%;
  width: 100%;
  text-align: center;
}
/* Number text (1/3 etc) */
.slideshow-container .numbertext {
  color: white;
  width: 100%;
  font-family: "Jost-Regular";
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 90%;
  bottom: 0%;
  padding-top: 5px;
}
/* The dots/bullets/indicators */
.slideshow-container-dots .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.slideshow-container-dots .active, .dot:hover {
  background-color: #717171;
}
/* Fading animation */
.slideshow-container .fade {
  -webkit-animation-name: slideshow-fade;
  -webkit-animation-duration: 1.5s;
  animation-name: slideshow-fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes slideshow-fade {
  from {opacity: .4} 
  to {opacity: 1}
}
@keyframes slideshow-fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .slideshow-container .prev, .next,.text {font-size: 11px}
}


.product-gallery {
  margin: 3em auto;
}
.product-gallery .row {
  margin: 3em auto;
}
.product-gallery .row p {
  font-family: "Jost-Regular";
  font-size: 18px;
  padding: 2em 1em;
  color: black;
}
.product-gallery .row h3 {
  font-family: "Jost-Medium";
  font-size: 20px;
  text-align: center;
  padding: 2em 1em 0 1em;
  color: black;
}
.product-gallery .product-image {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: auto 0em;
  border-radius: 0px;
  box-shadow: 0 10px 25px 0px rgba(0, 0, 0, 0.5);
}
.product-gallery img {
  object-fit: fill;
  width: 100%;
  height: 20em;
  transition: transform 0.6s ease;
}
@media screen and (max-width: 320px) {
  .product-gallery img {
    height: 10em;
  }
}
@media screen and (min-width: 321px) and (max-width: 400px) {
  .product-gallery img {
    height: 12em;
  }
}
@media screen and (min-width: 401px) and (max-width: 479px) {
  .product-gallery img {
    height: 14em;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .product-gallery img {
    height: 16em;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-gallery img {
    height: 10em;
  }
}
.product-gallery .product-image a:hover img {
  transform: scale(1.05);
  transition: transform 0.6s ease;
}
.product-gallery .row .overlay {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.6s ease;
}
.product-gallery .product-image a:hover .overlay {
  background-color: rgba(0, 0, 0, 0.0);
  transition: background-color 0.6s ease;
}
.product-gallery .product-left-shift {
  margin-left: -3em;
}
@media screen and (max-width: 991px) {
  .product-gallery .product-left-shift {
    margin-left: 0em;
  }
}
.product-gallery .first-row .stoerlichtbogen {
  width: 480px;
  height: 60px;
}
@media screen and (max-width: 425px) {
  .product-gallery .first-row .stoerlichtbogen {
    width: 340px;
    height: 48px;
  }
}
@media screen and (max-width: 375px) {
  .product-gallery .first-row .stoerlichtbogen {
    width: 304px;
    height: 44px;
  }
}
@media screen and (max-width: 320px) {
  .product-gallery .first-row .stoerlichtbogen {
    width: 240px;
    height: 34px;
  }
}
.product-gallery .first-row .arc-benchmark-logo {
  width: 300px;
  height: 60px;
}
@media screen and (max-width: 374px) {
  .product-gallery .first-row .arc-benchmark-logo {
    width: 240px;
    height: 44px;
  }
}


#countries-modal .countries-modal-content {
  width: 80%; 
  height: 90%; 
  margin-top: 1%;
}
@media screen and (max-width: 768px) {
  #countries-modal .countries-modal-content {
    width: 80%; 
    height: 50%;
    margin-top: 10%; } }
@media screen and (max-width: 992px) {
  #countries-modal .countries-modal-content {
    width: 80%; 
    height: 80%; 
    margin-top: 10%; } }

#countries-modal #mapdiv {
  width: auto; 
  height: 30em; 
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  #countries-modal #mapdiv {
    width: auto; 
    height: 20em; 
    margin-top: 4em;
  }
  /* #countries-modal .amcharts-chart-div {
    width: 100%; } */
  }
@media screen and (max-width: 992px) {
  #countries-modal .amcharts-chart-div {
    width: auto; 
    height: 30em; 
    margin-top: 0em; } }
/* @media screen and (max-width: 1200px) {
  #countries-modal .amcharts-chart-div {
    width: auto; 
    height: 20em; 
    margin-top: 4em; } } */


.license .second-row {
  padding-top: 1em;
}
.license .second-row p {
  font-family: "Jost-Regular";
  font-size: 18px;
  color: black;
}
.license .license-products-container {
  display: inline-block;
  padding-bottom: 20px;
}
.license .license-products-container p {
  display: inline;
}
.license .license-products-container .img-mveco {
  width: 70px;
  height: 30px;
  margin-top: -10px;
}
.license .license-products-container .img-lv6300 {
  width: 70px;
  height: 30px;
  margin-top: -10px;
  margin-left: 5px;
}
.license .license-products-container .img-umcc {
  width: 120px;
  height: 30px;
  margin-top: -10px;
  margin-left: 5px;
  margin-right: 3px;
}

.ftco-team-members {
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 5px 15px -1px rgba(0, 0, 0, 0.1); }
  .ftco-team-members img {
    width: 100%;
    margin-bottom: 0px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .ftco-team-members:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .ftco-team-members h3 {
    font-family: "Jost-Medium";
    font-size: 20px;
    line-height: 0px;
    padding-top: 30px; }
  .ftco-team-members p {
    font-family: "Jost-Regular";
    font-size: 18px;
    margin-bottom: 0px;
    padding: 0 10px 10px 10px; }
  .ftco-team-members a {
    font-family: "Jost-Regular";
    font-size: 18px;
  }
  .ftco-team-members .role {
    font-family: "Jost-Regular";
    font-size: 18px;
    color: rgba(10, 22, 42, 1.0);
    margin-bottom: 10px;
    display: block; }

.ftco-team-members:hover {
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
}

#ftco-started {
  padding: 7em 0 0 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%; }
  #ftco-started .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7); }
  #ftco-started .ftco-heading h2 {
    color: #fff;
    margin-bottom: 30px !important; }
  #ftco-started .ftco-heading p {
    color: rgba(255, 255, 255, 0.5); }
  #ftco-started .btn {
    height: 54px;
    border: none !important;
    background: #2f89fc;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 50px;
    padding-right: 50px; }
  #ftco-started .form-inline .form-group {
    width: 100% !important;
    margin-bottom: 10px; }
    #ftco-started .form-inline .form-group .form-control {
      width: 100%; }

.blog-entry {
  margin-bottom: 50px; }

.blog-featured {
  display: block; }
  .blog-featured a img {
    margin-bottom: 30px; }
  .blog-featured h2 {
    line-height: 1.2;
    font-size: 20px; }
    .blog-featured h2 a {
      color: #3f52e3; }
      .blog-featured h2 a:hover {
        color: #2f89fc; }

.blog-entry {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 2em; }
  .blog-entry .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    float: left; }
  .blog-entry .desc {
    padding-left: 170px; }
    .blog-entry .desc h3 a {
      color: #3f52e3; }
      .blog-entry .desc h3 a:hover {
        color: #2f89fc; }
    .blog-entry .desc .meta {
      color: #999999;
      font-size: 16px;
      margin-bottom: 10px; }

.ftco-blog {
  margin-bottom: 40px;
  width: 100%;
  float: left; }
  .ftco-blog > a {
    display: block;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .ftco-blog > a img {
      width: 100%; }
  @media screen and (max-width: 768px) {
    .ftco-blog {
      width: 100%; } }
  .ftco-blog .blog-text {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    padding: 30px;
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .ftco-blog .blog-text span {
      display: inline-block;
      margin-bottom: 20px; }
      .ftco-blog .blog-text span.comment {
        float: right; }
        .ftco-blog .blog-text span.comment a {
          color: rgba(0, 0, 0, 0.3); }
          .ftco-blog .blog-text span.comment a i {
            color: #2f89fc;
            padding-left: 7px; }
    .ftco-blog .blog-text .meta {
      color: #b3b3b3;
      font-size: 16px;
      margin-bottom: 10px; }
    .ftco-blog .blog-text h3 {
      font-size: 28px;
      margin-bottom: 20px;
      line-height: 1.5; }
      .ftco-blog .blog-text h3 a {
        color: black; }

#ftco-footer {
  background: var(--footer-background);
  color: rgba(255, 255, 255, 0.7);
  padding: 4em 0 4em 0; }
  #ftco-footer .nav-menu-logo {
    width: 200px;
    height: 50px;
  }
  #ftco-footer .ftco-footer-links {
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 768px) {
      #ftco-footer .ftco-footer-links {
        margin-bottom: 30px; } }
    #ftco-footer .ftco-footer-links li {
      padding: 0;
      margin: 0;
      list-style: none;
      font-family: "Jost-Light";
      font-size: 18px;
      color: rgba(255, 255, 255, 0.7);
      text-decoration: none; }
      #ftco-footer .ftco-footer-links li a {
        font-family: "Jost-Light";
        font-size: 18px;
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none; }
        #ftco-footer .ftco-footer-links li a:hover {
          text-decoration: underline;
          color: #2f89fc; }
  #ftco-footer h4 {
    font-family: "Jost-Regular";
    font-size: 22px;
    color: rgba(255, 255, 255, 1.0);
    padding-bottom: 5px; }
  #ftco-footer .ftco-widget {
    font-family: "Jost-Light";
    font-size: 18px;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      #ftco-footer .ftco-widget {
        text-align: left; } }
  #ftco-footer .copyright .block {
    display: block; }
    @media screen and (max-width: 767px) {
      #ftco-footer .container .row div {
        text-align: center; } }


#map {
  width: 100%;
  height: 500px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #map {
      height: 200px; } }

#ftco-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: white;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 992px) {
    #ftco-offcanvas {
      display: block; } }
  .offcanvas #ftco-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  #ftco-offcanvas a {
    color: var(--navy-blue-light); }
    #ftco-offcanvas a:hover {
      color: var(--red); }
  #ftco-offcanvas ul {
    padding: 0;
    margin: 0; }
    #ftco-offcanvas ul li {
      padding: 0;
      margin: 0;
      list-style: none; }
      #ftco-offcanvas ul li > ul {
        padding-left: 20px;
        display: none; }
      #ftco-offcanvas ul li.offcanvas-has-dropdown > a {
        display: block;
        position: relative; }
        #ftco-offcanvas ul li.offcanvas-has-dropdown > a:after {
          position: absolute;
          right: 0px;
          font-family: 'icomoon';
          /* speak: none; */
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e921";
          font-size: 20px;
          color: rgba(255, 255, 255, 0.2);
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
      #ftco-offcanvas ul li.offcanvas-has-dropdown.active a:after {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase; }

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .gototop.active {
    opacity: 1;
    visibility: visible; }
  .gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
    .gototop a i {
      height: 50px;
      display: table-cell;
      vertical-align: middle; }
    .gototop a:hover, .gototop a:active, .gototop a:focus {
      text-decoration: none;
      outline: none; }

.ftco-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 25px !important; }
  .ftco-nav-toggle.active i::before, .ftco-nav-toggle.active i::after {
    background: #444; }
  .ftco-nav-toggle:hover, .ftco-nav-toggle:focus, .ftco-nav-toggle:active {
    outline: none;
    border-bottom: none !important; }
  .ftco-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .ftco-nav-toggle i::before, .ftco-nav-toggle i::after {
      content: '';
      width: 25px;
      height: 2px;
      background: #252525;
      position: absolute;
      left: 0;
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out; }
  .ftco-nav-toggle.ftco-nav-white > i {
    color: #fff;
    background: #fff; }
    .ftco-nav-toggle.ftco-nav-white > i::before, .ftco-nav-toggle.ftco-nav-white > i::after {
      background: #fff; }

.ftco-nav-toggle i::before {
  top: -7px; }

.ftco-nav-toggle i::after {
  bottom: -7px; }

.ftco-nav-toggle:hover i::before {
  top: -10px; }

.ftco-nav-toggle:hover i::after {
  bottom: -10px; }

.ftco-nav-toggle.active i {
  background: transparent; }

.ftco-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #000; }

.ftco-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #000; }

.ftco-nav-toggle {
  position: fixed;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 0px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important; }
  @media screen and (max-width: 992px) {
    .ftco-nav-toggle {
      display: block; } }

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px; }
  .btn.btn-md {
    padding: 8px 20px !important; }
  .btn.btn-lg {
    padding: 18px 36px !important; }
  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important; }

.btn-primary {
  background: #2f89fc;
  color: #fff;
  border: 2px solid #2f89fc; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #4897fc !important;
    border-color: #4897fc !important; }
  .btn-primary.btn-outline {
    background: transparent;
    color: #2f89fc;
    border: 2px solid #2f89fc; }
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background: #2f89fc;
      color: #fff; }

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important; }
  .btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c; }
    .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
      background: #5cb85c;
      color: #fff; }

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important; }
  .btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de; }
    .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
      background: #5bc0de;
      color: #fff; }

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important; }
  .btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e; }
    .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
      background: #f0ad4e;
      color: #fff; }

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important; }
  .btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f; }
    .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
      background: #d9534f;
      color: #fff; }

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .btn.with-arrow:hover {
    padding-right: 50px; }
    .btn.with-arrow:hover i {
      color: #fff;
      right: 18px;
      visibility: visible;
      opacity: 1; }

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.3);
  height: 54px;
  font-family: "Jost-Regular";
  font-size: 18px; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #2f89fc; }

.row-pb-md {
  padding-bottom: 4em !important; }

.row-pb-sm {
  padding-bottom: 2em !important; }

.ftco-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0; }

.site-section {
  padding: 4em 0; }
  .site-section .site-image {
    width: 100%;
    height: 30em;
  }
  .site-section .site-image img {
    width: 100%;
    height: 30em;
    object-fit: cover;
  }
  .site-section .first-row .title-description {
    font-family: "Jost-Medium";
    font-size: 20px;
  }
  .site-section .description-div p {
    font-family: "Jost-Medium";
    font-size: 18px;
    color: black;
  }
  @media screen and (max-width: 767px) {
    .site-section .content-column {
      padding-top: 15px;
      text-align: center;
    }
  }

@media screen and (max-width: 767px) {
  .site-section .content-div ul {
    text-align: start;
  } }

.ftco-videos {
  padding: 4em 0;
}

.shadow {
  box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.01), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
}


.gallery-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  display: block; }
  .gallery-item img {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .gallery-item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

  .service-image {
      position: relative;
      overflow: hidden;
      display: block; }
  .service-image img {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .service-image:hover img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); 
    }

.pagination {
  text-align: center; }
  .pagination a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    background: #fff; }
    .pagination a:hover {
      -webkit-box-shadow: 0 1px 7px -1px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 7px -1px rgba(0, 0, 0, 0.1);
      border-color: #ccc; }
  .pagination .caption {
    width: auto !important;
    padding-left: 10px;
    padding-right: 10px; }

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff; }
  .sidebar-box *:last-child {
    margin-bottom: 0; }
  .sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px; }

.categories li,
.sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted gray("300");
  list-style: none; }
  .categories li:last-child,
  .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .categories li a,
  .sidelink li a {
    display: block; }
    .categories li a span,
    .sidelink li a span {
      position: absolute;
      right: 0;
      top: 0;
      color: #ccc; }
  .categories li.active a,
  .sidelink li.active a {
    color: #000;
    font-style: italic; }

.comment-form-wrap {
  clear: both; }

.comment-list {
  padding: 0;
  margin: 0; }
  .comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
  .comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
    .comment-list li .vcard {
      width: 80px;
      float: left; }
      .comment-list li .vcard img {
        width: 50px;
        border-radius: 50%; }
    .comment-list li .comment-body {
      float: right;
      width: calc(100% - 80px); }
      .comment-list li .comment-body h3 {
        font-size: 20px;
        color: #000; }
      .comment-list li .comment-body .meta {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: .1em;
        color: #ccc; }
      .comment-list li .comment-body .reply {
        padding: 5px 10px;
        background: #e6e6e6;
        color: #000;
        text-transform: uppercase;
        font-size: 14px; }
        .comment-list li .comment-body .reply:hover {
          color: #000;
          background: #e3e3e3; }

.search-form {
  background: #f7f7f7;
  padding: 10px; }
  .search-form .form-group {
    position: relative; }
    .search-form .form-group input {
      padding-right: 50px; }
  .search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.post-meta {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .2em; }
  .post-meta a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
