@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]

Project:        Medinova
Version:        1.0
Last change:    02.16.2020
Primary use:    HTML Template
Author:         ThemeMascot
URL:            https://themeforest.net/user/ThemeMascot
-------------------------------------------------------------------*/
@import url(preloader.css);
@import url(font-awesome5.css);
@import url(pe-icon-7-stroke.css);
@import url(elegant-icons.css);
@import url(icomoon.css);
@import url(flaticon-set-communication.css);
@import url(flaticon-industry.css);
@import url("https://fonts.googleapis.com/css?family=Open Sans:300,400,500,600,700,800|Poppins:400,500,600,700,800,900");
/*
This file contains the common styles of this theme.
*/
/*------------------------------------------------------------------
[table of contents]
* reset.scss
* typography.scss
* common.scss
* container.scss
* overlay.scss
* header.scss
* page-title.scss
* boxed-layout.scss
* dark-layout.scss
* form.scss
* isotope-layout.scss
* owl-carousel.scss
* sliders.scss
* 404.scss
* archive.scss
* shop.scss
* blog.scss
* page.scss
* footer-top-callout.scss
* shortcodes 
	* animated-layer-advanced.scss
	* animated-layer-images.scss
	* blockquote.scss
	* blog.scss
	* button.scss
	* call-to-action.scss
	* common.scss
	* custom-columns-holder.scss
	* dropcaps.scss
	* easy-pie-chart.scss
	* element-holder.scss
	* final-countdown.scss
	* flickr-feed.scss
	* flipbox.scss
	* funfacts.scss
	* icon-box.scss
	* info-banner.scss
	* info-banner-advanced.scss
	* instagram-feed.scss
	* line-with-text.scss
	* nav-tabs-holder.scss
	* nav-tabs-pricing.scss
	* newsletter.scss
	* opening-hours.scss
	* paroller.scss
	* pie-chart.scss
	* pricing-tables.scss
	* progress-bar.scss
	* screenshot-gallery.scss
	* section-title.scss
	* separators.scss
	* stretched-bg.scss
	* styled-icons.scss
	* tabs.scss
	* unordered-list.scss
	* video-popup.scss
	* working-steps.scss
	* features-box.scss
	* social-links.scss
	* location-marker.scss
* widgets 
	* widgets-common.scss
	* brochure-box.scss
	* blog-list.scss
	* calender.scss
	* contact-info.scss
	* empty-space.scss
	* facebook.scss
	* featured-page.scss
	* flickr-feed.scss
	* gallery-images.scss
	* google-map.scss
	* google-plus.scss
	* horizontal-row.scss
	* icon-box.scss
	* instagram-feed.scss
	* portfolio.scss
	* search.scss
	* sidebar-nav-menu.scss
	* social-list.scss
	* testimonials.scss
	* twitter-feed.scss
	* mailchimp-subscribe-form.scss
* footer
	* footer.scss
	* footer-nav.scss
	* footer-widgets.scss
* form.scss
* Utility Classes
* ===============================================
*/
/*
 * reset.scss
 * -----------------------------------------------
*/
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 150%; }

body {
  height: 100%; }

html {
  font-size: 100%;
  /*62.5%;*/
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*
 * typography.scss
 * -----------------------------------------------
*/
::selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #333;
  /* Firefox */
  color: #fff;
  text-shadow: none; }

::-webkit-selection {
  background: #333;
  /* Safari */
  color: #fff;
  text-shadow: none; }

body {
  line-height: 1.8;
  color: #7e7e87;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  background-color: #fff;
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

a {
  color: #0073aa;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    a {
      transition: none; } }
  a:hover, a:focus {
    color: #003f5e;
    text-decoration: none; }
  a img {
    border: none; }

img {
  max-width: 100%; }

/* -------- Headings ---------- */

h2, .h2 {
  font-size: 3rem; }

h3, .h3 {
  font-size: 2.25rem; }

h4, .h4 {
  font-size: 1.75rem; }

h5, .h5 {
  font-size: 1.25rem; }

 h2, h3, h4, h5, .h2, .h3, .h4, .h5 {
  font-weight: 800;
  line-height: 1.3;
  color: #1d1d23; }
   h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small {
    font-weight: normal;
    line-height: 1;
    color: #1d1d23; }
   h2 a, h3 a, h4 a, h5 a, .h2 a, .h3 a, .h4 a, .h5 a {
    color: inherit;
    font-weight: inherit; }

 .h2, .h3, h2, h3 {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 1rem;
  margin-top: 0.75rem; }

h4, h5,
.h4, .h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  margin-top: 0.75rem; }

/* -------- Body Text ---------- */
p,
ul {
  margin-bottom: 10px; }

p {
  margin-bottom: 30px; }
  p a:hover, p a:focus {
    text-decoration: underline; }

.font-current-theme1 {
  font-family: "Open Sans", sans-serif !important; }

/*Drop Caps*/

/*Text Highlight*/

 ul {
  list-style-position: inside;
  margin: 0;
  padding: 0; }

 ul ul li {
  padding-left: 20px; }

/*
 * common.scss
 * -----------------------------------------------
*/
/* -------- Basic Structure ---------- */
html {
  font-size: 100%;
  max-width: 100%; }
  @media (max-width: 991.98px) {
    html {
      font-size: 98%; } }
  @media (max-width: 767.98px) {
    html {
      font-size: 96%; } }
  @media (max-width: 575.98px) {
    html {
      font-size: 94%; } }

html, html a {
  -webkit-font-smoothing: antialiased; }

body {
  max-width: 100%;
  overflow-x: hidden;
  position: relative; }

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

/* Text-decoration */

form label {
  color: #555;
  font-weight: 400; }

/* -------- Parallax ---------- */
.divider {
  background-repeat: repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%; }

/* -------- Line-Bottom ---------- */

.title-icon [class^="flaticon-"]::after,
.title-icon [class^="flaticon-"]::before {
  font-size: 48px;
  margin-left: 10px; }

.title-icon {
  margin: 0 auto;
  max-width: 160px;
  position: relative; }

.title-icon::after {
  content: "";
  height: 2px;
  left: 24px;
  position: absolute;
  top: 10px;
  width: 30px; }

.title-icon::before {
  content: "";
  height: 2px;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 30px; }

/* -------- Background Video ---------- */

/* -------- Box Table ---------- */

/* -------- Scroll To Top ---------- */
.scrollToTop {
  background-size: 200% auto;
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.3);
  bottom: 15px;
  display: none;
  border-radius: 50%;
  height: 50px;
  padding: 2px;
  position: fixed;
  right: 15px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 99999;
  opacity: 0.4; }
  .scrollToTop i {
    color: #fff;
    font-size: 42px; }
  .scrollToTop:hover {
    text-decoration: none;
    opacity: 1; }

/* -------- magnific popup ---------- */

/* section light & dark text typography */
.section-typo-light,
.section-typo-light h2,
.section-typo-light h3,
.section-typo-light h4,
.section-typo-light h5,
.section-typo-light p,
.section-typo-light label,
.section-typo-light a:not(.icon):not(.btn):not(.social-link):not(.styled-icons-item):not(.wp-block-button__link):not(.wp-block-button__link),
.section-typo-light a:not(.icon):not(.btn):not(.social-link):not(.styled-icons-item):not(.wp-block-button__link):not(.wp-block-button__link):hover {
  color: #fff !important; }

/* table */

.lead, .lead p {
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 500; }

/* animate.css */

@keyframes cssload-loading-ani1 {
  100% {
    transform: translate(39px);
    opacity: 0; } }

@-o-keyframes cssload-loading-ani1 {
  100% {
    -o-transform: translate(39px);
    opacity: 0; } }

@-ms-keyframes cssload-loading-ani1 {
  .tm-btn-loadmore-preloader 100% {
    -ms-transform: translate(39px);
    opacity: 0; } }

@-webkit-keyframes cssload-loading-ani1 {
  100% {
    -webkit-transform: translate(39px);
    opacity: 0; } }

@-moz-keyframes cssload-loading-ani1 {
  100% {
    -moz-transform: translate(39px);
    opacity: 0; } }

@keyframes cssload-loading-ani2 {
  100% {
    transform: translate(15px);
    opacity: 1; } }

@-o-keyframes cssload-loading-ani2 {
  100% {
    -o-transform: translate(15px);
    opacity: 1; } }

@-ms-keyframes cssload-loading-ani2 {
  .tm-btn-loadmore-preloader 100% {
    -ms-transform: translate(15px);
    opacity: 1; } }

@-webkit-keyframes cssload-loading-ani2 {
  100% {
    -webkit-transform: translate(15px);
    opacity: 1; } }

@-moz-keyframes cssload-loading-ani2 {
  100% {
    -moz-transform: translate(15px);
    opacity: 1; } }

@keyframes cssload-loading-ani3 {
  100% {
    transform: translate(15px); } }

@-o-keyframes cssload-loading-ani3 {
  100% {
    -o-transform: translate(15px); } }

@-ms-keyframes cssload-loading-ani3 {
  .tm-btn-loadmore-preloader 100% {
    -ms-transform: translate(15px); } }

@-webkit-keyframes cssload-loading-ani3 {
  100% {
    -webkit-transform: translate(15px); } }

@-moz-keyframes cssload-loading-ani3 {
  100% {
    -moz-transform: translate(15px); } }

.alert {
  padding: 1.25rem 1.25rem; }

/*
 * container.scss
 * -----------------------------------------------
*/
.container .container {
  width: 100%; }

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }

section {
  position: relative; }

section > .container, section > .container-fluid {
  padding-top: 100px;
  padding-bottom: 100px; }

/*
 * overlays.scss
 * -----------------------------------------------
*/
.layer-overlay {
  position: relative;
  /* overlay-dark */
  /* overlay-white */ }
  .layer-overlay::before {
    background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
  .layer-overlay.overlay-dark-8::before {
    background-color: rgba(17, 17, 17, 0.8); }

/* vc_row layer overlay */

.layer-overlay {
  z-index: 0; }
  .layer-overlay:before {
    z-index: -1; }

/*
 * header.scss
 * -----------------------------------------------
*/
/*
 * header-top.scss
 * -----------------------------------------------
*/
header#header .header-top {
  color: #fff;
  padding: 0;
  font-size: 16px;
  line-height: 1.7; }
  @media (max-width: 1199.98px) {
    header#header .header-top {
      padding-bottom: 30px;
      padding-top: 15px;
      line-height: 2.2; } }
  header#header .header-top > .container > .row > div {
    max-width: 100%; }
  header#header .header-top .element {
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.8;
    font-weight: 400;
    position: relative;
    z-index: 1; }
    @media (max-width: 575.98px) {
      header#header .header-top .element {
        margin-right: 0;
        padding-right: 0; } }
    header#header .header-top .element a {
      font-weight: 400; }
    header#header .header-top .element:last-child {
      margin-right: 0;
      padding-right: 0; }
    header#header .header-top .element .btn {
      vertical-align: middle;
      font-size: 16px; }
    header#header .header-top .element:not(.styled-icons) a:not(.btn):not(.styled-icons-item):not(.wp-block-button__link):not(.wp-block-button__link):not(.dropdown-item) {
      color: #fff; }
      header#header .header-top .element:not(.styled-icons) a:not(.btn):not(.styled-icons-item):not(.wp-block-button__link):not(.wp-block-button__link):not(.dropdown-item):hover {
        color: #e6e6e6; }
    header#header .header-top .element.styled-icons li a {
      line-height: 1; }
  header#header .header-top .styled-icons li {
    margin-bottom: 0; }
  header#header .header-top .contact-info li {
    display: inline-block;
    position: relative;
    margin-right: 15px; }
    @media (min-width: 992px) {
      header#header .header-top .contact-info li {
        margin-right: 25px; } }
    @media (max-width: 767.98px) {
      header#header .header-top .contact-info li {
        display: block;
        margin-right: 0;
        margin-top: 5px;
        margin-bottom: 5px; } }
    header#header .header-top .contact-info li .font-icon {
      margin-right: 5px; }
    @media (min-width: 992px) {
      header#header .header-top .contact-info li:not(:first-child):before {
        background: rgba(255, 255, 255, 0.7);
        content: "";
        position: absolute;
        top: 0;
        bottom: 1px;
        left: -16px;
        margin: auto;
        height: 15px;
        width: 1px; } }

/*
 * header-mid.scss
 * -----------------------------------------------
*/

header#header .header-nav .header-nav-container {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }

/*
 * header-menuzord.scss
 * -----------------------------------------------
*/
/* 1 - MENU CONTAINER
======================================*/
.menuzord,
.menuzord * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.menuzord {
  width: 100%;
  padding: 0 30px;
  float: left;
  position: relative; }

/* == Customized by ismail start == */
.menuzord-container {
  background: #fff; }

/* == Customized by ismail end == */
.menuzord a {
  -o-transition: color .3s linear, background .3s linear;
  -moz-transition: color .3s linear, background .3s linear;
  -webkit-transition: color .3s linear, background .3s linear;
  transition: color .3s linear, background .3s linear; }

/* scrollable menu */

/* 2 - BRAND
======================================*/
.menuzord-brand {
  margin: 20px 30px 20px 0;
  float: left;
  color: #666;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer; }

/* 3 - MENU
======================================*/
.menuzord-menu {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none; }

/* Right alignment */
.menuzord-menu.menuzord-right {
  float: right; }

/* Menu items */
.menuzord-menu > li {
  display: inline-block;
  float: left; }
  @media (min-width: 1200px) {
    .menuzord-menu > li {
      padding: 20px 0; } }

.menuzord-menu > li > a {
  padding: 7px 16px;
  display: inline-block;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

/* Active/hover state (Menu items) */
.menuzord-menu > li.active > a,
.menuzord-menu > li:hover > a {
  color: #333; }

/* Dropdown */
.menuzord-menu ul.dropdown {
  top: 100%; }

.menuzord-menu ul.dropdown li ul.dropdown {
  top: 0; }

/* Megamenu */
.menuzord-menu > li > .megamenu {
  top: 100%; }

/* 4 - DROPDOWN
======================================*/
.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 230px;
  background: #fff; }

.menuzord-menu ul.dropdown li ul.dropdown {
  left: 100%; }

/* Dropdown items */
.menuzord-menu ul.dropdown li {
  clear: both;
  width: 100%;
  border: 0 none;
  position: relative; }

.menuzord-menu ul.dropdown li a {
  width: 100%;
  background: none;
  padding: 10px 25px 10px 22px;
  color: #888;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  -o-transition: padding .2s linear;
  -moz-transition: padding .2s linear;
  -webkit-transition: padding .2s linear;
  transition: padding .2s linear; }

/* Hover state (dropdown items) */
.menuzord-menu ul.dropdown li:hover > a {
  padding-left: 28px;
  padding-right: 19px;
  color: #333; }

/* Dropdown left alignment */

/* 5 - DROPDOWN/MEGAMENU INDICATORS
======================================*/

/* 6 - MEGAMENU
======================================*/
.menuzord-menu > li > .megamenu {
  width: 100%;
  padding: 20px 30px;
  left: 0;
  position: absolute;
  display: none;
  z-index: 99;
  border-top: solid 1px #f0f0f0;
  background: #fff; }

/* 7 - MEGAMENU WIDTHS
======================================*/
/* Half width */

/* Quarter width */

/* 8 - GRID SYSTEM
======================================*/

/* 9 - SHOW/HIDE BUTTON (MOBILE MODE)
======================================*/

/* Show/hide button icon */

/* 10 - ICONS (parent menu items)
======================================*/
.menuzord-menu > li > a > i {
  margin: 0 5px 0 0;
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  font-family: 'Font Awesome 5 Free'; }

/* 11 - SEARCH FIELD
======================================*/
/* Form */

/* Input */

/* 12 - VERTICAL TABS
======================================*/

/* 13 - COLOR SCHEMES
======================================*/
/* blue */

/* green */

/* red */
.menuzord.red .menuzord-menu > li.active > a,
.menuzord.red .menuzord-menu > li:hover > a,
.menuzord.red .menuzord-menu ul.dropdown li:hover > a {
  color: #E9573F; }

/* orange */

/* yellow */

/* purple */

/* pink */

/* 14 - MOBILE MODE (RESPONSIVE MODE)
======================================*/
@media (max-width: 1199.98px) {
  /* Responsive menu container */
  .menuzord-responsive.menuzord {
    padding: 0; }
  /* Brand */
  .menuzord-responsive .menuzord-brand {
    margin: 8px 30px 10px 20px;
    font-size: 20px;
    line-height: 1.55; }
  /* Show/hide button */
  /* Menu */
  .menuzord-responsive .menuzord-menu {
    width: 100%;
    float: left !important; }
  /* scrollable menu*/
  .menuzord-responsive .menuzord-menu.scrollable {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  /* Menu items */
  .menuzord-responsive .menuzord-menu > li {
    width: 100%;
    display: block;
    position: relative; }
  .menuzord-responsive .menuzord-menu > li > a {
    width: 100%;
    padding: 12px 20px;
    display: block;
    border-bottom: solid 1px #f0f0f0; }
  .menuzord-responsive .menuzord-menu > li:first-child > a {
    border-top: solid 1px #f0f0f0; }
  /* Dropdown */
  .menuzord-responsive .menuzord-menu ul.dropdown,
  .menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown {
    width: 100%;
    left: 0;
    position: static;
    border: none;
    background: #fff;
    float: left; }
  /* Dropdown items */
  .menuzord-responsive .menuzord-menu ul.dropdown li {
    position: relative; }
  .menuzord-responsive .menuzord-menu ul.dropdown li a {
    border-bottom: solid 1px #f0f0f0; }
  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > a {
    padding-left: 40px !important; }
  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > a {
    padding-left: 60px !important; }
  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a {
    padding-left: 80px !important; }
  /* Dropdown/megamenu indicators */
  /* Megamenu */
  .menuzord-responsive .menuzord-menu > li > .megamenu {
    width: 100% !important;
    left: 0 !important;
    position: static;
    border-top: none;
    border-bottom: solid 1px #f0f0f0; }
  /* Search field */
  /* Tabs */ }

/* CSS3 ANIMATIONS */

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes zoomIn {
  0% {
    -moz-transform: scale(1.5); }
  100% {
    -moz-transform: scale(1); } }

@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -o-transform: scale(1.5); }
  100% {
    opacity: 1;
    -o-transform: scale(1); } }

@keyframes zoomIn {
  0% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(0.6); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes zoomOut {
  0% {
    -moz-transform: scale(0.6); }
  100% {
    -moz-transform: scale(1); } }

@-o-keyframes zoomOut {
  0% {
    -o-transform: scale(0.6); }
  100% {
    -o-transform: scale(1); } }

@keyframes zoomOut {
  0% {
    transform: scale(0.6); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes drop-up {
  0% {
    -webkit-transform: translateY(100px); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes drop-up {
  0% {
    -moz-transform: translateY(100px); }
  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes drop-up {
  0% {
    -o-transform: translateY(100px); }
  100% {
    -o-transform: translateY(0); } }

@keyframes drop-up {
  0% {
    transform: translateY(100px); }
  100% {
    transform: translateY(0); } }

@-webkit-keyframes drop-left {
  0% {
    -webkit-transform: translateX(-100px); }
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes drop-left {
  0% {
    -moz-transform: translateX(-100px); }
  100% {
    -moz-transform: translateX(0); } }

@-o-keyframes drop-left {
  0% {
    -o-transform: translateX(-100px); }
  100% {
    -o-transform: translateX(0); } }

@keyframes drop-left {
  0% {
    transform: translateX(-100px); }
  100% {
    transform: translateX(0); } }

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg); }
  40% {
    -moz-transform: rotate(-10deg); }
  60% {
    -moz-transform: rotate(5deg); }
  80% {
    -moz-transform: rotate(-5deg); }
  100% {
    -moz-transform: rotate(0deg); } }

@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg); }
  40% {
    -o-transform: rotate(-10deg); }
  60% {
    -o-transform: rotate(5deg); }
  80% {
    -o-transform: rotate(-5deg); }
  100% {
    -o-transform: rotate(0deg); } }

@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }

@-webkit-keyframes flip-animation {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flip-animation {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-webkit-keyframes roll-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-15deg);
    transform: translateX(-100%) rotate(-15deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

@keyframes roll-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-15deg);
    -ms-transform: translateX(-100%) rotate(-15deg);
    transform: translateX(-100%) rotate(-15deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

@keyframes stretch {
  0% {
    transform: scaleX(0.3); }
  40% {
    transform: scaleX(1.02); }
  60% {
    transform: scaleX(0.98); }
  80% {
    transform: scaleX(1.01); }
  100% {
    transform: scaleX(0.98); }
  80% {
    transform: scaleX(1.01); }
  100% {
    transform: scaleX(1); } }

@-webkit-keyframes stretch {
  0% {
    -webkit-transform: scaleX(0.3); }
  40% {
    -webkit-transform: scaleX(1.02); }
  60% {
    -webkit-transform: scaleX(0.98); }
  80% {
    -webkit-transform: scaleX(1.01); }
  100% {
    -webkit-transform: scaleX(0.98); }
  80% {
    -webkit-transform: scaleX(1.01); }
  100% {
    -webkit-transform: scaleX(1); } }

@-o-keyframes stretch {
  0% {
    -o-transform: scaleX(0.3); }
  40% {
    -o-transform: scaleX(1.02); }
  60% {
    -o-transform: scaleX(0.98); }
  80% {
    -o-transform: scaleX(1.01); }
  100% {
    -o-transform: scaleX(0.98); }
  80% {
    -o-transform: scaleX(1.01); }
  100% {
    -o-transform: scaleX(1); } }

@media (max-width: 1199.98px) {
  body {
    transition: all 0.5s ease; } }
  @media screen and (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    body {
      transition: none; } }

@media (max-width: 1199.98px) {
    body #top-primary-nav-clone {
      opacity: 0; }
    body .header-nav-wrapper {
      left: 0%; } }

/*
 * header-other.scss
 * -----------------------------------------------
*/
header#header .header-nav .header-nav-container {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }

/*
 * header-nav.scss
 * -----------------------------------------------
*/
.header-nav .header-nav-wrapper .menuzord-container {
  transition: all 0.3s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .header-nav .header-nav-wrapper .menuzord-container {
      transition: none; } }

.header-nav .header-nav-wrapper.navbar-scrolltofixed {
  transition: all 0.3s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .header-nav .header-nav-wrapper.navbar-scrolltofixed {
      transition: none; } }

.header-nav .header-nav-col-row > :first-child {
  padding-left: 15px; }

.header-nav .header-nav-col-row > :last-child {
  padding-right: 15px; }

@media (max-width: 575.98px) {
  .header-nav .header-nav-col-row > div {
    flex: 0 0 auto;
    width: auto;
    max-width: none; } }

#top-primary-nav.menuzord,
#top-primary-nav-clone.menuzord {
  padding: 0; }

#top-primary-nav .menuzord-menu li a,
#top-primary-nav-clone .menuzord-menu li a {
  transition: all 0.3s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    #top-primary-nav .menuzord-menu li a,
    #top-primary-nav-clone .menuzord-menu li a {
      transition: none; } }

#top-primary-nav .menuzord-menu > li,
#top-primary-nav-clone .menuzord-menu > li {
  position: relative; }
  #top-primary-nav .menuzord-menu > li > a,
  #top-primary-nav-clone .menuzord-menu > li > a {
    font-size: 1rem;
    padding-left: 20px;
    padding-right: 20px; }
    @media (max-width: 1199.98px) {
      #top-primary-nav .menuzord-menu > li > a,
      #top-primary-nav-clone .menuzord-menu > li > a {
        padding-left: 10px;
        padding-right: 10px; } }

#top-primary-nav .menuzord-menu ul.dropdown,
#top-primary-nav-clone .menuzord-menu ul.dropdown {
  border: 1px solid #ddd;
  box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08); }
  #top-primary-nav .menuzord-menu ul.dropdown li,
  #top-primary-nav-clone .menuzord-menu ul.dropdown li {
    margin: 0;
    border-bottom: 1px solid #eee;
    padding-left: 0; }
    #top-primary-nav .menuzord-menu ul.dropdown li a,
    #top-primary-nav-clone .menuzord-menu ul.dropdown li a {
      color: #555;
      font-size: 0.9rem;
      padding: 10px 25px 10px 22px; }
      #top-primary-nav .menuzord-menu ul.dropdown li a:hover,
      #top-primary-nav-clone .menuzord-menu ul.dropdown li a:hover {
        background-color: #f5f5f5;
        padding-left: 25px; }
      #top-primary-nav .menuzord-menu ul.dropdown li a:after,
      #top-primary-nav-clone .menuzord-menu ul.dropdown li a:after {
        content: '';
        display: inline-block;
        height: 0;
        width: 4px;
        vertical-align: middle;
        margin-right: 0;
        opacity: 0;
        visibility: hidden;
        background: #111;
        -webkit-transition: height .4s,opacity .4s ease,top .4s ease;
        -o-transition: height .4s,opacity .4s ease,top .4s ease;
        -moz-transition: height .4s,opacity .4s ease,top .4s ease;
        transition: height .4s,opacity .4s ease,top .4s ease;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); }
    #top-primary-nav .menuzord-menu ul.dropdown li:hover > a,
    #top-primary-nav-clone .menuzord-menu ul.dropdown li:hover > a {
      background: #eee none repeat scroll 0 0;
      color: #333; }
      #top-primary-nav .menuzord-menu ul.dropdown li:hover > a:after,
      #top-primary-nav-clone .menuzord-menu ul.dropdown li:hover > a:after {
        top: 0;
        height: -webkit-calc(100% + 1px);
        height: -moz-calc(100% + 1px);
        height: calc(100% + 1px);
        opacity: 1;
        visibility: visible; }

#top-primary-nav .menuzord-menu > li > ul.dropdown,
#top-primary-nav-clone .menuzord-menu > li > ul.dropdown {
  border-top: 3px solid #333;
  background: #fcfcfc; }

@media (max-width: 1199.98px) {
  #top-primary-nav.menuzord-responsive .menuzord-menu > li > a,
  #top-primary-nav-clone.menuzord-responsive .menuzord-menu > li > a {
    color: #fff;
    background-color: #333;
    border-bottom-color: #444; }
  #top-primary-nav.menuzord-responsive .menuzord-menu ul.dropdown,
  #top-primary-nav-clone.menuzord-responsive .menuzord-menu ul.dropdown {
    border-top: 0;
    border-color: #444; }
    #top-primary-nav.menuzord-responsive .menuzord-menu ul.dropdown li a,
    #top-primary-nav-clone.menuzord-responsive .menuzord-menu ul.dropdown li a {
      color: #fff;
      background-color: #363636;
      border-bottom-color: #444; }
  #top-primary-nav.menuzord-responsive .menuzord-menu .widget,
  #top-primary-nav-clone.menuzord-responsive .menuzord-menu .widget {
    margin-bottom: 15px; } }

@media (max-width: 1199.98px) {
  #top-primary-nav .menuzord-menu {
    display: none !important; } }

#top-primary-nav-clone .menuzord-menu {
  margin-bottom: 30px; }

header#header .menuzord-brand {
  transition: all 0.3s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    header#header .menuzord-brand {
      transition: none; } }
  @media (max-width: 1199.98px) {
    header#header .menuzord-brand {
      margin-right: 20px; } }
  @media (max-width: 767.98px) {
    header#header .menuzord-brand {
      margin-right: 0; } }
  header#header .menuzord-brand img {
    max-height: 100px;
    width: auto;
    transition: all 0.3s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      header#header .menuzord-brand img {
        transition: none; } }
    @media (max-width: 575.98px) {
      header#header .menuzord-brand img {
        max-width: 200px !important; } }
  header#header .menuzord-brand img.logo-2x {
    display: none; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  header#header .menuzord-brand .logo-default.logo-1x {
    display: none; }
  header#header .menuzord-brand .logo-default.logo-2x {
    display: inline-block; } }

/* subtitle */

/* Switchable logo */

/* -------- Megamenu-Row ---------- */
.menuzord-menu > li > .megamenu {
  border-top: 3px solid #333;
  background: #fcfcfc;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 0;
  min-width: 400px; }

@media (min-width: 1200px) {
  .menuzord-menu > li > .megamenu {
    display: block !important;
    opacity: 0;
    visibility: hidden; }
  .menuzord-menu > li:hover > .megamenu {
    opacity: 1;
    visibility: visible; } }

/*
 * header-type.scss
 * -----------------------------------------------
*/
@media (max-width: 1199.98px) {
  header#header.header-layout-type-header-2rows .menuzord-brand {
    margin-bottom: 25px;
    margin-top: 25px; } }

/*
 * header-other.scss
 * -----------------------------------------------
*/
header#header .header-top .container-fluid,
header#header .header-nav .container-fluid {
  padding: 0 100px; }
  @media (max-width: 1199.98px) {
    header#header .header-top .container-fluid,
    header#header .header-nav .container-fluid {
      padding: 0 20px; } }

/* Top Nav Search Button & Form */

/*
 *	side-push-panel.scss
 * -----------------------------------------------
*/

/* -------- Body Overlay ---------- */
.has-side-panel .side-panel-body-overlay {
  transition: opacity 0.3s ease;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1; }
  @media screen and (prefers-reduced-motion: reduce) {
    .has-side-panel .side-panel-body-overlay {
      transition: none; } }

/* -------- Side Panel ---------- */

/* -------- Side-Panel-Trigger And Close ---------- */

/* -------- Transition ---------- */

/* Hamburger Menu */

/*
 *	menu-full-page.scss
 * -----------------------------------------------
*/

/* menu-full-page plugin code */

/* menu-full-page custom code */

/*
 *	Vertical-Nav.scss
 * -----------------------------------------------
*/

/*
 * blog-list.scss
 * -----------------------------------------------
*/

/*
 * page-title.scss
 * -----------------------------------------------
*/

/*
 *	boxed-layout.scss
 * -----------------------------------------------
*/

@media (min-width: 1400px) {
  body.container-1340px .container {
    max-width: 1340px;
    width: 1340px; } }

/*
 *	dark-layout.scss
 * -----------------------------------------------
*/

/*
 * form.scss
 * -----------------------------------------------
*/

.form-control {
  height: calc(2.25rem + 18px);
  padding: 8px 16px;
  outline: 0;
  border-radius: 0; }
  .form-control::placeholder {
    color: #aaa;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #aaa; }
  .form-control::-ms-input-placeholder {
    color: #aaa; }

textarea.form-control {
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px; }

/*Contact Form Style1*/

/*Request A Call Back Form Style1*/

/*Get Free Consulting*/

/*
 * isotope-layout.scss
 * -----------------------------------------------
*/
/* -------- Isotop Filter ---------- */
.isotope-layout-filter {
  margin-bottom: 30px; }
  .isotope-layout-filter a {
    transition: all 100ms ease-in-out 0s;
    color: #777;
    font-size: 15px;
    font-weight: 500;
    margin: 0 5px 10px;
    padding: 8px 20px 6px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    border: 2px solid;
    border-color: transparent; }
    @media screen and (prefers-reduced-motion: reduce) {
      .isotope-layout-filter a {
        transition: none; } }
    .isotope-layout-filter a.active, .isotope-layout-filter a:focus, .isotope-layout-filter a:hover {
      color: #fff;
      background: #343434; }
  .isotope-layout-filter.filter-style-3 a {
    border-color: #eee; }

/* -------- Isotop Sorter ---------- */

/* -------- Isotop Gallery ---------- */
.isotope-layout {
  /* by default 4 grids */
  /*portfolio 2 grids*/
  /*portfolio 2 grids*/
  /*portfolio 3 grids*/
  /*portfolio 4 grids*/
  /*portfolio 5 grids*/
  /*portfolio 6 grids*/
  /*portfolio 7 grids*/
  /*portfolio 8 grids*/
  /*portfolio 9 grids*/
  /*portfolio 10 grids*/
  /*gutter*/ }
  .isotope-layout .isotope-layout-inner {
    position: relative; }
  .isotope-layout .isotope-item {
    padding: 0 15px;
    margin: 0 0 30px;
    float: left;
    width: 25%;
    /* item sizer */ }
    .isotope-layout .isotope-item .isotope-item-inner {
      position: relative;
      height: 100%; }
    .isotope-layout .isotope-item .thumb img {
      width: 100%; }
  .isotope-layout.grid-3 .isotope-item {
    width: 33.2%; }
  .isotope-layout .isotope-layout-inner {
    margin: 0 -15px; }
  .isotope-layout .isotope-item {
    padding: 0 15px;
    margin: 0 0 30px; }
  .isotope-layout.gutter-10 .isotope-layout-inner {
    margin: 0 -10px; }
  .isotope-layout.gutter-10 .isotope-item {
    padding: 0 10px;
    margin: 0 0 20px; }

/* -------- Isotop Item Media Query ---------- */
@media (max-width: 1199.98px) {
  .isotope-layout .isotope-item {
    width: 50% !important; } }

@media (max-width: 991.98px) {
  .isotope-layout .isotope-item {
    width: 50% !important; } }

@media (max-width: 767.98px) {
  .isotope-layout .isotope-item {
    width: 100% !important; } }

@media (max-width: 575.98px) {
  .isotope-layout .isotope-item {
    width: 100% !important; } }

/*
 * owl-carousel.scss
 * -----------------------------------------------
*/

/* Owl Dots */

/* Owl Animated Slider */

/*
 * slider.scss
 * -----------------------------------------------
*/
/*
 * 404.scss
 * -----------------------------------------------
*/

/*
 * archive.scss
 * -----------------------------------------------
*/

/*
 * page.scss
 * -----------------------------------------------
*/

.main-content-area {
  min-height: 0; }

/*
 * animations.scss
 * -----------------------------------------------
*/

@-webkit-keyframes fadeIn {
  0% { }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% { }
  100% {
    opacity: 1; } }

@-webkit-keyframes moveVertical {
  0% { }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@keyframes moveVertical {
  0% { }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes moveHorizontal {
  0% { }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1; } }

@keyframes moveHorizontal {
  0% { }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes scaleUp {
  0% { }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@keyframes scaleUp {
  0% { }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes fallPerspective {
  0% { }
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1; } }

@keyframes fallPerspective {
  0% { }
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1; } }

@-webkit-keyframes fly {
  0% { }
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes fly {
  0% { }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }

@-webkit-keyframes flip {
  0% { }
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes flip {
  0% { }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }

@-webkit-keyframes helix {
  0% { }
  100% {
    -webkit-transform: rotateY(0deg);
    opacity: 1; } }

@keyframes helix {
  0% { }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1; } }

@-webkit-keyframes popUp {
  0% { }
  70% {
    -webkit-transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@keyframes popUp {
  0% { }
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 25%, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-15%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(15%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

@-webkit-keyframes tm-animation-floating {
  from {
    -webkit-transform: translate(0, 0px); }
  65% {
    -webkit-transform: translate(0, 15px); }
  to {
    -webkit-transform: translate(0, 0px); } }

@-moz-keyframes tm-animation-floating {
  from {
    -moz-transform: translate(0, 0px); }
  65% {
    -moz-transform: translate(0, 15px); }
  to {
    -moz-transform: translate(0, 0px); } }

@-webkit-keyframes tm-animation-slide-horizontal {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); } }

@keyframes tm-animation-slide-horizontal {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); } }

@-webkit-keyframes tm-animation-walking {
  0% {
    left: -20%; }
  50% {
    left: 0%; }
  100% {
    left: 20%; } }

@-moz-keyframes tm-animation-walking {
  0% {
    left: -20%; }
  50% {
    left: 0%; }
  100% {
    left: 20%; } }

@-webkit-keyframes tm-animation-scaling {
  from {
    -webkit-transform: scale(0.6); }
  65% {
    -webkit-transform: scale(1.2); }
  to {
    -webkit-transform: scale(0.6); } }

@-moz-keyframes tm-animation-scaling {
  from {
    -moz-transform: scale(0.6); }
  65% {
    -moz-transform: scale(1.2); }
  to {
    -moz-transform: scale(0.6); } }

@keyframes tm-animation-flicker {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

@-o-keyframes tm-animation-flicker {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

@-moz-keyframes tm-animation-flicker {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

@-webkit-keyframes tm-animation-flicker {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

@-moz-keyframes tm-animation-spin {
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes tm-animation-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes tm-animation-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes tm-animation-spin-half {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes tm-animation-spin-half {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes tm-animation-random {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1); }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9); }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1); }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2); }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1); }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1); } }

@-webkit-keyframes tm-animation-random {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1); } }

@keyframes tm-animation-random2 {
  0% {
    transform: translate(61px, -99px) rotate(0deg); }
  21% {
    transform: translate(4px, -190px) rotate(38deg); }
  41% {
    transform: translate(-139px, -200px) rotate(74deg); }
  60% {
    transform: translate(-263px, -164px) rotate(108deg); }
  80% {
    transform: translate(-195px, -49px) rotate(144deg); }
  100% {
    transform: translate(-1px, 0px) rotate(180deg); } }

@-webkit-keyframes tm-animation-random2 {
  0% {
    -webkit-transform: translate(61px, -99px) rotate(0deg); }
  21% {
    -webkit-transform: translate(4px, -190px) rotate(38deg); }
  41% {
    -webkit-transform: translate(-139px, -200px) rotate(74deg); }
  60% {
    -webkit-transform: translate(-263px, -164px) rotate(108deg); }
  80% {
    -webkit-transform: translate(-195px, -49px) rotate(144deg); }
  100% {
    -webkit-transform: translate(-1px, 0px) rotate(180deg); } }

@keyframes tm-animation-bgimg {
  0% {
    background-position: 0 0; }
  50% {
    background-position: 370% 0; }
  100% {
    background-position: 0 0; } }

@-webkit-keyframes tm-animation-bgimg {
  0% {
    background-position: 0 0; }
  50% {
    background-position: 370% 0; }
  100% {
    background-position: 0 0; } }

/*
 * final-countdown.scss
 * -----------------------------------------------
*/

/*
 * pagination.scss
 * -----------------------------------------------
*/

/*
 * shortcode.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: animated-layer-advanced.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: animated-layer-images.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: blockquote.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: common.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: button.scss
 * -----------------------------------------------
*/

.btn {
  border-width: 3px;
  letter-spacing: .05rem;
  padding: 0.8rem 2.5rem;
  overflow: hidden;
  transition: all 0.2s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
   .btn:focus {
    box-shadow: none !important; }

 .btn-sm {
  padding: 0.50rem 1.5rem; }

 .btn-lg {
  padding: 1.1rem 3.00rem; }

.btn-dark:hover {
  color: #343a40;
  background-color: transparent; }

.btn-dark {
  box-shadow: 0 7px 20px rgba(52, 58, 64, 0.2); }
  .btn-dark:hover {
    box-shadow: 0 10px 20px rgba(52, 58, 64, 0.5); }

/* button 3D */

.btn-flat {
  border-radius: 0; }

/* Sweep To Right */

/* Bounce To Right */

/* Shutter Out Horizontal */

/*
 * Shortcode: call-to-action.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: common.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: custom-columns-holder.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: dropcaps.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: easy-pie-chart.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: element-holder.scss
 * -----------------------------------------------
*/

/*
* Shortcode: final-countdown.scss
* -----------------------------------------------
*/

/*
 * Shortcode: flickr-feed.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: flipbox.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: funfacts.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: Icon Boxes
 * -----------------------------------------------
*/
.icon-box {
  position: relative;
  z-index: 0;
  transition: all 0.5s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .icon-box {
      transition: none; } }
  .icon-box .icon {
    display: inline-block;
    height: 70px;
    margin-bottom: 0;
    transition: all 0.3s ease;
    width: 70px;
    text-align: center;
    font-weight: normal; }
    @media screen and (prefers-reduced-motion: reduce) {
      .icon-box .icon {
        transition: none; } }
    .icon-box .icon i {
      display: inline-block;
      font-size: 40px;
      line-height: 70px; }
    .icon-box .icon.icon-dark {
      background-color: #111;
      color: #fff; }
      .icon-box:hover .icon.icon-dark {
        background-color: #eee;
        color: #111; }
    .icon-box .icon.icon-circled {
      border-radius: 50%; }
    .icon-box .icon.icon-xl {
      height: 120px;
      width: 120px; }
      .icon-box .icon.icon-xl i {
        font-size: 60px;
        line-height: 120px; }
  .icon-box .content p {
    margin-bottom: 0; }
  .icon-box .content a {
    color: #7e7e87;
    font-weight: 400; }
  .icon-box .icon-box-title,
  .icon-box .icon-box-title a {
    transition: all 0.1s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .icon-box .icon-box-title,
      .icon-box .icon-box-title a {
        transition: none; } }
  @media (max-width: 991.98px) {
    .icon-box.iconbox-centered-in-responsive {
      text-align: center !important; } }
  .icon-box.animate-icon-on-hover:hover.animate-icon-rotate .icon-wrapper .icon {
    transform: rotate(360deg); }
  .icon-box.animate-icon-on-hover:hover.animate-icon-rotate-x .icon-wrapper .icon {
    transform: rotateX(360deg); }

/*
 * Shortcode: info-banner.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: info-banner-advanced.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: instagram-feed.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: line-with-text.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: nav-tabs-holder.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: nav-tabs-pricing.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: newsletter.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: opening-hours.scss
 * -----------------------------------------------
*/
.opening-hours {
  list-style: none;
  padding: 0; }
  .opening-hours li {
    border-bottom: 1px solid #eee;
    padding: 8px 0;
    margin-bottom: 0 !important; }
    .opening-hours li:last-child {
      border-bottom: 0; }
    .opening-hours li span {
      float: left; }
    .opening-hours li .value {
      float: right; }
    .opening-hours li.active {
      font-weight: bold; }
  .opening-hours.border-dark li {
    border-bottom-color: #333; }

.widget .opening-hours li {
  padding: 5px 0; }
  .widget .opening-hours li * {
    line-height: 2.5rem; }

/*
 * Shortcode: paroller.scss
 * -----------------------------------------------
*/

/*
 * pie-chart.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: pricing-tables.scss
 * -----------------------------------------------
*/

/*
 * progress-bar.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: screenshot-gallery.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: section-title.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: Separators.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: stretched-bg.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: styled-icons.scss
 * -----------------------------------------------
*/
.styled-icons li {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 0;
  padding-left: 0 !important; }

.styled-icons a {
  border: 2px solid transparent;
  color: #333;
  display: inline-block;
  font-size: 48px;
  height: 100px;
  line-height: 2;
  margin-right: 4px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100px;
  transition: all 0.2s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .styled-icons a {
      transition: none; } }
  .styled-icons a i {
    height: 100%;
    line-height: 2;
    position: relative;
    top: 0;
    width: 100%; }
  .styled-icons a:hover {
    background-color: #333;
    color: #fff; }

.styled-icons.icon-dark a {
  background-color: #333;
  color: #fff; }
  .styled-icons.icon-dark a:hover {
    background-color: black;
    color: #f2f2f2; }

.styled-icons.icon-circled a {
  border-radius: 50%; }

.styled-icons.icon-xl a {
  font-size: 28px;
  height: 60px;
  width: 60px; }

/*
 * Shortcode: Tabs.scss
 * -----------------------------------------------
*/

/* -------- Nav Tabs ---------- */

/* -------- Horizontal-Tab-Centered ---------- */

/* -------- Horizontal-Tab Fullwide ---------- */

/* -------- Vertical Nav-Tabs ---------- */

/*
 * Shortcode: unordered-list.scss
 * -----------------------------------------------
*/

.tm-sc-unordered-list ul > li {
  margin-bottom: 12px; }
  .tm-sc-unordered-list ul > li > ul {
    margin-top: 12px; }

.tm-sc-unordered-list ul li:before {
  display: inline-block; }

.tm-sc-unordered-list.list-style1 ul {
  list-style: none; }
  .tm-sc-unordered-list.list-style1 ul > li {
    position: relative; }
  .tm-sc-unordered-list.list-style1 ul li {
    list-style-type: none; }
    .tm-sc-unordered-list.list-style1 ul li:before {
      z-index: 0;
      content: "\f058";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 95%;
      padding-right: 10px;
      vertical-align: middle; }
    .tm-sc-unordered-list.list-style1 ul li li {
      padding-left: 15px; }

.tm-sc-unordered-list.list-style1 ul li:before {
  content: "\f058"; }

/*
 * video-popup.scss
 * -----------------------------------------------
*/

/* Individual effect = play-video-button */

@-webkit-keyframes videoplayanimation {
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

@keyframes videoplayanimation {
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

@keyframes video-play-button-animate {
  0% {
    width: 10px;
    height: 10px;
    opacity: .8; }
  100% {
    width: 160px;
    height: 160px;
    opacity: 0; } }

/*
 * Shortcode: working-steps.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: features-box.scss
 * -----------------------------------------------
*/
/*
 * social-links.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: location-marker.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: tribe-events.scss
 * -----------------------------------------------
*/

/*
 * widgets.scss
 * -----------------------------------------------
*/
/*
 * widgets-common.scss
 * -----------------------------------------------
*/
.widget {
  margin-bottom: 45px; }
  .widget ul li {
    list-style: none;
    line-height: 2.5rem; }
  .widget > ul li:last-child, .widget ul.menu li:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
   .widget.widget_nav_menu ul > li {
    padding-left: 25px;
    position: relative; }
     .widget.widget_nav_menu ul > li::before {
      content: "\f054";
      font-weight: 600;
      left: 0;
      position: absolute;
      font-family: "Font Awesome 5 Free";
      color: #ccc; }
   .widget.widget_nav_menu ul > li a {
    color: #7d848a;
    font-weight: normal; }
  .widget.widget_nav_menu ul > li::before {
    content: "\f105";
    font-size: 14px;
    font-weight: 600; }

.widget .name {
  margin-top: 0; }

.widget-title {
  margin-bottom: 25px;
  margin-top: 0;
  font-size: 1.1rem;
  line-height: 1.1; }

/*
 * nav-tabs.scss
 * -----------------------------------------------
*/

/*
 * brochure-box.scss
 * -----------------------------------------------
*/

/*
 * blog-list.scss
 * -----------------------------------------------
*/

/*
 * contact-info.scss
 * -----------------------------------------------
*/
.tm-widget-contact-info .thumb {
  margin-bottom: 15px; }

.tm-widget-contact-info .description {
  margin-bottom: 15px; }

.tm-widget-contact-info ul {
  list-style: none; }
  .tm-widget-contact-info ul li {
    margin-bottom: 20px;
    padding: 0;
    line-height: 1.5rem; }
    .tm-widget-contact-info ul li .icon {
      color: #1d1d23;
      margin-right: 30px;
      transition: color 0.3s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        .tm-widget-contact-info ul li .icon {
          transition: none; } }
    .tm-widget-contact-info ul li .text {
      font-weight: 400;
      font-size: 16px; }
      .tm-widget-contact-info ul li .text a {
        color: #7e7e87; }
      .tm-widget-contact-info ul li .text p {
        margin-bottom: 0; }
    .tm-widget-contact-info ul li:last-child {
      margin-bottom: 0; }
    .tm-widget-contact-info ul li a {
      font-weight: 400; }
      .tm-widget-contact-info ul li a:hover {
        text-decoration: underline; }

/*
 * empty-space.scss
 * -----------------------------------------------
*/

/*
 * facebook.scss
 * -----------------------------------------------
*/
/*
 * featured-page.scss
 * -----------------------------------------------
*/

/*
 * flickr-feed.scss
 * -----------------------------------------------
*/

/*
 * gallery-images.scss
 * -----------------------------------------------
*/

/*
 * google-map.scss
 * -----------------------------------------------
*/
/*
 * google-plus.scss
 * -----------------------------------------------
*/
/*
 * horizontal-row.scss
 * -----------------------------------------------
*/

/*
 * icon-box.scss
 * -----------------------------------------------
*/
/*
 * instagram-feed.scss
 * -----------------------------------------------
*/
/* -------- Instagram-Feed ---------- */

/* -------- Instagram-Feed ---------- */

/* -------- Widget - Instagram-Feed ---------- */

/*
 * portfolio.scss
 * -----------------------------------------------
*/
/*
 * search.scss
 * -----------------------------------------------
*/

/*
 * sidebar-nav-menu.scss
 * -----------------------------------------------
*/

/*
 * social-list.scss
 * -----------------------------------------------
*/
/*
 * testimonials.scss
 * -----------------------------------------------
*/

/*
 * twitter-feed.scss
 * -----------------------------------------------
*/

/*
 * mailchimp-subscribe-form.scss
 * -----------------------------------------------
*/

/*
 * shop.scss
 * -----------------------------------------------
*/
/**
 * WooCommerce CSS Variables
 */
/*
 * shop-catalog-layouts.scss
 * -----------------------------------------------
*/

/*
 * shop-catalog-layouts.scss
 * -----------------------------------------------
*/

/*
 * shop-catalog-layouts.scss
 * -----------------------------------------------
*/

/*
 * shop-mini-cart.scss
 * -----------------------------------------------
*/

/*
 * _shop-widgets.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: clients.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: departments.scss
 * -----------------------------------------------
*/

/* departments-single-wrapper */

/*
 * Shortcode: faq.scss
 * -----------------------------------------------
*/
/*
 * Shortcode: gallery.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: portfolio.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: staff.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: testimonials.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: campaign-shortcode.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: multi-scroll-slider.scss
 * -----------------------------------------------
*/
/* Menu Style */

/*
 * Shortcode: multi-scroll-slider.scss
 * -----------------------------------------------
*/
/* Menu Style */

/*
 * Shortcode: multi-scroll-slider.scss
 * -----------------------------------------------
*/
/* Menu Style */

/*
 * footer loader.scss
 * -----------------------------------------------
*/
/*
 * footer.scss
 * -----------------------------------------------
*/
footer#footer {
  background-color: #1a1a1a;
  color: #bbb; }
  footer#footer a:not(.social-link):not(.icon) {
    color: #bbb;
    font-weight: 400; }
    footer#footer a:not(.social-link):not(.icon):focus, footer#footer a:not(.social-link):not(.icon):hover, footer#footer a:not(.social-link):not(.icon):active {
      color: #eeeeee; }
  footer#footer .footer-widget-area .widget {
    margin-bottom: 45px; }
    footer#footer .footer-widget-area .widget .widget-title {
      color: #fff;
      margin-bottom: 35px; }

/* fixed footer */

/* Footer Inverted*/

/*
 * footer footer-nav.scss
 * -----------------------------------------------
*/

/*
 * footer-widgets.scss
 * -----------------------------------------------
*/
footer#footer .footer-widget-area .widget .widget-title {
  margin-bottom: 30px;
  font-size: 1.4rem; }

/*
 * Shortcode: clients.scss
 * -----------------------------------------------
*/
/*
 * Shortcode: gallery.scss
 * -----------------------------------------------
*/
.tm-sc-gallery.gallery-style1-current-theme .tm-gallery {
  position: relative;
  overflow: hidden; }
  .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .thumb {
    overflow: hidden;
    position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
    transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s; }
  .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .tm-gallery-content-wrapper {
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }
    .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content {
      display: table;
      height: 100%;
      width: 100%;
      overflow: hidden; }
      .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content:after {
        content: '';
        background-color: rgba(24, 19, 60, 0.75);
        position: absolute;
        top: 20px;
        left: 20px;
        bottom: 20px;
        right: 20px;
        opacity: 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
        transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s; }
      .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner {
        display: table-cell;
        padding: 20px;
        height: 100%;
        width: 100%;
        position: relative;
        vertical-align: middle;
        text-align: center;
        z-index: 9; }
        .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title-holder {
          overflow: hidden; }
          .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title-holder .title {
            text-transform: uppercase;
            color: #fff; }
            .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title-holder .title a:hover {
              color: #ccc; }
        .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title, .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .styled-icons {
          position: relative;
          opacity: 0;
          -webkit-transform: translate3d(0, -100%, 0);
          -moz-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
          -webkit-transition: -webkit-transform .4s, opacity .2s;
          transition: transform .4s, opacity .2s;
          will-change: transform, opacity; }
        .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .icons-holder-inner {
          overflow: hidden; }
  .tm-sc-gallery.gallery-style1-current-theme .tm-gallery:hover .thumb {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1); }
  .tm-sc-gallery.gallery-style1-current-theme .tm-gallery:hover .tm-gallery-content-wrapper .tm-gallery-content:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
    transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s; }
  .tm-sc-gallery.gallery-style1-current-theme .tm-gallery:hover .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
    transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s; }
  .tm-sc-gallery.gallery-style1-current-theme .tm-gallery:hover .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .styled-icons {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s;
    transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s; }

/*
 * Shortcode: projects.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: services.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: staff.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: testimonials.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: works.scss
 * -----------------------------------------------
*/

/*
 * Feature & About Section: Industry.scss
 * -----------------------------------------------
*/
.tm-sc-feature-box {
  background-color: #1d1d23;
  position: relative;
  z-index: 9; }
  .tm-sc-feature-box .icon-box {
    padding: 35px 60px;
    transition: all .3s ease; }
    @media (max-width: 991.98px) {
      .tm-sc-feature-box .icon-box {
        padding: 35px; } }
    .tm-sc-feature-box .icon-box:hover {
      transform: scaleY(1.05); }
      .tm-sc-feature-box .icon-box:hover .icon-text .content p {
        color: #fff; }
  @media (max-width: 1199.98px) {
    .tm-sc-feature-box {
      margin-top: 0; } }

.tm-sc-heading-icon-box {
  background-color: #fff;
  margin: 0 15px;
  padding: 0 45px 30px;
  position: relative; }
  @media (max-width: 991.98px) {
    .tm-sc-heading-icon-box {
      margin: 0;
      max-width: 300px; } }
  .tm-sc-heading-icon-box .icon {
    height: 94px;
    line-height: 90px;
    margin: 0 auto;
    text-align: center;
    width: 104px; }
  .tm-sc-heading-icon-box .title {
    line-height: 30px; }
  .tm-sc-heading-icon-box p {
    margin-bottom: 0;
    line-height: 30px; }

.tm-sc-about {
  position: relative; }
  .tm-sc-about .thumb {
    position: relative;
    z-index: 0; }
    .tm-sc-about .thumb:before {
      content: "";
      position: absolute;
      left: 20px;
      right: 35px;
      bottom: 20px;
      top: -20px;
      z-index: -1; }
      @media (max-width: 767.98px) {
        .tm-sc-about .thumb:before {
          display: none; } }

.zatrim-dark-btn {
  background-color: #1d1d23;
  border-color: #1d1d23;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-size: 16px; }
  .zatrim-dark-btn:hover {
    box-shadow: none !important; }

/*
 * FunFact Section: Industry.scss
 * -----------------------------------------------
*/

/*
 * Service Section: Industry.scss
 * -----------------------------------------------
*/

/*
 * Project Section: Industry.scss
 * -----------------------------------------------
*/
.tm-sc-project-item {
  position: relative; }
  .tm-sc-project-item .thumb {
    overflow: hidden;
    position: relative; }
    .tm-sc-project-item .thumb img {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      transition: all 0.4s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .tm-sc-project-item .thumb img {
          transition: none; } }
    .tm-sc-project-item .thumb .overlay {
      background-color: rgba(29, 29, 35, 0.7);
      bottom: 0;
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      top: 0;
      transition: all 0.3s ease; }
      .tm-sc-project-item .thumb .overlay .icon {
        font-size: 24px;
        position: absolute;
        top: 35%; }
  .tm-sc-project-item .details {
    bottom: 0;
    height: 148px;
    left: 0;
    padding-left: 50px;
    padding-top: 45px;
    position: absolute;
    right: 0; }
    @media (max-width: 1199.98px) {
      .tm-sc-project-item .details {
        padding-left: 20px; } }
  .tm-sc-project-item:hover .thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .tm-sc-project-item:hover .thumb .overlay {
    opacity: 1; }
  .tm-sc-project-item.style2 {
    margin-bottom: 20px; }

/*
 * Testimonials Section: Industry.scss
 * -----------------------------------------------
*/

/*
 * Blog Section: Industry.scss
 * -----------------------------------------------
*/

/*
 * Clients Section: Industry.scss
 * -----------------------------------------------
*/

/*
 * Footer Section: Industry.scss
 * -----------------------------------------------
*/
.zatrim_footer_social_widget {
  position: relative; }
  .zatrim_footer_social_widget .styled-icons li a {
    background-color: #fff;
    border-radius: 0;
    color: #1d1d23;
    margin-right: 14px; }
  .zatrim_footer_social_widget .styled-icons li:last-child a {
    margin-right: 0; }

.zatrim_footer_about_widget {
  position: relative; }
  .zatrim_footer_about_widget form .form-control {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    color: #9c9ca5;
    height: 70px;
    width: 90%; }
    .zatrim_footer_about_widget form .form-control::-webkit-input-placeholder {
      color: #9c9ca5;
      font-size: 16px;
      font-weight: 600; }
    .zatrim_footer_about_widget form .form-control::-ms-input-placeholder {
      color: #9c9ca5;
      font-size: 16px;
      font-weight: 600; }
    .zatrim_footer_about_widget form .form-control::placeholder {
      color: #9c9ca5;
      font-size: 16px;
      font-weight: 600; }
    .zatrim_footer_about_widget form .form-control:hover, .zatrim_footer_about_widget form .form-control:focus, .zatrim_footer_about_widget form .form-control:active {
      box-shadow: none;
      outline: none; }
  .zatrim_footer_about_widget form .btn {
    border-radius: 0;
    color: #fff;
    height: 55px;
    padding: 0;
    position: absolute;
    right: 45px;
    text-align: center;
    text-transform: uppercase;
    width: 54px; }
  .zatrim_footer_about_widget .description {
    line-height: 34px; }

.zatrim_footer_about_widget .widget-title,
.zatrim_footer_link_widget .widget-title {
  margin-bottom: 40px !important; }

.zatrim_footer_link_widget ul li {
  padding-left: 0 !important; }
  .zatrim_footer_link_widget ul li:before {
    display: none; }

.zatrim_footer_contact_widget ul li {
  line-height: 40px; }
  .zatrim_footer_contact_widget ul li p {
    margin-bottom: 10px; }
  .zatrim_footer_contact_widget ul li:last-child p {
    display: table; }

.footer-widget-area.zatrim .footer-bottom {
  border-top: 1px solid #343439; }

/* Home Layout 2 Start From Here */
/* recent case */

/* About Us/ Why Choose home 2 */

/* Our Project Home 2 */

/* Call Us index-mp-layout2 */

/*
 * Our Team Section: Our Team
 * -----------------------------------------------
*/

@media (max-width: 991.98px) {
  .tm-sc-about .wrapper {
    margin-top: 0; } }

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1440px) {
  .tm-sc-project-item .details {
    padding-left: 30px; } }

/*
 * shortcode.scss
 * -----------------------------------------------
*/
/*
 * Shortcode: bg-shapes.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: common.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: button.scss
 * -----------------------------------------------
*/
/* btn-plain-text*/

@keyframes moveArrow {
  0%, 55% {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
    -moz-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1); }
  25% {
    opacity: 0;
    -webkit-transform: translateX(13px) scale(0.9);
    -moz-transform: translateX(13px) scale(0.9);
    transform: translateX(13px) scale(0.9); }
  26% {
    opacity: 0;
    -webkit-transform: translateX(-13px) scale(0.9);
    -moz-transform: translateX(-13px) scale(0.9);
    transform: translateX(-13px) scale(0.9); } }

/*
 * event.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: features-box.scss
 * -----------------------------------------------
*/

/*
* Shortcode: final-countdown.scss
* -----------------------------------------------
*/
/*
 * Shortcode: funfacts.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: Icon Boxe current theme
 * -----------------------------------------------
*/

/*
 * Shortcode: pricing-tables.scss
 * -----------------------------------------------
*/
/*
 * progress-bar.scss
 * -----------------------------------------------
*/
/*
 * Shortcode: section-title.scss
 * -----------------------------------------------
*/

/*
 * social-links.scss
 * -----------------------------------------------
*/
/*
 * Shortcode: working-steps.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: unordered-list.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: single-bottle.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: single-feature.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: line-with-text.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: common.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: typography.scss
 * -----------------------------------------------
*/
/*
 * Shortcode: icon-box.scss
 * -----------------------------------------------
*/

/*
 * Shortcode: footer.scss
 * -----------------------------------------------
*/
/*
 * form.scss
 * -----------------------------------------------
*/
/*
 * Utility Classes
 * -----------------------------------------------
*/
/* -------- Font Size ---------- */

.font-size-50 {
  font-size: 50px !important; }

/* -------- Text Colors ---------- */
/* Text Black & Gray Color*/

/* Text White Color*/

/* -------- Solid Color Background ---------- */

/* Bg White Color*/

/* -------- Transparent Background Color ---------- */

/* -------- box-shadow ---------- */

/* -------- Letter Spacing ---------- */

/* -------- z-index ---------- */

/* -------- Font Weight ---------- */

.font-weight-400 {
  font-weight: 400 !important; }

/* -------- Line Height ---------- */

/* -------- Border ---------- */

/* -------- Border Outline---------- */

/* -------- Background Image ---------- */

.bg-img-center {
  background-position: center !important; }

 .img-fullwidth {
  width: 100% !important; }

/* -------- Absolute Image Positioning ---------- */

/*
 * custom-bootstrap-margin-padding.scss
 * -----------------------------------------------
*/
/* Margin */

.mt-0 {
  margin-top: 0px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mr-10 {
  margin-right: 10px !important; }

@media (max-width: 1199.98px) {
  .mt-lg-0 {
    margin-top: 0px !important; }
  .mt-lg-30 {
    margin-top: 30px !important; } }

@media (max-width: 991.98px) {
  .mt-md-0 {
    margin-top: 0px !important; }
  .mt-md-50 {
    margin-top: 50px !important; }
  .mb-md-40 {
    margin-bottom: 40px !important; } }

@media (max-width: 767.98px) {
  .mt-sm-0 {
    margin-top: 0px !important; } }

/* Padding */
.p-0 {
  padding: 0px !important; }

.p-30 {
  padding: 30px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-120 {
  padding-top: 120px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pr-0 {
  padding-right: 0px !important; }

.pl-0 {
  padding-left: 0px !important; }

@media (max-width: 1199.98px) {
  .pt-lg-10 {
    padding-top: 10px !important; }
  .pt-lg-20 {
    padding-top: 20px !important; }
  .pb-lg-30 {
    padding-bottom: 30px !important; }
  .pb-lg-50 {
    padding-bottom: 50px !important; }
  .pr-lg-15 {
    padding-right: 15px !important; }
  .pl-lg-15 {
    padding-left: 15px !important; } }

@media (max-width: 991.98px) {
  .pt-md-90 {
    padding-top: 90px !important; }
  .pb-md-0 {
    padding-bottom: 0px !important; }
  .pl-md-15 {
    padding-left: 15px !important; } }

/*==================================================
=            Bootstrap 4 Media Queries             =
==================================================*/
/*==========  Mobile First Method  ==========*/
/*==========  Non-Mobile First Method  ==========*/
/*==========  minimum and maximum breakpoint Method  ==========*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  body {
    font-size: 1rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 2.2rem; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  body {
    font-size: 1rem; }
  h2 {
    font-size: 2.3rem; }
  h3 {
    font-size: 2.1rem; } }

@media (max-width: 767.98px) {
  body {
    font-size: 1rem; }
  h2 {
    font-size: 2.2rem; }
  h3 {
    font-size: 2.0rem; } }
