/* ------------------------------------------------
  Project:   Consultect - Consulting Finance Accounting HTML5 Template
  Author:    Creahtheme
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. General
  2. Transition
  3. Transform translate
  4. Box Shadow
  5. Pre Loader
  6. Background Overlay
  7. Scroll to Top
  8. Top Bar
  9. Header Search
  10. Header Cart
  11. Header
  12. Footer
  13. Page Title
  14. Flat Icon


/* ------------------------
    General
------------------------*/
a {
  text-decoration: none;
}

a:focus {
  text-decoration: none !important;
}

a:focus,
a:hover {
  color: #0a54f3;
  text-decoration: none !important;
}

a,
button,
input {
  outline: medium none !important;
  color: #0a54f3;
}

*::-moz-selection {
  background: #0a54f3;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #0a54f3;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #0a54f3;
  color: #fff;
  text-shadow: none;
}

/* ------------------------
    Transition
------------------------*/
a,
i,
.btn,
button,
img,
.dropdown-item,
.portfolio-item:before,
.portfolio-item:after,
.post .post-image .post-hover,
.post .post-image:before,
.post .post-image:after,
.portfolio-hover,
.owl-item,
.service-item,
.service-icon,
.service-description,
.cases-item,
.cases-icon,
.cases-description,
.featured-item,
.portfolio-filter button,
.sidebar-links li a {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

/* ------------------------
    Transform translate
------------------------*/

/*--translate-X--*/
.transform-x,
#search-input-box {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

/*--translate-Y--*/
.transform-y,
.image-column,
.align-center,
.widget-searchbox .search-btn,
.ht-progress-bar .progress-parcent {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

/*--translate-XY--*/
.video-btn-pos {
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
}

/* ------------------------
    Box Shadow
------------------------*/
.box-shadow,
#header-wrap.fixed-header,
.navbar-nav li > ul,
.breadcrumb,
.btn:hover,
.ht-progress-bar .progress,
.featured-item.style-2,
.featured-item.style-3,
.testimonial.style-2 .testimonial-content,
.team-member .team-description {
  -webkit-box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
  -moz-box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
  box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
}

/* ------------------------
    Pre Loader
------------------------*/
.clear-loader {
  background-color: #0b0f34;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  margin: 0 auto
}

.loader {
  text-transform: uppercase;
  font-size: 2.6875em;
  color: transparent;
  letter-spacing: 0.01em;
}

.loader span {
  text-shadow: 0 0 2px rgba(204, 208, 212, 0.9), 0 15px 25px rgba(0, 0, 0, 0.3), 0 -2px 3px rgba(0, 0, 0, 0.1), 0 -5px 10px rgba(255, 255, 255, 0.5), 0 5px 10px rgba(0, 0, 0, 0.3), 0 3px 4px rgba(255, 255, 255, 0.2), 0 0 20px rgba(255, 255, 255, 0.45);
  animation: loading 0.85s ease-in-out infinite alternate;
}

@keyframes loading {
  to {
    text-shadow: 0 0 2px rgba(204, 208, 212, 0.2), 0 0 3px rgba(0, 0, 0, 0.02), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(255, 255, 255, 0);
  }

}

.loader span:nth-child(2) {
  animation-delay: 0.15s;
}

.loader span:nth-child(3) {
  animation-delay: 0.30s;
}

.loader span:nth-child(4) {
  animation-delay: 0.45s;
}

.loader span:nth-child(5) {
  animation-delay: 0.60s;
}

.loader span:nth-child(6) {
  animation-delay: 0.75s;
}

.loader span:nth-child(7) {
  animation-delay: 0.90s;
}

.loader span:nth-child(7) {
  animation-delay: 0.90s;
}

/* ------------------------
    Background Overlay
------------------------*/
[data-overlay] {
  position: relative;
  z-index: 0;
}

[data-overlay]:before,
.slide-overlay:before {
  position: absolute;
  content: '';
  background-color: #000000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

[data-overlay].white-overlay:before {
  background-color: #fff;
}

[data-overlay].theme-overlay:before {
  background-color: #0a54f3;
}

[data-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before {
  opacity: 1;
}

[data-overlay="0"]:before {
  opacity: 0;
}

/* ------------------------
    Scroll to Top
------------------------*/
.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 600;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}

.scroll-top a,
.scroll-top a:visited {
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 32px;
  color: #ffffff;
  background: #0a54f3;
}

.scroll-top a:hover,
.scroll-top a:focus {
  color: #0a54f3;
  background: #ffffff;
  border-radius: 0;
}

.scroll-top.scroll-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* ------------------------
    Header
------------------------*/

/*--Header top--*/
.topbar-link h6 {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0;
}

.topbar-link a,
.topbar-link p {
  color: #ffffff;
  font-size: 13px;
}

.topbar-link a:hover {
  color: #0a54f3
}

/*--Header top--*/
.header-top {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.topbar-link {
  font-size: 14px;
}

.topbar-link i {
  font-size: 20px;
  margin-right: 10px;
}

.topbar-link a:hover {
  color: #2363d5
}

.header-top .social-icons li a {
  background: rgba(255, 255, 255, 0.2);
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #ffffff;
}

.language-selection button {
  box-shadow: none;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 14px;
}

.language-selection .dropdown-menu {
  min-width: inherit;
  padding: 0;
}

.language-selection .dropdown-item {
  font-size: 14px;
  padding: 5px 15px
}

.language-selection .dropdown-toggle::after {
  vertical-align: middle;
}

/*--Header Search--*/
.search-icon a {
  font-size: 30px;
  color: #ffffff;
  line-height: 30px;
}

#search-input-box {
  position: fixed;
  left: 50%;
  width: 100%;
  max-width: 1140px;
  z-index: 999;
  text-align: center;
  background: #0d092c;
  z-index: 9999;
}

.search-inner {
  padding: 5px 5px;
}

#search-input-box .form-control {
  background: transparent;
  border: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  padding: 0;
}

#search-input-box .btn {
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
}

#search-input-box #close-search {
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  padding: 10px;
  padding-right: 10px;
  padding-right: 0;
}

#header-cart-btn {
  margin-right: .75rem;
  color: #ffffff;
  font-size: 30px;
}

[data-cart-items] {
  position: relative;
  display: inline-block;
}

[data-cart-items]::before {
  content: attr(data-cart-items);
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 11px;
  font-weight: 500;
  border-radius: 50%;
  background-color: #fe4c1c;
  color: #fff;
}

/*--Header Main--*/
.header {
  position: relative;
  width: 100%;
  z-index: 999;
}

#header-wrap {
  position: relative;
  background: #0a54f3;
}

#header-wrap.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999 !important;
  background: #0a54f3;
  animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }

}

.navbar {
  padding: 0 15px;
  background: #0d092c
}

.navbar-nav .nav-item {
  margin: 0 15px;
}

.navbar-nav .nav-item.dropdown .dropdown-menu {
  padding: 35px;
  background: #0d092c;
  top: 120%;
  border: none;
  margin-top: 0;
}

.navbar-brand {
  margin-right: 0;
  font-size: 2.2rem;
  letter-spacing: 2px
}

.nav-item.dropdown .dropdown-menu li {
  margin-bottom: 15px;
}

.nav-item.dropdown .dropdown-menu li:last-child {
  margin-bottom: 0;
}

.nav-item.dropdown .dropdown-menu a {
  display: inline-block;
  line-height: 2;
  white-space: nowrap;
  position: relative;
  background: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.nav-item.dropdown .dropdown-menu a:hover {
  color: #ffffff;
}

.nav-item.dropdown .dropdown-menu a::before {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #ffffff;
}

.nav-item.dropdown .dropdown-menu a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

@media (min-width:992px) {
  .navbar-nav .dropdown-menu {
    min-width: 12em !important;
    max-width: 20em !important;
  }

  .navbar-nav .dropdown > .dropdown-menu {
    opacity: 0;
    position: absolute;
    display: block;
    pointer-events: none;
    background: #ffffff;
  }

  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    top: 100%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }

  .navbar-nav .dropdown-submenu:hover .dropdown-menu {
    top: 0;
  }

  .nav-link.dropdown-toggle::after {
    border: none;
    content: '+';
    vertical-align: middle;
    width: 10px;
  }

  .nav-link.dropdown-toggle:hover::after {
    content: '-';
  }

  .navbar-nav .nav-link {
    line-height: 70px;
  }

  .navbar-nav .dropdown-submenu .dropdown-toggle::after {
    border-top: 0.125rem solid #ffffff;
    border-right: 0.125rem solid #ffffff;
    border-bottom: none;
    border-left: none;
    width: 0.425rem;
    height: 0.425rem;
    position: absolute;
    right: -2em;
    margin: 0;
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }

}

@media (max-width:991.98px) {
  .navbar-nav .dropdown-submenu .dropdown-menu {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0;
  }

}

.navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
  background: #120e36;
  left: 100%;
  margin: 0;
  right: auto;
  top: 0;
}

.navbar-nav .dropdown-submenu {
  display: block;
  position: relative;
}

.navbar-brand {
  margin-right: 0;
}

.navbar-nav .nav-link {
  color: #ffffff;
  font-weight: 600;
  padding: 0 !important;
  border-radius: 0;
  text-transform: capitalize;
  position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-item .nav-link.active {
  color: #e95f00;
}

.ht-nav-toggle span {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #ffffff;
  top: -3px
}

.ht-nav-toggle span::before,
.ht-nav-toggle span::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  right: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.ht-nav-toggle span::before {
  top: -7px;
  width: 15px;
}

.ht-nav-toggle span::after {
  bottom: -7px;
}

/* ------------------------
Modal Popup
------------------------*/
.modal.info-sidebar {
  padding-right: 0 !important;
}

.modal.cart-modal .modal-dialog,
.modal.info-sidebar .modal-dialog {
  margin: 0 0 0 auto;
  height: 100%;
  max-width: 450px;
}

.modal.info-sidebar .modal-content,
.modal.cart-modal .modal-content {
  border: none;
  border-radius: 0;
  height: inherit;
  overflow-y: auto;
}

.modal.info-sidebar.fade .modal-dialog,
.modal.cart-modal.fade .modal-dialog {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.modal.info-sidebar.show .modal-dialog,
.modal.cart-modal.show .modal-dialog {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.modal.info-sidebar .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: red;
  color: #fff;
  padding: 15px;
}

.modal-header .close {
  background: #0a54f3;
  color: #fff;
  opacity: 1;
  border: none;
}

/* ------------------------
    Footer
------------------------*/
.primary-footer {
  padding: 50px 0;
}

.footer-logo img {
  height: 70px;
}

.primary-footer,
.primary-footer a {
  color: #ffffff;
}

.primary-footer h5 {
  color: #ffffff;
  margin-bottom: 20px;
}

.media-icon {
  width: 100%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 40px;
}

.media-icon.list-inline li {
  display: inline-block;
}

.media-icon li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc((100%) / 3);
  padding: 0 30px 0 80px;
}

/*.media-icon li:before {*/
/*  content: "";*/
/*  background: #ffffff;*/
/*  width: 20px;*/
/*  height: 3px;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*}*/

.media-icon li:last-child {
  border-right: none;
}

.media-icon li span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

.media-icon li i {
  background: none;
  color: #ffffff;
  display: inline-block;
  font-size: 40px;
  left: 20px;
  line-height: 40px;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  height: auto;
  width: auto;
}

.media-icon li a:hover {
  color: #0a54f3
}

.footer-list li {
  margin-bottom: 15px;
  text-transform: capitalize;
}

.footer-list li:last-child {
  margin-bottom: 0;
}

.footer-list li a {
  position: relative;
  z-index: 99;
}

.footer-list li a:hover {
  color: #0a54f3;
  background: rgba(255, 255, 255, 0.08);
}

/* ------------------------
    Page Title
------------------------*/
.page-title {
  display: block;
  padding: 100px 0;
}

.page-title h1 {
  font-size: 50px;
  color: #ffffff;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 15px;
}

.breadcrumb {
  padding: 8px;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  color: #3f3f3e;
  font-weight: 500;
}

.breadcrumb-item {
  display: inline-block;
}

.breadcrumb-item a {
  color: #ffffff
}

.breadcrumb-item.active,
.breadcrumb-item a:hover {
  color: #e95f00;
}

/* ------------------------
    Flat Icon
------------------------*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }

}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}

.flaticon-analysis:before {
  content: "\f100";
}

.flaticon-innovation:before {
  content: "\f101";
}

.flaticon-bar-chart:before {
  content: "\f102";
}

.flaticon-handshake:before {
  content: "\f103";
}

.flaticon-growth:before {
  content: "\f104";
}

.flaticon-bars:before {
  content: "\f105";
}

.flaticon-profiles:before {
  content: "\f106";
}

.flaticon-handshake-1:before {
  content: "\f107";
}

.flaticon-diagram:before {
  content: "\f108";
}

.flaticon-network:before {
  content: "\f109";
}

.flaticon-fit:before {
  content: "\f10a";
}

.flaticon-seo:before {
  content: "\f10b";
}

.flaticon-analysis-1:before {
  content: "\f10c";
}

.flaticon-profits:before {
  content: "\f10d";
}

.flaticon-think:before {
  content: "\f10e";
}

.flaticon-customer-service:before {
  content: "\f10f";
}

.flaticon-maze:before {
  content: "\f110";
}

.flaticon-speech-bubble:before {
  content: "\f111";
}

.flaticon-telephone-symbol-button:before {
  content: "\f112";
}

.flaticon-home:before {
  content: "\f113";
}

.flaticon-location-pin:before {
  content: "\f114";
}

.flaticon-house:before {
  content: "\f115";
}

.flaticon-home-1:before {
  content: "\f116";
}

.flaticon-time:before {
  content: "\f117";
}

.flaticon-back:before {
  content: "\f118";
}

.flaticon-next:before {
  content: "\f119";
}

.flaticon-play-button:before {
  content: "\f11a";
}

.flaticon-video-player-outline:before {
  content: "\f11b";
}

.flaticon-user-silhouette:before {
  content: "\f11c";
}

.flaticon-profile:before {
  content: "\f11d";
}

.flaticon-chat:before {
  content: "\f11e";
}

.flaticon-chat-1:before {
  content: "\f11f";
}

.flaticon-arrow-pointing-upwards:before {
  content: "\f120";
}

.flaticon-add:before {
  content: "\f121";
}

.flaticon-unlink:before {
  content: "\f122";
}

.flaticon-pie-chart:before {
  content: "\f123";
}

.flaticon-analysis-2:before {
  content: "\f124";
}

.flaticon-analytics:before {
  content: "\f125";
}

.flaticon-money:before {
  content: "\f126";
}

.flaticon-support:before {
  content: "\f127";
}

.flaticon-support-1:before {
  content: "\f128";
}

.flaticon-24-hours:before {
  content: "\f129";
}

.flaticon-email:before {
  content: "\f12a";
}

.flaticon-contact:before {
  content: "\f12b";
}
