@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Archivo:400,700");
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #5f656d;
  font: 400 14px/24px "Archivo", sans-serif;
  -webkit-text-size-adjust: none; }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  color: #222931;
  font-family: "Archivo", sans-serif; }

h1 {
  font-size: 80px;
  line-height: 104px;
  font-weight: 700; }
  @media (max-width: 767px) {
    h1 {
      font-size: 40px; } }

h2 {
  font-size: 36px;
  line-height: 1.35;
  font-weight: 700; }

h3 {
  font-size: 30px;
  line-height: 1.35;
  font-weight: 700; }

h4 {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 400; }

h5 {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400; }

h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.06em; }

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline; }

p .fa, .marked-list .fa, .list .fa {
  text-decoration: none; }

time {
  display: block; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }

/*=======================================================
                       Main Layout
=========================================================*/
.hero-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 130px; }
  .hero-section .bg-img-block {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 60%;
    background: url("../images/hero-bg-img-1.png");
    -webkit-background-size: contain;
    background-size: auto 100%;
    background-position: top center;
    text-align: center;
    background-repeat: no-repeat;
    background-color: #ffe718;
    z-index: -1; }
  .hero-section img {
    margin-top: 30px; }
  @media (max-width: 991px) {
    .hero-section {
      padding-top: 150px; } }
  @media (max-width: 544px) {
    .hero-section {
      padding-top: 100px; } }
  .hero-section h1, .hero-section h2, .hero-section h3, .hero-section h4, .hero-section h5, .hero-section h6 {
    color: #222931; }
  .hero-section h1 {
    font-weight: 600; }

.hero-title {
  position: relative;
  padding-left: 100px;
  display: inline-block;
  text-align: left; }
  @media (max-width: 544px) {
    .hero-title {
      padding-left: 15px; } }
  .hero-title h1 {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 544px) {
      .hero-title h1 {
        left: 50%;
        top: -20px;
        -webkit-transform: translateY(0) translateY(-50%);
        -ms-transform: translateY(0) translateY(-50%);
        transform: translateY(0) translateY(-50%); } }

.bg-grey-1 {
  background-color: #f5f6f6; }

.headline {
  font-size: 184px;
  font-weight: 700;
  line-height: 1;
  display: inline-block; }

.text-center {
  text-align: center; }
  .text-center .divider {
    margin-left: auto;
    margin-right: auto; }

.text-left {
  text-align: left; }

@media (min-width: 992px) {
  .text-md-left {
    text-align: left; }
    .text-md-left .divider {
      margin-left: 0;
      margin-right: auto; } }

.text-uppercase {
  text-transform: uppercase; }

.text-white {
  color: #ffffff; }

.text-primary {
  color: #FFE718; }

.text-bold {
  font-weight: 700; }

.offset-top-7 {
  margin-top: 7px; }

.offset-top-10 {
  margin-top: 10px; }

.offset-top-15 {
  margin-top: 15px; }

.offset-top-20 {
  margin-top: 20px; }

.offset-top-25 {
  margin-top: 25px; }

.offset-top-30 {
  margin-top: 35px; }

.offset-top-35 {
  margin-top: 35px; }

.offset-top-40 {
  margin-top: 40px; }

.offset-top-45 {
  margin-top: 45px; }

.offset-top-50 {
  margin-top: 50px; }

.offset-top-55 {
  margin-top: 55px; }

.offset-top-65 {
  margin-top: 65px; }

.offset-top-80 {
  margin-top: 80px; }

.offset-top-90 {
  margin-top: 80px; }

@media (min-width: 992px) {
  .offset-left-md--30 {
    margin-left: -30px; } }

@media (min-width: 992px) {
  .offset-right-md--30 {
    margin-right: -30px; } }

.offset-range-30 {
  margin-bottom: -30px; }
  .offset-range-30 > * {
    margin-bottom: 35px; }

.row-content-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.divider {
  border: none;
  width: 18px;
  height: 3px;
  background: #FFE718;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: auto; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block; }
  .brand_name {
    overflow: hidden; }

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #FFE718; }

.bg-img-1 {
  background-image: url(../images/procesess-section-img-bg.png);
  -webkit-background-size: auto auto;
  background-size: auto auto;
  background-position: center 120%;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .bg-img-1 {
      background-image: none; } }

.bg-img-2 {
  background-image: url(../images/jet-elements-section-bg.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.bg-img-3 {
  background-image: url(../images/unic-theme.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .bg-img-3 .btn i::before {
    color: #222931; }
  .bg-img-3 .btn:hover i::before {
    color: #fff; }

.bg-img-4 {
  background-image: url(../images/elementor-bg.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.features-block {
  background-image: url(../images/featrures-section-bg.jpg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

.bg-img-5 {
  background-image: url(../images/bg-botoom.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .bg-img-5 p,
  .bg-img-5 h3 {
    color: #fff; }
  .bg-img-5 .btn-wrapper {
    margin-top: 20px; }
  .bg-img-5 p {
    font-size: 22px;
    line-height: 29px; }
  .bg-img-5 .btn {
    background: #ffe718;
    color: #222931;
    padding: 12px 19px 12px 19px; }
    .bg-img-5 .btn i::before {
      color: #222931; }
    .bg-img-5 .btn:hover {
      background: #fff; }

/*==================     Icons     ======================*/
.icon-lg:before {
  font-size: 40px;
  line-height: 1; }

.icon-primary {
  color: #FFE718; }

/*==================    Buttons    ======================*/
.btn:hover {
  background: #FFE718; }

.btn:active {
  background: #222931; }

/*==================      Box      ======================*/
.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .box:before, .box:after {
    display: table;
    content: "";
    line-height: 0; }
  .box:after {
    clear: both; }
  .box_aside {
    float: left;
    margin-right: 15px; }
  .box_cnt h6 {
    font-weight: 400; }
  .box_cnt__no-flow {
    overflow: hidden; }
  @media (max-width: 767px) {
    .box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .box_aside {
        float: none;
        margin-right: 0;
        margin-bottom: 15px; } }
  @media (max-width: 991px) {
    .box {
      margin-bottom: 40px; } }

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block; }
  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .sf-menu:after {
    clear: both; }
  .sf-menu > li {
    position: relative;
    float: left; }
    .sf-menu > li + li {
      margin-left: 25px; }
  .sf-menu a {
    display: block; }

.sf-menu > li > a {
  color: #ffffff;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  position: relative; }
  .sf-menu > li > a:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    right: 0;
    left: 0;
    height: 0;
    background: #FFE718;
    opacity: 0;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all; }

.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #ffffff; }
  .sf-menu > li.sfHover > a:before, .sf-menu > li > a:hover:before {
    opacity: 1;
    height: 2px; }

.sf-menu > li a.active {
  color: #ffffff; }
  .sf-menu > li a.active:before {
    opacity: 1; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 10px;
  padding: 10px 0 10px;
  background: transparent;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sf-menu ul > li > a {
  color: #ffffff;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase; }

.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #fff;
  background: #FFE718; }

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4; }

.sf-menu ul ul > li > a {
  color: #fff;
  background: #222931; }

.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #fff;
  background: #FFE718; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 62%;
    margin-left: -6px;
    content: "";
    font: 400 12px/12px "FontAwesome"; }

@media (max-width: 767px) {
  .sf-menu {
    display: none; } }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  background: #222931;
  width: 100%;
  z-index: 999; }
  header .nav {
    line-height: 1; }
  header .btn {
    padding: 0;
    background: transparent;
    color: #FFE718; }
    header .btn .btn-icon {
      color: #FFE718; }
    header .btn:hover {
      color: #ffffff; }
      header .btn:hover .btn-icon {
        color: #ffffff; }
  header .header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 991px) {
      header .header-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        header .header-content > * {
          margin-top: 5px;
          margin-bottom: 5px; } }
  header .brand_name {
    line-height: 60px; }
    header .brand_name > a {
      font-size: 0;
      display: block; }
    header .brand_name img {
      display: inline-block;
      vertical-align: middle; }
  @media (max-width: 767px) {
    header {
      text-align: center; }
      header .brand, header .nav {
        float: none; } }

/*==================  Stuck menu  ======================*/
.isStuck {
  background: #fff;
  z-index: 999; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }

/*==================     ToTop     ======================*/
.toTop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  padding: 12px 17px;
  color: #222931;
  background: #FFE718;
  font-family: "Archivo", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop > span {
    line-height: 1.2;
    display: inline-block;
    position: relative; }
  .toTop:hover {
    color: #ffffff;
    background: #222931; }

.mobile .toTop,
.tablet .toTop {
  display: none !important; }

.btn {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  font-family: "Archivo", sans-serif;
  text-transform: uppercase;
  padding: 12px 19px 12px 19px;
  display: inline-block;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  letter-spacing: 0.07em; }
  .btn .btn-icon {
    font-size: 14px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin-right: 6px; }

.btn-wrapper .btn {
  margin: 3px; }

.btn-primary {
  color: #ffffff;
  background: #FFE718; }
  .btn-primary .btn-icon {
    color: #ffffff; }
  .btn-primary:hover {
    background: #222931; }
    .btn-primary:hover .btn-icon {
      color: #FFE718; }

.btn-secondary {
  color: #ffffff;
  background: #222931;
  padding: 15px 19px 15px 19px; }
  .btn-secondary .btn-icon {
    color: #FFE718; }
  .btn-secondary:hover {
    background: #FFE718; }
    .btn-secondary:hover .btn-icon {
      color: #ffffff; }

.btn-white {
  color: #222931;
  background: #ffffff; }
  .btn-white .btn-icon {
    color: #FFE718; }
  .btn-white:hover {
    color: #ffffff;
    background: #222931; }
    .btn-white:hover .btn-icon {
      color: #FFE718; }

.box-demo {
  position: relative;
  display: block;
  min-height: 500px;
  max-height: 500px;
  -webkit-box-shadow: 0px 0px 10px rgba(34, 41, 49, 0.1);
  box-shadow: 0px 0px 10px rgba(34, 41, 49, 0.1);
  overflow: hidden; }
  .box-demo.coming-soon:after {
    content: 'Coming Soon!';
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    color: #222931;
    font-family: "Archivo", sans-serif;
    position: absolute;
    top: 30px;
    right: -50px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #ffe718;
    width: 200px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px; }
  .box-demo.small-box {
    max-height: 310px;
    height: 310px;
    min-height: 310px; }
    .box-demo.small-box + .box-demo__caption {
      margin-top: 17px;
      margin-bottom: 30px;
      text-transform: uppercase; }
  .box-demo__caption {
    margin-top: 15px;
    margin-bottom: 14px;
    text-transform: uppercase;
    color: #222931; }
  .box-demo__img {
    width: 100%;
    -webkit-transition: 4s all ease;
    -o-transition: 4s all ease;
    transition: 4s all ease;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .box-demo__btn {
    display: inline-block;
    padding: 12px 17px;
    color: #222931;
    background: #FFE718;
    font-family: "Archivo", sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase; }
    .box-demo__btn.disabled {
      pointer-events: none;
      opacity: .4; }
    .box-demo__btn-icon {
      color: #222931;
      margin-right: 8px;
      margin-top: 2px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .box-demo__btn:hover {
      color: #ffffff;
      background: #222931; }
      .box-demo__btn:hover .box-demo__btn-icon {
        color: #ffffff; }

.box-layout {
  border-radius: 6px;
  border: 1px solid #e6e8e8;
  overflow: hidden;
  margin-bottom: 40px; }

.icon-box.active, .icon-box:hover {
  color: #fff;
  background: #FFE718; }
  .icon-box.active .buildwallicons::before, .icon-box:hover .buildwallicons::before {
    color: #222931; }
  .icon-box.active .icon-primary, .icon-box:hover .icon-primary {
    color: #fff; }

.icon-box {
  width: 108px;
  height: 108px;
  line-height: 108px;
  background: #fff;
  display: inline-block;
  margin: 5px 3px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  border: 1px solid #e9e9f0; }
  .icon-box .buildwallicons:before {
    font-size: 70px;
    line-height: 110px;
    color: #aeb6be; }

.no-grup {
  padding-left: 0;
  padding-right: 0; }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  padding-top: 50px;
  display: block; }

/*==================      Well     ======================*/
.well-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.well-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.well-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

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

.well-top-65 {
  padding-top: 65px; }

.well {
  padding-top: 125px;
  padding-bottom: 140px; }

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

.well-bottom-15 {
  padding-bottom: 15px; }

.well-bottom-0 {
  padding-bottom: 0; }

#demos {
  margin-top: 30px; }

/*========================================================
                     Features Block
=========================================================*/
.features-block {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1025px) {
    .features-block .container {
      width: 1228px; } }
  @media (min-width: 1025px) {
    .features-block {
      padding-top: 30px;
      margin-top: -80px;
      padding-bottom: 120px; } }
  @media (min-width: 1025px) {
    .features-block .single-feature {
      position: relative;
      padding-left: 90px;
      display: inline-block;
      text-align: left;
      height: 80px; } }
  @media (max-width: 426px) {
    .features-block .single-feature {
      display: block;
      margin: 30px; } }
  @media (min-width: 1025px) {
    .features-block .single-feature .single-feature-count {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  .features-block .single-feature .single-feature-description {
    height: 100%;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    padding: 14px 25px 12px 52px;
    background: -webkit-gradient(linear, left top, right top, color-stop(-0.07%, rgba(252, 229, 33, 0.8)), color-stop(110.16%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(252, 229, 33, 0.8) -0.07%, rgba(255, 255, 255, 0) 110.16%);
    background: -o-linear-gradient(left, rgba(252, 229, 33, 0.8) -0.07%, rgba(255, 255, 255, 0) 110.16%);
    background: linear-gradient(90deg, rgba(252, 229, 33, 0.8) -0.07%, rgba(255, 255, 255, 0) 110.16%); }
    @media (min-width: 1025px) {
      .features-block .single-feature .single-feature-description {
        max-width: 300px; } }
    @media (max-width: 1025px) {
      .features-block .single-feature .single-feature-description {
        padding: 15px 5px;
        text-align: center; } }
    .features-block .single-feature .single-feature-description:before {
      content: '—';
      height: 100%;
      margin-right: 5px;
      display: inline-block; }
      @media (min-width: 1025px) {
        .features-block .single-feature .single-feature-description:before {
          float: left; } }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
  color: #5f656d; }
  footer span.bold {
    font-weight: 700; }

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