/*------------------------------------------------------------------
[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,600,700,800,900');

/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 14px;
}

body {
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  color: #777;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: #1B1B1B;
  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: 120px 0px 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: #1B1B1B !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: 30px;
}
.section-title-2 {
  margin-bottom: 30px;
}

.section-title p {
  color: #777;
  font-size: 14px; line-height:26px;
  font-weight: normal;
}
.section-title-2 p {
  color: #777;
  font-size: 14px; line-height:26px;
  font-weight: normal;
}
.section-title .title-box {
  display: inline-block;
}

.section-title h2 {
  font-size: 34px;
  line-height: 1em;
  margin-bottom:30px;
  position: relative;
  text-transform: none;
}

.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: #777;
    font-size: 14px;
    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: 14px;
    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: 20px 0 !important;
}
.services-section-3 {
  padding: 40px 0 10px !important;
}
}

.theme-btn:hover {
  background-color: #0cb8b6;
  color: #fff;
}
.theme-btn-1 { margin-top:5px;
  background-color: #1B1B1B;
  font-size: 14px; 
  float:right;
  font-size: cacl-rem-value(14);
  font-weight: 600;
  color: #fff !important;
  padding: 10px 25px;
  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: #0cb8b6;
  color: #fff !important;
}
.theme-btn-11 { margin-top:7px;
  background-color: #0cb8b6;
  font-size: 14px; float:left;
  font-size: cacl-rem-value(14);
  font-weight: 600;
  color: #fff !important;
  padding: 10px 25px;
  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-11:hover {
  background-color: #FFC000;
  color: #fff !important;
}
.theme-btn-12 { margin-top:7px;
  background-color: #0cb8b6;
  font-size: 14px; 
  float:right;
  font-size: cacl-rem-value(14);
  font-weight: 600;
  color: #fff !important;
  padding: 10px 25px;
  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-12:hover {
  background-color: #FFC000;
  color: #fff !important;
}
.theme-btn-2 {
  background-color: #0cb8b6;
  font-size: 14px;
  font-size: cacl-rem-value(14);
  font-weight: 400;
  color: #fff !important;
  padding: 10px 35px;
  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: #FFA200;
  color: #FFF !important;
}
.theme-btn-3 {
  background-color: #0cb8b6;
  font-size: 14px;
  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: #1B1B1B ;
  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 #055A59 !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: auto; padding-top:80px; padding-bottom:80px;
  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;
}
.color-bb {
  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: #1b1b1b;
  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-family: 'Poppins', sans-serif;
    font-weight:600;
    color: #fff; text-transform:Uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #fff;
    width: 230px;
    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 dotted #e6e6e6;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 14px;font-family: "Open Sans", sans-serif;
    display: block; font-weight:400; text-transform:none;
    padding: 12px 15px; color:#777;
  }
  .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: 14px;
    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;
  }
  .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: 14px;
    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: 7px;
    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: auto !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    position:Fixed;
    right: -300px;
    top: 60px;
    z-index: 100;
  }
  .site-header #navbar ul a { font-weight:600;
    color: #1B1B1B;font-family: 'Poppins', sans-serif;
  }
  .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: 25px;
    height: 25px;
    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: 5px;
    z-index: 20;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #cccccc;
  }
  .site-header #navbar > ul > li > a {
    padding: 10px 12px 10px 12px;
  }
  .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 ***/ background:#0CB8B6;
}

.topbar .upper-topbar {
  border-bottom: 1px solid #23C9C7;
}

.topbar .upper-topbar .slogan {
  font-size: 14px; color:#fff;
  font-size: 0.93333rem;
  line-height: 35px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .topbar .upper-topbar .slogan {
    font-size: 14px;
    font-size: 0.93333rem;
    line-height: inherit;
    text-align: center;
    padding: 5px 0;
  }
}

.topbar .upper-topbar .social {
  overflow: hiddin;
}

@media (max-width: 767px) {
  .topbar .upper-topbar .social {
    border-top: 1px solid #23C9C7;
    text-align: center;
    height: 30px;
    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: 35px;
  height: 35px;
  line-height: 35px; padding-top:10px;
  display: inline-block;
  border-right: 1px solid #23C9C7;
}

@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 #23C9C7;
}

.topbar .upper-topbar .social-links a {
  font-size: 18px;
  font-size: 1.2rem;
  color: #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;
}

@media (max-width: 767px) {
  .topbar .upper-topbar .social-links a {
    font-size: 14px;
    font-size: 1rem;
  }
}

.topbar .upper-topbar .social-links a:hover {
  color: #4f4f4f;
}

.topbar .lower-topbar { background:#fff;
  padding: 10px 0 10px;
  border-bottom: 1px solid #23C9C7;
}

@media (max-width: 991px) {
  .topbar .lower-topbar {
    padding: 10px 0;
  }
}

@media (max-width: 991px) {
  .topbar .logo {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
    border-bottom: 1px dotted #e5e5e5;
  }
}

.topbar .lower-topbar-info {
  float: right; margin-top:30px;
  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: 20px;
}

@media (max-width: 1199px) {
  .topbar .lower-topbar-info > div + div {
    margin-left: 20px;  
  }
   
}

@media (max-width: 767px) {
  .topbar .lower-topbar-info > div + div {
    margin-left: 0;
    margin-top: 35px;
  }
}

.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: 14px;
    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: 35px;
  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;font-size:14px;
    text-align: center;
  }
}
.topbar .lower-topbar-info .details p {
  color: #777; font-size:14px;
}
.topbar .lower-topbar-info .details p a{
  color: #777;
}
.topbar .lower-topbar-info .details p a:hover{
  color: #FF9000;
}
.topbar .lower-topbar-info .details p b{
  color: #333; font-weight:700;  font-family: 'Poppins', sans-serif;
}
/**********************************
  = header style 1
*************************************/
@media screen and (min-width: 992px) {
  .header-style-1 .navigation-holder > ul > li {
    border-right: 1px solid #333333;
  }
  .header-style-1 .navigation-holder > ul > li:first-child {
    border-left: 1px solid #333333;
  }
  .header-style-1 .navigation-holder ul li a {
    font-weight: 600;
    color: #fff;
    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: 14px;
  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: 720px;
  overflow: hidden;
  /** slider controls **/
  /*** hero slider animation ***/
}

@media (max-width: 1199px) {
  .hero .slide{
    height: 650px;
  }
}

@media (max-width: 991px) {
  .hero .slide{
    height: 550px;
  }
}

@media (max-width: 767px) {
  .hero .slide{
    min-height: 400px;
  }
}

.hero .slide {
  height: 720px;
  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: 400px;
  }
}

.hero .slide .slider-bg {
  display: none;
}

.hero .slide .slide-shape {
  background: rgba(12, 184, 182, 0.7);
  content: "";
  width: 60%;
  height: 115%;
  -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: 65%;
  }
}

@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: 40px;
  color: #fff;
}

@media (max-width: 1199px) {
  .hero .hero-slider .slide-caption > h1 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .hero .hero-slider .slide-caption > h1 {
    font-size: 27px;
  }
}

@media (max-width: 767px) {
  .hero .hero-slider .slide-caption > h1 {
    font-size: 25px;
  }
}

.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: 14px;
    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;
}
.doctor-quote-wrapper .doctor-pic2 {
  position: absolute;
  right: -250px;
  top: -70px;
}
.section-full { padding-top:40px;
	position: relative;
}
.welcome-section-outer{
	position:relative;
	z-index:1;
}
/*Welcome Section*/
.welcome-section-outer{
	position:relative;
	z-index:1;
}

.p-tb80 {
	padding-bottom: 20px;
	padding-top: 80px;
}
.img-colarge{position:relative;height:100%;margin-bottom: 80px;}

.colarge-1{position:relative;margin:40px 30px 0px 40px;	z-index:1;}
.colarge-1:before,
.colarge-1:after{position:absolute;	border:10px solid #0cb8b6;	content:'';	width:80%;	height:80%;	z-index:-1;}
.colarge-1:before{	left: -40px;	top: -40px;}
.colarge-1:after{	right:-30px;	bottom:0px;}



.img-colarge2{position:relative;height:100%;margin-bottom: 110px;}

.colarge-2{
	position: relative;
	margin-right: 180px;
	z-index: 1;
	border: 10px solid #0cb8b6;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
}

.colarge-2-1{position:absolute;left: 160px; bottom:0px;max-width:370px;}
.since-year-outer{position:relative}
.since-year{position: absolute;right: 0px;top: -15px;z-index: 1;}
.since-year span{
	color: #1B1B1B;
	font-size: 80px; text-align:left;
	font-weight: 500;
	font-family: 'Teko', sans-serif;
	display: inline-block;
	line-height: 60px;
	position: relative;
	bottom: -36px;
	padding-right: 10px;
}
.since-year strong{
	color: #fff; float:right;
	font-size: 80px;
	font-weight: 600;
	font-family: 'Teko', sans-serif;
	display: inline-block;
	background-color: #0cb8b6;
	line-height: 50px;
	padding: 40px 10px 20px 12px;
}

.site-list-style-one{
	list-style:none;
	margin-bottom:30px;

}

.site-list-style-one li{
	font-family: 'Teko', sans-serif;
	color:#1B1B1B;
	font-size:24px;
	position:relative;
    padding-left:30px;
	font-weight: 500;
}

.site-list-style-one li:after{
	position: absolute;
	content: '';
	left: 0px;
	top: 17px;
	width: 20px;
	height: 2px;
	background-color: #0cb8b6;
}

@media only screen and (max-width:991px){
	.since-year-outer{text-align:right;}
	.since-year{position:inherit; top: -30px;}
}

@media only screen and (max-width:767px){
	.since-year{position:inherit; top: -45px;}
}

@media only screen and (max-width:480px){
	.since-year span{font-size:36px;}
	
.since-year strong {
    font-size: 60px;
    padding: 15px 10px 5px 12px;
}
}
.since-year-outer2{position:relative}
.since-year2{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.since-year2 span{
	color:#1B1B1B;
	font-size: 60px;
	font-weight: 300;
	font-family: 'Teko', sans-serif;
	display: block;
	line-height: 60px;
	position: relative;
}
.since-year2 strong{
	color:#0cb8b6;
	font-size: 100px;
	font-weight: 500;
	font-family: 'Teko', sans-serif;
	display: block;
	line-height: 50px;
}

@media only screen and (max-width:991px){
.colarge-2{
	margin-right: 0px;
	max-width: 420px;
}
.colarge-2 img{
	width:100%;
}

.colarge-2-1 {
    left: auto;
	right:0px;
}
}

@media only screen and (max-width:767px){
.colarge-2{
    max-width: 100%;
    width: 50%;
}
.colarge-2 img{
	width:100%;
}

.colarge-2-1 {
	width: 54%;
	top: 0px;
	max-width: 100%;
}
}


.counter2-section-outer-bottom{padding-bottom: 0px;}
.counter2-section-outer-top{padding-bottom: 50px;}

.counter-section-outer-top{padding-top:50px; padding-bottom: 20px;}
.counter-outer .counter{font-size:70px; position:relative; display:inline-block; margin-left: -30px;}
.counter-outer .counter:after{font-size:70px; position:absolute;content:'+'; right:-30px;}



.counter-outer span{
	font-size:34px;
	display:block;
}

@media only screen and (max-width:991px){
.img-colarge {
    padding-top: 30px;
	margin: -10px;
}

.colarge-1{
	position: relative;
	z-index:1;
}

.colarge-1 img{
	width:100%;
}
}

@media only screen and (max-width:767px){
.img-colarge {
	margin: 0px;
	padding-top: 0px;
}
.colarge-1{
	max-height: inherit;
	margin-bottom:30px;
	padding:0px;
}


}
.wt-separator-two-part{padding-bottom:15px;}
.wt-separator-two-part-row{display: flex; align-items: center;}
.wt-separator-two-part-left .section-head{margin-bottom:0px;}

.wt-separator-outer {
	overflow: hidden;
}

.wt-small-separator{font-family: 'Teko', sans-serif; color:#1b1b1b; font-size:34px;line-height:34px; margin-bottom:15px;position:relative; display:inline-block;}
.wt-small-separator img{width:28px;vertical-align: baseline;}
.wt-small-separator div{display:inline-block;}

@media only screen and (max-width:767px){
.wt-separator-two-part-right.text-right{
    text-align:left !important;
}
.wt-separator-two-part{padding-bottom:30px;}
}
@media only screen and (max-width:540px){
.wt-small-separator {
    font-size: 22px;
	line-height: 20px;
}
}


/*center-title*/
.center.wt-small-separator-outer{	text-align:center;}
.center.wt-small-separator-outer h2{max-width:650px; margin:0px auto;}
.center .wt-small-separator div.sep-leaf-right{	position:relative;	margin-left: 50px;}
.center .wt-small-separator div.sep-leaf-left{	position:relative;	margin-right: 50px;}
.center .wt-small-separator div.sep-leaf-right:before,
.center .wt-small-separator div.sep-leaf-left:before{
	position: absolute;
	content: '';	
	background-color:#0cb8b6;
	width: 40px;
	height: 3px;
	bottom: 0px;	
}
.center .wt-small-separator div.sep-leaf-right:before{right: 0px;}
.center .wt-small-separator div.sep-leaf-left:before{	left: 0px;}
/*left-title*/

.left.wt-small-separator-outer{	text-align:left;}
.left .wt-small-separator div.sep-leaf-right{	position:relative;	margin-left: 50px;}
.left .wt-small-separator div.sep-leaf-left{	position:relative;	margin-right: 50px; display:none;}
.left .wt-small-separator div.sep-leaf-right:before,
.left .wt-small-separator div.sep-leaf-left:before{
	position: absolute;
	content: '';	
	background-color:#0cb8b6;
	width: 40px;
	height: 3px;
	bottom: 0px;		
}
.left .wt-small-separator div.sep-leaf-right:before{right: 0px;}
.left .wt-small-separator div.sep-leaf-left:before{	left: 0px;}



@media only screen and (max-width:540px){
div.sep-leaf-right:before{display:none;}
div.sep-leaf-left:before{	display:none;}	

.center .wt-small-separator div.sep-leaf-left{margin:0px;}
.center .wt-small-separator div.sep-leaf-right{margin:0px;}	
}

/*Separator defualt*/


/*-------------------------------------
	3. Deviders 
-------------------------------------*/

.wt-divider {
	height: 1px;
	position: relative;
	margin: 0px 0px 30px 0px;
	background-color: #424242;
}

.wt-divider.divider-2px {
	height: 2px;
}

.wt-divider.divider-3px {
	height: 3px;
}

.wt-divider.divider-4px {
	height: 4px;
}

.wt-divider i {
	position: absolute;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: block;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wt-divider.icon-left {
	margin-left: 40px;
}

.wt-divider.icon-left i {
	left: -40px;
}

.wt-divider.icon-right {
	margin-right: 40px;
}

.wt-divider.icon-right i {
	left: auto;
	right: -40px;
}

.wt-divider.icon-center i {
	left: 50%;
	margin-left: -5px;
}
.video-counter-bg-white{
	position: relative;
}

.welcom-to-section{
	padding-right:0px;
}

.welcom-sign-info{text-align:left;}
.welcom-sign-info span,
.welcom-sign-info strong{display:block; color:#1B1B1B;}
@media only screen and (max-width:1199px){
	.welcom-sign-pic{max-width:110px;}
}

@media only screen and (max-width:991px){
	.welcom-to-section{
		padding-right:0px;
	}
}
@media only screen and (max-width:767px){
	.welcome-section-top{
		padding-top: 30px;
		padding-bottom: 30px;
	}	
}
@media only screen and (max-width:480px){
	.welcom-to-section-bottom{
		display:inherit !important;
	}
	.welcom-btn-position{
		display:inline-block;
	}
	
	.welcom-sign-pic {
		max-width: 150px;
	}	
	
	.welcom-to-section-bottom img{
		padding-top: 20px;
	}
}
@media (max-width: 1199px) {
  .doctor-quote-wrapper .doctor-pic {
    left: -193px;
  }
  .doctor-quote-wrapper .doctor-pic2 {
    right: -193px;
  }
}

.doctor-quote {
  background-color: #F3F7F9;
  border: 5px solid rgba(12, 184, 182, 0.6);
  padding: 30px 15px;
  position: relative;
  z-index: 10;
}

@media (max-width: 991px) {
  .doctor-quote {
    padding: 15px 15px;
  }
  .doctor-quote-wrapper .doctor-pic {
    display: none;
  }
}

@media (max-width: 767px) {
  .doctor-quote {
    padding: 15px 15px;
    border: 3px solid rgba(12, 184, 182, 0.6);
  }
}

.doctor-quote h3 {
  font-size: 27px;
  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: 14px;
  font-size: cacl-rem-value(14px);
  font-style: normal;
  color: #1B1B1B;
  margin: 0 0 1em;
}

@media (max-width: 991px) {
  .doctor-quote p {
    font-size: 14px;
    font-size: cacl-rem-value(14px);
  }
  .doctor-quote{ margin-bottom:50px;}
}

.doctor-quote .doctor-name {
  font-weight: 600;
  color: #0cb8b6;font-size: 18px; font-style:italic;
  margin-bottom: 0.3em;
}
.doctor-quote .doctor-name a{
  color: #1b1b1b;
}
.doctor-quote .doctor-name a:hover{
  color: #1b1b1b;
}
.working-hours {
  background-color: #1B1B1B;
  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: #1B1B1B;
  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: #1B1B1B;
  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: #F3F7F9;
  padding: 20px 18px;
  border-radius: 10px;
  border: 1px solid #D7F2FF;
  margin-bottom: 20px;
}
.feature-box i {
  position: absolute;
  font-size: 54px;
  content: "";
  right: 5px;
  bottom:3px;
  color: #0cb8b6;
  opacity: 1;
}/*--------------------------------------------------------------
#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: #1B1B1B;
  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: #1B1B1B;
  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: #1B1B1B;
  font-size: 22px;
  text-transform: uppercase;
}
.validate-contact-form p {
  color: #1B1B1B;
  margin-top: 43px;
  font-style: italic;
  font-size: 16px;
}
.tab-content > .active {
  display: block;
  padding: 15px 0px 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: #1B1B1B;
    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 .service-info h2 {
  padding: 25px 0 10px;
  text-transform: none;
  font-size: 24px;
}
.service-col .service-info h2 a {
  color: #0cb8b6;
}
.service-info {
font-size: 14px; line-height:26px;  
}
.service-info p {
font-size: 14px; line-height:26px; text-align:justify;
}
.service-col .service-info b {
  color: #333;
}
.service-col .service-info a {
  color: #09a9a7;
}
.title-section.style1 {
    overflow: hidden;
}

.title-section.style1 .title {
    position: relative;
    padding-bottom: 12px; margin-bottom:25px;
}

.title-section.style1 .title span {
    color: #fff;
}

.title-section.style1 .title:before {
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    left: 65px;
    bottom: 1px;
    background: rgba(241, 242, 248, 0.1);
}

.title-section.style1 .title:after {
    width: 50px;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: #CA2B27;
}





.title-section.style2 {
    overflow: hidden;
}

.title-section.style2 .title {
    position: relative;  
    padding-bottom: 12px; margin-bottom:25px;
}

.title-section.style2 .title span {
    color: #CA2B27;
}

.title-section.style2 .title:before {
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    left: 65px;
    bottom: 1px;
    background: rgba(32, 36, 46, 0.1);
}

.title-section.style2 .title:after {
    width: 50px;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: #CA2B27;
}
.title-section.style3 {
    overflow: hidden;
}

.title-section.style3 .title {
    position: relative; font-size:16px;
    padding-bottom: 12px;margin-bottom:25px;
}

.title-section.style3 .title span {
    color: #CA2B27;
}

.title-section.style3 .title:before {
    width: 100%;
    height: 0px;
    content: "";
    position: absolute;
    left: 65px;
    bottom: 1px;
    background: rgba(32, 36, 46, 0.1);
}

.title-section.style3 .title:after {
    width: 50px;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: #CA2B27;
}
/* Title section style5 */
.title-section.style5 {
    text-align: center;
    overflow: hidden;
}

.title-section.style5 .title {
    font-size: 28px;
}
.title-section.style5 .title {
    position: relative;
    padding-bottom: 12px; margin-bottom:25px;
}

.title-section.style5 .title span {
    color: #000;
}

.title-section.style5 .title:before {
    width: 100%;
    height: 1px; 
    content: "";
    position: absolute;
    left: 45%;
    bottom: 1px;
    background: rgba(241, 242, 248, 0.1);
}

.title-section.style5 .title:after {
    width: 50px;
    height: 3px;
    content: ""; text-align: center;
    position: absolute;
    left: 47%;
    bottom: 0px;
    background-color: #CA2B27;
}
/* Title section style6 */
.title-section.style6 {
    text-align: center;
    overflow: hidden;
}

.title-section.style6 .title {
    font-size: 20px;
}
.title-section.style6 .title {
    position: relative;
    padding-bottom: 16px;margin-bottom:25px;
}

.title-section.style6 .title span {
    color: #fff;
}

.title-section.style6 .title:before {
    width: 100%;
    height: 1px; 
    content: "";
    position: absolute;
    left: 45%;
    bottom: 1px;
    background: rgba(24, 186, 96, 0);
}

.title-section.style6 .title:after {
    width: 50px;
    height: 3px;
    content: ""; text-align: center;
    position: absolute;
    left: 47%;
    bottom: 0px;
    background-color: #fff;
}
ul.flat-list { margin-left:10px;
    position: relative;
    margin-top: 10px; margin-bottom:20px; 
}
ul.flat-list li {
    position: relative;
    padding-left: 24px;
    margin-top: 2px;  
}

ul.flat-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top:5px; 
    width: 15px;
    height: 15px;
    border: 2px solid #CA2B27;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
        -ms-border-radius: 100%;
         -o-border-radius: 100%;
            border-radius: 100%;
}

ul.flat-list li:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
    width: 5px;
    height: 5px;  
    background-color: #CA2B27;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
        -ms-border-radius: 100%;
         -o-border-radius: 100%;
            border-radius: 100%;
}

/* flat list style1 */
ul.flat-list.style1 li {
    margin-bottom: 0px; text-align:left;
}

/* flat list style2 */
ul.flat-list.style2 {
    padding: 15px; text-align:left;
    background: #F3F7F9;
}
/*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;
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: 14px;
  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: 60px 0 30px;
}
.gallery-thumb 
{
    width:100%; height:auto;  
  position: relative;  margin-bottom:25px;
}
.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: 14px;
  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: #1B1B1B 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: #1B1B1B;
}
.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: 2%;
  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: #333;font-family: 'Teko', sans-serif;
  text-transform: none;
  font-size: 26px; line-height:28px;
}

/*--------------------------------------------------------------
#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: 14px;
    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: #1B1B1B;
  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: 14px;
    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: 14px;
  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: 14px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .accordion-s2 .panel-heading a {
    padding: 10px 20px;
  }
}

/*
-----------------------------------------------------------------------
    Contact Styles
-----------------------------------------------------------------------
*/

/*--- contact ---*/
.contact-section1 {
  padding: 20px 0;
}
.contact-post {
  background-color: #f1f1f1;
  border: 1px solid #eee;
  margin-bottom: 30px;
  position: relative;
}
.contact-post .icon-box {
  border: 2px solid #0cb8b6;
  border-radius: 50%;
  font-size: 35px;
  height: 70px; padding-top:15px;  
  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 25px 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-post .content p {
  font-size: 14px; 
  line-height:26px; color:#333;
  font-weight: 400;
}
.contact-post .content p a{color:#333;}
.contact-post .content p a:hover{color:#0cb8b6;}
.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: #1B1B1B;
    font-weight: 700;
    padding: 0;
    width: auto;
}

form #success .alert button:hover {
    background-color: transparent;
    color: #1B1B1B;
}

form #success .alert button:after {
    display: none;
}


/*--------------------------------------------------------------
#0.15   team
----------------------------------------------------------------*/
.team-col {
  margin-bottom: 0px;
  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: #1B1B1B;
}
.team-col .team-info h3 a {
  color: #303539;
  text-transform: uppercase;
}
.team-col .team-info a p {
  position: relative;
  text-transform: capitalize;
  color: #0cb8b6;
  font-size: 14px;
  font-weight: 400;
  margin-left: 25px;
}

.team-col .team-info a p::before {
  content: "";
  width: 20px;
  height: 4px;
  background-color: #0cb8b6 !important;
  position: absolute;
  bottom: 8px;
  opacity: 1;
  left: -25px;
}
.team-col .team-info p {
  color: #777; margin-right:45px;
  margin-bottom: 10px;
}
.team-col .team-info a {
  color: #09a9a7;
}
/* team details */
.team-details-section {
  padding: 0px 0;
}
.team-member-details .content .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 15px;
  margin-top: 15px;
  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: 14px;
  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: 10px 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: #1B1B1B;
}
.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: 50px;
}

.widget .widget-title {
    color: #fff;font-family: 'Teko', sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 36px;
    margin-bottom: 25px;
    position: relative;
    text-transform: none;
    font-weight: normal;
}

.widget .widget-title::before {
  background-color: #0cb8b6;
  bottom: -5px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
}
.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: #fff;
    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: 14px;
    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: 10px;
    margin-top: 5px; border-bottom:1px dotted #464C52;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
}

.widget-news .widget-news-post:last-child {
    margin-bottom: 10px;border-bottom:0px dotted #464C52;
}

.widget-news .widget-news-post .thumb {
    left: 0;
    position: absolute;
    top: 0;
}

.widget-news .widget-news-post .content {
    padding-left: 85px; height:75px;
}

.widget-news .widget-news-post .content .title {
    display: inline-block;
    margin-bottom: 0; line-height:70px;
    margin-top: -10px;
}

.widget-news .widget-news-post .content .title a {
    color: #fff;font-weight: 600;
}

.widget-news .widget-news-post .content .meta-date {
    font-size: 14px;
    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: 0px solid #f2f2f2;
    background: #0cb8b6;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    margin: 0 3px 10px 0;
    padding: 4px 5px 4px;
    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: #0cb8b6;
  border: 0px solid rgba(0,0,0,.07);
  background: #FFF;
}
.widget-appointment {
    display: inline-block;
    margin-top: 15px;
}


/*--------------------- brand area start -----------*/
.brand-section {
  position: relative;
  padding: 60px 0 50px;
}
.brand-item { margin-top:15px;
  background: #fff;
  text-align: center;
  width: 100%; border:1px solid #eee;
  cursor:pointer;
}
.mb-0{
  margin-bottom:0px;
}
/*--------------------- brand area end -----------*/

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.site-footer .widget ul.icn-list {
  font-size: 14px;
  line-height: 24px; color:#fff; }
  @media (max-width: 767px) {
    .site-footer .widget ul.icn-list {
      font-size: 14px;
      line-height: 20px; } }
  .site-footer .widget ul.icn-list li {
    position: relative;
    padding-left: 31px;color:#fff; margin-bottom:15px; }
   .site-footer .widget ul.icn-list li > i {
      position: absolute;
      left: 0;
      top: 4px;
      font-size: 18px;
      color: #00CECC; }
      @media (max-width: 767px) {
       .site-footer .widget ul.icn-list li i {
          font-size: 17px;
          left: 6px; } }
  .site-footer .widget ul.icn-list li:not(:last-child) {
    margin-bottom: 7px; }
    @media (max-width: 767px) {
     .site-footer .widget ul.icn-list li:not(:last-child) {
        margin-bottom: 3px; } 
     
        }
 .site-footer .widget ul.icn-list .phone {
    font-weight: 500;
    color: #FFC600; }
 .site-footer .widget ul.icn-list a{
    text-decoration: none; color:#fff;} .footer ul.icn-list a:hover {
    text-decoration: none; color:#00CECC;}
 .site-footer .widget ul.icn-list .btn {
    margin-top: 5px;
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0; }
.site-footer {
  background: #282e34;
  position: relative;
}
.site-footer::before {
  content: "";
  position: absolute;
  background: #1B1B1B;
  right: 0;
  top: 0;
  width: 72%;
  height: 100%;
}
@media (max-width: 767px) 
{
  .site-footer {
  background: #282e34;
  position: relative;
}
.site-footer::before {
  content: "";
  position: absolute;
  background: #282e34;
  right: 0;
  top: 0;
  width: 72%;
  height: 100%;
}     
}
.logo-wrapper {
  margin-bottom: 30px;
}
.site-logo > h1 {
  color: #00CECC;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.site-logo > h1 span {
  color: #fff;
}

.site-logo:hover h1 {
  color: #00CECC;
}
.site-footer .upper-footer {
  padding: 20px 0;
}
.social-nav1 {
    padding: 0;float: right;
    list-style: none;
    margin:5px 0px 0 0px;
}
.social-nav1 a {
    display: inline-block;
    float: right;font-family:'FontAwesome';
    width: 25px;
    height: 25px;
    font-size: 15px;
    color:#fff; padding-top:5px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 25px;
    background: #000;
    position: relative;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.social-nav1 li {
    float: left;
    margin: 1px 5px 0 1px;
    list-style: none;
}
.icons_1 a {
    overflow: hidden;
    font-size: 15px;
    border-radius: 2px;
}
.icons_1 .twitter {
    background: #00CCFF;
    text-shadow: 0px 0px #00CCFF, 1px 1px #00CCFF, 2px 2px #00CCFF, 3px 3px #0087ba, 4px 4px #00CCFF, 5px 5px #00CCFF, 6px 6px #00CCFF, 7px 7px #00CCFF, 8px 8px #00CCFF, 9px 9px #00CCFF, 10px 10px #00CCFF, 11px 11px #00CCFF, 12px 12px #00CCFF, 13px 13px #00CCFF, 14px 14px #00CCFF, 15px 15px #00CCFF, 16px 16px #00CCFF, 17px 17px #00CCFF, 18px 18px #00CCFF, 19px 19px #00CCFF, 20px 20px #00CCFF, 21px 21px #00CCFF, 22px 22px #00CCFF, 23px 23px #00CCFF, 24px 24px #00CCFF, 25px 25px #00CCFF, 26px 26px #00CCFF, 27px 27px #00CCFF, 28px 28px #00CCFF, 29px 29px #00CCFF, 30px 30px #00CCFF;
}
.icons_1 a:hover {
    background: #fff;
    text-shadow: 0px 0px #d4d4d4, 1px 1px #d4d4d4, 2px 2px #d4d4d4, 3px 3px #d4d4d4, 4px 4px #d4d4d4, 5px 5px #d4d4d4, 6px 6px #d4d4d4, 7px 7px #d4d4d4, 8px 8px #d4d4d4, 9px 9px #d4d4d4, 10px 10px #d4d4d4, 11px 11px #d4d4d4, 12px 12px #d4d4d4, 13px 13px #d4d4d4, 14px 14px #d4d4d4, 15px 15px #d4d4d4, 16px 16px #d4d4d4, 17px 17px #d4d4d4, 18px 18px #d4d4d4, 19px 19px #d4d4d4, 20px 20px #d4d4d4, 21px 21px #d4d4d4, 22px 22px #d4d4d4, 23px 23px #d4d4d4, 24px 24px #d4d4d4, 25px 25px #d4d4d4, 26px 26px #d4d4d4, 27px 27px #d4d4d4, 28px 28px #d4d4d4, 29px 29px #d4d4d4, 30px 30px #d4d4d4;
}
.icons_1 .twitter:hover {
    color: #00CCFF;
}
.icons_1 .facebook {
    background: #3B579D;
    text-shadow: 0px 0px #2d4278, 1px 1px #2d4278, 2px 2px #2d4278, 3px 3px #2d4278, 4px 4px #2d4278, 5px 5px #2d4278, 6px 6px #2d4278, 7px 7px #2d4278, 8px 8px #2d4278, 9px 9px #2d4278, 10px 10px #2d4278, 11px 11px #2d4278, 12px 12px #2d4278, 13px 13px #2d4278, 14px 14px #2d4278, 15px 15px #2d4278, 16px 16px #2d4278, 17px 17px #2d4278, 18px 18px #2d4278, 19px 19px #2d4278, 20px 20px #2d4278, 21px 21px #2d4278, 22px 22px #2d4278, 23px 23px #2d4278, 24px 24px #2d4278, 25px 25px #2d4278, 26px 26px #2d4278, 27px 27px #2d4278, 28px 28px #2d4278, 29px 29px #2d4278, 30px 30px #2d4278;
}
.icons_1 .facebook:hover {
    color: #3B579D;
}
.icons_1 .google-plus {
    background: #AC0005;
    text-shadow: 0px 0px #860004, 1px 1px #860004, 2px 2px #860004, 3px 3px #860004, 4px 4px #860004, 5px 5px #860004, 6px 6px #860004, 7px 7px #860004, 8px 8px #860004, 9px 9px #860004, 10px 10px #860004, 11px 11px #860004, 12px 12px #860004, 13px 13px #860004, 14px 14px #860004, 15px 15px #860004, 16px 16px #860004, 17px 17px #860004, 18px 18px #860004, 19px 19px #860004, 20px 20px #860004, 21px 21px #860004, 22px 22px #860004, 23px 23px #860004, 24px 24px #860004, 25px 25px #860004, 26px 26px #860004, 27px 27px #860004, 28px 28px #860004, 29px 29px #860004, 30px 30px #860004;
}
.icons_1 .google-plus:hover {
    color: #DD4A3A;
}
.icons_1 .instagram {
    background: #AB3A99;
    text-shadow: 0px 0px #841272, 1px 1px #841272, 2px 2px #841272, 3px 3px #841272, 4px 4px #841272, 5px 5px #841272, 6px 6px #841272, 7px 7px #841272, 8px 8px #841272, 9px 9px #841272, 10px 10px #841272, 11px 11px #841272, 12px 12px #841272, 13px 13px #841272, 14px 14px #841272, 15px 15px #841272, 16px 16px #841272, 17px 17px #841272, 18px 18px #841272, 19px 19px #841272, 20px 20px #841272, 21px 21px #841272, 22px 22px #841272, 23px 23px #841272, 24px 24px #841272, 25px 25px #841272, 26px 26px #841272, 27px 27px #841272, 28px 28px #841272, 29px 29px #841272, 30px 30px #841272;
}
.icons_1 .instagram:hover {
    color: #AB3A99;
}
.social-nav {
    padding: 0;
    list-style: none;
    margin:0px 0 0 0px;
}
.social-nav a {
    display: inline-block;
    float: right;
    width: 35px;
    height: 35px;
    font-size: 15px;
    color:#fff; padding-top:12px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    background: #000;
    position: relative;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.social-nav li {
    float: left;color:#fff;
    margin: 5px 5px 5px 5px;
    list-style: none;
}
.icons_2 a {
    overflow: hidden;
    font-size: 15px;color:#fff;
    border-radius: 4px;
}
.icons_2 .twitter {
    background: #00CCFF;
    text-shadow: 0px 0px #00CCFF, 1px 1px #00CCFF, 2px 2px #00CCFF, 3px 3px #0087ba, 4px 4px #00CCFF, 5px 5px #00CCFF, 6px 6px #00CCFF, 7px 7px #00CCFF, 8px 8px #00CCFF, 9px 9px #00CCFF, 10px 10px #00CCFF, 11px 11px #00CCFF, 12px 12px #00CCFF, 13px 13px #00CCFF, 14px 14px #00CCFF, 15px 15px #00CCFF, 16px 16px #00CCFF, 17px 17px #00CCFF, 18px 18px #00CCFF, 19px 19px #00CCFF, 20px 20px #00CCFF, 21px 21px #00CCFF, 22px 22px #00CCFF, 23px 23px #00CCFF, 24px 24px #00CCFF, 25px 25px #00CCFF, 26px 26px #00CCFF, 27px 27px #00CCFF, 28px 28px #00CCFF, 29px 29px #00CCFF, 30px 30px #00CCFF;
}
.icons_2 a:hover {
    background: #fff;
    text-shadow: 0px 0px #d4d4d4, 1px 1px #d4d4d4, 2px 2px #d4d4d4, 3px 3px #d4d4d4, 4px 4px #d4d4d4, 5px 5px #d4d4d4, 6px 6px #d4d4d4, 7px 7px #d4d4d4, 8px 8px #d4d4d4, 9px 9px #d4d4d4, 10px 10px #d4d4d4, 11px 11px #d4d4d4, 12px 12px #d4d4d4, 13px 13px #d4d4d4, 14px 14px #d4d4d4, 15px 15px #d4d4d4, 16px 16px #d4d4d4, 17px 17px #d4d4d4, 18px 18px #d4d4d4, 19px 19px #d4d4d4, 20px 20px #d4d4d4, 21px 21px #d4d4d4, 22px 22px #d4d4d4, 23px 23px #d4d4d4, 24px 24px #d4d4d4, 25px 25px #d4d4d4, 26px 26px #d4d4d4, 27px 27px #d4d4d4, 28px 28px #d4d4d4, 29px 29px #d4d4d4, 30px 30px #d4d4d4;
}
.icons_2 .twitter:hover {
    color: #00CCFF;
}
.icons_2 .facebook {
    background: #3B579D;
    text-shadow: 0px 0px #2d4278, 1px 1px #2d4278, 2px 2px #2d4278, 3px 3px #2d4278, 4px 4px #2d4278, 5px 5px #2d4278, 6px 6px #2d4278, 7px 7px #2d4278, 8px 8px #2d4278, 9px 9px #2d4278, 10px 10px #2d4278, 11px 11px #2d4278, 12px 12px #2d4278, 13px 13px #2d4278, 14px 14px #2d4278, 15px 15px #2d4278, 16px 16px #2d4278, 17px 17px #2d4278, 18px 18px #2d4278, 19px 19px #2d4278, 20px 20px #2d4278, 21px 21px #2d4278, 22px 22px #2d4278, 23px 23px #2d4278, 24px 24px #2d4278, 25px 25px #2d4278, 26px 26px #2d4278, 27px 27px #2d4278, 28px 28px #2d4278, 29px 29px #2d4278, 30px 30px #2d4278;
}
.icons_2 .facebook:hover {
    color: #3B579D;
}
.icons_2 .google-plus {
    background: #DD4A3A;
    text-shadow: 0px 0px #c23122, 1px 1px #c23122, 2px 2px #c23122, 3px 3px #c23122, 4px 4px #c23122, 5px 5px #c23122, 6px 6px #c23122, 7px 7px #c23122, 8px 8px #c23122, 9px 9px #c23122, 10px 10px #c23122, 11px 11px #c23122, 12px 12px #c23122, 13px 13px #c23122, 14px 14px #c23122, 15px 15px #c23122, 16px 16px #c23122, 17px 17px #c23122, 18px 18px #c23122, 19px 19px #c23122, 20px 20px #c23122, 21px 21px #c23122, 22px 22px #c23122, 23px 23px #c23122, 24px 24px #c23122, 25px 25px #c23122, 26px 26px #c23122, 27px 27px #c23122, 28px 28px #c23122, 29px 29px #c23122, 30px 30px #c23122;
}
.icons_2 .google-plus:hover {
    color: #DD4A3A;
}
.icons_2 .linkedin {
    background: #1AB1CC;
    text-shadow: 0px 0px #0B7F94, 1px 1px #0B7F94, 2px 2px #0B7F94, 3px 3px #0B7F94, 4px 4px #0B7F94, 5px 5px #0B7F94, 6px 6px #0B7F94, 7px 7px #0B7F94, 8px 8px #0B7F94, 9px 9px #0B7F94, 10px 10px #0B7F94, 11px 11px #0B7F94, 12px 12px #0B7F94, 13px 13px #0B7F94, 14px 14px #0B7F94, 15px 15px #0B7F94, 16px 16px #0B7F94, 17px 17px #0B7F94, 18px 18px #0B7F94, 19px 19px #0B7F94, 20px 20px #0B7F94, 21px 21px #0B7F94, 22px 22px #0B7F94, 23px 23px #0B7F94, 24px 24px #0B7F94, 25px 25px #0B7F94, 26px 26px #0B7F94, 27px 27px #0B7F94, 28px 28px #0B7F94, 29px 29px #0B7F94, 30px 30px #0B7F94;
}
.icons_2 .linkedin:hover {
    color: #1AB1CC;
}
.icons_2 .instagram {
    background: #AB3A99;
    text-shadow: 0px 0px #841272, 1px 1px #841272, 2px 2px #841272, 3px 3px #841272, 4px 4px #841272, 5px 5px #841272, 6px 6px #841272, 7px 7px #841272, 8px 8px #841272, 9px 9px #841272, 10px 10px #841272, 11px 11px #841272, 12px 12px #841272, 13px 13px #841272, 14px 14px #841272, 15px 15px #841272, 16px 16px #841272, 17px 17px #841272, 18px 18px #841272, 19px 19px #841272, 20px 20px #841272, 21px 21px #841272, 22px 22px #841272, 23px 23px #841272, 24px 24px #841272, 25px 25px #841272, 26px 26px #841272, 27px 27px #841272, 28px 28px #841272, 29px 29px #841272, 30px 30px #841272;
}
.icons_2 .instagram:hover {
    color: #AB3A99;
}
@media (max-width: 1199px) {
  .site-footer .upper-footer {
    padding-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .site-footer .upper-footer {
    padding: 20px 0 20px;
  }
}
.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: 14px;
  }
}

@media (max-width: 767px) {
  .site-footer .logo-socail .social-links li a {
    width: auto;
    height: auto;
    line-height: auto;
    font-size: 14px;
    font-size: 1rem;
    border: 0;
  }
}

.site-footer .logo-socail .social-links li:hover {
  background-color: #00CECC;
  border-color: #00CECC;
  color: #fff;
}

@media (max-width: 767px) {
  .site-footer .logo-socail .social-links li:hover {
  background-color: #00CECC;
  border-color: #00CECC;
  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: 20px;
  }
}

@media (max-width: 991px) {
  .site-footer .upper-footer .row > .col {
    margin-bottom: 20px;
  }
}

.site-footer .widget a:hover {
  color: #00CECC;
}

.site-footer .widget h3 {
  font-size: 18px;
  color: #fff;
  padding-bottom: 1em;
  margin: 0 0 1.64em;
  text-transform: uppercase;
  position: relative;
}

.site-footer .widget h3:before {
  content: "";
  background-color: #00CECC;
  width: 50px;
  height: 2px;
  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: 10px; 

}

.site-footer .usefull-links-widget ul li a {
  display: block;
}

.site-footer .usefull-links-widget ul li a:hover {
  color: #00CECC;
}
.site-footer .usefull-links-widget ul li a i { display:inline-block;
  color: #00CECC; font-size:12px; line-height:15px;
}
.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 {
  font-weight: 500; line-height:80px;
  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: 14px;
  font-style: italic;
  padding-left: 85px;
}

.site-footer .recent-news-widget .date i {
  display: inline-block;
  padding-right: 5px;
  color: #00CECC;
}

.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; text-align:left;
  font-size: 16px;
}
.footer-section .copyright h4 a {
  font-size: 16px;
  letter-spacing: 2px;
}
.footer-section .copyright h4 a {
  color: #fff;
  font-weight: 200;
}

.subscribe-section {
  padding: 20px 0;
  background: #0cb8b6;
}
.subscribe-section h4{
    color: #fff; text-align:right;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
}
.subscribe-section h4 a{
    color: #fff;}
    .subscribe-section h4 a:hover{
    color: #222;}
.newsletter h3{
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}
.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;
}