@charset "UTF-8";
/* ===============================
   TABLE OF CONTENT
   -------------------------------
   01 - Common Styles
   02 - Typography
   03 - Main Navigation
   04 - Nav Button
   05 - Main Banner
   06 - Preloader Animation
   07 - Buttons
   08 - Back to Top Button
   09 - Features / Icons
   10 - My Skills
   11 - Services
   12 - Testimonials
   13 - Forms and Form Elements
   14 - Portfolio / Case Studies
   15 - Resume
   16 - Last FM
   17 - Footer
   18 - Accent Color
   19 - Media Queries
   20 - Blinking Cursor
   =============================== */
/* ===============================
NOTES ON TWITTER WIDGET:
https://publish.twitter.com/?url=https%3A%2F%2Ftwitter.com%2FGeekBased&ref_src=twsrc%5Etfw%7Ctwcamp%5Eembeddedtimeline%7Ctwterm%5Eprofile%3AGeekBased&ref_url=http%3A%2F%2Ftiffanypender.com%2Fbaker-taylor.html#

https://developer.twitter.com/en/docs/twitter-for-websites/timelines/overview
 =============================== */
/* /////////////////////////////////
	Common Styles
   ///////////////////////////////// */
@import url("https://fonts.googleapis.com/css2?family=Quicksand&family=Raleway:wght@500&display=swap");
@font-face {
  font-family: "Clementine Sketch";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/clementine-sketch.woff") format("woff"), url("fonts/clementine-sketch.ttf") format("truetype");
}
/*******USAGE OF GOOGLE FONTS:*******/
/*font-family: 'Quicksand', sans-serif;
font-family: 'Raleway', sans-serif;*/
.border-2 {
  border: 2px solid;
}

.border-top-10 {
  border-top: 10px solid;
}

.border-bottom-tp-dark {
  border-bottom: 1px solid #292a2d;
}

body {
  font-family: "Poppins", sans-serif;
  /*background-color:#f5f5f8;*/
  background-color: #eaeaea;
  /*color: #828282;*/
  color: #707070;
  font-weight: 300;
  overflow-x: hidden;
}

.dark-version {
  color: #ddd;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

.section {
  padding: 40px 0;
}

.bg-dark hr {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.counter {
  font-size: 24px;
  font-weight: 500;
}

.fun-facts i {
  font-size: 3.2rem;
}

.carousel {
  overflow: hidden;
}

.carousel .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
}

.carousel .swiper-slide-active {
  opacity: 1;
}

.carousel .swiper-slide,
.carousel .swiper-slide a {
  cursor: grab;
}

iframe {
  border: none;
}

.visually-hidden-sr {
  position: absolute;
  top: auto;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

#skip-link {
  display: block;
  position: absolute;
  clip: rect(0 0 0 0);
  padding: 15px;
  z-index: 101;
  background: #fff;
}

#skip-link:focus {
  position: relative;
  clip: unset;
}

#skip-link-bad {
  display: block;
  position: absolute;
  clip: rect(0 0 0 0);
}

#skip-link-bad:focus {
  position: relative;
  clip: unset;
  outline: none;
}

/* /////////////////////////////////
	Typography
   ///////////////////////////////// */
a, a.linkNorm, a.linkNorm > * {
  transition: background-color 0.4s ease, border 0.4s ease, color 0.4s ease, opacity 0.4s ease-in-out, outline 0.4s ease;
}

a.linkNorm,
a.linkNorm:link,
a.linkNorm:visited {
  color: #068468; /*color: #00b894;*/
  outline: none;
  cursor: pointer;
  text-decoration: underline;
}

a.linkNorm:hover {
  color: #066B55; /*color: #048e73;*/
  text-decoration: underline;
}

a.linkNorm:active {
  color: #5ead9d;
}

a.linkNorm:focus, a.linkNorm:focus-visible {
  color: #068468;
  border: 2px solid #101010;
  border-radius: 4px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
  color: #292a2d;
}

h1 > small,
.h1 > small {
  font-size: 50%;
  color: #828282;
  font-weight: 300;
}

.lead {
  font-weight: 200;
}

b, strong, .strong {
  font-weight: 500;
}

.stronger, .bolder {
  font-weight: 600;
}

.quote {
  position: relative;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 50px;
}

.quote:before {
  content: url(../img/quote.svg);
  width: 30px;
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -15px;
}

.quote p {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
}

.quote cite,
.quote footer {
  font-size: 0.8rem;
  color: #9aa1a6;
  font-style: normal;
}

.alert {
  padding: 0.3rem 0.8rem;
  border-radius: 0;
  margin-bottom: 2rem;
}

.clem {
  font-family: "Clementine Sketch", serif;
}

.quicksand {
  font-family: "Quicksand", sans-serif;
}

/* /////////////////////////////////
	Main Navigation
   ///////////////////////////////// */
.main-nav {
  padding: 15px 0;
  transition: padding 0.4s, background-color 0.8s, box-shadow 0.35s;
  -webkit-transition: padding 0.4s, background-color 0.8s, box-shadow 0.35s;
}

.logo-img,
.alt-logo-img {
  /*height:25px;*/
  height: 60px;
  transition: height 0.4s;
  -webkit-transition: height 0.4s;
  display: none;
}

.alt-logo-img,
.dark-layout .logo-img {
  display: none;
}

.dark-layout .alt-logo-img {
  display: block;
}

.dark-layout .sticky .alt-logo-img {
  display: none;
}

.dark-layout .sticky .logo-img {
  display: block;
}

.dark-version .sticky .alt-logo-img,
.dark-version .alt-logo-img {
  display: block;
}

.sticky .logo-img {
  /*height: 25px;*/
  height: 60px;
  display: block;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.sticky {
  background-color: rgba(255, 255, 255, 0.99);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
}

.dark-version .sticky {
  background-color: rgba(45, 45, 45, 0.98);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
}

.nav-wrap {
  position: absolute;
  top: 0;
  right: 60px;
  display: none;
}

.nav-wrap__list {
  list-style: none;
}

.nav-wrap__list > li {
  /*margin-right:30px;*/
}

.nav-wrap__list > li a {
  /*font-size:.95rem;*/
  font-size: 1.1rem;
  font-weight: 400;
  color: #292a2d;
  transition: color 0.35s;
  -webkit-transition: color 0.35s;
  padding: 0.5rem;
}

.nav-wrap__list > li a:hover {
  text-decoration: none;
}

.nav-wrap__list > li a::before, .nav-wrap__list > li a::after {
  display: inline-block;
  opacity: 0;
  transition: transform 0.3s, opacity 0.2s;
}

.nav-wrap__list > li a::after {
  margin-left: 4px;
  content: "]";
  transform: translateX(-20px);
  border: 0 !important;
  vertical-align: top;
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
}

.nav-wrap__list > li a::before {
  margin-right: 4px;
  content: "[";
  transform: translateX(20px);
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
}

.nav-wrap__list > li a:hover:before,
.nav-wrap__list > li a:hover:after,
.nav-wrap__list > li a:focus:before,
.nav-wrap__list > li a:focus:after,
.nav-wrap__list > li a.active:before,
.nav-wrap__list > li a.active:after {
  opacity: 1;
  transform: translateX(0px);
}

.dark-layout .nav-wrap__list > li a {
  color: #fff;
}

.dark-layout .sticky .nav-wrap__list > li a {
  color: #292a2d;
}

.dark-version .sticky .nav-wrap__list > li a {
  color: #fff;
}

/* /////////////////////////////////
	Nav Button
   ///////////////////////////////// */
.tp-nav-btn {
  display: inline-block;
  width: 30px;
  height: 25px;
  z-index: 1000;
  color: #292a2d;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.tp-nav-btn:hover {
  text-decoration: none;
}

.tp-nav-btn > i {
  font-size: 1.6rem;
  line-height: 1;
}

.tp-nav-btn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #2f2e32;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.dark-layout .tp-nav-btn span {
  background-color: #fff;
}

.dark-layout .sticky .tp-nav-btn span {
  background-color: #2f2e32;
}

.tp-nav-btn span:nth-child(1) {
  top: 1px;
  width: 80%;
}

.tp-nav-btn span:nth-child(2), .tp-nav-btn span:nth-child(3) {
  top: 11px;
}

.tp-nav-btn span:nth-child(4) {
  top: 21px;
  width: 60%;
}

.tp-nav-btn.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.tp-nav-btn.open span:nth-child(2) {
  transform: rotate(45deg);
}

.tp-nav-btn.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.tp-nav-btn.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

/* /////////////////////////////////
	Main Banner
   ///////////////////////////////// */
.main-banner {
  padding: 120px 0 110px;
  text-align: center;
  background-size: cover;
  position: relative;
}

.main-banner-alt {
  text-align: center;
  padding: 100px 0;
}

.banner-divided .main-banner {
  padding: 60px 0 60px;
  text-align: center;
}

.main-banner-inner {
  padding: 80px 0 0;
}

.banner-carousel .main-banner {
  padding: 100px 0 40px;
}

.banner-title {
  font-weight: 600;
}
.banner-title span {
  padding: 0 8px;
}
.banner-title span:nth-child(even) {
  color: #00b894;
}

.main-banner-alt .banner-title {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: -0.1rem;
}

.banner-carousel .banner-title {
  font-size: 1.2rem;
}

.banner-sub-title {
  font-size: 1.1rem;
}

.main-banner-alt .banner-sub-title {
  font-weight: 300;
  font-size: 1.5rem;
}

h1, .h1 {
  margin-bottom: 1rem;
  font-size: 2.25rem;
}

.particles-js-canvas-el {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.parallax {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.dark-overlay:after,
.darker-overlay:after,
.primary-overlay:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.15;
}

.darker-overlay:after {
  opacity: 0.65;
}

.primary-overlay:after {
  opacity: 0.9;
}

.dark-overlay .container,
.parallax .container,
.darker-overlay .container,
.primary-overlay .container {
  position: relative;
  z-index: 10;
}

.swiper-pagination {
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  font-weight: 300;
  z-index: 1;
  position: absolute;
  bottom: 55px;
}

.swiper-next,
.swiper-prev {
  cursor: pointer;
  color: #fff;
  position: absolute;
  z-index: 1;
  bottom: 55px;
  left: 50%;
  margin-left: -16px;
  font-size: 11px;
  padding: 0 2px 0 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 33px;
  transition: all 0.3s;
  transform: translateX(-45px);
}

.swiper-next {
  padding: 0 0 0 2px;
  transform: translateX(45px);
}

.banner-divided .banner-img {
  width: 100%;
  max-width: 560px;
  height: 280px;
  margin: 0 auto 40px;
  background-position: center;
  background-repeat: no-repeat;
  /*background-size:cover;*/
  background-size: auto;
}

.banner-carousel .flipster {
  margin-top: 30px;
}

.flip-items img {
  max-width: 280px;
  height: auto;
}

.flipster__item img {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}

.flipster__item--current img {
  box-shadow: none;
}

.swiper-slide .banner-sub-title,
.swiper-slide .banner-title,
.swiper-slide .btn {
  opacity: 0;
  transform: translateY(150px);
  transition: all 0.6s;
}

.swiper-slide-active .banner-sub-title,
.swiper-slide-active .banner-title,
.swiper-slide-active .btn {
  opacity: 1;
  transform: translateX(0);
}

.swiper-slide-prev .banner-sub-title,
.swiper-slide-prev .banner-title,
.swiper-slide-prev .btn {
  opacity: 0;
  transform: translateY(-150px);
}

/* /////////////////////////////////
	Preloader Animation
   ///////////////////////////////// */
.preloader {
  background-color: #f5f5f8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
}

.loader-wrap {
  position: absolute;
  bottom: 40%;
  left: 50%;
  width: 220px;
  margin-left: -110px;
}

.loader-wrap:before {
  font-size: 14px;
  content: "loading...";
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  text-align: center;
}

.progress {
  position: relative;
  height: 2px;
  display: block;
  width: 100%;
  background-color: #d0d0d7;
  border-radius: 2px;
  overflow: hidden;
}

.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #d0d0d7;
  transition: width 0.3s linear;
}

.progress .animated-bar {
  /*background-color: #04cc75;*/
  background-color: #00b894;
}

.progress .animated-bar:before {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .animated-bar:after {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
/* /////////////////////////////////
	Buttons
   ///////////////////////////////// */
.btn {
  font-family: "Poppins", sans-serif;
  padding: 11px 25px;
  text-align: center;
  border-width: 2px;
  min-width: 220px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

.btn-rounded {
  /*border-radius: 4px;*/
  border-radius: 30px;
}

.video-thumb {
  position: relative;
}

.video-thumb .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: -30px 0 0 -30px;
  z-index: 1;
  transition: all 0.5s;
}

/* /////////////////////////////////
	Back to Top Button
   ///////////////////////////////// */
.go-top {
  display: block;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  z-index: 100000;
  position: fixed;
  right: 20px;
  bottom: 16px;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.35s;
}

.cd-is-visible {
  transition: all 0.35s;
  opacity: 0.5;
  transform: translateX(0);
}

.go-top:hover,
.go-top:focus {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

.go-top i {
  display: block;
  height: 36px;
  width: 36px;
  line-height: 34px;
  font-size: 20px;
  text-align: center;
}

.go-top.cd-is-visible,
.go-top.cd-fade-out,
.no-touch .go-top:hover {
  transition: all 0.35s;
}

.go-top.cd-is-visible {
  visibility: visible;
  opacity: 0.6;
}

.go-top.cd-fade-out {
  opacity: 0.3;
}

.go-top.cd-fade-out:hover,
.no-touch .go-top:hover,
.go-top.cd-is-visible:hover,
.go-top.cd-fade-out:focus-visible,
.go-top.cd-is-visible:focus-visible {
  opacity: 1;
}

/* /////////////////////////////////
	Features / Icons
   ///////////////////////////////// */
.feature-one-wrap,
.fun-facts {
  padding: 20px 0;
}

.feature-one-wrap > i {
  font-size: 45px;
  display: block;
  margin-bottom: 20px;
}

.page-header-one > p {
  font-size: 1.1rem;
}

.icons-list {
  list-style: none;
  text-align: center;
  padding: 0;
}

.icons-list li i {
  font-size: 32px;
}

/* /////////////////////////////////
	My Skills
   ///////////////////////////////// */
.my-skill {
  width: 100%;
  height: 6px;
  margin: 30px auto 15px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
}

.skill-bar {
  height: 6px;
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  /*background: #04cc75;*/
  background: #00b894;
  background: linear-gradient(to right, #00b894 0%, #569edb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00b894", endColorstr="#569edb",GradientType=1 );
}

.skill-label {
  position: absolute;
  bottom: 100%;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  color: #232323;
}

.percentage {
  float: right;
}

.skill-bar[data-width="100"] {
  width: 100%;
}

.skill-bar[data-width="95"] {
  width: 95%;
}

.skill-bar[data-width="90"] {
  width: 90%;
}

.skill-bar[data-width="85"] {
  width: 85%;
}

.skill-bar[data-width="80"] {
  width: 80%;
}

.skill-bar[data-width="75"] {
  width: 75%;
}

.skill-bar[data-width="70"] {
  width: 70%;
}

.skill-bar[data-width="65"] {
  width: 65%;
}

.skill-bar[data-width="60"] {
  width: 60%;
}

.skill-bar[data-width="55"] {
  width: 55%;
}

.skill-bar[data-width="50"] {
  width: 50%;
}

/* /////////////////////////////////
	Services // Design Values
   ///////////////////////////////// */
.service {
  text-align: center;
  padding: 30px;
  border-radius: 8px;
}

.service > i,
.service > i:before {
  transition: all 0.5s;
}

.service > i {
  font-size: 38px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 15px;
}

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

.service .service-title {
  font-size: 1.19rem;
  font-weight: bold;
}

.service p {
  line-height: 1.7;
}

.service-two .service-title {
  margin-bottom: 10px;
}

.social_profile ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.social_profile ul li {
  display: inline-block;
}

@media only screen and (max-width: 480px) {
  .social_profile ul li {
    margin: 2px;
  }
}
.social_profile ul li a img {
  width: 60px;
}

.social_profile ul li a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  margin-right: 10px;
  /*color: #333;*/
  color: #828282;
  font-size: 16px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  /*border: 1px solid #eee;*/
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  transition: 0.3s;
}

@media only screen and (max-width: 480px) {
  .social_profile ul li a {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 414px) {
  .social_profile ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.social_profile ul li a:hover {
  /*background:#f75799;*/ /*pink*/
  color: #fff;
  /*border: 1px solid #f75799;*/ /*pink*/
  background: #00b894; /*green*/
  border: 1px solid #00b894; /*green*/
}

.iconbox {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.iconbox i {
  font-size: 42px;
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 80px;
}

.iconbox-title {
  font-size: 17px;
}

.iconbox a {
  color: #828282;
}

.dark-version .iconbox a {
  color: #ddd;
}

.iconbox a:hover {
  text-decoration: none;
}

#values-sec p {
  line-height: 1.7;
}
#values-sec .values > div > span {
  color: #068468;
  font-weight: 600;
  font-size: 1.3rem;
}

/* /////////////////////////////////
	Testimonials
   ///////////////////////////////// */
.testimonial {
  position: relative;
  padding: 20px;
  border-radius: 8px;
  opacity: 0.5;
  transition: opacity 0.5s;
}

.swiper-slide {
  cursor: grab;
}

.swiper-slide-active {
  opacity: 1;
}

.testimonials-one {
  overflow: hidden;
  cursor: grab;
}

.testimonial:after {
  font-family: "FontAwesome";
  content: "\f10d";
  font-size: 23px;
  line-height: 1;
  position: absolute;
  bottom: 13px;
  right: 20px;
  color: #eee;
  color: rgba(0, 0, 0, 0.1);
}

.client-details {
  line-height: 1.3;
  font-size: 0.75rem;
}

.client-details strong {
  font-size: 1.1rem;
}

.testimonial blockquote p {
  font-weight: 200;
}

.testimonials-one .swiper-pagination,
.carousel .swiper-pagination {
  position: relative;
  bottom: auto;
  margin-top: 30px;
}

.rating {
  padding: 0;
  list-style: none;
}

.rating li {
  margin-right: 1px;
}

.rating li:last-child {
  margin-right: 0;
}

/* /////////////////////////////////
	Forms and Form Elements
   ///////////////////////////////// */
.contact-form {
  padding: 40px 20px;
}

.form-group {
  position: relative;
  margin-bottom: 40px;
}

.form-group span.error {
  position: absolute;
  bottom: -25px;
  right: 0;
  color: #db5656;
  font-size: 0.75rem;
}

.form-element-bar {
  position: relative;
  height: 1px;
  background: #ddd;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
}

.form-element-bar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #337ab7;
  height: 2px;
  display: block;
  transform: rotateY(90deg);
  transition: transform 0.28s ease;
  will-change: transform;
}

.form-element-label {
  position: absolute;
  top: 1rem;
  line-height: 1.5rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  font-size: 1rem;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  color: #212529;
  transform: translateY(-50%);
  transform-origin: left center;
  transition: transform 0.28s ease, color 0.28s linear, opacity 0.28s linear;
  will-change: transform, color, opacity;
}

.form-control {
  outline: none;
  display: block;
  background: none;
  font-size: 1rem;
  border: 0 solid transparent;
  line-height: 1.5;
  width: 100%;
  color: #333;
  box-shadow: none;
  opacity: 0.001;
  transition: opacity 0.28s ease;
  will-change: opacity;
}

.form-control:focus {
  box-shadow: none;
  background-color: transparent;
}

.form-control::-moz-placeholder {
  color: #828282;
  transform: scale(0.9);
  transform-origin: left top;
}

.form-control::placeholder {
  color: #828282;
  transform: scale(0.9);
  transform-origin: left top;
}

.form-control:focus ~ .form-element-bar::after {
  transform: rotateY(0deg);
}

.form-control.-hasvalue,
.form-control:focus {
  opacity: 1;
}

.form-control.-hasvalue ~ .form-element-label,
.form-control:focus ~ .form-element-label {
  transform: translateY(-100%) translateY(-0.5em) translateY(-2px) scale(0.9);
  cursor: pointer;
  pointer-events: auto;
}

.envelop {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2px;
  background: rgb(86, 88, 219); /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(45deg, rgb(86, 88, 219) 13%, rgb(255, 255, 255) 13%, rgb(255, 255, 255) 25%, rgb(219, 86, 86) 25%, rgb(219, 86, 86) 37%, rgb(255, 255, 255) 37%, rgb(255, 255, 255) 50%, rgb(86, 88, 219) 50%, rgb(86, 88, 219) 63%, rgb(255, 255, 255) 63%, rgb(255, 255, 255) 75%, rgb(219, 86, 86) 75%, rgb(219, 86, 86) 87%, rgb(255, 255, 255) 87%); /* W3C */
  filter: "progid: DXImageTransform.Microsoft.gradient( startColorstr='#0000ff', endColorstr='#ffffff', GradientType=1)";
  /* IE6-9 fallback on horizontal gradient */
  background-size: 100px 100px;
}

/*CONTACT INFO*/
.contact-info {
  list-style: none;
  padding: 0;
}

.contact-info li {
  padding-bottom: 8px;
}

.contact-info li i {
  margin-right: 15px;
  font-size: 23px;
  color: #00b894;
}

.contact-info li a {
  /*color: #828282;*/
}

/* /////////////////////////////////
	Portfolio
   ///////////////////////////////// */
.folio-card {
  position: relative;
  transition: all 0.35s;
}

.folio-card:hover {
  transform: scale(1.1, 1.1);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2rem 1.5rem -1.5rem rgba(43, 42, 53, 0.3), 0 15px 50px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.folio-link,
.folio-thumb {
  display: block;
}

.folio-thumb {
  max-width: 100%;
  height: auto;
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.35s;
}

.folio-link .content-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.folio-card-title {
  font-size: 1.4rem;
}

.folio-card-desc {
  font-size: 0.8rem;
}

.folio-card:hover .folio-card-title,
.folio-card:hover .folio-card-desc {
  transform: translateY(0);
}

.zoom-in {
  color: #fff;
  display: block;
  opacity: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  bottom: 12px;
  transform: translate(-10px, -10px);
  transition: all 0.5s;
}

.zoom-in i {
  font-size: 21px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}

.folio-card:hover .zoom-in,
.folio-card:hover .card-overlay {
  opacity: 1;
  transform: translate(0, 0);
}

.folio-card:hover .card-overlay {
  opacity: 0.95;
}

.zoom-in:hover {
  background-color: #fff;
  color: #343a40;
}

.zoom-in:hover i {
  transform: scale(0.7, 0.7);
}

.filtr-item {
  padding: 15px;
}

.filters-list {
  list-style: none;
}

.filters-list li {
  cursor: pointer;
  width: 100%;
  height: 35px;
  font-size: 1.03rem;
  line-height: 35px;
  text-align: center;
  margin: 0 0 10px 0;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  transition: all 0.35s;
}

.bg-dark .filters-list li,
.bg-darker .filters-list li {
  border: solid 1px rgba(255, 255, 255, 0.06);
}

.filters-list .category {
  width: auto;
  padding: 0 15px;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 34px;
}

.filters-list li:hover,
.filters-list .current {
  color: #fff;
}

.page-link,
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  padding: 0;
  width: 39px;
  height: 39px;
  line-height: 38px;
  text-align: center;
  border-radius: 4px;
}

.page-link {
  border: solid 1px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  color: #828282;
  transition: all 0.35s;
}

.page-item.disabled .page-link {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.page-link:hover,
.page-link:focus {
  color: #fff;
}

.project-wrap {
  padding: 120px 0 60px;
}

.project-wrap .project-title {
  position: relative;
}

.project-info {
  list-style: none;
  padding: 0;
}

.project-info li {
  margin-bottom: 1.6rem;
}

.project-info .feature-title {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
}

.project-info .feature-desc {
  font-size: 0.85rem;
}

.prev-next a {
  width: 33.333333%;
  transition: all 0.3s ease-in-out;
}

.prev-next i {
  font-size: 24px;
  line-height: 1;
  position: relative;
}

.prev-next i:after {
  content: "";
  width: 1px;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  opacity: 0;
  background-color: #212121;
  transition: all 0.3s ease-in-out;
}

.prev-next .prev i:after {
  transform: translateX(20px);
}

.prev-next .next i:after {
  transform: translateX(-20px);
}

.prev-next i {
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.prev-next .prev i:after {
  left: 22px;
}

.prev-next .next i:after {
  right: 22px;
}

.prev-next .prev:hover i:after {
  left: 11px;
  width: 30px;
  opacity: 1;
  transform: translateX(0);
}

.prev-next .next:hover i:after {
  right: 11px;
  width: 30px;
  opacity: 1;
  transform: translateX(0);
}

.prev-next .prev:hover i {
  margin-right: 11px;
}

.prev-next .next:hover i {
  margin-left: 11px;
}

.prev-next a:hover {
  background-color: #fff;
  text-decoration: none;
}

.prev-next .grid {
  overflow: hidden;
  position: relative;
}

.prev-next .grid .grid-text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  font-weight: 600;
  font-size: 0.9rem;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.2s;
}

.prev-next .grid:hover .grid-text {
  opacity: 1;
  transform: translateY(-50%);
}

.prev-next .grid:hover i {
  opacity: 0;
  transform: translateY(-150%);
}

.share-list {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin: 30px 0 0 0;
  padding-top: 15px;
}

.share-list:before {
  font-family: "icomoon";
  content: "\e9c6";
  margin-right: 8px;
}

.share-list li a {
  display: block;
  /*width:37px;
  height:37px;*/
  width: 45px;
  height: 45px;
  /*border-radius:4px;
  line-height:37px;*/
  border-radius: 30px;
  line-height: 45px;
  text-align: center;
  color: #828282;
  /*font-size:.9rem;*/
  font-size: 16px;
  transition: all 0.5s;
}

.share-list li a:hover {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1rem 1rem -0.85rem rgba(43, 42, 53, 0.3), 0 15px 50px rgba(0, 0, 0, 0.2);
}

/* /////////////////////////////////
	Case Studies
///////////////////////////////// */
.case-study main {
  font-weight: normal;
  line-height: 1.8rem;
  color: #292a2d;
}

.case-study h2 {
  font-size: 1.2rem;
}

.case-study h2 span {
  width: 70px;
  height: 3px;
  display: inline-block;
  background: #292a2d;
  margin-right: 10px;
}

.case-study .summary {
  font-size: 2rem;
  color: #292a2d;
  font-weight: 600;
  line-height: 2.5rem;
  margin-bottom: 15px;
  display: block;
}

.case-study .addnl-info .feature-title {
  display: inline-block;
  border: 2px solid #068468;
  padding: 0 12px;
  margin-bottom: 5px;
  background: #068468;
}

.case-study .addnl-info .feature-desc,
.case-study .addnl-info > ul > li {
  font-weight: bold;
}

.case-study .addnl-info .sub-list {
  font-weight: normal;
}

.case-study .addnl-info > ul > li,
.case-study .addnl-info .sub-list li {
  padding-bottom: 0.5rem;
}

.case-study .ut-results p {
  margin-bottom: 0;
}

.case-study .ut-results .percentage {
  font-size: 3.5rem;
  font-weight: 600;
  margin-right: 12px;
  display: block;
  line-height: normal;
  padding: 10px;
}

.case-study .addnl-info .feature-title-alt {
  line-height: normal;
  font-size: 2.3rem;
  color: #068468;
  font-weight: 600;
}

/* /////////////////////////////////
	Resume
   ///////////////////////////////// */
#resume {
  font-weight: normal;
}

#resume section #resume-header h2,
#resume section .resume-section > .section-header > span,
#resume section .resume-section .milestone h4 {
  /*color: #08b793;*/ /*aqua green*/
  color: #068468;
}

#resume section .resume-section > div > ul.skills li::before {
  color: #08b793; /*aqua green*/
}

#resume section .resume-section .milestone .circle {
  border: 2px solid #08b793; /*aqua green*/
}

#resume section #resume-header h1 {
  font-size: 1.7rem;
  line-height: 2;
}

#resume section #resume-header h2 {
  font-size: 1.1rem;
  font-weight: normal;
  padding: 5px;
}

#resume section #resume-header i[class*=la] {
  font-size: 1.2rem;
}

#resume section #resume-header a {
  /*color: #787878;*/
  color: #757575;
  font-size: 0.8rem;
  padding: 0.3rem;
}

#resume section #resume-header a:hover {
  /*color: #444;*/
  color: #068468;
  font-size: 0.8rem;
}

#resume section .resume-section > .section-header {
  border-bottom: 4px solid #000;
}

#resume section .resume-section > .section-header > span {
  padding-right: 7px;
  display: inline-block;
  font-size: 1.5rem;
}

#resume section .resume-section > .section-header > h3 {
  display: inline-block;
  font-size: 1.5rem;
  margin-bottom: 3px;
}

#resume section .resume-section > div {
  margin-bottom: 14px;
}

#resume section .resume-section > div > h4 {
  display: inline;
  font-size: 0.9rem;
  padding-right: 8px;
}

#resume section .resume-section > div > ul.skills {
  list-style: none;
  font-size: 0.9rem;
  display: inline;
  padding-left: 0;
}

#resume section .resume-section > div > ul.skills li {
  display: inline;
  padding-left: 5px;
}

#resume section .resume-section > div > ul.skills li::before {
  content: "•";
  font-weight: bold;
  display: inline-block;
  width: 1em;
}

#resume section .resume-section .milestone .circle {
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 30px;
}

#resume section .resume-section .milestone .milestoneBorder {
  border-left: 1px solid #828282;
  height: 100%;
  margin-left: 5px;
}

#resume section .resume-section .milestone:last-of-type .milestoneBorder {
  border-left: none;
}

#resume section .resume-section .milestone .year,
#resume section .resume-section .milestone .location {
  color: #292a2d;
  font-weight: bold;
}

#resume section .resume-section .milestone h4 {
  margin-bottom: 0;
}

#resume section .resume-section .milestone h5 span {
  float: right;
  text-align: right;
}

#resume section .resume-section .milestone .exp-detail {
  padding: 0;
  list-style: none;
}
#resume section .resume-section .milestone .exp-detail li {
  margin-bottom: 1rem;
}

#resume section .resume-section ul.interests {
  display: inline;
  list-style: none;
  padding: 0;
}

#resume section .resume-section .interests li {
  display: inline;
  padding-right: 15px;
}

#resume section .resume-section .interests li i {
  font-size: 3.1rem;
  color: #292a2d;
}

/* /////////////////////////////////
	Last FM
   ///////////////////////////////// */
#lastfmrecords ol {
  padding: 0;
  text-align: center;
}

#lastfmrecords ol li a img {
  /*width: 80px;
     height: 80px;
     padding: 0 2px 0 2px;*/
  margin: 0 8px;
}

#fun-sec #lastfmrecords ol li a img {
  border: 6px solid #fff;
}

footer #lastfmrecords ol {
  text-align: right;
}

footer #lastfmrecords ol li a img {
  width: 80px;
  height: 80px;
  margin: 4px;
  border: 2px solid #fff;
}

/* /////////////////////////////////
	Footer
   ///////////////////////////////// */
.site-footer {
  color: #aaa;
}

.ft-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ft-nav > li {
  margin-left: 8px;
  margin-right: 8px;
}

.site-footer .logo-img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.social-nav li {
  display: inline-block;
}

.site-footer .social-nav {
  text-align: center;
}

.site-footer a {
  color: #aaa;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.5s;
}

.site-footer a:hover,
.site-footer a:focus {
  text-decoration: none;
}

.site-footer .social-nav a {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 4px;
  background-color: #444;
  background-color: rgba(255, 255, 255, 0.1);
  color: #aaa;
}

.site-footer .social-nav a:hover,
.site-footer .social-nav a:focus {
  color: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1rem 1rem -0.85rem rgba(43, 42, 53, 0.3), 0 15px 50px rgba(0, 0, 0, 0.2);
}

.site-footer.bg-light,
.site-footer.bg-white,
.site-footer.bg-light a,
.site-footer.bg-white a {
  color: #292a2d;
}

.site-footer.bg-dark,
.site-footer.bg-primary,
.site-footer.bg-dark a,
.site-footer.bg-dark a:hover,
.site-footer.bg-primary a {
  color: #fff;
}

.site-footer .ally {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.site-footer .ally-webring-club h2 {
  color: #00b894;
  font-size: 1rem;
}

.site-footer .ally-webring-club p {
  font-size: 0.9rem;
}

.site-footer .ally-webring-club p a,
.site-footer .ally-webring-club ul li a {
  color: #00b894;
  text-decoration: underline;
}

.site-footer .ally-webring-club ul {
  list-style: none;
  padding: 0;
}

.site-footer .ally-right {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: stretch;
}

footer.section {
  padding: 25px 0;
}

footer .social_profile li {
  display: inline-block;
}

footer .social_profile li a {
  font-size: 16px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #00b894;
  border-radius: 30px;
  transition: 0.3s;
  display: block;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  margin-right: 10px;
}

footer .social_profile li a:hover {
  background-color: #00b894;
}

/* /////////////////////////////////
	Accent Color
   ///////////////////////////////// */
/*.nav-wrap__list > li.current a,*/
.dark-layout .sticky .nav-wrap__list > li.current a,
.dark-layout .sticky .nav-wrap__list > li a:hover,
.iconbox a:hover,
.form-control:focus ~ .form-element-label,
.site-footer a:hover,
.site-footer a:focus,
.video-thumb .play-btn:hover i,
.video-thumb .play-btn:focus i,
.prev-next a,
.quote p,
.tp-nav-btn:hover,
h2.primary {
  /*color:#04cc75;*/
  color: #00b894;
}

.nav-wrap__list > li.current a,
.nav-wrap__list > li a:hover {
  color: #068468;
}

.tag-label {
  color: #000;
  background-color: #FFF;
  border: 2px solid #00b894;
  padding: 1px 10px;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.go-top,
.banner-sub-title:before,
.swiper-pagination-bullet-active,
.form-element-bar::after,
.site-footer .social-nav a:hover,
.site-footer .social-nav a:focus,
.primary-overlay:after,
.filters-list li:hover,
.filters-list .current,
.page-link:hover,
.page-link:focus,
.prev-next i:after,
.share-list li a:hover {
  background-color: #00b894;
}

.btn-primary {
  background-color: #068468;
}

.bg-primary,
.service:hover i {
  background-color: #00b894 !important;
}

.bg-secondary {
  /*background-color: #0693d1 !important;*/
  background-color: #067EB1 !important;
}

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

.bg-darker {
  background-color: #181818 !important;
}

.form-control.error {
  color: #db5656;
}

.form-control.valid {
  color: #45c97a;
}

/*.btn-primary,*/
.filters-list li:hover,
.filters-list .current,
.page-link:hover,
.page-link:focus {
  border-color: #00b894;
}

.btn-primary {
  border-color: #068468;
}

.btn-light {
  background-color: #fff;
}

.btn-primary.btn-fancy {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

.service:hover i,
.filters-list li:hover,
.filters-list .current,
.page-link:hover,
.page-link:focus {
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1rem 1rem -0.85rem rgba(43, 42, 53, 0.3), 0 15px 50px rgba(0, 0, 0, 0.2);
}

.text-opac {
  color: #000;
}

.service:hover > i:before,
.parallax .text-opac,
.share-list li a:hover {
  color: #fff;
}

.text-opac {
  opacity: 0.65;
}

.bg-primary .btn-primary {
  border-color: #fff;
  background-color: #fff;
  color: #00b894;
  box-shadow: none;
}

.btn-line,
.bg-primary .btn-line {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.1);
  color: #292a2d;
  box-shadow: none;
}

.btn-line.light {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.swiper-next:hover,
.swiper-prev:hover {
  background-color: #212121;
  border-color: #212121;
  box-shadow: none;
}

.dark-layout .btn:hover,
.dark-layout .btn:focus,
.dark-layout .swiper-next:hover,
.dark-layout .swiper-prev:hover {
  background-color: #fff;
  border-color: #fff;
  color: #212529;
  box-shadow: none;
}

.btn-line:hover,
.btn-line:focus,
.dark-layout .btn-line:hover,
.dark-layout .btn-line:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  /*border-color:#00b894;*/
  /*background-color:#00b894;*/
  border-color: #068468;
  background-color: #068468;
  color: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1.5rem 1.5rem -1.2rem rgba(43, 42, 53, 0.3), 0 15px 50px rgba(0, 0, 0, 0.2);
}

.bg-primary .btn-line:hover,
.bg-primary .btn-line:focus {
  border-color: #fff;
  background-color: #fff;
  color: #00b894;
  box-shadow: none;
}

.text-gray {
  color: #a6a6ad !important;
}

.btn-primary.btn-fancy:hover,
.btn-primary.btn-fancy:focus,
.btn-primary.btn-fancy:not(:disabled):not(.disabled):active {
  color: #fff;
  /*background-color:#00b894;
  border-color:#00b894;*/
  border-color: #068468;
  background-color: #068468;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1.5rem 1.5rem -1.2rem rgba(43, 42, 53, 0.3), 0 15px 50px rgba(0, 0, 0, 0.2);
}

.btn-light.btn-fancy {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.play-btn {
  width: 45px;
  height: 45px;
  min-width: 45px;
  padding: 0 0 0 2px;
  line-height: 45px;
  text-align: center;
  border: none;
  border-radius: 50%;
}

.btn-light.btn-fancy:hover {
  background-color: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
}

.play-btn:hover {
  color: #00b894;
}

.text-primary {
  /*color:#00b894 !important;*/
  color: #068468 !important;
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  box-shadow: none !important;
}

.carousel-btns {
  margin-top: 40px;
}

.copyright {
  font-size: 0.95rem;
}

.tp-green {
  color: #08b793;
}

.bg-tp-green {
  background-color: #08b793;
}

.bg-tp-light {
  background-color: #e9ecef;
}

.gray {
  color: #787878;
}

.border-color-tp-green {
  border-color: #08b793;
}

/* /////////////////////////////////
	Media Queries
   ///////////////////////////////// */
@media (min-width: 380px) {
  .banner-carousel .banner-title {
    font-size: 1.6rem;
  }
  .banner-sub-title {
    font-size: 1.1rem;
  }
  .testimonial {
    padding: 40px;
  }
  .testimonial:after {
    font-size: 28px;
    bottom: 20px;
    right: 30px;
  }
  .rating i {
    font-size: 19px;
  }
  .contact-form {
    padding: 40px 30px;
  }
  .counter {
    font-size: 32px;
  }
  .envelop {
    padding: 5px;
  }
  .main-banner-alt .banner-title {
    font-size: 4rem;
  }
}
@media (min-width: 576px) {
  .sticky {
    padding: 15px 0;
  }
  .tp-nav-btn:hover span:nth-child(1) {
    width: 50%;
  }
  .tp-nav-btn:hover span:nth-child(4) {
    width: 80%;
  }
  .tp-nav-btn.open:hover span:nth-child(1),
  .tp-nav-btn.open:hover span:nth-child(4) {
    width: 0%;
  }
  .banner-sub-title {
    font-size: 1.3rem;
    font-weight: 300;
    margin-bottom: 0.7rem;
    position: relative;
    padding-left: 100px;
  }
  .main-banner-alt .banner-sub-title {
    padding: 0 !important;
  }
  .banner-carousel .banner-sub-title {
    padding: 0;
  }
  .banner-divided .banner-sub-title {
    padding-left: 0;
  }
  .banner-sub-title:before {
    content: "";
    width: 80px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 14px;
  }
  .main-banner-alt .banner-sub-title:before {
    display: none !important;
  }
  .banner-divided .banner-sub-title:before,
  .banner-carousel .banner-sub-title:before {
    display: none;
  }
  .main-banner {
    text-align: left;
    padding: 50px 0;
  }
  h1, .h1 {
    margin-bottom: 0.5rem;
    font-size: 2.5rem;
  }
  .banner-divided .banner-img {
    height: 350px;
  }
  .flip-items img {
    max-width: 320px;
  }
  .banner-carousel .banner-title {
    font-size: 2rem;
  }
  .banner-sub-title {
    font-size: 1.2rem;
  }
  .section {
    padding: 60px 0;
  }
  .page-header-one > p {
    font-size: 1.3rem;
  }
  .service-one {
    position: relative;
    padding: 30px 30px 30px 120px;
    text-align: left;
  }
  .service-one > i {
    position: absolute;
    left: 60px;
    top: 35px;
    transform: translateX(-50%);
  }
  .main-banner-inner {
    padding: 100px 0 0;
  }
  .filters-list li {
    margin: 0 2px;
    width: 35px;
  }
  .ft-nav > li {
    margin-left: 16px;
    margin-right: 16px;
  }
  .quote {
    position: relative;
    padding: 0 0 0 50px;
    max-width: none;
    text-align: left;
  }
  .quote:before {
    left: 5px;
    top: 6px;
    margin: 0;
    width: 24px;
  }
  .quote p {
    padding-left: 20px;
    border-left: 3px solid #00b894;
    color: #828282;
    font-weight: 300;
  }
  .quote cite,
  .quote footer {
    padding-left: 20px;
  }
  .form-group {
    margin-bottom: 30px;
  }
  .form-group span.error {
    bottom: auto;
    top: 0px;
    right: 0;
  }
  .main-banner-alt .banner-title {
    font-size: 5.2rem;
  }
  .main-banner-alt .banner-sub-title {
    font-weight: 200;
    font-size: 2.1rem;
  }
  .btn-lg {
    padding: 15px 25px;
    border-width: 2px;
    min-width: 250px;
    font-size: 15px;
    font-weight: 600;
  }
}
@media (min-width: 768px) {
  .main-nav {
    padding: 30px 0;
  }
  .sticky {
    padding: 15px 0;
  }
  .banner-divided .banner-img {
    max-width: 680px;
  }
  .flip-items img {
    max-width: 380px;
  }
  .banner-carousel .banner-title {
    font-size: 2.8rem;
  }
  .section {
    padding: 70px 0;
  }
  .project-wrap h1 {
    font-size: 3.5rem;
    margin-bottom: 2rem;
  }
  .project-desc {
    font-size: 21px;
  }
  .banner-divided .main-banner {
    padding: 90px 0 80px;
  }
  .banner-carousel .main-banner {
    padding: 100px 0;
  }
  .carousel-btns {
    margin-top: 0;
  }
  .main-banner {
    padding: 160px 0 140px;
  }
  .main-banner-alt .banner-title {
    font-size: 6.4rem;
  }
  .main-banner-alt {
    padding: 210px 0;
  }
}
@media (min-width: 992px) {
  .banner-title,
  .banner-carousel .banner-title {
    margin-bottom: 1rem;
    font-size: 3.6rem;
  }
  .banner-divided .banner-title {
    font-size: 42px;
  }
  .main-banner,
  .banner-divided .main-banner {
    /*padding:250px 0 200px;*/
    padding: 200px 0 80px;
  }
  .banner-carousel .main-banner {
    padding: 80px 0;
  }
  .banner-divided .banner-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    min-width: 50%;
    height: 100%;
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
  }
  .main-banner .swiper-pagination,
  .main-banner .swiper-next,
  .main-banner .swiper-prev {
    bottom: 100px;
    opacity: 0;
  }
  .swiper-container:hover .swiper-pagination,
  .swiper-container:hover .swiper-next,
  .swiper-container:hover .swiper-prev {
    opacity: 1;
  }
  .banner-divided .banner-sub-title {
    font-size: 1.3rem;
    font-weight: 300;
    margin-bottom: 0.7rem;
    position: relative;
    padding-left: 100px;
  }
  .banner-divided .banner-sub-title:before {
    display: block;
    content: "";
    width: 80px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 14px;
  }
  .banner-divided .main-banner {
    text-align: left;
  }
  .service-two {
    padding: 40px;
  }
  .filters-list li {
    margin: 0 4px;
  }
  .project-wrap .project-title:before {
    content: "";
    position: absolute;
    left: -90px;
    width: 70px;
    top: 30px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.15);
  }
  .project-wrap h1 {
    margin-bottom: 4rem;
  }
  .site-footer .logo-img {
    margin: 0;
  }
  .site-footer .social-nav {
    text-align: right;
  }
  .contact-form {
    padding: 60px;
  }
  .tp-nav-btn {
    display: none;
  }
  .nav-wrap {
    top: auto;
    right: auto;
    display: block !important;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .project-info {
    position: absolute;
    left: -205px;
    top: 135px;
    width: 185px;
    text-align: right;
  }
  .project-info.alt {
    position: relative;
    left: auto;
    top: auto;
    text-align: left;
  }
  .project-wrap.style2 .project-info {
    top: 0;
  }
  .project-wrap .project-title:before {
    left: -205px;
    width: 170px;
  }
  .main-banner-alt .banner-title {
    font-size: 8.5rem;
  }
}
@media (min-width: 1400px) {
  .banner-carousel .main-banner {
    padding: 120px 0;
  }
}
@media (min-width: 1980px) {
  .banner-title {
    margin-bottom: 1rem;
    font-size: 76px;
    font-weight: 600;
  }
  .banner-sub-title {
    font-size: 2rem;
  }
  .banner-sub-title:before {
    top: 22px;
  }
  .banner-carousel .main-banner {
    padding: 180px 0;
  }
}
@media (min-width: 2100px) {
  .main-banner {
    padding: 500px 0 250px;
  }
}
@media (max-width: 991px) {
  .nav-wrap {
    width: 100%;
    max-width: 380px;
    right: 0;
    top: 40px;
  }
  .nav-wrap__list {
    padding: 20px;
    margin: 0 auto;
    background-color: #2f2e32;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset;
  }
  .nav-wrap__list > li {
    border-bottom: 1px solid #363636;
    padding: 5px 0;
  }
  .nav-wrap__list > li:last-child {
    border: none;
    padding-bottom: 0;
  }
  .nav-wrap__list > li:first-child {
    padding-top: 0;
  }
  .nav-wrap__list > li a,
  .dark-layout .sticky .nav-wrap__list > li a {
    color: #fff;
    display: block;
  }
}
@media (max-width: 767px) {
  .flex-reverse-sm {
    flex-direction: column-reverse;
  }
}
@media (max-width: 575px) {
  .hidden-xs {
    display: none;
  }
}
/* /////////////////////////////////
	Blinking Cursor
   ///////////////////////////////// */
.blinking-cursor:after {
  content: "|";
  font-weight: 200;
  color: #00b894;
  animation: 0.5s blink step-end infinite;
}

@keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: #00b894;
  }
}/*# sourceMappingURL=main.css.map */