/* ------------------------------------------------
  Project:   Misto - Factory and Industrial HTML5 Template
  Author:    ThemeHt
------------------------------------------------ */
/* ------------------------
    Table of Contents

  1. General
  2. Transition
  3. Transform translate
  4. Box Shadow
  5. Pre Loader
  6. Background Overlay
  7. Scroll to Top
  8. Header
  9. Footer
  10. Page Title
  11. Flat Icon

 
/* ------------------------
    General
------------------------*/
a, a:focus {
  text-decoration: none !important;
}
a:focus, a:hover {
  color: #000066;
  text-decoration: none !important;
}
a, button, input {
  outline: medium none !important;
  color: #000066;
}
*::-moz-selection {
  background: #000066;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #000066;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #000066;
  color: #fff;
  text-shadow: none;
}
/* ------------------------
    Transition
------------------------*/
a, i, .btn, button, img, span, .navbar-nav .nav-link:before, .dropdown-item, .nav-link.dropdown-toggle::after, .owl-item, .contact-bg, .service-item, .service-description, .featured-item .featured-icon i, .featured-item, .featured-icon, .featured-item.bottom-icon span, .price-table, .price-table:hover .price-value, .portfolio-filter button, .portfolio-item:before, .portfolio-item a.popup, .portfolio-hover, .portfolio-icon, .portfolio-title, .post, .post-date, .post .post-desc, .sidebar-links li a, .footer-list li a:before, .team-member:hover .team-social-icon, .team-description {
  -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--*/
.page-breadcrumb, .banner-1::before {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
/*--translate-Y--*/
.transform-y, .footer-contact, .service-flip-desc .service-flip-text, .align-center, .clear-loader, .search-box button, .widget-searchbox .search-btn, .post-meta ul li::before, .ht-progress-bar .progress-parcent, .team-member .team-social-icon, .service-icon, .portfolio-desc, .counter.style-3 i, .accordion .card-header a span {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
/*--translate-XY--*/
.clear-loader, .testimonial.style-2 .testimonial-avatar, .accordion .card-header a span:before {
  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%);
}
/*--translate-X-5--*/
.navbar-nav .dropdown-menu .nav-link:focus, .navbar-nav .dropdown-menu .nav-link:hover {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -moz-transform: translateX(5px);
}
/* ------------------------
    Box Shadow
------------------------*/
.navbar .dropdown-menu, .price-header, .price-header .price-month, .featured-item:hover, .featured-item.active, .testimonial.style-2 .testimonial-content, .testimonial.style-3, .counter, .blog-details, .contact-main, .service-flip-back, .service-flip-front, .team-desc, .accordion-item, .featured-item.style-3:hover, .price-table:hover, .portfolio-item:hover, .box-shadow, .team-member, .tab.style-2 .nav-tabs, .post {
  -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
------------------------*/
#ht-preloader {
  background: #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden !important;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.clear-loader {
  z-index: 999;
  box-sizing: border-box;
  display: inline-block;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
}
/* ------------------------
    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: #000066;
}
[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;
}
.slide-overlay:before {
  background-color: rgba(0, 0, 0, 0.6);
}
/* ------------------------
    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: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  -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: 22px;
  color: #ffffff;
  background: #000066;
}
.scroll-top a:hover, .scroll-top a:focus {
  color: #000066;
  background: #ffffff;
}
.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 {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1200;
}
.top-bar {
  padding: 15px 0 10px;
}
.topbar-link li a {
  color: #ffffff
}
.topbar-link li a i {
  margin-right: 5px;
}
.topbar-link li a:hover {
  color: #000066
}
.search-box {
  display: inline-block;
  position: relative;
}
.search-box input[type="text"], .search-box input[type="search"] {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  color: #ffffff;
  display: block;
  height: 40px;
  line-height: 25px;
  padding: 10px 50px 10px 20px;
  position: relative;
  width: 250px;
  border-color: transparent;
}
.search-box button {
  background: none;
  color: #ffffff;
  display: block;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 50%;
  padding: 0;
  border-radius: 50px;
}
.search-box button:before, .search-box button:after {
  display: none;
}
.search-box .form-control::-moz-placeholder {
  color: #ffffff;
}
#header-wrap {
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
}
#header-wrap.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999 !important;
  background: #121628 !important;
}
.logo img {
  height: 50px;
}
#header-wrap.fixed-header .logo img {
  height: 45px;
}
.top-bar .top-social-list li a {
  color: #ffffff;
}
/*--navigation--*/
.navbar {
  padding: 0;
}
.navbar-nav {
  position: relative;
}
.navbar-nav .nav-item.dropdown .dropdown-menu {
  background: #ffffff;
  padding: 0;
  left: 0;
  border: none;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  top: 120%;
  margin-top: 0;
}
.nav-item.dropdown .dropdown-menu a {
  display: block;
  padding: 10px 20px;
  border-radius: 5px;
  white-space: nowrap;
  position: relative;
  background: none;
  color: #23244a;
  font-size: 14px;
  font-weight: 400;
}
.nav-item.dropdown .dropdown-menu a:hover {
  background: #000066;
  color: #0C42E7;
  padding-left: 15px;
}
.navbar-brand {
  margin-right: 0;
  padding: 0;
}
@media (min-width:992px) {
  .navbar-nav .dropdown-menu {
    min-width: 10em;
    max-width: 15em;
  }
  .dropdown-menu.w-100, .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
    min-width: inherit;
    max-width: inherit;
  }
  .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 {
    font-size: 0.7rem;
    margin-left: .355em;
    border: none;
    content: '\f078';
    vertical-align: inherit;
    width: 10px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }
  .nav-link.dropdown-toggle:hover::after {
    transform: rotate(-180deg);
  }
  .navbar-nav .nav-link {
    line-height: 80px;
  }
  .navbar-nav .dropdown-submenu .dropdown-toggle::after {
    border-top: 0.125rem solid #23244a;
    border-right: 0.125rem solid #23244a;
    border-bottom: none;
    border-left: none;
    width: 0.425rem;
    height: 0.425rem;
    position: absolute;
    right: 20px;
    margin: 0;
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .navbar-nav .dropdown-submenu .dropdown-toggle:hover::after {
    border-top: 0.125rem solid #ffffff;
    border-right: 0.125rem solid #ffffff;
  }
}
.navbar-nav .nav-item {
  margin: 0 15px;
}
.navbar-nav .nav-link {
  color: #ffffff;
  font-weight: 500;
  padding: 0 !important;
  text-transform: capitalize;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  position: relative;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus, .navbar-nav .nav-item .nav-link.active {
  color: #000066;
}
.navbar-nav .nav-link:before {
  content: "";
  background: #000066;
  height: 2px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.navbar-nav .nav-link:hover:before, .navbar-nav .nav-link:focus:before, .navbar-nav .nav-item .nav-link.active:before {
  width: 100%;
}
.navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
  background: #ffffff;
  left: 100%;
  margin: 0;
  right: auto;
  top: 0;
}
.navbar-nav .dropdown-submenu {
  display: block;
  position: relative;
}
.header-2 #header-wrap .logo {
  display: none;
}
.header-2 #header-wrap.fixed-header .logo {
  display: block;
}
.header-2 #header-wrap .navbar-nav {
  margin-right: auto !important;
}
.header-2 #header-wrap.fixed-header .navbar-nav {
  margin-right: inherit !important;
}
.header-3 .top-bar {
  background: #ffffff;
  padding: 0;
}
.header-3 .topbar-link li a {
  color: #23244a;
}
.header-3 .search-box input[type="text"], .header-3 .search-box input[type="search"] {
  background: #121628
}
.header-3 .topbar-link li a i {
  background: #000066;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  text-align: center;
  width: 30px;
}
.header.header-4 {
  position: relative;
}
.header-4 .top-bar {
  background: #000066;
}
.header-4 #header-wrap {
  background: #121628;
}
.header-4 .topbar-link li a:hover {
  color: #121628
}
/* ------------------------
    Footer
------------------------*/
.footer {
  padding-top: 8rem;
  margin-top: 6rem;
}
.primary-footer {
  padding: 50px 0;
}
.secondary-footer {
  padding: 15px 0;
  background: #191919;
  color: #ffffff;
}
.footer-logo img {
  height: 50px;
}
.primary-footer, .primary-footer a {
  color: #ffffff;
}
.primary-footer h5 {
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer-contact {
  position: absolute;
  top: 0;
  width: 100%;
}
.footer-media {
  border-right: 1px dashed rgba(255, 255, 255, 0.5);
  height: 100%;
}
.footer-media i {
  background: #121628;
  color: #ffffff;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 34px;
  margin-bottom: 20px;
}
.footer-media span {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.footer-media a, .footer-media p {
  color: #ffffff;
}
.footer-media a:hover {
  color: #23244a;
}
footer.dark-bg .social-icons li a {
  color: rgba(255, 255, 255, 0.6);
}
.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 i {
  margin-right: 5px;
  font-size: 12px;
  vertical-align: middle;
}
.footer-list li a:before {
  content: "";
  z-index: -1;
  background: #000066;
  width: 0;
  height: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer-list li a:hover {
  color: #ffffff;
}
.footer-list li a:hover:before {
  width: 50px;
}
.footer-2 .media-icon.style-2 li {
  border-right: none;
  padding: 30px 20px;
}
.footer-2 .media-icon.style-2 li.white-bg span {
  color: #000066
}
.footer-2 .media-icon.style-2 li.white-bg a {
  color: #23244a;
}
footer .recent-post li {
  border-bottom: 1px dashed #3c3c3c;
  padding-bottom: 15px;
}
footer .recent-post li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
footer .widget .recent-post-thumb {
  width: 50px;
  vertical-align: top;
}
footer .widget .recent-post-desc a {
  color: #ffffff;
}
footer .widget .recent-post-desc span {
  color: #000066;
}
.working-hours li {
  border-top: 1px dashed #3c3c3c;
  float: left;
  padding: 11px 0 12px;
  position: relative;
  text-align: right;
  width: 100%;
}
.working-hours li:first-child, .footer-menu li:first-child {
  border-top: none;
}
.working-hours li span {
  float: left;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  width: auto;
}
.copyright .footer-list li {
  border-right: 1px dashed rgba(255, 255, 255, 0.1);
  display: inline-block;
  margin-bottom: 0;
  padding: 0 12px;
}
.copyright .footer-list li:last-child {
  border-right: none;
  padding-right: 0;
}
.copyright .footer-list li a {
  color: rgba(255, 255, 255, 0.9);
}
.copyright .footer-list li a:before {
  display: none;
}
.copyright .footer-list li a:hover {
  padding: 0;
  color: #000066
}
/* ------------------------
    Page Title
------------------------*/
.page-title {
  display: block;
  padding-bottom: 130px;
  padding-top: 250px;
}
.page-title h1 {
  font-size: 40px;
  color: #ffffff;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 300;
}
.page-title p {
  margin-bottom: 0;
  color: #ffffff
}
.breadcrumb {
  padding: 15px;
  background: #ffffff;
  display: inline-block;
  border-radius: 0;
  margin: 0;
  text-transform: uppercase;
  color: #23244a;
  font-weight: 600;
}
.breadcrumb-item {
  display: inline-block;
}
.breadcrumb-item a {
  color: #23244a
}
.breadcrumb-item.active, .breadcrumb-item a:hover {
  color: #000066;
}
.page-breadcrumb {
  position: absolute;
  bottom: 0;
  left: 50%;
}
#newslatter .form-control {
  border: none;
  background: #ffffff;
}
.form-btn {
  box-shadow: none;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  background: #000066;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
}
/* ------------------------
    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-24-hours:before { content: "\f100"; }
.flaticon-open-book:before { content: "\f101"; }
.flaticon-home:before { content: "\f102"; }
.flaticon-quote:before { content: "\f103"; }
.flaticon-placeholder:before { content: "\f104"; }
.flaticon-placeholder-filled-point:before { content: "\f105"; }
.flaticon-telephone:before { content: "\f106"; }
.flaticon-phone-call:before { content: "\f107"; }
.flaticon-comment:before { content: "\f108"; }
.flaticon-timetable:before { content: "\f109"; }
.flaticon-unlink:before { content: "\f10a"; }
.flaticon-play-arrow:before { content: "\f10b"; }
.flaticon-portfolio:before { content: "\f10c"; }
.flaticon-money-bag:before { content: "\f10d"; }
.flaticon-portfolio-1:before { content: "\f10e"; }
.flaticon-award:before { content: "\f10f"; }
.flaticon-winner:before { content: "\f110"; }
.flaticon-trophy:before { content: "\f111"; }
.flaticon-magnifying-glass:before { content: "\f112"; }
.flaticon-menu:before { content: "\f113"; }
.flaticon-shopping-cart-1:before { content: "\f114"; }
.flaticon-shopping-cart-2:before { content: "\f115"; }
.flaticon-back:before { content: "\f116"; }
.flaticon-back-arrow:before { content: "\f117"; }
.flaticon-growth:before { content: "\f118"; }
.flaticon-target:before { content: "\f119"; }
.flaticon-settings:before { content: "\f11a"; }
.flaticon-avatar:before { content: "\f11b"; }
.flaticon-share:before { content: "\f11c"; }
.flaticon-heart:before { content: "\f11d"; }
.flaticon-like:before { content: "\f11e"; }
.flaticon-star:before { content: "\f11f"; }
.flaticon-headphones:before { content: "\f120"; }
.flaticon-garbage:before { content: "\f121"; }
.flaticon-internet:before { content: "\f122"; }
.flaticon-network:before { content: "\f123"; }
.flaticon-shopping-cart-3:before { content: "\f124"; }
.flaticon-email:before { content: "\f125"; }
.flaticon-message:before { content: "\f126"; }
.flaticon-full-screen:before { content: "\f127"; }
.flaticon-send:before { content: "\f128"; }
.flaticon-tick-inside-circle:before { content: "\f129"; }
.flaticon-monitor-1:before { content: "\f12a"; }
.flaticon-lock:before { content: "\f12b"; }
.flaticon-eye:before { content: "\f12c"; }
.flaticon-rocket-ship:before { content: "\f12d"; }
.flaticon-headphones-1:before { content: "\f12e"; }
.flaticon-pin:before { content: "\f12f"; }
.flaticon-stopwatch:before { content: "\f130"; }
.flaticon-email-1:before { content: "\f131"; }
.flaticon-crown:before { content: "\f132"; }
.flaticon-multiply:before { content: "\f133"; }
.flaticon-media-play-symbol:before { content: "\f134"; }
.flaticon-arrow-pointing-to-right:before { content: "\f135"; }
.flaticon-back-1:before { content: "\f136"; }
.flaticon-award-1:before { content: "\f137"; }
.flaticon-pdf:before { content: "\f138"; }
.flaticon-loupe:before { content: "\f139"; }
.flaticon-link:before { content: "\f13a"; }
.flaticon-user:before { content: "\f13b"; }
.flaticon-trophy-1:before { content: "\f13c"; }
.flaticon-house:before { content: "\f13d"; }
.flaticon-bar-chart:before { content: "\f13e"; }
.flaticon-coin:before { content: "\f13f"; }
.flaticon-line-chart:before { content: "\f140"; }
.flaticon-planet-earth:before { content: "\f141"; }
.flaticon-pie-chart:before { content: "\f142"; }
.flaticon-megaphone:before { content: "\f143"; }
.flaticon-quote-1:before { content: "\f144"; }
.flaticon-cloud:before { content: "\f145"; }
.flaticon-wheel:before { content: "\f146"; }
.flaticon-shopping-bag:before { content: "\f147"; }
.flaticon-menu-1:before { content: "\f148"; }
.flaticon-big-anchor:before { content: "\f149"; }
.flaticon-flash:before { content: "\f14a"; }
.flaticon-add:before { content: "\f14b"; }
.flaticon-increase-size-option:before { content: "\f14c"; }
.flaticon-double-angle-pointing-to-right:before { content: "\f14d"; }
.flaticon-long-arrow-pointing-to-left:before { content: "\f14e"; }
.flaticon-long-arrow-pointing-to-the-right:before { content: "\f14f"; }
.flaticon-gallery:before { content: "\f150"; }
.flaticon-right-arrow:before { content: "\f151"; }
.flaticon-right-arrow-forward:before { content: "\f152"; }
.flaticon-success:before { content: "\f153"; }
.flaticon-paper-plane:before { content: "\f154"; }
.flaticon-high-volume:before { content: "\f155"; }
.flaticon-left-arrow:before { content: "\f156"; }
.flaticon-go-back-left-arrow:before { content: "\f157"; }
.flaticon-file:before { content: "\f158"; }
.flaticon-share-symbol:before { content: "\f159"; }
.flaticon-favourites-filled-star-symbol:before { content: "\f15a"; }
.flaticon-star-1:before { content: "\f15b"; }
.flaticon-gift:before { content: "\f15c"; }
.flaticon-tick:before { content: "\f15d"; }
.flaticon-email-2:before { content: "\f15e"; }
.flaticon-placeholder-1:before { content: "\f15f"; }
.flaticon-up-arrow:before { content: "\f160"; }
.flaticon-angle-arrow-down:before { content: "\f161"; }
.flaticon-right-arrow-1:before { content: "\f162"; }
.flaticon-left-arrow-1:before { content: "\f163"; }
.flaticon-placeholder-2:before { content: "\f164"; }
.flaticon-24-hours-phone-service:before { content: "\f165"; }
.flaticon-home-page:before { content: "\f166"; }
.flaticon-safe:before { content: "\f167"; }
.flaticon-zoom-increasing-symbol:before { content: "\f168"; }
.flaticon-folder:before { content: "\f169"; }
.flaticon-comment-1:before { content: "\f16a"; }
.flaticon-paper-plane-1:before { content: "\f16b"; }
.flaticon-24-hours-1:before { content: "\f16c"; }
.flaticon-edit:before { content: "\f16d"; }
.flaticon-clock:before { content: "\f16e"; }
.flaticon-hand:before { content: "\f16f"; }
.flaticon-plus-symbol:before { content: "\f170"; }
.flaticon-substract:before { content: "\f171"; }
.flaticon-pdf-file-format-symbol:before { content: "\f172"; }
.flaticon-edit-1:before { content: "\f173"; }
.flaticon-user-1:before { content: "\f174"; }
.flaticon-hand-shake:before { content: "\f175"; }
.flaticon-startup:before { content: "\f176"; }
.flaticon-checked:before { content: "\f177"; }
.flaticon-email-3:before { content: "\f178"; }
.flaticon-24-hours-3:before { content: "\f179"; }
.flaticon-menu-2:before { content: "\f17a"; }
.flaticon-menu-3:before { content: "\f17b"; }
.flaticon-search:before { content: "\f17c"; }
.flaticon-plus:before { content: "\f17d"; }
.flaticon-maps-and-flags:before { content: "\f17e"; }
.flaticon-email-4:before { content: "\f17f"; }
.flaticon-user-2:before { content: "\f180"; }
.flaticon-user-3:before { content: "\f181"; }
.flaticon-home-1:before { content: "\f182"; }
.flaticon-home-2:before { content: "\f183"; }
.flaticon-shopping-cart-4:before { content: "\f184"; }
.flaticon-bar-chart-1:before { content: "\f185"; }
.flaticon-suitcase:before { content: "\f186"; }
.flaticon-shopping-bag-1:before { content: "\f187"; }
.flaticon-world:before { content: "\f188"; }
.flaticon-agreement:before { content: "\f189"; }
.flaticon-up-arrow-1:before { content: "\f18a"; }
.flaticon-right-arrow-2:before { content: "\f18b"; }
.flaticon-left-arrow-2:before { content: "\f18c"; }
.flaticon-call:before { content: "\f18d"; }
.flaticon-envelope:before { content: "\f18e"; }
.flaticon-diamond:before { content: "\f18f"; }
.flaticon-heart-1:before { content: "\f190"; }
.flaticon-down-arrow:before { content: "\f191"; }
.flaticon-support:before { content: "\f192"; }
.flaticon-sketch:before { content: "\f193"; }
.flaticon-comment-2:before { content: "\f194"; }
.flaticon-chat:before { content: "\f195"; }
.flaticon-right-quote-sign:before { content: "\f196"; }
.flaticon-quotation-mark:before { content: "\f197"; }
.flaticon-blocks-with-angled-cuts:before { content: "\f198"; }
.flaticon-straight-quotes:before { content: "\f199"; }
.flaticon-percentage:before { content: "\f19a"; }
.flaticon-left-arrow-3:before { content: "\f19b"; }
.flaticon-right-arrow-3:before { content: "\f19c"; }
.flaticon-down-arrow-1:before { content: "\f19d"; }
.flaticon-wallet:before { content: "\f19e"; }
.flaticon-reward:before { content: "\f19f"; }
.flaticon-shopping-cart:before { content: "\f1a0"; }
.flaticon-technical-support:before { content: "\f1a1"; }
.flaticon-responsive:before { content: "\f1a2"; }
.flaticon-monitor:before { content: "\f1a3"; }
.flaticon-coding:before { content: "\f1a4"; }
.flaticon-laptop:before { content: "\f1a5"; }
.flaticon-coding-1:before { content: "\f1a6"; }
.flaticon-mobile-app:before { content: "\f1a7"; }
.flaticon-computer:before { content: "\f1a8"; }
.flaticon-web:before { content: "\f1a9"; }
.flaticon-monitor-2:before { content: "\f1aa"; }
.flaticon-human-resources:before { content: "\f1ab"; }
.flaticon-coding-2:before { content: "\f1ac"; }
.flaticon-android:before { content: "\f1ad"; }
.flaticon-apple:before { content: "\f1ae"; }
.flaticon-iot:before { content: "\f1af"; }
.flaticon-smartband:before { content: "\f1b0"; }
.flaticon-tv:before { content: "\f1b1"; }
.flaticon-html:before { content: "\f1b2"; }
.flaticon-bootstrap:before { content: "\f1b3"; }
.flaticon-css:before { content: "\f1b4"; }
.flaticon-php:before { content: "\f1b5"; }
.flaticon-java:before { content: "\f1b6"; }
.flaticon-dashboard:before { content: "\f1b7"; }
.flaticon-coding-3:before { content: "\f1b8"; }
.flaticon-design:before { content: "\f1b9"; }
.flaticon-web-browser:before { content: "\f1ba"; }
.flaticon-network-1:before { content: "\f1bb"; }
.flaticon-24-hours-2:before { content: "\f1bc"; }
.flaticon-seo:before { content: "\f1bd"; }
.flaticon-web-programming:before { content: "\f1be"; }
.flaticon-web-1:before { content: "\f1bf"; }
.flaticon-designer:before { content: "\f1c0"; }
.flaticon-designer-1:before { content: "\f1c1"; }