.go-dark {
  filter: invert(1) hue-rotate(180deg);
}

.go-dark img {
  filter: invert(1) hue-rotate(180deg);
}

.align-center {
  text-align: center !important;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.relative {
  position: relative;
}

.hidden {
  display: none;
}

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

.black {
  color: #111 !important;
}

.color {
  color: #e41919 !important;
}

.stick-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
}

.round {
  border-radius: 2px !important;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

.animate, .animate * {
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.clearlist, .clearlist li {
  list-style: none;
  padding: 0;
  margin: 0;
  background: none;
}

.full-wrapper {
  margin: 0 2%;
}

html {
  overflow-y: scroll;
  -ms-overflow-style: scrollbar;
}

html, body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

.page {
  overflow: hidden;
}

iframe {
  border: none;
}

a, div, ul, li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}

a:focus,
a:active {
  -moz-outline: none;
  outline: none;
}

img:not([draggable]), embed, object, video {
  max-width: 100%;
  height: auto;
}

/*=======================================================
2. Page Loader
========================================================*/
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999999;
  margin-top: 0;
  top: 0;
  opacity: 1;
}

#loading .pulsate {
  width: 128px;
  height: 128px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -64px;
  margin-right: -64px;
}

.object {
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid rgba(10, 10, 10, 0.9);
  border-bottom: 5px solid transparent;
  border-left: 5px solid rgba(10, 10, 10, 0.9);
  border-right: 5px solid transparent;
  animation: animate 2s infinite;
}
@keyframes animate {
  50% {
    transform: rotate(360deg) scale(0.8);
  }
}
/*=======================================================
3. Typography
========================================================*/
body {
  color: #000;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #111;
  text-decoration: underline;
}

a:hover {
  color: #888;
  text-decoration: underline;
}

h1, h2, h3, h4, h5 {
  margin-bottom: 1.3em;
  line-height: 1.6;
  font-weight: 400;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

p {
  margin: 0 0 2em 0;
}

ul {
  margin: 0 0 1.5em 0;
}

hr {
  background-color: rgba(255, 255, 255, 0.08);
}

hr.black {
  border-color: rgba(0, 0, 0, 0.85);
  background: rgba(0, 0, 0, 0.85);
}

.font-alt {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

h3.font-alt {
  margin-top: 10px;
}

.normal {
  font-weight: normal;
}

.strong {
  font-weight: 700 !important;
}

.text {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 1.8;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5 {
  color: #111;
}

/*=======================================================
1. Buttons
========================================================*/
.btn-mod,
a.btn-mod {
  box-sizing: border-box;
  padding: 4px 13px;
  color: #fff;
  background: #161616;
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

.btn-mod:hover,
.btn-mod:focus,
a.btn-mod:hover,
a.btn-mod:focus {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  outline: none;
  border-color: transparent;
  box-shadow: none;
}

.btn-mod:active {
  cursor: pointer !important;
  outline: none !important;
}

.btn-mod.btn-medium {
  height: auto;
  padding: 8px 20px;
  font-size: 12px;
}

.btn-mod.btn-border-w {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: transparent;
}

.btn-mod.btn-border-w:hover,
.btn-mod.btn-border-w:focus {
  color: #111;
  border-color: transparent;
  background: #fff;
}

.btn-mod.btn-round {
  border-radius: 2px;
}

/*=======================================================
5. Forms Fields
========================================================*/
.form input[type=text],
.form input[type=email],
.form input[type=number],
.form input[type=url],
.form input[type=search],
.form input[type=tel],
.form input[type=password],
.form input[type=date],
.form input[type=color],
.form select {
  display: inline-block;
  height: 27px;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

.form select {
  font-size: 12px;
}

.form select[multiple] {
  height: auto;
}

.form input[type=text]:hover,
.form input[type=email]:hover,
.form input[type=number]:hover,
.form input[type=url]:hover,
.form input[type=search]:hover,
.form input[type=tel]:hover,
.form input[type=password]:hover,
.form input[type=date]:hover,
.form input[type=color]:hover,
.form select:hover {
  border-color: rgba(0, 0, 0, 0.2);
}

.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=number]:focus,
.form input[type=url]:focus,
.form input[type=search]:focus,
.form input[type=tel]:focus,
.form input[type=password]:focus,
.form input[type=date]:focus,
.form input[type=color]:focus,
.form select:focus {
  color: #111;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  outline: none;
}

.form textarea {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  color: #777;
  border-color: rgba(0, 0, 0, 0.1);
  outline: none;
  box-shadow: none;
  border-radius: 0;
}

.form textarea:hover {
  border-color: rgba(0, 0, 0, 0.2);
}

.form textarea:focus {
  color: #111;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 3px rgba(21, 21, 21, 0.3);
}

.form input.error {
  border-color: #e41919;
}

.form div.error {
  margin-top: 20px;
  padding: 13px 20px;
  text-align: center;
  background: rgba(228, 25, 25, 0.75);
  color: #fff;
}

.form div.success {
  margin-top: 20px;
  padding: 13px 20px;
  text-align: center;
  background: rgba(50, 178, 95, 0.75);
  color: #fff;
}

/*=======================================================
6. Home Sections
========================================================*/
/* Header Common Styles */
.home-section {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 50%;
  background-size: cover;
  padding: 5rem 0;
  min-height: 100vh;
  /* 	min-height: calc(var(--vh, 1vh) * 100); */
  display: flex;
  flex: column nowrap;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .home-section {
    background-attachment: fixed;
  }
}
.home-content {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* Home content */
.home-content {
  position: relative;
}

.home-text {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

/* Scroll Down Icon */
@keyframes scroll-down-anim {
  0% {
    bottom: 2px;
  }
  50% {
    bottom: 7px;
  }
  100% {
    bottom: 2px;
  }
}
.scroll-down {
  width: 40px;
  height: 40px;
  margin-left: -20px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  text-align: center;
  text-decoration: none;
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scroll-down:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  margin: 0 0 0 -10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: transparent;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
}

.scroll-down:hover:before {
  opacity: 0.6;
}

.scroll-down-icon {
  display: block;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  position: absolute;
  left: 50%;
  bottom: 4px;
  color: #fff;
  font-size: 18px;
  animation: scroll-down-anim 1s infinite;
  z-index: 2;
}

/* HTML5 BG Video */

/* Headings Styles */

.hs-line-8 {
  margin-top: 0;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 2;
  opacity: 1;
}

.hs-line-11 {
  margin-top: 0;
  position: relative;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  line-height: 1.8;
  opacity: 1;
}

/*=======================================================
7. Top Bar
========================================================*/

/* Top links */

/* Top Bar Dark */

/*=======================================================
8. Classic Menu Bar
========================================================*/
/* Logo in Navigation */
.nav-logo-wrap {
  float: left;
  margin-right: 20px;
}

.nav-logo-wrap .logo {
  display: table-cell;
  vertical-align: middle;
  max-width: 118px;
  height: 75px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.nav-logo-wrap .logo img {
  max-height: 90%;
}

.nav-logo-wrap .logo:before,
.nav-logo-wrap .logo:after {
  display: none;
}

.logo,
a.logo:hover {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);
}

/* Desktop Nav */
.main-nav {
  width: 100%;
  height: inherit !important;
  position: relative;
  top: 0;
  left: 0;
  text-align: left;
  background: rgba(255, 255, 255, 0.97);
  z-index: 1030;
  transition: height 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.sticky-wrapper {
  height: inherit !important;
}

.small-height {
  height: 55px !important;
}

.small-height .inner-nav ul li a {
  height: 55px !important;
  line-height: 55px !important;
}

.small-height.main-nav {
  height: inherit !important;
}

.inner-nav {
  display: inline-block;
  position: relative;
  float: right;
}

.inner-nav ul {
  float: right;
  margin: auto;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
}

.inner-nav ul li {
  float: left;
  margin-left: 30px;
  position: relative;
}

.inner-nav ul li a {
  color: #000;
  letter-spacing: 2px;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.main-nav.dark .inner-nav ul > li > a span.badge {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: -10px;
  font-size: 11px;
  padding: 2px 0 0 1px;
  width: 15px;
  height: 15px;
  color: #fff;
  line-height: 11px;
  font-weight: 400;
  background: transparent;
}

.inner-nav ul li a:hover,
.inner-nav ul li a.active {
  color: #000;
  text-decoration: none;
}

/* Sub Menu */
.mn-sub {
  display: none;
  width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  background: rgba(30, 30, 30, 0.97);
}

.mn-sub li {
  display: block;
  width: 100%;
  margin: 0 !important;
}

.inner-nav ul li .mn-sub li a {
  display: block;
  width: 100%;
  height: auto !important;
  line-height: 1.3 !important;
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 11px 15px;
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
  border-left: none;
  border-right: none;
  letter-spacing: 0;
  color: #b0b0b0 !important;
  cursor: pointer;
}

.mn-sub li a:hover, .inner-nav ul li .mn-sub li a:hover, .mn-sub li a.active {
  background: rgba(255, 255, 255, 0.09);
  color: #f5f5f5 !important;
}

.mn-sub li a:hover, .mn-sub li a.active {
  background: rgba(255, 255, 255, 0.09);
  color: #333 !important;
}

.mn-sub li ul {
  left: 100%;
  right: auto;
  top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.07);
}

.inner-nav > ul > li:last-child .mn-sub {
  left: auto;
  right: 0;
}

.inner-nav li:last-child .mn-sub li ul {
  left: auto;
  right: 100%;
  top: 0;
  border-left: none;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.mobile-on .inner-nav li:last-child .mn-sub li ul {
  left: auto;
  right: auto;
  top: 0;
}

/* Multi Sub Menu */

.mobile-on .mn-sub > li:last-child > a {
  border: none !important;
}

/* Mobile Nav */
.mobile-on .desktop-nav {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0 15px;
  z-index: 100;
}

.mobile-on .full-wrapper .desktop-nav {
  padding: 0;
}

.mobile-on .desktop-nav ul {
  width: 100%;
  float: none;
  background: rgba(18, 18, 18, 0.97);
  position: relative;
  overflow-x: hidden;
}

.mobile-on .desktop-nav > ul {
  overflow-y: hidden;
}

.mobile-on .desktop-nav ul li {
  display: block;
  float: none !important;
  overflow: hidden;
}

.mobile-on .desktop-nav ul li ul {
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-on .desktop-nav ul li a {
  display: block;
  width: 100%;
  height: 38px !important;
  line-height: 38px !important;
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: left;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
  color: #999;
  letter-spacing: 1px;
  cursor: pointer;
}

.mobile-on .desktop-nav ul li:last-child a,
.mobile-on .desktop-nav ul li:nth-last-child(2) a {
  border-bottom: none;
}

.mobile-on.transparent .desktop-nav ul li a {
  color: #000;
}

.mobile-on .desktop-nav ul li a:hover,
.mobile-on .desktop-nav ul li a.active {
  background: rgba(255, 255, 255, 0.03);
  color: #ddd;
}

.mobile-on.transparent .inner-nav ul li .mn-sub li a {
  color: #ddd !important;
}

/* Mobile Sub Menu */
.mobile-on .mn-has-sub > .fa {
  display: block;
  width: 18px;
  height: 18px;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  text-align: center;
}

.mobile-on .js-opened > .mn-has-sub > .fa {
  border-color: rgba(255, 255, 255, 0.4);
  line-height: 14px;
}

.mobile-on .inner-nav li {
  margin: 0 !important;
}

.mobile-on .mn-sub {
  display: none;
  opacity: 0;
  position: relative;
  left: 0 !important;
  right: 0;
  top: 0;
  bottom: 0;
  border-left: none !important;
  border-right: none !important;
  border-top: none;
  z-index: 10;
}

.mobile-on .mn-sub li {
  padding-left: 10px;
}

.inner-nav li.js-opened .mn-sub {
  opacity: 1;
}

.mobile-nav {
  display: none;
  float: right;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  height: 75px;
  line-height: 75px;
  width: 55px;
  text-align: center;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition-property: background, color, height, line-height;
}

.mobile-nav.small-height {
  height: 55px;
  line-height: 55px;
}

.mobile-nav:hover,
.mobile-nav.active {
  color: #000;
}

.mobile-nav:active {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.05) inset;
}

.mobile-on .mobile-nav {
  display: table;
}

.mobile-nav .fa {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 21px;
}

/* Mobile Multi Sub Menu */

.mobile-on .mn-sub {
  width: 100%;
  float: none;
  position: relative;
  overflow-x: hidden;
}

/* Dark Panel Style */
.main-nav.dark {
  background-color: rgba(10, 10, 10, 0.95);
  box-shadow: none;
}

.main-nav.dark .inner-nav ul > li > a {
  color: #fff;
}

.main-nav.dark .inner-nav ul > li > a:hover,
.main-nav.dark .inner-nav ul > li > a.active {
  color: #fff;
}

.main-nav.dark .mobile-nav {
  background-color: transparent;
  border-color: transparent;
  color: rgba(255, 255, 255, 0.9);
}

.main-nav.dark .mobile-nav:hover,
.main-nav.dark .mobile-nav.active {
  color: #fff;
}

.main-nav.mobile-on.dark .inner-nav {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

.main-nav.dark .logo,
.main-nav.dark a.logo:hover {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
}

.main-nav.dark .mn-sub {
  box-shadow: none;
}

/* Transparent Panel Style */
.main-nav.transparent {
  background: transparent !important;
}

.main-nav.js-transparent {
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

/* Centered Menu */

/* Aligned Left Menu */

/* Social Links Menu */

.main-nav .tooltip {
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0;
}

/* Full Screen Menu */

.fm-button {
  display: block;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 54px;
  height: 54px;
  background: #111;
  opacity: 0.85;
  text-indent: -12345px;
  z-index: 1030;
  border-radius: 50%;
  transition: opacity 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.fm-button:hover {
  opacity: 1;
}

.fm-button span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -11px;
  transition: all 0.07s cubic-bezier(0, 0, 0.58, 1);
}

.fm-button span:before,
.fm-button span:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: -6px;
  left: 0;
  transition: top 0.07s cubic-bezier(0, 0, 0.58, 1), bottom 0.07s cubic-bezier(0, 0, 0.58, 1), transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.07s;
}

.fm-button span:after {
  top: auto;
  bottom: -6px;
}

/* Active Menu Button */
.fm-button.active {
  background: #222;
  z-index: 2001;
}

.fm-button.active span {
  background: transparent;
}

.fm-button.active span:before {
  top: 0;
  transform: rotate(45deg);
}

.fm-button.active span:after {
  bottom: 0;
  transform: rotate(-45deg);
}

/* Menu Wrapper */

.fm-wrapper-sub {
  display: table;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.1s cubic-bezier(0, 0, 0.58, 1);
}

.fm-wrapper-sub.js-active {
  opacity: 1;
  transform: translateY(0);
}

.fm-has-sub .fa {
  font-size: 14px;
}

.js-opened > .fm-has-sub > .fa {
  color: #fff;
}

.fm-sub {
  display: none;
  opacity: 0;
  position: relative;
}

.fm-sub > li > a {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
}

/* Social Links */

/*=======================================================
9. Sections Styles
========================================================*/
.page-section,
.small-section {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: white;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  padding: 70px 0;
}

.page-section.mb-0 {
  padding: 70px 0 40px 0;
}

.small-section {
  padding: 70px 0;
}

.bg-gray {
  background-color: #f4f4f4;
}

.bg-dark,
.bg-dark-alfa-50 {
  color: #fff;
}

.bg-dark a,
.bg-dark-alfa-50 a {
  color: #fff;
  padding-bottom: 3px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.bg-dark a:hover,
.bg-dark-alfa-50 a:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

.bg-dark {
  background-color: #111;
}

.bg-dark-alfa-50:before,
.bg-dark-alfa-50 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.5);
}

.section-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.4;
}

.section-title.progress-title {
  text-align: left;
}

.section-text {
  font-size: 15px;
  font-weight: 300;
  color: #000;
  line-height: 1.7;
}

.split-section {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.ssh-table {
  width: 100%;
  min-height: 500px;
  display: table;
}

.split-section-content {
  width: 50%;
  position: relative;
  overflow: hidden;
  background-size: cover;
}

/*=======================================================
10. Alternative Services
========================================================*/

/*=======================================================
11. Team
========================================================*/
.team-item {
  position: relative;
  flex: 1 0 auto;
  width: 100%;
  min-height: 320px;
}

.team-item img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-item-detail {
  background: rgba(255, 255, 255, 0.93);
  position: relative;
  padding: 20px 23px;
  font-size: 14px;
  font-weight: 300;
  color: #777;
  text-align: center;
  min-height: 100%;
  display: flex;
  flex-flow: column nowrap;
}

.team-item-detail p {
  flex: 1 0 auto;
}

.team-item-descr {
  color: #111;
  text-align: center;
  flex: 0 0 auto;
}

.team-item-name {
  text-transform: uppercase;
  letter-spacing: 0.4em;
  color: #111;
}

.team-item-role {
  margin-top: 4px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  color: #aaa;
}

/*=======================================================
12. Features
========================================================*/

.alt-features-grid {
  margin-top: -70px;
}

.alt-features-item {
  margin-top: 70px;
}

.alt-features-icon {
  padding-top: 10px;
  font-size: 48px;
  line-height: 1.3;
  color: #000;
}

.alt-features-icon img {
  width: 100%;
}

.alt-features-title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.alt-features-descr {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.86;
}

.feature-boxes-container {
  counter-reset: count;
}

.service-block4 {
  position: relative;
  border: 1px solid #f7f7f7;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  border-radius: 5px;
  overflow: hidden;
  padding: 30px;
  cursor: pointer;
}
.service-block4:before {
  position: absolute;
  top: -42px;
  right: -100px;
  z-index: 0;
  content: " ";
  width: 250px;
  height: 120px;
  background: #f4f4f4;
  border-bottom-left-radius: 0;
  transition: all 0.4s ease-in-out;
  transform: rotate(45deg);
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.service-block4 .service-icon {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
  text-align: center;
}

.service-block4 i {
  color: #111;
  font-size: 38px;
  line-height: normal;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  margin-bottom: 0;
}

.service-block4 .service-desc {
  position: relative;
}

.service-block4 .service-desc h4 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
}

.service-block4 .service-desc h5 {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
}

.service-block4 .service-desc h5:after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #111;
  margin-top: 10px;
  margin-bottom: 15px;
  transition-duration: 0.4s;
}

.service-block4 p {
  margin-top: 25px;
  padding-right: 50px;
  margin-bottom: 0;
}

.service-block4:hover:before {
  background: #111;
}

.service-block4:hover i {
  color: #fff;
}

/*=======================================================
13. Benefits
========================================================*/

/*=======================================================
14. Counters
========================================================*/

/*=======================================================
15. Portfolio
========================================================*/

/* Works grid */
/*=======================================================
16. Banner Section
========================================================*/

/*=======================================================
17. Testimonial
========================================================*/

/* Logotypes */
.logo-item {
  height: 80px;
  text-align: center;
  opacity: 0.75;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.logo-item:hover {
  opacity: 1;
}

.logo-item img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/*=======================================================
18. Post Previews
========================================================*/

/*=======================================================
19. Newsletter
========================================================*/

/*=======================================================
20. Contact Section
========================================================*/
.contact-item {
  position: relative;
  padding-left: 44px;
  color: #444;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.contact-item a {
  color: #444;
  text-decoration: none;
}

.contact-item a:hover {
  color: #000;
  text-decoration: none;
}

.ci-icon {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 10px;
  left: 3px;
  color: #111;
  text-align: center;
  line-height: 23px;
}

.ci-icon:before {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border-radius: 2px;
  transform: rotate(45deg);
}

.ci-icon i,
.ci-icon span {
  position: relative;
}

.ci-icon i.fa {
  font-size: 22px;
}

.ci-title {
  margin-bottom: 1px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

.ci-text {
  font-size: 15px;
  font-weight: 300;
}

/* Contact Form */

/*=======================================================
22. Google Maps
========================================================*/

/*=======================================================
23. Footer
========================================================*/
.footer {
  text-align: center;
  font-size: 12px;
}

.bg-dark.footer {
  background-color: #000 !important;
  color: #888;
}

.footer a {
  color: #fff;
  text-decoration: none;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.footer a:hover {
  color: #ddd;
}

.footer .copy-dark a:hover {
  color: #fff;
}

.footer-copy {
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5em;
}

img.footer-logo {
  max-width: 80%;
}

.footer-links {
  text-transform: uppercase;
  color: #fff;
}

.footer ::-moz-selection {
  color: #000;
  background: #fff;
}

.footer ::selection {
  color: #000;
  background: #fff;
}

.back-to-top {
  position: fixed;
  z-index: 1000;
  right: 25px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: #555;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0s 0.35s;
  text-align: center;
  cursor: pointer;
}

.back-to-top.reveal {
  opacity: 0.8;
  visibility: visible;
  transition: opacity 0.35s, visibility 0s;
}

.back-to-top.reveal:focus, .back-to-top.reveal:active, .back-to-top.reveal:hover {
  background-color: #24252a;
  opacity: 1;
}

.back-to-top i {
  color: #fff;
  line-height: 40px;
}

/*=======================================================
24. Blog
========================================================*/

.separator {
  margin: 0 5px;
}

/* Pagination */
.pagination {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
}

.pagination a {
  display: inline-block;
  min-width: 30px;
  box-sizing: border-box;
  padding: 7px 14px;
  border: 1px solid #eaeaea;
  color: #999;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.pagination .fa {
  margin-top: 1px;
  font-size: 16px;
}

.pagination a:hover {
  text-decoration: none;
  border-color: #bbb;
  color: #444;
}

.pagination a.active,
.pagination a.active:hover {
  border-color: #bbb;
  color: #444;
  cursor: default;
}

/* Comments */

/* Sidebar */

.widget {
  margin-bottom: 20px;
}

/* Search Widget */

/* Widget Menu */

/* Widget Tags */

/* Comments */

/* Posts */

/*=======================================================
25. Shop
========================================================*/

/*=======================================================
26. Pricing
========================================================*/
.pricing-item {
  margin: 0;
  position: relative;
  text-align: center;
}

.pricing-item-inner {
  border: 1px solid #eaeaea;
  vertical-align: middle;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.pricing-item-inner:hover {
  border-color: #aaa;
}

.main .pricing-item-inner {
  border-color: #aaa;
}

.pricing-wrap {
  position: relative;
  box-sizing: border-box;
  padding: 30px 20px;
  text-align: center;
  overflow: hidden;
}

.pricing-icon {
  padding-top: 10px;
  padding-bottom: 5px;
  position: relative;
  font-size: 32px;
  z-index: 1;
}

.pricing-title {
  position: relative;
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}

.pr-list {
  margin: 0 -20px 30px;
  padding: 0;
  color: #777;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.pr-list li {
  padding: 12px 20px;
  list-style: none;
  border-bottom: 1px solid #f1f1f1;
}

.pr-list li:first-child {
  border-top: 1px solid #f1f1f1;
}

.pricing-num {
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
}

.pricing-num sup {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  top: -20px;
  left: -3px;
  margin-left: -7px;
}

.pr-per {
  color: #999;
  font-size: 12px;
}

/*=======================================================
27. Search Styles
========================================================*/
/*=======================================================
28. Shop Styles
========================================================*/

.item {
  padding: 0;
}

/*=======================================================
28. Elements
========================================================*/

/* Owl Carousel */
.owl-carousel {
  overflow: hidden;
}

.owl-buttons {
  position: static;
}

.owl-prev,
.owl-next {
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 105px;
  height: 105px;
  line-height: 105px;
  font-size: 22px;
  text-align: center;
  color: #fff;
  z-index: 6;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.owl-prev {
  left: -50px;
}

.owl-next {
  right: -50px;
}

.owl-prev:before,
.owl-next:before {
  content: "";
  display: block;
  width: 66%;
  height: 66%;
  position: absolute;
  top: 17px;
  left: 0;
  background: transparent;
  border-radius: 2px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.owl-next:before {
  left: auto;
  right: 0;
}

.owl-prev .fa,
.owl-next .fa {
  position: relative;
}

.owl-prev:hover,
.owl-next:hover {
  transition: 0s !important;
}

.owl-prev:hover:before,
.owl-next:hover:before {
  opacity: 0.87;
}

.owl-prev:active:before,
.owl-next:active:before {
  opacity: 0.6;
}

.owl-carousel:hover .owl-prev {
  opacity: 1;
  left: -35px;
}

.owl-carousel:hover .owl-next {
  opacity: 1;
  right: -35px;
}

.owl-pagination {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
}

.owl-page {
  display: inline-block;
  padding: 6px 4px;
  position: relative;
}

.owl-page span {
  width: 6px;
  height: 6px;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 1000 !important;
  border-radius: 4px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.owl-page:hover span {
  background: rgba(255, 255, 255, 1);
}

.owl-page.active span {
  background: transparent;
  bordeR: 1px solid rgba(255, 255, 255, 0.8);
  transform: scale(1.3333333);
}

.item-carousel .owl-prev {
  left: -125px;
}

.item-carousel .owl-next {
  right: -125px;
}

section:hover .item-carousel.owl-carousel .owl-prev {
  opacity: 1;
  left: -80px;
}

section:hover .item-carousel.owl-carousel .owl-next {
  opacity: 1;
  right: -80px;
}

.item-carousel {
  margin-bottom: -50px;
  padding-bottom: 50px;
}

.item-carousel .owl-pagination {
  bottom: 0;
}

.work-full-slider .owl-pagination,
.content-slider .owl-pagination {
  bottom: 15px;
}

.single-carousel,
.small-item-carousel {
  margin-bottom: 35px;
}

.single-carousel .owl-pagination,
.small-item-carousel .owl-pagination {
  position: relative;
  left: 0;
  top: 35px;
  margin: 0;
}

.single-carousel.black .owl-page span,
.small-item-carousel.black .owl-page span {
  background: rgba(0, 0, 0, 0.15);
  box-shadow: none;
}

.single-carousel.black .owl-page:hover span,
.small-item-carousel.black .owl-page:hover span {
  background: rgba(0, 0, 0, 0.4);
}

.single-carousel.black .owl-page.active span,
.small-item-carousel.black .owl-page.active span {
  background: rgba(0, 0, 0, 0.4);
}

.single-carousel.black .owl-prev,
.single-carousel.black .owl-next,
.small-item-carousel.black .owl-prev,
.small-item-carousel.black .owl-next {
  color: rgba(0, 0, 0, 0.2);
  text-shadow: none;
  box-shadow: none;
}

.single-carousel.black .owl-prev:hover,
.single-carousel.black .owl-next:hover,
.small-item-carousel.black .owl-prev:hover,
.small-item-carousel.black .owl-next:hover {
  color: rgba(0, 0, 0, 0.35);
}

.single-carousel .owl-prev,
.small-item-carousel .owl-prev {
  left: -125px;
}

.single-carousel .owl-next,
.small-item-carousel .owl-next {
  right: -125px;
}

section:hover .single-carousel .owl-prev,
section:hover .small-item-carousel .owl-prev {
  opacity: 1;
  left: -80px;
}

section:hover .single-carousel .owl-next,
section:hover .small-item-carousel .owl-next {
  opacity: 1;
  right: -80px;
}

/* Tabs */

/* Tabs Minimal */
.tpl-minimal-tabs {
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  border: none;
}

.tpl-minimal-tabs > li {
  padding: 0 30px;
  background: none !important;
}

.tpl-minimal-tabs > li > a {
  padding: 6px 20px 5px;
  text-decoration: none;
  color: #000;
  background: none;
  border: 1px solid transparent;
  border-radius: 20px;
}

.tpl-minimal-tabs > li > a:hover {
  background: none;
  border-color: #e9e9e9;
  color: #777;
}

.tpl-minimal-tabs li.active a,
.tpl-minimal-tabs li.active a:hover {
  border: 1px solid #111 !important;
  background: none !important;
  color: #111;
  cursor: default;
}

/* Tabs Alternative */

/* Alert Messages */
.alert {
  margin: 0 auto 10px;
  padding: 14px 20px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  font-size: 13px;
  letter-spacing: 1px;
  color: #777;
  border-radius: 0;
}

.success {
  border-color: #a9e2c2;
  color: #36a367;
}

.notice {
  border-color: #f9ce75;
  color: #e9a00a;
}

.error {
  border-color: #ffbbbb;
  color: #e33131;
}

/* Accordion */
.accordion > dt {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.accordion > dt > a {
  display: block;
  position: relative;
  color: #777;
  text-decoration: none;
  padding: 14px 20px;
  border: 1px solid #e5e5e5;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.accordion > dt > a:hover {
  text-decoration: none;
  border-color: #ddd;
  background-color: #fcfcfc;
  color: #444;
}

.accordion > dt > a.active {
  color: #000;
  border-color: #ddd;
  background-color: #fcfcfc;
  cursor: default;
}

.accordion > dt > a:after {
  content: "\f107";
  width: 15px;
  height: 15px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #999;
  -webkit-font-smoothing: antialiased;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.accordion > dt > a.active:after,
.accordion > dt > a.active:hover:after {
  content: "\f106";
  color: #111;
}

.accordion > dt > a:hover:after {
  color: #444;
}

.accordion > dd {
  margin-bottom: 10px;
  padding: 10px 20px 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #777;
}

/* Toggle */
.toggle > dt {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.toggle > dt > a {
  display: block;
  position: relative;
  color: #777;
  text-decoration: none;
  padding: 14px 20px;
  border: 1px solid #e5e5e5;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.toggle > dt > a:hover {
  text-decoration: none;
  border-color: #ddd;
  background-color: #fcfcfc;
  color: #444;
}

.toggle > dt > a.active {
  color: #000;
  border-color: #ddd;
  background-color: #fcfcfc;
}

.toggle > dt > a:after {
  content: "\f107";
  width: 15px;
  height: 15px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #999;
  -webkit-font-smoothing: antialiased;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.toggle > dt > a.active:after,
.toggle > dt > a.active:hover:after {
  content: "\f106";
  color: #111;
}

.toggle > dt > a:hover:after {
  color: #444;
}

.toggle > dd {
  margin-bottom: 10px;
  padding: 10px 20px 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #777;
}

/* Progress Bars */

/* Alt bar */

/* Font Icons */

/* Animations */

/* Badges */

/*=======================================================
29. Special Demos
========================================================*/
/* Magazine */

.blog-posts-carousel-alt li img {
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.blog-posts-carousel-alt li:hover img {
  transform: scale(1.1);
  transition: all 5s cubic-bezier(0, 0, 0.58, 1);
}

/* Landing */

/* Photography */
.fullwidth-slideshow {
  cursor: grab;
  cursor: -moz-grab;
}

/* Photography */
.side-panel-is-left {
  margin-left: 270px;
}

.sp-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(10, 10, 10, 0.85);
  cursor: crosshair;
  z-index: 1030;
}

.side-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 270px;
  height: 100%;
  padding-bottom: 60px;
  overflow-y: auto;
  color: rgba(255, 255, 255, 0.65);
  background: #151515;
  text-align: center;
  z-index: 1031;
  box-sizing: border-box;
}

.sp-close-button {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 0.5;
  border-radius: 50%;
  transform: rotate(-45deg);
  transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
}

.sp-close-button:hover {
  opacity: 0.75;
  transform: rotate(45deg);
}

.sp-close-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #fff;
}

.sp-close-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 14px;
  margin: -7px 0 0 -1px;
  background: #fff;
}

.sp-button {
  display: none;
  position: fixed;
  top: 20px;
  left: 20px;
  width: 54px;
  height: 54px;
  background: #111;
  opacity: 0.85;
  text-indent: -12345px;
  z-index: 1030;
  border-radius: 50%;
  transition: opacity 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.sp-button:hover {
  opacity: 1;
}

.sp-button span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -11px;
  transition: all 0.07s cubic-bezier(0, 0, 0.58, 1);
}

.sp-button span:before,
.sp-button span:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: -6px;
  left: 0;
  transition: top 0.07s cubic-bezier(0, 0, 0.58, 1), bottom 0.07s cubic-bezier(0, 0, 0.58, 1), transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.07s;
}

.sp-button span:after {
  top: auto;
  bottom: -6px;
}

.sp-has-sub .fa {
  font-size: 14px;
}

.js-opened > .sp-has-sub > .fa {
  color: #fff;
}

.sp-sub {
  display: none;
  opacity: 0;
  position: relative;
}

.sp-sub > li > a {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
}

/* Coming Soon */

/* Dark Timer */

/*=======================================================
30. Bootstrap Multi Column
========================================================*/

@media (min-width: 768px) {
  .multi-columns-row .col-sm-6:nth-child(2n+3) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .multi-columns-row .col-sm-6:nth-child(2n+3) {
    clear: none;
  }
  .multi-columns-row .col-md-4:nth-child(3n+4) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .multi-columns-row .col-md-4:nth-child(3n+4) {
    clear: none;
  }
  .multi-columns-row .col-lg-4:nth-child(3n+4) {
    clear: left;
  }
  .multi-columns-row .col-lg-3:nth-child(4n+5) {
    clear: left;
  }
}
/* Other Styles */

/*=======================================================
33. Search Styles
========================================================*/
.desktop-nav a:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 50%;
  left: 0;
  margin-bottom: -0.8rem;
  opacity: 0;
  transition: opacity 0.3s;
}

.mobile-on .desktop-nav a:after {
  display: none;
}

.desktop-nav .active:after {
  opacity: 1;
}

.vacation {
  display: none;
}

.vacation.active {
  display: inline-block;
}

.pulsate {
  animation: pulsate 1s infinite;
}

@keyframes pulsate {
  0% {
    transform: scale(0.75);
  }
  20% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.75);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(0.75);
  }
}
/* Team Status */
.team-status {
  display: inline-block;
  text-transform: none;
  letter-spacing: 1px;
  font-size: 0.8rem;
  margin: 0.5rem 0;
  border: 1px solid #cacaca;
  background-color: #f2f2f2;
  color: #a2a2a2;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}

.team-status.is-busy {
  border-color: #ffae00;
  background-color: #ffefcc;
  color: #cc8b00;
}

.team-status.is-available {
  border-color: #3adb76;
  background-color: #daffe7;
  color: #2eaf5e;
}

/*========================================================
  Theme Name: Kymit
========================================================*/
/*=======================================================
  Start Table Of Content
========================================================*/
/*=======================================================

    1. Small Desktop
    2. Tablet Landscape
    3. Tablet Portrait
    4. Phone
    5. Small Phone

========================================================*/
/*=======================================================
  End Table Of Content
========================================================*/
/*=======================================================
  1. Small Desktop
========================================================*/
@media only screen and (max-width: 1366px) {
  .inner-nav ul li {
    margin-left: 25px;
  }
}
/*=======================================================
  2. Tablet Landscape
========================================================*/
@media only screen and (max-width: 1041px) {
  .main-nav.dark .inner-nav ul > li > a span.badge {
    left: 22px !important;
  }
  .mobile-on .desktop-nav ul li.cart-nav {
    float: left !important;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile-on .desktop-nav > ul {
    overflow-y: auto;
  }
  .page-section {
    padding: 70px 0;
  }
  .page-section, .small-section {
    background-attachment: scroll;
  }
  .owl-pagination {
    bottom: 25px;
  }
}
@media only screen and (max-width: 992px) {
  
  .split-section-content,
  .split-section-content.left,
  .split-section-content.right {
    float: none !important;
    width: auto;
  }
  .team-item-name {
    font-size: 13px;
  }
  .alt-features-grid {
    margin-top: 0;
  }
}
/*=======================================================
  3. Tablet Portrait
========================================================*/
@media only screen and (max-width: 991px) {
  .alt-features-item {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .display-none-sm {
    display: none !important;
  }
  .page-section {
    padding: 70px 0;
  }
  .small-section {
    padding: 50px 0;
  }
  .owl-pagination {
    bottom: 17px;
  }
  .tpl-minimal-tabs > li {
    padding: 0 5px;
  }
  .fm-button {
    top: 17px;
    right: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .display-none-xs {
    display: none !important;
  }
  .section-title.progress-title {
    text-align: center;
  }
  .hs-line-11 {
    font-size: 24px;
  }
  .team-item {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
  .alt-features-grid {
    margin-top: -10px;
  }
  .alt-features-item {
    margin-top: 0;
  }
  .side-panel {
    padding-bottom: 20px;
  }
  .align-left {
    text-align: left !important;
  }
}
/*=======================================================
  4. Phone
========================================================*/
@media only screen and (max-width: 480px) {
  .display-none-xs {
    display: none !important;
  }
  .text h3.font-alt {
    text-align: left;
  }
  .hs-line-8 {
    font-size: 12px;
  }
  .hs-line-11 {
    font-size: 20px;
    letter-spacing: 0.2em;
  }
  .scroll-down {
    bottom: 10px;
    height: 34px;
    line-height: 34px;
  }
  .scroll-down-icon {
    width: 22px;
    margin-left: -11px;
  }
  .scroll-down span {
    display: none;
  }
  .page-section {
    padding: 60px 0;
  }
  .small-section {
    padding: 30px 0;
  }
  .owl-pagination {
    bottom: 10px;
  }
  .owl-prev, .owl-next {
    display: none;
  }
  .owl-page {
    padding-left: 8px;
    padding-right: 8px;
  }
  .section-title {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .section-text {
    font-size: 15px;
    line-height: 1.7;
  }
  .tpl-minimal-tabs > li {
    padding: 0;
  }
  .tpl-minimal-tabs > li > a {
    padding: 6px 10px 5px;
  }
  .section-text,
  .text {
    line-height: 1.7;
  }
}
/*=======================================================
  5. Small Phone
========================================================*/
@media only screen and (max-width: 319px) {
  .nav-social-links {
    display: none;
  }
}
.mobile .page-section, .mobile .small-section {
  background-attachment: scroll;
}

/*========================================================
  Theme Name: Alvira
  Description: Alvira | One & Multi Page HTML Template
  Author: G-World
  Author https://www.templatemonster.com/vendors/gworld
  Version: 1.0
========================================================*/
.mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

.mb-20 {
  margin-bottom: 20px;
}

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

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

.pt-20 {
  padding-top: 20px;
}

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

.pb-20 {
  padding-bottom: 20px;
}

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

.pb-60 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .pb-md-70 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-xs-10 {
    margin-bottom: 10px;
  }
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
}
.cookie-notice {
  font-size: 12px;
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  max-width: calc(100% - 6rem);
  z-index: 10;
  border: 1px solid #f7f7f7;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  border-radius: 5px;
  padding: 1.5em 1em;
  display: grid;
  grid: auto/auto auto;
  align-items: center;
  gap: 1em;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 0.5s;
}

.cookie-notice.show {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.5s;
}

.cookie-notice h4 {
  font-size: 1.5em;
}

.cookie-notice .btn {
  font-size: 1em;
}

@media screen and (min-width: 768px) {
  .cookie-notice {
    font-size: 14px;
  }
}
.contact-box {
  position: fixed;
  right: 1rem;
  bottom: 4rem;
  max-width: calc(100vw - 2rem);
  padding: 1rem;
  z-index: 5;
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 50%;
  transition: border-radius 0.25s 0.25s;
}

.contact-box.is-open {
  background-color: #83c773;
  border-color: #75b267;
}

.contact-box.is-closed {
  background-color: #739ac7;
  border-color: #678ab2;
}

.contact-box-header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}

.contact-box-header-icon {
  font-size: 2rem;
  line-height: 2rem;
  width: 2rem;
  text-align: center;
}

.contact-box-header h3 {
  font-size: 0px;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  transition: font-size 0.25s 0.25s, opacity 0.25s 0s, visibility 0s 0.5s;
  line-height: 1;
}

.contact-box-header h3 a {
  text-decoration: none;
  color: #000;
}

.contact-box-content {
  font-size: 0px;
  line-height: 1;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s 0s, font-size 0.25s 0.25s, visibility 0s 0.5s;
  display: none;
}

.contact-box.is-closed .contact-box-content, .contact-box.is-open .contact-box-content {
  display: block;
}

.contact-box-content hr {
  margin: 0px;
  border-width: 0px;
  transition: margin 0.25s 0.25s, border-width 0.25s 0.25s;
}

.contact-box.is-open .contact-box-content hr {
  border-color: #75b267;
}

.contact-box.is-closed .contact-box-content hr {
  border-color: #678ab2;
}

.contact-box:hover {
  border-radius: 0.5rem;
  transition: border-radius 0.25s 0s;
}

.contact-box:hover .contact-box-header h3 {
  font-size: 24px;
  opacity: 1;
  visibility: visible;
  transition: font-size 0.25s 0s, opacity 0.25s 0.25s, visibility 0s 0s;
}

.contact-box:hover .contact-box-content {
  font-size: 14px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s 0.25s, font-size 0.25s 0s, visibility 0s 0s;
}

.contact-box:hover .contact-box-content hr {
  border-width: 1px;
  margin: 8px 0;
  transition: margin 0.25s 0s, border-width 0.25s 0s;
}
