
@import url('https://fonts.googleapis.com/css?family=Nunito');

/* change */
body {
  background: #fff;
  /* font-family: "Open Sans", Arial, sans-serif; */
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #555555;
  overflow-x: hidden;
  outline: none;
  
}

@font-face {
  src: url(fonts/Harry-Thin-Regular.ttf);
  font-family: "harry";
}


a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  color: #000;
}

.btn, .form-control {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* Header */
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

header .navbar-brand {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 400;
}

header .navbar-brand span {
  color: #007bff;
}

header .top-bar {
  /* background: #007bff; */
  background: radial-gradient(#007bff,#0168d6);
  /* background: radial-gradient(#007bff,#2193b0); */
}

header .top-bar a {
  color: #fff;
  /* padding: 10px; */
  font-size: 13px;
  display: inline-block;
}

header .top-bar .cta-btn {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  background: #5AC8D8;
}

header .top-bar .cta-btn:hover {
  -webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
}

header .top-bar .social {
  margin-bottom: 0;
}

header .top-bar .social li {
  display: inline-block;
  text-align: center;
}

header .top-bar .social li a {
  color: #fff;
  padding: 10px;
  width: 40px;
  display: inline-block;
}

@media (max-width: 991px) {
  header .top-bar .social li a {
    padding-left: 10px;
    padding-right: 10px;
    width: inherit;
  }
}

header .top-bar .social li a:hover {
  background: #5AC8D8;
  color: #fff;
  -webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
}

header .navbar {
  padding-top: 0;
  padding-bottom: 0;
  background: white !important;
  /* position: fixed; */
  /* top: 0; */
  /* width: 100%; */
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
/* .content {
  padding: 16px;
} */
.sticky + .content {
  padding-top: 102px;
}


@media (max-width: 1199px) {
  header .navbar {
    background: white !important;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

header .navbar .nav-link {
  padding: 1.7rem 1rem;
  outline: none !important;
}

@media (max-width: 1199px) {
  header .navbar .nav-link {
    padding: .5rem 0rem;
  }
}

header .navbar .nav-link.active {
  color: #007bff !important;
}

header .navbar .dropdown-menu {
  font-size: 14px;
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
}

header .navbar .dropdown-menu .dropdown-item.active {
  background: #f8f9fa;
  color: #007bff !important;
}

header .navbar .dropdown-menu a {
  padding-top: 7px;
  padding-bottom: 7px;
}

/* change */
.navbar-nav {

  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Owl Carousel */
.owl-carousel .owl-item {
  opacity: .4;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

/* .owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 40px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 30px !important;
}

.owl-carousel .owl-nav .owl-next {
  right: 30px !important;
} */

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
  outline:none;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #007bff;
  outline:none;
}

.owl-carousel.home-slider {
  z-index: 1;
  position: relative;
}

.owl-carousel.home-slider .owl-nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.owl-carousel.home-slider .owl-nav button {
  color: #fff;
  outline: none;
}

.owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.owl-carousel.home-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(100vh - 117px);
  min-height: 700px;
}

.owl-carousel.home-slider .slider-item .slider-text {
  color: #fff;
  height: calc(100vh - 117px);
  min-height: 700px;
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
  font-size: 50px;
  color: #fff;
  line-height: 1.2;
  font-weight: 300;
  background: rgba(0, 0, 0, 0.5);
  margin-bottom: 150px;
}

/* change */
.owl-carousel.home-slider .slider-item .slider-text h2 {
  font-size: 50px;
  color: #fff;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0.8px;
  /* background: rgba(0, 0, 0, 0.5); */
}
@media (max-width: 768px) {
  .owl-carousel.home-slider .slider-item .slider-text h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 30px;
  }
}

.owl-carousel.home-slider .slider-item .slider-text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
 
}

.owl-carousel.home-slider.inner-page .slider-item {
  height: calc(50vh - 275px);
  min-height: 300px;
}

.owl-carousel.home-slider.inner-page .slider-item .slider-text {
  color: #fff;
  height: calc(50vh - 217px);
  min-height: 400px;
}

.owl-carousel.home-slider .owl-dots {
  position: absolute;
  bottom: 290px;
  width: 100%;
  
}

.owl-carousel.home-slider .owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.5);
  outline: none !important;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.owl-carousel.home-slider .owl-dots .owl-dot span {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50% !important;
  left: 50%;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
  border: 2px solid white;
}

.owl-carousel.home-slider .owl-dots .owl-dot.active span {
  background: white;
}

.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.owl-carousel.major-caousel .owl-nav .owl-prev, .owl-carousel.major-caousel .owl-nav .owl-next {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #495057;
}

.owl-carousel.major-caousel .owl-nav .owl-prev:hover, .owl-carousel.major-caousel .owl-nav .owl-prev:focus, .owl-carousel.major-caousel .owl-nav .owl-next:hover, .owl-carousel.major-caousel .owl-nav .owl-next:focus {
  color: #868e96;
  outline: none;
}

.owl-carousel.major-caousel .owl-nav .owl-prev.disabled, .owl-carousel.major-caousel .owl-nav .owl-next.disabled {
  color: #dee2e6;
}

.owl-carousel.major-caousel .owl-nav .owl-prev {
  left: -60px !important;
}

.owl-carousel.major-caousel .owl-nav .owl-next {
  right: -60px !important;
}

.owl-carousel.major-caousel .owl-dots {
  bottom: -30px !important;
  position: relative;
}

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  padding: 10px;
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
}

.home-feature {
  margin-top: -276px;
  position: relative;
  z-index: 2;
  padding: 30px
}

@media (max-width: 768px) {
.home-feature {
  margin-top: -140px;
  position: relative;
  z-index: 2;
  padding: 30px
}
}




@media (max-width: 365px) {
  .home-feature {
    margin-top: -233px;
    position: relative;
    z-index: 2;
    padding: 30px
  }
  }


.home-feature .one-col, .home-feature .two-col, .home-feature .three-col {
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  z-index: 2;
  top: 0;
  border-bottom: 10px solid #5AC8D8;
}

@media (max-width: 767px) {
  .home-feature .one-col, .home-feature .two-col, .home-feature .three-col {
    border: none;
    margin-bottom: 10px;
  }
}

.home-feature .one-col .col-inner, .home-feature .two-col .col-inner, .home-feature .three-col .col-inner {
  position: relative;
  overflow: hidden;
}

.home-feature .one-col .icon, .home-feature .two-col .icon, .home-feature .three-col .icon {
  font-size: 200px;
  color: rgba(255, 255, 255, 0.07);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.home-feature .one-col h2, .home-feature .two-col h2, .home-feature .three-col h2 {
  color: #fff;
  font-size: 16px;
  letter-spacing: .05em;
  font-weight: 300;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.home-feature .one-col p, .home-feature .two-col p, .home-feature .three-col p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}

.home-feature .one-col p:last-child, .home-feature .two-col p:last-child, .home-feature .three-col p:last-child {
  margin-bottom: 0;
}

.home-feature .one-col .btn-more, .home-feature .two-col .btn-more, .home-feature .three-col .btn-more {
  -webkit-transition: .15s all ease-out;
  -o-transition: .15s all ease-out;
  transition: .15s all ease-out;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: block;
  text-align: center;
  bottom: -50px;
  left: 0;
  right: 0;
  padding: 20px;
  background: #5AC8D8;
  z-index: -1;
  color: #fff;
  -webkit-box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
  .home-feature .one-col .btn-more, .home-feature .two-col .btn-more, .home-feature .three-col .btn-more {
    opacity: 1;
    visibility: visible;
    position: relative;
    bottom: 0;
  }
}

.home-feature .one-col .btn-more:hover, .home-feature .two-col .btn-more:hover, .home-feature .three-col .btn-more:hover {
  background: #6fcfdd;
}

.home-feature .one-col:hover, .home-feature .two-col:hover, .home-feature .three-col:hover {
  top: -10px;
  z-index: 3;
  -webkit-box-shadow: 0 4px 40px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 40px -5px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
  .home-feature .one-col:hover, .home-feature .two-col:hover, .home-feature .three-col:hover {
    top: 0;
  }
}

.home-feature .one-col:hover .icon, .home-feature .two-col:hover .icon, .home-feature .three-col:hover .icon {
  -webkit-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}

.home-feature .one-col:hover .btn-more, .home-feature .two-col:hover .btn-more, .home-feature .three-col:hover .btn-more {
  opacity: 1;
  visibility: visible;
  bottom: -50px;
}

@media (max-width: 767px) {
  .home-feature .one-col:hover .btn-more, .home-feature .two-col:hover .btn-more, .home-feature .three-col:hover .btn-more {
    bottom: 0;
  }
}

.home-feature .one-col {
  background: #007bff;
}

.home-feature .two-col {
  background: #006fe6;
}

.home-feature .three-col {
  background: #0067d6;
}

.section {
  padding: 5em 0;
}

.section_about {
  padding: 4em 0;
}

.cta-link {
  background: #007bff;
  padding: 3.5em 0 3em 0;
  display: block;
  text-align: center;
}

.cta-link:focus, .cta-link:active {
  outline: none;
}

.cta-link span {
  line-height: 1.2;
}

.cta-link .sub-heading {
  color: #fff;
  display: block;
  font-size: 20px;
}

.cta-link .heading {
  font-size: 50px;
  color: #001933;
}

@media (max-width: 991px) {
  .cta-link .heading {
    font-size: 30px;
  }
}

.cta-link:hover {
  background: #006fe6;
}

.cover_1 {
  background-size: cover;
  background-position: center center;
  padding: 7em 0;
}

.cover_1 .sub-heading {
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
}

.cover_1 .heading {
  font-size: 50px;
  color: white;
  font-weight: 300;
}
/* change */
.heading {
  color: #333;
}
/* change */
.heading.border-bottom {
  position: relative;
    padding-bottom: 4px;
    font-size: 20px;
   
    /* font-weight: 600; */
    /* letter-spacing: 2px; */
    margin-bottom: 50px;
    letter-spacing: 3.2px;
    text-transform: uppercase !important
}

.heading.border-bottom:before {
  bottom: -7px;
  position: absolute;
  content: "";
  width: 55px;
  height: 4px;
  /* left: 3%; */
  /* -webkit-transform: translateX(-50%); */
  /* -ms-transform: translateX(-50%); */
  /* transform: translateX(-50%); */
  background: #007bff;
}

@media (max-width: 768px){
  .heading.border-bottom{
    position: relative;
    padding-bottom: 4px;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 0px;
  }
}
.text-black {
  color: #000 !important;
}

.stretch-section .video {
  display: block;
  position: relative;
  /* -webkit-box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);*/
  /* box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);  */
}

.media-feature .icon {
  font-size: 60px;
  color: #007bff;
}

.media-feature h3 {
  font-size: 18px;
  padding-top: 10px;
}

.media-custom {
  background: #fff;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  margin: 30px;
}

.media-custom .meta-post {
  color: #adb5bd;
  font-size: 13px;
  text-transform: uppercase;
}

.media-custom .meta-chat {
  color: #ced4da;
}

.media-custom .meta-chat:hover {
  color: #868e96;
}

.media-custom:focus, .media-custom:hover {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.media-custom .media-body {
  padding: 30px;
}

.media-custom .media-body h3 {
  font-size: 20px;
}

.media-custom .media-body p:last-child {
  margin-bottom: 0;
}
/* .media-body{
  text-align: center;
} */

.list-unstyled.check li {
  position: relative;
  padding-left: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.list-unstyled.check li:before {
  color: #5AC8D8;
  left: 0;
  font-family: "Ionicons";
  content: "\f122";
  position: absolute;
}

.custom-tabs .border-right {
  border-right: 1px solid #dee2e6;
}

@media (max-width: 767px) {
  .custom-tabs .border-right {
    border-right: none;
  }
}

.custom-tabs .nav-pills .nav-link {
  padding-left: 0;
  font-size: 16px;
  font-weight: 100;
  color: #777;
  line-height: 1.2;
  margin-bottom: 10px;
  /* change */
  /* font-weight: bold;
  letter-spacing: 1.2px; */
}

.custom-tabs .nav-pills .nav-link span {
  font-size: 18px;
}

.custom-tabs .nav-pills .nav-link.active {
  background: none;
  color: #007bff;
  padding-left: 20px;
  position: relative;
}

.custom-tabs .nav-pills .nav-link.active:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 2px;
  background: #5AC8D8;
}

.custom-tabs .tab-pane .icon {
  font-size: 60px;
  display: block;
  color: #007bff;
}

/* change */
.custom-tabs .tab-pane h2 {
  /* font-size: 22px; */
  font-weight: 300;
}

#modalAppointment .modal-content {
  border-radius: 0;
  border: none;
}

#modalAppointment .modal-body, #modalAppointment .modal-footer {
  padding: 40px;
}

/* change */
.site-footer {
  /* padding: 7em 0; */
  /* background: #f2f2f2; */
  /* background: #007bff; */
  color: rgba(0, 0, 0, 0.7);
  padding: 10px;
}

.site-footer a {
  /* color: rgba(0, 0, 0, 0.5); */
}

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


.site-footer h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: .05em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.site-footer .footer-link li {
  line-height: 1.3;
  margin-bottom: 15px;
}

.site-footer hr {
  width: 100%;
}

.site-footer .border-t {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright {
  font-size: 12px;
  line-height: 0.8px;
}

.element-animate {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.0rem;
    padding-left: 1.5rem;
}
}

@media (max-width: 768px){
  .logo_img {
    width: 80%;
    height: 70px;
    position: relative;
      /* right: 16%; */
  }
  }
  /* @media (max-width: 900px){
    .logo_img {
      width: 25%;
      position: relative;
     
    }
    } */
  @media (min-width: 768px){
    .logo_img {
      width: 37%;
      height:70%;
      position: relative;
      /* right: 20%; */
    }
    }
@media (max-width: 414px){
      .logo_img {
        /* width: 55%; */
        height:90px;
        position: relative;
          /* right: 16%; */
      }
      }
      @media (max-width: 360px){
        .logo_img {
          /* width: 55%; */
          height:70px;
          position: relative;
            /* right: 16%; */
        }
        }
/* Quotes caraousel */
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 60px;
}
#quote-carousel .carousel-control {
  background: none;
  color: #CACACA;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
#quote-carousel .carousel-indicators {
  position: relative;
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-top: 20px;
  margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  opacity: 0.4;
  overflow: hidden;
  transition: all .4s ease-in;
  vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
  width: 128px;
  height: 128px;
  opacity: 1;
  transition: all .2s;
}
.item blockquote {
  border-left: none;
  margin: 0;
}
.item blockquote p:before {
  content: "\f10d";
  font-family: 'Fontawesome';
  float: left;
  margin-right: 10px;
}
/* caraousel end */

/* change */
.lead {
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
 
}

.navbar-toggler-icon {
 
  width: 16px;
  height: 21px;
 
}


.mb-5, .my-5 {
  margin-bottom: 0rem!important;
  /* margin-top: -85px; */
}

/* change */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
}


/* .navbar-collapse{

  margin-bottom: 450px;
} */

.navbar-toggler{

  outline: none;
}


.navbar{
  box-shadow:2px 2px 5px rgba(0, 0, 0, 0.2);
}

/* li {
  margin-bottom: 10px;
} */

.cool-link {
  display: inline-block;
  color: #000;
  text-decoration: none;
}

.cool-link::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #007bff;
  transition: width .3s;
}

.cool-link:hover::after {
  width: 100%;
  transition: width .3s;
}

.text-justify{
  font-size: 14px;
}

/* .mb-51, .my-5 {
  margin-bottom: 8rem!important;
  margin-top: -85px;
} */

.hycrown{

  width: 100px;
}


@media (max-width: 767px) {
  .hycrown{

    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .text-justify{

    padding: 14px;
  }
}
/* testimonial */
.testimonial{
  padding: 70px 30px 50px;
  margin: 50px 30px 30px;
  border: 1px solid #007bff;
  position: relative;
}
.testimonial .pic{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid  #007bff;
  /* background: radial-gradient(#007bff,#0168d6); */
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}
.testimonial .pic img{
  width: 100%;
  height: auto;
}
.testimonial .description{
  font-size: 16px;
  color: #5e595b;
  /* line-height: 27px; */
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
  position: relative;
  text-overflow: ellipsis;
}
/* .testimonial .description:before{
  content: "\f10d";
  font-family: "Font Awesome 5 Free"; font-weight: 900;
  font-size: 25px;
  color: #d7d7d7;
  position: absolute;
  top: 0;
  left: -2px;
} */
.testimonial .title{
  display: inline-table;
  padding: 10px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #007bff;
  font-size: 16px;
  font-weight: 700;
  color: #5e595b;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  bottom: -22px;
  left: 0;
    right: 0px;
    width: 225px;
    height: 50px;
    text-align: center;
  white-space: nowrap
}
.testimonial .post{
  font-size: 12px;
  color: #5e595b;
  margin-bottom: 0rem;
  margin-top: 5px;
}
.owl-theme .owl-controls{
  width: 100%;
  height: 50px;
  opacity: 1;
  position: absolute;
  top: 38%;
}
.owl-theme .owl-controls .owl-buttons div{
  width: 50px;
  height: 50px;
  line-height: 40px;
  border-radius: 0;
  background: transparent;
}
.owl-prev{
  position: absolute;
  left: -5%;
}
.owl-next{
  position: absolute;
  right: -5%;
}
.owl-prev:after,
.owl-next:after{
  content: "\f104";
  font-family: "Font Awesome 5 Free"; font-weight: 900;
  font-size: 30px;
  color: #007bff;
  opacity: 1;
}
.owl-next:after{ content: "\f105"; }

@media only screen and (max-width: 768px){
  .testimonial{ padding: 70px 10px 30px; margin: 0px;margin-bottom: 30px;margin-top: 50px; }
}
@media only screen and (max-width: 479px){
  .testimonial{ padding: 70px 10px 30px; margin: 0px;margin-bottom: 30px;margin-top: 50px;  }
  .testimonial .description:before{ top: -20px }
  .testimonial .title{ font-size: 12px; }
  .testimonial .post{ font-size: 11px; }
}


.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

.displayOnMobile {
  display: initial;
}

.hideOnMobile{
  display: none;
}

@media screen and (min-width: 768px){

  .displayOnMobile {
      display: none;
  }

  .hideOnMobile{
      display: initial;
  }
}

.hideOnDesktop{
  display: none;
}
@media screen and (max-width: 768px){
  .hideOnDesktop{
      display: initial;
  }
}

.footer-text{

  font-size:14px;
  margin-top:10px;
}
@media (max-width: 768px){
.footer-text{

  font-size:12px;
  margin-top:10px;
}
}
/* change */
.card-top{
/* font-size: 16px; */
 
  /* letter-spacing: 0.5px; */
}
/* change */

.fh{
  color:#007bff;
  }
  .fh a:hover{
    color: #000;
  }
.card_top{

  font-size: 14px;
  text-align: justify;
  /* letter-spacing: 0.5px; */
}


@media screen and (max-width: 768px){
  .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 1px;
}
}

/* card css */
.feature-area{
  background-color:#F5F5F5;
}
.feature-area .single-feature{
  background:#fff;
  padding:32px;
  border-radius:5px;
  margin-bottom:30px;
  -webkit-transition:all 0.3s ease 0s;
  -moz-transition:all 0.3s ease 0s;
  -o-transition:all 0.3s ease 0s;
  transition:all 0.3s ease 0s;
 
}
.feature-area .single-feature h4{
  -webkit-transition:all 0.3s ease 0s;
  -moz-transition:all 0.3s ease 0s;
  -o-transition:all 0.3s ease 0s;
  transition:all 0.3s ease 0s
}
.feature-area .single-feature .title .lnr{
  color:#000;
  font-weight:600;
  font-size:25px;
  margin-right:15px
}
.feature-area .single-feature p{
  margin-bottom:0px;
  margin-top:15px
}
.feature-area .single-feature:hover{
   /* background-color:#333; */
   box-shadow: 2px 2px 2px #bbb;
  cursor:pointer 
}
.feature-area .single-feature:hover h4,.feature-area .single-feature:hover .lnr{
  color:#fff;
}
.feature-area .single-feature:hover h4, .single-feature:hover p{
  color:#ddd;
}

@media (max-width: 1024px){
  .feature-area .single-feature{
      padding:30px
  }
}
.pb-100{
  padding-bottom:100px
}

.div_heading{
padding: 22px;
}

@media (max-width: 768px){
  
.last_row{
  padding: 30px;
}
}

/* Panel css */
/* 
.fancy-collapse-panel .panel-default>.panel-heading {
	padding: 0;
}

.panel {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
	border: none;
}

.panel-heading a.collapsed {
	color: #333333;
}

.panel-heading a {
	padding: 20px 25px;
	display: block;
	width: 100%;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 1px solid #e6e6e6 !important;
	font-family: "Quicksand", Arial, sans-serif;
	background-color: #fdfaf6;
	color: #bb9f4c;
	position: relative;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}

.panel {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
	border: none;
}

.panel-heading a:after {
	content: '\002D';
	position: absolute;
	right: 20px;
	font-size: 14px;
	font-weight: 400;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
}

.panel-heading a.collapsed:after {
	content: '\002B';
}

.panel-heading a.collapsed {
	background: #fdfaf6;
	border: 1px solid #e6e6e6 !important;
	color: #333333;
}

.panel-body {
	padding: 1.5em;
	margin: 5px 0 10px 0;
	border: 1px solid #e6e6e6 !important;
}

@media (max-width: 588px) {
	.panel-body {
		padding: 0.5em;
		margin: 5px 0 5px 0;
		border: 1px solid #e6e6e6 !important;
	}
}

.panel-margin {
	margin-bottom: 8px;
}
 */


/* Panel New Css */
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.slide-toggle {
	background: none;

}

.slide-toggle .box-toggle {
	padding: 10px 0 39px;	
}

.slide-toggle .box-toggle .contorol {
  /* background: radial-gradient(#007bff,#0168d6); */
  background: #f2f3f7;
    color: #bbb;
    overflow: hidden;
    margin-top: 8px;
}

.slide-toggle .box-toggle .contorol h3 {
	float: left;
  padding-left: 29px;
  padding-top: 15px;
  color: #333;
  font-size: 16px;
}

.slide-toggle .box-toggle .contorol span{
	float: right !important;
    padding-right: 29px;
    line-height: 50px;
}


.slide-toggle .box-toggle .content-box {
  background: #fff;
  border: 1px solid #f2f2f2;
    padding: 25px 2px 12px 25px;
    text-align: justify;
    font-size: 13px;
}

.width{
  width: 100%;
}


/* change CSS of About Page */


.progress-container {
  width: 100%;
  height: 8px;
  background: #ccc;
}

.progress-bar {
  height: 8px;
  background: #4caf50;
  width: 0%;
}


/* change */
/* about */
@media (max-width: 1400px){
.about-img{
  width: 100%;
  margin-right: 12px;
}
}

@media (max-width: 768px){
.padding-bottom{
  padding-bottom: 20px;
}
}


.product-bottom{
  padding-bottom: 48px;
}

@media (max-width: 768px){
  .product-bottom{
    padding-bottom: 0px;
  }
  }
/* change */

.bt {
      
/* margin-top: 32px !important; */
letter-spacing: 1.8px !important;
text-transform: uppercase !important;
/* font-size: 15px !important; */
font-weight: bold !important;
font-size: 16px;
}



@media (max-width: 768px){
  .bt{
    position: relative;
    /* padding-bottom: 4px; */
    font-size: 14px;
    line-height: 1.8;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 23px;
  }
 
}


/* change */
.contact-padding{
  padding: 0.3rem 1rem
}

.contact-height{
height: calc(2.875rem + -6px);
}


.about-width{
  width: 100%;
  text-align: center;
  margin: auto
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 60%;
}
@media (max-width: 990px){
  input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: auto;
  }
}
@media (max-width: 768px){
  input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: auto;
  }
}

.fa-icons{
margin-right: 20px;
font-size: 22px;
color: #007fbb;
}

.contactmb{
  margin-bottom: 2rem;
  margin-left: 44px;
  font-size: 14px;
}

.contct-social{
  color:#707170;
  border-bottom: 1px solid #707170;

}

@media (min-width: 768px){
  .product-img{
    width: 100%;
    margin-right: 12px;
    -webkit-box-shadow: 0 2px 6px 2px #e1e1e1;
  }
  }

  input:required, textarea:required {  
    box-shadow: none;
    -moz-box-shadow: none;  
    -webkit-box-shadow: none;  
    -o-box-shadow: none;  
  } 
  #contact-form .required {  
    /* font-weight:bold;   */
    color: #333;      
  }


  @media (max-width: 992px){
.navbar-expand-lg .navbar-collapse {
 border-top: 1px solid #bbb;
}
  }

  .service-text{
    
margin-top: 32px !important;
letter-spacing: 1.8px !important;
text-transform: uppercase !important;
font-size: 15px !important;
font-weight: bold !important;
font-size: 16px !important;
  }
  
  /* Letter Sizing CSS */
  .span-bt {
    background: none;
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 10px;
    font-weight: bold;
    outline: none;
  }
  
  /* Style the active class, and buttons on mouse-over */
  .span-bt.active, .span-bt:hover {
    background: #5AC8D8;
    padding: 12px;
    font-size: 13px;
    font-weight: bold;
    outline: none;
  }
  /* .sup.active,.sup:hover{
    background: #5AC8D8;
  }
   */
  .tab-heading-01 {
    /* text-align: center; */
  }
  
  /* .active-tab a {
    color: #5AC8D8;
  } */
  
  .mobilepadding{
    /* padding: 20px; */
    padding-top: 0px;
    padding-left: 20px;
  }
  /* #box {
    background: red;
    border-radius: 50% 50% 50% 50%;
    color: #FFFFFF;
   
    height: 50px;
    text-align: center;
    width: 50px;
    line-height: 50px;
    vertical-align:middle;
   }  */


   /* testinomial card css start */

   .card {
    position: relative;
    flex: 1 1 100%;
    margin: 31px 0;
    padding: 20px;
    background: white;
  }
  @media screen and (min-width: 768px) {
    .card {
      flex-basis: calc(33.33% - (62px + 40px));
      margin: 0 31px;
    }
  }
  
  .card__thumb {
    overflow: hidden;
  }
  
  .card__img {
    margin: -20px -20px 0;
  }
  .card__img img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
    box-sizing: border-box;
  }
  
  .card__desc {
    margin-top: 20px;
  }
  
  .card__two .card__img {
    padding: 20px;
  }
  
  .card__one {
    transition: transform .5s;
    /* margin: 0 3px; */
  }
  .card__one::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
    content: '';
    opacity: 0;
    z-index: -1;
  }
  .card__one:hover, .card__one:focus {
    transform: scale3d(1.006, 1.006, 1);
  }
  .card__one:hover::after, .card__one:focus::after {
    opacity: 1;
  }

  /* css end here */
  /* modal css start */
  /* #wrap {
    text-align: right;
    margin-top: 5rem;
  }
  
  
  #wrap a {
      font-size: 1.2rem;
      padding: 0.75rem;
      background: rgba(0, 0, 0, 0.78);
      color: #fefefe;
      -webkit-transition: .25s ease;
              transition: .25s ease;
  }
  
  #popup {
      display: none;
      position: absolute;
      z-index: 1000;
      text-align: right;
      top:50%;
      left:50%;
      margin:-100px 0 0 -150px;
      background:#fff;
      width:240px;
      height:140px;
      padding:30px;
      border: 1px solid black;
  }
  
  #popup h2 {
      font-size:36px;
      color:#000;
  }
  
  #popup a{
      font-size:16px;
      color:#000;
      text-transform:uppercase;
      -webkit-transition: .25s ease;
              transition: .25s ease;
  }
  
  #wrap a:hover {
      background: rgba(0, 0, 0, 0.9);
  }
  
  #popup a:hover {
      text-decoration: underline;
  }
  .btn-modal{
    background: #007bff;
    padding: 2px;
    color: white;
    text-transform: capitalize;
  } */
  /* modal css */
  /* change24 */
#gallery {
  padding-top: 40px;
}
@media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 12rem;
  box-shadow: 1px 1px 5px #bbb;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  /* top: 0; */
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  display: contents;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}
/* 
#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
} */
/* 
#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
} */

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 132px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 25px;
  }
}

.fa-chevron-left{
  display: none;
}
.fa-chevron-right{
  display: none;
}

.lightboxbtn{
  font-size: 11px;
  margin-top: 2rem;
  /* margin-right: 10px; */
}

#slideshow > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}


.ludwig {
  position: relative;
  padding-left: 1em;
  /* border-left: 0.2em solid #5ac8d8; */
  border-left: 0.2em solid #ccc;
  font-family: 'Vollkorn', serif;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 26px;
  /* text-transform: uppercase; */
  font-weight: 100;
  color: #333;
  padding: 15px;
  float: left;
  font-weight: bold;

}
/* .ludwig:before, .ludwig:after {
  content: '\201C';
  font-family: 'Sanchez';
  color: #5ac8d8;
}
.ludwig:after {
  content: '\201D';
} */


.shift{
  padding-left: 20px;
}

.mobile-shadow{
  -webkit-box-shadow: 0 2px 6px 2px #e1e1e1;
}


.new-font {
  /* font-family: 'Anton', sans-serif; */
  letter-spacing: 3px;
  font-size: 25px;
font-family: 'Oswald', sans-serif;  
}
@media (max-width: 768px){
  .new-font {
    /* font-family: 'Anton', sans-serif; */
    letter-spacing: 3px;
    font-size: 20px;
  font-family: 'Oswald', sans-serif;  
  }
  
}

.re{
  font-size:20px
}
.re-mobile{
  font-size:18px
}
.hypreformlogo{
  width: 30%;
  position: relative;
  bottom: 15px;
}
.text-right1{
  text-align: right
}
@media (max-width: 768px){
  .hypreformlogo{
    width: 90%;
    position: relative;
    bottom: 15px;
  }
  .text-right1{
    text-align: center
  }
}