/**
* Template Name: Company - v2.2.1
* Template URL: https://bootstrapmade.com/company-free-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: "Johnston ITC Bold";
  src: url("fonts/johnston-itc-bold.ttf");
}

@font-face {
  font-family: "Johnston ITC Bold OS";
  src: url("fonts/johnston-itc-bold-os.ttf");
}

@font-face {
  font-family: "Johnston ITC Bold SC";
  src: url("fonts/johnston-itc-bold-sc.ttf");
}

@font-face {
  font-family: "Johnston ITC Light";
  src: url("fonts/johnston-itc-light.ttf");
}

@font-face {
  font-family: "Johnston ITC Light OS";
  src: url("fonts/johnston-itc-light-os.ttf");
}

@font-face {
  font-family: "Johnston ITC Light SC";
  src: url("fonts/johnston-itc-light-sc.ttf");
}

@font-face {
  font-family: "Johnston ITC Medium";
  src: url("fonts/johnston-itc-medium.ttf");
}

@font-face {
  font-family: "Johnston ITC Medium SC";
  src: url("fonts/johnston-itc-medium-sc.ttf");
}

@font-face {
  font-family: "Johnston ITC Medium OS";
  src: url("fonts/johnston-itc-medium-os.ttf");
}


body {
  /*font-family: "Open Sans", sans-serif;*/
  font-family: 'Johnston ITC Light OS';
  color: #4d4643;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

p {
  /*font-family: "Open Sans", sans-serif;*/
  font-family: 'Johnston ITC Light OS';

}

a {
  color: #5bc784;
}

a:hover {
  color: #2ae149;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "Roboto", sans-serif;*/
  font-family: 'Johnston ITC Light OS';
}
img {
  vertical-align: middle;
  border-style: none;
  max-width:100%;
}


/*Slider*/
.parallax {
  position: relative;
  background-size: cover;
  overflow: hidden;
  background-attachment: fixed;
  background-position: 100% bottom;
}

.mview-topbanner {
  padding: 160px 170px;
}

.display-table {
  display: table !important;
}

.display-table-cell {
  display: table-cell !important;
}

.vertical-align-middle {
  vertical-align: middle;
}

.extra-small-screen {
  height: 480px;
}

.text-left {
  text-align: left;
}

.info {
  width: 55%;
  position: absolute;
  left: 35px;
  /*top: 30px;*/
  bottom: -80px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#slidetext {
  font-size: 45px;
  line-height: 65px;
  text-transform: uppercase;
  color: #FFF;
  animation: fadeInRight 1s both;
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px #000;
  font-weight: 600;
}

#numeric {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

#background{height: 100%;position: absolute;top: 0;left: 0;width: 100%;background-color: #0000002b;}

/**/
.home-scroll {
  bottom: 15%;
}

#scrolldown {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  margin-left: -21px;
  z-index: 1;
}

#sectionbanner a {
  padding-top: 80px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  transition: opacity .3s;
}

#sectionbanner a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

#sectionbanner a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

#sectionbanner a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

#sectionbanner a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb07 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.container {
  max-width: 1440px;
}

/*Banner*/
.page-header {
  height: 100vh;
  padding-top: 0;
  align-items: center;
  margin-bottom: 0px;
  background-size: cover;
  color: #fff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 200px;
  background-color: #26282b;
  position: relative;
}

.page-header .container h1 {
  font-size: 3.8vw;
  color: #fff;
  /*font-family: "Johnston-sci-bold";*/
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 1px 1px #000;
}

.about-us-banner {
  background-image: url('../img/about-banner.jpg');
  background-size: cover;
  background-position: center;
}

.team-banner {
  background-image: url('../img/our-team-banner.jpg');
  background-size: cover;
  background-position: center;
}

.service-banner {
  background-image: url('../img/service-banner.jpg');
  background-size: cover;
  background-position: center;
}

.design-banner {
  background-image: url('../img/design-banner.jpg');
  background-size: cover;
  background-position: center;
}

.validation {
  background-image: url('../img/fat-banner.jpg');
  background-size: cover;
  background-position: center;
}

.offsite-banner {
  background-image: url('../img/offsite-modular-banner.jpg');
  background-size: cover;
  background-position: center;
}

.onsite-banner {
  background-image: url('../img/onsite-installation-banner.jpg');
  background-size: cover;
  background-position: center;
}

.career-banner {
  background-image: url('../img/carrer1.jpg');
  background-size: cover;
  background-position: center;
}

.vision-banner {
  background-image: url('../img/vision-banner.jpg');
  background-size: cover;
  background-position: center;
}

.video-banner {
  background-image: url('../img/video-conference-banner.jpg');
  background-size: cover;
  background-position: center;
}

.contact-banner {
  background-image: url('../img/contact-us.jpg');
  background-size: cover;
  background-position: center;
}

/*
.page-header .cont {
    padding: 220px 0 120px;
}
.extra-title {
    font-weight: 900;
    font-size: 38px;
    line-height: 1.4;
}*/

/* ==== Main CSS === */
.img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0 !important;
}

.slick-slide {
  float: left
    /* If RTL Make This Right */
  ;
  padding: 0;
}

/*Scroll Down*/
#scroll-down {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  margin-left: -21px;
  z-index: 1;

}

.arrow-down {
  display: block;
  margin: 0 auto;
  width: 10px;
  height: 38px;
}

.arrow-down:after {
  content: '';
  display: block;
  margin: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  behavior: url(-ms-transform.htc);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

#scroll-title {
  display: block;
  text-transform: uppercase;
  color: #fff;
  /*font-family: Helvetica Neue, Helvetica, Arial;*/
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .1em;
}

#scroll-down::before {
  -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  /* Safari 4+ */

  -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  /* Fx 5+ */

  -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  /* Opera 12+ */

  animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  /* IE 10+, Fx 29+ */

  position: absolute;
  top: -88px;
  left: 49.9%;
  margin-left: -1px;
  width: 2px;
  height: 90px;
  background: #fff;
  content: ' ';
}

@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }

  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}

@-moz-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }

  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}

@-o-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }

  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}

@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }

  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}

.mt25 {
  margin-top: 25px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.lead {
  font-size: 21px;
  font-weight: bold;
}

.tagscroll a {
  position: absolute;
  padding-top: 60px;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font: normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
  scroll-behavior: smooth;
}

.tagscroll a:hover {
  opacity: .5;
}

#tagscroll a span {
  position: absolute;
  bottom: 30%;
  top: 0px;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}

#tagscroll a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/**/

/* ==== Slider Style === */
.Modern-Slider .item .img-fill {
  height: 100vh;
  background: #000;
  background-size: cover !important;
  background-position: 100% 100% !important;
}

.Modern-Slider .item .img-fill .info {
  position: absolute;
  /*width:100%;*/
  width: 45%;
  height: 100%;
  top: 0px;
  /*left:0px;*/
  left: 35px;
  /*background:rgba(0,0,0,.50);*/
  line-height: 100vh;
  text-align: left;
}

.Modern-Slider .item .img-fill img {
  /*filter:blur(5px);*/
  filter: blur(1px);
}

.Modern-Slider .item .info>div {
  display: inline-block !important;
  vertical-align: middle;
}

.Modern-Slider .NextArrow {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, .50);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font: 20px/45px FontAwesome;
  color: #FFF;
  z-index: 5;
}

.Modern-Slider .NextArrow:before {
  content: '\f105';
}

.Modern-Slider .PrevArrow {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, .50);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font: 20px/45px FontAwesome;
  color: #FFF;
  z-index: 5;
}

.Modern-Slider .PrevArrow:before {
  content: '\f104';
}

.Modern-Slider .slick-dots {
  position: absolute;
  height: 5px;
  background: rgba(255, 255, 255, .20);
  bottom: 0px;
  width: 100%;
  left: 0px;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.Modern-Slider .slick-dots li button {
  display: none;
}

.Modern-Slider .slick-dots li {
  float: left;
  width: 0px;
  height: 5px;
  background: #d62828;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.Modern-Slider .slick-dots li.slick-active {
  width: 100%;
  animation: ProgressDots 11s both;
}

.Modern-Slider .item h3 {
  /*font:30px/50px;*/
  font-size: 45px;
  line-height: 65px;
  text-transform: uppercase;
  color: #FFF;
  animation: fadeOutRight 1s both;
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px #000;
}

.Modern-Slider .item h5 {
  margin: 0;
  padding: 0;
  font: 15px/30px;
  color: #FFF;
  max-width: 600px;
  overflow: hidden;
  height: 60px;
  animation: fadeOutLeft 1s both;
}

.Modern-Slider .item.slick-active h3 {
  animation: fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h5 {
  animation: fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active {
  animation: Slick-FastSwipeIn 1s both;
}

.Modern-Slider {
  background: #000;
}

/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn {
  0% {
    transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
  }

  100% {
    transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
  }
}

@-webkit-keyframes ProgressDots {
  from {
    width: 0px;
  }

  to {
    width: 100%;
  }
}

@keyframes ProgressDots {
  from {
    width: 0px;
  }

  to {
    width: 100%;
  }
}

/* ==== Slick Slider Css Ruls === */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left
    /* If RTL Make This Right */
  ;
  height: 100%;
  min-height: 1px
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

/*End*/

/*Video */
#video-container {
  max-width: 1440px !important;
}

.slider-video {
  height: 100vh;
}

.property-customization {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /*padding: 150px 0;*/
  padding: 200px 0;
  background: #26282b;
  color: #fff;
  position: relative;
}

.video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background: #000;
  opacity: 0.8;
}

.video-title {
  /*font-family: "Johnston-regular";*/
  font-family: 'Johnston ITC Light OS';
  margin: 0 0 .5em;
  margin-bottom: 0.5em;
  font-weight: 400;
  margin-bottom: .328125em;
  font-size: 4.3em;
  line-height: 1.0625;
  text-align: left;
  text-shadow: 1px 1px #000;
}

.video-bg video {
  min-width: 100%;
  min-height: 100%;
  float: left;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.arlo_tm_arrow_wrap {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  margin-left: -21px;
  z-index: 1;
}

.arlo_tm_arrow_wrap a {
  text-decoration: none;
  color: #fff;
  font-size: 30px;
}

/*team */
.ourteam {
  /*padding: 40px 0;*/
  padding: 40px 0 20px 0;
  overflow: inherit;
}

.ourteam .section-head {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.ourteam .sub-title {
  color: #58b784;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding-left: 60px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  position: relative;
}

.ourteam .sub-title::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #95a69d;
  position: absolute;
  left: 0;
  top: 50%;
}

.ourteam .wt-tilte-main h2.text-blue {
  font-size: 35px;
  font-weight: bold;
}

.ourteam .wt-tilte-main h2.text-blue {
  font-size: 35px;
  font-weight: bold;
  padding-left: 51px;
}

/* .ourteam .wt-tilte-main h2.text-blue::before {
  position: absolute;
  content: "\f508";
  font-family: 'Line Awesome Free';
  left: 0px;
  top: 60px;
  font-size: 40px;
  color: #2ea47a;
} */

.ourteam .bdr-primary {
  border-color: #5edb98;
}

.ourteam .bdr-solid {
  border-style: solid;
}

.ourteam .bdr-r-3 {
  border-width: 0px 3px 0px 0px;
  height: 115px;
}

.ourteam .wt-tilte-main {
  float: left;
  padding-right: 70px;
  padding-top: 25px;
}

.ourteam .title-right-detail {
  padding-left: 50px;
  padding-top: 25px;
  overflow: hidden;
}

.ourteam .title-right-detail p {
  line-height: 30px;
  font-size: 19px;
}


.team_style_three {
  position: relative;
  transition: .5s;
}

.team_style_three-thumb {
  position: relative;
  z-index: 1;
  transition: .5s;
}

.team_style_three_thumb_inner {
  position: relative;
  z-index: 1;
  transition: .5s;
  overflow: hidden;
}

.team_style_three-thumb::after {
  position: absolute;
  left: 0;
  bottom: 4px;
  height: 100%;
  width: 100%;
  background: #0c5adb;
  content: "";
  -webkit-transform: skew(1deg);
  -khtml-transform: skew(69deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  opacity: 0;
  transition: .5s;
  z-index: -1;
}

.team_style_three_thumb_inner::before {
  position: absolute;
  left: -70px;
  bottom: -59px;
  height: 120px;
  width: 133%;
  background: #fff;
  content: "";
  -webkit-transform: skew(-30deg);
  -khtml-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-98deg);
}

.team_style_three_thumb_inner img {
  width: 100%;
}

.team_style_three_content {
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 18px;
  z-index: 1;
  padding: 15px 10px 35px 50px;
  transition: .5s;
}

.team_style_three_content::before {
  background: #59b683;
  transition: .5s;
}

.team_style_three_content::before,
.team_style_three_content::after {
  content: '';
  top: 0;
  left: 0;
  right: 50px;
  bottom: 0;
  position: absolute;
  z-index: -2;
  -webkit-transform: skew(-30deg);
  -khtml-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  -webkit-transition: all .2s linear 0ms;
  -khtml-transition: all .2s linear 0ms;
  -moz-transition: all .2s linear 0ms;
  -ms-transition: all .2s linear 0ms;
  -o-transition: all .2s linear 0ms;
  transition: all .2s linear 0ms;
}

.team_style_three_icon {
  opacity: 1;
  transition: .5s;
  position: absolute;
  left: 114px;
  top: 8px;
}

.team_style_three_icon a {
  color: #fff;
  display: inline-block;
  margin: 5px;
}

/*
.team_style_three:hover .team_style_three_icon {
    opacity: 1;
    top: 35px;
}*/

.ourteam .info-about {
  padding: 0;
}

.ourteam .info-about h3 {
  text-transform: capitalize;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 20px;
  letter-spacing: .5px;
  margin-top: 20px;
  font-weight: 900;
}

.ourteam ul.team-ul {
  margin: 15px 0 15px;
}

.ourteam ul.team-ul,
ul.team-ul li {
  padding: 0;
  list-style: none;
}

.ourteam ul.team-ul li {
  margin: 0em;
  margin-left: 0em;
  margin-left: 1.5em;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ourteam .info-about p {
  padding: 0px;
  font-size: 20px;
  /*line-height: 28px;*/
  line-height: 35px;
  font-weight: 300;
}

.ourteam ul.team-ul li.designation {
  font-size: 19px;
  font-weight: bold;
}

.ourteam ul.team-ul li.designation::before {
  content: "\f2bd";
  font-family: 'Line Awesome Free';
  float: left;
  margin-left: -1.5em;
  color: #626262;
}

/**/
#service-link {
  display: none;
}

/**/
/*Button*/
.btn {
  color: #26282b;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  /* border: 1px solid #c4c4c4; */
  display: inline-block;
  transition: 0.3s;
  background-color: #5bc784;
  text-transform: uppercase;
}

.btn:hover {
  color: #fff;
  border: 1px solid #3ea069;
  background: #3ea069;
}

.about-section {
  padding: 80px 0;
}

/*Title*/

.about-section .image-outer {
  position: relative;
  padding-right: 30px;
  padding-bottom: 30px;
}

/* .about-section .image-outer::before {
  position: absolute;
  content: '';
  right: 0px;
  top: 30px;
  bottom: 0px;
  left: 30px;
  left: 148px;
  border: 2px solid #599b47;

} */

.about-section .image-outer .image {
  position: relative;
}

.about-section .image-outer .image img {
  position: relative;
  width: 100%;
  display: block;
}

.director {
  display: flex;
  align-content: center;
}

.director-content {
  padding-left: 0px;
}

.director-content h2 {
  font-size: 35px;
  line-height: 1.3;
  margin: 0 0 10px 0;
  font-weight: bold;
}

.director-content h2::before {
  position: absolute;
  content: '';
  left: 20px;
  top: -18px;
  width: 85px;
  height: 70px;
  z-index: -1;
  border: 10px solid #eef2ed;
  -webkit-transform: perspective(400px) rotateY(40deg);
  -ms-transform: perspective(400px) rotateY(40deg);
  -o-transform: perspective(400px) rotateY(40deg);
  -moz-transform: perspective(400px) rotateY(40deg);
  transform: perspective(400px) rotateY(40deg);
}

.director-content h3 {
  color: #58b784;
  display: block;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0px;
  position: relative;
  /*padding-left: 60px;*/
  padding-left: 35px;
  font-weight: bold;
}

.director-content h3::before {
  content: " ";
  display: block;
  /*background: #58b784;*/
  background-image: url('../img/micon.png');
  background-repeat: no-repeat;
  /*width: 50px;
    height: 2px;*/
  width: 24px;
  height: 24px;
  top: -3px;
  left: 0;
  position: absolute;
}

.about-section .sub-title {
  color: #58b784;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding-left: 60px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  position: relative;
}

.about-section .sub-title::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #95a69d;
  position: absolute;
  left: 0;
  top: 50%;
}

.about-section .wt-tilte-main h2.text-blue {
  font-size: 35px;
  font-weight: bold;
  padding-left: 31px;
}

.about-section .wt-tilte-main h2.text-blue::before {
  position: absolute;
  content: '\f111';
  font-family: flaticon;
  left: 0px;
  top: 60px;
  font-size: 40px;
  color: #2ea47a;
  /* content: '';
    left: 20px;
    top: 45px;
    width: 75px;
    height: 75px;
    border: 10px solid #d9dfd7;
    -webkit-transform: perspective(400px) rotateY(35deg);
    -ms-transform: perspective(400px) rotateY(35deg);
    -o-transform: perspective(400px) rotateY(35deg);
    -moz-transform: perspective(400px) rotateY(35deg);
    transform: perspective(400px) rotateY(35deg);
	opacity: 0.4;*/
}

.about-section .wt-tilte-main {
  float: left;
  padding-right: 0px;
  padding-top: 25px;
}

.about-section .bdr-solid {
  border-style: none;
}

.about-section .bdr-r-3 {
  border-width: none;
  height: 125px;
  width: 100%;
}

.about-section .contents {
  margin-top: 10px;
  font-size: 19px;
}


/*concept*/
.concept {
  padding: 80px 0;

}

.section-full {
  position: relative;
}

.dots-image {
  display: inline-block;
  position: relative;
}

.dots-image img {
  display: block;
  position: relative;
  z-index: 1;
  margin-left: 0;
}

.dots-image .dots {
  position: absolute;
  left: -20%;
  bottom: -15%;
  width: 101%;
  height: 57.2%;
  background: url('../img/dots.png') 0 0 repeat;
}

.concept .sub-title {
  color: #58b784;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding-left: 60px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  position: relative;
}

.concept .sub-title::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #95a69d;
  position: absolute;
  left: 0;
  top: 50%;
}

.concept .wt-tilte-main h2.text-blue {
  font-size: 35px;
  font-weight: bold;
  padding-left: 31px;
}

.concept .wt-tilte-main h2.text-blue::before {
  position: absolute;
  content: '\f112';
  font-family: flaticon;
  left: 0px;
  top: 60px;
  font-size: 40px;
  color: #2ea47a;
  /*content: '';
    left: 20px;
    top: 45px;
    width: 75px;
    height: 75px;
    border: 10px solid #d9dfd7;
    -webkit-transform: perspective(400px) rotateY(35deg);
    -ms-transform: perspective(400px) rotateY(35deg);
    -o-transform: perspective(400px) rotateY(35deg);
    -moz-transform: perspective(400px) rotateY(35deg);
    transform: perspective(400px) rotateY(35deg);
	opacity: 0.4;*/
}

.concept .wt-tilte-main {
  float: left;
  padding-right: 0px;
  padding-top: 25px;
}

.concept .bdr-solid {
  border-style: none;
}

.concept .bdr-r-3 {
  border-width: none;
  height: 125px;
  width: 100%;
}

.concept .contents {
  margin-top: 10px;
  font-size: 19px;
}

.services .contents {
  font-size: 19px;
}


/*Service Page*/
#ourservice {
  padding: 60px 0 40px 0;
  background: #fff;
}

#ourservice .services-inner {
  border: 2px solid #fffefe;
  margin-left: 35px;
  transition: .3s;
  height: 250px;
  background: radial-gradient(circle, rgba(88, 183, 132, 1) 0%, rgba(22, 171, 148, 1) 35%, rgba(62, 160, 105, 1) 100%);
}

#ourservice .our-services-wrapper:hover .services-inner,
.our-services-wrapper:hover .our-services-img img {
  background: #fff none repeat scroll 0 0;
  border: 2px solid transparent;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

#ourservice .services-inners {
  border: 2px solid #fffefe;
  margin-left: 35px;
  transition: .3s;
  height: 300px;
  background: radial-gradient(circle, rgba(88, 183, 132, 1) 0%, rgba(22, 171, 148, 1) 35%, rgba(62, 160, 105, 1) 100%);
}

#ourservice .our-services-wrapper:hover .services-inners,
.our-services-wrapper:hover .our-services-img img {
  background: #fff none repeat scroll 0 0;
  border: 2px solid transparent;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}


#ourservice .title-inners .sub-title {
  color: #58b784;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding-left: 60px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  position: relative;
}

#ourservice .title-inners .sub-title::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #58b784;
  position: absolute;
  left: 0;
  top: 50%;
}

#ourservice .title-inners h2 {
  position: relative;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.4em;
  display: inline-block;
  padding-left: 32px;
  color: #4d4643;
}

#ourservice .title-inners::before {
  position: absolute;
  /*content: '\f110';
    font-family: flaticon;*/
  left: 29%;
  top: 31px;
  font-size: 40px;
  color: #2ea47a;
}

/* #ourservice .image-outer::before {
  position: absolute;
  content: '';
  right: 0px;
  top: -16px;
  bottom: -15px;
  left: 91px;
  border: 2px solid #599b47;
  z-index: -1;
} */

.ourdesignse {
  padding: 10px 0
}

#ourdesigne .title-inners .sub-title {
  color: #58b784;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding-left: 60px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  position: relative;
}

#ourdesigne .title-inners .sub-title::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #58b784;
  position: absolute;
  left: 30px;
  top: 50%;
}

#ourdesigne .title-inners h2 {
  position: relative;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.4em;
  display: inline-block;
  padding-left: 32px;
  color: #4d4643;
}

#ourdesigne .title-inners::before {
  position: absolute;
  /* content: '\f110';
    font-family: flaticon;*/
  left: -12%;
  top: 31px;
  /*font-size: 40px;
    color: #2ea47a;*/
}

#ourdesigne .icons {
  left: -13%;
}

/* #ourdesigne .image-outer::before {
  position: absolute;
  content: '';
  right: 0px;
  top: -16px;
  bottom: 13px;
  left: 91px;
  border: 2px solid #599b47;
  z-index: -1;
} */

#ourdesigne .image-outers1::before {
  position: absolute;
  content: '';
  right: 0px;
  top: -12px;
  bottom: 116px;
  left: 91px;
  border: 2px solid #599b47;
  z-index: -1;
}

#ourdesigne .image-outers2::before {
  position: absolute;
  content: '';
  right: 0px;
  top: -12px;
  bottom: -18px;
  left: 91px;
  border: 2px solid #599b47;
  z-index: -1;
}

#ourdesigne .image-outer3::before {
  position: absolute;
  content: '';
  right: 0px;
  top: -16px;
  bottom: -4px;
  left: 91px;
  border: 2px solid #599b47;
  z-index: -1;
}

#ourdesigne h4 {
  font-weight: 600;
}

#ourdesigne p {
  font-size: 19px;
}


#onsite .title-inners .sub-title {
  color: #58b784;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding-left: 60px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  position: relative;
}

#onsite .title-inners .sub-title::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #58b784;
  position: absolute;
  left: 18%;
  top: 50%;
}

#onsite .title-inners h2 {
  position: relative;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.4em;
  display: inline-block;
  padding-left: 32px;
  color: #4d4643;
}

#onsite .title-inners::before {
  position: absolute;
  /* content: '\f110';
    font-family: flaticon;*/
  left: -12%;
  top: 31px;
  /*font-size: 40px;
    color: #2ea47a;*/
}

#onsite .icons {
  left: -13%;
}

#onsite .image-outer::before {
  position: absolute;
  content: '';
  right: 0px;
  top: -16px;
  bottom: 41px;
  left: 91px;
  border: 2px solid #599b47;
  z-index: -1;
}

#onsite .image-outers1::before {
  position: absolute;
  content: '';
  right: 0px;
  top: -12px;
  bottom: 116px;
  left: 91px;
  border: 2px solid #599b47;
  z-index: -1;
}

/* #onsite .image-outers2::before {
  position: absolute;
  content: '';
  right: 0px;
  top: -12px;
  bottom: -18px;
  left: 91px;
  border: 2px solid #599b47;
  z-index: -1;
} */

/* #onsite .image-outer3::before {
  position: absolute;
  content: '';
  right: 0px;
  top: -16px;
  bottom: -18px;
  left: 91px;
  border: 2px solid #599b47;
  z-index: -1;
} */


#onsite h4 {
  font-weight: 600;
}

#onsite p {
  font-size: 19px;
}

/* #career .image-outers::before {
  position: absolute;
  content: '';
  right: 0px;
  top: -16px;
  bottom: -18px;
  left: 91px;
  border: 2px solid #599b47;
  z-index: -1;
} */

#validations .title-inners .sub-title {
  color: #58b784;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding-left: 60px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  position: relative;
}

#validations .title-inners .sub-title::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #58b784;
  position: absolute;
  left: 30px;
  top: 50%;
}

#validations .title-inners h2 {
  position: relative;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.4em;
  display: inline-block;
  padding-left: 32px;
  color: #4d4643;
}

#validations .title-inners::before {
  position: absolute;
  /* content: '\f110';
    font-family: flaticon;*/
  left: -12%;
  top: 31px;
  /*font-size: 40px;
    color: #2ea47a;*/
}

#validations .icons {
  left: -13%;
}

#validations .image-outer::before {
  position: absolute;
  content: '';
  right: 0px;
  top: -16px;
  bottom: 41px;
  left: 91px;
  border: 2px solid #599b47;
  z-index: -1;
}

/* #validations .image-outers1::before {
        position: absolute;
        content: '';
        right: 0px;
        top: -12px;
        bottom: 96px;
        left: 91px;
        border: 2px solid #599b47;
        z-index: -1;
      } */

/* #validations .image-outers2::before {
  position: absolute;
  content: '';
  right: 0px;
  top: -12px;
  bottom: -18px;
  left: 91px;
  border: 2px solid #599b47;
  z-index: -1;
} */

#validations .image-outer3::before {
  position: absolute;
  content: '';
  right: 0px;
  top: -16px;
  bottom: -4px;
  left: 91px;
  border: 2px solid #599b47;
  z-index: -1;
}

#validations h4 {
  font-weight: 600;
}

#validations p {
  font-size: 19px;
}



#offsite .title-inners .sub-title {
  color: #58b784;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding-left: 60px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  position: relative;
}

#offsite .title-inners .sub-title::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #58b784;
  position: absolute;
  left: 138px;
  top: 50%;
}

#offsite .title-inners h2 {
  position: relative;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.4em;
  display: inline-block;
  padding-left: 32px;
  color: #4d4643;
}

#offsite .title-inners .icons {
  position: absolute;

  /*content: '\f110';
    font-family: flaticon;*/
  left: -8%;

  /* top: 31px; */
  /* font-size: 40px; */
  /* color: #2ea47a; */
}

#offsite .image-outer::before {
  position: absolute;
  content: '';
  right: 0px;
  top: -16px;
  bottom: 41px;
  left: 91px;
  border: 2px solid #599b47;
  z-index: -1;
}

/* #offsite .image-outers::before {
  position: absolute;
  content: '';
  right: 0px;
  top: -16px;
  bottom: -8px;
  bottom: 170px;
  left: 91px;
  border: 2px solid #599b47;
  z-index: -1;
} */

#offsite p {
  font-size: 19px;
}



#career .title-inners .sub-title {
  color: #58b784;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding-left: 60px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  position: relative;
}

#career .title-inners .sub-title::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #58b784;
  position: absolute;
  left: 3px;
  top: 50%;
}

#career .title-inners h2 {
  position: relative;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.4em;
  display: inline-block;
  padding-left: 32px;
  color: #4d4643;
}

#career .title-inners::before {
  position: absolute;
  /* content: '\f110';
    font-family: flaticon;*/
  left: -12%;
  top: 31px;
  /*font-size: 40px;
    color: #2ea47a;*/
}

#career .icons {
  left: -30%;
}


#company .title-inners .sub-title {
  color: #58b784;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding-left: 60px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  position: relative;
}

#company .title-inners .sub-title::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #58b784;
  position: absolute;
  left: 29%;
  top: 50%;
}

#company .title-inners h2 {
  position: relative;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.4em;
  display: inline-block;
  padding-left: 32px;
  color: #4d4643;
}

#company .title-inners::before {
  position: absolute;
  /* content: '\f110';
    font-family: flaticon;*/
  left: -12%;
  top: 31px;
  /*font-size: 40px;
    color: #2ea47a;*/
}

#company .icons {
  left: -9%;
}

/*Video*/
#video{padding: 40px 0;
overflow: hidden;}
#video .sec-titles .title-inners::before {display:none}
#video .title-inners .sub-title {
  color: #58b784;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding-left: 60px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  position: relative;
}

#video .title-inners .sub-title::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #58b784;
  position: absolute;
  left: 15%;
  top: 50%;
}

#video .title-inners h2 {
  position: relative;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.4em;
  display: inline-block;
  padding-left: 32px;
  color: #4d4643;
}

/*#video .title-inners::before {
  position: absolute; 
  left: -12%;
  top: 31px;
 }*/

#video .icons {
  left: -16%;
}

#video .sec-titles {
  position: relative;
  margin-bottom: 35px;
}

.video-style-two {
  background-image: url('../img/profile.jpg');
  background-position: 100% 1%;
  background-size: cover;
  position: relative;
  height: 100%;
  padding-top: 200px;
  padding-bottom: 200px;
  z-index: 0;
}
.video-style-two::before {
  position: absolute;
  content: '';
  background: #464544;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .45;
  z-index: -1;
}
.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.video-style-two .video-text a {
  margin-bottom: 38px;
  display: inline-block;
}
.video-style-two .video-text a i {
  color: #fff;
  background: #16ab94;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 85px;
  display: inline-block;
  font-size: 32px;
  position: relative;
  z-index: 0;
  border-radius: 55% 45% 38% 62%/52% 57% 43% 48%;
}
.video-style-two .video-text p {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
}
.video-style-two .video-text a i::after {
  position: absolute;
  content: '';
  background: rgba(22, 171, 148,.5);
  width: 100px;
  height: 100px;
  top: -10px;
  left: -10px;
  z-index: -1;
  border-radius: 55% 45% 38% 62%/52% 57% 43% 48%;
  -webkit-animation: wrep 5s infinite ease-in-out;
  animation: wrep 5s infinite ease-in-out;
}

@-webkit-keyframes wrep{0%{border-radius:55% 45% 38% 62%/52% 57% 43% 48%}35%{border-radius:67% 33% 39% 61%/48% 63% 37% 52%}70%{border-radius:40% 60% 62% 38%/32% 41% 59% 68%}100%{border-radius:55% 45% 38% 62%/52% 57% 43% 48%}}
@keyframes wrep{0%{border-radius:55% 45% 38% 62%/52% 57% 43% 48%}35%{border-radius:67% 33% 39% 61%/48% 63% 37% 52%}70%{border-radius:40% 60% 62% 38%/32% 41% 59% 68%}100%{border-radius:55% 45% 38% 62%/52% 57% 43% 48%}}


/* .designeng img {
  border: 1px solid #b7b5b5;
} */

.onsite img {
  border: 1px solid #b7b5b5;
}

.amenities-box {
  text-align: center;
  padding: 0 10px 20px;
  font-size: 16px;
  margin-bottom: 10px;
}

.amenities-box img {
  font-size: 36px;
  display: block;
  margin: 0 auto;
  width: 50px;
}

.col-20 {
  width: 20%;
}

.inner .date {
  position: relative;
  display: block;
  width: 130px;
  background: #00917a;
  text-align: center;
  z-index: 1;
}

.inner .date::before {
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 9px;
  height: 10px;
  background: url('../img/arrow-2.png');
  content: "";
  z-index: -1
}

.inner .date h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 42px;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
}

.inner .text {
  position: relative;
  display: block;
}

.working-process-area {
  padding: 30px 0 0px 0;
}

.single-working-process {
  position: relative;
  display: block;
  padding-top: 40px;
  background: transparent;
  transition: all 500ms ease;
  margin-bottom: 60px;
}

.single-working-process:hover {
  transform: translateY(-10px);
}

.single-working-process .top-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 90px;
  height: 90px;
  display: block;
  border: 3px solid #05aa93;
  padding: 27px 0;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  z-index: 3;
}

.single-working-process .top-box::before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  content: "";
  background: #00917a;
  border-radius: 50%;
  transition: all 0.5s ease-in-out 0s;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateY(-90deg) translateZ(0px);
  opacity: 0;
  z-index: -1;
}

.single-working-process:hover .top-box::before {
  transform: perspective(1200px) rotateY(0deg) translateZ(0px);
  transition-delay: 0.1s;
  opacity: 1;
}

.single-working-process .top-box span {
  color: #27282c;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 700ms ease 100ms;
}

.single-working-process:hover .top-box span {
  color: #ffffff;
  transition: all 700ms ease 500ms;
}


.single-working-process .inner {
  position: relative;
  display: block;
  padding: 82px 30px 50px;
  background: #ffffff;
  border-top: 3px solid #00917a;
  -webkit-box-shadow: 0px 6px 10px 3px #e8e8e8;
  box-shadow: 0px 6px 10px 3px #e8e8e8;
  transition: all 300ms ease;
}

.single-working-process:hover .inner {
  box-shadow: none;
}

.single-working-process .inner h3 {
  color: #27282c;
  font-weight: 600;
  margin: 0 0 18px;
}

.single-working-process .inner p {
  margin: 0;
}

.single-working-process .inner .icon-holder {
  position: relative;
  display: block;
  padding-top: 22px;
}

.single-working-process .inner .icon-holder span:before {
  color: #bababa;
  font-size: 80px;
  line-height: 80px;
  transition: all 700ms ease 500ms;
}

.single-working-process:hover .inner .icon-holder span:before {
  color: #e9212e;
  transition: all 700ms ease 500ms;
}



/*vision*/
.contents-teaser {
  text-align: center;
  padding: 1.8rem 1.5em;
  line-height: 1.4em;
}

.contents-teaser h3 {
  font-size: 2em;
  font-weight: bold;
  margin: .5em 0;
  margin-top: 0.5em;
  margin-top: 0;
}

.contents-teaser p {
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.4;
  margin-bottom: 30px;
}

.deck-image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.deck-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  position: relative;
  background-color: #fff;
  height: 100%;
}

.no-shadow {
  box-shadow: none !important;
}

/*Services*/

.services {
  padding: 60px 0 40px 0;
  /*background-color: #10937b;*/
  background: rgb(88, 183, 132);
  background: radial-gradient(circle, rgba(88, 183, 132, 1) 0%, rgba(22, 171, 148, 1) 35%, rgba(62, 160, 105, 1) 100%);
}

.services-section {
  /*display: flex;*/
  align-content: center;
}

.services-content {
  padding-left: 0px;
}

.sec-titles {
  position: relative;
  margin-bottom: 70px;
}

.centered {
  text-align: center;
}

.sec-titles .title-inners {
  position: relative;
  display: inline-block;
}

.sec-titles .title-inners::before {
  position: absolute;
  content: '\f110';
  font-family: flaticon;
  left: 29%;
  top: 31px;
  font-size: 40px;
  color: #fff;
  /*content: '';
    right: 54%;
    top: 24px;
    width: 75px;
    height: 75px;
    border: 10px solid #d9dfd7;
    -webkit-transform: perspective(400px) rotateY(35deg);
    -ms-transform: perspective(400px) rotateY(35deg);
    -o-transform: perspective(400px) rotateY(35deg);
    -moz-transform: perspective(400px) rotateY(35deg);
    transform: perspective(400px) rotateY(35deg);
	opacity: 0.5;*/
}

.title-inners h2 {
  position: relative;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.4em;
  display: inline-block;
  padding-left: 32px;
  /*text-transform: uppercase;
	color: #fff;
    font-size: 35px;
    line-height: 1.3;
	margin: 0 0 10px 0;
    font-weight: bold;
	text-align:center;*/
}

.title-inners .sub-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding-left: 60px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  position: relative;
}

.title-inners .sub-title::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}


.services-content h3 {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px;
  margin-top: 0px;
  position: relative;
  /*padding-left: 60px;*/
  padding-left: 35px;
  font-weight: bold;
  text-align: center;
}

/*
.services-content h3::before {
   content: " ";
    display: block;

    background-image: url('../img/micon.png');
	background-repeat:no-repeat;
    width: 24px;
    height: 24px;
    top: -3px;
    left: 30%;
    position: absolute;
}*/
.mb-60 {
  margin-bottom: 60px;
}

.services-inner {
  border: 2px solid #fffefe;
  margin-left: 35px;
  transition: .3s;
  height: 300px;
}

.our-services-img {
  float: left;
  margin-left: -36px;
  margin-right: 22px;
  margin-top: 28px;
}

.our-services-img img {
  background: #f5f5f5;
  border: 1px solid gray;
  border-radius: 50px;
}

.our-services-text {
  overflow: hidden;
  padding: 24px 11px 22px 0px;
}

.our-services-text h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 8px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}

.our-services-text h4::before {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  width: 35px;
}

.our-services-text p {
  color: #fff;
  margin-bottom: 0;
  /*font-size: 17px;*/
  font-size: 19px;
  text-align: left;
  text-align: justify;
}

.our-services-text a,
.our-services-text i {
  color: #fff;
}

.services-inner:hover .our-services-text i,
.services-inner:hover .our-services-text a {
  color: rgba(88, 183, 132, 1);
}

.our-services-wrapper:hover .services-inner,
.our-services-wrapper:hover .our-services-img img {
  background: #fff none repeat scroll 0 0;
  border: 2px solid transparent;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.our-services-wrapper:hover .services-inner .our-services-text h4,
.our-services-wrapper:hover .services-inner .our-services-text p,
.our-services-wrapper:hover .services-inner .our-services-text span {
  color: #222222;
}

.our-services-wrapper:hover .services-inners .our-services-text h4,
.our-services-wrapper:hover .services-inners .our-services-text p,
.our-services-wrapper:hover .services-inners .our-services-text span {
  color: #222222;
}

.our-services-wrapper:hover .services-inners .our-services-text i,
.our-services-wrapper:hover .services-inners .our-services-text a {
  color: rgba(88, 183, 132, 1);
}

.our-services-wrapper:hover .services-inner .our-services-text h4::before {
  background: #10937b none repeat scroll 0 0;
}

.our-services-wrapper:hover .services-inner .our-services-text h4::after {
  background: #58b784 none repeat scroll 0 0;
}

.six h4 {
  /* text-align: center; */
  /*font-size:18px; */
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  word-spacing: 1px;
  letter-spacing: 2px;
  color: #fff;

}

.six h4 span {
  line-height: 2em;
  padding-bottom: 15px;
  text-transform: none;
  font-size: .9em;
  font-weight: normal;
  font-style: italic;
  /*font-family: "Playfair Display","Bookman",serif;*/
  font-family: 'Johnston ITC Light OS';
  color: #fff;
  letter-spacing: -0.005em;
  word-spacing: 1px;
  letter-spacing: none;
  display: block;
}

.six h4:after,
.six h4:before {
  position: absolute;
  left: 0;
  /*bottom: 0;*/
  bottom: 13px;
  width: 45px;
  height: 4px;
  content: "";
  right: 45px;
  /*margin:auto;*/
  background-color: #ccc;
}

.six h4:before {
  background-color: #fff;
  /*left:45px;*/
  left: 0px;
  width: 90px;
}



/*Why Choose Us*/
.why-choose {
  /*padding: 40px 0;*/
  padding: 40px 0 20px 0;
  overflow: inherit;
}

.why-choose p {
  font-size: 19px;
}

.section-head {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.sub-title {
  color: #58b784;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding-left: 60px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  position: relative;
}

.sub-title::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #95a69d;
  position: absolute;
  left: 0;
  top: 50%;
}

.wt-tilte-main h2.text-blue {
  font-size: 35px;
  font-weight: bold;
}

.why-choose .wt-tilte-main h2.text-blue {
  font-size: 35px;
  font-weight: bold;
  padding-left: 45px;
}

.why-choose .wt-tilte-main h2.text-blue::before {
  position: absolute;
  /*content: '';*/
  content: '\f10f';
  font-family: flaticon;
  left: 0px;
  top: 60px;
  font-size: 40px;
  color: #2ea47a;
  /*left: 20px;
    top: 45px;
	width: 75px;
    height: 75px;
    border: 10px solid #d9dfd7;
    -webkit-transform: perspective(400px) rotateY(35deg);
    -ms-transform: perspective(400px) rotateY(35deg);
    -o-transform: perspective(400px) rotateY(35deg);
    -moz-transform: perspective(400px) rotateY(35deg);
    transform: perspective(400px) rotateY(35deg);
	opacity: 0.4;*/
}


.bdr-primary {
  border-color: #5edb98;
}

.bdr-solid {
  border-style: solid;
}

.bdr-r-3 {
  border-width: 0px 3px 0px 0px;
  /*height: 175px;*/
  /* height: 135px; */
}

.wt-tilte-main {
  float: left;
  padding-right: 15px;
  padding-top: 25px;
}

.title-right-detail {
  padding-left: 20px;
  overflow: hidden;
}

.title-right-detail p {
  line-height: 30px;
  font-size: 19px;
}


/*About Us page*/
blockquote {
  font-size: 1.9em;
  width: 100%;
  margin: 20px auto;
  font-style: italic;
  color: #555555;
  padding: 1.2em 30px 1.2em 65px;
  border-left: 8px solid #10937B;
  line-height: 1.6;
  position: relative;
  background: #EDEDED;
}

#ourvision {
  font-style: italic;
}

.aboutus {
  /*padding: 40px 0;*/
  padding: 40px 0 20px 0;
  overflow: inherit;
}

.aboutus .section-head {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.aboutus .sub-title {
  color: #58b784;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding-left: 60px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  position: relative;
}

.aboutus .sub-title::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #95a69d;
  position: absolute;
  left: 0;
  top: 50%;
}

.aboutus .wt-tilte-main h2.text-blue {
  font-size: 35px;
  font-weight: bold;
}

.aboutus .wt-tilte-main h2.text-blue {
  font-size: 35px;
  font-weight: bold;
  padding-left: 51px;
}

.aboutus .wt-tilte-main h2.text-blue::before {
  position: absolute;
  /*content: '';*/
  content: '\f10f';
  font-family: flaticon;
  left: 0px;
  top: 60px;
  font-size: 40px;
  color: #2ea47a;
}

.aboutus p {
  font-size: 19px;
}

.aboutus .bdr-primary {
  border-color: #5edb98;
}

.aboutus .bdr-solid {
  border-style: solid;
}

.aboutus .bdr-r-3 {
  border-width: 0px 3px 0px 0px;
  height: 115px;
}

.aboutus .wt-tilte-main {
  float: left;
  padding-right: 70px;
  padding-top: 25px;
}

.aboutus .title-right-detail {
  padding-left: 50px;
  padding-top: 25px;
  overflow: hidden;
}

.aboutus .title-right-detail p {
  line-height: 30px;
}

.about-2-overview-left .wt-title {
  /*font-size: 23px;*/
  font-size: 27px;
  line-height: 35px;
  color: #FFF;
}

.about-2-overview-left {
  position: relative;
  z-index: 1;
  padding-top: 50px;
}

.about-2-overview-left:after {
  position: absolute;
  content: '';
  border: 20px solid #d8d8d8;
  right: -50px;
  top: 0px;
  bottom: 50px;
  width: 100%;
  z-index: -1;
}

.about-2-overview-left p {
  font-size: 19px;
}

.about-2-overview-left-outer {
  position: relative;
  z-index: 1
}

.about-2-overview-slider-outer {
  margin-left: -100px;
  position: relative;
  z-index: 0;
}

.p-a50 {
  padding: 5px 35px;
}

.bg-secondry-green {
  background: radial-gradient(circle, rgba(88, 183, 132, 1) 0%, rgba(22, 171, 148, 1) 35%, rgba(62, 160, 105, 1) 100%);
}

.service_style_five {
  border: 1px solid #d5c7c7;
  border-radius: 8px;
  background: transparent;
  transition: .5s;
}

.bm-30 {
  margin-bottom: 30px;
}

.bm-20 {
  margin-bottom: 20px;
}

.lp-25 {
  padding-left: 25px;
}

.tp-20 {
  padding-top: 20px;
}

.bp-20 {
  padding-bottom: 20px;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}


.feature_style_five:hover {
  background: radial-gradient(circle, rgba(88, 183, 132, 1) 0%, rgba(22, 171, 148, 1) 35%, rgba(62, 160, 105, 1) 100%);
  transform: translateY(-10px);
}

.feature_style_five {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-align: center;
  padding: 18px 30px 10px;
  box-shadow: 0 10px 29.7px 0.3px rgba(225, 225, 225, .64);
  position: relative;
  border-radius: 0px 50px 50px 50px;
  background: #fff;
  text-align: center;
  height: 175px;
  border: 1px solid #3e9f68;
}

.feature_style_five_cion i {
  color: #00917a;
  background-color: #eff2f7;
  border-radius: 0 40px 40px;
  font-size: 40px;
  line-height: 70px;
  height: 70px;
  width: 70px;
  transition: .5s;
}

.feature_style_five_title h4 {
  font-size: 21px;
  font-weight: 700;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.feature_style_five:hover .feature_style_five_title h4,
.feature_style_five:hover .feature_style_five_text p {
  color: #fff;
}

.feature_style_five::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url('../img/dot.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.text_center {
  text-align: center;
}

.vision-box .sec-titled {
  position: relative;
  margin-bottom: 10px;
}

.vision-box .sec-titled .title-inn {
  position: relative;
  display: inline-block;
}

.vision-box .sec-titled .title-inn::before {
  position: absolute;
  content: "\f1e5";
  font-family: 'FontAwesome';
  left: -30%;
  top: 0px;
  font-size: 30px;
  color: #2ea47a;
  /*content: '';
    right: 54%;
    top: 22px;
    width: 75px;
    height: 75px;
    border: 10px solid #d9dfd7;
    -webkit-transform: perspective(400px) rotateY(35deg);
    -ms-transform: perspective(400px) rotateY(35deg);
    -o-transform: perspective(400px) rotateY(35deg);
    -moz-transform: perspective(400px) rotateY(35deg);
    transform: perspective(400px) rotateY(35deg);
	opacity: 0.5;*/
}

.vision-box .title-inn h2 {
  position: relative;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.4em;
  display: inline-block;
}







/**/

.key-block {
  position: relative;
  margin-bottom: 40px;
}

.key-block .inner-box {
  position: relative;
  padding: 30px 30px 30px 70px;
  border: 2px dashed #d9dfd7;
  height: 100px;
}

.key-block .inner-box .icon-box {
  position: absolute;
  left: -27px;
  top: 50%;
  width: 55px;
  height: 100px;
  display: inline-block;
  color: #484848;
  font-size: 36px;
  line-height: 96px;
  text-align: center;
  margin-top: -50px;
  border-radius: 50px;
  background-color: #ffffff;
  border: 2px dashed #d9dfd7;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}


.key-block .inner-box .content {
  position: relative;
}

.key-block .inner-box .content h3 {
  position: relative;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 8px;
}

.key-block .inner-box .content h3 a {
  position: relative;
  color: #262626;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.key-block .inner-box .content .text {
  position: relative;
  color: #7c7b7b;
  font-size: 18px;
  line-height: 1.6em;
}

.key-block .inner-box:hover .icon-box {
  color: #ffffff;
  border-color: #599b47;
  background-color: #599b47;
}


.btns {
  color: #101832;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.075em;
  /*padding: .8em 1em;*/
  padding: .8em 1em .8em 3em;
  /*margin: auto 2em;*/
  margin-bottom: 33px;
  height: 84px;
  position: relative;
  text-align: left;
  text-transform: none;
  border: 3px #3ea069 solid;
  border-image: linear-gradient(45deg, #3ea069 0%, #10937b 100%);
  border-image-slice: 1 1 0 0;
  z-index: 1;
  box-shadow: -0.5em 0.5em rgba(16, 24, 50, 0);
  transform-origin: left bottom;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;

}

.btns::before,
.btns::after {
  border: 3px #3ea069 solid;
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
}

/*SIDE*/
.btns::before {
  border-image: linear-gradient(45deg, #3ea069 0%, #10937b 100%);
  border-image-slice: 100%;
  border-image-slice: 1 1 0 1;
  left: -0.59em;
  top: .15em;
  /*width: .58em;
height: 100%;*/
  width: .80em;
  height: 108%;
  transform: skewY(-45deg);
}

/*BOTTOM*/
.btns::after {
  border-image: linear-gradient(45deg, #3ea069 0%, #10937b 100%);
  border-image-slice: 1 1 1 0;
  bottom: -0.61em;
  right: 0.16em;
  /*width: 100%;*/
  width: 100%;
  /*height: .31em;*/
  /*height: .51em;*/
  height: .95em;
  transform: skewX(-45deg);
}

/* Shadow*/
.btns:hover {
  background-color: white;
  background-size: 90%;
  transform: translate(0.5em, -0.5em);
  box-shadow: -1em 1em 0.15em rgba(16, 24, 50, 0.1);
}

.btns:hover::before {
  background-size: 100%;
  background-image: -moz-linear-gradient(45deg, #3ea069 0%, #10937b 100%);
  background-image: -webkit-linear-gradient(45deg, #3ea069 0%, #10937b 100%);
  background-image: linear-gradient(45deg, #3ea069 0%, #10937b 100%);
  height: calc(100% - .13em);
  border-image-slice: 1;
}

.btns:hover::after {
  background-size: 100%;
  background-image: -moz-linear-gradient(45deg, #3ea069 0%, #10937b 100%);
  background-image: -webkit-linear-gradient(45deg, #3ea069 0%, #10937b 100%);
  background-image: linear-gradient(45deg, #3ea069 0%, #10937b 100%);
  width: calc(100% - .13em);
  border-image-slice: 1;


}

.icons {
  position: absolute;
  left: 7px;
  top: -15%;
  font-size: 36px;
  line-height: 96px;
  text-align: center;

}

.cta {

  width: 100%;
  /*background-color: #3ea069;*/
  background-color: #fff;
  background-size: 100%;
  background-image: -moz-linear-gradient(45deg, #fff 0%, #fff 100%);
  background-image: -webkit-linear-gradient(45deg, #3ea069 0%, #fff 100%);
  /*background-image: linear-gradient(45deg, #3ea069 0%, #10937b 100%);*/
  background-image: linear-gradient(45deg, #fff 0%, #fff 100%);
  /*border-image: linear-gradient(45deg, #58b784 0%, #16ab94 100%);*/
  border-image: linear-gradient(45deg, #58b784 0%, #16ab94 100%);
  border-image-slice: 100%;
  border-image-slice: 1;
  color: #101832;
}

.cta::before {
  /* background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYmNkZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOTdkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');*/
  background: linear-gradient(90deg, rgba(88, 183, 132, 1) 0%, rgba(22, 171, 148, 1) 35%, rgba(62, 160, 105, 1) 100%);
  border-image-slice: 1;
  background-size: 100%;
  background-image: -moz-linear-gradient(45deg, #3ea069 0%, #10937b 100%);
  background-image: -webkit-linear-gradient(45deg, #3ea069 0%, #10937b 100%);
  background-image: linear-gradient(45deg, #3ea069 0%, #10937b 100%);
  /*left: -0.75em;
top: .15em;*/
  left: -0.75em;
  top: .20em;
}

.cta::after {
  /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYmNkZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmMDBmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');*/
  background: linear-gradient(90deg, rgba(88, 183, 132, 1) 0%, rgba(22, 171, 148, 1) 35%, rgba(62, 160, 105, 1) 100%);
  /*bottom: -0.75em;*/
  bottom: -1.0em;
  right: .3em;
  border-image-slice: 1;
  background-image(linear-gradient(45deg, #58b784 0%, #16ab94 100%));

}

.cta:hover {

  background: #3ea069;
  border-image: linear-gradient(45deg, #58b784 0%, #16ab94 100%);
  border-image-slice: 1;
  /*color: #101832;*/
  color: #fff;
}

.cta:hover::before {
  /*height: 100%;*/
  height: 109%;
}

.cta:hover::after {
  /*width: 100%;*/
  width: 100%;
}

.repair-section .inner-blocks {
  position: relative;
  margin-top: 50px;
  padding-right: 200px;
  animation-duration: 3s;
}

.repair-block {
  position: relative;
  /*margin-bottom: 85px;*/
  margin-bottom: 50px;
  z-index: 1;
}

.repair-block .inner-block {
  position: relative;
  text-align: center;
}

.repair-block .inner-block .number-box {
  position: relative;
  width: 70px;
  height: 40px;
  /*color: #7c7b7b;*/
  color: #fff;
  margin: 0 auto;
  margin-bottom: 0px;
  /*font-size: 24px;*/
  font-size: 32px;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 35px;
  /*background: #e9ede7;*/
  background: #599b47;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  animation-duration: 3s;
}

.repair-block .inner-block .number-box::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 0;
  height: 0;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  /*border-bottom: 20px solid #e9ede7;	*/
  border-bottom: 20px solid #599b47;
  /* -webkit-animation-name:backInLeft ; */
  /* animation-name:backInLeft ; */
  -webkit-animation: backInLeft 4s linear;
  animation: backInLeft 4s linear;
  animation-duration: 7s;
  animation-delay: 9s;
}

.repair-block .inner-block .number-box .number {
  position: relative;
}

.repair-block .inner-block .number-box::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  /*border-top: 20px solid #e9ede7;*/
  border-top: 20px solid #599b47;
  -webkit-animation: backInRight 4s linear;
  animation: backInRight 4s linear;
  animation-duration: 7s;
  animation-delay: 9s;
  /* -webkit-animation-name:backInUp 4s linear; */
  /* animation-name:backInUp 4s linear; */
}

.repair-block .inner-block:hover .number-box::before {
  border-bottom-color: #599b47;
}

.repair-block .inner-block:hover .number-box::after {
  border-top-color: #599b47;
}

.repair-block .inner-block:hover .number-box {

  background-color: #599b47;
  color: #ffffff;

}

.repair-block .inner-block .repair-heading {
  position: relative;
  color: #4d4643;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 14px;

}

.repair-block .inner-block .repair-text {
  position: relative;
  color: #7c7b7b;
  font-size: 18px;
  line-height: 1.5em;
}


@-webkit-keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(.7);
    transform: translateY(-1200px) scale(.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(.7);
    transform: translateY(-1200px) scale(.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(.7);
    transform: translateY(1200px) scale(.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(.7);
    transform: translateY(1200px) scale(.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateY(700px) scale(.7);
    transform: translateY(700px) scale(.7);
    opacity: .7
  }
}

@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateY(700px) scale(.7);
    transform: translateY(700px) scale(.7);
    opacity: .7
  }
}

.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7);
    opacity: .7
  }
}

@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7);
    opacity: .7
  }
}

.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7);
    opacity: .7
  }
}

@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7);
    opacity: .7
  }
}

.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateY(-700px) scale(.7);
    transform: translateY(-700px) scale(.7);
    opacity: .7
  }
}

@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateY(-700px) scale(.7);
    transform: translateY(-700px) scale(.7);
    opacity: .7
  }
}

.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

@-webkit-keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.animate__bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}



/*Contact*/
.office-section {
  position: relative;
  padding: 50px 0px 70px;
  /*background-color: #10937b;*/

  background: rgb(88, 183, 132);
  background: linear-gradient(90deg, rgba(88, 183, 132, 1) 0%, rgba(22, 171, 148, 1) 35%, rgba(62, 160, 105, 1) 100%);
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.office-section .inner-container {
  padding-left: 40px;
  padding-right: 40px;
}

.contact-title {
  /*display: flex;*/
  align-content: center;
  margin-bottom: 55px;
}

.contact-content {
  padding-left: 0px;
}

.contact-content h2 {

  font-size: 35px;
  line-height: 1.3;
  margin: 0 0 10px 0;
  font-weight: bold;
  text-align: center;
}



.contact-content h3 {
  color: #58b784;
  display: block;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px;
  margin-top: 0px;
  position: relative;
  /*padding-left: 60px;*/
  padding-left: 35px;
  font-weight: bold;
  text-align: center;
}


/*
.office-section .title-box {
    position: relative;
    padding-top: 70px;
    margin-bottom: 55px;
}
.office-section .title-box::before {
    position: absolute;
    content: '';
    left: -40px;
    top: 0px;
    right: -40px;
    height: 210px;
    background-color: #e9ede7;
}
.office-section .title-box h2 {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #262626;
    text-align: center;
    text-transform: uppercase;
}*/
.connect-social {
  padding: 0;
  list-style: none;
  margin: 0;
}

.connect-social li {
  display: inline-block;
  margin-bottom: 10px;
}

ul.social-ft-icon li a {
  display: inline-flex;
  align-items: center;
}

ul.social-ft-icon li a i {
  margin: 0px 10px 0 0px;
  float: left;
  width: 30px;
  text-align: center;
  height: 30px;
  background-color: #e3e3e3;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.office-block {
  position: relative;
  margin-bottom: 30px;
}

.office-block .inner-box {
  position: relative;
  text-align: center;
  padding: 0px 15px 40px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
  background-color: #ffffff;
}

.office-block .inner-box .icon-box {
  position: relative;
  width: 80px;
  height: 80px;
  color: #599b47;
  text-align: center;
  overflow: hidden;
  font-size: 34px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 80px;
  border-radius: 50%;
  margin-top: -40px;
  margin-bottom: 35px;
  display: inline-block;
  background-color: #e9ede7;
}

.office-block .inner-box h3 {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4em;
  color: #262626;
  margin-bottom: 15px;
}

.office-block .inner-box .text {
  position: relative;
  color: #7c7b7b;
  font-size: 17px;
  line-height: 1.6em;
  margin-bottom: 25px;
  height: 37px;
}

.office-block .inner-box .text a {
  font-weight: 600;
}

.office-block .inner-box .link-btn {
  position: relative;
  color: #599b47;
  font-size: 18px;
  font-weight: 500;
}

/*New Contact*/
.contact {
  padding: 50px 0 30px 0;
  background: #fcfcfc;
}

.contact .sub-title {
  color: #58b784;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding-left: 60px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  position: relative;
}

.contact .sub-title::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #95a69d;
  position: absolute;
  left: 0;
  top: 50%;
}

.contact .wt-tilte-main h2.text-blue {
  font-size: 35px;
  font-weight: bold;
}

.contact .wt-tilte-main h2.text-blue::before {
  position: absolute;
  content: '';
  left: 20px;
  top: 45px;
  width: 75px;
  height: 75px;
  border: 10px solid #d9dfd7;
  -webkit-transform: perspective(400px) rotateY(35deg);
  -ms-transform: perspective(400px) rotateY(35deg);
  -o-transform: perspective(400px) rotateY(35deg);
  -moz-transform: perspective(400px) rotateY(35deg);
  transform: perspective(400px) rotateY(35deg);
  opacity: 0.4;
}

.contact .wt-tilte-main {
  float: left;
  padding-right: 0px;
  padding-top: 25px;
}

.contact .bdr-solid {
  border-style: none;
}

.contact .bdr-r-3 {
  border-width: none;
  height: 125px;
}

/**/



.sec-titled {
  position: relative;
  margin-bottom: 70px;
}

.centeres {
  text-align: center;
}

.sec-titled .title-inn {
  position: relative;
  display: inline-block;
}

.sec-titled .title-inn::before {
  position: absolute;
  content: '\f116';
  font-family: flaticon;
  left: 8%;
  top: 30px;
  font-size: 40px;
  color: #2ea47a;
  /*content: '';
    right: 54%;
    top: 22px;
    width: 75px;
    height: 75px;
    border: 10px solid #d9dfd7;
    -webkit-transform: perspective(400px) rotateY(35deg);
    -ms-transform: perspective(400px) rotateY(35deg);
    -o-transform: perspective(400px) rotateY(35deg);
    -moz-transform: perspective(400px) rotateY(35deg);
    transform: perspective(400px) rotateY(35deg);
	opacity: 0.5;*/
}

.title-inn h2 {
  position: relative;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.4em;
  display: inline-block;
}

.title-inn .sub-title {

  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding-left: 60px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  position: relative;
}

.title-inn .sub-title::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #95a69d;
  position: absolute;
  left: 0;
  top: 50%;
}



.contact-box i {
  background: #eceff7;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 5px;
  font-size: 20px;
  color: #9a9a9a;
  /* margin-bottom: 20px;*/
}

/*contact form*/
.contact-form .section-field {
  position: relative;
  /*width: 31.3%;*/
  margin-right: 3%;
  float: left;
}

.contact-form .section-field:nth-child(3) {
  margin-right: 0px;
}

.contact-form .section-field i {
  position: absolute;
  left: 0;
  color: #9a9a9a;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  z-index: 9;
}

.contact-form .section-field input {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 45px;
  clear: both;
}

.contact-form .section-field.textarea {
  width: 100%;
  float: left;
}

.contact-form .section-field.textarea textarea {
  padding-left: 45px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pa-title {
  font-size: 32px;
  position: relative;
  font-weight: bold;
}

/*contact-map*/
.contact-map {
  padding: 0px;
  margin: 0px;
  height: 450px;
}

#pointers_map {
  height: 450px;
  margin-left: 0px;
  width: 100%;
}

.contact-2 .contact-box i {
  background: transparent;
  float: left;
  margin-right: 10px;
  line-height: 30px;
  top: -7px;
  color: #16ab94;
}

.iconsl img {
  background: transparent;
  float: left;
  margin-right: 10px;
  line-height: 30px;
  top: -7px;
  color: #1361c6;
}

.contact-2 .contact-box .infos {
  display: table;
}

.contact-2 .contact-box .infos h4 {
  color: #111;
}

.contact-2 .contact-box .infos h5 {
  color: #111;
  font-weight: 600;
}

.contact-2 .contact-box .infos p {
  font-size: 19px;
}

.contact-2 .contact-box .infos p a {
  color: #4e4c4c;
}

.contact-2 .contact-box .infos p a:hover {
  color: #5bc784;
}

.connect-social {
  padding: 0;
  list-style: none;
  margin: 0;
}

.connect-social li {
  display: inline-block;
  margin-bottom: 10px;
}

.contact-2 .contact-box ul.social-ft-icon li a {
  display: inline-flex;
  align-items: center;
}

.contact-2 .contact-box ul.social-ft-icon li a i {
  margin: 0px 10px 0 0px;
  float: left;
  width: 35px;
  text-align: center;
  height: 35px;
  background-color: #e3e3e3;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #5bc784;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #2ae149;
  transition: 0.3s ease-in-out;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
 background: rgba(255,255,255,0.7);
  /*background: transparent;*/
  transition: all 0.5s;
  z-index: 997;
  /*padding: 15px 0;*/
  padding: 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #111;
}

#header .logo a span {
  color: #5bc784;
}

#header .logo img {
  max-height: 80px;
}

.sticky {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: #fff !important;
}

.sticky .nav-menu a {
  color: #000;
}

.logo-sticky {
  display: none;
}

.sticky .logo-sticky {
  display: inline-block;
}

.sticky .logo {
  display: none;
}

.sticky .logo-sticky img {
  max-height: 60px;
}

.sticky .header-social-links a {
  color: #000;
}

/*Navigation*/
@each $position in $positions {
  .position-#{$position} {
    position: $position !important;
  }
}

.fixed-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}



.color-fill {
  background: #fff !important;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: $zindex-fixed;
}

.sticky-top {
  @supports (position: sticky) {
    position: sticky;
    top: 0;
    z-index: $zindex-sticky;
  }
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu{margin-left: 28%;}
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul {
  display: flex;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  /*padding: 10px 0 10px 28px;*/
  padding: 10px 0 10px 22px;
}

.nav-menu a {
  display: block;
  position: relative;
  /*color: #fff;*/
  color: #000;
  transition: 0.3s;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Johnston ITC Light OS';
}

.nav-menu a span {
  position: relative;
  overflow: hidden;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #59b683;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-top: 2px solid #5bc784;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  color: #000;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #5bc784;
}

.nav-menu .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

.connect-icon img {
  width: 16px;
}

.logo-theme {
  filter: brightness(50) invert(1);
}


/*made by shalaka*/
/*.services .iconbox-blue::before
{
  content: ' ';
   display: block;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   opacity: 0.6;
   background-image: url('https://assets.digitalocean.com/labs/images/community_bg.png');
   background-repeat: no-repeat;
   background-position: 50% 0;
   background-size: cover;
}*/
/*body p{  font-family: 'Montserrat', sans-serif;}*/

/*
body{

   font-family: 'Johnston ITC Light OS';
}*/
.text-justify {
  text-align: justify;
}

.copyright {
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Johnston ITC Light OS';
  margin-top: 10px;
}

.about img {
  border-left: 10px solid #5bc784;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  border-right: 10px solid #5bc784;
}

.icon-box h1 {
  z-index: 9;
  position: absolute;
  top: 15px;
  left: 45px;
  font-size: 100px;
  font-weight: 600;
  color: #fdefe9;
}

.icon-box img {
  width: 80px;
}

.portfolio-item img {
  border-right: 15px solid #5bc784;
}

.clients {
  background-color: #fff5f5;
}

/* Slider */
/*
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}*/
@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .nav-menu .drop-down .drop-down:hover>ul {
    left: -100%;
  }

  .nav-menu .drop-down .drop-down>a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 50px;
  top: 24px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #5bc784;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

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

.mobile-nav a {
  display: block;
  position: relative;
  color: #111;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #5bc784;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*Search*/
.search-box {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 120px;
  z-index: 999;
  padding: 30px 0px;
}

.search-icon {
  text-align: right;
  font-size: 40px;
  line-height: 50px;
}

.search-icon img {
  width: 38px;
}

.search-input-text {
  border: none !Important;
  border-bottom: 1px solid #000 !Important;
  border-radius: 0px;
  padding: 0px !Important;
  font-size: 26px;
}

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

#close-icon .search-icon {
  text-align: left;
  padding-left: 20px;
}

.search-box {
  display: none;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.section-md {
  padding: 80px 0px;
}

/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
  /* padding-left: 14px;
  margin-left: 20px;
  padding-left: 6px;
  margin-left: 12px; */
  /*margin: auto;*/
  margin-right:0px;
  /* border-left: 1px solid #c4c4c4; */
}

.header-social-links a {
  color: #000;
  /*color: #fff;*/
  padding-left: 6px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

.header-social-links a:hover {
  color: #5bc784;
}

@media (max-width: 768px) {
  .header-social-links {
    /* padding: 0 48px 0 0;
    border-left: 0; */
    margin: auto;
  }
}

.header-search {
  padding-left: 6px;
  margin-left: 12px;
  /* border-left: 1px solid #c4c4c4; */
}

.header-search a {
  color: #000;
  /*color: #fff;*/
  padding-left: 6px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

.header-search a:hover {
  color: #5bc784;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 265px;
  /*top: 70px;*/
  left: 55px;
  right: 55px;
}

#hero .carousel-content {
  /*background: rgba(4, 4, 4, 0.7);*/
  /*padding: 20px;*/
  color: #fff;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  /*border-top: 5px solid #5bc784;*/
}

#hero .carousel-content h1 {
  font-size: 2.4rem;
  font-weight: 600;
  /*text-transform: uppercase;*/
  text-shadow: 0px 5px 15px #000;
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Johnston ITC Light OS';
}

#hero .carousel-content h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
}

#hero .btn-get-started {
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Johnston ITC Light OS';
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #5bc784;
}

#hero .btn-get-started:hover {
  background: #5bc784;
  color: #fff;
  text-decoration: none;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
  opacity: 1;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 36px;
  line-height: 1;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 10px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #5bc784;
}

@media (min-width: 1024px) {
  #hero .carousel-content {
    width: 80%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 992px) {
  #hero .carousel-container {
    top: 58px;
  }

  #hero .carousel-content h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }

  #hero .carousel-content p {
    font-size: 15px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 80vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7f7f7;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Johnston ITC Light OS';
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #5bc784;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #5bc784;
  min-height: 40px;
  margin-top: 88px;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
  color: #fff;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
}

.breadcrumbs ol a {
  color: #fff;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}

@media (max-width: 991px) {
  .breadcrumbs {
    margin-top: 58px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Johnston ITC Light OS';
}

.services .icon-box h4 a {
  color: #111;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 50px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #4d4643;
  transition: all 0.3s;
  border-radius: 4px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #5bc784;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 1;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #111;
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Johnston ITC Light OS';
}

.portfolio .portfolio-item .portfolio-info p {
  color: #444444;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #2b2b2b;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #5bc784;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #57e76f;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-wrap {
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
}

.clients .client-logo {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  overflow: hidden;
  /*background: #fff;*/
  height: 100px;
}

.clients .client-logo img {
  transition: all 0.3s ease-in-out;
  height: 36px;
  filter: grayscale(100%);
}

.clients .client-logo:hover img {
  filter: none;
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-us .content h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about-us .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.about-us .content ul {
  list-style: none;
  padding: 0;
}

.about-us .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Johnston ITC Light OS';
}

.about-us .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #5bc784;
}

.about-us .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}

.team .member .social a {
  transition: color 0.3s;
  color: #111;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #5bc784;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #111;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #b4aca8;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #847872;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 0;
  margin: 7px 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  /*font-family: "Poppins", sans-serif;*/
  font-family: 'Johnston ITC Light OS';
  color: #111;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e7e7e7;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #5bc784;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: ease-in-out 0.3s;
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 17px;
}

.features .icon-box h3 a {
  color: #111;
  transition: ease-in-out 0.3s;
}

.features .icon-box h3 a:hover {
  color: #5bc784;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 17px;
  font-weight: 600;
  color: #847872;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #5bc784;
  font-weight: 600;
  /*font-family: "Poppins", sans-serif;*/
  font-family: 'Johnston ITC Light OS';
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 17px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #4d4643;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 17px;
}

.pricing ul i {
  color: #5bc784;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #5bc784;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  /*font-family: "Roboto", sans-serif;*/
  font-family: 'Johnston ITC Light OS';
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #2ae149;
}

.pricing .featured h3 {
  color: #fff;
  background: #5bc784;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #5bc784;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  /*font-family: "Poppins", sans-serif;*/
  font-family: 'Johnston ITC Light OS';
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: lightgray;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #5bc784;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #dddddd;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #5bc784;
  float: left;
  width: 44px;
  height: 44px;
  border: 1px solid #5bc784;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #111;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #444444;
}

.contact .info:hover i {
  background: #5bc784;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #5bc784;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #5bc784;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #2ae149;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding: 40px 0;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav,
.portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #5bc784 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }

  #hero {
    height: 50vh;
  }

  #hero .carousel-container {
    bottom: 80px;
  }

  #hero .carousel-content h1 {
    font-size: 1.2rem;
  }

  .mobile-nav-toggle {
    top: 25px;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 15%;
  }

}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 400px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #111;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #5bc784;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #aaaaaa;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 14px;
  padding-right: 4px;
}

.blog .entry .entry-meta a {
  color: #5e5e5e;
  font-size: 14px;
  display: inline-block;
  line-height: 20px;
  transition: 0.3s;
}

.blog .entry .entry-meta a:hover {
  color: #5bc784;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #5bc784;
  color: #fff;
  padding: 7px 25px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #1ed33c;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #4d4643;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #111;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #5e5e5e;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #8b8b8b;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #5bc784;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 17px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
}

.blog .blog-author h4 {
  margin-left: 140px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
}

.blog .blog-author .social-links {
  margin: 0 0 5px 140px;
}

.blog .blog-author .social-links a {
  color: #777777;
}

.blog .blog-author p {
  margin-left: 140px;
  font-style: italic;
  color: #bfb9b6;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  width: 50px;
}

.blog .blog-comments .comment h5 {
  margin-left: 65px;
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #4d4643;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #5bc784;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #111;
}

.blog .blog-comments .comment time {
  margin-left: 65px;
  display: block;
  font-size: 14px;
  color: #777777;
  margin-bottom: 5px;
}

.blog .blog-comments .comment p {
  margin-left: 65px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 0;
  padding: 20px 10px;
  font-size: 14px;
  border-radius: 4px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #57e76f;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 0;
  padding: 10px 10px;
  font-size: 14px;
  border-radius: 4px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #57e76f;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  padding: 8px 20px;
  border: 0;
  border-radius: 4px;
  background-color: #5bc784;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #1ed33c;
}

.blog .blog-pagination {
  color: #444444;
}

.blog .blog-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.blog .blog-pagination li {
  border: 1px solid white;
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li.active {
  background: white;
}

.blog .blog-pagination li a {
  color: #b4aca8;
  padding: 7px 16px;
  display: inline-block;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #5bc784;
  border: 1px solid #5bc784;
  border-radius: 4px;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .blog-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}

.blog .blog-pagination li.disabled i {
  color: #f6f5f5;
  padding: 10px 16px;
  display: inline-block;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #111;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
  border-radius: 4px;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #5bc784;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.blog .sidebar .search-form form button:hover {
  background: #1ed33c;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #2b2b2b;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #5bc784;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: black;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #5bc784;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #777777;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #515151;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #dddddd;
  display: inline-block;
  transition: 0.3s;
  border-radius: 4px;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #5bc784;
  background: #5bc784;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #000;
  font-size: 1rem;
  background: #fff;
}

#footer img {
  width: 55%;
  text-align: center;
}

#footer .footer-top {
  /*padding: 60px 0 30px 0;*/
  padding: 40px 0 10px 0;
  background: #fff;
  color: #26282b;
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Johnston ITC Light OS';
}

#footer .footer-top .footer-contact {
  /*margin-bottom: 30px;*/
  margin-bottom: 0px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #111;
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Johnston ITC Light OS';
}

#footer .footer-top .footer-contact p {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 0;
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Johnston ITC Light OS';
  color: rgba(0, 0, 0, 0.7);
  margin-left: 20px;
  margin-top: -5px;
}

#footer .footer-top .footer-contact ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-contact ul li {
  display: block;
  padding-bottom: 15px;
}

#footer .footer-top .footer-contact ul li span {
  float: left;
  margin-right: 10px;
  color: #3ea069;
  font-size: 23px;
  margin-top: 4px;
}



#footer .footer-top h4 {
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Johnston ITC Light OS';
  font-size: 16px;
  font-weight: bold;
  color: #000;
  position: relative;
  padding-bottom: 12px;
  text-transform: uppercase;
}

#footer .footer-top .footer-links {
  /*margin-bottom: 30px;*/
  margin-bottom: 0px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #1ed33c;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #000;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #000;
}

#footer .footer-newsletter {
  font-size: 15px;
  color: #26282b;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  position: relative;
  padding-bottom: 12px;
}

/*
#footer .footer-newsletter form {
  margin-top: 30px;
  /*background: #111;*
  padding: 6px 10px;
  position: relative;
  border-radius: 4px 0 0 4px;
  text-align: left;
  border: 1px solid #b1afaf;
}*/
/*
#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #5bc784;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #2ae149;
}*/

#footer .lines {
  border-top: 1px solid gray;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #5bc784;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #26282b;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .video-title {
    font-size: 2.5rem !important;
  }
}

@media only screen and (max-width:991px) {
  .about-2-overview-left {
    margin-bottom: 40px;
    padding-top: 0px;
  }

  .about-2-overview-slider-outer {
    margin-left: 0px;
  }

  .about-2-overview-left:after {
    display: none;
  }

  .property-customization {
    padding: 180px 0;
  }

  .video-bg video {
    float: right;
  }

  .intro-video {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 834px) and (max-width: 1124px) and (orientation : landscape) {
  #footer .footer-top .footer-contact p {
    font-size: 16px !important;
  }

  .footer-logo {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape) {
  .page-header {
    height: 75vh;
  }
 .info {width: 70%!important;left:0px!important;}
 .nav-menu{margin-left: 4%!important;
 }
.about-section .wt-tilte-main h2.text-blue::before {left:2px!important;}
  #ourservice .image-outer::before {
    right: 6px !important;
    top: -17px !important;
    bottom: 146px !important;
    left: 55px !important;
  }

  #ourdesigne .image-outer::before {
    right: 0px !important;
    top: -16px !important;
    bottom: 300px !important;
    left: 53px !important;
  }

  #offsite .image-outers::before {
    right: 8px !important;
    top: -18px !important;
    bottom: 187px !important;
    left: 48px !important;
  }

  #validations .image-outers1::before {
    right: 7px !important;
    top: -12px !important;
    bottom: 466px !important;
    left: 78px !important;
  }

  #validations .image-outers2::before {
    right: 0px !important;
    top: -12px !important;
    bottom: 59px !important;
    left: 82px !important;
  }

  #onsite .image-outer3::before {
    right: 0px !important;
    top: -15px !important;
    bottom: 95px !important;
    left: 93px !important;
  }
  #video .sec-titles .title-inners::before {display:none;}
	#video .icons {
	  left: -16%!important;
	}
  
#video .title-inners .sub-title::before {left:16%!important;}
  .services-inner {
    height: 330px !important;
  }

  #ourservice .services-inners {
    height: 350px !important;
  }

  #ourservice .services-inner {
    height: 300px;
  }

  .btns {
    padding: 1.2em 0em .8em 3.2em;
  }

  .cta {
    font-size: 15px;
  }
   .aboutus .bdr-r-3 {height: 142px;}
  .key-block .inner-box .content h3 {
    font-size: 15px;
  }
  .team_style_three_icon {left: 35%!important;}

  .office-block .inner-box .text {
    margin-bottom: 50px;
  }

  .sub-title {
    font-size: 15px;
  }
  #design2{margin-top:40%;}
  #offsite1{margin-top:40%;}
  #validation-2{margin-top:10%;}
  .single-working-process .inner{height: 230px;}
  .director-content h3 {
    font-size: 15px;
    letter-spacing: 1px;
  }

  .about-section .sub-title {
    letter-spacing: 2px;
  }

  #footer .footer-top .footer-contact p {
    font-size: 16px !important;
  }

  .footer-logo {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {

  .page-header {
    height: 47vh;
  }
  .concept .wt-tilte-main {padding-top:0;}
.our-services-text p {font-size:17px;}
  #ourservice .image-outer::before {
    right: 6px !important;
    top: 55px !important;
    bottom: 330px !important;
    left: 53px !important;
  }

  #ourdesigne .image-outer::before {
    right: 0px !important;
    top: 44px !important;
    bottom: 539px !important;
    left: 53px !important;
  }

  #offsite .image-outers::before {
    right: 3px !important;
    top: 52px !important;
    bottom: 345px !important;
    left: 48px !important;
  }

  #validations .image-outers1::before {
    right: 7px !important;
    top: 52px !important;
    bottom: 73% !important;
    left: 78px !important;
  }

  #onsite .image-outer3::before {
    right: 0px !important;
    top: 55px !important;
    bottom: 198px !important;
    left: 93px !important;
  }

  #validations .image-outers2::before {
    right: 0px !important;
    top: 52px !important;
    bottom: 209px !important;
    left: 77px !important;
  }
  .mt25 {margin-top:0px!important;}
  .mt50 { margin-top: 0px!important;}
  .services-inner {
    height: 455px !important;
  }
 
  #ourservice .services-inners {
    height: 525px !important;
  }

  #ourservice .services-inner {
    height: 430px;
  }
#video .sec-titles .title-inners::before {display:none;}
  .aboutus .bdr-solid {
    border-style: none;
  }

  .ourteam .bdr-solid {
    border-style: none;
  }

  .btns {
    padding: 1.2em 1em .8em 3em;
  }
  .team_style_three_icon {left: 35%!important;}
  .cta {font-size: 12px;}
  .contact-services{margin-bottom: 30px;}
  .team_style_three_icon {left: 35%!important;}
	#video .icons {
	  left: -16%!important;
	}
  
#video .title-inners .sub-title::before {left:16%!important;}
  .icons {
    font-size: 26px;
    left: 4px;
  }
   .single-working-process .inner{height: 255px;}
  #about-outer {
    margin-top: 10%;
  }
  #validation-2{margin-top:40%;}
  #onsite-1{margin-top:20%;}
  #onsite-2{margin-top:20%;}
  .bdr-solid {
    border-style: none;
  }

  .wt-tilte-main {
    width: 100%;
    padding-top: 0px;
  }

  .director-content h3 {
    letter-spacing: 1px;
  }

  .key-block .inner-box {
    padding: 30px 10px 30px 37px;
  }

  .key-block .inner-box .content h3 {
    font-size: 14px;
  }

  .bdr-r-3 {
    height: 90px !important;
  }

  .title-right-detail {
    padding-left: 1px;
  }

  .office-block {
    margin-bottom: 58px;
  }

  .office-block .inner-box .text {
    margin-bottom: 22px;
    height: 73px;
  }

  .info {
    width: 100%;
    left: -30%;
  }

  .parallax {
    background-position: 74% bottom;
  }

  .about-section {
    padding: 40px 0;
  }

  .about-section .wt-tilte-main h2.text-blue::before {
    top: 20%;left:2px;
  }

  .about-section .contents {
    top: 8%;
    position: relative;
  }


  .concept .sub-title {
    letter-spacing: 0px;
  }

  .concept .wt-tilte-main h2.text-blue::before {
    top: 20%;left: 3px;
  }

  .concept .contents {
    top: 8%;
    position: relative;
  }
  

  .why-choose .wt-tilte-main h2.text-blue::before {
    top: 40px;
  }

  .section-head {
    margin-bottom: 0px;
  }

  .contact-2 .contact-box .infos p {
    font-size: 15px;
  }

  .footer-logo {
    margin-bottom: 10px;
  }

  #footer .footer-top .footer-contact {
    margin-bottom: 10px;
  }

  #footer .footer-top .footer-contact p {
    font-size: 16px !important;
  }
  .flex-box {
    display: flex;
    flex-flow: column;
  }

  .order1 {
    order: 2;
  }

  .order2 {
    order: 1;
  }
}


@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation : landscape) {
  #service-link {
    display: block;
  }
  #video .sec-titles .title-inners::before {display:none;}

  .property-customization {
    padding: 123px 0;
  }

  .video-title {
    font-size: 2.4rem !important;
  }

  .cta {
    font-size: 15px;
  }

  .aboutus .bdr-solid {
    border-style: none;
  }

  .ourteam .bdr-solid {
    border-style: none;
  }

  .col-20 {
    width: 50%;
  }

  .flex-box {
    display: flex;
    flex-flow: column;
  }

  .order1 {
    order: 2;
  }

  .order2 {
    order: 1;
  }

  #ourservice .services-inners {
    height: auto !important;
  }

  .services-inner {
    height: auto !important;
  }
}

@media only screen and (min-width: 360px) and (max-width: 800px) and (orientation : landscape) {
  #service-link {
    display: block;
  }

  .property-customization {
    padding: 123px 0;
  }

  .video-title {
    font-size: 2.4rem !important;
  }

  .services-inner {
    height: 427px;
  }

  #ourservice .services-inner {
    height: 427px;
  }

  .col-20 {
    width: 50%;
  }

  .flex-box {
    display: flex;
    flex-flow: column;
  }

  .order1 {
    order: 2;
  }

  .order2 {
    order: 1;
  }

  #ourservice .services-inners {
    height: auto !important;
  }

  .services-inner {
    height: auto !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation : portrait) {
  #service-link {
    display: block;
  }
  #video .sec-titles .title-inners::before {display:none;}
  #video .title-inners .sub-title::before {left: 23%!important;}
  #video .icons {
  left: -14%!important;
 }
  .col-20 {
    width: 50%;
  }

  .mt25 {
    margin-top: 0px;
  }

  .pt-4,
  .py-4 {
    padding-top: 0px !important;
  }
  #scrolldown{left: 50% !important;bottom: -5% !important;}
#sectionbanner {height: 202px;background-size: contain;background-attachment: inherit;background-repeat: no-repeat;margin-top:71px;}
#sectionbanner a span {top: 45px !important;
left: 50%;
width: 10px;
height: 10px;}
#sectionbanner a span:nth-of-type(2) {top: 55px!important;}
#sectionbanner a span:nth-of-type(3) {top: 65px!important;}
  #slidetext {font-size: 18px !important;line-height: 25px; }

  .parallax {
    background-position: 79% bottom;
  }

  .mview-topbanner {
    padding: 70px 0px;
  }

  .info {
    width: 80% !important;
	position: absolute;
	left: 35px !important;
	bottom: 60% !important;
  }
  .page-header {
    height: 65vh;
  }

  .page-header .container h1 {
    font-size: 10vw;
  }

  #header .logo img {
    max-height: 60px !important;
  }

  .header-social-links {
    padding: 0 4px 0 4px !important;
    border-left: 0;
  }

  /* .page-header .cont { */
  /* padding-top: 18%; */
  /* } */
  #ourservice .services-inners {
    height: auto !important;
  }

  .services-inner {
    height: auto !important;
  }

  #ourservice .image-outer::before {
    right: 4px !important;
  }

  .flex-box {
    display: flex;
    flex-flow: column;
  }

  .order1 {
    order: 2;
  }

  .order2 {
    order: 1;
  }

  #offsite .title-inners .sub-title::before {
    left: 85px !important;
  }

  #offsite .title-inners h2 {
    padding-left: 44px !important;
  }

  #offsite .title-inners .icons {
    left: -4% !important;
  }

  #ourdesigne .title-inners .sub-title::before {
    left: 83px !important;
  }

  #ourdesigne .icons {
    left: 6% !important;
  }

  #onsite .title-inners .sub-title::before {
    left: 25% !important;
  }

  #onsite .icons {
    left: 5% !important;
    top: 12% !important;
  }

  #onsite .image-outer3::before {
    right: 8px !important;
  }

  #validations .title-inners h2 {
    padding-left: 51px !important;
  }

  #validations .title-inners .sub-title::before {
    left: 69px !important;
  }

  #validations .icons {
    left: -6% !important;
  }

  #validations .image-outers1::before {
    right: 5px !important;
    top: -12px !important;
    bottom: -12px !important;
    left: 90px !important;
  }

  #validations .image-outers2::before {
    right: 7px !important;
    top: -12px !important;
    bottom: -18px !important;
    left: 91px !important;
  }

  #career .title-inners .sub-title::before {
    left: 4px !important;
  }

  #career .icons {
    left: -29% !important;
  }

  #company .icons {
    left: -1% !important;
  }

  .sec-titles {
    position: relative;
    margin-bottom: 0px;
  }

  .header-search {
    /* margin-top: -36px !important; */
    padding-left: 22px !important;
  }

  .aboutus .bdr-solid {
    border-style: none;
  }

  .ourteam .bdr-solid {
    border-style: none;
  }

  .ourteam .wt-tilte-main {
    padding-right: 10px;
  }

  .team_style_three-thumb::after {
    height: 100%;
    width: auto;
  }

  blockquote {
    font-size: 1.49em;
    padding: 1.2em 25px 1.2em 28px;
  }

  .extra-small-screen {
    /*height: 330px;*/
    height: 130px;
  }



  .slider-video {height: 400px !important;}

  .property-customization {padding: 123px 0;}

  .video-title {font-size: 2.4rem !important; }

  .Modern-Slider .item .img-fill {height: 75vh;}

  .Modern-Slider .item .img-fill .info {
    width: 91%;
    left: 21px;
  }

  .Modern-Slider .item .img-fill .info {line-height: 66vh;}

  .Modern-Slider .item h3 {
    font-size: 21px;
    line-height: 41px;
  }

  .about-section { padding: 40px 0;}
  .concept {padding: 40px 0; }
  .concept .sub-title {
    font-size: 13px !important;
  }

  #ourservice .title-inners .sub-title {font-size: 13px !important;}

  .title-inners .sub-title {
    font-size: 13px !important;
  }

  .our-services-text p {font-size: 15px;}

  .sub-title {
    font-size: 13px !important;
    letter-spacing: 1px !important;
  }

  .title-inn .sub-title {
    font-size: 13px !important;
  }

  .office-section .inner-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-box {
    display: flex;
    flex-flow: column;
  }

  .order1 {
    order: 2;
  }

  .order2 {
    order: 1;
  }

  .arlo_tm_arrow_wrap {
    left: 60%;
  }

  .director-content h3 {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .our-services-wrapper {
    padding: 0 7px;
  }

  #ourservice .our-services-wrapper {
    padding: 0 7px;
  }

  .services-inner {
    height: 375px;
  }

  #ourservice .services-inner {
    height: 375px;
  }

  .bdr-r-3 {
    /* height: 125px; */
    width: 100%;
  }

  .bdr-solid {
    border-style: none;
  }

  .title-right-detail {
    padding-left: 0px;
    display: inline;
  }

  .key-block {
    padding: 0 11px 0 31px;
  }

  .office-block .inner-box {
    padding: 20px 20px 100px 20px;
  }

  .aboutus .title-right-detail {
    padding-left: 0px;
    padding-top: 25px;
    overflow: hidden;
    width: 100%;
    display: block;
  }

  .ourteam .title-right-detail {
    padding-left: 0px;
    padding-top: 25px;
    overflow: hidden;
    width: 100%;
    display: block;
  }

  .about-section .wt-tilte-main h2.text-blue {
    padding-left: 47px;
  }

  .about-section .wt-tilte-main h2.text-blue::before {
    left: 11px;
    top: 57px;
  }

  .concept .wt-tilte-main h2.text-blue {
    padding-left: 47px;
  }

  .concept .wt-tilte-main h2.text-blue::before {
    left: 11px;
    top: 57px;
  }

  .sec-titles .title-inners::before {
    left: 9%;
    top: 39px;
  }

  #ourservice .sec-titles .title-inners::before {
    left: 9%;
    top: 39px;
  }

  #ourservice .title-inners .sub-title::before {
    left: 36px;
  }

  .title-inners .sub-title::before {
    left: 36px;
  }

  .sec-titled .title-inn::before {
    left: -9%;
  }

  .wt-tilte-main {
    padding-right: 10px;
  }

  .why-choose .wt-tilte-main h2.text-blue::before {
    top: 55px;
  }
}

@media only screen and (max-width:480px) {
  #service-link {
    display: block;
  }

  .home-2-about-left-content {
    padding: 20px;
  }

  .col-20 {
    width: 50%;
  }
}

.center {
  align: center;
}

.design-banner3 {
  background-image: url('../img/onsite-banner.jpg');
  background-size: cover;
  background-position: center;
}

.icons2 {
  position: absolute;
  left: -82px;
  top: -8%;
  font-size: 36px;
  line-height: 96px;
  text-align: center;

}

.container1 {
  font-size: 22px;

}

.right {
  margin-bottom: 50px;
}

.bgcolor {
  background-color: #edece8;
}

.style {
  font-size: 150;
}
#reverse{
  display: flex;
  flex-direction: column-reverse;
}