@charset "UTF-8";
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}

body {
  font: 15px "Open Sans", sans-serif;
  color: #333; }

a {
  color: #4892ce; }

a:focus, a:active, a:hover {
  text-decoration: none;
  outline: none;
  border: none; }

h1 {
  text-transform: uppercase;
  font-weight: bold; }

.header {
  margin: 0; }

.header-top-line {
  padding: 4px 0;
  background-color: #051829; }

.language {
  float: right; }

.language-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .language-list li {
    display: inline-block;
    float: left;
    margin-right: 20px; }
    .language-list li a {
      color: #c3c3c3;
      -webkit-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease; }
      .language-list li a:hover {
        color: #fec144; }

.header-line {
  padding: 25px 0; }

.header-info {
  float: right; }
  .header-info ul {
    position: relative;
    float: left;
    margin: 0;
    margin-right: 60px;
    list-style: none; }
    .header-info ul li {
      display: inline-block;
      float: left;
      margin-right: 28px;
      padding-right: 28px;
      border-right: 1px solid #e9e9e9; }
    .header-info ul li:last-child {
      margin-right: 0;
      padding-right: 0;
      border: none; }

.header-info-item {
  position: relative;
  display: block; }
  .header-info-item .icon {
    display: table-cell;
    vertical-align: middle;
    width: 35px; }
    .header-info-item .icon img {
      width: 28px; }
  .header-info-item .text {
    display: table-cell;
    vertical-align: middle; }
    .header-info-item .text div {
      color: #2f2f2f;
      font-size: 16px; }
    .header-info-item .text span {
      color: #848484; }

.header-button {
  float: right; }
  .header-button a {
    padding: 14px 29px 17px;
    background: #f3b941;
    color: #222;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
    .header-button a:hover {
      color: #fff;
      background: #e69f0c; }

.navbar {
  margin-bottom: 0; }

.navbar-yellow {
  background-color: #f5d042; }

.navbar-nav > li > a {
  color: #222;
  font-weight: bold;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.nav > li > a:focus, .nav > li > a:hover {
  background: none;
  color: #fff;
  text-shadow: 1px 1px 1px #a5a5a5; }

.main-slider {
  position: relative;
  height: 500px;
  overflow: hidden; }

.slick-arrow {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  background: #fff;
  width: 50px;
  height: 110px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
  text-align: center;
  line-height: 2.5; }

.slider_arrow-left:before, .slider_arrow-right:before {
  font-family: "FontAwesome";
  font-size: 42px;
  color: #2c4842; }

.slider_arrow-left {
  left: 0; }
  .slider_arrow-left:before {
    content: "\f104"; }

.slider_arrow-right {
  right: 0; }
  .slider_arrow-right:before {
    content: "\f105"; }

.slick-arrow:hover {
  background: #f3b941; }

.slider_item {
  height: 500px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .slider_item.slider-one {
    background-image: url(/assets/7e32b9b1/css/../img/slide-1.jpg); }
  .slider_item.slider-two {
    background-image: url(/assets/7e32b9b1/css/../img/slide-2.jpg); }
  .slider_item .container {
    height: 100%;
    display: table;
    padding: 0; }
    .slider_item .container .row {
      display: table-cell;
      vertical-align: middle; }

.slider_item-title {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0.5em; }

.slider_item-text {
  color: #fff;
  font-size: 2rem;
  line-height: 1.2em;
  margin-bottom: 1.7em; }

.slider-button {
  font-weight: bold;
  background-color: #222;
  padding: 7px 15px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 2px solid #f3b941;
  color: #fff;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }
  .slider-button:hover {
    background-color: #f3b941;
    color: #222;
    border: 2px solid #f3b941; }

.section-padding {
  padding: 90px 0; }

.padding-bottom {
  padding-bottom: 90px; }

.section-header {
  font-weight: bold;
  text-transform: uppercase;
  position: relative; }
  .section-header:after {
    border: 1px solid #f3b941;
    bottom: -14px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
    right: 0; }

.section-content {
  padding-top: 40px; }

.tile-wrap {
  position: relative;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 30px 20px;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); }
  .tile-wrap:hover {
    background: #d89407; }
    .tile-wrap:hover a, .tile-wrap:hover p {
      color: #fff; }

.tile-content h3 {
  margin-bottom: 0.8em;
  line-height: 1.3em; }
  .tile-content h3 a {
    color: #d89407; }

.tile-content p {
  color: #666; }

.section-info {
  position: relative;
  background-image: url(/assets/7e32b9b1/css/../img/contact-section-bg.jpg);
  background-position: 50% 50%;
  -webkit-background-size: cover;
          background-size: cover;
  color: #fff; }
  .section-info:before {
    content: '';
    background-color: rgba(5, 24, 41, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .section-info .section-content {
    font-size: 20px;
    line-height: 1.6em; }

.section-80 {
  margin: 0 auto;
  width: 80%; }

.tile-img-wrap {
  position: relative;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); }

.tile-image {
  position: relative;
  overflow: hidden; }
  .tile-image:before {
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    opacity: 0;
    position: absolute;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
  .tile-image img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }

.tile-img-content {
  padding: 25px 20px 30px;
  color: #666; }

.tile-img-content h4 {
  margin-bottom: 0.8em;
  line-height: 1.3em; }
  .tile-img-content h4 a {
    color: #222;
    font-weight: bold; }

.tile-img-wrap:hover .tile-image:before {
  opacity: 1; }

.best-wrap {
  position: relative;
  padding-left: 80px; }
  .best-wrap h4 {
    font-weight: bold;
    margin-bottom: 1em; }
  .best-wrap p {
    color: #666; }
  .best-wrap .icon {
    position: absolute;
    left: 0;
    right: 0;
    width: 64px;
    height: 64px; }
  .best-wrap .technology {
    background: url(/assets/7e32b9b1/css/../img/technology-icon.png) 0 0 no-repeat; }
  .best-wrap .help {
    background: url(/assets/7e32b9b1/css/../img/help-icon.png) 0 0 no-repeat; }
  .best-wrap .enginner {
    background: url(/assets/7e32b9b1/css/../img/engineer-icon.png) 0 0 no-repeat; }

.contact-box {
  padding: 30px 30px;
  border: 2px solid #f3b941; }
  .contact-box h3 {
    text-transform: uppercase;
    font-weight: bold; }

.contact-list {
  list-style: none;
  margin-top: 25px;
  padding: 0; }
  .contact-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px; }
    .contact-list li i {
      color: #f3b941;
      position: absolute;
      left: 0;
      top: 3px; }

.request-header {
  text-transform: uppercase;
  font-weight: bold; }

.request-form label {
  font-weight: normal;
  color: #f3b941;
  text-transform: uppercase; }

.form-50 {
  width: 50%;
  float: left;
  padding: 0 12px;
  margin-top: 13px; }

.form-100 {
  clear: both;
  padding: 0 12px;
  padding-top: 25px; }

.submit {
  background: #f3b941;
  border: 1px solid #f3b941; }

.partner-wrap {
  border: 2px solid #e9e9e9;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1); }
  .partner-wrap:hover {
    border-color: #f3b941; }
  .partner-wrap img {
    width: 100%; }

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

footer {
  padding: 90px 0;
  background-color: #051829; }

.footer-logo {
  margin-bottom: 1.9em; }

.contact-info {
  padding: 0;
  margin: 0;
  list-style: none; }
  .contact-info li {
    position: relative;
    padding-left: 37px;
    margin-bottom: 20px;
    color: #fff; }
    .contact-info li i {
      font-size: 20px;
      color: #f3b941;
      position: absolute;
      left: 0;
      top: 2px; }

.footer-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1.9em; }

.footer-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .footer-list li {
    margin-bottom: 20px; }
    .footer-list li a {
      color: #fff; }
      .footer-list li a:hover {
        color: #f3b941; }

.footer-bottom {
  background-color: #000;
  padding: 8px 0; }
  .footer-bottom .copyright {
    text-align: center;
    color: #808080;
    font-size: 12px; }

.page-title {
  background: url(/assets/7e32b9b1/css/../img/page-title.jpg) center center/cover no-repeat;
  height: 260px;
  position: relative; }
  .page-title .container {
    height: 100%;
    display: table; }
    .page-title .container .row {
      display: table-cell;
      vertical-align: middle; }

.title-text {
  color: #fff;
  font-weight: bold;
  font-size: 5rem; }

.sidebar-link-widget ul li a:hover:after, .sidebar-link-widget ul li.current a:after {
  content: "\f061";
  font-family: "FontAwesome";
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 15px; }

.sidebar-link-widget ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .sidebar-link-widget ul li {
    display: block;
    margin-bottom: 6px; }
    .sidebar-link-widget ul li a {
      position: relative;
      display: block;
      background-color: #f5f5f5;
      color: #333;
      padding: 14px 18px;
      text-transform: uppercase;
      -webkit-transition: all 0.2;
      -o-transition: all 0.2;
      transition: all 0.2; }
      .sidebar-link-widget ul li a:hover {
        background-color: #f3b941;
        color: #fff; }
    .sidebar-link-widget ul li.current a {
      background-color: #f3b941;
      color: #fff; }

.single-page {
  color: #444;
  line-height: 1.6em; }
  .single-page h3 {
    font-weight: bold; }
  .single-page p {
    margin-bottom: 2em; }
  .single-page ul {
    list-style: none;
    padding: 0;
    margin-bottom: 2em; }
    .single-page ul li {
      position: relative;
    padding-left: 30px;
    line-height: 1.2em;
    padding-top: 10px;
    padding-bottom: 10px; }
      .single-page ul li:before {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f10c";
        color: #f3b941;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }

ul.contact-list-info {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.contact-list-info li {
    padding-left: 45px;
    position: relative; }
    ul.contact-list-info li .icon {
      background: #f3b941;
      width: 35px;
      height: 35px;
      line-height: 37px;
      font-size: 1.2rem;
      color: #fff;
      text-align: center;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
    ul.contact-list-info li p {
      font-size: 1.5rem;
      font-weight: bold;
      line-height: 1.4em;
      color: #222;
      margin: 0; }
      ul.contact-list-info li p span {
        display: block;
        color: #9ca7b5; }

ul.contact-list-info > li + li {
  margin-top: 50px; }


@media (max-width: 767px) {
  .logo {
    text-align: center;
  }
  .header-info {
    clear: both;
    float: none;
  }
  .header-info ul li {
    border: none;
    clear: both;
    margin-right: 0;
    display: block;
    width: 100%;
    padding-right: 0;
    padding-top: 8px;
  }
  .header-info ul {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .header-info-item {
    text-align: center;
  }
  .header-info-item .text {
    display: block;
    width: 100%;
    text-align: center;
  }
  .navbar-toggle {
    border: 1px solid #222;
  }
  .navbar-toggle .icon-bar {
    background-color: #222;
  }
  .navbar-collapse {
    border-top: 1px solid #e2ba1e;
  }
  .main-slider {
    height: 435px;
  }
  .slick-arrow {
    width: 35px;
    height: 80px;
  }
  .slider_arrow-left:before, .slider_arrow-right:before {
    font-size: 32px;
  }
  .slider_item-title {
    font-size: 2.2rem;
  }
  .slider_item-text {
    font-size: 1.5rem;
  }
  .slider_item-content {
    width: 80%;
    margin: 0 auto;
  }
  .partner-wrap {
    margin-bottom: 11px;
  }
  .title-text {
    font-size: 2.3rem;
    line-height: 1.4;
  }
  ul.contact-list-info {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-info ul {
    margin-right: 17px;
  }
  .header-info ul li {
    margin-right: 16px;
    padding-right: 16px;
  }
  .header-button a {
    padding: 5px 15px 10px;
  }
  .slider_item .container {
    width: 78%;
  }
  ul.contact-list-info {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-info ul {
    margin-right: 26px;
  }
}
