/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR Clainc               ||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************
* 1. imported style
* 2. common style
* 3. header style
* 4. banner style
* 5. appointment style
* 6. about style
* 7. services style
* 8. features style
* 9. video style
* 10. testimonials style
* 11. blog style
* 12. footer style
* 13. inner-banner style
* 14. contact style
* 15. team style
* 16. cta style
* 17. fun-fact style
* 18. gallery style
* 19. donation-process style
* 20. sidebar style
* 21. notice style
* 22. shop style
* 23. newsletter style
* 24. faq style
* 25. cart style
* 26. checkout style
* 27. history style
****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/
/*
* 1. imported style
*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,900|Source+Sans+Pro:300,400,600,700,900&amp;display=swap");
@import url("bootstrap.min.css");
@import url("bootstrap-select.min.css");
@import url("owl.carousel.css");
@import url("owl.theme.default.min.css");
@import url("jquery.bxslider.min.css");
@import url("bootstrap-datepicker.min.css");
@import url("animate.css");
@import url("font-awesome.min.css");
@import url("magnific-popup.css");
@import url("material-icons.css");
@import url("swiper.min.css");
@import url("hover.min.css");
@import url("nouislider.css");
@import url("jquery.bootstrap-touchspin.css");
/* @import url("../plugins/clainc-icon/style.css"); */
/*
* 2. common style
*/
body {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  line-height: 26px;
  color: #5f666d;
}

a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

a:hover {
  text-decoration: none;
  outline: none;
}
.circle-icon {
  /*background: #ffc0c0;*/
  padding: 6px;
  border-radius: 50%;
  border-style: solid;
  border-color: black;
  border-width: 2px;
}
button:focus,
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.thm-black-bg {
  background-color: #0f4469;
}

.thm-base-bg {
  background-color: #0384ce;
}

.thm-base-bg-2 {
  background-color: #3156a3;
}

.thm-primary-bg {
  background-color: #ff6b35;
}

.thm-gray-bg {
  background-color: #f6fbff;
}

.thm-gray-bg-2 {
  background-color: #f7f8fb;
}

.thm-light-color {
  color: #fff;
}

.thm-primary-color {
  color: #ff6b35;
}

hr.style-one {
  margin: 0;
  border-top: 2px solid #f3f3f3;
}

.pos-rel {
  position: relative;
}

.thm-btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  text-align: center;
  border-radius: 27.5px;
  background-color: #ffbf00;
  font-size: 17px;
  color: #fff;
  z-index: 1;
  font-weight: bold;
  text-transform: capitalize;
  padding: 14.5px 43.25px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.thm-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.thm-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #8fb569;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.thm-btn:hover::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.thm-btn:hover::after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.thm-btn:hover {
  color: #fff;
}

.block-title {
  margin-bottom: 0px;
}
.block-title__title {
  margin: 0;
  color: #222;
  font-size: 36px;
  font-weight: bold;
}
.block-title__text {
  margin: 0;
  font-size: 17px;
  color: #455360;
  line-height: 26px;
}
.block-title__title + .block-title__text {
  margin-top: 20px;
}
.block-title__light-color {
  color: #fff;
}
.block-title__low-margin {
  margin-bottom: 50px;
}

.sec-pad {
  padding-top: 40px;
  /* padding-bottom: 30px; */
}
.sec-pad-with-content-margin-20 {
  padding-bottom: 110px;
}

.sec-pad-two {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sec-pad-two__content-margin-30 {
  padding-bottom: 50px;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.bootstrap-select > .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 99999;
}
.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid #eee;
}
.bootstrap-select .dropdown-menu > li:first-child > a {
  padding-top: 10px;
}
.bootstrap-select .dropdown-menu > li:last-child > a {
  padding-bottom: 10px;
}
.bootstrap-select .dropdown-menu > li.selected > a {
  background: #ffbf00;
  color: #fff;
}
.bootstrap-select .dropdown-menu li a span.text {
  transition: all 500ms ease;
}
.bootstrap-select .dropdown-menu li.selected a span.text,
.bootstrap-select .dropdown-menu li:hover a span.text {
  color: #fff;
}
.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 20px;
  color: #222;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.bootstrap-select .dropdown-menu > li > a:hover {
  background: #ffbf00;
  color: #fff;
  cursor: pointer;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  background-image: url(../images/resources/preloader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #ffbf00;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
}
.scroll-to-top:after,
.scroll-to-top:before {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #ffbf00;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.scroll-to-top:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.scroll-to-top i {
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.scroll-to-top:hover {
  background: #fff;
}
.scroll-to-top:hover i {
  color: #ffbf00;
}
.scroll-to-top:hover:before,
.scroll-to-top:hover:after {
  background-color: #fff;
}

/*
* 3. header style
*/

/** main-header **/

.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  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;
}

.main-logo {
  margin: -20px 0px;
}

.sticky-logo {
  margin: -6px 0px;
}

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  left: 0px;
  top: 0px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  width: 100%;
  z-index: 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 .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.main-header .logo-box {
  position: relative;
  padding: 30px 0px;
  margin: 0px;
}

.main-header .menu-right-content {
  position: relative;
  margin: 31px 0px 0px 30px;
}

/** search box btn **/

.main-header .search-box-outer {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
}

.main-header .search-box-outer:before {
  position: absolute;
  content: "";
  background: #aaa;
  width: 1px;
  height: 15px;
  left: 0px;
  top: 9px;
}

.main-header .search-box-btn {
  position: relative;
  font-size: 18px;
  color: #222;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  outline: none;
  background: transparent;
  transition: all 500ms ease;
}

.main-header .search-box-btn:hover {
  color: #ffbf00;
}

.main-header .search-box-btn:focus {
  border: none;
  outline: none;
}

.main-header .header-upper.dark .search-box-btn {
  color: #fff;
}

.main-header .search-box-outer .dropdown-menu {
  top: 50px;
  padding: 0px;
  width: 330px;
  border-radius: 0px;
  background: #ffffff;
  right: 0;
  left: auto;
  transform: translate3d(0px, 0px, 0px) scale3d(0.8, 0.8, 0.8);
  border-color: transparent;
  border-radius: 3px;
  box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  transition: 0.5s ease;
  display: block;
  opacity: 0;
  visibility: hidden;
}

.main-header .search-box-outer .show .dropdown-menu {
  display: block;
  transform: scale3d(1, 1, 1);
  opacity: 1;
  visibility: visible;
}

.main-header .search-panel .form-container {
  padding: 30px;
}

.main-header .search-panel .form-group {
  position: relative;
  margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 9px 50px 9px 15px;
  height: 50px;
  border: 1px solid #f3f5fe;
  border-radius: 3px;
  background: #f3f5fe;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
  border-color: #f3f5fe;
}

.main-header .search-panel .search-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 50px;
  height: 48px;
  text-align: center;
  border: none;
  box-shadow: none;
  outline: none;
  color: #222;
  background: transparent;
  font-size: 14px;
  border-radius: 0px 3px 3px 0px;
  cursor: pointer;
}

.dropdown-toggle::after {
  display: none;
}

/** main-menu **/

.main-menu {
  position: relative;
  float: left;
}

.main-menu .navbar-collapse {
  padding: 0px;
  display: block;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  z-index: 2;
  padding: 33px 0px 7px 0px;
  margin: 0px 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li:before {
  position: absolute;
  content: "";
  background: #ffbf00;
  width: 0px;
  height: 2px;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  transition: all 500ms ease;
  -webkit-mask-image: linear-gradient(
    -75deg,
    rgba(255, 255, 255, 0.6) 50%,
    #ffffff 50%,
    rgba(0, 0, 0, 1) 70%
  );
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }

  to {
    -webkit-mask-position: -50%;
  }
}

.main-menu .navigation > li.current:before,
.main-menu .navigation > li:hover::before {
  width: 100%;
}

.main-menu .navigation > li:last-child {
  margin-right: 0px;
}

.main-menu .navigation > li:first-child {
  margin-left: 0px;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 14.5px;
  line-height: 30px;
  font-weight: 700;
  opacity: 1;
  color: #222;
  padding: 0px;
  z-index: 1;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 250px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: 0px 0px;
  background-color: #ffffff;
  border-top: 3px solid #ffbf00;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  padding: 6px 30px;
  border-bottom: 1px solid #f5f5f5;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li:hover {
  background: #ffbf00;
  border-color: #ffbf00;
  padding-left: 25px;
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 6px 0px;
  line-height: 24px;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: #222;
  text-align: left;
  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;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 6px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: -2px;
  width: 230px;
  z-index: 100;
  display: none;
  padding: 0px 0px;
  background-color: #ffffff;
  border-top: 3px solid #ffbf00;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  padding: 6px 30px;
  border-bottom: 1px solid #f5f5f5;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover {
  background: #ffbf00;
  border-color: #ffbf00;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  font-size: 15px;
  padding: 6px 0px;
  line-height: 24px;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: #222;
  text-align: left;
  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;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 12px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(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;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #fff;
  background: #ffbf00;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar {
  position: relative;
  height: 2px;
  width: 30px;
  background: #fff;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
  margin-bottom: 0px;
}

/** mobile-menu **/

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .navbar-collapse {
  display: block;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #202020;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
  color: #ffbf00;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li ul li > a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li > a:hover {
  color: #ffbf00;
}

.mobile-menu .navigation li.current > a:before {
  height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  background: #ffbf00;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}

.mobile-menu .social-links {
  position: relative;
  padding: 30px 25px;
}

.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
  color: #ffbf00;
}

div#mCSB_1_container,
div#mCSB_1 {
  top: 0px;
  border: none;
  outline: none;
  box-shadow: none;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 80px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
  color: rgba(255, 255, 255, 0.8);
}

.mobile-menu .contact-info ul li a:hover {
  color: #ffbf00;
}

.mobile-menu .contact-info ul li:last-child {
  margin-bottom: 0px;
}

/** stricky-header **/

.sticky-header .main-menu .navigation > li {
  margin: 0px;
}

.sticky-header .main-menu .navigation > li > a {
  padding: 15px 30px;
}

.sticky-header .main-menu .navigation > li > a {
  color: #222;
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
  color: #fff;
  background: #ffbf00;
}

.sticky-header .logo-box {
  position: relative;
  float: left;
  padding: 8px 0px;
}

.sticky-header .menu-area {
  position: relative;
  float: right;
}

.sticky-header .main-menu .navigation > li > a:before {
  display: none;
}

.sticky-header .main-menu .navigation > li {
  padding: 0px;
  margin: 0px;
  border: none;
}

.sticky-header .main-menu .navigation > li:before {
  display: none;
}

/*
* 4. banner style
*/

.banner-section {
  position: relative;
  display: flex;
  max-height: calc(100vh - 100px);
  overflow: hidden;
}

.banner-carousel {
  position: relative;
}

.banner-carousel .slide-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 185px 0px;
}

.banner-section.style-two.dental-2 .banner-carousel .slide-item {
  padding-bottom: 30px;
}

.banner-section.style-three.blood-donation .banner-carousel .slide-item {
  padding-bottom: 25px;
}

.banner-carousel .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.banner-carousel .slide-item:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.6);
 }

.banner-carousel .content-box {
  position: relative;
  display: block;
  z-index: 5;
  /* background: rgba(49, 86, 163, 0.9);*/
  padding: 40px 30px;
  max-width: 650px;
  max-height: 320px;
  width: 100%;
  overflow: hidden;
  /* margin-top:-20px; */
  margin-left:40px;
}

.banner-section.style-two .content-box {
  background: transparent;
  padding: 0px 30px;
}

.banner-section.style-three .content-box {
  margin: 0 auto;
  text-align: center;
}

.banner-section.style-four .content-box {
  max-width: 100%;
}

.banner-section.style-two .image-layer:before {
  position: absolute;
  content: "";
  background: rgba(49, 86, 163, 0.8);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
}

.banner-carousel .content-box h3 {
  position: relative;
  display: block;
  font-size: 34px;
  font-weight: bold;
  color: #9dd046;
  margin: 0;
  margin-top: -18px;
  margin-bottom: 15px;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.banner-carousel .active .content-box h3 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.banner-carousel .content-box p {
  position: relative;
  display: block;
  color: #fff;
  margin: 0;
  font-size: 15px;
  font-weight:600;
  margin-bottom: 20px;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.banner-carousel .active .content-box p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.banner-carousel .content-box a {
  position: relative;
  opacity: 0;
  z-index: 9;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box a {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-section .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section:hover .owl-nav {
  opacity: 1;
}

.banner-section .owl-nav .owl-prev {
  position: absolute;
  left: 50px;
  background: transparent;
  height: 55px;
  width: 55px;
  line-height: 50px;
  border: 2px solid #ffffff;
  text-align: center;
  color: #fff;
  padding: 0px;
  margin: 0px;
  font-size: 30px;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section .owl-nav .owl-next {
  position: absolute;
  right: 50px;
  background: transparent;
  height: 55px;
  width: 55px;
  line-height: 50px;
  border: 2px solid #ffffff;
  text-align: center;
  color: #fff;
  padding: 0px;
  margin: 0px;
  font-size: 30px;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover {
  background: #ffbf00;
  border-color: #ffbf00;
}

.banner-section .owl-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 57px;
  text-align: center;
  padding-top: 20px;
  border-bottom: 13px solid #000000;
  display: none;
}

.banner-section .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0px 4px;
}

.banner-section .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  background: #4d4d4d;
  border: 1px solid transparent;
  border-radius: 50%;
}

.banner-section .owl-dots .owl-dot.active span {
  background: #3786ff;
  border-color: #3786ff;
}

.banner-section.style-two .owl-dots {
  bottom: 40px;
  height: auto;
  padding: 0;
  border: none;
  background: none;
}

.static-banner-two {
  position: relative;
  overflow: hidden;
  padding: 130px 0;
}
.static-banner-two:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3156a3;
  opacity: 0.7;
  z-index: 9;
}
.static-banner-two__background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
.static-banner-two .appointment-two__form {
  margin-right: 0;
  margin-left: 80px;
}
.static-banner-two .container {
  position: relative;
  z-index: 10;
}
.static-banner-two__title {
  margin: 0;
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
}
.static-banner-two__text {
  font-size: 17px;
  line-height: 28px;
  color: #ffffff;
  margin: 0;
  margin-bottom: 60px;
}

.banner-one__blood-donation .banner-one__title {
  font-size: 60px;
  text-transform: capitalize;
}

/*
* 5. appointment style
*/
.appointment-one {
  position: relative;
  z-index: 99;
  margin-top: -85px;
  padding-bottom: 180px;
}
.appointment-one .inner-container {
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.15);
  padding: 50px;
  padding-bottom: 35px;
}
.appointment-one__title {
  margin: 0;
  color: #222;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.appointment-one__label {
  margin: 0;
  font-size: 18px;
  color: #222;
  font-weight: 400;
  margin-bottom: 20px;
}
.appointment-one__form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}
.appointment-one__icon {
  width: 45px;
  height: 50px;
  border: 1px solid #cacaca;
  border-right: 0;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  text-align: center;
}
.appointment-one__icon i {
  line-height: 50px;
  color: #222;
  font-size: 18px;
}
.appointment-one__field {
  outline: none;
  padding-left: 20px;
  height: 50px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #cacaca;
  width: calc(100% - 45px);
  font-size: 17px;
  color: #5f666d;
}
.appointment-one__switch-wrap {
  width: calc(100% - 45px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.appointment-one__switch {
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  color: #222;
  width: 50%;
  height: 50px;
  border: 1px solid #cacaca;
  font-size: 17px;
}
.appointment-one__switch.active,
.appointment-one__switch:active,
.appointment-one__switch:focus {
  border-color: #8fb569;
  color: #fff;
  background-color: #8fb569;
}
.appointment-one__switch:last-child {
  border: 1px solid #cacaca;
  border-left: 0;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.appointment-one__btn {
  margin-bottom: 25px;
  width: 100%;
}
.appointment-one
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100%;
}
.appointment-one .bootstrap-select > .dropdown-toggle {
  outline: none;
  padding: 0;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #cacaca;
  font-size: 17px;
  color: #222;
  height: 50px;
}
.appointment-one .dropdown-toggle::after {
  border: none;
  content: "\e313";
  font-family: "Material Icons";
  font-size: 24px;
  color: #0f4469;
  vertical-align: 1px;
  margin-right: 15px;
}
.appointment-one .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  padding: 10px 0;
}
.appointment-one label.error {
  display: none;
}
.appointment-one .result .inner p {
  margin: 0;
  font-size: 17px;
  padding: 5px 15px;
}
.appointment-one .result .inner.success {
  background-color: rgba(0, 128, 0, 0.2);
}
.appointment-one .result .inner.error {
  background-color: rgba(255, 0, 0, 0.2);
}

.datepicker-dropdown {
  min-width: 18rem;
}

.datepicker table {
  width: 100%;
}

.appointment-one__appointment-page {
  padding-bottom: 110px;
}

.appointment-two {
  padding: 130px 0;
}
.appointment-two__form {
  margin-right: 87px;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
}
.appointment-two__form-top {
  padding: 30px;
  background-color: #222;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.appointment-two__form-icon {
  color: #fff;
  font-size: 36px;
}
.appointment-two__form-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.appointment-two__form-text {
  margin: 0;
  color: #ffffff;
  font-size: 17px;
  line-height: 26px;
}
.appointment-two__form-bottom {
  background-color: #fff;
  padding: 30px;
}
.appointment-two__form-field {
  width: 100%;
  position: relative;
  height: 60px;
  background-color: #f7f7f7;
}
.appointment-two__form-field input {
  background-color: transparent;
  border: none;
  outline: none;
  padding-left: 25px;
  color: #222;
  width: 100%;
  height: 100%;
}
.appointment-two__form-field input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #222;
}
.appointment-two__form-field input::-moz-placeholder {
  /* Firefox 19+ */
  color: #222;
}
.appointment-two__form-field input:-ms-input-placeholder {
  /* IE 10+ */
  color: #222;
}
.appointment-two__form-field input:-moz-placeholder {
  /* Firefox 18- */
  color: #222;
}
.appointment-two__form-field-icon {
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.appointment-two__form-field
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100%;
  height: 100%;
}
.appointment-two__form-field .bootstrap-select > .dropdown-toggle {
  color: #222;
  height: 100%;
  line-height: 1em;
  padding: 20px 25px;
  background-color: #f7f7f7;
}
.appointment-two__form-field .bootstrap-select > .dropdown-toggle:after {
  border: none;
  content: "keyboard_arrow_down";
  font-family: "Material Icons";
  font-size: 24px;
  margin: 0;
  color: #0f4469;
  opacity: 0.7;
}
.appointment-two__form-field + .appointment-two__form-field {
  margin-top: 20px;
}
.appointment-two__form-btn {
  position: relative;
  border: none;
  outline: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: #ffbf00;
  border-radius: 0;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.appointment-two__form-btn:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background-color: #8fb569;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
}
.appointment-two__form-btn:hover:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.appointment-two__form-btn:hover {
  color: #fff;
}
.appointment-two__title {
  margin: 0;
  color: #222;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 15px;
}
.appointment-two__tag-line {
  font-size: 24px;
  color: #222;
  font-weight: bold;
  line-height: 36px;
  margin: 0;
  margin-bottom: 20px;
}
.appointment-two__text {
  margin: 0;
  color: #5f666d;
  font-size: 17px;
  line-height: 26px;
}
.appointment-two__feature-single {
  margin-top: 50px;
  position: relative;
}
.appointment-two__feature-icon {
  width: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.appointment-two__feature-icon i {
  color: #ffbf00;
  font-size: 11px;
}
.appointment-two__feature-content {
  width: 100%;
  padding-left: 29px;
}
.appointment-two__feature-title {
  color: #222;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
}
.appointment-two__feature-text {
  color: #5f666d;
  font-size: 17px;
  line-height: 26px;
  margin: 0;
}

.appointment-two__about-one {
  position: relative;
}
.appointment-two__about-one .appointment-two__feature-icon i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  background-color: #ffbf00;
  color: #fff;
  line-height: 20px;
  font-size: 16px;
}
.appointment-two__about-one .appointment-two__feature-content {
  padding-left: 35px;
}
.appointment-two__about-one__image-block {
  position: relative;
  margin-right: 30px;
  margin-left: -240px;
}
.appointment-two__about-one__image-block img {
  position: relative;
  width: 100%;
}

.appointment-table {
  padding-top: 120px;
  padding-bottom: 130px;
}
.appointment-table .appointment-two__form {
  margin-right: 0;
  margin-top: 50px;
}
.appointment-table__content {
  padding-right: 70px;
}
.appointment-table .table th,
.appointment-table .table td {
  border: none;
  padding: 0;
  text-align: center;
}
.appointment-table .table-responsive {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.appointment-table .table {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 5px;
  background-color: white;
}
.appointment-table .table thead {
  background-color: #8fb569;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.appointment-table .table thead tr th {
  text-align: center;
  padding: 0;
  border: 0;
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  padding: 16.5px 0;
}
.appointment-table .table tbody tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.appointment-table .table tbody tr th,
.appointment-table .table tbody tr td {
  color: #455360;
  font-size: 16px;
  font-weight: 400;
  line-height: 60px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.appointment-table .table tbody tr th {
  border-left: 0px solid rgba(0, 0, 0, 0.1);
}
.appointment-table .table tbody tr td:last-child {
  border-right: 0px solid rgba(0, 0, 0, 0.1);
}
.appointment-table__blood-dontation .appointment-table__content {
  padding-right: 0;
}

/*
* 6. about style
*/
.about-one {
  padding-bottom: 120px;
}
.about-one .dental-feature__content,
.about-one__content-block {
  margin-left: auto;
  width: 100%;
  max-width: 670px;
  padding-right: 85px;
}
.about-one__image-wrap {
  margin-right: auto;
  width: 100%;
  max-width: 645px;
}
.about-one .flex-row-reverse .dental-feature__content,
.about-one .flex-row-reverse .about-one__content-block {
  margin-left: 0;
  margin-right: auto;
  padding-right: 0;
  padding-left: 72px;
}
.about-one .flex-row-reverse .about-one__image-wrap {
  margin-right: 0;
  margin-left: auto;
}
.about-one__image-wrap {
  margin-left: -7px;
  margin-right: -7px;
}
.about-one__image-wrap .col-lg-7 {
  max-width: 58.95%;
  display: inline-block;
  float: left;
}
.about-one__image-wrap .col-lg-5 {
  display: inline-block;
  float: left;
  max-width: 42.65%;
}
.about-one__image {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 14px;
}
.about-one__image > img {
  width: 100%;
}
.about-one__title {
  margin: 0;
  color: #222;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.about-one__tag-line {
  color: #222;
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  margin-bottom: 20px;
}
.about-one__text {
  color: #5f666d;
  margin: 0;
  font-size: 17px;
  line-height: 26px;
}
.about-one__text + .about-one__text {
  margin-top: 30px;
}
.about-one__features {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 35px;
}
.about-one__features-item {
  position: relative;
  color: #222;
  font-weight: bold;
  font-size: 17px;
  padding-left: 25px;
}
.about-one__features-item:before {
  content: "\e900";
  font-family: "clainc-icon";
  color: #ffbf00;
  font-size: 11px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-one__features-item + .about-one__features-item {
  margin-top: 15px;
}
.about-one__btn {
  margin-top: 50px;
}
.about-one__home-2 {
  padding: 0;
}
.about-one__home-2 .about-one__content-block {
  padding-top: 110px;
  padding-bottom: 110px;
}

.schedule-one {
  padding-left: 59px;
  margin-top: -70px;
  position: relative;
  z-index: 99;
}
.schedule-one .inner-content {
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.13);
  background-color: #fff;
  position: relative;
  padding-bottom: 50px;
}
.schedule-one .inner-content:before {
  content: "";
  width: 454px;
  height: 31px;
  background: transparent url(../images/resources/zig-zag-1.png) center center
    no-repeat;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.schedule-one__content {
  padding-left: 20px;
  padding-right: 20px;
}
.schedule-one__time-wrap {
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #455360;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 65px;
}
@media (max-width: 480px) {
  .schedule-one__time-wrap {
    line-height: 1.4em;
  }
  .schedule-one__time-wrap span {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.schedule-one__day {
  width: 85px;
}
.schedule-one__sep {
  margin-left: 10px;
  margin-right: 10px;
}
.schedule-one .nav-tabs {
  border: none;
}
.schedule-one .nav-tabs .nav-item {
  margin-bottom: 0;
  width: 50%;
}
@media (max-width: 480px) {
  .schedule-one .nav-tabs .nav-item {
    width: 100%;
  }
}
.schedule-one .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  padding: 22px 0;
  color: #222;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.schedule-one .nav-tabs .nav-link i {
  font-size: 20px;
  margin-right: 15px;
}
.schedule-one .nav-tabs .nav-link.active {
  background-color: #8fb569;
  color: #fff;
}

.about-two {
  padding: 130px 0;
  background-color: #f6fbff;
}
.about-two__content {
  width: 100%;
  margin-left: auto;
  max-width: 570px;
}
.about-two__box {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  padding-left: 70px;
}
.about-two__box [class*="col-"]:last-child {
  margin-top: 100px;
}
.about-two__title {
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  color: #222;
  margin-bottom: 20px;
}
.about-two__text {
  margin: 0;
  color: #5f666d;
  font-size: 17px;
  line-height: 26px;
}
.about-two__text + .about-two__text {
  margin-top: 25px;
}
.about-two__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 45px;
}
.about-two__list-item {
  position: relative;
  color: #222;
  font-size: 17px;
  padding-left: 35px;
}
.about-two__list-item i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  background-color: #ffbf00;
  color: #fff;
  line-height: 20px;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-two__list-item + .about-two__list-item {
  margin-top: 25px;
}
.about-two__box-single {
  position: relative;
  display: block;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 49px 25px;
}
.about-two__box-single .border-one:before {
  position: absolute;
  content: "";
  background: #8fb569;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 2px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.about-two__box-single .border-one:after {
  position: absolute;
  content: "";
  background: #8fb569;
  right: 0px;
  bottom: 0px;
  width: 2px;
  height: 0px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.about-two__box-single .border-two:before {
  position: absolute;
  content: "";
  background: #8fb569;
  left: 0px;
  top: 0px;
  width: 2px;
  height: 0px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.about-two__box-single .border-two:after {
  position: absolute;
  content: "";
  background: #8fb569;
  right: 0px;
  bottom: 0px;
  width: 0px;
  height: 2px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.about-two__box-single:hover .border-one:before {
  width: 100%;
}
.about-two__box-single:hover .border-one:after {
  height: 100%;
}
.about-two__box-single:hover .border-two:before {
  height: 100%;
}
.about-two__box-single:hover .border-two:after {
  width: 100%;
}
.about-two__box-single + .about-two__box-single {
  margin-top: 30px;
}
.about-two__box-icon {
  font-size: 60px;
  color: #ffbf00;
  transition: all 500ms ease;
}
.about-two__box-single:hover .about-two__box-icon {
  color: #8fb569;
}
.about-two__box-title {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
}
.about-two__box-title a {
  color: #222;
}

.about-two__box-title a:hover {
  color: #ffbf00;
}
.about-two__box-text {
  font-size: 17px;
  line-height: 26px;
  color: #5f666d;
  margin: 0;
}
.about-two__btn {
  margin-top: 60px;
}
.about-two__about-page {
  background-color: #222;
}
.about-two__about-page .container {
  position: relative;
}
.about-two__about-page .about-four__image-block {
  right: auto;
  left: 0;
  max-width: 470px;
  margin: 0px;
}

.about-two__about-page .about-four__image-block img {
  width: 100%;
}
.about-two__about-page .about-four__image-two {
  -webkit-transform: translateY(30px) translateX(30px);
  transform: translateY(30px) translateX(30px);
}
.about-two__about-page .about-four__image-two .video-popup {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffbf00;
  text-align: center;
  line-height: 60px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-two__about-page .about-four__image-two .video-popup:after,
.about-two__about-page .about-four__image-two .video-popup:before {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-two__about-page .about-four__image-two .video-popup:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.about-two__about-page .about-four__image-two .video-popup:hover {
  background: #fff;
  color: #ffbf00;
}
.about-two__about-page [class*="about-four__image-"] img {
  border: none;
}
.about-two__about-page .about-two__title,
.about-two__about-page .about-two__text,
.about-two__about-page .about-two__list-item {
  color: #fff;
}

.about-three {
  padding-top: 120px;
  padding-bottom: 130px;
  padding-top: 20px;
}
.about-three__title {
  margin: 0;
  color: #222;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.about-three__tag-line {
  color: #222;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  margin: 0;
  margin-bottom: 15px;
}
.about-three__text {
  margin: 0;
  color: #5f666d;
  font-size: 17px;
  line-height: 26px;
}
.about-three__text + .about-three__text {
  margin-top: 25px;
}
.about-three__btn {
  margin-top: 45px;
}
.about-three .my-auto .row {
  margin-top: -60px;
}
.about-three__box {
  margin-top: 60px;
}
.about-three__box-icon {
  position: relative;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  background-color: #ffbf00;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 500ms ease;
}
.about-three__box:hover .about-three__box-icon {
  background: #8fb569;
  transform: rotateY(180deg);
}
.about-three__box-icon i {
  color: #fff;
  font-size: 30px;
}
.about-three__box-title {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 10px;
}
.about-three__box-title a {
  color: #222;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-three__box-title a:hover {
  color: #ffbf00;
}
.about-three__box-text {
  color: #5f666d;
  font-size: 17px;
  line-height: 26px;
  margin: 0;
}

.about-four {
  padding: 255px 0;
}
.about-four .container {
  position: relative;
}
.about-four__image-block {
  position: relative;
  margin-right: -40px;
}
.about-four__image-two {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(50px) translateX(50%);
  transform: translateY(50px) translateX(50%);
}
.about-four__image-block img {
  width: 100%;
}

[class*="about-four__image-"] img {
  border: 5px solid #fff;
}

.about-five {
  padding: 255px 0;
}
@media (max-width: 991px) {
  .about-five {
    padding: 130px 0;
  }
}
.about-five .container {
  position: relative;
}
.about-five__image-block {
  position: relative;
  margin-right: -40px;
}

.about-five__image-block img {
  width: 100%;
}
.about-five__image-two {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(50px) translateX(30%);
  transform: translateY(50px) translateX(30%);
}
.about-five__image-two img {
  border-radius: 50%;
}

[class*="about-five__image-"] img {
  border: 5px solid #fff;
}

.about-six {
  padding: 255px 0;
  padding-top: 0;
}
@media (max-width: 991px) {
  .about-six {
    padding: 130px 0;
    padding-top: 0;
  }
}
.about-six .container {
  position: relative;
}
.about-six__image-block {
  position: relative;
  margin-right: 100px;
  margin-left: -100px;
}
.about-six__image-two {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-50px) translateX(30%);
  transform: translateY(-50px) translateX(30%);
}
.about-six__image-three {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(30%) translateX(20%);
  transform: translateY(30%) translateX(20%);
}

[class*="about-six__image-"] img {
  border-radius: 50%;
  border: 5px solid #fff;
}

/*
* 7. services style
*/
.service-one {
  padding-top: 120px;
  padding-bottom: 50px;
}
.service-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 110px;
}
.service-one__icon {
  width: 80px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 80px;
  flex: 1 0 80px;
  height: 130px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-one__icon i {
  font-size: 60px;
  color: #ffbf00;
  transition: all 500ms ease;
}

.service-one__single:hover .service-one__icon i {
  color: #8fb569;
  transform: rotateY(180deg);
}
.service-one__content {
  padding-left: 25px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(100% - 80px);
  flex: 1 0 calc(100% - 80px);
}
.service-one__title {
  margin: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}
.service-one__title a {
  color: #222;
}

.service-one__title a:hover {
  color: #ffbf00;
}
.service-one__text {
  margin: 0;
  font-size: 17px;
  line-height: 26px;
  color: #5f666d;
}

.service-two {
  padding: 30px 0px;
}

.service-two__wrap {
  display: block;
  margin-bottom: 30px;
}

.service-two__single {
  background-color: white;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 54px 30px;
  display: block;
}
.service-two__single:hover .service-two__icon,
.service-two__single:hover .service-two__text,
.service-two__single:hover .service-two__title a {
  color: #fff;
}

.service-two__icon {
  font-size: 52px;
  color: #ffbf00;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.service-two__text {
  margin: 0;
  color: #5f666d;
  font-size: 17px;
  line-height: 26px;
}

.service-two__title {
  margin: 0;
  font-size: 22px;

  font-weight: bold;
  margin-top: 26px;
  margin-bottom: 16px;
}
.service-two__title a {
  color: #222;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service-two__title a:hover {
  color: #ff6b35;
}

.service-tab {
  padding-top: 120px;
  padding-bottom: 120px;
}
.service-tab .tab-title {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 100px;
}
.service-tab .tab-title .nav-item {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 16.6666667%;
  flex: 1 0 16.6666667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service-tab .tab-title .nav-item .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  border: none;
  color: #5f666d;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service-tab .tab-title .nav-item .nav-link:before {
  content: "";
  width: 1px;
  height: 65px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-tab .tab-title .nav-item .nav-link:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #ffbf00;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service-tab .tab-title .nav-item .nav-link i {
  font-size: 33px;
  color: #ffbf00;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service-tab .tab-title .nav-item .nav-link.active,
.service-tab .tab-title .nav-item .nav-link:hover {
  color: #ffbf00;
}
.service-tab .tab-title .nav-item .nav-link.active i {
  color: #ffbf00;
}
.service-tab .tab-title .nav-item .nav-link.active:after,
.service-tab .tab-title .nav-item .nav-link:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.service-tab .tab-title .nav-item:first-child .nav-link:before {
  display: none;
}

.service-three {
  padding-top: 120px;
  padding-bottom: 20px;
}
.service-three__single {
  margin-bottom: 100px;
}
.service-three__icon,
.service-three__content {
  display: table-cell;
  vertical-align: middle;
}
.service-three__icon {
  width: 65px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.service-three__icon i {
  font-size: 42px;
  color: #ffbf00;
  transition: all 500ms ease;
}
.service-three__single:hover .service-three__icon i {
  color: #8fb569;
}
.service-three__content {
  padding-left: 27px;
}
.service-three__title {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.service-three__title a {
  color: #222;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service-three__title a:hover {
  color: #ffbf00;
}
.service-three__text {
  margin: 0;
  color: #5f666d;
  font-size: 17px;
  line-height: 26px;
}

.service-four {
  padding-top: 120px;
  padding-bottom: 130px;
}
.service-four .appointment-two__form {
  margin-right: 0;
  margin-top: 60px;
}
.service-four__content {
  margin-top: -25px;
  padding-right: 70px;
}
.service-four__row {
  margin-left: -10px;
  margin-right: -10px;
}
.service-four__row > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.service-four__single {
  background-color: white;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 3px solid #ffbf00;
  padding: 43px 0;
  margin-top: 25px;
}
.service-four__single:before {
  background-color: #ffbf00;
}
.service-four__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f6fbff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
  transition: all 500ms ease;
}
.service-four__icon i {
  font-size: 45px;
  color: #ffbf00;
  line-height: 80px;
}
.service-four__title {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
.service-four__title a {
  color: #222;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service-four__single:hover .service-four__title a {
  color: #fff;
}

.service-five {
  padding: 120px 0 130px;
}
.service-five [class*="col-"]:nth-child(1) {
  background-color: #ffbf00;
}
.service-five [class*="col-"]:nth-child(2) {
  background-color: #d60a22;
}
.service-five [class*="col-"]:nth-child(3) {
  background-color: #ce0820;
}
.service-five [class*="col-"]:nth-child(4) {
  background-color: #c5061d;
}
.service-five__single {
  text-align: center;
  padding: 69px 35px;
}
.service-five__icon {
  position: relative;
  font-size: 54px;
  color: #fff;
}
.service-five__title {
  position: relative;
  margin: 0;

  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.service-five__title a {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service-five__text {
  margin: 0;
  color: #ffffff;
  opacity: 0.8;
  font-size: 17px;
  line-height: 26px;
}
.service-five__dental-two {
  padding: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  z-index: 10;
}
.service-five__dental-two [class*="col-"]:nth-child(1) {
  background-color: #ffbf00;
}
.service-five__dental-two [class*="col-"]:nth-child(2) {
  background-color: #ffbf00;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.service-five__dental-two [class*="col-"]:nth-child(3) {
  background-color: #ffbf00;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.service-five__dental-two .service-five__single {
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
}
.service-five__dental-two .service-five__single:before {
  position: absolute;
  content: "";
  background: #222;
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}
.service-five__dental-two .service-five__single:hover::before {
  height: 100%;
  top: 0px;
}
.service-six {
  position: relative;
  z-index: 10;
  margin-top: -110px;
}
.service-six__single {
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 45px 40px 55px;
}
.service-six__title {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
}
.service-six__title a {
  color: #222;
}
.service-six__title a:hover {
  color: #ffbf00;
}
.service-six__text {
  font-size: 17px;
  line-height: 26px;
  color: #5f666d;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 20px;
}
.service-six__btn {
  color: #ffbf00;
  border-width: 1px;
  border-color: #ffbf00;
  border-style: solid;
  border-radius: 5px;
  background-color: transparent;
  padding: 13.5px 33px;
}
.service-six__btn:hover {
  border-color: #8fb569;
}

/*
* 8. features style
*/
.feature-one {
  margin-top: -30px;
}
.feature-one .container-fluid {
  padding: 0;
}
.feature-one .custom-col-39 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 44.33%;
  flex: 0 0 44.33%;
  max-width: 44.33%;
}
.feature-one .custom-col-61 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55.66%;
  flex: 0 0 55.66%;
  max-width: 55.66%;
}
.feature-one__content-block {
  background-color: #222;
  position: relative;
  padding: 130px 30px 55px 80px;
}
.feature-one__content-block .inner-content {
  width: 100%;
  max-width: 805px;
  margin-right: auto;
}
.feature-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}
.feature-one__icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 70px;
  flex: 1 0 70px;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 500ms ease;
}
.feature-one__single:hover .feature-one__icon {
  background: #ffbf00;
  transform: rotateY(180deg);
}
.feature-one__icon i {
  font-size: 31px;
  color: #ffbf00;
  transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__icon i {
  color: #fff;
}
.feature-one__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(100% - 80px);
  flex: 1 0 calc(100% - 80px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 25px;
}
.feature-one__title {
  font-size: 22px;
  font-weight: bold;

  margin: 0;
  margin-bottom: 5px;
}
.feature-one__title a {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.feature-one__title a:hover {
  color: #ffbf00;
}
.feature-one__text {
  margin: 0;
  color: #ffffff;
  font-size: 17px;
  line-height: 26px;
}
@media (max-width: 1440px) {
  .feature-one__text br {
    display: none;
  }
}

.feature-one__home-three {
  margin: 0;
}
.feature-one__home-three .video-one {
  margin: 0;
}
.feature-one__home-three .feature-one__content-block:before {
  display: none;
}
.feature-one__home-three .feature-one__curvs:before,
.feature-one__home-three .feature-one__curvs:after {
  display: none;
}
.feature-one__home-three .feature-one__content-block {
  padding-top: 125px;
  padding-bottom: 62px;
}
@media (min-width: 1921px) {
  .feature-one__home-three .feature-one__content-block {
    min-height: 980px;
  }
}
@media (max-width: 1440px) {
  .feature-one__home-three .feature-one__content-block {
    padding-top: 70px;
    padding-bottom: 47px;
  }
}
@media (max-width: 1366px) {
  .feature-one__home-three .feature-one__content-block {
    padding-bottom: 14px;
  }
}
@media (max-width: 1440px) {
  .feature-one__home-three .feature-one__single {
    margin-bottom: 40px;
  }
}
@media (max-width: 1440px) {
  .feature-one__home-three .block-title {
    margin-bottom: 46px;
  }
}

.feature-two__content-block {
  padding-right: 40px;
  padding-top: 220px;
  padding-bottom: 135px;
}
.feature-two .block-title {
  margin-bottom: 45px;
}
.feature-two .container {
  position: relative;
}
.feature-two__person {
  position: absolute;
  bottom: 0;
  right: -12%;
}
.feature-two__text {
  margin: 0;
  color: #5f666d;
  font-size: 17px;
  line-height: 26px;
}
.feature-two__text + .feature-two__text {
  margin-top: 25px;
}
.feature-two__tab-title {
  border: none;
  margin-bottom: 35px;
  border-bottom: 1px solid #cacaca;
}
.feature-two__tab-title-item {
  margin-bottom: 0;
}
.feature-two__tab-title-link {
  padding: 0;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #222;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
  position: relative;
}
.feature-two__tab-title-link:hover {
  color: #ffbf00;
}
.feature-two__tab-title-link:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ffbf00;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.feature-two__tab-title-link.active:before,
.feature-two__tab-title-link:hover::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.feature-two .nav-tabs .nav-item {
  margin-bottom: 0;
}
.feature-two .nav-tabs .nav-item.show .nav-link,
.feature-two .nav-tabs .nav-link.active {
  color: #ffbf00;
}
.feature-two__btn {
  margin-top: 60px;
}
.feature-two__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 35px;
}
.feature-two__list-item {
  position: relative;
  color: #5f666d;
  font-size: 17px;
  line-height: 26px;
  padding-left: 40px;
}
.feature-two__list-item i {
  color: #ffbf00;
  font-size: 21px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.feature-two__list-item + .feature-two__list-item {
  margin-top: 30px;
}

.feature-two__dental-two .feature-two__tab-title {
  margin-bottom: 0;
  border-bottom: 0;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.feature-two__dental-two .feature-two__tab-title-item {
  width: 25%;
}
.feature-two__dental-two
  .feature-two__tab-title-item
  + .feature-two__tab-title-item {
  border-left: 1px solid #d4d4d4;
}
.feature-two__dental-two .feature-two__tab-title-link {
  padding-left: 0;
  padding-right: 0;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.feature-three {
  padding: 130px 0;
}
.feature-three .inner-container {
  position: relative;
  z-index: 11;
}
.feature-three [class*="col-lg"] {
  background-color: #222;
  display: block;
  position: relative;
}
.feature-three [class*="col-lg"]:after {
  content: "";
  width: 100%;
  height: calc(100% + 50px);
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffbf00;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.feature-three [class*="col-lg"]:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.feature-three [class*="col-lg"] + [class*="col-lg"] {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.feature-three__single {
  padding: 40px 0;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 10;
}
.feature-three__icon {
  position: relative;
  font-size: 40px;
  color: #fff;
}
.feature-three__title {
  position: relative;
  margin: 0;
  font-size: 22px;
  font-weight: bold;

  margin-top: 10px;
}
.feature-three__title a {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.feature-three__text {
  position: relative;
  margin: 0;
  font-size: 17px;
  line-height: 26px;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 30px;
}
.feature-three__btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #fff;
  border-radius: 23px;
  color: #fff;
  font-size: 16px;

  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 9px 35px;
}
.feature-three__btn i {
  font-size: 16px;
  margin-left: 30px;
}
.feature-three__btn:hover {
  background-color: #fff;
  color: #ffbf00;
}
.feature-three__contact {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}
.feature-three__contact-line {
  line-height: 1em;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding: 16px 0;
  padding-left: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.feature-three__contact-line i {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  text-align: center;
}
.feature-three__time {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}
.feature-three__time-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  font-size: 16px;
  padding: 11px 0;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.feature-three__feature {
  margin: 0;
  padding: 0;
  list-style: none;
}
.feature-three__feature-line {
  color: #ffffff;
  font-size: 17px;
  line-height: 54px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 45px;
}
.feature-three__feature-line i {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffbf00;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  transition: all 500ms ease;
}

.feature-three__single:hover .feature-three__feature-line i {
  background: #fff;
  color: #ffbf00;
}
.feature-three__home-three {
  padding-top: 0;
  padding-bottom: 0;
}
.feature-three__home-three [class*="col-lg"] {
  background-color: transparent;
  display: block;
  position: relative;
}
.feature-three__home-three [class*="col-lg"]:after {
  display: none;
}
.feature-three__home-three [class*="col-lg"] + [class*="col-lg"] {
  border-left: 0px solid rgba(0, 0, 0, 0.15);
}
.feature-three__home-three .feature-three__time {
  position: relative;
  margin-top: 17px;
}
.feature-three__home-three .feature-three__single {
  position: relative;
  background-color: #222;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

.feature-three__home-three .feature-three__single:before {
  position: absolute;
  content: "";
  background: #ffbf00;
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}

.feature-three__home-three .feature-three__single:hover:before {
  height: 100%;
  top: 0px;
}

.feature-four {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
.feature-four .block-title {
  margin-bottom: 45px;
}
.feature-four__text {
  margin: 0;
  font-size: 18px;
  color: #0f4469;
  line-height: 26px;
}
.feature-four__list {
  margin-bottom: 30px;
}
.feature-four__list-item {
  position: relative;
  color: #5f666d;
  font-size: 17px;
  line-height: 26px;
  padding-left: 40px;
}
.feature-four__list-item i {
  color: #c5061d;
  font-size: 21px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.feature-four__list-item + .feature-four__list-item {
  margin-top: 35px;
}

.dental-feature {
  padding: 130px 0;
}
.dental-feature .block-title {
  margin-bottom: 45px;
}
.dental-feature__icon {
  color: #c5061d;
  font-size: 46px;
  transition: all 500ms ease;
}
.dental-feature__single:hover .dental-feature__icon {
  color: #8fb569;
}
.dental-feature__title {
  margin: 0;
  color: #0f4469;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.dental-feature__title a {
  color: #222;
}
.dental-feature__title a:hover {
  color: #c5061d;
}
.dental-feature__text {
  margin: 0;
  color: #5f666d;
  font-size: 17px;
  line-height: 26px;
}
.dental-feature hr {
  margin: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 35px;
  margin-bottom: 35px;
}

.feature-five {
  margin-top: -35px;
  padding-bottom: 90px;
}
.feature-five .appointment-two__form {
  margin-right: 0;
}
.feature-five .block-title {
  margin-bottom: 50px;
}
.feature-five__single + .feature-five__single {
  margin-top: 50px;
}
.feature-five__icon,
.feature-five__content {
  display: table-cell;
  vertical-align: middle;
}
.feature-five__icon .inner-block {
  width: 70px;
  height: 70px;
  background-color: #ffbf00;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease;
}
.feature-five__single:hover .inner-block {
  background: #8fb569;
  transform: rotateY(180deg);
}
.feature-five__icon .inner-block i {
  font-size: 30px;
  line-height: 70px;
  color: #fff;
}
.feature-five__content {
  padding-left: 30px;
}
.feature-five__title {
  margin: 0;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.feature-five__text {
  margin: 0;
  font-size: 17px;
  line-height: 26px;
}
.feature-five__block-text {
  margin: 0;
  color: #222;
  font-size: 18px;
  line-height: 26px;
  margin-top: 50px;
}

@media (min-width: 1200px) {
  .feature-six .container {
    max-width: 1060px;
  }
}
.feature-six .row.low-gutters {
  margin-left: -10px;
  margin-right: -10px;
}
.feature-six .row.low-gutters > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.feature-six__single {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  padding: 63.5px 23px;
  background-color: #fff;
}
.feature-six__single:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.9) translateY(20px);
  -ms-transform: scale(0.9) translateY(20px);
  transform: scale(0.9) translateY(20px);
  background: #ffbf00;
  transition: all 500ms ease;
}
.feature-six__single:hover:before {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.feature-six__icon {
  position: relative;
  font-size: 41px;
  color: #ffbf00;
  transition: all 500ms ease;
}
.feature-six__single:hover .feature-six__icon {
  color: #fff;
}
.feature-six__title {
  position: relative;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
}
.feature-six__title a {
  color: #222;
}
.feature-six__single:hover a,
.feature-six__single:hover .feature-six__text {
  color: #fff;
}
.feature-six__text {
  position: relative;
  margin: 0;
  color: #5f666d;
  font-size: 17px;
  line-height: 26px;
  transition: all 500ms ease;
}

/*
* 9. video style
*/
.video-one {
  position: relative;
  margin-top: 30px;
  z-index: 99;
}
.video-one:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #222;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}
.video-one > img {
  width: 100%;
}
.video-one .video-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-one .video-popup i {
  font-size: 60px;
  color: #fff;
  transition: all 500ms ease;
}
.video-one .video-popup i:hover {
  color: #ffbf00;
}
@media (max-width: 1440px) {
  .video-two__shape-bg {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    top: 20%;
    -webkit-transform: translateY(-50%) rotate(-45deg) scale(0.8);
    transform: translateY(-50%) rotate(-45deg) scale(0.8);
  }
}
.video-two__box {
  position: relative;
  margin-right: -230px;
  margin-top: 8px;
  display: block;
}
.video-two__box img {
  width: 100%;
}
.video-two__link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.video-two__link:after,
.video-two__link:before {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: #ffbf00;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.video-two__link:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.video-two__link i {
  position: relative;
  font-size: 11px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 85px;
}

.video-three {
  position: relative;
  margin-right: -70px;
  margin-left: 50px;
}
.video-three img {
  width: 100%;
}
.video-three__image-block__two {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(30%, 50%);
  transform: translate(30%, 50%);
}
.video-three .video-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-color: #ffbf00;
  border-radius: 50%;
  transition: all 500ms ease;
}
.video-three .video-popup:after,
.video-three .video-popup:before {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.video-three .video-popup:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.video-three .video-popup:hover {
  background: #ffbf00;
}
.video-three .video-popup i {
  color: #fff;
  font-size: 15px;
  line-height: 65px;
  transition: all 500ms ease;
}

.video-three .video-popup:hover i {
  color: #fff;
}

/*
* 10. testimonials style
*/
.testimonials-one {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
}
.testimonials-one:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  opacity: 0.85;
  z-index: 9;
}
.testimonials-one__background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.testimonials-one .container {
  position: relative;
  z-index: 99;
  overflow: hidden;
}
.testimonials-one .owl-carousel .owl-item img {
  width: auto;
}
.testimonials-one .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.testimonials-one__icon,
.testimonials-one__content {
  display: table-cell;
  vertical-align: top;
}
.testimonials-one__icon {
  position: relative;
}
.testimonials-one__qoute {
  width: 27px;
  height: 27px;
  background-color: #ffbf00;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 10;
  -webkit-transform: translate(-20%, -20%);
  transform: translate(-20%, -20%);
}
.testimonials-one__icon .inner-block {
  overflow: hidden;
  width: 70px;
  border-radius: 50%;
}
.testimonials-one__icon .inner-block > img {
  width: 100%;
}
.testimonials-one__content {
  padding-left: 25px;
}
.testimonials-one__title {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.testimonials-one__text {
  margin: 0;
  color: #ffffff;
  font-size: 17px;
  line-height: 26px;
  font-style: italic;
  margin-top: 10px;
}
.testimonials-one__designation {
  color: #ffbf00;
  font-size: 16px;
}
.testimonials-one .owl-nav {
  margin: 0;
}
.testimonials-one .owl-theme .owl-dots {
  margin: 0;
  margin-top: 85px;
}
.testimonials-one .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #ffbf00;
  margin: 0 5px;
  padding: 0;
  opacity: 0.3;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.testimonials-one .owl-theme .owl-dots .owl-dot.active span {
  opacity: 1;
}

.testimonials-one__home-two:before {
  background-color: #222;
  opacity: 0.8;
}
.testimonials-one__home-two .testimonials-one__single {
  background-color: #f6fbff;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 10px;
  padding-top: 45px;
  padding-bottom: 50px;
}
.testimonials-one__home-two .testimonials-one__single:before {
  content: "";
  width: 23px;
  height: 18px;
  background: transparent url(../images/resources/testi-arrow.png) center center
    no-repeat;
  position: absolute;
  top: 100%;
  left: 45px;
}
.testimonials-one__home-two .testimonials-one__background-image {
  background-attachment: fixed;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
.testimonials-one__home-two .testimonials-one__icon,
.testimonials-one__home-two .testimonials-one__content {
  vertical-align: middle;
}
.testimonials-one__home-two .testimonials-one__title {
  color: #222;
}
.testimonials-one__home-two .testimonials-one__text {
  color: #5f666d;
  font-size: 17px;
}
.testimonials-one__home-two .testimonials-one__top {
  margin-bottom: 5px;
}

.testimonials-two {
  padding-left: 50px;
}
.testimonials-two__my-auto {
  width: 100%;
}
.testimonials-two__carousel {
  position: relative;
  right: -30px;
}
.testimonials-two__single {
  padding: 30px;
}
.testimonials-two__single .inner-content {
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 20px;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
}
.testimonials-two__image,
.testimonials-two__content {
  display: table-cell;
  vertical-align: middle;
}
.testimonials-two__image {
  width: 90px;
}
.testimonials-two__image .inner-block {
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.testimonials-two__image .inner-block > img {
  width: 100%;
}
.testimonials-two__content {
  padding-left: 30px;
}
.testimonials-two__title {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
}
.testimonials-two__title a {
  color: #0f4469;
}
.testimonials-two__tag {
  margin: 0;
  color: #8fb569;
  font-size: 16px;
}
.testimonials-two__text {
  margin: 0;
  font-size: 17px;
  line-height: 26px;
  color: #5f666d;
  font-style: italic;
  margin-top: 20px;
}
.testimonials-two .owl-theme .owl-controls {
  padding-left: 30px;
}
.testimonials-two .owl-theme .owl-dots .owl-dot span {
  background-color: #ffbf00;
  width: 8px;
  height: 8px;
  opacity: 0.5;
  border-radius: 50%;
  margin-top: 0;
  margin-bottom: 0;
}
.testimonials-two .owl-theme .owl-dots .owl-dot.active span {
  opacity: 1;
}
.testimonials-two .owl-nav,
.testimonials-two .owl-dots {
  display: inline-block;
  vertical-align: middle;
}
.testimonials-two .owl-theme .owl-nav {
  background-color: #f8f8f8;
  border-radius: 20px;
  border: 1px solid #d4d4d4;
  margin-right: 20px;
  margin-top: 0;
  overflow: hidden;
}
.testimonials-two .owl-theme .owl-nav [class*="owl-"] {
  background-color: transparent;
  border-radius: 0;
  width: 60px;
  height: 38px;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.testimonials-two .owl-theme .owl-nav [class*="owl-"] i {
  font-size: 24px;
  line-height: 38px;
  color: #ffbf00;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.testimonials-two .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #ffbf00;
}
.testimonials-two .owl-theme .owl-nav [class*="owl-"]:hover i {
  color: #fff;
}
.testimonials-two .owl-theme .owl-nav [class*="owl-next"] {
  border-left: 1px solid #d4d4d4;
}

.testimonials-three {
  position: relative;
  padding: 155px 0;
  overflow: hidden;
}
.testimonials-three:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  opacity: 0.8;
  z-index: 9;
}
.testimonials-three__background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.testimonials-three .container {
  position: relative;
  z-index: 10;
}
.testimonials-three__icon {
  position: relative;
  margin-bottom: 10px;
}
.testimonials-three__qoute {
  width: 27px;
  height: 27px;
  background-color: #ffbf00;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 10;
  -webkit-transform: translate(-20%, -20%);
  transform: translate(-20%, -20%);
}
.testimonials-three__qoute img {
  width: auto;
}
.testimonials-three__icon .inner-block {
  overflow: hidden;
  width: 70px;
  border-radius: 50%;
}
.testimonials-three__icon .inner-block > img {
  width: 100%;
}
.testimonials-three__title {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.testimonials-three__text {
  margin: 0;
  color: #ffffff;
  font-size: 17px;
  line-height: 26px;
  margin-top: 15px;
}
.testimonials-three__designation {
  color: #ffbf00;
  font-size: 16px;
}
.testimonials-three .video-popup {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: #ffbf00;
  font-size: 15px;
  margin-top: 50px;
  transition: all 500ms ease;
}
.testimonials-three .video-popup:after,
.testimonials-three .video-popup:before {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.testimonials-three .video-popup:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.testimonials-three .video-popup:hover {
  background: #ffbf00;
  color: #fff;
}
.testimonials-three .owl-carousel .owl-item img {
  width: auto;
}

@media (max-width: 1440px) {
  .testimonials-three__carousel {
    max-width: 900px;
  }
}
@media (max-width: 991px) {
  .testimonials-three__carousel {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
  }
}
.testimonials-three__carousel .testimonials-three__single {
  background-color: #fff;
  position: relative;
  padding: 30px;
}
.testimonials-three__carousel .testimonials-three__box-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 130px;
  opacity: 0.05;
}
.testimonials-three__carousel .testimonials-three__title,
.testimonials-three__carousel .testimonials-three__text {
  color: #222;
}
.testimonials-three__carousel .testimonials-three__text {
  font-style: italic;
}
.testimonials-three__carousel .testimonials-three__icon .inner-block > img {
  width: 100%;
}

/*
* 11. blog style
*/
.blog-one {
  padding-top: 120px;
  padding-bottom: 100px;
}
.blog-one__single {
  margin-bottom: 30px;
}
.blog-one__image {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.blog-two__image {
  padding: 13px 0px;
}

.blog-one__image > img {
  width: 100%;
  border-radius: 5px;
}
.blog-one__image-hover {
  background-color: #ffbf00;
  position: absolute;
  opacity: 70%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.blog-one__hvr-link {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-one__hvr-link i {
  color: #0384ce;
  font-size: 22px;
  line-height: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-one__hvr-link:hover {
  background-color: #0f4469;
}
.blog-one__hvr-link:hover i {
  color: #fff;
}
.blog-one__hvr-link + .blog-one__hvr-link {
  margin-left: 30px;
}
.blog-one__single:hover .blog-one__image-hover {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}
.blog-one__content {
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  transition: all 500ms ease;
}
.blog-one__single:hover .blog-one__content {
  -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.2);
}
.blog-one.blog-page-two .blog-one__single:hover .blog-one__content {
  box-shadow: none;
}
.blog-one__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 5px;
}
.blog-one__title a {
  color: #222;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-one__title a:hover {
  color: #ffbf00;
}
.blog-one__text {
  color: #5f666d;
  font-size: 17px;
  line-height: 26px;
  margin: 0;
  margin-top: 10px;
}
.blog-one__date {
  display: inline-block;
  vertical-align: middle;
  color: #8fb569;
  font-size: 15px;
  opacity: 0.7;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-one__date i {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.blog-one__date:hover {
  color: #ffbf00;
  opacity: 1;
}
.blog-one__link {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 133px;
  height: 42px;
  border-width: 1px;
  border-color: #cacaca;
  border-style: solid;
  background-color: rgba(3, 132, 206, 0);
  line-height: 40px;
  text-align: center;
  color: #222;
  font-size: 16px;
  font-weight: bold;

  border-radius: 21px;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-one__link:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background-color: #ffbf00;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1, 0.2);
  transform: scale(1, 0.2);
}
.blog-one__link:hover:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.blog-one__link:hover {
  border-color: #ffbf00;
  color: #fff;
}
.blog-one__meta-link {
  display: inline-block;
  font-size: 16px;
  color: #8fb569;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-one__meta-link i {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.blog-one__meta-link:hover {
  color: #ffbf00;
}
.blog-one__meta-link + .blog-one__meta-link {
  margin-left: 11px;
}
.blog-one__top {
  padding: 10px 20px;
}
.blog-one__bottom {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-page-one {
  padding: 30px 0px;
}

.blog-page-one .block-title {
  padding-bottom: 30px;
}

.blog-page-one .blog-one__single {
  margin-bottom: 0px;
}

.blog-post-pagination a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dadada;
  border-radius: 5px;
  font-size: 14px;
  color: #3a3952;
  padding: 2px 11px;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-post-pagination a:hover,
.blog-post-pagination a.active {
  background-color: #ffbf00;
  border-color: #ffbf00;
  color: #fff;
}
.blog-post-pagination a + a {
  margin-left: 8px;
}

.post-filter-one {
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06);
  padding: 10px;
  padding-left: 30px;
  padding-right: 10px;
  margin-bottom: 70px;
}
.post-filter-one
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100%;
}
.post-filter-one .bootstrap-select > .dropdown-toggle {
  background-color: transparent;
  outline: none;
  border: none;
}
.post-filter-one__search {
  width: 100%;
  position: relative;
  height: 49px;
}
.post-filter-one__search input {
  border: none;
  outline: none;
  background-color: transparent;
  height: 100%;
  width: 100%;
}
.post-filter-one__search button[type="submit"] {
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  line-height: 54px;
  width: 50px;
  height: 49px;
  border-radius: 5px;
  background-color: #ffbf00;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0px;
  font-size: 24px;
  color: #fff;
}
.post-filter-one__form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post-filter-one__form-group i {
  font-size: 16px;
  color: #5f666d;
  margin-right: 7px;
}
.post-filter-one__form-group input {
  border: none;
  outline: none;
  background-color: transparent;
}
.post-filter-one__appointment-table {
  margin-bottom: 10px;
}
.post-filter-one .separator-text {
  color: #0f4469;
  font-size: 17px;
}

.blog-two {
  padding-top: 120px;
  padding-bottom: 100px;
}
.blog-two__single {
  margin-bottom: 30px;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
}
.blog-two__image {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.blog-two__image > img {
  width: 100%;
  transition: all 500ms ease;
}
.blog-two__single:hover .blog-two__image > img {
  transform: scale(1.05);
}
.blog-two__image-hover {
  background-color: rgba(225, 15, 40, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.blog-two__hvr-link {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-two__hvr-link i {
  color: #0384ce;
  font-size: 22px;
  line-height: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-two__hvr-link:hover {
  background-color: #0f4469;
}
.blog-two__hvr-link:hover i {
  color: #fff;
}
.blog-two__hvr-link + .blog-two__hvr-link {
  margin-left: 30px;
}
.blog-two__single:hover .blog-two__image-hover {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}
.blog-two__content {
  padding: 25px 20px;
  padding-bottom: 21px;
}
.blog-two__title {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
.blog-two__title a {
  color: #222;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-two__title a:hover {
  color: #ffbf00;
}
.blog-two__text {
  color: #5f666d;
  font-size: 17px;
  line-height: 26px;
  margin: 0;
  margin-bottom: 7px;
  margin-top: 12px;
}
.blog-two__link {
  font-size: 18px;
  color: #8fb569;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-two__link i {
  font-size: 20px;
  margin-left: 9px;
  display: inline-block;
  vertical-align: middle;
}
.blog-two__link:hover {
  color: #ffbf00;
}
.blog-two__blood-donation {
  position: relative;
  margin-top: -150px;
  z-index: 10;
  padding-top: 0;
  padding-bottom: 120px;
}

.blog-three {
  padding-top: 120px;
  padding-bottom: 130px;
}
.blog-three__single {
  border-radius: 5px;
  background-color: white;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-three__image {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.blog-three__image > img {
  width: 100%;
}
.blog-three__image-hover {
  background-color: rgba(225, 15, 40, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.blog-three__hvr-link {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-three__hvr-link i {
  color: #ffbf00;
  font-size: 22px;
  line-height: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-three__hvr-link:hover {
  background-color: #222;
}
.blog-three__hvr-link:hover i {
  color: #fff;
}
.blog-three__hvr-link + .blog-three__hvr-link {
  margin-left: 30px;
}
.blog-three__content {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.blog-three__title {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.blog-three__title a {
  color: #222;
}
.blog-three__title a:hover {
  color: #ffbf00;
}
.blog-three__text {
  margin: 0;
  color: #5f666d;
  font-size: 17px;
  line-height: 26px;
  margin-top: 10px;
}
.blog-three__date {
  color: #5f666d;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}
.blog-three__date i {
  font-size: 18px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: -4px;
}
.blog-three__link {
  font-size: 18px;
  color: #8fb569;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 10px;
  margin-bottom: 14px;
}
.blog-three__link i {
  font-size: 20px;
  margin-left: 9px;
  display: inline-block;
  vertical-align: middle;
}
.blog-three__link:hover {
  color: #ffbf00;
}
.blog-three__meta {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
}
.blog-three__meta-link {
  width: 33.333333%;
  display: inline-block;
  font-size: 16px;
  color: #8fb569;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  padding: 15px 0px;
}
.blog-three__meta-link i {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.blog-three__meta-link:hover {
  color: #ffbf00;
}
.blog-three__meta-link + .blog-three__meta-link {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-three__single:hover {
  -webkit-box-shadow: 0px 9px 30px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 9px 30px 0px rgba(0, 0, 0, 0.13);
}
.blog-three__single:hover .blog-three__image-hover {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.blog-four {
  padding-bottom: 100px;
}
.blog-four__single {
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.blog-four__image,
.blog-four__content {
  display: table-cell;
  vertical-align: middle;
}
.blog-four__image {
  position: relative;
  background: #ffbf00;
  overflow: hidden;
}
.blog-four__image img {
  transition: all 500ms ease;
}
.blog-four__single:hover .blog-four__image img {
  transform: scale(1.05);
  opacity: 0.2;
}
.blog-four__content {
  padding-left: 20px;
  padding-right: 20px;
}
.blog-four__title {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}
.blog-four__title a {
  color: #222;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-four__title a:hover {
  color: #ffbf00;
}
.blog-four__date {
  font-size: 15px;
  color: #5f666d;
  display: inline-block;
  vertical-align: middle;
}

.blog-four__date:hover {
  color: #ffbf00;
}
.blog-four__date i {
  display: inline-block;
  vertical-align: -3px;
  font-size: 18px;
  color: #ffbf00;
  margin-right: 6px;
}
.blog-four__text {
  margin: 0;
  color: #5f666d;
  margin-top: 5px;
}
.blog-four__address {
  color: #5f666d;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}
.blog-four__address i {
  font-size: 18px;
  color: #ffbf00;
  display: inline-block;
  vertical-align: -3px;
  margin-right: 6px;
}

.blog-parallax-title {
  position: relative;
  padding: 130px 0;
  padding-bottom: 150px;
  background-size: cover;
  background-attachment: fixed;
}
.blog-parallax-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  opacity: 0.9;
}
.blog-parallax-title .block-title {
  margin-bottom: 70px;
}
.blog-parallax-title .container {
  position: relative;
}

.blog-page-two {
  padding: 70px 0;
}
.blog-page-two .blog-one__single {
  margin-right: 80px;
  margin-bottom: 0;
  border-bottom: 1px solid #dadada;
  padding-bottom: 35px;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .blog-page-two .blog-one__single {
    margin-right: 40px;
  }
}
.blog-page-two .blog-one__image {
  border-radius: 0;
}
.blog-page-two .blog-one__title {
  font-size: 30px;
}
.blog-page-two .blog-one__content {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 25px;
}
.blog-page-two .blog-one__btn {
  background-color: transparent;
  padding: 8px 26.25px;
  font-size: 16px;
  color: #222;
  border-radius: 22px;
  border: 1px solid #d1d1d1;
  margin-top: 20px;
}

.blog-page-two .blog-one__btn:hover {
  color: #fff;
  border-color: #8fb569;
}

.blog-details__content {
  margin-right: 80px;
}
@media (max-width: 1199px) {
  .blog-details__content {
    margin-right: 40px;
  }
}
@media (max-width: 991px) {
  .blog-details__content {
    margin-right: 0;
  }
}
.blog-details__content .blog-one__title {
  margin-bottom: 30px;
  color: #222;
}
.blog-details__content .blog-one__text {
  margin-bottom: 20px;
}
.blog-details__image {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
.blog-details__meta {
  margin-bottom: 20px;
}
.blog-details__meta img {
  width: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.blog-details__meta a:first-child {
  font-weight: bold;
  color: #222;
  margin-right: 10px;
}
.blog-details__meta a {
  font-size: 15px;
  color: #5f666d;
  display: inline-block;
  vertical-align: middle;
}
.blog-details__meta a:hover {
  color: #ffbf00;
}
.blog-details__meta a i {
  display: inline-block;
  vertical-align: -3px;
  font-size: 18px;
  color: #8fb569;
  margin-right: 6px;
}
.blog-details__title {
  font-size: 24px;
  font-weight: bold;

  color: #222;
  margin-bottom: 40px;
}
.blog-details__post-nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  margin-right: 80px;
}
@media (max-width: 1199px) {
  .blog-details__post-nav {
    margin-right: 40px;
  }
}
.blog-details__post-nav-btn {
  border-width: 1px;
  border-color: #dadada;
  border-style: solid;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #3a3952;
  text-align: center;
  padding: 7px 39px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-details__post-nav-btn:hover {
  background-color: #ffbf00;
  color: #fff;
  border-color: #ffbf00;
}
.blog-details__share {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 80px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1199px) {
  .blog-details__share {
    margin-right: 40px;
  }
}
.blog-details__share-text {
  color: #222;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.blog-details__share-link {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
}

.blog-details__share-link:hover {
  color: #fff;
  background: #ffbf00;
}
.blog-details__share-link:nth-child(2) {
  background-color: #3b5999;
}
.blog-details__share-link:nth-child(3) {
  background-color: #399fed;
}
.blog-details__share-link:nth-child(4) {
  background-color: #bd081c;
}
.blog-details__share-link:nth-child(5) {
  background-color: #1cc15a;
}
.blog-details__share-link:nth-child(6) {
  background-color: #0084ff;
}
.blog-details__share-link + .blog-details__share-link {
  margin-left: 10px;
}

.comment-one {
  margin-right: 80px;
}
@media (max-width: 1199px) {
  .comment-one {
    margin-right: 40px;
  }
}
@media (max-width: 991px) {
  .comment-one {
    margin-right: 0;
  }
}
.comment-one__single {
  border-bottom: 1px solid #dadada;
  padding-bottom: 50px;
  margin-bottom: 60px;
}
.comment-one__image,
.comment-one__content {
  display: table-cell;
  vertical-align: top;
}
.comment-one__image .inner-block {
  width: 113px;
  overflow: hidden;
  border-radius: 50%;
}
.comment-one__image .inner-block > img {
  overflow: hidden;
  width: 100%;
}
.comment-one__content {
  padding-left: 30px;
  padding-right: 70px;
  position: relative;
}
.comment-one__title {
  margin: 0;
  color: #222;
  font-size: 22px;
  font-weight: bold;
}
.comment-one__date {
  display: block;
  color: #8fb569;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  margin-top: 10px;
}
.comment-one__date .sep {
  margin-left: 15px;
  margin-right: 15px;
}
.comment-one__text {
  margin: 0;
  font-size: 17px;
  line-height: 26px;
  margin-top: 20px;
}
.comment-one__btn {
  padding: 4px 27px;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  border-width: 1px;
  border-color: #dadada;
  border-style: solid;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #3a3952;
  text-align: center;
  padding: 7px 39px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: transparent;
}
.comment-one__btn:hover {
  color: #fff;
  border-color: #8fb569;
}

.contact-one__form-comment-form {
  margin-right: 80px;
}
@media (max-width: 1199px) {
  .contact-one__form-comment-form {
    margin-right: 40px;
  }
}
@media (max-width: 991px) {
  .contact-one__form-comment-form {
    margin-right: 0;
  }
}

/*
* 12. footer style
*/
.footer-one {
  background-color: #000;
}

.footer-one__top {
  padding: 50px 0px;
}

.footer-one__middle .inner-container {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-one__widget-title {
  margin: 0;
  color: #fff;
  font-size: 18px;

  font-weight: bold;
  margin-bottom: 25px;
}

.footer-one__logo {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}

.footer-one__text {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 15px;
}

.footer-one__links-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -10px;
}
.footer-one__links-list li + li {
  margin-top: 5px;
}
.footer-one__links-list li a {
  color: #f0f0f0;
  font-size: 15px;
  display: inline-block;
  position: relative;
}
.footer-one__links-list li a:before {
  content: "\f101";
  font-family: "FontAwesome";
  color: #ffbf00;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-15px);
  transform: translateY(-50%) translateX(-15px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-one__links-list li a:hover {
  color: #ffbf00;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.footer-one__links-list li a:hover:before {
  opacity: 1;
}

.footer-one__contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -10px;
}
.footer-one__contact-list li {
  font-size: 15px;
  color: #f0f0f0;
}

.footer-one__contact-list li a {
  display: inline-block;
  font-size: 15px;
  color: #f0f0f0;
}
.footer-one__contact-list li a:hover {
  color: #ffbf00;
}

.footer-one__map-link {
  font-size: 16px;

  color: #ffbf00;
  line-height: 1em;
  border-bottom: 1px solid #ffbf00;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-one__map-link:hover {
  color: #fff;
  border-color: #fff;
}

.footer-one__social a {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 17.5px;
  text-align: center;
  line-height: 33px;
  font-size: 15px;
  color: #fff;
}

.footer-one__social a:hover {
  background: #ffbf00;
  border-color: #ffbf00;
}
.footer-one__social a + a {
  margin-left: 16px;
}

.footer-one__subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 40px;
}
.footer-one__subscribe input[type="text"] {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  opacity: 0.5;
  height: 40px;
  padding-left: 5px;
  transition: all 500ms ease;
}
.footer-one__subscribe input:focus {
  border-color: #ffbf00;
}
.footer-one__subscribe-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #f0f0f0;
  opacity: 1.5;
}
.footer-one__subscribe-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #f0f0f0;
  opacity: 1.5;
}
.footer-one__subscribe-field:-ms-input-placeholder {
  /* IE 10+ */
  color: #f0f0f0;
  opacity: 1.5;
}
.footer-one__subscribe-field:-moz-placeholder {
  /* Firefox 18- */
  color: #f0f0f0;
  opacity: 1.5;
}
.footer-one__subscribe-submit {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  cursor: pointer;
  color: #fff;

  font-size: 16px;
  font-weight: bold;
  padding: 8px 26px;
  border-radius: 22px;
  margin-top: 20px;
  z-index: 1;
  transition: all 500ms ease;
}
.footer-one__subscribe-submit:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background-color: #ffbf00;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
}
.footer-one__subscribe-submit:hover:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.footer-one__subscribe-submit:hover {
  color: #fff;
  border-color: #ffbf00;
}
.footer-one__subscribe-submit i {
  margin-left: 8px;
}

.footer-one__bottom {
  background-color: #000;
  padding: 16.5px 0;
  display: flex;
  text-align: center;
  border-top: 2px solid #ffbf00;
}
.footer-one__bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-one__copy-text {
  margin: 0;
  font-size: 15px;
  color: #aaa;
}

.footer-one__bottom-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-one__bottom-links-item {
  display: inline-block;
  vertical-align: middle;
}
.footer-one__bottom-links-item a {
  color: #aaa;
  font-size: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-one__bottom-links-item a:hover {
  color: #ffbf00;
  opacity: 1;
}

.footer-one__bottom-links-item + .footer-one__bottom-links-item {
  margin-left: 18px;
}

/*
* 13. inner-banner style
*/
.inner-banner {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 180px 0;
}

.inner-banner:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
}
.inner-banner__title {
  position: relative;
  margin: 0;
  color: #fff;

  font-size: 60px;
  font-weight: bold;
  margin-bottom: 25px;
}
.inner-banner .post-filter-one {
  position: relative;
  max-width: 690px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border-radius: 28px;
  padding-left: 15px;
  margin-top: 90px;
}
.inner-banner .post-filter-one__search button[type="submit"],
.inner-banner .post-filter-one__search {
  height: 56px;
}
.inner-banner .post-filter-one__search button[type="submit"] {
  width: 56px;
  line-height: 60px;
  border-radius: 50%;
}
.inner-banner__shop-page {
  padding: 165px 0;
}
.inner-banner__two {
  padding: 32px 0;
  background-color: #222;
}
@media (max-width: 991px) {
  .inner-banner__two {
    padding: 50px 0;
  }
}
.inner-banner__two .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .inner-banner__two .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .inner-banner__two .thm-breadcrumb {
    margin-top: 20px;
  }
}
.inner-banner__two .thm-breadcrumb a,
.inner-banner__two .thm-breadcrumb span.sep {
  color: #fff;
  font-weight: bold;
  opacity: 0.8;
  text-transform: uppercase;
  font-size: 14px;
}
.inner-banner__two .thm-breadcrumb span:not(.sep) {
  color: #fff;
  opacity: 1;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.inner-banner__two .inner-banner__title {
  font-size: 30px;
  margin: 0;
}

.thm-breadcrumb {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.thm-breadcrumb li {
  display: inline-block;
  vertical-align: middle;
}
.thm-breadcrumb li a,
.thm-breadcrumb li span {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
}
.thm-breadcrumb li span.sep {
  margin-left: 6px;
  margin-right: 10px;
}
.thm-breadcrumb li a:hover {
  color: #ffbf00;
}

/*
* 14. contact style
*/
#contact-google-map {
  width: 100%;
  height: 625px;
}

#dental-google-map {
  width: 100%;
  height: 712px;
}

.contact-one {
  padding: 90px 0;
}
@media (max-width: 1200px) {
  .contact-one .container {
    max-width: 1130px;
  }
}
.contact-one__title {
  margin: 0;
  font-size: 30px;

  color: #222;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 40px;
}

.contact-one__form .form-group {
  margin-bottom: 0px;
}
.contact-one__form input[type="text"],
.contact-one__form input[type="email"],
.contact-one__form textarea {
  border: none;
  outline: none;
  background-color: transparent;
  color: #5f666d;
  font-size: 15px;
  border-bottom: 1px solid #dadada;
  width: 100%;
  display: block;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-bottom: 60px;
  transition: all 500ms ease;
}
.contact-one__form input:focus,
.contact-one__form textarea:focus {
  border-color: #ffbf00;
}
.contact-one__form input::-webkit-input-placeholder,
.contact-one__form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5f666d;
}
.contact-one__form input::-moz-placeholder,
.contact-one__form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #5f666d;
}
.contact-one__form input:-ms-input-placeholder,
.contact-one__form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #5f666d;
}
.contact-one__form input:-moz-placeholder,
.contact-one__form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #5f666d;
}
.contact-one__form textarea {
  height: 80px;
  margin-bottom: 45px;
}
.contact-one__info {
  border: 1px solid #cacaca;
  padding: 55px;
}
.contact-one__icon {
  border: 1px solid #cacaca;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  text-align: center;
}
.contact-one__icon i {
  font-size: 24px;
  color: #222;
  line-height: 42px;
}
.contact-one__info__title {
  margin: 0;
  font-size: 24px;
  font-weight: bold;

  color: #222;
  margin-top: 20px;
  margin-bottom: 15px;
}
.contact-one__info__text {
  margin: 0;
  font-size: 17px;
  line-height: 26px;
  color: #5f666d;
}
.contact-one__info__text a {
  color: #5f666d;
}
.contact-one__info__text a:hover {
  color: #ffbf00;
}
.contact-one__info__text span {
  color: #222;
}
.contact-one__info__text + .contact-one__info__text {
  margin-top: 25px;
}
.contact-one__info__social {
  margin-top: 50px;
}
.contact-one__info__social a {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #5f666d;
  font-size: 15px;
  border: 1px solid #dbdbdb;
  line-height: 34px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact-one__info__social a:hover {
  color: #fff;
  border-color: #ffbf00;
  background-color: #ffbf00;
}
.contact-one__info__social a + a {
  margin-left: 10px;
}

.dental-google-map-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.contact-two__form {
  position: relative;
}
.contact-two__form .block-title {
  margin: 0;
  margin-bottom: 40px;
}
.contact-two__form .block-title__title {
  font-size: 30px;
}
.contact-two__form input,
.contact-two__form textarea {
  border: none;
  outline: none;
  background-color: transparent;
  height: 41px;
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  padding-left: 5px;
  margin-bottom: 50px;
  transition: all 500ms ease;
}
.contact-two__form input:focus,
.contact-two__form textarea:focus {
  border-color: #ffbf00;
}
.contact-two__form input::-webkit-input-placeholder,
.contact-two__form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
}
.contact-two__form input::-moz-placeholder,
.contact-two__form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}
.contact-two__form input:-ms-input-placeholder,
.contact-two__form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.5);
}
.contact-two__form input:-moz-placeholder,
.contact-two__form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}
.contact-two__form textarea {
  height: 80px;
}

.contact-two__image {
  position: absolute;
  top: 30%;
  right: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.1;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

/*
* 15. team style
*/
.team-one {
  padding-bottom: 125px;
}
.team-one .row.low-gutters {
  margin-left: -10px;
  margin-right: -10px;
}
.team-one .row.low-gutters > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.team-one__single {
  position: relative;
  margin-bottom: 50px;
}
.team-one__image {
  position: relative;
  display: block;
  background: #ffbf00;
  overflow: hidden;
}
.team-one__image .social-links {
  position: absolute;
  left: -20px;
  top: 15px;
  padding: 0px;
  margin: 0px;
  transition: all 500ms ease;
}
.team-one__single:hover .team-one__image .social-links {
  left: 15px;
}
.team-one__image .social-links li {
  position: relative;
  display: block;
  list-style: none;
  margin-bottom: 5px;
}
.team-one__image .social-links li:last-child {
  margin-bottom: 0px;
}
.team-one__image .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
}
.team-one__image > img {
  transition: all 500ms ease;
  width: 100%;
}
.team-one__single:hover .team-one__image > img {
  transform: scale(1.05);
  opacity: 0.2;
}
.team-one__content {
  width: 100%;
  padding: 25px 0;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  z-index: 10;
}
.team-one__title {
  margin: 0;
  font-weight: bold;
  color: #222;
  font-size: 20px;
  line-height: 1em;
}
.team-one__title a {
  color: #222;
}
.team-one__title a:hover {
  color: #ffbf00;
}
.team-one__speciality {
  margin: 0;
  color: #ffbf00;
  font-size: 16px;
  line-height: 1em;
  margin-top: 5px;
}
.team-one__hvr-link {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.team-one__hvr-link i {
  color: #ffbf00;
  font-size: 22px;
  line-height: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.team-one__hvr-link:hover {
  background-color: #222;
}
.team-one__hvr-link:hover i {
  color: #fff;
}
.team-one__hvr-link + .team-one__hvr-link {
  margin-left: 30px;
}

.team-one__team-page {
  padding-top: 75px;
  padding-bottom: 130px;
}
.team-one__team-page .blog-post-pagination {
  margin-top: 20px;
}

.team-one__home-two {
  padding-top: 120px;
}

.team-two {
  padding-top: 40px;
  padding-bottom: 50px;
}
.team-two__single {
  position: relative;
  display: block;
}
.team-two__image > img {
  width: 100%;
  transition: all 500ms ease;
}
.team-two__single .team-two__image {
  position: relative;
  background: #ffbf00;
  overflow: hidden;
}
.team-two__single:hover .team-two__image img {
  opacity: 0.2;
  transform: scale(1.05);
}
.team-two__content {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 0;
}
.team-two__title {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
.team-two__title a {
  color: #222;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.team-two__title a:hover {
  color: #ffbf00;
}
.team-two__designation {
  font-size: 16px;
  color: #ffbf00;
  margin: 0;
}
.team-two__social {
  margin-top: 15px;
}
.team-two__social a {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  border: 1px solid #c1c4c6;
  border-radius: 50%;
  text-align: center;
  line-height: 33px;
  font-size: 15px;
  color: #5f666d;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.team-two__social a:hover {
  color: #fff;
  background-color: #ffbf00;
  border-color: #ffbf00;
}
.team-two__social a + a {
  margin-left: 16px;
}

.team-two__hvr-link {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.team-two__hvr-link i {
  color: #0384ce;
  font-size: 22px;
  line-height: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.team-two__hvr-link:hover {
  background-color: #0f4469;
}
.team-two__hvr-link:hover i {
  color: #fff;
}
.team-two__hvr-link + .team-two__hvr-link {
  margin-left: 30px;
}

.team-two__dental-page .team-two__content {
  position: relative;
  background-color: #fff;
}

.team-three {
  padding-top: 130px;
  padding-bottom: 130px;
}
.team-three__list {
  padding-right: 100px;
}
.team-three__list__description-image,
.team-three__list__description-content,
.team-three__list-item-image,
.team-three__list-item-content {
  display: table-cell;
  vertical-align: middle;
}
.team-three__list__description-image .inner-block,
.team-three__list-item-image .inner-block {
  overflow: hidden;
  width: 90px;
  border-radius: 50%;
}
.team-three__list__description-image .inner-block > img,
.team-three__list-item-image .inner-block > img {
  width: 100%;
}
.team-three__list__description-content,
.team-three__list-item-content {
  padding-left: 20px;
}
.team-three__list-item {
  padding: 20px;
  padding-right: 0;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.team-three .active .team-three__list-item {
  background-color: white;
  -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.03);
  cursor: auto;
}
.team-three__title {
  margin: 0;
  color: #5f666d;
  font-size: 16px;
  line-height: 26px;
}
.team-three__name {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #222;
  margin-top: 4px;
  margin-bottom: 4px;
}
.team-three__designation {
  margin: 0;
  color: #8fb569;
  font-size: 16px;
  line-height: 26px;
}
.team-three__description-top {
  margin-bottom: 30px;
}
.team-three__description-image,
.team-three__description-content {
  display: table-cell;
  vertical-align: middle;
}
.team-three__description-image .inner-block {
  overflow: hidden;
  width: 90px;
  border-radius: 50%;
}
.team-three__description-image .inner-block > img {
  width: 100%;
}
.team-three__description-content {
  padding-left: 20px;
}
.team-three__description {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: white;
}
.team-three__text {
  margin: 0;
  color: #5f666d;
  font-size: 17px;
  line-height: 26px;
}
.team-three__text + .team-three__text {
  margin-top: 25px;
}
.team-three__btn {
  display: inline-block;
  color: #ffbf00;
  font-size: 16px;

  font-weight: bold;
  border: 1px solid #ffbf00;
  border-radius: 23px;
  padding: 9px 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 35px;
}
.team-three__btn i {
  margin-left: 21px;
}
.team-three__btn:hover {
  background-color: #ffbf00;
  color: #fff;
}
.team-three .bx-wrapper {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  background-color: transparent;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}
.team-three .bx-has-controls-direction {
  display: none;
}

.team-three__service-page .active .team-three__list-item {
  background-color: #f6fbff;
}
.team-three__service-page .team-three__description {
  background-color: #f6fbff;
}

/*
* 16. cta style
*/
.cta-one .container-fluid {
  padding: 0;
  width: 100%;
}

.cta-one__content {
  width: 100%;
  max-width: 585px;
  position: relative;
}

.cta-one__content-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding: 110px 30px 120px 30px;
}
.cta-one__content-wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
}

.cta-one__left .cta-one__content {
  margin-left: auto;
  padding-right: 85px;
}
.cta-one__left:before {
  background-color: #222;
}

.cta-one__right .cta-one__content {
  margin-right: auto;
  padding-left: 85px;
}
.cta-one__right:before {
  background-color: #8fb569;
}

.cta-one__title {
  margin: 0;
  color: #fff;
  font-size: 36px;

  font-weight: bold;
  margin-bottom: 20px;
}

.cta-one__text {
  margin: 0;
  color: #ffffff;
  font-size: 17px;
  line-height: 26px;
}

.cta-one__btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  border-radius: 27.5px;
  border: 1px solid #f6fbff;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;

  padding: 13.5px 31px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 50px;
  z-index: 1;
}
.cta-one__btn:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background-color: #ffbf00;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1, 0.2);
  transform: scale(1, 0.2);
}
.cta-one__btn:hover:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.cta-one__btn:hover {
  color: #fff;
  border-color: #ffbf00;
}

/*
* 17. fun-fact style
*/
.fun-fact-one {
  padding-top: 40px;
  padding-bottom: 130px;
}
.fun-fact-one__single {
  position: relative;
  padding: 46px 0;
  background-color: white;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
}
.fun-fact-one__single:before {
  position: absolute;
  content: "";
  background: #ffbf00;
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}
.fun-fact-one__single:hover::before {
  top: 0px;
  height: 100%;
}
.fun-fact-one__icon {
  position: relative;
  color: #ffbf00;
  font-size: 47px;
  transition: all 500ms ease;
}
.fun-fact-one__title {
  position: relative;
  margin: 0;
  font-size: 30px;

  font-weight: bold;
  color: #222;
  margin-top: 15px;
  margin-bottom: 15px;
  transition: all 500ms ease;
}
.fun-fact-one__single:hover .fun-fact-one__title,
.fun-fact-one__single:hover .fun-fact-one__icon i,
.fun-fact-one__single:hover .fun-fact-one__icon,
.fun-fact-one__single:hover .fun-fact-one__text {
  color: #fff;
}
.fun-fact-one__text {
  position: relative;
  color: #5f666d;
  font-size: 17px;
  line-height: 26px;
  margin: 0;
}
.fun-fact-one__about-one {
  padding-top: 110px;
}

.fun-fact-two {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
.fun-fact-two:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #222;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.fun-fact-two__background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.fun-fact-two .container {
  position: relative;
  z-index: 99;
}
.fun-fact-two__single {
  text-align: center;
}
.fun-fact-two__icon {
  font-size: 47px;
  color: #fff;
  transition: all 500ms ease;
}
.fun-fact-two__single:hover .fun-fact-two__icon {
  color: #ffbf00;
}
.fun-fact-two__title {
  margin: 0;
  color: #fff;
  font-size: 40px;

  font-weight: bold;
  margin-top: 20px;
}
.fun-fact-two__text {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
}

.fun-fact-one__dental-home {
  margin-bottom: 20px;
}

/*
* 18. gallery style
*/
.gallery-one {
  padding-top: 110px;
  padding-bottom: 115px;
}
.gallery-one__single {
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.gallery-one__single > img {
  width: 100%;
  transition: all 500ms ease;
}
.gallery-one__single:hover img {
  transform: scale(1.05);
}
.gallery-one__hover-content {
  background-color: rgba(225, 15, 40, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.gallery-one__hvr-link {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.gallery-one__hvr-link i {
  color: #ffbf00;
  font-size: 22px;
  line-height: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.gallery-one__hvr-link:hover {
  background-color: #222;
}
.gallery-one__hvr-link:hover i {
  color: #fff;
}
.gallery-one__hvr-link + .gallery-one__hvr-link {
  margin-left: 15px;
}
.gallery-one__single:hover .gallery-one__hover-content {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

/*
* 19. donation-process style
*/
.donation-process__single + .donation-process__single {
  margin-top: 25px;
}
.donation-process__number,
.donation-process__content {
  display: table-cell;
  vertical-align: top;
}
.donation-process__number .inner-block {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #ffbf00;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 45px;
}
.donation-process__content {
  padding-left: 25px;
}
.donation-process__title {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
.donation-process__title a {
  color: #222;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.donation-process__title a:hover {
  color: #ffbf00;
}
.donation-process__text {
  margin: 0;
  font-size: 17px;
  line-height: 26px;
  color: #5f666d;
  margin-top: 10px;
}

/*
* 20. sidebar style
*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar__single:not(:last-child) {
  margin-bottom: 60px;
}
.sidebar__title {
  margin: 0;
  color: #222;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
.sidebar__search {
  position: relative;
}
.sidebar__search-form {
  width: 100%;
  position: relative;
}
.sidebar__search-form input {
  position: relative;
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  background-color: transparent;
  padding-left: 20px;
  background: #fff;
  border: 1px solid #fff;
  padding: 10px 70px 10px 20px;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06);
  transition: all 500ms ease;
}
.sidebar__search-form input:focus {
  border-color: #ffbf00;
}
.sidebar__search-form button[type="submit"] {
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  line-height: 54px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #ffbf00;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0px;
  font-size: 24px;
  color: #fff;
}
.sidebar__categories-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -10px;
}
.sidebar__categories-list li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dadada;
  padding-bottom: 10px;
}
.sidebar__categories-list li:not(:last-child) {
  margin-bottom: 20px;
}
.sidebar__categories-list li a,
.sidebar__categories-list li span {
  color: #5f666d;
  font-size: 17px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar__categories-list li a:hover,
.sidebar__categories-list li span:hover {
  color: #ffbf00;
}
.sidebar__post__single {
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
}
.sidebar__post__single:not(:last-child) {
  margin-bottom: 30px;
}
.sidebar__post__image,
.sidebar__post__content {
  display: table-cell;
  vertical-align: middle;
}
.sidebar__post__content {
  padding-left: 20px;
}
.sidebar__post__image {
  position: relative;
  overflow: hidden;
  width: 75px;
}
.sidebar__post__image img {
  width: 100%;
  transition: all 500ms ease;
}
.sidebar__post__single:hover .sidebar__post__image img {
  opacity: 0.5;
  transform: scale(1.05);
}
.sidebar__post_date {
  color: #5f666d;
  font-size: 14px;
  line-height: 1em;
}
.sidebar__post__title {
  font-size: 17px;
  line-height: 28px;
  margin: 0;
}
.sidebar__post__title a {
  color: #5f666d;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar__post__title a:hover {
  color: #ffbf00;
}

/*
* 21. notice style
*/
@media (min-width: 1200px) {
  .notice-one .container {
    max-width: 1000px;
  }
}
.notice-one__single {
  padding: 30px;
  position: relative;
  background-color: white;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.notice-one__title {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}
.notice-one__title a {
  color: #222;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.notice-one__title a:hover {
  color: #ffbf00;
}
.notice-one__date {
  display: inline-block;
  vertical-align: middle;
  color: #5f666d;
  font-size: 15px;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.notice-one__date i {
  font-size: 18px;
  display: inline-block;
  vertical-align: -4px;
  color: #ffbf00;
}
.notice-one__date:hover {
  color: #ffbf00;
  opacity: 1;
}
.notice-one__text {
  margin: 0;
  color: #5f666d;
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.notice-one__link {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #8fb569;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.notice-one__link:hover {
  color: #ffbf00;
}
.notice-one .blog-post-pagination {
  margin-top: 40px;
}

/*
* 22. shop style
*/
.shop-one {
  background-color: #fafafa;
}
.shop-one .masonary-item {
  margin-bottom: 30px;
}
.shop-one__image {
  position: relative;
  display: inline-flex;
}
.shop-one__image > img {
  width: 100%;
  height: 100%;
  max-width: 140px;
  margin: 30px 0px;
  transition: all 500ms ease;
}

.supporters-one_text {
  text-align: center;
  margin: auto;
}

.shop-one__single:hover .shop-one__image > img {
  transform: scale(1.05);
}
.shop-one__hover-content {
  background-color: rgba(225, 15, 40, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.shop-one__hover-content a {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  color: #ffbf00;
  font-size: 22px;
  line-height: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.shop-one__hover-content a:hover {
  background-color: #222;
}
.shop-one__hover-content a + a {
  margin-left: 10px;
}
.shop-one__single:hover .shop-one__hover-content {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}
.shop-one__single {
  background-color: transparent;
  width: 200px;
  height: 200px;
}

.shop-one__single .shop-one__image {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
}

.supporters-one {
  width: 100%;
}

.supporters-one .supporters-two {
  margin-top: 2%;
  padding: auto auto;
}

.shop-one__content {
  border: 1px solid #ededed;
  border-top: 0;
  background-color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 5px;
}
.shop-one__title {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.shop-one__title a {
  color: #222;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.shop-one__title a:hover {
  color: #ffbf00;
}
.shop-one__category {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 0;
}
.shop-one__category__top {
  background-color: #8fb569;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  padding: 19px 25px;
}
.shop-one__category__top i {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin-right: 10px;
}
.shop-one__category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shop-one__category-list-item {
  position: relative;
}
.shop-one__category-list-item a {
  display: block;
  padding: 19.25px 25px;
  padding-left: 70px;
  color: #455360;
  font-size: 17px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.shop-one__category-list-item a:hover {
  background-color: #8fb569;
  color: #fff;
}
.shop-one__category-list-item a i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.shop-one__category-list-item a i[class*="clainc-icon-"] {
  left: 25px;
}
.shop-one__category-list-item a i.material-icons {
  right: 25px;
}
.shop-one__category-list-item + .shop-one__category-list-item {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.shop-one .blog-post-pagination {
  margin-top: 30px;
}

[class*="shop-one__price-"] {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  color: #8fb569;
}

.shop-one__price-regular {
  text-decoration: line-through;
  color: #ffbf00;
  opacity: 0.7;
  margin-left: 10px;
}

.recent-products__carousel {
  margin-top: 0px;
}

.recent-products__carousel .owl-nav {
  /* margin-top: 60px; */
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.recent-products__carousel .owl-nav [class*="owl-"] {
  display: none;
  vertical-align: middle;
  border: 1px solid #dadada;
  border-radius: 5px;
  font-size: 14px;
  color: #3a3952;
  background-color: #ffffff;
  width: 32px;
  height: 32px;
  text-align: center;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #3a3952;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.recent-products__carousel:hover .owl-nav {
  opacity: 1;
}

.recent-products__carousel .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  background: transparent;
  color:#ffbf00;
  opacity: 10;
  height: 55px;
  width: 55px;
  line-height: 50px;
  border: 2px solid #ffbf00;
  text-align: center;
  padding: 0px;
  margin: 0px;
  font-size: 30px;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.recent-products__carousel .owl-nav .owl-next {
  position: absolute;
  right: -50px;
  background: transparent;
  height: 55px;
  width: 55px;
  line-height: 50px;
  border: 2px solid #ffbf00;
  text-align: center;
  color: #ffbf00;
  padding: 0px;
  margin: 0px;
  font-size: 30px;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.recent-products__carousel .owl-nav .owl-prev:hover,
.recent-products__carousel .owl-nav .owl-next:hover {
  background: #ffbf00;
  border-color: #ffbf00;
}
.recent-products__carousel .owl-nav [class*="owl-"]:hover {
  background-color: #ffbf00;
  border-color: #ffbf00;
  color: #fff;
}
.recent-products__carousel .owl-nav [class*="owl-"] i {
  line-height: 30px;
}
.recent-products__carousel .owl-nav [class*="owl-next"] {
  margin-left: 10px;
}

.single-shop-page {
  padding-top: 120px;
  padding-bottom: 110px;
  background-color: #fafafa;
}
@media (min-width: 1200px) {
  .single-shop-page .container {
    max-width: 1060px;
  }
}
.single-shop-page .single-shop-page-content {
  margin-bottom: 0;
}
.single-shop-page .single-shop-page-content .img-box {
  position: relative;
}
.single-shop-page .single-shop-page-content .img-box .product-zoomer {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  color: #ffbf00;
  font-size: 17px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 20px;
  right: 20px;
}
.single-shop-page .single-shop-page-content .img-box .product-zoomer:hover {
  color: #fff;
  background-color: #ffbf00;
}
.single-shop-page .single-shop-page-content .content-box h3 {
  font-size: 30px;
  color: #222;
  margin: 0;
  font-weight: bold;
}
.single-shop-page .single-shop-page-content .content-box .star-box {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
}
.single-shop-page .single-shop-page-content .content-box .star-box a {
  color: #ffb400;
  font-size: 14px;
}
.single-shop-page .single-shop-page-content .content-box span {
  color: #222;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.single-shop-page .single-shop-page-content .content-box p {
  color: #5f666d;
  font-size: 17px;
}
.single-shop-page .single-shop-page-content .content-box p.price {
  margin: 0;
  margin-top: 10px;
}
.single-shop-page .single-shop-page-content .content-box p.price span {
  font-size: 17px;
  font-weight: 500;
  margin-left: 0;
  color: #8fb569;
  vertical-align: middle;
  font-family: "Lato", sans-serif;
}
.single-shop-page .single-shop-page-content .content-box p.price del {
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
  color: #ffbf00;
  opacity: 0.5;
  vertical-align: middle;
  font-family: "Lato", sans-serif;
}
.single-shop-page .single-shop-page-content hr {
  margin-bottom: 15px;
}
.single-shop-page .single-shop-page-content p.highlighted {
  font-size: 16px;
  color: #0f4469;
  margin-top: 7px;
  margin-bottom: 7px;
  font-weight: 600;
}
.single-shop-page .single-shop-page-content .pincheck {
  margin-top: 10px;
  margin-bottom: 30px;
}
.single-shop-page .single-shop-page-content .pincheck input[type="text"] {
  width: 150px;
  height: 40px;
  border: 1px solid #f6fbff;
  padding-left: 10px;
  line-height: 38px;
  border-radius: 4px;
  vertical-align: middle;
  margin-right: 11px;
  outline: none;
}
.single-shop-page .single-shop-page-content .pincheck button {
  background: #8fb569;
  height: 40px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  outline: none;
  vertical-align: middle;
  cursor: pointer;
  transition: all 500ms ease;
}
.single-shop-page .single-shop-page-content .pincheck button:hover {
  background: #ffbf00;
}
.single-shop-page .single-shop-page-content form.pincheck p {
  display: inline-block;
  color: #8fb569;
  font-weight: 500;
  margin-left: 5px;
  font-size: 14px;
}
.single-shop-page .single-shop-page-content .qty {
  background: #ededed;
  display: inline-block;
  vertical-align: middle;
}
.single-shop-page .single-shop-page-content .qty .quantity-spinner {
  background: black;
}
.single-shop-page .single-shop-page-content .quantity-spinner {
  padding: 5px 0px 5px 20px;
  line-height: 24px;
  height: 43px;
  display: block;
  width: 70px;
  font-size: 20px;
  position: relative;
}
.single-shop-page
  .single-shop-page-content
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-up,
.single-shop-page
  .single-shop-page-content
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-down {
  background: #ededed;
  border-color: #ededed;
  color: #0f4469;
}
.single-shop-page
  .single-shop-page-content
  .bootstrap-touchspin
  .input-group-btn
  [class*="bootstrap-touchspin-"] {
  background-color: #fff;
  color: #0f4469;
  border-color: #ededed;
}
.single-shop-page .single-shop-page-content .qty .quantity-spinner {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  text-align: center;
  background: #fff;
  border: 1px solid #ededed;
}
.single-shop-page .single-shop-page-content ul.checklist,
.single-shop-page .single-shop-page-content ul.checklist li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-shop-page .single-shop-page-content ul.checklist {
  margin-top: 15px;
}
.single-shop-page .single-shop-page-content ul.checklist li + li {
  margin-top: 5px;
}
.single-shop-page .single-shop-page-content ul.checklist li {
  font-size: 16px;
  color: #5f666d;
}
.single-shop-page .single-shop-page-content ul.checklist li span {
  color: #222;
  font-weight: 600;
  width: 130px;
  display: inline-block;
  vertical-align: middle;
}
.single-shop-page .single-shop-page-content ul.checklist li a {
  color: #5f666d;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.single-shop-page .single-shop-page-content ul.checklist li a:hover {
  color: #ffbf00;
}
.single-shop-page .single-shop-page-content .thm-btn {
  padding: 8.5px 32.25px;
  margin-left: 20px;
}
.single-shop-page .product-tab-box {
  margin-top: 50px;
}
.single-shop-page .product-tab-box ul,
.single-shop-page .product-tab-box li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-shop-page .product-tab-box .tab-title {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  font-size: 0;
  background-color: #f0f0f0;
  border: 1px solid rgba(216, 216, 216, 0.5);
}
.single-shop-page .product-tab-box .tab-title li {
  display: inline-block;
  margin-bottom: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 33.3333%;
  flex: 1 0 33.3333%;
}
.single-shop-page .product-tab-box .tab-title li a {
  display: block;
  border: none;
  outline: none;
  color: #86909e;
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 33.5px;
  cursor: pointer;
  color: #9fa2a6;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
  background-color: #f7f7f7;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.single-shop-page .product-tab-box .tab-title li a:hover {
  border-color: #e7e7e7;
  background: #e7e7e7;
  color: #8fb569;
}
.single-shop-page .product-tab-box .tab-title li a.active {
  border-color: #e7e7e7;
  background: #e7e7e7;
  color: #8fb569;
}
.single-shop-page .product-tab-box .tab-title li + li {
  border-left: 1px solid #d8d8d8;
}
.single-shop-page .product-tab-box .tab-content {
  padding-top: 30px;
}
.single-shop-page .product-tab-box .tab-content p {
  font-size: 17px;
  line-height: 26px;
  color: #5f666d;
}

.product-details__thumb-carousel,
.product-details__carousel {
  width: 100%;
  overflow: hidden;
}
.product-details__thumb-carousel img,
.product-details__carousel img {
  width: 100%;
}

.product-details__thumb-carousel {
  margin-top: 10px;
}

/*
* 23. newsletter style
*/
.newsletter-one {
  background-color: #fafafa;
}
.newsletter-one__form {
  width: 100%;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.newsletter-one__form input {
  padding: 10px 190px 10px 30px;
  outline: none;
  line-height: 55px;
  border-radius: 30px;
  background-color: transparent;
  position: relative;
  width: 100%;
  height: 55px;
  background: #fff;
  border: 1px solid #ededed;
  transition: all 500ms ease;
}
.newsletter-one__form input:focus {
  border-color: #ffbf00;
}
.newsletter-one__form button[type="submit"] {
  border-radius: 30px;
  position: absolute;
  top: 0;
  right: 0;
}

/*
* 24. faq style
*/
@media (min-width: 1200px) {
  .faq-accrodion .container {
    max-width: 1190px;
    margin: auto;
  }
}
.faq-accrodion .accrodion-grp .accrodion {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq-accrodion .accrodion-grp .accrodion + .accrodion {
  margin-top: 20px;
}
.faq-accrodion .accrodion-grp .accrodion .accrodion-title {
  cursor: pointer;
  background-color: yellowgreen;
  padding: 24px 24px;
}
.faq-accrodion .accrodion-grp .accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 20px;
  color: #455360;
  padding: 0px 0;
  padding-top: 0;
  padding-left: 0px;
  padding-right: 30px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq-accrodion .accrodion-grp .accrodion .accrodion-title h4:before {
  font-family: "Material Icons";
  content: "add";
  display: inline-block;
  font-size: 22px;
  color: #5f666d;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq-accrodion .accrodion-grp .accrodion.active .accrodion-title h4:before {
  color: #ffbf00;
  font-weight: 600;
}
.faq-accrodion .accrodion-grp .accrodion .accrodion-content .inner {
  /* margin-top: -10px; */
  padding: 0 24px;
  padding-bottom: 26px;
}
.faq-accrodion .accrodion-grp .accrodion .accrodion-content .inner p {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  line-height: 26px;
  color: #5f666d;
}
.faq-accrodion .accrodion-grp .accrodion.active {
  -webkit-box-shadow: 0px 3px 19.6px 0.4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 19.6px 0.4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.faq-accrodion .accrodion-grp .accrodion.active .accrodion-title h4 {
  color: #fff;
  font-weight: 600;
}
.faq-accrodion .accrodion-grp .accrodion.active .accrodion-title h4:before {
  content: "remove";
}

.faq-accrodion__link {
  font-size: 16px;
  font-weight: bold;
  color: #8fb569;
  margin-top: 60px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq-accrodion__link:hover {
  color: #ffbf00;
}

/*
* 25. cart style
*/
.cart-section {
  padding-top: 110px;
  position: relative;
}
.cart-section ul {
  margin: 0;
  padding: 0;
}
.cart-section ul li {
  list-style: none;
}
.cart-section .thm-btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: #8fb569;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 30px;
}

.cart-section .cart-outer {
  position: relative;
}

.cart-section .table-outer {
  position: relative;
  width: 100%;
  overflow-x: auto;
}

.cart-section .sec-title {
  margin-bottom: 30px;
}
.cart-section .sec-title h2 {
  font-size: 30px;
  font-weight: 500;
  color: #222;
}

.cart-section .cart-table {
  width: 100%;
  min-width: 900px;
  border: 1px solid #dadada;
  border-top: 0;
}

.cart-table .cart-header {
  position: relative;
  width: 100%;
  text-transform: capitalize;
  font-size: 16px;
  border-radius: 7px;
  color: #fff;
  background: #8fb569;
}

.cart-table thead tr th {
  line-height: 24px;
  padding: 20px 15px;
  min-width: 120px;
  font-weight: 500;
}

.cart-table thead tr th.prod-column {
  text-align: left;
  padding-left: 40px;
}

.cart-table tbody tr td {
  line-height: 24px;
  padding: 15px 10px;
  min-width: 100px;
  font-size: 16px;
  font-weight: 500;
  color: #222;
}

.cart-table tbody tr .qty {
  padding-right: 20px;
}

.cart-table tbody tr .qty .quantity-spinner {
  background: black;
}

.cart-table tbody tr .prod-column .column-box {
  position: relative;
  min-height: 90px;
  padding-left: 100px;
  padding-top: 15px;
  text-align: left;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
  position: absolute;
  left: 0px;
  top: 11px;
  background: #172245;
  padding: 0px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
  width: 90px;
}

.cart-table tbody tr .prod-column .column-box h3 {
  font-size: 18px;
  color: #222;
  font-weight: 500;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.cart-table tbody tr .sub-total {
  font-weight: 500;
  color: #222;
}

.cart-table tbody tr .remove-btn {
  position: relative;
  font-size: 16px;
  color: #172245;
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
  position: relative;
  top: 2px;
  padding-right: 10px;
  font-size: 24px;
  line-height: 30px;
}

.cart-table tbody tr .remove-btn:hover {
  color: #ffbf00;
}

.cart-table tbody tr {
  border-bottom: 1px solid #dadada;
}

.cart-table tbody tr td {
  vertical-align: middle;
}

.cart-table tbody tr td .quantity-spinner {
  padding: 5px 0px 5px 20px;
  line-height: 24px;
  height: 43px;
  display: block;
  width: 0px;
  font-size: 20px;
  position: relative;
  padding: 0;
  text-align: center;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ededed;
}

.cart-table
  tbody
  tr
  td
  .bootstrap-touchspin
  .input-group-btn
  [class*="bootstrap-touchspin-"] {
  background-color: #fff;
  color: #222;
  border-color: #ededed;
}

.cart-table tbody .available-info {
  position: relative;
  padding-left: 50px;
  color: #999999;
  font-size: 14px;
}

.cart-table tbody .available-info .fa {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #172245;
  border-radius: 50%;
}

.cart-table
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-up,
.cart-table
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-down {
  background: #ededed;
  border-color: #ededed;
}

.cart-table .bootstrap-touchspin .input-group-btn-vertical i {
  color: green;
  left: 6px;
}

.cart-table tbody tr .qty .quantity-spinner {
  background: #fff;
  border: 1px solid #ededed;
}

.cart-section .apply-coupon {
  position: relative;
}

.cart-section .apply-coupon .form-group {
  position: relative;
  float: left;
  margin-right: 20px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
  display: block;
  line-height: 24px;
  padding: 9px 15px;
  border-radius: 0px;
  width: 230px;
  background: none;
  font-weight: 500;
  outline: none;
  height: 50px;
  border-style: solid;
  border-width: 1px;
  color: #9fa2a6;
  border-color: #dddee4;
  transition: all 500ms ease;
}

.cart-section .apply-coupon .form-group input[type="text"]:focus,
.cart-section .estimate-form input:focus,
.checkout-section.cart-section .billing-info-form form .form-group input:focus {
  border-color: #ffbf00;
}
.cart-section
  .apply-coupon
  .form-group
  input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9fa2a6;
}
.cart-section .apply-coupon .form-group input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #9fa2a6;
}
.cart-section
  .apply-coupon
  .form-group
  input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #9fa2a6;
}
.cart-section .apply-coupon .form-group input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #9fa2a6;
}

.cart-section .estimate-form {
  position: relative;
}

.cart-section h3 {
  font-size: 24px;
  font-weight: 700;
  color: #172245;
  margin-bottom: 30px;
}

.cart-section .estimate-form .row {
  margin-left: -7px;
  margin-right: -7px;
}

.cart-section .estimate-form .row .form-group {
  padding: 0px 7px;
  margin-bottom: 31px;
}

.cart-section .totals-table {
  position: relative;
  border: 1px solid #f8f8f8;
}

.cart-section .totals-table .col {
  position: relative;
  display: block;
  float: left;
  padding: 10px 15px;
  line-height: 24px;
  width: 50%;
}

.cart-section .totals-table .col-title {
  font-size: 14px;
  color: #353535;
  border-right: 1px solid #f8f8f8;
  font-weight: 500;
}

.cart-section .totals-table li {
  position: relative;
  border-bottom: 1px solid #f8f8f8;
}

.cart-section .totals-table li:last-child {
  border-bottom: none;
}

.cart-section .update-cart-box {
  padding-top: 40px;
}

.cart-section .estimate-form h3 {
  text-transform: uppercase;
  font-size: 24px;
  color: #172245;
  margin: 0;
  margin-bottom: 40px;
  margin-top: 80px;
}

.cart-section .cart-total h3 {
  text-transform: uppercase;
  font-size: 24px;
  color: #172245;
  margin: 0;
  margin-bottom: 40px;
  margin-top: 80px;
}

.cart-section .cart-total .thm-btn {
  margin-top: 30px;
}

.cart-section .estimate-form input {
  width: 100%;
  border: 1px solid #172245;
  outline: none;
  height: 50px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddee4;
}

.cart-section .qty .input-group {
  background: #ededed;
}

.cart-section .thm-btn.update-cart {
  border: 1px solid black;
  color: #172245;
  background-color: transparent;
}

.cart-table tbody tr td,
.cart-table tbody tr .remove-btn {
  color: #999999;
}

.cart-section .thm-btn.update-cart {
  color: #161827;
  border: 1px solid #dadada;
}

.cart-section .estimate-form input {
  border-color: #dadada;
}

.cart-section .estimate-form .select-box .btn-group.bootstrap-select .btn {
  background: #fff;
  color: #cecece;
  border-color: #dadada;
}

.cart-section
  .estimate-form
  .select-box
  .bootstrap-select.btn-group
  .dropdown-toggle
  .caret:before {
  color: #cecece;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
  padding: 0px;
  background: #dadada;
}

.cart-table tbody tr .prod-column .column-box {
  margin-left: 15px;
}

.cart-section .thm-btn.update-cart:hover {
  color: #fff;
  border-color: #8fb569;
}

.cart-table tbody tr td {
  padding: 10px 10px 20px;
}

.cart-section
  .estimate-form
  .select-box
  .bootstrap-select.btn-group
  .dropdown-menu
  li
  a
  span.text {
  color: #999;
}

.cart-section
  .estimate-form
  .select-box
  .bootstrap-select.btn-group
  .dropdown-menu
  li
  a:hover
  span.text {
  color: #fff;
}

.cart-confirmation-box {
  padding-top: 70px;
  padding-bottom: 90px;
}

.cart-section
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100%;
}
.cart-section .bootstrap-select > .dropdown-toggle {
  border-style: solid;
  border-width: 1px;
  border-color: #dddee4;
  height: 50px;
  padding: 0;
  background-color: #fff;
  border-radius: 0;
  line-height: 48px;
  font-size: 14px;
  color: #222222;
  font-weight: 500;
  padding-left: 15px;
  padding-right: 15px;
}

/*
* 26. checkout style
*/
.checkout-section {
  padding-bottom: 120px;
}

.checkout-section.cart-section
  .billing-info-form
  form
  .form-group
  .field-label {
  color: yellow;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 3px;
}

.checkout-section.cart-section .billing-info-form form .form-group input {
  border: 2px solid yellow;
  color: yellow;
  font-size: 16px;
  height: 48px;
  padding: 0 20px;
  width: 100%;
}

.checkout-section.cart-section .bottom {
  padding-top: 40px;
}

.checkout-section .column.default-column h3 {
  color: yellow;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 36px;
}

.checkout-section.cart-section .bottom .totals-table {
  border: 2px solid yellow;
}

.checkout-section.cart-section .bottom .totals-table li {
  border-bottom: 1px solid yellow;
}

.checkout-section.cart-section .bottom .totals-table li span.col.col-title {
  border-right: 1px solid yellow;
  color: yellow;
  font-size: 16px;
  font-weight: 400;
}

.checkout-section.cart-section .bottom .totals-table li span.col {
  color: yellow;
  font-size: 16px;
}

.checkout-section .payment-options {
  padding-top: 30px;
}

.checkout-section .payment-options .option-block .radio-block.active .icon i {
  color: yellow;
}

.checkout-section .payment-options .option-block {
  margin-bottom: 10px;
}

.checkout-section .payment-options .option-block .radio-block .icon {
  float: left;
  padding-right: 15px;
}

.checkout-section .payment-options .option-block .radio-block .icon i {
  color: yellow;
  font-size: 16px;
  line-height: 28px;
}

.checkout-section
  .payment-options
  .option-block
  .radio-block
  label.radio-label {
  color: yellow;
  font-size: 16px;
  font-weight: normal;
  display: block;
}

.checkout-section .payment-options .text {
  padding-left: 30px;
}

.checkout-section .payment-options .text p {
  color: yellow;
  font-size: 16px;
  font-weight: 400;
}

.checkout-section.cart-section .thm-btn {
  margin-top: 40px;
}

.checkout-section.cart-section .cart-table {
  width: 100%;
  min-width: auto;
}

.checkout-section.cart-section
  .billing-info-form
  form
  .form-group
  .field-label {
  color: #222;
}

.checkout-section.cart-section .billing-info-form form .form-group input {
  border-color: rgba(218, 218, 218, 0.3);
  outline: none;
  color: #999;
}

.checkout-section.cart-section .bottom .totals-table,
.checkout-section.cart-section .bottom .totals-table li,
.checkout-section.cart-section .bottom .totals-table li span.col.col-title {
  border-color: rgba(218, 218, 218, 0.3);
}

.checkout-section.cart-section .bottom .totals-table li:last-child {
  border-bottom: 0px;
}

.checkout-section.cart-section .bottom .totals-table li span.col.col-title {
  color: #222;
}

.checkout-section.cart-section .bottom .totals-table li span.col,
.checkout-section .payment-options .text p {
  color: #222;
}

.checkout-section
  .payment-options
  .option-block
  .radio-block
  label.radio-label {
  color: #222;
}

.checkout-section .payment-options .option-block .radio-block.active .icon i,
.checkout-section .payment-options .option-block .radio-block .icon i {
  color: #888;
}

/*
* 27. history style
*/
.history-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  position: relative;
  width: 685px;
  height: 700px;
  padding: 0px 10px;
  overflow: hidden;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .history-one__single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.history-one__single img {
  border-radius: 20px;
  max-width: 100%;
}
.history-one__single:nth-child(odd) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .history-one__single:nth-child(odd) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.history-one__single:nth-child(odd) .history-one__content {
  right: auto;
  left: 0;
}
.history-one__single + .history-one__single {
  margin-top: 130px;
}
.history-one__content {
  position: absolute;
  top: 140%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 400px;
  padding: 30px;
}
@media (max-width: 991px) {
  .history-one__content {
    position: relative;
    top: 0%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    margin-top: 40px;
  }
}
.history-one__date {
  margin: 0;
  color: #5f666d;

  font-size: 18px;
  font-weight: bold;
}
.history-one__title {
  margin: 0;
  color: #222;
  font-size: 30px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 20px;
}

/** top-bar **/

.topbar-one {
  background-color: #222;
}
.topbar-one .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.topbar-one__contact {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topbar-one__contact-item {
  display: inline-block;
  vertical-align: middle;
}
.topbar-one__contact-item:not(:last-child):after {
  content: "";
  width: 1px;
  height: 33px;
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.2);
  margin-left: 30px;
  margin-right: 26px;
}
.topbar-one__contact-item a {
  color: #ffffff;
  font-size: 16px;
}
.topbar-one__contact-item a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background-color: #ffbf00;
  margin-right: 20px;
  transition: all 500ms ease;
}
.topbar-one__contact-item a:hover i {
  background-color: #fff;
  color: #ffbf00;
}
.topbar-one__contact-item a:hover {
  color: #ffbf00;
}
.topbar-one__btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  background-color: #ffbf00;
  padding: 22px 35.5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
.topbar-one__btn:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
}
.topbar-one__btn:hover:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.topbar-one__btn:hover {
  color: #ffbf00;
}
.topbar-one
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 40px;
}
.topbar-one__language {
  margin-right: 20px;
}
.topbar-one__language .btn-light {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  color: #fff;
  font-size: 17px;
  line-height: 1em;
}
.topbar-one__language .dropdown-toggle::after {
  display: inline-block;
  border: none;
  content: "\e313";
  font-family: "Material Icons";
  font-size: 22px;
  color: #fff;
}

.topbar-one .text {
  position: relative;
  font-size: 18px;
  color: #fff;
}

/** top-bar-two **/

.topbar-two {
  position: relative;
  background: #eff0f4;
  padding-top: 20px;
  padding-bottom: 20px;
}

.topbar-two .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topbar-two__info {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topbar-two__info-icon,
.topbar-two__info-text {
  display: table-cell;
  vertical-align: middle;
}

.topbar-two__info-icon i {
  width: 50px;
  height: 50px;
  background-color: #ffbf00;
  color: #fff;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
}

.topbar-two__info-text {
  padding-left: 20px;
}

.topbar-two__info-icon,
.topbar-two__info-text {
  display: table-cell;
  vertical-align: middle;
}

.topbar-two__info-text span {
  color: #8fb569;
  font-size: 15px;
  line-height: 1em;
  font-weight: 600;
}

.topbar-two__info-text h4 {
  color: #222;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  margin-top: 8px;
}

.topbar-two__info-text h4 a {
  color: #222;
}

.topbar-two__info-text h4 a:hover {
  color: #ffbf00;
}

.topbar-two .social-box li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
}

.topbar-two .social-box li:last-child {
  margin-right: 0px;
}

.topbar-two .social-box li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  color: #ffbf00;
  border-radius: 50%;
}

.topbar-two .social-box li a:hover {
  color: #fff;
  background: #ffbf00;
}

.topbar-two__info-single {
  margin-right: 15px;
}

.topbar-two__info-single:last-child {
  margin-right: 0px;
}

/** top-bar-three **/

.topbar-three {
  background-color: #222;
  padding-top: 10px;
  padding-bottom: 10px;
}
.topbar-three .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.topbar-three__text {
  margin: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.topbar-three__link {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.topbar-three__link i {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #ffbf00;
  text-align: center;
  line-height: 35px;
  margin-right: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.topbar-three__link:hover {
  color: #ffbf00;
}
.topbar-three__link:hover i {
  background-color: #fff;
  color: #ffbf00;
}
.topbar-three__link + .topbar-three__link {
  margin-left: 10px;
}
.bootstrap-select .dropdown-menu li a span.text {
  color: #222;
}

.checkout-section .payment-info {
  position: relative;
  display: block;
  border: 1px solid rgba(218, 218, 218, 0.3);
  padding: 36px 30px 40px 30px;
  overflow: hidden;
}

.checkout-section .payment-info h4 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 700;
  margin-bottom: 29px;
}

.checkout-section .payment-info .payment-option {
  position: relative;
}

.checkout-section .payment-info .payment-option .checkbox label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 4px;
}

.checkout-section .payment-info .payment-option .checkbox span {
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: #222;
  font-weight: 700;
  margin-left: 11px;
  margin-bottom: 7px;
}

.checkout-section .payment-info .payment-option .checkbox a {
  color: #ffbf00;
  font-size: 15px;
  font-weight: 400;
  margin-left: 19px;
  text-decoration: underline;
}

.checkout-section .payment-info .payment-option .checkbox a:hover {
  color: #8fb569;
}

.checkout-section .payment-info .payment-option .text {
  position: relative;
  display: block;
  margin-left: 31px;
  font-size: 14px;
  line-height: 24px;
  color: #222;
  padding: 14px 20px 20px 20px;
  border-radius: 10px;
  margin-bottom: 26px;
  z-index: 1;
}

.checkout-section .payment-info .order-btn {
  position: relative;
  display: block;
  padding-top: 16px;
}

.checkout-section .payment-info .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}

.checkout-section.cart-section .bottom .totals-table {
  margin-bottom: 50px;
}

/** fluid-section **/

.fluid-section {
  position: relative;
  background: #222;
}

.fluid-section .video-column {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fluid-section .video-column .video-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 330px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fluid-section .video-column .video-inner:before {
  position: absolute;
  content: "";
  background: rgba(34, 34, 34, 0.5);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
}

.fluid-section .content-column {
  position: relative;
  width: 50%;
  height: 100%;
  float: right;
}

.fluid-section .video-column .video-inner a {
  position: relative;
  display: inline-block;
  font-size: 30px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 2px solid #fff;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  transition: all 500ms ease;
}

.fluid-section .video-column .video-inner a:hover {
  background: #fff;
  color: #ffbf00;
}

.fluid-section .video-column .video-inner a:after,
.fluid-section .video-column .video-inner a:before {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.fluid-section .video-column .video-inner a:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.testimonials-three .testimonial-inner {
  position: relative;
  margin-left: 30px;
  margin-right: -500px;
}

/** fluid-section-two **/

.fluid-section-two {
  position: relative;
  background: #333;
}

.fluid-section-two .map-column {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
}

.fluid-section-two .form-column {
  position: relative;
  width: 50%;
  float: right;
}

.fluid-section-two .form-column .form-inner {
  position: relative;
  padding: 134px 100px 135px 100px;
}

textarea {
  resize: none;
}

/** Gallery **/

.gallery-one {
  padding-top: 120px;
  padding-bottom: 100px;
}

.gallery-one-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.gallery-one-col {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.gallery-one-col img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .gallery-one-col {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .gallery-one-col {
    flex: 100%;
    max-width: 100%;
  }
}
