@charset "utf-8";

/*****=====*****=====*****=====*****=====
    01. IMPORTED STYLE CSS
=====*****=====*****=====*****=====*****/

/* GOOGLE FONTs */
@import url("https://fonts.googleapis.com/css?family=Poppins|Raleway");

/* OTHER IMPORTED CSS */
@import url("animations.css");
@import url("owl.css");
@import url("font-awesome.min.css");
@import url("animate.min.css");
@import url("flaticon.css");
@import url("pe-icon-7-stroke.css");
@import url("stroke-gap.css");
@import url("magnific-popup.css");
@import url("fancyBox.css");
@import url("unite-gallery.css");
@import url("bootstrap-dropdownhover.css");
/*@import url('bootstrap-datepicker.min.css');*/

/*****=====*****=====*****=====*****=====
    02. General CSS 
=====*****=====*****=====*****=====*****/

body {
  background: #fafafa;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 26px;
  color: #1f2057;
}
/*.fontAwesome {*/
/*  font-family: Raleway, 'FontAwesome', sans-serif;*/
/*}*/

/* Common CSS */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #111111;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: rgb(54 226 64);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:focus,
a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
img {
  /*width: 100%;*/
  max-width: 100%;
  height: auto;
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  /*background-color: #fafafa;*/
}
.container,
.container-fluid {
  padding: 40px 0 20px;
}

.hvr-rectangle-out:before {
  background: #1ca288;
}

/* Form CSS */

.form-control {
  /*font-family: 'Poppins', sans-serif;*/
  resize: none;
  height: 50px;
  /*margin-bottom: 20px;*/
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-color: #777;
}
.form-control:focus {
  border-color: #333;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
::-webkit-input-placeholder {
  color: #888 !important;
}
::-moz-placeholder {
  color: #888 !important;
}
:-ms-input-placeholder {
  color: #888 !important;
}
input:-moz-placeholder {
  color: #888 !important;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #2e3192;
}

::selection {
  color: #fff;
  background: #2e3192;
}

.line-border-center {
  height: 2px;
  text-align: center;
  margin: auto;
  width: 70px;
  background: #333;
  margin-top: 20px;
  margin-bottom: 25px;
}
.line-border-center.bg-gray {
  background: #eee;
}
.small-line-border-center {
  position: relative;
}
.small-line-border-center::after {
  top: 15px;
  content: "";
  height: 2px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  position: absolute;
  width: 70px;
  background: #1ca288;
}

.small-line-border {
  position: relative;
}

.small-line-border::after {
  top: 5px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 70px;
  background: #1ca288;
}

.small-line-border-2 {
  position: relative;
}

.small-line-border-2::before {
  top: 6px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 250px;
  background: #eee;
}
.small-line-border-2::after {
  top: 5px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 70px;
  background: #1ca288;
}
.z-index-3 {
  z-index: 9;
}

/* Btn CSS */
.btn-simple {
  padding: 12px 30px;
  border-radius: 0;
  border: none;
  background: #1ca288;
  color: #ffffff;
  font-weight: 600;
  margin-top: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-simple:hover {
  color: #1ca288;
  background: #333;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-theme,
.btn-price {
  background: #2e3192;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 10px 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-price:hover {
  color: #ffffff;
  background: #63db6a;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-price {
  padding: 16px 20px;
}
.btn-price:hover {
  background-color: #2e3192;
  color: #fff;
}
.btn {
  border-radius: 0;
}

.btn-topbar {
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 15px;
  font-size: 13px;
  margin-top: -1px;
  margin-right: 15px;
}
.btn-topbar:hover {
  border-color: #333;
}
.hvr-shutter-out-vertical:before {
  background: #333;
}

.btn-mid {
  padding: 10px 22px;
}

.color-333 {
  color: #333 !important;
}
.color-white {
  color: #fff !important;
}
.pt90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
button {
  border: none;
}
.bounceInDown,
.bounceInLeft,
.bounceInRight,
.bounceInUp,
.fadeInDown,
.fadeInLeft,
.fadeInRight,
.fadeInUp {
  opacity: 1;
}

.about .about-feature,
.blog-area .blog-feature,
.divider .about-feature {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.header-topbar {
  background-color: #2e3192;
  padding: 15px 0;
  color: #fff;
}
.top-icon i {
  font-size: 16px;
  color: #333;
}
.top-icon {
  margin-top: 0;
}
.welcome-top p {
  text-transform: capitalize;
  font-size: 16px !important;
  text-align: right;
  margin-top: 5px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 900;
}
.welcome-top p span {
  font-size: 16px;
  font-weight: 900;
}

/*****=====*****=====*****=====*****=====
    03. Background Over Layer CSS
=====*****=====*****=====*****=====*****/

.over-layer-black,
.over-layer-black-2 {
  position: relative;
}
.over-layer-black:before,
.over-layer-black-2 {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.over-layer-white,
.over-layer-white-1 {
  position: relative;
}
.over-layer-white:before,
.over-layer-white-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.over-layer-white:before {
  background-color: rgba(255, 255, 255, 0.82);
}
.over-layer-white-1:before {
  background-color: rgba(255, 255, 255, 0.2);
}
.over-layer-white.call-action .content {
  color: #777;
}
.over-layer-white.divider-video a i {
  color: #1ca288;
}

.over-layer-default,
.over-layer-default-light {
  position: relative;
}
.over-layer-default:before,
.over-layer-default-light:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  /*background-color: rgba(0,176,146, 0.9);*/
  background-color: rgb(191 10 0 / 57%);
}
.over-layer-default-light:before {
  background-color: rgba(7, 114, 184, 0.9);
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #f5f4e9;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/bsh.gif");
}

/*****=====*****=====*****=====*****=====
    04. Section Title Css
=====*****=====*****=====*****=====*****/
.section-title {
  margin-bottom: 60px;
  color: #2e3192;
  margin-bottom: 0 !important;
}

.section-title h2 {
  color: #2e3192;
}

.section-content h2 {
  color: #2e3192;
}

.section-title h6 {
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  color: #1ca288;
  font-weight: 300;
  letter-spacing: 3px;
}
.mini-title {
  position: relative;
  margin-bottom: 50px;
}
.mini-title:before {
  top: 3em;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  width: 55px;
  background: #1ca288;
}

/*****=====*****=====*****=====*****=====
    05. Scrollup CSS
=====*****=====*****=====*****=====*****/

.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  display: none;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  background-color: rgb(54 226 64);
  color: #ffffff;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
}

.scrollup i {
  color: #ffffff;
}

.scrollup:active i,
.scrollup:focus i {
  color: #ffffff;
}

.scrollup:hover {
  background-color: #2e3192;
}

/*****=====*****=====*****=====*****=====
    06. Header top Style Css
=====*****=====*****=====*****=====*****/

.navbar-nav.style-2 {
  width: 100%;
  text-align: center;
}
.navbar-nav.style-2 > li {
  float: none;
  display: inline-block;
}
.header-top .container {
  padding-top: 30px;
  padding-bottom: 20px;
}
.header-top .logo img {
  width: 190px;
}
.header-top .service-item {
  padding: 0;
  margin-bottom: 0;
  position: relative;
  padding-right: 10px;
  border-right: 1px solid #1ca288;
}

.shop-icon {
  font-size: 18px;
  margin-top: 28px;
}
/*.shop-icon {
    font-size: 18px;
    margin-top: 10px;
}*/
.shop-icon a sup {
  background-color: #1ca288;
  font-size: 10px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: inline-block;
  text-align: center;
  line-height: 14px;
  position: relative;
  left: -18px;
  color: white;
  top: -10px;
}
.shop-icon span {
  padding: 10px;
  color: #fff;
}
.fixed-header .shop-icon span {
  padding: 10px;
  color: #333;
}
.shop-icon .icon-Search {
  border-right: 1px solid #1ca288;
}
.newsletter form {
  position: relative;
}
.newsletter .newsletter-input {
  padding: 11px 15px;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}
.newsletter .newsletter-input,
.newsletter .newsletter-input:focus {
  width: 100%;
  border-top: 0px none;
  border-left: 0px none;
  border-right: 0px none;
  padding-right: 40px !important;
  background: none;
  border-radius: 0;
  border: 1px solid #b1afaf;
  color: #7f7f7f;
}
.newsletter .newsletter-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 18px;
  background: #1ca288;
  line-height: 47px;
  color: #fff;
  border-radius: 0;
  width: 50px;
}
.welcome-text h5 {
  margin-top: 15px;
  letter-spacing: 2px;
}

.header-top .service-item i:before {
  font-size: 30px !important;
}
.header-top .service-item i {
  position: absolute;
  right: 10px;
  top: -6px;
  /*color: #1ca288;*/
}

@media only screen and (max-width: 644px) {
  .header-top {
    display: none;
  }
}
.icon-style-1 li {
  background: #1ca288;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icon-style-1 li:hover {
  background: #2e3192;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.icon-style-1 li a {
  color: #fff;
  display: block;
}
.search-btn {
  cursor: pointer;
}

.search-item {
  position: fixed;
  left: 0px;
  top: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}

.search-item.search-visible {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.search-item .search-close {
  position: absolute;
  right: 5%;
  top: 5%;
  font-size: 60px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
}

.search-item .search-close:hover {
  opacity: 0.7;
}

.search-item .search-form {
  position: relative;
  padding: 0px 15px 50px;
  padding-top: 130px;
  max-width: 1024px;
  margin: 0 auto;
}

.search-item .search-form fieldset {
  position: relative;
}

.search-item .search-form fieldset input[type="search"] {
  position: relative;
  height: 120px;
  padding: 20px 220px 20px 30px;
  background: #ffffff;
  line-height: 30px;
  font-size: 24px;
  color: #333;
}

.search-item .search-form fieldset input[type="submit"] {
  position: absolute;
  display: block;
  right: 0px;
  top: 0px;
  text-align: center;
  width: 220px;
  height: 120px;
  padding: 20px 10px 20px 10px;
  color: #ffffff;
  background: #1ca288;
  line-height: 30px;
  font-size: 20px;
  text-transform: uppercase;
  border-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-item .search-form fieldset input[type="submit"]:hover {
  background: #333;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*****=====*****=====*****=====*****=====
    07. Navbar Style Css
=====*****=====*****=====*****=====*****/

.main-navbar .navbar-nav > li > a {
  padding-top: 30px;
  padding-bottom: 30px;
}

.main-navbar.no-bg {
  width: 100%;
  z-index: 16;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar {
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}
.navbar-brand {
  padding: 5px 0 0 0;
}

.navbar .navbar-nav > li > a:before {
  background-color: #0007fc;
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.navbar .navbar-nav > li > a:hover:before,
.navbar-default .navbar-nav > li > a:focus:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.navbar .navbar-nav > li > a.active:before {
  background-color: #ffa500;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.dropdown-menu > li > a,
.dropdown-menu-large > li > ul > li > a {
  border-bottom: 1px solid #eee;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  padding: 15px 20px;
  color: #111;
  font-size: 13px;
}

.dropdown-menu > li:last-child > a,
.dropdown-menu-large > li > ul > li:last-child > a {
  border-bottom: 1px solid #eee;
}
.navbar-default .navbar-nav > li > a {
  color: #ddd;
}
.fixed-header .navbar-default .navbar-nav > li > a {
  color: #888;
}

.dropdown .dropdown-menu li > a:before,
.dropdown-menu-large > li > ul > li > a:before {
  margin: -3px 0;
  left: 0;
  background-color: #2e3192;
  content: "";
  position: absolute;
  height: 27px;
  width: 3px;
  transform-origin: bottom top;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.dropdown .dropdown-menu li a:hover:before,
.dropdown-menu-large > li > ul > li > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.navbar-nav > li:first-child > .dropdown-menu {
  left: 0;
}

.dropdown-menu > li > a:hover,
.dropdown-menu-large > li > ul > li > a:hover {
  padding-left: 30px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #fff;
  background-color: #1ca288;
}

.navbar-default.style-1 .navbar-nav > .active > a,
.navbar-default.style-1 .navbar-nav > .active > a:focus,
.navbar-default.style-1 .navbar-nav > .active > a:hover,
.navbar-default.style-1 .navbar-nav > .open > a,
.navbar-default.style-1 .navbar-nav > .open > a:focus,
.navbar-default.style-1 .navbar-nav > .open > a:hover,
.navbar-default.style-1 .navbar-nav > li > a:hover {
  color: #fff;
  position: relative;
  background-color: transparent;
}
.navbar-default.style-1 .navbar-nav > .active > a:after,
.navbar-default.style-1 .navbar-nav > .active > a:focus:after,
.navbar-default.style-1 .navbar-nav > .active > a:hover:after,
.navbar-default.style-1 .navbar-nav > .open > a:after,
.navbar-default.style-1 .navbar-nav > .open > a:focus:after,
.navbar-default.style-1 .navbar-nav > .open > a:hover:after,
.navbar-default.style-1 .navbar-nav > li > a:hover:after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 15px;
  width: 25px;
  height: 2px;
  background-color: #1ca288;
  margin: auto;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-default.style-1 .navbar-nav > .active > a:after,
.navbar-default.style-1 .navbar-nav > .active > a:focus:after,
.navbar-default.style-1 .navbar-nav > .active > a:hover:after,
.navbar-default.style-1 .navbar-nav > .open > a:after,
.navbar-default.style-1 .navbar-nav > .open > a:focus:after,
.navbar-default.style-1 .navbar-nav > .open > a:hover:after,
.navbar-default.style-1 .navbar-nav > li > a:hover:after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 15px;
  width: 0px;
  height: 2px;
  background-color: #1ca288;
  margin: auto;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-default.style-1 .navbar-nav > li.active > a:after,
.navbar-default.style-1 .navbar-nav > li:hover.active > a:after,
.navbar-default.style-1 .navbar-nav > li:hover.open > a:after {
  width: 45px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fixed-header .navbar-default.style-1 .navbar-nav > .active > a,
.fixed-header .navbar-default.style-1 .navbar-nav > .active > a:focus,
.fixed-header .navbar-default.style-1 .navbar-nav > .active > a:hover,
.fixed-header .navbar-default.style-1 .navbar-nav > .open > a,
.fixed-header .navbar-default.style-1 .navbar-nav > .open > a:focus,
.fixed-header .navbar-default.style-1 .navbar-nav > .open > a:hover,
.fixed-header .navbar-default.style-1 .navbar-nav > li > a:hover {
  color: #333;
}

.navbar-default .navbar-nav.style-2 > .active > a,
.navbar-default .navbar-nav.style-2 > .active > a:focus,
.navbar-default .navbar-nav.style-2 > .active > a:hover,
.navbar-default .navbar-nav.style-2 > .open > a,
.navbar-default .navbar-nav.style-2 > .open > a:focus,
.navbar-default .navbar-nav.style-2 > .open > a:hover,
.navbar-default .navbar-nav.style-2 > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #2e3192;
  background-color: transparent;
}

.navbar-default .navbar-nav.style-3 > .active > a,
.navbar-default .navbar-nav.style-3 > .active > a:focus,
.navbar-default .navbar-nav.style-3 > .active > a:hover,
.navbar-default .navbar-nav.style-3 > .open > a,
.navbar-default .navbar-nav.style-3 > .open > a:focus,
.navbar-default .navbar-nav.style-3 > .open > a:hover,
.navbar-default .navbar-nav.style-3 > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #111;
  background-color: transparent;
}

.navbar-default .navbar-nav.style-3 > .active > a {
  color: #222 !important;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #333;
  border-color: #333;
}
.navbar-brand.dis-none {
  display: none;
}
.fixed-header .navbar-brand.dis-block {
  display: none;
}
.fixed-header .navbar-brand.dis-none {
  display: block;
}

.dropdown-menu {
  padding: 0;
  left: 0 !important;
  border-radius: 0;
}
.header-style-1 .navbar-default .navbar-nav > li > a {
  color: #888;
}
.header-style-1 .navbar-default.style-1 .navbar-nav > .active > a,
.header-style-1 .navbar-default.style-1 .navbar-nav > .active > a:focus,
.header-style-1 .navbar-default.style-1 .navbar-nav > .active > a:hover,
.header-style-1 .navbar-default.style-1 .navbar-nav > .open > a,
.header-style-1 .navbar-default.style-1 .navbar-nav > .open > a:focus,
.header-style-1 .navbar-default.style-1 .navbar-nav > .open > a:hover,
.header-style-1 .navbar-default.style-1 .navbar-nav > li > a:hover {
  color: #333;
}
.fixed-header {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #f1f1f1;
}
.navbar-default .navbar-nav.style-2 > li > a {
  color: #fff;
}

.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  /*margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;*/
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 15px 20px;
  font-weight: 300;
  line-height: 1;
  color: #333333;
  clear: both;
  white-space: normal;
  height: 50px;
}
/*.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}*/
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px;
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0;
    margin-right: 0;
  }
  .dropdown-menu-large > li {
    margin-bottom: 0px;
  }

  .dropdown-menu-large > li > ul > li > a {
    padding: 8px;
    height: 100%;
  }

  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}

a.flip-animate {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
a.flip-animate span {
  position: relative;
  display: inline-block;
  padding: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
a.flip-animate span:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-hover);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  text-align: center;
}
a.flip-animate:hover span,
a.flip-animate:focus span {
  -webkit-transform: rotateX(90deg) translateY(-22px);
  transform: rotateX(90deg) translateY(-22px);
}
a.flip-animate:hover span:before,
a.flip-animate:focus span:before {
  color: #2e3192;
}
.header-color a.flip-animate:hover span:before,
.header-color a.flip-animate:focus span:before {
  color: #fff;
}
.header-color.fixed-header a.flip-animate:hover span:before,
.header-color.fixed-header a.flip-animate:focus span:before {
  color: #333;
}

.conner-style .navbar-brand:before {
  background: rgba(255, 255, 255, 0.99);
  content: "";
  position: absolute;
  left: -80%;
  top: -1px;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .conner-style .navbar-brand:before {
    display: none;
  }
}

.conner-style.style-2 {
  background: rgb(54 226 64);
  /*border-top: 1px solid #eee;*/
  position: relative !important;
  -webkit-box-shadow: -3px 7px 19px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -3px 7px 19px 10px rgba(0, 0, 0, 0.2);
  box-shadow: -3px 7px 19px 10px rgba(0, 0, 0, 0.2);
}
.conner-style.style-2 .navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 20px 12px;
  text-transform: uppercase;
}
.conner-style.style-2 .navbar-default .navbar-nav > li > a:hover {
  color: #0007fc;
}
.conner-style.style-2 .navbar-brand:before {
  height: 102%;
}
.conner-style.style-2 .dropdown-buttons .btn-group .btn {
  color: #fff;
  padding: 6px 0;
}
.header-topbar.style-2 {
  background-color: #2f3232;
  /*color: #777;*/
  padding: 0;
}

.hotline {
  position: absolute;
  bottom: -49px;
  z-index: 4;
  right: 0;
  height: 50px;
}
.header-topbar.style-2 .top-icon li {
  background-color: #eee;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  color: #1ca288;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 3px 12px;
}
.header-topbar.style-2 .top-icon i {
  color: #1ca288;
  font-size: 16px;
  position: relative;
  top: 1px;
}

.header-topbar.style-2 .icon-style-1 .twitter a:hover {
  color: #1ea1f2;
}

.header-topbar.style-2 .icon-style-1 .facebook a:hover {
  color: #4267b2;
}

.header-topbar.style-2 .icon-style-1 .snapchat a:hover {
  color: #fdfc03;
}

.header-topbar.style-2 .icon-style-1 .linkedin a:hover {
  color: #0077b5;
}

.header-topbar.style-2 .icon-style-1 .google a:hover {
  color: #c04a40;
}

/*.header-topbar.style-2 .icon-style-1 li a:hover {*/
/*    color: #111;*/
/*}*/
.header-topbar.style-2 .icon-style-1 li a {
  color: #fff;
}

.icon-style-1 li {
  background: transparent;
  width: 25px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icon-style-1 li:hover {
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.icon-style-1 li a {
  color: #fff;
  display: block;
}

.dropdown-buttons {
  margin-left: 15px;
  margin-top: 22px;
}
.menu-shop-btn {
  background: #333;
  padding: 6px 12px;
  margin-right: 5px;
  border-radius: 4px;
  color: #fff;
}

.dropdown-menu.cart .menu-shop-btn {
  background: #1ca288;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-right: 5px;
  padding: 6px 12px;
}

.menu-shop-btn:hover {
  background: #1ca288;
  color: #fff;
}
.dropdown-buttons .btn-group .dropdown-menu.cart {
  padding: 10px 10px 15px;
  min-width: 350px;
  font-size: 13px;
}

.dropdown-buttons .btn-group .dropdown-menu.cart .panel-body {
  padding: 0px 10px 0px;
}

.menu-cart {
  position: absolute;
  top: -2px;
  right: -3px;
  line-height: 18px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 10px;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #1ca288;
  color: #fff;
}

.dropdown-buttons .dropdown-toggle::after {
  display: none;
}

.dropdown-buttons .btn-group .btn {
  background: transparent;
  color: #fff;
  border-right: 1px solid #1ca288;
  font-size: 14px;
  margin-left: -5px;
  box-shadow: none;
}

.fixed-header .dropdown-buttons .btn-group .btn {
  color: #333;
}
.dropdown-buttons .btn-group:last-child .btn {
  border-right: none;
}
.dropdown.open .menu-cart,
.dropdown:hover .menu-cart {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
}

.total-amount,
.total-quantity {
  font-size: 13px;
}

.cart {
  font-family: "Poppins", sans-serif;
}

.cart .table > thead > tr > th {
  color: #1ca288;
  font-size: 15px;
  font-weight: 700;
}

.cart .table > tbody > tr > td,
.cart.table > tbody > tr > td {
  vertical-align: inherit;
}

.cart .quantity {
  width: 50px;
  font-size: 11px;
}

.cart .product {
  width: 220px;
  font-size: 13px;
}

.cart .product .small {
  display: block;
  color: #999999;
}

.dropdown-buttons .menu-search-box form .form-group,
.dropdown-buttons .menu-search-box form .form-group .form-control {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.dropdown-buttons .menu-search-box ul {
  padding: 20px;
  border: 0;
  min-width: 280px;
  position: absolute;
  left: 60px;
}

.dropdown-buttons .menu-search-box .search-box i {
  width: 55px;
  height: 55px;
  line-height: 55px;
  top: 0;
  right: 0;
  position: absolute;
  text-align: center;
  margin-top: 0px;
  background: #1ca288;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.dropdown-buttons .menu-search-box .search-box i:hover {
  background: #333;
}
.dropdown-buttons .dropdown-menu-right {
  position: absolute;
  transform: translate3d(-310px, 40px, 0px);
  top: 15px;
  left: 0px;
  will-change: transform;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-group.open .dropdown-toggle,
.btn-group:focus .dropdown-toggle {
  box-shadow: none;
}

/*****=====*****=====*****=====*****=====
    08. Main Slider Style Css
=====*****=====*****=====*****=====*****/

.bs-slider {
  overflow: hidden;
  max-height: 750px;
  position: relative;
  background: #000000;
}
.bs-slider:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.bs-slider:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
}

.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
  margin: auto;
  width: 100%;
}

/********************
*****Slide effect
**********************/

.fade {
  opacity: 1;
}
.fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
  top: auto;
  position: relative;
}
.fade .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
  top: 47%;
  opacity: 0;
  width: 45px;
  height: 45px;
  z-index: 100;
  color: #ffffff;
  display: block;
  font-size: 24px;
  cursor: pointer;
  overflow: hidden;
  line-height: 43px;
  text-shadow: none;
  position: absolute;
  font-weight: normal;
  background: transparent;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.control-round:hover .carousel-control {
  opacity: 1;
}
.control-round .carousel-control.left {
  left: 1%;
}
.control-round .carousel-control.right {
  right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
  color: #fdfdfd;
  background: rgba(0, 0, 0, 0.5);
  border: 0px transparent;
}
.control-round .carousel-control.left > span:nth-child(1) {
  left: 45%;
}
.control-round .carousel-control.right > span:nth-child(1) {
  right: 45%;
}

/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
  right: 48.5%;
  bottom: 3%;
  left: auto;
  width: 90%;
  height: 20px;
  font-size: 0;
  overflow-x: auto;
  text-align: right;
  overflow-y: hidden;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  white-space: nowrap;
}
.indicators-line > .carousel-indicators li {
  padding: 0;
  width: 15px;
  height: 15px;
  text-indent: 0;
  overflow: hidden;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  z-index: 1;
  cursor: pointer;
}
.indicators-line > .carousel-indicators li:last-child {
  margin-right: 0;
}
.indicators-line > .carousel-indicators .active {
  margin: 1px 5px 1px 1px;
  box-shadow: 0 0 0 2px #1ca288;
  background-color: transparent;
  position: relative;
  border-color: #1ca288;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.indicators-line > .carousel-indicators .active:before {
  transform: scale(0.5);
  background-color: #1ca288;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

/*---------- SLIDE CAPTION ----------*/

.slide-text {
  left: 15%;
  top: 20%;
  right: 15%;
  margin: auto;
  padding: 10px;
  position: absolute;
  text-align: left;
  padding: 10px 85px;
}

.slide-text > h1 {
  padding: 0 10px;
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 30px;
  font-style: normal;
  line-height: 35px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  /*background-color: rgba(46, 49, 146, .6);*/
}
.slide-text > p {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 28px;
  margin-bottom: 30px;
  padding: 0;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.slide-text > a.btn-default {
  color: #000;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  margin-right: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a.btn-primary {
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  margin-left: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  background: #1ca288;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
  color: #ffffff;
  background: #222222;
  -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.slide_style_left {
  text-align: left;
}
.slide_style_right {
  text-align: right;
}
.slide_style_center {
  text-align: center;
}

.slide-text .btn:hover {
  background-color: #2e3192;
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
  .slide-text {
    display: none;
  }
  .bs-slider {
    max-height: 450px;
  }
}

/*---------- MEDIA 480px ----------*/
@media (max-width: 768px) {
  .slide-text {
    padding: 10px 50px;
  }
  .slide-text h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .slide-text > p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .control-round .carousel-control {
    display: none;
  }
}

.main-slider-bg {
  background: url("../img/bg/8.html");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  padding-bottom: 150px;
}
.main-slider-bg h2,
.main-slider-bg p {
  color: #fff;
}
.main-slider-bg h2 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  letter-spacing: 2px;
  margin-bottom: 35px;
  margin-top: 100px;
}
.main-slider-bg h2 span {
  color: #1ca288;
}

.owl-controls .owl-prev {
  left: -50px;
  top: 43%;
  position: absolute;
}
.owl-controls .owl-next {
  right: -50px;
  top: 43%;
  position: absolute;
}

.owl-controls .owl-prev i {
  border: 1px solid rgb(54 226 64);
  color: rgb(54 226 64);
  font-size: 25px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: all 0.5s ease-out 0s;
  width: 30px;
}
.owl-controls .owl-next i {
  border: 1px solid rgb(54 226 64);
  color: rgb(54 226 64);
  font-size: 25px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.owl-controls .owl-prev i:hover {
  transition: all 0.5s ease-out 0s;
  background: rgb(54 226 64);
  color: #ffffff;
}
.owl-controls .owl-next i:hover {
  transition: all 0.5s ease-out 0s;
  background: rgb(54 226 64);
  color: #ffffff;
}
.owl-theme .owl-nav [class*="owl-"] {
  background: transparent;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

.btn-slider {
  margin-top: 30px;
  border-color: #fff;
  padding: 10px 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-slider:hover {
  border-color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body {
  overflow-x: hidden !important;
}

/*****=====*****=====*****=====*****=====
    09. About Style Css
=====*****=====*****=====*****=====*****/

.about-wrap {
  padding: 50px 0;
}
.about-wrap p {
  margin-top: 20px;
  text-align: justify;
}
.about-wrap h3 {
  margin: 15px 0;
}
.btn-simple.hvr-shutter-in-vertical:before {
  background: #333;
}

.about-wrap-2 h3 {
  position: relative;
  margin-bottom: 30px;
}
.about-wrap-2 h3::before {
  top: 1.8em;
  content: "";
  height: 2px;
  left: 0px;
  margin: auto;
  position: absolute;
  width: 55px;
  background: #1ca288;
}
.about-wrap-2 ul li ul {
  margin-top: 15px;
}
.about-wrap-2 ul:last-child {
  margin-right: 40px;
}
.about-wrap-2 ul li {
  font-size: 15px;
  padding: 5px 0;
}
.about-wrap-2 ul li span {
  color: #1ca288;
  margin-right: 5px;
  font-size: 17px;
}
.who-we-are {
  position: relative;
  overflow: hidden;
}

.about-wrap .service-item.style-1 {
  padding: 0;
  margin-top: 50px;
}
.about-wrap .service-item.style-1 p {
  text-align: start;
  margin-top: 12px;
}
.service-item.style-1.text-left .content h5 a {
  color: #1ca288;
  font-weight: 300;
}

/* Our Story Css */
.story-content h4 {
  text-transform: capitalize;
  line-height: 26px;
}
.story-content p {
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}
.story-item {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 20px;
}
.story-item .story-details {
  background-color: rgba(0, 176, 146, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.story-item .story-details-inner {
  padding: 15px 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.story-item:hover .story-details {
  top: 0;
}

.story-item .story-details-inner {
  padding: 15px 25px;
}
.story-item:hover .story-details-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.story-details-inner h5 i {
  margin-right: 5px;
}
.story-details-inner h5 {
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.story-item:hover .story-details-inner h5 {
  color: #333;
}

.story-details-inner p {
  color: #fff;
  margin-bottom: 0;
}

.about .event-content h4 {
  color: #111;
}

.about .event-content p {
  color: #999;
}

.appointment-item {
  padding: 22px;
  text-align: center;
  background: #f9f9f9;
  padding-top: 30px;
  margin-bottom: 10px;
}
.appointment-item h5 {
  margin-top: 20px;
  font-size: 22px;
}
.appointment-item h5 a {
  color: #fff;
  text-transform: capitalize;
}
.appointment-item h5:hover a {
  color: #f7f7f7;
}
.appointment-item i {
  font-size: 50px;
}
.appointment-item button {
  font-weight: 600;
  margin-top: 20px;
}

.appointment-item.style-gray {
  padding: 50px 22px 30px;
}
.appointment-item.style-gray h5 a {
  color: #1ca288;
}
.appointment-item.style-gray .line-border-center {
  margin: 20px auto;
}

.datepicker table {
  margin: auto;
}
.booking-from {
  padding-left: 15px;
  padding-right: 15px;
}
.booking-from h4 {
  margin-bottom: 25px;
  z-index: 1;
  color: #fff;
}
.booking-cantact-img {
  margin-top: 90px;
  width: 425px;
}

.doctor-item {
  padding: 10px;
  padding-top: 40px;
  border: 1px solid #4a4a4a;
  border-radius: 15px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.doctor-item:hover {
  background: #1ca288;
  border-color: #1ca288;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.doctor-item:hover i,
.doctor-item:hover h4 a {
  color: #fff;
}

.doctor-item i {
  font-size: 70px;
  color: #222;
}

.doctor-item i:before {
  border-bottom: 1px solid #4a4a4a;
  padding-bottom: 5px;
}
.doctor-item h4 {
  margin-top: 10px;
}
.doctor-item h4 a {
  color: #4a4a4a;
}

.docProfile .team-content {
  height: auto !important;
}

.doctor-list {
  display: inline-flex;
  background: #f9f9f9;
  padding: 26px 0;
}
.doctor-list img {
  width: auto;
}
.doctor-list h4 {
  margin-top: 10px;
}
.doctor-list h4 a {
  color: #1ca288;
}
.doctor-list p {
  margin-bottom: 10px;
}
.carousel-one.owl-carousel .owl-item .doctor-list img {
  width: auto;
}
.welcome-text i {
  font-size: 300px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  top: -60px;
  opacity: 0.1;
  z-index: -1;
}
.welcome-text h4 {
  line-height: 30px;
  font-size: 22px;
  text-transform: none;
}

/*****=====*****=====*****=====*****=====
    10. Testimonal Style Css
=====*****=====*****=====*****=====*****/
.text-justify {
  text-align: justify;
}

.testimonial-item {
  position: relative;
  padding: 20px;
  font-size: 1em;
  text-align: left;
}

.testimonial-item .testimonial-author {
  margin-bottom: 20px;
  position: relative;
}

.testimonial-item .testimonial-author:before {
  /*content: "\f10d";*/
  /*    font-family: FontAwesome;*/
  color: #eee;
  font-size: 5em;
  font-style: normal;
  position: absolute;
  left: 20px;
  top: 50%;
  text-align: center;
  margin: 0 auto;
  opacity: 0.4;
}
.testimonial-item .testimonial-author:after {
  content: "\f10e";
  font-family: FontAwesome;
  color: #eee;
  font-size: 5em;
  font-style: normal;
  position: absolute;
  right: 20px;
  top: 50%;
  text-align: center;
  margin: 0 auto;
  opacity: 0.4;
}
.testimonial-item .testimonial-author .author-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border: 2px solid #1ca288;
  border-radius: 50%;
  margin: 0 auto;
  margin-right: 10px;
  float: left;
}

.testimonial-item .testimonial-author h4 {
  padding-top: 15px;
}
.testimonial-item .testimonial-author h6 {
  text-transform: capitalize;
  color: #1ca288;
  font-weight: 300;
}
.testimonial-item .testimonial-author ul {
  list-style-type: none;
}
.testimonial-item .testimonial-author ul li {
  display: inline-block;
  color: #fbad1a;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #1ca288;
}
.owl-theme .owl-dots .owl-dot span {
  background: #333;
  border-radius: 0;
  width: 15px;
  height: 15px;
}

/*****=====*****=====*****=====*****=====
    11. Practice Style Css
=====*****=====*****=====*****=====*****/

.practice-item {
  background: #333;
  color: #fff;
  padding: 50px 20px 30px 20px;
  margin-bottom: 30px;
  transform: translateZ(0px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.practice-item h4 {
  margin-top: 1.429em;
}
.practice-item h4 a {
  color: #1ca288;
}
.practice-item:hover h4 a {
  color: #333;
}
.practice-item:hover {
  background: #1ca288;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.practice-item::before,
.practice-item::after {
  bottom: 0;
  content: "";
  left: 0;
  margin: 10px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
}
.practice-item::before {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scaleY(0);
  transform-origin: 0 100% 0;
}
.practice-item::after {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: scaleX(0);
  transform-origin: 100% 0 0;
}
.practice-item:hover::before {
  transform: scaleY(1);
}
.practice-item:hover::after {
  transform: scaleX(1);
}
.practice-item h4,
.practice-item p,
.practice-item a {
  z-index: 1;
}
.practice-item p {
  margin-bottom: 20px;
}

/* practice Style Two Css */
.practice-img a {
  display: block;
  position: relative;
  text-align: center;
}

.practice-img a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  visibility: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.practice-item-1:hover .practice-img a:after {
  visibility: visible;
  opacity: 0.45;
}

.practice-img a span {
  font-size: 50px;
  position: absolute;
  top: 70%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.practice-item-1 .practice-img a span {
  background-color: rgba(255, 255, 255, 0.65);
  border: 1px solid #1ca288;
  color: #1ca288;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  width: 80px;
}

.practice-item-1:hover .practice-img a span {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.practice-item-1 .practice-img a span:hover {
  color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.practice-item-1 {
  margin-bottom: 30px;
  border: 1px solid #eee;
}
.practice-item-1 .practice-content {
  padding: 20px 25px 35px;
}
.practice-item-1 .practice-content h4 a {
  color: #1ca288;
}
.practice-item-1 .practice-content .btn-theme {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
}
.practice-content {
  padding: 15px;
  padding-bottom: 30px;
  background-color: #fff;
}

.practice-content h6 {
  margin-top: 15px;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  color: #1ca288;
  font-weight: 300;
  letter-spacing: 2px;
}
.practice-content h4 {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
}
.practice-content p {
  margin-bottom: 25px;
}
.practice-content h4 a {
  color: #333;
}
.practice-content h4 a:hover {
  color: #1ca288;
}
.practice-content span {
  color: #1ca288;
}
.btn-practice {
  color: #fff;
  padding: 8px 20px;
  background: #1ca288;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-practice:hover {
  color: #1ca288;
  background: #111;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-black {
  color: #fff;
  padding: 8px 20px;
  background: #111;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-black:hover {
  color: #fff;
  background: #1ca288;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.achievement-item {
  background-color: #333;
  margin-bottom: 20px;
  padding: 20px;
}
.achievement-item h4 a {
  color: #1ca288;
}
.achievement-item h4:hover a {
  color: #1ca288;
}
.achievement-item p {
  color: #fff;
}

.event-carousel .practice-content ul {
  margin-top: 10px;
  margin-bottom: 20px;
}
.event-carousel .practice-content ul li {
  margin-bottom: 10px;
}
.event-carousel .practice-content ul li i {
  color: #1ca288;
  margin-right: 5px;
}
.event-carousel .btn-practice {
  color: #1ca288;
}
.event-carousel .btn-practice:hover {
  color: #1ca288;
  padding-left: 8px;
}

.event-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  margin-bottom: 30px;
  clear: both;
}
.event-date {
  width: 65px;
  height: 70px;
  text-align: center;
  background: #1ca288;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.event-date h3 {
  color: #fff;
  margin: 0;
  padding: 0.5em 0 0;
}
.event-date h3 small {
  color: #222;
  display: block;
}
.event-content {
  margin-left: 10px;
  margin-top: 10px;
}
.event-content h4 {
  margin-bottom: 5px;
  color: #fff;
}
.event-content p {
  color: #eee;
}

/*****=====*****=====*****=====*****=====
    12. Counter / Funfact Style Css
=====*****=====*****=====*****=====*****/

.counter-col {
  /*margin-bottom: 30px;*/
  border-right: 1px solid #fff;
}

.start-count {
  font-size: 2.5em;
  padding: 15px 0;
  color: #1ca288;
}
.counter-col h4 {
  color: #fff;
}

.funfact-field .counter-col h4 {
  color: #f4f4f4;
  text-transform: capitalize;
}
.funfact-field .counter-col .start-count {
  /*border-right: 1px solid #FFF;*/
  color: #f8f8f8;
  font-weight: 400;
}
.funfact-field .counter-col:hover i {
  color: #f7f7f7;
}

/*****=====*****=====*****=====*****=====
    13. Progressber  Style Css
=====*****=====*****=====*****=====*****/

.skills {
  background-color: #ddd;
  width: 100%;
  height: 15px;
  position: relative;
  margin-bottom: 50px;
  margin-top: 30px;
}
.title-bar {
  position: absolute;
  top: -30px;
  margin: 5px;
}
.skills span {
  float: right;
  margin-top: -22px;
  margin-right: 5px;
}

.skillbar-1,
.skillbar-2,
.skillbar-3,
.skillbar-4 {
  background-color: #1ca288;
  width: 0px;
  height: 15px;
}

/*****=====*****=====*****=====*****=====
    14. Service Style Css
=====*****=====*****=====*****=====*****/

.service-item {
  /*padding: 20px 20px;
    margin-bottom: 30px;*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item i {
  font-size: 45px;
  color: #333;
  padding: 10px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item:hover i {
  color: #fff;
  background-color: #222;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item h4 {
  margin-top: 20px;
  font-size: 16px;
}
.service-item h4 a {
  color: #333;
}
.service-item h4:hover a {
  color: #1ca288;
}

.service-item.style-1 {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item.style-1 i:before {
  font-size: 40px;
}
.service-item.style-1 i {
  font-size: 30px;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item.style-1:hover i {
  background: transparent;
}
.service-item.style-1 .content {
  /* padding-left: 1em;*/
  text-align: center;
}
.service-item.style-1 .content h5 {
  font-size: 16px;
  margin: 10px 0;
}
.service-item.style-1 .content h5 a {
  color: #333;
}

.service-item.style-1 .content h5:hover a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item.style-1:hover i {
  color: #1ca288;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-item.style-1.text-white i,
.service-item.style-1 .content h5 a {
  color: #fff;
}

.contact-info .service-item.style-1 .content p {
  color: #1ca288;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.service-item-2 {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
}

.service-item-2 i:before {
  font-size: 30px;
}
.service-item-2 i {
  color: #1ca288;
}
.service-item-2 span {
  font-size: 18px;
  margin-right: 5px;
  margin-left: 5px;
  font-weight: 600;
}
.service-item-2 span a {
  color: #555;
}
.service-item-2 span:hover a {
  color: #1ca288;
}

.service-item.style-2 i {
  border: 1px solid #333;
  font-size: 30px;
  color: #222;
}
.service-item.style-2:hover i {
  border: 1px solid #1ca288;
  font-size: 30px;
  background: #1ca288;
  color: #fff;
}
.form-horizontal .service-item.style-2 i {
  border: 1px solid #1ca288;
  font-size: 30px;
  background: #1ca288;
  color: #fff;
}
.service-item.style-3 {
  border: 0px solid #eee;
  background: #63db6a;
}
.service-item.style-3:hover .border-center {
  background: #2e3192;
}
.service-item.style-3:hover {
  background-color: #fff;
}

.service-item.style-3 h4 a,
.service-item.style-3 p {
  color: #fff;
  font-size: 14px;
}
.service-item.style-3:hover h4 a,
.service-item.style-3:hover p {
  color: #20a928;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item.style-3 .border-center {
  width: 30px;
  height: 1px;
  background: #fff;
  display: inline-block;
  margin-bottom: 10px;
}
.service-item.style-3 img {
  width: 50px;
  height: 60px;
  margin: 0 auto;
}
.service-item.style-3 .btn.btn-theme {
  border: 1px solid #63db6a;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  text-transform: capitalize;
}
.service-item.style-3 .btn.btn-theme:hover {
  border: 1px solid #63db6a;
}
.service-item.style-3 span {
  font-size: 50px;
  color: #fff;
}
.service-item.style-3 {
  padding: 30px 20px;
  height: 380px;
}

.service-item.style-3:hover span {
  color: #111;
}
.service-item.style-4 {
  margin-bottom: 30px;
}
.service-item.style-4 .border-conner {
  margin-bottom: 40px;
}
.service-item.style-4 img {
  width: 100px;
  height: 100px;
}
.service-item.style-4 i {
  padding: 30px 20px;
  font-size: 50px;
}
.service-item.style-4:hover i {
  background: #63db6a;
}

/*****=====*****=====*****=====*****=====
    15. Team Style Css
=====*****=====*****=====*****=====*****/

.team-item {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  position: relative;
}
.team-item .overlay {
  border-bottom: 100px solid #333;
  border-left: 100px solid transparent;
  bottom: 0;
  height: 0;
  opacity: 0.85;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 0;
}
.team-item:hover .overlay {
  border-bottom: 800px solid #000;
  border-left: 800px solid transparent;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-item .corner-overlay-content {
  bottom: 15px;
  color: #fff;
  position: absolute;
  right: 15px;
  font-size: 1.286em;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-item:hover .corner-overlay-content {
  opacity: 0;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-item .overlay-content {
  bottom: 0;
  color: #fff;
  left: 0;
  opacity: 0;
  padding: 30px;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-item .overlay-content h4 {
  color: #fff;
  margin-top: 3em;
}
.team-item .overlay-content h6 {
  border-bottom: 1px solid #fff;
  padding: 0 0 12px;
  color: #1ca288;
}
.team-item .overlay-content p {
  margin-top: 20px;
  margin-bottom: 30px;
}
.team-item:hover .overlay-content {
  opacity: 1;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.directors .team-content {
  height: 50px;
}

.team-content {
  padding: 10px 2px;
  background-color: rgb(54 226 64);
  position: relative;
  text-align: center;
  height: 90px;
}

.directors .team-content h5 a {
  color: #fff;
}
.team-content h5 {
  color: #fff;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
}
.team-content p {
  color: #fff;
  font-size: 12px;
  font-style: italic;
  line-height: 15px;
}

.team-content h4 a {
  color: #333;
}

.team-content h6 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  padding: 5px 0 3px;
}

.team-content-icon {
  position: absolute;
  right: 20px;
  top: 37%;
  font-size: 50px;
  color: #fff;
}

.message ul li {
  list-style-type: square;
  margin-left: 30px;
  text-align: justify;
}

.clients-carousel .item {
  margin: 8px;
}

.clients-carousel img {
  padding: 21px;
  border: 1px solid #1ca288;
  background-color: #f2f2f2;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.clients-carousel img:hover {
  background-color: #1ca288;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.clients-logo img {
  width: 210px;
  background-color: #fff;
  display: inline-block;
  padding: 20px;
  margin-bottom: 10px;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.clients-logo img:hover {
  border: 2px solid #1ca288;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.clients-carousel .owl-controls .owl-prev {
  top: -70%;
  left: 89%;
}
.clients-carousel .owl-controls .owl-next {
  top: -70%;
  right: 1%;
}
.team-details {
  background: #f5f5f5;
  padding: 30px 15px 1px;
}
.team-details address ul li {
  margin-bottom: 5px;
  color: #111;
  font-weight: 600;
  text-align: left;
}
.team-details address ul li i {
  color: #fff;
  background: #1ca288;
  padding: 10px;
  margin-right: 10px;
  font-size: 15px;
}
.team-details address ul li a {
  color: #1ca288;
}
.team-details address ul li p {
  font-size: 14px;
}
.team-area {
  position: relative;
  /*z-index: 1;*/
}
.team-area .team-logo {
  position: absolute;
  opacity: 0.05;
  top: 5%;
  z-index: -1;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.team-details-content h2 a {
  color: #333;
}
.team-details-content h6 {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #333;
  color: #1ca288;
}
.team-details-content p {
  margin-bottom: 20px;
  text-align: justify;
}

.team-details-content .tab-2 #tab1:checked ~ #content1,
.team-details-content .tab-2 #tab2:checked ~ #content2,
.team-details-content .tab-2 #tab3:checked ~ #content3,
.team-details-content .tab-2 #tab4:checked ~ #content4 {
  background: #f5f5f5;
  padding: 15px;
}

.team-item-2 img {
  height: 280px;
  object-fit: cover;
  width: 265px;
}

.team-item-2 {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border: 3px solid rgb(54 226 64);
}
.team-contact {
  position: absolute;
  top: 20px;
  left: -20%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team-item-2:hover .team-contact {
  left: 20px;
  z-index: 1;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.team-item-2 .team-contact ul li {
  background-color: #1ca288;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  border-radius: 50%;
  margin-bottom: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-item-2 .team-contact ul li:hover {
  background-color: #eee;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-item-2 .team-contact ul li a i {
  color: #fff;
}

.team-item-2 .team-contact ul li:hover a i {
  color: #1ca288;
}

.team-item-2 .team-content h4 a {
  color: #fff;
}

.team-area-col-3 .team-content-icon {
  right: 15px;
  top: 40%;
  font-size: 36px;
}

.team-details {
  position: relative;
}
.team-details h3 {
  position: absolute;
  right: -20px;
  color: #ddd;
  top: 43%;
  transform: rotate(90deg);
  font-size: 36px;
}

.skills {
  margin-bottom: 50px;
}
.skills .title-bar h5 {
  text-transform: capitalize;
}

.skills.style-1 {
  margin-bottom: 50px;
}
.skills.style-1 h5 {
  color: #fff;
}

/*****=====*****=====*****=====*****=====
    16. Choose Us Style Css
=====*****=====*****=====*****=====*****/

.panel-default,
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-color: #333;
}
.panel-title > a:before {
  float: right !important;
  font-family: "Pe-icon-7-stroke";
  content: "\e644";
  padding-right: 5px;
  font-size: 1.714em;
  margin-top: -3px;
}
.panel-title > a.collapsed:before {
  float: right !important;
  content: "\e623";
}
.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
  text-decoration: none;
}
.panel-default > .panel-heading {
  background: #f5f5f5;
  color: #333;
  padding: 25px 20px;
}
.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
  color: #333;
}

.panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}

.panel:last-child {
  border-bottom: none;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-heading {
  background-color: #1ca288;
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0;
}

.panel-title a {
  display: block;
  color: #fff;
  padding: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.panel-body {
  background: #fff;
}

.panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

.panel-heading a:before {
  content: "\f106";
  position: absolute;
  right: 5px;
  top: 10px;
  font-size: 24px;
  transition: all 0.5s;
  transform: scale(1);
  font-family: FontAwesome;
  font-style: normal;
}

.panel-heading.active a:before {
  content: " ";
  transition: all 0.5s;
  transform: scale(0);
}

#bs-collapse .panel-heading a:after {
  content: " ";
  font-size: 24px;
  position: absolute;
  right: 5px;
  top: 10px;
  transform: scale(0);
  transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
  content: "\f106";
  transform: scale(1);
  transition: all 0.5s;
  font-family: FontAwesome;
  font-style: normal;
}
/* #accordion rotate icon option */

#accordion .panel-heading a:before {
  content: "\f106";
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 15px;
  transform: rotate(180deg);
  transition: all 0.5s;
  font-family: FontAwesome;
  font-style: normal;
}

#accordion .panel-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}

/* Choose Us style two Style Css */

.choose-us-item {
  color: #fff;
}
.choose-us-item h3 {
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 30px;
  position: relative;
}
.choose-us-item p {
  margin-bottom: 40px;
}
.choose-us-item h3:before {
  top: 1.8em;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  width: 55px;
  background: #1ca288;
}
.bg-column {
  z-index: 1;
}
.choose-us {
  position: relative;
}

.choose-us .bg-grey {
  position: absolute;
  left: 90px;
  top: 0px;
  width: 48%;
  height: 100%;
  background-color: #111;
  z-index: 1;
  transform: skewX(-14deg);
  -webkit-transform: skewX(-14deg);
  -moz-transform: skewX(-14deg);
  -ms-transform: skewX(-14deg);
  -o-transform: skewX(-14deg);
}

.choose-us .bg-image {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 52%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}

.choose-us .item-1 {
  position: relative;
  padding-left: 100px;
  margin-bottom: 30px;
  padding-right: 50px;
}

.choose-us .item-1 .text span:before {
  font-size: 30px;
}
.choose-us .item-1 .text {
  position: absolute;
  left: 15px;
  border: 1px solid #1ca288;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.choose-us .item-1 .text {
  color: #333;
}
.choose-us .item-1.style-1 p {
  color: #333;
}

.choose-us .item-1:hover .text {
  color: #1ca288;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.choose-us .item-1.style-1:hover .text {
  color: #fff;
  background-color: #1ca288;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.choose-us .item-1 h4 {
  text-transform: capitalize;
}
.choose-us .item-1 h4 a {
  color: #1ca288;
}

.divider h4 {
  color: #fff;
  line-height: 1.8em;
}

.divider .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.divider h4 span {
  color: #1ca288;
}

.divider-pricing h2 {
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.5;
}
.divider-video a i {
  font-size: 100px;
  color: #fff;
}
.divider-video {
  padding-top: 20px;
  padding-bottom: 20px;
}
.call-action .content {
  color: #fff;
}
.btn-contact {
  background: #1ca288;
}
.hvr-underline-from-left:before {
  background: #333;
}

.subscribe {
  text-align: center;
  background-color: #f8f8f8;
  padding: 40px 20px;
}
.subscribe-style-1 {
  margin-top: 2.4em;
}

.subscribe h3 {
  color: #333;
}
.subscribe p {
  margin-bottom: 30px;
}

.subscribe-2 {
  background: transparent;
  padding: 0;
}
.subscribe-2 h3 {
  color: #fff;
  margin-bottom: 30px;
}

.subscribe .form-control {
  font-size: 16px;
  letter-spacing: 0.03em;
  background: #fff;
  border: 1px solid #e0e0e0;
  min-width: 300px;
  border-right: none;
  box-shadow: none;
  border-radius: 0;
  height: 54px;
  padding: 0 20px;
  transition: all 0.3s;
  margin-bottom: 0;
}

.subscribe .form-control:focus {
  border-color: #1ca288;
}

.subscribe .subscribe-btn {
  letter-spacing: 0.03em;
  color: #fff;
  background: #1ca288;
  font-size: 16px;
  height: 54px;
  border: none;
  border-radius: 0;
  padding: 0 30px;
  outline: 0;
  font-weight: 100;
  margin-left: -4px;
}

.subscribe .subscribe-btn:focus {
  background: #1ca288;
  color: #fff;
  box-shadow: none;
  outline: 0;
}
.subscriber {
  margin-bottom: 30px;
}

.subscriber i {
  font-size: 30px;
  background: #3b5998;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin-bottom: 20px;
  color: #fff;
  border-radius: 20px 0;
}

.subscriber h4 {
  font-size: 26px;
  font-weight: 100;
  margin-bottom: 20px;
}
.subscriber h4 span {
  font-weight: 500;
}
.btn-subscriber {
  padding: 16px 20px;
  font-size: 16px;
  background-color: #3b5998;
  color: #fff;
  border-radius: 20px 0;
  letter-spacing: 1px;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-subscriber:hover {
  background-color: transparent;
  color: #3b5998;
  border: 2px solid #3b5998;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.subscriber.color-twitter i,
.subscriber.color-twitter .btn-subscriber {
  background-color: #25aceb;
}
.subscriber.color-twitter .btn-subscriber:hover {
  background-color: transparent;
  color: #25aceb;
  border: 2px solid #25aceb;
}

.subscriber.color-blog i,
.subscriber.color-blog .btn-subscriber {
  background-color: #ff6d33;
}
.subscriber.color-blog .btn-subscriber:hover {
  background-color: transparent;
  color: #ff6d33;
  border: 2px solid #ff6d33;
}

.subscriber.color-subscriber i,
.subscriber.color-subscriber .btn-subscriber {
  background-color: #59bf22;
}
.subscriber.color-subscriber .btn-subscriber:hover {
  background-color: transparent;
  color: #59bf22;
  border: 2px solid #59bf22;
}

.tab-2 {
  background: #fff;
  margin-bottom: 40px;
}

#content1,
#content2,
#content3,
#content4 {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

.tab-2 input {
  display: none;
}

.tab-2 label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

.tab-2 label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

.tab-2 label[for*="1"]:before {
  content: "";
}

.tab-2 label[for*="2"]:before {
  content: "";
}

.tab-2 label[for*="3"]:before {
  content: "";
}

.tab-2 label:hover {
  color: #888;
  cursor: pointer;
}

.tab-2 input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid #1ca288;
  border-bottom: 1px solid #fff;
}

.tab-2 #tab1:checked ~ #content1,
.tab-2 #tab2:checked ~ #content2,
.tab-2 #tab3:checked ~ #content3,
.tab-2 #tab4:checked ~ #content4 {
  display: block;
}

.skill-bar {
  height: 10px;
  width: 80%;
  position: relative;
  background: rgba(17, 17, 17, 0.3);
}
#skill-1 {
  width: 85%;
  animation: Animate-HTML 4s;
  -webkit-animation: Animate-HTML 4s;
  -moz-animation: Animate-HTML 4s;
  -o-animation: Animate-HTML 4s;
  height: 10px;
  position: absolute;
  background-color: #2e3192;
}
@keyframes Animate-HTML {
  from {
    width: 10px;
  }
  to {
    width: 85%;
  }
}
@-webkit-keyframes Animate-HTML {
  from {
    width: 10px;
  }
  to {
    width: 85%;
  }
}
@-moz-keyframes Animate-HTML {
  from {
    width: 10px;
  }
  to {
    width: 85%;
  }
}
@-o-keyframes Animate-HTML {
  from {
    width: 10px;
  }
  to {
    width: 85%;
  }
}

.Skill-Area {
  z-index: 1;
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  text-shadow: none;
  color: #fff;
  font-size: 18px;
}
.percent {
  z-index: 3;
  position: relative;
  float: right;
  text-shadow: none;
  color: #fff;
  background: #333;
  font-size: 14px;
  padding: 0 10px;
  border-radius: 3px;
  margin-top: -7px;
}

.section-title.style-2 h2 {
  line-height: 1.5;
}
.section-title.style-2 p {
  letter-spacing: 1px;
  margin-top: 10px;
}
.progress {
  border-radius: 0;
  overflow: visible;
}
.progress-bar {
  background: rgb(23, 44, 60);
  -webkit-transition: width 1.5s ease-in-out;
  transition: width 1.5s ease-in-out;
}

.tooltip {
  position: relative;
  float: right;
}
.tooltip > .tooltip-inner {
  background-color: #eebf3f;
  padding: 5px 15px;
  color: rgb(23, 44, 66);
  font-weight: bold;
  font-size: 13px;
}
.popOver + .tooltip > .tooltip-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #eebf3f;
}

.call-action .start-count {
  position: relative;
  font-size: 4.143em;
}
.call-action .start-count:before {
  content: "";
  font-family: FontAwesome;
  color: #eee;
  font-size: 6em;
  font-style: normal;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  opacity: 0.3;
  z-index: 0;
}
.pie-wrapper {
  height: 5em;
  width: 5em;
  position: relative;
}

.pie-wrapper .label {
  font-size: 1.5em;
  left: 0.4em;
  line-height: 1.8em;
  display: block;
  position: absolute;
  right: 0.4em;
  top: 0.4em;
  color: #fff;
}
.pie-wrapper .label .smaller {
  font-size: 0.65em;
  padding-bottom: 20px;
  vertical-align: super;
  color: #333;
}
.pie-wrapper--solid {
  border-radius: 50%;
  overflow: hidden;
}
.pie-wrapper--solid:before {
  border-radius: 0 100% 100% 0%;
  content: "";
  display: block;
  height: 100%;
  margin-left: 50%;
  -webkit-transform-origin: left;
  transform-origin: left;
}
.pie-wrapper--solid.progress-88 {
  background: -webkit-linear-gradient(left, #1ca288 50%, #2e3192 50%);
  background: linear-gradient(to right, #1ca288 50%, #2e3192 50%);
}
.pie-wrapper--solid.progress-88:before {
  background: #1ca288;
  -webkit-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
.pie-wrapper--solid.progress-65 {
  background: -webkit-linear-gradient(left, #1ca288 50%, #2e3192 50%);
  background: linear-gradient(to right, #1ca288 50%, #2e3192 50%);
}
.pie-wrapper--solid.progress-65:before {
  background: #1ca288;
  -webkit-transform: rotate(126deg);
  transform: rotate(126deg);
}
.pie-wrapper--solid.progress-90 {
  background: -webkit-linear-gradient(left, #1ca288 50%, #2e3192 50%);
  background: linear-gradient(to right, #1ca288 50%, #2e3192 50%);
}
.pie-wrapper--solid.progress-90:before {
  background: #1ca288;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.donate-amount {
  position: relative;
}
.donate-amount .pie-content {
  position: absolute;
  top: 10px;
  left: 6em;
}
.pie-content h3 span {
  font-size: 14px;
  text-transform: capitalize;
  color: #222;
}

/*****=====*****=====*****=====*****=====
    17. Blog Style Css
=====*****=====*****=====*****=====*****/

.blog-item {
  position: relative;
  overflow: hidden;
  /*background-color: #FFF;*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-item .blog-content h4:hover {
  color: #1ca288;
}
.blog-item .blog-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.blog-item .blog-images,
.blog-item .blog-content {
  width: 50%;
  float: left;
}
.blog-item .blog-content {
  background: transparent;
}

.blog-item .blog-img:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.13);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:before {
  background: #111;
}

.blogImg img {
  height: 200px;
  object-fit: cover;
  width: 340px;
}

.blog-item:hover .blog-img:before,
.blog-item:focus .blog-img:before,
.blog-item:active .blog-img:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.blog-item:hover .blog-img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.blog-item:hover .blog-img .blog-event-date {
  opacity: 0;
}
.blog-item:hover .blog-img {
  border-top: none;
}
.blog-item:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-item .blog-img .blog-event-date {
  position: absolute;
  width: 65px;
  height: 70px;
  text-align: center;
  background: #1ca288;
  left: 10px;
  top: 0;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.blog-item .blog-img .blog-event-date h3 {
  color: #fff;
  margin: 0;
  padding: 0.5em 0 0;
}
.blog-item .blog-img .blog-event-date h3 small {
  color: #222;
  display: block;
}
.blog-item .blog-content {
  position: relative;
  background: #fff;
  padding: 25px;
}
.blog-item .blog-content h4 {
  margin-bottom: 15px;
  font-size: 24px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.blog-item .blog-content p {
  line-height: 26px;
  margin-top: 15px;
  text-align: justify;
}
.blog-item .blog-content a {
  font-weight: bold;
}
.blog-item .blog-meta {
  padding: 1em 0 1em;
}
.blog-item .blog-meta a {
  color: #a6a6a6;
  padding-right: 13px;
  font-style: italic;
}
.blog-meta a + a:before {
  content: "";
  background: #a6a6a6;
  margin-right: 15px;
  width: 1px;
  height: 14px;
  bottom: -3px;
  position: relative;
  display: inline-block;
}
.blog-admin {
  padding: 20px;
  background: #fff;
}

.blog-admin img {
  float: left;
  width: 80px;
  height: auto;
  margin-right: 20px;
}

.blog-admin .blog-admin-desc {
  overflow: hidden;
}

.blog-admin .blog-admin-desc h5 {
  float: left;
  font-size: 16px;
  margin: 0 0 10px;
  text-transform: capitalize;
}

.blog-admin .blog-admin-desc ul {
  float: right;
}

.blog-item.style-1 .blog-date i {
  font-size: 30px;
  padding: 5px;
}

.blog-admin .blog-admin-desc p {
  color: #555;
}

.blog-item:hover .blog-date {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.blog-date h3 small,
.blog-date a {
  color: #1ca288;
}

/* Blog Comments */
.blog-comments img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.blog-comments .comment {
  background: #fff;
  padding: 20px 30px;
  position: relative;
}

.blog-comments .comment:before {
  width: 0;
  height: 0;
  top: 20px;
  left: -17px;
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 15px 17px 15px 0;
  border-color: transparent #fff transparent transparent;
}

.blog-comments .comment h3 {
  margin: 0 0 10px;
}

.blog-comments .comment span {
  color: #555;
  float: right;
  font-size: 13px;
}

.blog-comments .comment p {
  color: #555;
}

/*Comments Reply*/
.blog-comments.blog-comments-reply {
  margin-left: 70px;
}

.blog-info li a,
.blog-post h3 a {
  color: #333;
}
.blog-post h3,
.blog-info {
  padding-top: 15px;
}
.blog-post blockquote {
  position: relative;
  padding: 40px 40px 40px 40px;
  font-size: 1.071em;
  background-color: #fff;
  border-radius: 5px;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-admin-desc ul li a {
  color: #333;
}
.blog-admin-desc ul li a:hover {
  color: #1ca288;
}
.comment h5 span a {
  color: #1ca288;
}
.comment h5 span a:hover {
  color: #333;
}
.blog-item.style-1 {
  border-top: 3px solid #63db6a;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-item.style-1 .blog-content h4:hover {
  color: #1ca288;
}
.blog-item.style-1 .blog-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.blog-item.style-1 .blog-img:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(54 226 64 / 29%);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.blog-item.style-1:hover .blog-img:before,
.blog-item.style-1:focus .blog-img:before,
.blog-item.style-1:active .blog-img:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.blog-item.style-1:hover .blog-img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.blog-item.style-1:hover .blog-img .blog-event-date {
  opacity: 1;
}
.blog-item.style-1:hover .blog-img {
  border-top: none;
}
.blog-item.style-1:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-item.style-1 .blog-img .blog-event-date {
  position: absolute;
  width: 65px;
  height: 70px;
  text-align: center;
  background: #1ca288;
  left: 10px;
  top: 0;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.blog-item.style-1 .blog-img .blog-event-date h3 {
  color: #fff;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
}
.blog-item.style-1 .blog-img .blog-event-date h3 small {
  border-top: 1px solid #eee;
  color: #f1f1f1;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
  padding-top: 7px;
}
.blog-item.style-1 .blog-content {
  position: relative;
  background: #fff;
  padding: 20px 0;
}
.blog-item.style-1 .blog-content h4 {
  font-size: 18px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.blog-item.style-1:hover .blog-date {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.blog-inner-section .blog-item.style-1 .blog-date {
  opacity: 1;
  position: relative;
  right: auto;
  text-align: left;
  top: 0;
}
.blog-inner-section .blog-item.style-1 .blog-date i {
  font-size: 20px;
}
.blog-inner-section .blog-item.style-1 a h4 {
  font-size: 24px;
}
.blog-inner-section .blog-item.style-1 .blog-date h3 small,
.blog-inner-section .blog-item.style-1 .blog-date a {
  color: #a4a4a4;
  font-size: 18px;
}

.blog-item.style-1 .blog-date {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 40%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.blog-item.style-1 .blog-date h3,
.blog-item.style-1 .blog-date i {
  color: #fff;
  background-color: rgb(54 226 64);
}
.blog-item.style-1 .blog-date h3 small,
.blog-item.style-1 .blog-date a {
  color: #fff;
}
.blog-item.style-1 .blog-images,
.blog-item.style-1 .blog-content {
  width: auto;
  float: none;
}

.blog-item.style-2 {
  background-color: #f5f5f5 !important;
  padding: 15px;
  box-shadow: 0 8px 6px -6px #1a1a1a;
}
.blog-item.style-2 .blog-content {
  background-color: #f5f5f5 !important;
}

/* Blog Sideber Style Css*/
.sideber-title {
  position: relative;
  margin-bottom: 10px;
  background: #f3f3f3;
  padding: 20px 0 10px 10px;
  border-left: 2px solid #333;
}
.sideber-title h4 {
  margin-left: 10px;
  text-transform: capitalize;
}
.sideber-content {
  margin-left: 10px;
}
.sideber-content ul li {
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px dashed #333;
}
.sideber-content ul li:hover {
  padding-left: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sideber-content ul li a {
  color: #333;
}
.sideber-content ul li a i {
  color: #1ca288;
  margin-right: 5px;
}
.sideber-content ul li:hover a {
  color: #1ca288;
}
.blog-sideber .widget {
  padding-bottom: 40px;
}

.widget .footer-item-3 {
  background-color: #fff;
  padding: 20px 10px;
}
.widget .footer-item-3 .news-area .news-content a {
  color: #333;
}
.widget .footer-item-3 .news-area .news-content a:hover {
  color: orange;
}
.tags li {
  background: #333;
  color: #fff;
  margin-bottom: 5px;
  padding: 10px 20px !important;
}
.tags li:hover {
  background: #1ca288;
  color: #fff;
  border-bottom: none;
}
.tags li a {
  color: #fff !important;
}
.sideber-content.about {
  margin-left: 0;
}
.sideber-content.about p i {
  color: #1ca288;
}
.sideber-content .testimonial-carousel-one {
  background: #fff;
  padding: 10px;
}

.blog-search input,
.blog-search button {
  height: 60px;
  float: left;
}

.blog-search input {
  padding-left: 25px;
  font-size: 15px;
  color: #1ca288;
  width: calc(100% - 65px);
  border: 1px solid #eaeaea !important;
  border-right: none !important;
}

.blog-search input:focus {
  border: 1px solid #1ca288 !important;
  border-right: none !important;
}

.blog-search button {
  width: 65px;
  background: #333 !important;
  line-height: 65px;
  text-align: center;
  color: #fff;
  border: none;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-search input:focus + button,
.blog-search button:hover {
  background: #1ca288 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-inner-section .blog-item .blog-images,
.blog-inner-section .blog-item .blog-content {
  float: none;
  width: auto;
}

/*****=====*****=====*****=====*****=====
    18. Contact Style Css
=====*****=====*****=====*****=====*****/

.contact-style-1 {
  padding: 40px 10px 30px 10px;
  position: relative;
}
.form-group input,
.form-group textarea {
  background: transparent;
  border-color: #999;
}

/*======= ****========****=======
    Footer Style ( All Footer Style )
/*======= ****========****=======*/

footer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #262755;
}
.footer-item {
  /*font-family: 'Poppins',sans-serif;*/
  position: relative;
  margin-bottom: 30px;
}
.footer-logo {
  margin-bottom: 20px;
  /*width: 186px;
  background-color: #fff;*/
  padding: 5px;
  max-width: 100px;
}
.footer-logo-2 {
  width: 250px;
  text-align: center;
}
.footer-widget-one p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 21px;
  text-align: justify;
}
.footer-widget-one .address li {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
}
.footer-widget-one .address li i {
  margin-right: 8px;
  font-size: 18px;
  color: #fff;
}

.social-icon li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
.social-icon li:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-icon li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-icon.bg-f2 li {
  background: #f2f2f2;
}
.social-icon.bg-f2 li a {
  color: #1ca288;
}
.social-icon.bg-f2 li:hover {
  background: #1ca288;
}
.social-icon.bg-f2 li:hover a {
  color: #fff;
}

.social-icon.bg-theme .twitter:hover {
  background: #1ea1f2;
}

.social-icon.bg-theme .facebook:hover {
  background: #4267b2;
}

.social-icon.bg-theme .snapchat:hover {
  background: #fdfc03;
}

.social-icon.bg-theme .linkedin:hover {
  background: #0077b5;
}

.social-icon.bg-theme .google:hover {
  background: #c04a40;
}

.social-icon.bg-theme .youtube:hover {
  background: #ff0000;
}

.social-icon.bg-theme li a {
  color: #fff;
}
.social-icon.bg-theme li {
  background: rgb(54 226 64);
}
.social-icon.bg-theme li:hover a {
  color: #fff;
}

.social-icon.bg-black li {
  background: #4d4d4d;
}
.social-icon.bg-black li a {
  color: #fff;
}
.social-icon.bg-black li:hover {
  background: rgb(54 226 64);
}
.social-icon.bg-black li:hover a {
  color: #fff;
}
.social-icon.bg-transparent li {
  background: transparent;
}
.social-icon.bg-transparent li a {
  color: #333;
}
.social-icon.bg-transparent li:hover {
  background: transparent;
}
.social-icon.bg-transparent li:hover a {
  color: #1ca288;
}
.social-icon.rounded li {
  border-radius: 50%;
}
.social-icon.round li {
  border-radius: 7px;
}
.social-icon.borde#1ca288 li {
  border: 1px solid;
}
.social-icon.borde#1ca288 li:hover {
  background: #1ca288;
  border-color: #1ca288;
}
.social-icon.borde#1ca288 li:hover a {
  color: #fff;
}
.social-icon.borde#1ca288-theme li {
  border: 1px solid #1ca288;
}
.social-icon.borde#1ca288-theme li a {
  color: #1ca288;
}
.social-icon.borde#1ca288-theme li:hover {
  background: #1ca288;
  border-color: #1ca288;
}
.social-icon.borde#1ca288-theme li:hover a {
  color: #fff;
}
.news-area {
  margin-bottom: 20px;
}
.news-img {
  float: left;
  padding-top: 5px;
  padding-right: 15px;
}
.news-img a {
  display: inline-block;
  position: relative;
}
.news-img a span {
  font-size: 22px;
  position: absolute;
  top: 70%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news-img a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #1ca288;
  visibility: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news-area:hover .news-img a:after {
  visibility: visible;
  opacity: 0.8;
}
.news-area:hover .news-img a span {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news-area .news-content p {
  font-size: 15px;
  padding-top: 10px;
}
.news-area .news-content span {
  color: #1ca288;
}

.footer-list li {
  padding-bottom: 6px;
  padding-top: 5px;
  border-bottom: 1px solid #1ca288;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-list li a:before {
  content: "\f0a9";
  font-family: "FontAwesome";
  float: left;
  margin-left: 0.5em;
  color: rgb(54 226 64);
  padding-right: 5px;
}

.footer-list li a {
  color: #fff;
  margin-left: 5px;
}

.footer-list.border-deshed li {
  border-bottom: 1px solid #e7e7e7;
  color: #fff;
}
.footer-list.color-icon li i {
  color: #fff;
}

.footer-list li:hover {
  padding-left: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-title {
  margin-bottom: 30px;
}

.address li {
  padding: 3px 0;
  color: #fff;
}
.address li i {
  margin-right: 5px;
}

.footer-title h4 {
  font-size: 20px;
  color: #fff;
}
.border-style-1,
.border-style-2,
.border-style-3 {
  position: relative;
}

.border-style-1:before {
  top: 1px;
  content: "";
  height: 1px;
  left: 2px;
  margin: auto;
  position: absolute;
  width: 120px;
  background: #f8f8f8;
}
.border-style-1:after {
  top: 0;
  content: "";
  height: 3px;
  left: 2px;
  margin: auto;
  position: absolute;
  width: 40px;
  background: rgb(54 226 64);
}

.border-center:after,
.border-center:before {
  left: 0;
  right: 0;
  margin: auto;
}

.border-style-2:after {
  top: 0;
  content: "";
  height: 3px;
  left: 2px;
  margin: auto;
  position: absolute;
  width: 50px;
  background: rgb(54 226 64);
}

.border-style-3:before {
  top: -45px;
  content: "";
  height: 3px;
  left: 2px;
  margin: auto;
  position: absolute;
  width: 70px;
  background: rgb(54 226 64);
}
.border-style-3:after {
  top: 0;
  content: "";
  height: 3px;
  left: 2px;
  margin: auto;
  position: absolute;
  width: 40px;
  background: rgb(54 226 64);
}

.img-rounded img,
.img-rounded a:after,
.img-rounded a:before {
  border-radius: 100%;
}

.img-round img,
.img-round a:after,
.img-round a:before {
  border-radius: 10px;
}

.footer-item .subscribe-style-one,
.footer-item .subscribe-style-two,
.footer-item .subscribe-style-three {
  margin-bottom: 30px;
}

.btn-subscribe {
  height: 55px;
  border-radius: 0;
  background: #333;
  color: #fff;
  cursor: pointer;
}

.btn-subscribe:hover {
  background: #1ca288;
}

.subscribe-style-two .btn-subscribe {
  background: #1ca288;
}
.subscribe-style-two .form-control:focus {
  border-color: #1ca288;
}
.subscribe-style-two .btn-subscribe:hover {
  background: #333;
  color: #fff;
}
.footer-item .newsletter-text {
  position: relative;
  padding-bottom: 20px;
}
.footer-item .newsletter-text:before {
  top: 30px;
  content: "";
  height: 3px;
  left: 2px;
  margin: auto;
  position: absolute;
  width: 40px;
  background: #1ca288;
}

.footer-item form .form-control {
  height: 45px;
  margin-bottom: 0;
}
.footer-item .contact-textarea .form-control {
  height: 85px;
  margin-bottom: 15px;
}
.footer-btn {
  font-size: 13px;
  color: #fff;
  background: #4d4d4d;
}
.footer-btn:hover {
  color: #fff;
  background: #1ca288;
}

.footer-btn-1 {
  font-size: 13px;
  color: #fff;
  background: #1ca288;
}
.footer-btn-1:hover {
  color: #fff;
  background: #4d4d4d;
}
.footer-item .footer-feature i {
  font-size: 30px;
  margin-bottom: 15px;
}
.footer-copy-right .container {
  padding-top: 12px;
  padding-bottom: 12px;
}
.footer-copy-right {
  border-top: 0px solid #23244f;
  background-color: #23244f !important;
}
.footer-copy-right p {
  color: #fff;
  font-size: 12px;
  text-align: right;
}
.footer-copy-right p a {
  color: #fff;
  /*font-weight: 600;*/
}

.footerMenu {
  color: #1ca288;
}
.footerMenu li {
  display: inline-block;
  padding: 0 5px 0 0;
}
.footerMenu li a {
  font-size: 12px;
}
.footerMenu li a:hover {
  color: #fff;
}

.bg-footer-1 {
  color: #fff;
}

.bg-footer-1 a:hover {
  color: #1ca288;
}
.bg-footer-1,
.bg-footer-1 h4,
.bg-footer-1 .footer-title h4,
.bg-footer-1 h5,
.bg-footer-1 .footer-item h6,
.bg-footer-1 .footer-item .newsletter-text,
.bg-footer-1 .footer-item .social-icon.borde#1ca288 li i,
.bg-footer-1 .social-icon.borde#1ca288 li i,
.bg-footer-1 .footer-item .social-icon.bg-black li,
.bg-footer-1 a {
  color: #fff;
}

#map {
  width: auto;
  height: 525px;
}

.bg-footer-1 hr {
  background: #eee;
}
.bg-footer-1 .footer-item form .form-control {
  background: transparent;
  border-color: #777;
}
.bg-footer-1 .footer-item form .form-control:focus {
  border-color: #1ca288;
}

/*****=====*****=====*****=====*****=====
    20. Error Style css
=====*****=====*****=====*****=====*****/

/*.error {
    height: 100vh;
}*/
.error .content {
  padding-top: 8em;
  padding-bottom: 8em;
}
.error .content h2 {
  font-size: 30em;
  position: relative;
  font-family: "Cookie", cursive;
  line-height: 0.7;
  margin-bottom: 80px;
}
.error .content h2 span {
  color: #1ca288;
}
.error .content p {
  font-size: 1.4em;
  margin-bottom: 2em;
  line-height: 0.8;
}

#map {
  width: auto;
  height: 460px;
}

/*****=====*****=====*****=====*****=====
    21. Gallery Style css
=====*****=====*****=====*****=====*****/
.gallery {
  margin: 20px 0;
}

.gallery .gallery-item {
  float: left;
}

.gallery .gallery-item .thumb {
  position: relative;
}

.gallery .gallery-item .thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.gallery-hover {
  position: absolute;
  background-color: rgba(0, 176, 146, 0.9);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery-item .gallery-hover {
  top: 50%;
  left: 50%;
  height: 0;
  width: 0;
}

.gallery-hover .gallery-info {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
}

.gallery-hover .gallery-btn {
  position: absolute;
  margin-top: -55px;
  top: 50%;
  left: 50%;
  height: 0;
  width: 0;
  text-align: center;
  font-size: 30px;
}

.gallery-info,
.gallery-info h4 a,
.gallery-hover .gallery-btn a {
  text-align: center;
  color: #fff;
}
.gallery-info {
  opacity: 0;
}

.gallery-info h4 {
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.gallery-info p {
  color: #eee;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-top: 7px;
}

.gallery-info p a {
  color: #eee;
}

.gallery-info a,
.gallery-title a {
  color: #333;
}

.gallery-item:hover .gallery-hover {
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery-item:hover .gallery-hover .gallery-info,
.gallery-item:hover .gallery-hover .gallery-btn {
  width: 100%;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*gutter*/

.gallery.gutter .gallery-item {
  padding: 10px;
}

/*portfolio 2 grid*/

.gallery.col-2 .gallery-item {
  width: 49.99%;
}

/*portfolio 3 grid*/

.gallery.col-3 .gallery-item {
  width: 33.3333333%;
}

/*portfolio 4 grid*/

.gallery.col-4 .gallery-item {
  width: 24.98%;
}

/*portfolio 5 grid*/

.gallery.col-5 .gallery-item {
  width: 19.99%;
}

/*portfolio 6 grid*/

.gallery.col-6 .gallery-item {
  width: 16.666666667%;
}

.gallery-filter {
  margin: 0px;
  padding: 20px;
  list-style: none;
}

.gallery-filter li {
  display: inline-block;
}

.gallery-filter li a {
  background-color: #fff;
  border: 1px solid #1ca288;
  color: #1ca288;
  font-size: 14px;
  font-weight: 600;
  margin: 0 3px;
  padding: 10px 12px;
}

.gallery-filter li a:hover,
.gallery-filter li.active a {
  color: #fff;
  border: 1px solid #1ca288;
  background-color: #1ca288;
}

/*****=====*****=====*****=====*****=====
    22. Inner style Css
=====*****=====*****=====*****=====*****/

.inner-bg {
  position: relative;
  padding-top: 60px;
}
.inner-bg:before {
  background-color: rgba(255, 255, 255, 0.25);
}
.inner-bg h3 {
  color: #111;
  margin-bottom: 20px;
}
.inner-bg p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

.inner-bg p span {
  font-size: 15px;
  padding-left: 15px;
  padding-right: 15px;
  color: #111;
}

.inner-bg p a {
  color: #111;
}

.inner-bg p a:hover {
  color: #1ca288;
}
.inner-bg .mini-title:before {
  display: none;
}

.inner-style-1 {
  padding: 40px 60px;
  background-color: rgba(0, 176, 146, 0.8);
  display: block;
  border: 5px solid #1ca288;
}
.inner-bg .inner-style-1 p a {
  color: #333;
}

.practice-item-1.style-one {
  border: transparent;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  background: #fff;
}
.practice-item-1.style-one .practice-img {
  border: 1px solid #eee;
}
.section-title.title {
  position: relative;
}

.section-title.title::after {
  content: "";
  height: 1px;
  left: 0;
  right: 0;
  bottom: -15px;
  text-align: center;
  margin: auto;
  position: absolute;
  width: 150px;
  background: #1ca288;
}

.section-title.title::before {
  content: "";
  height: 1px;
  left: 0;
  right: 0;
  bottom: -25px;
  text-align: center;
  margin: auto;
  position: absolute;
  width: 120px;
  background: #1ca288;
}

.preview .practice-item-1 .practice-img span:before {
  font-size: 50px;
}

.preview .section-title.light-title {
  position: relative;
}
.preview .section-title.light-title h2 {
  position: relative;
  z-index: 1;
  background: #fff;
}
.preview .section-title.light-title h5 {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: -40px;
  font-size: 100px;
  z-index: 0;
  color: #eee;
}
.preview {
  position: relative;
}
.preview .practice-item-1 .practice-img span:before {
  font-size: 50px;
}

.preview-features-item ul li {
  padding-bottom: 15px;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.preview-features-item ul li:hover {
  color: #1ca288;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.preview-features-item ul li i {
  font-size: 18px;
  color: #1ca288;
}

.preview .practice-content {
  padding-bottom: 15px;
}

/*****=====*****=====*****=====*****=====
    23. Image Background style Css
=====*****=====*****=====*****=====*****/

.image-area {
  position: relative;
  overflow: hidden;
}
.image-area h2,
.image-area p {
  color: #fff;
}
.image-area h2 span {
  color: #1ca288;
}
.image-area .container {
  padding-top: 300px;
  padding-bottom: 300px;
}

/***** Coming Soon *****/
.coming-soon {
  color: #fff;
  background-image: url("../img/bg/body.html");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.coming-soon h2 {
  font-size: 46px;
  font-weight: 100;
  color: #1ca288;
  margin-top: 20px;
}

.coming-soon p {
  margin: 20px 0 30px 0;
  font-size: 22px;
  line-height: 36px;
}
.coming-soon i:before {
  font-size: 80px;
  color: #1ca288;
}

.timer .days-wrapper,
.timer .hours-wrapper,
.timer .minutes-wrapper,
.timer .seconds-wrapper {
  display: inline-block;
  width: 160px;
  height: 160px;
  margin: 0 10px;
  padding-top: 20px;
  font-size: 18px;
  cursor: pointer;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.timer .days,
.timer .hours,
.timer .minutes,
.timer .seconds {
  font-size: 100px;
  font-weight: 100;
  line-height: 90px;
  font-family: cursive;
}

/***** pricing Table *****/
.pricing-item {
  margin-bottom: 30px;
}
.pricing-item .pricing-plan {
  position: relative;
  background-color: #fff;
  border: 1px solid #1ca288;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.pricing-item .pricing-plan:hover i,
.pricing-item .pricing-plan.hover i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.pricing-item .price-title {
  position: relative;
  padding: 20px 10px;
  border-bottom: 1px solid #1ca288;
  margin-bottom: 20px;
}
.pricing-item .price-title i {
  font-size: 56px;
  margin: 0 15px;
  color: #1ca288;
  display: inline-block;
  float: left;
}
.pricing-item h4 {
  top: 0;
  font-weight: 800;
  margin: 10px 0 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pricing-item span {
  color: #1ca288;
  font-weight: 800;
  font-size: 1.3em;
}
.pricing-item .price-month {
  font-size: 0.7em;
  text-transform: uppercase;
  color: #ddd;
}
.pricing-item .pricing-plan-list {
  padding: 0;
  margin: 0 0 40px;
  list-style: outside none none;
  font-size: 0.8em;
}
.pricing-item .pricing-plan-list li {
  padding: 5px 5%;
  font-weight: 500;
  font-size: 14px;
  border-left: 5px solid #1ca288;
  margin: 2px 30px;
}
.pricing-item .pricing-plan-select {
  background-color: #f2f2f2;
  text-align: center;
}
.pricing-item .pricing-plan-select a {
  color: #ffffff;
  text-decoration: none;
  padding: 15px 20px;
  margin: 20px;
  border-radius: 15px;
  text-transform: uppercase;
  display: inline-block;
  background-color: #1ca288;
}
.pricing-item .pricing-plan-select a:hover {
  background-color: #2e3192;
}
.pricing-item:hover .pricing-plan-select {
  background-color: #fff;
}
.pricing-item:hover,
.pricing-item:hover .pricing-plan,
.pricing-item:hover .price-title i,
.pricing-item:hover span {
  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;
}

.pricing-item:hover .price-title {
  border-bottom: 1px solid #fff;
}
.pricing-item:hover .pricing-plan {
  background-color: #1ca288;
}
.pricing-item:hover .pricing-plan-list li {
  border-left: 5px solid #fff;
}

.home .depertment-list a {
  margin-bottom: 30px;
}

.depertment-list a {
  background: #63db6a;
  color: #fff;
  display: block;
  /*font-family: 'Poppins', sans-serif;*/
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 20px 20px 24px;
}
.depertment-list i,
.depertment-list em {
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 30px;
  margin-right: 10px;
  padding-right: 5px;
  position: relative;
  top: 5px;
}

.depertment-list a:hover {
  background: #2e3192;
}
.cardilogists-list {
  margin-top: 30px;
}
.cardilogists-list .border-style-2 {
  margin-bottom: 40px;
}
.cardilogists-list ul {
  margin-top: 30px;
}
.cardilogists-list li {
  color: #6a6a6a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin-bottom: 8px;
}
.cardilogists-list li i {
  color: #1ca288;
  font-size: 20px;
  padding-right: 5px;
  position: relative;
  top: 4px;
}

/*----------------------------------------*/
/*    Shop List Page Css
/*----------------------------------------*/

.shop-area {
  display: block;
  overflow: hidden;
  padding: 20px 0 10px;
}

.product-item {
  overflow: hidden;
  position: relative;
  border: 1px solid #eee;
}
.product-item > a {
  display: block;
  position: relative;
}
.product-item > a::before {
  background: #1ca288 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  transform: scale(0);
  visibility: hidden;
  transition: 0.5s;
}
.product-item a:hover::before {
  transform: scale(1);
  visibility: visible;
}
.product-item a span {
  background: #1ca288 none repeat scroll 0 0;
  color: #fff;
  font-weight: 500;
  padding: 5px 15px;
  position: absolute;
  right: -6px;
  text-transform: capitalize;
  top: 15px;
}
.product-item a span::before {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-size: auto auto;
  bottom: -30px;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  width: 10%;
}
.product-item a p {
  top: 0%;
  color: #fff;
  font-weight: 500;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.product-item a:hover p {
  top: 45%;
  opacity: 1;
  visibility: visible;
}
.wishlist-top-details > img {
  float: left;
}
.wishlist-rating {
  display: block;
  overflow: hidden;
  text-align: center;
}
.wishlist-rating h3 {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 5px;
}

.shop-top-seller h4 {
  border-bottom: 1px solid #666666;
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.shop-single-item {
  overflow: hidden;
  padding: 20px 0;
}
.shop-single-item:last-child {
  border-bottom: medium none;
}
.shop-sell-details {
  overflow: hidden;
  padding: 20px;
}
.shop-sell-item {
  float: left;
  overflow: hidden;
}
.shop-sell-details h5 {
  font-weight: 500;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}
.shop-sell-details h5 a {
  color: #333;
}
.shop-sell-details h5:hover a {
  color: #1ca288;
}
.shop-sell-details li {
  display: inline;
  color: #fbad1a;
}

.shop-banner {
  margin-bottom: 40px;
}
.shop-banner:hover::before {
  transform: scaley(1);
}
.shop-tab-pill {
  border: 1px solid #ddd;
  margin-bottom: 45px;
  padding: 10px;
}
.shop-tab-area .col-md-4 {
  margin-bottom: 40px;
}
.shop-tab-pill li {
  display: inline-block;
}
.shop-tab-pill ul li a i {
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  width: 30px;
}
.shop-tab-pill li#m-mar,
.shop-tab-pill li#r-mar,
.shop-tab-pill li#p-mar {
  margin-right: 28px;
}
.shop-tab-pill li#n-mar {
  margin-left: 28px;
}
.shop-tab-pill ul li a {
  color: #444444;
  text-decoration: none;
}
.shop-tab-pill ul li a span {
  font-weight: 500;
}
.show-label {
  margin-right: 100px;
  padding-left: 270px;
}
.show-label > select,
.sort-position > select {
  border: medium none;
  margin-left: 5px;
}
.sort-position label i {
  padding-right: 10px;
}
.shop-product-item-area .arrival-product-area {
  margin-bottom: 30px;
}

.shop-product-item-area {
  position: relative;
  display: block;
  overflow: hidden;
}
.shop-product-item-area:hover span.shop-cart-icon {
  opacity: 1;
}
.shop-rating-text li {
  display: inline-block;
}
.shop-product-item-area span.shop-cart-icon {
  left: 0%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  opacity: 0;
  transition: 0.4s;
}
.product-content h2,
.product-content p {
  font-family: "Poppins", sans-serif;
  margin: 0;
}
.product-content p b {
  color: #1ca288;
}
.shop-product-item-area span.shop-cart-icon a {
  color: #fff;
  font-size: 16px;
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 32px;
  display: block;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #fff;
}
.shop-product-item-area span.shop-cart-icon a:hover {
  background: #1ca288;
  border: 1px solid #1ca288;
}
.shop-product-item-area > span.shop-cart-icon a::before {
  border: 1px solid #ddd;
  border-radius: 50%;
  content: "";
  height: 70px;
  left: -7px;
  position: absolute;
  top: -5px;
  width: 70px;
}
.shop-right-area .product-action h5 a,
.product-content a {
  color: #444444;
  font-weight: 300;
  font-size: 15px;
}
.shop-right-area .product-action h5 a:hover {
  color: #1997ff;
}
.shop-right-area .product-action > h6 {
  font-size: 15px;
  font-weight: 500;
}
.shop-list-single {
  border: 1px solid #ddd;
  padding: 5px;
  margin-bottom: 30px;
}
.shop-list-left-content {
  float: left;
  padding-right: 30px;
}
.shop-list-left-content > a {
  display: block;
  position: relative;
}
.shop-list-left-content > a::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: 0.4s;
}
.shop-product-item-area:hover .shop-list-left-content > a::before {
  opacity: 0.4;
}
.shop-list-single .product-content {
  text-align: left;
}
.shop-list-right-content {
  display: block;
}
.product-content {
  font-size: 15px;
  padding: 0;
  text-align: center;
}
.product-details {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 20px;
}
#list .shop-product-item-area span.shop-cart-icon {
  right: 68%;
}
.product-content h2 a {
  color: #666666;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.product-content h2 a:hover {
  color: #1ca288;
}
.shop-tab-pill ul li.active i {
  border-color: #1ca288;
  color: #1ca288;
}

.product-item {
  display: block;
  overflow: hidden;
}
.product-img {
  display: block;
  position: relative;
}

ul.rating-text {
  float: right;
  margin-top: -23px;
  color: #fbad1a;
}
.rating {
  color: #fbad1a;
}
ul.rating-text li,
.pro-review ul li,
.social-icon ul li {
  display: inline-block;
}
.product-action {
  padding: 20px 10px;
  background: #f3f3f3;
}
.product-action > h4 {
  margin: 0 0 4px;
}
.product-action > h4 a {
  color: #343434;
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
}
.product-action > h4 a:hover {
  color: #1ca288;
}
.price {
  color: #1ca288;
  font-size: 16px;
  font-weight: 700;
}
.rating-color,
.pro-review .clr {
  color: #fbad1a;
}
.pro-action {
  bottom: 0%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  z-index: 4;
  transition: 0.4s;
  visibility: hidden;
}
.product-item:hover .pro-action {
  opacity: 1;
  visibility: visible;
  bottom: 55%;
}
.pro-action > ul {
  text-align: center;
}
.pro-action ul li {
  display: inline-block;
}
.pro-action ul li a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  height: 36px;
  left: 0;
  line-height: 35px;
  right: 0;
  text-align: center;
  top: 0;
  width: 36px;
}
.pro-action ul li a:hover {
  background: #1ca288 none repeat scroll 0 0;
  border-color: #1ca288;
}

.product-item .on-sale {
  background: rgba(0, 0, 0, 0) url(../img/shop/sell.html) no-repeat scroll 0 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  height: 62px;
  right: 5px;
  line-height: 56px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 5px;
  width: 50px;
  z-index: 1;
}

.product-image {
  position: relative;
}
.product-image::before {
  background: #111 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -45%;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 1;
}
.product-item:hover .product-image::before {
  opacity: 0.5;
  top: 0;
}
.shoping-cart-area table {
  background: transparent none repeat scroll 0 0;
  border-color: #ddd;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin: 0 0 30px;
  text-align: center;
  width: 100%;
}
.shoping-cart-area table th {
  border-top: medium none;
  color: #333;
  font-weight: 500;
  padding: 20px 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.shoping-cart-area table th,
.shoping-cart-area table td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.product-list td a {
  color: #1ca288;
}
.product-list td a i {
  font-size: 28px;
}
.product-list .product-image img {
  width: 50%;
}
.discount-area,
.subtotal-area {
  border: 1px solid #ddd;
}
.discount-area .discount-content {
  border-bottom: 1px solid #ddd;
  padding: 20px;
}
.discount-area .newsletter {
  padding: 46px;
}
.discount-area .newsletter .newsletter-btn {
  padding: 2px 20px;
  width: auto;
  text-transform: uppercase;
  font-size: 14px;
}
.subtotal-area .total {
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
.subtotal-area .total h4 {
  text-align: left;
}
.subtotal-area .total h4 span {
  float: right;
}
.total-content {
  padding: 40px 20px;
}
.total-content button {
  margin-top: -12px;
}
.shoping-cart-area .blog-date h3 {
  font-size: 32px;
}
.shoping-cart-area .blog-date h3 sub {
  font-size: 16px;
  text-transform: capitalize;
}
.blog-content select {
  height: 50px;
  padding: 10px;
  width: 100%;
}
.cards {
  padding-left: 0;
}
.cards li {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-image: url("../img/shop/card.html");
  background-position: 0 0;
  float: left;
  height: 32px;
  margin-right: 8px;
  text-indent: -9999px;
  width: 51px;
}
.cards .mastercard {
  background-position: -51px 0;
}
.cards li {
  background-image: url("../img/shop/card.html");
}
.cards .amex {
  background-position: -102px 0;
}
.cards li {
  background-image: url("../img/shop/card.html");
}
.cards li:last-child {
  margin-right: 0;
}
.panel-border {
  border: 1px solid #1ca288 !important;
  margin-top: 30px;
}
.panel-bg {
  background-color: #1ca288 !important;
  color: #fff !important;
  padding: 20px;
}
.shop-tab .nav-tabs {
  border-color: #1ca288;
}

.shop-tab .nav-tabs > li > a {
  color: #333;
}
.shop-tab .nav-tabs > li > a:hover {
  background-color: transparent;
  color: #1ca288;
}
.shop-tab .nav-tabs > li.active > a,
.shop-tab .nav-tabs > li.active > a:focus,
.shop-tab .nav-tabs > li.active > a:hover {
  border: 1px solid #1ca288;
  color: #1ca288;
  border-bottom: 1px solid transparent;
}

/* New Css Add */
.about-3col .container {
  padding: 0;
}
.about-feature.style-2 .boxed:first-child {
  background: #1ca288;
}
.about-feature.style-2 .boxed:nth-child(2) {
  background: #2e3192;
}
/*.about-feature.style-2 .boxed:nth-child(3) {
    background: #1ca288;
}*/
.about-feature.style-2 .boxed:last-child {
  background: #1ca288;
}
.about-feature.style-2 .appointment-item {
  background: transparent;
  color: #eee;
}
.about-feature.style-2 .appointment-item .btn-theme {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
}
.about-feature.style-2 .appointment-item .btn-theme > i {
  font-size: 15px;
  position: relative;
  top: 3px;
}
.about-feature.style-2 .appointment-item .btn-theme:hover {
  border: 1px solid #2e3192;
  background: #2e3192;
}
.about-feature.style-2 .appointment-item .btn-2:hover {
  border: 1px solid #1ca288;
  background: #1ca288;
}
.about-feature.style-2 .appointment-item h5 a:hover {
  color: #f2f2f2;
}
.booking-from .btn.btn-theme {
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 28px;
}
.booking-from .btn.btn-theme:hover {
  border: 1px solid #2e3192;
}
.featured-list h3 {
  margin-bottom: 20px;
  margin-top: 30px;
}
.featured-list p.lead {
  color: #2e3192;
  margin-bottom: 5px;
}

.border-conner {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.border-conner::before,
.border-conner::after {
  content: "";
  position: absolute;
  z-index: 0;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.border-conner {
  width: 91.5px;
  height: 55px;
  /*margin: 20px auto;*/
  text-align: center;
  border-left: solid 1px #333;
  border-right: solid 1px #333;
  margin-bottom: 40px;
}
.border-conner::before,
.border-conner::after {
  width: 65px;
  height: 65px;
  left: 12.1802px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.border-conner::before {
  top: -32px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
}
.border-conner::after {
  bottom: -32px;
  border-bottom: solid 1px #333;
  border-left: solid 1px #333;
}

.service-item.style-4 .border-conner i {
  padding: 0;
  line-height: 50px;
}
.service-item.style-4:hover .border-conner i {
  background: transparent;
  color: #1ca288;
}
.service-item.style-4:hover .border-conner::before,
.service-item.style-4:hover .border-conner::after,
.service-item.style-4:hover .border-conner {
  border-color: #1ca288;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.timetable {
  color: #333;
  font-weight: 500;
  padding: 10px 20px 25px 20px;
  text-align: left;
  background: #f9f9f9;
}

.timetable .item {
  overflow: hidden;
  padding: 9px 0;
}

.timetable .item:not(:last-of-type) {
  border-bottom: 1px solid #dddddd;
}

.timetable .item .label {
  color: #1ca288;
  font-size: 13px;
  margin-top: 5px;
  width: 50%;
}

.timetable .item .value {
  color: #1ca288;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  float: right;
}

.timetable .btn-block {
  font-weight: 600;
  letter-spacing: 3px;
  margin-top: 10px;
}

/* Defualt Theme Css */
.padding-20 {
  padding: 20px;
}
.padding-none {
  padding-top: 0;
  padding-bottom: 0;
}
.padding-tb {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-rl-50 {
  padding-right: 50px;
  padding-left: 50px;
}
.padding-bottom-none {
  padding-bottom: 0;
}
.padding-top-none {
  padding-top: 0;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-15 {
  padding-top: 16px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-bottom-40 {
  padding-bottom: 40px;
}
.padding-top-40 {
  padding-top: 40px;
}
.margin-top-none {
  margin-top: 0;
}
.padding-top-80 {
  padding-top: 80px;
}
.padding-bottom-80 {
  padding-bottom: 80px;
}
.padding-bottom-150 {
  padding-bottom: 150px;
}

.padding-top-bottom-150 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.padding-top-bottom-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.padding-all-15 {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.padding-0 {
  padding: 0;
}

.pt-50 {
  padding-top: 50px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}

.mt-20 {
  margin-top: -20px;
}
.margin-bottom-none {
  margin-bottom: 0;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-35 {
  margin-bottom: 35px !important;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-bottom-70 {
  margin-bottom: 70px;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-left-30 {
  margin-left: 30px;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-left-10 {
  margin-left: 10px;
}

.margin-top30 {
  margin-top: -80px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-top-150 {
  margin-top: 150px;
}
.margin-left-20 {
  margin-left: 20px;
}
.bg-f8 {
  background-color: #e7ffe8;
}
.bg-f9 {
  background-color: #f9f9f9;
}
.bg-transparent {
  background: transparent;
}
.bg-defult {
  background: #1ca288;
}
.bg-defult-1 {
  background: rgba(0, 0, 0, 0.5);
}
.bg-defult-2 {
  background: rgba(0, 176, 146, 0.9);
}
.bg-defult-1.fixed-header {
  background: #f1f1f1;
}
.color-defult {
  color: #1ca288;
}
.color-2 {
  color: #2e3192;
}
.border-1 {
  border: 1px solid #fff;
}
.border-right {
  border-right: 1px solid #fff;
}
.w100 {
  width: 100%;
}
.z-index-2 {
  z-index: 2;
}
.footer-style-1 {
  background-position: left;
  background-size: cover;
}
.ff-p {
  font-family: "Poppins", sans-serif;
}
.fw-b {
  font-weight: 600;
}
.copy-right-list li a {
  color: #fff;
}
.copy-right-list li a:hover {
  color: #333;
}
.footer-style-1 .footer-style-1,
.footer-style-1 .footer-item-3 p,
.footer-style-1 .footer-item-3 ul li,
.footer-style-1 .footer-item-3 ul li a,
.footer-style-1 .footer-item-2 h4,
.footer-style-1 .footer-item-3 h4,
.footer-style-1 .news-content a,
.footer-style-1 .team-name li a,
.footer-style-1 .team-name li i {
  color: #777 !important;
}
.footer-style-1 .footer-style-1:hover,
.footer-style-1 .news-content a:hover,
.footer-style-1 .team-name li:hover a,
.footer-style-1 .team-name li:hover i {
  color: #1ca288 !important;
}

.footer-style-1 .footer-item-2.style-1 h4:before,
.footer-style-1 .footer-item-3.style-1 h4:before {
  background-color: #555;
}

.conner-style {
  position: absolute !important;
  width: 100%;
  z-index: 3;
}
.conner-style.fixed-header {
  position: fixed !important;
  width: 100%;
  z-index: 3;
}

.singup {
  background: #1ca288;
  padding: 5px;
}
.footer-style-1 .singup li a {
  color: #fff !important;
}
.footer-style-1 .singup li:hover a,
.footer-style-1 .singup li:hover i {
  color: #333 !important;
}
.footer-style-1 .singup li i {
  color: #fff !important;
}

.padding-0 {
  padding-right: 0;
  padding-left: 0;
}
.border-none {
  border: none;
}
.position-relative {
  position: relative;
}
.position-fixed {
  position: fixed;
}

.text-white {
  color: #fff !important;
}

/*
    Book An Appointment
*/
.book-an-appointment {
  background: url("../img/bg001.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.book-an-appointment img {
  display: block;
  position: absolute;
  top: -74px;
  left: 70px;
}

.book-an-appointment .box {
  margin: 40px 0 -60px 0;
  background: #ffffff;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.13);
  padding: 60px 45px;
}
.book-an-appointment .box .better-button-gradeint-v1 a:before {
  border-radius: 0;
}

.better-form form {
  margin-left: -15px;
}

.better-form form > * {
  padding-left: 15px;
}

.better-form form span {
  font-size: 14px;
  color: #fff;
  background-color: rgb(0, 176, 146);
  padding: 0 15px;
  line-height: 45px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.better-form form select,
.better-form form input {
  background: #fff;
  border: 1px solid rgb(0, 176, 146);
  height: 45px;
  line-height: 45px;
  padding: 0 25px 0 50px;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: #111;
}
.better-form form label {
  position: relative;
}
.better-form form label:before {
  content: "\f0d7";
  font-family: "FontAwesome";
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.better-form form label select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.better-form form label select::-ms-expand {
  display: none;
}
.better-form form input::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.6);
}
.better-form form input:-moz-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.6);
}
.better-form form input::-moz-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.6);
}
.better-form form input:-ms-input-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.6) !important;
}
.better-form form a {
  border-radius: 0;
}
.better-form form a:hover span {
  color: #17c0c3;
}
.better-form form a span {
  color: #111;
  padding-left: 10px;
  position: relative;
  left: auto;
  top: 6px;
}
.better-form form .better-button {
  margin-bottom: 0 !important;
}

.better-form2 form select {
  width: 100%;
  padding: 0 10px;
  color: #fff;
  height: 40px;
  line-height: 40px;
}
.better-form form label::before {
  z-index: 1;
  color: #111;
}

/*@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}


#blink {
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
  text-align: center;
}

@-webkit-keyframes blinker {
    0% { color: #2e3192;
           text-shadow: #2e3192 0px 0px 20px;}
    50% { color: red; 
          text-shadow: red 0px 0px 20px;}    
    100% { color: #1ca288;
           text-shadow: #1ca288 0px 0px 20px;}
}
*/

.video-play-button {
  position: relative;
  /*z-index: 10;*/
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 100%;
  height: 40px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  /*z-index: 0;*/
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 85%;
  height: 40px;
  background: #ba1f24;
  border-radius: 0;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  /*z-index: 1;*/
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 85%;
  height: 40px;
  background: #fa183d;
  border-radius: 0;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 900;
  color: #fff;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.blood {
  height: 60px;
  padding: 10px 0;
  background-color: #fff;
}

.effect7 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before,
.effect7:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}
.effect7:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

.media-object {
  margin-top: -10px;
  width: 45px;
  float: left;
  padding-right: 10px;
}

/* Hiding the checkbox, but allowing it to be focused */
.badgebox {
  opacity: 0;
}

.badgebox + .badge {
  /* Move the check mark away when unchecked */
  text-indent: -999999px;
  /* Makes the badge's width stay the same checked and unchecked */
  width: 27px;
}

.badgebox:focus + .badge {
  /* Set something to make the badge looks focused */
  /* This really depends on the application, in my case it was: */

  /* Adding a light border */
  box-shadow: inset 0px 0px 5px;
  /* Taking the difference out of the padding */
}

.badgebox:checked + .badge {
  /* Move the check mark back when checked */
  text-indent: 0;
}
.vision {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;

  /*Font*/
  font-size: 16px;
  line-height: 1.2;
  color: #111;
  text-align: justify;

  /*Borders - (Optional)*/
  border-left: 10px solid #2e3192;
  border-right: 2px solid #2e3192;

  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

/*Section Doctors*/
.section-doctors {
  position: relative;
  padding: 70px 0 !important;
}
.doctor {
  margin-bottom: 30px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  height: 158px;
  background-color: #fff;
}
.doctor:hover {
  box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
}

.doctor h4 {
  background: #ededed;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 5px;
  padding: 6px 5px;
  margin-top: 8px;
}

.doctor h5 {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}

.doctor p {
  font-size: 12px;
  line-height: 14px;
}
.doctor .teamButton {
  position: absolute;
  top: 124px;
  background-color: #1ca288;
  padding-left: 0;
  color: #fff;
  text-align: center;
  width: 92.5%;
}
.doctor .teamButton a {
  color: #fff;
  background-color: #1ca288;
  font-weight: 900;
  /*padding:10px 12px;*/
  padding-left: 0;
  padding-right: 0;
}
.doctor .teamButton a:hover {
  color: #2e3192;
}

/*----*****---- << Team >> ----*****----*/
.docSearch button {
  padding: 12px 25px;
}
.doc {
  margin-bottom: 35px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  height: 233px;
  background-color: #fff;
}
.doc:hover {
  box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
}

/*.doc .row{padding: 0 5px;}*/

.image {
  padding: 8px 10px;
}

.image img {
  border: 1px solid #ccc;
}

.doc h4 {
  background: #ededed;
  font-size: 14px;
  line-height: 40px;
  margin-bottom: 20px;
  padding-left: 5px;
  margin-top: 8px;
  margin-right: 8px;
}

.doc h5 {
  font-size: 13px;
  line-height: 16px;
  padding-right: 5px;
}

.doc p {
  font-size: 13px;
  line-height: 16px;
  padding-right: 5px;
}
.doc .teamButton {
  position: absolute;
  top: 191px;
  background-color: #1ca288;
  padding-left: 0;
  color: #fff;
  text-align: center;
  width: 95%;
}
.doc .teamButton a {
  color: #fff;
  font-weight: 900;
  padding: 10px 12px;
}
.doc .teamButton a:hover {
  color: #2e3192;
}
.buttonBox {
  background-color: #2e3192 !important;
  color: #2e3192 !important;
}
.buttonBar {
  padding: 4px 0;
  text-align: right;
}

.imgBottom {
  background-color: #179882;
  color: white;
  font-size: 18px;
  position: relative;
  bottom: 55px;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  font-weight: bolder;
}

/*folder section*/
.vc_custom_1446619389066 {
  background-color: #3dd146 !important;
  cursor: pointer;
}
.vc_custom_1447875610924 {
  background-color: #49d951 !important;
  cursor: pointer;
}
.vc_custom_1447875785935 {
  background-color: #21c52b !important;
  cursor: pointer;
}
.vc_custom_1447875797423 {
  background-color: #40dd49 !important;
  cursor: pointer;
}

.elevate {
  /*-o-transform: translate(0px, -45%) !important;*/
  /*-webkit-transform: translate(0px, -45%) !important;*/
  /*-ms-transform: translate(0px, -45%) !important;*/
  /*transform: translate(0px, -45%) !important;*/
  -o-transform: translate(0px, -30%) !important;
  -webkit-transform: translate(0px, -30%) !important;
  -ms-transform: translate(0px, -30%) !important;
  transform: translate(0px, -30%) !important;
}
@media (max-width: 767px) {
  .elevate {
    -o-transform: translate(0px, 0px) !important;
    -webkit-transform: translate(0px, 0px) !important;
    -ms-transform: translate(0px, 0px) !important;
    transform: translate(0px, 0px) !important;
    margin-bottom: 64px !important;
    margin-top: 0 !important;
  }
}

.separator_top > .separator_top,
.separator_bottom > .separator_bottom {
  position: absolute;
  width: 100%;
  background-color: inherit;
  border-color: inherit;
  z-index: 1;
}
.separator_top > .separator_top {
  top: 0;
}
.separator_bottom > .separator_bottom {
  bottom: 0;
}
.sep_angled_positive_bottom .separator_bottom,
.sep_angled_negative_bottom .separator_bottom,
.sep_angled_positive_top .separator_top,
.sep_angled_negative_top .separator_top {
  display: none\9;
}
.sep_angled_positive_bottom .separator_bottom:before,
.sep_angled_negative_bottom .separator_bottom:before,
.sep_angled_positive_top .separator_top:before,
.sep_angled_negative_top .separator_top:before,
.sep_angled_positive_bottom .separator_bottom:after,
.sep_angled_negative_bottom .separator_bottom:after,
.sep_angled_positive_top .separator_top:after,
.sep_angled_negative_top .separator_top:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: inherit;
  border-width: 32px 0 0 900px;
  border-width: 32px 0 0 50vw;
  border-left-width: 900px;
  border-left-width: 50vw;
  position: absolute;
  z-index: 9;
}
.sep_angled_positive_bottom .separator_bottom:before,
.sep_angled_positive_bottom .separator_bottom:after {
  bottom: -31px;
}
.sep_angled_positive_bottom .separator_bottom:before {
  border-left-color: transparent;
  border-right-color: transparent;
  right: 49.8%;
}
.sep_angled_positive_bottom .separator_bottom:after {
  border-left-color: transparent;
  border-right-color: transparent;
  left: 50%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.sep_angled_negative_bottom .separator_bottom:before,
.sep_angled_negative_bottom .separator_bottom:after {
  bottom: -31px;
}
.sep_angled_negative_bottom .separator_bottom:before {
  border-left-color: transparent;
  border-right-color: transparent;
  left: 50%;
}
.sep_angled_negative_bottom .separator_bottom:after {
  border-left-color: transparent;
  border-right-color: transparent;
  right: 50%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.sep_angled_positive_top .separator_top:before,
.sep_angled_positive_top .separator_top:after {
  top: -31px;
}
.sep_angled_positive_top .separator_top:before {
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: 49.99%;
}
.sep_angled_positive_top .separator_top:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
  right: 49.99%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.sep_angled_negative_top .separator_top:before,
.sep_angled_negative_top .separator_top:after {
  top: -31px;
}
.sep_angled_negative_top .separator_top:before {
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: 0;
}
.sep_angled_negative_top .separator_top:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
  right: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.folded_section {
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  z-index: 1;
}
/* .folded_section > div,
.folded_section > div > div,
.folded_section > div > div > div,
.folded_section > div > div > div .separator_top,
.folded_section > div > div > div .separator_bottom {
  background-color: inherit;
  border-color: inherit;
} */
.folded_section > div > div > div .separator_top {
  margin-bottom: 0px;
}
.folded_section > div > div > div .separator_bottom {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .folded_section > div > div > div .separator_top,
  .folded_section > div > div > div .separator_bottom {
    display: none;
  }
  .folded_section > div > .separator_top,
  .folded_section > div > .separator_bottom {
    display: none;
  }
  .folded_section .teaser_box {
    margin-bottom: 0px !important;
    padding: 10px;
  }
  .figure img {
    height: 30px;
  }
  .teaser_box .figure + .content {
    padding-top: 5px !important;
  }

  .team-item-2 img {
    height: 350px;
    object-fit: cover;
    width: 400px;
  }
}

.sep_triangular_downhill_top .separator_top {
  border-style: solid;
  border-left-width: inherit;
  display: none\9;
}
.sep_triangular_downhill_top .separator_top:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: inherit;
  border-width: 25px 0 0 1rem;
  border-left-width: inherit;
  top: -24px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: 0;
  position: absolute;
  z-index: 9;
}
.sep_triangular_uphill_top .separator_top {
  border-style: solid;
  border-left-width: inherit;
  display: none\9;
}
.sep_triangular_uphill_top .separator_top:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: inherit;
  border-width: 25px 0 0 1rem;
  border-left-width: inherit;
  top: -24px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  right: 0;
  position: absolute;
  z-index: 9;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.sep_triangular_downhill_bottom .separator_bottom {
  border-style: solid;
  border-left-width: inherit;
  display: none\9;
}
.sep_triangular_downhill_bottom .separator_bottom:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: inherit;
  border-width: 25px 0 0 1rem;
  border-left-width: inherit;
  bottom: -24px;
  border-left-color: transparent;
  border-right-color: transparent;
  left: 0;
  position: absolute;
  z-index: 9;
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.sep_triangular_uphill_bottom .separator_bottom {
  border-style: solid;
  border-left-width: inherit;
  display: none\9;
}
.sep_triangular_uphill_bottom .separator_bottom:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: inherit;
  border-width: 25px 0 0 1rem;
  border-left-width: inherit;
  bottom: -24px;
  border-left-color: transparent;
  border-right-color: transparent;
  right: 0;
  position: absolute;
  z-index: 9;
}

.skincolored_section.neutralize_links a:link,
.skincolored_section .neutralize_links a:link,
.skincolored_section.neutralize_links a:visited,
.skincolored_section .neutralize_links a:visited {
  color: #ffffff !important;
}
/*** TEASER BOX ***/
.teaser_box {
  position: relative;
  overflow: hidden;
}
.teaser_box.image_hover img {
  opacity: 0.7;
  transition: all 100ms;
}
.teaser_box.image_hover img:hover {
  opacity: 1;
  transform: translateY(-5px);
}
.teaser_box.image_hover .figure > i,
.teaser_box.image_hover .figure > a i {
  opacity: 0.75;
  transform: translateY(5px);
  transition: all 100ms;
}
.teaser_box.image_hover .figure > i:hover,
.teaser_box.image_hover .figure > a:hover i {
  opacity: 1;
  transform: translateY(0px);
}
@media only screen and (max-width: 767px) {
  .teaser_box {
    margin-bottom: 20px !important;
    max-width: 360px;
    margin: 0 auto;
  }
}
.teaser_box .figure {
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*.teaser_box .figure img{height: 100px;}*/
.teaser_box .figure > i,
.teaser_box .figure > a i {
  font-size: 80px;
  display: inline-block;
}
.teaser_box .figure.stretchy_wrapper > i,
.teaser_box .figure.stretchy_wrapper > a i {
  position: absolute;
  padding: 0;
  left: 50%;
  top: 50%;
  right: inherit;
  bottom: inherit;
  height: auto;
  width: auto;
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.teaser_box .figure + .content {
  padding: 20px 0px 0px 0px;
}
.teaser_box .content {
  -webkit-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.teaser_box .content.boxed {
  padding: 25px 20px 25px 20px !important;
}
.teaser_box .content.boxed_special {
  padding: 26px 20px 25px 20px !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.teaser_box .content .hgroup {
  position: relative;
  margin: 0;
}
.teaser_box .content .hgroup h4 {
  font-size: 15px;
  font-weight: 900;
  margin: 0;
  color: #fff;
}
.teaser_box .content .hgroup p {
  font-size: 13px;
  margin: 0;
  color: #fff;
}
.teaser_box .content .desc {
  padding: 8px 0px 0px 0px;
  font-size: 14px;
}
.teaser_box .content .desc p {
  margin: 0;
}
.teaser_box .content .link {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.teaser_box .content .link > a {
  min-width: 80px;
  cursor: pointer;
  color: #fff;
  font-weight: 900;
  background-color: #2e3192;
  padding: 5px;
}
.wpb_content_element {
  /*margin-bottom: 30px;*/
  padding: 15px 15px 25px;
}

.teaser_box:hover .link {
  bottom: 0px;
  -webkit-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.teaser_box:hover .content.with_button {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  -webkit-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.teaser_box:hover .figure + .content.with_button {
  padding-top: 14px !important;
  padding-bottom: 6px !important;
}
.teaser_box:hover .content.boxed.with_button {
  padding: 20px 20px 30px 20px !important;
}
.teaser_box:hover .content.boxed_special.with_button {
  padding: 21px 20px 30px 20px !important;
}
@media only screen and (max-width: 767px) {
  .teaser_box .figure > i,
  .teaser_box .figure > a i {
    font-size: 70px;
  }

  .book-an-appointment .box {
    padding: 60px 0px;
  }
}

.checkCont {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  margin-left: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkCont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #bbb;
}

/* On mouse-over, add a grey background color */
.checkCont:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkCont input:checked ~ .checkmark {
  background-color: #2e6da4;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkCont input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkCont .checkmark:after {
  left: 10px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkCont-block {
  display: block !important;
}

.radioCont {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radioCont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radioCont .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #bbb;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radioCont:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radioCont input:checked ~ .checkmark {
  background-color: #2e6da4;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: block;
}

/* Show the indicator (dot/circle) when checked */
.radioCont input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radioCont .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

/*.modal-backdrop {
    z-index: -1;
}*/

.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.modal-footer {
  border-top: 0px;
}
.modal-button {
  background-color: #111 !important;
  color: #fff;
  opacity: 1;
  width: 25px;
  height: 0;
  padding-bottom: 25px !important;
  margin-right: -25px;
  margin-top: -25px;
}
.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
}
.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
}
.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  padding: 15px 0;
  border-radius: 0;
}

.featureList ul li:before {
  content: "\f0a9";
  font-family: "FontAwesome";
  float: left;
  margin-left: 0.5em;
  color: #1ca288;
  padding-right: 5px;
}

.featureBorder ul li:before {
  content: "\f013";
  font-family: "FontAwesome";
}
.featureBorder ul li {
  border-bottom: 1px solid #eee;
}
.featureBorder ul li:last-child {
  border-bottom: 0px solid #eee;
}
.featureList ul li {
  font-weight: 500;
  color: #111;
  padding: 5px 0;
}
.text-left {
  text-align: left !important;
}

.asterisk_input:after {
  content: " *";
  color: #e32;
  position: absolute;
  margin: -34px 0px 0px 3px;
  font-size: xx-large;
}

.icon-left {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.3);
}

.icon-left a {
  display: block;
  text-align: center;
  padding: 8px 5px 0px;
  transition: all 0.3s ease;
  color: white;
  font-size: 10px;
}
.icon-left a img {
  height: 23px;
}

.icon-left a:hover {
  background-color: red;
}

.mdr {
  background: #00b093;
  color: white;
}

.doctors {
  background: #179882;
  color: white;
}

.appointment {
  background: #00b093;
  color: white;
}

.blood {
  background: #179882;
  color: white;
}
.panel-title i {
  color: #1ca288;
}

/*callout*/
.callout {
  position: fixed;
  bottom: 40px;
  right: 20px;
  max-width: 200px;
  z-index: 2;
}

.callout-header {
  padding: 5px 10px;
  background: #2e3192;
  font-size: 15px;
  font-weight: bold;
  color: white;
}

.callout-container {
  padding: 15px;
  background-color: #ccc;
  color: black;
  font-size: 12px;
  line-height: 20px;
}

.closebtn {
  position: absolute;
  top: 5px;
  right: 15px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.closebtn:hover {
  color: lightgrey;
}

.careerList {
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  color: #111;
  border-radius: 2px;
  padding: 15px;
  margin: 15px 0;
  font-size: 12px;
  line-height: 20px;
}

.careerList::after {
  content: "";
  clear: both;
  display: table;
}

.careerList span {
  font-size: 18px;
  color: #111;
  font-weight: bold;
  margin-right: 15px;
}
.newsDetails li {
  padding: 15px 0;
  font-weight: bold;
}
.newsDetails li a {
  color: #111;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd !important;
  color: #111;
  font-size: 13px;
}

.padding-all-10 {
  padding: 10px;
  text-align: center;
}

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

/*equipment*/
.box1 {
  background: white;
  height: 320px;
  margin: auto;
  margin-top: 30px;
  padding: 40px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 5px;
}

.box1:hover {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  animation-name: example;
  animation-duration: 0.25s;
  border-left: 8px solid #179882;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

@keyframes example {
  0% {
    border-left: 2px solid #179882;
  }
  25% {
    border-left: 3px solid #00b093;
  }
  50% {
    border-left: 4px solid #444692;
  }
  100% {
    border-left: 5px solid #2e3192;
  }
}

.box1 ul li:before {
  content: "\f0a9";
  font-family: "FontAwesome";
  float: left;
  margin-left: 0.5em;
  color: #1ca288;
  padding-right: 5px;
}

.box1 ul li {
  font-weight: 500;
  color: #111;
  padding: 5px 0;
  font-size: 13px;
  line-height: 15px;
}

.dropdown-toggle .fa,
.dropdown.open .dropdown-menu,
.dropdown-menu {
  display: none !important;
}

.navbar-brand img {
  max-width: 60px !important;
}

.header-topbar {
  display: none !important;
}
.blog-area.news {
  display: none !important;
}
.team-item-2.blog-img > a > img {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .navbar-brand img {
    max-width: 50px !important;
  }
  .navbar-header {
    padding: 7px 0;
  }
  .video-section video {
    width: 100%;
    height: auto;
  }
  .message {
    margin-top: 40px;
  }
}
