@import "https://fonts.googleapis.com/css?family=Ubuntu&display=swap";
@import "../css/font-awesome.min.css";
@import "../css/font-awesome-animation.min.css";
@import "../css/flaticon.css";
@import "../css/animate.css";
@import "../css/owl.css";
@import "../css/jquery.fancybox.css";
@import "../css/hover.css";
@import "../jquery.mCustomScrollbar.min.css";
@import "../vendor/jquery-ui/jquery-ui.css";
@import "../vendor/time-picker/jquery.timepicker.css";

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

body {
  font-family: ubuntu, sans-serif;
  font-size: 14px;
  color: #303030;
  line-height: 1.8em;
  font-weight: 400;
  background: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #00a3c8;
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: 400;
  margin: 0;
  background: 0 0;
  line-height: 1.4em;
}
p {
  position: relative;
  line-height: 1.9em;
  font-weight: 400;
}
.strike-through {
  text-decoration: line-through;
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
  min-height: 500px;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.theme-btn {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.centered {
  text-align: center;
}
.anim-3,
.anim-3-all * {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.anim-5,
.anim-5-all * {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.anim-7,
.anim-7-all * {
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}
.default-btn {
  position: relative;
  padding: 10px 15px;
  line-height: 24px;
  text-transform: uppercase;
  background: #525a5c;
  color: #fff !important;
  font-size: 15px;
  letter-spacing: 1px;
  border: 2px solid #525a5c !important;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -moz-border-radius: 20px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.default-btn .fa {
  padding-right: 5px;
}
.default-btn.style-two,
.default-btn:hover {
  background: #009246;
  color: #fff !important;
  border-color: #009246 !important;
}
.normal-btn {
  position: relative;
  padding: 9px 25px;
  line-height: 24px;
  text-transform: uppercase;
  background: #009246;
  color: #fff !important;
  font-size: 14px;
  border: 2px solid #fff !important;
  font-weight: 700;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -moz-border-radius: 20px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.normal-btn .fa {
  padding-right: 5px;
}
.normal-btn:hover {
  background: #00a3c8;
  color: #fff !important;
  border-color: #1a1a1a !important;
}
.theme_color {
  color: #ff9000;
}
.text-white {
  color: #fff !important;
}
.padd-top-20 {
  padding-top: 20px !important;
}
.padd-top-30 {
  padding-top: 30px !important;
}
.padd-top-40 {
  padding-top: 40px !important;
}
.padd-bott-20 {
  padding-bottom: 20px !important;
}
.padd-bott-30 {
  padding-bottom: 30px !important;
}
.clear-space {
  padding-bottom: 35px;
}
.padd-bott-40 {
  padding-bottom: 40px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-bott-20 {
  margin-bottom: 20px !important;
}
.margin-bott-30 {
  margin-bottom: 30px !important;
}
.margin-bott-40 {
  margin-bottom: 40px !important;
}
.no-padd-bottom {
  padding-bottom: 0 !important;
}
.no-padd-top {
  padding-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-top {
  margin-bottom: 0 !important;
}
.no-bg {
  background: 0 0 !important;
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.GIF);
}
.text-black {
  color: #000 !important;
}
.position-absolute {
  position: absolute;
}
.position-relative {
  position: relative;
}
.img-fullwidth {
  width: 100%;
}
.font-13 {
  font-size: 13px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-22 {
  font-size: 22px !important;
}
.font-24 {
  font-size: 24px !important;
}
.font-30 {
  font-size: 30px !important;
}
.font-32 {
  font-size: 32px !important;
}
.font-64 {
  font-size: 64px !important;
}
.font-72 {
  font-size: 72px !important;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800 {
  font-weight: 800;
}
.bold {
  font-weight: 700;
}
.border-1px {
  border: 1px solid #eee;
}
.border-bottom {
  border-bottom: 1px solid #eee;
}
.brder-left-3 {
  border-left: 3px solid #ddd;
}
.bdrs-0 {
  border-radius: 0 !important;
}
.border-thm {
  color: #00a3c8;
}
.img-fullwidth {
  width: 100% !important;
}
.text-thm {
  color: #00a3c8;
}
.bg-thm {
  background: #00a3c8;
}
.text-white {
  color: #fff !important;
}
.text-dark {
  color: #1a1a1a !important;
}
.text-777 {
  color: #777;
}
.text-uppercase {
  text-transform: uppercase;
}
.letter-spacing-1 {
  letter-spacing: 1px;
}
.letter-spacing-2 {
  letter-spacing: 2px;
}
.letter-spacing-3 {
  letter-spacing: 3px;
}
.letter-spacing-4 {
  letter-spacing: 4px;
}
.letter-spacing-5 {
  letter-spacing: 5px;
}
.bold {
  font-weight: 700 !important;
}
.thm-btn {
  background: #00a3c8;
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 35px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.btn-flat {
  border-radius: 0;
}
.thm-btn:hover,
.thm-btn.inverse {
  background-color: #fff;
  border-color: #00a3c8;
  color: #00a3c8;
}
.thm-btn:active,
.thm-btn:focus {
  background-color: #fff;
  border-color: #00a3c8;
  color: #00a3c8;
}
.thm-btn.inverse:hover {
  background: #00a3c8;
  border-color: #00a3c8;
  color: #fff;
}
.btn-xs {
  font-size: 11px !important;
  padding: 8px 15px !important;
}
.overlay-white {
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.overlay-white:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.9;
}
.layer-overlay::before {
  background: rgba(15, 18, 20, 0.65) none repeat scroll 0 0;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.layer-overlay.overlay-white-4::before {
  background: rgba(255, 255, 255, 0.4);
}
.layer-overlay.overlay-white-5::before {
  background: rgba(255, 255, 255, 0.5);
}
.layer-overlay.overlay-white-6::before {
  background: rgba(255, 255, 255, 0.6);
}
.layer-overlay.overlay-white-7::before {
  background: rgba(255, 255, 255, 0.7);
}
.layer-overlay.overlay-white-8::before {
  background: rgba(255, 255, 255, 0.8);
}
.layer-overlay.overlay-white-9::before {
  background: rgba(255, 255, 255, 0.9);
}
.layer-overlay.overlay-dark-4::before {
  background: rgba(0, 0, 0, 0.4);
}
.layer-overlay.overlay-dark-5::before {
  background: rgba(0, 0, 0, 0.5);
}
.layer-overlay.overlay-dark-6::before {
  background: rgba(0, 0, 0, 0.6);
}
.layer-overlay.overlay-dark-7::before {
  background: rgba(0, 0, 0, 0.7);
}
.layer-overlay.overlay-dark-8::before {
  background: rgba(0, 0, 0, 0.8);
}
.layer-overlay.overlay-dark-9::before {
  background: rgba(0, 0, 0, 0.9);
}
.bg-img-cover {
  background-size: cover;
  background-position: 50% 20%;
  background-repeat: no-repeat;
}
.bg-img-cover2 {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.bg-white {
  background: #fff;
}
.bg-f7 {
  background: #f7f7f7;
}
.main-header {
  position: relative;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
}
.main-header .header-top {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 5px 0;
  background: linear-gradient(to right, #009246 0%, #48aba7  100%);
}
.main-header .header-top .top-left {
  position: relative;
  float: left;
}
.main-header .header-top ul li {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.main-header .header-top .top-left ul li {
  margin-right: 20px;
  margin-left: 0;
}
.main-header .header-top ul li a {
  position: relative;
  display: block;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}
.header-top .top-left ul li .fa {
  position: relative;
  top: 1px;
  font-size: 13px;
  padding-right: 5px;
}
.main-header .header-top ul li a:hover {
  color: #fff;
}
.main-header .header-top .top-right {
  position: relative;
  float: right;
}
.header-top .social ul li .fa {
  position: relative;
  top: 1px;
  font-size: 20px;
  padding-right: 0;
}
.main-header .header-lower {
  position: relative;
  padding: 0;
  background: #fff;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.fixed-header .header-lower {
  padding: 0 !important;
}
.main-header .header-lower .outer-box {
  position: relative;
  padding: 0;
}
.main-header .header-lower .search-box-btn {
  position: absolute;
  right: 80px;
  top: 35px;
  width: 40px;
  padding-left: 10px;
}
.main-header .header-lower .search-box-btn .search-btn {
  position: relative;
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
}
.main-header .header-lower .search-box-btn .search-btn:hover {
  color: #f1f1f1;
}
.main-header .header-lower .logo {
  position: relative;
  float: left;
  padding: 7px 10px;
  background: #f1ecec;
}
.main-header .header-lower .logo a h1 {
  color: #069445;
  z-index: 1;
  font-size: 20px;
  font-weight: 600;
  padding: 9px;
  letter-spacing: 1px;
}
.main-header .header-lower .logo:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0%;
  width: 1000px;
  height: 100%;
  background: #f1ecec;
}
.main-header .header-lower .logo:after {
  content: "";
  position: absolute;
  left: 80%;
  top: 0%;
  width: 100px;
  height: 100%;
  background: #f1ecec;
  transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
}
.main-header .header-lower .logo img {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: 80%;
  float: left;
  z-index: 1;
  padding-right: 10px;
}
.main-menu {
  position: relative;
  float: right;
  padding: 28px 0;
}
.main-menu .navbar-collapse {
  padding: 0;
}
.main-menu .navigation {
  position: relative;
  float: right;
  margin: 0;
}
.main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 0;
  margin-right: 15px;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  padding: 10px 0;
  font-size: 13px;
  color: #333738;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  opacity: 1;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a {
  color: #1a1a1a;
  opacity: 1;
}
.main-menu .navigation > li > ul {
  position: absolute;
  left: 0;
  top: 160%;
  width: 200px;
  padding: 0;
  border: 1px solid #fff;
  z-index: 100;
  background: #00a3c8;
  visibility: hidden;
  opacity: 0;
  border-radius: 0 5px 5px 5px;
  -ms-border-radius: 0 5px 5px 5px;
  -webkit-border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  -o-border-radius: 0 5px 5px 5px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul:before {
  font-family: fontawesome;
  content: "\f0d8";
  position: absolute;
  left: 15px;
  top: -19px;
  padding-top: 4px;
  display: block;
  width: 100%;
  width: 100%;
  height: 20px;
  display: block;
  color: #00a3c8;
  line-height: 20px;
  font-size: 28px;
  z-index: 5;
}
.main-menu .navigation > li:hover > ul {
  top: 120%;
  opacity: 1;
  visibility: visible;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  float: none;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.main-menu .navigation > li > ul > li:last-child {
  border: none;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li:hover > a {
  color: #fff;
  background-color: #017792;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: fontawesome;
  content: "\f0da";
  position: absolute;
  right: 10px;
  top: 8px;
  width: 10px;
  height: 20px;
  display: block;
  color: #fff;
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
  color: #1a1a1a;
}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
  color: #fff;
}
.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 110%;
  top: -1px;
  width: 180px;
  padding: 0;
  border: 1px solid #fff;
  border-top-width: 2px;
  z-index: 100;
  background: #00a3c8;
  visibility: hidden;
  opacity: 0;
  border-radius: 0 5px 5px 5px;
  -ms-border-radius: 0 5px 5px 5px;
  -webkit-border-radius: 5px 0 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  -o-border-radius: 0 5px 5px 5px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li:hover > ul {
  left: 100%;
  opacity: 1;
  visibility: visible;
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  float: none;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 4px 10px;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a {
  color: #fff;
  background-color: #017792;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 34px;
  height: 30px;
  border: 1px solid #fff;
  background: url(../images/icons/submenu-icon.png) center center no-repeat;
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
}
.appoinment-btn {
  position: absolute;
  right: 0;
  top: 25px;
}
.appoinment-form-outer {
  position: relative;
  padding: 25px 30px 40px;
  background: #f6f6f6;
  border-radius: 2px;
  font-family: open sans, sans-serif;
}
.appoinment-form-outer h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.appoinment-form-outer hr {
  margin-bottom: 40px;
  border-color: #e0e0e0;
}
.appoinment-form-outer .form-group {
  position: relative;
  margin-bottom: 10px;
}
.appoinment-form-outer input[type="text"],
.appoinment-form-outer input[type="email"],
.appoinment-form-outer input[type="tel"],
.appoinment-form-outer input[type="url"],
.appoinment-form-outer input[type="password"],
.appoinment-form-outer select,
.appoinment-form-outer textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 34px;
  padding: 8px 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  height: 45px;
}
.appoinment-form-outer select {
  cursor: pointer;
}
.appoinment-form-outer .field-label {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #252525;
  line-height: 28px;
  margin-bottom: 10px;
}
.appoinment-form-outer .field-label .required {
  color: red;
  font-size: 14px;
}
.appoinment-form-outer .radio-select {
  position: relative;
  float: left;
  margin-right: 30px;
  margin-bottom: 5px;
  line-height: 50px;
  outline: none;
}
.appoinment-form-outer .radio-select:last-child {
  margin-left: 25px;
}
.appoinment-form-outer .radio-select label {
  color: #252525;
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.appoinment-form-outer .radio-select input[type="radio"]:checked + label {
  color: #00a3c8;
}
.appoinment-form-outer button {
  padding: 9px 30px;
}
.modal-backdrop {
  z-index: 0;
}
.main-header .search-box {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: #944738;
  color: #fff;
  display: none;
}
.main-header .search-box .search-title {
  position: relative;
  float: left;
}
.main-header .search-box .search-title h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
}
.main-header .search-box .search-form {
  position: relative;
  float: right;
  max-width: 350px;
  overflow: hidden;
}
.main-header .search-box .form-group {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.main-header .search-box .form-group input[type="search"],
.main-header .search-box .form-group input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 40px 6px 15px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  background: 0 0;
}
.main-header .search-box .form-group input[type="search"]:focus,
.main-header .search-box .form-group input[type="text"]:focus {
  border-color: rgba(255, 255, 255, 0.7);
}
.main-header .search-box .form-group .search-submit {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 40px;
  height: 38px;
  background: #5d1d10;
  display: block;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  line-height: 38px;
}
.main-header .search-box .form-group .search-submit:hover {
  background: #343434;
}
.main-slider {
  position: relative;
  background: 0 0;
  color: #1c1c1c;
  float: left;
  width: 100%;
}
.main-slider h1 {
  line-height: 1.8em;
  font-size: 56px;
}
.main-slider h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
}
.main-slider h3 {
  line-height: 2em;
  font-size: 32px;
}
#slider {
  margin: 0;
  padding: 0;
}
.mainslider {
    margin-top: 153px;
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    height: 700px !important;
}
.mainslider .slide {
  display: none;
}
.mainslider .slide img {
  width: 100%;
  height: 100%;
  border: 0;
  position: relative;
}
.mainslider ul.slide-navs {
  bottom: 20px;
  left: 50%;
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mainslider ul.slide-navs li {
  float: left;
  background: url(../images/slide-bg.png) no-repeat scroll 0 0 transparent;
  height: 12px;
  width: 12px;
  margin-right: 4px;
  cursor: pointer;
}
.mainslider ul.slide-navs li.active {
  background: url(../images/slide-bg-active.png) no-repeat scroll 0 0
    transparent;
}
.mainslider .auto-container {
  position: absolute;
  left: 0;
  top: 0;
  display: table;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 50px 15px;
  text-align: center;
}
.mainslider .box-inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.mainslider .links-box {
  position: relative;
  display: block;
  padding-top: 10px;
}
.mainslider .big-title,
.mainslider .text,
.mainslider p,
.mainslider .theme-btn {
  margin-bottom: 15px;
}
.mainslider .big-title,
.mainslider .text,
.mainslider .theme-btn {
  animation: none;
  -webkit-animation: none;
  -ms-animation: none;
  -o-animation: none;
  -moz-animation: none;
  margin-bottom: 15px;
}
.mainslider .big-title {
  animation-name: bounceInDown;
  -webkit-animation-name: bounceInDown;
  -ms-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-duration: 1000ms;
  -webkit-animation-duration: 1000ms;
  -ms-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
}
.mainslider.active .text {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-duration: 1000ms;
  -webkit-animation-duration: 1000ms;
  -ms-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
}
.mainslider.active .theme-btn {
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
  -ms-animation-name: zoomIn;
  -moz-animation-name: zoomIn;
  -o-animation-name: zoomIn;
  animation-duration: 1000ms;
  -webkit-animation-duration: 1000ms;
  -ms-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
}
.mainslider a.prev {
  background: url(../images/left.png) no-repeat scroll 0 0 transparent;
  width: 35px;
  height: 35px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 2%;
  margin-top: -17px;
}
.mainslider a.next {
  background: url(../images/right.png) no-repeat scroll 0 0 transparent;
  width: 35px;
  height: 35px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 2%;
  margin-top: -17px;
}
.mainslider a.prev:hover {
}
.mainslider a.next:hover {
}
.mainslider a.play {
  background: url(../images/play.png) no-repeat scroll center center transparent;
  width: 35px;
  height: 35px;
  display: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 48%;
  margin-top: -17px;
}
.mainslider a.pause {
  background: url(../images/pause.png) no-repeat scroll center center
    transparent;
  width: 35px;
  height: 35px;
  display: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 48%;
  margin-top: -17px;
}
@media screen and (max-width: 767px) {
  .mainslider .slide-desc > h2 {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .mainslider .slide-desc > p {
    font-size: 14px;
    line-height: 15px;
    margin-top: 5px;
  }
  .mainslider .slide-desc > p a.more {
    font-size: 14px;
  }
}
.scroll-to-top {
  position: fixed;
  bottom: 50px;
  right: 10px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #525a5c;
  font-size: 14px;
  line-height: 38px;
  border: 1px solid #3c3f40;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 3px;
  display: none;
}
.scroll-to-top:hover {
  background: #fff;
  color: #000;
  border-color: #00a3c8 !important;
}
.banner-bttm {
  background: #504f53;
  width: 100%;
  float: left;
  padding: 3em 0;
}
.banner-bttm .online-detail span {
  color: #fff;
  font-size: 19px;
  letter-spacing: 2px;
}
.banner-bttm .online-detail span i {
  font-size: 22px;
  padding-right: 5px;
}
.social-link ul {
  float: right;
}
.social-link ul li {
  display: inline-block;
  padding: 1px 10px 5px;
}
.social-link li a i {
  font-size: 22px;
  color: #fff;
}
.upcoming-confr {
  position: relative;
  padding: 60px 0 30px;
  background: #ededed url(../images/bg-pattern.png) center center no-repeat;
  background-size: cover;
  margin: 0;
}
.upcoming-confr .listing-inner {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  height: 350px;
}
.upcoming-confr .listing-inner .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.upcoming-confr .confr-image {
  position: relative;
  margin: 0 auto;
  background: #ffffff7a;
  color: #ccc;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  box-shadow: 0 0 4px 1px rgba(87, 88, 88, 0.5);
}
.upcoming-confr .listing-inner .confr-image:hover {
  box-shadow: 0 0 3px 1px #009246;
  -webkit-box-shadow: 0 0 3px 1px #009246;
  -ms-box-shadow: 0 0 3px 1px #009246;
  -o-box-shadow: 0 0 3px 1px #009246;
  -moz-box-shadow: 0 0 3px 1px #009246;
}
.upcoming-confr .image {
  position: relative;
  overflow: hidden;
}
.upcoming-confr .image img {
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  padding: 10px 10px 12px;
}
.upcoming-confr .listing-inner:hover .image img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
.upcoming-confr .listing-inner .overlay .conf-detail {
  position: absolute;
  top: 28%;
  left: 5%;
  right: 5%;
  width: 90%;
  padding: 15px 0;
  z-index: 1;
}
.upcoming-confr .listing-inner:hover .overlay .conf-detail {
  opacity: 1;
  background-color: rgba(37, 37, 37, 0.62);
  border-radius: 10px;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
}
.conf-detail h2 {
  text-shadow: 19px 8px 20px #000;
  letter-spacing: 1px;
  font-size: 24px;
  color: #fff;
}
.conf-detail h3 {
  text-shadow: 19px 8px 20px #000;
  letter-spacing: 1px;
  font-size: 25px;
  color: #fff;
}
.confr-image .image-place:hover .conf-detail {
  color: #000;
}
.more-bttn {
  position: absolute;
  right: 15px;
  bottom: 20px;
  border: 1px solid #525a5c;
  padding: 2px 8px;
  border-radius: 7px;
}
.more-bttn .view-more-bttn {
  letter-spacing: 1px;
  font-size: 13px;
  color: #009246;
}
.more-bttn:hover {
  background: #009246;
}
.more-bttn:hover .view-more-bttn {
  color: #fff;
}
.all-view-more {
  width: 120px;
  margin: auto;
  border: 1px solid #009246;
  padding: 4px 5px;
  border-radius: 5px;
  text-align: center;
  background: #009246;
}
.all-view-more .view-all-bttn {
  letter-spacing: 1px;
  font-size: 15px;
  color: #fff;
}
.featured-three-column {
  position: relative;
  background: 0 0;
  margin: -250px 0 0;
  z-index: 100;
}
.featured-three-column.style-two {
  padding: 20px 0;
  margin-top: 2em;
}
.featured-three-column .column {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
.featured-three-column .column .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.featured-three-column .column .overlay .left-curve {
  position: absolute;
  left: -10px;
  top: 0;
  width: 10px;
  height: 100%;
  opacity: 0;
  background: #00a3c8;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.featured-three-column .column:hover .overlay .left-curve {
  left: 0;
}
.featured-three-column .column .overlay .right-curve {
  position: absolute;
  right: -10px;
  top: 0;
  width: 10px;
  height: 100%;
  opacity: 0;
  background: #00a3c8;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.featured-three-column .column:hover .overlay .right-curve {
  right: 0;
}
.featured-three-column .column .overlay .overlay-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(37, 37, 37, 0.62);
  z-index: 1;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.featured-three-column .column:hover .overlay .overlay-link {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
}
.featured-three-column .inner-box {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  background: #252525;
  color: #ccc;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.featured-three-column .column .inner-box:hover {
  box-shadow: 0 0 10px 2px rgba(0, 163, 200, 0.5);
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 163, 200, 0.5);
  -ms-box-shadow: 0 0 10px 2px rgba(0, 163, 200, 0.5);
  -o-box-shadow: 0 0 10px 2px rgba(0, 163, 200, 0.5);
  -moz-box-shadow: 0 0 10px 2px rgba(0, 163, 200, 0.5);
}
.featured-three-column .inner-box .content {
  position: relative;
  padding: 0 20px 20px;
}
.featured-three-column .column:nth-child(even) .inner-box {
  background: #009246;
  color: #fff;
}
.featured-three-column .image {
  position: relative;
  overflow: hidden;
}
.featured-three-column .image img {
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.featured-three-column .column:hover .image img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
.featured-three-column h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  padding: 15px 0;
  text-transform: capitalize;
  letter-spacing: 2px;
}
.featured-three-column .link {
  position: relative;
  bottom: -40px;
}
.featured-three-column .column:nth-child(even) .normal-btn {
  background: #252525;
}
.featured-three-column .column .normal-btn:hover {
  background: #fff !important;
  color: #009246 !important;
  border-color: #009246 !important;
}
.sec-title {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.sec-title h3 {
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 800;
  color: #646d72;
  margin-bottom: 0;
}
.sec-title h2 {
  position: relative;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
  color: #3a4145;
}
.sec-title p {
  position: relative;
  font-size: 15px;
  color: #3a4145;
  margin-bottom: 10px;
}
.sec-title.style-two h3,
.sec-title.style-two h2,
.sec-title.style-two p {
  color: #fff;
}
.sec-title .line {
  position: relative;
  width: 40px;
  height: 6px;
  background: #ccc;
  margin: 20px auto 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
.sec-title.style-two .line {
  background: #fff;
}
.sec-title.style-three {
  text-align: center;
}
.sec-title.style-three .line {
  margin: 40px 0 0;
}
.sec-title .line-center {
  position: relative;
  width: 40px;
  height: 6px;
  background: #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
.sec-title.style-three .line-center {
  margin: 20px auto 0;
}
.top-services {
  position: relative;
  padding: 60px 0 30px;
  background: #ededed url(../images/bg-pattern.png) center center no-repeat;
  background-size: cover;
  margin: 0;
}
.top-services .column {
  position: relative;
  margin-bottom: 40px;
}
.top-services .column .inner-box {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  padding-left: 100px;
}
.top-services .column .icon {
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 72px;
  color: #00a3c8;
  width: 80px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.top-services .column:hover .icon {
  transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
}
.top-services .column h3 {
  position: relative;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 5px;
  color: #3a4145;
  text-transform: capitalize;
}
.top-services .column .text {
  position: relative;
  color: #888;
}
.top-services .column .text span a {
  color: #009246;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 13px;
}
.services-section {
  position: relative;
  padding: 80px 0 40px;
}
.services-section.style-two {
  padding: 30px 30px 0;
  background: #fff;
}
.services-section .column {
  position: relative;
  margin-bottom: 40px;
}
.services-section .column h2 {
  position: relative;
  font-size: 24px;
  text-transform: capitalize;
  color: #3a4145;
  font-weight: 800;
  margin-bottom: 10px;
}
.services-section.style-two .main-title {
  position: relative;
  font-size: 24px;
  text-transform: capitalize;
  color: #3a4145;
  font-weight: 800;
  margin-bottom: 15px;
}
.services-section .column h3 {
  position: relative;
  font-size: 16px;
  font-weight: 800;
  color: #5f6467;
  margin-bottom: 15px;
}
.services-section.style-two .column h2 {
  position: relative;
  font-size: 16px;
  font-weight: 800;
}
.services-section .column .image {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.services-section .column .image img {
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.services-section .column:hover .image img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
.services-section .column .read-more {
  font-weight: 800;
  color: #57b6d9;
  text-transform: uppercase;
  font-size: 14px;
}
.services-section .column .read-more .fa {
  padding-right: 5px;
}
.services-section .column .read-more:hover {
  color: #00a3c8;
}
.service-details {
  position: relative;
  margin-bottom: 10px;
}
.service-details .content-outer {
  position: relative;
  padding: 20px;
  background: #fff;
}
.service-details h2 {
  font-size: 24px;
  color: #3a4145;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.service-details h3 {
  font-size: 16px;
  color: #3a4145;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.service-details .full-image {
  position: relative;
}
.service-details .full-image img {
  position: relative;
  display: block;
  width: 100%;
}
.team-section {
  position: relative;
  padding: 40px 0;
}
.team-section .procedding {
  position: relative;
  margin-bottom: 30px;
  padding: 0 20px;
}
.team-section .latest-procedding {
  background: #ececec;
  padding-bottom: 10px;
  box-shadow: 0 0 4px 1px rgb(87 88 88/50%);
  max-height: 500px;
  min-height: 440px;
  height: 100%;
}
.team-section .procedding img {
  display: block;
  width: 100%;
  height: 295px;
  object-fit: contain;
}
.team-section .procedding .title-box {
  padding: 10px 15px 0;
}
.team-section .procedding .title-box h4 {
  font-size: 14px;
  font-weight: 800;
  color: #3a4145;
}
.team-section .procedding .title-box p {
  color: #009246;
  margin-bottom: 0;
  font-size: 17px;
  letter-spacing: 1px;
}
.team-section .procedding .text {
  margin: 0 15px 5px;
}
.team-section .procedding .text p {
  margin: 0;
  line-height: 17px;
  margin-top: 5px;
}
.team-section .procedding .more-link {
  text-align: center;
}
.team-section .procedding .read-more {
  color: #fff;
  font-size: 14px;
  border: 1px solid #525a5c;
  padding: 4px 5px;
  border-radius: 5px;
  background: #009246;
}
.team-section .procedding .read-more .fa {
  padding-right: 5px;
}
.team-section .procedding .read-more:hover {
  color: #00a3c8;
}
.bottom-border::before {
  background-color: #00a3c8;
  bottom: -2px;
  content: "";
  height: 2px;
  position: absolute;
  width: 50px;
}
.social-icons li,
.list-inline li {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
}
.social-icons.icon-thm a {
  background-color: #fff;
  color: #00a3c8;
  display: block;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 36px;
}
.social-icons.icon-thm a:hover {
  color: #555;
}
ul.list.asterisk li::before {
  content: "";
  color: #00a3c8;
  font-family: fontawesome;
  font-size: 12px;
}
ul.list li::before {
  border: medium;
  color: #a9a9a9;
  content: "";
  display: inline-block;
  font-family: fontawesome;
  font-size: 9px;
  margin-right: 10px;
  padding: 0;
}
ul.list li {
  margin: 5px 0;
}
.opening-hourse ul li {
  border-bottom: 1px solid #787878;
  margin-bottom: 0 !important;
  padding: 10px 0;
}
.dl-horizontal.doctor-info dt {
  color: #333;
  font-size: 14px;
  width: auto;
}
.opening-hourse ul li .value {
  float: right;
}
.bottom-border {
  border-bottom: 2px solid #f8f8f8;
  margin-bottom: 30px;
  padding-bottom: 5px;
  position: relative;
}
.parallax-section {
  position: relative;
  padding: 90px 0;
  color: #fff;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.parallax-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 163, 200, 0.9);
  z-index: 0;
}
.parallax-section .auto-container {
  position: relative;
  z-index: 5;
}
.parallax-section h2 {
  position: relative;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 30px;
}
.parallax-section strong {
  font-weight: 700;
}
.parallax-section h3 {
  position: relative;
  font-size: 24px;
  margin-bottom: 30px;
}
.parallax-section.style-two h3 {
  margin-bottom: 0;
}
.parallax-section .line {
  position: relative;
  width: 100px;
  height: 3px;
  background: #fff;
  margin: 0 auto 40px;
}
.parallax-section.style-two .text {
  position: relative;
  padding-right: 150px;
}
.parallax-section .theme-btn {
  margin: 0 12px 10px;
  padding: 12px 30px;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 25px;
  display: inline-block;
}
.parallax-section .normal-btn {
  border-color: #fff;
  background: #fff;
  color: #1c1c1c !important;
}
.parallax-section .theme-btn:hover {
  border-color: #1c1c1c !important;
  background: #fff;
  color: #1c1c1c !important;
}
.page-title {
  position: relative;
  padding: 100px 0;
  color: #fff;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.page-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.page-title .auto-container {
  position: relative;
  z-index: 5;
}
.page-title h1 {
  position: relative;
  margin-bottom: 10px;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
}
.page-title .bread-crumb {
  position: relative;
  display: inline-block;
  padding: 6px 25px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  -moz-border-radius: 7px;
}
.page-title .bread-crumb li {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  line-height: 24px;
}
.page-title .bread-crumb li:last-child {
  padding-right: 0;
}
.page-title .bread-crumb li:after {
  font-family: fontawesome;
  content: "\f0da";
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 26px;
  width: 15px;
  display: block;
  color: #fff;
}
.page-title .bread-crumb li:last-child:after {
  display: none;
}
.page-title .bread-crumb li a {
  position: relative;
  display: block;
  line-height: 24px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.page-title .bread-crumb li a:hover,
.page-title .bread-crumb li:last-child a {
  color: #ddd;
}
.page-title .go-down {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  text-align: center;
}
.page-title .go-down .icon {
  position: absolute;
  width: 100%;
  left: -5px;
  top: 5px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.page-title .go-down .curve {
  position: relative;
  display: inline-block;
  width: 0;
  top: -29px;
  color: #1c1c1c;
  border: 30px solid transparent;
  border-bottom: 30px solid #fff;
  cursor: pointer;
}
.page-title .go-down .curve:hover {
  border-bottom-color: #00a3c8;
  color: #fff;
}
.default-two-column {
  position: relative;
  padding: 60px 0 30px;
  background: #ededed url(../images/bg-pattern.png) center center no-repeat;
  background-size: cover;
  margin: 0;
}
.default-two-column .sec-title {
  margin-bottom: 50px;
}
.default-two-column .sec-title .line {
  margin-top: 20px;
}
.default-two-column .sec-title h3,
.default-two-column .sec-title h2 {
  text-transform: capitalize;
  margin-bottom: 0;
}
.default-two-column .column {
  margin-bottom: 50px;
}
.default-two-column .column .inner-box {
  position: relative;
  padding: 0 10px;
}
.testimonial-slider {
  position: relative;
}
.testimonial-slider .slide-content {
  position: relative;
  padding: 25px 30px;
  background: #cbecf8;
  border: 1px solid #57b6d9;
  color: #3a4145;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
}
.testimonial-slider .slide-content:before {
  content: "";
  position: absolute;
  left: 19px;
  bottom: -33px;
  border: 18px solid transparent;
  border-top: 16px solid #57b6d9;
}
.testimonial-slider .slide-content:after {
  content: "";
  position: absolute;
  left: 22px;
  bottom: -28px;
  border: 15px solid transparent;
  border-top: 15px solid #cbecf8;
}
.testimonial-slider .slide-info {
  position: relative;
  padding-left: 90px;
  padding-top: 15px;
  min-height: 80px;
}
.testimonial-slider .slide-info .author-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 74px;
  height: 74px;
  border: 2px solid #57b6d9;
}
.testimonial-slider .slide-info .author-thumb img {
  position: relative;
  display: block;
  width: 100%;
}
.testimonial-slider .slide-info h5 {
  font-size: 15px;
  color: #3a4145;
  text-transform: capitalize;
  font-weight: 700;
}
.testimonial-slider .slide-info p {
  font-style: italic;
}
.testimonial-slider .bx-pager {
  position: absolute;
  bottom: 80px;
  right: 0;
  z-index: 100;
}
.testimonial-slider .bx-pager-item {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 3px;
}
.testimonial-slider .bx-pager-link {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #1a1a1a;
  background: 0 0;
  overflow: hidden;
  text-indent: 100px;
  font-size: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
}
.testimonial-slider .bx-pager-link:hover,
.testimonial-slider .bx-pager-link.active {
  border-color: #57b6d9;
  background: #cbecf8;
}
.clients-column {
  position: relative;
  background: #cbecf800;
  border: 1px solid #525a5c;
  border-bottom: none;
  border-left: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
}
.clients-column .image {
  position: relative;
  padding: 3px 20px !important;
  text-align: center;
  border: 1px solid #525a5c;
  border-right: none;
  border-top: none;
  height: 100px !important;
  background: #fff;
}
.clients-column .image img {
  display: inline-block;
  max-width: 85%;
  max-height: 100px !important;
  object-fit: contain;
}
.main-footer {
  position: relative;
  border-top: 3px solid #009246;
  color: #ddd;
}
.main-footer .footer-upper .links ul li {
  line-height: 24px;
  margin-bottom: 10px;
  position: relative;
}
.main-footer .footer-upper .links ul li:before {
  content: "\f0da";
  font-family: fontawesome;
  color: #999;
  font-size: 12px;
  left: 0;
  line-height: 18px;
  position: absolute;
  top: 3px;
}
.main-footer .footer-upper .links ul li:hover:before {
  color: #00a3c8;
}
.main-footer .footer-upper .links ul li a {
  color: #ddd;
  display: block;
  padding-left: 15px;
}
.main-footer .footer-upper .links ul li a:hover {
  color: #00a3c8;
}
.main-footer .social-links {
  width: 100%;
  float: left;
  padding-top: 5px;
}
.main-footer .social-links a {
  position: relative;
  display: inline-block;
  margin: 0 5px 3px 0;
  width: 32px;
  height: 32px;
  line-height: 30px;
  color: #ddd;
  border: 1px solid #999;
  background: #1b1b1b;
  font-size: 13px;
  text-align: center;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}
.main-footer .social-links a:hover {
  border-color: #fff;
  background: #009246;
  color: #fff;
}
.footer-bottom {
  position: relative;
  background: #222;
  border-top: 1px solid #3a3a3a;
  padding: 10px 0 20px;
  font-size: 13px;
  text-align: center;
  width: 100%;
  float: left;
}
.footer-bottom .copyright {
  line-height: 30px;
  margin-bottom: 10px;
  width: 100%;
  float: left;
  margin-top: 15px;
}
.footer-bottom .copyright a {
  color: #00bff3;
}
.footer-bottom .copyright strong {
  font-weight: 400;
  color: #fff;
}
.footer-bottom .copyright .fa {
  color: #00a3c8;
}
.about-section {
  position: relative;
}
.desc-box {
  position: relative;
  padding: 70px 0 30px;
}
.sec-title.no-underline h2 {
  margin-bottom: 10px;
}
.about-section .lower-content {
  position: relative;
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.about-section .lower-content .content-box {
  position: relative;
  padding: 40px 60px;
  background: #fff;
}
.about-section .lower-content .content-box .main-title {
  position: relative;
  font-size: 24px;
  text-transform: capitalize;
  color: #3a4145;
  font-weight: 800;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.about-section .lower-content .content-box .main-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 6px;
  width: 40px;
  background: #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
.about-section .lower-content .content-box h2 {
  position: relative;
  font-size: 24px;
  text-transform: capitalize;
  color: #3a4145;
  font-weight: 800;
  margin-bottom: 10px;
}
.about-section .lower-content .content-box h3 {
  position: relative;
  font-size: 16px;
  font-weight: 800;
  color: #5f6467;
  margin-bottom: 15px;
}
.about-section .lower-content .content-box p {
  position: relative;
  margin-bottom: 20px;
}
.styled-list {
  position: relative;
  margin-bottom: 20px;
}
.styled-list li {
  line-height: 24px;
  margin-bottom: 7px;
  position: relative;
  padding-left: 25px;
}
.styled-list li:before {
  content: "\e0a6";
  font-family: flaticon;
  color: #00a3c8;
  font-size: 12px;
  left: 0;
  line-height: 18px;
  position: absolute;
  top: 3px;
}
.styled-list li:hover:before {
  color: #555;
}
.about-section .lower-content .featured-box {
  position: relative;
  margin-bottom: 30px;
}
.about-section .lower-content .featured-box .image {
  position: relative;
  margin-bottom: 15px;
}
.about-section .lower-content .featured-box .image img {
  position: relative;
  display: block;
  width: 100%;
}
.about-section .lower-content .featured-box .read-more {
  font-weight: 800;
  color: #57b6d9;
  text-transform: uppercase;
  font-size: 14px;
}
.about-section .lower-content .featured-box .read-more .fa {
  padding-right: 5px;
}
.locations-section {
  position: relative;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.locations-section .sec-title h2,
.locations-section .sec-title h3 {
  color: #fff;
}
.locations-section {
  background-position: center center;
  background-size: cover;
}
.locations-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.locations-section .column {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
  color: #fff;
}
.locations-section li {
  position: relative;
  margin-bottom: 5px;
}
.locations-section .inner-box {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.locations-section .inner-box ul li {
  padding-left: 15px;
}
.locations-section .inner-box ul li:before {
  content: "\f0da";
  font-family: fontawesome;
  color: #ccc;
  font-size: 12px;
  left: 0;
  line-height: 18px;
  position: absolute;
  top: 3px;
  opacity: 1;
}
.locations-section .inner-box ul li:hover:before {
  opacity: 1;
}
.locations-section li a {
  position: relative;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}
.locations-section li a:hover {
  color: #ccc;
}
.sponsors-section {
  position: relative;
  padding: 70px 0 50px;
  background: #fff;
  text-align: center;
}
.sponsors-section li img {
  display: inline-block !important;
  width: auto;
  max-width: 100% !important;
}
.sponsors-section .owl-dots {
  display: none !important;
}
.sidebar-section {
  position: relative;
  padding: 70px 0 40px;
  background: #f3f3f3;
}
.sidebar-section .sidebar {
  position: relative;
  margin-bottom: 30px;
}
.sidebar-section .content-side {
  position: relative;
  margin-bottom: 30px;
}
.sidebar {
  position: relative;
}
.sidebar .widget {
  position: relative;
  margin-bottom: 45px;
}
.sidebar .widget h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #3a4145;
  font-weight: 800;
}
.sidebar .links-widget {
  position: relative;
}
.sidebar .links-widget li {
  position: relative;
  margin-bottom: 7px;
}
.sidebar .links-widget ul li:before {
  content: "\f061";
  font-family: fontawesome;
  color: #888;
  font-size: 11px;
  left: 0;
  line-height: 18px;
  position: absolute;
  top: 3px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}
.sidebar .links-widget ul li:hover:before {
  color: #00a3c8;
}
.sidebar .links-widget li a {
  position: relative;
  color: #888;
  font-size: 14px;
  font-weight: 500;
  padding-left: 20px;
  text-transform: capitalize;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}
.sidebar .links-widget li a:hover {
  color: #00a3c8;
}
.sidebar .testimonial-slider .bx-pager {
  display: none !important;
}
.sidebar .search-form {
  position: relative;
}
.sidebar .search-form input[type="search"],
.sidebar .search-form input[type="text"] {
  position: relative;
  width: 100%;
  line-height: 24px;
  padding: 8px 42px 8px 15px;
  border: 1px solid #d0d0d0;
  background: #fff;
  color: #3d3d3d;
  height: 42px;
  font-size: 14px;
  color: #292929;
}
.sidebar .search-form input[type="search"]:focus,
.sidebar .search-form input[type="text"]:focus {
  border-color: #00a3c8;
}
.sidebar .search-form .form-group {
  position: relative;
}
.sidebar .search-form button {
  position: absolute;
  right: 1px;
  top: 1px;
  line-height: 24px;
  display: block;
  width: 40px;
  height: 40px;
  padding: 7px 10px 8px;
  text-align: center;
  font-size: 16px;
  color: #ccc;
  background: 0 0;
}
.sidebar .search-form button:hover {
  color: #00a3c8;
}
.sidebar .popular-tags {
  position: relative;
}
.sidebar .popular-tags .tags a {
  position: relative;
  display: inline-block;
  padding: 3px 12px;
  line-height: 20px;
  margin: 0 5px 10px 0;
  color: #333;
  font-size: 13px;
  background: #e1e1e1;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.sidebar .popular-tags .tags a:hover {
  background: #00a3c8;
  color: #fff;
}
.sidebar .recent-posts {
  position: relative;
}
.sidebar .recent-posts .post {
  position: relative;
  font-size: 14px;
  margin-bottom: 20px;
  min-height: 70px;
  padding: 0 0 0 84px;
  color: #ccc;
}
.sidebar .recent-posts .post .post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 72px;
  height: 72px;
}
.sidebar .recent-posts .post .post-thumb img {
  width: 100%;
  display: block;
}
.sidebar .recent-posts .post h4 {
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 5px;
  line-height: 2em;
  color: #292929;
}
.sidebar .recent-posts .post a,
.sidebar .recent-posts .post a:hover {
  color: #00a3c8;
}
.sidebar .recent-posts .post h4 a {
  color: #292929;
}
.sidebar .recent-posts .post .fa {
  font-size: 18px;
}
.blog-section {
  position: relative;
  padding: 50px 0 40px;
}
.blog-section .blog-post {
  position: relative;
  margin-bottom: 50px;
}
.blog-section.style-two .blog-post {
  position: relative;
  margin-bottom: 30px;
}
.blog-section .image {
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #00a3c8;
  overflow: hidden;
}

.evevt-gallery {
  float: left;
  width: 100%;
  -webkit-box-shadow: 1px 1px 2px #121012;
  box-shadow: 1px 1px 2px #121012;
  padding: 15px 10px;
  background: #fff;
  border-radius: 5px;
  height: 311px;
}

#flexiselDemo1,
#flexiselDemo2,
#flexiselDemo3 {
  display: none;
}
.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}
.nbs-flexisel-ul {
  position: relative;
  width: 99999px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.nbs-flexisel-inner {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
}
.nbs-flexisel-item {
  float: left;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  line-height: 0;
}
.nbs-flexisel-item img {
  max-width: 100%;
  width: 100%;
  height: 220px;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  padding: 0 10px;
}

.nbs-flexisel-item h5 {
  background: #525a5c00;
  margin: 0 10px;
  padding: 10px;
  color: #fff;
  display: none;
}
.tit-heading h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
  color: #3a4145;
  text-align: center;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  padding: 5px 10px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  position: absolute;
  cursor: pointer;
  z-index: 4;
  top: 40%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.nbs-flexisel-nav-left {
  left: 10px;
}
.nbs-flexisel-nav-left:before {
  content: "<";
}
.nbs-flexisel-nav-left.disabled {
  opacity: 0.4;
}
.nbs-flexisel-nav-right {
  right: 5px;
}
.nbs-flexisel-nav-right:before {
  content: ">";
}
.nbs-flexisel-nav-right.disabled {
  opacity: 0.4;
}
.contact-section {
  position: relative;
  padding: 90px 0 50px;
  color: #888;
}
.contact-section .column {
  position: relative;
  margin-bottom: 40px;
}
.contact-section .sec-title {
  margin-bottom: 30px;
  text-align: left;
}
.contact-section .sec-title .line {
  margin: 20px 0 0;
  background: #dfdfdf;
}
.contact-section .sec-title h2,
.contact-section .sec-title h3 {
  text-transform: capitalize;
}
.contact-section .info-box {
  position: relative;
  margin-bottom: 30px;
}
.contact-section .info-box h3 {
  position: relative;
  font-size: 16px;
  font-weight: 800;
  color: #1c1c1c;
  margin-bottom: 15px;
}
.contact-section .info-box li {
  position: relative;
  padding-left: 30px;
}
.contact-section .info-box li .icon {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 16px;
}
.contact-section .info-box .social-links a {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  border: 1px solid #c8d9e0;
  color: #c8d9e0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 3px;
}
.contact-section .info-box .social-links a:hover {
  color: #2db0e6;
}
.contact-section .form-box {
  position: relative;
  padding: 20px;
  background: #f3f3f3;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
}
.contact-section .form-box .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-section .form-box .field-label {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
}
.contact-section .form-box input[type="text"],
.contact-section .form-box input[type="email"],
.contact-section .form-box input[type="number"],
.contact-section .form-box input[type="tel"],
.contact-section .form-box input[type="password"],
.contact-section .form-box textarea,
.contact-section .form-box select {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  color: #1c1c1c;
  line-height: 24px;
  padding: 7px 15px;
  border: 1px solid #ccc;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}
.contact-section .form-box input[type="text"]:focus,
.contact-section .form-box input[type="email"]:focus,
.contact-section .form-box input[type="number"]:focus,
.contact-section .form-box input[type="tel"]:focus,
.contact-section .form-box input[type="password"]:focus,
.contact-section .form-box textarea:focus,
.contact-section .form-box select:focus {
  background: #fff;
  border-color: #00a3c8;
}
.contact-section .form-box input[type="text"].error,
.contact-section .form-box input[type="email"].error,
.contact-section .form-box input[type="number"].error,
.contact-section .form-box input[type="tel"].error,
.contact-section .form-box input[type="password"].error,
.contact-section .form-box textarea.error,
.contact-section .form-box select.error {
  background: #e0a99e;
  color: #fff;
  border-color: red;
}
.contact-section .form-box label.error {
  display: none !important;
}
.contact-section .form-box textarea {
  height: 140px;
  resize: none;
}
.contact-section .form-box button {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  -moz-border-radius: 25px;
  padding: 8px 30px;
}
.map-section {
  position: relative;
}
.map-section .map-container {
  position: relative;
  height: 550px;
}
.sidebar-section .comments-area {
  position: relative;
}
.sidebar-section .comments-area .comment-box {
  position: relative;
}
.sidebar-section .comments-area .comment {
  position: relative;
  margin: 0 0 50px;
  padding: 0 0 10px 110px;
}
.sidebar-section .comments-area .reply-comment {
  margin-left: 50px;
}
.sidebar-section .comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 84px;
  height: 84px;
}
.sidebar-section .comments-area .comment-box .author-thumb img {
  width: 100%;
  display: block;
}
.sidebar-section .comments-area .comment-info {
  margin-bottom: 20px;
  color: #bcbcbc;
}
.sidebar-section .comments-area .comment-box strong {
  color: #292929;
  font-weight: 600;
}
.sidebar-section .comments-area .comment-box .text {
  position: relative;
  padding: 10px 15px;
  margin-bottom: 20px;
  background: #f3f3f3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.sidebar-section .comments-area .comment-box .text:before {
  content: "";
  position: absolute;
  left: 20px;
  top: -18px;
  border: 10px solid transparent;
  border-bottom: 10px solid #f3f3f3;
}
.sidebar-section .comments-area .reply-comment .text {
  background: #cbecf8;
}
.sidebar-section .comments-area .reply-comment .text:before {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  border: 10px solid transparent;
  border-bottom: 10px solid #cbecf8;
}
.sidebar-section .comments-area .reply-btn {
  position: relative;
  display: inline-block;
  padding: 7px 25px 4px;
  min-width: 100px;
  font-size: 14px;
  background: #00a3c8;
  color: #fff;
  text-transform: capitalize;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.sidebar-section .comments-area .reply-btn span {
  padding-right: 10px;
}
.comment-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.comment-form .form-group-inner {
  position: relative;
  display: table;
  width: 100%;
  border: 1px solid #d0d0d0;
  overflow: hidden;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.comment-form .form-group .icon-box {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.comment-form .form-group .icon-box label {
  position: relative;
  display: inline-block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #3d3d3d;
  margin: 0;
  background: #fff;
  border-right: 1px solid #d0d0d0;
}
.comment-form .form-group label.error {
  display: none !important;
}
.comment-form .form-group .field-outer {
  position: relative;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.comment-form .form-group-inner input[type="text"],
.comment-form .form-group-inner input[type="password"],
.comment-form .form-group-inner input[type="tel"],
.comment-form .form-group-inner input[type="email"],
.comment-form .form-group-inner select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 22px;
  padding: 9px 15px;
  color: #222;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}
.comment-form .form-group input[type="text"].error,
.comment-form .form-group input[type="password"].error,
.comment-form .form-group input[type="tel"].error,
.comment-form .form-group input[type="email"].error,
.comment-form .form-group select.error,
.comment-form .form-group textarea.error {
  background: rgba(255, 0, 0, 0.2);
}
.comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 22px;
  padding: 8px 15px;
  color: #222;
  height: 200px;
  resize: none;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}
.comment-form button {
  position: relative;
  display: inline-block;
  background: #ececec;
  color: #777 !important;
  padding: 8px 30px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.comment-form button .icon {
  position: relative;
  top: 2px;
}
.comment-form button:before {
  background: #f06626;
}
.best-seller .sec-title.style-three .line,
#checkout-content .sec-title.style-three .line,
.shop-page-content .sec-title.style-three .line {
  margin: 5px 0 0;
}
.shop-page-content .row,
.shop-page-content.row {
  margin-left: -10px;
  margin-right: -10px;
}
.shop-page-content .single-shop-item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.shop-page-content .single-shop-item img {
  width: 100%;
}
.shop-page-content .single-shop-item .meta {
  background: #f8f8f8;
  padding: 30px 17px;
  text-align: center;
  border: 1px solid #f0f0f0;
}
.shop-page-content .single-shop-item .meta h4 {
  text-transform: uppercase;
  font-size: 13px;
  color: #000;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 5px;
  transition: all 0.3s ease;
}
.shop-page-content .single-shop-item .meta h4 a {
  color: #000;
  transition: all 0.3s ease;
}
.shop-page-content .single-shop-item .meta h4:hover a {
  color: #00a3c8;
}
.shop-page-content .single-shop-item .meta p {
  font-size: 15px;
  font-weight: 400;
  color: #999;
  line-height: 2em;
}
.shop-page-content .single-shop-item .meta span {
  display: block;
  font-family: open sans, sans-serif;
  font-size: 16px;
  color: #7e7e7e;
}
.shop-page-content .single-shop-item .meta span b {
  font-size: 20px;
  line-height: 28px;
  color: #e22d2d;
  font-weight: 600;
}
.shop-page-content .single-shop-item a.add-to-cart {
  background: #00a3c8;
  text-transform: uppercase;
  display: inline-block;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  padding: 0 20px;
  font-size: 13px;
  margin-top: 25px;
  border-radius: 20px;
  overflow: hidden;
}
.shop-page-content .single-shop-item a.add-to-cart:before {
  background: #1a1a1a;
  border-radius: 20px;
}
.shop-page-content .best-seller {
  margin-top: 80px;
  margin-left: 10px;
}
.product-details-box {
  margin-bottom: 80px;
}
.product-details-box h3 {
  color: #000;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.product-details-box p {
  font-size: 14px;
  color: #999;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 20px 0;
  margin: 20px 0;
  font-weight: 600;
  font-size: 15px;
  font-weight: 400;
  color: #999;
  line-height: 2em;
}
.product-details-box span {
  display: block;
  font-size: 18px;
  color: #999;
  font-weight: 600;
  margin-bottom: 20px;
}
.product-details-box span b {
  font-size: 24px;
  color: #e22d2d;
  font-weight: 700;
  font-family: open sans, sans-serif;
  margin-left: 10px;
}
.product-details-box span input {
  width: 36px;
  height: 36px;
  border: 1px solid #eaeaea;
  color: #999;
  text-align: center;
  margin-left: 10px;
}
.product-details-box a.add-to-cart {
  background: #00a3c8;
  text-transform: uppercase;
  display: inline-block;
  line-height: 45px;
  font-weight: 700;
  color: #fff;
  padding: 0 30px;
  font-size: 18px;
  margin-top: 25px;
  border-radius: 20px;
  overflow: hidden;
}
.product-details-box a.add-to-cart:before {
  background: #1a1a1a;
  border-radius: 20px;
}
.product-details-box img {
  border: 5px solid #f4f4f4;
}
.product-details-page-content .best-seller {
  margin-left: 0;
}
.product-details-tab-title {
  margin: -15px;
}
.product-details-tab-title .col-lg-12 {
  padding: 0;
}
.product-details-tab-title ul li {
  display: inline;
}
.product-details-tab-title ul li.active span {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-top: 2px solid #00a3c8;
  border-bottom: 0;
  position: relative;
  top: 1px;
  z-index: 999;
}
.product-details-tab-title ul li span {
  display: inline-block;
  background: #f4f4f4;
  font-size: 16px;
  color: #000;
  line-height: 45px;
  padding: 0 27px;
  margin-right: 5px;
  cursor: pointer;
}
.product-details-tab-content {
  margin-bottom: 75px;
}
.product-details-tab-content .col-lg-12 {
  border: 1px solid #e6e6e6;
  padding: 40px;
}
.product-details-tab-content .col-lg-12 p {
  font-size: 15px;
  font-weight: 400;
  color: #999;
  line-height: 2em;
}
.cart-page {
  padding: 80px 0 155px;
}
.cart-page .table {
  margin: 0;
}
.cart-page table > tbody > tr > td,
.cart-page .table > thead > tr > th {
  border: none;
}
.cart-page .table thead {
  background: #f9f9f9;
}
.cart-page .table > thead > tr > th {
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 500;
  border: 1px solid #ebebeb;
  border-bottom: 0;
}
.cart-page .table > thead > tr > th.close {
  color: transparent;
}
.cart-page .table > tbody > tr > td.preview {
  padding: 25px 50px;
}
.cart-page .table > tbody > tr > td {
  border: 1px solid #ebebeb;
  padding: 80px 40px;
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 600;
}
.cart-page .table > tbody > tr > td.del-item {
  text-align: center;
}
.cart-page .table > tbody > tr > td .select-box {
  padding: 0;
  margin: 0;
  border: 1px solid #ededed;
  width: 95px;
  overflow: hidden;
  background-color: #fff;
  background: #fff url(../images/cart/select-box-bg.png) no-repeat 80% 50%;
}
.cart-page .table > tbody > tr > td .select-box select {
  padding: 5px 8px;
  width: 130%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cart-page .table > tbody > tr > td .select-box select:focus {
  outline: none;
}
.cart-page .table > tbody > tr > td.del-item {
  color: #00a3c8;
  font-size: 18px;
  font-weight: 400;
}
.cart-page .bottom-box {
  padding: 30px 25px;
  background: #f9f9f9;
  margin: 0 0 50px;
}
.cart-page .bottom-box .cupon-box input {
  width: 130px;
  line-height: 36px;
  padding: 0 20px;
  border: 1px solid #eee;
  outline: none;
  margin-right: 10px;
}
.cart-page .bottom-box .cupon-box button {
  padding: 0 20px;
  color: #fff;
  background: #e3e3e3;
  text-transform: capitalize;
  border: none;
  outline: none;
  font-weight: 400;
  line-height: 36px;
  color: #000;
}
.cart-page .add-to-cart-wrap {
  text-align: right;
}
.cart-page .add-to-cart-wrap a {
  background: #00a3c8;
  text-transform: uppercase;
  display: inline-block;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  padding: 0 40px;
  border-radius: 20px;
  overflow: hidden;
}
.cart-page .add-to-cart-wrap a:before {
  background: #1a1a1a;
  border-radius: 20px;
}
.cart-page .cart-total-box li {
  line-height: 60px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  padding: 0 25px;
}
.cart-page .cart-total-box li:first-child {
  border-top: 1px solid #ebebeb;
}
.cart-page .cart-total-box li span {
  margin-left: 50px;
}
.cart-page .cart-total-box .cart-total {
  background: #f9f9f9;
}
.cart-page .cart-total-box .proceed-to-checkout {
  text-align: right;
}
.cart-page .cart-total-box .proceed-to-checkout a {
  background: #00a3c8;
  text-transform: uppercase;
  display: inline-block;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  padding: 0 40px;
  overflow: hidden;
  border-radius: 20px;
}
.cart-page .cart-total-box .proceed-to-checkout a:before {
  background: #1a1a1a;
  border-radius: 20px;
}
#checkout-content {
  padding: 80px 0 130px;
}
#checkout-content .return-customer {
  background: #f9f9f9;
  border: 1px solid #ebebeb;
  padding: 25px 30px;
  margin-bottom: 50px;
}
#checkout-content .return-customer p {
  margin-bottom: 0;
  font-size: 14px;
  color: #8e8e8e;
  line-height: 26px;
}
#checkout-content .return-customer a {
  color: #00a3c8;
}
#checkout-content label,
#checkout-content input[type="text"] {
  display: block;
}
#checkout-content label {
  font-size: 14px;
  line-height: 26px;
  color: #8e8d8d;
  margin-bottom: 5px;
  font-weight: 500;
}
#checkout-content input[type="text"] {
  width: 100%;
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e2e2e2;
  outline: none;
  padding: 0 20px;
}
#checkout-content input[type="text"]:last-child {
  margin-bottom: 0;
}
#checkout-content .left-checkout > .row {
  margin-bottom: 30px;
}
#checkout-content .select-box {
  padding: 0;
  margin: 0;
  border: 1px solid #e2e2e2;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  background: #fff url(../images/cart/select-box-bg.png) no-repeat 95% 50%;
}
#checkout-content .select-box select {
  padding: 5px 8px;
  width: 130%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#checkout-content .select-box select:focus {
  outline: none;
}
#checkout-content .row span {
  font-size: 14px;
  font-weight: 500;
  color: #8e8d8d;
}
#checkout-content input[type="checkbox"] {
  margin: 0;
  vertical-align: middle;
  margin-right: 15px;
}
#checkout-content textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #e2e2e2;
  padding: 10px 20px;
  outline: none;
}
#checkout-content .ship-different {
  margin-top: 80px;
}
#checkout-content .order-box {
  border: 1px solid #d9d9d9;
  padding: 30px;
}
#checkout-content .order-box ul li {
  display: block;
  color: #8e8d8d;
  font-size: 14px;
  line-height: 45px;
  font-weight: 600;
}
#checkout-content .order-box ul li.total {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
#checkout-content .order-box ul li span {
  float: right;
  display: inline-block;
}
#checkout-content .order-box ul li span.bold {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
#checkout-content .order-box ul li a span {
  color: #00a3c8;
}
#checkout-content .order-box ul li input[type="radio"] {
  margin-right: 10px;
}
#checkout-content .order-box ul li .note {
  background: #ececec;
  padding: 25px;
  color: #8e8d8d;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
#checkout-content .order-box ul li .note .fa {
  font-size: 35px;
  position: absolute;
  top: -25px;
  left: 25px;
  color: #ececec;
}
#checkout-content .order-box ul li a.place-order {
  background: #00a3c8;
  text-transform: uppercase;
  display: inline-block;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  padding: 0 40px;
  margin-top: 30px;
}
.department {
  border-bottom: 3px solid #00a3c8;
  border-radius: 0 0 2px 2px;
  margin-bottom: 30px;
  min-height: 380px;
  overflow: hidden;
  position: relative;
}
.department .thumb {
  overflow: hidden;
  position: relative;
}
.department .thumb .round-style {
  background-color: #fbf7f8;
  border-radius: 50%;
  bottom: 12px;
  height: 70px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  width: 70px;
}
.department:hover .thumb .round-style {
  bottom: 76px;
}
.department .department-details {
  background-color: #fbf7f8;
  bottom: -65px;
  padding: 0 15px 20px;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  width: 100%;
}
.department .department-details h4 {
  color: #202a30;
  font-weight: 700;
}
.department-details .round-style {
  background: #fbf7f8 none repeat scroll 0 0;
  border-radius: 50%;
  height: 70px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -35px;
  width: 70px;
}
.department:hover .department-details {
  bottom: 0;
}
.department .department-details .icon {
  color: #00a3c8;
  display: inline-block;
  font-size: 30px;
  position: relative;
  top: -15px;
}
.department .department-details .title {
  margin-bottom: 10px;
}
.department .department-details .details {
  font-size: 13px;
  padding-bottom: 8px;
}
.department .department-details a.btn-thm {
  margin-top: 15px;
}
.department:hover .department-details a.btn-thm {
  margin-top: 10px;
}
.featured-causes {
  background-color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}
.featured-causes .thumb {
  position: relative;
}
.featured-causes .department-details h4 {
  margin-top: 25px;
}
.featured-causes .department-details h3 {
  color: #454545;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 25px;
  margin-top: 10px;
}
.featured-causes .department-details p {
  font-size: 13px;
}
.featured-causes .department-details .p-title {
  color: #fc7437;
  font-weight: 600;
  margin-bottom: 15px;
}
.featured-causes .department-details h6 {
  color: #454545;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.featured-causes .department-details .thm-btn {
  margin-bottom: 20px;
  margin-top: 20px;
}
.featured-causes .social {
  padding-left: 0;
}
.featured-causes .social li {
  display: inline-block;
}
.featured-causes .social li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #fc7437;
  border: 1px solid #cacfd3;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
  margin-right: 3px;
  transition: all 0.3s ease;
}
.featured-causes .social li a:hover {
  background: #fc7437;
  border-color: #fc7437;
  color: #fff;
}
.fc-day-number {
  color: #343434;
}
.fc-day-number.fc-other-month {
  opacity: 0.4;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all,
li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
  background-color: #00a3c8;
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}
.theme-btn {
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.btn-theme-light {
  position: relative;
  padding: 12px 25px;
  line-height: 24px;
  text-transform: uppercase;
  background: 0 0;
  color: #fff !important;
  font-size: 14px;
  border: 1px solid #fff !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
}
.btn-theme-light:hover {
  background: #00a3c8;
  color: #fff !important;
  border-color: #00a3c8 !important;
}
.btn-theme-grey {
  position: relative;
  padding: 12px 25px;
  line-height: 24px;
  text-transform: uppercase;
  background: 0 0;
  color: #555 !important;
  font-size: 14px;
  border: 1px solid #999 !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
}
.btn-theme-grey:hover {
  background: #999;
  color: #fff !important;
  border-color: #999 !important;
}
.btn-theme-one {
  position: relative;
  padding: 12px 25px;
  line-height: 24px;
  text-transform: uppercase;
  background: #00a3c8;
  color: #fff !important;
  font-size: 14px;
  border: 1px solid #00a3c8 !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
}
.btn-theme-one:hover {
  background: #fff;
  color: #00a3c8 !important;
  border-color: #00a3c8 !important;
}
.btn-theme-two {
  position: relative;
  padding: 12px 25px;
  line-height: 24px;
  text-transform: uppercase;
  background: #fff;
  color: #00a3c8 !important;
  font-size: 14px;
  border: 1px solid #00a3c8 !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
}
.btn-theme-two:hover {
  background: #00a3c8;
  color: #fff !important;
  border-color: #00a3c8 !important;
}
.btn-theme-three {
  position: relative;
  padding: 12px 25px;
  line-height: 24px;
  text-transform: uppercase;
  background: #aa4fff;
  color: #fff !important;
  font-size: 14px;
  border: 1px solid #aa4fff !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
}
.btn-theme-three:hover {
  background: #fff;
  color: #aa4fff !important;
  border-color: #aa4fff !important;
}
.btn-theme-four {
  position: relative;
  padding: 12px 25px;
  line-height: 24px;
  text-transform: uppercase;
  background: #fff;
  color: #aa4fff !important;
  font-size: 14px;
  border: 1px solid #aa4fff !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
}
.btn-theme-four:hover {
  background: #aa4fff;
  color: #fff !important;
  border-color: #aa4fff !important;
}
.btn-theme-five {
  position: relative;
  padding: 12px 25px;
  line-height: 24px;
  text-transform: uppercase;
  background: #ff5412;
  color: #fff !important;
  font-size: 14px;
  border: 1px solid #ff5412 !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
}
.btn-theme-five:hover {
  background: #fff;
  color: #ff5412 !important;
  border-color: #ff5412 !important;
}
.btn-theme-six {
  position: relative;
  padding: 12px 25px;
  line-height: 24px;
  text-transform: uppercase;
  background: #fff;
  color: #ff5412 !important;
  font-size: 14px;
  border: 1px solid #ff5412 !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
}
.btn-theme-six:hover {
  background: #ff5412;
  color: #fff !important;
  border-color: #ff5412 !important;
}
.btn-theme-seven {
  position: relative;
  padding: 10px 25px 10px 15px;
  line-height: 24px;
  text-transform: capitalize;
  background: #6ad3ed;
  color: #fff !important;
  font-size: 14px;
  border: 1px solid #6ad3ed !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
}
.btn-theme-seven:hover {
  background: #00a3c8;
  color: #fff !important;
  border-color: #fff !important;
}
.btn-theme-seven .fa {
  font-size: 20px;
}
.btn-theme-eight {
  position: relative;
  padding: 12px 25px;
  line-height: 24px;
  text-transform: uppercase;
  background: #43d6d1;
  color: #fff !important;
  font-size: 14px;
  border: 1px solid #43d6d1 !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -moz-border-radius: 0;
}
.btn-theme-eight:hover {
  background: #fff;
  color: #43d6d1 !important;
  border-color: #43d6d1 !important;
}
.btn-theme-nine {
  position: relative;
  padding: 12px 25px;
  line-height: 24px;
  text-transform: uppercase;
  background: #fff;
  color: #43d6d1 !important;
  font-size: 14px;
  border: 1px solid #43d6d1 !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -moz-border-radius: 0;
}
.btn-theme-nine:hover {
  background: #43d6d1;
  color: #fff !important;
  border-color: #43d6d1 !important;
}
.btn-theme-ten {
  position: relative;
  padding: 12px 25px;
  line-height: 24px;
  text-transform: uppercase;
  background: #ffc925;
  color: #fff !important;
  font-size: 14px;
  border: 1px solid #ffc925 !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -moz-border-radius: 0;
}
.btn-theme-ten:hover {
  background: #fff;
  color: #ffc925 !important;
  border-color: #ffc925 !important;
}
.rounded-btn {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  -moz-border-radius: 24px;
}
.default-section {
  position: relative;
  padding: 80px 0 20px;
}
.default-section .column {
  position: relative;
  margin-bottom: 50px;
}
.circular-graph-section {
  position: relative;
  padding: 70px 0 20px;
  background: #e8e9ea url(../images/background/bg-pattern.jpg) center top repeat;
}
.circular-graph-section .sec-title h3 {
  color: #2b4261;
  letter-spacing: 5px;
}
.circular-graph-section .column {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.circular-graph-section .column .inner-box {
  position: relative;
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
.circular-graph-section .column .graph-outer {
  position: relative;
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.circular-graph-section .column .inner-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  padding-top: 80px;
  line-height: 40px;
  font-size: 32px;
  font-weight: 400;
  color: #d971f2;
  font-family: raleway, sans-serif;
}
.circular-graph-section .column.style-two .inner-text {
  letter-spacing: 4px;
  font-weight: 600;
  font-size: 36px;
  color: #3a3a3a;
}
.circular-graph-section .column h3 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #3a3a3a;
}
.circular-graph-section .column.style-two h3 {
  font-family: montserrat, sans-serif;
  letter-spacing: 1px;
}
.circular-graph-section .column .circular-line {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 190px;
  height: 190px;
  border: 2px solid #ccc;
  z-index: 0;
}
.circular-graph-section .column canvas {
  position: relative;
  z-index: 1;
}
.progress-boxes {
  position: relative;
}
.progress-column {
  position: relative;
}
.no-grid .progress-column {
  float: left;
  padding: 0 15px;
  width: 20%;
}
.progress-column .inner-box {
  position: relative;
  border: 1px solid #d0d0d0;
  border-top-width: 7px;
  padding: 25px 15px 20px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.progress-column.clr-pink .inner-box {
  border-top-color: #f84d85;
}
.progress-column.clr-orange .inner-box {
  border-top-color: #f28b1c;
}
.progress-column.clr-yellow .inner-box {
  border-top-color: #ffc925;
}
.progress-column.clr-green .inner-box {
  border-top-color: #57b22f;
}
.progress-column.clr-blue .inner-box {
  border-top-color: #00a3c8;
}
.progress-column .inner-box .top-icon {
  position: absolute;
  right: 25px;
  top: -16px;
  width: 25px;
  height: 25px;
  background: #fff;
  color: #fff;
  text-align: center;
  line-height: 19px;
  border-radius: 50%;
  border: 3px solid #00a3c8;
  z-index: 1;
}
.progress-column.clr-pink .inner-box .top-icon {
  border-color: #f84d85;
}
.progress-column.clr-orange .inner-box .top-icon {
  border-color: #f28b1c;
}
.progress-column.clr-yellow .inner-box .top-icon {
  border-color: #ffc925;
}
.progress-column.clr-green .inner-box .top-icon {
  border-color: #57b22f;
}
.progress-column.clr-blue .inner-box .top-icon {
  border-color: #00a3c8;
  background: #00a3c8 !important;
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
}
.progress-column h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.progress-column.clr-pink h3 {
  color: #f84d85;
}
.progress-column.clr-orange h3 {
  color: #f28b1c;
}
.progress-column.clr-yellow h3 {
  color: #ffc925;
}
.progress-column.clr-green h3 {
  color: #57b22f;
}
.progress-column.clr-blue h3 {
  color: #00a3c8;
}
.progress-column .text {
  font-size: 15px;
  text-align: justify;
}
.progress-levels {
  position: relative;
}
.progress-levels .progress-box {
  position: relative;
  margin-bottom: 20px;
}
.progress-levels .progress-box .box-title {
  position: relative;
  font-size: 14px;
  color: #1a1a1a;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.progress-levels .progress-box .bar {
  position: relative;
  padding-right: 50px;
  height: 8px;
}
.progress-levels .progress-box .bar .bar-innner {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 8px;
}
.progress-levels .progress-box .bar .bar-fill {
  position: relative;
  width: 0;
  height: 7px;
  background: #00a3c8;
  border-radius: 3px;
}
.progress-levels .progress-box .percent {
  position: absolute;
  right: 0;
  width: 50px;
  top: -10px;
  letter-spacing: 1px;
  font-size: 14px;
  color: #00a3c8;
}
.default-title {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 1px;
}
.default-line-left {
  width: 80px;
  height: 3px;
  margin: 10px 0 20px;
  background: #00a3c8;
}
.default-line-centered {
  width: 80px;
  height: 3px;
  margin: 10px auto;
  background: #00a3c8;
}
.tabs-box {
  position: relative;
}
.tabs-box .tab-buttons {
  position: relative;
  margin-bottom: 10px;
}
.tabs-box .tab-buttons .tab-btn {
  position: relative;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  padding: 6px 18px;
  color: #5a5a5a;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 3px;
  border-radius: 5px;
}
.tabs-box .tab-buttons .tab-btn.active {
  background: #00a3c8;
  color: #fff;
}
.tabs-box .tab {
  position: relative;
  padding: 15px 0;
  display: none;
}
.tabs-box .active-tab {
  display: block;
}
.tabs-box .tab p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 2.2em;
}
.tabs-box .tab img {
  position: relative;
  display: block;
  max-width: 100%;
  margin-bottom: 15px;
}
.accordion-box {
  position: relative;
}
.accordion-box .accordion {
  position: relative;
}
.accordion-box .accordion .acc-btn {
  position: relative;
  font-size: 16px;
  padding: 4px 40px 4px 0;
  margin-bottom: 15px;
  line-height: 24px;
  color: #1a1a1a;
  cursor: pointer;
  text-transform: uppercase;
}
.accordion-box .accordion .acc-btn .toggle-icon {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  border: 2px solid #00a3c8;
  color: #00a3c8;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
}
.accordion-box .accordion .acc-btn .toggle-icon .plus {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 26px;
  width: 100%;
  height: 26px;
  opacity: 1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.accordion-box .accordion .acc-btn.active .toggle-icon .plus {
  opacity: 0;
}
.accordion-box .accordion .acc-btn.active {
  color: #00a3c8;
}
.accordion-box .accordion .acc-btn .toggle-icon .minus {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 26px;
  width: 100%;
  height: 26px;
  opacity: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
  opacity: 1;
}
.accordion-box .accordion .acc-content {
  position: relative;
  line-height: 2em;
  font-size: 16px;
  display: none;
  padding: 0 0 15px 20px;
}
.accordion-box .accordion .acc-content.collapsed {
  display: block;
}
.accordion-box .accordion .acc-content p {
}
.process-section {
  position: relative;
  overflow: hidden;
}
.process-column {
  position: relative;
  text-align: center;
}
.process-column:after {
  content: "";
  position: absolute;
  right: -50px;
  top: 0;
  width: 100px;
  height: 120px;
  background: url(../images/icons/icon-arrow.png) center center no-repeat;
}
.process-section .process-column:last-child:after {
  display: none;
}
.process-column .upper-part {
  position: relative;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.process-column .icon-outer {
  position: relative;
  max-width: 140px;
  max-height: 140px;
  margin: 0 auto;
  border: 3px solid #00a3c8;
  color: #d0d0d0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.process-column:hover .icon-outer {
  background: #00a3c8;
  color: #fff;
  border-color: #00a3c8;
}
.process-column .icon-outer .icon {
  position: relative;
  display: inline-block;
  line-height: 134px;
  font-size: 48px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.process-column .icon-outer .step-count {
  position: absolute;
  right: -20px;
  top: 20px;
  width: 40px;
  height: 40px;
  display: block;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #00a3c8;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.process-column:hover .icon-outer .step-count {
  background: #fff;
  color: #00a3c8;
}
.process-column h3 {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 15px;
  color: #1a1a1a;
  font-weight: 600;
}
.process-column .text {
  font-size: 16px;
}
.process-column .lower-part {
  position: relative;
  opacity: 1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.process-section .auto-container:hover .process-column .lower-part {
  opacity: 1 !important;
}
.process-section .auto-container .process-column.active .lower-part {
  opacity: 1;
}
.process-section .auto-container .process-column:hover .lower-part {
  opacity: 1 !important;
}
.alert-box {
  position: relative;
  padding: 15px 20px;
  border: 1px solid;
  margin-bottom: 30px;
}
.alert-box.alert-success {
  border-color: #65be3e;
  background: #dce9d6;
  color: #65be3e;
}
.alert-box.alert-information {
  border-color: #22c0e8;
  background: #d3e9ef;
  color: #22c0e8;
}
.alert-box.alert-warning {
  border-color: #e7bd13;
  background: #eee9d1;
  color: #e7bd13;
}
.alert-box.alert-danger {
  border-color: #f7504c;
  background: #f1d9d8;
  color: #f7504c;
}
.alert-box.rounded-box {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.alert-box .inner {
  position: relative;
  padding-left: 50px;
  font-size: 14px;
  line-height: 28px;
}
.alert-box .inner .icon-alert {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 28px;
  height: 28px;
  font-size: 14px;
  line-height: 24px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
.alert-box.alert-success .inner .icon-alert {
  border-color: #65be3e;
  color: #65be3e;
}
.alert-box.alert-information .inner .icon-alert {
  border-color: #22c0e8;
  color: #22c0e8;
}
.alert-box.alert-warning .inner .icon-alert {
  border-color: #e7bd13;
  color: #e7bd13;
}
.alert-box.alert-danger .inner .icon-alert {
  border-color: #f7504c;
  color: #f7504c;
}
.btns-row .theme-btn {
  margin: 0 5px 20px;
}
.accordion-box {
  position: relative;
}
.accordion-box .block {
  margin-bottom: 25px;
  position: relative;
}
.accordion-box .block .acc-btn {
  border: 1px solid #00a3c8;
  color: #1c1c1c;
  cursor: pointer;
  font-size: 16px;
  padding: 12px;
  position: relative;
}
.accordion-box .block .acc-btn.active {
  border-bottom: 1px solid #ef173c;
  border-color: #ef173c;
  color: #1c1c1c;
  padding-bottom: 10px;
}
.accordion-box .block .icon-outer {
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: -10px;
}
.accordion-box .block .icon-outer .icon {
  color: #ef173c;
  line-height: 52px;
  position: absolute;
  top: 8px;
  right: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.accordion-box .block .icon-outer .icon-plus {
  opacity: 0;
}
.accordion-box .block .icon-outer .icon-plus {
  opacity: 1;
}
.accordion-box .block .active .icon-outer .icon-minus {
  opacity: 1;
}
.accordion-box .block .active .icon-outer .icon-plus {
  opacity: 0;
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box .block .acc-content.current {
  display: block;
}
.accordion-box .block .content {
  border: 1px solid #ef173c;
  border-top: none;
  color: gray;
  font-size: 13px;
  padding: 7px 12px 8px;
  position: relative;
}
.accordion-box.style-two .block .acc-btn {
  font-size: 20px;
}
.accordion-box.style-two .block .content {
  font-size: 14px;
}
.bg-f1 {
  background: #f1f1f1 !important;
}
.bg-f7 {
  background: #f7f7f7 !important;
}
.form-transparent input.form-control {
  height: 45px;
}
.subpage ul li {
  list-style: inside;
}
.upcoming-confr {
  position: relative;
  padding: 60px 0 30px;
  margin: 0;
}
.subscribe-contact-form {
  width: 70%;
  margin: 0 auto 1em;
  padding-top: 15px;
}
.subscribe-contact-form .contact-full-name,
.subscribe-contact-form .contact-email {
  width: 71%;
  margin-left: 25px;
  margin-top: 0;
  float: left;
}
.subscribe-contact-form .contact-full-name input,
.subscribe-contact-form .contact-email input {
  border: solid 1px #eee;
}
.subscribe-contact-form input {
  background: #f9f9f9 !important;
  height: 42px;
}
.contact-submit {
  width: 25%;
  float: right;
}
.subscribe-contact-form .btn {
  font-size: 16px;
  border: 0;
  padding: 5px 30px !important;
  text-align: center;
  font-weight: 600;
  text-align: center;
  font-weight: 500;
  background: #009246 !important;
  margin-top: 0;
  color: #fff;
  border-radius: 5px;
  margin-left: 0;
}
.promotional_partner {
  font-size: 18px;
}
.promotional_partner img {
  background-color: #fff;
  border-radius: 10px;
  height: 60px;
  width: auto;
  margin: 10px;
  padding: 5px;
}

.social-footer {
  padding-right: 0px;
}
.facebook-link {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.6),
    0 0 5px 1px rgba(255, 255, 255, 0.5);
  background: #fff;
  height: 310px;
  padding: 0px 14px;
  margin-top: 0px;
}
.twitter-link {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.6),
    0 0 5px 1px rgba(255, 255, 255, 0.5);
  background: #fff;
  height: 310px;
  padding: 0px 14px;
  margin-top: 0px;
}
.social-footer h2 {
  text-align: center;
  padding: 10px 0px 5px;
  border-bottom: 1px solid #e9e8e8;
  color: #124b86;
  font-weight: 600;
  font-size: 16px;
}
.scrollbar {
  float: left;
  height: 245px;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-bottom: 25px;
  padding: 15px 0px;
}
.scrollbar p {
  padding: 20px 15px;
}
.scrollbar ul li {
  display: block;
}
.force-overflow {
  min-height: 370px;
}

* STYLE 2 */ #style-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar-thumb {
  background-color: #504f53;
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}

.testimonial .author img {
  border-radius: 50%;
  width: 35%;
  margin: 1em auto;
}
.testimonial {
  color: #fff;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
  height: 440px;
}
.testimonial .author {
  position: relative;
  border-bottom: 1px solid #f3eded;
  padding: 10px 0px;
  margin: 0px 20px;
}
.testimonial .author .name {
  color: #e22e2c;
  /* padding-left: 15px; */
  font-size: 19px;
  line-height: 1.2em;
  display: block;
  /* padding-top: 25px; */
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
}
.testimonial .author .desgn {
  color: #1d1818;
  /* padding-left: 15px; */
  font-size: 15px;
  line-height: 1.2em;
  display: block;
  /* padding-top: 25px; */
  /* text-transform: uppercase; */
  text-align: center;
  font-weight: 500;
  /* letter-spacing: 1px; */
}
.testimonial .text {
  padding: 15px 0 45px 15px;
  font-size: 15px;
  line-height: 1.5em;
  color: #606060;
}

.view {
  border: 1px solid #078a80;
  background: #078a80;
  text-transform: capitalize;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  padding: 10px 25px;
  margin: 21px 0 21px;
  letter-spacing: 1px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.content{
  text-align: center;
}


@media screen and (min-width: 320px) and (max-width:768px) {
  .mainslider {
      margin-top: 112px;
      height: auto !important;
  }
  .mainslider ul.slide-navs {
    left: 44%;
  }
  .testimonial {
    height: auto;
    margin-bottom: 10px;
  }
  .banner{
    margin-top: 100px;
  }
  .clients-column .image img {
    max-width: 100%;
    max-height: 100% !important;
    padding: 10px 0;
  }
}