@charset "UTF-8";
/*
 Bootstrap 4 in SASS
*/
@font-face {
  font-family: 'MyriadProRegular';
  src: url("fonts/MyriadProRegular.eot");
  src: url("fonts/MyriadProRegular.eot") format("embedded-opentype"), url("fonts/MyriadProRegular.woff") format("woff"), url("fonts/MyriadProRegular.ttf") format("truetype"), url("fonts/MyriadProRegular.svg#MyriadProRegular") format("svg"); }

@font-face {
  font-family: 'FuturaBold';
  src: url("fonts/FuturaBold.eot");
  src: url("fonts/FuturaBold.eot") format("embedded-opentype"), url("fonts/FuturaBold.woff") format("woff"), url("fonts/FuturaBold.ttf") format("truetype"), url("fonts/FuturaBold.svg#FuturaBold") format("svg"); }

@font-face {
  font-family: 'FuturaBook';
  src: url("fonts/FuturaBook.eot");
  src: url("fonts/FuturaBook.eot") format("embedded-opentype"), url("fonts/FuturaBook.woff") format("woff"), url("fonts/FuturaBook.ttf") format("truetype"), url("fonts/FuturaBook.svg#FuturaBook") format("svg"); }

.green-bg {
  background: #0f7276; }

.light-grey {
  background-color: #f5f5f5; }

.light-grey-2 {
  background-color: #f9f9f9; }

.white {
  background-color: #ffffff; }

.bold {
  font-weight: bold; }

.green {
  background-color: #479497; }

.transparent {
  background-color: transparent; }

.light-green-opacity {
  background-color: #10797d;
  opacity: 0.7; }

.green-font {
  color: #479497; }

/*** RESET ***/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1; }

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none; }

* html .clearfix {
  height: 1%;
  overflow: visible; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word; }

body {
  padding: 0;
  margin: 0;
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
  font-family: "FuturaBook", sans-serif;
  overflow-x: hidden !important;
  position: relative;
  overflow-y: scroll;
  -webkit-text-size-adjust: none; }

html, body {
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */ }
  html.no-scroll, body.no-scroll {
    height: 100%;
    overflow: hidden; }

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0; }
  input::-ms-clear, textarea::-ms-clear {
    display: none; }
  input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s; }

select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0; }

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #000000;
  outline: none; }

span, a {
  display: inline-block;
  text-decoration: none;
  color: inherit; }

a:focus, a:hover {
  color: inherit;
  text-decoration: none; }

::-webkit-input-placeholder {
  font-family: "FuturaBold";
  font-weight: 400;
  opacity: 1; }

::-moz-placeholder {
  font-family: "FuturaBold";
  font-weight: 400;
  opacity: 1; }

::-moz-placeholder {
  font-family: "FuturaBold";
  font-weight: 400;
  opacity: 1; }

::-ms-input-placeholder {
  font-family: "FuturaBold";
  font-weight: 400;
  opacity: 1; }

p {
  font-family: "FuturaBook", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #999;
  line-height: 1.8;
  margin: 0; }

img {
  width: 100%;
  height: auto; }

/* ----------------------------------------------------------------
     [ 01 Start Basics ]
-----------------------------------------------------------------*/
.curve {
  position: absolute;
  z-index: 7; }
  .curve.curve-center:after {
    border-left: 50vw solid transparent; }
  .curve.curve-center:before {
    border-right: 50vw solid transparent; }
  .curve.curve-center.curve-top:after {
    border-left: 50vw solid transparent; }
  .curve.curve-center.curve-top:before {
    border-right: 50vw solid transparent; }
  .curve.curve-bottom {
    left: 0;
    bottom: -1px;
    width: 100%; }
    .curve.curve-bottom:after, .curve.curve-bottom:before {
      bottom: 0; }
  .curve.curve-top {
    left: 0;
    top: -1px;
    width: 100%; }
    .curve.curve-top:after, .curve.curve-top:before {
      top: 0;
      border-top: 50px solid #fff;
      border-bottom: 0; }
    .curve.curve-top:after {
      border-left: 70vw solid transparent; }
    .curve.curve-top:before {
      border-right: 30vw solid transparent; }
  .curve.curve-gray-b:after, .curve.curve-gray-b:before {
    border-bottom: 50px solid #f9f9f9; }
  .curve.curve-gray-t:after, .curve.curve-gray-t:before {
    border-top: 50px solid #f9f9f9; }
  .curve:after, .curve:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 50px solid #fff;
    position: absolute; }
  .curve:after {
    right: 0;
    border-left: 30vw solid transparent; }
  .curve:before {
    left: 0;
    border-right: 70vw solid transparent; }

.section-padding {
  padding: 120px 0; }

.section-head {
  margin-bottom: 80px;
  text-align: center; }
  .section-head h4 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px; }
    .section-head h4 span {
      font-weight: 300; }

[data-overlay-color] .section-head p {
  color: #ccc; }

[data-overlay-color].services .icon {
  color: #fff !important; }

.bg-gray {
  background: #f9f9f9; }

.o-hidden {
  overflow: hidden; }

.pos-re {
  position: relative; }

.full-width {
  width: 100% !important; }

.lg-line-height {
  line-height: 1.5; }

.bg-img {
  background-size: cover;
  background-repeat: no-repeat; }

.bg-fixed {
  background-attachment: fixed; }

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%); }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 15px;
  line-height: .7; }

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  border-radius: 50%;
  background: #ddd; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #0f7276; }

.cd-headline {
  font-size: 3rem;
  line-height: 1.2; }

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300; } }

@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem; } }

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left; }

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0; }

.cd-words-wrapper b.is-visible {
  position: relative; }

.no-js .cd-words-wrapper b {
  opacity: 0; }

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1; }

[data-overlay-dark]:before {
  background: #10797d; }

/* xclip */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0; }

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top; }

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 70%;
  background-color: #aebcb9; }

.cd-headline.clip b {
  opacity: 0; }

.cd-headline b.is-visible {
  opacity: 1;
  font-weight: 900; }

/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 02 Start Buttons ]
-----------------------------------------------------------------*/
.butn {
  padding: 12px 35px;
  background: #fff;
  border-radius: 30px;
  border: 1px solid transparent;
  position: relative;
  z-index: 3;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  transition: all .4s;
  cursor: pointer;
  outline: none !important;
  overflow: hidden; }
  .butn span {
    position: relative;
    z-index: 2; }
  .butn:after {
    content: '';
    width: 0;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    transition: width 0.4s;
    z-index: 1;
    opacity: 1; }
  .butn:hover:after {
    width: 100%; }

.butn-bg {
  background: #0f7276;
  border-color: #0f7276;
  color: #fff; }
  .butn-bg:hover span {
    color: #0f7276; }

.butn-light,
.butn-bord {
  background: #fff; }
  .butn-light:after,
  .butn-bord:after {
    background: #0f7276; }
  .butn-light:hover span,
  .butn-bord:hover span {
    color: #fff !important; }
  .butn-light span,
  .butn-bord span {
    color: #0f7276; }

.butn-bord {
  background: transparent !important;
  border-color: #0f7276; }

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 03 Start Navbar ]
-----------------------------------------------------------------*/
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border: 0;
  background: transparent;
  z-index: 9;
  min-height: 70px; }
  .navbar .icon-bar {
    color: #fff; }
  .navbar .navbar-nav .nav-link {
    font-size: 14px;
    color: #eee;
    letter-spacing: .5px;
    margin: 15px 0px;
    transition: all .5s;
    text-transform: uppercase;
    font-family: "FuturaBook"; }
  .navbar .navbar-nav .active {
    color: #2d898d !important; }
  .navbar.nav-scroll .logo {
    padding: 15px 0;
    color: #000000; }

.nav-scroll {
  background: #fff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  padding: 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  transition: transform .5s;
  transform: translateY(100px); }
  .nav-scroll .icon-bar {
    color: #222; }
  .nav-scroll .navbar-nav .nav-link {
    color: #222; }

.logo {
  padding: 15px 0;
  width: 190px;
  font-size: 18px;
  color: #ffffff;
  font-family: "FuturaBold"; }

/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/
.header {
  min-height: 100vh;
  position: relative; }
  .header.video {
    overflow: hidden; }
  .header.inner-pages {
    min-height: 467px; }
  .header .caption .o-hidden {
    display: inline-block; }
  .header .caption h4 {
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 4px;
    animation-delay: .2s; }
  .header .caption h1 {
    margin: 10px 0;
    font-size: 68px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 2px;
    animation-delay: .6s;
    font-family: "FuturaBold"; }
  .header .caption p {
    font-size: 15px;
    font-weight: 300;
    color: #eee;
    word-spacing: 2px;
    animation-delay: 1s;
    font-family: "FuturaBook", sans-serif; }
    .header .caption p span {
      letter-spacing: 5px;
      text-transform: uppercase;
      margin: 0 5px;
      padding-right: 14px;
      position: relative; }
      .header .caption p span:last-child {
        padding: 0; }
        .header .caption p span:last-child:after {
          display: none; }
      .header .caption p span:after {
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #0f7276;
        position: absolute;
        top: 10px;
        right: 0;
        opacity: .5; }
  .header .caption .butn {
    animation-delay: 1.2s; }

.slider .owl-item,
.slider-fade .owl-item {
  height: 100vh;
  position: relative; }

.slider .item,
.slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover; }
  .slider .item .caption,
  .slider-fade .item .caption {
    z-index: 9; }

.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
  position: absolute;
  bottom: 5vh;
  width: 100%; }

.wave {
  min-height: 105vh; }
  .wave.wave-grey {
    margin-bottom: 0px; }
    .wave.wave-grey:after {
      background-image: url(../img/wave-grey.svg);
      height: 150px; }
  .wave:not(.wave-grey):after {
    background-image: url(../img/wave.svg); }
  .wave:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -5%;
    width: 110%;
    height: 133px;
    background-size: cover;
    z-index: 7; }

.bg-vid {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%; }

#particles-js {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 50%;
  height: 100%;
  margin: 0 auto;
  z-index: 1; }

/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 05 Start Hero ]
-----------------------------------------------------------------*/
.hero .extra-title {
  margin-bottom: 30px; }
  .hero .extra-title span {
    color: #0f7276; }

.hero .feat-item {
  padding: 0; }
  .hero .feat-item .text-center {
    padding: 50px 30px;
    background-color: #fff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.04); }
  .hero .feat-item.active .text-center {
    margin-top: -25px;
    padding-top: 75px;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 3; }
  .hero .feat-item:hover .icon {
    color: #fff; }
    .hero .feat-item:hover .icon:after {
      transform: scale(1, 1); }
  .hero .feat-item .icon {
    width: 90px;
    height: 90px;
    line-height: 105px;
    color: #777;
    font-size: 60px;
    border-radius: 50%;
    margin-bottom: 15px;
    position: relative;
    z-index: 3; }
    .hero .feat-item .icon:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background-color: #0f7276;
      background: linear-gradient(to bottom right, #2d898d, #0f7276);
      border-radius: 50%;
      z-index: -1;
      transform: scale(0, 0);
      transition: all .4s; }
  .hero .feat-item h5 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px; }
  .hero .feat-item h6 {
    color: #0f7276;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 20px; }

.tabs-section .nav-pills {
  padding: 0; }
  .tabs-section .nav-pills .nav-link {
    background-color: #f2f2f2;
    padding: 12px 40px;
    border-right: 1px solid #eee;
    border-top: 2px solid transparent;
    border-radius: 0;
    position: relative;
    z-index: 5; }
    .tabs-section .nav-pills .nav-link.active {
      border-top-color: #0f7276;
      background-color: #fff;
      color: #0f7276; }

.tabs-section .tab-content .left {
  padding: 0;
  position: relative;
  z-index: 3; }
  .tabs-section .tab-content .left .box-white {
    padding: 50px 30px;
    background-color: #fff;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 0px 5px 5px 5px; }
  .tabs-section .tab-content .left .title {
    margin-bottom: 5px;
    font-weight: bold; }
  .tabs-section .tab-content .left .sub-title {
    color: #777;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 20px; }
  .tabs-section .tab-content .left .feat li {
    margin: 0;
    text-align: center;
    padding: 30px 5px;
    background-color: #f7f7f7; }
    .tabs-section .tab-content .left .feat li:nth-child(odd) {
      background-color: #f3f3f3; }
    .tabs-section .tab-content .left .feat li:hover {
      color: #fff;
      background-color: #0f7276; }
      .tabs-section .tab-content .left .feat li:hover .icon {
        color: #eee; }
  .tabs-section .tab-content .left .feat .icon {
    font-size: 30px;
    color: #0f7276;
    margin-bottom: 15px; }
  .tabs-section .tab-content .left .feat h6 {
    font-size: 14px;
    font-weight: 400; }

.tabs-section .tab-content .image {
  padding: 0;
  position: relative;
  margin-left: -50px;
  margin-top: -40px;
  max-width: calc(50% + 50px);
  flex: none; }
  .tabs-section .tab-content .image .img {
    position: relative; }
    .tabs-section .tab-content .image .img .vid {
      position: absolute;
      top: calc(50% - 50px);
      left: calc(50% - 50px);
      width: 100px;
      height: 100px;
      text-align: center;
      line-height: 1.5;
      font-size: 70px;
      color: #0f7276;
      z-index: 3; }
      .tabs-section .tab-content .image .img .vid:hover:after {
        transform: scale(2, 2);
        opacity: 0; }
      .tabs-section .tab-content .image .img .vid:after {
        content: '';
        width: 100%;
        height: 100%;
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: .7;
        transition: all .5s; }
    .tabs-section .tab-content .image .img img {
      box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
      border-radius: 5px; }
  .tabs-section .tab-content .image .owl-dots {
    margin-top: -30px;
    position: relative;
    z-index: 7; }

.skills h6 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px; }

.skills .skill-progress {
  height: 8px;
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 20px;
  position: relative; }
  .skills .skill-progress .progres {
    width: 10%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    background-color: #0f7276;
    background: linear-gradient(to bottom right, #2d898d, #0f7276);
    transition: all 1.5s; }
    .skills .skill-progress .progres:after {
      content: attr(data-value);
      position: absolute;
      top: -15px;
      right: 0;
      font-size: 10px; }

/* ----------------------------------------------------------------
     [ End Hero ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 06 Services ]
-----------------------------------------------------------------*/
.services {
  position: relative; }
  .services .container {
    padding-top: 50px;
    padding-bottom: 50px; }
  .services .inline-wave {
    position: absolute;
    z-index: 3;
    top: 0px;
    left: -15px;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    filter: FlipH;
    -ms-filter: “FlipH”; }
  .services .section-head h4 {
    font-family: "FuturaBold"; }
    .services .section-head h4 span {
      font-family: "FuturaBook"; }
  .services .item {
    position: relative;
    z-index: 4; }
    .services .item img {
      position: absolute;
      width: 70%;
      right: -40%;
      top: 15px; }
      .services .item img.tobotm {
        transform: rotateX(180deg); }
    .services .item.odd {
      margin-top: 50px; }
    .services .item .cont {
      padding: 50px 7px;
      background-color: #fff;
      box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      position: relative;
      z-index: 3;
      transition: all .3s; }
      .services .item .cont:hover {
        background-color: #0f7276; }
        .services .item .cont:hover h6 {
          color: #fff; }
        .services .item .cont:hover p {
          color: #eee; }
    .services .item .icon {
      font-size: 30px;
      width: 80px;
      height: 80px;
      line-height: 85px;
      border-radius: 50%;
      border: 1px dashed #eee;
      margin-bottom: 30px;
      position: relative; }
      .services .item .icon .icon-dermatology {
        left: 16px;
        top: 9px;
        width: 48px; }
      .services .item .icon .icon-cosmatic {
        left: 20px;
        top: 14px;
        width: 39px; }
      .services .item .icon .icon-gender {
        left: 26px;
        top: 13px;
        width: 28px; }
    .services .item h3 {
      position: absolute;
      top: 25px;
      left: 0;
      width: 100%;
      color: #777;
      font-size: 50px;
      font-weight: bold;
      opacity: .1;
      z-index: -1; }
    .services .item h6 {
      color: #222;
      font-size: 16px;
      font-family: "FuturaBold"; }
    .services .item p {
      font-size: 14px;
      color: #999; }

/* ----------------------------------------------------------------
     [ End Services ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 07 Start Works ]
-----------------------------------------------------------------*/
.works .filtering .filter {
  display: inline-block;
  padding: 4px 10px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 30px; }

.works .filtering span {
  margin: 0 5px;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 30px;
  cursor: pointer; }

.works .filtering .active {
  background: #0f7276;
  background: linear-gradient(to right, #0f7276, #2d898d);
  box-shadow: 0px 8px 30px -5px rgba(0, 0, 0, 0.2);
  color: #fff; }

.works .item-img {
  position: relative;
  margin-top: 30px; }
  .works .item-img:hover .item-img-overlay {
    visibility: visible;
    opacity: 1; }

.works .item-img-overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  visibility: hidden;
  transition: all .5s; }
  .works .item-img-overlay .icon {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #0f7276;
    text-align: center;
    font-size: 20px;
    color: #0f7276; }
  .works .item-img-overlay p {
    color: #0f7276;
    font-weight: 400;
    font-size: 13px; }
  .works .item-img-overlay h6 {
    font-weight: 400;
    font-size: 16px;
    margin-top: 5px; }

/* ----------------------------------------------------------------
     [ End Works ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 08 Start why-us ]
-----------------------------------------------------------------*/
.why-us .img {
  border-radius: 5px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden; }

.why-us .item .icon {
  width: 85px;
  height: 85px;
  text-align: center;
  line-height: 95px;
  font-size: 35px;
  border-radius: 50%;
  border: 1px solid #eee;
  color: #2d898d;
  float: left;
  position: relative;
  transition: all .3s; }
  .why-us .item .icon:hover {
    color: #fff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05); }
    .why-us .item .icon:hover:after {
      transform: scale(1, 1); }
  .why-us .item .icon:after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #0f7276;
    background: linear-gradient(to right, #0f7276, #2d898d);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transform: scale(0, 0);
    transition: all .3s; }
  .why-us .item .icon:before {
    position: relative;
    z-index: 3; }

.why-us .item .cont {
  margin-left: 100px; }
  .why-us .item .cont h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px; }
  .why-us .item .cont p {
    font-size: 14px; }

/* ----------------------------------------------------------------
     [ End why-us ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 09 Start Team ]
-----------------------------------------------------------------*/
.team .item:hover .team-img:after {
  opacity: .8; }

.team .item:hover .social {
  bottom: 30%; }

.team .item .team-img {
  position: relative;
  overflow: hidden; }
  .team .item .team-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2d898d;
    background: linear-gradient(to bottom, #0f7276, #2d898d);
    opacity: 0;
    transition: all .5s; }

.team .item .social {
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 100%;
  padding: 30px 15px;
  text-align: center;
  transition: all .5s;
  z-index: 3; }
  .team .item .social a {
    color: #fff;
    margin: 0 15px; }

.team .item .info {
  text-align: center;
  margin-top: 20px; }
  .team .item .info h6 {
    font-size: 16px;
    margin-bottom: 5px; }
  .team .item .info span {
    color: #777;
    font-size: 13px;
    font-weight: 400; }

/* ----------------------------------------------------------------
     [ End Team ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 10 Start Testimonials ]
-----------------------------------------------------------------*/
.testimonials .item-box {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px; }
  .testimonials .item-box .quote {
    width: 60px;
    margin: 0 auto 30px;
    opacity: .3; }
  .testimonials .item-box p {
    font-size: 14px;
    color: #999;
    font-weight: 300;
    word-spacing: 2px; }
  .testimonials .item-box .info {
    text-align: left;
    margin: 30px 0 15px; }
    .testimonials .item-box .info .author-img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      float: left;
      overflow: hidden; }
    .testimonials .item-box .info .cont {
      margin-left: 60px; }
    .testimonials .item-box .info h6 {
      color: #222;
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 3px; }
    .testimonials .item-box .info span {
      font-size: 12px;
      font-weight: 400;
      color: #777; }

/* ----------------------------------------------------------------
     [ End Testimonials ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 11 Start Price ]
-----------------------------------------------------------------*/
.price .item {
  padding: 50px 15px;
  background-color: #fff;
  box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
  border-radius: 5px; }

.price .type h4 {
  font-size: 16px;
  margin-bottom: 15px; }

.price .value {
  margin-bottom: 30px; }
  .price .value h3 {
    font-size: 50px;
    display: inline-block;
    position: relative; }
    .price .value h3 span {
      font-size: 12px;
      position: absolute;
      top: 0;
      left: -10px; }

.price .features {
  margin-bottom: 30px; }
  .price .features li {
    font-size: 13px;
    color: #777;
    margin-bottom: 12px; }
    .price .features li:last-child {
      margin-bottom: 0; }

.price .active {
  box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.5);
  background-color: #0f7276;
  background: linear-gradient(to bottom, #0f7276, #2d898d);
  color: #fff; }
  .price .active .features li {
    color: #eee; }
  .price .active .butn span {
    color: #0f7276; }

.price .butn {
  padding: 10px 30px; }
  .price .butn span {
    font-size: 12px; }

/* ----------------------------------------------------------------
     [ End Price ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 12 Start Blog ]
-----------------------------------------------------------------*/
.blog .item {
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.05);
  padding: 15px; }
  .blog .item .post-img {
    overflow: hidden; }
    .blog .item .post-img:hover .img {
      transform: scale(1.1, 1.1); }
    .blog .item .post-img .img {
      transition: all .4s; }
  .blog .item .cont {
    padding: 30px 0 15px; }
    .blog .item .cont h6 {
      font-size: 16px;
      margin-bottom: 10px; }
  .blog .item .info {
    font-size: 10px;
    color: #999;
    font-style: italic;
    margin-bottom: 10px; }
    .blog .item .info a {
      margin-right: 10px; }
      .blog .item .info a:last-child {
        margin-right: 0; }
    .blog .item .info .tag {
      padding: 4px;
      background-color: #0f7276;
      color: #fff;
      float: right;
      line-height: 1; }
  .blog .item .more {
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px; }
    .blog .item .more:hover {
      color: #0f7276; }
      .blog .item .more:hover i {
        opacity: 1;
        transform: translateX(0); }
    .blog .item .more i {
      font-size: 10px;
      transform: translateX(-15px);
      opacity: 0;
      transition: all .2s; }

/* ----------------------------------------------------------------
     [ End Blog ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 13 Start Call-action ]
-----------------------------------------------------------------*/
.call-action {
  position: relative; }
  .call-action:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px; }
  .call-action .text-center {
    padding: 0 20px; }
  .call-action h2 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px; }
  .call-action h5 {
    font-weight: 400;
    margin-bottom: 30px; }

/* ----------------------------------------------------------------
     [ End Call-action ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 14 Start Contact ]
-----------------------------------------------------------------*/
.contact .contact-info h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px; }

.contact .contact-info .item {
  margin-top: 30px; }
  .contact .contact-info .item .icon {
    float: left;
    font-size: 25px;
    color: #0f7276; }
  .contact .contact-info .item .cont {
    margin-left: 50px; }
    .contact .contact-info .item .cont h6 {
      font-size: 12px;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .contact .contact-info .item .cont p {
      font-size: 13px; }

.contact .form input,
.contact .form textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background-color: #f9f9f9; }

.contact .form textarea {
  height: 160px;
  max-height: 160px;
  max-width: 100%; }

/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 15 Start Footer ]
-----------------------------------------------------------------*/
footer {
  padding: 0;
  position: absolute;
  bottom: -160px;
  left: 0px;
  width: 100%; }
  footer .footer-logo {
    text-transform: uppercase;
    color: #ffffff;
    font-family: "FuturaBold";
    font-size: 16px; }
  footer .footer-curve {
    position: relative;
    left: 0px;
    top: 3px;
    width: 100%; }
  footer .holder {
    position: relative;
    width: 100%;
    background: #0f7276;
    height: 120px; }
    footer .holder .footer-content {
      position: absolute;
      width: 100%;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: -50px; }
  footer .social {
    margin-top: 20px; }
    footer .social a {
      width: 40px;
      height: 40px;
      line-height: 40px;
      color: #000000;
      font-size: 16px;
      margin: 15px 5px;
      font-size: 16px;
      border-color: #000000;
      border: 0.4px solid;
      border-radius: 50%; }
      footer .social a:hover {
        background-color: #0f7276;
        color: #fff; }
  footer .copyright {
    background: black;
    padding: 50px 0px;
    width: 100%;
    color: #ffffff; }
    footer .copyright p {
      text-transform: uppercase;
      color: #999;
      font-weight: 400;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 2px; }
    footer .copyright a {
      font-weight: lighter;
      color: #ffffff; }
      footer .copyright a:hover {
        color: #0f7276; }

/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/
.about-section {
  position: relative; }
  .about-section .tab-content .left {
    padding: 0;
    position: relative;
    z-index: 3; }
    .about-section .tab-content .left .box-white {
      padding: 50px 30px;
      background-color: #ffffff;
      box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
      margin-right: -8%; }
    .about-section .tab-content .left .title {
      margin-bottom: 5px;
      font-weight: bold;
      font-family: "FuturaBold";
      font-size: 24px;
      padding-bottom: 10px; }
    .about-section .tab-content .left p {
      font-family: "FuturaBook", sans-serif;
      font-size: 15px;
      padding: 10px 0px; }
  .about-section .tab-content .image {
    padding: 0; }

.top-wave {
  position: absolute;
  top: -1px;
  width: 100%;
  height: 100px;
  left: 0px; }
  .top-wave.wave-grey::before {
    background-image: url(../img/wave-grey.svg); }
  .top-wave:not(.wave-grey)::before {
    background-image: url(../img/wave.svg); }
  .top-wave::before {
    content: '';
    position: absolute;
    top: 0;
    left: -5%;
    width: 110%;
    height: 100px;
    transform: scale(-1);
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    filter: FlipH;
    -ms-filter: “FlipH”;
    background-size: cover;
    z-index: 7; }

.section-head h4 {
  font-family: "FuturaBold"; }
  .section-head h4 span {
    font-family: "FuturaBook"; }

.section-head.white h4 {
  font-family: "FuturaBold"; }
  .section-head.white h4 span {
    font-family: "FuturaBook"; }

.section-head.green h4 {
  color: #479497; }

.twopart-section.green .content p {
  color: #ffffff; }

.twopart-section .content {
  font-family: "FuturaBook";
  font-size: 16px; }
  .twopart-section .content .title {
    color: #000000;
    font-family: "FuturaBold";
    font-size: 25px;
    margin-bottom: 20px; }
  .twopart-section .content p {
    padding: 10px 0px;
    font-size: 17px; }
    .twopart-section .content p.bold, .twopart-section .content p.green-font {
      font-family: "FuturaBold"; }

.twopart-section .image-responsive.img-80 {
  width: 80%;
  padding-left: 30px; }

.twopart-section .image-responsive.checklist-bg {
  position: relative;
  z-index: 1;
  width: 90%;
  margin-left: auto;
  margin-right: auto; }
  .twopart-section .image-responsive.checklist-bg::before {
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    background: transparent url(../img/checklist-bg.png) no-repeat;
    background-size: cover; }

.newsroom-section {
  position: relative; }
  .newsroom-section .category-title,
  .newsroom-section .title {
    font-family: "FuturaBold";
    font-size: 23px;
    text-transform: uppercase;
    padding: 5px 0px; }
  .newsroom-section .category-title {
    color: #f8ac17; }
  .newsroom-section .title {
    color: #479497; }
  .newsroom-section .video-news-item {
    margin-bottom: 25px; }
    .newsroom-section .video-news-item .video {
      margin-top: 25px;
      margin-bottom: 25px; }
  .newsroom-section .pagination {
    color: #5d5d5d;
    font-size: 16px; }
    .newsroom-section .pagination i {
      margin-left: 10px; }
  .newsroom-section .more {
    margin: 20px 0px; }

.contact .container-fluid {
  padding: 0px; }

.contact .contact-item .fa {
  color: #000000; }
  .contact .contact-item .fa span {
    margin-left: 10px;
    font-family: "FuturaBook";
    font-size: 14px; }

.contact .contact-item p {
  font-size: 13px;
  padding: 5px 0px; }

.contact .contact-item b {
  margin-left: 10px;
  color: #000000; }

.contact .social {
  margin-top: 20px; }
  .contact .social a {
    float: left;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #000000;
    font-size: 15px;
    margin: 10px 3px;
    border-color: #000000;
    border: 0.4px solid;
    border-radius: 50%; }
    .contact .social a:hover {
      background-color: #0f7276;
      color: #fff; }

.wavy-svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0; }

.wavy-bottom {
  display: inline-block;
  position: relative;
  width: 105%;
  padding-bottom: 145px;
  vertical-align: middle;
  overflow: hidden; }

.section-padding2 {
  padding: 0px 0px 150px 0px; }

.section-padding3 {
  padding: 0px 0px 250px 0px; }

.section-padding4 {
  padding: 0px 0px 40px 0px; }

.img-feed {
  width: 80%; }

.uppercase {
  text-transform: uppercase; }

.inline-wave-2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 3;
  transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  filter: FlipH;
  -ms-filter: “FlipH”; }

.flipwave {
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 0px;
  transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  filter: FlipH;
  -ms-filter: “FlipH”; }

#comparison {
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative; }

figure {
  position: absolute;
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0; }

#divisor1,
#divisor2,
#divisor3,
#divisor4 {
  background-size: cover;
  position: absolute;
  width: 50%;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  bottom: 0;
  height: 100%; }
  #divisor1::before, #divisor1::after,
  #divisor2::before,
  #divisor2::after,
  #divisor3::before,
  #divisor3::after,
  #divisor4::before,
  #divisor4::after {
    content: '';
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3; }
  #divisor1::before,
  #divisor2::before,
  #divisor3::before,
  #divisor4::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3); }
  #divisor1::after,
  #divisor2::after,
  #divisor3::after,
  #divisor4::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3); }

#handle1,
#handle2,
#handle3,
#handle4 {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1; }
  #handle1::before, #handle1::after,
  #handle2::before,
  #handle2::after,
  #handle3::before,
  #handle3::after,
  #handle4::before,
  #handle4::after {
    content: '';
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px; }
  #handle1::before,
  #handle2::before,
  #handle3::before,
  #handle4::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px; }
  #handle1::after,
  #handle2::after,
  #handle3::after,
  #handle4::after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px; }

input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  background-color: transparent;
  width: calc(100% + 50px);
  z-index: 2; }
  input[type=range]:focus, input[type=range]:active {
    border: none;
    outline: none; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid white;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3); }

input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none; }

.comparison-container {
  width: 80%;
  margin: 0 auto; }

.contact-item a:hover {
  color: #0f7276; }

.contact-item .copyright span {
  font-weight: lighter; }
  .contact-item .copyright span a:hover {
    color: #0f7276; }

.youtube {
  background-image: url(youtube.svg);
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: center center;
  height: 34px;
  width: 22px; }

footer .youtube1 {
  background-image: url(youtube.svg);
  background-repeat: no-repeat;
  position: relative;
  height: 22px;
  width: 22px;
  top: 7px; }

.margin30 {
  margin-top: 30px; }

/* ----------------------------------------------------------------
 	 [ 16 Responsive ]
-----------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  .header {
    min-height: 80vh; }
  .services.section-padding {
    padding: 260px 0; }
  .container {
    max-width: 1200px; }
  .contact .my-auto {
    padding-bottom: 150px; } }

@media screen and (min-width: 1400px) {
  .wave.wave-grey::after {
    height: 180px; }
  .twopart-section.padding-bottom1 {
    padding-bottom: 150px; }
  .twopart-section .image-responsive.checklist-bg {
    margin-bottom: 100px; }
  .newsroom-section .section-padding {
    padding: 160px 0; } }

@media screen and (min-width: 1730px) {
  .header {
    min-height: 715px; }
  .wave.wave-grey::after {
    height: 200px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .header {
    min-height: 70vh; }
    .header.inner-pages {
      min-height: 336px; }
    .header .caption h1 {
      font-size: 60px; }
  .logo {
    width: 175px;
    font-size: 16px; }
  .navbar .navbar-nav .nav-link {
    font-size: 11px; } }

@media screen and (max-width: 480px) {
  .header {
    min-height: 45vh; }
    .header .caption h4 {
      font-size: 14px; }
    .header .caption h1 {
      font-size: 20px;
      line-height: 1.4; }
    .header.wave.wave-grey::after {
      height: 70px; }
  .works .filtering span {
    padding: 5px 15px; }
  footer .social {
    margin-top: 10px; }
    footer .social a {
      width: 35px;
      height: 35px;
      margin: 15px 3px;
      font-size: 14px;
      line-height: 35px; } }

@media screen and (max-width: 767px) {
  .bg-img {
    background-size: cover; }
  .header {
    min-height: 60vh; }
    .header.inner-pages {
      min-height: 300px; }
    .header.wave.wave-grey::after {
      height: 80px; }
    .header::after {
      height: 40px; }
    .header .caption h1 {
      font-size: 25px; }
    .header .caption h4 {
      font-size: 25px; }
  .footer .footer-logo {
    padding-top: 35px; }
  footer .holder .footer-content {
    top: 8px; }
  .logo {
    width: 150px;
    font-size: 14px; }
  .mb-sm50 {
    margin-bottom: 50px; }
  .mb-sm30 {
    margin-bottom: 30px; }
  .hero .extra-title {
    font-size: 22px; }
  .tabs-section .nav-pills .nav-link {
    padding: 12px 0; }
  .tabs-section .nav-pills .nav-item {
    width: 33.33333%;
    text-align: center; }
  .works .filtering .filter {
    padding: 0; }
  .works .filtering span {
    margin: 0; }
  .call-action h2 {
    font-size: 25px;
    font-weight: 500; }
  .call-action h5 {
    font-size: 20px;
    font-weight: 300; } }

@media screen and (max-width: 991px) {
  .section-padding {
    padding: 50px 0; }
  .section-padding2 {
    padding: 0px 0px 50px 0px; }
  .contact .contact-item {
    padding: 15px; }
  .contact .social {
    margin-top: 0px; }
  .services .item img.hide-md {
    display: none; }
  .about-section .tab-content .left .box-white {
    padding: 40px 20px;
    margin-right: 0; }
  footer {
    bottom: -160px; }
  footer .holder .footer-content {
    top: -25px; }
  .mb-md50 {
    margin-bottom: 50px; }
  .mb-md30 {
    margin-bottom: 30px; }
  .mb-md0 {
    margin-bottom: 0; }
  .bgimg-height {
    height: 400px; }
  .bg-fixed {
    background-attachment: scroll !important; }
  .navbar {
    padding-left: 15px; }
    .navbar .navbar-collapse {
      max-height: 340px;
      overflow: auto;
      background: #111;
      text-align: center;
      padding: 10px 0; }
    .navbar .nav-link {
      margin: 10px auto !important; }
  .nav-scroll .navbar-toggler {
    margin-right: 15px; }
  .nav-scroll .navbar-collapse .nav-link {
    color: #fff !important; }
  .nav-scroll .navbar-collapse .active {
    color: #0f7276 !important; }
  .header {
    background-attachment: scroll !important;
    background-position: 50% 0% !important;
    min-height: 57vh; }
    .header.inner-pages {
      min-height: 336px;
      background-position: 25% 0% !important; }
      .header.inner-pages .caption h1 {
        font-size: 30px; }
    .header.wave.wave-grey::after {
      height: 125px; }
    .header::after {
      height: 75px; }
    .header .caption h4 {
      font-size: 30px; }
    .header .caption h1 {
      font-size: 45px;
      line-height: 1.4; }
  .hero .feat-item.active .text-center {
    padding-top: 50px;
    margin-top: 0; }
  .tabs-section .tab-content .image {
    flex: 100%;
    max-width: 100%;
    margin: 50px 0 0; }
  .process .item img {
    display: none; }
  .process .item.odd {
    margin-top: 0; } }
