html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

body {
  font-family: 'Ebrima';
}

section {
  width: 100%;
  float: left;
}

ul {
  padding: 0;
  margin: 0;
  font-size: 0;
}

ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
}

a {
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #071c35;
  -webkit-transition: all .03s linear;
  transition: all .03s linear;
}

a:hover, a:focus {
  text-decoration: none;
  -webkit-transition: all .03s linear;
  transition: all .03s linear;
}

.left {
  float: left;
}

.right {
  float: right;
}

header {
  padding: 30px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);
}

header nav.right {
  padding: 11px 0;
}

@media (max-width: 991px) {
  header nav.right {
    display: none;
    float: left;
    width: 100%;
  }
}

@media (max-width: 991px) {
  header nav.right ul li {
    margin: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    border-bottom: 1px solid #e0e0e0;
  }
}

header nav.right ul li a {
  margin: 0 20px;
}

@media (max-width: 991px) {
  header nav.right ul li a {
    margin: 0 15px;
    font-size: 16px;
  }
}

header nav.right ul li a:hover, header nav.right ul li a.active {
  border-bottom: 1px solid #071c35;
}

.banner {
  padding: 115px 0 0 0;
}

.banner_btn a {
  position: absolute;
  left: 16%;
  bottom: 28%;
  display: inline-block;
  background: #005dff;
  font-size: 22px;
  color: #fff;
  padding: 9px 34px;
  border-radius: 5px;
  border: 1px solid #005dff;
}

.banner_btn a:hover {
  background: #fff;
  color: #005dff;
}

@media (max-width: 767px) {
  .banner_btn a {
    left: 13%;
    bottom: 18%;
    font-size: 10px;
    padding: 9px 34px;
  }
}

.header-txt {
  text-align: center;
}

.header-txt h4 {
  color: #005dff;
  font-size: 26px;
  margin: 0;
}

@media (max-width: 991px) {
  .header-txt h4 {
    font-size: 19px;
  }
}

.header-txt h3 {
  color: #071c35;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .header-txt h3 {
    font-size: 30px;
    margin: 25px 0;
  }
}

.ser-box {
  text-align: center;
  padding: 25px;
  border-radius: 5px;
  margin: 20px 0;
  cursor: pointer;
}

@media (max-width: 767px) {
  .ser-box {
    padding: 10px;
    margin: 5px 0;
  }
}

.ser-box img {
  max-width: 100%;
  margin: auto;
}

.ser-box h3 {
  color: #071c35;
  margin: 0 0 27px 0;
}

.ser-box p {
  font-size: 16px;
  color: #838d9a;
}

.ser-box:hover {
  -webkit-box-shadow: 1px 0px 23px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 0px 23px 7px rgba(0, 0, 0, 0.1);
}

.about_us {
  background-image: url(../img/about_bg.png);
  background-size: contain;
}

@media (max-width: 991px) {
  .about_us {
    background-size: cover;
    background: #f5fdff;
  }
}

.about_us.about_us2 {
  background-image: url(../img/about_2.png);
  background-size: contain;
}

@media (max-width: 991px) {
  .about_us.about_us2 {
    background-size: cover;
    background: #fff;
  }
}

.about-img {
  width: 100%;
  margin: 112px 0 75px 0;
}

@media (max-width: 991px) {
  .about-img {
    margin: 0;
  }
}

.about-img img {
  max-width: 100%;
}

.about-txt {
  margin: 300px 0;
}

@media (max-width: 991px) {
  .about-txt {
    margin: 30px 0;
  }
}

.about-txt h3 {
  color: #071c35;
  font-size: 70px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .about-txt h3 {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .about-txt h3 {
    font-size: 35px;
  }
}

.about-txt p {
  font-size: 16px;
  color: #838d9a;
  margin: 20px 0;
}

.about-txt a {
  display: inline-block;
  background: #005dff;
  font-size: 20px;
  color: #fff;
  padding: 9px 34px;
  border-radius: 5px;
  border: 1px solid #005dff;
  margin: 24px 0;
}

.about-txt a:hover {
  background: #fff;
  color: #005dff;
}

.client {
  margin: 0 0 80px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .client {
    margin: 0 0 15px 0;
  }
}

.client .slick-center .clint-box .client-img img {
  width: 185px;
  margin: 0;
}

.client .slick-center .clint-box .client-txt {
  display: block;
}

.client .clint-box {
  text-align: center;
  margin: 40px 0;
}

.client .clint-box .client-img {
  text-align: center;
}

.client .clint-box .client-img img {
  margin: 25px 0 0 0;
  float: none;
  display: inline-block;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  width: 150px;
}

.client .clint-box .client-txt {
  display: none;
}

.client .clint-box .client-txt h3 {
  color: #071c35;
  font-size: 25px;
  font-weight: 700;
  margin: 17px 0 12px 0;
}

.client .clint-box .client-txt p {
  font-size: 16px;
  color: #838d9a;
  margin: 0 0 14px 0;
}

.client .clint-box .client-txt ul li a img {
  margin: 0 4px;
}

.client button.slick-prev.slick-arrow {
  position: absolute;
  bottom: 0;
  left: 46%;
  font-size: 0;
  line-height: 0;
  background: #fff;
  border: 0;
  background-image: url(../img/arrow-l.png);
  background-repeat: no-repeat;
  padding: 11px 14px;
}

.client button.slick-next.slick-arrow {
  position: absolute;
  bottom: 0;
  right: 46%;
  font-size: 0;
  line-height: 0;
  background: #fff;
  border: 0;
  background-image: url(../img/arrow-r.png);
  padding: 11px 14px;
  background-repeat: no-repeat;
}

section.center.slider.slick-initialized.slick-slider {
  padding: 0 0 30px 0;
}

section.client .header-txt h3 {
  margin: 7px 0 15px 0;
}

.news {
  background-image: url(../img/sub.png);
  background-size: 100% 100%;
}

.news .news-box {
  max-width: 845px;
  margin: 70px auto 50px;
}

.news .news-box h3 {
  text-align: center;
  color: #fff;
  font-size: 37px;
  margin: 60px 0 45px;
}

@media (max-width: 767px) {
  .news .news-box h3 {
    font-size: 25px;
    margin: 20px 0 30px;
  }
}

.news .news-box .form-group {
  position: relative;
  margin-bottom: 65px;
}

.news .news-box .form-group .search {
  width: 100%;
  height: 74px;
  border-radius: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0 50px;
  color: #d4d4d4;
  font-size: 17px;
}

@media (max-width: 767px) {
  .news .news-box .form-group .search {
    padding: 0 11px;
  }
}

.news .news-box .form-group .submit-btn {
  position: absolute;
  right: 8px;
  top: 6px;
  height: 63px;
  border-radius: 50px;
  padding: 0 50px;
  border: none;
  background: #005dff;
  font-size: 18px;
  color: #fff;
}

@media (max-width: 767px) {
  .news .news-box .form-group .submit-btn {
    padding: 0 13px;
  }
}

.comp {
  text-align: center;
  margin: 100px 0;
}

.comp h3 {
  font-weight: 700;
  font-size: 38px;
  color: #071c35;
}

.comp h4 {
  font-size: 18px;
  color: #838d9a;
  line-height: 36px;
  margin: 30px 0 20px 0;
}

.comp ul {
  max-width: 845px;
  margin: auto;
}

.comp ul li {
  width: 25%;
}

@media (max-width: 767px) {
  .comp ul li {
    width: 100%;
  }
}

.comp ul li img {
  width: 100%;
}

footer {
  background-image: url(../img/footer-bg.png);
  background-size: 100% 100%;
  float: left;
  padding: 100px 0 0 0;
  width: 100%;
}

footer ul li {
  width: 100%;
  padding: 6px 0;
}

footer ul li a {
  font-size: 18px;
  color: #fff;
}

footer p {
  color: #fff;
  margin: 0;
  padding: 30px 0;
  border-bottom: 10px solid #fff;
  width: 170px;
}

@media (max-width: 991px) {
  footer p {
    width: 100%;
    padding: 10px 0;
    border-bottom: 3px solid #fff;
  }
  footer p br {
    display: none;
  }
}

footer .text-center {
  font-size: 14px;
  margin: 60px 0 40px;
  width: 100%;
  border: none;
  color: #fff;
  padding: 0;
}

@media (max-width: 991px) {
  footer {
    text-align: center;
  }
}

a.ham {
  display: none;
}

@media (max-width: 991px) {
  a.ham {
    display: block;
    float: right;
    color: #005dff;
    font-size: 27px;
  }
}

.hidden {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=main.css.map */