/*! -----------------------------------------------------------------
[Master Stylesheet]
------------------------------------------------------------------
[General Styles]
*/
* {
  -webkit-font-smoothing: antialiased;
}
html {
  font-size: 100%;
  height: 100%;
}
html.modal-w {
  height: auto;
}
body {
  background-color: #fff;
  line-height: 1.8;
  font-size: 13px;
  -ms-overflow-style: scrollbar;
  overflow-x: hidden;
  position: relative;
  height: 100%;
  font-family: "Montserrat", Arial, serif;
  font-weight: normal;
  color: #010101;
}
::selection {
  color: #fff;
  background: #202020;
}
::-moz-selection {
  color: #fff;
  background: #202020;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  border: 0;
}
.disable-hover {
  pointer-events: none;
}
::-moz-selection,
::-webkit-selection,
::selection {
  background: rgba(228, 25, 25, 0.9);
  color: #fff;
}
.custom-fluid {
  max-width: 1340px;
}
.wrapper {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}
.img-shadow {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
/*------------------------------------------------------------------
[Typography]
*/
a {
  color: #e41919;
  transition: all 0.3s ease-in-out;
}
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
  color: #f7b8b8;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: #202020;
}
h1 > a:hover,
h1 > a:focus {
  color: #e41919;
}
h2 > a:hover,
h2 > a:focus {
  color: #e41919;
}
h3 > a:hover,
h3 > a:focus {
  color: #e41919;
}
h4 > a:hover,
h4 > a:focus {
  color: #e41919;
}
h5 > a:hover,
h5 > a:focus {
  color: #e41919;
}
h6 > a:hover,
h6 > a:focus {
  color: #e41919;
}
p,
pre,
ul,
ol,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Montserrat", Arial, serif;
  line-height: 1.4;
  font-weight: 700;
  color: #202020;
  text-transform: uppercase;
}
h1,
.h1 {
  font-size: 32px;
}
h2,
.h2 {
  font-size: 26px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 14px;
  margin: 0 0 15px;
}
h5,
.h5 {
  font-size: 12px;
  margin: 0 0 10px;
}
h6,
.h6 {
  font-weight: 600;
  font-size: 10px;
  margin: 0 0 10px;
}
ul,
ol {
  padding-left: 0;
  list-style: none;
}
ul > li,
ol > li {
  margin: 0 0 5px;
}
em {
  font-style: normal;
  opacity: 0.7;
}
hr {
  border-top: 1px solid #f2f2f2;
  margin-bottom: 40px;
  margin-top: 40px;
}
blockquote {
  border: 0;
  font-family: "Lora", serif;
  color: #202020;
  line-height: 1.8;
  font-size: 22px;
  font-size: 18px;
  padding: 20px 40px;
  margin: 40px 0;
  transition: all 0.3s ease-in-out;
  margin: 20px 0;
}
blockquote p:last-child {
  margin-bottom: 0;
}
.lead {
  font-weight: 400;
  font-size: 17px;
}
pre {
  border: 0;
  background: #f5f5f5;
  border-radius: 2px;
  padding: 20px 30px;
  margin: 40px 0;
  font-family: "Courier New", monospace;
  line-height: 1.8;
}
/*------------------------------------------------------------------
[Progress Bars]
*/
.progress-item {
  margin: 0 0 20px;
}
.progress-title {
  font-size: 12px;
  margin: 0 0 4px;
}
.progress {
  background-color: #eaeaea;
  height: 6px;
  margin: 0 0 10px;
  overflow: visible;
  box-shadow: none;
  border-radius: 3px;
}
.pb-number-box {
  position: absolute;
  padding: 4px 0;
  display: block;
  top: -24px;
  right: 0;
  opacity: 0;
  line-height: 12px;
  font-size: 12px;
  color: #828282;
}
.progress-title {
  color: #828282;
}
/*------------------------------------------------------------------
[Forms]
*/
.form-control {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: #eee;
  text-transform: uppercase;
  font-family: "Montserrat", Arial, serif;
  font-size: 0.625rem;
  padding: 1rem 0;
}
.form-control:focus {
  box-shadow: none;
  border-color: #eee;
  background: transparent;
}
.form-control-lg {
  font-size: 0.6875rem;
  padding: 1.0625rem 0.9375rem;
}
.form-control-sm {
  padding: 0.8125rem 0.9375rem;
}
.input-group-addon {
  border-color: #eee;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(3rem + 2px);
}
select.form-control-lg:not([size]):not([multiple]) {
  height: 3.5rem;
}
select.form-control-sm:not([size]):not([multiple]) {
  height: 2.8125rem;
}
.help-block {
  font-size: 0.875rem;
  padding: 5px;
  margin: 0;
}
.help-block.text-danger {
  color: #828282 !important;
}
.help-block ul {
  margin: 0;
}
.help-block ul > li {
  margin: 0;
}
/*------------------------------------------------------------------
[Buttons]
*/
.btn {
  border-width: 0;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  font-family: "Montserrat", Arial, serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.625rem;
  padding: 1.25rem 2.8125rem;
}
.btn > span {
  position: relative;
  z-index: 1;
}
.btn:before {
  content: "";
  position: absolute;
  display: block;
  z-index: 0;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  right: 0;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn:hover:before {
  height: 450%;
  width: 120%;
  transition: all 0.4s linear;
}
.btn:focus,
.btn.focus {
  box-shadow: none;
  outline: 0;
}
.btn.active.focus,
.btn.active:focus {
  box-shadow: none;
  outline: 0;
}
.btn:active.focus,
.btn:active:focus {
  box-shadow: none;
  outline: 0;
}
button {
  cursor: pointer;
}
/*------------------------------------------------------------------
[Button Sizes]
*/
.btn-lg {
  padding: 1.5rem 3.4375rem;
}
.btn-sm {
  padding: 1rem 2.1875rem;
}
/*------------------------------------------------------------------
[Button Colors]
*/
.btn.btn-brand {
  background: #202020;
  color: #fff;
}
.btn.btn-brand:before {
  background: #e41919;
}
.btn.btn-brand.btn-outline {
  background: transparent;
  border: 1px solid #202020;
  color: #525252;
}
.btn.btn-brand.btn-outline:before {
  background: #202020;
}
.btn.btn-brand.btn-outline:hover {
  border-color: #202020;
  color: #fff;
}
.btn.btn-gray {
  background: #333332;
  color: #fff;
}
.btn.btn-gray:before {
  background: #e41919;
}
.btn.btn-gray.btn-outline {
  border: 1px solid #333332;
  color: #525252;
  background: transparent;
}
.btn.btn-gray.btn-outline:before {
  background: #333332;
}
.btn.btn-gray.btn-outline:hover {
  border-color: #333332;
  color: #fff;
}
/*------------------------------------------------------------------
[Clients]
*/
.client {
  text-align: center;
  padding: 20px;
  opacity: 0.8;
  transition: all 0.4s ease-in-out;
  margin: 0 0 20px;
}
.client:hover {
  opacity: 1;
}
.clients-row > [class*="col-"] {
  border-right: 1px solid #f2f2f2;
  line-height: 100px;
}
.clients-row > [class*="col-"]:last-child {
  border: 0;
}
.clients-row + .clients-row {
  border-top: 1px solid #f2f2f2;
}
@media (max-width: 767px) {
  .clients-row {
    border: 1px solid #f2f2f2;
    border-bottom: 0;
  }
  .clients-row > [class*="col-"] {
    border: 0;
    border-bottom: 1px solid #f2f2f2;
  }
  .clients-row > [class*="col-"]:last-child {
    border: 0;
    border-bottom: 1px solid #f2f2f2;
  }
  .clients-row + .clients-row {
    border-top: 0;
  }
}
/*------------------------------------------------------------------
[Sliders]
*/
.tms-slides {
  text-align: center;
}
.tms-slides .tms-icons h2 {
  line-height: 1;
  font-size: 32px;
  margin: 0 0 20px;
}
.tms-slides blockquote {
  border: 0;
  line-height: 1.8;
  font-size: 12px;
  padding: 20px 0;
  margin: 0;
}
.tms-slides blockquote p:before,
.tms-slides blockquote p:after {
  display: none;
}
.tms-slides .tms-author > * {
  text-transform: uppercase;
  font-size: 10px;
  opacity: 0.8;
}
.owl-dots {
  text-align: center;
  line-height: 3px;
  margin: 20px 0;
}
.owl-dots .owl-dot {
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 24px;
  width: 24px;
  margin: 0 4px;
  transition: 0.2s linear;
}
.owl-dots .owl-dot.active {
  background: rgba(228, 25, 25, 0.7);
}
/* Clients */
.clients-carousel .owl-item img {
  display: inline-block;
  width: auto;
  padding: 30px 20px;
}
/* Loop Slider */
.contaner-fluid .loop {
  padding-left: 30px;
  padding-right: 30px;
}
.loop .owl-item {
  transition: 0.2s linear;
  padding: 20px 0;
  -webkit-transform: scale(0.92);
  transform: scale(0.92);
}
.loop .owl-item.active.center {
  transition: 0.2s linear;
}
.loop .owl-item img {
  border-radius: 3px;
}
.loop .owl-item.active.center {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.loop .owl-dots {
  padding: 10px 0 0;
}
/*------------------------------------------------------------------
[Social Icons]
*/
.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-icons > li {
  display: inline-block;
  margin: 5px 2px;
}
.social-icons > li > a {
  font-size: 22px;
  color: #FFF;
}
.social-icons > li > a:hover,
.social-icons > li > a:focus {
  color: #e41919;
}
/*------------------------------------------------------------------
[Сounters]
*/
.counter {
  text-align: center;
  padding: 20px 0;
}
.counter .counter-icon {
  line-height: 1;
  font-size: 48px;
  margin: 0 0 20px;
}
.counter .counter-number {
  font-size: 26px;
  line-height: 1;
  margin: 0 0 15px;
}
.counter .counter-title {
  font-size: 11px;
  margin: 0;
  line-height: normal;
}
/*!------------------------------------------------------------------
[Preloader]
*/
.page-loader {
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9998;
  display: none !important;
}
.cssload-container {
  position: absolute;
  height: 60px;
  width: 60px;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
}
.cssload-whirlpool {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #ccc;
  border-left-color: black;
  border-radius: 874px;
  -o-border-radius: 874px;
  -ms-border-radius: 874px;
  -webkit-border-radius: 874px;
  -moz-border-radius: 874px;
  margin: -22px 0 0 -22px;
  height: 44px;
  width: 44px;
  animation: cssload-rotate 1150ms linear infinite;
  -o-animation: cssload-rotate 1150ms linear infinite;
  -ms-animation: cssload-rotate 1150ms linear infinite;
  -webkit-animation: cssload-rotate 1150ms linear infinite;
  -moz-animation: cssload-rotate 1150ms linear infinite;
}
.cssload-whirlpool::before,
.cssload-whirlpool::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #ccc;
  border-left-color: black;
  border-radius: 874px;
  -o-border-radius: 874px;
  -ms-border-radius: 874px;
  -webkit-border-radius: 874px;
  -moz-border-radius: 874px;
}
.cssload-whirlpool::before {
  content: "";
  margin: -20px 0 0 -20px;
  height: 38px;
  width: 38px;
  animation: cssload-rotate 1150ms linear infinite;
  -o-animation: cssload-rotate 1150ms linear infinite;
  -ms-animation: cssload-rotate 1150ms linear infinite;
  -webkit-animation: cssload-rotate 1150ms linear infinite;
  -moz-animation: cssload-rotate 1150ms linear infinite;
}
.cssload-whirlpool::after {
  content: "";
  margin: -25px 0 0 -25px;
  height: 49px;
  width: 49px;
  animation: cssload-rotate 2300ms linear infinite;
  -o-animation: cssload-rotate 2300ms linear infinite;
  -ms-animation: cssload-rotate 2300ms linear infinite;
  -webkit-animation: cssload-rotate 2300ms linear infinite;
  -moz-animation: cssload-rotate 2300ms linear infinite;
}
@keyframes cssload-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
/*------------------------------------------------------------------
[Testimonials]
*/
.testimonials-card {
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  text-align: center;
  position: relative;
  margin: 60px 10px 20px;
  padding: 0 40px 40px;
  color: #828282;
  transition: all 0.4s ease;
}
.testimonials-card:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.testimonials-card-photo {
  position: absolute;
  left: 50%;
  height: 90px;
  width: 90px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.testimonials-card-photo img {
  border-radius: 50%;
  width: 100%;
}
.testimonials-card-content {
  padding: 80px 0 10px;
}
.testimonials-card-author {
  font-size: 14px;
}
.testimonials-card-author h4 {
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 0 5px;
}
.testimonials-card-author *:last-child {
  margin-bottom: 0;
}
.testimonials-card .testimonials-card-author h4 {
  color: #202020;
}
/*------------------------------------------------------------------
[Timeline]
*/
.timeline {
  position: relative;
  list-style: none;
  padding: 50px 0 50px;
  margin: 0;
}
.timeline:before {
  position: absolute;
  background: #202020;
  bottom: 0;
  top: 0;
  content: " ";
  width: 3px;
  left: 50%;
  margin-left: -1.5px;
}
.timeline-top:before {
  width: 50px;
  height: 3px;
  content: " ";
  display: block;
  background-color: #202020;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
}
.timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  display: table;
  content: " ";
  clear: both;
}
.timeline > li .timeline-panel {
  width: 46%;
  float: left;
  border-radius: 3px;
  position: relative;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  transition: 0.2s linear;
}
.timeline > li .timeline-panel .timeline-preview img {
  width: 100%;
}
.timeline > li .timeline-panel .timeline-body {
  padding: 40px 45px;
  border: 1px solid #202020;
}
.timeline > li .timeline-panel:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.timeline > li .timeline-panel:hover:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.timeline > li .timeline-panel *:last-child {
  margin-bottom: 0;
}
.timeline > li .timeline-panel:before {
  position: absolute;
  top: 40px;
  right: -38px;
  transition: 0.2s linear;
  content: " ";
  width: 37px;
  height: 3px;
  background-color: #202020;
  display: block;
}
.timeline > li .timeline-badge {
  font-size: 22px;
  text-align: center;
  position: absolute;
  top: 32px;
  left: 50%;
  margin-left: -10px;
  background-color: #fff;
  border: 3px solid #202020;
  height: 20px;
  width: 20px;
  z-index: 1;
  border-radius: 100%;
}
.timeline > li:nth-child(even) > .timeline-panel {
  float: right;
}
.timeline > li:nth-child(even) > .timeline-panel:before {
  right: auto;
  left: -38px;
}
@media (max-width: 767px) {
  ul.timeline:before {
    display: none;
  }
  ul.timeline > li .timeline-badge {
    display: none;
  }
  ul.timeline > li .timeline-panel {
    border: 1px solid #eee;
    width: 100%;
    float: right;
  }
  ul.timeline > li .timeline-panel:before {
    display: none;
  }
}
.timeline-company {
  font-size: 11px;
  margin: 0 0 5px;
  text-transform: unset;
}
.timeline-job-title {
  font-size: 11px;
  font-weight: 400;
  text-transform: unset;
}
.timeline-description {
  font-size: 9px;
  margin: 0 0 15px;
  font-weight: 400;
}
/*------------------------------------------------------------------
[Style Switcher]
*/
.custom-panel {
  position: fixed;
  width: 230px;
  left: 0;
  top: 150px;
  color: #eee;
  z-index: 999;
  background-color: #252525;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.panel-toggle {
  background-color: #252525;
  position: absolute;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
  display: none;
}
.panel-toggle i {
  font-size: 1.1em;
}
.panel-options {
  padding: 20px;
}
.panel-header {
  padding: 20px;
  font-size: 15px;
  border-bottom: 1px #2d2d2d solid;
}
.panel-options {
  padding: 30px 20px;
}
.panel-options p {
  font-size: 13px;
  margin: 0 0 20px 0;
}
.st-sw-layout {
  display: block;
  padding: 2px 0;
  font-weight: 400;
}
.color-picker {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px;
}
.color-picker.color-picker-last {
  margin: 0 0 20px 0;
}
.color-picker li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}
.color-picker li:nth-child(5n) {
  margin-right: 0;
}
.color-picker li > a {
  border-radius: 50%;
  display: block;
  height: 30px;
  width: 30px;
}
.color-picker li a:hover,
.color-picker li a.selected-color {
  border: 2px solid #eee !important;
}
/*------------------------------------------------------------------
[Header & Navigation]
*/
.header {
  background-color: transparent;
  position: fixed;
  z-index: 1040;
  height: 80px;
  width: 100%;
  padding: 0 50px;
  transition: height 0.3s ease-out, background 0.3s ease-out, box-shadow 0.5s, left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s;
  transition: height 0.3s ease-out, background 0.3s ease-out, transform 0.5s, box-shadow 0.5s, left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: height 0.3s ease-out, background 0.3s ease-out, transform 0.5s, box-shadow 0.5s, left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s;
  font-family: "Montserrat", Arial, serif;
  line-height: 24px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
}
.header.header-small {
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.07);
}
.header.header-shadow {
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  height: 58px;
}
.header .container,
.header .container-fluid {
  position: relative;
  height: 100%;
}
.extra-nav::before,
.nav-toggle::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-right: -1px;
}
.inner-header {
  position: relative;
  z-index: 1;
  height: 100%;
  float: left;
}
.inner-header::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-right: -1px;
}
.inner-brand {
  vertical-align: middle;
  display: inline-block;
}
.inner-navigation {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  text-align: right;
}
.inner-nav {
  vertical-align: middle;
  display: inline-block;
  height: 100%;
}
.inner-nav > ul {
  height: 100%;
  padding: 0;
  margin: 0;
}
.inner-nav > ul > li {
  position: relative;
  display: inline-block;
  height: 100%;
  margin: 0;
}
.inner-nav > ul > li > a {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 100%;
  padding: 0 20px;
  color: #fff;
}
.inner-nav > ul > li > a > .menu-item-span {
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.extra-nav {
  position: relative;
  text-align: right;
  float: right;
  height: 100%;
}
.header-btn-widget {
  display: inline-block;
  height: 100%;
  margin: 0;
}
/*------------------------------------------------------------------
[Header state]
*/
.header .brand-dark {
  display: inline-block;
}
.header .brand-light {
  display: none;
}
.header .inner-nav > ul > li > a {
  color: #FFF;
}
.header .inner-nav > ul > li > a:hover,
.header .inner-nav > ul > li > a:focus {
  color: rgba(102, 102, 102, 0.7);
}
.header-light .brand-dark {
  display: none;
}
.header-light .brand-light {
  display: inline-block;
}
.header-light .inner-nav > ul > li > a {
  color: #fff;
}
.header-light .inner-nav > ul > li > a:hover,
.header-light .inner-nav > ul > li > a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.header.header-small .brand-dark {
  display: inline-block;
}
.header.header-small .brand-light {
  display: none;
}
.header.header-small .inner-nav > ul > li > a {
  color: #202020;
}
.header.header-small .inner-nav > ul > li > a:hover,
.header.header-small .inner-nav > ul > li > a:focus,
.header.header-small .inner-nav > ul > li > a.active {
  color: #e41919;
}
.header.header-small .nav-toggle > a {
  margin-top: 22px;
}
.nav-toggle {
  display: none;
  padding: 0 0 0 25px;
  position: relative;
  z-index: 1;
  height: 100%;
  float: right;
}
.nav-toggle > a {
  display: inline-block;
  height: 14px;
  width: 18px;
  margin-top: 33px;
}
.nav-toggle > a span {
  background: #313131;
  display: block;
  height: 2px;
  width: 100%;
}
.nav-toggle > a span:nth-child(2),
.nav-toggle > a span:nth-child(3) {
  margin-top: 4px;
}
.portfolio-image img {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (min-width: 767px) {
  .portfolio-image img {
    float: right;
  }
}
@media (min-width: 992px) {
  .inner-navigation.collapse {
    display: block;
  }
}
@media (max-width: 991px) {
  .header {
    background-color: #fff;
    padding: 0;
  }
  .header .container,
  .header .container-fluid {
    padding-left: 18px;
    padding-right: 18px;
    width: 100%;
  }
  .header .brand-dark {
    display: inline-block;
  }
  .header-light .brand-dark {
    display: inline-block;
  }
  .header.header-small .brand-dark {
    display: inline-block;
  }
  .header .brand-light {
    display: none;
  }
  .header-light .brand-light,
  .header.header-small .brand-light {
    display: none;
  }
  .inner-nav {
    padding: 20px;
    display: block;
  }
  .extra-nav {
    display: none;
  }
  .nav-toggle {
    display: block;
  }
  .inner-nav {
    height: auto;
  }
  .inner-nav ul > li {
    display: block;
    height: auto;
    margin: 0;
  }
  .inner-nav ul > li:not(:last-child) {
    border-bottom: 1px solid #242424;
  }
  .inner-nav ul > li a:hover,
  .inner-nav ul > li a:focus {
    opacity: 0.8;
    color: #fff;
  }
  .inner-nav ul > li a::after,
  .inner-nav ul > li a::before {
    content: none;
  }
  .inner-nav > ul {
    height: auto;
  }
  .inner-nav > ul > li {
    float: none;
  }
  .inner-navigation {
    height: auto;
  }
  .inner-nav > ul > li > a > .menu-item-span {
    -webkit-transform: none;
    transform: none;
  }
  .inner-navigation {
    position: absolute;
    background-color: #151515;
    width: 100%;
    left: 0;
    top: 100%;
    text-align: left;
  }
  .inner-navigation.show {
    overflow-y: auto;
  }
  .inner-navigation.collapse {
    display: none;
  }
  .inner-navigation.collapse.show {
    display: block;
  }
  .inner-navigation.collapsing {
    height: 0;
  }
  .header .inner-brand,
  .header.header-light .inner-brand,
  .header.header-small .inner-brand,
  .header.header-light.header-small .inner-brand {
    color: #202020;
  }
  .header .brand-dark,
  .header.header-light .brand-dark,
  .header.header-small .brand-dark,
  .header.header-light.header-small .brand-dark {
    display: inline-block;
  }
  .header .brand-light,
  .header.header-light .brand-light,
  .header.header-small .brand-light,
  .header.header-light.header-small .brand-light {
    display: none;
  }
  .header .inner-nav > ul > li > a,
  .header.header-light .inner-nav > ul > li > a,
  .header.header-small .inner-nav > ul > li > a,
  .header.header-light.header-small .inner-nav > ul > li > a {
    color: #fff;
  }
  .header .inner-nav > ul > li > a:hover,
  .header .inner-nav > ul > li > a:focus {
    opacity: 0.8;
  }
  .header.header-light .inner-nav > ul > li > a:hover,
  .header.header-light .inner-nav > ul > li > a:focus {
    opacity: 0.8;
  }
  .header.header-small .inner-nav > ul > li > a:hover,
  .header.header-small .inner-nav > ul > li > a:focus {
    opacity: 0.8;
  }
  .header.header-light.header-small .inner-nav > ul > li > a:hover,
  .header.header-light.header-small .inner-nav > ul > li > a:focus {
    opacity: 0.8;
  }
}
/*------------------------------------------------------------------
[Hero]
*/
.module-header {
  text-align: center;
}
.module-header {
  text-align: center;
  background-color: #f7f7f7;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 240px 0;
}
.full-height {
  padding: 0;
}
.full-height {
  min-height: 100vh;
  height: 100vh;
}
.full-height .container {
  display: table;
  height: 100%;
  padding: 0;
}
.full-height .container {
  position: relative;
  z-index: 2;
}
.full-height .container > .row {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.module-header .container {
  position: relative;
  z-index: 2;
}
.module-page-title {
  padding: 160px 0 0;
}
.module-page-title .page-title-heading {
  margin: 0 0 10px;
}
.module-page-title .page-title-subheading {
  color: #bdbdbd;
  padding: 0;
  margin: 0;
}
.module-page-title hr {
  margin: 20px 0 0;
}
.module-header .container > .row > [class*="col-"] > *:last-child {
  margin-bottom: 0;
}
.module-header .btn {
  margin: 3px;
}
.module-header h1,
.module-header h2,
.module-header h3,
.module-header h4,
.module-header h5,
.module-header h6 {
  text-transform: uppercase;
}
.module-header h1.h1 {
  font-size: 64px;
  margin-right: -20px;
}
.module-header h1.h2 {
  font-size: 44px;
  margin-right: -14px;
}
.module-header h1.h3 {
  font-size: 36px;
  margin-right: -10px;
}
.module-header h1.h4 {
  font-size: 24px;
  margin-right: -8px;
}
.module-header h1.h5 {
  font-size: 14px;
  margin-right: -6px;
}
.module-header h1.h6 {
  font-size: 10px;
  margin-right: -2px;
  margin-bottom: 33px;
}
.module-header p {
  font-size: 15px;
}
@media (max-width: 992px) {
  .wrapper {
    padding-top: 80px;
  }
  .module-header {
    min-height: auto;
    height: auto;
    padding: 40px 0;
  }
  .module-header h1.h1 {
    font-size: 44.8px;
  }
  .module-header h1.h2 {
    font-size: 35.2px;
  }
  .module-header h1.h3 {
    font-size: 28.8px;
  }
  .module-header h1.h4 {
    font-size: 19.2px;
  }
  .module-header h1.h5 {
    font-size: 12.6px;
  }
  .module-header h1.h6 {
    font-size: 9px;
  }
  .module-header br,
  .mouse-icon {
    display: none;
  }
}
@media (max-width: 767px) {
  footer p {
    text-align: center;
  }
  footer ul.social-icons {
    text-align: center;
  }
  .module-header h1.h1 {
    font-size: 32px;
  }
  .module-header h1.h2 {
    font-size: 26.4px;
  }
  .module-header h1.h3 {
    font-size: 21.6px;
  }
  .module-header h1.h4 {
    font-size: 14.4px;
  }
  .module-header h1.h5 {
    font-size: 11.2px;
  }
  .module-header h1.h6 {
    font-size: 8px;
  }
  .module-header p {
    font-size: 13.5px;
  }
}
@media (max-width: 568px) {
  .module-header h1.h1 {
    font-size: 25.6px;
  }
  .module-header h1.h2 {
    font-size: 22px;
  }
  .module-header h1.h3 {
    font-size: 18px;
  }
  .module-header h1.h4 {
    font-size: 12px;
  }
  .module-header h1.h5 {
    font-size: 9.8px;
  }
  .module-header h1.h6 {
    font-size: 7px;
  }
  .module-header p {
    font-size: 12px;
  }
}
/*------------------------------------------------------------------
[Modules]
*/
.module,
.module-sm {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.module.module-divider-top,
.module-sm.module-divider-top {
  border-top: 1px solid #f2f2f2;
}
.module.module-divider-bottom,
.module-sm.module-divider-bottom {
  border-bottom: 1px solid #f2f2f2;
}
.module,
.module-sm {
  background-color: #fff;
  padding: 120px 0 100px;
}
.module.module-gray,
.module-sm.module-gray {
  background-color: #f7f7f7;
}
.module.module-dark {
  background-color: #333332;
}
.module-sm {
  padding: 60px 0 40px;
}
.module-sm.module-dark {
  background-color: #333332;
}
.m-title {
  margin: 0 0 80px;
}
.m-title > *:last-child {
  margin-bottom: 0;
}
.m-title h2 {
  margin: 0 0 10px;
}
.m-title h6 {
  font-size: 10px;
  color: #202020;
}
.m-title.l-align {
  text-align: left;
}
.m-title.c-align {
  text-align: center;
}
.m-title.r-align {
  text-align: right;
}
.bg-dark-30:before,
.bg-dark-60:before,
.bg-dark-90:before {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.bg-dark-30:before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  left: 0;
  top: 0;
}
.bg-dark-60:before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  left: 0;
  top: 0;
}
.bg-dark-90:before {
  background: rgba(0, 0, 0, 0.9);
  content: "";
  left: 0;
  top: 0;
}
/*------------------------------------------------------------------
[Portfolio filter]
*/
.filters {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.filters > li {
  display: inline-block;
  margin: 0 18px 10px 18px;
}
.filters > li a {
  color: #202020;
  color: #828282;
  opacity: 0.8;
}
.filters > li a:hover,
.filters > li a.current {
  opacity: 1;
  color: #e41919;
}
@media (max-width: 767px) {
  .filters > li {
    display: block;
  }
}
/*------------------------------------------------------------------
[Portfolio grid]
*/
.row-portfolio .grid-sizer,
.row-portfolio .portfolio-item {
  width: 33.333333%;
  padding: 20px;
  float: left;
}
.row-portfolio .grid-sizer.large,
.row-portfolio .portfolio-item.large {
  width: 66.666666%;
}
.row-portfolio[data-columns="4"] .grid-sizer,
.row-portfolio[data-columns="4"] .portfolio-item {
  width: 25%;
}
.row-portfolio[data-columns="4"] .grid-sizer.large,
.row-portfolio[data-columns="4"] .portfolio-item.large {
  width: 50%;
}
/*------------------------------------------------------------------
[Portfolio Single Item]
*/
.portfolio-item {
  float: left;
  width: 100%;
  margin-bottom: -1px;
}
.portfolio-item .portfolio-img-wrap {
  background-size: cover;
  background-position: 50%;
  position: relative;
  padding-top: 100%;
  padding-bottom: 1px;
}
.portfolio-item.large .portfolio-img-wrap {
  padding-bottom: 0;
}
.portfolio-wrapper {
  position: relative;
  overflow: hidden;
}
.portfolio-wrapper .portfolio-img-wrap {
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.portfolio-wrapper .dynamicWidth {
  border: 1px solid #9b9b9b;
}
.portfolio-overlay {
  position: absolute;
  background: rgba(30, 30, 30, 0.5);
  opacity: 0;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.portfolio-caption {
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0;
  z-index: 1;
  text-align: center;
  padding: 12px 10px 10px 10px;
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: background 0.5s ease-out;
  opacity: 1;
  display: block;
  clear: both;
  width: 100%;
  background: rgba(30, 30, 30, 0.9);
  height: auto;
  top: auto;
  bottom: 0;
}
.portfolio-title {
  font-size: 12px;
  color: #fff;
  margin: 0 0 8px;
  line-height: 1;
  text-transform: unset;
}
.portfolio-subtitle {
  color: #fff;
  display: block;
  font-size: 10px;
  opacity: 0.7;
}
.portfolio-link {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.portfolio-item:hover .portfolio-wrapper {
  box-shadow: 0 8px 15px rgba(30, 30, 30, 0.9);
}
.portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}
.portfolio-item:hover .portfolio-caption {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}
.portfolio-item:hover .portfolio-caption {
  background: unset;
  top: 50%;
  bottom: unset;
  transition: background 0.5s ease-out;
}
.tooltip-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tooltip-text {
  visibility: hidden;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  padding-top: 6px;
  position: absolute;
  bottom: 125%;
  /* Show above the element */
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  width: 150px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.tooltip-text ol {
  margin-bottom: 0;
}
.tooltip-text ol li {
  max-width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}
.tooltip-text ol li::marker {
  font-weight: normal;
  font-size: 9px;
}
.tooltip-text ol li p {
  font-size: 9px;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: none;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}
.tooltip-wrapper.show-tooltip .tooltip-text {
  visibility: visible;
}
.info-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: calc(24px/2);
  height: calc(24px/2);
  background-color: #202020;
  color: white;
  border-radius: 50%;
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
}
.info-icon:hover,
.info-icon:active {
  background-color: #e41919;
}
@media (max-width: 1199px) {
  .row-portfolio .grid-sizer,
  .row-portfolio .portfolio-item {
    width: 33.333333%;
  }
  .row-portfolio[data-columns="4"] .grid-sizer,
  .row-portfolio[data-columns="4"] .portfolio-item {
    width: 33.333333%;
  }
  .row-portfolio[data-columns="5"] .grid-sizer,
  .row-portfolio[data-columns="5"] .portfolio-item {
    width: 33.333333%;
  }
  .row-portfolio .grid-sizer.large,
  .row-portfolio .portfolio-item.large {
    width: 66.666666%;
  }
  .row-portfolio[data-columns="4"] .grid-sizer.large,
  .row-portfolio[data-columns="4"] .portfolio-item.large {
    width: 66.666666%;
  }
  .row-portfolio[data-columns="5"] .grid-sizer.large,
  .row-portfolio[data-columns="5"] .portfolio-item.large {
    width: 66.666666%;
  }
}
@media (max-width: 991px) {
  .row-portfolio .grid-sizer,
  .row-portfolio .portfolio-item {
    width: 50%;
  }
  .row-portfolio[data-columns="4"] .grid-sizer,
  .row-portfolio[data-columns="4"] .portfolio-item {
    width: 50%;
  }
  .row-portfolio[data-columns="5"] .grid-sizer,
  .row-portfolio[data-columns="5"] .portfolio-item {
    width: 50%;
  }
  .row-portfolio .grid-sizer.large,
  .row-portfolio .portfolio-item.large {
    width: 100%;
  }
  .row-portfolio[data-columns="4"] .grid-sizer.large,
  .row-portfolio[data-columns="4"] .portfolio-item.large {
    width: 100%;
  }
  .row-portfolio[data-columns="5"] .grid-sizer.large,
  .row-portfolio[data-columns="5"] .portfolio-item.large {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .row-portfolio .grid-sizer,
  .row-portfolio .portfolio-item {
    width: 100%;
  }
  .row-portfolio[data-columns="4"] .grid-sizer,
  .row-portfolio[data-columns="4"] .portfolio-item {
    width: 100%;
  }
  .row-portfolio[data-columns="5"] .grid-sizer,
  .row-portfolio[data-columns="5"] .portfolio-item {
    width: 100%;
  }
  .row-portfolio .grid-sizer.large,
  .row-portfolio .portfolio-item.large {
    width: 100%;
  }
  .row-portfolio[data-columns="4"] .grid-sizer.large,
  .row-portfolio[data-columns="4"] .portfolio-item.large {
    width: 100%;
  }
  .row-portfolio[data-columns="5"] .grid-sizer.large,
  .row-portfolio[data-columns="5"] .portfolio-item.large {
    width: 100%;
  }
}
/*------------------------------------------------------------------
[Gallery]
*/
a[rel~="gallery"]:hover {
  opacity: 0.8;
}
.gallery {
  margin-left: -10px;
  margin-right: -10px;
}
.gallery:before {
  content: " ";
  display: table;
}
.gallery:after {
  content: " ";
  display: table;
  clear: both;
}
.gallery .gallery-item {
  float: left;
  margin: 0 0 20px;
  padding: 0 10px;
}
.gallery-item {
  position: relative;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.11%;
}
.gallery-columns-5 .gallery-item .gallery-caption,
.gallery-columns-6 .gallery-item .gallery-caption,
.gallery-columns-7 .gallery-item .gallery-caption,
.gallery-columns-8 .gallery-item .gallery-caption,
.gallery-columns-9 .gallery-item .gallery-caption {
  display: none;
}
.gallery .gallery-caption {
  background-color: rgba(255, 255, 255, 0.96);
  position: absolute;
  bottom: 15px;
  left: 30px;
  margin-right: 30px;
  padding: 8px 15px;
  text-align: left;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  transition-duration: 0.2s;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 991px) {
  .gallery-item,
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .gallery-item,
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 100%;
  }
}
/*------------------------------------------------------------------
[Blog]
*/
.sidebar {
  padding: 0 0 0 30px;
}
.post {
  margin: 0 0 50px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}
.post + .post {
  margin: 80px 0 0;
}
.blog-grid .post,
.blog-masonry .post {
  transition: 0.2s linear;
  background: #fff;
  color: #828282;
}
.blog-grid .post:hover,
.blog-masonry .post:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.post:hover .post-preview img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}
.post-preview {
  position: relative;
  overflow: hidden;
}
.post-preview img {
  width: 100%;
  transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
}
.blog-grid .post-preview .post-category,
.blog-masonry .post-preview .post-category {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #e41919;
  padding: 4px 8px;
  text-transform: uppercase;
  font-size: 9px;
}
.blog-grid .post-preview .post-category a,
.blog-masonry .post-preview .post-category a {
  color: #fff;
}
.post-wrapper,
.blog-grid .post-wrapper,
.blog-masonry .post-wrapper {
  padding: 50px 48px;
}
.post-more {
  margin: 20px 0 0;
}
.post-header {
  margin: 0 0 26px;
}
.blog-grid .post-header,
.blog-masonry .post-header {
  margin: 0 0 15px;
}
.post-title {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 12px;
}
.blog-grid .post-title,
.blog-masonry .post-title {
  margin: 0 0 10px;
}
.post-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 10px;
  color: #bdbdbd;
}
.post-meta > li {
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
}
.post-meta a {
  color: #bdbdbd;
}
.post-meta a:hover,
.post-meta a:focus {
  color: #e41919;
}
.post-info {
  border-top: 1px solid #f2f2f2;
  padding: 20px 48px;
}
.post-info a {
  color: #202020;
}
.post-info a:hover,
.post-info a:focus {
  color: #e41919;
}
.post-tags {
  margin: 30px 0 0;
}
.post-tags a {
  background: #f2f2f2;
  position: relative;
  display: inline-block;
  padding: 1px 15px;
  margin: 5px 8px 5px 0;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 7px;
  color: #111;
}
.post-tags a:hover {
  background: #e41919;
  color: #fff;
  opacity: 1;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin: 30px 0 20px;
}
.post-content h1:first-child,
.post-content h2:first-child,
.post-content h3:first-child,
.post-content h4:first-child,
.post-content h5:first-child,
.post-content h6:first-child {
  margin-top: 0;
}
.post-content p,
.post-content ul,
.post-content ol {
  margin: 0 0 30px;
}
.post-content blockquote {
  border-left: 2px solid #eaeaea;
  margin: 40px 0;
}
.post-content blockquote:hover {
  border-color: #e41919;
}
.post-content ul,
.post-content ol {
  margin-left: 40px;
}
.post-content ul {
  list-style-type: disc;
}
.post-content ol {
  list-style-type: decimal;
}
.post-content > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .sidebar {
    padding: 0;
  }
}
/*------------------------------------------------------------------
[Comments & Comment Form]
*/
.comments-area {
  margin: 0 0 50px;
}
.comments-title,
.comment-reply-title {
  font-size: 14px;
  margin: 0 0 20px;
}
.comment-list {
  margin: 0 0 50px;
}
.comment-list > .comment:first-child {
  padding: 10px 0 0;
}
.comment-reply-title {
  margin: 0 0 10px;
}
.comment-form {
  margin-top: 40px;
}
.comment {
  padding: 35px 0 0;
}
.comment .children > .comment {
  margin-left: 85px;
}
.comment-author {
  margin: 5px 0 0;
  height: 64px;
  width: 64px;
  float: left;
}
.comment-author > img {
  border-radius: 50%;
}
.comment-body {
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 0 0 10px;
  margin: 0 0 0 85px;
}
.comment-meta {
  margin: 0 0 15px;
}
.comment-meta-author a {
  color: #202020;
}
.comment-meta-author a:hover,
.comment-meta-author a:focus {
  color: #e41919;
}
.comment-meta-date {
  font-size: 90%;
}
.comment-meta-date a {
  color: #828282;
  opacity: 0.6;
}
.comment-meta-date a:hover,
.comment-meta-date a:focus {
  color: #e41919;
  opacity: 1;
}
.comment-reply {
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  font-size: 7px;
}
.comment-reply > a {
  background-color: #f2f2f2;
  padding: 7px 8px 5px 10px;
  display: block;
  color: #303133;
}
.comment-reply > a:hover,
.comment-reply > a:focus {
  background: #e41919;
  color: #fff;
}
/*------------------------------------------------------------------
[Widgets]
*/
.widget {
  margin: 0 0 50px;
}
.widget .widget-title {
  margin: 0 0 35px;
}
.widget .widget-title h6 {
  font-size: 10px;
  margin: 0;
}
.widget ul,
.widget ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget ul li,
.widget ol li {
  margin-bottom: 10px;
  border-bottom: 1px dashed #eee;
  padding-bottom: 10px;
}
.widget ul li:last-child,
.widget ol li:last-child {
  border: 0;
}
.widget a {
  color: #828282;
}
.widget a:hover,
.widget a:focus {
  color: #e41919;
}
.widget input,
.widget select {
  width: 100%;
  box-shadow: none;
  border-radius: 2px;
  border-width: 1px;
  border-color: #eee;
  text-transform: uppercase;
  font-family: "Montserrat", Arial, serif;
  font-size: 0.625rem;
  padding: 1rem 0.9375rem;
}
/* --- [ Search Widget ] --- */
.widget_search form {
  position: relative;
}
.search-button {
  background-color: transparent;
  border: none;
  position: absolute;
  top: -2px;
  height: 100%;
  right: 10px;
  transition: all 0.3s ease-out;
  color: #ddd;
}
.search-button:focus,
.search-button.focus {
  outline: 0;
}
.search-button.active.focus,
.search-button.active:focus {
  outline: 0;
}
.search-button:active.focus,
.search-button:active:focus {
  outline: 0;
}
.search-button:hover {
  color: #e41919;
}
.widget_archive ul li a,
.widget_categories ul li a {
  margin-right: 5px;
}
.widget_recent_works,
.widget_recent_entries a,
.widget_recent_entries_custom a {
  color: #202020;
}
.post-date {
  font-size: 12px;
  display: block;
  opacity: 0.7;
}
.widget_recent_entries_custom ul li {
  display: table;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.widget_recent_entries_custom .wi,
.widget_recent_entries_custom .wb {
  vertical-align: middle;
  display: table-cell;
}
.widget_recent_entries_custom .wi {
  float: left;
  width: 74px;
}
.widget_recent_entries_custom .wi img {
  width: 100%;
}
.widget_recent_entries_custom .wb {
  padding-left: 14px;
  width: 100%;
}
/* --- [ Resent Works Widget ] --- */
.widget_recent_works > ul {
  margin: 0 -4px;
}
.widget_recent_works > ul:before {
  content: " ";
  display: table;
}
.widget_recent_works > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.widget_recent_works > ul > li {
  border: 0 !important;
  float: left;
  width: 33.333%;
  padding: 4px;
  margin: 0;
}
.widget_recent_works > ul > li > a:hover {
  opacity: 0.5;
}
/* --- [ Tags Widget ] --- */
.widget_tag_cloud .tagcloud > a {
  background: #f2f2f2;
  position: relative;
  display: inline-block;
  padding: 1px 15px;
  margin: 5px 8px 5px 0;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 7px;
  color: #111;
}
.widget_tag_cloud .tagcloud > a:hover {
  background: #e41919;
  color: #fff;
  opacity: 1;
}
/* --- [ Navmenu widget ] --- */
.widget_nav_menu ul li {
  border: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-family: "Montserrat", Arial, serif;
  line-height: 1.4;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}
::-webkit-scrollbar {
  height: calc(24px/2);
  width: calc(24px/2);
  background: #f7f7f7;
}
::-webkit-scrollbar-thumb {
  background: #9b9b9b;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
  background: #202020;
}
::-webkit-scrollbar-thumb:horizontal {
  background: #9b9b9b;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb:horizontal:hover,
::-webkit-scrollbar-thumb:horizontal:active {
  background: #202020;
}
.timeline-buttons {
  margin: 3px;
}
/*------------------------------------------------------------------
[Footer]
*/
.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #333332;
  padding: 10px 0;
}
.footer a:hover,
.footer a:focus {
  opacity: 0.7;
}
.footer .copyright {
  font-size: 12px;
  margin: 0;
  color: #FFF;
  text-align: center;
}
.footer-copyright {
  background: #000;
  padding: 20px 0;
}
.social-icons {
  text-align: right;
  margin: 5px 0 5px 5px;
}
/*
@media only screen and (min-width: 992px) {
.footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
} */
.bg-dark,
.module-dark {
  color: #828282;
}
.bg-dark a:not(.btn),
.module-dark a:not(.btn) {
  color: #e41919;
  transition: all 0.3s ease-in-out;
}
.bg-dark a:not(.btn):hover,
.bg-dark a:not(.btn):focus {
  outline: 0;
  text-decoration: none;
  color: #f7b8b8;
}
.module-dark a:not(.btn):hover,
.module-dark a:not(.btn):focus {
  outline: 0;
  text-decoration: none;
  color: #f7b8b8;
}
.bg-dark h1 > a,
.bg-dark .h1 > a,
.bg-dark h2 > a,
.bg-dark .h2 > a,
.bg-dark h3 > a,
.bg-dark .h3 > a,
.bg-dark h4 > a,
.bg-dark .h4 > a,
.bg-dark h5 > a,
.bg-dark .h5 > a,
.bg-dark h6 > a,
.bg-dark .h6 > a {
  color: #fff;
}
.module-dark h1 > a,
.module-dark .h1 > a,
.module-dark h2 > a,
.module-dark .h2 > a,
.module-dark h3 > a,
.module-dark .h3 > a,
.module-dark h4 > a,
.module-dark .h4 > a,
.module-dark h5 > a,
.module-dark .h5 > a,
.module-dark h6 > a,
.module-dark .h6 > a {
  color: #fff;
}
.bg-dark h1 > a:hover,
.bg-dark h1 > a:focus {
  color: #e41919;
}
.bg-dark .h1 > a:hover,
.bg-dark .h1 > a:focus {
  color: #e41919;
}
.bg-dark h2 > a:hover,
.bg-dark h2 > a:focus {
  color: #e41919;
}
.bg-dark .h2 > a:hover,
.bg-dark .h2 > a:focus {
  color: #e41919;
}
.bg-dark h3 > a:hover,
.bg-dark h3 > a:focus {
  color: #e41919;
}
.bg-dark .h3 > a:hover,
.bg-dark .h3 > a:focus {
  color: #e41919;
}
.bg-dark h4 > a:hover,
.bg-dark h4 > a:focus {
  color: #e41919;
}
.bg-dark .h4 > a:hover,
.bg-dark .h4 > a:focus {
  color: #e41919;
}
.bg-dark h5 > a:hover,
.bg-dark h5 > a:focus {
  color: #e41919;
}
.bg-dark .h5 > a:hover,
.bg-dark .h5 > a:focus {
  color: #e41919;
}
.bg-dark h6 > a:hover,
.bg-dark h6 > a:focus {
  color: #e41919;
}
.bg-dark .h6 > a:hover,
.bg-dark .h6 > a:focus {
  color: #e41919;
}
.module-dark h1 > a:hover,
.module-dark h1 > a:focus {
  color: #e41919;
}
.module-dark .h1 > a:hover,
.module-dark .h1 > a:focus {
  color: #e41919;
}
.module-dark h2 > a:hover,
.module-dark h2 > a:focus {
  color: #e41919;
}
.module-dark .h2 > a:hover,
.module-dark .h2 > a:focus {
  color: #e41919;
}
.module-dark h3 > a:hover,
.module-dark h3 > a:focus {
  color: #e41919;
}
.module-dark .h3 > a:hover,
.module-dark .h3 > a:focus {
  color: #e41919;
}
.module-dark h4 > a:hover,
.module-dark h4 > a:focus {
  color: #e41919;
}
.module-dark .h4 > a:hover,
.module-dark .h4 > a:focus {
  color: #e41919;
}
.module-dark h5 > a:hover,
.module-dark h5 > a:focus {
  color: #e41919;
}
.module-dark .h5 > a:hover,
.module-dark .h5 > a:focus {
  color: #e41919;
}
.module-dark h6 > a:hover,
.module-dark h6 > a:focus {
  color: #e41919;
}
.module-dark .h6 > a:hover,
.module-dark .h6 > a:focus {
  color: #e41919;
}
.bg-dark h1,
.bg-dark .h1,
.bg-dark h2,
.bg-dark .h2,
.bg-dark h3,
.bg-dark .h3,
.bg-dark h4,
.bg-dark .h4,
.bg-dark h5,
.bg-dark .h5,
.bg-dark h6,
.bg-dark .h6,
.bg-dark blockquote {
  color: #fff;
}
.module-dark h1,
.module-dark .h1,
.module-dark h2,
.module-dark .h2,
.module-dark h3,
.module-dark .h3,
.module-dark h4,
.module-dark .h4,
.module-dark h5,
.module-dark .h5,
.module-dark h6,
.module-dark .h6,
.module-dark blockquote {
  color: #fff;
}
.bg-dark .mouse-icon,
.module-dark .mouse-icon {
  border-color: #fff;
}
.bg-dark .mouse-icon .wheel,
.module-dark .mouse-icon .wheel {
  background-color: #fff;
}
.bg-dark .form-control,
.module-dark .form-control {
  border-color: #242424;
}
.bg-dark .progress,
.module-dark .progress {
  background: #151515;
}
.bg-dark .counter .counter-title,
.bg-dark .counter .counter-number {
  color: #fff;
}
.module-dark .counter .counter-title,
.module-dark .counter .counter-number {
  color: #fff;
}
.bg-dark .timeline > li > .timeline-badge,
.module-dark .timeline > li > .timeline-badge {
  background: #000;
}
.bg-dark .timeline > li .timeline-badge,
.bg-dark .timeline > li .timeline-panel {
  border-color: #151515;
}
.module-dark .timeline > li .timeline-badge,
.module-dark .timeline > li .timeline-panel {
  border-color: #151515;
}
.bg-dark .timeline:before,
.bg-dark .timeline-top:before {
  background: #202020;
}
.bg-dark .timeline > li > .timeline-panel {
  background: #151515;
}
.bg-dark .timeline > li > .timeline-panel:before {
  background: #151515;
}
.module-dark .timeline:before,
.module-dark .timeline-top:before {
  background: #151515;
}
.module-dark .timeline > li > .timeline-panel {
  background: #151515;
}
.module-dark .timeline > li > .timeline-panel:before {
  background: #151515;
}
.bg-dark .blog-grid .post,
.module-dark .blog-grid .post {
  background: #151515;
  color: #828282;
}
.bg-dark .post-info,
.module-dark .post-info {
  border-color: #1e1e1e;
}
.bg-dark .post-meta a,
.module-dark .post-meta a {
  color: #fff;
}
.bg-dark .post-meta a:hover,
.bg-dark .post-meta a:focus {
  color: #e41919;
}
.module-dark .post-meta a:hover,
.module-dark .post-meta a:focus {
  color: #e41919;
}
.bg-dark .owl-dots .owl-dot,
.module-dark .owl-dots .owl-dot {
  background: rgba(255, 255, 255, 0.2);
}
.bg-dark .owl-dots .owl-dot.active,
.module-dark .owl-dots .owl-dot.active {
  background: rgba(228, 25, 25, 0.7);
}
.bg-dark {
  color: #fff;
}
.skills {
  line-height: 1;
}
.skills .skill {
  display: inline-block;
  -webkit-border-radius: calc(24px/4);
  border-radius: calc(24px/4);
  padding: 0;
  margin: 0 calc(24px/4) 0 0;
  font-size: smaller !important;
  font-weight: 500;
}
.skills .skill a {
  color: #fff;
}
.skills .skill:first-child {
  margin-top: 24px/2;
}
.timeline-body ul {
  margin-bottom: 24px;
}
.timeline-body ul li {
  font-size: smaller;
  margin-left: calc(24px/2);
}
.list-icons {
  margin-top: 15px;
}
.list-icons li i {
  font-size: 35px;
  color: #202020;
}
