/*
Theme Name: Cosmetic
Description: This is a Cosmetic Surgery Hospital Template. Its a full responsive template built with Bootstrap.
Version: 1.0
Author: TheShahriyar
Author URI: http://theshahriyar.com
*/
body {
  font-family: "Rubik", sans-serif;
  color: #5f5f5f;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  overflow-x: hidden;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #42495b;
  font-family: "Poppins", sans-serif !important; }

img {
  max-width: 100%;
  height: auto; }

.img-center {
  margin-left: auto;
  margin-right: auto; }

.white {
  color: #fff !important; }
  .white h1,
  .white h2,
  .white h3,
  .white h4,
  .white h5,
  .white h6 {
    color: #fff; }

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none;
    outline: 0; }

::-moz-selection {
  background: #63c6ce;
  color: #fff;
  text-shadow: none;
  outline: none; }

::selection {
  background: #63c6ce;
  color: #fff;
  text-shadow: none;
  outline: none; }

.main-container {
  overflow: hidden; }

.dropcap {
  font-size: 38px;
  font-weight: 400;
  line-height: 58px;
  float: left;
  width: 60px;
  height: 60px;
  padding: 0 10px 0 14px; }
  .dropcap.bg {
    margin-right: 22px;
    margin-bottom: 0;
    color: #ffffff;
    background: #63c6ce;
    text-align: center;
    color: #fff; }
  .dropcap.yellow-bg {
    background: #f6d014;
    margin-right: 10px; }
  .dropcap.circle {
    border-radius: 50%; }
  .dropcap.rounded {
    border-radius: 5px; }

hr {
  margin-top: 0;
  margin-bottom: 0; }

.btn {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.btn-primary {
  background: #63c6ce;
  padding: 10px 25px;
  font-size: 15px;
  letter-spacing: 1px;
  border: 2px solid #63c6ce !important;
  text-transform: uppercase;
  color: #ffffff !important;
  text-shadow: none; }
  .btn-primary:hover {
    color: #63c6ce !important;
    background: transparent; }
  .btn-primary.outline {
    background: transparent;
    color: #5f5f5f !important; }
    .btn-primary.outline:hover {
      background: #63c6ce;
      color: #ffffff !important; }

.gradient-bg {
  background: #63c6ce;
  background: -webkit-linear-gradient(to left, #38ef7d, #11998e);
  background: linear-gradient(to left, #38ef7d, #11998e); }

.navbar-toggler:focus {
  outline: 0; }

.img-circle {
  border-radius: 50%; }

.right-half,
.left-half {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-position: center center;
  background-size: cover; }
  .right-half.width33,
  .left-half.width33 {
    width: 33%; }
  .right-half.width50,
  .left-half.width50 {
    width: 50%; }

.left-half {
  left: 0; }

.breadcrumb-section {
  padding: 120px 0; }

.breadcrumb {
  background: transparent;
  border-radius: 0;
  color: #fff;
  float: right;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0; }
  .breadcrumb li {
    display: inline-block;
    padding: 0 5px; }
    .breadcrumb li a {
      color: #fff;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .breadcrumb li a:hover {
        color: #63c6ce; }
    .breadcrumb li:after {
      content: "/";
      padding-left: 5px; }
    .breadcrumb li:first-child:after, .breadcrumb li:last-child:after {
      content: ""; }

.page-title h1 {
  font-size: 22px;
  letter-spacing: 1.5px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  color: #fff; }

.navbar-fixed-top {
  position: fixed !important;
  right: 0;
  left: 0;
  z-index: 1100;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out; }

.space-30 {
  margin-top: 30px; }

.margin80 {
  margin: 80px 0; }

.mt80 {
  margin-top: 80px; }

.mt60 {
  margin-top: 60px; }

.mt65 {
  margin-top: 65px; }

.mt30 {
  margin-top: 30px; }

.mt25 {
  margin-top: 25px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb60 {
  margin-bottom: 60px; }

.mr10 {
  margin-right: 10px; }

.pad15 {
  padding: 15px 0; }

.pad30 {
  padding: 30px 0; }

.pad50 {
  padding: 50px 0; }

.pad60 {
  padding: 60px 0; }

.pad80 {
  padding: 80px 0; }

.pad100 {
  padding: 100px 0; }

.pad120 {
  padding: 120px 0; }

.pad-t100 {
  padding-top: 100px; }

.pad-t80 {
  padding-top: 80px; }

.pad-t30 {
  padding-top: 30px; }

.pad-t60 {
  padding-top: 60px; }

.pad-t90 {
  padding-top: 90px; }

.pad-t120 {
  padding-top: 120px; }

.pad-b30 {
  padding-bottom: 30px; }

.pad-b40 {
  padding-bottom: 40px; }

.pad-b50 {
  padding-bottom: 50px; }

.pad-b60 {
  padding-bottom: 60px; }

.pad-b70 {
  padding-bottom: 70px; }

.pad-b80 {
  padding-bottom: 80px; }

.pad-b100 {
  padding-bottom: 100px; }

.pad-b120 {
  padding-bottom: 120px; }

.section-title {
  position: relative;
  margin: 0 0 80px; }
  .section-title h3 {
    position: relative;
    font-size: 46px;
    line-height: 46px;
    color: #63c6ce;
    font-weight: 700;
    letter-spacing: 2px; }
    .section-title h3 span {
      color: #63c6ce !important; }
    .section-title h3:after {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      width: 30px;
      height: 2px;
      margin: -20px auto;
      content: "";
      opacity: 1;
      background: #42495b; }
    .section-title h3:before {
      font-family: "FontAwesome";
      content: "\f0f1 ";
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      color: #bbb;
      font-size: 140px;
      opacity: 0.2; }
  .section-title.white h3 {
    color: #ffffff; }
    .section-title.white h3:after {
      background: #fff !important; }
  .section-title.left h3:after {
    left: 0;
    right: 100%; }
  .section-title.left h3:before {
    bottom: 20px; }

.footer-title h3 {
  font-size: 17px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 1px; }

.section-title-sm h3 {
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase; }
  .section-title-sm h3 span {
    color: #63c6ce; }

.section-title-2 {
  font-size: 16px;
  line-height: 22px;
  position: relative;
  margin: 0 0 50px;
  color: #24252a; }
  .section-title-2 h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 50px; }
    .section-title-2 h3 span {
      color: #63c6ce !important; }
  .section-title-2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 2px;
    margin: -27px auto;
    content: "";
    opacity: 1;
    background: #63c6ce; }
  .section-title-2.white h3 {
    color: #ffffff; }
  .section-title-2 span i:before {
    font-size: 40px;
    color: #63c6ce; }
  .section-title-2.center {
    text-align: center; }
    .section-title-2.center:after {
      left: 0;
      right: 0;
      width: 40px;
      height: 3px;
      margin: -28px auto; }

.form-control {
  border-radius: 0; }

blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-style: italic;
  border-left: 3px solid #24252a; }
  blockquote.primary {
    border-left-color: #63c6ce; }
  blockquote.ash-bg {
    background-color: #f7f7f7; }

.divider {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #999; }
  .divider.dotted {
    border-top: 1px dotted #999; }
  .divider.dashed {
    border-top: 1px dashed #999; }

.bg-color-1 {
  background: #1f2125; }

.bg-color-2 {
  background: #111010; }

.parallax {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 0;
  background-size: cover; }

.fa-ul li {
  padding: 5px 0; }
  .fa-ul li .fa-li {
    margin-top: 8px;
    color: #63c6ce; }

.shadow {
  box-shadow: -25px 0 30px -15px rgba(0, 0, 0, 0.15), 25px 0 30px -15px rgba(0, 0, 0, 0.15); }

.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px; }
  .owl-carousel .owl-dots .owl-dot {
    background: transparent;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 2px solid #888;
    margin-left: 2px;
    margin-right: 2px; }
    .owl-carousel .owl-dots .owl-dot.active {
      background: #63c6ce;
      border-color: #63c6ce; }

.back-to-top.reveal {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 30;
  filter: alpha(opacity=3000); }
  .back-to-top.reveal:focus, .back-to-top.reveal:active, .back-to-top.reveal:hover {
    background-color: #24252a;
    opacity: 100;
    filter: alpha(opacity=10000); }

.back-to-top {
  position: fixed;
  z-index: 1000;
  right: 25px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: #63c6ce;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms; }
  .back-to-top i {
    position: absolute;
    top: 50%;
    left: 35%;
    margin-top: -15px;
    margin-left: -3px;
    color: #ffffff; }

@media screen and (min-width: 768px) {
  .navbar.navbar-expand-lg {
    background: #222;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; }
    .navbar.navbar-expand-lg .navbar-brand img.big {
      width: 320px;
      /*170px*/
      margin-top: -60px;
      margin-bottom: -80px;
      position: relative;
      z-index: 100; }
    .navbar.navbar-expand-lg .navbar-brand img.small {
      display: none;
      visibility: hidden; }
    .navbar.navbar-expand-lg .navbar-collapse {
      padding-left: 0;
      padding-right: 0; }
    .navbar.navbar-expand-lg .navbar-nav {
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out; }
      .navbar.navbar-expand-lg .navbar-nav > li {
        position: inherit; }
        .navbar.navbar-expand-lg .navbar-nav > li > a {
          color: #5f5f5f;
          font-size: 15px;
          text-transform: uppercase;
          transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          padding: 30px 20px; }
          .navbar.navbar-expand-lg .navbar-nav > li > a:hover, .navbar.navbar-expand-lg .navbar-nav > li > a.active {
            color: #63c6ce !important; }
            .navbar.navbar-expand-lg .navbar-nav > li > a:hover:after, .navbar.navbar-expand-lg .navbar-nav > li > a.active:after {
              width: 100%; }
      .navbar.navbar-expand-lg .navbar-nav li.drop {
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        .navbar.navbar-expand-lg .navbar-nav li.drop ul.drop-down {
          margin: 0;
          position: absolute;
          top: 80%;
          left: 0px;
          width: 200px;
          visibility: hidden;
          opacity: 0;
          z-index: 3;
          text-align: left;
          padding: 10px 20px;
          background: #f9f9f9;
          transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out; }
          .navbar.navbar-expand-lg .navbar-nav li.drop ul.drop-down li {
            list-style: none;
            display: block;
            margin: 0;
            position: relative; }
            .navbar.navbar-expand-lg .navbar-nav li.drop ul.drop-down li:last-child {
              border-bottom: 0; }
            .navbar.navbar-expand-lg .navbar-nav li.drop ul.drop-down li a {
              display: inline-block;
              text-transform: uppercase;
              text-decoration: none;
              transition: all 0.3s ease-in-out;
              -moz-transition: all 0.3s ease-in-out;
              -webkit-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              display: block;
              color: #5f5f5f;
              font-size: 14px;
              padding: 10px 0;
              font-weight: 400;
              margin: 0; }
              .navbar.navbar-expand-lg .navbar-nav li.drop ul.drop-down li a i {
                float: right; }
              .navbar.navbar-expand-lg .navbar-nav li.drop ul.drop-down li a:hover, .navbar.navbar-expand-lg .navbar-nav li.drop ul.drop-down li a:focus {
                color: #222; }
            .navbar.navbar-expand-lg .navbar-nav li.drop ul.drop-down li ul.drop-down.level3 {
              top: 0px;
              left: 80%;
              width: 200px;
              border-bottom: none;
              opacity: 0;
              visibility: hidden;
              transition: all 0.2s ease-in-out;
              -moz-transition: all 0.2s ease-in-out;
              -webkit-transition: all 0.2s ease-in-out;
              -o-transition: all 0.2s ease-in-out; }
              .navbar.navbar-expand-lg .navbar-nav li.drop ul.drop-down li ul.drop-down.level3 a {
                color: #fff; }
                .navbar.navbar-expand-lg .navbar-nav li.drop ul.drop-down li ul.drop-down.level3 a:hover, .navbar.navbar-expand-lg .navbar-nav li.drop ul.drop-down li ul.drop-down.level3 a:focus {
                  color: #222; }
            .navbar.navbar-expand-lg .navbar-nav li.drop ul.drop-down li:hover li a {
              color: #222; }
            .navbar.navbar-expand-lg .navbar-nav li.drop ul.drop-down li:hover ul.drop-down.level3 {
              opacity: 1;
              left: 100%;
              visibility: visible; }
            .navbar.navbar-expand-lg .navbar-nav li.drop ul.drop-down li input[type="search"] {
              margin: 10px 0;
              box-shadow: 0;
              border: 1px solid #ccc;
              outline: none;
              font-size: 13px;
              padding: 5px 0 5px 10px; }
              .navbar.navbar-expand-lg .navbar-nav li.drop ul.drop-down li input[type="search"]:focus {
                border: 1px solid #63c6ce; }
          .navbar.navbar-expand-lg .navbar-nav li.drop ul.drop-down.right-side {
            left: inherit;
            right: 0; }
        .navbar.navbar-expand-lg .navbar-nav li.drop:hover > ul.drop-down {
          visibility: visible;
          opacity: 1;
          top: 100%; }
      .navbar.navbar-expand-lg .navbar-nav li.megadrop:hover .megadrop-down {
        visibility: visible;
        opacity: 1;
        top: 100%; }
      .navbar.navbar-expand-lg .navbar-nav li.megadrop .megadrop-down {
        background: transparent;
        z-index: 999;
        position: absolute;
        width: 100%;
        top: 80%;
        left: 0;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in; }
        .navbar.navbar-expand-lg .navbar-nav li.megadrop .megadrop-down .dropdown {
          width: 100%;
          background: #f9f9f9;
          text-align: left;
          padding: 25px;
          box-shadow: 0 0 4px #bdbdbd;
          -webkit-box-shadow: 0 0 4px #bdbdbd;
          -moz-box-shadow: 0 0 4px #bdbdbd;
          -o-box-shadow: 0 0 4px #bdbdbd; }
          .navbar.navbar-expand-lg .navbar-nav li.megadrop .megadrop-down .dropdown ul:last-child li {
            border-right: none; }
          .navbar.navbar-expand-lg .navbar-nav li.megadrop .megadrop-down .dropdown ul li {
            list-style: none;
            padding: 10px 0; }
            .navbar.navbar-expand-lg .navbar-nav li.megadrop .megadrop-down .dropdown ul li:last-child {
              padding-bottom: 0;
              border: 0; }
            .navbar.navbar-expand-lg .navbar-nav li.megadrop .megadrop-down .dropdown ul li a {
              color: #5f5f5f;
              display: block;
              display: inline-block;
              font-size: 14px;
              font-weight: 400;
              margin: 0;
              text-decoration: none;
              text-transform: uppercase;
              transition: all 0.3s ease-in-out;
              -moz-transition: all 0.3s ease-in-out;
              -webkit-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out; }
              .navbar.navbar-expand-lg .navbar-nav li.megadrop .megadrop-down .dropdown ul li a i {
                padding-right: 5px; }
              .navbar.navbar-expand-lg .navbar-nav li.megadrop .megadrop-down .dropdown ul li a.active {
                color: #222; }
            .navbar.navbar-expand-lg .navbar-nav li.megadrop .megadrop-down .dropdown ul li:hover a {
              color: #222; }
    .navbar.navbar-expand-lg.primary-color {
      background-color: #63c6ce; }
    .navbar.navbar-expand-lg.dark-color {
      background-color: #222; }
    .navbar.navbar-expand-lg.boxed-width.primary-color {
      background-color: transparent; }
      .navbar.navbar-expand-lg.boxed-width.primary-color .navbar-collapse {
        background-color: #63c6ce; }
    .navbar.navbar-expand-lg.boxed-width.dark-color {
      background-color: transparent; }
      .navbar.navbar-expand-lg.boxed-width.dark-color .navbar-collapse {
        background-color: #222; }
    .navbar.navbar-expand-lg.primary-color .navbar-nav > li > a {
      color: #333 !important; }
      .navbar.navbar-expand-lg.primary-color .navbar-nav > li > a:hover, .navbar.navbar-expand-lg.primary-color .navbar-nav > li > a.active {
        color: #fff !important; }
    .navbar.navbar-expand-lg.primary-color .navbar-nav li.drop ul.drop-down {
      background: #76cdd4; }
      .navbar.navbar-expand-lg.primary-color .navbar-nav li.drop ul.drop-down li a {
        color: #333; }
        .navbar.navbar-expand-lg.primary-color .navbar-nav li.drop ul.drop-down li a:hover, .navbar.navbar-expand-lg.primary-color .navbar-nav li.drop ul.drop-down li a.active {
          color: #fff; }
    .navbar.navbar-expand-lg.primary-color .navbar-nav li.megadrop .megadrop-down .dropdown {
      background: #76cdd4; }
      .navbar.navbar-expand-lg.primary-color .navbar-nav li.megadrop .megadrop-down .dropdown ul li a {
        color: #333; }
        .navbar.navbar-expand-lg.primary-color .navbar-nav li.megadrop .megadrop-down .dropdown ul li a:hover, .navbar.navbar-expand-lg.primary-color .navbar-nav li.megadrop .megadrop-down .dropdown ul li a.active {
          color: #fff; }
    .navbar.navbar-expand-lg.dark-color .navbar-nav > li > a {
      color: #fff !important; }
      .navbar.navbar-expand-lg.dark-color .navbar-nav > li > a:hover, .navbar.navbar-expand-lg.dark-color .navbar-nav > li > a.active {
        color: #63c6ce !important; }
    .navbar.navbar-expand-lg.dark-color .navbar-nav li.drop ul.drop-down {
      background: #2f2f2f; }
      .navbar.navbar-expand-lg.dark-color .navbar-nav li.drop ul.drop-down li a {
        color: #fff; }
        .navbar.navbar-expand-lg.dark-color .navbar-nav li.drop ul.drop-down li a:hover, .navbar.navbar-expand-lg.dark-color .navbar-nav li.drop ul.drop-down li a.active {
          color: #63c6ce; }
    .navbar.navbar-expand-lg.dark-color .navbar-nav li.megadrop .megadrop-down .dropdown {
      background: #2f2f2f; }
      .navbar.navbar-expand-lg.dark-color .navbar-nav li.megadrop .megadrop-down .dropdown ul li a {
        color: #fff; }
        .navbar.navbar-expand-lg.dark-color .navbar-nav li.megadrop .megadrop-down .dropdown ul li a:hover, .navbar.navbar-expand-lg.dark-color .navbar-nav li.megadrop .megadrop-down .dropdown ul li a.active {
          color: #63c6ce; }
    .navbar.navbar-expand-lg.bottom-nav .navbar-brand {
      margin-top: 0; }
    .navbar.navbar-expand-lg.bottom-nav .navbar-nav > li > a {
      padding: 20px 30px; }
    .navbar.navbar-expand-lg.bottom-nav.primary-color .navbar-nav > li > a:hover, .navbar.navbar-expand-lg.bottom-nav.primary-color .navbar-nav > li > a.active {
      background: #50bfc8; }
    .navbar.navbar-expand-lg.bottom-nav.dark-color .navbar-nav > li > a:hover, .navbar.navbar-expand-lg.bottom-nav.dark-color .navbar-nav > li > a.active {
      background: #151515; } }
@media screen and (min-width: 768px) and (max-width: 992px) {
  .navbar-expand-lg .navbar-brand {
    padding: 20px 15px 10px !important; } }
@media screen and (max-width: 767px) {
  .navbar-expand-lg {
    text-align: left;
    margin-bottom: 0; }
    .navbar-expand-lg .navbar-brand img.big {
      display: none;
      visibility: hidden; }
    .navbar-expand-lg .navbar-brand img.small {
      width: 280px;
      display: block;
      visibility: visible; }
    .navbar-expand-lg .navbar-collapse.collapse.show {
      max-height: 300px;
      overflow-y: scroll; }

  .navbar-nav > li > a {
    padding: 5px 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5f5f5f; }
  .navbar-nav li ul.drop-down {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    visibility: visible;
    opacity: 1;
    padding: 5px 0;
    background: transparent;
    border-top: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none; }
    .navbar-nav li ul.drop-down li a {
      padding: 3px 30px;
      text-transform: uppercase;
      color: #5f5f5f; }
    .navbar-nav li ul.drop-down li ul.drop-down.level3 {
      top: inherit;
      left: inherit;
      width: 100%;
      position: relative;
      visibility: visible;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none;
      opacity: 1; }
      .navbar-nav li ul.drop-down li ul.drop-down.level3 li {
        padding-left: 10px; }
        .navbar-nav li ul.drop-down li ul.drop-down.level3 li a {
          color: #63c6ce; }
    .navbar-nav li ul.drop-down li input[type="search"] {
      margin: 10px 25px;
      box-shadow: 0;
      border: 1px solid #ccc;
      outline: none;
      font-size: 13px;
      padding-left: 10px; }
      .navbar-nav li ul.drop-down li input[type="search"]:focus {
        border: 1px solid #63c6ce; }
  .navbar-nav li.megadrop .megadrop-down {
    position: relative;
    top: inherit;
    left: inherit;
    visibility: visible;
    opacity: 1; }
    .navbar-nav li.megadrop .megadrop-down .dropdown {
      padding: 0 15px;
      background: transparent;
      border-top: none;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none; }
      .navbar-nav li.megadrop .megadrop-down .dropdown ul {
        margin-bottom: 0; }
        .navbar-nav li.megadrop .megadrop-down .dropdown ul li {
          padding-bottom: 5px !important;
          border-right: none; }
          .navbar-nav li.megadrop .megadrop-down .dropdown ul li a {
            color: #63c6ce;
            text-transform: uppercase; }
            .navbar-nav li.megadrop .megadrop-down .dropdown ul li a i {
              display: none; }

  .navbar-expand-lg.primary-color {
    background-color: #63c6ce;
    border-color: #63c6ce; }
    .navbar-expand-lg.primary-color .navbar-collapse.collapse.in {
      background: #fff; }

  .hidden {
    display: none !important; }

  .navbar-brand.separate {
    display: inherit;
    text-align: center;
    margin-bottom: 20px; } }
.navbar-brand.separate {
  padding-left: 0; }

.top-header-section {
  padding: 20px 0;
  background-color: #000;
  box-shadow: 0px 0px 24px rgba(10, 10, 10, 0.1);
  -webkit-box-shadow: 0px 0px 24px rgba(124, 39, 39, 0.1);
  -moz-box-shadow: 0px 0px 24px rgba(10, 10, 10, 0.1); }

.top-contact {
  display: flex;
  font-size: 15px; }
  .top-contact .item {
    margin-right: 30px; }

.top-social {
  display: flex;
  justify-content: flex-end; }
  .top-social a {
    margin-left: 15px;
    font-size: 17px;
    color: #63c6ce; }
    .top-social a:first-child {
      margin-left: 0; }

#main-slide .carousel-item img {
  width: 100%; }
#main-slide .carousel-item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms; }
#main-slide .carousel-item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms; }
#main-slide .carousel-indicators {
  bottom: 30px; }
  #main-slide .carousel-indicators li {
    width: 14px !important;
    height: 14px !important;
    border: 2px solid #fff !important;
    margin: 0 2px !important;
    border-radius: 50%;
    background: transparent; }
    #main-slide .carousel-indicators li.active {
      background: #63c6ce; }
#main-slide .carousel-control-prev.left, #main-slide .carousel-control-prev.right,
#main-slide .carousel-control-next.left,
#main-slide .carousel-control-next.right {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none; }
#main-slide .carousel-control-prev.left span,
#main-slide .carousel-control-next.left span {
  padding: 15px; }
#main-slide .carousel-control-prev.right span,
#main-slide .carousel-control-next.right span {
  padding: 15px; }
#main-slide .carousel-control-prev .fa-angle-left,
#main-slide .carousel-control-prev .fa-angle-right,
#main-slide .carousel-control-next .fa-angle-left,
#main-slide .carousel-control-next .fa-angle-right {
  position: absolute;
  top: 40%;
  z-index: 5;
  display: inline-block; }
#main-slide .carousel-control-prev .fa-angle-left,
#main-slide .carousel-control-next .fa-angle-left {
  left: 0; }
#main-slide .carousel-control-prev .fa-angle-right,
#main-slide .carousel-control-next .fa-angle-right {
  right: 0; }
#main-slide .carousel-control-prev i,
#main-slide .carousel-control-next i {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  line-height: 36px;
  font-size: 32px;
  padding: 15px 20px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }
#main-slide .slider-content {
  top: 30%;
  margin-top: -70px;
  left: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff; }
  #main-slide .slider-content h1 {
    font-size: 95px;
    font-weight: 700;
    line-height: 100px;
    letter-spacing: 5px;
    margin-bottom: 55px;
    color: #333;
    text-transform: uppercase; }
    #main-slide .slider-content h1 strong {
      color: #63c6ce; }
  #main-slide .slider-content p {
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 1px;
    margin-bottom: 55px;
    color: #5f5f5f; }

#main-slide .slider-content h2.white,
#main-slide .slider-content h3.white {
  color: #fff; }

.slider.btn {
  padding: 10px 40px;
  font-size: 20px;
  border-radius: 2px;
  text-transform: uppercase;
  line-height: 28px;
  font-weight: 300;
  border: 0;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.slider.btn.btn-default {
  margin-left: 4px;
  background: #ececec; }

.slider.btn.btn-default:hover {
  background: #000;
  color: #fff; }

.slider-content-left {
  position: relative;
  margin: 0 0 0 40px; }

.slider-content-right {
  position: relative; }

/*-- Animation --*/
.carousel .carousel-item.active .animated1 {
  -webkit-animation: lightSpeedIn 1s ease-in 800ms both;
  animation: lightSpeedIn 1s ease-in 800ms both; }

.carousel .carousel-item.active .animated2 {
  -webkit-animation: bounceIn 1s ease-in 800ms both;
  animation: bounceIn 1s ease-in 800ms both; }

.carousel .carousel-item.active .animated3 {
  -webkit-animation: flipInX 2s ease-in-out 800ms both;
  animation: flipInX 2s ease-in-out 800ms both; }

@media (min-width: 1024px) and (max-width: 1400px) {
  #main-slide .slider-content h1 {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 20px; }
  #main-slide .slider-content p {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 28px; } }
@media (min-width: 768px) and (max-width: 1023px) {
  #main-slide .slider-content h1 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 0; }

  #main-slide .slider-content p {
    font-size: 20px;
    margin-top: 0;
    line-height: 25px;
    margin-bottom: 30px; }

  .slider.btn {
    padding: 5px 25px;
    margin-top: 5px;
    font-size: 16px; } }
@media (max-width: 767px) {
  #main-slide .slider-content {
    top: 45%; }

  #main-slide .slider-content h1 {
    font-size: 28px;
    line-height: normal;
    margin-bottom: 0; }

  #main-slide .slider-content p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
    margin-bottom: 10px; }

  .slider.btn {
    padding: 0 15px;
    margin-top: 0;
    font-size: 12px;
    display: none; }

  #main-slide .carousel-indicators {
    bottom: 0; }

  #main-slide .carousel-control-prev,
  #main-slide .carousel-control-next {
    display: none; } }
@media (max-width: 480px) {
  #main-slide .slider-content {
    top: 60%; }

  #main-slide .slider-content h1 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0; }

  #main-slide .slider-content p {
    font-size: 12px; }

  #main-slide .slider-content a {
    display: none; } }
.feature {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer; }
  .feature img {
    width: 100%; }
  .feature .feature-details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(99, 198, 206, 0.5);
    display: flex;
    align-items: flex-end;
    transition: all 0.3s;
    -webkit-transition: all 0.3s; }
    .feature .feature-details h4 {
      color: #fff;
      margin-bottom: 15px;
      margin-left: 15px;
      letter-spacing: 1px;
      font-size: 20px;
      transition: all 0.3s;
      -webkit-transition: all 0.3s; }
  .feature:hover .feature-details {
    background-color: rgba(99, 198, 206, 0.9); }
    .feature:hover .feature-details h4 {
      margin-left: 35px; }

.about-title-1 h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 54px; }
  .about-title-1 h3 span {
    color: #63c6ce; }

.about-text-1 {
  margin-top: 5px; }
  .about-text-1 h6 {
    font-size: 20px;
    margin-bottom: 20px; }

.opening-chart {
  border: 10px solid #f1f1f1;
  padding: 30px; }
  .opening-chart h5 {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px; }
    .opening-chart h5 i {
      color: #63c6ce; }
  .opening-chart .opening-hours li {
    border-bottom: 1px solid #eeeeee;
    padding: 5px 0; }
    .opening-chart .opening-hours li span {
      float: left; }
    .opening-chart .opening-hours li .value {
      float: right; }
  .opening-chart .help-text {
    margin-top: 30px; }
    .opening-chart .help-text p {
      font-size: 13px; }

.about-text-2 h3 {
  color: #999;
  text-transform: none;
  font-size: 32px; }
.about-text-2 h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px; }
.about-text-2 .sign {
  display: block;
  margin-bottom: 30px; }
  .about-text-2 .sign img {
    max-width: 100px; }
.about-text-2 a {
  color: #63c6ce; }
  .about-text-2 a:hover {
    text-decoration: underline; }

.doctor-img img {
  width: 100%; }

.work-process-section {
  position: relative; }
  .work-process-section * {
    z-index: 100; }
  .work-process-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1; }

.working-process {
  margin-bottom: 20px; }
  .working-process .number {
    display: inline-block;
    margin-bottom: 30px; }
    .working-process .number h1 {
      font-size: 80px;
      font-weight: 700;
      color: #63c6ce;
      border-bottom: 3px solid #fff; }
  .working-process h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 2px; }
  .working-process p {
    color: #f1f1f1; }

.service {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  cursor: pointer; }
  .service img {
    transition: all 0.3s;
    -webkit-transition: all 0.3s; }
  .service .service-details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .service .service-details h4 {
      color: #fff;
      font-family: "Rubik", sans-serif !important;
      font-weight: 400;
      font-size: 18px;
      margin-bottom: 10px;
      letter-spacing: 1px;
      transition: all 0.3s;
      -webkit-transition: all 0.3s; }
    .service .service-details a {
      color: #fff;
      font-size: 12px; }
      .service .service-details a:hover {
        text-decoration: underline; }
  .service:hover img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3); }
  .service:hover .service-details h4 {
    background-color: #63c6ce;
    color: #fff;
    padding: 10px 20px; }

.appoinment-section {
  position: relative; }

.appoinment-form input {
  height: 45px; }
.appoinment-form textarea {
  height: auto; }
.appoinment-form ::placeholder {
  color: #999;
  font-size: 14px; }

.appoinment-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.facility {
  margin-bottom: 40px; }
  .facility:last-child {
    margin-bottom: 0; }
  .facility i {
    font-size: 46px;
    width: 45px;
    color: #63c6ce; }
  .facility .media-body {
    margin-left: 30px; }
    .facility .media-body h5 {
      letter-spacing: 1px;
      margin-bottom: 10px; }

.team-member {
  position: relative;
  overflow: hidden; }
  .team-member .team-details {
    padding: 10px;
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    background: rgba(99, 198, 206, 0.6);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    opacity: 0; }
    .team-member .team-details h4 {
      font-size: 15px;
      font-family: "Rubik", sans-serif !important;
      font-weight: 400;
      margin-bottom: 10px;
      color: #fff;
      text-align: center; }
    .team-member .team-details .social-links {
      text-align: center; }
      .team-member .team-details .social-links li {
        display: inline-block;
        margin: 0 8px; }
        .team-member .team-details .social-links li a {
          color: #fff; }
  .team-member:hover .team-details {
    opacity: 1;
    bottom: 0; }

.help-center-section {
  position: relative; }
  .help-center-section * {
    z-index: 100; }
  .help-center-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1; }

.help-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff; }
  .help-center .help-title {
    font-size: 36px;
    margin-bottom: 30px; }
  .help-center h3 {
    font-size: 50px;
    color: #63c6ce;
    margin-bottom: 30px;
    text-transform: none; }
  .help-center p {
    margin-bottom: 0;
    font-weight: 300; }

.latest-news {
  margin-bottom: 30px; }
  .latest-news .news-details {
    padding-top: 20px; }
    .latest-news .news-details .meta-tag {
      display: flex;
      justify-content: space-between;
      padding-bottom: 10px;
      font-size: 13px; }
      .latest-news .news-details .meta-tag a {
        color: #5f5f5f; }
        .latest-news .news-details .meta-tag a i {
          color: #63c6ce; }
    .latest-news .news-details h3 {
      font-size: 17px;
      text-transform: none;
      line-height: 26px;
      padding-bottom: 10px; }
      .latest-news .news-details h3 a {
        color: #42495b; }
    .latest-news .news-details p {
      margin-bottom: 0; }
  .latest-news .post-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 15px; }
    .latest-news .post-footer a {
      color: #63c6ce; }
    .latest-news .post-footer .post-share {
      display: flex; }
      .latest-news .post-footer .post-share li {
        margin-left: 10px; }

.testimonial {
  text-align: center;
  width: 70%;
  margin: 0 auto; }
  .testimonial p {
    font-style: italic; }
  .testimonial .testimonial-people img {
    width: 80px;
    display: inline-block;
    border-radius: 100%;
    border: 3px solid #63c6ce; }
  .testimonial .testimonial-people h5 {
    font-size: 14px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    text-transform: none;
    margin-top: 15px; }

.footer-section {
  background-color: #222; }

.footer-about img {
  margin-bottom: 20px;
  width: 320px; }
.footer-about p {
  color: #999; }
.footer-about .footer-social {
  display: flex; }
  .footer-about .footer-social span {
    font-size: 18px;
    color: #63c6ce;
    margin-right: 10px; }
  .footer-about .footer-social ul {
    display: flex; }
    .footer-about .footer-social ul li {
      margin-right: 15px; }
      .footer-about .footer-social ul li a {
        color: #fff;
        font-size: 16px; }

.footer-link li {
  margin-bottom: 10px;
  font-size: 15px; }
  .footer-link li:last-child {
    margin-bottom: 0; }
  .footer-link li a {
    color: #999;
    position: relative;
    padding-left: 15px; }
    .footer-link li a:before {
      font-family: "FontAwesome";
      content: "\f105";
      position: absolute;
      left: 0px;
      top: 4px;
      line-height: 10px;
      margin-right: 10px; }
    .footer-link li a:hover {
      padding-left: 20px; }

.footer-contact .media {
  margin-bottom: 20px;
  color: #999; }
  .footer-contact .media:last-child {
    margin-bottom: 0; }
  .footer-contact .media i {
    font-size: 18px; }
  .footer-contact .media .media-body {
    margin-left: 10px; }

.copyright-section {
  background-color: #151515;
  color: #999;
  padding: 15px 0; }
  .copyright-section .copyright-text p {
    margin-bottom: 0; }

.copyright-link {
  display: flex;
  justify-content: flex-end; }
  .copyright-link li {
    margin-left: 15px; }
    .copyright-link li:first-child {
      margin-left: 0; }
    .copyright-link li a {
      color: #999;
      font-size: 14px; }

.blog-post,
.single-blog-post {
  margin-bottom: 50px; }
  .blog-post .blog-img,
  .single-blog-post .blog-img {
    margin: 0 0 8px; }
    .blog-post .blog-img img,
    .single-blog-post .blog-img img {
      width: 100%; }
  .blog-post .blog-post-content,
  .single-blog-post .blog-post-content {
    position: relative;
    width: 100%;
    display: block;
    margin-top: 30px; }
    .blog-post .blog-post-content .post-format,
    .single-blog-post .blog-post-content .post-format {
      float: left;
      display: block;
      width: 5%;
      background: #63c6ce;
      padding: 15px;
      font-size: 20px;
      text-align: center;
      color: #fff;
      border-radius: 2px;
      margin-right: 30px; }
      .blog-post .blog-post-content .post-format.width10,
      .single-blog-post .blog-post-content .post-format.width10 {
        width: 10%; }
    .blog-post .blog-post-content .post-description,
    .single-blog-post .blog-post-content .post-description {
      width: 95%; }
      .blog-post .blog-post-content .post-description .post-meta li,
      .single-blog-post .blog-post-content .post-description .post-meta li {
        display: inline-block;
        text-transform: uppercase;
        margin-right: 15px; }
        .blog-post .blog-post-content .post-description .post-meta li i,
        .single-blog-post .blog-post-content .post-description .post-meta li i {
          margin-right: 5px; }
      .blog-post .blog-post-content .post-description h1,
      .single-blog-post .blog-post-content .post-description h1 {
        font-size: 24px;
        margin-top: 5px; }
    .blog-post .blog-post-content .post-text,
    .single-blog-post .blog-post-content .post-text {
      margin-top: 30px;
      margin-bottom: 20px; }
    .blog-post .blog-post-content a.read-more,
    .single-blog-post .blog-post-content a.read-more {
      letter-spacing: 2px; }
    .blog-post .blog-post-content .post-tag,
    .single-blog-post .blog-post-content .post-tag {
      color: #888;
      font-size: 15px;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-top: 20px; }
      .blog-post .blog-post-content .post-tag li,
      .single-blog-post .blog-post-content .post-tag li {
        display: inline-block; }
        .blog-post .blog-post-content .post-tag li a,
        .single-blog-post .blog-post-content .post-tag li a {
          color: #63c6ce;
          text-transform: none;
          letter-spacing: 0; }
  .blog-post .blog-author,
  .single-blog-post .blog-author {
    margin: 40px 0;
    padding: 30px;
    border-radius: 2px;
    border: 1px solid #ddd; }
    .blog-post .blog-author img,
    .single-blog-post .blog-author img {
      width: 80px;
      display: block;
      background: #fff;
      border: 1px solid #ddd;
      margin: 0 20px 0 0;
      border-radius: 50%; }
    .blog-post .blog-author .author-name,
    .single-blog-post .blog-author .author-name {
      margin-top: 20px; }
      .blog-post .blog-author .author-name a,
      .single-blog-post .blog-author .author-name a {
        color: #24252a;
        font-weight: 500;
        font-size: 16px; }
  .blog-post .comment-section,
  .single-blog-post .comment-section {
    margin-top: 80px; }
    .blog-post .comment-section h2,
    .single-blog-post .comment-section h2 {
      color: #222222;
      font-size: 15px;
      font-weight: 700;
      margin: 0 0 15px;
      text-transform: uppercase;
      padding-bottom: 35px;
      border-bottom: 1px solid #e0e0e0;
      margin-bottom: 40px; }
    .blog-post .comment-section .comment-box,
    .single-blog-post .comment-section .comment-box {
      overflow: hidden;
      padding-bottom: 35px;
      border-bottom: 1px solid #f3f3f3;
      margin-bottom: 40px; }
      .blog-post .comment-section .comment-box img,
      .single-blog-post .comment-section .comment-box img {
        width: 70px;
        float: left;
        border-radius: 50%;
        border: 2px solid #63c6ce; }
      .blog-post .comment-section .comment-box .comment-content,
      .single-blog-post .comment-section .comment-box .comment-content {
        margin-left: 100px; }
        .blog-post .comment-section .comment-box .comment-content h4,
        .single-blog-post .comment-section .comment-box .comment-content h4 {
          color: #222222;
          font-size: 13px;
          text-transform: uppercase;
          margin: 0; }
          .blog-post .comment-section .comment-box .comment-content h4 a,
          .single-blog-post .comment-section .comment-box .comment-content h4 a {
            color: #222222;
            display: inline-block;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            float: right;
            font-size: 11px;
            font-weight: 400; }
        .blog-post .comment-section .comment-box .comment-content span,
        .single-blog-post .comment-section .comment-box .comment-content span {
          font-size: 13px;
          color: #999999;
          line-height: 20px;
          margin: 0 0 10px;
          font-size: 11px;
          display: inline-block;
          font-weight: 400;
          margin-bottom: 16px;
          text-transform: uppercase; }
    .blog-post .comment-section ul.depth .comment-box,
    .single-blog-post .comment-section ul.depth .comment-box {
      padding-left: 100px; }
    .blog-post .comment-section .comment-form h2,
    .single-blog-post .comment-section .comment-form h2 {
      padding-bottom: 0;
      border-bottom: none;
      margin-bottom: 30px; }
    .blog-post .comment-section .comment-form input[type="text"],
    .blog-post .comment-section .comment-form textarea,
    .single-blog-post .comment-section .comment-form input[type="text"],
    .single-blog-post .comment-section .comment-form textarea {
      width: 100%;
      display: block;
      padding: 12px;
      background: #fff;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      color: #999999;
      font-size: 13px;
      border: 1px solid #ccc;
      outline: none;
      margin: 0 0 20px;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out; }
      .blog-post .comment-section .comment-form input[type="text"]:focus,
      .blog-post .comment-section .comment-form textarea:focus,
      .single-blog-post .comment-section .comment-form input[type="text"]:focus,
      .single-blog-post .comment-section .comment-form textarea:focus {
        border: 1px solid #63c6ce; }
    .blog-post .comment-section .comment-form textarea,
    .single-blog-post .comment-section .comment-form textarea {
      min-height: 193px;
      margin-bottom: 30px; }
    .blog-post .comment-section .comment-form .btn-primary-bordered,
    .single-blog-post .comment-section .comment-form .btn-primary-bordered {
      background: transparent; }

.single-blog-post {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.pagination li a,
.pagination li a:hover,
.pagination li a:focus {
  color: #adadad;
  padding: 6px 12px;
  border-radius: 0;
  border: solid 1px #e1e1e1;
  background: transparent;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms; }
.pagination li.active a, .pagination li.active a:hover {
  color: #fff;
  border: solid 1px #63c6ce;
  background-color: #63c6ce; }
.pagination li:first-child a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.pagination li:last-child a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.widget {
  margin-bottom: 40px; }

.widget-title {
  margin: 0 0 20px 0; }
  .widget-title h3 {
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #333333; }

.widget-search input[type="search"] {
  width: 100%;
  display: block;
  padding: 8px;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #999999;
  font-size: 13px;
  border: 1px solid #ccc;
  outline: none;
  margin: 0 0 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }
  .widget-search input[type="search"]:focus {
    border: 1px solid #63c6ce; }

.widget-archive li a,
.widget-category li a {
  font-weight: 400;
  color: #333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .widget-archive li a:hover,
  .widget-category li a:hover {
    color: #63c6ce; }

.widget-tag li {
  display: inline-block;
  margin-bottom: 20px !important;
  margin-right: 2px; }
.widget-tag a {
  font-size: 14px;
  font-style: normal !important;
  line-height: 17px;
  margin: 0;
  padding: 8px 15px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ffffff !important;
  border: 0;
  background: #63c6ce;
  text-shadow: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .widget-tag a:hover {
    background: #24252a; }

.widget-social li {
  font-size: 16px;
  line-height: 16px;
  float: left;
  margin: 0 1px 0 0;
  padding: 5px 15px 5px 13px;
  list-style: none;
  text-align: center;
  background: #1a1a1a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .widget-social li a {
    color: #fff; }
  .widget-social li:hover {
    background: #63c6ce; }

.widget-navigation .side-navigation li {
  border: 1px solid #ddd;
  border-bottom: none; }
  .widget-navigation .side-navigation li:last-child {
    border-bottom: 1px solid #ddd; }
  .widget-navigation .side-navigation li a {
    padding: 13px 18px;
    text-transform: uppercase;
    background: #f7f7f7;
    color: #222;
    font-weight: normal;
    display: block; }
    .widget-navigation .side-navigation li a:hover {
      background: #222;
      color: #63c6ce; }

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="password"],
.contact-form select,
.quotation-form input[type="text"],
.quotation-form input[type="email"],
.quotation-form input[type="tel"],
.quotation-form input[type="password"],
.quotation-form select {
  width: 100%;
  display: block;
  height: 45px;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #999999;
  font-size: 13px;
  border: 1px solid #ccc;
  outline: none;
  margin: 0 0 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }
  .contact-form input[type="text"]:focus,
  .contact-form input[type="email"]:focus,
  .contact-form input[type="tel"]:focus,
  .contact-form input[type="password"]:focus,
  .contact-form select:focus,
  .quotation-form input[type="text"]:focus,
  .quotation-form input[type="email"]:focus,
  .quotation-form input[type="tel"]:focus,
  .quotation-form input[type="password"]:focus,
  .quotation-form select:focus {
    border: 1px solid #63c6ce; }
.contact-form textarea,
.quotation-form textarea {
  margin-bottom: 20px;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #999999;
  font-size: 13px;
  border: 1px solid #ccc;
  outline: none; }
.contact-form .help-block,
.quotation-form .help-block {
  color: #f00; }
.contact-form .btn-primary-bordered,
.quotation-form .btn-primary-bordered {
  background: transparent; }

.feature-5 {
  margin-bottom: 30px; }
  .feature-5 img {
    margin-bottom: 20px; }
  .feature-5 h4 {
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: 1px; }
  .feature-5 a {
    color: #5f5f5f; }
    .feature-5 a i {
      -webkit-transition: margin-left 0.3s ease-in;
      transition: margin-left 0.3s ease-in; }
    .feature-5 a:hover {
      color: #63c6ce;
      -webkit-transition: color 0.3s ease-in;
      transition: color 0.3s ease-in; }
      .feature-5 a:hover i {
        margin-left: 5px; }

.wav-accordion .card {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  margin-bottom: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important; }
.wav-accordion .card-header {
  background: #f9f9f9;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  padding: 0.6rem 1.25rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .wav-accordion .card-header .card-title a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #63c6ce;
    text-transform: uppercase;
    padding: 3px 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; }
    .wav-accordion .card-header .card-title a:before {
      font-family: "FontAwesome";
      content: "\f0ab";
      font-size: 20px;
      line-height: 36px;
      padding-right: 10px;
      color: #63c6ce;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .wav-accordion .card-header .card-title a.collapsed {
      color: #444; }
      .wav-accordion .card-header .card-title a.collapsed:hover {
        color: #63c6ce; }
      .wav-accordion .card-header .card-title a.collapsed:before {
        font-family: "FontAwesome";
        content: "\f0a9"; }
.wav-accordion .card-body {
  padding: 15px;
  border-top: 1px solid #ddd;
  font-size: 15px;
  line-height: 24px;
  background-color: transparent !important; }

.card-title a .control-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -11px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: none; }

.card-title a.collapsed .control-icon {
  display: block; }

.card-title a i {
  font-size: 22px;
  padding-right: 5px;
  color: #63c6ce; }

.not-found {
  padding: 200px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .not-found h1 {
    font-size: 120px;
    margin-bottom: 30px; }
  .not-found h2 {
    letter-spacing: 1px; }
  .not-found a {
    margin-top: 40px;
    color: #63c6ce; }
    .not-found a i {
      margin-right: 10px; }
    .not-found a:hover {
      text-decoration: underline; }

/*# sourceMappingURL=style.css.map */
