
/*
  ========================================
  Animations
  ========================================
*/
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInOutDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
}
@keyframes fadeInOutDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
}
/*-------------------------------------*/
@-webkit-keyframes zoom-outy {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-outy {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}
.zoom-outy {
  -webkit-animation-name: zoom-outy;
          animation-name: zoom-outy;
}
/*-------------------------------------*/
@-webkit-keyframes zoomOutIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes zoomOutIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.zoomOutIn {
  -webkit-animation-name: zoomOutIn;
          animation-name: zoomOutIn;
}
/*-------------------------------------*/
@-webkit-keyframes zoomInOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
}
@keyframes zoomInOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
}
.zoomInOut {
  -webkit-animation-name: zoomInOut;
          animation-name: zoomInOut;
}
/*-------------------------------------*/
@-webkit-keyframes foldUp {
  0% {
    -webkit-transform: perspective(500px) translate3d(0, 25px, 0) rotate3d(1, 0, 0, 80deg) translate3d(0, 0, -50px);
            transform: perspective(500px) translate3d(0, 25px, 0) rotate3d(1, 0, 0, 80deg) translate3d(0, 0, -50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(500px) rotate3d(1, 0, 0, 0deg) translate3d(0, 0, 0);
            transform: perspective(500px) rotate3d(1, 0, 0, 0deg) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes foldUp {
  0% {
    -webkit-transform: perspective(500px) translate3d(0, 25px, 0) rotate3d(1, 0, 0, 80deg) translate3d(0, 0, -50px);
            transform: perspective(500px) translate3d(0, 25px, 0) rotate3d(1, 0, 0, 80deg) translate3d(0, 0, -50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(500px) rotate3d(1, 0, 0, 0deg) translate3d(0, 0, 0);
            transform: perspective(500px) rotate3d(1, 0, 0, 0deg) translate3d(0, 0, 0);
    opacity: 1;
  }
}
.foldUp {
  -webkit-animation-name: foldUp;
          animation-name: foldUp;
  -webkit-transform-origin: 50% 20%;
      -ms-transform-origin: 50% 20%;
          transform-origin: 50% 20%;
}
/*-------------------------------------*/
@-webkit-keyframes foldOut {
  0% {
    -webkit-transform: perspective(500px) rotate3d(1, 0, 0, 0deg) translate3d(0, 0, 0);
            transform: perspective(500px) rotate3d(1, 0, 0, 0deg) translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(500px) translate3d(0, -40px, 0) rotate3d(1, 0, 0, 90deg) translate3d(0, -100px, 25px);
            transform: perspective(500px) translate3d(0, -40px, 0) rotate3d(1, 0, 0, 90deg) translate3d(0, -100px, 25px);
    opacity: 0;
  }
}
@keyframes foldOut {
  0% {
    -webkit-transform: perspective(500px) rotate3d(1, 0, 0, 0deg) translate3d(0, 0, 0);
            transform: perspective(500px) rotate3d(1, 0, 0, 0deg) translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(500px) translate3d(0, -40px, 0) rotate3d(1, 0, 0, 90deg) translate3d(0, -100px, 25px);
            transform: perspective(500px) translate3d(0, -40px, 0) rotate3d(1, 0, 0, 90deg) translate3d(0, -100px, 25px);
    opacity: 0;
  }
}
.foldOut {
  -webkit-animation-name: foldOut;
          animation-name: foldOut;
  -webkit-transform-origin: 50% 20%;
      -ms-transform-origin: 50% 20%;
          transform-origin: 50% 20%;
}
/*-------------------------------------*/
@-webkit-keyframes fadeInUpScale {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) translate3d(0, 200px, 400px);
            transform: perspective(400px) translate3d(0, 200px, 400px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUpScale {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) translate3d(0, 200px, 400px);
            transform: perspective(400px) translate3d(0, 200px, 400px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUpScale {
  -webkit-animation-name: fadeInUpScale;
          animation-name: fadeInUpScale;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
}
/*-------------------------------------*/
@-webkit-keyframes fadeInUpLeftScale {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) translate3d(-300px, 200px, 400px);
            transform: perspective(400px) translate3d(-300px, 200px, 400px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUpLeftScale {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) translate3d(-300px, 200px, 400px);
            transform: perspective(400px) translate3d(-300px, 200px, 400px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUpLeftScale {
  -webkit-animation-name: fadeInUpLeftScale;
          animation-name: fadeInUpLeftScale;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
}
/*-------------------------------------*/
@-webkit-keyframes fadeInUpRightScale {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) translate3d(300px, 200px, 400px);
            transform: perspective(400px) translate3d(300px, 200px, 400px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUpRightScale {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) translate3d(300px, 200px, 400px);
            transform: perspective(400px) translate3d(300px, 200px, 400px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUpRightScale {
  -webkit-animation-name: fadeInUpRightScale;
          animation-name: fadeInUpRightScale;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
}
/*--------------------------------------*/
@-webkit-keyframes cloudLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@keyframes cloudLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
/*-------------------------------------*/
@-webkit-keyframes shine {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@keyframes shine {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
.shine {
  background: #222222 -webkit-gradient(linear, left top, right top, from(#222222), to(#222222), color-stop(0.5, #ffffff)) 0 0 no-repeat;
  -webkit-background-size: 125px;
  color: rgba(255, 255, 255, 0.1);
  -webkit-background-clip: text;
  -webkit-animation-name: shine;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
}
/*-------------------------------------*/
.animsition .init-animation-1,
.animsition .init-animation-2,
.animsition .init-animation-3,
.animsition .init-animation-4,
.animsition .init-animation-5 {
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
/* 
 Ripple Effect
 -------------------------
 */
@-webkit-keyframes ripple {
  /*scale the element to 250% to safely cover the entire link and fade it out*/
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@keyframes ripple {
  /*scale the element to 250% to safely cover the entire link and fade it out*/
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
.ripple-group-parent,
.ripple-alone {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /* Fixing a Webkit browsers bug*/
}
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 178, 202, 0.5);
  border-radius: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  z-index: 10;
}
/*animation effect*/
.ink.animate {
  -webkit-animation: ripple 0.5s ease-out;
          animation: ripple 0.5s ease-out;
}
/* 
 Animated Navicon
 -------------------------
 */
#animated-navicon .icon-bar {
  position: relative;
  top: 0;
  -webkit-transition: top 0.14s linear 0.22s, -webkit-transform 0.22s ease-out, opacity 0.22s ease-out 0.22s;
          transition: top 0.14s linear 0.22s, transform 0.22s ease-out, opacity 0.22s ease-out 0.22s;
}
#animated-navicon.opened .icon-bar:nth-child(3) {
  opacity: 0;
  -webkit-transition: opacity 0.14s ease-in;
          transition: opacity 0.14s ease-in;
}
#animated-navicon.opened .icon-bar:nth-child(2) {
  top: 6px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: top 0.14s ease-in, -webkit-transform 0.22s ease-in-out 0.14s;
          transition: top 0.14s ease-in, transform 0.22s ease-in-out 0.14s;
}
#animated-navicon.opened .icon-bar:nth-child(4) {
  top: -6px;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition: top 0.14s ease-in, -webkit-transform 0.22s ease-in-out 0.14s;
          transition: top 0.14s ease-in, transform 0.22s ease-in-out 0.14s;
}
/* 
 Loaders
 -------------------------
 */
@-webkit-keyframes load1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes load1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* loader1 */
.loader1 {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  margin: 25px auto;
  box-shadow: inset 0 0 0 1px #171724;
  border-radius: 50%;
  font-size: 11px;
  text-indent: -99em;
  -webkit-animation: load2 3s infinite linear;
          animation: load2 3s infinite linear;
}
.loader1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 50px;
  border-style: solid;
  border-radius: 50px 0 0 50px;
  border-width: 1px 0 1px 1px;
  -webkit-animation: load1 1.2s infinite ease-in-out 0.4s;
          animation: load1 1.2s infinite ease-in-out 0.4s;
  -webkit-transform-origin: 25px 25px;
      -ms-transform-origin: 25px 25px;
          transform-origin: 25px 25px;
}
.loader1:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 50px;
  border-style: solid;
  border-radius: 0 50px 50px 0;
  border-width: 1px 1px 1px 0;
  -webkit-animation: load1 1.2s infinite ease-in-out;
          animation: load1 1.2s infinite ease-in-out;
  -webkit-transform-origin: 0 25px;
      -ms-transform-origin: 0 25px;
          transform-origin: 0 25px;
}
/* loader2 */
.loader2 {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  margin: 25px auto;
  box-shadow: inset 0 0 0 1px #171724;
  border-radius: 50%;
  font-size: 11px;
  text-indent: -99em;
  -webkit-animation: load2 3s infinite linear;
          animation: load2 3s infinite linear;
}
.loader2:before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: 28px;
  height: 56px;
  border-radius: 56px 0 0 56px;
  -webkit-animation: load1 1.2s infinite ease-in-out 0.4s;
          animation: load1 1.2s infinite ease-in-out 0.4s;
  -webkit-transform-origin: 28px 28px;
      -ms-transform-origin: 28px 28px;
          transform-origin: 28px 28px;
}
.loader2:after {
  content: '';
  position: absolute;
  top: -3px;
  right: -3px;
  width: 28px;
  height: 56px;
  border-radius: 0 56px 56px 0;
  -webkit-animation: load1 1.2s infinite ease-in-out;
          animation: load1 1.2s infinite ease-in-out;
  -webkit-transform-origin: 0 28px;
      -ms-transform-origin: 0 28px;
          transform-origin: 0 28px;
}
/* loader3 */
.loader3 {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  margin: 25px auto;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  font-size: 10px;
  text-indent: -99em;
  -webkit-animation: load2 1.1s infinite linear;
          animation: load2 1.1s infinite linear;
}
/*
  ========================================
  Generic Layout Classes --( set 01 )--
  ========================================
*/
.font-second {
	font-family: Raleway,sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
}

/* 
 Sections Titles
 -------------------------
 */
.section-title {
  position: relative;
  padding-bottom: 40px;
  text-align: center;
}
.section-title-heading {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  text-transform: capitalize;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: 300;
  font-size: 32px;
  margin-top: 0;
}
.section-title-heading span {
  font-weight: 700;
}
.section-title-more {
  display: inline-block;
  position: relative;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .65em;
  margin-right: -0.65em;
  font-size: 8px;
}
.section-title-more p {
  position: relative;
  margin: 0;
  padding: 0 10px;
  z-index: 2;
}
.section-title-small {
  text-align: left;
}
.section-title-small .section-title-heading {
  font-size: 28px;
  margin-top: 0;
  padding: 10px 0 10px 20px;
  border-left: 2px solid #ffffff;
}
.section-title-small .section-title-heading:after {
  content: none;
}


/* Columns Of Same Height */
.row-same-height {
  display: table;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}
@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}
.col-middle {
  vertical-align: middle;
}
/* 
 Sections Layout
 -------------------------
 */
.section {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.small-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .small-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .small-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.overlay {
  position: relative;
}
.overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*=============================================
=            Animate Slider Styles            =
=============================================*/
.animate-slider {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.animate-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.as-background {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: opacity 0s ease-out 0.57s;
          transition: opacity 0s ease-out 0.57s;
}
.as-overlay .as-background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(34, 34, 34, 0.3);
}
.active-as-background {
  -webkit-transition: opacity 0.57s ease-out 0s;
          transition: opacity 0.57s ease-out 0s;
  z-index: 3;
}
.as-indicators {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 5px;
  width: 150px;
  margin: 0 auto;
  font-size: 0;
  z-index: 6;
  text-align: center;
}
.as-indicator {
  float: left;
  position: relative;
  height: 100%;
  padding: 0;
  margin: 0;
  border-radius: 2px;
  margin-right: 5px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.as-indicator:last-child {
  margin-right: 0;
}
.as-load-bar {
  position: absolute;
  height: 100%;
  background: #ffffff;
  display: block;
  border-radius: 2px;
}
.single-loadbar .as-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  cursor: default;
}
.single-loadbar .as-indicator.active {
  opacity: 1;
}
.single-loadbar .as-load-bar {
  -webkit-transition: width 0s;
          transition: width 0s;
}
.show-indicators .as-indicators {
  bottom: 40px;
  padding: 10px;
}
.show-indicators .as-indicator {
  display: inline-block;
  float: none;
  width: 11px;
  height: 7px;
  margin: 7px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.5);
}
.show-indicators .as-indicator.active {
  background: #ffffff;
}
.show-indicators .as-load-bar {
  height: 0;
}
.show-indicators .dotstyle-fall .as-load-bar {
  height: 100%;
  width: 100% !important;
}
.active .as-load-bar {
  -webkit-transition: width 0s;
          transition: width 0s;
}
.as-arrow {
  z-index: 6;
}
/*
  ========================================
                Skill Bars
  ========================================
*/
.skillbar-container {
  position: relative;
  margin-bottom: 20px;
  font-size: 13px;
}
.skillbar-container:last-child {
  margin-bottom: 0;
}
.skillbar-title {
  font-family: Raleway,sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  line-height: 1.7;
  text-transform: capitalize;
  margin-bottom: 6px;
}
.skillbar-title span {
  float: right;
}
.skillbar {
  width: 100%;
  height: 3px;
  border-radius: 0 2px 2px 0;
  overflow: hidden;
}
.skillbar-bar {
  height: 3px;
  width: 0;
  border-radius: 0 2px 2px 0;
}
/* 
    =========================
    Layout styles
    --------------
    Contents
    ========

    General Styles
    Page Loader
    Scroll Progress Bar
    Home Section
    About Section
    Facts Section
    Services Section
    Works Section
    Project Order
    Team Section
    Process Section
    Testimonials
    Prices Section
    Blog Section
    Contact Section
    Google Map
    Footer Section

    Blog Pages Styles
    Works Pages Styles
    Blog and Work pages background images

    Generic Layout Classes --( set 02 )--

*/

/*
  ========================================
  Page Loader
  ========================================
*/
.animsition-loading .loader1,
.animsition-loading .loader2,
.animsition-loading .loader3 {
  top: calc(50% - 50px);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.page-loader-text {
  position: absolute;
  top: calc(50% + 50px);
  width: 100%;
  margin: 0 auto;
  padding-left: 7px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .4em;
}


/*===================================
= Services Section                  =
===================================*/
.services-section-item {
  -webkit-perspective: 300px;
          perspective: 300px;
  text-align: center;
}
.services-item-title {
  margin-bottom: 15px;
  margin-top: 15px;
  /*font-weight: 300;*/
}
.services-section-item-icon {
  margin: 0 auto;
  font-size: 44px;
}
.services-section-item-text {
  font-family: Raleway,sans-serif;
  font-size: 14px;
}


/*

===============================================
===============================================
===========(( Blog Pages Styles  ))============
===============================================
===============================================

*/
.page-header {
  position: relative;
  padding-bottom: 0;
  margin: 0;
  border-bottom: 0;
  height: 400px;
  width: 100%;
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}
.page-header .table {
  height: 100%;
}
.page-header .page-header-title-middle {
  margin: 0;
  text-align: center;
}
.page-header .page-header-title-left {
  margin: 0;
  text-align: center;
}
.page-header .page-header-title-left span {
  font-weight: 700;
}
.page-header .breadcrumb {
  margin-bottom: 0;
  padding: 0;
  line-height: 100px;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}
.blog-page-title {
  margin-bottom: 30px;
  padding-bottom: 10px;
}
/* Blog Item */
.sidebarfixed {
  position: fixed!important;
  top: 0;
}
.blog-item {
  position: relative;
  margin-bottom: 60px;
  border: 1px solid #f5f5fa;
  border-bottom: 0;
}
.blog-media {
  overflow: hidden;
  height: 200px;
  display: block;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.27s ease-out;
          transition: opacity 0.27s ease-out;
}
.blog-media:hover {
  opacity: .85;
}
.blog-media .carousel {
  max-height: 400px;
}
.blog-media .blog-item-slider {
  max-height: 600px;
}
.blog-page-media {
  position: relative;
  max-height: 600px;
  overflow: hidden;
}
.parallax-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blog-media img,
.blog-media .video,
.blog-media .carousel {
  padding: 0;
}
.blog-item-q {
  background: #f5f5fa;
  margin: 1em 0;
  padding: 20px 15px;
}
.blog-item-detail {
  position: relative;
  box-shadow: 0 8px 3px -9px #706f83;
  padding: 10px 0;
  margin: 0 10px;
  text-transform: capitalize;
  font-weight: 300;
  font-size: 13px;
}
.blog-item-detail a {
  padding-right: 15px;
}
.blog-item-detail i {
  padding-right: 5px;
}
.blog-item-detail .no-padding-right {
  padding-right: 0;
}
.btn-blog-more {
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 11px;
  padding-right: 0;
  letter-spacing: 2px;
  margin-right: -22px;
}
.btn-blog-more .btn-icon {
  font-size: 18px;
  vertical-align: middle;
  line-height: 0;
  padding-left: 10px;
  padding-right: 0;
  opacity: 0;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
          transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}
.btn-blog-more:hover .btn-icon {
  opacity: 1;
  padding-left: 10px;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}
.blog-item-title-wrapper {
  padding-top: 40px;
  margin: 0 10px;
}
.blog-item-title h1 {
  margin-top: 0;
  font-weight: 300;
}
.blog-item-title span {
  font-weight: 700;
}
.post-date {
  margin: 15px 0;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 300 !important;
}
.blog-item-body {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}
.blog-item-body blockquote {
  padding-left: 40px;
}
.blog-page-post-title {
  font-weight: 300;
  margin: 30px 0 0 0;
}
.blog-page-post-title span {
  font-weight: 700;
}
.blog-post {
  margin-bottom: 80px;
}
.blog-post .blog-item-body {
  margin: 30px 0;
}
.blog-post .blog-item-detail {
  padding: 15px 0;
}
.article-nav {
  text-align: center;
  margin: 30px 0;
  border-top: 1px solid #ebebf5;
  border-bottom: 1px solid #ebebf5;
}
.article-nav-link {
  display: inline-block;
  padding: 30px 0;
  font-size: 18px;
  text-transform: capitalize;
}
.article-nav-link p {
  display: inline-block;
  margin: 0;
}
.article-nav-link span {
  font-weight: 700;
}
.article-nav-link i {
  font-size: 32px;
}
.widget {
  margin-bottom: 60px;
}
.widget-title {
  margin-bottom: 15px;
  margin-top: 0;
  padding: 10px;
  background-color: #f5f5fa;
  font-weight: 300;
  letter-spacing: .05em;
}
.widget-body {
  font-size: 13px;
  padding: 10px;
}
.widget-body .post-date {
  margin: 0;
}
.widget-body a {
  text-transform: capitalize;
  color: #171724;
  font-size: 1.1em;
  font-weight: 300;
}
.widget-text {
  line-height: 1.7;
}
.search-wrap {
  position: relative;
}
.search-button {
  position: absolute;
  top: 50%;
  right: 1px;
  overflow: hidden;
  width: 42px;
  height: 40px;
  line-height: 38px;
  margin-top: -20px;
  border: none;
  outline: none;
  font-size: 14px;
  cursor: pointer;
  z-index: 2;
}


/*
  ========================================
  Generic Layout Classes --( set 02 )--
  ========================================
*/
.position-relative {
  position: relative;
}
.position-fixed {
  position: fixed;
}
.inline-block {
  display: inline-block !important;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.full-screen {
  height: 100vh;
  width: 100%;
  /* Foloowing hacks are due to buggy behavior of the "vh" unit in iOS7 */
  /* iPad in portrait*/
  /* iPad in landscape */
  /* iPhone 5 & 5S in portrait */
  /* iPhone 5 & 5S in landscape */
  /* iPhone 2G-4S in portrait */
  /* iPhone 2G-4S in landscape */
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .full-screen {
    height: 1024px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .full-screen {
    height: 768px;
  }
}
@media only screen and (device-aspect-ratio: 40/71) and (orientation: portrait) {
  .full-screen {
    height: 568px;
  }
}
@media only screen and (device-aspect-ratio: 40/71) and (orientation: landscape) {
  .full-screen {
    height: 320px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (device-aspect-ratio: 2/3) and (orientation: portrait) {
  .full-screen {
    height: 480px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (device-aspect-ratio: 2/3) and (orientation: landscape) {
  .full-screen {
    height: 320px;
  }
}
.half-height {
  height: 78vh !important;
  width: 100%;
  /* iPad in portrait*/
  /* iPad in landscape */
  /* iPhone 5 & 5S in portrait */
  /* iPhone 5 & 5S in landscape */
  /* iPhone 2G-4S in portrait */
  /* iPhone 2G-4S in landscape */
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .half-height {
    height: 799px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .half-height {
    height: 600px;
  }
}
@media only screen and (device-aspect-ratio: 40/71) and (orientation: portrait) {
  .half-height {
    height: 444px;
  }
}
@media only screen and (device-aspect-ratio: 40/71) and (orientation: landscape) {
  .half-height {
    height: 250px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (device-aspect-ratio: 2/3) and (orientation: portrait) {
  .half-height {
    height: 374px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (device-aspect-ratio: 2/3) and (orientation: landscape) {
  .half-height {
    height: 250px;
  }
}

/*************************************************************/
/*********************** Generic Styles **********************/
/*************************************************************/
.no-margin {
  margin: 0;
}
.no-margin-left {
  margin-left: 0;
}
.no-margin-top {
  margin-top: 0;
}
.no-margin-right {
  margin-right: 0;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.margin-5 {
  margin: 5px;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-10 {
  margin: 10px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-15 {
  margin: 15px;
}
.margin-left-15 {
  margin-left: 15px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-right-15 {
  margin-right: 15px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-20 {
  margin: 20px;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-right-20 {
  margin-right: 20px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-30 {
  margin: 30px;
}
.margin-left-30 {
  margin-left: 30px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-right-30 {
  margin-right: 30px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-40 {
  margin: 40px;
}
.margin-left-40 {
  margin-left: 40px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-right-40 {
  margin-right: 40px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-50 {
  margin: 50px;
}
.margin-left-50 {
  margin-left: 50px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-right-50 {
  margin-right: 50px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-60 {
  margin: 60px;
}
.margin-left-60 {
  margin-left: 60px;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-right-60 {
  margin-right: 60px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-70 {
  margin: 70px;
}
.margin-left-70 {
  margin-left: 70px;
}
.margin-top-70 {
  margin-top: 70px;
}
.margin-right-70 {
  margin-right: 70px;
}
.margin-bottom-70 {
  margin-bottom: 70px;
}
.margin-80 {
  margin: 80px;
}
.margin-left-80 {
  margin-left: 80px;
}
.margin-top-80 {
  margin-top: 80px;
}
.margin-right-80 {
  margin-right: 80px;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.margin-90 {
  margin: 90px;
}
.margin-left-90 {
  margin-left: 90px;
}
.margin-top-90 {
  margin-top: 90px;
}
.margin-right-90 {
  margin-right: 90px;
}
.margin-bottom-90 {
  margin-bottom: 90px;
}
.margin-100 {
  margin: 100px;
}
.margin-left-100 {
  margin-left: 100px;
}
.margin-top-100 {
  margin-top: 100px;
}
.margin-right-100 {
  margin-right: 100px;
}
.margin-bottom-100 {
  margin-bottom: 100px;
}



/*  
    Responsive styles
    --------------
    Contents
    ========
    min-width: 481px
    max-width: 767px
    min-width: 768px
    min-width: 992px
    min-width: 1200px
    max-width: 480px
    Blended
    Animation delays
*/
/*
min-width: 481px
 -------------------------
 */
@media (min-width: 481px) {
  .hs-text-2 {
    font-size: 60px;
    line-height: 1.3;
  }
  .hs-text-4 {
    font-size: 36px;
    line-height: 1.3;
  }
  .hs-text-7 {
    font-size: 48px;
    line-height: 1.4;
  }
  .hs-text-10 {
    font-size: 50px;
    line-height: 1.2;
  }
  .hs-text-11 {
    font-size: 55px;
    line-height: 1;
  }
  .hs-text-12 {
    font-size: 54px;
    line-height: 1.2;
  }
  .hs-text-14 {
    font-size: 32px;
    line-height: 1.3;
  }
  .process-labels span {
    opacity: 1;
  }
  .line-process-mood .owl-dot {
    height: 120px;
    width: 120px;
    -webkit-transform: translateX(-60px) translateY(-90px);
        -ms-transform: translateX(-60px) translateY(-90px);
            transform: translateX(-60px) translateY(-90px);
  }
  .line-process-mood .owl-dot span {
    -webkit-transform: translateX(60px) translateY(90px);
        -ms-transform: translateX(60px) translateY(90px);
            transform: translateX(60px) translateY(90px);
  }
}

/*
min-width: 768px
 -------------------------
 */
@media screen and (min-width: 768px) {
  h1 {
    font-size: 1.785em;
    /* 1.785x body copy size = 25px */
  }
  h2 {
    font-size: 1.571em;
    /* 1.571x body copy size = 22px */
  }
  h3 {
    font-size: 1.357em;
    /* 1.357 body copy size = 19px */
    /* 25px / 22px */
  }
  h4 {
    font-size: 1.214em;
    /* 1.214x body copy size = 17px */
  }
  h5 {
    font-size: 1.0714em;
    /* 1.0714x body copy size = 15px */
  }
  h6 {
    font-size: 1em;
    /* 1.x body copy size = 14px */
  }
  .hs-text-2 {
    font-size: 75px;
    line-height: 1.3;
  }
  .hs-text-10 {
    font-size: 80px;
    line-height: 1.2;
  }
  .hs-text-11 {
    font-size: 75px;
    line-height: 1;
  }
  .hs-content-inner {
    padding: 0 70px;
  }
  .hs-content-inner.text-left > div {
    margin-left: 0;
  }
  .hs-content-inner.text-right > div {
    margin-right: 0;
  }
  .as-indicators {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  /* scroll progress bar */
  #scroll-progressbar {
    display: block;
    position: absolute;
    top: 0;
    height: 2px;
    width: 100%;
    z-index: 99999;
  }
  #scroll-progressbar div {
    position: relative;
    height: 100%;
    width: 0;
    -webkit-transition: width 0.3s ease-out;
            transition: width 0.3s ease-out;
  }
  #scroll-progressbar .scroll-shadow {
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
        -ms-transform: rotate(3deg) translate(0px, -4px);
            transform: rotate(3deg) translate(0px, -4px);
  }
  /*navbar*/
  .navbar {
    border-radius: 0;
    -webkit-transition: padding 0.21s ease-out, background 0.21s ease-out, border 0.21s ease-out;
            transition: padding 0.21s ease-out, background 0.21s ease-out, border 0.21s ease-out;
  }
  .navbar .ink.animate {
    -webkit-animation: ripple 0.7s ease-out;
            animation: ripple 0.7s ease-out;
  }
  .navbar-brand {
    padding: 0 0 0 45px;
  }
  .navbar-toggle {
    margin-right: 45px;
  }
  .navbar-default .navbar-toggle:hover > .navbar-header,
  .navbar-default .navbar-toggle:focus .container > .navbar-header,
  .container-fluid > .navbar-header,
  .navbar-default .navbar-toggle:hover > .navbar-collapse,
  .navbar-default .navbar-toggle:focus .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -45px;
  }
  .navbar-nav > li > a {
    padding-top: 19.5px;
    padding-bottom: 19.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  /* Navigation links falling effect */
  .cl-effect-5 > li {
    padding-top: 19.5px;
    padding-bottom: 19.5px;
  }
  .cl-effect-5 > li > a {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
  .cl-effect-5 > li > a span[data-hover] {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform .4s;
            transition: transform .4s;
  }
  .cl-effect-5 > li > a span[data-hover]:before {
    position: absolute;
    top: 100%;
    font-weight: 700;
    color: #171724;
    content: attr(data-hover);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: color .4s;
            transition: color .4s;
  }
  .cl-effect-5 > li > a:hover span[data-hover] {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  .cl-effect-5 > .active > a span[data-hover],
  .cl-effect-5 > .active > a:focus span[data-hover],
  .cl-effect-5 > .active > a:hover span[data-hover] {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  /* 
 Falling Carousel Indicators Style
 -------------------------
 */
  .dotstyle-fall li:after,
  .dotstyle-fall div:after {
    -webkit-transform: translate3d(0, -200%, 0);
            transform: translate3d(0, -200%, 0);
    -webkit-transition: -webkit-transform .3s ease, opacity .5s ease, visibility 0s .5s;
            transition: transform .3s ease, opacity .5s ease, visibility 0s .5s;
  }
  .dotstyle-fall li a,
  .dotstyle-fall div a,
  .dotstyle-fall li span,
  .dotstyle-fall div span {
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease, background-color 0.5s ease 0s;
            transition: transform 0.5s ease, opacity 0.5s ease, background-color 0.5s ease 0s;
  }
  .dotstyle-fall li.active:after,
  .dotstyle-fall div.active:after,
  .dotstyle-fall li.current:after,
  .dotstyle-fall div.current:after {
    -webkit-transition: -webkit-transform .5s ease, opacity .5s ease;
            transition: transform .5s ease, opacity .5s ease;
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0);
  }
  .dotstyle-fall li.active a,
  .dotstyle-fall div.active a,
  .dotstyle-fall li.current a,
  .dotstyle-fall div.current a,
  .dotstyle-fall li.active span,
  .dotstyle-fall div.active span,
  .dotstyle-fall li.current span,
  .dotstyle-fall div.current span {
    -webkit-transform: translate3d(0, 200%, 0);
            transform: translate3d(0, 200%, 0);
  }
  /* 
 Filling Carousel Indicators Style
 -------------------------
 */
  .dotstyle-fill li a,
  .dotstyle-fill div a,
  .dotstyle-fill li span,
  .dotstyle-fill div span {
    -webkit-transition: box-shadow 0.5s ease-out;
            transition: box-shadow 0.5s ease-out;
  }
  .dotstyle-fill li.active a,
  .dotstyle-fill div.active a,
  .dotstyle-fill li.current a,
  .dotstyle-fill div.current a,
  .dotstyle-fill li.active span,
  .dotstyle-fill div.active span,
  .dotstyle-fill li.current span,
  .dotstyle-fill div.current span {
    -webkit-transition: box-shadow 0.5s 0.2s ease-in;
            transition: box-shadow 0.5s 0.2s ease-in;
  }
  .dotstyle-fillup li a,
  .dotstyle-fillup div a,
  .dotstyle-fillup li span,
  .dotstyle-fillup div span {
    -webkit-transition: background 0.3s ease 0s;
            transition: background 0.3s ease 0s;
  }
  .dotstyle-fillup li a:after,
  .dotstyle-fillup div a:after,
  .dotstyle-fillup li span:after,
  .dotstyle-fillup div span:after {
    -webkit-transition: width 0.27s ease-out 0s;
            transition: width 0.27s ease-out 0s;
  }
  .dotstyle-fillup.from-bottom li a:after,
  .dotstyle-fillup.from-bottom div a:after,
  .dotstyle-fillup.from-bottom li span:after,
  .dotstyle-fillup.from-bottom div span:after {
    -webkit-transition: height 0.27s ease-out 0s, opacity 0.27s ease-out 0s;
            transition: height 0.27s ease-out 0s, opacity 0.27s ease-out 0s;
  }
  .team-item-img {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  .team-item:hover .team-item-img {
    -webkit-filter: blur(12px);
            filter: blur(12px);
  }
  .section-title {
    padding-bottom: 90px;
  }
  /* Works buttons */
  .portfolio-filters .btn {
    min-width: 130px;
  }
  .portfolio-container {
    -webkit-transition: height .5s;
            transition: height .5s;
  }
  .portfolio-container.no-transition {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
  .portfolio-item-img {
    overflow: hidden;
  }
  .portfolio-item-img img {
    -webkit-transition: -webkit-transform 0.25s ease-out;
            transition: transform 0.25s ease-out;
  }
  .portfolio-item-img:after {
    -webkit-transition: opacity 0.25s ease-out;
            transition: opacity 0.25s ease-out;
  }
  .video-work:after {
    -webkit-transition: opacity 0.25s ease-out;
            transition: opacity 0.25s ease-out;
  }
  .portfolio-item .video-background {
    -webkit-transition: -webkit-transform 0.25s ease-out;
            transition: transform 0.25s ease-out;
  }
  .portfolio-item-title {
    -webkit-transition: opacity 0.25s, -webkit-transform 0.40s;
            transition: opacity 0.25s, transform 0.40s;
  }
  .portfolio-item-detail {
    -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
            transition: opacity 0.25s, transform 0.25s;
  }
  .portfolio-item:hover .portfolio-item-detail {
    -webkit-transition: opacity 0.15s, -webkit-transform 0.25s;
            transition: opacity 0.15s, transform 0.25s;
  }
  /* Process Lables */
  .process-labels span {
    -webkit-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
  }
  .process-labels span:before,
  .process-labels .icon-shade {
    -webkit-transition: max-width 0.3s ease 0s;
            transition: max-width 0.3s ease 0s;
  }
  .process-labels .process-label-active span:before,
  .process-labels .process-label-active .icon-shade {
    -webkit-transition: max-width 0.3s ease 0.5s;
            transition: max-width 0.3s ease 0.5s;
  }
  .line-process-mood .owl-dot {
    height: 120px;
    width: 192px;
    -webkit-transform: translateX(-96px) translateY(-90px);
        -ms-transform: translateX(-96px) translateY(-90px);
            transform: translateX(-96px) translateY(-90px);
  }
  .line-process-mood .owl-dot span {
    -webkit-transform: translateX(96px) translateY(90px);
        -ms-transform: translateX(96px) translateY(90px);
            transform: translateX(96px) translateY(90px);
  }
  .line-process-mood .owl-dot span:after {
    -webkit-transition: width 0.3s ease 0s;
            transition: width 0.3s ease 0s;
  }
  .line-process-mood .owl-dot.active span:after {
    -webkit-transition: width 0.3s ease 0.5s;
            transition: width 0.3s ease 0.5s;
  }
  /* skill bars */
  .skillbar-bar {
    -webkit-transition: width 2000ms cubic-bezier(0.26, 0.765, 0.07, 1.095);
            transition: width 2000ms cubic-bezier(0.26, 0.765, 0.07, 1.095);
  }
  /*  Services Section */
  .services-section-item {
    margin-bottom: 40px;
  }
  .no-touch.cssanimations .services-section-item {
    margin-bottom: 0;
  }
  .no-touch.cssanimations .services-section-item-icon {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s, opacity 0.3s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
            transition: transform 0.7s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s, opacity 0.3s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
  }
  .no-touch.cssanimations .services-item-title {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
            transition: transform 0.7s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
  }
  .no-touch.cssanimations .services-section-item-text {
    opacity: 0;
    -webkit-transform: rotate3d(1, 0, 0, -90deg) translate3d(0, 50px, 0);
            transform: rotate3d(1, 0, 0, -90deg) translate3d(0, 50px, 0);
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s, opacity 0.2s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0.3s;
            transition: transform 0.7s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s, opacity 0.2s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0.3s;
  }
  .no-touch.cssanimations .services-section-item:hover .services-section-item-icon {
    opacity: 0;
    -webkit-transform: rotate3d(1, 0, 0, 80deg) translate3d(0, -50px, 50px);
            transform: rotate3d(1, 0, 0, 80deg) translate3d(0, -50px, 50px);
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s, opacity 0.3s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0.2s;
            transition: transform 0.7s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s, opacity 0.3s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0.2s;
  }
  .no-touch.cssanimations .services-section-item:hover .services-item-title {
    -webkit-transform: translate3d(0, -75px, 0);
            transform: translate3d(0, -75px, 0);
  }
  .no-touch.cssanimations .services-section-item:hover .services-section-item-text {
    opacity: 1;
    -webkit-transform: translate3d(0, -70px, 0);
            transform: translate3d(0, -70px, 0);
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s, opacity 0.3s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
            transition: transform 0.7s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s, opacity 0.3s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
  }

  }

 

/*
max-width: 480px
 -------------------------
 */
@media (max-width: 480px) {
  .team-item-social {
    padding: 10px 0;
  }
  .team-item-social li {
    margin: 0 5px;
  }
}

@media (min-width: 992px) {
  .hs-text-2 {
    font-size: 90px;
    line-height: 1.3;
  }
  .hs-text-9 {
    font-size: 90px;
    line-height: 1.8;
  }
  .hs-text-11 {
    font-size: 96px;
    line-height: 1;
  }
  .hs-text-12 {
    font-size: 54px;
    line-height: 1.2;
  }
  .hs-content-inner {
    padding: 0 110px;
  }
  .line-process-mood .owl-dot {
    height: 120px;
    width: 240px;
    -webkit-transform: translateX(-120px) translateY(-90px);
        -ms-transform: translateX(-120px) translateY(-90px);
            transform: translateX(-120px) translateY(-90px);
  }
  .line-process-mood .owl-dot span {
    -webkit-transform: translateX(120px) translateY(90px);
        -ms-transform: translateX(120px) translateY(90px);
            transform: translateX(120px) translateY(90px);
  }
}




.services-section {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .services-section {
    padding-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .services-section {
    padding-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .services-section {
   /* padding-bottom: 50px;*/
  }
}

/*
  ========================================
  Animation & Transition Delay Classes
  ========================================
*/
.delay0-05s {
  -webkit-animation-delay: .05s;
          animation-delay: .05s;
  -webkit-transition-delay: .05s;
          transition-delay: .05s;
}
.delay0-1s {
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}
.delay0-2s {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.delay0-15s {
  -webkit-animation-delay: .15s;
          animation-delay: .15s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}
.delay0-3s {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
.delay0-4s {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}
.delay0-5s {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
.delay0-6s {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
.delay0-7s {
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}
.delay0-8s {
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}
.delay0-9s {
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}
.delay1-0s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.delay1-1s {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.delay1-2s {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.delay1-3s {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.delay1-4s {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.delay1-5s {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.delay1-6s {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.delay1-7s {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.delay1-8s {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.delay1-9s {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.delay2s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.delay2-5s {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.delay3s {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.delay3-5s {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}
.delay4s {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}
.delay4-5s {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
  -webkit-transition-delay: 4.5s;
          transition-delay: 4.5s;
}
.delay5s {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
}
.delay5-5s {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
  -webkit-transition-delay: 5.5s;
          transition-delay: 5.5s;
}
.delay6s {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  -webkit-transition-delay: 6s;
          transition-delay: 6s;
}
.delay6-5s {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
  -webkit-transition-delay: 6.5s;
          transition-delay: 6.5s;
}
.slide-out {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}



/* 
 Team Section
 -------------------------
 */
.team-item-info {
  background: rgba(255, 255, 255, 0.7);
}
.team-item-info .skillbar {
  background: rgba(255, 255, 255, 0.2);
}
.team-item-name small {
  color: #171724;
}
.team-item-name span {
  color: #171724;
}
.team-item-social a,
.work-social a {
  color: #757a86;
}
.team-item-social a:hover,
.work-social a:hover {
  color: #171724;
}
.team-item-social li {
  background: rgba(255, 255, 255, 0.2);
}
.work-social li {
  background: rgba(117, 122, 134, 0.07);
}







/*=============================
= Team Section                =
=============================*/
.team-carousel {
  cursor: col-resize;
}
.team-carousel .owl-grab {
  cursor: col-resize;
}
.team-items .owl-item img {
  display: inline-block;
  width: auto;
  height: 380px;
  margin: 20px 0;
}
.team-items .owl-dots {
  position: static;
  margin: 40px auto 0;
}
.team-item {
  position: relative;
  margin-bottom: 5px;
}
.team-item-img {
  text-align: center;
}
.team-item-img img {
  display: inline-block;
  width: 79%;
  height: auto;
  margin: 20px auto 20px auto;
}
.team-item-info {
  position: absolute;
  height: calc(100% + 10px);
  width: 100%;
  bottom: -10px;
  left: 0;
  padding: 50px 30px 0 30px;
  opacity: 0;
  -webkit-transition: opacity 0.27s ease-out;
          transition: opacity 0.27s ease-out;
}
.team-item-name {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50px;
  text-align: center;
  z-index: 3;
}
.team-item-name h4 {
  margin-bottom: 5px;
  margin-top: 0;
  font-weight: 300;
}
.team-item-name span {
  font-size: 19px;
  line-height: 1.5;
  font-weight: 700;
}
.team-item-text {
  text-align: center;
  padding-top: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
.team-item-text h3 {
  padding-bottom: 20px;
  font-weight: 300;
}
.team-item-text h3 span {
  font-weight: 700;
  font-family: Raleway,sans-serif;
}
.team-item-social {
  padding: 30px 0;
  text-align: center;
}
.team-item-social li {
  display: inline-block;
  margin: 0 10px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 18px;
  border-radius: 50%;
}
/* Hover effects */
.team-item:hover .team-item-info {
  opacity: 1;
}

.owl-stage-outer {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .process-section .owl-controls {
    width: 100%;
  }
}