/* Template Name: Porfo - Responsive Portfolio Template
   Author: Shreethemes-studio
   Email: support@shreethemes.in
   Website: https://shreethemes.in/
   Version: 3.0.0
   Created: August 2020
   File Description: Main Js file of the template
*/
/****************************/
/*         INDEX            */
/*===========================
 *     01.  Variables       *
 *     02.  General         *
 *     03.  Helper          *
 *     04.  Bootstrap Custom*
 *     05.  Components      *
 *     06.  Menu            *
 *     07.  Home            *
 *     08.  Features & Testi*
 *     09.  Work            *
 *     10.  CTA             *
 *     11.  Blog / News     *
 *     12.  Contact         *
 *     13.  Footer          *
 ===========================*/
/************************
    1. Variables
************************/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700&display=swap");
/************************
    2. General
************************/
body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden !important;
  font-size: 15px;
  color: #32363b;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Inter", sans-serif;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

::selection {
  background: #3e4349;
  color: #ffffff;
}

a {
  text-decoration: none !important;
}

p {
  line-height: 1.6;
}

/************************
    3.  Helper
************************/
.section {
  padding: 100px 0;
  position: relative;
}

.section-two {
  padding: 60px 0;
  position: relative;
}

.bg-overlay {
  background-color: rgba(50, 54, 59, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bg-overlay-white {
  background-color: rgba(255, 255, 255, 0.95);
}

.title-heading {
  line-height: 26px;
}

.title-heading .heading {
  font-size: 40px !important;
  letter-spacing: 1px;
}

.title-heading .para-desc {
  font-size: 16px;
  letter-spacing: 0.5px;
}

.title-heading .page-title {
  /*opacity: 1;*/
  /*opacity: 0.8;*/
  opacity: 0.15;
  font-weight: 800 !important;
}

.section-title {
  position: relative;
}

.section-title .title {
  letter-spacing: 0.5px;
  font-size: 32px !important;
}

.para-desc {
  max-width: 600px;
}

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

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

.text-shadow-title {
  text-shadow: 10px 10px 15px rgba(50, 54, 59, 0.3);
}

@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
  .title-heading .heading {
    font-size: 30px !important;
  }
  .title-heading .para-desc {
    font-size: 15px;
  }
  .section-title .title {
    font-size: 28px !important;
  }
  .mt-60 {
    margin-top: 60px;
  }
}

/*****************************
    4.  Bootstrap Custom
******************************/
@media (min-width: 1400px) {
  .container {
    max-width: 1140px !important;
  }
}

.row > * {
  position: relative;
}

.d-flex .flex-1 {
  flex: 1;
}

h1 {
  font-size: 42px !important;
}

h2 {
  font-size: 36px !important;
}

h3 {
  font-size: 30px !important;
}

h4 {
  font-size: 24px !important;
}

h5 {
  font-size: 18px !important;
}

h6 {
  font-size: 16px !important;
}

.display-1 {
  font-size: 80px !important;
}

.display-2 {
  font-size: 72px !important;
}

.display-3 {
  font-size: 64px !important;
}

.display-4 {
  font-size: 56px !important;
}

.bg-primary {
  background-color: #f7ac44 !important;
}

.bg-soft-primary {
  background-color: rgba(247, 172, 68, 0.2) !important;
}

.text-primary {
  color: #f7ac44 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #f6a12c !important;
}

.bg-secondary {
  background-color: #efeff7 !important;
}

.bg-soft-secondary {
  background-color: rgba(239, 239, 247, 0.2) !important;
}

.text-secondary {
  color: #efeff7 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #dedeef !important;
}

.bg-success {
  background-color: #52cc99 !important;
}

.bg-soft-success {
  background-color: rgba(82, 204, 153, 0.2) !important;
}

.text-success {
  color: #52cc99 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #3ec68d !important;
}

.bg-warning {
  background-color: #ffbf66 !important;
}

.bg-soft-warning {
  background-color: rgba(255, 191, 102, 0.2) !important;
}

.text-warning {
  color: #ffbf66 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ffb44d !important;
}

.bg-info {
  background-color: #66ccff !important;
}

.bg-soft-info {
  background-color: rgba(102, 204, 255, 0.2) !important;
}

.text-info {
  color: #66ccff !important;
}

a.text-info:hover, a.text-info:focus {
  color: #4dc4ff !important;
}

.bg-danger {
  background-color: #f86446 !important;
}

.bg-soft-danger {
  background-color: rgba(248, 100, 70, 0.2) !important;
}

.text-danger {
  color: #f86446 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #f74f2d !important;
}

.bg-dark-blue {
  background-color: #08083d !important;
}

.bg-soft-dark-blue {
  background-color: rgba(8, 8, 61, 0.2) !important;
}

.text-dark-blue {
  color: #08083d !important;
}

a.text-dark-blue:hover, a.text-dark-blue:focus {
  color: #050526 !important;
}

.bg-dark {
  background-color: #32363b !important;
}

.bg-soft-dark {
  background-color: rgba(50, 54, 59, 0.2) !important;
}

.text-dark {
  color: #32363b !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #26292d !important;
}

.bg-muted {
  background-color: #8492a6 !important;
}

.bg-soft-muted {
  background-color: rgba(132, 146, 166, 0.2) !important;
}

.text-muted {
  color: #65778B !important;
  /*color: #8492a6;*/
}

a.text-muted:hover, a.text-muted:focus {
  color: #75859b !important;
}

.bg-light {
  background-color: #f8f9fc !important;
}

.bg-soft-light {
  background-color: rgba(248, 249, 252, 0.2) !important;
}

.text-light {
  color: #f8f9fc !important;
}

a.text-light:hover, a.text-light:focus {
  color: #e6eaf4 !important;
}

.bg-footer {
  background-color: #35404E !important;
}

.bg-soft-footer {
  background-color: rgba(53, 64, 78, 0.2) !important;
}

.text-footer {
  color: #35404E !important;
}

a.text-footer:hover, a.text-footer:focus {
  color: #2b343f !important;
}

.list-inline-item:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 5px;
}

.rounded {
  border-radius: 6px !important;
}

.rounded-top {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.rounded-left {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-bottom {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-right {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-pill {
  border-radius: 30px !important;
}

.rounded-md {
  border-radius: 10px !important;
}

.rounded-lg {
  border-radius: 30px !important;
}

.border {
  border: 1px solid #e9ecef !important;
}

.border-top {
  border-top: 1px solid #e9ecef !important;
}

.border-bottom {
  border-bottom: 1px solid #e9ecef !important;
}

.border-left {
  border-left: 1px solid #e9ecef !important;
}

.border-right {
  border-right: 1px solid #e9ecef !important;
}

.small, small {
  font-size: 90% !important;
}

@media (max-width: 768px) {
  .display-1 {
    font-size: 56px !important;
  }
  .display-2 {
    font-size: 50px !important;
  }
  .display-3 {
    font-size: 42px !important;
  }
  .display-4 {
    font-size: 36px !important;
  }
}

@media (min-width: 576px) {
  .modal-sm {
    max-width: 400px;
  }
}

/************************
    5.  Components
************************/
.btn-primary {
  background-color: #f7ac44 !important;
  border: 1px solid #f7ac44 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 7px rgba(247, 172, 68, 0.5);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus {
  background-color: #f6a12c !important;
  border-color: #f6a12c !important;
  color: #ffffff !important;
  transform: translateY(-5px);
}

.btn-soft-primary {
  background-color: rgba(247, 172, 68, 0.15) !important;
  border: 1px solid rgba(247, 172, 68, 0.1) !important;
  color: #f7ac44 !important;
  box-shadow: 0 3px 7px rgba(247, 172, 68, 0.2);
}

.btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active, .btn-soft-primary.focus {
  background-color: #f7ac44 !important;
  border-color: #f7ac44 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 7px rgba(247, 172, 68, 0.5);
  transform: translateY(-5px);
}

.btn-outline-primary {
  border: 1px solid #f7ac44;
  color: #f7ac44;
  background-color: transparent;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #f7ac44;
  border-color: #f7ac44;
  color: #ffffff !important;
  box-shadow: 0 3px 7px rgba(247, 172, 68, 0.5);
  transform: translateY(-5px);
}

.btn-secondary {
  background-color: #efeff7 !important;
  border: 1px solid #efeff7 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 7px rgba(239, 239, 247, 0.5);
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary.focus {
  background-color: #dedeef !important;
  border-color: #dedeef !important;
  color: #ffffff !important;
  transform: translateY(-5px);
}

.btn-soft-secondary {
  background-color: rgba(239, 239, 247, 0.15) !important;
  border: 1px solid rgba(239, 239, 247, 0.1) !important;
  color: #efeff7 !important;
  box-shadow: 0 3px 7px rgba(239, 239, 247, 0.2);
}

.btn-soft-secondary:hover, .btn-soft-secondary:focus, .btn-soft-secondary:active, .btn-soft-secondary.active, .btn-soft-secondary.focus {
  background-color: #efeff7 !important;
  border-color: #efeff7 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 7px rgba(239, 239, 247, 0.5);
  transform: translateY(-5px);
}

.btn-outline-secondary {
  border: 1px solid #efeff7;
  color: #efeff7;
  background-color: transparent;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.focus, .btn-outline-secondary:not(:disabled):not(.disabled):active {
  background-color: #efeff7;
  border-color: #efeff7;
  color: #ffffff !important;
  box-shadow: 0 3px 7px rgba(239, 239, 247, 0.5);
  transform: translateY(-5px);
}

.btn-success {
  background-color: #52cc99 !important;
  border: 1px solid #52cc99 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 7px rgba(82, 204, 153, 0.5);
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus {
  background-color: #3ec68d !important;
  border-color: #3ec68d !important;
  color: #ffffff !important;
  transform: translateY(-5px);
}

.btn-soft-success {
  background-color: rgba(82, 204, 153, 0.15) !important;
  border: 1px solid rgba(82, 204, 153, 0.1) !important;
  color: #52cc99 !important;
  box-shadow: 0 3px 7px rgba(82, 204, 153, 0.2);
}

.btn-soft-success:hover, .btn-soft-success:focus, .btn-soft-success:active, .btn-soft-success.active, .btn-soft-success.focus {
  background-color: #52cc99 !important;
  border-color: #52cc99 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 7px rgba(82, 204, 153, 0.5);
  transform: translateY(-5px);
}

.btn-outline-success {
  border: 1px solid #52cc99;
  color: #52cc99;
  background-color: transparent;
}

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:not(:disabled):not(.disabled):active {
  background-color: #52cc99;
  border-color: #52cc99;
  color: #ffffff !important;
  box-shadow: 0 3px 7px rgba(82, 204, 153, 0.5);
  transform: translateY(-5px);
}

.btn-warning {
  background-color: #ffbf66 !important;
  border: 1px solid #ffbf66 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 7px rgba(255, 191, 102, 0.5);
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus {
  background-color: #ffb44d !important;
  border-color: #ffb44d !important;
  color: #ffffff !important;
  transform: translateY(-5px);
}

.btn-soft-warning {
  background-color: rgba(255, 191, 102, 0.15) !important;
  border: 1px solid rgba(255, 191, 102, 0.1) !important;
  color: #ffbf66 !important;
  box-shadow: 0 3px 7px rgba(255, 191, 102, 0.2);
}

.btn-soft-warning:hover, .btn-soft-warning:focus, .btn-soft-warning:active, .btn-soft-warning.active, .btn-soft-warning.focus {
  background-color: #ffbf66 !important;
  border-color: #ffbf66 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 7px rgba(255, 191, 102, 0.5);
  transform: translateY(-5px);
}

.btn-outline-warning {
  border: 1px solid #ffbf66;
  color: #ffbf66;
  background-color: transparent;
}

.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.focus, .btn-outline-warning:not(:disabled):not(.disabled):active {
  background-color: #ffbf66;
  border-color: #ffbf66;
  color: #ffffff !important;
  box-shadow: 0 3px 7px rgba(255, 191, 102, 0.5);
  transform: translateY(-5px);
}

.btn-info {
  background-color: #66ccff !important;
  border: 1px solid #66ccff !important;
  color: #ffffff !important;
  box-shadow: 0 3px 7px rgba(102, 204, 255, 0.5);
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus {
  background-color: #4dc4ff !important;
  border-color: #4dc4ff !important;
  color: #ffffff !important;
  transform: translateY(-5px);
}

.btn-soft-info {
  background-color: rgba(102, 204, 255, 0.15) !important;
  border: 1px solid rgba(102, 204, 255, 0.1) !important;
  color: #66ccff !important;
  box-shadow: 0 3px 7px rgba(102, 204, 255, 0.2);
}

.btn-soft-info:hover, .btn-soft-info:focus, .btn-soft-info:active, .btn-soft-info.active, .btn-soft-info.focus {
  background-color: #66ccff !important;
  border-color: #66ccff !important;
  color: #ffffff !important;
  box-shadow: 0 3px 7px rgba(102, 204, 255, 0.5);
  transform: translateY(-5px);
}

.btn-outline-info {
  border: 1px solid #66ccff;
  color: #66ccff;
  background-color: transparent;
}

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:not(:disabled):not(.disabled):active {
  background-color: #66ccff;
  border-color: #66ccff;
  color: #ffffff !important;
  box-shadow: 0 3px 7px rgba(102, 204, 255, 0.5);
  transform: translateY(-5px);
}

.btn-danger {
  background-color: #f86446 !important;
  border: 1px solid #f86446 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 7px rgba(248, 100, 70, 0.5);
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus {
  background-color: #f74f2d !important;
  border-color: #f74f2d !important;
  color: #ffffff !important;
  transform: translateY(-5px);
}

.btn-soft-danger {
  background-color: rgba(248, 100, 70, 0.15) !important;
  border: 1px solid rgba(248, 100, 70, 0.1) !important;
  color: #f86446 !important;
  box-shadow: 0 3px 7px rgba(248, 100, 70, 0.2);
}

.btn-soft-danger:hover, .btn-soft-danger:focus, .btn-soft-danger:active, .btn-soft-danger.active, .btn-soft-danger.focus {
  background-color: #f86446 !important;
  border-color: #f86446 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 7px rgba(248, 100, 70, 0.5);
  transform: translateY(-5px);
}

.btn-outline-danger {
  border: 1px solid #f86446;
  color: #f86446;
  background-color: transparent;
}

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.focus, .btn-outline-danger:not(:disabled):not(.disabled):active {
  background-color: #f86446;
  border-color: #f86446;
  color: #ffffff !important;
  box-shadow: 0 3px 7px rgba(248, 100, 70, 0.5);
  transform: translateY(-5px);
}

.btn-dark-blue {
  background-color: #08083d !important;
  border: 1px solid #08083d !important;
  color: #ffffff !important;
  box-shadow: 0 3px 7px rgba(8, 8, 61, 0.5);
}

.btn-dark-blue:hover, .btn-dark-blue:focus, .btn-dark-blue:active, .btn-dark-blue.active, .btn-dark-blue.focus {
  background-color: #050526 !important;
  border-color: #050526 !important;
  color: #ffffff !important;
  transform: translateY(-5px);
}

.btn-soft-dark-blue {
  background-color: rgba(8, 8, 61, 0.15) !important;
  border: 1px solid rgba(8, 8, 61, 0.1) !important;
  color: #08083d !important;
  box-shadow: 0 3px 7px rgba(8, 8, 61, 0.2);
}

.btn-soft-dark-blue:hover, .btn-soft-dark-blue:focus, .btn-soft-dark-blue:active, .btn-soft-dark-blue.active, .btn-soft-dark-blue.focus {
  background-color: #08083d !important;
  border-color: #08083d !important;
  color: #ffffff !important;
  box-shadow: 0 3px 7px rgba(8, 8, 61, 0.5);
  transform: translateY(-5px);
}

.btn-outline-dark-blue {
  border: 1px solid #08083d;
  color: #08083d;
  background-color: transparent;
}

.btn-outline-dark-blue:hover, .btn-outline-dark-blue:focus, .btn-outline-dark-blue:active, .btn-outline-dark-blue.active, .btn-outline-dark-blue.focus, .btn-outline-dark-blue:not(:disabled):not(.disabled):active {
  background-color: #08083d;
  border-color: #08083d;
  color: #ffffff !important;
  box-shadow: 0 3px 7px rgba(8, 8, 61, 0.5);
  transform: translateY(-5px);
}

.btn-dark {
  background-color: #32363b !important;
  border: 1px solid #32363b !important;
  color: #ffffff !important;
  box-shadow: 0 3px 7px rgba(50, 54, 59, 0.5);
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus {
  background-color: #26292d !important;
  border-color: #26292d !important;
  color: #ffffff !important;
  transform: translateY(-5px);
}

.btn-soft-dark {
  background-color: rgba(50, 54, 59, 0.15) !important;
  border: 1px solid rgba(50, 54, 59, 0.1) !important;
  color: #32363b !important;
  box-shadow: 0 3px 7px rgba(50, 54, 59, 0.2);
}

.btn-soft-dark:hover, .btn-soft-dark:focus, .btn-soft-dark:active, .btn-soft-dark.active, .btn-soft-dark.focus {
  background-color: #32363b !important;
  border-color: #32363b !important;
  color: #ffffff !important;
  box-shadow: 0 3px 7px rgba(50, 54, 59, 0.5);
  transform: translateY(-5px);
}

.btn-outline-dark {
  border: 1px solid #32363b;
  color: #32363b;
  background-color: transparent;
}

.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active {
  background-color: #32363b;
  border-color: #32363b;
  color: #ffffff !important;
  box-shadow: 0 3px 7px rgba(50, 54, 59, 0.5);
  transform: translateY(-5px);
}

.btn-muted {
  background-color: #8492a6 !important;
  border: 1px solid #8492a6 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 7px rgba(132, 146, 166, 0.5);
}

.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .btn-muted.focus {
  background-color: #75859b !important;
  border-color: #75859b !important;
  color: #ffffff !important;
  transform: translateY(-5px);
}

.btn-soft-muted {
  background-color: rgba(132, 146, 166, 0.15) !important;
  border: 1px solid rgba(132, 146, 166, 0.1) !important;
  color: #8492a6 !important;
  box-shadow: 0 3px 7px rgba(132, 146, 166, 0.2);
}

.btn-soft-muted:hover, .btn-soft-muted:focus, .btn-soft-muted:active, .btn-soft-muted.active, .btn-soft-muted.focus {
  background-color: #8492a6 !important;
  border-color: #8492a6 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 7px rgba(132, 146, 166, 0.5);
  transform: translateY(-5px);
}

.btn-outline-muted {
  border: 1px solid #8492a6;
  color: #8492a6;
  background-color: transparent;
}

.btn-outline-muted:hover, .btn-outline-muted:focus, .btn-outline-muted:active, .btn-outline-muted.active, .btn-outline-muted.focus, .btn-outline-muted:not(:disabled):not(.disabled):active {
  background-color: #8492a6;
  border-color: #8492a6;
  color: #ffffff !important;
  box-shadow: 0 3px 7px rgba(132, 146, 166, 0.5);
  transform: translateY(-5px);
}

.btn-light {
  background-color: #f8f9fc !important;
  border: 1px solid #f8f9fc !important;
  color: #ffffff !important;
  box-shadow: 0 3px 7px rgba(248, 249, 252, 0.5);
}

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus {
  background-color: #e6eaf4 !important;
  border-color: #e6eaf4 !important;
  color: #ffffff !important;
  transform: translateY(-5px);
}

.btn-soft-light {
  background-color: rgba(248, 249, 252, 0.15) !important;
  border: 1px solid rgba(248, 249, 252, 0.1) !important;
  color: #f8f9fc !important;
  box-shadow: 0 3px 7px rgba(248, 249, 252, 0.2);
}

.btn-soft-light:hover, .btn-soft-light:focus, .btn-soft-light:active, .btn-soft-light.active, .btn-soft-light.focus {
  background-color: #f8f9fc !important;
  border-color: #f8f9fc !important;
  color: #ffffff !important;
  box-shadow: 0 3px 7px rgba(248, 249, 252, 0.5);
  transform: translateY(-5px);
}

.btn-outline-light {
  border: 1px solid #f8f9fc;
  color: #f8f9fc;
  background-color: transparent;
}

.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active {
  background-color: #f8f9fc;
  border-color: #f8f9fc;
  color: #ffffff !important;
  box-shadow: 0 3px 7px rgba(248, 249, 252, 0.5);
  transform: translateY(-5px);
}

.btn-footer {
  background-color: #35404E !important;
  border: 1px solid #35404E !important;
  color: #ffffff !important;
  box-shadow: 0 3px 7px rgba(53, 64, 78, 0.5);
}

.btn-footer:hover, .btn-footer:focus, .btn-footer:active, .btn-footer.active, .btn-footer.focus {
  background-color: #2b343f !important;
  border-color: #2b343f !important;
  color: #ffffff !important;
  transform: translateY(-5px);
}

.btn-soft-footer {
  background-color: rgba(53, 64, 78, 0.15) !important;
  border: 1px solid rgba(53, 64, 78, 0.1) !important;
  color: #35404E !important;
  box-shadow: 0 3px 7px rgba(53, 64, 78, 0.2);
}

.btn-soft-footer:hover, .btn-soft-footer:focus, .btn-soft-footer:active, .btn-soft-footer.active, .btn-soft-footer.focus {
  background-color: #35404E !important;
  border-color: #35404E !important;
  color: #ffffff !important;
  box-shadow: 0 3px 7px rgba(53, 64, 78, 0.5);
  transform: translateY(-5px);
}

.btn-outline-footer {
  border: 1px solid #35404E;
  color: #35404E;
  background-color: transparent;
}

.btn-outline-footer:hover, .btn-outline-footer:focus, .btn-outline-footer:active, .btn-outline-footer.active, .btn-outline-footer.focus, .btn-outline-footer:not(:disabled):not(.disabled):active {
  background-color: #35404E;
  border-color: #35404E;
  color: #ffffff !important;
  box-shadow: 0 3px 7px rgba(53, 64, 78, 0.5);
  transform: translateY(-5px);
}

.btn {
  padding: 10px 24px;
  outline: none;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  font-weight: 500;
  border-radius: 6px;
}

.btn:focus {
  box-shadow: none !important;
}

.btn.btn-sm {
  padding: 7px 16px;
  font-size: 10px;
}

.btn.btn-lg {
  padding: 14px 30px;
  font-size: 20px;
}

.btn.searchbtn {
  padding: 6px 20px;
}

.btn.btn-pills {
  border-radius: 30px;
}

.btn.btn-light {
  color: #32363b !important;
  background: #f8f9fc;
  border: 1px solid #e9ecef !important;
}

.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-light.focus {
  background-color: #e6eaf4 !important;
  color: #32363b;
}

.btn.btn-outline-light {
  border: 1px solid #e9ecef !important;
  color: #32363b !important;
  background-color: transparent;
}

.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active, .btn.btn-outline-light.focus {
  background-color: #f8f9fc;
}

.btn.btn-icon {
  height: 36px;
  width: 36px;
  line-height: 32px;
  padding: 0;
}

.btn.btn-icon .icons {
  height: 16px;
  width: 16px;
  font-size: 16px;
}

.btn.btn-icon.btn-lg {
  height: 48px;
  width: 48px;
  line-height: 46px;
}

.btn.btn-icon.btn-lg .icons {
  height: 20px;
  width: 20px;
  font-size: 20px;
}

.btn.btn-icon.btn-sm {
  height: 30px;
  width: 30px;
  line-height: 28px;
}

button:not(:disabled) {
  outline: none;
  border: 0;
}

.shadow {
  box-shadow: 0 0 3px rgba(50, 54, 59, 0.2) !important;
}

.shadow-lg {
  box-shadow: 0 10px 25px rgba(50, 54, 59, 0.2) !important;
}

.shadow-md {
  box-shadow: 0 5px 13px rgba(50, 54, 59, 0.2) !important;
}

.fea {
  stroke-width: 1.8;
}

.fea.icon-sm {
  height: 16px;
  width: 16px;
}

.fea.icon-ex-md {
  height: 20px;
  width: 20px;
}

.fea.icon-m-md {
  height: 28px;
  width: 28px;
}

.fea.icon-md {
  height: 35px;
  width: 35px;
}

.fea.icon-lg {
  height: 42px;
  width: 42px;
}

.fea.icon-ex-lg {
  height: 52px;
  width: 52px;
}

.avatar.avatar-ex-sm {
  max-height: 25px;
}

.avatar.avatar-md-sm {
  height: 45px;
  width: 45px;
}

.avatar.avatar-small {
  height: 70px;
  width: 70px;
}

.avatar.avatar-m-md {
  height: 90px;
  width: 90px;
}

.avatar.avatar-medium {
  height: 110px;
  width: 110px;
}

.avatar.avatar-large {
  height: 140px;
  width: 140px;
}

.avatar.avatar-ex-large {
  height: 180px;
  width: 180px;
}

.home-shape-arrow {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 1;
  left: 0;
  bottom: 25px;
}

.home-shape-arrow i {
  height: 50px;
  width: 50px;
  margin: 0 auto;
  line-height: 50px !important;
  text-align: center;
  box-shadow: 0 5px 13px rgba(50, 54, 59, 0.2);
  border-radius: 30px;
}

.home-shape-arrow i:hover {
  background: #f7ac44 !important;
  color: #ffffff !important;
}

.home-shape-arrow i.arrow-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: inline-block;
  transition: all 0.5s ease;
}

.map {
  line-height: 0;
}

.map iframe {
  width: 100%;
  height: 440px;
}

.form-label,
.form-check-label {
  font-weight: 700;
  font-size: 14px;
}

.form-control {
  border: 1px solid #dee2e6;
  font-size: 14px;
  line-height: 26px;
  background-color: #ffffff;
  border-radius: 6px;
}

.form-control:focus {
  border-color: #f7ac44;
  box-shadow: none;
}

.form-control[readonly] {
  background-color: #ffffff;
}

.form-control:disabled {
  background-color: #dee2e6;
}

.social-icon li a {
  color: #32363b;
  border: 1px solid #32363b;
  display: inline-block;
  height: 32px;
  text-align: center;
  font-size: 15px;
  width: 32px;
  line-height: 30px;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
}

.social-icon li a .fea-social {
  stroke-width: 2;
}

.social-icon li a:hover {
  background-color: #f7ac44;
  border-color: #f7ac44 !important;
  color: #ffffff !important;
}

.social-icon li a:hover .fea-social {
  fill: #f6a12c;
}

.social-icon.social li a {
  color: #adb5bd;
  border-color: #adb5bd;
}

.back-to-top {
  z-index: 99;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

[class^=uil-]:before,
[class*=" uil-"]:before {
  margin: 0;
}

.sticky-sidebar {
  position: sticky;
  top: 30px;
}

@media (max-width: 425px) {
  .back-to-top {
    bottom: 10px;
    right: 10px;
  }
}

/************************
    6.  Menu
************************/
#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: transparent;
  border: 0;
  transition: all .5s ease;
}

#topnav .logo {
  float: left;
  color: #32363b !important;
  outline: none;
}

#topnav .logo .logo-icon {
  height: 32px;
}

#topnav .logo .l-dark {
  display: none;
}

#topnav .logo .l-light {
  display: inline-block;
}

#topnav .has-submenu.active a {
  color: #ffffff;
}

#topnav .has-submenu.active .submenu li.active > a {
  color: #f7ac44 !important;
}

#topnav .has-submenu.active.active .menu-arrow {
  border-color: #f7ac44;
}

#topnav .has-submenu {
  position: relative;
}

#topnav .has-submenu .submenu .submenu-arrow {
  border: solid #32363b;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0 !important;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 14px;
}

#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 60px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 28px 20px 28px;
  height: 18px;
}

#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #32363b;
  display: block;
  margin-bottom: 5px;
  transition: transform .3s ease;
}

#topnav .navbar-toggle span:last-child {
  margin-bottom: 0;
}

#topnav .navbar-toggle.open span {
  position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
  background-color: #f7ac44;
}

#topnav .navbar-toggle:hover, #topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu > li > a:hover, #topnav .navbar-toggle:focus {
  background-color: transparent;
}

#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#topnav .navigation-menu > li {
  float: left;
  display: block;
  position: relative;
  margin: 0 10px;
}

#topnav .navigation-menu > li > a {
  display: block;
  color: #3e4349;
  font-size: 15px;
  background-color: transparent !important;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 24px;
  transition: all 0.5s;
  font-family: "Inter", sans-serif;
  padding-left: 10px;
  padding-right: 10px;
}

#topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:active {
  color: #f7ac44;
}

#topnav .navigation-menu > li.last-element, #topnav .navigation-menu > li:last-child {
  margin-right: 0 !important;
  padding-right: 0;
}

#topnav .navigation-menu > li:hover > a,
#topnav .navigation-menu > li.active > a {
  color: #f7ac44 !important;
}

#topnav .navigation-menu .has-submenu .menu-arrow {
  border: solid #3e4349;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0 !important;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  position: absolute;
  transition: all 0.5s;
  right: -5px;
  top: 34px;
}

#topnav .menu-extras {
  float: right;
}

#topnav.scroll {
  background-color: #ffffff;
  border: none;
  box-shadow: 0 0 3px rgba(50, 54, 59, 0.2);
}

#topnav.scroll .navigation-menu > li > a {
  color: #32363b;
}

#topnav.scroll .navigation-menu > li > .menu-arrow {
  border-color: #3e4349;
}

#topnav.scroll .navigation-menu > li:hover > a, #topnav.scroll .navigation-menu > li.active > a {
  color: #f7ac44;
}

#topnav.scroll .navigation-menu > li:hover > .menu-arrow, #topnav.scroll .navigation-menu > li.active > .menu-arrow {
  border-color: #f7ac44;
}

#topnav.defaultscroll.dark-menubar .logo {
  line-height: 70px;
}

#topnav.defaultscroll.scroll .logo {
  line-height: 62px;
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
  line-height: 62px;
}

#topnav.nav-sticky {
  background: #ffffff;
  box-shadow: 0 0 3px rgba(50, 54, 59, 0.2);
}

#topnav.nav-sticky .navigation-menu.nav-light > li > a {
  color: #32363b;
}

#topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
  color: #f7ac44 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light > li:hover > .menu-arrow, #topnav.nav-sticky .navigation-menu.nav-light > li.active > .menu-arrow {
  border-color: #f7ac44 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light > li:hover > a, #topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
  color: #f7ac44 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
  border-color: #3e4349;
}

#topnav.nav-sticky .logo .l-dark {
  display: inline-block;
}

#topnav.nav-sticky .logo .l-light {
  display: none;
}

.logo {
  font-weight: 700;
  font-size: 24px;
  padding: 3px 0;
  letter-spacing: 1px;
  line-height: 68px;
}

@media (min-width: 992px) {
  #topnav .navigation-menu {
    display: flex;
    justify-content: flex-end;
  }
  #topnav .navigation-menu > .has-submenu > .submenu > .has-submenu > .submenu::before {
    top: 20px;
    margin-left: -35px;
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
    border-color: transparent #ffffff #ffffff transparent;
  }
  #topnav .navigation-menu > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 10px 0;
    list-style: none;
    min-width: 170px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    transition: all .2s ease;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 10px 25px rgba(50, 54, 59, 0.2);
  }
  #topnav .navigation-menu > li .submenu > li .submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 62px;
  }
  #topnav .navigation-menu > li > a:last-child {
    padding-right: 0 !important;
  }
  #topnav .navigation-menu > li:hover > .menu-arrow {
    border-color: #f7ac44;
  }
  #topnav .navigation-menu > li .submenu li {
    position: relative;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    padding: 7px 20px;
    clear: both;
    white-space: nowrap;
    font-size: 13.5px;
    letter-spacing: 0.04em;
    font-weight: 500;
    color: #3e4349 !important;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .submenu li a:hover {
    color: #f7ac44 !important;
  }
  #topnav .navigation-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu {
    white-space: nowrap;
    width: auto;
  }
  #topnav .navigation-menu > li .submenu.megamenu li a {
    padding: 10px 25px;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li {
    overflow: hidden;
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li .submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li.last-elements .submenu {
    left: auto;
    right: 0;
  }
  #topnav .navigation-menu > li.last-elements .submenu:before {
    left: auto;
    right: 10px;
  }
  #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }
  #topnav .navigation-menu.nav-light > li > a {
    color: rgba(255, 255, 255, 0.6);
  }
  #topnav .navigation-menu.nav-light > li.active > a {
    color: #ffffff !important;
  }
  #topnav .navigation-menu.nav-light > li:hover > .menu-arrow {
    border-color: #ffffff !important;
  }
  #topnav .navigation-menu.nav-light > li:hover > a {
    color: #ffffff !important;
  }
  #topnav .navigation-menu.nav-light .has-submenu .menu-arrow {
    border-color: rgba(255, 255, 255, 0.6);
  }
  #topnav .navigation-menu.nav-light .has-submenu.active .menu-arrow {
    border-color: #ffffff !important;
  }
  #topnav .navbar-toggle {
    display: none;
  }
  #topnav #navigation {
    display: block !important;
  }
  #topnav.scroll {
    top: 0;
  }
  #topnav.scroll .navigation-menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #topnav.scroll-active .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (max-width: 991px) {
  #topnav {
    background-color: #ffffff;
    box-shadow: 0 0 3px rgba(50, 54, 59, 0.2);
    min-height: 74px;
  }
  #topnav .logo .l-dark {
    display: inline-block !important;
  }
  #topnav .logo .l-light {
    display: none !important;
  }
  #topnav .container {
    width: auto;
  }
  #topnav #navigation {
    max-height: 400px;
  }
  #topnav .navigation-menu {
    float: none;
  }
  #topnav .navigation-menu > li {
    float: none;
  }
  #topnav .navigation-menu > li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    position: relative;
    padding: 7px 15px;
    font-size: 14px;
    letter-spacing: 0.04em;
    font-weight: 400;
    color: #3e4349 !important;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu .submenu {
    display: none;
    list-style: none;
  }
  #topnav .navigation-menu > li .submenu .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul {
    list-style: none;
    padding-left: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
    display: block;
    position: relative;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #8492a6;
  }
  #topnav .navigation-menu > li > a {
    color: #32363b;
    padding: 10px 20px;
  }
  #topnav .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }
  #topnav .navigation-menu > li > a:hover,
  #topnav .navigation-menu > li .submenu li a:hover,
  #topnav .navigation-menu > li.has-submenu.open > a {
    color: #f7ac44;
  }
  #topnav .menu-extras .menu-item {
    border-color: #8492a6;
  }
  #topnav .navbar-header {
    float: left;
  }
  #topnav .has-submenu .submenu .submenu-arrow {
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 12px;
  }
  #topnav .has-submenu.active a {
    color: #f7ac44;
  }
  #navigation {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #f1f3f9;
    border-bottom: 1px solid #f1f3f9;
    background-color: #ffffff;
  }
  #navigation.open {
    display: block;
    overflow-y: auto;
  }
}

@media (max-width: 768px) {
  #topnav .navigation-menu .has-submenu .menu-arrow {
    right: 16px;
    top: 16px;
  }
}

@media (min-width: 768px) {
  #topnav .navigation-menu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-toggle {
    display: block;
  }
}

@media (max-width: 425px) {
  #topnav .navbar-toggle .lines {
    margin-right: 0 !important;
  }
}

/************************
    7.  HOme
************************/
#sThemes-layout {
  background: #f8f9fc;
}

#sThemes-layout .sThemesbox {
  background: #ffffff;
  box-shadow: 0 0 3px rgba(50, 54, 59, 0.2);
  max-width: 1170px;
  margin: 0 auto;
}

#sThemes-layout .sThemesbox .boxed-home {
  max-width: 1170px;
  margin: 0 auto;
}

.bg-home {
  height: 100vh;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half-260 {
  padding: 260px 0;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half-170 {
  padding: 170px 0;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half-100 {
  padding: 100px 0;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}

@media (max-width: 767px) {
  .bg-home, .bg-half-170, .bg-half-260 {
    padding: 150px 0;
    height: auto;
  }
}

/************************
    8.  Features & Testi
************************/
.features {
  transition: all 0.5s ease;
}

.features .icons i {
  height: 65px;
  width: 65px;
  line-height: 65px;
}

.features .title {
  font-size: 18px;
  transition: all 0.5s ease;
}

.features .title:hover {
  color: #f7ac44 !important;
}

.features:hover {
  box-shadow: 0 10px 25px rgba(50, 54, 59, 0.2) !important;
}

.customer-testi {
  cursor: e-resize;
}

.customer-testi .content:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  margin-left: 13px;
  box-sizing: border-box;
  border: 8px solid #32363b;
  border-color: transparent #ffffff #ffffff transparent;
  transform-origin: 0 0;
  transform: rotate(135deg);
  box-shadow: 2px 2px 2px -1px rgba(50, 54, 59, 0.15);
}

.tns-nav {
  text-align: center;
  margin-top: 10px;
}

.tns-nav button {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: rgba(247, 172, 68, 0.4) !important;
  transition: all 0.5s ease;
  opacity: 1;
  margin: 4px;
}

.tns-nav button.tns-nav-active {
  background: #f7ac44 !important;
  width: 10px;
}

/************************
    9.  Work & Portfolio
************************/
.filter-box {
  display: none;
}

.filter-box.show {
  display: block;
}

.tobii__btn svg {
  height: 30px;
  width: auto;
}

.tobii__counter {
  font-size: 16px;
}

.tobii-zoom {
  display: block !important;
}

.tobii-zoom__icon {
  display: none;
}

.container-filter li {
  margin: 0px 15px 10px !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.8px;
  cursor: pointer;
  line-height: 34px;
  transition: all 0.5s ease;
  color: #8492a6 !important;
}

.container-filter li.active, .container-filter li:hover {
  color: #32363b !important;
}

.container-filter .categories:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  background-color: rgba(247, 172, 68, 0.4);
  right: 0;
  left: 0;
  bottom: 6px;
  border-radius: 5px;
  transition: all 0.5s ease;
}

.container-filter .categories.active:after, .container-filter .categories:hover:after {
  width: 100%;
  right: auto;
  left: 0;
  height: 6px;
  top: 60%;
}

.spacing {
  padding: 7px;
}

.work-container.work-classic .work-image {
  transition: all 0.5s ease;
}

.work-container.work-classic .work-image:hover {
  box-shadow: 0 0 3px rgba(50, 54, 59, 0.2);
}

.work-container.work-classic .content .title, .work-container.work-grid .content .title, .work-container.work-modern .content .title {
  font-size: 18px;
  transition: all 0.5s ease;
}

.work-container.work-classic .content .title:hover, .work-container.work-grid .content .title:hover, .work-container.work-modern .content .title:hover {
  color: #f7ac44 !important;
}

.work-container.work-classic .content .tag, .work-container.work-grid .content .tag, .work-container.work-modern .content .tag {
  font-size: 15px !important;
}

.work-container.work-modern, .work-container.work-creative {
  transition: all 0.5s ease;
}

.work-container.work-modern .overlay-work,
.work-container.work-modern .content,
.work-container.work-modern .client,
.work-container.work-modern .read_more,
.work-container.work-modern .port-icons, .work-container.work-creative .overlay-work,
.work-container.work-creative .content,
.work-container.work-creative .client,
.work-container.work-creative .read_more,
.work-container.work-creative .port-icons {
  transition: all 0.5s ease;
}

.work-container.work-modern .overlay-work,
.work-container.work-modern .content,
.work-container.work-modern .client,
.work-container.work-modern .read_more,
.work-container.work-modern .port-icons, .work-container.work-creative .overlay-work,
.work-container.work-creative .content,
.work-container.work-creative .client,
.work-container.work-creative .read_more,
.work-container.work-creative .port-icons {
  position: absolute;
}

.work-container.work-modern .overlay-work, .work-container.work-creative .overlay-work {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}

.work-container.work-modern .content, .work-container.work-creative .content {
  z-index: 1;
  bottom: 5%;
  left: 5%;
}

.work-container.work-modern .content,
.work-container.work-modern .client, .work-container.work-creative .content,
.work-container.work-creative .client {
  opacity: 0;
}

.work-container.work-modern .client,
.work-container.work-modern .read_more, .work-container.work-creative .client,
.work-container.work-creative .read_more {
  z-index: 1;
  right: 5%;
  top: 5%;
}

.work-container.work-modern .read_more, .work-container.work-creative .read_more {
  height: 30px;
  width: 30px;
  line-height: 30px;
}

.work-container.work-modern .port-icons, .work-container.work-creative .port-icons {
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
}

.work-container.work-modern:hover .overlay-work, .work-container.work-creative:hover .overlay-work {
  opacity: 0.55;
}

.work-container.work-modern:hover .port-icons, .work-container.work-creative:hover .port-icons {
  opacity: 1;
}

.work-container.work-modern:hover .personal-port,
.work-container.work-modern:hover .content,
.work-container.work-modern:hover .client, .work-container.work-creative:hover .personal-port,
.work-container.work-creative:hover .content,
.work-container.work-creative:hover .client {
  opacity: 1;
}

.work-container.work-modern:hover {
  transform: translate3d(-4px, -4px, 0) rotateZ(-1.5deg);
}

.work-container.work-grid {
  transition: all 0.5s ease;
}

.work-container.work-grid img, .work-container.work-grid .content, .work-container.work-grid .content .title {
  transition: all 0.5s ease;
}

.work-container.work-grid .content {
  position: absolute;
  bottom: 15px;
  right: 15px;
  left: 15px;
  transform: translateY(150px);
  overflow: hidden;
}

.work-container.work-grid:hover {
  box-shadow: 0 0 3px rgba(50, 54, 59, 0.2);
}

.work-container.work-grid:hover .content {
  transform: translateY(0);
}

.work-details ul li b {
  max-width: 90px;
  width: 100%;
  display: inline-block;
}

/************************
    10.  CTA
************************/
.watch-video a.watch {
  font-size: 14px;
  font-weight: 700;
}

.watch-video a .play-icon-circle {
  height: 36px;
  width: 36px;
  background-color: #f7ac44;
  line-height: 36px;
}

.watch-video a .play-icon-circle.play-iconbar {
  font-size: 16px;
}

.watch-video a .play-icon-circle.play {
  top: 77%;
}

.bg-cta {
  padding: 150px 0;
}

.play-btn {
  height: 78px;
  width: 78px;
  font-size: 30px;
  line-height: 72px;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
}

.play-icon {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 0;
  left: 0;
  text-align: center;
}

.play-icon i {
  height: 75px;
  -webkit-text-stroke: 2px #f7ac44;
  -webkit-text-fill-color: transparent;
  width: 75px;
  font-size: 25px;
  line-height: 75px;
  display: inline-block;
}

.play-icon i:hover {
  -webkit-text-stroke: 2px #f7ac44;
  -webkit-text-fill-color: #f7ac44;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1110px;
}

.counter-border {
  border-top: 2px solid #f7ac44;
}

/************************
    11.  Blogs
************************/
.blog-post {
  transition: all 0.5s ease;
}

.blog-post .title {
  transition: all 0.5s ease;
}

.blog-post .title:hover {
  color: #f7ac44 !important;
}

.blog-post:hover {
  transform: scale(1.02);
  box-shadow: 0 5px 13px rgba(50, 54, 59, 0.2) !important;
}

/************************
    12.  Contact
************************/
.error {
  margin: 8px 0px;
  display: none;
  color: #f86446;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border: 2px solid #f86446;
  color: #f86446;
  border-radius: 6px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #52cc99;
  font-size: 22px;
}

/************************
    13. Footer
************************/
footer {
  position: relative;
  padding: 60px 0;
  color: #66747F;
  /*color: #adb5bd;*/
}
/*# sourceMappingURL=style.css.map */

@media (min-width: 1200px) {
  .team-info {
    height: 45px;
    width: auto;
  }
}

@media (max-width: 1199px) {
  .team-info {
    height: 61px;
    width: auto;
  }
  .projekt-info {
    height: 43.2px;
    width: auto;
  }
}

@media (min-width: 992px) {
  .hut-info {
    height: 165.6px !important;
    width: auto;
  }

}

@media (max-width: 991px) {
  .hut-info {
    height: 117.6px !important;
    width: auto;
  }

}

@media (min-width: 768px) {
  .team-title {
    height: 44px !important;
    width: auto;
  }
  
}

@media (max-width: 767px) {
  .team-info {
    height: 20px;
    width: auto;
  }
  .projekt-info {
    height: 21.6px;
    width: auto;
  }
  .team-title {
    height: 22px !important;
    width: auto;
  }
  .hut-info {
    height: 141.6px !important;
    width: auto;
  }
}

@media (max-width: 576px) {
  .hut-info {
    height: 117.6px !important;
    width: auto;
  }
}

@media (max-width: 558px) {
  .hut-info {
    height: 141.6px !important;
    width: auto;
  }
}

@media (max-width: 424px) {
  .hut-info {
    height: 165.6px !important;
    width: auto;
  }
}

@media (max-width: 363px) {
  .team-info {
    height: 38.5px;
    width: auto;
  }
}

@media (max-width: 345px) {
  .hut-info {
    height: 189.6px !important;
    width: auto;
  }
}

a {
  color: #0367FC !important;
}
/*
.page-title {
  color: #0367FC !important;
} */