/*! CSS Used from: http://themelamp.com/templates/bizwheel/css/bootstrap.min.css */
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
}
*,
::after,
::before {
  box-sizing: border-box;
}
section {
  display: block;
}
h1,
h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
b {
  font-weight: bolder;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
img {
  vertical-align: middle;
  border-style: none;
}
a {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
h1,
h4 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1 {
  font-size: 2.5rem;
}
h4 {
  font-size: 1.5rem;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-12,
.col-lg-6,
.col-md-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
}
.text-center {
  text-align: center !important;
}
/*! CSS Used from: http://themelamp.com/templates/bizwheel/css/cubeportfolio.min.css */
.cbp,
.cbp *,
.cbp *:after,
.cbp:after {
  box-sizing: border-box;
}
.cbp-l-filters-work,
.cbp-l-filters-work * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
.cbp:after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: cbp-rotation 0.8s infinite linear;
  animation: cbp-rotation 0.8s infinite linear;
  border-left: 3px solid rgba(114, 144, 182, 0.15);
  border-right: 3px solid rgba(114, 144, 182, 0.15);
  border-bottom: 3px solid rgba(114, 144, 182, 0.15);
  border-top: 3px solid rgba(114, 144, 182, 0.8);
  border-radius: 100%;
}
.cbp-item {
  display: inline-block;
  margin: 0 10px 20px 0;
}
.cbp {
  position: relative;
  margin: 0 auto;
  z-index: 1;
  /* height: 400px; */
}
.cbp > * {
  visibility: hidden;
}
.cbp .cbp-item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.cbp img {
  display: block;
  border: 0;
  width: 100%;
  height: auto;
}
.cbp a,
.cbp a:hover,
.cbp a:active {
  text-decoration: none;
  outline: 0;
}
.cbp-wrapper-outer {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.cbp-wrapper-outer,
.cbp-wrapper {
  list-style-type: none;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cbp-wrapper {
  margin: 0;
}
.cbp-ready > * {
  visibility: visible;
}
.cbp-ready:after {
  display: none;
  visibility: hidden;
}
.cbp-ready .cbp-item {
  /* position: absolute; */
  top: 0;
  left: 0;
  margin-bottom: 40px;
}
.cbp-ready .cbp-wrapper {
  /* position: absolute; */
  top: 0;
  left: 0;
}
.cbp-item-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.cbp-l-filters-work {
  margin-bottom: 30px;
  text-align: center;
}
.cbp-l-filters-work .cbp-filter-item {
  background-color: #ffffff;
  color: #888;
  cursor: pointer;
  margin: 0 3px 15px 3px;
  overflow: visible;
  padding: 0 16px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cbp-l-filters-work .cbp-filter-item:hover {
  color: #fff;
  background: #607d8b;
}
.cbp-l-filters-work .cbp-filter-item:first-child {
  margin-left: 0;
}
.cbp-l-filters-work .cbp-filter-item:last-child {
  margin-right: 0;
}
/*! CSS Used from: http://themelamp.com/templates/bizwheel/css/font-awesome.css */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-long-arrow-right:before {
  content: "\f178";
}
/*! CSS Used from: http://themelamp.com/templates/bizwheel/css/reset.css */
* {
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
}
section {
  display: block;
}
a {
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
img {
  border: 0;
}
h1,
h4,
h4 a {
  margin: 0;
  color: #2e2751;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
h1 {
  line-height: 45px;
}
h4 {
  line-height: 30px;
}
p {
  color: #666;
  margin: 0;
  line-height: 24px;
}
img,
a,
h1,
h4 {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a,
ul,
ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
i {
  font-style: italic;
}
ul,
ul li {
  margin: 0;
  list-style: none;
}
.section-space {
  padding: 70px 0 100px;
}
.section-title {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.section-title h1 {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  color: #2e2751;
  line-height: initial;
  line-height: 42px;
  margin-bottom: 10px;
}
.section-title h1 span {
  display: inline-block;
  color: #fff;
  position: relative;
  border-radius: 50px;
  padding: 5px 15px;
  line-height: initial;
  font-size: 13px;
  background: #ed1c24;
  margin-bottom: 15px;
}
.section-title h1 span:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  border-top: 8px solid #ed1c24;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin-left: -8px;
}
.section-title h1 b {
  display: block;
  font-weight: 700;
}
.section-title p {
  display: block;
  font-size: 15px;
}

.overlay {
  position: relative;
}
.overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #2e2751;
  content: "";
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}

.container {
  width: 100%;
  max-width: 1170px;
}
ul,
ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  height: auto;
  max-width: 100%;
}
a {
  color: inherit;
}
a:hover,
a:focus,
a:active {
  color: inherit;
}
a:hover,
a:active {
  outline: 0;
}
/*! CSS Used from: http://themelamp.com/templates/bizwheel/style.css */
.portfolio-menu {
  text-align: center;
  margin: 20px 0 50px 0;
}
#portfolio-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #fff;
  margin: 0;
  overflow: hidden;
}
#portfolio-nav li {
  padding: 0;
  position: relative;
  cursor: pointer;
  background: transparent;
  box-shadow: none;
  color: #2e2751;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 16px;
  float: left;
  margin: 0 5px 0 0;
  text-transform: capitalize;
  font-weight: 600;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #cccccc9e;
}
#portfolio-nav li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border: none;
}
#portfolio-nav li.active,
#portfolio-nav li:hover {
  color: #ed1c24;
}
.single-portfolio .portfolio-head.overlay::before {
  opacity: 0;
  visibility: hidden;
}
.single-portfolio:hover .portfolio-head.overlay::before {
  opacity: 0.8;
  visibility: visible;
}
.single-portfolio {
  position: relative;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-portfolio .portfolio-head {
  position: relative;
  z-index: 66;
}
.single-portfolio img {
  display: block;
  width: 100%;
  z-index: 3;
  transition: all 0.8s ease;
}
.single-portfolio .more {
  height: 50px;
  width: 50px;
  opacity: 0;
  line-height: 51px;
  text-align: center;
  color: #fff;
  background: #ed1c24;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: 0;
  font-size: 17px;
  border-radius: 100%;
  box-shadow: 0px 5px 5px #00000024;
  z-index: 333;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  visibility: hidden;
}
.single-portfolio .more:hover {
  background: #fff;
  color: #ed1c24;
}
.single-portfolio:hover .more {
  opacity: 1;
  visibility: visible;
}
.single-portfolio .portfolio-content {
  position: relative;
  top: -30px;
  text-align: left;
  width: 78%;
  padding: 18px 20px;
  border-left: 3px solid #179e66;
  background: #fff;
  left: 15px;
  display: inline-block;
  z-index: 22222;
  margin-bottom: -30px;
  -webkit-box-shadow: -2px 2px 6px #0000002e;
  -moz-box-shadow: -2px 2px 6px #0000002e;
  box-shadow: -2px 2px 6px #0000002e;
}
.single-portfolio .portfolio-content h4 {
  line-height: 24px;
  font-size: 18px;
}
.single-portfolio .portfolio-content h4 a {
  font-size: 18px;
  color: #2e2751;
  text-transform: capitalize;
}
.single-portfolio .portfolio-content h4:hover a {
  opacity: 0.8;
  color: #179e66;
}
.single-portfolio .portfolio-content p {
  font-size: 14px;
}
/*! CSS Used from: http://themelamp.com/templates/bizwheel/css/responsive.css */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  p {
    font-size: 14px;
  }
  .section-title {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-title h1 {
    font-size: 24px;
  }
  p {
    font-size: 14px;
  }
  .section-title {
    padding: 0;
  }
  #portfolio-nav li {
    display: inline-block;
  }
}
/*! CSS Used keyframes */
@-webkit-keyframes cbp-rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes cbp-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*! CSS Used fontfaces */
@font-face {
  font-family: "FontAwesome";
  src: url("http://themelamp.com/templates/bizwheel/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("http://themelamp.com/templates/bizwheel/fonts/fontawesome-webfont.eot#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("http://themelamp.com/templates/bizwheel/fonts/fontawesome-webfont.woff2?v=4.7.0")
      format("woff2"),
    url("http://themelamp.com/templates/bizwheel/fonts/fontawesome-webfont.woff?v=4.7.0")
      format("woff"),
    url("http://themelamp.com/templates/bizwheel/fonts/fontawesome-webfont.ttf?v=4.7.0")
      format("truetype"),
    url("http://themelamp.com/templates/bizwheel/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2)
    format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2)
    format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJbecmNE.woff2)
    format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJnecmNE.woff2)
    format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJfecg.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2)
    format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2)
    format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2)
    format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2)
    format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2)
    format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2)
    format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
