/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:
Version:        1.0.0
Author:
URL:
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1  Theme Reset Style
#0.2  Global Elements
#0.3  header
#0.4  hero-slider
#0.5  footer

----------------------------------------------------------------*/
/*---------------------------
  Fonts
----------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700|Poppins:300,500,700');

/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 15px;
}

body {
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
  font-size: 15px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  color: #606060;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: #2e343b;
  margin: 0 0 0.4em;
}

ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: none;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 80px 0;
}
.section-padding-2 {
  padding: 60px 0px;
}
@media (max-width: 991px) {
  .section-padding {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 40px 0;
  }
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
/*** for bg color ***/
.bg1 {
background-color: #F7F8FA !important;
}
.bg2 {
background-color: #0cb8b6 ! important;
}
.bg3{
background-color: ! important;
}
.bg-img-1 {
  background: url(../images/bg.jpg);
}
.layer-overlay-1 {
  position: relative;
}
.layer-overlay-1::before {
    background: rgba(239, 240, 240, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}
.colr-w {
  color: #fff !important;
}
.colr-them {
  color: #0cb8b6 !important;
}
.colr-bg-them-1 {
  background: #2e343b !important;
}
.pad-1 {
  padding: 40px !important;
}
.mar-b-0 {
  margin-bottom: 0 !important;
}
.mar-t-20 {
  margin-top: 20px !important;
}
.mar-t-30 {
  margin-top: 30px !important;
}
.fancybox-wrap {
  z-index: 99999 !important;
}
.m-b-23 {
  margin-bottom: 23px !important;
}
.section-title {
  text-align: center;
  margin-bottom: 70px;
}
.section-title-2 {
  margin-bottom: 70px;
}

.section-title p {
  color: #9c9c9c;
  font-size: 16px;
  font-weight: normal;
}
.section-title-2 p {
  color: #9c9c9c;
  font-size: 16px;
  font-weight: normal;
}
.section-title .title-box {
  display: inline-block;
}

.section-title h2 {
  font-size: 34px;
  line-height: 1em;
  margin: 0;
  position: relative;
  text-transform: capitalize;
}

.section-title h2::before {
  content: "";
  width: 70px;
  height: 3px;
  background-color: #0cb8b6 !important;
  position: absolute;
  bottom: -20px;
  margin-left: 49%;
}

.section-title-2 h2 {
  font-size: 34px;
  line-height: 1em;
  margin: 0;
  position: relative;
  text-transform: capitalize;
}

.section-title-2 h2::before {
  content: "";
  width: 70px;
  height: 3px;
  background-color: #0cb8b6 !important;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.section-title h2:before {
  left: -30px;
}

.section-title h2:after {
  right: -30px;
}
.section-title-s2 {
  margin-bottom: 60px;
}
.section-title-s2 h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.section-title-s2 p {
      color: #9c9c9c;
    font-size: 16px;
    font-weight: normal;
}
.section-title .double-line {
  position: relative;
}

.section-title .double-line .fi {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -13px;
}

.section-title .double-line .fi:last-child {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -o-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}

.section-title .double-line .fi:before {
  color: gray;
}

.section-title .double-line-top:before,
.section-title .double-line-top:after,
.section-title .double-line-bottom:before,
.section-title .double-line-bottom:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: gray;
  position: absolute;
  left: 0;
}

.section-title .double-line-top:before {
  top: 0;
}

.section-title .double-line-top:after {
  top: 2px;
}

.section-title .double-line-bottom:before {
  bottom: 0;
}

.section-title .double-line-bottom:after {
  bottom: 2px;
}

.theme-btn {
  background-color: #fff;
  font-size: 14px;
  font-size: cacl-rem-value(14);
  font-weight: 600;
  color: #0cb8b6;
  padding: 13px 24px;
  display: inline-block;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}


@media (max-width: 767px) {
  .theme-btn {
    font-size: 13px;
    font-size: cacl-rem-value(13);
    padding: 10px 16px;
  }
}

@media (max-width: 767px) {
  .section-padding-2 {
  padding: 40px 0px !important;
}.testimonials-section {
  padding: 40px 0 !important;
}
.sortable-gallery {
  padding: 40px 0 !important;
}
.divider {
  padding: 40px 0 !important;
}
.brand-section {
  padding: 30px 0 20px !important;
}
.blog-section {
  padding: 40px 0 10px !important;
}
.subscribe-section {
  padding: 40px 0 !important;
}
.site-footer .upper-footer {
  padding: 40px 0 !important;
}
.services-section-3 {
  padding: 40px 0 10px !important;
}
}

.theme-btn:hover {
  background-color: #0cb8b6;
  color: #fff;
}
.theme-btn-1 {
  background-color: #0cb8b6;
  font-size: 12px;
  font-size: cacl-rem-value(14);
  font-weight: 600;
  color: #fff !important;
  padding: 7px 24px;
  display: inline-block;
  border-radius: 35px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.theme-btn-1:hover {
  background-color: #f1f1f1;
  color: #0cb8b6 !important;
}
.theme-btn-2 {
  background-color: #0cb8b6;
  font-size: 12px;
  font-size: cacl-rem-value(14);
  font-weight: 600;
  color: #fff !important;
  padding: 4px 12px;
  display: inline-block;
  border-radius: 35px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.theme-btn-2:hover {
  background-color: #f1f1f1;
  color: #0cb8b6 !important;
}
.theme-btn-3 {
  background-color: #0cb8b6;
  font-size: 12px;
  font-size: cacl-rem-value(14);
  font-weight: 600;
  color: #fff !important;
  padding: 4px 12px;
  display: inline-block;
  border-radius: 35px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 10px;
}
.theme-btn-3:hover {
  background-color: #f1f1f1;
  color: #0cb8b6 !important;
}
.theme-btn-4{
  color: #fff !important;
  background: #2e343b ;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.theme-btn-4:hover {
  color: #0cb8b6 !important;
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #0cb8b6;
  -webkit-box-shadow: 0 0 5px 0 #0fe8e5;
  -moz-box-shadow: 0 0 5px 0 #0fe8e5;
  -o-box-shadow: 0 0 5px 0 #0fe8e5;
  -ms-box-shadow: 0 0 5px 0 #0fe8e5;
  box-shadow: 0 0 5px 0 #0fe8e5;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: italic;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.sticky {
  width: 100%;
  position: fixed;
  left: 0;
  top: -100%;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
  border-bottom: 1px solid #e5e5e5 !important;
}
.back-to-top {
    background-color: #051429;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 30px;
    bottom: 30px;
    border: 1px solid #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.back-to-top i {
    font-size: 18px;
    color: #fff;
    font-size: 1.125rem;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.social-links {
  overflow: hidden;
  list-style-type: none;
}

.social-links li {
  float: left;
}

.social-links li a {
  display: block;
  text-align: center;
}

.page-title {
  background: url("../images/page-title.jpg") center center/cover no-repeat local;
  height: 300px;
  text-align: center;
  position: relative;
  display: table;
  width: 100%;
}

.page-title .container {
  vertical-align: middle;
  display: table-cell;
}

.page-title h1,
.page-title ol {
  color: #fff;
}

.page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
}

.page-title .breadcrumb a {
  color: #fff;
}

.color-b {
  color: #0CB8B6 !important;
}



/*Preloader*/
#preloader {
  background-color:#0cb8b6;
  height:100%;
  width:100%;
  position:fixed;z-index:9999;
  margin-top:0;top:0
  }
  #loading-center {
  width:100%;height:100%;
  position:relative
  }
  #loading-center-absolute {
  position:absolute;left:50%;
  top:50%;height:50px;
  width:150px;
  margin-top:-25px;
  margin-left:-75px
  }
  .object {
    width:8px;
    height:50px;
    margin-right:5px;
    background-color:#FFF;
    -webkit-animation:animate 1s infinite;
    animation:animate 1s infinite;
    float:left
  }
  .object:last-child {
    margin-right:0
  }
    .object:nth-child(10) {
    -webkit-animation-delay:.9s;
    animation-delay:.9s
  }
  .object:nth-child(9){-webkit-animation-delay:.8s;animation-delay:.8s}
  .object:nth-child(8){-webkit-animation-delay:.7s;animation-delay:.7s}
  .object:nth-child(7){-webkit-animation-delay:.6s;animation-delay:.6s}
  .object:nth-child(6){-webkit-animation-delay:.5s;animation-delay:.5s}
  .object:nth-child(5){-webkit-animation-delay:.4s;animation-delay:.4s}
  .object:nth-child(4){-webkit-animation-delay:.3s;animation-delay:.3s}
  .object:nth-child(3){-webkit-animation-delay:.2s;animation-delay:.2s}
  .object:nth-child(2){-webkit-animation-delay:.1s;animation-delay:.1s}
  @-webkit-keyframes animate{50%{-ms-transform:scaleY(0);
  -webkit-transform:scaleY(0);
  transform:scaleY(0)}}
  @keyframes animate{50%{-ms-transform:scaleY(0);
  -webkit-transform:scaleY(0);transform:scaleY(0)}}

/*--------------------------------------------------------------
#0.3  header
--------------------------------------------------------------*/
.site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

.site-header ul {
  list-style-type: none;
}

.site-header .navigation-holder {
  padding: 0;
}

.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation > .container {
  position: relative;
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*** mega-menu style ***/
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #0cb8b6;
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar li {
    position: relative;
  }
  .site-header #navbar > ul > li > a {
    font-size: 14px;
    font-size: 0.93333rem;
    color: #2e343b;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #fff;
    width: 220px;
    border-top: 2px solid #0cb8b6;
    position: absolute;
    left: 0;
    top: 130%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 13px;
    font-size: 0.86667rem;
    display: block;
    padding: 12px 15px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 15px;
    font-size: 1rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
    font-size: 0.93333rem;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 15px;
    font-size: 1rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar .has-mega-menu {
    position: static;
  }
  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #0cb8b6;
    position: absolute;
    right: 0;
    top: 120%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    font-size: 0.93333rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }
  .site-header #navbar .has-mega-menu:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .site-header #navbar > ul .mega-menu {
    width: 950px;
    right: 15px;
  }
  .site-header #navbar > ul .half-mega-menu {
    width: 485px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul .mega-menu,
  .site-header #navbar > ul .half-mega-menu {
    width: auto;
  }
  .site-header #navbar > ul .mega-menu .row,
  .site-header #navbar > ul .half-mega-menu .row {
    margin: 0;
  }
  .site-header #navbar .mega-menu-content > .row > .col {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }
  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header {
    /* class for show hide navigation */
  }
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: #0cb8b6;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 12px;
    z-index: 20;
  }
  .site-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 100;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #0cb8b6;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #0cb8b6;
    width: 35px;
    height: 35px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #cccccc;
  }
  .site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header {
    float: none;
  }
  .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li {
    float: none;
  }
}

/**********************************
  # topbar
***********************************/
.topbar {
  /*** upper-topbar ***/
}

.topbar .upper-topbar {
  border-bottom: 1px solid #e5e5e5;
}

.topbar .upper-topbar .slogan {
  font-size: 14px;
  font-size: 0.93333rem;
  line-height: 46px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .topbar .upper-topbar .slogan {
    font-size: 13px;
    font-size: 0.86667rem;
    line-height: inherit;
    text-align: center;
    padding: 8px 0;
  }
}

.topbar .upper-topbar .social {
  overflow: hiddin;
}

@media (max-width: 767px) {
  .topbar .upper-topbar .social {
    border-top: 1px solid #e5e5e5;
    text-align: center;
    height: 35px;
    margin: 0 -15px;
  }
}

.topbar .upper-topbar .social-links {
  float: right;
}

@media (max-width: 767px) {
  .topbar .upper-topbar .social-links {
    float: none;
    display: inline-block;
  }
}

.topbar .upper-topbar .social-links li {
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  border-right: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
  .topbar .upper-topbar .social-links li {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.topbar .upper-topbar .social-links li:first-child {
  border-left: 1px solid #e5e5e5;
}

.topbar .upper-topbar .social-links a {
  font-size: 18px;
  font-size: 1.2rem;
  color: #0cb8b6;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  .topbar .upper-topbar .social-links a {
    font-size: 15px;
    font-size: 1rem;
  }
}

.topbar .upper-topbar .social-links a:hover {
  color: #4f4f4f;
}

.topbar .lower-topbar {
  padding: 25px 0 15px;
  border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 991px) {
  .topbar .lower-topbar {
    padding: 15px 0;
  }
}

@media (max-width: 991px) {
  .topbar .logo {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
  }
}

.topbar .lower-topbar-info {
  float: right;
  overflow: hidden;
}

@media (max-width: 991px) {
  .topbar .lower-topbar-info {
    float: none;
    text-align: center;
  }
}

.topbar .lower-topbar-info > div {
  float: left;
  overflow: hidden;
}

@media (max-width: 991px) {
  .topbar .lower-topbar-info > div {
    display: inline-block;
    float: none;
  }
}

@media (max-width: 767px) {
  .topbar .lower-topbar-info > div {
    text-align: center;
    display: block;
  }
}

.topbar .lower-topbar-info > div + div {
  margin-left: 50px;
}

@media (max-width: 1199px) {
  .topbar .lower-topbar-info > div + div {
    margin-left: 40px;
  }
}

@media (max-width: 767px) {
  .topbar .lower-topbar-info > div + div {
    margin-left: 0;
    margin-top: 15px;
  }
}

.topbar .lower-topbar-info p {
  font-size: 14px;
  font-size: 0.93333rem;
  margin-bottom: 8px;
  line-height: 1.2em;
}

@media (max-width: 1199px) {
  .topbar .lower-topbar-info p {
    font-size: 13px;
    font-size: 0.86667rem;
    margin-bottom: 5px;
  }
}

.topbar .lower-topbar-info .icon {
  float: left;
  margin-right: 16px;
}

@media (max-width: 1199px) {
  .topbar .lower-topbar-info .icon {
    margin-right: 12px;
  }
}

@media (max-width: 767px) {
  .topbar .lower-topbar-info .icon {
    float: none;
  }
}

.topbar .lower-topbar-info .icon .fi:before {
  font-size: 42px;
  color: #0cb8b6;
}

@media (max-width: 1199px) {
  .topbar .lower-topbar-info .icon .fi:before {
    font-size: 35px;
  }
}

.topbar .lower-topbar-info .icon .fi {
  position: relative;
  top: -8px;
}

.topbar .lower-topbar-info .details {
  float: right;
}

@media (max-width: 991px) {
  .topbar .lower-topbar-info .details {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .topbar .lower-topbar-info .details {
    float: none;
    text-align: center;
  }
}

.topbar .lower-topbar-info .details p {
  color: rgba(68,68,68,.50);
}

/**********************************
  = header style 1
*************************************/
@media screen and (min-width: 992px) {
  .header-style-1 .navigation-holder > ul > li {
    border-right: 1px solid #e5e5e5;
  }
  .header-style-1 .navigation-holder > ul > li:first-child {
    border-left: 1px solid #e5e5e5;
  }
  .header-style-1 .navigation-holder ul li a {
    font-weight: 600;
    color: #2e343b;
    text-transform: uppercase;
  }
}

/*** search minicart ***/
.search-minicart {
  float: right;
  position: absolute;
  right: 0;
  top: 12px;
  z-index: 10;
  right: 21px;
  /*** top-cart-content ***/
}

@media (max-width: 991px) {
  .search-minicart {
    right: auto;
    left: 87px;
  }
}

.search-minicart .search,
.search-minicart .mini-cart {
  position: absolute;
  right: 0;
}

.search-minicart .search > div {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 48px;
  right: 38px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .search-minicart .search > div {
    right: auto;
    left: -75px;
  }
}

.search-minicart .search .toggle-search {
  opacity: 1;
  visibility: visible;
}

.search-minicart .search > button {
  background: #0cb8b6;
  width: 35px;
  height: 35px;
  color: #fff;
  border: 0;
  position: absolute;
  right: 40px;
}

.search-minicart .search form {
  width: 250px;
  height: 45px;
}

.search-minicart .search form input {
  height: 100%;
  border-radius: 0;
  padding-right: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-minicart .search form button {
  background: transparent;
  border: 0;
  width: 45px;
  color: #0cb8b6;
  height: 100%;
  border-left: 1px solid #e5e5e5;
}

.search-minicart form button {
  position: absolute;
  right: 0;
  top: 0;
}

.search-minicart .cart-count {
  background: transparent;
  border: 0;
  position: relative;
  top: 5px;
  left: 0;
}

.search-minicart .cart-count span {
  background: #0cb8b6;
  width: 19px;
  height: 19px;
  line-height: 19px;
  font-size: 10px;
  font-size: cacl-rem-value(10);
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: -5px;
}

.search-minicart .top-cart-content {
  background: #fff;
  border-top: 1px solid #EEE;
  width: 280px;
  position: absolute;
  top: 48px;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .search-minicart .top-cart-content {
    right: auto;
  }
}

.search-minicart .top-cart-content .top-cart-title {
  padding: 12px 15px;
  border-bottom: 1px solid #EEE;
}

.search-minicart .top-cart-content .top-cart-title h4 {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.search-minicart .top-cart-content .top-cart-items {
  padding: 15px;
}

.search-minicart .top-cart-content .top-cart-item {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #F5F5F5;
}

.search-minicart .top-cart-content .top-cart-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.search-minicart .top-cart-content .top-cart-item-image {
  float: left;
  margin-right: 15px;
  width: 48px !important;
  height: 48px !important;
  border: 2px solid #EEE;
  -webkit-transition: border-color .2s linear;
  -o-transition: border-color .2s linear;
  transition: border-color .2s linear;
}

.search-minicart .top-cart-content .top-cart-item-image a,
.search-minicart .top-cart-content .top-cart-item-image img {
  display: block;
  width: 44px !important;
  height: 44px !important;
}

.search-minicart .top-cart-content .top-cart-item-image:hover {
  border-color: #1ABC9C;
}

.search-minicart .top-cart-content .top-cart-item-desc {
  position: relative;
  overflow: hidden;
}

.search-minicart .top-cart-content .top-cart-item-desc a {
  text-align: left !important;
  font-size: 13px !important;
  width: auto !important;
  height: auto !important;
  color: #333;
  font-weight: 600;
}

.search-minicart .top-cart-content .top-cart-item-desc a:hover {
  color: #1ABC9C !important;
}

.search-minicart .top-cart-content .top-cart-item-desc span.top-cart-item-price {
  display: block;
  line-height: 20px;
  font-size: 12px !important;
  color: #999;
}

.search-minicart .top-cart-content .top-cart-item-desc span.top-cart-item-quantity {
  display: block;
  position: absolute;
  font-size: 12px !important;
  right: 0;
  top: 2px;
  color: #444;
}

.search-minicart .top-cart-content .top-cart-action {
  padding: 15px;
  border-top: 1px solid #EEE;
}

.search-minicart .top-cart-content .top-cart-action span.top-checkout-price {
  font-size: 20px;
  color: #1ABC9C;
}

.search-minicart .top-cart-content .top-cart-action a {
  background: #0cb8b6;
  color: #fff;
  font-size: 14px;
  font-size: cacl-rem-value(14);
  display: inline-block;
  padding: 5px 15px;
  float: right;
}

.search-minicart .top-cart-content-toggle {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
#0.4  hero slider
--------------------------------------------------------------*/
.hero {
  position: relative;
  height: 770px;
  overflow: hidden;
  /** slider controls **/
  /*** hero slider animation ***/
}

@media (max-width: 1199px) {
  .hero {
    height: 650px;
  }
}

@media (max-width: 991px) {
  .hero {
    height: 550px;
  }
}

@media (max-width: 767px) {
  .hero {
    min-height: 420px;
  }
}

.hero .slide {
  height: 770px;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 1199px) {
  .hero .slide {
    height: 650px;
  }
}

@media (max-width: 991px) {
  .hero .slide {
    height: 550px;
  }
}

@media (max-width: 767px) {
  .hero .slide {
    min-height: 420px;
  }
}

.hero .slide .slider-bg {
  display: none;
}

.hero .slide .slide-shape {
  background: rgba(12, 184, 182, 0.7);
  content: "";
  width: 80%;
  height: 120%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: -20%;
  top: -10%;
}

@media (max-width: 991px) {
  .hero .slide .slide-shape {
    width: 85%;
  }
}

@media (max-width: 767px) {
  .hero .slide .slide-shape {
    width: 100%;
    background: rgba(12, 184, 182, 0.5);
  }
}

.hero .slide:focus {
  outline: none;
}

.hero .slide .container {
  height: 100%;
  display: table;
}

.hero .slide .row {
  display: table-cell;
  vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
  background-color: #0cb8b6;
  width: 45px;
  height: 45px;
  z-index: 10;
  top: calc(100% - 45px);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

@media (max-width: 767px) {
  .hero .slick-prev,
  .hero .slick-next {
    width: 40px;
    height: 40px;
    top: calc(100% - 40px);
  }
}

.hero .slick-prev {
  left: calc(100% - 91px);
}

@media (max-width: 767px) {
  .hero .slick-prev {
    left: calc(100% - 81px);
  }
}

.hero .slick-prev:before {
  font-family: "FontAwesome";
  content: "\f104";
  opacity: 1;
}

.hero .slick-next {
  right: 0;
}

.hero .slick-next:before {
  font-family: "FontAwesome";
  content: "\f105";
  opacity: 1;
}

@media (max-width: 767px) {
  .hero .hero-slider .slide-caption {
    padding-left: 0;
    padding-right: 0;
  }
}

.hero .hero-slider .slide-caption > h1 {
  font-size: 50px;
  font-size: 3.33333rem;
  color: #fff;
}

@media (max-width: 1199px) {
  .hero .hero-slider .slide-caption > h1 {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

@media (max-width: 991px) {
  .hero .hero-slider .slide-caption > h1 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .hero .hero-slider .slide-caption > h1 {
    font-size: 30px;
    font-size: 2rem;
  }
}

.hero .hero-slider .slide-caption > h1 span {
  font-size: 30px;
  font-size: 2rem;
  display: block;
  font-weight: 300;
  margin-bottom: 0.6em;
}

@media (max-width: 1199px) {
  .hero .hero-slider .slide-caption > h1 span {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 991px) {
  .hero .hero-slider .slide-caption > h1 span {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

@media (max-width: 767px) {
  .hero .hero-slider .slide-caption > h1 span {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.hero .hero-slider .slide-caption > p {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 2em;
}

@media (max-width: 1199px) {
  .hero .hero-slider .slide-caption > p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 767px) {
  .hero .hero-slider .slide-caption > p {
    font-size: 15px;
    font-size: 1rem;
  }
}

.hero .hero-slider .slide-caption .btns a:first-child {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .hero .hero-slider .slide-caption .btns a:first-child {
    margin-bottom: 8px;
  }
}

.hero .hero-slider .slide-caption > h1,
.hero .hero-slider .slide-caption > p,
.hero .hero-slider .slide-caption > .btns {
  color: #fff;
  opacity: 0;
}

.hero .hero-slider .slide-shape {
  opacity: 0;
}

.hero .hero-slider .slick-current .slide-shape {
  -webkit-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -o-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  animation: fadeInLeftSlow 1.5s 0.8s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > h1 {
  -webkit-animation: fadeInLeftSlow 1.5s 1.5s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 1.5s forwards;
  -o-animation: fadeInLeftSlow 1.5s 1.5s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 1.5s forwards;
  animation: fadeInLeftSlow 1.5s 1.5s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > p {
  -webkit-animation: fadeInLeftSlow 1.5s 2s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 2s forwards;
  -o-animation: fadeInLeftSlow 1.5s 2s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 2s forwards;
  animation: fadeInLeftSlow 1.5s 2s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > .btns {
  -webkit-animation: fadeInLeftSlow 1.5s 2.5s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 2.5s forwards;
  -o-animation: fadeInLeftSlow 1.5s 2.5s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 2.5s forwards;
  animation: fadeInLeftSlow 1.5s 2.5s forwards;
}
/*--------------------------------------------------------------
#0.6  doctor-quote-working-hours
--------------------------------------------------------------*/
.doctor-quote-wrapper {
  position: relative;
}
.doctor-quote-wrapper .doctor-pic {
  position: absolute;
  left: -250px;
  top: -70px;
}
@media (max-width: 1199px) {
  .doctor-quote-wrapper .doctor-pic {
    left: -193px;
  }
}

.doctor-quote {
  background-color: rgba(239, 240, 240, 0.8);
  border: 5px solid rgba(12, 184, 182, 0.6);
  padding: 70px 50px;
  position: relative;
  z-index: 10;
}

@media (max-width: 991px) {
  .doctor-quote {
    padding: 40px 30px;
  }
  .doctor-quote-wrapper .doctor-pic {
    display: none;
  }
}

@media (max-width: 767px) {
  .doctor-quote {
    padding: 30px 25px;
    border: 3px solid rgba(12, 184, 182, 0.6);
  }
}

.doctor-quote h3 {
  font-size: 30px;
  font-size: cacl-rem-value(30);
  margin: 0 0 0.73em;
}

@media (max-width: 991px) {
  .doctor-quote h3 {
    font-size: 25px;
    font-size: cacl-rem-value(25);
  }
}

.doctor-quote p {
  font-size: 18px;
  font-size: cacl-rem-value(18px);
  font-style: italic;
  color: #2e343b;
  margin: 0 0 2em;
}

@media (max-width: 991px) {
  .doctor-quote p {
    font-size: 16px;
    font-size: cacl-rem-value(16);
  }
}

.doctor-quote .doctor-name {
  font-weight: 600;
  color: #0cb8b6;
  margin-bottom: 0.3em;
}

.working-hours {
  background-color: #2e343b;
  padding: 20px 0 0;
}

@media screen and (min-width: 1200px) {
  .working-hours {
    margin-left: 25px;
    overflow: hidden;
  }
}

.working-hours h4 {
  font-size: 20px;
  font-size: 1.33333rem;
  color: #0cb8b6;
  margin: 0;
  padding: 10px 0 25px 25px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .working-hours h4 {
    font-size: 18px;
    font-size: 1.2rem;
    padding: 8px 0 20px 20px;
  }
}

.working-hours ul {
  list-style: none;
}

.working-hours ul > li:first-child {
  border-top: 1px solid #4f5255;
}

.working-hours ul li {
  color: #b4b4b4;
  border-bottom: 1px solid #4f5255;
  padding: 12px 0 12px 25px;
}

@media (max-width: 991px) {
  .working-hours ul li {
    padding: 10px 0 10px 20px;
  }
}

.working-hours p {
  padding: 10px 0 10px 25px;
  font-style: italic;
  color: #0cb8b6;
  margin-bottom: 0;
}

/*doctor-quote-2*/

.doctor-quote-2-wrapper {
  position: relative;
}

.doctor-quote-2-wrapper .doctor-pic {
  position: absolute;
  left: -250px;
  top: -70px;
}

@media (max-width: 1199px) {
  .doctor-quote-2-wrapper .doctor-pic {
    display: none;
  }
}

.doctor-quote-2 {
  background-color: rgba(239, 240, 240, 0.8);
  border: 5px solid rgba(12, 184, 182, 0.6);
  padding: 40px 30px;
  position: relative;
  z-index: 10;
}

@media (max-width: 991px) {
  .doctor-quote-2 {
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .doctor-quote-2 {
    padding: 30px 25px;
    border: 3px solid rgba(12, 184, 182, 0.6);
  }
}

.doctor-quote-2 h3 {
  font-size: 24px;
  line-height: 34px;
}

@media (max-width: 991px) {
  .doctor-quote-2 h3 {
    font-size: 25px;
    font-size: cacl-rem-value(25);
  }
}

.doctor-quote-2 p {
  font-size: 18px;
  font-size: cacl-rem-value(18px);
  font-style: italic;
  color: #2e343b;
  margin: 0 0 2em;
}

@media (max-width: 991px) {
  .doctor-quote-2 p {
    font-size: 16px;
    font-size: cacl-rem-value(16);
  }
}

.doctor-quote-2 .doctor-name {
  font-weight: 600;
  color: #0cb8b6;
  margin-bottom: 0.3em;
}

/*--------------------------------------------------------------
#0.6  doctor-quote-working-hours
--------------------------------------------------------------*/
/*=========== FIRST ABOUT SECTION ==========*/
.about-one{
  padding-top: 120px;
  padding-bottom: 120px;
}
.about-ondetials {
  background-color: #fbfbfb;
  color: #fff;
  padding: 30px 40px 20px;
  position: relative;
  border: 1px solid #eee;
}
.abtscnd-icon {
  font-size: 350px;
  opacity: 0.02;
  position: absolute;
  right: 7%;
  top: -8%;
}
.abtonspc {
  padding: 0;
}
.about-ondetials > h4 {
  font-size: 24px;
  color: #0cb8b6;
  margin: 0;
  padding: 10px 0 18px 0px;
  text-transform: uppercase;
}
.about-ondetials > p {
  color: #9c9c9c;
}
.abt-ondtls-para {
  margin-top: 20px;
}
.abt-ondtls-para {
  margin-bottom: 50px;
}
.fstabt-lstinln > li {
  border-left: 3px solid #f8c12c;
  font-family: "Poppins",sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  margin-right: 0px;
  margin-top: 20px;
  padding-left: 15px;
}
.about-service h4 {
  font-size: 20px;
  font-size: 1.33333rem;
  color: #2e343b;
  margin: 0;
  padding: 10px 0 25px 0px;
  text-transform: uppercase;
}
.about-service .content h5 {
color: #0cb8b6;
font-size: 16px;
font-weight: normal;
}
.about-service .content p {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #9c9c9c;
  font-weight: normal;
  font-style: italic;
}
.feature-box {
  position: relative;
  background: #fff;
  padding: 20px 18px;
  border-radius: 10px;
  border: 1px solid #c8c8c8;
  margin-bottom: 20px;
}
.feature-box i {
  position: absolute;
  font-size: 54px;
  content: "";
  right: 0;
  bottom: -4px;
  color: #222;
  opacity: 0.18;
}/*--------------------------------------------------------------
#0.6  about-section
----------------------------------------------------------------*/
.nav-pills>li {
    display: grid;
}
.about-section {
  position: relative;
}
.about-img {
  position: absolute;
  top: 0px;
}
.about-img-3 {
  position: absolute;
  top: 12px;
}
.about-img-2 {
  position: absolute;
  top: 46px;
}

.about-section-s3 {
  overflow: hidden;
  background: #F2F2F4;
}
.tab-content>.active {
  background: #ffffff;
    display: block;
    padding: 31px 40px;
    -webkit-box-shadow : 0px 5px 30px 0px rgba(0,0,0,0.07);
    -moz-box-shadow : 0px 5px 30px 0px rgba(0,0,0,0.07);
    box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.07);
}
div#mission h2 {
    margin: 0 0 20px;
    color: #0cb8b6;
}
div#mission h5 {
    margin-bottom: 16px;
}
div#overview h2 {
  color: #0cb8b6;
  margin: 0 0 20px;
}
div#overview h5 {
    margin-bottom: 16px;
}
.tab-grid-col h2{
  font-size: 20px;
  color: #0cb8b6;
}
.tab-manu-list {
  border-bottom: 1px dashed #0cb8b6;
  padding: 10px 0;
  margin-bottom: 15px;
}

.tab-manu-list  .value {
  float: right;
  color: #0cb8b6;
}
.about-section ul {
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.07);
    box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.07);

}
.about-section .tablist p {
  background-color: #2e343b;
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 15px 20px 13px 30px;
  text-transform: uppercase;
  margin-bottom: 0;
  border-bottom: 3px solid #fff;
}
.about-section .tablist li a {
  display: block;
  font-weight: 500;
  color: #2e343b;
  padding: 17px 20px 17px 30px;
  text-transform: capitalize;
  border-top: 1px solid rgba(9, 169, 167, 0.10980392156862745);
}
.about-section .tablist li a:hover {
  background: #09a9a7;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.img-col li {
  display: inline-block;
}
.img-col .img {
  border: 2px solid #F1F1F1;
}

.about-section .tablist .active a{
  background-color: #0cb8b6;
  color: #fff;
}

.about-section .tab-content h3{
  font-size: 22px;
  font-weight: normal;
  font-style: italic;
  line-height: 1.4em;
  color: #0cb8b6;
  display: inline-block;
}
.about-section .tab-content h4 {
    font-size: 16px;
    color: #0cb8b6;
    display: inline-block;
    margin-bottom: 16px;
}
.about-section .tab-content h3 span{
  color: #0cb8b6;
}
.about-section .content {
  position: relative;
}

.about-section .content .img-holder{
  position: absolute;
  right: 0;
}
.img-holder {
  overflow: hidden;
}
.progress-bar-col .read-more h1 {
  background: #0cb8b6 none repeat scroll 0 0;
  color: #fff;
  font-weight: normal;
  padding: 10px 20px;
}
.about-submit-btn {
    background-color: #0cb8b6;
    font-weight: 500;
    color: #fff;
    padding: 12px 22px;
    border: 0;
    outline: 0;
    width: 25%;
    text-transform: uppercase;
}
.form-control {
  border: 1px solid #e4e4e4;
    border-radius: 0px;
    box-shadow: none;
    background: #fbfbfb;
    height: 50px;
}

.form-control .placeholder {
  color: red;
}
.contact-form form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #e4e4e4;
}
.contact-form form ::-moz-placeholder { /* Firefox 19+ */
  color: #e4e4e4;
}
.contact-form form :-ms-input-placeholder { /* IE 10+ */
  color: #e4e4e4;
}
.contact-form form :-moz-placeholder { /* Firefox 18- */
  color: #e4e4e4;
}



div#mission h2 {
  margin: 0 0 30px;
  color: #2e343b;
  font-size: 22px;
  text-transform: uppercase;
}
.validate-contact-form p {
  color: #2e343b;
  margin-top: 43px;
  font-style: italic;
  font-size: 16px;
}
.tab-content > .active {
  display: block;
  padding: 40px 31px 0px;
}
.validate-contact-form #success, .validate-contact-form #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}
.service-content {
  padding-top: 20px;
}
.service-content h2 {
  margin-bottom: 20px;
}
.service-content .service-icon-box {
  margin: 20px 0;
}
.service-content .service-icon-box i {

font-size: 20px;
    background: #2e343b;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    padding-left: 10px;
    color: #fff;
    margin-right: 10px;
}
/*--------------------------------------------------------------
#0.14   contact-section
----------------------------------------------------------------*/


/*--------------------------------------------------------------
  #Service-section
----------------------------------------------------------------*/
.services-section-3 {
  padding: 70px 0 40px;
}
.service-col {
  margin-bottom: 30px;
  position: relative;
}
.service-col i {
  position: absolute;
  font-size: 91px;
  content: "";
  left: 0;
  top: 189px;
  color: rgba(12, 184, 182, 0.45);
  opacity: 0.18;
}
.service-col .service-info h3 {
  padding: 25px 0 10px;
  text-transform: uppercase;
  font-size: 20px;
}
.service-col .service-info h3 a {
  color: #0cb8b6;
}

.service-col .service-info a {
  color: #09a9a7;
}
/*service-info-3*/
.service-info-3 {
  padding: 50px 40px;
  border: 1px solid #e6e6e6;
  background: #f7f7f8;
}
.service-info-3 i {
  position: absolute;
  font-size: 91px;
  content: "";
  left: 1px;
  top: -5px;
  color: #0cb8b6;
  opacity: 0.13;
}
.service-info-3 p {
font-size: 14px;
font-size: 0.93333rem;
margin: 0;
}
.service-col .service-info-3 h3 a {
  color: #0cb8b6;
}
/*--------------------------------------------------------------
  #testimonials-section
----------------------------------------------------------------*/
.testimonials-slider {
  margin-bottom: 30px;
}
.testimonials-section {
  padding: 70px 0 40px;
  position: relative;
}
.testimonials-section:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
}

.testimonial-col {
  margin-bottom: 30px;
}
.testimonials-section .testimonials-slider .testimonial-col {
  background-color: #0cb8b6;
  padding: 40px;
  position: relative;
}

.testimonial-col {
  background-color: #0cb8b6;
  padding: 40px;
  position: relative;
}


.testimonials-section .testimonials-slider .testimonial-col:after {
  content: "";
  width: 40px;
  height: 36px;
  position: absolute;
  right: 35px;
  bottom: 200px;
}
.testimonials-section .client-details {
  overflow: hidden;
}
.testimonials-section .client-details p {
  color: #fff;
  margin-bottom: 20px;
}


.testimonials-section .client-details .client-pic {
  float: left;
}
.testimonials-section .client-details .client-pic img {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.testimonials-section .client-info {
  padding-left: 140px;
  padding-top: 17px;
}
.testimonials-section .client-info h4 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 0.3em;
}
.testimonials-section .client-info h4:before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #fff !important;
  position: absolute;
  bottom: 69px;
  left: 109px;
}
.testimonials-section .client-info > span {
  font-size: 13px;
  font-size: 0.86667rem;
  font-style: italic;
  color: #fff;
}
.owl-theme .owl-dots .owl-dot span {
  background: #98DDDC;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #0cb8b6;
}


/***************************************************
  gellery section
****************************************************/
.sortable-gallery {
  padding: 70px 0;
}
.gallery-thumb {
  position: relative;
}
.gallery-container .box {display: inline-block;
  float: left;
}
.gallery-container .gallery-title a i {
  background-color: #0cb8b6;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  height: 45px;
  left: calc(50% - 20px);
  line-height: 45px;
  margin: auto;
  opacity: 0;
  position: absolute;
  text-align: center;
  bottom: calc(30% - 1px);
  transform: translateY(-256%);
  width: 45px;
  z-index: 1;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  border-radius: 50%;
}
.gallery-container .box:hover .gallery-title a i {
  opacity: 1;
  bottom: calc(-20px - -20px);
}

.gallery-container .gallery-title h3 {
  background-color: rgba(12, 184, 182, 0.7);
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
  height: 45px;
  left: calc(20px - 20px);
  line-height: 45px;
  margin: auto;
  opacity: 0;
  position: absolute;
  text-align: center;
  bottom: calc(0% - 1px);
  transform: translateY(-130%);
  width: 100%;
  z-index: 1;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
}
.gallery-container .box:hover .gallery-title h3 {
  opacity: 1;
  bottom: calc(-78px - -20px);
}


.gallery-container .gallery-title h3 a {
  background-color: #012f5d;
  display: block;
  color: #fff;
  padding: 20px;
}
.gallery-container .gallery-title h3 span {
  margin-right: 10px;
}


.breadcrumb > .active {
  font-weight: bold;
  color: #fff;
}
.sortable-gallery .gallery-filters ul {
  margin-bottom: 35px;
  display: inline-block;
  overflow: hidden;
}
.sortable-gallery .gallery-filters ul  li {
  float: left;
  margin-right: 5px;
}
.sortable-gallery .gallery-filters ul  li .current {
  background-color: #0cb8b6;
  border-color: #0cb8b6;
  color: #fff;
}
.sortable-gallery .gallery-filters ul li a {
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 500;
  color: #444;
  display: block;
  padding: 8px 20px;
  background: #f9f8f7;
  text-transform: uppercase;
  border-radius: 25px;
}
/***************************************************
  Portfolio section
****************************************************/
.masonry-filter .grid {
  position: relative;
}
.masonry-filter .grid .img-holder {
  position: relative;
  overflow: hidden;
}
.masonry-filter .grid .img-holder::before {
  content: "";
  background-color: #fff;
  opacity: 0.1;
  width: 93%;
  height: 92%;
  position: absolute;
  left: 10px;
  top: 9px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.masonry-filter .grid .img-holder::after {
  content: "";
  border: 2px solid #98DDDC;
  width: 95%;
  height: 95%;
  position: absolute;
  left: 7px;
  top: 6px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.masonry-filter .grid:hover .img-holder::after {
  opacity: 1;
}

.masonry-filter .grid:hover .title {
  opacity: 1;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.masonry-filter .masonry-gallery ul {
  margin-bottom: 35px;
  display: inline-block;
  overflow: hidden;
}

.masonry-filter .masonry-gallery ul li {
  float: left;
  margin-right: 5px;
}


.masonry-filter .masonry-gallery ul li a {
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 500;
  color: #0cb8b6;
  display: block;
  padding: 8px 20px;
  background: #f9f8f7;
  text-transform: uppercase;
}

.masonry-filter .masonry-gallery ul li .current {
  background-color: #0cb8b6;
  border-color: #0cb8b6;
  color: #fff;
}

.masonry-filter .grid-container {
  margin: 0 -7px;
}

.masonry-filter .grid-container .grid {
  width: 25%;
  float: left;
  padding: 0 7px 15px;
}
/*=========== Pricing Table Second Layout  ==========*/
.pricing-table-section {
  padding: 60px 0 30px;
}

.pricing-table {
  border: 1px solid #d9d9d9;
  margin-bottom: 30px;
}
.pricing-head {
  background-image: url(../images/pricing/5.jpg);
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
  padding-bottom: 240px;
}
.pricing-head-2 {
  background-image: url(../images/pricing/2.jpg);
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
  padding-bottom: 240px;
}
.pricing-head-3 {
  background-image: url(../images/pricing/3.jpg);
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
  padding-bottom: 240px;
}
.pricing-head-4 {
  background-image: url(../images/pricing/4.jpg);
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
  padding-bottom: 240px;
}
.prc-ttl {
  color: #b4b4b4;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 15px;
  text-transform: uppercase;
}
.pricing-prc {
  color: #0cb8b6;
  font-size: 22px;
  text-transform: capitalize;
  margin-top: 7px;
}
.prcbgc {
  background: #2e343b none repeat scroll 0 0;
  border-radius: 50%;
  height: 50%;
  left: -61px;
  padding-top: 0px;
  position: absolute;
  right: -61px;
  top: 150px;
  z-index: 999;
}
.prcng-ovrly {
  background-color: rgba(12, 184, 182, 0.7);
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.prc-inner {
  padding: 0;
}
.prc-inner ul li {
  padding: 15px 0;
  background: #0cb8b6;
  margin-bottom: 1px;
  font-weight: bold;
}
.prc-inner ul li a{
  color: #2e343b;
}
.prc-inner ul li span {
  font-size: 24px;
  margin-left: 20px;
  color: #fff;
}

/***************************************************
  Funfact section
****************************************************/
.fun-fact {
  position: relative;
}
.fun-box {
  text-align: center;
  margin-bottom: 32px;
}
.fun-border::before {
  background-color: rgba(199, 197, 197, 0.55);
  bottom: 8%;
  content: "";
  height: 1px;
  left: 10px;
  position: absolute;
  width: 190%;
}
.fun-border::after {
  background-color: rgba(199, 197, 197, 0.55);
  bottom: 0;
  content: "";
  height: 319px;
  position: absolute;
  right: -3px;
  top: -10%;
  width: 1px;
}
.fun-fact .fun-box .icon {
  height: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.fun-fact .fun-box .icon i {
  font-size: 40px;
  color: #0cb8b6;
}
.fun-fact .fun-box h3 {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: normal;
}
.fun-fact .fun-box p {
  color: #606060;
  text-transform: uppercase;
  font-size: 14px;
}

/*--------------------------------------------------------------
#0.15   cta
----------------------------------------------------------------*/
.divider {
  position: relative;
  padding: 70px 0;
  text-align: center;
}
.layer-overlay::before {
    background: rgba(12, 184, 182, 0.7) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.divider h2 {
  color: #fff;
  margin: 0;
  padding: 8px;
}
.divider h2 i{
  color: #fff;
  font-size: 40px;
  margin: 0;
  padding: 8px;
}
.divider h3 {
  font-weight: normal;
  color: #fff;
  margin: 0;
  padding: 8px;
}
.divider h1 {
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  padding: 12px;
  text-transform: uppercase;
}
.divider-btn {
  background-color: #fff;
  font-size: 14px;
  font-size: cacl-rem-value(14);
  font-weight: 600;
  color: #0cb8b6;
  padding: 10px 30px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}


@media (max-width: 767px) {
  .divider-btn {
    font-size: 13px;
    font-size: cacl-rem-value(13);
    padding: 10px 16px;
  }
}

.divider-btn:hover {
  background-color: #0cb8b6;
  color: #fff;
}

/*--------------------------------------------------------------
#0.15   erore 404
----------------------------------------------------------------*/
.faq-section {
  background: #0cb8b6;
  height: 800px;
  text-align: center;
  position: relative;
  display: table;
  width: 100%;
}

.faq-section .container {
  vertical-align: middle;
  display: table-cell;
}
.title-box h2 {
  font-size: 100px;
  color: #fff;
}
.title-box h2 i{
  color: #2e343b;
  margin-right: 20px;
}
.title-box h4{
  margin-bottom: 20px;
  color: #fff;
  font-weight: normal;
}


/*--------------------------------------------------------------
Faq
--------------------------------------------------------------*/

.accordion-s1 .panel + .panel,
.accordion-s2 .panel + .panel {
  margin-top: 10px;
}

.accordion-s1 .panel,
.accordion-s2 .panel {
  border-radius: 0;
  border-color: #f1efef;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-s1 .panel-heading,
.accordion-s2 .panel-heading {
  background-color: #f8f8f8;
  padding: 0;
}

.accordion-s1 .panel-heading a,
.accordion-s2 .panel-heading a {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #0cb8b6;
  padding: 10px 25px;
  position: relative;
}

@media (max-width: 991px) {
  .accordion-s1 .panel-heading a,
  .accordion-s2 .panel-heading a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .accordion-s1 .panel-heading a,
  .accordion-s2 .panel-heading a {
    padding: 10px 20px;
  }
}

.accordion-s1 .panel-heading a:after,
.accordion-s2 .panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f102";
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  position: absolute;
  right: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .accordion-s1 .panel-heading a:after,
  .accordion-s2 .panel-heading a:after {
    display: none;
  }
}

.accordion-s1 .panel-heading .collapsed,
.accordion-s2 .panel-heading .collapsed {
  background-color: #f8f8f8;
}

.accordion-s1 .panel-heading .collapsed:after,
.accordion-s2 .panel-heading .collapsed:after {
  background-color: #e6e6e6;
  content: "\f103";
  border: 1px solid #e6e6e6;
}

.accordion-s1 .panel-default > .panel-heading + .panel-collapse > .panel-body,
.accordion-s2 .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-color: #f1efef;
}

.accordion-s1 .panel-body,
.accordion-s2 .panel-body {
  padding: 25px;
}

@media (max-width: 767px) {
  .accordion-s1 .panel-body,
  .accordion-s2 .panel-body {
    padding: 20px;
  }
}

.accordion-s1 .panel-body > p:last-child,
.accordion-s2 .panel-body > p:last-child {
  margin-bottom: 0;
}

.accordion-s2 .panel-heading a {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #fff;
  padding: 15px 25px;
}

@media (max-width: 991px) {
  .accordion-s2 .panel-heading a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .accordion-s2 .panel-heading a {
    padding: 10px 20px;
  }
}

/*
-----------------------------------------------------------------------
    Contact Styles
-----------------------------------------------------------------------
*/

/*--- contact ---*/
.contact-section1 {
  padding: 80px 0;
}
.contact-post {
  background-color: #f9f9f9;
  border: 1px solid #f2f2f2;
  margin-bottom: 30px;
  position: relative;
}
.contact-post .icon-box {
  border: 2px solid #0cb8b6;
  border-radius: 50%;
  font-size: 35px;
  height: 70px;
  left: 20px;
  position: absolute;
  text-align: center;
  width: 70px;
  line-height: 70px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.contact-post .thumb {
    display: none;
}

.contact-post .content {
    padding: 25px 40px 25px 105px;
}

.contact-post .icon-box {
    top: 38px;
}
.contact-post .icon-box i{
    color: #0cb8b6;
}
.contact-post .content .title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
}

.contact-section {
    position:relative;
}
.contact-section h4{
  position: relative;
  margin-bottom: 30px;
}
.contact-section h4::before {
  background-color: #0cb8b6;
  bottom: -12px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 70px;
}
.contact-section .form-group{
    position:relative;
    margin-bottom:20px;
}

.contact-section .form-group-inner{
    position:relative;
    display:table;
    width:100%;
    border:1px solid #d0d0d0;
    overflow:hidden;
    border-radius:3px;
    -ms-border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}

.contact-section .form-group .icon-box{
    position:relative;
    display:table-cell;
    vertical-align:middle;
}

.contact-section .form-group .icon-box label{
    position:relative;
    display:inline-block;
    width:40px;
    line-height:40px;
    text-align:center;
    font-size:16px;
    color:#3d3d3d;
    margin:0px;
    background:#ffffff;
    border-right:1px solid #d0d0d0;
}

.contact-section .form-group label.error{
    display:none !important;
}

.contact-section .form-group .field-outer{
    position:relative;
    display:table-cell;
    width:100%;
    vertical-align:middle;
}

.contact-section .form-group-inner input[type="text"],
.contact-section .form-group-inner input[type="password"],
.contact-section .form-group-inner input[type="tel"],
.contact-section .form-group-inner input[type="email"],
.contact-section .form-group-inner select{
    border: none;
    position:relative;
    display:block;
    width:100%;
    line-height:22px;
    padding:9px 15px;
    color:#222222;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.contact-section .form-group input[type="text"].error,
.contact-section .form-group input[type="password"].error,
.contact-section .form-group input[type="tel"].error,
.contact-section .form-group input[type="email"].error,
.contact-section .form-group select.error,
.contact-section .form-group textarea.error{
    background:rgba(255,0,0,0.20);
}

.contact-section .form-group textarea {
    border: none;
    color: #222222;
    display: block;
    height: 102px;
    line-height: 22px;
    padding: 8px 15px;
    position: relative;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    width: 100%;
}

.contact-section button {
    background: transparent;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    color: #989898;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 30px;
    position: relative;
    width: 100%;
}

.contact-section button {
    background: transparent;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    color: #989898;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    overflow: hidden;
    padding: 8px 30px;
    position: relative;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 100%;
}

.contact-section button:hover {
    background: #0cb8b6;
    border: 1px solid #c9c9c9;
    color: #fff;
}

/*--- Form Send Alert ---*/

form #success .alert button {
    border: medium none;
    color: #000;
    font-weight: 700;
    padding: 0;
    width: auto;
}

form #success .alert button:hover {
    background-color: transparent;
    color: #000;
}

form #success .alert button:after {
    display: none;
}


/*--------------------------------------------------------------
#0.15   team
----------------------------------------------------------------*/
.team-col {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.team-col .img {
  position: relative;
}
.team-social {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 50%;
  text-align: center;
  background: rgba(12, 184, 182, 0.7);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team-col:hover .team-social{
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team-col .img .team-social a {
  font-size: 24px;
}
.team-col .img .team-social a i {
  color: #0cb8b6;
  font-size: 18px;
  background: #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
.team-col .team-info h3 {
  padding: 25px 20px 5px 0px;
  font-size: 18px;
  color: #2e343b;
}
.team-col .team-info h3 a {
  color: #303539;
  text-transform: uppercase;
}
.team-col .team-info a p {
  position: relative;
  text-transform: capitalize;
  color: #2e343b;
  font-size: 14px;
  font-weight: 400;
  margin-left: 25px;
}

.team-col .team-info a p::before {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #0cb8b6 !important;
  position: absolute;
  bottom: 6px;
  opacity: 0.20;
  left: -25px;
}
.team-col .team-info p {
  color: #606060;
  margin-bottom: 10px;
}
.team-col .team-info a {
  color: #09a9a7;
}
/* team details */
.team-details-section {
  padding: 80px 0;
}
.team-member-details .content .name {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
}
.team-member-details .content .occupation {
  color: #777;
  font-family: 'Lato',sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.team-member-details .content p {
  color: #989898;
}
.team-member-infos {
  margin-bottom: 30px;
  margin-top: 20px;
}
.team-member-infos li {
  border-bottom: 1px dotted #f7f7f7;
  padding: 4px 0;
}
.team-member-infos li span:first-child {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 600;
  min-width: 100px;
  text-transform: uppercase;
}

.team-details-section .content .social-icons li  {
  display: inline-block;
}
.social-icons li {
  height: 34px;
  width: 34px;
  background: #0cb8b6;
  color: #fff;
  line-height: 34px;
}
.social-icons li a {
  color: #fff;
}
.social-icons li a i {
  padding-left: 10px;
}
/*--------------------- blog area start -----------*/
.blog-section {
  position: relative;
  padding: 60px 0 30px;
}
.blog-col {
  margin-bottom: 30px;
}
.blog-col .img {
  position: relative;
}
.blog-col .img .overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(12, 184, 182, 0.7);
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.blog-col:hover .img .overlay {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.blog-col .img .overlay a {
  color: #fff;
  font-size: 32px;
  left: 44%;
  position: absolute;
  top: 42%;
}

.blog-info .blog-deat {
  background-color: #0cb8b6;
  padding: 0px 13px;
  border-radius: 35px;
}
.blog-social ul .blog-deat  li {
  color: #fff;
}
.blog-info .blog-social {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.blog-info .blog-social ul li {
  display: inline-block;
  padding: 1px;
}
.blog-info .blog-social ul li i {
  color: #0cb8b6;
  padding-right: 5px;
}
.blog-info .blog-social ul li a {
  color: #2e343b;
}
.blog-info .blog-detail {
  padding-top: 20px;
}
.blog-info .blog-detail h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 32px;
  padding-bottom: 10px;
}

.blog-info .blog-detail p {
  padding-bottom: 10px;
}

/*--------------------- brand area end -----------*/


/*--- Widget Sidebar ---*/

.widget {
    margin-bottom: 30px;
}

.widget .widget-title {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 36px;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
    font-weight: normal;
}

.widget .widget-title::before {
  background-color: #0cb8b6;
  bottom: -12px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 70px;
}
.widget .widget-title:after {
    bottom: -12px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 35px;
}

.widget-search input {
    background-color: rgba(0,0,0,.07);
    border: 1px solid #f1f1f1;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    height: 48px;
    outline: medium none;
    padding-left: 20px;
    padding-top: 3px;
    width: calc(100% - 58px);
}
.widget-search button {
  border: 1px solid;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  color: #fff;
  font-size: 17px;
  height: 48px;
  line-height: 18px;
  margin-left: -5px;
  outline: none;
  padding: 0;
  text-align: center;
  width: 58px;
  background: #0cb8b6;
}
.widget-links li a {
    color: rgba(68,68,68,.55);
    font-size: 14px;
    line-height: 40px;
    padding-left: 15px;
    position: relative;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.widget-links li a:before {
    content: "\f0da";
    color: #0cb8b6;
    font-family: "FontAwesome";
    font-size: 15px;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.widget-news .widget-news-post {
    display: inline-block;
    margin-bottom: 12px;
    margin-top: 10px;
    padding-bottom: 7px;
    position: relative;
    width: 100%;
}

.widget-news .widget-news-post:last-child {
    margin-bottom: 10px;
}

.widget-news .widget-news-post .thumb {
    left: 0;
    position: absolute;
    top: 0;
}

.widget-news .widget-news-post .content {
    padding-left: 85px;
}

.widget-news .widget-news-post .content .title {
    display: inline-block;
    margin-bottom: 0;
    margin-top: -10px;
}

.widget-news .widget-news-post .content .title a {
    color: #0cb8b6;
}

.widget-news .widget-news-post .content .meta-date {
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
}

.widget-gallery {
    display: inline-block;
    margin-top: 15px;
}

.widget-gallery .widget-gallery-item {
    float: left;
    padding: 0 10px 10px 0;
    position: relative;
    width: 33.333%;
}

.widget-gallery .widget-gallery-item img {
    display: block;
    position: relative;
    width: 100%;
}

.widget-tags {
    display: inline-block;
    margin-top: 12px;
}

.widget-tags a {
    border: 1px solid #f2f2f2;
    background: #0cb8b6;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    margin: 0 3px 10px 0;
    padding: 4px 10px 5px;
    position: relative;
    text-transform: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;

}
.widget-tags a:hover {
  color: #444;
  border: 1px solid rgba(0,0,0,.07);
  background: rgba(0,0,0,.07);
}
.widget-appointment {
    display: inline-block;
    margin-top: 15px;
}


/*--------------------- brand area start -----------*/
.brand-section {
  position: relative;
  padding: 60px 0 50px;
}
.brand-item {
  background: #fff;
  text-align: center;
  width: 100%;
  cursor:pointer;
}
.mb-0{
  margin-bottom:0px;
}
/*--------------------- brand area end -----------*/

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/

.site-footer {
  background: #282e34;
  position: relative;
}
.site-footer::before {
  content: "";
  position: absolute;
  background: #2e343b;
  right: 0;
  top: 0;
  width: 64%;
  height: 100%;
}
.logo-wrapper {
  margin-bottom: 30px;
}
.site-logo > h1 {
  color: #0cb8b6;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.site-logo > h1 span {
  color: #fff;
}

.site-logo:hover h1 {
  color: #0cb8b6;
}
.site-footer .upper-footer {
  padding: 60px 0;
}

@media (max-width: 1199px) {
  .site-footer .upper-footer {
    padding-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .site-footer .upper-footer {
    padding: 80px 0 30px;
  }
}
.site-footer .logo-socail .social-links {
  margin-top: 10px;
}
.site-footer .logo-socail .social-links li {
  border: 1px solid #fff;
  padding: 4px 7px;
  margin-left: 3px;
}

@media (max-width: 991px) {
  .site-footer .logo-socail .social-links li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .site-footer .logo-socail .social-links li a {
    width: auto;
    height: auto;
    line-height: auto;
    font-size: 15px;
    font-size: 1rem;
    border: 0;
  }
}

.site-footer .logo-socail .social-links li:hover {
  background-color: #0cb8b6;
  border-color: #0cb8b6;
  color: #fff;
}

@media (max-width: 767px) {
  .site-footer .logo-socail .social-links li:hover {
  background-color: #0cb8b6;
  border-color: #0cb8b6;
  color: #fff;
  }
}
.site-footer .upper-footer p {
  margin: 0;
  color: #fff;
}

.site-footer .upper-footer a,
.site-footer .upper-footer p {
  font-size: 14px;
  color: #fff;
}

.site-footer .upper-footer h4,
.site-footer .upper-footer h5,
.site-footer .upper-footer h6 {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .site-footer .upper-footer .row > .col {
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .site-footer .upper-footer .row > .col {
    margin-bottom: 50px;
  }
}

.site-footer .widget a:hover {
  color: #fff;
}

.site-footer .widget h3 {
  font-size: 18px;
  color: #fff;
  padding-bottom: 1em;
  margin: 0 0 1.94em;
  text-transform: uppercase;
  position: relative;
}

.site-footer .widget h3:before {
  content: "";
  background-color: #0cb8b6;
  width: 50px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .site-footer .widget h3:before {
    width: 40px;
    height: 2px;
  }
}

.site-footer .usefull-links-widget ul {
  overflow: hidden;
}

.site-footer .usefull-links-widget ul li {
  margin-bottom: 15px;

}

.site-footer .usefull-links-widget ul li a {
  display: block;
}

.site-footer .usefull-links-widget ul li a:hover {
  color: #0cb8b6;
}
.site-footer .recent-news-widget .post img {
  position: absolute;
  margin-top: 4px;
  width: 70px;
}
.site-footer .recent-news-widget .post {
  margin-bottom: 20px;
}

.site-footer .recent-news-widget .post:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.site-footer .recent-news-widget h4 {
  line-height: 1.3em;
  font-weight: 500;
  margin: 0 0 0.5em;
  padding-left: 85px;
}

.site-footer .recent-news-widget h4 a {
  color: #fff;
}

.site-footer .recent-news-widget .date {
  font-size: 12px;
  font-style: italic;
  padding-left: 85px;
}

.site-footer .recent-news-widget .date i {
  display: inline-block;
  padding-right: 5px;
  color: #0cb8b6;
}

.site-footer .newsletter-widget > p {
  font-style: italic;
}

.site-footer .newsletter-widget .newsletter-form {
  margin-top: 30px;
}

.site-footer .newsletter-widget .newsletter-form .form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #747272;
}

.site-footer .newsletter-widget .newsletter-form .form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #747272;
}

.site-footer .newsletter-widget .newsletter-form .form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #747272;
}

.site-footer .newsletter-widget .newsletter-form .form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #747272;
}

.site-footer .newsletter-widget .newsletter-form .form div {
  position: relative;
}

.site-footer .newsletter-widget .newsletter-form .form input {
  background-color: #282e34;
  height: 40px;
  color: #fff;
  padding-right: 50px;
  border-color: #313131;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-footer .newsletter-widget .newsletter-form .form input:focus {
  border-color: #0cb8b6;
}

.site-footer .newsletter-widget .newsletter-form .form button {
  background-color: #0cb8b6;
  width: 40px;
  height: 40px;
  color: #fff;
  border: 0;
  outline: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.site-footer .newsletter-widget .newsletter-form .form button:hover {
  background-color: #282e34;
  border: 1px solid #fff;
}
.footer-section {
  padding: 20px 0px;
  background: #282e34;
  color: #fff;
  font-size: 16px;
}
.footer-section .copyright h4 a {
  font-size: 14px;
  letter-spacing: 2px;
}
.footer-section .copyright h4 a {
  color: #fff;
  font-weight: 200;
}

.subscribe-section {
  padding: 50px 0;
  background: #0cb8b6;
}
.newsletter h3{
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}
.newsletter p{
    color: #fff;
    font-style: italic;
    font-size: 16px;
}

.newsletter-img {
    position: absolute;
    height: 300px;
    width: 367px;
    content: "";
    left: 0;
    bottom: -61px;
}
.subscribe-section .newsletter-form {
  margin-top: 50px;
}
.subscribe-section .newsletter-form .form input {
  background-color: #fff;
  height: 40px;
  color: #fff;
  padding-right: 50px;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.subscribe-section .newsletter-form .form button {
  background-color: #fff;
  width: 40px;
  height: 40px;
  color: #0cb8b6;
  border: 0;
  outline: 0;
  position: absolute;
  right: 15px;
  top: 50px;
  border-left: 1px solid #0cb8b6;
}