@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Poppins:300,500,600,700');
/*
  	Flaticon icon font: Flaticon
  	Creation date: 29/10/2017 06:57
  	*/
@font-face {
  font-family: "Flaticon";
  src: url("/templets/default/fonts/Flaticon.eot");
  src: url("/templets/default/fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("/templets/default/fonts/Flaticon.woff") format("woff"), url("/templets/default/fonts/Flaticon.ttf") format("truetype"), url("/templets/default/fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("/templets/default/fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}
.flaticon-charger-icon:before {
  content: "\f100";
}
.flaticon-paint-icon:before {
  content: "\f101";
}
.flaticon-tools-icon:before {
  content: "\f102";
}
.flaticon-light-icon:before {
  content: "\f103";
}
.flaticon-door-icon:before {
  content: "\f104";
}
.flaticon-strategy-icon:before {
  content: "\f105";
}
.flaticon-pipe-icon:before {
  content: "\f106";
}
.flaticon-paint-roller:before {
  content: "\f107";
}
.flaticon-chef-icon:before {
  content: "\f108";
}
.flaticon-sofa-icon:before {
  content: "\f109";
}
.flaticon-house-icon:before {
  content: "\f10a";
}
.flaticon-gear-icon:before {
  content: "\f10b";
}
.flaticon-paint-brush:before {
  content: "\f10c";
}
.flaticon-plus-icon:before {
  content: "\f10d";
}
/* -------------------------------- 

Primary style

-------------------------------- */
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  font-size: 62.5%;
}
a {
  text-decoration: none;
}
.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}
.cd-title h1 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .cd-title {
    line-height: 250px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-title {
    height: 200px;
    line-height: 300px;
  }
  .cd-title h1 {
    font-size: 3rem;
  }
}
.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
}
.cd-intro {
  margin: 4em auto;
}
@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}
.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}
/* -------------------------------- 

xrotate-1 

-------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}
.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}
#modal{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 100000;
        display: none;
}
#modal .box{
    width: 74%;
    padding: 5% 0 0;
    position: absolute;
    top: 30%;
    left: 13%;
    background: #faf6f5;
    text-align: center;
    border-radius:10px;
}
#modal .closed{
    width: 15%;
    position: absolute;
    bottom:-30%;
    left: 50%;
    transform: translateX(-50%);
}
@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/* -------------------------------- 

xtype 

-------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
  background-color: #26c7cc;
  bottom: auto;
  content: "";
  height: 90%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
  background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
  color: #0d0d0d;
}
.cd-headline.type b {
  visibility: hidden;
}
.cd-headline.type b.is-visible {
  visibility: visible;
}
.cd-headline.type i {
  font-style: normal;
  position: absolute;
  visibility: hidden;
}
.cd-headline.type i.in {
  color: #26C7CC;
  position: relative;
  visibility: visible;
}
@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

xrotate-2 

-------------------------------- */
.cd-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-2 i,
.cd-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-headline.rotate-2 b {
  opacity: 0;
}
.cd-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}
.is-visible .cd-headline.rotate-2 i {
  opacity: 1;
}
.cd-headline.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.4s forwards;
  -moz-animation: cd-rotate-2-in 0.4s forwards;
  animation: cd-rotate-2-in 0.4s forwards;
}
.cd-headline.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out 0.4s forwards;
  -moz-animation: cd-rotate-2-out 0.4s forwards;
  animation: cd-rotate-2-out 0.4s forwards;
}
.cd-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}
.no-csstransitions .cd-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}
.no-csstransitions .cd-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1;
}
@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}
@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
/* -------------------------------- 

xloading-bar 

-------------------------------- */
.cd-headline.loading-bar span {
  display: inline-block;
}
.cd-headline.loading-bar .cd-words-wrapper {
  /* overflow: hidden; */
  vertical-align: top;
}
.cd-headline.loading-bar .cd-words-wrapper::after {
  background: #02b2b5 none repeat scroll 0 0;
  bottom: -7px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease -0.1s;
  width: 0;
  z-index: 2;
}
.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s;
}
.cd-headline.loading-bar b {
  color: #02b2b5;
  opacity: 0;
  top: 0.2em;
  transition: opacity 0.3s ease 0s;
}
.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}
/* -------------------------------- 

xslide 

-------------------------------- */
.cd-headline.slide span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.slide b {
  opacity: 0;
  top: .2em;
}
.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}
.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* -------------------------------- 

xclip 

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  background-color: #26c7cc;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
}
.cd-headline.clip b {
  color: #26c7cc;
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}
/* -------------------------------- 

xzoom 

-------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.zoom b {
  opacity: 0;
}
.cd-headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}
.cd-headline.zoom b.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}
@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}
@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}
@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
/* -------------------------------- 

xrotate-3 

-------------------------------- */
.cd-headline.rotate-3 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-3 b {
  opacity: 0;
}
.cd-headline.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-visible .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cd-headline.rotate-3 i.in {
  -webkit-animation: cd-rotate-3-in 0.6s forwards;
  -moz-animation: cd-rotate-3-in 0.6s forwards;
  animation: cd-rotate-3-in 0.6s forwards;
}
.cd-headline.rotate-3 i.out {
  -webkit-animation: cd-rotate-3-out 0.6s forwards;
  -moz-animation: cd-rotate-3-out 0.6s forwards;
  animation: cd-rotate-3-out 0.6s forwards;
}
.no-csstransitions .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}
.no-csstransitions .cd-headline.rotate-3 .is-visible i {
  opacity: 1;
}
@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes cd-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg);
  }
  100% {
    -moz-transform: rotateY(0deg);
  }
}
@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@-moz-keyframes cd-rotate-3-out {
  0% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(-180deg);
  }
}
@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
/* -------------------------------- 

xscale 

-------------------------------- */
.cd-headline.scale b {
  opacity: 0;
}
.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.is-visible .cd-headline.scale i {
  opacity: 1;
}
.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}
.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}
.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}
.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1;
}
@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

xpush 

-------------------------------- */
.cd-headline.push b {
  opacity: 0;
}
.cd-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}
.cd-headline.push b.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}
@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
a.meanmenu-reveal {
  display: none;
}
.mean-container .mean-bar {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  float: left;
  min-height: 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 999999;
}
.mean-container a.meanmenu-reveal {
  border: 1px solid #000000;
  color: #454545;
  cursor: pointer;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1px;
  font-weight: 700;
  height: 21px;
  line-height: 22px;
  margin-top: 25px;
  padding: 5px 8px;
  position: absolute;
  left: 0;
  text-decoration: none;
  top: 0;
  width: 22px;
}
.mean-container a.meanmenu-reveal span {
  background: #444 none repeat scroll 0 0;
  display: block;
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-nav {
  background: #0c1923 none repeat scroll 0 0;
  float: left;
  margin-top: 75px;
  width: 100%;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
}
.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  border-color: currentcolor currentcolor rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.4);
  border-image: none;
  border-style: none none solid solid;
  border-width: medium medium 1px 1px;
  font-weight: 700;
  height: 32px;
  line-height: 32px;
  margin-top: 1px;
  padding: 6px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 26px;
  z-index: 2;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9);
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-remove {
  display: none !important;
}
.mean-nav > ul {
  height: 224px;
  overflow-y: scroll;
}
@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url('/templets/default/fonts/Pe-icon-7-stroke.eot?d7yf1v');
  src: url('/templets/default/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'), url('/templets/default/fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'), url('/templets/default/fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'), url('/templets/default/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="pe-7s-"],
[class*=" pe-7s-"] {
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pe-7s-album:before {
  content: "\e6aa";
}
.pe-7s-arc:before {
  content: "\e6ab";
}
.pe-7s-back-2:before {
  content: "\e6ac";
}
.pe-7s-bandaid:before {
  content: "\e6ad";
}
.pe-7s-car:before {
  content: "\e6ae";
}
.pe-7s-diamond:before {
  content: "\e6af";
}
.pe-7s-door-lock:before {
  content: "\e6b0";
}
.pe-7s-eyedropper:before {
  content: "\e6b1";
}
.pe-7s-female:before {
  content: "\e6b2";
}
.pe-7s-gym:before {
  content: "\e6b3";
}
.pe-7s-hammer:before {
  content: "\e6b4";
}
.pe-7s-headphones:before {
  content: "\e6b5";
}
.pe-7s-helm:before {
  content: "\e6b6";
}
.pe-7s-hourglass:before {
  content: "\e6b7";
}
.pe-7s-leaf:before {
  content: "\e6b8";
}
.pe-7s-magic-wand:before {
  content: "\e6b9";
}
.pe-7s-male:before {
  content: "\e6ba";
}
.pe-7s-map-2:before {
  content: "\e6bb";
}
.pe-7s-next-2:before {
  content: "\e6bc";
}
.pe-7s-paint-bucket:before {
  content: "\e6bd";
}
.pe-7s-pendrive:before {
  content: "\e6be";
}
.pe-7s-photo:before {
  content: "\e6bf";
}
.pe-7s-piggy:before {
  content: "\e6c0";
}
.pe-7s-plugin:before {
  content: "\e6c1";
}
.pe-7s-refresh-2:before {
  content: "\e6c2";
}
.pe-7s-rocket:before {
  content: "\e6c3";
}
.pe-7s-settings:before {
  content: "\e6c4";
}
.pe-7s-shield:before {
  content: "\e6c5";
}
.pe-7s-smile:before {
  content: "\e6c6";
}
.pe-7s-usb:before {
  content: "\e6c7";
}
.pe-7s-vector:before {
  content: "\e6c8";
}
.pe-7s-wine:before {
  content: "\e6c9";
}
.pe-7s-cloud-upload:before {
  content: "\e68a";
}
.pe-7s-cash:before {
  content: "\e68c";
}
.pe-7s-close:before {
  content: "\e680";
}
.pe-7s-bluetooth:before {
  content: "\e68d";
}
.pe-7s-cloud-download:before {
  content: "\e68b";
}
.pe-7s-way:before {
  content: "\e68e";
}
.pe-7s-close-circle:before {
  content: "\e681";
}
.pe-7s-id:before {
  content: "\e68f";
}
.pe-7s-angle-up:before {
  content: "\e682";
}
.pe-7s-wristwatch:before {
  content: "\e690";
}
.pe-7s-angle-up-circle:before {
  content: "\e683";
}
.pe-7s-world:before {
  content: "\e691";
}
.pe-7s-angle-right:before {
  content: "\e684";
}
.pe-7s-volume:before {
  content: "\e692";
}
.pe-7s-angle-right-circle:before {
  content: "\e685";
}
.pe-7s-users:before {
  content: "\e693";
}
.pe-7s-angle-left:before {
  content: "\e686";
}
.pe-7s-user-female:before {
  content: "\e694";
}
.pe-7s-angle-left-circle:before {
  content: "\e687";
}
.pe-7s-up-arrow:before {
  content: "\e695";
}
.pe-7s-angle-down:before {
  content: "\e688";
}
.pe-7s-switch:before {
  content: "\e696";
}
.pe-7s-angle-down-circle:before {
  content: "\e689";
}
.pe-7s-scissors:before {
  content: "\e697";
}
.pe-7s-wallet:before {
  content: "\e600";
}
.pe-7s-safe:before {
  content: "\e698";
}
.pe-7s-volume2:before {
  content: "\e601";
}
.pe-7s-volume1:before {
  content: "\e602";
}
.pe-7s-voicemail:before {
  content: "\e603";
}
.pe-7s-video:before {
  content: "\e604";
}
.pe-7s-user:before {
  content: "\e605";
}
.pe-7s-upload:before {
  content: "\e606";
}
.pe-7s-unlock:before {
  content: "\e607";
}
.pe-7s-umbrella:before {
  content: "\e608";
}
.pe-7s-trash:before {
  content: "\e609";
}
.pe-7s-tools:before {
  content: "\e60a";
}
.pe-7s-timer:before {
  content: "\e60b";
}
.pe-7s-ticket:before {
  content: "\e60c";
}
.pe-7s-target:before {
  content: "\e60d";
}
.pe-7s-sun:before {
  content: "\e60e";
}
.pe-7s-study:before {
  content: "\e60f";
}
.pe-7s-stopwatch:before {
  content: "\e610";
}
.pe-7s-star:before {
  content: "\e611";
}
.pe-7s-speaker:before {
  content: "\e612";
}
.pe-7s-signal:before {
  content: "\e613";
}
.pe-7s-shuffle:before {
  content: "\e614";
}
.pe-7s-shopbag:before {
  content: "\e615";
}
.pe-7s-share:before {
  content: "\e616";
}
.pe-7s-server:before {
  content: "\e617";
}
.pe-7s-search:before {
  content: "\e618";
}
.pe-7s-film:before {
  content: "\e6a5";
}
.pe-7s-science:before {
  content: "\e619";
}
.pe-7s-disk:before {
  content: "\e6a6";
}
.pe-7s-ribbon:before {
  content: "\e61a";
}
.pe-7s-repeat:before {
  content: "\e61b";
}
.pe-7s-refresh:before {
  content: "\e61c";
}
.pe-7s-add-user:before {
  content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
  content: "\e61d";
}
.pe-7s-paperclip:before {
  content: "\e69c";
}
.pe-7s-radio:before {
  content: "\e61e";
}
.pe-7s-note2:before {
  content: "\e69d";
}
.pe-7s-print:before {
  content: "\e61f";
}
.pe-7s-network:before {
  content: "\e69e";
}
.pe-7s-prev:before {
  content: "\e620";
}
.pe-7s-mute:before {
  content: "\e69f";
}
.pe-7s-power:before {
  content: "\e621";
}
.pe-7s-medal:before {
  content: "\e6a0";
}
.pe-7s-portfolio:before {
  content: "\e622";
}
.pe-7s-like2:before {
  content: "\e6a1";
}
.pe-7s-plus:before {
  content: "\e623";
}
.pe-7s-left-arrow:before {
  content: "\e6a2";
}
.pe-7s-play:before {
  content: "\e624";
}
.pe-7s-key:before {
  content: "\e6a3";
}
.pe-7s-plane:before {
  content: "\e625";
}
.pe-7s-joy:before {
  content: "\e6a4";
}
.pe-7s-photo-gallery:before {
  content: "\e626";
}
.pe-7s-pin:before {
  content: "\e69b";
}
.pe-7s-phone:before {
  content: "\e627";
}
.pe-7s-plug:before {
  content: "\e69a";
}
.pe-7s-pen:before {
  content: "\e628";
}
.pe-7s-right-arrow:before {
  content: "\e699";
}
.pe-7s-paper-plane:before {
  content: "\e629";
}
.pe-7s-delete-user:before {
  content: "\e6a7";
}
.pe-7s-paint:before {
  content: "\e62a";
}
.pe-7s-bottom-arrow:before {
  content: "\e6a8";
}
.pe-7s-notebook:before {
  content: "\e62b";
}
.pe-7s-note:before {
  content: "\e62c";
}
.pe-7s-next:before {
  content: "\e62d";
}
.pe-7s-news-paper:before {
  content: "\e62e";
}
.pe-7s-musiclist:before {
  content: "\e62f";
}
.pe-7s-music:before {
  content: "\e630";
}
.pe-7s-mouse:before {
  content: "\e631";
}
.pe-7s-more:before {
  content: "\e632";
}
.pe-7s-moon:before {
  content: "\e633";
}
.pe-7s-monitor:before {
  content: "\e634";
}
.pe-7s-micro:before {
  content: "\e635";
}
.pe-7s-menu:before {
  content: "\e636";
}
.pe-7s-map:before {
  content: "\e637";
}
.pe-7s-map-marker:before {
  content: "\e638";
}
.pe-7s-mail:before {
  content: "\e639";
}
.pe-7s-mail-open:before {
  content: "\e63a";
}
.pe-7s-mail-open-file:before {
  content: "\e63b";
}
.pe-7s-magnet:before {
  content: "\e63c";
}
.pe-7s-loop:before {
  content: "\e63d";
}
.pe-7s-look:before {
  content: "\e63e";
}
.pe-7s-lock:before {
  content: "\e63f";
}
.pe-7s-lintern:before {
  content: "\e640";
}
.pe-7s-link:before {
  content: "\e641";
}
.pe-7s-like:before {
  content: "\e642";
}
.pe-7s-light:before {
  content: "\e643";
}
.pe-7s-less:before {
  content: "\e644";
}
.pe-7s-keypad:before {
  content: "\e645";
}
.pe-7s-junk:before {
  content: "\e646";
}
.pe-7s-info:before {
  content: "\e647";
}
.pe-7s-home:before {
  content: "\e648";
}
.pe-7s-help2:before {
  content: "\e649";
}
.pe-7s-help1:before {
  content: "\e64a";
}
.pe-7s-graph3:before {
  content: "\e64b";
}
.pe-7s-graph2:before {
  content: "\e64c";
}
.pe-7s-graph1:before {
  content: "\e64d";
}
.pe-7s-graph:before {
  content: "\e64e";
}
.pe-7s-global:before {
  content: "\e64f";
}
.pe-7s-gleam:before {
  content: "\e650";
}
.pe-7s-glasses:before {
  content: "\e651";
}
.pe-7s-gift:before {
  content: "\e652";
}
.pe-7s-folder:before {
  content: "\e653";
}
.pe-7s-flag:before {
  content: "\e654";
}
.pe-7s-filter:before {
  content: "\e655";
}
.pe-7s-file:before {
  content: "\e656";
}
.pe-7s-expand1:before {
  content: "\e657";
}
.pe-7s-exapnd2:before {
  content: "\e658";
}
.pe-7s-edit:before {
  content: "\e659";
}
.pe-7s-drop:before {
  content: "\e65a";
}
.pe-7s-drawer:before {
  content: "\e65b";
}
.pe-7s-download:before {
  content: "\e65c";
}
.pe-7s-display2:before {
  content: "\e65d";
}
.pe-7s-display1:before {
  content: "\e65e";
}
.pe-7s-diskette:before {
  content: "\e65f";
}
.pe-7s-date:before {
  content: "\e660";
}
.pe-7s-cup:before {
  content: "\e661";
}
.pe-7s-culture:before {
  content: "\e662";
}
.pe-7s-crop:before {
  content: "\e663";
}
.pe-7s-credit:before {
  content: "\e664";
}
.pe-7s-copy-file:before {
  content: "\e665";
}
.pe-7s-config:before {
  content: "\e666";
}
.pe-7s-compass:before {
  content: "\e667";
}
.pe-7s-comment:before {
  content: "\e668";
}
.pe-7s-coffee:before {
  content: "\e669";
}
.pe-7s-cloud:before {
  content: "\e66a";
}
.pe-7s-clock:before {
  content: "\e66b";
}
.pe-7s-check:before {
  content: "\e66c";
}
.pe-7s-chat:before {
  content: "\e66d";
}
.pe-7s-cart:before {
  content: "\e66e";
}
.pe-7s-camera:before {
  content: "\e66f";
}
.pe-7s-call:before {
  content: "\e670";
}
.pe-7s-calculator:before {
  content: "\e671";
}
.pe-7s-browser:before {
  content: "\e672";
}
.pe-7s-box2:before {
  content: "\e673";
}
.pe-7s-box1:before {
  content: "\e674";
}
.pe-7s-bookmarks:before {
  content: "\e675";
}
.pe-7s-bicycle:before {
  content: "\e676";
}
.pe-7s-bell:before {
  content: "\e677";
}
.pe-7s-battery:before {
  content: "\e678";
}
.pe-7s-ball:before {
  content: "\e679";
}
.pe-7s-back:before {
  content: "\e67a";
}
.pe-7s-attention:before {
  content: "\e67b";
}
.pe-7s-anchor:before {
  content: "\e67c";
}
.pe-7s-albums:before {
  content: "\e67d";
}
.pe-7s-alarm:before {
  content: "\e67e";
}
.pe-7s-airplay:before {
  content: "\e67f";
}
/*
Template:  Hamed - multipurpose html template
Author: 
Version: 1
Design and Developed by: HasTech
NOTE: This is main style sheet of template, 
This file contains the styling for the actual Template. 
Please do not change anything here! write in a custom.css file if required!

*/
/*================================================
[  Table of contents  ]
================================================
01. General
02. Page section margin padding 
03. Section title 1
04. Section title 2
05. button
06. button small
07. share button
08. Text color
09. Input
10. Extra class
11. Tool tip
12. loading
13. Box Layout
14. Back to top
15. Basic margin padding
======================================
[ End table content ]
======================================*/
/*************************
    General
*************************/
/* google-font */
@font-face {
  font-family: 'TeXGyreAdventor';
  src: url('/templets/default/fonts/TeXGyreAdventor-Bold.eot');
  src: url('/templets/default/fonts/TeXGyreAdventor-Bold.eot?#iefix') format('embedded-opentype'), url('/templets/default/fonts/TeXGyreAdventor-Bold.woff2') format('woff2'), url('/templets/default/fonts/TeXGyreAdventor-Bold.woff') format('woff'), url('/templets/default/fonts/TeXGyreAdventor-Bold.svg#TeXGyreAdventor-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0-10FFFF;
}
body {
  color: #444444;
  font-family: 'Poppins', 'å¾®è½¯é›…é»‘', 'åŽæ–‡ç»†é»‘', sans-serif, arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:focus {
  color: inherit;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.aligncenter {
  display: block;
  margin: 0 auto 15px;
}
button,
input {
  outline: medium none;
  color: #686868;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', 'å¾®è½¯é›…é»‘', 'åŽæ–‡ç»†é»‘', sans-serif, arial, sans-serif;
  margin: 0 0 15px;
  color: #444;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
p {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #444444;
  margin-bottom: 15px;
}
hr {
  margin: 60px 0;
  padding: 0px;
  border-bottom: 1px solid #eceff8;
  border-top: 0px;
}
hr.style-2 {
  border-bottom: 1px dashed #f10;
}
hr.mp-0 {
  margin: 0;
  border-bottom: 1px solid #eceff8;
}
hr.mtb-40 {
  margin: 40px 0;
  border-bottom: 1px solid #eceff8;
  border-top: 0px;
}
label {
  font-size: 15px;
  font-weight: 400;
  color: #626262;
}
*::-moz-selection {
  background: #4fc1f0;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #4fc1f0;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #4fc1f0;
  color: #fff;
  text-shadow: none;
}
.mark,
mark {
  background: #4fc1f0 none repeat scroll 0 0;
  color: #ffffff;
}
span.tooltip-content {
  color: #00a9da;
  cursor: help;
  font-weight: 600;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.fix {
  overflow: hidden;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/***************************
    transtion
****************************/
a.button::after,
a.button-small::after {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.share ul,
.share:hover ul {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a.button-border span,
a.button-border-white span,
input,
select,
.text-blue {
  color: #4FC1F0;
}
.text-white {
  color: #fff ;
}
.text-black {
  color: #363636;
}
.text-theme {
  color: #f10;
}
.text-theme {
  color: #4a90e2;
}
.text-white h1,
.text-white p,
.text-white h2 {
  color: #fff;
}
/*************************
  Basic margin padding
*************************/
.m-0 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.p-0 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.p-t {
  padding-left: 0;
}
.p-r {
  padding-right: 0;
}
/*colored background*/
.white-bg {
  background: #FFFFFF !important;
}
.gray-bg {
  background: #f6f6f6 !important;
}
.gray-bg-1 {
  background: #e9e9e9 !important;
}
.blue-bg {
  background: #1d2736 !important;
}
.blue-bg-1 {
  background: #8D2BE2 !important;
}
.green-bg {
  background: #00FF00 !important;
}
.black-bg {
  background: #1a1a1a !important;
}
.black-bg-1 {
  background: #111111 !important;
}
.black-bg-2 {
  background: #000 !important;
}
.default-bg {
  background: #50C1F0 !important;
}
.transparent-bg {
  background: transparent !important;
}
.maroon-bg {
  background: #811D15 !important;
}
/*************************
         Margin top
*************************/
.mt-0 {
  margin-top: 0;
}
.mt-10 {
  margin-top: 10px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-150 {
  margin-top: 150px;
}
/*************************
      Margin right
*************************/
.mr-0 {
  margin-right: 0px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-100 {
  margin-right: 100px;
}
.mr-110 {
  margin-right: 110px;
}
.mr-120 {
  margin-right: 120px;
}
.mr-130 {
  margin-right: 130px;
}
.mr-140 {
  margin-right: 140px;
}
.mr-150 {
  margin-right: 150px;
}
/*************************
      Margin bottom
*************************/
.mb-0 {
  margin-bottom: 0;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mb-140 {
  margin-bottom: 140px;
}
.mb-150 {
  margin-bottom: 150px;
}
/*************************
        Margin left
*************************/
.ml-0 {
  margin-left: 0;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-100 {
  margin-left: 100px;
}
.ml-110 {
  margin-left: 110px;
}
.ml-120 {
  margin-left: 120px;
}
.ml-130 {
  margin-left: 130px;
}
.ml-140 {
  margin-left: 140px;
}
.ml-150 {
  margin-left: 150px;
}
/*************************
        Padding top
*************************/
.pt-0 {
  padding-top: 0;
}
.pt- {
  padding-top: 10px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-110 {
  padding-top: 110px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-130 {
  padding-top: 130px;
}
.pt-140 {
  padding-top: 140px;
}
.pt-150 {
  padding-top: 150px;
}
.pt-320 {
  padding-top: 320px;
}
/*************************
        Padding right
*************************/
.pr-0 {
  padding-right: 0;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-70 {
  padding-right: 70px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-100 {
  padding-right: 100px;
}
.pr-110 {
  padding-right: 110px;
}
.pr-120 {
  padding-right: 120px;
}
.pr-130 {
  padding-right: 130px;
}
.pr-140 {
  padding-right: 140px;
}
/*************************
        Padding bottom
*************************/
.pb-0 {
  padding-bottom: 0;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-65 {
  padding-bottom: 65px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-85 {
  padding-bottom: 85px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-130 {
  padding-bottom: 130px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pb-210 {
  padding-bottom: 210px;
}
.pb-200 {
  padding-bottom: 200px;
}
.pb-250 {
  padding-bottom: 250px;
}
/*************************
        Padding left
*************************/
.pl-0 {
  padding-left: 0;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-100 {
  padding-left: 100px;
}
.pl-110 {
  padding-left: 110px;
}
.pl-120 {
  padding-left: 120px;
}
.pl-130 {
  padding-left: 130px;
}
.pl-140 {
  padding-left: 140px;
}
.pl-150 {
  padding-left: 150px;
}
/***************************
    Page section padding 
****************************/
.ptb-0 {
  padding: 0;
}
.ptb-10 {
  padding: 10px 0;
}
.ptb-20 {
  padding: 20px 0;
}
.ptb-30 {
  padding: 30px 0;
}
.ptb-40 {
  padding: 40px 0;
}
.ptb-50 {
  padding: 50px 0;
}
.ptb-55 {
  padding: 55px 0;
}
.ptb-60 {
  padding: 60px 0;
}
.ptb-70 {
  padding: 70px 0;
}
.ptb-80 {
  padding: 80px 0;
}
.ptb-90 {
  padding: 90px 0;
}
.ptb-100 {
  padding: 100px 0;
}
.ptb-110 {
  padding: 110px 0;
}
.ptb-120 {
  padding: 120px 0;
}
.ptb-130 {
  padding: 130px 0;
}
.ptb-140 {
  padding: 140px 0;
}
.ptb-150 {
  padding: 150px 0;
}
.ptb-160 {
  padding: 160px 0;
}
.ptb-170 {
  padding: 170px 0;
}
.ptb-180 {
  padding: 180px 0;
}
.ptb-190 {
  padding: 190px 0;
}
.ptb-200 {
  padding: 200px 0;
}
.ptb-210 {
  padding: 210px 0;
}
.ptb-220 {
  padding: 220px 0;
}
.ptb-250 {
  padding: 250px 0;
}
.ptb-280 {
  padding: 280px 0;
}
/***************************
    Page section margin 
****************************/
.mtb-0 {
  margin: 0;
}
.mtb-10 {
  margin: 10px 0;
}
.mtb-15 {
  margin: 15px 0;
}
.mtb-20 {
  margin: 20px 0;
}
.mtb-30 {
  margin: 30px 0;
}
.mtb-40 {
  margin: 40px 0;
}
.mtb-50 {
  margin: 50px 0;
}
.mtb-60 {
  margin: 60px 0;
}
.mtb-70 {
  margin: 70px 0;
}
.mtb-80 {
  margin: 80px 0;
}
.mtb-90 {
  margin: 90px 0;
}
.mtb-100 {
  margin: 100px 0;
}
.mtb-110 {
  margin: 110px 0;
}
.mtb-120 {
  margin: 120px 0;
}
.mtb-130 {
  margin: 130px 0;
}
.mtb-140 {
  margin: 140px 0;
}
.mtb-150 {
  margin: 150px 0;
}
/*************************
        Extra class
*************************/
/*Custom cloumn*/
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.bg-opacity {
  position: relative;
}
.bg-opacity::before {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
}
.bg-opacity-1 {
  position: relative;
}
.bg-opacity-1::before {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
}
.bg-opacity-2 {
  position: relative;
}
.bg-opacity-2::before {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: .8;
}
/*-----------------------------------------------------------------------------------

    Template Name: Hmend - Home Maintenance, Repair Service HTML Template
    Description: This is html5 template
    Author: HasTech
    Version: 1.0

-----------------------------------------------------------------------------------
    CSS INDEX
	===================
	1.	header-top-area
	2.  slider-area
	3.	home-service-area
	4.	our-service-area
	5.	testimonial-area
	6.	counter-area
	7.	recent-work-area
	8.	blog-area
	9.	footer
	10.	what-we-do
	11. portfolio-area
	12. team-area
	13.	contact-area
	14.	breadcrumb-banner-area
	15.	about-area
	16.	action-area
	17.	blog-details
	18.	brand-area
	19.	project-details-area
	20.	pricing-area
	21.	map
-----------------------------------------------------------------------------------*/
/* header-top-area */
.header-menu .scroll-header .main-menu.transparent-menu ul li a {
  color: #000;
}
.scroll-header {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.header-logo {
  position: relative;
  z-index: 1;
  color: #02b2b5;
}
.header-logo  span.bg-logo{
  display: inline-block;
    width: 200px;
    height: 51px;
    top: 0px;
    left: 0px;
    position: absolute;
    background-size: 100%;
}
.site-branding {
  padding: 35px 20px 35px 15px;
  position: relative;
}
.site-branding::before {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: -780px;
  position: absolute;
  top: 0;
  width: 1000px;
}
.site-branding::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
  border-style: solid;
  border-width: 56px 0 55px 30px;
  content: "";
  height: 0;
  position: absolute;
  right: 50px;
  top: 0;
  width: 0;
}
.header-left {
  margin-top: 35px;
  overflow: hidden;
}
.header-text {
  float: left;
  margin-right: 60px;
  overflow: hidden;
}
.header-text:last-child {
  margin: 0;
}
.header-icon {
  float: left;
  margin-right: 10px;
  position: relative;
}
.header-icon::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 30px;
  position: absolute;
  right: -10px;
  top: 6px;
  width: 1px;
}
.header-icon i {
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  margin-top: 6px;
}
.header-info {
  margin-left: 48px;
}
.phone {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.gmail {
  color: #bababa;
  font-size: 14px;
  font-weight: 300;
}
.header-left-icon {
  margin-top: 39px;
  text-align: right;
}
.header-left-icon a {
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 30px;
}
.header-left-icon a:last-child {
  margin-right: 0;
}
.header-left-icon a:hover {
  background: #fff;
  color: #02b2b5;
}
.headers-left {
  padding-top: 15px;
}
.headers-left-text {
  float: left;
  margin-right: 20px;
}
.headers-left-text:last-child {
  margin-right: 0;
}
.headers-left-icon {
  float: left;
  margin-right: 10px;
}
.headers-left-icon i {
  color: #d9d9d9;
  font-size: 16px;
}
.headers-left-text > p {
  font-size: 14px;
  margin-bottom: 0;
  color: #d9d9d9;
}
.header-rights {
  float: right;
}
.header-rights i {
  color: #ffffff;
  font-size: 17px;
  margin-right: 8px;
}
.header-rights a {
  background: #02b2b5 none repeat scroll 0 0;
  color: #ffffff;
  font-family: 'Poppins', 'å¾®è½¯é›…é»‘', 'åŽæ–‡ç»†é»‘', sans-serif, arial, sans-serif;
  font-size: 14px;
  padding: 19px 22px;
  text-transform: uppercase;
  display: inline-block;
}
.header-menu {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 999;
}
/* main-menu-area-start */
.main-menu ul li {
  display: inline-block;
  position: relative;
}
.main-menu ul li > a {
  color: #666666;
  display: block;
  font-family: 'Poppins', 'å¾®è½¯é›…é»‘', 'åŽæ–‡ç»†é»‘', sans-serif, arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  padding: 30px 20px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.main-menu ul li:last-child a {
  padding-right: 0;
}
.main-menu ul li:first-child a {
  padding-left: 0;
}
.main-menu ul li:hover > a,
.main-menu ul li.active > a {
  color: #02b2b5;
}
.make-appointment {
  text-align: right;
  padding: 30px 0;
}
.make-appointment a {
  color: #02b2b5;
  font-size: 14px;
  font-weight: 400;
  margin-left: 9px;
  text-transform: uppercase;
}
.menu-style-1 .main-menu ul li > a {
  color: #424242;
  font-size: 14px;
  padding: 47px 18px;
  text-transform: uppercase;
}
.menu-style-1 .main-menu ul li:hover > a,
.main-menu ul li.active > a {
  color: #02b2b5;
}
.main-menu.transparent-menu ul li > a {
  color: #ffffff;
  position: relative;
}
.main-menu.transparent-menu ul li.active > a {
  color: #02b2b5;
}
.header-menu-icon {
  margin-top: 43px;
  text-align: right;
}
.header-menu-icon a {
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  margin: 0 8px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 30px;
  color: #424242;
}
.header-menu-icon a:last-child {
  margin-right: 0;
}
.header-menu-icon a:hover {
  background: #02b2b5;
  color: #fff;
}
.logo {
  margin-top: 39px;
}
.menu-icon a {
  color: #fff;
}
.header-menu .scroll-header .menu-icon a {
  color: #000;
}
/* sub-menu */
.main-menu ul li .sub-menu {
  background: #ffffff none repeat scroll 0 0;
  border-top: 3px solid #02b2b5;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 120%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 300px;
  z-index: 9;
}
.main-menu ul li:hover .sub-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.main-menu ul li .sub-menu li {
  display: block;
}
.main-menu ul li .sub-menu li a {
  color: #666666;
  font-family: 'Poppins', 'å¾®è½¯é›…é»‘', 'åŽæ–‡ç»†é»‘', sans-serif, arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 13px 20px;
  text-transform: capitalize;
}
.main-menu ul li:hover > .sub-menu li > a:hover {
  color: #fff;
  background: #02b2b5;
}
/* slider-area */
.slider-wrapper {
  background-position: center center;
  background-size: cover;
}
.slider-text h2 {
  color: #3f3f3f;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 70px;
}
.slider-text span {
  color: #02b2b5;
  text-decoration: underline;
}
.slider-info p {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 30px;
}
.slider-text > a {
  background: #02b2b5 none repeat scroll 0 0;
  border-radius: 7px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-top: 24px;
  padding: 17px 24px;
  text-transform: uppercase;
  transition: .3s;
}
.slider-text > a:hover {
  background: #3f3f3f;
}
.slider-active .owl-nav div {
  background: #02b2b5;
  color: #ffffff;
  display: inline-block;
  font-size: 30px;
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 60px;
}
.slider-active .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.slider-active:hover .owl-nav div {
  left: 20px;
  opacity: 1;
}
.slider-active:hover .owl-nav div.owl-next {
  left: auto;
  right: 20px;
}
.slider-content {
  width: 685px;
}
.slider-content h2 {
  color: #ffffff;
  font-size: 69px;
  font-weight: 900;
  line-height: 69px;
  margin-bottom: 40px;
}
.slider-content p {
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 0;
}
.slider-content a {
  border: 2px solid #ffffff;
  border-radius: 25px;
  color: #ffffff;
  display: inline-block;
  font-family: 'Poppins', 'å¾®è½¯é›…é»‘', 'åŽæ–‡ç»†é»‘', sans-serif, arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-top: 43px;
  padding: 20px 40px;
  transition: all 0.3s ease 0s;
}
.slider-content a:hover {
  background: #02b2b5;
  border-color: #02b2b5;
}
.vh {
  height: 100vh;
}
.d-flex {
  display: flex;
  align-items: center;
}
/* slider animation */
.slider-text-animation h2,
.slider-text-animation .inner-content p,
.slider-text-animation .slider-info,
.slider-text-animation a {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOutDown;
}
.active .slider-text-animation h2,
.active .slider-text-animation .inner-content p,
.active .slider-text-animation .slider-info,
.active .slider-text-animation a {
  animation-name: fadeInUp;
}
.slider-text-animation h2 {
  animation-delay: 0.5s;
}
.slider-text-animation .slider-info,
.slider-text-animation .inner-content p {
  animation-delay: 1s;
}
.slider-text-animation a {
  animation-delay: 1.5s;
}
/* home-service-area */
.home-service-area {
  overflow: hidden;
}
.home-service-wrapper {
  background-position: center center;
  background-size: cover;
}
.home-content {
  background: #02b2b5 none repeat scroll 0 0;
  margin: auto;
  padding: 62px 40px;
  width: 420px;
}
.home-content h3 {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 0;
  padding-bottom: 21px;
}
.content {
  margin-top: 27px;
}
.content h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}
.content p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 11px;
}
.home-area-right {
  padding: 112px 207px 93px 70px;
}
.home-section > h3 {
  color: #363636;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 34px;
  padding-right: 129px;
}
.homes-info p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #3a3a3a;
  margin-bottom: 0;
}
.homes-info {
  margin-bottom: 28px;
  padding-right: 47px;
}
.home-text {
  position: relative;
}
.home-text > p {
  color: #3a3a3a;
  font-family: 'Poppins', 'å¾®è½¯é›…é»‘', 'åŽæ–‡ç»†é»‘', sans-serif, arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 10px;
  position: relative;
}
.home-text p::before {
  background: #02b2b5 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 2px;
  width: 2px;
}
/* our-service-area */
.section-title {
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 8px;
}
.section-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #363636;
  margin-bottom: 0;
}
.section-title h4 {
  color: #02b2b5;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.service-wrapper {
  box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
}
.service-img > a > img {
  width: 100%;
}
.service-icon-img {
  background: #5f5f5f none repeat scroll 0 0;
  border-radius: 100%;
  height: 60px;
  line-height: 57px;
  margin: auto auto 16px;
  overflow: hidden;
  text-align: center;
  width: 60px;
  transition: .3s;
}
.service-icon-img i {
  font-size: 35px;
  color: #fff;
}
.service-wrapper:hover .service-icon-img {
  background: #02b2b5;
}
.service-text {
  margin-top: -33px;
  padding: 0 30px;
  position: relative;
}
.service-text h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
  transition: .3s;
}
.service-text h2 a {
  color: #303030;
  transition: .3s;
}
.service-text h2 a:hover {
  color: #02b2b5;
}
.service-text p {
  font-size: 14px;
  color: #3a3a3a;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
  transition: .3s;
}
.service-text > a {
  color: #5f5f5f;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 40px;
  margin-top: 20px;
  padding-bottom: 5px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  position: relative;
}
.service-text > a::after {
  background: #666666 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  transition: all 0.5s ease 0s;
}
.service-text > a::after {
  width: 0;
  background: #ff0000;
}
.service-text > a:hover:after {
  width: 100%;
}
.service-text > a:hover {
  color: #02b2b5;
  border-color: #02b2b5;
}
.service-content {
  padding: 40px 30px;
}
.service-content h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: .3s;
}
.service-content h2 a {
  color: #1d2736;
  transition: .3s;
}
.service-content h2 a:hover {
  color: #02b2b5;
}
.service-content p {
  color: #5c5c5c;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
}
.service-content > a {
  color: #3f3f3f;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.service-content a:hover {
  color: #02b2b5;
}
/* testimonial-area */
.testimonial-area {
  margin-top: -136px;
}
.testimonial-img {
  margin-bottom: -74px;
}
.testimonial-img.text-center > img {
  border: 2px solid #848484;
  border-radius: 100%;
  height: 100px;
  width: 100px;
  transition: .3s;
}
.testimonial-wrapper:hover .testimonial-img > img {
  border-color: #02b2b5;
}
.testimonial-text {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5%;
  box-shadow: 0 8px 21px 0 rgba(0, 0, 0, 0.1);
  margin-top: 21px;
  padding-top: 70px;
}
.testimonial-text.text-center > p {
  color: #5b5b5b;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  padding: 0 20px;
}
.testimonial-text span {
  color: #5b5b5b;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 35px;
  margin-top: 15px;
}
.testimonial-active.owl-carousel .owl-item img {
  display: inline-block;
}
.testimonial-active .owl-dots {
  left: 0;
  line-height: 0;
  margin-top: 30px;
  right: 0;
  text-align: center;
  z-index: 99;
}
.testimonial-active button.owl-dot {
  background: #e3e3e3;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  width: 12px;
}
.testimonial-active .owl-dot.active {
  background: #02b2b5;
}
/* counter-area */
.counter-img {
  float: left;
  margin-right: 13px;
}
.counter-img img {
  height: 42px;
  width: 42px;
}
.counter-text {
  overflow: hidden;
}
.counter-text h2 {
  color: #363636;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 6px;
  margin-top: 5px;
}
.customers {
  color: #363636;
  font-family: 'Poppins', 'å¾®è½¯é›…é»‘', 'åŽæ–‡ç»†é»‘', sans-serif, arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
}
/* recent-work-area */
.work-img {
  position: relative;
}
.work-img a {
  position: relative;
  display: block;
}
.work-img > a::before {
  background: #4a4b4c none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: .3s;
  transform: scale(0);
}
.work-wrapper:hover .work-img a::before {
  opacity: 0.8;
  transform: scale(1);
}
.work-img img {
  width: 100%;
}
.work-text {
  bottom: 0;
  padding-bottom: 20px;
  position: absolute;
  transition: .3s;
  opacity: 0;
  right: 15px;
}
.work-wrapper:hover .work-text {
  margin-left: 20px;
  opacity: 1;
}
.work-text h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
}
.work-text h3 a {
  color: #ffffff;
  transition: .3s;
}
.work-text h3 a:hover {
  color: #02b2b5;
}
.work-text span {
  color: #ffffff;
  font-family: 'Poppins', 'å¾®è½¯é›…é»‘', 'åŽæ–‡ç»†é»‘', sans-serif, arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.works-active .owl-nav button {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ff8c58;
  border-radius: 100%;
  color: #ff8c58;
  display: inline-block;
  font-size: 36px;
  height: 48px;
  left: 0;
  line-height: 48px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 48px;
}
.works-active .owl-nav button.owl-next {
  left: auto;
  right: 0;
}
.works-active:hover .owl-nav button {
  opacity: 1;
}
.works-active:hover .owl-nav button:hover {
  background: #02b2b5;
  color: #fff;
  border: #fff;
}
.works-active:hover .owl-nav button.owl-next {
  left: auto;
}
/* blog-area */
.blog-wrapper {
  box-shadow: 0 6px 12px 1.4px rgba(0, 0, 0, 0.1);
}
.blog-img img {
  width: 100%;
}
.blog-text {
  padding: 28px 28px 17px;
}
.blog-info {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.blog-info h3 {
  font-size: 18px;
  font-weight: 400;
}
.blog-info a {
  color: #363636;
  transition: all 0.3s ease 0s;
}
.blog-info a:hover {
  color: #02b2b5;
}
.blog-info p {
  color: #5b5b5b;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
.blog-date span {
  color: #525252;
  font-size: 12px;
  font-weight: 400;
  margin-right: 12px;
  text-transform: capitalize;
}
.blog-date span:last-child {
  margin-right: 0;
}
.blog-date span i {
  font-size: 13px;
  font-weight: 400;
  margin-right: 10px;
  color: #5f5f5f;
  transition: .3s;
}
.blog-contents {
  padding: 30px;
  overflow: hidden;
}
.blog-title {
  margin-bottom: 20px;
}
.blog-title h3 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 12px;
}
.blog-title a {
  color: #5f5f5f;
  transition: all 0.3s ease 0s;
}
.blog-title a:hover {
  color: #02b2b5;
}
.blog-title > p {
  color: #5b5b5b;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 0;
}
.comment {
  float: left;
}
.comments {
  float: right;
}
.blog-date span i:hover {
  color: #02b2b5;
}
/* footer */
.footer-top {
  background-size: cover;
  background-position: center center;
}
.footer-section {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer-top .footer-section {
  color: #d4d4d4;
}
.footer-text p {
  color: #5b5b5b;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
.footer-top .footer-text p {
  color: #d4d4d4;
}
.footer-menu li {
  margin-bottom: 14px;
}
.footer-menu li:last-child {
  margin-bottom: 0;
}
.footer-menu li a {
  color: #5b5b5b;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  transition: .3s;
}
.footer-top .footer-menu li a {
  color: #d4d4d4;
}
.footer-menu li a:hover {
  color: #02b2b5;
}
.footer-link li {
  color: #5b5b5b;
  /* display: flex; */
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 14px;
}
.footer-top .footer-link li {
  color: #d4d4d4;
  display: flex;
}
.footer-link li:last-child {
  margin-bottom: 0;
}
.footer-link li i {
  color: #02b2b5;
  width: 15px;
  line-height: 20px;
}
.footer-link span {
  margin-left: 16px;
}
.footer-top .footer-link li i {
  color: #d4d4d4;
}
/* footer-bottom-area */
.copyright p {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}
.footer-bottom .copyright p {
  color: #a6a5a5;
}
.copyright a {
  color: #fd6600;
}
.footer-bottom-1 .copyright a {
  color: #fff;
}
.footer-icon {
  float: right;
}
.footer-icon a {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  transition: .3s;
}
.footer-bottom .footer-icon a {
  color: #d4d4d4;
}
.footer-bottom-1 .footer-icon a {
  color: #999999;
}
.footer-icon a:last-child {
  margin-right: 0;
}
.footer-icon a:hover {
  color: #02b2b5;
}
.footer-bottom-1 .footer-icon a:hover {
  color: #fff;
}
/* what-we-do */
.offer-tab {
  margin-top: 36px;
}
.offer-tab li {
  border-bottom: 1px solid #929292;
}
.offer-tab li.active .offer-icon {
  background: #02b2b5 none repeat scroll 0 0;
}
.offer-tab li:last-child {
  border-bottom: none;
}
.offer-list {
  background: #1d2736 none repeat scroll 0 0;
  overflow: hidden;
}
.offer-tab li.active .offer-list {
  background: none;
  box-shadow: 0 0 13px 0.7px rgba(0, 0, 0, 0.1);
}
.offer-icon {
  float: left;
  /* height: 100px; */
  height: 86px;
  width: 100px;
  text-align: center;
  /* line-height: 100px; */
  line-height: 86px;
}
.offer-tab li.active .offer-icon i {
  color: #fff;
}
.offer-icon i {
  color: #929292;
  /* font-size: 44px; */
  font-size: 34px;
}
.offer-text {
  overflow: hidden;
  position: relative;
}
.offer-text::before {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 40px;
  position: absolute;
  top: 31px;
  width: 1px;
}
.offer-text > span {
  color: #d5d5d5;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-left: 30px;
  /* padding-bottom: 40px; */
  padding-bottom: 33px;
  padding-right: 0;
  padding-top: 33px;
  /* padding-top: 40px; */
  text-transform: uppercase;
}
.offer-tab li.active .offer-text > span {
  color: #02b2b5;
}
.offer-wrapper.ptb-100 {
  background-size: cover;
}
.offer-wrapper {
  background-position: right bottom;
  background-repeat: no-repeat;
  box-shadow: 0 0 13px 0.7px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.tab-menu > li {
  color: #303030;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 14px;
  position: relative;
  text-transform: capitalize;
}
.tab-menu > li:last-child {
  margin-bottom: 0;
}
.tab-menu > li::before {
  color: #02b2b5;
  content: "ïˆ";
  font-family: Material-Design-Iconic-Font;
  font-size: 16px;
  margin-right: 15px;
  display:none;
}
.offer-content {
  padding: 42px 62px 70px 35px;
}
.offer-content p {
  color: #3a3a3a;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 36px;
}
.offer-content > a {
  color: #02b2b5;
  display: inline-block;
  font-family: 'Poppins', 'å¾®è½¯é›…é»‘', 'åŽæ–‡ç»†é»‘', sans-serif, arial, sans-serif;
  font-size: 14px;
  margin-top: 35px;
  padding-bottom: 5px;
  text-transform: uppercase;
  position: relative;
  transition: .3s;
}
.offer-content > a::after {
  background: #666666 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  transition: all 0.5s ease 0s;
}
.offer-content > a::after {
  width: 0;
  background: #ff0000;
}
.offer-content > a:hover:after {
  width: 100%;
}
.offer-content > a:hover {
  color: #02b2b5;
  border-color: #02b2b5;
}
/* portfolio-area */
.portfolio-area {
  overflow: hidden;
}
.section-info h2 {
  color: #1d2736;
  font-size: 36px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.section-info p {
  font-size: 16px;
  color: #3f3f3f;
  margin-bottom: 0;
  font-weight: 400;
}
.portfolio-menu button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  font-family: 'Poppins', 'å¾®è½¯é›…é»‘', 'åŽæ–‡ç»†é»‘', sans-serif, arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-right: 32px;
  padding: 0 0 6px;
  text-transform: uppercase;
  transition: .3s;
}
.portfolio-menu button:last-child {
  margin-right: 0;
}
.portfolio-menu button:hover {
  color: #02b2b5;
}
.portfolio-menu button.active {
  border-bottom: 2px solid #02b2b5;
  color: #02b2b5;
}
/* team-area */
.team-wrapper {
  overflow: hidden;
}
.team-img {
  position: relative;
}
.team-img a img {
  width: 100%;
}
.team-text {
  background: #02b2b5 none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  padding: 25px;
  position: absolute;
  right: 0;
  transition: .3s;
  opacity: 0;
  transform: translateY(100%);
}
.team-wrapper:hover .team-text {
  opacity: 1;
  transform: translateY(0px);
}
.team-text h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.team-text span {
  color: #ffffff;
  font-family: 'Poppins', 'å¾®è½¯é›…é»‘', 'åŽæ–‡ç»†é»‘', sans-serif, arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.team-icon {
  margin-top: 14px;
}
.team-icon > a {
  color: #ffffff;
  font-size: 14px;
  margin-right: 18px;
  transition: .3s;
}
.team-icon > a:last-child {
  margin-right: 0;
}
.team-icon > a:hover {
  color: #2a2a2a;
}
/* counter-2-area */
.counter-2-area {
  background-position: center;
  background-size: cover;
}
.counter-2-img {
  margin-bottom: 15px;
}
.counter-2-text h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 9px;
}
.counter-2-text span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
/* Our-Services-area */
.our-services-icon {
  background: #eff2f7 none repeat scroll 0 0;
  border: 10px solid #ffffff;
  border-radius: 100%;
  box-shadow: 0 0 0 2px #eff2f7;
  height: 112px;
  line-height: 93px;
  margin: auto auto 25px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 112px;
  font-size: 35px;
}
.our-services-wrapper:hover .our-services-icon {
  background: #02b2b5;
  box-shadow: 0 0 0 2px #02b2b5;
  color: #fff;
}
.our-services-text > h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 11px;
  padding-bottom: 18px;
  position: relative;
  text-transform: uppercase;
  transition: .3s;
}
.our-services-text > h3 a {
  color: #5f5f5f;
}
.our-services-text > h3 a:hover {
  color: #02b2b5;
}
.our-services-text > h3::before {
  background: #02b2b5 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 33px;
}
.our-services-text > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #5b5b5b;
  margin-bottom: 0;
}
/* contact-area */
.contact-area {
  background-position: center;
  background-size: cover;
}
.contact-2-area {
  background-size: cover;
}
#contact-1-form .contact-2-area {
  background-size: cover;
}
#contact-form input {
  color: #707070;
  font-size: 11px;
  font-weight: 400;
  height: 60px;
  margin-bottom: 30px;
  padding-left: 20px;
  text-transform: uppercase;
  width: 100%;
}
.contact-3 #contact-form input {
  background: #f9f9f9;
}
.contact-2-text {
  margin-bottom: 45px;
  margin-left: 15px;
}
.contact-2-text h2 {
  color: #363636;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.contact-2-text p {
  font-size: 14px;
  font-weight: 400;
  color: #363636;
  margin-bottom: 0;
}
.contact-wrapper-3 {
  box-shadow: 0 2px 32px 3px rgba(0, 0, 0, 0.1);
  padding: 48px 25px;
}
.contact-3-text {
  margin-left: 17px;
}
.contact-3-text h3 {
  color: #444444;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 35px;
}
.contact-2 #contact-form input {
  border: 1px solid #cdcdcd;
}
#contact-form textarea {
  color: #707070;
  padding: 20px;
  text-transform: uppercase;
  width: 100%;
  font-size: 11px;
  height: 150px;
}
.contact-2 #contact-form textarea {
  border: 1px solid #cdcdcd;
}
.contact-3 #contact-form textarea {
  background: #f9f9f9;
}
#contact-form > button {
  background: #02b2b5 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-family: 'Poppins', 'å¾®è½¯é›…é»‘', 'åŽæ–‡ç»†é»‘', sans-serif, arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-left: 15px;
  margin-top: 35px;
  padding: 17px 26px;
  text-transform: uppercase;
  transition: .3s;
}
#contact-form > button:hover {
  background: #222222;
}
.contact-left-wrapper {
  padding-left: 50px;
}
.contact-text h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 32px;
  text-transform: capitalize;
}
.contact-text p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 30px;
}
.contact-icon {
  margin-bottom: 18px;
}
.contact-icon i {
  font-size: 30px;
  color: #02b2b5;
}
.contact-icon-text h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}
.contact-icon-text p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
}
.contact-icon-text p:last-child {
  margin-bottom: 0;
}
.contact-3-right-wrapper {
  box-shadow: 0 2px 32px 3px rgba(0, 0, 0, 0.1);
  padding: 48px 25px 95px;
}
.contact-3-right-info {
  margin-bottom: 40px;
}
.contact-3-right-info h3 {
  color: #444444;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
.contact-3-right-info p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  color: #5b5b5b;
  line-height: 25px;
}
.contact-3-address {
  margin-bottom: 32px;
  overflow: hidden;
}
.contact-3-address:last-child {
  margin-bottom: 0;
}
.contact-3-icon {
  float: left;
  margin-right: 18px;
}
.contact-3-icon i {
  border: 1px solid #c9c9c9;
  color: #8b8b8b;
  font-size: 24px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 100%;
  transition: .3s;
}
.contact-3-icon i:hover {
  background: #02b2b5;
  border-color: #02b2b5;
  color: #fff;
}
.address-text span {
  display: block;
}
.location {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 7px;
  text-transform: capitalize;
}
.USA {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}
/* testimonial-3-area */
.testimonial-3-img > img {
  border-radius: 100%;
}
.testimonial-3-text p {
  color: #f5f5f5;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.testimonial-3-text span {
  color: #f5f5f5;
  font-size: 19px;
  font-weight: 400;
  text-transform: capitalize;
}
.testimonial-3-active.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
/* breadcrumb-banner-area */
.breadcrumb-text h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.breadcrumb-text p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.breadcrumb-menu {
  margin-top: 8px;
}
.breadcrumb-menu > li {
  display: inline-block;
}
.breadcrumb-menu > li::before {
  color: #cccccc;
  content: "-";
  padding: 0 5px;
}
.breadcrumb-menu > li:first-child::before {
  display: none;
}
.breadcrumb-menu a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
/* about-area */
.about-wrapper {
  margin-top: 150px;
}
.about-text h2 {
  color: #545454;
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
}
.about-text h2 span {
  color: #02b2b5;
}
.about-text h4 {
  color: #545454;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
}
.about-text p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  color: #3a3a3a;
  line-height: 24px;
}
.about-right-wrapper {
  background-position: right bottom;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-bottom: 160px;
  padding-top: 141px;
}
.about {
  margin-top: 50px;
}
.about-right-text {
  margin-bottom: 40px;
  overflow: hidden;
}
.about-right-text:last-child {
  margin-bottom: 0;
}
.about-right-img {
  float: left;
  margin-right: 30px;
}
.about-content {
  overflow: hidden;
}
.about-content h2 {
  color: #494949;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 10px;
  text-transform: capitalize;
}
/* action-area */
.action-area {
  background-size: cover;
  background-position: center center;
}
.action-text {
  width: 794px;
  margin: auto;
  text-align: center;
}
.action-text > h2 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  line-height: 71px;
}
.action-text a {
  background: #ffffff none repeat scroll 0 0;
  color: #02b2b5;
  display: inline-block;
  font-family: 'Poppins', 'å¾®è½¯é›…é»‘', 'åŽæ–‡ç»†é»‘', sans-serif, arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  margin-top: 12px;
  padding: 17px 35px;
  text-transform: uppercase;
  transition: .3s;
}
.action-text a:hover {
  background: #02b2b5;
  color: #fff;
}
/* brand-area */
.brand-active.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
/* project-details-area */
.project-details-active .owl-nav div {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ff8c58;
  border-radius: 100%;
  color: #ff8c58;
  display: inline-block;
  font-size: 36px;
  height: 50px;
  left: -15px;
  line-height: 50px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 50px;
}
.project-details-active .owl-nav div.owl-next {
  left: auto;
  right: -15px;
}
.project-details-active:hover .owl-nav div {
  opacity: 1;
}
.project-details-active:hover .owl-nav div:hover {
  background: #02b2b5;
  color: #fff;
  border: #fff;
}
.project-details-active:hover .owl-nav div.owl-next {
  left: auto;
}
.project-text h3 {
  color: #454545;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.project-text p {
  color: #5b5b5b;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 25px;
}
.project-text p:last-child {
  margin-bottom: 0;
}
.project-2-text {
  color: #454545;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.project-details-2-content p {
  color: #5b5b5b;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 22px;
}
.deatils-menu {
  display: inline-block;
}
.deatils-menu li {
  color: #5b5b5b;
  font-family: 'Poppins', 'å¾®è½¯é›…é»‘', 'åŽæ–‡ç»†é»‘', sans-serif, arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 14px;
}
.deatils-menu li:last-child {
  margin-bottom: 0;
}
.deatils-menu li span {
  color: #2f2f2f;
  font-size: 15px;
}
.deatils-menu li::before {
  color: #02b2b5;
  content: "ï‰©";
  font-family: Material-Design-Iconic-Font;
  font-size: 16px;
  margin-right: 18px;
}
.project-details-right-content > p {
  color: #5b5b5b;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 28px;
}
.project-details-right-content > p:last-child {
  margin-bottom: 0;
}
.project-details-2-wrapper.mb-30 > img {
  width: 100%;
}
/* pricing-area */
.pricing-wrapper {
  background: #232f39 none repeat scroll 0 0;
  border-radius: 23px;
  transition: .3s;
}
.pricing-wrapper:hover {
  background: #02b2b5;
}
.pricing-top {
  padding-top: 56px;
}
.pricing-top h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
.pricing-bottom {
  margin-top: 30px;
}
.pricing-bottom span {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Poppins', 'å¾®è½¯é›…é»‘', 'åŽæ–‡ç»†é»‘', sans-serif, arial, sans-serif;
}
.pricing-menu {
  padding: 38px;
}
.pricing-menu li {
  color: #ffffff;
  font-size: 16px;
  padding-bottom: 18px;
}
.pricing-menu li:last-child {
  padding-bottom: 0;
}
.pricing-btn {
  display: inline-block;
  margin-bottom: 60px;
}
.pricing-btn > a {
  background: #02b2b5 none repeat scroll 0 0;
  border-radius: 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 15px 30px;
  text-transform: uppercase;
  transition: .3s;
}
.pricing-wrapper:hover .pricing-btn > a {
  background: #fff;
  color: #02b2b5;
}
.project-details-img-wrapper > img {
  width: 100%;
}
/* map */
#map {
  height: 400px;
  width: 100%;
}
/* blog-area */
.blog-post {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
.blog-thumb img {
  width: 100%;
}
.blog-thumb a {
  position: relative;
  display: block;
}
.blog-icon {
  background: #000000 none repeat scroll 0 0;
  border-radius: 100%;
  color: #ffffff;
  font-size: 20px;
  height: 40px;
  left: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 40px;
  width: 40px;
}
.blog-quote a blockquote {
  border: 0 none;
  margin: 0;
  padding: 120px 78px 120px 160px;
  transition: all 0.3s ease-out 0s;
}
.blog-quote a blockquote p {
  color: #262626;
  font-size: 24px;
  line-height: 40px;
  font-style: italic;
}
.blog-quote {
  position: relative;
  background: #f4feff none repeat scroll 0 0;
}
.blog-quote::before {
  content: "ï„";
  display: block;
  font-family: "FontAwesome";
  font-size: 29px;
  left: 44px;
  margin-bottom: 15px;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 60px;
  color: #a8a8a8;
}
.blog-quote a blockquote footer {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.blog-content {
  padding: 35px 40px;
}
.blog-content p {
  color: #262626;
  line-height: 28px;
  margin-bottom: 0;
}
.post-title > a {
  color: #383838;
  transition: .3s;
}
.post-title > a:hover {
  color: #02b2b5;
}
.post-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.blog-meta {
  margin-bottom: 18px;
}
.blog-meta span {
  color: #666;
  font-size: 12px;
  font-weight: 500;
  margin-right: 17px;
  position: relative;
  text-transform: uppercase;
}
.blog-meta span::before {
  background: #cccccc none repeat scroll 0 0;
  content: "";
  height: 3px;
  left: -13px;
  position: absolute;
  top: 8px;
  width: 6px;
}
.blog-meta span:first-child::before {
  display: none;
}
.blog-meta a {
  color: #666;
}
.read-more {
  margin-top: 30px;
}
.read-more a {
  border: 1px solid #9f9f9f;
  color: #191919;
  display: inline-block;
  font-weight: 500;
  padding: 13px 40px;
  text-transform: uppercase;
  transition: .3s;
}
.read-more a:hover {
  background: #02b2b5 ;
  border-color: #02b2b5;
  color: #ffffff;
}
.blog-thumb-active .owl-nav div {
  background: #000000 none repeat scroll 0 0;
  color: #bcbcbc;
  display: inline-block;
  font-size: 30px;
  height: 40px;
  left: 0;
  line-height: 40px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 40px;
}
.blog-thumb-active .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.blog-thumb-active:hover .owl-nav div {
  opacity: 1;
}
.blog-thumb-active:hover .owl-nav div:hover {
  background: #02b2b5;
  color: #fff;
  border: #fff;
}
.blog-thumb-active:hover .owl-nav div.owl-next {
  left: auto;
}
.post-title span {
  background: #000000 none repeat scroll 0 0;
  border-radius: 100%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  left: 40px;
  line-height: 40px;
  margin-right: 17px;
  text-align: center;
  width: 40px;
}
.blog-widget-img > img {
  width: 100%;
}
.blog-widget-title {
  padding: 30px;
  background: #fafafa;
}
.blog-widget-title > p {
  color: #646464;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 21px;
}
.blog-widget-title h4 {
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.blog-widget-icon {
  margin-top: 15px;
}
.blog-widget-title > span {
  font-weight: 400;
  font-size: 12px;
  color: #2f2f2f;
}
.blog-widget-icon > a {
  color: #a0a0a0;
  font-size: 16px;
  margin-right: 30px;
}
.blog-widget-icon > a:hover {
  color: #02b2b5;
}
.blog-widget-icon > a:last-child {
  margin-right: 0;
}
.widget {
  overflow: hidden;
}
.search-form {
  overflow: hidden;
  position: relative;
}
.search-form input {
  border: 1px solid #e4e4e4;
  color: #b5b5b5;
  float: left;
  height: 50px;
  padding-left: 20px;
  width: 100%;
}
.search-form button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #b5b5b5;
  font-size: 16px;
  height: 100%;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 55px;
  transition: .3s;
}
.search-form button:hover {
  color: #02b2b5;
}
.widget-title {
  color: #232323;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  text-transform: capitalize;
}
.widget-title::after {
  border-bottom: 2px solid #6d6d6d;
  content: "";
  display: block;
  margin: 26px auto 40px 0;
  position: relative;
  width: 52px;
  z-index: 1;
}
.widget-title::before {
  border-bottom: 2px solid #f1f1f1;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}
.recent-posts > li {
  margin-bottom: 30px;
  overflow: hidden;
}
.recent-posts > li:last-child {
  margin-bottom: 0;
}
.widget-posts-image {
  float: left;
  overflow: hidden;
}
.widget-posts-body {
  margin-left: 138px;
}
.widget-posts-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
.widget-posts-meta {
  color: #232323;
  font-size: 12px;
  font-weight: 400;
}
.widget-posts-title > a {
  color: #646464;
  transition: .3s;
}
.widget-posts-title > a:hover {
  color: #02b2b5;
}
.blog-categories > li {
  border-bottom: 1px solid #e5e5e5;
  color: #4c4c4c;
  margin: 0;
  overflow: hidden;
  padding: 15px 0;
  position: relative;
}
.blog-categories > li:last-child {
  border-bottom: 0 none;
  padding-bottom: 0;
}
.blog-categories > li:first-child {
  padding-top: 0;
}
.blog-categories a {
  color: #646464;
  display: block;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
  transition: .3s;
}
.blog-categories a:hover {
  color: #02b2b5;
}
.count {
  color: #646464;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
}
.Recent-Comment > li {
  margin-bottom: 30px;
}
.Recent-Comment > li:last-child {
  margin-bottom: 0;
}
.recent-comment-icon {
  float: left;
  margin-right: 8px;
  margin-top: 4px;
}
.recent-comment-icon i {
  color: #969696;
  font-size: 20px;
}
.recent-comment-text {
  overflow: hidden;
}
.recent-comment-text h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 2px;
  transition: .3s;
}
.recent-comment-text h4 a {
  color: #262626;
  transition: .3s;
}
.recent-comment-text h4 a:hover {
  color: #02b2b5;
}
.recent-meta span {
  color: #b7b7b7;
  font-size: 12px;
  font-weight: 500;
  margin-right: 17px;
  position: relative;
  text-transform: uppercase;
}
.recent-meta span::before {
  background: #cccccc none repeat scroll 0 0;
  content: "";
  height: 5px;
  left: -13px;
  position: absolute;
  top: 8px;
  width: 5px;
}
.recent-meta span:first-child::before {
  display: none;
}
.img-widgets {
  position: relative;
}
.img-widgets > img {
  width: 100%;
}
.img-title {
  margin-left: 126px;
  overflow: hidden;
  position: absolute;
  top: 120px;
}
.img-title > h4 {
  color: #262626;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.img-title > a {
  color: #000000;
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  margin-left: 101px;
  margin-top: 88px;
}
.news-form {
  position: relative;
}
.news-form input {
  border: 1px solid #e4e4e4;
  color: #b5b5b5;
  float: left;
  height: 50px;
  padding-left: 20px;
  width: 100%;
}
.news-form button {
  background: #2c2c2c none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  margin-right: 5px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 40px;
  line-height: 40px;
  text-align: center;
}
.news-form button:hover {
  background: #02b2b5;
}
.Instagram-img li {
  float: left;
  overflow: hidden;
  padding: 3px;
  width: 33.33%;
}
.Instagram-img img {
  width: 100%;
}
.tweets-post > li {
  margin-bottom: 22px;
}
.tweets-post > li:last-child {
  margin-bottom: 0;
}
.tweets-icon-tittle h5 {
  margin-bottom: 10px;
}
.tweets-icon-tittle h5 i {
  color: #262626;
  font-size: 20px;
  margin-right: 6px;
}
.tweets-icon-tittle h5 a {
  color: #262626;
  font-size: 16px;
  font-weight: 400;
  transition: .3s;
}
.tweets-icon-tittle h5 a:hover {
  color: #02b2b5;
}
.tweets-icon-tittle > p {
  color: #262626;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 7px;
}
.Social-icon > a {
  background: #f6f6f6 none repeat scroll 0 0;
  color: #262626;
  float: left;
  font-size: 20px;
  height: 60px;
  line-height: 64px;
  margin-right: 5px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 23%;
}
.Social-icon > a:hover {
  background: #02b2b5;
  color: #fff;
}
.tag li {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 5px;
}
.tag li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.tag li a {
  border: 1px solid #cbcbcb;
  color: #232323;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 14px 28px;
  text-align: center;
  transition: all 0.3s ease 0s;
  font-weight: 400;
  text-transform: capitalize;
}
.tag li a:hover {
  background: #02b2b5;
  border-color: #02b2b5;
  color: #fff;
}
blockquote {
  border-left: 5px solid #4b4a4a;
  color: #666666;
  font-style: italic;
  font-weight: bold;
  line-height: 30px;
  margin: 52px 0 54px 70px;
  padding: 0 70px 0 26px;
}
.blog-menu {
  margin: 47px 100px 46px;
}
.blog-menu li {
  color: #666666;
  font-size: 16px;
  margin-bottom: 19px;
  position: relative;
  list-style: inside;
}
.blog-menu li:last-child {
  margin-bottom: 0;
}
.blog-banner {
  margin-bottom: 40px;
  margin-top: 55px;
}
.banner-img > img {
  width: 100%;
}
.user-info {
  display: block;
  margin: 47px 0 53px;
  overflow: hidden;
}
.user-text {
  color: #666666;
  display: inline-block;
  float: left;
  font-family: dosis;
  letter-spacing: 2px;
}
.user-name {
  padding-right: 47px;
}
.user-share {
  display: inline-block;
  float: right;
}
.user-share > span {
  color: #666666;
  display: inline-block;
  float: left;
  font-family: dosis;
  letter-spacing: 3px;
  margin-right: 14px;
}
.user-share > ul {
  display: inline-block;
}
.user-share > ul > li {
  display: inline-block;
  float: left;
  margin-left: 30px;
}
.user-share > ul > li:first-child {
  margin-left: 0;
}
.user-share a {
  color: #666666;
}
.user-text a {
  color: #666666;
}
.next-prev {
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  padding: 20px 0;
}
.next-prev a {
  background-color: #ffffff;
  border-radius: 5px;
  color: #666666;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 8px 20px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.next-prev a:hover {
  background-color: #02b2b5;
  color: #ffffff;
}
.next-prev a i {
  color: #666666;
  font-size: 11px;
  transition: all 0.3s ease 0s;
}
.next-prev a:hover i {
  color: #ffffff;
}
a.next-btn {
  float: right;
}
.author {
  display: block;
  margin: 100px 0;
  overflow: hidden;
}
.author-img {
  display: inline-block;
  float: left;
}
.author-info > h4 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.author-info > h4 a {
  color: #666666;
  transition: .3s;
}
.author-info > h4 a:hover {
  color: #02b2b5;
}
.author-info {
  padding: 0 80px 0 152px;
}
.author-info > h4 a span {
  color: #999999;
  font-size: 14px;
  margin-left: 7px;
}
.author-info > p {
  color: #666666;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 0;
}
.related-post {
  display: block;
  overflow: hidden;
}
.sidebar-title {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 64px;
  position: relative;
  text-transform: uppercase;
}
.sidebar-title::before {
  background-color: #000000;
  bottom: -20px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 120px;
}
.single-related-post img {
  width: 100%;
}
.related-post-title {
  margin-top: 20px;
}
.related-post-title > h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.related-post-title > h3 a {
  color: #202020;
  transition: .3s;
}
.related-post-title > h3 a:hover {
  color: #02b2b5;
}
.related-post-title > span {
  color: #636363;
  font-size: 13px;
}
.single-comment {
  position: relative;
}
.comment-img {
  display: inline-block;
  float: left;
}
.comment-text {
  padding-left: 150px;
}
.comment-text > h3 {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.comment-text > p {
  color: #525252;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 24px;
  padding-right: 25px;
}
.comment-border {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.single-comment.comment-border:last-child {
  margin-bottom: 0;
}
.parent-comment {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.comment-text > a {
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 50px;
  bottom: -16px;
  color: #4c4c4c;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 7px 20px 6px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  transition: .3s;
}
.comment-text > a:hover {
  background-color: #02b2b5;
  color: #ffffff;
  border-color: #02b2b5;
}
.replay-comment {
  margin-left: 150px;
}
.leave-comment > h3 {
  color: #222222;
  font-family: dosis;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.leave-comment > h3 {
  color: #222222;
  font-family: dosis;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.leave-comment > p {
  color: #000000;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0;
}
.leave-comment-form {
  margin-top: 40px;
}
.leave-comment-form form textarea {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #dddddd;
  color: #666666;
  font-size: 14px;
  height: 178px;
  letter-spacing: 1px;
  padding: 30px;
  width: 100%;
}
.leave-comment-form form input {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #dddddd;
  color: #666666;
  font-size: 14px;
  height: 48px;
  letter-spacing: 1px;
  padding: 2px 30px;
  width: 100%;
}
.leave-comment-form .submit {
  background-color: #02b2b5;
  border: 1px solid #02b2b5;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 11px 28px 12px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.leave-comment-form .submit:hover {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #666666;
}
#scrollUp {
  background-color: #666666;
  bottom: 20px;
  color: #ffffff;
  font-size: 25px;
  height: 40px;
  line-height: 40px;
  right: 20px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 40px;
  border-radius: 50px;
}
#scrollUp:hover {
  background: #02b2b5;
  color: #fff;
}
a {
  color: #333;
}
a:hover {
  color: #02b2b5;
}
a:active {
  color: #993d00;
}
.article-body {
  padding: 20px 20px 20px 0px;
}
.article-body p {
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-wrap: break-word;
  color: #666666;
  text-indent: 0em;
}
.article-body{
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-wrap: break-word;
  color: #666666;
  text-indent: 0em;
}
.article-body h3{
  font-size: 20px;
  margin-top: 15px;
  line-height: 35px;
  font-weight: bold;
  text-align: justify;
  text-justify: inter-ideograph;
  word-wrap: break-word;
  color: #333;
  text-indent: 0em;
}
.article-body br{display: none;}


.article-body img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.who-need-service {
  padding-top: 60px;
}
.who-need-service a {
  text-align: center;
  display: block;
  /* padding: 15px 0 15px 30px; */
  box-shadow: 0 0 13px 0.7px rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.who-need-service a:before {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.who-need-service a:hover {
  box-shadow: 0 0 20px 0 rgba(255, 102, 0, 0.5);
}
.who-need-service a:hover:before {
  content: "";
  opacity: .5;
}
.who-need-service a span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  margin-top: -15px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.who-need-service .pb {
  margin-bottom: 20px;
}
.article-title {
  padding-bottom: 20px;
  height: 115px;
}
.article-title h2 {
  font-size: 26px;
}
.article-title .ep-time-soure {
  color: #bbb;
}
.article-title .work-head-box {
  padding-top: 10px;
  color: #bbb;
}
.article-title .work-head-box:before,
.article-title .work-head-box:after {
  content: " ";
  display: table;
}
.article-title .work-head-box:after {
  clear: both;
}
.article-title .work-head-box a {
  color: #bbb;
}
.article-title .head-left {
  float: left;
}
.article-title .head-left i {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  color: #ddd;
}
.article-title .head-right {
  float: right;
  padding-right: 30px;
}
.article-title .head-right i {
  padding-right: 10px;
}
.right-zixun {
  margin-top: 10px;
  height: 95px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 9px 8px 0 8px;
  border-radius: 10px;
  background-color: #fefefe;
}
.right-zixun > img {
  height: 100%;
}
.right-zixun .btn {
  border-radius: 50px;
}
.right-zixun .zixun-num {
  padding-bottom: 8px;
  font-size: 25px;
  font-weight: bold;
  font-family: arial, "å¾®è½¯é›…é»‘", "åŽæ–‡ç»†é»‘", sans-serif;
}
.right-zixun .zixun-num .h5 {
  font-weight: bold;
  margin-top: 0;
}
.right-zixun .zixun-num i {
  margin-right: 5px;
}
.right-zixun .zixun-num .num {
  letter-spacing: -1px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  margin-top: -20px;
  background-color: #fff;
  color: #02b2b5;
}
.right-zixun .zixun-icon {
  text-align: center;
  padding-top: 8px;
}
.right-zixun .zixun-icon a {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  margin: 0 2px;
  text-align: center;
  transition: all .3s ease 0s;
  width: 30px;
}
.right-zixun .zixun-icon a.qq {
  background-color: #ccc;
}
.right-zixun .zixun-icon a.qq:hover {
  background-color: #00b7ee;
  color: #fff;
}
.right-zixun .zixun-icon a.weixin {
  background-color: #ccc;
}
.right-zixun .zixun-icon a.weixin:hover {
  background-color: #8fc31f;
  color: #fff;
}
.right-zixun .zixun-icon a.weibo {
  background-color: #ccc;
}
.right-zixun .zixun-icon a.weibo:hover {
  background-color: #e60012;
  color: #fff;
}
.right-zixun .zixun-icon a.phone {
  background-color: #ccc;
}
.right-zixun .zixun-icon a.phone:hover {
  background-color: #02b2b5;
  color: #fff;
}
.right-model {
  padding-bottom: 20px;
}
.right-model .h4 {
  border-left: 3px solid #02b2b5;
  padding-left: 7px;
  font-size: 16px;
  color: #02b2b5;
}
.right-anli {
  padding-top: 1px;
}
.right-anli .anli-img {
  margin-top: 12px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.right-anli .anli-img:hover {
  border-color: #02b2b5;
}
.right-anli .anli-name {
  padding-top: 5px;
  display: block;
  text-align: center;
}
.right-article li {
  white-space: nowrap;
  overflow: hidden;
  line-height: 30px;
}
.right-article li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #999;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px;
}
/* å¾®ä¿¡å¼¹å‡º */
.weixin-modal .modal-dialog {
  margin-top: 200px;
}
.weixin-modal .modal-content {
  border-radius: 10px;
}
.weixin-modal .modal-content img {
  border-radius: 10px;
}
.weixin-modal .close-btn {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 32px;
  border-radius: 50px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -25px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.weixin-modal .close-btn:hover {
  background-color: #02b2b5;
  color: #fff;
  border: 1px solid #02b2b5;
}
.index-list {
  padding-top: 20px;
  padding-bottom: 30px;
}
.index-list:before,
.index-list:after {
  content: " ";
  display: table;
}
.index-list:after {
  clear: both;
}
.index-list .channel-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.index-list .channel-title > a {
  display: inline-block;
  font-weight: bold;
  color: #02b2b5;
  padding-bottom: 10px;
  border-bottom: 2px solid #02b2b5;
}
.index-list .focus-list:before,
.index-list .focus-list:after {
  content: " ";
  display: table;
}
.index-list .focus-list:after {
  clear: both;
}
.index-list .img-thrumb {
  min-height: 180px;
  float: left;
  width: 240px;
  margin-right: 15px;
}
.index-list .list-arc h3 {
  margin-bottom: 0;
}
.index-list .list-arc p {
  font-size: 16px;
  line-height: 28px;
  color: #999;
  margin-bottom: 5px;
}
.index-list .list-arc .more-link {
  color: #02b2b5;
}
.index-list .arc-ts {
  font-size: 16px;
  color: #ccc;
  line-height: 24px;
  padding: 12px 0 6px 0;
}
.index-list .arc-ts > span {
  display: inline-block;
}
.index-list .arc-ts i {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 10px;
  line-height: 24px;
}
.index-list .head-data-show {
  font-size: 16px;
  color: #ccc;
}
.index-list .head-data-show i {
  padding-right: 5px;
  font-size: 10px;
  line-height: 24px;
}
.index-list .list-s {
  padding-top: 20px;
  overflow: hidden;
}
.index-list .list-s li {
  float: left;
  width: 50%;
  padding: 10px 0;
}
.index-list .list-s li > a {
  display: block;
  font-size: 16px;
}
.index-list .list-s .imgt {
  float: left;
  margin-right: 15px;
  width: 100px;
  height: 75px;
}
.index-list .ch-li .arc-ts {
  display: inline-block;
  padding: 3px 0;
  font-size: 14px;
}
.index-list .ch-li .head-data-show {
  font-size: 16px;
  color: #ccc;
  display: block;
}
.index-list .ch-li .head-data-show i {
  padding-right: 5px;
  font-size: 10px;
  line-height: 24px;
}
.list-box {
  padding-top: 20px;
  padding-bottom: 30px;
}
.list-box:before,
.list-box:after {
  content: " ";
  display: table;
}
.list-box:after {
  clear: both;
}
.list-box .img-thrumb {
  min-height: 153px;
  float: left;
  width: 210px;
  margin-right: 15px;
}
.tags{margin-top: 10px;}
.tags a{margin-right: 5px; display: inline-block;}
.list-box .img-thrumb img {
  width: 100%;
  border: 1px solid #ededed;
}
.list-box .list-arc p {
  font-size: 16px;
  line-height: 28px;
  color: #999;
  margin-bottom: 5px;
}
.list-box .list-arc .more-link {
  color: #02b2b5;
}
.list-box .arc-ts {
  font-size: 16px;
  color: #ccc;
  line-height: 24px;
  margin: 12px 0 6px 0;
}
.list-box .arc-ts > span {
  display: inline-block;
}
.list-box .arc-ts i {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 10px;
  line-height: 24px;
}
.lc-list-box > li {
  border: 1px solid #eee;
  margin-bottom: 30px;
}
.lc-list-box .img-thrumd {
  padding: 0 0px;
}
.lc-list-box .lc-title {
  padding: 20px;
  background-color: #eee;
}
.lc-list-box .lc-title h3 {
  padding-left: 8px;
  border-left: 5px solid #02b2b5;
}
.lc-list-box .lc-title p {
  font-size: 16px;
  color: #999;
  margin-bottom: 0;
}
.lc-list-box .base {
  color: #02b2b5;
}
/* large pc :1920px. */
@media (min-width: 1500px) and (max-width: 2000px) {
  .home-area-right {
    padding: 62px 207px 24px 70px;
  }
}
/* large desktop :1366px. */
@media (min-width: 1200px) and (max-width: 1500px) {
  .slider-wrapper {
    padding: 100px 0;
  }
  .home-area-right {
    padding: 35px 20px 30px 20px;
  }
  .slider-content h2 {
    font-size: 52px;
    font-weight: 800;
    line-height: 68px;
    margin-bottom: 15px;
  }
  .slider-content p {
    font-size: 26px;
    line-height: 37px;
  }
  .slider-content a {
    margin-top: 30px;
  }
  .contact-2-area {
    background-position: 40% center;
  }
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
  .home-area-right {
    padding: 26px 20px 17px;
  }
  .home-section > h3 {
    padding-right: 0;
  }
  .homes-info {
    padding-right: 0;
  }
  .md-container {
    width: 100%;
  }
  .menu-style-1 .main-menu ul li > a {
    padding: 47px 12px;
  }
  .contact-left-wrapper {
    padding-left: 15px;
  }
  .slider-wrapper {
    padding: 150px 0;
  }
  .slider-content h2 {
    font-size: 47px;
    line-height: 54px;
    margin-bottom: 13px;
  }
  .make-appointment {
    text-align: right;
  }
  .contact-2-area {
    background-position: 37% center;
    background-size: cover;
  }
  .footer-link span {
    margin-left: 8px;
  }
  .contact-3-right-wrapper {
    padding: 48px 25px 53px;
  }
  .service-text {
    padding: 0 20px;
  }
  .about-right-wrapper {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  }
  .img-title > a {
    margin-left: 0;
    margin-top: 15px;
  }
  .Social-icon > a {
    margin-bottom: 5px;
  }
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .slider-text h2 {
    font-size: 44px;
    line-height: 51px;
  }
  .contact-left-wrapper {
    padding-left: 0;
  }
  .action-text > h2 {
    font-size: 43px;
    line-height: 54px;
  }
  .action-text {
    margin: auto;
    width: 781px;
  }
  .site-branding::before {
    left: -813px;
  }
  .site-branding::after {
    display: none;
  }
  .slider-wrapper {
    padding: 100px 0;
  }
  .service-text {
    padding: 0 20px;
  }
  .home-area-right {
    padding: 62px 93px 93px 70px;
  }
  .home-2-m-menu.mean-container a.meanmenu-reveal {
    right: 0;
    left: auto;
  }
  .logo {
    margin-top: 22px;
  }
  .slider-content > h2 {
    font-size: 58px;
    line-height: 57px;
    margin-bottom: 28px;
  }
  .slider-content p {
    font-size: 30px;
    line-height: 45px;
  }
  .slider-content h2 {
    font-size: 49px;
    line-height: 53px;
    margin-bottom: 27px;
  }
  .slider-content p {
    font-size: 23px;
    line-height: 35px;
  }
  .make-appointment {
    text-align: right;
  }
  .mean-container a.meanmenu-reveal {
    margin-top: -60px;
  }
  .mean-container .mean-nav {
    margin-top: 0;
  }
  .white-header .mean-container a.meanmenu-reveal,
  .transparent-header .mean-container a.meanmenu-reveal {
    left: auto;
    right: 0;
  }
  .white-header .mean-container a.meanmenu-reveal,
  .transparent-header .mean-container a.meanmenu-reveal {
    margin-top: -37px;
  }
  .mean-container .mean-nav {
    margin-top: 0;
    position: relative;
    top: 10px;
  }
  .white-header {
    padding-bottom: 17px;
  }
  .home-3 .mean-container a.meanmenu-reveal {
    border: 1px solid #ffffff;
  }
  .home-3 .mean-container a.meanmenu-reveal span {
    background: #fff;
  }
  .mean-container a.meanmenu-reveal {
    margin-top: -56px;
  }
  .counter-img {
    float: none;
    margin-right: 0;
  }
  .counter-wrapper {
    text-align: center;
  }
  .p-t {
    padding-right: 0;
  }
  .p-r {
    padding-left: 0;
    padding-right: 0;
  }
  .img-title > a {
    margin-left: 0;
    margin-top: 15px;
  }
  .Social-icon > a {
    margin-bottom: 5px;
  }
}
/* small mobile :320px. */
@media (max-width: 767px) {
  .offer-wrapper {
    background: none!important;
  }
  .footer-icon {
    float: none;
    margin-top: 5px;
    text-align: center;
  }
  .copyright {
    text-align: center;
  }
  .home-section > h3 {
    font-size: 30px;
    line-height: 41px;
    padding-right: 0;
  }
  .homes-info {
    padding-right: 0;
  }
  .slider-text h2 {
    font-size: 35px;
    line-height: 41px;
  }
  .slider-active:hover .owl-nav div {
    left: 0;
    opacity: 1;
  }
  .slider-active:hover .owl-nav div.owl-next {
    left: auto;
    right: 0;
  }
  .slider-active .owl-nav div {
    font-size: 28px;
    height: 50px;
    line-height: 50px;
    width: 50px;
  }
  .slider-wrapper {
    padding: 150px 0;
  }
  .contact-left-wrapper {
    padding-left: 0;
  }
  .project-details-img-wrapper {
    margin-bottom: 10px;
  }
  .action-text {
    width: 100%;
  }
  .action-text > h2 {
    font-size: 37px;
    line-height: 45px;
  }
  .Social-icon > a {
    margin-bottom: 2px;
  }
  .img-title > h4 {
    font-size: 20px;
  }
  .img-title > a {
    margin-left: 11px;
    margin-top: 34px;
  }
  .blog-quote a blockquote {
    padding: 120px 20px;
  }
  .home-2-m-menu.mean-container a.meanmenu-reveal {
    margin-top: -39px;
    right: 0;
    left: auto;
  }
  .home-2-m-menu.mean-container .mean-nav {
    margin-top: 8px;
  }
  .site-branding::before {
    left: 0;
  }
  .header-logo {
    text-align: center;
  }
  .site-branding::after {
    display: none;
  }
  .header-left-icon {
    margin-top: 0;
    padding: 15px;
    text-align: center;
  }
  .home-area-right {
    padding: 62px 20px 93px;
  }
  .slider-content {
    width: 100%;
  }
  .slider-content > h2 {
    font-size: 45px;
    line-height: 52px;
    margin-bottom: 28px;
  }
  .slider-content p {
    font-size: 24px;
    line-height: 38px;
  }
  .header-rights {
    float: none;
    text-align: center;
  }
  .slider-content h2 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 25px;
  }
  .headers-left {
    display: none;
  }
  .menu-style-1 {
    padding-bottom: 30px;
  }
  .make-appointment {
    text-align: right;
  }
  .mean-container a.meanmenu-reveal {
    margin-top: -55px;
  }
  .mean-container .mean-nav {
    margin-top: 0;
  }
  .site-branding::before {
    width: 100%;
  }
  .white-header .mean-container a.meanmenu-reveal,
  .transparent-header .mean-container a.meanmenu-reveal {
    left: auto;
    right: 0;
  }
  .white-header .mean-container a.meanmenu-reveal,
  .transparent-header .mean-container a.meanmenu-reveal {
    margin-top: -37px;
  }
  .mean-container .mean-nav {
    margin-top: 3px;
  }
  .p-r {
    padding-right: 15px;
  }
  .home-3 .mean-container a.meanmenu-reveal {
    border: 1px solid #ffffff;
  }
  .home-3 .mean-container a.meanmenu-reveal span {
    background: #fff;
  }
  .counter-img {
    float: none;
    margin-right: 0;
  }
  .counter-wrapper {
    text-align: center;
  }
  .about-right-wrapper {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    padding-top: 0;
  }
  .p-t {
    padding-right: 0;
  }
  .p-r {
    padding-left: 0;
    padding-right: 0;
  }
  .post-title {
    font-size: 27px;
  }
}
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}
/* large pc :1920px. */
/* large desktop :1366px. */
/* Normal desktop :992px. */
/* Tablet desktop :768px. */
/* small mobile :320px. */
@media (max-width: 767px) {
  .mean-container .mean-bar {
    z-index: 1000;
  }
  .site-branding {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .main-menu-area.scroll-header .mean-container a.meanmenu-reveal {
    margin-top: -44px;
  }
  .main-menu-area.scroll-header .make-appointment {
    padding: 18px 0;
  }
  .list-box .img-thrumb {
    min-height: 90px;
    width: 120px;
  }
  .list-box .list-arc h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .list-box .arc-ts {
    margin-top: 0;
    font-size: 14px;
  }
  .list-box .arc-ts i {
    padding-right: 5px;
    padding-left: 5px;
  }
  /* å¾®ä¿¡å¼¹å‡º */
  .weixin-modal .modal-dialog {
    margin-right: 50px;
    margin-left: 50px;
  }
  .float-zx {
    bottom: 20px;
    left: 20px;
    height: 40px;
    width: 50%;
  }
  .float-zx .float-box {
    box-shadow: 0 0 10px rgba(255, 102, 0, 0.1);
  }
  .float-zx a {
    float: left;
    padding: 7px 0;
    width: 50%;
    border-right: 1px solid rgba(255, 102, 0, 0.2);
    -webkit-tap-highlight-color: rgba(255, 102, 0, 0.5);
  }
  .float-zx a > i {
    font-size: 22px;
  }
  .float-zx a:last-child {
    border-right: none;
  }
  .who-need-service .img-responsive{
    height: 100%;
    width: auto;
  }
  .who-need-service a{
    height: 140px !important; 
  }

  .article-body {
    padding: 10% 3%;
  }
}


/* Large Mobile :480px. */
.float-zx {
  z-index: 555;
  position: fixed;
}
.float-zx .float-box {
  overflow: hidden;
  background-color: #fff;
  border-radius: 100px;
  border: 1px solid rgba(255, 102, 0, 0.2);
}
.float-zx a {
  display: block;
  color: #1d1e24;
  text-align: center;
}
.float-zx a > i {
  color: #02b2b5;
}
@media (max-width: 768px) {

  a.pc_wechat{display: none!important;}
}
 
@media (min-width: 768px) {
  .float-zx {
    z-index: 555;
    position: fixed;
    bottom: 40%;
    right: 30px;
    width: 60px;
  }
a.m_wechat{display: none!important;}
  .float-zx .float-box {
    transition: all .2s;
    box-shadow: 0 0 15px rgba(255, 102, 0, 0.2);
  }
  .float-zx a {
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 102, 0, 0.15);
  }
 
  .float-zx a > i {
    font-size: 28px;
    /*color: #fff;*/
  }
  .float-zx a:hover {
    background-color: #02b2b5;
    color: #fff;
    transition: all .2s;
  }
  #scrollUp {
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 0;
    line-height: 50px;
  }
  

}

.fa{
	color: #02b2b5;
}
h2,h4{font-weight: 600;}
/*导航*/
.navbar-brand{font-size:34px;color: #02b2b5;margin-top: 8px;}
.nav>li>a{padding: 23px 20px;font-size: 16px;}
nav li a:hover{color:#02b2b5;}
nav li a:hover:after{width: 100%;height: 4px;background:#02b2b5 ;content: "";display: block;position: absolute;top:96%;left:0;}
nav a.active{color: #02b2b5;}
nav a.active:after{width: 100%;height: 4px;background:#02b2b5 ;content: "";display: block;position: absolute;top:96%;left:0;}
/*小标题*/
.line {
    border-bottom: 2px solid #02b2b5;
    background: none repeat scroll 0 0 transparent;
    height: 1px;
    margin: 0 auto 45px;
    padding: 5px;
    position: relative;
    width: 120px;
}
.line:after, .line::before {
    border: medium solid transparent;
    content: " ";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}
.line:after {
    border-top-color: #02b2b5;
    border-width: 8px;
    margin-left: -8px;
}
.title{text-align: center;}
/*服务*/
.ser-item{
	text-align: center;    	margin-bottom: 30px;
    /*padding: 0px 20px;*/
    }
.ser-item p{color: #737373;}    
.single-service {
    float: left;
    margin-bottom: 30px;
    padding: 0px 10px;
    display: inline;
    width: 100%;
    text-align: center;
}
.service-icon .service-icon-effect {
    box-shadow: 0 0 0 4px #02b2b5;
}
.service-icon-effect {
    display: inline-block;
    font-size: 0px;
    margin: 15px 30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #02b2b5;
}
.service-icon-effect:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
/*选择*/
.choose{background: #f7f7f7;}
.choose .media {
    margin-bottom: 20px;
    padding: 0px 20px;
}
.choose .fa{color: #FFFFFF;}
.choose h3{color:#02b2b5 ;margin-bottom: 20px;}
.media-icon {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    height: 68px;
    line-height: 55px;
    margin-right: 15px;
    padding: 5px 10px;
    text-align: center;
    width: 68px;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.media-icon {
	float: left;
    background-color: #02b2b5;
    border: 2px solid #02b2b5;
}
.choose img{width: 100%;}
.choose h3{padding: 0;margin: 0 0 10px 0;}
.c-show .row{margin-bottom: 15px;}
/*数据*/
.counters{
	background: url(../img/counter-bg2.jpg);
	/*background-size: 100% 100%;*/
    }
.counter-box {
    border: 1px solid #fff;
    border-radius: 10px;
    display: inline;
    float: left;
    font-family: "Raleway",sans-serif;
    padding: 10px 5px 20px;
    width: 100%;
    position: relative;
}
.counter-no {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    line-height: 1.3em;
}
.counter-box{text-align: center;margin: 10px 0;}
.counter-label {
    color: #ededed;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8em;
    padding-top: 5px;
}
/*新闻*/
.single-blog-left {
    float: left;
    /* display: inline; */
    width: 18%;
}
.blog-comments-box li {
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    color: #aaa;
    float: left;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}
.single-Blog h2{color: #02b2b5;}
.single-blog-right {
    float: right;
    display: inline;
    width: 78%;
}
.blog-img img{
    width: 100%;
}
.more a{
	display: inline-block;
	padding: 10px 20px;
	background: #02b2b5;
	color: #FFFFFF;
	margin: 20px 0;}
.blog-author p{color: #aaa;
margin-top: 10px;}
.blog-content h3{font-weight: 600;font-size: 18px;}
.blog-content p{color:#5E5E5E;}
/*尾部*/
.footer-top {
    background-color: #f8f8f8;
    border-top: 2px solid #e9e9e9;
    padding: 45px 0;
}
footer .line{
    border-bottom: 2px solid #02b2b5;
    background: none repeat scroll 0 0 transparent;
    height: 1px;
    margin: 0 0 20px 0 ;
    padding: 5px;
    position: relative;
}
.footer-service li > a span {
    margin-right: 8px;
}
.contact-info > p span {
    font-size: 18px;
    margin-right: 10px;
}
.footer-bottom{text-align: center;}
.footer-bottom p{margin: 10px 0;}
.single-footer-widget{padding: 0 10px;}
.footer-service li > a {
    display: block;
    font-size: 15px;
    padding: 6px 0;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.footer-service li > a {
    border-bottom: 1px solid #02b2b5;
}
/*我们的团队*/
.page-title {
    background-image: url(../img/bc4.jpg);
    background-position: center center;
    background-size: cover;
    padding: 130px 0;
}
.page1-title {
    background-image: url(../img/bc3.jpg);
    background-position: center center;
    background-size: cover;
    padding: 130px 0;
}
.page-title h2{margin-left: 30px;}
.team-post {
    background-color: #f9f9f9;
    margin-bottom: 30px;
}
.team-post .thumb {
    position: relative;
    overflow: hidden;
}
.team-post .content {
    padding: 25px;
}
.team-style4 .team-post .content .title {
    color: #1c1c1c;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 18px;
    margin-top: 0;
}
.team-style4 .team-post .content p {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    font-size: 14px;
	display: inline-block; 
    padding-bottom: 18px;
    padding-top: 15px;
    color: #989898;;
}
.team img{width: 100%;}
.team-style4 .team-post .content .sub-title {
    display: inline-block;
    font-family: 'Montserrat',sans-serif;
    float: right;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
    font-style: italic;
    color:#02b2b5 ;
}
.team-post .profile {
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    padding: 4px 12px;
    background-color: #02b2b5;

}

.team-post .content {
    padding: 25px;
}
/*联系我们*/
.main{
background: #fbfbfb;
position: relative;
}
.contact div {
padding: 5px 0;
}
.contact span label {
display: block;
font-size: 1em;
color: #686868;
padding-bottom: 5px;
font-weight: 400;
}
.contact input[type="text"], .contact textarea {
padding: 10px;
display: block;
width: 100%;
background: #ffffff;
border: none;
outline: none;
color: #464646;
font-size: 1em;
-webkit-appearance: none;
font-weight: 300;
}
.myButton {
margin-top: 10px;
background: #02b2b5;
color: #FFF;
font-size: 1em;
padding: 10px 35px;
border: none;
text-decoration: none;
outline: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
display: inline-block;
cursor: pointer;
text-transform: uppercase;
-webkit-appearance: none;
float: right;
}
/*医疗资源*/
.page2-title {
    background-image: url(../img/bc2.jpg);
    background-position: center center;
    background-size: cover;
    padding: 130px 0;
}
.r-top,.r-mid,.r-bottom{text-align: center;}
.r-top h3,.r-mid h3,.r-bottom h3{margin-bottom: 30px;font-weight: 600;}
.r-top p,.r-mid p,.r-bottom p{color:#888888;margin: 0px;}
.r-mid{background: url(../img/counter-bg2.jpg);padding: 70px 0;}
.r-mid h3,.r-mid p{color: #FFFFFF;}
.my-team-member .my-team-detail {
    background-color: #02b2b5;
    padding: 6px 6px;
    position: relative;
}
.my-member-name {
    color: #FFF;
    margin: 15px 0;
}
.r-bottom .my-member-post {
    color: #FFF;
    font-size: 14px;
    margin-bottom: 10px;
}
.r-top .row div{padding: 50px 25px;}
.r-bottom .my-team-member{margin: 20px 0;}
.r-bottom img{width: 100%;}
/*关于我们*/
.page3-title {
    background-image: url(../img/bc1.jpg);
    background-position: center center;
    background-size: cover;
    padding: 130px 0;
}
.bak_7 {
margin-bottom: 40px;
}
.over_3a {
	margin: 10px 0;
height: auto;
border: solid #ddd 1px;

}
.over_3a dl dd p {
font-size: 0.9em;
color: #888;
padding-top: 0.2em;
}
.over_3a dl,dt {
height: auto;
float: left;
}
.over_3a dd{padding-top: 30px;}
.text-area p{color: #9D9D9D;line-height: 24px;}
.about .line,.over_3 .line {
    border-bottom: 2px solid #02b2b5;
    background: none repeat scroll 0 0 transparent;
    height: 1px;
    margin: 0 0 20px 0 ;
    padding: 5px;
    position: relative;
}
/*新闻详情*/
.news_show{
	margin: auto;
}
.xiangq{
	text-align: center;
	padding-bottom: 30px;
}
.xiangq h4{
	font-size: 24px;
}
.xiangq span{
	font-size: 14px;
	color: #ccc;
}

.xiangq_top img{
	width: 100%;
}
.xiangq_top p{
	font-size: 16px;
	text-indent: 50px;
	line-height: 30px;
	padding: 20px;
}
.top_p{
	width: 100%;
	margin: auto;
	text-align: center;
	padding-bottom: 5%;
}
.top_p a{
	font-size: 16px;
	float: left;
	width: 45%;
	margin: 10px;
	text-align: center;
	border-radius: 5px;
	background-color: #f9f9f9;
	padding: 10px;
}
.top_p a:hover{
	background-color: #02b2b5;
	color: #fff;
	text-decoration: none;
}
@media (max-width: 320px) {
.top_p a{
	width: 94%;
}
}
@media (max-width: 992px) {
.footer-top .f1,.footer-top .f2{
	display: none;
}}

@media (max-width: 992px) {
.choose .c-w{
	padding: 10px;
}
.media-icon{margin: 10px 0 0 0;}}