@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=PT+Sans&display=swap);
.hero h1, .top-offer > span.limt {
  font-weight: 700;
  font-family: Archive
}
#ImageButton1, .dis-tbl-cell, .hero-content, .hvr-overline-reveal {
  vertical-align: middle
}
.box1 h5, .cd-nav h2, .clientlist h4, .clientspek h3, .technolo h4 {
  text-transform: uppercase
}
.cd-nav a, .portbox3 .portinner .port-down a.btn-link:hover i, a, a:active, a:focus, a:hover {
  text-decoration: none
}
@font-face {
  font-family: Archive;
  src: url(../fonts/Archive.woff2) format('woff2'), url(../fonts/Archive.woff) format('woff');
  font-weight: 400;
  font-style: normal
}
body {
  font-family: 'PT Sans', sans-serif;
  margin: 0;
  padding: 0;
  line-height: none;
  overflow-X: hidden
}
.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}
@-webkit-keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
  }
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px)
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce
}
@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1
  }
  25%, 75% {
    opacity: 0
  }
}
@keyframes flash {
  0%, 100%, 50% {
    opacity: 1
  }
  25%, 75% {
    opacity: 0
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash
}
@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}
@keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse
}
@-webkit-keyframes rubberBand {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(.75);
    transform: scaleX(1.25) scaleY(.75)
  }
  40% {
    -webkit-transform: scaleX(.75) scaleY(1.25);
    transform: scaleX(.75) scaleY(1.25)
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(.85);
    transform: scaleX(1.15) scaleY(.85)
  }
}
@keyframes rubberBand {
  0%, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(.75);
    -ms-transform: scaleX(1.25) scaleY(.75);
    transform: scaleX(1.25) scaleY(.75)
  }
  40% {
    -webkit-transform: scaleX(.75) scaleY(1.25);
    -ms-transform: scaleX(.75) scaleY(1.25);
    transform: scaleX(.75) scaleY(1.25)
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(.85);
    -ms-transform: scaleX(1.15) scaleY(.85);
    transform: scaleX(1.15) scaleY(.85)
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg)
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg)
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  10%, 20% {
    -webkit-transform: scale(.9) rotate(-3deg);
    transform: scale(.9) rotate(-3deg)
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg)
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg)
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0)
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
  10%, 20% {
    -webkit-transform: scale(.9) rotate(-3deg);
    -ms-transform: scale(.9) rotate(-3deg);
    transform: scale(.9) rotate(-3deg)
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg)
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg)
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0)
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada
}
@-webkit-keyframes wobble {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg)
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg)
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg)
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg)
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg)
  }
}
@keyframes wobble {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg)
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg)
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg)
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg)
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg)
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3)
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3)
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
  }
  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px)
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px)
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px)
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px)
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px)
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px)
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95)
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3)
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3)
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px)
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px)
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px)
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px)
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  .fadeInLeft {
    animation-name: fadeInLeft
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px)
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px)
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px)
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px)
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px)
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}
.flipInX, .flipInY, .flipOutX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg)
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg)
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg)
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg)
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    -ms-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1
  }
}
.flipInX {
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}
.flipInY, .flipOutX {
  backface-visibility: visible !important
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg)
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg)
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg)
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg)
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1
  }
}
.flipInY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    -ms-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1
  }
  80% {
    -webkit-transform: translateX(0) skewX(-15deg);
    transform: translateX(0) skewX(-15deg);
    opacity: 1
  }
  100% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1
  }
  80% {
    -webkit-transform: translateX(0) skewX(-15deg);
    -ms-transform: translateX(0) skewX(-15deg);
    transform: translateX(0) skewX(-15deg);
    opacity: 1
  }
  100% {
    -webkit-transform: translateX(0) skewX(0);
    -ms-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    -ms-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px)
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px)
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px)
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp
}
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px)
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px)
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0)
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0)
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg)
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg)
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3)
  }
  50% {
    opacity: 1
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3)
  }
  50% {
    opacity: 1
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    -ms-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    -ms-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3)
  }
  100% {
    opacity: 0
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3)
  }
  100% {
    opacity: 0
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    -ms-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    -ms-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp
}
.animated {
  animation-duration: 1.5s;
  animation-fill-mode: both
}
.navbar-default {
  background-color: #000132;
  border-color: transparent
}
.hero h1 {
  font-size: 4em;
  padding: 0;
  text-align: center;
  line-height: 75px;
  color: #fff;
  margin: 40px 0
}
.btn.btn-lg {
  padding: 10px 40px
}
.btn.btn-hero, .btn.btn-hero:focus, .btn.btn-hero:hover {
  color: #f5f5f5;
  background-color: #1abc9c;
  border-color: #1abc9c;
  outline: 0;
  margin: 20px auto
}
.greenbg {
  background: #50b7ff;
  height: 10px;
  display: block;
  width: 100%
}
.parlex-back {
  background-color: #fff;
  color: #000 !important;
  padding: 75px 0 50px
}
.top-offer, main {
  background-color: #fff
}
.bg-parlex {
      background-color: #fff;
 /* background-attachment: fixed;
  background-image: url(../images/formbg.jpg);
  background-repeat: no-repeat;
  background-size: cover*/
}
.top-offer {
  color: #fff;
  ffont-family: 'PT Sans', sans-serif;
  font-size: 22px;
  margin-bottom: 75px;
  padding: 10px 25px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-top: 25px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  margin-left: -80px;
  box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, .7)
}
.top-offer > span {
  display: block;
  line-height: 34px;
  color: #ff0808
}
.top-offer > span.limt {
  font-size: 34px
}
.top-offer b {
  font-size: 34px;
  position: absolute;
  background-color: #ff0808;
  display: inline-block;
  border-radius: 50%;
  top: -19px;
  right: -104px;
  width: 125px;
  line-height: 10px;
  height: 125px;
  padding-top: 40px;
  box-shadow: 1px 3px 6px 1px rgba(2, 2, 2, .7)
}
.top-offer b > span {
  font-size: 16px;
  font-weight: 400
}
.fntlarge, .top-offer b i {
  font-size: 30px
}
.webbig, .webbig p {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px
}
.webbig .show_hide {
  text-align: left;
  display: inline-block
}
.webbig .show_hide span {
  border: 2px solid #fff;
  background-color: transparent;
  font-size: 14px;
  padding: 6px 10px;
  font-family: 'PT Sans', sans-serif
}
.webbig .show_hide:hover span {
  background-color: #082b72
}
.main-center textarea.form-control {
  border: 1px solid #ed1c25
}
.webbig {
  text-align: left;
  color: #000
}
.webbig p {
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 12px
}
.bigtxt h2, .bigtxt h3, .cd-nav .cd-contact-info li, .cd-nav .cd-primary-nav a, .hero-content h1, .recentwork h4 {
   font-family: 'PT Sans', sans-serif;
}
#quote-carousel .carousel-control, .clientlist p, .clientspek h3, .clientspek > p, .expetrise h4, .technolo h4 {
  font-family: 'PT Sans', sans-serif;
}
.webbig p a:hover {
  color: #4b4da1 !important;
}
.webbig p a {
  color:#153bae;
}
#lg-counter, .active.current .project-owbx .title, .active.current .project-owbx i, .bigtxt h2, .btn-banner:hover, .cd-nav .cd-contact-info a, .cd-nav .cd-primary-nav a.selected, .cd-nav .cd-primary-nav a:hover, .dlab-box.project-bx.dlab-team2 .dlab-info.bg-dark .dlab-title a, .dlab-team11 .dlab-title a, .dlab-team1:hover .dlab-title a, .dlab-team5 .dlab-title a, .frame-box .ft-social .site-button, .frame-box .topbar-social li a, .hadd a, .header-curve.ext-header .middle-bar.bg-dark .service-list ul li .title, .lg-actions .lg-next, .lg-actions .lg-prev, .lg-outer .lg-toogle-thumb, .lg-toolbar .lg-icon, .mbtm4 a, .no-touch .cd-nav .cd-primary-nav a:hover, .portbox1 .overlay-bx .port-title a, .portfolio-ic a:hover, .portfolio-style1 .portfolio-info .title a, .portfolio-style1 .portfolio-info p, .project-box.style1 .project-info .dlab-tilte a, .project-box.style1 .project-info-hover .dlab-tilte a, .service-box-3 .title a, .service-box.style3 .icon-bx-wraper:hover, .service-box.style3 .icon-bx-wraper:hover .dlab-tilte, .service-box.style3 .icon-bx-wraper:hover .icon-lg i, .service-box.style3 .icon-bx-wraper:hover:before, .service-media-bx .dlab-title a, .slider-tabs .owl-item.current.active .tab-box .content-box .title, .slider-tabs .owl-item.current.active .tab-box .content-box p, .slider-tabs .owl-item.current.active .tab-box .icon-box i, .top-hed a, .webbig p a:hover, footer, footer address {
  color: #fff
}
.bigtxt h2 {
  font-size: 45px;
  padding-top:0px
}
.bigtxt h3 {
	font-size: 22px;
	color: #50b7ff;
	margin: 0 0 0px;
	padding: 0;
	line-height: 33px;
}
.tab-accordion .accordion-buttons h3 {
	font-size: 15px;
	color: #50b7ff;
	margin: 0 0 0px;
	padding: 0;
	line-height: 33px;
	cursor: pointer;
	/*width: 65%;*/
}

.input-group {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .21) !important;
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .21) !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .21) !important
}
.main-center .login-button {
  border: 1px solid #ccc;
  margin-top: 28px;
  padding: 6px 12px;
  color: #fff;
  background: 0 0
}
.main-center {
  color: #fff;
  text-shadow: none
}
.mt50, .mto25 {
  margin-top: 50px
}
.main-center .form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
  background: rgba(255, 255, 255, .2);
  background-image: none;
  border: 1px solid #fff;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.box-about-list .img-cover, .boxht, .divWaiting, .footertxt, .frame-box .owl-project .owl-stage .item, .h100, .heightper100, .img-box-inner:hover .img-content:before {
  height: 100%
}
.main-center .input-group .form-control {
  border-left: 0
}
#txtCaptcha {
  background-color: transparent;
  border: 1px solid red;
  padding: 4px 10px;
  width: 184px !important;
  display: inline-block;
  height: 30px
}
.main-center textarea {
  background: rgba(255, 255, 255, .1);
  border: 1px solid #b2d237
}
.main-center .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  background-color: transparent !important;
  border: 1px solid #ed1c25;
  border-radius: 0;
  color: #ddd
}
.case-study h3, .clientlist h4, .recentwork h3, .services-bg h3 {
  text-align: center;
  font-family: 'PT Sans', sans-serif;
  position: relative;
  font-weight: 900
}
.hero-form .form-control::-webkit-input-placeholder {
  color: #aaa
}
.hero-form .form-control:-moz-placeholder {
  color: #aaa
}
.hero-form .form-control::-moz-placeholder {
  color: #aaa
}
.hero-form .form-control:-ms-input-placeholder {
  color: #aaa
}
.connectus, .main-center label {
  color: #ccc
}
.recentwork {
  margin: 0;
  padding: 10px 15px 50px 15px;
}
.case-study h3, .recentwork h3, .services-bg h3 {
  margin: 0 0 40px;
  padding: 0;
  color: #e12428;
  font-size: 36px
}
.clientlist {
  background: #140057;
  padding: 50px 15px;
  margin-bottom: 25px
}
.case-study h3 {
  font-size: 50px
}
.clientlist h4 {
  color: #fff;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px
}
.contact-style-1 .form-group, .expetrise h4, .mt10, .mttm25 {
  margin-bottom: 25px
}
.clientlist p {
  color: #fff;
  font-size: 24px;
  font-weight: 300
}
#quote-carousel .carousel-control {
  background: 0 0;
  color: #222;
  font-size: 60px;
  text-shadow: none;
  margin-top: 10%
}
.clientspek h3, .expetrise h4 {
  color: #e12428;
  font-size: 36px;
  text-align: center
}
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 15px
}
#quote-carousel .carousel-indicators li {
  background: #ccc
}
#quote-carousel .carousel-indicators .active {
  background: #030032
}
#quote-carousel img {
  width: 250px;
  height: 100px
}
.item blockquote {
  border-left: none;
  margin: 0
}
.chosesus-content .list-checked li, .item blockquote img, .post-style-2 .dlab-post-meta, .service-box.style6 .dlab-tilte, .testimonial-10 .testimonial-text, .testimonial-9 .testimonial-text {
  margin-bottom: 10px
}
.item blockquote p:before {
  content: "\f10d";
  font-family: Fontawesome;
  float: left;
  margin-right: 10px
}
.clientspek h3, .expetrise h4, .technolo h4 {
  margin-top: 0;
  position: relative;
  font-weight: 900
}
.clientspek h3, .project-list {
  margin-bottom: 50px
}
.expetrise p {
  color: #333;
  text-align: center
}
.box1 {
  background: #fff;
  padding: 15px
}
.box1 h5 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px
}
.box1 p {
  color: #fff;
  line-height: 24px;
  text-align: left;
  font-size: 16px
}
.back-to-top, .banner-social span, .contact-style-1 .dlab-social-icon-lg a, .copyrgt, .divWaiting, .dlab-team4, .dlab-team8 .dlab-info, .hero-content, .hero-content h1, .mobileapptxt, .mobilefree, .offer-bnt, .offer-flag h3, .quote-content, .recentwork h4, .show_hide, .technolo h4 {
  text-align: center
}
.box1 p a {
  color: #3b0101
}
.box-about-list .icon-bx-wraper:hover .dlab-tilte, .box-about-list .icon-bx-wraper:hover .text-white, .box-about-list .icon-bx-wraper:hover p, .box-header.header-transparent .extra-nav .site-button-link, .box-header.header-transparent .header-nav .nav > li > a, .box-header.header-transparent .navbar-toggler, .box-header.header-transparent .top-bar.text-black .dlab-topbar-left li a, .box-header.header-transparent .top-bar.text-black .topbar-social li a.site-button-link, .box1 p a:hover, .footer-info-bar .icon-bx-wraper.bx-style-1 .dlab-tilte, .footer-info-bar .icon-bx-wraper.bx-style-1 .icon-sm, .footer-info-bar .icon-bx-wraper.bx-style-1 p, .header-sidenav .header-nav.full-sidenav .nav > li > a, .owl-num-count .owl-dots .owl-dot.active:before, .portfolio-ic a, .site-footer.style2 .footer-title, .site-footer.style2 .recent-posts-entry .post-date strong, .site-footer.style2 .recent-posts-entry .post-title a, .site-footer.style2 .widget .list-2 li a, .site-footer.style2 .widget_getintuch li {
  color: #000
}
.technolo {
  color: #0027e0;
  padding: 50px
}
.technolo h4 {
  color: #e12428;
  font-size: 36px;
  margin-bottom: 60px
}
.banner-social span, .btn-banner, .footertxt {
  font-size: 18px;
  color: #fff
}
.heading-underline:before {
  position: absolute;
  left: 0;
  right: 0;
  width: 50px;
  height: 2px;
  background-color: #e12429;
  content: "";
  margin: 0 auto;
  bottom: -10px
}
.about-history-carousel, .counter, .dlab-team8 .dlab-media, .expertise-box, .faq-video, .hex-box .icon-box, .history-box, .mt100, .mtt0, .project-box.style1, .project-info-box, .site-footer.style1 .footer-line, .slider-tabs .slider-box, .video-bx.style1 {
  position: relative
}
.footertxt {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/footer-patern.png);
  padding: 10px 0
}
.marrgt {
  margin-right: 15px
}
.mtt0 {
  margin-top: 10px;
  top: 11px
}
.mt100 {
  margin-top: 100px
}
.navbar {
  min-height: 24px;
  margin-bottom: 0
}
.expertise-box {
  float: left;
  display: block;
  width: 100%;
  min-height: 318px;
  margin-top: 30px
}
.slide1, .slide2, .slide3, .slide4, .slide5, .slide6 {
  position: absolute;
  width: 100%;
  height: 100%
}
.slide1 {
  background: url(../images/nestly.png) center/cover no-repeat;
  animation: 8s infinite fade;
  -webkit-animation: 8s infinite fade
}
.slide2 {
  background: url(../images/skbuilders.png) center/cover no-repeat;
  animation: 8s infinite fade2;
  -webkit-animation: 8s infinite fade2
}
.slide3 {
  background: url(../images/venition.png) center/cover no-repeat;
  animation: 8s infinite fade3;
  -webkit-animation: 8s infinite fade3
}
@keyframes fade {
  0%, 100% {
    opacity: 1
  }
  33.333%, 66.666% {
    opacity: 0
  }
}
@keyframes fade2 {
  0%, 100%, 66.666% {
    opacity: 0
  }
  33.333% {
    opacity: 1
  }
}
@keyframes fade3 {
  0%, 100%, 33.333% {
    opacity: 0
  }
  66.666% {
    opacity: 1
  }
}
.slider {
  max-width: 300px;
  height: 200px;
  margin: 20px auto;
  position: relative
}
.slide4 {
  background: url(../images/uc.png) center/cover no-repeat;
  animation: 8s infinite fade;
  -webkit-animation: 8s infinite fade
}
.slide5 {
  background: url(../images/orange.png) center/cover no-repeat;
  animation: 8s infinite fade2;
  -webkit-animation: 8s infinite fade2
}
.slide6 {
  background: url(../images/skbuilders.png) center/cover no-repeat;
  animation: 8s infinite fade3;
  -webkit-animation: 8s infinite fade3
}
.navbar-shrink {
  background: #000
}
.abstract-banner, .banner, .canvas-game {
  background-size: cover;
  background-repeat: no-repeat
}
.blog-post-content, .box-header .dlab-topbar-right .site-button-link i, .dlab-team11 .dlab-title, .header-sidenav .extra-nav .extra-cell, .m0, .portfolio p, .site-footer.style1 .footer-bottom ul {
  margin: 0
}
.about-progress-box, .const-about .section-head.style2, .exhibition-bx .section-head, .feature-img-box, .img-box, .portfolio .site-filters {
  margin-bottom: 30px
}
.menu-social, .mt15 {
  margin-top: 15px
}
.clientlist img, .mt30 {
  margin-top: 30px;
  border-radius: 10px
}
header {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: -1
}

#bang .banner {
  background-position: center center;
  background-image: url(../images/web-design-company-bangalore.jpg);
  height: 45%
}
.banner {
  background-position: center center;
  background-image: url(../images/to-do-list-banner.jpg);
  height: 45%;
}
.banner-center-content {
  position: absolute;
  top: 38%;
  left: 52px;
  right: 52px
}
.btn-banner {
  position: relative;
  background-color: transparent;
  font-weight: 500;
  padding: 12px 40px;
  z-index: 3
}
#navbar, .banner-social {
  position: fixed;
  z-index: 9
}
.btn-banner:after, .btn-banner:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  z-index: -1
}

.accordionWrapper {
  padding: 30px;
  background: #fff;
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 40px;
  box-shadow: 0 1.5em 85px 0 rgba(0, 0, 0, .2)
}
.accordionItem {
  float: left;
  display: block;
  width: 100%;
  box-sizing: border-box
}
.accordionItemHeading {
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px 0;
	padding-left: 10px;
	background: #164a98;
	color: #fff;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 10px;
}
.accordionItemContent ul li {
	padding-bottom: 10px;
}

.close .accordionItemContent {
  height: 0;
  transition: height 1s ease-out;
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  float: left;
  display: block
}
.open .accordionItemContent {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 100%;
  margin: 0 0 10px 0;
  display: block;
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform .4s ease-out;
  -o-transition: -o-transform .4s ease;
  -ms-transition: -ms-transform .4s ease;
  transition: transform .4s ease;
  box-sizing: border-box;
  font-size: 16px;
}
.open .accordionItemHeading {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  color: #fff;
    padding: 10px;
}


.btn-banner:before {
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  -webkit-transition-property: left, right, bottom, top;
  transition-property: left, right, bottom, top;
  background: #e12429;
  left: -3.5px;
  top: -3.5px
}
.btn-banner:after {
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  -webkit-transition-property: left, right, bottom, top;
  transition-property: left, right, bottom, top;
  background: #030032;
  right: -3.5px;
  bottom: -3.5px
}
#navbar .navbar-nav > li.active > a:after, .hvr-overline-reveal:before {
  content: "";
  top: 0;
  position: absolute
}
.btn-banner:hover:before {
  left: -7px;
  top: -7px
}
.btn-banner:hover:after {
  right: -7px;
  bottom: -7px
}
.banner-social {
  left: 10px;
  color: #fff;
  top: 35%
}
.canvas-game, main {
  position: relative
}
.banner-social span {
  margin-bottom: 15px;
  transform: rotate(45deg);
  padding-top: 6px;
  width: 35px;
  height: 35px;
  display: block;
  z-index: 1
}
.banner-social span i {
  transform: rotate(0);
  transition: .3s
}
.banner-social span:hover i {
  transform: rotate(-45deg)
}
.fb-bg {
  background-color: #375895
}
.tw-bg {
  background-color: #00abe9
}
.lin-bg {
  background-color: #007ab2
}
.gp-bg {
  background-color: #e44b3c
}
.yut-bg {
  background-color: #e62929
}
main {
  margin-top: 46vh;
}
.navbar {
  background-color: rgba(255, 255, 255, .9);
  border: 0;
  padding-right: 30px;
  border-radius: 0
}
.navbar-default .navbar-brand {
  height: auto;
  padding: 15px 15px 15px 30px
}
.toptxt, .toptxt a {
  color: #072870;
  padding-top: 32px;
  font-size: 15px
}
#navbar .navbar-collapse {
  margin-left: 10%
}
#navbar .navbar-nav > li {
  padding: 0 15px
}
#navbar .navbar-nav > li > a {
  padding: 34px 3px 10px;
  font-size: 18px
}
#navbar .navbar-default .navbar-nav > .active > a, #navbar .navbar-default .navbar-nav > .active > a:focus, #navbar .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #030032
}
.hvr-overline-reveal {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden
}
.hvr-overline-reveal:before {
  z-index: -1;
  left: 0;
  right: 0;
  background: #ff2c55;
  height: 2px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}
#navbar.affix, .active .hvr-overline-reveal:before, .hvr-overline-reveal:active:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
#navbar .navbar-nav > li.active > a:after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #e12428;
  left: 45%
}
#navbar {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .7s ease-in-out;
  transition: transform .7s ease-in-out;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2)
}
.canvas-game {
  background-image: url(../images/yah_game_bg.svg);
  background-position: top center;
  height: 100%
}
#canvas {
  position: absolute;
  left: 0;
  right: 0
}
.banner-topbar, .cd-nav-trigger {
  top: 25px;
  right: 60px;
  position: absolute
}
.abstract-banner {
  background-position: center center;
  background-image: url(../images/contact-background.jpg);
  height: 100%;
  padding: 30px
}
.call-action, .clientspek, .expetrise {
  padding: 50px 0
}
.box-header.site-header .main-bar .container, .counter-style-5:hover .dlab-separator, .expetrise, .footer-info-bar .icon-bx-wraper.bx-style-1, .frame-box .icon-bx-xs {
  background: #fff
}
.clientspek > p {
  color: #626262;
  font-size: 18px;
  font-weight: 300
}
.quote-content {
  box-shadow: 0 2px 30px 0 #e0e5f0;
  padding: 40px 50px;
  color: #0c2050;
  font-size: 18px;
  line-height: 34px
}
blockquote small {
  color: #e12429;
  margin-top: 30px;
  font-style: italic
}
.banner-topbar {
  left: 60px;
  z-index: 1
}
.cd-nav-trigger {
  z-index: 10;
  left: auto;
  height: 54px;
  width: 54px;
  background-color: #e12428;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: -webkit-transform .5s;
  -moz-transition: -moz-transform .5s;
  transition: transform .5s
}
.cd-nav-trigger .cd-nav-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 22px;
  height: 2px;
  background-color: #fff
}
.cd-nav-trigger .cd-nav-icon::before, .cd-nav-trigger .cd-nav-icon:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .5s, width .5s, top .3s;
  -moz-transition: -moz-transform .5s, width .5s, top .3s;
  transition: transform .5s, width .5s, top .3s
}
.cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px)
}
.cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px)
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::after {
  top: 2px
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::before {
  top: -2px
}
.cd-nav-trigger svg {
  position: absolute;
  top: 0;
  left: 0
}
.cd-nav-trigger circle {
  -webkit-transition: stroke-dashoffset .4s;
  -moz-transition: stroke-dashoffset .4s;
  transition: stroke-dashoffset .4s
}
.navigation-is-open .cd-nav-trigger {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after, .navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  width: 50%;
  -webkit-transition: -webkit-transform .5s, width .5s;
  -moz-transition: -moz-transform .5s, width .5s;
  transition: transform .5s, width .5s
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::after, .no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::before, .testimonial-15 .quote-right:before {
  top: 0
}
.navigation-is-open .cd-nav-trigger circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset .4s .3s;
  -moz-transition: stroke-dashoffset .4s .3s;
  transition: stroke-dashoffset .4s .3s
}
.cd-nav {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #243040;
  visibility: hidden;
  -webkit-transition: visibility 0s .7s;
  -moz-transition: visibility 0s .7s;
  transition: visibility 0s .7s
}
.cd-nav .cd-navigation-wrapper {
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .7s cubic-bezier(.86, .01, .77, .78);
  -moz-transition: -moz-transform .7s cubic-bezier(.86, .01, .77, .78);
  transition: transform .7s cubic-bezier(.86, .01, .77, .78)
}
.navigation-is-open .cd-nav {
  visibility: visible;
  -webkit-transition: visibility;
  -moz-transition: visibility;
  transition: visibility
}
.navigation-is-open .cd-nav .cd-navigation-wrapper {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .5s cubic-bezier(.82, .01, .77, .78);
  -moz-transition: -moz-transform .5s cubic-bezier(.82, .01, .77, .78);
  transition: transform .5s cubic-bezier(.82, .01, .77, .78)
}
.cd-nav h2 {
  position: relative;
  margin-bottom: 1.7em;
  font-size: 1.3rem;
  font-weight: 800;
  color: #080b0f
}
.cd-nav h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 1px;
  width: 60px;
  background-color: #ff2c55;
  margin: 0 auto;
  right: 0
}
.cd-nav .cd-primary-nav {
  margin-top: 60px;
  padding: 0
}
.cd-nav .cd-primary-nav li {
  margin: 1.6em 0
}
.cd-nav .cd-primary-nav a {
  font-size: 2.4rem;
  color: rgba(255, 255, 255, .3);
  display: inline-block
}
.cd-nav .cd-contact-info span, .dis-block, .frame-box .is-fixed .logo-header .logo2, .frame-box .logo-footer > a, .frame-box .site-header.center .logo-header a, .offer-img-box a, footer {
  display: block
}
.cd-nav .cd-contact-info {
  margin-top: 80px
}
.cd-nav .cd-contact-info li {
  margin-bottom: 1.5em;
  line-height: 1.2;
  color: rgba(255, 255, 255, .3)
}
.cd-nav .cd-contact-info a, .cd-nav .cd-contact-info li, .cd-nav .cd-contact-info span {
  font-size: 1.6rem
}
.no-js main {
  height: auto;
  overflow: visible
}
.no-js .cd-nav {
  position: static;
  visibility: visible
}
.back-to-top, .navigation-is-open .cd-nav-trigger, .rotate-btn {
  position: fixed
}
.no-js .cd-nav .cd-navigation-wrapper {
  height: auto;
  overflow: visible;
  padding: 100px 5%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0)
}
.case-studyimg, .img-boxes figure {
  overflow: hidden
}
.carousel-indicators {
  z-index: 1
}
.menu-social span {
  display: inline-block;
  color: #fff;
  width: 42px;
  font-size: 18px;
  padding-top: 8px;
  height: 40px
}
.menu-social span i {
  transform: scale(1);
  transition: .3s
}
.feature-img-box:hover .case-studyimg img, .ft-contact .ft-contact-bx:hover img, .menu-social span:hover i {
  transform: scale(1.2)
}
.cd-navigation-wrapper address {
  margin-top: 5%
}
.cd-navigation-wrapper address, .cd-navigation-wrapper address a {
  color: #ddd;
  font-size: 18px
}
.cd-navigation-wrapper address p, .testimonial-15 .testimonial-name {
  margin-top: 10px
}
.cd-navigation-wrapper nav {
  padding-top: 5%
}
.recentwork .recent-overlay {
  background-color: rgba(0, 0, 0, .6);
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  top: 0;
  transition: .8s
}
.img-content-style-1 .overlay-icon .link-list a i, .recentwork > div:hover .recent-overlay {
  background-color: rgba(0, 0, 0, 0)
}
.recentwork h4 {
  font-size: 30px;
  color: #fff;
  top: 47%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1
}
.rotate-btn {
  transform: rotate(-90deg);
  right: -72px;
  bottom: 180px
}
.banner-topbar .toptxt, .banner-topbar .toptxt a {
  color: #fff;
  margin-right: 37px;
  padding-top: 0px;
    /*display: none;*/
}
.back-to-top {
  border: 2px solid #e12428;
  cursor: pointer;
  bottom: 54px;
  right: 20px;
  display: none;
  color: #e12428;
  padding: 4px 0;
  transition: .3s;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  z-index: 2
}
.back-to-top:active, .back-to-top:focus, .back-to-top:hover {
  color: #ec5f7b
}
sup {
  top: -.3em;
  color: #d5313a
}
#carouselClient.carousel {
  padding: 0 50px
}
#carouselClient .carousel {
  margin-bottom: 0;
  padding: 0 40px 30px
}
#carouselClient .carousel-control {
  left: 0;
  height: 40px;
  width: 40px;
  background: #222;
  border: 4px solid #fff;
  border-radius: 23px;
  margin-top: 72px;
  padding-top: 2px
}
#carouselClient .carousel-control.right {
  right: 0;
  left: auto
}
.header-zindex {
  z-index: 99
}
#quote-carousel {
  margin-bottom: 0;
  padding: 0 4%
}
.hero-form {
	position: absolute;
	right: 137px;
	bottom: 110px;
	color: #fff;
	width: 300px;
}
.hero-content {
  position: absolute;
  top: 14%;
  left: 200px;
  font-size: 42px;
  line-height: 1.3em
}
.hero-content h2 {
	color: #fff;
	font-size:22px;
	font-weight: 700;
	padding: 0;
	line-height: 53px;
}

.hero-content h1 {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	padding: 0;
	line-height: 53px;
}
.feature-img-box {
  margin-top: 0;
  position: relative
}
.case-studyimg img {
  transform: scale(1);
  transition: 1s
}
.feature-center-content {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  padding: 0 15px
}
.feature-center-content h4 {
  font-weight: 700;
  font-size: 24px;
  color: #ddd
}
.feature-center-content p {
  font-weight: 300;
  margin-bottom: 20px;
  color: #ddd
}
.img-content p, .mainclients h4, .oser h4, .pro h4, .service-box.style2 .title span {
  font-weight: 400
}
.blog-post.blog-single .dlab-post-meta, .blog-post.post-style-1 .dlab-post-text, .dlab-info-has.no-hover .dlab-post-meta, .offer-img-blk .offer-cont p, .portbox3 .portinner .port-up .port-title, .portfolio-style1 .portfolio-info p, .project-box.style1 .project-info .dlab-tilte, .service-box.style3 .icon-lg, footer .social {
  margin-bottom: 0
}
.img-box-inner {
  float: left;
  width: 100%;
  font-size: 16px
}
figure.effect img {
  opacity: 1.8;
  transition: transform 1s;
  max-width: 100%
}
.img-content {
  float: left;
  width: 100%;
  padding: 10px;
  min-height: 100px;
  background-color: #fff;
  position: relative;
  border-radius: 0 0 10px 10px;
  box-shadow: 2px 9px 10px -1px #aeaeae
}
.img-content:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  content: "";
  transition: .3s;
  z-index: 0
}
.img-content p, footer {
  z-index: 1;
  position: relative
}
.img-content p {
  color: #fff;
  margin: 0;
  font-size: 16px
}
.about-ser-carousel.owl-carousel .owl-stage-outer .owl-item.active, .dlab-team6:hover .dlab-info, .img-box-inner:hover .effect img {
  opacity: 1
}
.services-bg {
  background-color: #f2f2f2;
  padding: 14px 20px 50px 20px;
  margin-bottom: 50px
}
footer h2, footer h3 {
  color: #00fffb;
  margin: 0;
  font-weight: 700
}
footer {
  background: #082b72;
  bottom: 0;
  float: left;
  left: 0;
  padding-top: 40px;
  width: 100%
}
footer h2 {
  font-size: 18px;
  padding: 0
}
footer ul {
  margin: 0 0 0 14px;
  padding: 0
}
footer li {
  line-height: 28px
}
footer li a {
  color: #e4e4e4;
  padding: 10px 0
}
footer .social {
  border-top: 1px solid #3300d7;
  margin-top: 7px;
  padding-top: 11px
}
.mr10 {
  margin-right: 10px
}
.copyrgt {
  color: #fff;
  font-size: 11px
}
.frame-box .ft-social li, .frame-box .topbar-social ul, .header-sidenav .social-menu ul li, .hide-content {
  display: inline-block
}
.show_hide {
  display: block;
  margin-top: 15px
}
.mobileapp, .show_hide span {
  display: inline-block;
  color: #fff
}
.show_hide span {
  border: 1px solid #082b72;
  background-color: #082b72;
  padding: 3px 12px;
  font-size: 12px;
  border-radius: 25px
}
.mobileapp {
  font-family: Roboto, sans-serif;
  font-size: 22px;
  margin-bottom: 20px;
  padding: 7px 25px;
  font-weight: 700;
  position: relative;
  background-color: #000c3e;
  margin-top: 25px;
  border-radius: 5px;
  box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, .7);
  line-height: 38px
}
.mobileapptxt, i.fntzie {
  font-size: 28px;
  color: #fff
}
.mobilefree {
  color: #ff8a00;
  font-size: 34px
}
.offer-flag {
  position: absolute;
  top: 80px;
  left: 22%;
  width: 600px
}
.offer-flag img {
  width: 155px
}
.offer-flag h3 {
  margin: 0;
  position: absolute;
  left: 158px;
  top: 22px;
  color: #fff;
  font-family: Archive;
  font-size: 28px;
  animation: 1s linear infinite alternate fadeIn
}
.about-year p, .about-year span, .box-header .extra-nav .site-button, .box-header .header-nav .nav > li > a, .filters2 ul li a, .roboto-condensed h1, .roboto-condensed h2, .roboto-condensed h3, .roboto-condensed h4, .roboto-condensed h5, .roboto-condensed h6 {
  font-family: 'Roboto Condensed', sans-serif
}
.offer-flag h3 > span {
  color: #ffb400;
  font-size: 34px
}
.divWaiting {
  position: fixed;
  background-color: rgba(255, 255, 255, .7);
  z-index: 2147483647 !important;
  padding-top: 20%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%
}
.offer-box {
  position: absolute;
  bottom: 30px;
  left: 8%;
  right: 8%
}
.offer-img-blk {
  position: relative;
  display: block;
  padding: 0 15px;
  width: 33.33%;
  float: left
}
.offer-img-blk .offer-cont {
  position: absolute;
  top: 134px;
  color: #fff;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 19px;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 22px;
  padding: 0 15px
}
.offer-img-box, .offer-img-box a {
  position: relative;
  float: left;
  width: 100%
}
.bokkn-now-btn {
  background-color: #121e4e;
  color: #fff;
  padding: 4px 25px;
  border-radius: 10px;
  border: 0;
  font-size: 18px
}
.offer-bnt {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0
}
.offer-bnt:hover {
  background-color: #1c2c6d
}
#offerModal .modal-body .hero-form {
  position: static;
  right: 0;
  bottom: 0;
  width: 100%
}
#offerModal .modal-body .main-center .login-button {
  border: 0;
  margin-top: 20px;
  padding: 6px 12px;
  color: #fff;
  background-color: #790a06
}
#offerModal .modal-body .main-center .login-button:hover, .modal-body .main-center .login-button:active, .modal-body .main-center .login-button:focus {
  background-color: #a80e09;
  color: #fff
}
#offerModal .modal-content {
  background-color: rgba(4, 9, 39, .9)
}
#offerModal .modal-header {
  border-bottom: 1px solid #19204c;
  color: #fff
}
#offerModal .close {
  color: #fff;
  opacity: 1
}
#offerModal .close:focus, #offerModal .close:hover {
  color: #fff;
  opacity: .9
}

.parlex-back ul {
	margin: 0px 0px 0px 1px;
	padding: 0;
}

.parlex-back ul li {
	padding: 5px 0 5px 10px;
	list-style-type: disclosure-closed;
	margin-left: 18px;
    list-style: none !important;
}

@media only screen and (max-width:1100px) {
  .hero-content h1 {
    font-size: 26px;
    line-height: 38px; 
  }
}
@media only screen and (min-width:1170px) {
  .cd-nav .cd-navigation-wrapper::after {
    clear: both;
    content: "";
    display: table
  }
  .cd-nav .cd-half-block {
    width: 50%;
    float: left
  }
  .cd-nav .cd-primary-nav {
    margin-top: 0;
    padding: 0
  }
  .cd-nav h2 {
    font-size: 20px;
    margin-bottom: 10%;
    color: #fff
  }
  .cd-nav .cd-primary-nav li {
    margin: 2em 0
  }
  .cd-nav .cd-primary-nav a {
    font-size: 28px
  }
  .cd-nav .cd-contact-info {
    margin-top: 120px;
    text-align: right
  }
  .cd-nav .cd-contact-info li {
    margin-bottom: 2.4em
  }
  .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info li, .cd-nav .cd-contact-info span {
    font-size: 2rem
  }
}
@media (max-width:1366px) {
  #navbar .navbar-collapse {
    margin-left: 0
  }
}
@media (max-width:1199px) {
  #navbar .navbar-nav > li > a {
    font-size: 13px
  }
  .toptxt, .toptxt a {
    font-size: 12px
  }
  #navbar .navbar-nav > li {
    padding: 0 5px
  }
}
@media (max-width:1024px) {
  #navbar .navbar-default .navbar-brand {
    padding: 15px 0 15px 15px
  }
  #navbar .navbar {
    padding-right: 15px
  }
  .clientlist h4, .clientspek h3, .expetrise h4, .recentwork h3, .technolo h4 {
    margin-bottom: 25px;
    font-size: 30px
  }
  .technolo h4 {
    margin-bottom: 30px
  }
  .bigtxt h3 {
    font-size: 36px;
    line-height: 42px
  }
  .bigtxt h2 {
    font-size: 30px
  }
  .hero h1 {
    line-height: 56px;
    font-size: 40px
  }
  #quote-carousel {
    padding: 0 15px
  }
  .quote-content {
    padding: 20px;
    font-size: 16px;
    line-height: 26px
  }
  .mobileapp {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 22px;
    margin-bottom: 20px;
    padding: 7px 25px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    background-color: #000c3e;
    margin-top: 25px;
    border-radius: 5px;
    box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, .7);
    line-height: 38px;
    width: 40%
  }
  .hero-content {
    position: absolute;
    top: 23%;
    left: 46px;
    text-align: center;
    vertical-align: middle;
    font-size: 42px;
    line-height: 1.3em
  }
}
@media (max-width:991px) {
  .banner-topbar, .cd-nav-trigger {
    right: 15px;
    top: 15px
  }
  .hero-content h1 {
    font-size: 24px;
    line-height: 32px
  }
  #navbar .navbar-nav > li {
    padding: 0 2px
  }
  #navbar .navbar, #navbar .navbar-collapse {
    padding-right: 5px
  }
  #contact-form.mt50.main-center {
    margin-top: 10px;
    padding: 10px 0
  }
  .banner-topbar {
    left: 15px
  }
  .banner-topbar .toptxt.pull-right {
    margin-right: 56px
  }
}
@media (max-width:991px) and (min-width:768px) {
  #navbar .navbar-collapse {
    float: right !important
  }
  #navbar .navbar-nav > li > a {
    padding: 15px 3px 10px
  }
  .toptxt, .toptxt a {
    padding: 10px 0 0
  }
  .toptxt span {
    display: inline-block
  }
  .tech-center {
    margin-left: 16.66666667%
  }
  #navbar .navbar-default .navbar-brand {
    padding: 15px 0 15px 2px
  }
  .hero-content h1 {
    font-size: 20px;
    line-height: 22px
  }
  .mobileapp, .top-offer {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-top: 25px;
    box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, .7)
  }
  .mobileapp {
    margin-bottom: 20px;
    padding: 7px 25px;
    background-color: #000c3e;
    border-radius: 5px;
    line-height: 38px;
    width: 80%
  }
  .top-offer {
    margin-bottom: 75px;
    padding: 10px 25px;
    background-color: #fff;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-left: -209px
  }
  .hero-content {
    position: absolute;
    top: 7%;
    left: 46px;
    text-align: center;
    vertical-align: middle;
    font-size: 42px;
    line-height: 1.3em
  }
    .formrdr {
	/* border: 1px solid #001175; */
	border-radius: 5px;
	box-shadow: 1px 1px 1px 1px #ccc;
	padding: 34px;
	background: #b08ddc;
	float: left;
}
    .banner {
	background-position: center center;
	background-image: url(../images/banner1.jpg);
	height: 33%;
}
}
@media (max-width:767px) {
    
    .hero-content h1 {
	top: 105px;
	left: 0;
	right: 0;
	display: none;
}
  .btn-banner:after, .hero-form {
    right: 0;
    bottom: 0
  }
  figure.effect img, header {
    width: 100%
  }
  .case-study h3, .recentwork h3, .recentwork h4, .services-bg h3 {
    font-size: 24px
  }
  .bigtxt h3 {
    font-size: 28px;
    line-height: 38px;
    margin-top: 30px;
    margin-bottom: 20px
  }
  .img-content {
    min-height: auto
  }
header {
	height: 45vh;
	position: inherit;
	top: 0;
	z-index: 0;
}
    .mtop100 {
	margin-top: 00px;
	margin-bottom: 25px;
}
    .feature-box {
	flex: 1 1 100px;
	background: #ffffff;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0 8px 20px rgba(0,0,0,0.06);
	display: flex;
	align-items: center;
	gap: 15px;
	transition: transform 0.3s ease;
}
    
 .hero-content {
	top: 135px;
	left: 0;
	right: 0;
	display: block;
}
    .banner-social {
	left: 10px;
	color: #fff;
	top: 35%;
	display: none !important;
}
  .hero-form {
    margin: 0 auto;
    left: 0;
    top: 120px
  }
main {
	margin-top: -54px;
}
  #quote-carousel .carousel-indicators {
    bottom: -20px !important
  }
  #quote-carousel .carousel-indicators li {
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px
  }
.top-offer {display:none}
  #navbar .toptxt, .banner-social {
    display: block;
  }
  #quote-carousel .carousel-indicators li.active {
    margin: 0 5px;
    width: 20px;
    height: 20px
  }
  .xs-mb10 {
    margin-bottom: 10px
  }
  #quote-carousel {
    padding: 45px 30px 0
  }
  #quote-carousel .carousel-control {
    margin-top: 0;
    font-size: 36px
  }
  #quote-carousel .item blockquote {
    padding: 10px 0
  }
  .flip-box {
    margin-top: 15px
  }
  .main-center {
    max-width: 100%
  }
  .rotate-btn {
    right: -45px;
    bottom: 95px
  }
  .btn-banner {
    font-size: 14px;
    padding: 8px 15px
  }
  .btn-banner:hover:after {
    right: -8px;
    bottom: -8px
  }
  .btn-banner:hover:before {
    left: 2px;
    top: 2px
  }
  .back-to-top {
    right: 5px
  }
  .parlex-back {
    padding: 0 15px 30px
  }
  .hero h1 {
    line-height: 42px;
    font-size: 26px;
    font-weight: 400
  }
  .heightper100 {
    height: auto
  }
  .mobilefree {
    text-align: center;
    color: #ff8a00;
    font-size: 26px
  }
  .mobileapp, .top-offer {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    font-family: Roboto, sans-serif;
    position: relative;
    margin-top: 25px;
    box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, .7)
  }
  .top-offer {
    margin-bottom: 75px;
    padding: 10px 25px;
    background-color: #fff;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-left: -80px
  }
  .hero-content h1 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    display: block;
  }
  .mobileapp {
    margin-bottom: 20px;
    padding: 7px 25px;
    display: inline-block;
    background-color: #000c3e;
    border-radius: 5px;
    line-height: 38px;
    width: 95%
  }
}
@media (max-width:600px) {
  .clientlist h4, .clientspek h3, .expetrise h4, .recentwork h3, .technolo h4 {
    margin-bottom: 20px;
    font-size: 22px
  }
  .technolo h4 {
    margin-bottom: 20px
  }
  .bigtxt h3 {
    font-size: 22px;
    line-height: 32px
  }
  .bigtxt h2 {
    font-size: 20px
  }
  .hero h1 {
    line-height: 30px;
    font-size: 26px
  }
  .clientlist p {
    font-size: 16px
  }
  #carouselClient.carousel {
    padding: 20px 0
  }
  #carouselClient .carousel-control {
    margin-top: 0
  }
  .technolo {
    padding: 50px 0
  }
  .webbig {
    font-size: 15px
  }
  .cd-nav-trigger {
    height: 40px;
    width: 40px
  }
  .banner-topbar .toptxt.pull-right, .banner-topbar a {
    float: none !important
  }
  .banner-topbar .toptxt.text-right {
    margin-right: 0;
    padding-top: 0
  }
  #navbar .navbar-default .navbar-brand {
    padding: 5px 0 5px 15px
  }
}
@media (max-width:480px) {
  .bigtxt h3, .hero h1 {
    line-height: 28px
  }
  .case-study h3, .recentwork h3, .services-bg h3 {
    font-size: 18px
  }
  .bigtxt h3, .recentwork h4 {
    font-size: 20px
  }
  .clientlist .col-xs-6 {
    width: 100%
  }
  .footertxt .mtt0.fa-2x {
    margin-top: 0;
    top: 2px;
    font-size: 24px
  }
  .footertxt {
    font-size: 16px
  }
  .abstract-banner {
    padding: 15px
  }
  .box1 h5 {
    font-size: 15px;
    margin-bottom: 5px
  }
  .recentwork {
    padding: 50px 0
  }
  .recentwork .mt30 {
    margin-top: 15px
  }
  .hero h1 {
    font-size: 18px;
    font-weight: 400
  }
  .banner-topbar .toptxt.text-right {
    padding-top: 15px;
    text-align: center
  }
  .cd-nav .cd-primary-nav li {
    margin: .6em 0
  }
  .cd-nav .cd-primary-nav a, .cd-navigation-wrapper address, .cd-navigation-wrapper address a {
    font-size: 14px
  }
  .menu-social span {
    width: 32px;
    font-size: 14px;
    padding-top: 7px;
    height: 32px
  }
  .mobileapp {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 17px !important;
    margin-bottom: 20px;
    padding: 7px 25px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    background-color: #000c3e;
    margin-top: 25px;
    border-radius: 5px;
    box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, .7);
    line-height: 24px
  }
    .hero-content h2 {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 0;
	line-height: normal;
display: none;
}
    .feature-box {
	flex: 1 1 100px;
	background: #ffffff;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0 8px 20px rgba(0,0,0,0.06);
	display: flex;
	align-items: center;
	gap: 15px;
	transition: transform 0.3s ease;
}
    
}

@media (max-width:414px) {
.banner-topbar .toptxt.text-right {
	display: none !important;
}
    .mtop100 {	margin-top:0px;}
}

@media (max-width:360px) {
    header {
	height: 63vh !important;
	position: inherit;
	top: 0;
	z-index: 0;
}
    
  .banner-topbar, .cd-nav-trigger {
    right: 3px;
    top: 10px
  }
  .banner-topbar {
    left: 3px
  }
  #navbar .navbar-default .navbar-brand {
    padding: 3px 0 3px 3px
  }
  .mobileapp {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    margin-bottom: 20px;
    padding: 7px 25px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    background-color: #000c3e;
    margin-top: 25px;
    border-radius: 5px;
    box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, .7);
    line-height: 24px
  }
    .hero-content h1 {
    font-size: 26px;
    line-height: 38px; display: none;
  }
    .headtext h1 {
	font-family: Archive;
	font-size: 24px;
	color: #50b7ff;
	margin: 0 0 30px;
	padding: 0;
	line-height: 40px;
}
}
.ter, .ter1 {
  font-size: 10px
}
@media only screen and (max-width:991px) {
  .ch-offer, .ch-offer a {
    color: #fff
  }
  .ch-offer {
    background-color: #780a06;
    padding: 1px 15px 15px;
    border-radius: 10px
  }
  .offer-img-blk {
    display: block;
    width: 33.33%;
    float: left;
    padding: 0 5px;
    margin-bottom: 30px
  }
  .offer-box {
    bottom: 0
  }
  .ch-offer.ch-offer2 {
    background-color: #030132
  }
  .ch-offer.ch-offer3 {
    background-color: #175b2c
  }
  .ch-offer h4 span {
    font-size: 16px;
    font-weight: 400
  }
  .ch-offer h3, .ch-offer h4 b {
    font-size: 20px
  }
  .ch-offer h3 {
    margin-top: 10px;
    margin-bottom: 0
  }
  .ch-offer .offbook-now {
    border: 0;
    background-color: #fff;
    color: #030132;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 10px;
    display: inline-block
  }
  .ch-offer .offbook-now:hover {
    background-color: #3dc7f4;
    color: #030132
  }
}
.custombg, .dmbg, .ecmbg, .ecommbg, .mobileng, .seobg {
  box-shadow: inset 1px 0 17px;
  border-radius: 16px;
  min-height: 45vh
}
.ter {
  position: relative;
  top: -5px
}
.custombg {
  background: #5c4976;
  color: #fff
}
.ecommbg {
  background: #f89945;
  color: #fff
}
.mobileng {
  background: #164a98
}
.seobg {
  background: #d45947
}
.dmbg {
  background: #f9656c
}
.ecmbg {
  background: #7c31da
}
.webdesignbg {
  background: #006895;
}
.responsivebg {
  background: #4b4da1
}
.redesxigbg {
  background:#7700c7;
}
.gallerybg {
  background: #011923
}
.seo1bg {
  background: #0a5fb7
}
.socialmediabg {
  background: #813fa6
}
.domainnamebg {
  background: #8e093b
}
.contentbg {
  background: #340761
}
.sers1 .icon-bx-wraper {
  background: #826aa4 !important
}
.sers2 .icon-bx-wraper {
  background: #164a98 !important
}
.sers3 .icon-bx-wraper {
  background: #f9656c !important
}
.sers4 .icon-bx-wraper {
  background: #c25e5f !important
}
.sers5 .icon-bx-wraper {
  background: #f89945 !important
}
.sers6 .icon-bx-wraper {
  background: #1ab37b !important
}
.sers7 .icon-bx-wraper {
  background: #64bdd3 !important
}
.sers8 .icon-bx-wraper {
  background: #d45947 !important
}
.sers9 .icon-bx-wraper {
  background: #7c31da !important
}
.sers10 .icon-bx-wraper {
  background: #e07469 !important
}
.icon-content p {
  color: #fff !important;
  min-height: 40px
}
.service-box.style3 .icon-bx-wraper {
  min-height: 200px;
  box-shadow: 4px 1px 2px 0 rgba(0, 0, 0, .3) !important;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 7px 5px 9px !important
}
.mainclients {
  border-top: 0 !important
}
.mainclients h4 {
  font-size: 28px;
  margin-bottom: 40px
}
.oser h4, .pro h4 {
  font-size: 28px;
  margin-bottom: 30px;
  margin-top: 30px;
  text-transform: none
}
.topspace {
  margin-top: 5px;
  padding-top: 25px
}
.slick-initialized .slick-slide {
  border: 1px solid #000;
  padding: 6px;
  border-radius: 5px
}
.courierbg, .eventbg, .fleetbg, .garagebg, .hotelbg, .logisticbg, .payrollbg, .petbg, .restautantbg, .spabg, .timebg, .yogabg {
  border-radius: 30px
}
.dlab-media img, .dlab-post-media img {
  height: 40vh !important;
  border-radius: 40px;
  width: auto !important;
  margin: 0 auto
}
.hotelbg {
  background: #ffda9e
}
.yogabg {
  background: #fcf2bf
}
.spabg {
  background: #d8b2ba
}
.eventbg {
  background: #89b0e6
}
.logisticbg {
  background: #ebc3ff
}
.fleetbg {
  background: #caf6f7
}
.courierbg {
  background: #a0eed9
}
.garagebg {
  background: #99656a
}
.petbg {
  background: #25cae3
}
.restautantbg {
  background: #d369ff
}
.payrollbg {
  background: #ffe991
}
.timebg {
  background: #88cae3
}
.service-media-bx .dlab-title {
  background: rgba(14, 63, 136, .8) !important
}
.ti-angle-left::before {
  content: "\e64a"
}
.service-box.style3 .dlab-tilte {
  color: #fff !important;
  min-height: 30px
}
.owl-btn-center-lr .owl-nav .owl-next, .owl-btn-center-lr .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: none !important
}
.sp1 {
  padding: 7px
}
.dlab-topbar-right a {
  background: #fff;
  color: #000
}
.hadd h2 {
  visibility: hiddden
}
.connectus a {
  margin-top: 10px;
  color: #fff
}
.bg-img-fix {
  background-size: cover
}
.bg-secondry {
  background-color: #152332
}
.text-gray-dark {
  color: #9a9a9a
}
.contact-no .contact-right .site-button, .main-slider .button-lg {
  padding: 15px 30px
}
.frame-box .header-nav .logo-header, .frame-box .is-fixed .logo-header .logo1, .frame-box .logo-header .logo2, .header-nav .dlab-social-icon, .owl-none .owl-nav {
  display: none
}
.client-logo ul {
  margin: 0 -10px
}
.client-logo ul li {
  display: inline-block;
  float: left;
  padding: 0 10px;
  width: 33.33%;
  margin-bottom: 20px
}
#masonry, .client-logo img, .header-sidenav .header-nav.full-sidenav .mCustomScrollBox, .header-sidenav .menu-icon:hover .menu-icon-in span:first-child, .header-sidenav .menu-icon:hover .menu-icon-in span:nth-child(2), .header-sidenav .menu-icon:hover .menu-icon-in span:nth-child(3) {
  width: 100%
}
.dlab-bnr-inr .dz_error-404-area {
  height: 100vh
}
.table-responsive {
  overflow-x: unset
}
@media only screen and (max-width:1280px) {
  .blog-info li {
    font-size: 13px
  }
  .table-responsive {
    overflow-x: auto
  }
}
.skew-content-box ul li a {
  color: #fff;
  font-size: 14px;
  width: auto;
  padding: 0 10px;
  line-height: 24px
}
.skew-content-box {
  display: inline;
  left: -1px;
  padding: 5px 20px;
  position: absolute;
  top: -15px;
  width: auto
}
.skew-content-box:after {
  background-color: inherit;
  content: "";
  height: 100%;
  position: absolute;
  right: -10px;
  top: 0;
  transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  width: 20px;
  z-index: 1
}
footer .footer-bottom .fa-heart {
  animation: 2.5s infinite animateHeart;
  font-size: 16px
}
@keyframes animateHeart {
  0%, 100%, 50% {
    transform: scale(1)
  }
  5% {
    transform: scale(1.2)
  }
  10% {
    transform: scale(1.1)
  }
  15% {
    transform: scale(1.25)
  }
}
.overlay-primary-dark:after, .overlay-primary-light:after, .overlay-primary-middle:after {
  background: var(--color-primary);
  background: -moz-linear-gradient(45deg, var(--color-primary) 8%, var(--color-hover) 100%);
  background: -Winkit-linear-gradient(45deg, var(--color-primary) 8%, var(--color-hover) 100%);
  background: linear-gradient(45deg, var(--color-primary) 8%, var(--color-hover) 100%)
}
.h4, .h5, .h6, h4, h5, h6 {
  font-weight: 600
}
.box-sort {
  background-color: #fff;
  border: 1px solid #ebedf2;
  border-radius: 4px
}
.box-sort .box-sort-in {
  border-top: 1px solid #ebedf2
}
.dis-tbl {
  display: table
}
.dis-tbl-cell {
  display: table-cell
}
.img-cover {
  object-fit: cover;
  height: 100%
}
.widget.bg-white {
  border: 1px solid #ebedf2
}
.dlab-social-icon.dlab-social-icon-lg li a {
  color: #fff;
  font-size: 14px;
  height: 35px;
  line-height: 34px;
  padding: 0;
  width: 35px
}
.dlab-social-icon-lg.dlab-social-icon li {
  display: inline-block;
  font-size: 12px;
  padding: 0
}
.dlab-social-icon-lg.dlab-social-icon.border li a {
  border: 1px solid rgba(255, 255, 255, .05)
}
.contact-style-1 input, .site-footer.style1 .footer-bottom-in .footer-bottom-logo a img {
  height: 50px
}
.contact-style-1 .site-button {
  height: 50px;
  width: 100%
}
.contact-style-1 .form-control {
  padding: 10px 20px;
  border-radius: 4px
}
.contact-style-1 .form-control:focus, .contact-style-1 .form-control:hover {
  border-color: silver
}
.contact-style-1 h2, .dlab-info-has.no-hover .dlab-post-title .post-title, .testimonial-13-area.owl-theme .owl-dots {
  margin-top: 0
}
.contact-style-1 .border-1 {
  border: 1px solid #eee
}
.contact-style-1 .dlab-social-icon-lg {
  border-top: 1px solid #eee;
  padding-top: 20px;
  text-align: left;
  width: 100%;
  margin: 0
}
.contact-style-1 .dlab-social-icon-lg li a:hover {
  background: #fff;
  color: #000;
  border: 1px solid #eee
}
.about-progress-box .about-progress-bar {
  height: 5px;
  border-radius: 5px;
  width: 100%;
  overflow: hidden
}
.about-progress-box .about-progress {
  height: 5px;
  border-radius: 5px
}
.faq-1 .panel {
  margin-bottom: 20px;
  transition: .5s
}
.faq-1 .acod-title a {
  padding: 20px 40px 20px 20px;
  color: #000
}
.faq-1 .panel:hover {
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, .1);
  transition: .5s
}
.faq-1 .acod-head a::after {
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 20px
}
.faq-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 65px
}
.title-box {
  font-weight: 500
}
.faq-2 .panel .acod-body, .faq-2 .panel .acod-head a {
  border-width: 1px 0
}
.faq-2 .panel .acod-head a {
  padding: 20px 40px 20px 0;
  color: #000
}
.faq-2 .panel .acod-content {
  margin: 20px 0
}
.about-8-service .icon-bx-wraper {
  border: 1px solid rgba(255, 255, 255, .1);
  background-color: rgba(255, 255, 255, .05);
  border-radius: 8px
}
.choses-info {
  border-top: 1px solid rgba(255, 255, 255, .1);
  position: relative;
  z-index: 1;
  text-align: center
}
.choses-info-content[class*=col-] {
  border-right: 1px solid rgba(255, 255, 255, .1)
}
.choses-info-content[class*=col-]:last-child {
  border-right: 0
}
.inquiry-form .form-control {
  border-width: 0 0 1px;
  font-size: 16px
}
.inquiry-form .input-group-addon {
  border-width: 0 0 1px;
  font-size: 18px;
  padding: 9px 0 0;
  vertical-align: top;
  border-bottom: 1px solid #e1e6eb
}
.inquiry-form {
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, .05);
  border-radius: 4px;
  margin-top: 0;
  height: 100%;
  background: #fff;
  padding: 30px
}
.icon-bx-wraper.expertise {
  border: 2px solid rgba(0, 0, 0, .1);
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .01)
}
.inquiry-form.box-shadow {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3)
}
.contact-page-9 .icon-bx-wraper {
  background-color: rgba(255, 255, 255, .05);
  border: 1px solid #505050
}
.inquiry-form.contact-project {
  margin-top: -50px
}
.contact-full .dlab-bnr-inr, .frame-box .page-content {
  padding-bottom: 0
}
.inquiry-form.inner {
  padding: 20px
}
.dz_error-404 .dz_error {
  border-radius: 50%;
  font-size: 70px;
  font-weight: 700;
  height: 200px;
  line-height: 200px;
  margin: 20px 0;
  text-align: center;
  width: 200px
}
.dz_error-405 .dz_error {
  color: #dfdfdf;
  font-family: poppins;
  font-size: 200px;
  font-weight: 700;
  line-height: 200px
}
.dz_error-404 .error-head {
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px
}
.dz_error-405 .error-head {
  font-size: 50px;
  font-weight: 700
}
.dz_error-405 .error-content {
  font-size: 21px;
  font-weight: 500
}
@media only screen and (max-width:1024px) {
  .inquiry-form {
    padding: 30px
  }
  .dz_error-405 .dz_error {
    font-size: 150px;
    line-height: 150px
  }
  .title-box span {
    display: none
  }
  .img-content p {
    font-weight: 600;
    color: #fff;
    margin: 0;
    font-size: 14px
  }
  .icon-content p {
    color: #fff !important;
    min-height: 60px
  }
  .service-box.style3 .dlab-tilte {
    font-size: 16px;
    font-weight: 700;
    color: #072871;
    margin-bottom: 5px;
    line-height: 24px;
    min-height: 45px
  }
  .box1 h5 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 16px;
    min-height: 40px
  }
  .footer-info-bar .icon-content p {
    font-size: 12px
  }
  .footer-info-bar[class*=col-] {
    padding-left: 5px;
    padding-right: 5px
  }
  .footer-info-bar .icon-bx-wraper {
    padding: 20px
  }
  .hero-form {
    position: absolute;
    right: 60px;
    bottom: -8px;
    color: #fff;
    width: 300px
  }
}
@media only screen and (max-width:767px) {
  .offer-box {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 40px;
    top: 130px
  }
  .offer-img-blk {
    display: block;
    width: 100%;
    margin-bottom: 10px
  }
  .ch-offer h3, .ch-offer h4 b {
    font-size: 18px
  }
  .ch-offer h4 {
    font-size: 16px
  }
  .ch-offer h4 span {
    font-size: 14px
  }
  .dlab-tabs.vertical .tab-pane {
    padding: 0
  }
  .footer-bottom .text-left, .footer-bottom .text-right {
    text-align: center
  }
  .main-slider .button-lg {
    font-size: 14px;
    padding: 8px 10px
  }
  .testimonials .testimonial-content {
    padding-left: 0
  }
  .choses-info-content h4 {
    font-size: 14px;
    margin-bottom: 0
  }
  .choses-info-content h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 0
  }
  .inquiry-form.contact-project {
    margin-top: 0
  }
  .inquiry-form {
    padding: 20px
  }
  .choses-info-content > div {
    padding: 20px 15px
  }
  .portfolio .filters .btn a {
    clear: both;
    display: table-cell;
    padding: 5px 20px;
    text-align: center
  }
  .dz_error-404 .dz_error {
    font-size: 35px;
    height: 100px;
    line-height: 100px;
    margin: auto;
    width: 100px
  }
  .dz_error-404 .error-head {
    font-size: 24px;
    margin-bottom: 5px
  }
  .dz_error-405 .dz_error {
    font-size: 120px;
    line-height: 120px
  }
  .dz_error-405 .error-head {
    font-size: 35px;
    margin: 10px 0
  }
  .dz_error-405 .dlab-divider {
    margin: 15px 0
  }
  .dz_error-405 .col-lg-5.m-tb30 {
    margin-bottom: 0
  }
  .dz_error-404[class*=col-].m-tb30 {
    margin-top: 0;
    margin-bottom: 20px
  }
}
.portfolio .dlab-gallery-box {
  margin-bottom: 0;
  padding: 7px
}
.portfolio .btn {
  font-size: 12px
}
.portfolio .dlab-box:hover .dlab-img-overlay1::before, .portfolio .dlab-img-overlay1:hover::before {
  opacity: .8
}
.portfolio p small {
  opacity: .7
}
.portfolio .dlab-box:hover .overlay-icon, .portfolio .ow-portfolio:hover .overlay-icon {
  margin-top: 0;
  transition: .2s;
  opacity: 1
}
.portfolio .dlab-box .overlay-icon, .portfolio .ow-portfolio .overlay-icon {
  margin-top: 15px;
  transition: .2s;
  opacity: 0
}
.portfolio .icon-bx-xs {
  border-radius: 50%;
  width: 46px;
  height: 46px;
  line-height: 46px
}
.portfolio-ic .dez-info a:hover {
  color: #24c4dd
}
.portfolio-ic a:hover i {
  background: 0 0;
  border: 2px solid #fff
}
.portfolio-ic .overlay-icon a {
  margin: 0 7px
}
.portfolio .owl-next, .portfolio .owl-next:hover, .portfolio .owl-prev, .portfolio .owl-prev:hover {
  background-color: #fff;
  color: #000;
  padding: 17px
}
.img-content-style-2 .link-list, .img-hvr-content-style-1 .link-list, .img-hvr-content-style-3 .link-list, .img-hvr-content-style-4 .link-list {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
  margin: 0
}
.img-hvr-content-style-2 .link-list {
  right: 20px;
  top: 20px;
  position: absolute
}
.img-hvr-content-style-2 .dlab-info-has-text, .img-hvr-content-style-4 .dlab-info-has-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-align: left
}
.dlab-divider.margin-0 {
  margin-top: 0;
  margin-bottom: 0
}
.img-hvr-content-style-3 .dlab-info-has-text {
  position: absolute;
  top: 20px;
  left: 20px;
  text-align: left
}
.no-hover .overlay-bx {
  opacity: 1;
  visibility: visible
}
.dlab-team6:hover img, .no-hover[class*=dlab-img-overlay]:after, .no-hover[class*=dlab-img-overlay]:before, .project-carousel .owl-item.active.center .portfolio-style1 .dlab-img-overlay1:before {
  opacity: .5
}
.img-content-style-3 .link-list {
  list-style: none;
  position: absolute;
  top: 20px;
  right: 20px
}
.about-ser-carousel.owl-carousel .owl-stage-outer .owl-item, .content-box-style .dlab-img-overlay12:before, .service-box.style3 .icon-bx-wraper:hover:before {
  opacity: .2
}
.content-box-style.style1 .box-visible {
  transform: scale(0);
  -o-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  visibility: hidden;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s
}
.content-box-style.style1:hover .box-visible {
  transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  visibility: visible
}
.subscribe-form .form-control:focus {
  border-color: rgba(255, 255, 255, .8);
  background-color: rgba(0, 0, 0, 0)
}
@media only screen and (max-width:600px) {
  .footer-info-bar[class*=col-] {
    padding-left: 15px;
    padding-right: 15px
  }
}
.mfp-bg, .mfp-wrap {
  z-index: 9999999
}
.comments-area .comment-form p input[type=submit]:active, .comments-area .comment-form p input[type=submit]:focus, .comments-area .comment-form p input[type=submit]:hover, .header-curve.ext-header .extra-nav:after, .header-curve.ext-header .extra-nav:before, .header-curve.ext-header .logo-header:after, .header-curve.ext-header .logo-header:before, .lg-actions .lg-next, .lg-actions .lg-prev, .lg-sub-html, .lg-toolbar, .service-box.style6 .icon-bx.bg-primary:after, .social-curve:after, .social-curve:before {
  background-color: var(--color-primary)
}
.frame-box .header-nav .nav > li.active > a, .frame-box .header-nav .nav > li > a:hover, .lg-outer .lg-img-wrap, .lg-outer .lg-item, .lg-outer .lg-thumb-outer, .lg-outer .lg-toogle-thumb {
  background-color: var(--color-secondry)
}
.counter-fly-box, .service-box.style1 {
  background-color: #fff;
  position: relative
}
.check-km, .comments-area .comment-form p input[type=submit] {
  cursor: pointer
}
.features-box .dlab-info .dlab-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px
}
.box-header.header-transparent .top-bar .dlab-topbar-left li a:hover, .box-header.header-transparent .top-bar .topbar-social li a.site-button-link:hover, .dlab-box ul li .check-km i, .features-box .dlab-info .dlab-title a, .frame-box .project-bx .info .title a, .header-sidenav .header-nav.full-sidenav .nav > li > a.scroll.active, .section-full.bg-black .testimonial-15 .quote-left:before, .section-full.bg-black .testimonial-15 .quote-right:after, .section-full.bg-secondry .testimonial-15 .quote-left:before, .section-full.bg-secondry .testimonial-15 .quote-right:after, .testimonial-15 .testimonial-position {
  color: var(--color-primary)
}
.blog-post-content .blog-post .dlab-post-meta, .features-box .dlab-info p {
  margin-bottom: 15px
}
.features-info .title {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 40px;
  padding-right: 30px;
  margin-bottom: 30px
}
.service-info {
  max-width: 780px;
  margin: auto
}
.service-info .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 50px
}
.service-info p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0
}
.call-action .title {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 5px
}
.call-action.style1 {
  padding: 30px 0
}
.call-action.style1 .title {
  font-size: 24px
}
.about-service2 {
  padding-top: 150px;
  padding-bottom: 150px
}
.home-slider.style1 .title {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 50px;
  max-width: 600px;
  margin: 0 auto 15px
}
.home-slider.style1 p {
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto 20px
}
.home-slider.style2 .title {
  font-size: 45px;
  letter-spacing: 1px;
  line-height: 56px;
  max-width: 700px;
  margin: 0 auto 20px
}
.service-box.style1 {
  padding: 40px 35px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, .05);
  text-align: center;
  margin: 10px 0 40px
}
.service-box.style1 .title {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 600
}
.filters2 ul li.active a:after, .filters2 ul li.active a:hover:after, .service-box.style1:hover:after {
  width: 100%;
  transform-origin: right;
  -moz-transform-origin: right;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  right: auto;
  left: 0
}
.service-box.style1:after {
  content: "";
  height: 5px;
  background: var(--color-primary);
  width: 0;
  position: absolute;
  bottom: 0;
  right: -1px;
  transition: .8s;
  -moz-transition: .8s;
  -webkit-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s
}
.service-box.style2 {
  padding: 60px;
  align-self: center;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  height: 100%
}
.service-box.style2 .title {
  font-size: 45px;
  line-height: 55px;
  font-weight: 700
}
.latest-project-info.style1 .list-check li p, .service-box.style2 p, .testimonial-10 .testimonial-text p, .testimonial-9 .testimonial-text p {
  font-size: 16px
}
.about-industry .img-cover {
  min-height: 500px
}
.servciestit h4 {
  margin: 50px 0;
  padding: 0;
  line-height: 10px;
  text-transform: uppercase;
  color: #e12428;
  font-size: 36px;
  text-align: center
}
.service-box.style3 .icon-bx-wraper {
  background: #fff;
  margin-bottom: 5px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, .05);
  z-index: 1
}
.service-box.style3 .icon-bx-wraper:before {
  content: attr(data-name);
  position: absolute;
  font-size: 100px;
  right: 30px;
  top: 30px;
  line-height: 80px;
  font-weight: 700;
  color: #000;
  opacity: .05;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s
}
.service-box.style3 .icon-lg i {
  font-size: 70px;
  line-height: 70px;
  color: #194b94;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s
}
.service-box.style3 .dlab-tilte {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 22px
}
.service-box.style3 .icon-bx-wraper:hover:after, .service-media-bx:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right
}
.widget-blog .dlab-post-header .post-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px
}
.widget-blog .widget-post {
  border-bottom: 1px solid #e9e9e9;
  padding: 0 0 20px;
  margin-bottom: 20px
}
.widget-post .dlab-post-media {
  width: 125px
}
.date-style-2 .dlab-info, .dlab-team9 .dlab-info, .frame-box .site-header .main-bar .container {
  position: unset
}
.date-style-2 .post-date {
  top: 20px;
  border-radius: 5px;
  width: 65px;
  font-family: Poppins, sans-serif
}
.blog-post.post-style-1 .dlab-post-meta li:last-child:after, .date-style-2 .post-date > strong:after, .ext-sidebar-menu ul.menu li:before, .frame-box .header-nav .nav > li.active > a:after, .frame-box .header-nav .nav > li:hover > a:after, .header-curve.ext-header.style2 .logo-header:after, .header-curve.ext-header.style2 .logo-header:before {
  content: unset
}
.date-style-2 .post-date strong {
  font-size: 16px;
  padding: 5px 5px 0
}
.about-history p, .blog-post-content .blog-post .dlab-post-text p, .history-box .history-info p {
  font-size: 15px;
  line-height: 26px
}
.date-style-2 .post-date span {
  padding: 0 5px 8px;
  text-transform: capitalize
}
.dlab-team8 .dlab-media .dlab-social-icon li a:before, .video-bx.style1 .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.about-history-carousel .owl-nav, .counter-style-5:after {
  top: 0;
  position: absolute;
  right: 0
}
.video-bx .play-btn {
  font-size: 70px
}
.project-box.style1 .project-info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 25px
}
.project-box.style1 .project-info-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--color-primary);
  padding: 30px;
  color: #fff;
  opacity: 0;
  transition: .5s
}
.dlab-team8:hover .dlab-media .dlab-social-icon, .project-box.style1:hover .project-info-hover {
  opacity: 1;
  transition: .5s
}
.project-box.style1 .project-info-hover .dlab-tilte {
  font-size: 22px;
  line-height: 30px;
  margin: 15px 0
}
.blog-post-content[class*=col-], .call-action.style2, .testimonial-1.testimonial-box .testimonial-text, .testimonial-12 .testimonial-text, .testimonial-15 .testimonial-detail {
  padding: 0
}
.blog-post-content .blog-post .dlab-info {
  border: 1px solid rgba(0, 0, 0, .1);
  border-width: 1px 0 1px 1px;
  padding: 35px;
  transition: .5s
}
.blog-post-content[class*=col-]:last-child .blog-post .dlab-info {
  border-right: 1px solid rgba(0, 0, 0, .1)
}
.blog-post-content .blog-post:hover .dlab-info {
  background-color: #edf5f8;
  transition: .5s
}
.blog-post-content .blog-post .dlab-post-text {
  margin-bottom: 20px;
  margin-top: 15px
}
.about-history .title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px
}
.about-history {
  padding-right: 50px
}
.history-box .dlab-media {
  width: 65%
}
.history-box .history-info .title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px
}
.history-box .history-info {
  background-color: var(--color-primary);
  padding: 40px;
  color: #fff;
  width: 55%;
  position: absolute;
  right: 0;
  bottom: 0
}
.history-box .history-info p {
  margin-bottom: 0
}
.counter-fly-box {
  margin: -100px 0 10px;
  z-index: 99;
  padding: 30px 30px 10px
}
.about-bx-2 .ext {
  text-decoration: underline;
  font-weight: 500;
  font-size: 24px;
  color: var(--color-primary)
}
.about-bx-2 .title {
  font-size: 38px;
  line-height: 50px
}
.counter-style-5 {
  padding: 50px 20px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .2);
  position: relative;
  overflow: hidden;
  transition: .8s;
  -moz-transition: .8s;
  -webkit-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s;
  z-index: 1
}
.counter-style-5 .counter {
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 10px
}
.counter-style-5 p {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500
}
.counter-style-5:hover {
  transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  border-color: var(--color-primary)
}

.bigtxt h2 {
	font-size: 26px;
	margin-bottom: 12px;
	font-family: 'PT Sans', sans-serif;
	color: #000 !important;
}
.headtext h1 { font-family: Archive; font-size: 36px;	color: #50b7ff;	margin: 0 0 30px;	padding: 0;	line-height: 40px;}


.counter-style-5:after {
  content: "";
  height: 0;
  width: 100%;
  background-color: var(--color-primary);
  z-index: -1;
  transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  transition: .8s;
  -moz-transition: .8s;
  -webkit-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s
}
.counter-style-5:hover:after {
  height: 100%;
  top: auto;
  bottom: 0;
  transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -webkit-transform-origin: bottom;
  -o-transform-origin: bottom
}
.counter-staus-box .section-head .title {
  font-size: 40px;
  line-height: 55px;
  font-weight: 700;
  color: #fff
}
.counter-staus-box .play-btn {
  font-size: 18px;
  line-height: 70px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
  color: #fff;
  display: inline-block;
  margin-top: 30px
}
.counter-staus-box .play-btn span {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: var(--color-primary);
  display: inline-block;
  border-radius: 70px;
  color: #fff;
  font-size: 22px;
  margin-right: 15px;
  position: relative
}
.dlab-team1 {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, .1);
  transition: .5s
}
.dlab-team1 .dlab-info {
  position: absolute;
  bottom: -55px;
  background: #fff;
  width: 100%;
  padding: 20px 30px;
  text-align: center;
  transition: .8s;
  -moz-transition: .8s;
  -webkit-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s
}
.dlab-team1 .dlab-position {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--color-primary)
}
.dlab-team1 .dlab-social-icon {
  display: block;
  margin-top: 20px
}
.dlab-team1 .dlab-title {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600
}
.dlab-team1 .dlab-info:after {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: -7px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg)
}
.dlab-team1:hover .dlab-info, .dlab-team1:hover .dlab-info:after, .exhibition-carousel .owl-dot.active, .frame-box .owl-slider.owl-theme .owl-dots .owl-dot.active span {
  background: var(--color-primary)
}
.dlab-team1:hover .dlab-info {
  bottom: 0;
  transition: .8s;
  -moz-transition: .8s;
  -webkit-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s
}
.dlab-team1:hover .dlab-position {
  color: #fff;
  opacity: .6
}
.dlab-team1:hover .dlab-social-icon li a {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .2)
}
.dlab-team1 .dlab-social-icon li a {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 4px;
  font-size: 16px;
  line-height: 30px;
  padding: 0
}
.testimonial-1 .testimonial-text p {
  font-size: 20px;
  line-height: 40px;
  color: #737984
}
.ft-contact .ft-contact-bx p, .site-footer.style1 .widget.widget_about p, .testimonial-1.testimonial-box .testimonial-text p {
  font-size: 16px;
  line-height: 28px
}
.testimonial-1 .testimonial-name {
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 5px
}
.testimonial-1 .testimonial-text {
  max-width: 980px;
  margin: auto
}
.quote-icon {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto
}
.blog-post.post-style-1 {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}
.blog-post.post-style-1 .dlab-post-meta li:after {
  content: none;
  content: "|";
  display: inline-block;
  font-weight: 400;
  margin-left: 5px;
  opacity: .5
}
.blog-post.post-style-1 .dlab-post-meta {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 12px;
  position: relative
}
.blog-post.post-style-1 .dlab-post-meta:after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--color-primary);
  position: absolute;
  bottom: -1px;
  left: 0
}
.blog-post.post-style-1 .dlab-post-info {
  padding: 30px
}
.blog-post.post-style-1 .post-title {
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 34px;
  font-size: 20px
}
.blog-post.post-style-1 .dlab-post-readmore {
  margin-top: 15px;
  margin-bottom: 0
}
.our-team .team-title-bx, .post-style-2 .dlab-post-info, .service-box-5 .dlab-info {
  margin-top: 20px
}
.post-style-2 .dlab-post-title .post-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 500
}
.contact-no-area .title {
  margin-top: 0;
  font-size: 60px;
  color: #fff;
  font-weight: 500;
  line-height: 80px;
  margin-bottom: 40px
}
.contact-no p {
  margin-bottom: 0;
  font-size: 14px;
  opacity: .8
}
.contact-no .no {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 0;
  color: var(--color-primary);
  font-weight: 500;
  margin-top: 0
}
.contact-no {
  color: #fff;
  display: flex;
  align-items: center
}
.contact-no .contact-right {
  padding-left: 40px
}
.contact-no .contact-left {
  padding-right: 40px;
  border-right: 3px solid var(--color-primary)
}
.counter-box h2 {
  font-size: 45px;
  padding: 30px 15px
}
.contact-img-bx img {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: -80px
}
.service-media-bx {
  background-color: #fff;
  border-radius: 1px;
  box-shadow: 6px 6px 35px 0 rgba(0, 0, 0, .05);
  transition: .8s;
  -moz-transition: .8s;
  -webkit-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s;
  border: 2px solid #e70000
}
.service-media-bx:hover {
  transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px)
}
.service-media-bx:after {
  content: "";
  height: 4px;
  width: 0;
  background-color: var(--color-primary);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  transition: .8s;
  -moz-transition: .8s;
  -webkit-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s
}
.service-media-bx p {
  color: #000;
  font-size: 14px;
  margin-bottom: 2px
}
.service-media-bx .dlab-title {
  font-weight: 600;
  margin-top: -44px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 34px;
  position: relative;
  color: #fff
}
.service-media-bx .dlab-info {
  padding: 10px 0
}
.service-media-bx .site-button {
  text-transform: none;
  font-weight: 600;
  padding: 6px 20px
}
.about-ser-carousel.owl-carousel .owl-stage-outer {
  overflow: unset
}
.ft-contact {
  background: var(--color-primary);
  border-radius: 10px;
  display: flex
}
.ft-contact .ft-contact-bx {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  position: relative;
  padding: 25px 40px 25px 120px;
  z-index: 1
}
.ft-contact .ft-contact-bx .title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 500;
  color: #fff
}
.ft-contact .ft-contact-bx:last-child:after, .header-nav .nav > li.homedemo .mega-menu > li:after, .header-sidenav .header-nav.full-sidenav .nav > li > a:after, .site-footer.style1 .list-2 li:before {
  content: none
}
.ft-contact .ft-contact-bx:after {
  content: "";
  height: 100%;
  width: 50px;
  position: absolute;
  right: -15px;
  top: 0;
  z-index: -1;
  background-image: url(../images/icon/right.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  opacity: .5
}
.ft-contact .ft-contact-bx p {
  color: #fff;
  margin-bottom: 0
}
.ft-contact .ft-contact-bx img {
  width: 55px;
  height: 55px;
  position: absolute;
  left: 45px;
  top: 36px;
  transition: .8s;
  -moz-transition: .8s;
  -webkit-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s
}
.site-footer.style1 .dlab-newsletter:after {
  content: "";
  background: #191f23;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 70px;
  left: 0;
  bottom: 0
}
.site-footer.style1 .dlab-newsletter {
  overflow-x: hidden;
  background-color: #fff;
  position: relative;
  z-index: 1
}
.site-footer.style1 .footer-top {
  background: center/cover #191f23;
  padding: 70px 0 30px
}
.site-footer.style1 .footer-bottom {
  background-color: #191f23;
  font-size: 14px;
  border-top: 1px solid #303639;
  padding: 0
}
.site-footer.style1 .footer-bottom a {
  padding: 0 4px;
  color: #999
}
.site-footer.style1 .footer-title {
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 20px;
  position: relative;
  color: #fff
}
.site-footer.style1 .footer-title:after {
  content: "";
  background: var(--color-primary);
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0
}
.site-footer.style1 .widget_about p {
  margin-bottom: 20px
}
.site-footer.style1 .widget_about a {
  color: var(--color-primary);
  text-decoration: underline;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px
}
.site-footer.style1 .list-2 li {
  width: 50%;
  float: left;
  padding: 0 0 12px;
  font-size: 16px
}
.site-footer.style1 .list-2 li a {
  text-decoration: underline
}
.site-footer.style1 .widget_subscribe p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px
}
.site-footer.style1 .widget_subscribe .input-group .form-control {
  height: 60px;
  border-radius: 4px 0 0 4px;
  border: 0;
  padding: 10px 30px
}
.site-footer.style1 .widget_subscribe .input-group .input-group-addon .site-button {
  height: 60px;
  border-radius: 0 4px 4px 0;
  font-size: 18px;
  padding: 15px 25px
}
.site-footer.style1 .widget_subscribe .input-group .input-group-addon {
  padding: 0;
  border: 0;
  background: 0 0
}
.site-footer.style1 .footer-bottom-in {
  display: flex;
  justify-content: space-between
}
.site-footer.style1 .footer-bottom-in .footer-bottom-logo a {
  display: inline-block;
  background: var(--color-primary);
  padding: 10px 20px
}
.site-footer.style1 .footer-bottom-in .dlab-social-icon li:first-child a {
  border-left: 1px solid #303639
}
.site-footer.style1 .footer-bottom-in .dlab-social-icon li a {
  padding: 0;
  width: 60px;
  height: 70px;
  font-size: 20px;
  color: #3b4044;
  border-right: 1px solid #303639;
  line-height: 70px
}
.portfolio .check-km i {
  background-color: #fff;
  color: #000;
  cursor: pointer
}
.portfolio .check-km:hover i {
  background: 0 0;
  border: 2px solid #fff;
  color: #fff
}
.video-play-icon a {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  text-align: center;
  line-height: 80px;
  color: #fff;
  box-shadow: 0 0 0 10px rgba(238, 49, 49, .2);
  display: block;
  font-size: 28px;
  margin: auto;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s
}
.video-bx {
  position: relative;
  z-index: 1;
  border-radius: 6px;
  overflow: hidden
}
.video-bx .video-play-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%)
}
.video-section {
  background-repeat: no-repeat;
  background-position: right bottom
}
.blog-post.blog-single .dlab-post-title .post-title {
  margin-top: 10px;
  margin-bottom: 10px
}
ol.comment-list li.comment p {
  line-height: 24px;
  font-size: 14px
}
ol.comment-list li.comment .comment-meta {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 20px
}
ol.comment-list li.comment .comment-meta a {
  margin-left: 5px
}
ol.comment-list li.comment .comment-author .fn {
  color: #000;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600
}
ol.comment-list li.comment .comment-author {
  margin-bottom: 5px
}
ol.comment-list li.comment .reply a {
  font-size: 14px;
  font-weight: 600
}
ol.commentlist li .meta strong {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-right: 5px
}
.ow-carousel-entry .ow-entry-text p, .shop-service-info p, ol.commentlist li .description p {
  font-size: 14px;
  line-height: 24px
}
.header-box p, .project-owbx .title {
  line-height: 28px;
  font-size: 16px;
  color: #000
}
ol.commentlist li .meta span {
  color: #000;
  font-size: 14px
}
.ow-entry-title, .testimonial-10 .testimonial-name, .testimonial-9 .testimonial-name {
  font-size: 18px;
  text-transform: capitalize
}
.box-about-list .icon-bx-wraper {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, .2);
  padding: 30px;
  background: rgba(0, 0, 0, .2);
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s
}
.box-about-list .icon-bx-wraper p {
  opacity: .8;
  font-size: 15px;
  line-height: 26px
}
.box-about-list .icon-bx-wraper .dlab-tilte {
  color: #fff;
  font-weight: 500;
  text-decoration: underline
}
.box-about-list .icon-bx-wraper:hover {
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, .2)
}
.ext-sidebar-menu ul.menu li a {
  background: #fff;
  display: block;
  border-radius: 4px;
  padding: 15px 25px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 5px 12px 20px 0 rgba(0, 0, 0, .05);
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s
}
.ext-sidebar-menu ul.menu li {
  display: block;
  padding: 0 !important;
  border: 0
}
.dlab-team4 .dlab-social-icon li a.site-button:hover, .dlab-team5 .dlab-social-icon li a.site-button:hover, .ext-sidebar-menu ul.menu li.active a, .ext-sidebar-menu ul.menu li:hover a, .ext-sidebar-menu.sidebar-widget ul.menu li.current-menu-item a, .ext-sidebar-menu.sidebar-widget ul.menu li:hover a {
  background: var(--color-primary);
  color: #fff
}
.download-file {
  background: var(--color-primary);
  color: #fff;
  padding: 25px 25px 20px 20px;
  border-radius: 4px
}
.download-file ul li a {
  background: #000;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  border-radius: 4px;
  width: 100%;
  padding: 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  text-align: center
}
.download-file ul li a .text {
  display: inline;
  position: relative;
  margin-right: 3px
}
.download-file .title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 600
}
.widget_getintuch-pro-details .pro-details strong {
  font-weight: 600;
  color: #000;
  font-size: 15px
}
.widget_getintuch-pro-details {
  background-color: #f5f5f5;
  padding: 30px 30px 0
}
.widget_getintuch-pro-details .pro-details {
  padding-left: 55px;
  margin-bottom: 30px;
  font-weight: 600;
  position: relative;
  color: #000;
  font-size: 15px
}
.widget_getintuch-pro-details .pro-details i {
  background-color: var(--color-primary);
  height: 40px;
  width: 40px;
  color: #fff;
  border-radius: 50px;
  line-height: 40px;
  font-size: 16px;
  top: 0
}
.gallery-filters .check-km i {
  font-size: 20px;
  color: #fff
}
.overlay-icon .check-km i.icon-bx-xs {
  background-color: #fff;
  color: var(--color-hover)
}
.testimonial-1 .testimonial-name {
  color: #737984 !important
}
.testimonial-1.text-white .testimonial-name, .testimonial-1.text-white .testimonial-text p {
  color: rgba(255, 255, 255, .8) !important
}
.code-box {
  box-shadow: none;
  margin: 0 0 25px;
  padding: 20px;
  color: #fff;
  background-color: #191f23;
  white-space: pre;
  text-shadow: 0 1px 0 #000;
  border-radius: 5px;
  border-bottom: 1px solid #555;
  max-height: 700px
}
.code-box.active {
  user-select: all
}
.footer-box, .header-box {
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 8px;
  padding: 20px 40px 0;
  margin-bottom: 50px;
  background: rgba(0, 0, 0, .01)
}
.footer-box .title, .header-box .title {
  font-size: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--color-primary);
  margin-bottom: 20px
}
.header-box p {
  opacity: .9
}
#copyButton.btn {
  position: absolute;
  right: 30px;
  top: 15px;
  background: #eee;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 4px 10px
}
#copyButton.btn.active {
  background: #449cff;
  color: #fff
}
.project-owbx {
  padding: 20px 20px 15px;
  background: rgba(0, 0, 0, .02);
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 8px;
  text-align: center;
  position: relative;
  margin: 20px 0;
  transition: .8s;
  -moz-transition: .8s;
  -webkit-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s
}
.project-owbx .title {
  margin: 0;
  font-weight: 500
}
.project-owbx i {
  font-size: 50px;
  color: var(--color-primary);
  margin-bottom: 10px;
  line-height: 50px;
  display: inline-block
}
.active.current .project-owbx {
  background: var(--color-primary);
  box-shadow: 0 0 40px -20px var(--color-primary)
}
.active.current .project-owbx:after {
  content: "";
  background: var(--color-primary);
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -18px;
  transform: rotate(45deg) translate(-50%);
  left: 50%;
  transition: .8s;
  -moz-transition: .8s;
  -webkit-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s
}
.box-header.header-transparent .main-bar {
  border: 0
}
.box-header.header-transparent .top-bar {
  padding: 12px 0;
  border-bottom: 0
}
.box-header .dlab-topbar-right .site-button-link, .header-curve.ext-header .extra-nav .site-button-link {
  color: #fff;
  font-size: 14px
}
.box-header .extra-nav {
  padding: 0;
  border: 0
}
.box-header .dlab-topbar-left ul li a {
  font-size: 14px
}
@media only screen and (min-width:991px) {
  .box-header .header-nav .nav > li > a {
    padding: 22px 10px
  }
}
.box-header .header-nav .nav > li > a {
  border: 0
}
.box-header .extra-nav .site-button {
  height: 68px;
  display: flex;
  align-items: center;
  margin-right: -16px;
  padding: 0 30px;
  margin-left: 30px;
  position: relative
}
.box-header .extra-nav .site-button:after {
  content: "";
  width: 40px;
  height: 100%;
  position: absolute;
  left: -12px;
  background: var(--color-primary);
  transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  top: 0;
  transition: .8s linear;
  -moz-transition: .8s linear;
  -webkit-transition: .8s linear;
  -ms-transition: .8s linear;
  -o-transition: .8s linear
}
.box-header.header-transparent .is-fixed .main-bar {
  background-color: transparent;
  box-shadow: none
}
.box-header .extra-nav .site-button:hover:after {
  background: var(--color-hover);
  transition: .8s linear
}
.box-header.site-header .is-fixed .main-bar .container {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1)
}
.about-year {
  display: flex;
  align-items: center;
  margin-bottom: 30px
}
.about-year span {
  font-size: 85px;
  color: #000;
  font-weight: 600;
  position: relative;
  z-index: 1;
  border: 5px solid var(--color-primary);
  width: 120px;
  height: 150px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center
}
.about-year p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
  margin-left: 20px;
  color: #000;
  text-transform: uppercase
}
.list-details li {
  color: #000;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, .1)
}
.list-details li:first-child {
  border-top: 0
}
.list-details {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 430px
}
.project-slider:after {
  content: "";
  background: #ebebeb;
  height: 100%;
  width: calc(50% - 80px);
  position: absolute;
  top: 0;
  left: 0
}
.project-slider .about-content {
  max-width: 600px;
  padding-left: 45px
}
.portbox3 {
  border-radius: 6px;
  margin-bottom: 10px
}
.formrdr {
	/* border: 1px solid #001175; */
	border-radius: 5px;
	box-shadow: 1px 1px 1px 1px #ccc;
	padding: 34px;
	background: #b08ddc;
    /*float: left;*/
}
.portbox1 .portinner, .portbox3 .overlay-bx {
  transform: scale(.2);
  -webkit-transform: scale(.2);
  -moz-transform: scale(.2);
  -ms-transform: scale(.2);
  -o-transform: scale(.2);
  transition: .8s;
  -moz-transition: .8s;
  -webkit-transition: .8s;
  -o-transition: .8s;
  -ms-transition: .8s
}
.portbox1 .overlay-bx, .portbox3 .overlay-bx {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}
.portbox1:hover .portinner, .portbox3:hover .overlay-bx {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1)
}
.portbox3 .portinner {
  max-width: 250px;
  margin: auto;
  position: relative;
  z-index: 1;
  top: -25px
}
.portbox3 .portinner .port-up {
  background: #fff;
  border-radius: 6px;
  padding: 20px
}
.portbox3 .portinner .port-down {
  background: var(--color-primary);
  position: absolute;
  top: 50px;
  height: 100%;
  width: calc(100% + 20px);
  vertical-align: bottom;
  display: flex;
  align-items: end;
  text-align: center;
  flex-direction: row;
  border-radius: 6px;
  z-index: -1;
  left: -10px
}
.portbox3 .portinner .port-up span {
  text-transform: uppercase;
  font-weight: 600;
  color: #5e5e5e;
  font-family: Montserrat;
  font-size: 14px
}
.portbox3 .portinner .port-down a {
  width: 100%;
  color: #000;
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 15px;
  margin-top: auto
}
.filters2 ul {
  display: flex;
  margin: 0 -10px
}
.filters2 ul li {
  flex: 0 0 25%;
  width: 25%;
  margin: 0;
  border: 0;
  padding: 0 10px
}
.filters2 ul li a i {
  margin-right: 10px;
  color: var(--color-primary);
  font-size: 40px;
  line-height: 40px
}
.filters2 ul li a {
  width: 100%;
  margin: 0;
  display: flex;
  padding: 12px 10px;
  font-size: 22px;
  color: #000;
  border-bottom: 3px solid #eee;
  align-items: center;
  justify-content: center;
  position: relative
}
.filters2 ul li a:after {
  content: "";
  height: 3px;
  background: var(--color-primary);
  width: 0;
  position: absolute;
  bottom: -3px;
  right: -1px;
  transition: .8s;
  -moz-transition: .8s;
  -webkit-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s
}
.project-info-box .project-content {
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  padding: 40px 50px;
  width: 500px;
  transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  opacity: 0;
  transition: .8s;
  -moz-transition: .8s;
  -webkit-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s
}
.active .project-info-box .project-content {
  opacity: 1;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%)
}
.project-carousel-1 .owl-nav {
  display: flex;
  align-items: center;
  position: absolute;
  right: 20px;
  bottom: 20px
}
.project-carousel-1 .owl-next, .project-carousel-1 .owl-prev {
  padding: 0;
  background: 0 0;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  letter-spacing: 5px;
  margin: 0 15px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, .1)
}
.section-head.style2 .title, .sr-iconbox .dlab-tilte {
  font-weight: 600;
  margin-bottom: 10px
}
.project-carousel-1 .owl-next i, .project-carousel-1 .owl-prev i, .testimonial-12 h4.testimonial-name {
  font-size: 22px
}
.section-head.style2 .title {
  font-size: 40px
}
.section-head.style2 p {
  padding-top: 0;
  font-size: 15px;
  line-height: 26px
}
.sr-iconbox.style2 {
  padding: 20px;
  transition: .8s;
  -o-transition: .8s;
  -ms-transition: .8s;
  -webkit-transition: .8s;
  -moz-transition: .8s
}
.sr-iconbox.style2:hover {
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2)
}
.img-ho1, .sr-iconbox1 .icon-lg {
  position: relative;
  z-index: 1
}
.img-ho1:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid var(--color-primary);
  z-index: -1;
  transition: .8s;
  -moz-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s;
  -webkit-transition: .8s
}
.img-ho1:hover:after {
  right: -15px;
  top: -15px
}
.img-ho1 img {
  transition: .8s;
  -moz-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s;
  -webkit-transition: .8s
}
.img-ho1:hover img {
  transform: translate(-15px, 15px);
  -moz-transform: translate(-15px, 15px);
  -ms-transform: translate(-15px, 15px);
  -webkit-transform: translate(-15px, 15px);
  -o-transform: translate(-15px, 15px)
}
.service-box-3 .dlab-info {
  position: absolute;
  bottom: -25px;
  width: calc(100% - 40px);
  left: 20px;
  z-index: 1
}
.service-box-3 .title {
  background-color: var(--color-primary);
  margin-top: 0;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  padding: 12px 50px 12px 30px;
  position: relative;
  font-weight: 500;
  margin-bottom: 0
}
.service-box-3 .title:after {
  content: "\f105";
  width: 40px;
  height: 40px;
  background: #fff;
  position: absolute;
  right: 6px;
  color: #000;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  line-height: 40px;
  font-family: FontAwesome
}
.service-box.style4 .title {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  line-height: 32px
}
.service-box.style4 {
  background: #fff;
  padding: 30px 50px 40px;
  border-radius: 4px;
  text-align: center
}
.service-box.style4 .no {
  background-color: #eee;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  color: #000;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s
}
.service-box.style4:hover .no {
  background-color: var(--color-primary);
  color: #fff
}
.our-team .social-list li {
  display: inline-block;
  font-size: 16px;
  margin: 0 2px
}
.our-team .social-list {
  padding: 0;
  margin: 10px 0 0
}
.our-team .title {
  font-size: 24px;
  margin-bottom: 5px;
  line-height: 35px
}
.exhibition-carousel:after {
  content: "";
  position: absolute;
  width: calc(100% - 70px);
  height: 100%;
  right: 0;
  top: 0;
  background-color: #f8991d;
  z-index: -1
}
.exhibition-carousel {
  padding: 20px 50px 20px 0;
  position: relative;
  z-index: 1
}
.exhibition-carousel .owl-dots {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%)
}
.exhibition-carousel .owl-dot {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 20px;
  margin: 10px 0
}
.exhibition-bx .title {
  font-size: 50px;
  line-height: 58px
}
.portbox1 {
  transition: .5s;
  transform: scale(1)
}
.portbox1 > img {
  transform: scale(1.05);
  transition: .5s
}
.portbox1 .portinner {
  transform: scale(.2);
  -webkit-transform: scale(.2);
  -moz-transform: scale(.2);
  -ms-transform: scale(.2);
  -o-transform: scale(.2);
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s
}
.portbox1.style1 .overlay-bx .port-title {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 15px
}
.portbox1.style1 .portinner span {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 5px;
  font-weight: 500
}
.dlab-team7 .dlab-position, .portbox1 .overlay-bx span {
  display: block;
  margin-bottom: 10px
}
.portbox1:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .2)
}
.portbox1:hover > img {
  transform: scale(1)
}
.latest-project-info {
  padding: 100px 130px
}
.latest-project-info h2 {
  font-size: 50px;
  line-height: 60px
}
.latest-project-info p {
  color: rgba(255, 255, 255, .75);
  font-weight: 300
}
.sr-iconbox1 {
  padding: 50px 30px;
  background: #fff;
  text-align: center;
  border-radius: 4px
}
.sr-iconbox1 .dlab-tilte {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 32px
}
.sr-iconbox1 p {
  color: #000;
  font-size: 15px;
  opacity: .7
}
.sr-iconbox1 .icon-lg:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #6a1a1f;
  position: absolute;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  transform: scale(1.3) rotate(15deg);
  opacity: .05
}
@media only screen and (max-width:1024px) {
  .about-progress .max-w700, .box-about-list .max-w700, .service-box.style2 {
    padding: 30px
  }
  .service-box.style2 .title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 15px
  }
  .team-box-type .team-p-info li {
    font-size: 14px
  }
  .team-box-type .team-mamber-img {
    width: 40%
  }
  .team-box-type p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px
  }
  .team-box-type .team-info-box ul {
    margin: 10px 0
  }
  .team-box-type .team-info-box h4.dlab-title {
    font-size: 18px;
    margin-bottom: 5px
  }
  .team-box-type .team-info-box {
    padding: 10px 15px
  }
}
@media only screen and (max-width:991px) {
  .our-story h2.title {
    font-size: 36px;
    line-height: 46px
  }
  .our-story h4.title {
    font-size: 20px;
    line-height: 30px
  }
  .call-action .title, .call-action p, .call-action.style1 .title {
    text-align: center
  }
  .call-action .site-button, .call-action.style1 .site-button {
    margin: 10px auto 0
  }
  .team-box-type .team-info-box {
    padding: 10px 30px
  }
  .team-box-type .team-info-box h4.dlab-title {
    font-size: 22px;
    margin-bottom: 12px
  }
  .about-progress .max-w700, .box-about-list .max-w700 {
    padding: 40px 0
  }
  .our-story-thum {
    display: none
  }
  .inquiry-form.contact-project {
    height: auto;
    margin-bottom: 20px
  }
  .chosesus-content {
    padding-top: 50px
  }
  .choses-info-content[class*=col-] {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
  }
  .inquiry-form.inner {
    padding: 30px
  }
  .dz_error-405 .text-center {
    text-align: left !important
  }
  .dz_error-404-area {
    display: flex !important
  }
  .dlab-bnr-inr h1 {
    margin-bottom: 10px
  }
  .dlab-bnr-inr.dlab-bnr-inr-sm .dlab-bnr-inr-entry {
    padding-top: 160px
  }
}
@media only screen and (max-width:767px) {
  .service-info .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px
  }
  .team-info-box, .team-mamber-img {
    display: table-cell
  }
  .team-box-type .team-info-box h4.dlab-title {
    font-size: 18px;
    margin-bottom: 5px
  }
  .team-box-type .team-info-box {
    padding: 15px 20px
  }
  .dlab-bnr-inr.dlab-bnr-inr-sm .dlab-bnr-inr-entry {
    height: 250px;
    padding-top: 65px
  }
  .pricingtable-wrapper.style2 .pricingtable-bx {
    margin-top: 10px;
    margin-bottom: 15px
  }
  .about-progress .max-w700, .box-about-list .max-w700 {
    padding: 30px
  }
  .dz_error-404 .dz_error {
    margin: 0
  }
  .dlab-tabs.vertical .tab-pane {
    padding-left: 20px
  }
  .portbox3:hover .overlay-bx {
    padding: 20px
  }
  .portbox3 .portinner .port-up h3.port-title {
    font-size: 18px;
    line-height: 28px
  }
  .portbox3 .portinner .port-up span {
    font-size: 12px
  }
    .banner {
	background-position: center center;
	background-image: url(../images/banner1.jpg);
	height: 45%;
}
    main {
    margin-top: -239px;
  }
    
}
@media only screen and (max-width:360px) {
  .dz_error-404 p {
    font-size: 14px;
    margin-bottom: 15px
  }
  .dz_error-404 .error-head {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 32px
  }
  .dz_error-405 .col-lg-5.m-tb30 {
    margin-top: 0
  }
  .service-box.style2 .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px
  }
  .site-footer.style1 .footer-bottom-in .footer-bottom-logo a img {
    height: 30px
  }
  .site-footer.style1 .footer-bottom-in .dlab-social-icon li a {
    width: 40px;
    height: 50px;
    font-size: 15px;
    line-height: 50px
  }
  .site-footer.style1 .footer-top {
    padding: 50px 0 25px
  }
  .site-footer.style1 .footer-title {
    padding-bottom: 15px;
    margin-bottom: 25px
  }
  .site-footer.style1 .widget_subscribe .input-group .form-control {
    height: 50px;
    padding: 10px 20px
  }
  .site-footer.style1 .widget_subscribe .input-group .input-group-addon .site-button {
    height: 50px;
    font-size: 14px;
    padding: 12px 20px
  }
  .our-story h2.title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 10px
  }
  .our-story > span {
    font-size: 18px;
    margin-bottom: 5px
  }
  .call-action p, .home-slider.style1 p, .pricingtable-wrapper.style2 p {
    font-size: 14px
  }
  .call-action .title, .call-action.style1 .title {
    font-size: 20px;
    line-height: 30px
  }
  .call-action p {
    line-height: 24px;
    margin-bottom: 10px
  }
  .section-head .title {
    font-size: 28px;
    line-height: 38px
  }
  .section-head p {
    line-height: 26px
  }
  .box-about-list .icon-bx-wraper, .testimonial-8 .testimonial-text {
    padding: 20px
  }
  .dlab-tabs .tab-content p, .testimonial-8 .testimonial-text p {
    font-size: 14px;
    line-height: 26px
  }
  .about-8-service .section-head .title-box, .video-infobx h2.title {
    line-height: 34px;
    margin-bottom: 10px;
    font-size: 24px
  }
  .testimonial-8 .testimonial-pic {
    margin-right: 10px;
    width: 70px;
    height: 70px
  }
  .testimonial-8 .testimonial-name {
    padding-top: 10px
  }
  .home-slider.style1 .title {
    font-size: 24px;
    line-height: 34px;
    margin: 0 auto 10px
  }
  .dlab-bnr-inr.dlab-bnr-inr-md.home-banner1 {
    height: 450px
  }
  .team-box-type .team-mamber-img {
    width: 100%;
    display: unset
  }
  .dlab-bnr-inr {
    height: 180px
  }
  .box-about-list h2 {
    font-size: 24px;
    line-height: 38px
  }
  .box-about-list .icon-bx-wraper h4.dlab-tilte, .chosesus-content h3 {
    font-size: 18px;
    line-height: 28px
  }
  .about-progress .max-w700 {
    padding: 30px 0 10px
  }
  .chosesus-content h3 {
    margin-bottom: 30px
  }
  .service-main-title .title {
    font-size: 22px
  }
  .dz_error-405 .dz_error {
    font-size: 100px;
    line-height: 100px
  }
  .dz_error-405 .text-center {
    margin-bottom: 15px
  }
  .dz_error-405 .error-content, .inner-text p, .inner-text ul li, .testimonial-1 .testimonial-text p, blockquote {
    font-size: 16px;
    line-height: 28px
  }
  .testimonial-1 .testimonial-name {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0
  }
  .testimonial-10 .testimonial-pic {
    height: 100px;
    width: 100px
  }
  .testimonial-10 {
    padding-left: 120px
  }
  .dlab-tabs .nav-tabs > li > a .title-head {
    display: none
  }
  .dlab-tabs.vertical .nav-tabs {
    width: 60px
  }
  .dlab-tabs.vertical .tab-content {
    margin-left: 59px
  }
  .dlab-tabs.vertical.right .tab-content {
    margin-right: 59px
  }
  .sort-title {
    margin-bottom: 25px
  }
  .add-box h2, .item-add.add-style-2 h2, .item-add.add-style-3 h2 {
    font-size: 24px;
    line-height: 34px
  }
  .item-add .add-box h5, .item-add.add-style-2 h5, .item-add.add-style-3 h5 {
    font-size: 16px;
    margin-bottom: 5px
  }
}
.frame-box {
  background-image: url(../images/background/bg12.jpg)
}
.area-frame {
  margin-bottom: 100px
}
.frame-box .site-footer, .frame-box h1, .frame-box h2, .frame-box h3, .frame-box h4, .frame-box h5, .frame-box h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700
}
.frame-box p, .request-form label {
  font-family: Poppins, sans-serif
}
.frame-box .area-frame .container {
  background: #fff;
  position: relative;
  padding: 30px
}
.frame-box .area-frame .container:after {
  content: "";
  background-image: url(../images/background/border-bg-top.png), url(../images/background/border-bg-bottom.png), url(../images/background/border-bg-left.png), url(../images/background/border-bg-right.png);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-position: top, bottom, left, right;
  height: calc(100% + 44px);
  position: absolute;
  width: calc(100% + 44px);
  left: -22px;
  top: -22px;
  z-index: -1;
  display: block
}
.frame-box .page-wraper {
  background: rgba(0, 0, 0, 0)
}
.frame-box .site-header.center .container > .logo-header {
  transform: translate(-50%);
  -moz-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -o-transform: translate(-50%);
  position: absolute;
  left: 50%;
  text-align: center;
  top: 15px;
  z-index: 1
}
.frame-box .header-nav .nav > li:hover > a {
  background-color: var(--color-primary);
  color: #fff !important
}
.frame-box .header-nav .nav > li > a {
  color: #fff;
  font-size: 15px;
  padding: 12px 20px;
  cursor: pointer;
  font-weight: 600;
  display: inline-block;
  background: var(--color-primary);
  margin: 0 2px;
  border-radius: 4px;
  font-family: 'Roboto Condensed', sans-serif
}
.frame-box .main-bar {
  width: 100%;
  position: relative;
  padding: 65px 0;
  background-color: rgba(0, 0, 0, 0)
}
.frame-box .top-bar {
  position: relative;
  background: #fff;
  font-size: 15px;
  padding: 8px 0 2px
}
.frame-box .top-bar:after {
  content: "";
  background-image: url(../images/background/border-bg-bottom.png);
  position: absolute;
  bottom: -22px;
  width: 100%;
  height: 22px;
  left: 0
}
.frame-box .is-fixed .main-bar {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  background: #fff;
  padding: 10px 0
}
.frame-box .site-header.center .is-fixed .container > .logo-header {
  background: var(--color-primary);
  padding: 0 15px;
  top: 0;
  height: 90px;
  width: 125px;
  border-radius: 0 0 15px 15px
}
.frame-box .site-header.center .logo-header img {
  height: 150px;
  position: relative;
  width: 150px;
  z-index: 2;
  object-fit: contain
}
.frame-box .site-header.center .is-fixed .container > .logo-header img {
  height: 90px;
  width: 100px
}
.frame-box .logo-header {
  width: 150px;
  height: 150px
}
.frame-box .slide-content-box .slider-title {
  font-size: 50px;
  color: #fff;
  line-height: 64px;
  margin-bottom: 10px;
  font-weight: 600;
  text-shadow: 0 0 20px rgba(0, 0, 0, .4)
}
.frame-box .slide-content-box p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  margin: 0 auto;
  line-height: 30px
}
.frame-box .slide-content-area {
  max-width: 650px;
  padding-left: 100px
}
.frame-box .slide-content-box {
  position: relative;
  top: 50%;
  text-align: left;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: 1s .5s;
  -webkit-transition: 1s .5s;
  -o-transition: 1s .5s;
  -moz-transition: 1s .5s
}
.frame-box .owl-slider.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  background: 0 0;
  border: 3px solid #fff;
  margin: 5px
}
.frame-box .owl-slider.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 0
}
.frame-box .owl-slider {
  overflow: hidden;
  border-radius: 6px
}
.frame-box .about-box {
  padding: 10px;
  border: 2px dashed var(--color-primary);
  border-radius: 14px;
  background: #fff
}
.frame-box .ft-contact, .header-curve.ext-header .header-nav .nav > li.active > a, .header-curve.ext-header .header-nav .nav > li.current-menu-item > a {
  background-color: transparent
}
.frame-box .about-bx strong {
  font-weight: 700;
  text-transform: uppercase
}
.frame-box .project-bx {
  background-image: url(../images/pattern/pt1.jpg);
  padding: 10px;
  border-radius: 10px;
  height: 100%
}
.frame-box .gallery .dlab-box, .frame-box .project-bx .media {
  overflow: hidden;
  border-radius: 8px
}
.frame-box .project-bx .info .title {
  font-weight: 600;
  margin: 0
}
.frame-box .project-bx .info {
  padding: 10px 20px 5px 15px
}
.frame-box .owl-project .owl-stage {
  display: flex;
  flex-wrap: wrap
}
.frame-box .service-list li:after {
  content: "\f00c";
  font-family: FontAwesome;
  background-color: var(--color-primary);
  width: 45px;
  height: 45px;
  color: #fff;
  position: absolute;
  text-align: center;
  line-height: 45px;
  border-radius: 45px;
  left: 0;
  top: 15px;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s
}
.frame-box .service-list li:hover:after {
  background-color: var(--color-hover)
}
.frame-box .service-list li {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  padding-left: 60px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  min-height: 78px;
  display: flex;
  align-items: center
}
.frame-box .testimonial-text p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  color: #6c6979;
  line-height: 40px
}
.frame-box .item .testimonial-1 .testimonial-position {
  color: #f36523;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 300
}
.frame-box .testimonial-1 .testimonial-name {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 21px;
  margin-top: 5px
}
.frame-box .client-carousel .owl-nav .owl-prev {
  left: 70px
}
.frame-box .client-carousel .owl-nav .owl-next {
  right: 70px
}
.frame-box .gallery {
  margin: 0;
  padding: 0;
  list-style: none
}
.frame-box .gallery.video-gallery .dlab-box .overlay-bx {
  visibility: visible;
  opacity: 1
}
.frame-box .gallery.video-gallery .dlab-box .overlay-bx i {
  background: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  padding: 0 0 0 4px
}
.frame-box .gallery-bx > div:last-child {
  padding-left: 30px
}
.frame-box .gallery-bx > div:first-child {
  padding-right: 30px;
  border-right: 1px solid rgba(0, 0, 0, .1)
}
.frame-box .ft-contact {
  display: block
}
.frame-box .footer-top {
  background: center/cover #282828;
  padding: 80px 0 30px;
  position: relative
}
.frame-box .footer-top:after {
  content: "";
  background-image: url(../images/background/border-bg-dark-top.png);
  position: absolute;
  top: -22px;
  width: 100%;
  height: 22px;
  left: 0
}
.frame-box .footer-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #fff;
  padding-bottom: 15px;
  position: relative
}
.frame-box .footer-title:after {
  content: "";
  width: 60px;
  height: 3px;
  background: var(--color-primary);
  position: absolute;
  bottom: 0;
  left: 0
}
.frame-box .widget_getintuch i {
  position: absolute;
  left: 0;
  top: 5px;
  text-align: center;
  font-size: 18px;
  width: 40px;
  height: 40px;
  background: #363636;
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 4px;
  line-height: 38px;
  color: #fff
}
.frame-box .ft-contact li {
  color: #fff;
  padding: 5px 0
}
.frame-box .footer-bottom {
  background-color: #282828;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, .1)
}
.request-form form, .service-box.style5, .slider-tabs .tab-box {
  background-color: #fff
}
.frame-box footer .footer-bottom, .frame-box footer li, .frame-box footer p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500
}
.frame-box footer a, .frame-box footer a:visited, .frame-box footer ul span {
  color: #aaa
}
.frame-box .widget_getintuch li {
  margin-bottom: 20px;
  position: relative;
  line-height: 28px;
  padding-left: 55px
}
.cargo-banner .bottom-link h4, .service-box.style5 .dlab-tilte {
  font-weight: 500;
  margin-bottom: 0
}
.header-white-transparent {
  background-color: rgba(255, 255, 255, .3)
}
.cargo-banner {
  height: 100vh;
  text-align: left
}
.cargo-banner .title {
  font-size: 55px;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 30px
}
.cargo-banner .dlab-bnr-inr-entry {
  display: table-cell;
  vertical-align: bottom
}
.banner-form {
  border-bottom: 5px solid rgba(255, 255, 255, .3)
}
.banner-form .bootstrap-select .dropdown-toggle, .banner-form .form-control, .banner-form .site-button {
  border-radius: 4px;
  height: 55px;
  padding: 14px 20px;
  font-size: 15px
}
.banner-form .bootstrap-select.btn-group .dropdown-toggle .caret {
  font-size: 15px;
  top: 22px;
  right: 20px
}
.cargo-banner .bottom-link {
  padding: 25px 0 60px
}
.service-box.style5 .icon-content {
  padding: 20px 30px;
  display: flex;
  align-items: center
}
.service-box.style5 .dlab-tilte {
  font-size: 24px;
  line-height: 36px
}
.service-box.style5 .icon-content .link-btn {
  background-color: var(--color-primary);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  max-width: 50px;
  min-width: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  color: #fff;
  font-weight: 300;
  margin-left: auto
}
.service-box.style6 .icon-bx {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0;
  z-index: 99
}
.service-box.style6 .icon-bx:after {
  height: 100%;
  content: "";
  width: 100%;
  right: -10px;
  bottom: 0;
  position: absolute;
  z-index: -1;
  transform: skew(19deg)
}
.service-box.style6 .icon-bx.icon-bx-sm {
  width: 60px;
  height: 60px;
  line-height: 65px;
  text-align: center
}
.header-curve.ext-header .logo-header:before {
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
  right: -140px;
  width: 100%
}
.header-curve.ext-header .middle-bar {
  padding: 0;
  border-bottom: 0
}
.header-curve.ext-header .middle-bar .logo-header {
  padding: 20px 0
}
.header-curve.ext-header .container-fluid, .site-footer.style2 .container-fluid {
  padding-left: 50px;
  padding-right: 50px
}
.header-curve.ext-header .extra-nav {
  position: relative;
  width: 20%;
  top: 1px
}
.header-curve.ext-header .extra-nav:before, .social-curve:before {
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -o-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg)
}
.header-curve.ext-header .extra-nav:after, .header-curve.ext-header .extra-nav:before, .social-curve:after, .social-curve:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  z-index: -1
}
.header-curve.ext-header .extra-nav:before {
  width: 100%;
  left: -25px
}
.header-curve.ext-header .extra-nav:after {
  width: 100%;
  right: -50px
}
.social-curve {
  position: relative;
  padding: 20px 30px;
  width: 100%;
  margin: 0 0 -15px
}
.social-curve:before {
  width: 100%;
  left: -50%;
  z-index: 0
}
.social-curve .social-icon li a {
  color: #fff !important;
  font-size: 18px
}
.social-curve .social-icon {
  z-index: 99;
  position: relative
}
.social-curve .social-icon .title {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  letter-spacing: 1px
}
.header-curve.ext-header.style2 .extra-nav {
  height: 65px;
  top: 0;
  transform: unset
}
.header-curve.ext-header.style2 .extra-nav:before {
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg)
}
.header-curve.ext-header.style2.white .header-nav .nav > li.active > a {
  color: var(--color-primary) !important
}
.slider-tabs .slider-box .slider-content p {
  color: #fff;
  font-size: 18px;
  font-family: Teko, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 35px;
  max-width: 700px
}
.slider-box .slider-content {
  position: absolute;
  z-index: 99;
  left: 50%;
  top: 50%;
  width: 1170px;
  transform: translate(-50%, -50%)
}
.slider-tabs .slider-box .slider-content .title {
  font-size: 70px;
  font-family: Teko, sans-serif;
  line-height: 70px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase
}
.slider-tabs .slide-tabs {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 10px
}
.slider-tabs .dlab-thum-bx img {
  height: 100vh;
  object-fit: cover
}
.slider-tabs .tab-box .content-box .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #000;
  margin-bottom: 4px;
  text-transform: capitalize;
  letter-spacing: 1px
}
.slider-tabs .tab-box .content-box p {
  color: #000;
  margin-bottom: 0;
  opacity: .85;
  font-weight: 400;
  font-size: 14px
}
.slider-tabs .tab-box .icon-box i {
  font-size: 35px;
  line-height: 35px;
  color: #000
}
.slider-tabs .tab-box {
  position: relative;
  padding: 15px 15px 15px 80px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-right: 1px solid rgba(0, 0, 0, .1);
  transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  -webkit-transition: .5s;
  cursor: pointer
}
.slider-tabs .tab-box .icon-box {
  position: absolute;
  left: 20px;
  top: 25px
}
.slider-tabs .owl-item.current.active .tab-box {
  background: var(--color-primary);
  color: #000
}
.service-box-4 .service-images {
  position: relative;
  padding: 20px 20px 0
}
.service-box-4 .service-images img {
  width: 220px;
  box-shadow: rgba(0, 0, 0, .1) 0 0 30px 0;
  border-radius: 500px;
  border: 10px solid #fff;
  border-image: initial;
  transition: .5s
}
.service-box-4:hover .service-images img {
  border-width: 10px;
  border-style: solid;
  border-color: var(--color-primary);
  border-image: initial
}
.service-box-4 .service-images i {
  font-size: 40px;
  width: 70px;
  height: 70px;
  border-radius: 40px;
  position: absolute;
  bottom: 10px;
  line-height: 70px;
  right: 10px;
  background: #fff;
  color: var(--color-primary);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
}
.service-box-4 .service-content .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 5px
}
.section-head.style1 .title {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  font-family: poppins;
  color: #000
}
.about-info1 p, .section-head.style1 p {
  color: #768492;
  line-height: 28px;
  font-size: 16px
}
.latest-project-info.style1 {
  padding: 70px 70px 10px
}
.latest-project-info.style1 .list-check li:before {
  top: 20px
}
.owl-btn-2.radius-no .owl-nav .owl-next, .owl-btn-2.radius-no .owl-nav .owl-prev, .testimonial-11.testimonial-box .testimonial-pic, .video-bx.radius-no {
  border-radius: 0
}
.dlab-services-box {
  padding: 50px
}
.service-year {
  font-size: 130px;
  line-height: 140px;
  font-weight: 600;
  margin-bottom: 0
}
.service-year small {
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 600
}
.request-form {
  margin-top: -178px
}
.request-form form {
  padding: 30px 30px 20px;
  box-shadow: 0 0 41px 5px rgba(0, 0, 0, .1)
}
.request-form .request-form-header {
  background-color: var(--color-primary);
  padding: 20px 50px 20px 100px;
  position: relative
}
.request-form .request-form-header i {
  position: absolute;
  left: 30px;
  font-size: 45px;
  top: 14px;
  color: #fff
}
.request-form .request-form-header p {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px
}
.request-form .request-form-header h2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0;
  line-height: 30px
}
.request-form label {
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  color: #606060;
  top: 5px;
  left: 0;
  transition: .5s;
  text-transform: capitalize
}
.request-form .form-control {
  background-color: transparent;
  border-width: 0;
  border-bottom-color: #771cb8;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  position: relative
}
.request-form .input-group:after {
  width: 100%;
  height: 2px;
  content: "";
  border-radius: 0;
  box-shadow: none;
  bottom: 0;
  background: var(--color-primary)
}
.request-form .focused label {
  font-size: 12px;
  top: -10px;
  left: 0;
  color: #707070
}
.dlab-box.project-bx.dlab-team2 .dlab-info.bg-dark {
  background-color: #1f0404
}
.header-sidenav .full-sidenav {
  position: fixed;
  right: -300px;
  width: 300px;
  top: 0;
  z-index: 999988;
  background: #fff;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: .5s;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  left: auto
}
.header-sidenav .full-sidenav .mCSB_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%
}
.header-sidenav .full-sidenav.active {
  right: 0
}
.header-sidenav .full-sidenav .nav {
  margin-bottom: auto
}
.header-sidenav .header-nav.full-sidenav .logo-header, .header-sidenav .header-nav.full-sidenav .nav, .header-sidenav .header-nav.full-sidenav .social-menu {
  float: none;
  width: 100%
}
.header-sidenav .header-nav.full-sidenav .logo-header {
  height: auto;
  padding: 50px 40px 30px
}
.header-sidenav.header-nav.full-sidenav .logo-header a {
  width: 170px;
  display: block
}
.header-sidenav .header-nav.full-sidenav .nav > li:hover > .mega-menu, .header-sidenav .header-nav.full-sidenav .nav > li:hover > .sub-menu, .header-sidenav .header-nav.full-sidenav .nav > li > .mega-menu, .header-sidenav .header-nav.full-sidenav .nav > li > .sub-menu {
  opacity: 1;
  visibility: visible;
  position: unset
}
.header-sidenav .header-nav.full-sidenav .nav > li > .mega-menu, .header-sidenav .header-nav.full-sidenav .nav > li > .sub-menu {
  box-shadow: none;
  -webkit-transition: unset;
  -moz-transition: unset;
  -ms-transition: unset;
  -o-transition: unset;
  transition: unset
}
.header-sidenav .header-nav .nav > li .sub-menu {
  width: 100%;
  padding: 0
}
.header-sidenav .header-nav .nav > li .sub-menu li a {
  color: #8799a3;
  padding: 10px 40px
}
.header-sidenav .header-nav .nav > li > a {
  padding: 12px 40px;
  width: 100%;
  font-size: 18px
}
.header-sidenav .social-menu {
  padding: 40px
}
.fontxt {font-size: 11px;}
.header-sidenav .social-menu ul {
  margin: 0 0 15px;
  padding: 0;
  list-style: none
}
.header-sidenav .social-menu .copyright-head {
  margin-bottom: 0;
  color: #ccc
}
.header-sidenav .social-menu ul li a {
  color: #bbc7cd;
  font-size: 18px;
  padding-right: 15px
}
.header-sidenav .social-menu ul li a:hover {
  color: #8799a3
}
.header-sidenav .menu-close i {
  color: #fff;
  font-size: 24px;
  position: absolute;
  right: 320px;
  top: 20px
}
.header-sidenav .menu-close {
  position: fixed;
  height: 100vh;
  width: 0;
  background: #3a3a3a;
  top: 0;
  right: 0;
  opacity: 0;
  transition: .5s;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  filter: blur(300px);
  cursor: pointer;
  overflow: hidden;
  z-index: 9999
}
.header-sidenav .menu-close.active {
  width: 100%;
  opacity: .8;
  filter: blur(0)
}
.header-sidenav .header-transparent .is-fixed .main-bar {
  position: fixed;
  background-color: rgba(255, 255, 255, .9)
}
.header-sidenav .header-full .container-fluid {
  padding-left: 30px;
  padding-right: 30px
}
.header-sidenav .site-header ul, .site-header ol {
  margin-bottom: 0;
  list-style: none
}
.header-sidenav .extra-nav ul li {
  list-style: none
}
.header-sidenav .extra-nav, .header-sidenav .is-fixed .extra-nav {
  background-color: var(--color-primary);
  margin: 0;
  padding: 0
}
.header-sidenav .menu-icon {
  padding: 0;
  width: 70px;
  height: 71px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center
}
.header-sidenav .menu-icon-in {
  width: 30px;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: inline-block
}
.header-sidenav .menu-icon-in span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  background-color: #fff;
  border-radius: 10px
}
.header-sidenav .menu-icon-in span:first-child {
  top: 0;
  width: 60%
}
.header-sidenav .menu-icon-in span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%)
}
.header-sidenav .menu-icon-in span:nth-child(3) {
  bottom: 0;
  width: 85%
}
.header-sidenav.header-transparent .main-bar {
  background-color: transparent;
  border: 0
}
.header-sidenav.header-transparent .is-fixed .main-bar {
  background-color: rgba(0, 0, 0, .9)
}
.dlab-team3 {
  background: #fff;
  padding: 10px;
  border-radius: 4px
}
.dlab-team3 .dlab-info {
  text-align: center;
  padding: 20px 0
}
.dlab-team3 .dlab-info .dlab-title {
  font-size: 18px;
  margin-bottom: 5px
}
.dlab-team3 .dlab-info .dlab-position {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #000;
  opacity: .3;
  margin-bottom: 10px
}
.dlab-team3 .dlab-info .dlab-social-icon li a {
  width: 30px;
  height: 30px;
  background: #000;
  font-size: 12px;
  line-height: 30px;
  padding: 0;
  border: 0;
  border-radius: 40px;
  color: #fff
}
.dlab-team11 .dlab-media {
  width: 240px;
  height: 240px;
  margin: auto;
  border-radius: 240px;
  overflow: hidden;
  padding: 10px;
  border: 2px dashed var(--color-primary)
}
.dlab-team11 .dlab-info {
  background: var(--color-primary);
  padding: 10px 15px;
  border-radius: 8px;
  margin-top: 15px;
  text-align: center
}
.dlab-team11 .dlab-media img {
  border-radius: 100%
}
.dlab-team11 .dlab-position {
  color: #fff;
  text-transform: capitalize
}
.dlab-team11-area.dots-theme.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  background: 0 0;
  border: 3px solid #bcbcbc;
  margin: 5px
}
.dlab-team11-area.dots-theme.owl-theme .owl-dots .owl-dot.active span {
  border: 3px solid var(--color-primary)
}
.testimonial-1.testimonial-box {
  background: #fff;
  text-align: left;
  padding: 20px 30px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 8px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
  margin: 30px 0
}
.testimonial-1.testimonial-box .testimonial-detail {
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding: 20px 30px 4px;
  margin: 20px -30px 0;
  position: relative
}
.testimonial-1.testimonial-box .review li {
  display: inline-block;
  color: #ffc000
}
.testimonial-1.testimonial-box .review {
  top: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  right: 30px
}
.testimonial-1.testimonial-box .testimonial-name {
  font-size: 22px;
  color: #000 !important;
  margin-bottom: 5px
}
.hex-box .hex {
  fill: transparent;
  stroke: var(--color-primary);
  stroke-width: 3
}
.hex-box .icon-box i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  height: 70px
}
.btn.youtube.outline {
  color: #ce201f
}
.header-nav .nav > li.homedemo .mega-menu {
  display: flex;
  flex-wrap: wrap;
  overflow-y: scroll;
  border-radius: 0
}
.header-nav .nav > li.homedemo .mega-menu > li {
  flex: 0 0 20%;
  max-width: 25%
}
.header-nav .nav > li.homedemo .mega-menu > li > a {
  border: 0;
  padding-bottom: 0
}
.header-nav .nav > li.homedemo .mega-menu > li > a img {
  box-shadow: 0 10px 20px rgba(0, 0, 0, .17);
  margin-bottom: 15px;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s
}
.header-nav .nav > li.homedemo .mega-menu > li:hover > a img {
  transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px)
}
.header-nav .nav > li.homedemo .mega-menu > li > a span {
  display: block;
  text-transform: capitalize;
  font-size: 16px
}
.header-nav .nav > li.homedemo .mega-menu > li:nth-child(2n) {
  background: rgba(0, 0, 0, .04)
}
@media only screen and (max-width:1200px) {
  .cargo-banner .title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px
  }
  .cargo-banner .bottom-link {
    padding: 30px 0
  }
  .service-box.style5 .icon-content {
    padding: 30px
  }
  .service-box.style5 h2.dlab-tilte {
    font-size: 24px;
    line-height: 36px
  }
  .frame-box .header-nav .nav > li > a {
    font-size: 14px;
    padding: 10px 16px;
    margin: 0 1px
  }
  .header-curve.ext-header .logo-header:before {
    right: -50px
  }
  .header-curve.ext-header .service-list ul li i {
    left: 7px;
    font-size: 30px;
    line-height: 38px
  }
  .header-curve.ext-header .service-list ul li {
    padding: 0 0 0 45px;
    margin-left: 10px
  }
  .header-curve.ext-header .service-list ul li .title {
    font-size: 16px
  }
  .header-curve.ext-header .extra-nav:before {
    left: -5px
  }
  .header-curve.ext-header .extra-nav .extra-cell {
    float: right
  }
  .service-box-4 .service-images img {
    width: 100%
  }
  .request-form .request-form-header {
    padding: 20px 30px 20px 80px
  }
  .request-form .request-form-header h2 {
    font-size: 20px;
    line-height: 26px
  }
  .request-form .request-form-header i {
    font-size: 36px
  }
  .request-form {
    margin-top: -174px
  }
  .list-check.list-2.rounded.border[class*=list-] li {
    padding: 10px 20px 10px 45px
  }
}
@media only screen and (max-width:991px) {
  .cargo-banner .title {
    font-size: 40px;
    line-height: 50px
  }
  .banner-form .bootstrap-select .dropdown-toggle, .banner-form .form-control, .banner-form .site-button {
    height: 50px;
    padding: 10px 15px;
    font-size: 16px
  }
  .banner-form {
    padding-bottom: 10px
  }
  .cargo-banner .bottom-link {
    padding: 20px 0
  }
  .cargo-banner .dlab-bnr-inr-entry {
    padding-bottom: 0
  }
  .filters2 ul li a i {
    font-size: 30px;
    line-height: 30px
  }
  .filters2 ul li a {
    font-size: 18px
  }
  .filters2 ul {
    display: flex;
    flex-wrap: wrap
  }
  .filters2 ul li {
    flex: 0 0 50%;
    width: 50%
  }
  .frame-box .header-nav .nav > li.active > a, .frame-box .header-nav .nav > li:hover > a, .frame-box .header-nav .nav > li > a:hover {
    background-color: transparent;
    color: #000 !important;
    border-radius: 0
  }
  .header-curve.ext-header .extra-nav:after, .header-curve.ext-header .extra-nav:before {
    content: none
  }
  .header-sidenav .header-nav.full-sidenav .nav > li > a {
    padding: 8px 0;
    border: 0
  }
  .header-sidenav .header-nav.full-sidenav .logo-header a {
    text-align: left
  }
  .header-sidenav .header-nav.full-sidenav .logo-header {
    padding: 30px 40px 30px 28px
  }
  .header-sidenav .social-menu {
    padding: 10px 30px 20px
  }
  .header-nav .dlab-social-icon.ind-social ul {
    margin-bottom: 5px
  }
  .header-nav .dlab-social-icon.ind-social li a, .header-nav .dlab-social-icon.ind-social p {
    color: #111
  }
  .header-nav .dlab-social-icon {
    display: block;
    margin: 30px 0 15px
  }
  .header-nav .dlab-social-icon li {
    color: #000;
    font-size: 16px
  }
  .ft-contact .ft-contact-bx {
    padding: 20px 20px 20px 75px
  }
  .ft-contact .ft-contact-bx img {
    width: 35px;
    height: 35px;
    left: 25px
  }
    
   
  .ft-contact .ft-contact-bx p {
    line-height: 26px;
    font-size: 14px
  }
  .ft-contact .ft-contact-bx .title {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 24px
  }
  .project-list {
    margin-bottom: 0
  }
  .about-year span {
    font-size: 70px;
    width: 110px;
    height: 120px
  }
  .section-head.style2 .title {
    font-size: 30px
  }
  .about-year {
    margin-bottom: 15px
  }
  .const-about .section-head {
    margin-bottom: 30px
  }
  .project-info-box .project-content {
    padding: 15px 20px 10px;
    width: 350px
  }
  .project-info-box .list-details li {
    padding: 8px 0;
    font-size: 14px
  }
  .latest-project-info {
    padding: 50px
  }
  .social-curve:before {
    left: -40%
  }
  .header-curve.ext-header .extra-nav:after {
    right: -100px
  }
  .header-curve.ext-header .extra-nav {
    width: 30%
  }
  .header-curve.ext-header .navbar-toggler {
    z-index: 99;
    position: relative
  }
  .frame-box .slide-content-area {
    max-width: 500px;
    padding-left: 50px
  }
  .frame-box .slide-content-box .slider-title {
    font-size: 36px;
    line-height: 46px
  }
  .frame-box .slide-content-box p {
    font-size: 18px;
    line-height: 28px
  }
  .frame-box .site-header.center .logo-header img {
    height: 120px;
    width: 120px
  }
  .frame-box .site-header.center .navbar-toggler {
    margin: 16px 0 18px 15px
  }
  .frame-box .main-bar {
    padding: 55px 0
  }
  .frame-box .site-header.center .navbar-nav > li {
    display: block;
    float: left;
    width: 100%
  }
  .frame-box .header-nav .nav > li > a {
    background-color: #fff;
    color: #000;
    display: block;
    padding: 8px 0;
    border-radius: 0;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 500
  }
  .frame-box .mo-left .header-nav .logo-header img {
    height: auto;
    width: 150px
  }
  .frame-box .mo-left .header-nav .logo-header {
    display: block;
    float: none;
    height: 90px;
    max-width: 100%;
    padding: 20px 15px;
    width: 100%;
    position: unset;
    left: 0;
    transform: unset
  }
  .frame-box .site-header.center .is-fixed .container > .logo-header {
    z-index: 0
  }
  .header-transparent.box-header .navbar-toggler span {
    background-color: #000
  }
  .header-transparent.box-header .navbar-toggler {
    margin: 26px 0 18px 35px
  }
  .box-header .header-nav .nav > li > a {
    font-family: Roboto;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
  }
  .request-form {
    margin-top: 0
  }
  .latest-project-info.style1 {
    padding: 50px 50px 0
  }
  .header-nav .nav > li.homedemo .mega-menu {
    margin: 0;
    padding: 10px 0
  }
  .header-nav .nav > li.homedemo .mega-menu > li > a {
    display: block;
    padding: 5px 0 5px 15px;
    position: relative
  }
  .header-nav .nav > li.homedemo .mega-menu > li > a:after {
    content: "\f105";
    font-family: FontAwesome;
    width: auto;
    height: auto;
    background: 0 0;
    top: 3px;
    color: #000;
    font-size: 18px;
    position: absolute;
    left: 0;
    font-weight: 700
  }
  .header-nav .nav > li.homedemo .mega-menu, .header-nav .nav > li.homedemo .mega-menu > li > a img {
    display: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
  }
  .header-nav .nav > li.homedemo.open .mega-menu {
    display: block
  }
  .header-nav .nav > li.homedemo .mega-menu > li {
    flex: 0 0 100%;
    max-width: 100%
  }
  .header-nav .nav > li.homedemo .mega-menu > li > a span {
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: #505050
  }
  .header-nav .nav > li.homedemo .mega-menu > li:nth-child(2n) {
    background: 0 0
  }
  .frame-box .top-bar {
    padding: 8px 0
  }
}
@media only screen and (max-width:767px) {
  .header-sidenav .menu-icon-in span {
    height: 2px
  }
  .header-sidenav .menu-icon-in {
    width: 20px;
    height: 16px
  }
  .header-sidenav .menu-icon {
    width: 50px;
    height: 50px
  }
  .contact-no-area .title {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 20px
  }
  .counter-staus-box .section-head .title, .counter-style-5 .counter, .section-head.style1 .title {
    font-size: 36px;
    line-height: 46px
  }
  .counter-style-5 {
    padding: 30px 15px
  }
  .counter-style-5 .counter {
    margin-bottom: 5px
  }
  .counter-style-5 p {
    font-size: 14px
  }
  .counter-style-5 .icon-xl i {
    font-size: 50px;
    line-height: 50px
  }
  .counter-staus-box .play-btn {
    margin-bottom: 20px
  }
  .service-media-bx .dlab-info {
    padding: 25px 0 10px
  }
  .service-media-bx {
    padding: 15px
  }
  .frame-box .area-frame .container:after, .frame-box .top-bar:after, .ft-contact .ft-contact-bx:after, .project-slider:after {
    content: unset
  }
  .ft-contact .ft-contact-bx {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 25px 20px 5px 75px
  }
  .ft-contact {
    padding-bottom: 20px
  }
  .project-slider .about-content {
    padding-top: 30px
  }
  .project-info-box .project-media img {
    height: 300px;
    object-fit: cover
  }
  .project-carousel-1 .owl-nav {
    right: 0;
    bottom: 10px
  }
  .project-info-box .project-content {
    width: 300px
  }
  .project-carousel-1 .owl-next, .project-carousel-1 .owl-prev {
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0 10px
  }
  .social-curve:before {
    left: -30%
  }
  .header-curve.ext-header .extra-nav {
    width: 35%;
    padding: 11px 0
  }
  .frame-box .slide-content-area {
    max-width: 100%;
    padding-left: 35px;
    padding-right: 100px
  }
  .frame-box .slide-content-box .slider-title {
    font-size: 30px;
    line-height: 40px
  }
  .frame-box .slide-content-box p {
    font-size: 16px;
    line-height: 26px
  }
  .frame-box .area-frame .container {
    padding: 15px;
    border-radius: 10px
  }
  .frame-box .main-bar {
    padding: 25px 0
  }
  .frame-box .dlab-topbar-right {
    display: none
  }
  .header-transparent.box-header .is-fixed .navbar-toggler, .header-transparent.box-header .navbar-toggler {
    margin: 17px 0 15px 20px
  }
  .box-header .extra-nav .site-button, .box-header .is-fixed .extra-nav .site-button {
    height: 50px
  }
  .box-header.site-header .extra-nav, .box-header.site-header .is-fixed .extra-nav {
    padding: 0
  }
  .dlab-services-box {
    padding: 30px
  }
  .service-year {
    font-size: 100px;
    line-height: 120px
  }
  .latest-project-info.style1 {
    padding: 30px 30px 0
  }
  .list-check.list-2.rounded.border[class*=list-] li {
    width: 100%
  }
}
@media only screen and (max-width:591px) {
  .cargo-banner .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px
  }
  .cargo-banner .bottom-link h4, .social-curve .social-icon .title {
    font-size: 16px
  }
  .cargo-banner .bottom-link, .social-curve {
    padding: 15px 0
  }
  .cargo-banner .banner-form .row {
    margin-left: -5px;
    margin-right: -5px
  }
  .cargo-banner .banner-form[class*=col-] {
    padding-left: 5px;
    padding-right: 5px
  }
  .form-group {
    margin-bottom: 10px
  }
  .service-box.style5 h2.dlab-tilte {
    font-size: 22px;
    line-height: 32px
  }
  .service-box.style5 .icon-content {
    padding: 25px
  }
  .site-filters .button-sm {
    font-size: 12px;
    padding: 5px 15px
  }
  .contact-no-area .title {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 10px
  }
  .contact-no .no, .service-media-bx .dlab-title {
    font-size: 20px;
    line-height: 30px
  }
  .contact-no .contact-right .site-button {
    padding: 12px 24px;
    font-size: 12px
  }
  .contact-no .contact-left {
    padding-right: 15px
  }
  .contact-no .contact-right {
    padding-left: 15px
  }
  .counter-staus-box .section-head .title {
    font-size: 28px;
    line-height: 40px
  }
  .service-media-bx .dlab-info {
    padding: 25px 0 15px
  }
  .service-media-bx {
    padding: 10px
  }
  .ft-contact {
    margin: 0
  }
  .service-box.style1 {
    padding: 30px;
    margin: 10px 20px 25px
  }
  .service-box.style1 .title {
    font-size: 18px;
    line-height: 28px
  }
  .project-owbx {
    padding: 20px 15px 15px;
    margin: 20px 0 30px
  }
  .project-slider .about-content {
    padding-left: 0
  }
  .project-info-box .project-media img {
    height: 350px
  }
  .latest-project-info, .service-box.style4 {
    padding: 30px
  }
  .row.sp15, .sp15 {
    margin-left: 0;
    margin-right: 0
  }
  .latest-project-info h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px
  }
  .social-curve:before {
    left: -10%
  }
  .social-curve .social-icon li a {
    font-size: 16px;
    padding: 2px
  }
  .box-header .extra-nav .site-button, .frame-box .slide-content-area, .header-curve.ext-header .extra-nav {
    display: none
  }
  .header-curve.ext-header .container-fluid {
    padding-left: 15px;
    padding-right: 15px
  }
  .frame-box .area-frame .container {
    padding: 15px
  }
  .frame-box .service-list li:after {
    width: 35px;
    height: 35px;
    line-height: 35px
  }
  .frame-box .service-list li {
    font-size: 16px;
    line-height: 26px;
    padding-left: 50px
  }
  .frame-box .testimonial-text p {
    font-size: 16px;
    line-height: 28px
  }
  .frame-box .container > .logo-header, .frame-box .site-header.center .container > .logo-header img {
    height: 60px;
    width: 100px
  }
  .frame-box .main-bar {
    padding: 20px 0
  }
  .frame-box .area-frame, .frame-box .section-full:last-child {
    margin-bottom: 0
  }
  .section-head.style1 .title {
    font-size: 30px;
    line-height: 40px
  }
  .section-head.style1 p {
    font-size: 14px
  }
  .box-header.header-transparent .main-bar {
    padding: 0 15px
  }
  .request-form .form-group {
    margin-bottom: 15px
  }
}
.dlab-team4 .dlab-media {
  border-radius: 50%;
  overflow: hidden;
  position: relative
}
.dlab-team4 .dlab-media:after, .dlab-team4 .dlab-media:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 13px solid #e6e5e5;
  position: absolute;
  top: 0;
  left: 0
}
.dlab-team4 .dlab-media:after {
  border-color: var(--color-primary) #e6e5e5 #e6e5e5 var(--color-primary);
  z-index: 1;
  transform: rotate(-10deg);
  transition: .8s;
  -moz-transition: .8s;
  -webkit-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s
}
.dlab-team4:hover .dlab-media:after {
  transform: rotate(350deg)
}
.dlab-team4 img, .dlab-team5 img {
  width: 100%;
  height: auto
}
.dlab-team4 .dlab-title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  padding-bottom: 15px;
  margin: 15px 0 10px;
  position: relative
}
.dlab-team4 .dlab-title:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #222;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0
}
.dlab-team4 .dlab-position {
  display: block;
  font-size: 16px;
  font-style: italic;
  color: #777;
  margin-bottom: 10px
}
.dlab-team4 .dlab-social-icon li a.site-button.gray-light. .dlab-team5 .dlab-social-icon li a {
  background-color: #e0e0e0;
  color: #999;
  line-height: 30px;
  margin: 0 1px
}
.dlab-team5 {
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1
}
.dlab-team5 .dlab-border-left:after, .dlab-team5 .dlab-border-left:before, .dlab-team5 .dlab-border-right:after, .dlab-team5 .dlab-border-right:before {
  content: "";
  width: 50px;
  height: 50px;
  background: var(--color-primary);
  position: absolute;
  z-index: -1
}
.dlab-team5 .dlab-border-left:after {
  left: 0;
  top: 0
}
.dlab-team5 .dlab-border-left:before {
  bottom: 0;
  left: 0
}
.dlab-team5 .dlab-border-right:before {
  right: 0;
  bottom: 0
}
.dlab-team5 .dlab-border-right:after {
  top: 0;
  right: 0
}
.dlab-team5 .dlab-media {
  margin: 5px;
  position: relative;
  border: 3px solid #fff;
  transition: .5s
}
.dlab-team5:hover .dlab-media {
  border-color: #33343e
}
.dlab-team5 .dlab-media:after {
  content: "";
  width: 100%;
  height: 0;
  background: #33343e;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform-origin: 0 0 0;
  transition: .5s
}
.dlab-team5:hover .dlab-media:after {
  height: 100%;
  opacity: .85
}
.dlab-team5 .dlab-info {
  width: 100%;
  position: absolute;
  top: -50%;
  left: 0;
  transition: .5s .2s
}
.dlab-team5:hover .dlab-info {
  top: 50%;
  transform: translateY(-50%)
}
.dlab-team5 .dlab-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 5px
}
.dlab-team5 .dlab-position {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  text-transform: capitalize;
  display: block;
  margin-bottom: 10px
}
.dlab-team6 {
  background: #000;
  text-align: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  overflow: hidden;
  position: relative
}
.dlab-team6 img {
  width: 100%;
  height: auto;
  transition: .55s
}
.dlab-team6 .dlab-info {
  padding: 5px 10px 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: 0 0;
  transition: .55s
}
.dlab-team6 .dlab-info:after, .dlab-team6 .dlab-info:before {
  content: "";
  width: 400px;
  height: 2px;
  background: var(--color-primary);
  position: absolute;
  top: 0;
  left: 10px;
  transform: translateX(100%);
  transition: .55s
}
.dlab-team6 .dlab-info:after {
  top: auto;
  left: auto;
  bottom: 0;
  right: 10px;
  transform: translateX(-100%)
}
.dlab-team6:hover .dlab-info:after, .dlab-team6:hover .dlab-info:before {
  transform: translate(0, 0);
  transition-delay: .15s
}
.dlab-team6 .dlab-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 5px;
  line-height: 26px
}
.dlab-team6 .dlab-title:after, .dlab-team6 .dlab-title:before {
  content: "";
  width: 2px;
  height: 300px;
  background: var(--color-primary);
  position: absolute;
  top: 10px;
  right: 0;
  transform: translateY(100%);
  transition: .55s
}
.dlab-team6 .dlab-title:after {
  top: auto;
  right: auto;
  bottom: 10px;
  left: 0;
  transform: translateY(-100%)
}
.testimonial-14 .testimonial-detail:after, .testimonial-14 .testimonial-detail:before {
  border-top: 15px solid var(--color-primary);
  border-bottom: 15px solid transparent;
  bottom: -37px
}
.dlab-team6:hover .dlab-title:after, .dlab-team6:hover .dlab-title:before {
  transform: translate(0, 0)
}
.dlab-team6 .dlab-position {
  display: block;
  padding: 5px 10px;
  background: var(--color-primary);
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
  text-transform: capitalize
}
.team-carousel .owl-item.active.center .dlab-team7 {
  background-color: #fff;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, .1);
  transition: .5s;
  transform: scale(1.05)
}
.dlab-team7 {
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  margin: 30px 0;
  transition: .5s
}
.dlab-team7 .dlab-media {
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px
}
.dlab-team7 .dlab-title {
  line-height: 24px;
  margin-bottom: 5px
}
.dlab-team8 .dlab-title {
  margin-bottom: 5px;
  margin-top: 15px
}
.dlab-team8 .dlab-media .dlab-social-icon {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  margin: 0;
  opacity: 1;
  transition: .5s
}
.dlab-team8 .dlab-media .dlab-social-icon li {
  width: 50%;
  position: relative
}
.dlab-team8 .dlab-media .dlab-social-icon li a {
  border-radius: 0;
  width: 100%;
  height: 100%;
  font-size: 24px;
  padding: 30px;
  position: relative;
  transition: .5s
}
.dlab-team8 .dlab-media .dlab-social-icon li:first-child a {
  top: -100%
}
.dlab-team8:hover .dlab-media .dlab-social-icon li:first-child a {
  top: 0;
  transition: .5s
}
.dlab-team8 .dlab-media .dlab-social-icon li:nth-child(4) a {
  bottom: -100%
}
.dlab-team8:hover .dlab-media .dlab-social-icon li:nth-child(4) a {
  bottom: 0;
  transition: .5s
}
.dlab-team8 .dlab-media .dlab-social-icon li:nth-child(2) a {
  right: -100%
}
.dlab-team8:hover .dlab-media .dlab-social-icon li:nth-child(2) a {
  right: 0;
  transition: .5s
}
.dlab-team8 .dlab-media .dlab-social-icon li:nth-child(3) a {
  left: -100%
}
.dlab-team8:hover .dlab-media .dlab-social-icon li:nth-child(3) a {
  left: 0;
  transition: .5s
}
.dlab-team9 .dlab-title a {
  color: #fff;
  display: block;
  padding: 25px 10px
}
.dlab-team9 .dlab-media.dlab-media-right .dlab-info-has {
  background-color: var(--color-primary);
  border-radius: 20px 0 0 20px;
  top: 50px;
  transition: .8s;
  -webkit-transition: .8s;
  -moz-transition: .8s;
  -o-transition: .8s
}
.dlab-team9 .dlab-social-icon li a {
  vertical-align: middle;
  padding: 7px 5px;
  height: auto;
  width: auto;
  font-size: 16px
}
.dlab-team9 .dlab-title {
  background-color: var(--color-primary);
  font-weight: 500;
  bottom: 0;
  position: absolute;
  color: #fff;
  display: block;
  left: 0;
  font-size: 14px;
  letter-spacing: 3px;
  height: 100%;
  transition: .8s;
  writing-mode: vertical-rl;
  top: 0;
  margin: 0;
  transform-origin: left;
  text-align: right;
  line-height: 24px;
  text-transform: uppercase;
  filter: opacity(.8);
  -ms-filter: opacity(.8)
}
.testimonial-11 {
  display: flex;
  align-items: center;
  padding: 0 100px 30px
}
.testimonial-11 .testimonial-pic {
  width: 250px;
  height: auto;
  border: 0;
  min-width: 250px;
  margin-right: 30px;
  border-radius: 10px;
  overflow: hidden
}
.testimonial-11 .testimonial-text {
  padding: 0 0 15px
}
.testimonial-11 .testimonial-name {
  font-size: 20px;
  line-height: 30px
}
.testimonial-11 .testimonial-text p {
  line-height: 32px;
  font-size: 18px;
  font-style: italic
}
.owl-btn-white .owl-nav .owl-next, .owl-btn-white .owl-nav .owl-prev {
  color: #fff;
  opacity: .8
}
.testimonial-10 .testimonial-position, .testimonial-9 .testimonial-position {
  text-transform: capitalize;
  font-size: 14px;
  color: var(--color-primary)
}
.testimonial-11.testimonial-box {
  background-color: #fff;
  box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, .1);
  margin: 30px 100px;
  padding: 40px
}
.testimonial-11.testimonial-box .quote-left:before, .testimonial-11.testimonial-box .quote-right:after {
  font-size: 50px;
  color: rgba(0, 0, 0, .1)
}
.testimonial-11.testimonial-box .testimonial-detail {
  padding: 50px 85px
}
.testimonial-11.testimonial-box .quote-left:before {
  left: 20px;
  top: 0
}
.testimonial-11.testimonial-box .quote-right:after {
  top: auto;
  right: 50px;
  bottom: 50px
}
.testimonial-11.testimonial-box .testimonial-text p {
  line-height: 28px;
  font-size: 16px
}
.owl-btn-2.owl-btn-md .owl-nav .owl-next, .owl-btn-2.owl-btn-md .owl-nav .owl-prev {
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 24px
}
.testimonial-box-carousel .owl-nav .owl-prev {
  left: 140px
}
.testimonial-box-carousel .owl-nav .owl-next {
  right: 140px
}
.testimonial-12 {
  display: flex
}
.testimonial-12 .testimonial-pic {
  padding: 0;
  width: 200px;
  min-width: 200px;
  height: 200px;
  border: 0;
  margin: 30px -80px 30px 0
}
.testimonial-12 .testimonial-detail {
  background-color: var(--color-primary);
  padding: 50px 30px 50px 110px
}
.testimonial-12 .testimonial-position {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 10px
}
.testimonial-num-count {
  width: 750px;
  margin: auto
}
.owl-num-count .owl-dots {
  counter-reset: li;
  text-align: right;
  counter-reset: li;
  justify-content: flex-end;
  display: flex
}
.owl-num-count .owl-dots .owl-dot {
  display: flex;
  align-items: center;
  padding: 5px;
  cursor: pointer;
  font-size: 18px
}
.owl-num-count .owl-dots .owl-dot span {
  margin: 0 0 0 5px;
  width: 0;
  border-radius: 0;
  height: 2px;
  transition: .5s
}
.owl-num-count .owl-dots .active.owl-dot span {
  width: 40px;
  background-color: #000
}
.owl-num-count .owl-dots .owl-dot:before {
  content: counter(li, decimal);
  counter-increment: li;
  font-weight: 500;
  color: #a0a0a0
}
.testimonial-13 {
  border: 1px solid rgba(0, 0, 0, .09);
  box-shadow: 5px 25px 35px -35px #736d6d;
  margin: 40px 15px 20px;
  border-radius: 10px;
  background-color: #fff;
  transition: .5s
}
.testimonial-13 .testimonial-detail {
  padding: 25px 0 20px 20px;
  border-top: 1px solid rgba(0, 0, 0, .09)
}
.testimonial-13 .testimonial-pic {
  width: 70px;
  height: 70px;
  border: 0;
  float: left;
  margin-right: 15px
}
.testimonial-13 .testimonial-text {
  padding: 85px 25px 25px
}
.testimonial-13 .quote-left:before {
  font-size: 50px;
  color: var(--color-primary);
  top: -75px
}
.owl-item.active.center .testimonial-13 .testimonial-text {
  background-color: transparent;
  color: #6f6f6f
}
.owl-item.active.center .testimonial-13 {
  margin-top: 0;
  transition: .5s
}
.testimonial-14 {
  border: 10px solid var(--color-primary);
  padding: 40px 0 25px;
  margin: 30px 30px 10px;
  text-align: center;
  position: relative
}
.testimonial-14 .testimonial-detail {
  padding: 7px 0;
  margin: 0 -30px 20px;
  border: 7px solid #f7f9fb;
  background: var(--color-secondry);
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative
}
.testimonial-14 .testimonial-detail:before {
  content: "";
  border-left: 15px solid transparent;
  position: absolute;
  left: 0
}
.testimonial-14 .testimonial-detail:after {
  content: "";
  border-right: 15px solid transparent;
  position: absolute;
  right: 0
}
.testimonial-14.quote-left:before {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #fff;
  margin: 0 auto;
  font-size: 70px;
  font-weight: 900;
  color: var(--color-primary);
  position: absolute;
  top: -60px;
  left: 0;
  right: 0
}
.bg-gray .testimonial-14.quote-left:before {
  background: #f7f9fb
}
.testimonial-15 {
  margin: 0 0 20px;
  position: relative
}
.testimonial-15 .testimonial-pic {
  width: 70px;
  height: 70px;
  border: 3px solid #fff;
  float: left;
  margin-right: 15px
}
.testimonial-15:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: -2px;
  background: #fff;
  top: 0;
  opacity: .2
}
.testimonial-15 .testimonial-text {
  padding: 40px 30px 20px 0
}
.testimonial-15 .testimonial-text p {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px
}
.testimonial-15 .quote-left:before, .testimonial-15 .quote-right:after {
  font-size: 24px;
  line-height: 24px;
  color: var(--color-primary)
}
.testimonial-15 .quote-right:after {
  top: auto;
  bottom: 0;
  right: 30px
}
.testimonial-15.text-white .quote-left:before, .testimonial-15.text-white .quote-right:after, .testimonial-15.text-white .testimonial-position {
  color: rgba(255, 255, 255, .8)
}
.portfolio-style1 {
  position: relative;
  overflow: hidden
}
.portfolio-style1 .portfolio-info .title {
  font-size: 26px
}
.portfolio-style1 .portfolio-info {
  position: absolute;
  left: 0;
  bottom: -100%;
  padding: 30px 200px 30px 30px;
  transition: .8s;
  z-index: 99
}
.project-carousel .owl-item.active.center .portfolio-style1 .portfolio-info {
  transition: .8s;
  bottom: 0
}
.call-action.style2 h2.title {
  font-size: 36px;
  line-height: 46px;
  font-family: poppins;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px
}
.call-action.style2 h3 {
  font-size: 26px;
  font-weight: 600;
  font-family: poppins;
  line-height: 36px;
  margin-bottom: 15px
}
.call-action.style2 i.call-icon {
  font-size: 100px;
  margin-bottom: 50px;
  position: relative
}
.call-action.style2 i.call-icon:after {
  content: "\f10b";
  font-size: 45%;
  color: var(--color-primary);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}
.service-box-5 .icon-bx {
  float: left;
  margin-right: 20px
}
.service-box-5 .dlab-info .title {
  font-size: 20px;
  margin-bottom: 5px
}
.service-box-5 .dlab-info p {
  line-height: 26px
}
.site-footer.style2 .footer-top {
  background-color: #fff;
  position: relative
}
.site-footer.style2 .recent-posts-entry .widget-post {
  border-bottom: 1px solid rgba(0, 0, 0, .09);
  padding-bottom: 20px;
  margin-bottom: 20px
}
.site-footer.style2 .recent-posts-entry .post-title {
  line-height: 30px;
  font-size: 18px;
  font-weight: 600
}
.site-footer.style2 .subscribe-form input {
  border: 1px solid rgba(0, 0, 0, .1);
  margin-right: 0
}
.site-footer.style2 .subscribe-form .input-group-btn {
  padding-left: 0
}
.site-footer.style2 .widget {
  padding: 0 5px;
  z-index: 1;
  position: relative
}
.site-footer.style2 .footer-top:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 33.33%;
  background-color: #f1f1f1;
  z-index: 0
}
.site-footer.style2 .widget .list-2 li {
  padding: 8px 8px 8px 20px;
  font-size: 16px;
  color: #000;
  font-weight: 600
}
.site-footer.style2 .widget p {
  font-size: 16px;
  line-height: 28px;
  color: #747477
}
.site-footer.style2 .widget.widget_about {
  padding: 0 50px 0 5px
}
.site-footer.style2 .widget.widget_getintuch li i {
  color: var(--color-primary);
  top: 0
}
.site-footer.style2 .footer-logo {
  margin-bottom: 30px;
  width: 200px
}
.site-footer.style2 .widget.widget_getintuch {
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding: 20px 0 0;
  margin-top: 20px
}
.site-footer.style2 .widget.widget_getintuch li {
  font-size: 15px;
  line-height: 24px;
  text-transform: capitalize;
  color: #747477
}
.site-footer.style2 .site-button-link i {
  margin-left: 0
}
@media only screen and (max-width:1024px) {
  .site-footer.style2 .footer-top {
    padding: 60px 0 0
  }
  .site-footer.style2 .container-fluid {
    padding-left: 15px;
    padding-right: 15px
  }
  .site-footer.style2 .widget.widget_about {
    padding: 0 5px
  }
  .testimonial-box-carousel .owl-nav .owl-next {
    right: 60px
  }
  .testimonial-box-carousel .owl-nav .owl-prev {
    left: 60px
  }
  .portfolio-style1 .portfolio-info, .testimonial-11.testimonial-box {
    padding: 30px
  }
  .testimonial-11.testimonial-box .quote-left:before, .testimonial-11.testimonial-box .quote-right:after {
    font-size: 36px
  }
  .testimonial-11.testimonial-box .testimonial-detail {
    padding: 50px
  }
  .testimonial-11 .testimonial-pic {
    margin-right: 15px
  }
  .testimonial-num-count {
    width: 100%;
    padding: 0 50px
  }
  .header-nav .nav > li .sub-menu.right {
    right: 0;
    left: auto
  }
  .dlab-quik-search span {
    right: 30px
  }
  .dlab-quik-search.On form {
    max-width: 100%;
    padding: 0 30px
  }
  .box-header .extra-nav .site-button {
    height: 65px
  }
}
@media only screen and (max-width:991px) {
  .site-footer.style2 .footer-top:after {
    content: unset
  }
  .testimonial-11 {
    padding: 0 60px 30px
  }
  .testimonial-11 .testimonial-text p {
    line-height: 30px;
    font-size: 16px
  }
  .testimonial-11 .testimonial-pic {
    width: 150px;
    min-width: 150px;
    margin-right: 20px
  }
  .testimonial-11.testimonial-box {
    margin: 20px 40px
  }
  .frame-box .client-carousel .owl-nav .owl-next, .testimonial-box-carousel .owl-nav .owl-next {
    right: 0
  }
  .frame-box .client-carousel .owl-nav .owl-prev, .testimonial-box-carousel .owl-nav .owl-prev {
    left: 0
  }
  .testimonial-12 .testimonial-pic {
    width: 150px;
    min-width: 150px;
    height: 150px;
    margin: 25px -80px 25px 0
  }
  .testimonial-12 .testimonial-detail {
    padding: 25px 25px 25px 100px
  }
  .dlab-team4 {
    padding: 0 50px
  }
  .dlab-team6 .dlab-position {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px
  }
  .dlab-team6 .dlab-title {
    font-size: 16px;
    line-height: 22px
  }
  .header-nav .nav > li:active > a, .header-nav .nav > li:focus > a, .header-nav .nav > li:hover > a {
    color: #313444 !important
  }
  .frame-box .gallery-bx > div:last-child {
    padding-left: 15px
  }
  .frame-box .gallery-bx > div:first-child {
    padding-right: 15px;
    border-right: 0
  }
  .frame-box .section-head {
    margin-bottom: 30px
  }
  .frame-box .content-inner, .frame-box .content-inner-1 {
    padding-top: 60px
  }
  .portfolio-style1 .portfolio-info p {
    font-size: 14px;
    line-height: 24px
  }
  .portfolio-style1 .portfolio-info {
    padding: 30px 250px 30px 30px
  }
  .site-footer.footer-full .p-tb60 {
    padding-bottom: 30px
  }
  .footer-box .title, .header-box .title {
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    line-height: 40px
  }
}
@media only screen and (max-width:767px) {
  .site-footer.style2 .widget {
    margin-bottom: 30px
  }
  .site-footer.style2 .footer-top {
    padding: 40px 0 0
  }
  .site-footer.style2 .widget.widget_about {
    margin-bottom: 40px
  }
  .site-footer.style2 .widget .subscribe-form {
    margin-top: 15px
  }
  .testimonial-11 .testimonial-pic {
    width: 100px;
    min-width: 100px;
    margin-right: 15px
  }
  .testimonial-11 .testimonial-text p, .testimonial-11.testimonial-box .testimonial-text p, .testimonial-15 .testimonial-text p {
    line-height: 26px;
    font-size: 14px
  }
  .testimonial-11 {
    padding: 0 50px 10px
  }
  .testimonial-11 .testimonial-name {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0
  }
  .testimonial-11.testimonial-box .quote-left:before, .testimonial-11.testimonial-box .quote-right:after {
    font-size: 30px
  }
  .testimonial-11.testimonial-box .quote-left:before {
    left: 0
  }
  .testimonial-11.testimonial-box .quote-right:after {
    right: 0
  }
  .testimonial-11.testimonial-box .testimonial-detail {
    padding: 45px 10px 0 0
  }
  .testimonial-11.testimonial-box {
    padding: 20px;
    margin: 15px 25px
  }
  .owl-btn-2.owl-btn-md .owl-nav .owl-next, .owl-btn-2.owl-btn-md .owl-nav .owl-prev {
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 20px
  }
  .testimonial-box-carousel .owl-nav .owl-next {
    right: -10px
  }
  .testimonial-box-carousel .owl-nav .owl-prev {
    left: -10px
  }
  .testimonial-12 .testimonial-detail {
    padding: 70px 30px 30px;
    text-align: center
  }
  .testimonial-12 {
    display: block
  }
  .testimonial-12 .testimonial-pic {
    width: 100px;
    min-width: 100px;
    height: 100px;
    margin: 0 auto -50px;
    display: block
  }
  .dlab-team7 .dlab-title {
    line-height: 24px;
    font-size: 18px
  }
  .dlab-team4 {
    padding: 0 10px
  }
  .frame-box .content-inner, .frame-box .content-inner-1 {
    padding-top: 30px
  }
  .frame-box .testimonial-text p {
    font-size: 18px;
    line-height: 30px
  }
  .frame-box .service-list {
    margin-bottom: 0
  }
  .box-header .extra-nav .site-button {
    height: 50px
  }
  .banner-form .bootstrap-select.btn-group .dropdown-toggle .caret {
    top: 19px
  }
  .cargo-banner .title {
    font-size: 36px;
    line-height: 46px
  }
  .portfolio-style1 .portfolio-info {
    padding: 30px
  }
  .call-action.style2 i.call-icon {
    font-size: 70px;
    margin-bottom: 20px
  }
  .call-action.style2 h2.title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px
  }
  .call-action.style2 h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px
  }
  .contact-action {
    padding: 50px 0 20px
  }
  .contact-action.style2 {
    padding-bottom: 50px
  }
  .footer-box .title, .header-box .title {
    margin-top: 20px
  }
}
@media only screen and (max-width:591px) {
  .site-footer.style2 .recent-posts-entry .post-title {
    line-height: 28px;
    font-size: 16px
  }
  .site-footer.style2 .recent-posts-entry .widget-post {
    padding-bottom: 15px;
    margin-bottom: 15px
  }
  .site-footer.style2 .widget .list-2 li {
    padding: 5px 5px 5px 20px;
    font-size: 14px
  }
  .site-footer.style2 .footer-logo {
    margin-bottom: 20px;
    width: 180px
  }
  .testimonial-num-count {
    padding: 0
  }
  .testimonial-14 .testimonial-detail {
    margin: 0 -30px
  }
  .testimonial-14 .testimonial-text {
    padding: 15px 15px 0
  }
  .dlab-team4 {
    padding: 0 30px
  }
  .service-box-2 .dlab-info {
    padding: 20px 10px 10px
  }
  .frame-box .footer-title {
    margin-bottom: 20px
  }
  .contact-action {
    padding: 30px 0 0
  }
  .testimonial-10 .testimonial-pic {
    position: relative
  }
  .testimonial-10 {
    padding-left: 0;
    text-align: center
  }
  .inquiry-form .form-group, .site-footer .widget .m-b30 {
    margin-bottom: 15px
  }
  .banner-form .bootstrap-select .dropdown-toggle, .banner-form .form-control, .banner-form .site-button {
    height: 45px;
    font-size: 15px
  }
  .banner-form .bootstrap-select.btn-group .dropdown-toggle .caret {
    top: 17px
  }
  .cargo-banner .title {
    font-size: 26px;
    line-height: 36px
  }
  .portfolio-style1 .portfolio-info {
    padding: 20px
  }
  .portfolio-style1 .portfolio-info .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px
  }
  .site-footer.footer-full .p-tb60 {
    padding-top: 50px;
    padding-bottom: 20px
  }
  .testimonial-11 {
    display: block;
    padding: 0 10px 10px;
    text-align: center
  }
  .testimonial-11-area .owl-nav {
    display: none
  }
  .contact-action.style2 {
    padding-bottom: 30px
  }
  .pricingtable-style2-area {
    margin-top: 0
  }
  .content-inner {
    padding-bottom: 0;
    padding-top: 30px
  }
  .inquiry-form .form-control {
    font-size: 14px
  }
  .counter-style-5 p {
    font-size: 12px
  }
  .counter-style-5 {
    padding: 30px 10px
  }
  .footer-box .title, .header-box .title {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 34px
  }
  .footer-box, .header-box {
    padding: 20px 20px 0
  }
}
.box-shad {
  border-bottom: 1px solid #ccc;
  box-shadow: 0 2px 3px -1px #ccc;
  margin: 25px 0
}
footer .social li {
  color: #fff;
  display: inline-block;
  list-style: none;
  margin: 0 1px 7px;
  padding: 5px 0
}
footer .social li a {
  color: #fff;
  display: inline-block;
  list-style: none;
  margin: 0 10px 7px;
  padding: 5px 0
}
footer h3 {
  color: #ccc;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 0 4px;
  padding: 5px 0 0 2px
}
.whatsapp {
  position: fixed;
  font-size: 100px;
  color: green;
  z-index: 999;
  bottom: 0;
  display: none
}
.wtsnew {
  background: green;
  display: block;
  font-size: 28px;
  margin-top: 38px
}

h2.heading-underline {
	font-size: 20px;
	margin: 0;
	padding: 0 0px 0px 20px;
}



    .use-Case {
	margin-top: 30px;
	padding: 2px 0px 12px 6px;
	background: linear-gradient(135deg, #005bb6, #07ceb2);
	color: #fff !important;
	border-radius: 8px;
	font-weight: 500;
	font-size: 18px;
	display: block;
}
.use-Case  h2 {color: #fff}
 