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

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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;
}




.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-up:before {
  content: "\e902";
}

.icon-arrow-left:before {
  content: "\e913";
}

.icon-arrow-right:before {
  content: "\e92d";
}

.icon-branding:before {
  content: "\e901";
}

.icon-calendar-date:before {
  content: "\e903";
}

.icon-calender:before {
  content: "\e904";
  color: #606161;
}

.icon-checked-svgrepo:before {
  content: "\e905";
}

.icon-check-mark:before {
  content: "\e906";
}

.icon-check-svgrepo:before {
  content: "\e907";
}

.icon-clock:before {
  content: "\e908";
}

.icon-close:before {
  content: "\e909";
}

.icon-comment-message:before {
  content: "\e90a";
}

.icon-comment-outline:before {
  content: "\e90b";
}

.icon-commet:before {
  content: "\e90c";
}

.icon-content-marketing:before {
  content: "\e90d";
}

.icon-copy:before {
  content: "\e90e";
}

.icon-email:before {
  content: "\e90f";
}

.icon-email-2:before {
  content: "\e910";
}

.icon-facebook:before {
  content: "\e911";
}

.icon-grid:before {
  content: "\e912";
}

.icon-heart:before {
  content: "\e914";
}

.icon-hubspot:before {
  content: "\e915";
}

.icon-idea:before {
  content: "\e916";
}

.icon-laptop:before {
  content: "\e917";
}

.icon-linkedin-in:before {
  content: "\e918";
}

.icon-list-svgrepo:before {
  content: "\e919";
}

.icon-location:before {
  content: "\e91a";
}

.icon-location-filled:before {
  content: "\e91b";
}

.icon-map:before {
  content: "\e91c";
}

.icon-marketing:before {
  content: "\e91d";
}

.icon-minus:before {
  content: "\e91e";
}

.icon-phone:before {
  content: "\e91f";
}

.icon-phone-auricular:before {
  content: "\e920";
}

.icon-pie-chart-business:before {
  content: "\e921";
}

.icon-pinterest:before {
  content: "\e922";
}

.icon-play:before {
  content: "\e923";
}

.icon-plus-1:before {
  content: "\e924";
}

.icon-ppc:before {
  content: "\e925";
}

.icon-quote-left:before {
  content: "\e926";
}

.icon-right-arrow:before {
  content: "\e927";
}

.icon-left-arrow:before {
  content: "\e93f";
}

.icon-right-arrow1:before {
  content: "\e928";
}

.icon-left-arrow1:before {
  content: "\e940";
}

.icon-right-arrow-2:before {
  content: "\e929";
}

.icon-left-arrow-2:before {
  content: "\e941";
}

.icon-up-arrow-21:before {
  content: "\e942";
}

.icon-down-arrow-2:before {
  content: "\e943";
}

.icon-search:before {
  content: "\e92a";
}

.icon-send-message:before {
  content: "\e92b";
}

.icon-seo:before {
  content: "\e92c";
}

.icon-skype-1:before {
  content: "\e92e";
}

.icon-social-media:before {
  content: "\e92f";
}

.icon-space-shuttle:before {
  content: "\e930";
}

.icon-star1:before {
  content: "\e931";
}

.icon-star-2:before {
  content: "\e932";
}

.icon-star-3:before {
  content: "\e933";
}

.icon-strategy-1:before {
  content: "\e934";
}

.icon-strategy-planning:before {
  content: "\e935";
}

.icon-sun-1:before {
  content: "\e936";
}

.icon-technical-support-line:before {
  content: "\e937";
}

.icon-twitter-1:before {
  content: "\e938";
}

.icon-up-arrow-2:before {
  content: "\e939";
}

.icon-down-arrow-21:before {
  content: "\e944";
}

.icon-left-arrow-21:before {
  content: "\e945";
}

.icon-right-arrow-21:before {
  content: "\e946";
}

.icon-user-2:before {
  content: "\e93a";
}

.icon-users-1:before {
  content: "\e93b";
}

.icon-ux:before {
  content: "\e93c";
}

.icon-web-design:before {
  content: "\e93d";
}

.icon-web-development:before {
  content: "\e93e";
}



/* Nav-Bar */


/* HEADINGS */

h1,
p {
  color: #fff;
  text-align: center;
  line-height: 1.4;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  color: #000;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 10px;
}


/* BASIC SETUP */

.page-wrapper2 {
  width: 100%;
  height: auto;
}

.nav-wrapper {
  width: 100%;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  background-color: #fff;
}

.grad-bar {
  width: 100%;
  height: 5px;
  background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
  background-size: 400% 400%;
  -webkit-animation: gradbar 15s ease infinite;
  -moz-animation: gradbar 15s ease infinite;
  animation: gradbar 15s ease infinite;
}

/* NAVIGATION */

.navbar {
  display: flex;
  /* grid-template-columns: 1fr 3fr; */
  justify-content: space-between;
  align-items: center;
  height: 80px;
  overflow: hidden;
  margin-top: 35px;
}

.navbar img {
  height: 30px;
  width: auto;
  justify-self: start;
  margin-left: 35px;
}

.navbar ul {
  list-style: none;
  display: flex;
  justify-content:space-between;
  align-items: center;
  width: 50%;
  margin-right: 35px;

}

.nav-item a {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease-out;
}

.nav-item a:hover {
  color: #F27B35;
}

/* SECTIONS */

.headline {
  width: 100%;
  height: 50vh;
  min-height: 350px;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1435224668334-0f82ec57b605?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1yZWxhdGVkfDd8fHxlbnwwfHx8fA%3D%3D&w=1000&q=80');
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.features {
  width: 100%;
  height: auto;
  background-color: #f1f1f1;
  display: flex;
  padding: 50px 20px;
  justify-content: space-around;
}

.feature-container {
  flex-basis: 30%;
  margin-top: 10px;
}

.feature-container p {
  color: #000;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 15px;
}

.feature-container img {
  width: 100%;
  margin-bottom: 15px;
}

/* SEARCH FUNCTION */

#search-icon {
  font-size: 0.9rem;
  margin-top: 3px;
  margin-left: 15px;
  transition: color 0.3s ease-out;
}

#search-icon:hover {
  color: #3498db;
  cursor: pointer;
}

.search {
  transform: translate(-35%);
  -webkit-transform: translate(-35%);
  transition: transform 0.7s ease-in-out;
  color: #3498db;
}

.no-search {
  transform: translate(0);
  transition: transform 0.7s ease-in-out;
}

.search-input {
  position: absolute;
  top: -4px;
  right: -125px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.6s ease;
}

.search-active {
  opacity: 1;
  z-index: 0;
}

input {
  border: 0;
  border-left: 1px solid #ccc;
  border-radius: 0;
  /* FOR SAFARI */
  outline: 0;
  padding: 5px;
}

/* MOBILE MENU & ANIMATION */

.menu-toggle .bar {
  width: 25px;
  height: 3px;
  background-color: #3f3f3f;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-toggle {
  justify-self: end;
  margin-right: 35px;
  display: none;
}

.menu-toggle:hover {
  cursor: pointer;
}

#mobile-menu.is-active .bar:nth-child(2) {
  opacity: 0;
}

#mobile-menu.is-active .bar:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

#mobile-menu.is-active .bar:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

/* KEYFRAME ANIMATIONS */

@-webkit-keyframes gradbar {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@-moz-keyframes gradbar {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@keyframes gradbar {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

.hide {
  display: none;
}

/* Media Queries */

@media only screen and (max-width: 920px) {

  .navbar ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 2em;
    margin-top: 10px;
    margin-right: 35px;

  }


}

/* Mobile Devices - Phones/Tablets */

@media only screen and (max-width: 720px) {
  .features {
    flex-direction: column;
    padding: 50px;
  }

  .hide {
    display: block;
  }

  /* MOBILE HEADINGS */

  h1 {
    font-size: 1.9rem;
  }

  h2 {
    font-size: 1rem;
  }

  p {
    font-size: 0.8rem;
  }

  /* MOBILE NAVIGATION */

  .navbar ul {
    display: flex;
    flex-direction: column;
    position: fixed;
    justify-content: start;
    top: 55px;
    background-color: #fff;
    width: 80%;
    height: calc(100vh - 55px);
    transform: translate(-200%);
    align-items: flex-start;
    overflow: hidden;
    padding-left: 0em;
    margin-right: 0px;
  }

  .holder {
    background-color: navy;
    color: white;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .navbar li {
    padding: 15px 15px 15px 35px;
    border-bottom: 1px solid #eee;
    width: 100%;
  }

  .navbar li:first-child {
    margin-top: 50px;
  }

  .navbar li a {
    font-size: 1rem;
  }

  .menu-toggle,
  .bar {
    display: block;
    cursor: pointer;
  }

  .mobile-nav {
    transform: translate(0%) !important;
  }

  /* SECTIONS */

  .headline {
    height: 20vh;
  }

  .feature-container p {
    margin-bottom: 25px;
  }

  .feature-container {
    margin-top: 20px;
  }

  .feature-container:nth-child(2) {
    order: -1;
  }

  /* SEARCH DISABLED ON MOBILE */

  #search-icon {
    display: none;
  }

  .search-input {
    display: none;
  }

}

/* Button */


.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 0
}

.theme-btn .btn-title {
  position: relative
}

.btn-style-one {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  color: white;
  padding: 15px 50px;
  font-weight: 600;
  background: #F27B35;
  letter-spacing: .1em;
  overflow: hidden;
  border-radius: 5px;
  text-transform: uppercase;
  border-radius: 0px !important;
}

.btn-style-one:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  color: #F27B35;
  width: 100%;
  content: "";
  background-color: var(--orkoz-base);
  z-index: -1;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
  transition: transform 500ms cubic-bezier(.86, 0, .07, 1);
  transition: transform 500ms cubic-bezier(.86, 0, .07, 1), -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
  -webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
  transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}

.btn-style-one:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left
}

.btn-style-one:hover {
  color: #F27B35;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.btn-style-one.hvr-light:hover {
  color: var(--theme-color2)
}

.btn-style-one.hvr-light:before {
  background-color: #fff
}

.btn-style-one.alternate {
  background: var(--bg-theme-color2)
}

.fa-check {
  background-color: var(--orkoz-base);
  color: white;
  padding: 5px;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border-radius: 2px;
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.fun-fact-area .fun-fact {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fun-fact-area .odometer {
  display: inline-block;
  font-size: 68px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1;
  position: relative;
  z-index: 1;
  margin-top: -5px;
  color: white;
}

.fun-fact-area .odometer::after {
  position: absolute;
  right: -24px;
  top: -5px;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-size: 17px;
  color: #ff4450;
}

.fun-fact-area .medium {
  display: block;
  color: #cccccc;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {

  .default-padding {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .fun-fact-area .fun-fact {
    margin-bottom: 30px;
  }

  .fun-fact-area .medium {
    margin-top: -10px;
  }



}