body {
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
  position: relative; }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible; }

    p {
      color: #555;
      font-weight: 300;
      font-size: 14px;
  }

   h3, h3 {
    font-size: 20px;
    font-weight: normal;
    color: #328dd6;
}
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.hero {
  height: 63vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.top-bar {
  padding: .5rem 0;
  background:#2990dc !important; }
  .top-bar a {
    color: #fff; }

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  width: 100%;
  padding: 1rem; }
  /* @media (max-width: 991.98px) {
    .site-navbar {
      padding-top: 3rem;
      padding-bottom: 3rem; } } */
  .site-navbar .toggle-button {
    position: absolute;
    right: 0px; }
  .site-navbar .site-logo {
    position: absolute;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 0;
    margin: 0;
    padding: 0;
    z-index: 3; }
    @media (max-width: 991.98px) {
      .site-navbar .site-logo {
        float: left;
        position: relative; } }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #007bff !important; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        margin-left: 20px;
        margin-right: -9px;
        padding: 19px 15px;
        color: #000 !important;
        display: inline-block;
        text-decoration: none !important;
        font-size: 19px;
        /* font-weight: bold; */
    }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        /* border-top: 2px solid #6bc5ff; */
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #2990dc;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #fff !important;
          font-size: 14px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #007bff !important;
            background: #f8f9fa; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #1c769c;
              color: #ced4da; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f8f9fa;
            color: #ced4da; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #007bff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #ced4da; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .nav-link.active {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    background: #fff; }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #fff; }
    .sticky-wrapper .site-navbar ul li a {
      color: rgba(255, 255, 255, 0.7) !important; }
      .sticky-wrapper .site-navbar ul li a.active {
        color: #fff !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #007bff; }
    .sticky-wrapper.is-sticky .site-navbar ul li a {
      color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar ul li a.active {
        color: #007bff !important; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    @media (max-width: 991.98px) {
      .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important; } }
        .glo-info{
          margin-left:191px;
        }
        .ms-layer.bold-title {
          background: url(../images/strip-black2.png) repeat 0 0;
          font-size: 40px;
          color: #FFF;
          margin: 0;
          padding: 5px 15px;
          line-height: 60px;
          display: inline-block;
          bottom: auto !important;
          width: auto !important;
          right: auto !important;
          position: absolute;
          left: 158px;
          top:97px;
          z-index: 1;
        }
        .ms-layer.bold-titles {
          background: url(../images/strip-black2.png) repeat 0 0;
          font-size: 40px;
          color: #FFF;
          margin: 0;
          padding: 5px 15px;
          line-height: 60px;
          display: inline-block;
          bottom: auto !important;
          width: auto !important;
          right: auto !important;
          position: absolute;
          left: 158px;
          top: 280px;
          z-index: 1;
        }
        
        element.style {
          inset: 300px 153px 206px 20px;
          opacity: 100;
          margin: 0px;
          padding: 7px 15px;
          font-size: 20px;
          line-height: 30px;
          display: none;
          transition-duration: 0ms;
        }
        .ms-layer.normal-desc {
          padding: 7px 15px;
          font-size: 20px;
          font-family: 'Roboto', sans-serif;
          line-height: 30px;
          font-weight: 300;
          color: #FFF;
          background: url(../images/strip-black2.png) repeat 0 0;
          display: inline-block;
          width: 58%;
          bottom: auto !important;
          right: auto !important;
          border-left: 5px solid #333;
          position: absolute;
            left: 158px;
            top: 221px;
            z-index: 1;
        }
        @-webkit-keyframes fadeInDown {
          from {
              opacity:0;
              -webkit-transform: translatey(-10px);
              -moz-transform: translatey(-10px);
              -o-transform: translatey(-10px);
              transform: translatey(-10px);
          }
          to {
              opacity:1;
              -webkit-transform: translatey(0);
              -moz-transform: translatey(0);
              -o-transform: translatey(0);
              transform: translatey(0);
          }
        }
        @-moz-keyframes fadeInDown {
          from {
              opacity:0;
              -webkit-transform: translatey(-10px);
              -moz-transform: translatey(-10px);
              -o-transform: translatey(-10px);
              transform: translatey(-10px);
          }
          to {
              opacity:1;
              -webkit-transform: translatey(0);
              -moz-transform: translatey(0);
              -o-transform: translatey(0);
              transform: translatey(0);
          }
        }
        @keyframes fadeInDown {
          from {
              opacity:0;
              -webkit-transform: translatey(-10px);
              -moz-transform: translatey(-10px);
              -o-transform: translatey(-10px);
              transform: translatey(-10px);
          }
          to {
              opacity:1;
              -webkit-transform: translatey(0);
              -moz-transform: translatey(0);
              -o-transform: translatey(0);
              transform: translatey(0);
          }
        }
        .in-down {
          -webkit-animation-name: fadeInDown;
          -moz-animation-name: fadeInDown;
          -o-animation-name: fadeInDown;
          animation-name: fadeInDown;
          -webkit-animation-fill-mode: both;
          -moz-animation-fill-mode: both;
          -o-animation-fill-mode: both;
          animation-fill-mode: both;
          -webkit-animation-duration: 1s;
          -moz-animation-duration: 1s;
          -o-animation-duration: 1s;
          animation-duration: 1s;
        }
        
        
        /** fadeInLeft **/
        
        @-webkit-keyframes fadeInLeft {
          from {
              opacity:0;
              -webkit-transform: translatex(-10px);
              -moz-transform: translatex(-10px);
              -o-transform: translatex(-10px);
              transform: translatex(-10px);
          }
          to {
              opacity:1;
              -webkit-transform: translatex(0);
              -moz-transform: translatex(0);
              -o-transform: translatex(0);
              transform: translatex(0);
          }
        }
        @-moz-keyframes fadeInLeft {
          from {
              opacity:0;
              -webkit-transform: translatex(-10px);
              -moz-transform: translatex(-10px);
              -o-transform: translatex(-10px);
              transform: translatex(-10px);
          }
          to {
              opacity:1;
              -webkit-transform: translatex(0);
              -moz-transform: translatex(0);
              -o-transform: translatex(0);
              transform: translatex(0);
          }
        }
        @keyframes fadeInLeft {
          from {
              opacity:0;
              -webkit-transform: translatex(-100px);
              -moz-transform: translatex(-100px);
              -o-transform: translatex(-100px);
              transform: translatex(-100px);
          }
          to {
              opacity:1;
              -webkit-transform: translatex(0);
              -moz-transform: translatex(0);
              -o-transform: translatex(0);
              transform: translatex(0);
          }
        }
        .in-left {
          -webkit-animation-name: fadeInLeft;
          -moz-animation-name: fadeInLeft;
          -o-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
          -webkit-animation-fill-mode: both;
          -moz-animation-fill-mode: both;
          -o-animation-fill-mode: both;
          animation-fill-mode: both;
          -webkit-animation-duration: 1s;
          -moz-animation-duration: 1s;
          -o-animation-duration: 1s;
          animation-duration: 1s;
          -webkit-animation-delay: 1s;
          -moz-animation-delay: 1s;
          -o-animation-duration:1s;
          animation-delay: 1s;
        }
        .btnBlue {
          background: #2cadff;
        }
         .btnBlue {
          /* background: #fb6c3a; */
          color: #FFF !important;
          font-size: 14px;
          text-transform: uppercase;
          border: none;
          cursor: pointer;
          padding: 10px 20px;
          display: block;
          width: 130px;
          position: absolute;
            left: 158px;
            top:350px;
            z-index: 1;
        }
        @media only screen and (max-width: 600px) {
        .site-navbar-wrap .site-navbar-top {
          font-size: 0.8rem;
          display: none;
        }
        .ms-layer.bold-title {
          background: url(../images/strip-black2.png) repeat 0 0;
          font-size: 20px;
          color: #FFF;
          margin: 0;
          padding: 5px 15px;
          line-height: 60px;
          display: inline-block;
          bottom: auto !important;
          width: auto !important;
          right: auto !important;
          position: absolute;
          left:17px;
          top: 32px;
          z-index: 1;
        }
        .ms-layer.normal-desc {
          padding: 7px 15px;
          font-size: 20px;
          font-family: 'Roboto', sans-serif;
          line-height: 30px;
          font-weight: 300;
          color: #FFF;
          background: url(../images/strip-black2.png) repeat 0 0;
          display: inline-block;
          width: 93%;
          bottom: auto !important;
          right: auto !important;
          border-left: 5px solid #333;
          position: absolute;
          left: 17px;
          top:119px;
          z-index: 1;
        }
        .hero {
          height: 62vh;
          width: 100%;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
        }
        .btnBlue {
          /* background: #fb6c3a; */
          color: #FFF !important;
          font-size: 14px;
          text-transform: uppercase;
          border: none;
          cursor: pointer;
          padding: 10px 20px;
          display: block;
          width: 130px;
          position: absolute;
          left: 86px;
          top: 476px;
          z-index: 1;
        }
        }
        /*  */
        table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}
        
        /* clearfix */
        .clearfix{zoom:1;}
        .clearfix:after{content:'.';display:block;clear:both;visibility:hidden;height:0;font-size:0;}
        
        /* newsticker */
        .newsticker{background:#fff;border-radius:5px;color:#402726;cursor:default;overflow:hidden;padding:0 10px 0 91px;height:30px;position:relative;}
        .newsticker:hover{background:#fff;}
        .newsticker ul{position:absolute;top:8px;}
        .newsticker ul li{height:30px;overflow:hidden;white-space:nowrap;}
        /*  */
        .btnOrange {
          background: #fb6c3a;
          color: #FFF !important;
          font-size: 14px;
          text-transform: uppercase;
          border: none;
          cursor: pointer;
          padding: 10px 20px;
          display: block;
          width: 120px;
        }
        .benfits {
          background: #FFF;
          border: 1px solid #cacaca;
          padding: 14px 0;
          margin-top: 26px;
          height: 131px;
        }
        .homeBox1 {
          background: none;
          width: 12.5%;
          margin: 0;
          padding: 11px 0 0 2%;
        }
        .homeBox {
          float: left;
          width: 15%;
          position: relative;
          margin-left: 1%;
          padding-right: 1%;
          min-height: 60px;
          background: url(../images/divider-benfits.png) no-repeat right center;
        }
        .benfits h2 {
          font-size: 27px;
          line-height: 32px;
          margin-left: -14px;
        }
        h2 strong {
          font-weight: normal;
          color: #fb6c3a;
          text-transform: uppercase;
          font-family: 'Oswald', sans-serif;
        }
        .benfitsNo {
          background: #2cadff;
          border: 1px solid #2e97c4;
          width: 21px;
          height: 21px;
          text-align: center;
          line-height: 20px;
          font-size: 12px;
          position: absolute;
          left: 33%;
          margin-top: -26px;
          color: #FFF;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%;
        }
        .homePage p {
          font-size: 14px;
          line-height: 21px;
          color: #555;
        }
        .homeBox5 {
          background: none;
        }
        .homePage {
          background: #f3f3f3;
          padding: 30px 0;
        }
        .pageWidth {
          width: 100%;
          max-width: 1004px;
          margin: 0 auto;
        }
        .sectionContent {
          overflow: hidden;
        }
        .sectionCont {
          float: left;
          padding-right: 5%;
          width: 47%;
        }
        .sectionContent dl {
          overflow: hidden;
        }
        .sectionContent dl dt {
          float: left;
          width: 30%;
          padding-right: 2%;
        }
        .sectionContent dl dd {
          float: left;
          width: 68%;
        }
        h2 {
          font-size: 20px;
          color: #2cadff;
          padding-bottom: 8px;
          font-weight: 400;
          text-transform: uppercase;
        }
        .sectionCont2 {
          padding-right: 0;
        }
        .bottomPlugins {
          padding: 20px 0;
        }
        .card {
          margin: 0 auto;
          border: none;
        }
        /* .card .carousel-item {
          min-height: 190px;
        } */
        .card .carousel-caption {
          padding: 0;
          right: 15px;
          left: 15px;
          top: 15px;
          color: #3d3d3d;
          border: 1px solid #ccc;
          min-height:175px;
          padding: 15px;
        }
        .card .carousel-caption .col-sm-3 {
          display: flex;
          align-items: center;
        }
        .card .carousel-caption .col-sm-9 {
          text-align: left;
        }
        .card .carousel-control-prev, .card .carousel-control-next {
          color: #3d3d3d !important;
          opacity: 1 !important;
        }
        .carousel-control-prev-icon, .carousel-control-next-icon {
          /* background-image: none; */
          color: #fff;
          font-size: 14px;
          background-color: #0a0a0a;
          height: 32px;
          line-height: 32px;
          /* width: 32px; */
        }
        .carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
          opacity: 0.85;
        }
        .carousel-control-prev {
          left: 7%;
          top: -7%;
        }
        .carousel-control-next {
          right: 7%;
          top: 0%;
        }
        .midline {
          width: 60px;
          border-top: 1px solid #d43025;
        }
        .carousel-caption h2 {
          font-size: 14px;
        }
        .carousel-caption h2 span {
          color: #cd3a54;
        }
         @media (min-width: 320px) and (max-width: 575px) {
        .carousel-caption {
          position: relative;
        }
        .sectionCont {
          float: left;
          padding-right: 5%;
          width: 108%;
        }
        .card .carousel-caption {
          left: 0;
          top: 0;
          margin-bottom: 15px;
        }
        .card .carousel-caption img {
          margin: 0 auto;
        }
        .carousel-control-prev {
          left: 35%;
          top: 105%;
        }
        .carousel-control-next {
          right: 35%;
          top: 105%;
        }
        .card .carousel-caption h3 {
          margin-top: 0;
          font-size: 16px;
          font-weight: 700;
        }
        }
        @media (min-width: 576px) and (max-width: 767px) {
        .carousel-caption {
          position: relative;
        }
        .card .carousel-caption {
          left: 0;
          top: 0;
          margin-bottom: 15px;
        }
        .card .carousel-caption img {
          margin: 0 auto;
        }
        .card .carousel-caption h3, .card .carousel-caption small {
          text-align: center;
        }
        .carousel-control-prev {
          left: 35%;
          top: 105%;
        }
        .carousel-control-next {
          right: 35%;
          top: 105%;
        }
        }
        @media (min-width: 767px) and (max-width: 991px) {
        .card .carousel-caption h3 {
          margin-top: 0;
          font-size: 16px;
          font-weight: 700;
        }
        .homePage {
          background: #f3f3f3;
          padding: 21px 0;
          width: 99%;
        }
        
        }
        .bx-clones {
          float: left;
          list-style: none;
          position: relative;
          width: 155px;
          margin-right: -17px;
        }
        .clones{
          margin-left: 67px;
        }
        .bottomPlugins h2 {
          padding-left: 230px;
        }
        footer {
          background: linear-gradient(to bottom, #1c86cc 40%, #1d89ce 17%, #094ea2 100%);
      }
        footer  li a {
          color: #FFF;
          font-size: 13px;
          line-height: 18px;
          font-weight: 500;
          -webkit-transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
        }
        footer  h5 {
          color: #FFF;
          border-bottom: 1px solid #fb6c3a;
          padding-bottom: 6px;
          margin-bottom: 8px;
          display: inline-block;
          min-width: 40%;
          position: relative;
        }
        footer  li {
          list-style: none;
          display: block;
          background: url(../images/arrow-right.png) no-repeat 0 12px;
          padding-left: 11px;
          padding-top: 2px;
        }
        .footer-copyright{
        color: #ffffff;
        }
        .icons{
          font-size: 26px;
          color: aliceblue;
        }
        @media only screen and (max-width: 600px) {
          .bx-clones {
          float: left;
          list-style: none;
          position: relative;
          width: 191px;
          margin-right: -11px;
          margin-top: 18px;
        }
        .bottomPlugins {
          padding: 83px 0;
        }
        .bottomPlugins h2 {
          padding-left: 119px;
        }
        footer h5 {
          color: #FFF;
          border-bottom: 1px solid #fb6c3a;
          padding-bottom: 6px;
          margin-bottom: 8px;
          display: inline-block;
          min-width: 24%;
          position: relative;
        }
        }
        .heros {
          height: 48vh;
          width: 100%;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
      }
      .homePages {
        margin-left: 232px;
      }
      .fullWidthBg {
        background: #FFF;
        padding: 20px 0;
        margin: 15px 0 18px 0;
        border-left: 0;
        border-right: 0;
    }
     .image {
      float: left;
      width: 96%;
  }
  ul.listItems li {
    background: url(../images/ok-mark.png) no-repeat 0 9px;
    padding-left: 16px;
    list-style: none;
    margin-left: 12px;
    line-height: 1.8;
}
.pullRight, .pullLeft {
  margin: 26px 184px;
  clear: both;
}
@media only screen and (max-width: 600px) {
.pullRight, .pullLeft {
  margin: 26px -20px;
  clear: both;
}

}
.grid8 {
  float: left;
  width: 64%;
  padding-right: 4%;
}
.address {
  margin-top: 20px /*margin-bottom: 15px;*/;
}
.address h3 {
  color: rgb(29 137 208);
}
.ContactForm {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ContactForm ul {
    overflow: hidden;
}
.ContactForm ul li:first-child {
  margin-left: 0;
}
.ContactForm ul li {
  float: left;
  width: 49%;
  margin-left: 2%;
  margin-bottom: 10px;
  list-style: none;
}
.ContactForm ul li label {
  font: 400 12px/16px 'Roboto', sans-serif;
  color: #555;
}
label {
  padding: 0;
  margin: 0;
}
.ContactForm ul li label sup {
  color: #ff0000;
  position: relative;
  top:-2px;
}
.ContactForm ul li div {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}
.ContactForm input, .ContactForm textarea, .ContactForm select {
  padding: 22px  2%;
  width: 94%;
  font: 400 12px/16px 'Roboto', sans-serif;
  color: #444;
  height: 16px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  outline: none;
}
.ContactForm .button {
  margin: 4px 0 0;
}
.button {
  background: #2cadff;
  border: 1px solid #2e9bc9;
  color: #fff;
  cursor: pointer;
  font: 400 15px/16px 'Roboto', sans-serif;
  padding: 9px 28px;
}
.office span{
font-weight: 600;
}
.ContactForm select {
  height: 38px;
  width: 94%;
  padding: 10px 2%;
}
.font-weight-bold {
  font-weight: 500 !important; 
}
.innerPage {
  padding: 25px 0;
  /* min-height: 280px; */
  background: #f7f7f7;
}
.innerPage p{
font-size: 18px;
}
.next-gen{
  position: absolute;
    left: 144px;
    top: 245px;
    z-index: 3;
}
.next-gen h2{
color: #fb6c3a;
font-size: 35px;
}
.next-gen p{
  color: #333;
  font-size: 24px;
  }
  .grayBox {
    background: #FFF;
    padding: 10px;
    border: 1px solid #ddd;
}
@media only screen and (max-width: 600px) {
  .next-gen {
    position: absolute;
    left: 27px;
    top: 219px;
    z-index: 3;
}
.homePages {
  margin-left: 104px;
}
.offered{

  width: 283px;
}
.benfits {
  background: #FFF;
  border: 1px solid #cacaca;
  padding: 14px 0;
  margin-top: 26px;
  height: 131px;
  display: none;
}
.next-gen p {
  color: #333;
  font-size: 19px;
}
.heros {
  height: 34vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
}
.staffing {
  border-radius: 50%;
  border: 1px solid rgb(0 0 0 / 8%);
  width: 100%;
  height: 5;
  height: 100%;
}

.solutions h3{
  padding-bottom: 6px;
  color: #fb6c3a;
}
.Projects{
  border-top: 1px dashed #aaa;
    padding: 10px;
}
.business h2{
  color: #fb6c3a;

}
.imgLeft img {
  float: left;
  margin: 0 15px 15px 0;
}
.applicaton-development {
  background-image: url(../images/applicaton-development.jpg);
}
.innerBanner {
  background-attachment: scroll;
  background-position: 0 0 !important;
  background-repeat: no-repeat;
  background-size: cover;
  clear: none;
  display: block;
  height: auto;
  min-height: 320px;
  margin-left: 0;
  width: 100%;
  margin-top: -3px;
  position: relative;
}
.training {
  width: 435px;
  height: 280px;
}
.infos {
  color: rgba(58, 251, 231, 1) !important;
}