@import url(https://fonts.googleapis.com/css?family=Poppins:200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);

body {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #383737;
  padding-top: 90px;
}

#scrollUp {
  bottom: 15px;
  right: 15px;
  padding: 10px 20px;
  background: #02a454;
  color: #fff;
  font-size: 25px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  padding: 0;
  border-radius: 3px;
  box-shadow: 0 0 10px #00000026;
}

#scrollUp:hover {
  background: #000;
}

.sect-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}

.sect-header .navbar-collapse {
  padding: 0;
}

.sect-header .topbar {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.sect-header .topbar {
  padding: 15px 0;
}

.sect-header .top-link {
  float: left;
}

.sect-header .top-link li {
  display: inline-block;
  margin-right: 15px;
}

.sect-header .top-link li:last-child {
  margin-right: 0;
}

.sect-header .top-link li a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.sect-header .top-link li:hover a {
  color: #02a454;
}

.sect-header .top-contact {
  float: right;
}

.sect-header .top-contact li {
  display: inline-block;
  margin-right: 25px;
  color: #000;
}

.sect-header .top-contact li:last-child {
  margin-right: 0;
}

.sect-header .top-contact li a {
  font-size: 14px;
}

.sect-header .top-contact li a:hover {
  color: #02a454;
}

.sect-header .top-contact li i {
  color: #02a454;
  margin-right: 8px;
}

.sect-header .sect-header-inner {
  background: #fff;
  z-index: 999;
  width: 100%;
}

.sect-get-quote {
  margin-top: 12px;
}

.sect-get-quote .btn {
  color: #fff;
}

.sect-header .logo {
  float: left;
  margin-top: 18px;
}

.sect-header .navbar {
  background: 0 0;
  box-shadow: none;
  border: none;
  margin: 0;
  height: 0;
  min-height: 0;
}

.sect-header .nav li {
  margin-right: 15px;
  float: left;
  position: relative;
}

.sect-header .nav li:last-child {
  margin: 0;
}

.sect-header .nav li a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 25px 12px;
  position: relative;
  display: inline-block;
  position: relative;
}

.sect-header .nav li.active a {
  color: #02a454;
}

.sect-header .nav li a:hover {
  color: #02a454;
}

.sect-header .nav li a i {
  display: inline-block;
  margin-left: 1px;
  font-size: 13px;
}

.sect-header.style2 .sect-header-inner {
  border-top: 1px solid #eee;
}

.sect-header.style2 .logo {
  margin-top: 6px;
}

.sect-header .middle-sect-header {
  background: #fff;
  padding: 20px 0;
}

.sect-header .widget-main {
  float: right;
}

.sect-header.style2 .sect-get-quote {
  margin-top: 0;
}

.sect-header .single-widget {
  position: relative;
  float: left;
  margin-right: 30px;
  padding-left: 55px;
}

.sect-header .single-widget:last-child {
  margin: 0;
}

.sect-header .single-widget .logo {
  margin: 0;
  padding: 0;
  margin-top: 7px;
}

.sect-header .single-widget i {
  position: absolute;
  left: 0;
  top: 6px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #fff;
  background: #02a454;
  border-radius: 4px;
  text-align: center;
  font-size: 15px;
}

.sect-header .single-widget h4 {
  font-size: 15px;
  font-weight: 500;
}

.sect-header .single-widget p {
  margin-bottom: 5px;
  text-transform: capitalize;
}

.sect-header .single-widget.btn {
  margin-left: 0;
}

.sect-header .nav li .dropdown {
  background: #fff;
  width: 220px;
  position: absolute;
  left: -20px;
  top: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px #3333334d;
  transform-origin: 0 0 0;
  transform: scaleY(0.2);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  top: 74px;
  border-left: 3px solid #2889e4;
}

.sect-header .nav li:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sect-header .nav li .dropdown li {
  float: none;
  margin: 0;
  border-bottom: 1px dashed #eee;
}

.sect-header .nav li .dropdown li:last-child {
  border: none;
}

.sect-header .nav li .dropdown li a {
  padding: 12px 15px;
  color: #666;
  display: block;
  font-weight: 400;
  text-transform: capitalize;
  background: 0 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sect-header .nav li .dropdown li a:before {
  display: none;
}

.sect-header .nav li .dropdown li:last-child a {
  border-bottom: 0;
}

.sect-header .nav li .dropdown li:hover a {
  color: #02a454;
}

.sect-header .nav li .dropdown li a:hover {
  border-color: transparent;
}

.sect-header.style2 .main-menu {
  display: inline-block;
  float: left;
}

.sect-header .right-bar {
  float: right;
}

.sect-header .right-bar {
  padding-top: 20px;
}

.sect-header .right-bar {
  display: inline-block;
}

.sect-header .right-bar a {
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background: #02a454;
  border-radius: 4px;
  display: block;
  font-size: 12px;
}

.sect-header .right-bar li a:hover {
  color: #fff;
  background: #27ae60;
}

.sect-header .search-top.active .search i:before {
  content: "\eee1";
  font-size: 15px;
}

.sect-header .search-form {
  position: absolute;
  right: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 74px;
  box-shadow: 0 0 10px #0000001c;
  border-radius: 4px;
  overflow: hidden;
  transform: scale(0);
}

.sect-header .search-top.active .search-form {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.sect-header .search-form input {
  width: 282px;
  height: 50px;
  line-height: 50px;
  padding: 0 70px 0 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 3px;
  border: none;
  background: #fff;
  color: #000;
}

.sect-header .search-form button {
  position: absolute;
  right: 0;
  height: 50px;
  top: 0;
  width: 50px;
  background: #02a454;
  border: none;
  color: #fff;
  border-radius: 0 4px 4px 0;
  border-left: 1px solid transparent;
}

.sect-header .search-form button:hover {
  background: #fff;
  color: #02a454;
  border-color: #e6e6e6;
}

.sect-header.sticky .sect-header-inner {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: initial;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  animation: fadeInDown 0.5s both 0.1s;
  box-shadow: 0 0 13px #00000054;
}

.sect-slider .single-sect-slider {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sect-slider .hero-sect-slider .carousel .carousel-inner .single-sect-slider {
  margin: 0 15px;
  overflow: hidden;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.sect-slider
  .hero-sect-slider
  .carousel
  .carousel-inner
  .single-sect-slider::after {
  content: "";
  height: 100%;
  z-index: 3;
  background-color: #e97f07;
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  opacity: 1;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.sect-slider .hero-sect-slider .carousel .carousel-indicators li {
  background-color: #fff;
}

.sect-slider .hero-sect-slider .carousel .carousel-indicators li.active {
  background-color: #fff;
}

.sect-slider .single-sect-slider .text {
  margin-top: 0;
  border-radius: 15px;
  position: relative;
  z-index: 5;
}

.sect-slider.index2 .single-sect-slider .text {
  margin-top: 150px;
}

.sect-slider .single-sect-slider h1 {
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.sect-slider .single-sect-slider h1 span {
  color: #fff;
}

.sect-slider .single-sect-slider p {
  color: #fff;
  margin-top: 15px;
  font-weight: 400;
  font-size: 18px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-sect-slider .container-fluid {
  max-width: 90vw;
}

.hero-sect-slider .container-fluid img.img-banner {
  max-width: 100%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.sect-slider .single-sect-slider .button {
  margin-top: 30px;
}

.sect-slider .owl-carousel .owl-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -25px;
}

.sect-slider .owl-carousel .owl-nav div {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: #02a454;
  color: #fff;
  font-size: 26px;
  position: absolute;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0;
  border-radius: 50%;
}

.sect-slider .owl-carousel .owl-nav div:hover {
  background: #000;
  color: #fff;
}

.sect-slider .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 20px;
}

.sect-slider .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 20px;
}

.owl-item.active .single-sect-slider h1 {
  animation: fadeInUp 1s both 0.6s;
}

.owl-item.active .single-sect-slider p {
  animation: fadeInUp 1s both 1s;
}

.owl-item.active .single-sect-slider .button {
  animation: fadeInDown 1s both 1.5s;
}

.sect-schedule {
  background: #fff;
  margin: 0;
  padding: 0;
  height: 230px;
}

.sect-schedule .c-sect-schedule-inner {
  position: relative;
  transform: translateY(-50%);
  z-index: 9;
}

.sect-schedule .c-single-sect-schedule {
  position: relative;
  text-align: left;
  z-index: 3;
  border-radius: 5px;
  background: #02a454;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sect-schedule .c-single-sect-schedule .inner {
  overflow: hidden;
  position: relative;
  padding: 30px;
  z-index: 2;
}

.sect-schedule .c-single-sect-schedule:hover {
  transform: translateY(-5px);
}

.sect-schedule .c-single-sect-schedule .icon i {
  position: absolute;
  font-size: 110px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: -1;
  visibility: visible;
  opacity: 0.2;
  right: -25px;
  bottom: -30px;
}

.sect-schedule .c-single-sect-schedule span {
  display: block;
  color: #fff;
}

.sect-schedule .c-single-sect-schedule h4 {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  color: #fff;
  margin-top: 13px;
}

.sect-schedule .c-single-sect-schedule p {
  color: #fff;
  margin-top: 22px;
}

.sect-schedule .c-single-sect-schedule a {
  color: #fff;
  margin-top: 25px;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.sect-schedule .c-single-sect-schedule a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0%;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sect-schedule .c-single-sect-schedule a:hover:before {
  width: 100%;
  width: 100%;
}

.sect-schedule .c-single-sect-schedule a i {
  margin-left: 10px;
}

.sect-schedule .c-single-sect-schedule .time-sidual {
  overflow: hidden;
  margin-top: 17px;
}

.sect-schedule .c-single-sect-schedule .time-sidual li {
  display: block;
  color: #fff;
  width: 100%;
  margin-bottom: 3px;
}

.sect-schedule .c-single-sect-schedule .time-sidual li:last-child {
  margin: 0;
}

.sect-schedule .c-single-sect-schedule .time-sidual li span {
  display: inline-block;
  float: right;
}

.sect-schedule .c-single-sect-schedule .day-head .time {
  font-weight: 400;
  float: right;
}

.sect-feautes.index2 {
  padding-top: 100px;
}

.sect-feautes.testimonial-page {
  padding-top: 100px;
}

.sect-feautes .single-features {
  text-align: center;
  position: relative;
  padding: 10px 20px;
}

.sect-feautes .single-features::before {
  position: absolute;
  content: "";
  right: -72px;
  top: 60px;
  width: 118px;
  border-bottom: 3px dotted #02a454;
}

.sect-feautes .single-features.last::before {
  display: none;
}

.sect-feautes .single-features .c-one-icon {
  position: relative;
}

.sect-feautes .single-features .c-one-icon i {
  font-size: 50px;
  color: #02a454;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 0;
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sect-feautes .single-features:hover .c-one-icon i {
  background: #02a454;
  color: #fff;
  border-color: transparent;
}

.sect-feautes .single-features h3 {
  padding-top: 128px;
  color: #000;
  font-weight: 600;
  font-size: 21px;
}

.sect-feautes .single-features p {
  margin-top: 20px;
}

.sect-fun-facts {
  position: relative;
}

.sect-fun-facts.section {
  padding: 120px 0;
}

.sect-fun-facts {
  background-size: cover;
  background-repeat: no-repeat;
}

.sect-activity .c-one-activity i {
  position: absolute;
  left: 0;
  font-size: 62px;
  color: #fff;
  height: 70px;
  width: 70px;
  line-height: 67px;
  font-size: 28px;
  text-align: center;
  padding: 0;
  margin: 0;
  border: 2px solid #fff;
  border-radius: 0;
  top: 50%;
  margin-top: -35px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-left: 20px;
}

.sect-activity .c-one-activity:hover i {
  color: #02a454;
  background: #fff;
  border-color: transparent;
}

.sect-activity .c-one-activity .inner-content {
  padding-left: 100px;
}

.sect-activity .c-one-activity span {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  position: relative;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s eas;
  display: block;
  margin-bottom: 7px;
}

.sect-activity .c-one-activity p {
  color: #fff;
  font-size: 15px;
}

.sect-why-choose .choose-left h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 24px;
}

.sect-why-choose .choose-left h3:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background: #02a454;
}

.sect-why-choose .choose-left p {
  margin-bottom: 35px;
}

.sect-why-choose .choose-left .list li {
  color: #868686;
  margin-bottom: 12px;
}

.sect-why-choose .choose-left .list li:last-child {
  margin-bottom: 0;
}

.sect-why-choose .choose-left .list li i {
  height: 15px;
  width: 15px;
  line-height: 15px;
  text-align: center;
  background: #02a454;
  color: #fff;
  font-size: 14px;
  border-radius: 100%;
  padding-left: 2px;
  margin-right: 16px;
}

.sect-why-choose {
  background: #fff;
}

.sect-why-choose .choose-right {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.sect-why-choose .choose-right .video {
  color: #fff;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
  font-size: 21px;
  background: #02a454;
  padding-left: 4px;
}

.sect-why-choose .choose-right .video:hover {
  transform: scale(1.1);
}

.sect-why-choose .video-image .waves-block .waves {
  position: absolute;
  width: 200px;
  height: 200px;
  background: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
  left: 50%;
  margin-left: -100px;
  top: 50%;
  margin-top: -100px;
}

.sect-why-choose .video-image .waves-block .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sect-why-choose .video-image .waves-block .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.sect-why-choose .video-image .waves-block .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.sect-call {
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
}

.sect-call .inner-content {
  text-align: center;
  padding: 100px 265px;
}

.sect-call .inner-content h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 46px;
}

.sect-call .inner-content p {
  color: #fff;
  margin: 30px 0;
  font-size: 15px;
}

.sect-call .inner-content .btn {
  background: #fff;
  margin-right: 20px;
  font-weight: 500;
  border: 1px solid #fff;
  color: #02a454;
}

.sect-call .inner-content .btn:last-child {
  margin-right: 0;
}

.sect-call .inner-content .second {
  border: 1px solid #fff;
  color: #fff;
  background: 0 0;
  color: #fff !important;
}

.sect-call .inner-content .second:before {
  background: #fff;
}

.sect-call .inner-content .second:hover {
  color: #02a454;
  border-color: transparent;
  background: #fff;
}

.sect-call .inner-content .second i {
  margin-left: 10px;
}

.sect-portfolio {
  background: #fdfdfd;
}

.sect-portfolio .single-pf {
  position: relative;
}

.sect-portfolio .single-pf img {
  height: 100%;
  width: 100%;
}

.sect-portfolio .single-pf:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #02a454;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}

.sect-portfolio .single-pf:hover:before {
  opacity: 0.7;
  visibility: visible;
}

.sect-portfolio .single-pf .btn {
  color: #02a454;
  z-index: 3;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 48px;
  width: 150px;
  text-align: center;
  line-height: 48px;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  margin-left: -75px;
  margin-top: -24px;
  border-radius: 4px;
}

.sect-portfolio .single-pf:hover .btn {
  opacity: 1;
  visibility: visible;
}

.sect-portfolio .single-pf .btn:hover {
  color: #fff;
}

.sect-portfolio .owl-nav {
  display: none;
}

.sect-pf-card .image-sect-slider .owl-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -25px;
}

.sect-pf-card .image-sect-slider .owl-carousel .owl-nav div {
  height: 50px;
  width: 50px;
  line-height: 45px;
  background: #fff;
  color: #02a454;
  position: absolute;
  margin: 0;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0 0 10px #0000001a;
}

.sect-pf-card .image-sect-slider .owl-carousel .owl-nav div:hover {
  color: #fff;
  background: #02a454;
}

.sect-pf-card
  .image-sect-slider
  .owl-carousel
  .owl-controls
  .owl-nav
  .owl-prev {
  left: 20px;
}

.sect-pf-card
  .image-sect-slider
  .owl-carousel
  .owl-controls
  .owl-nav
  .owl-next {
  right: 20px;
}

.sect-pf-card .image-sect-slider {
  border-radius: 8px 8px 0 0;
}

.sect-pf-card .image-sect-slider img {
  height: 100%;
  width: 100%;
}

.sect-pf-card .date {
  background: #02a454;
  display: block;
  padding: 20px;
  text-align: center;
  border-radius: 0;
  border: none;
  margin: 0;
  margin-top: -1px;
}

.sect-pf-card .date ul li {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-right: 60px;
}

.sect-pf-card .date ul li:last-child {
  margin: 0;
}

.sect-pf-card .date ul li span {
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
}

.sect-pf-card .body-text h3 {
  font-size: 30px;
  font-weight: 600;
  color: #333;
  margin-top: 40px;
}

.sect-pf-card .body-text p {
  margin-top: 20px;
}

.sect-pf-card .body-text .share {
  margin-top: 40px;
}

.sect-pf-card .body-text .share h4 {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}

.sect-pf-card .body-text .share ul {
  display: inline-block;
  margin-left: 12px;
}

.sect-pf-card .body-text .share ul li {
  display: inline-block;
  margin-right: 10px;
}

.sect-pf-card .body-text .share ul li:last-child {
  margin-right: 0;
}

.sect-pf-card .body-text .share ul li a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #c8c8c8;
  color: #757575;
  display: block;
  border-radius: 50%;
}

.sect-pf-card .body-text .share ul li a:hover {
  color: #fff;
  border-color: transparent;
  background: #02a454;
}

.sect-services .c-serv-card {
  margin: 30px 0;
  position: relative;
  padding-left: 70px;
}

.sect-services .c-serv-card i {
  font-size: 45px;
  color: #02a454;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sect-services .c-serv-card h4 {
  text-transform: capitalize;
  margin-bottom: 25px;
  color: #000;
}

.sect-services .c-serv-card h4 a {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.sect-services .c-serv-card h4 a:hover {
  color: #02a454;
}

.sect-services .c-serv-card p {
  color: #868686;
}

.services-details-img {
  margin-bottom: 50px;
}

.services-details-img img {
  width: 100%;
  margin-bottom: 30px;
}

.services-details-img h2 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 16px;
}

.services-details-img P {
  margin-bottom: 20px;
}

.services-details-img blockquote {
  font-size: 15px;
  color: #4a6f8a;
  background-color: #02a454;
  padding: 30px 75px;
  line-height: 26px;
  position: relative;
  margin-bottom: 20px;
  color: #fff;
}

.services-details-img blockquote i {
  position: absolute;
  display: inline-block;
  top: 20px;
  left: 38px;
  font-size: 32px;
}

.service-details-inner-left {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.service-details-inner-left img {
  display: none;
}

.service-details-inner {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.service-details-inner h2 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 15px;
  border-left: 3px solid #02a454;
  padding-left: 15px;
}

.service-details-inner p {
  margin-bottom: 15px;
}

.service-details-inner p:last-child {
  margin-bottom: 0;
}

.sect-testimonials {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.sect-testimonials .c-sect-heading h2 {
  color: #fff;
}

.sect-testimonials .single-testimonial {
  text-align: left;
  position: relative;
  background: #fff;
  padding: 40px 30px;
  margin: 5px;
  margin-bottom: 27px;
  margin-right: 30px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0;
  margin: 30px 20px;
}

.sect-testimonials .single-testimonial:hover {
  box-shadow: 0 10px 10px #0000001c;
  transform: translateY(-4px);
}

.sect-testimonials .single-testimonial img {
  position: absolute;
  left: 30px;
  bottom: -26px;
  height: 53px;
  width: 53px;
  border-radius: 100%;
}

.sect-testimonials .single-testimonial p {
  color: #868686;
  font-size: 14px;
}

.sect-testimonials .single-testimonial .name {
  margin-top: 22px;
  color: #000;
  font-weight: 500;
  font-size: 15px;
}

.sect-testimonials .owl-dots {
  position: absolute;
  left: 50%;
  bottom: -55px;
  margin-top: -47px;
  padding: 10px 25px;
  border-radius: 3px;
  margin: 0 0 0 -52px;
  margin-top: 49px;
}

.sect-testimonials .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 10px;
}

.sect-testimonials .owl-dots .owl-dot:last-child {
  margin: 0;
}

.sect-testimonials .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  background: #fff;
  position: relative;
}

.sect-testimonials .owl-dots .owl-dot span:hover {
  background: #fff;
}

.sect-testimonials .owl-dots .owl-dot.active span {
  background: #fff;
  width: 20px;
}

.sect-departments .department-tab .nav {
  margin-bottom: 30px;
  background: transform;
  position: relative;
}

.sect-departments .department-tab .nav li {
  text-align: center;
  margin-right: 54px;
}

.sect-departments .department-tab .nav li a i {
  font-size: 50px;
  color: #868686;
}

.sect-departments .department-tab .nav li a:hover {
  background: 0 0;
}

.sect-departments .department-tab .nav li a.active i {
  color: #02a454;
}

.sect-departments .department-tab .nav li a {
  color: #fff;
  margin-top: 20px;
  border: none;
  padding: 0;
  padding-bottom: 20px;
  border-bottom: 2px solid transparent;
  padding: 0 10px 20px 10px;
}

.sect-departments .department-tab .nav li a.active {
  border-color: #02a454;
}

.sect-departments .department-tab .nav li span {
  display: block;
}

.sect-departments .department-tab .nav li .first {
  padding-top: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #868686;
}

.sect-departments .department-tab .nav li a.active .first {
  color: #000;
}

.sect-departments .department-tab .nav li .second {
  font-size: 14px;
  font-weight: 400;
  color: #868686;
  margin-top: 3px;
}

.sect-departments .department-tab .tab-pane .department-left h3 {
  color: #000;
  font-weight: 600;
  font-size: 26px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.sect-departments .department-tab .tab-pane .department-left h3:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
  background: #000;
}

.sect-departments .department-tab .tab-pane .department-left .p1 {
  color: #02a454;
  font-weight: 500;
  margin-bottom: 18px;
}

.sect-departments .department-tab .tab-pane .department-left p {
  margin-bottom: 20px;
}

.sect-departments .department-tab .tab-pane .department-left .list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 6px;
}

.sect-departments
  .department-tab
  .tab-pane
  .department-left
  .list
  li:last-child {
  margin-bottom: 0;
}

.sect-departments .department-tab .tab-pane .department-left .list li i {
  position: absolute;
  left: 0;
  height: 15px;
  width: 15px;
  line-height: 15px;
  color: #fff;
  background: #02a454;
  text-align: center;
  border-radius: 100%;
  font-size: 8px;
  margin-right: 20px;
  top: 4px;
}

.sect-departments .department-tab .tab-content .tab-text h2 {
  font-size: 18px;
}

.sect-departments .department-tab .tab-content .tab-text p {
  color: #555;
  margin-top: 10px;
}

.sect-price {
  background: #f9f9f9;
  position: relative;
}

.sect-price .card-tbl {
  background: #fff;
  border: 1px solid #ddd;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 15px 0;
  padding: 45px 35px 30px 35px;
}

.sect-price .card-tbl .card-tbl-head {
  text-align: center;
}

.sect-price .card-tbl .icon i {
  font-size: 65px;
  color: #02a454;
}

.sect-price .card-tbl .title {
  font-size: 21px;
  color: #000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.sect-price .card-tbl .amount {
  font-size: 36px;
  font-weight: 600;
  color: #02a454;
}

.sect-price .card-tbl .amount span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #868686;
  margin-left: 8px;
}

.sect-price .card-tbl .table-list {
  padding: 10px 0;
  text-align: left;
  margin-top: 30px;
}

.sect-price .table-list li {
  position: relative;
  color: #666;
  text-transform: capitalize;
  margin-bottom: 18px;
  padding-right: 32px;
}

.sect-price .table-list li:last-child {
  margin-bottom: 0;
}

.sect-price .table-list li.cross i {
  background: #aaa;
}

.sect-price .table-list i {
  font-size: 7px;
  text-align: center;
  margin-right: 10px;
  position: absolute;
  right: 0;
  height: 16px;
  width: 16px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  background: #02a454;
  border-radius: 100%;
  padding-left: 1px;
}

.sect-price .table-bottom {
  margin-top: 25px;
}

.sect-price .btn {
  padding: 12px 25px;
  width: 100%;
  color: #fff;
}

.sect-price .btn:hover {
  color: #fff;
}

.sect-price .btn i {
  font-size: 16px;
  margin-right: 10px;
}

.clients {
  padding: 40px 0;
  position: relative;
}

.clients .card-clients img {
  cursor: pointer;

  text-align: center;

  float: none;

  padding: 0;

  width: auto;
}

.team {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.team.single-page {
  background: #fff;
}

.team .c-sect-heading h2 {
  color: #fff;
}

.team .c-sect-heading p {
  color: #fff;
}

.team .single-team {
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 30px;
  text-align: center;
  box-shadow: 0 0 10px #00000021;
  border-radius: 5px;
  overflow: hidden;
}

.team .t-head {
  position: relative;
  overflow: hidden;
}

.team .t-head::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  content: "";
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team .single-team:hover .t-head::before {
  visibility: visible;
  opacity: 0.5;
}

.team .t-head img {
  width: 100%;
  position: relative;
}

.team .t-icon a {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 46px;
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
  font-weight: 400;
  text-align: center;
  color: #fff;
  border-radius: 0;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
  margin: -23px 0 0 -75px;
  font-size: 15px;
  background: #2889e4;
  font-size: 13px;
  line-height: 46px;
  padding: 0;
  border-radius: 4px;
}

.team .single-team:hover .t-icon a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.team .t-bottom {
  text-align: center;
  position: relative;
  padding: 0 20px;
  padding: 25px 20px;
}

.team .t-bottom p {
  color: #666;
  font-size: 13px;
  display: block;
  margin-bottom: 4px;
}

.team .t-bottom h2 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  color: #000;
}

.team .t-bottom h2 a:hover {
  color: #02a454;
}

.doctor-details-left {
  -webkit-box-shadow: 0 0 10px 0 #ddd;
  box-shadow: 0 0 10px 0 #ddd;
  border-radius: 25px;
  overflow: hidden;
}

.doctor-details-item img {
  width: 100%;
  border-radius: 0;
}

.doctor-details-item .doctor-details-contact {
  padding: 50px;
}

.doctor-details-item .doctor-details-contact h3 {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin-bottom: 30px;
}

.doctor-details-item .doctor-details-contact .basic-info {
  margin: 0;
  padding: 0;
}

.doctor-details-item .doctor-details-contact .basic-info li {
  list-style-type: none;
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
}

.doctor-details-item .doctor-details-contact .basic-info li:last-child {
  margin-bottom: 0;
}

.doctor-details-item .doctor-details-contact .basic-info li i {
  display: inline-block;
  color: #02a454;
  margin-right: 8px;
  font-size: 16px;
  position: relative;
  top: 1px;
}

.doctor-details-area .doctor-details-left .social {
  margin-top: 25px;
}

.doctor-details-area .doctor-details-left .social li {
  display: inline-block;
  margin-right: 10px;
}

.doctor-details-area .doctor-details-left .social li:last-child {
  margin-right: 0;
}

.doctor-details-area .doctor-details-left .social li a {
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #c8c8c8;
  text-align: center;
  padding: 0;
  border-radius: 4px;
  display: block;
  color: #757575;
  font-size: 16px;
}

.doctor-details-area .doctor-details-left .social li a:hover {
  color: #fff;
  background: #02a454;
  border-color: transparent;
}

.doctor-details-item .doctor-details-work h3 {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin-top: 30px;
}

.doctor-details-item .doctor-details-work .time-sidual {
  overflow: hidden;
}

.doctor-details-item .doctor-details-work .time-sidual li {
  display: block;
  color: #000;
  width: 100%;
  margin-bottom: 10px;
}

.doctor-details-item .doctor-details-work .time-sidual li span {
  display: inline-block;
  float: right;
}

.doctor-details-item .doctor-details-work .day-head .time {
  font-weight: 400;
  float: right;
}

.doctor-details-area .doctor-details-right {
  padding-left: 60px;
  padding-top: 70px;
}

.doctor-details-item .doctor-details-biography h3 {
  font-weight: 600;
  font-size: 24px;
  color: #2f60bd;
  margin-bottom: 25px;
  margin-top: 25px;
}

.doctor-details-item .doctor-details-biography p {
  margin-bottom: 0;
}

.doctor-details-item .doctor-details-biography ul {
  margin: 0;
  padding: 0;
}

.doctor-details-item .doctor-details-biography ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
}

.doctor-details-item .doctor-details-biography ul li:last-child {
  margin-bottom: 0;
}

.doctor-details-item .doctor-name .name {
  font-size: 30px;
  font-weight: 600;
}

.doctor-details-item .doctor-name .deg {
  font-size: 22px;
  margin: 10px 0 5px 0;
}

.doctor-details-item .doctor-name .degree {
  font-size: 16px;
}

.blog {
  background: #fff;
}

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

.blog .card-news {
  background: #fff;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0 0 10px #00000014;
}

.blog .card-news:hover .card-news-head img {
  scale: 0.96;
}

.blog .card-news:hover .view-more-btn {
  opacity: 1;
  color: #000;
}

.blog .card-news img {
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog .card-news .card-news-head {
  position: relative;
  overflow: hidden;
}

.blog .card-news .card-news-content {
  text-align: left;
  background: #fff;
  position: relative;
  padding: 30px 30px 50px;
  left: 0;
  z-index: 0;
  min-height: 310px;
  margin-bottom: 30px;
}

.blog .card-news .card-news-body h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 24px;
}

.blog .card-news .card-news-body h2 a {
  color: #000;
  font-weight: 500;
}

.blog .card-news .card-news-body h2 a:hover {
  color: #02a454;
}

.blog .card-news .card-news-body h6 {
  font-size: 16px;
  margin-bottom: 15px;
}

.blog .card-news .card-news-content p {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 23px;
}

.blog .card-news .card-news-content .view-more-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  color: #383737;
}

.blog .card-news .card-news-body .date {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
  background: #02a454;
  color: #fff;
  padding: 4px 15px;
  border-radius: 3px;
  font-size: 14px;
  margin-bottom: 10px;
}

.blog.grid .card-news {
  margin-top: 30px;
}

.sect-sidebar-cards {
  background: #fff;
  margin-top: 30px;
  background: 0 0;
}

.sect-sidebar-cards .single-widget {
  margin-bottom: 30px;
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.sect-sidebar-cards .single-widget .title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 30px;
  display: block;
  background: #fff;
  padding-left: 12px;
}

.sect-sidebar-cards .single-widget .title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  height: 100%;
  width: 3px;
  background: #02a454;
}

.sect-sidebar-cards .single-widget:last-child {
  margin: 0;
}

.sect-sidebar-cards .search {
  position: relative;
}

.sect-sidebar-cards .search input {
  width: 100%;
  height: 45px;
  box-shadow: none;
  text-shadow: none;
  font-size: 14px;
  border: none;
  color: #222;
  background: 0 0;
  padding: 0 70px 0 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  border: 1px solid #eee;
  border-radius: 5px;
}

.sect-sidebar-cards .search .button {
  position: absolute;
  right: 40px;
  top: 40px;
  height: 44px;
  width: 50px;
  line-height: 45px;
  box-shadow: none;
  text-shadow: none;
  text-align: center;
  border: none;
  font-size: 14px;
  color: #fff;
  background: #333;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0 5px 5px 0;
}

.sect-sidebar-cards .search .button:hover {
  background: #02a454;
  color: #fff;
}

.sect-sidebar-cards .categor-list {
  margin-top: 15px;
}

.sect-sidebar-cards .categor-list li {
  margin-bottom: 10px;
}

.sect-sidebar-cards .categor-list li:last-child {
  margin-bottom: 0;
}

.sect-sidebar-cards .categor-list li a {
  display: inline-block;
  color: #333;
  font-size: 14px;
}

.sect-sidebar-cards .categor-list li a:hover {
  color: #02a454;
  padding-left: 7px;
}

.sect-sidebar-cards .categor-list li a i {
  display: inline-block;
  margin-right: 0;
  font-size: 9px;
  transform: translateY(-1px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sect-sidebar-cards .categor-list li a:hover i {
  margin-right: 6px;
  opacity: 1;
  visibility: visible;
}

.sect-sidebar-cards .single-post {
  position: relative;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  padding: 17px 0;
}

.sect-sidebar-cards .single-post:last-child {
  padding-bottom: 0;
  border: none;
}

.sect-sidebar-cards .single-post .image img {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.sect-sidebar-cards .single-post .inner-content {
  padding-left: 100px;
}

.sect-sidebar-cards .single-post .inner-content h5 {
  line-height: 18px;
}

.sect-sidebar-cards .single-post .inner-content h5 a {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  display: block;
  margin-bottom: 10px;
  margin-top: 0;
}

.sect-sidebar-cards .single-post .inner-content h5 a:hover {
  color: #02a454;
}

.sect-sidebar-cards .single-post .inner-content .comment li {
  color: #383737;
  display: inline-block;
  margin-right: 15px;
  font-weight: 400;
  font-size: 14px;
}

.sect-sidebar-cards .single-post .inner-content .comment li:last-child {
  margin-right: 0;
}

.sect-sidebar-cards .single-post .inner-content .comment li i {
  display: inline-block;
  margin-right: 5px;
}

.sect-sidebar-cards .side-tags .tag {
  margin-top: 40px;
}

.sect-sidebar-cards .side-tags .tag li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 20px;
}

.sect-sidebar-cards .side-tags .tag li a {
  background: #fff;
  color: #333;
  padding: 8px 14px;
  text-transform: capitalize;
  border-radius: 0;
  font-size: 13px;
  background: #f6f7fb;
  border-radius: 4px;
}

.sect-sidebar-cards .side-tags .tag a:hover {
  color: #fff;
  background: #02a454;
  border-color: transparent;
}

.sect-news-cards {
  padding: 60px 0 90px;
  background: #f8f8f8;
}

.sect-news-cards .single-main {
  margin-top: 30px;
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.sect-news-cards .card-news-head img {
  width: 100%;
  height: 100%;
}

.sect-news-cards .news-title {
  font-size: 25px;
  margin: 20px 0;
}

.sect-news-cards .news-title a {
  color: #252525;
  font-weight: 600;
}

.sect-news-cards .news-title a:hover {
  color: #02a454;
}

.sect-news-cards {
  background: #fff;
}

.sect-news-cards .meta {
  overflow: hidden;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 15px;
}

.sect-news-cards .meta span {
  margin-right: 10px;
  display: inline-block;
}

.sect-news-cards .meta span:last-child {
  margin: 0;
}

.sect-news-cards .meta span,
.sect-news-cards .meta span a {
  color: #000;
  font-weight: 400;
}

.sect-news-cards .meta span i {
  margin-right: 5px;
  color: #02a454;
}

.sect-news-cards .meta-left {
  float: left;
}

.sect-news-cards .meta-left .author img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  margin-right: 12px;
}

.sect-news-cards .meta-left .author {
  float: left;
}

.sect-news-cards .meta-left span.date {
  margin-top: 10px;
}

.sect-news-cards .meta-right {
  float: right;
  margin-top: 10px;
}

.sect-news-cards .card-news-content {
  margin: 20px 0;
}

.sect-news-cards .card-news-content p {
  margin-bottom: 10px;
}

.sect-news-cards .card-news-content p:last-child {
  margin: 0;
}

.sect-news-cards .news-text p {
  font-size: 14px;
  margin-bottom: 20px;
}

.sect-news-cards .image-gallery {
  margin-bottom: 20px;
}

.sect-news-cards .image-gallery .single-image {
  overflow: hidden;
}

.sect-news-cards .image-gallery .single-image:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}

.sect-news-cards blockquote {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px;
  overflow: hidden;
}

.sect-news-cards blockquote::before {
  opacity: 0.9;
}

.sect-news-cards .news-text blockquote p {
  color: #fff;
  margin: 0;
  line-height: 26px;
  font-size: 15px;
  position: relative;
}

.sect-news-cards .blog-bottom {
  overflow: hidden;
}

.sect-news-cards .social-share {
  float: left;
}

.sect-news-cards .social-share li {
  float: left;
}

.sect-news-cards .social-share li span {
  padding-left: 5px;
}

.sect-news-cards .social-share li.facebook a {
  background: #5d82d1;
}

.sect-news-cards .social-share li.twitter a {
  background: #40bff5;
}

.sect-news-cards .social-share li.google-plus a {
  background: #eb5e4c;
}

.sect-news-cards .social-share li.linkedin a {
  background: #238cc8;
}

.sect-news-cards .social-share li.pinterest a {
  background: #e13138;
}

.sect-news-cards .social-share li a {
  padding: 10px 20px;
  display: block;
  color: #fff;
}

.sect-news-cards .social-share li a:hover {
  background: #2b343e;
}

.sect-news-cards .prev-next {
  float: right;
}

.sect-news-cards .prev-next li {
  display: inline-block;
  padding: 0;
  margin-right: 5px;
}

.sect-news-cards .prev-next li:last-child {
  border: none;
}

.sect-news-cards .prev-next li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #c4c4c4;
  color: #555;
  border-radius: 4px;
}

.sect-news-cards .prev-next li a:hover {
  color: #fff;
  background: #02a454;
  border-color: transparent;
}

.sect-news-cards .blog-comments {
  margin-top: 30px;
  background: 0 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 30px;
}

.sect-news-cards .blog-comments h2 {
  text-align: left;
  text-transform: capitalize;
  font-size: 18px;
  color: #252525;
  margin-bottom: 20px;
}

.sect-news-cards .blog-comments h4 span {
  float: right;
}

.sect-news-cards .single-comments {
  overflow: hidden;
  margin-bottom: 30px;
  background: #fff;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}

.sect-news-cards .single-comments.left .main {
  padding-left: 100px;
  position: relative;
  margin-left: 100px;
}

.sect-news-cards .single-comments.left img {
  position: absolute;
  left: 0;
  top: 0;
}

.sect-news-cards .single-comments:last-child {
  margin: 0;
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sect-news-cards .single-comments .main {
  overflow: hidden;
}

.sect-news-cards .single-comments .head {
  float: left;
  margin-right: 20px;
  text-align: center;
  width: 12%;
}

.sect-news-cards .head img {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100%;
  border: 5px solid #f8f8f8;
}

.sect-news-cards .single-comments .body {
  float: left;
  width: 85%;
}

.sect-news-cards .single-comments.left .body {
  float: noene;
  width: 100%;
}

.sect-news-cards .single-comments .comment-list {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e2e2e2;
  overflow: hidden;
}

.sect-news-cards .single-comments .comment-list .body {
  width: 78%;
}

.sect-news-cards .single-comments h4 {
  margin: 0 0 5px;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  color: #252525;
}

.sect-news-cards .single-comments .comment-meta {
  margin-bottom: 5px;
}

.sect-news-cards .single-comments .meta {
  font-size: 13px;
  color: #555;
  font-weight: 400;
  border: none;
  margin-right: 10px;
  padding: 0;
  margin: 0 10px 0 0;
}

.sect-news-cards .single-comments .meta:last-child {
  margin: 0;
}

.sect-news-cards .comment-meta span i {
  margin-right: 5px;
}

.sect-news-cards .comment-meta span:last-child {
  margin: 0;
}

.sect-news-cards .single-comments p {
  font-size: 13px;
}

.sect-news-cards .single-comments a {
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  padding: 3px 15px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 4px;
  background: #02a454;
  color: #fff;
}

.sect-news-cards .single-comments a:hover {
  background: #000;
  color: #fff;
}

.sect-news-cards .single-comments a i {
  margin-right: 5px;
}

.sect-news-cards .comment-list {
  padding-left: 50px;
}

.sect-news-cards .single-comments.sect-login {
  text-align: center;
}

.sect-news-cards .single-comments.sect-login i {
  font-size: 20px;
}

.sect-news-cards .single-comments.sect-login a {
  text-align: center;
}

.sect-news-cards .single-comments.sect-login a:hover {
  color: #353535;
}

.sect-news-cards .comments-form {
  margin-top: 30px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 30px;
}

.sect-news-cards .comments-form h2 {
  text-align: left;
  font-size: 18px;
  color: #353535;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.sect-news-cards .form-group {
  position: relative;
  display: block;
  margin: 0 0 20px;
}

.sect-news-cards .form-group i {
  position: absolute;
  left: 12px;
  top: 17px;
  z-index: 1;
  color: #02a454;
}

.sect-news-cards .form-group input {
  width: 100%;
  height: 50px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 400;
  border-radius: 0;
  padding-left: 34px;
  padding-right: 20px;
  border: none;
  line-height: 50px;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

.sect-news-cards .form-group textarea {
  border: 1px solid #ddd;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: none;
  border-radius: 0;
  border: none;
  height: 190px;
  padding: 15px 15px 15px 35px;
  resize: none;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

.sect-news-cards .form-group input,
.sect-news-cards .form-group textarea {
  border: 1px solid transparent;
  border: 1px solid #eee;
  border-radius: 5px;
}

.sect-news-cards .form-group.message i {
  top: 22px;
}

.sect-news-cards .form-group .button {
  padding: 10px 30px;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  border: 0 solid;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 15px 30px;
}

.sect-news-cards .form-group .button:hover {
  background: #353535;
}

.sect-news-cards .form-group .button i {
  position: relative;
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  padding: 0;
}

.sect-news-cards .form-group.button {
  margin: 0;
  text-align: left;
}

.sect-news-cards .form-group.button .btn {
  background: #fff;
  background: #02a454;
  color: #fff;
}

.sect-news-cards .form-group.button .btn:hover {
  color: #fff;
}

.sect-news-cards .form-group.button .btn i {
  color: #fff;
  position: relative;
  top: 0;
  left: 0;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sect-appointment {
  background: #fff;
  padding-top: 100px;
}

.sect-appointment.single-page {
  background: #fff;
  padding-top: 100px 0;
  padding: 0;
  padding: 100px 0;
}

.sect-appointment.single-page .sect-appointment-inner {
  padding: 40px;
  box-shadow: 0 0 10px #00000024;
  border-radius: 5px;
}

.sect-appointment.single-page .title h3 {
  font-size: 25px;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.sect-appointment .form {
  margin-top: 30px;
}

.sect-appointment .form input {
  width: 100%;
  height: 50px;
  border: 1px solid #eee;
  text-transform: capitalize;
  padding: 0 18px;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
  border-radius: 4px;
}

.sect-appointment .form textarea {
  width: 100%;
  height: 200px;
  padding: 18px;
  border: 1px solid #eee;
  text-transform: capitalize;
  resize: none;
  border-radius: 4px;
}

.sect-appointment .form-group .nice-select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #eee;
  text-transform: capitalize;
  padding: 0 18px;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  font-weight: 400;
}

.sect-appointment .form-group .nice-select::after {
  right: 20px;
  color: #757575;
}

.sect-appointment .form-group .list {
  border-radius: 4px;
}

.sect-appointment .form-group .list li {
  color: #757575;
  border-radius: 0;
}

.sect-appointment .form-group .list li.selected {
  color: #757575;
  font-weight: 400;
}

.sect-appointment .form-group .list li:hover {
  color: #fff;
  background: #02a454;
}

.sect-appointment.single-page .button .btn {
  width: 100%;
}

.sect-appointment .button .btn {
  font-weight: 500;
}

.sect-appointment .button .btn:hover {
  color: #fff;
}

.sect-appointment .form p {
  margin-top: 10px;
  color: #868686;
}

.sect-appointment.single-page .work-hour {
  background: #02a454;
  padding: 40px;
  box-shadow: 0 0 10px #00000024;
  border-radius: 5px;
}

.sect-appointment.single-page .work-hour h3 {
  font-size: 25px;
  display: block;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.sect-appointment.single-page .time-sidual {
  margin-top: 15px;
}

.sect-appointment.single-page .time-sidual {
  overflow: hidden;
}

.sect-appointment.single-page .time-sidual li {
  display: block;
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
}

.sect-appointment.single-page .time-sidual li span {
  display: inline-block;
  float: right;
}

.sect-appointment.single-page .day-head .time {
  font-weight: 400;
  float: right;
}

.sect-login .inner {
  box-shadow: 0 0 10px #00000024;
  border-radius: 5px;
  overflow: hidden;
}

.sect-login .sect-login-left {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.sect-login .sect-login-form {
  padding: 50px 40px;
}

.sect-login .sect-login-form h2 {
  position: relative;
  font-size: 32px;
  color: #333;
  font-weight: 600;
  line-height: 27px;
  text-transform: capitalize;
  margin-bottom: 12px;
  padding-bottom: 20px;
  text-align: left;
}

.sect-login .sect-login-form h2:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background: #02a454;
}

.sect-login .sect-login-form p {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  text-align: left;
  margin-bottom: 50px;
}

.sect-login .sect-login-form p a {
  display: inline-block;
  margin-left: 5px;
  color: #02a454;
}

.sect-login .sect-login-form p a:hover {
  color: #000;
}

.sect-login .form {
  margin-top: 30px;
}

.sect-login .form .form-group {
  margin-bottom: 22px;
}

.sect-login .form .form-group input {
  width: 100%;
  height: 50px;
  border: 1px solid #eee;
  text-transform: capitalize;
  padding: 0 18px;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
}

.sect-login .form .form-group.sect-login-btn {
  margin: 0;
}

.sect-login .form button {
  border: none;
}

.sect-login .form .btn {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  line-height: 20px;
  width: 100%;
}

.sect-login .form .btn:hover {
  background: #02a454;
  color: #fff;
}

.sect-login .sect-login-form .checkbox {
  text-align: left;
  margin: 0;
  margin-top: 20px;
  display: inline-block;
}

.sect-login .sect-login-form .checkbox label {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  position: relative;
  padding-left: 20px;
}

.sect-login .sect-login-form .checkbox label:hover {
  cursor: pointer;
}

.sect-login .sect-login-form .checkbox label input {
  display: none;
}

.sect-login .sect-login-form .checkbox label::before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #02a454;
  border-radius: 100%;
}

.sect-login .sect-login-form .checkbox label::after {
  position: relative;
  content: "";
  width: 7px;
  height: 7px;
  left: -16px;
  top: -15px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  font-size: 9px;
  background: #02a454;
  border-radius: 100%;
}

.sect-login .sect-login-form .checkbox label.checked::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.sect-login .sect-login-form .lost-pass {
  display: inline-block;
  margin-left: 25px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.sect-login .sect-login-form .lost-pass:hover {
  color: #02a454;
}

.register .inner {
  box-shadow: 0 0 10px #00000024;
  border-radius: 5px;
  overflow: hidden;
}

.register .register-left {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.register .register-form {
  padding: 50px 40px;
}

.register .register-form h2 {
  position: relative;
  font-size: 32px;
  color: #333;
  font-weight: 600;
  line-height: 27px;
  text-transform: capitalize;
  margin-bottom: 12px;
  padding-bottom: 20px;
  text-align: left;
}

.register .register-form h2:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background: #02a454;
}

.register .register-form p {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  text-align: left;
  margin-bottom: 50px;
}

.register .register-form p a {
  display: inline-block;
  margin-left: 5px;
  color: #02a454;
}

.register .register-form p a:hover {
  color: #000;
}

.register .form {
  margin-top: 30px;
}

.register .form .form-group {
  margin-bottom: 22px;
}

.register .form .form-group input {
  width: 100%;
  height: 50px;
  border: 1px solid #eee;
  text-transform: capitalize;
  padding: 0 18px;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
}

.register .form .form-group.sect-login-btn {
  margin: 0;
}

.register .form button {
  border: none;
}

.register .form .btn {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  line-height: 20px;
  width: 100%;
}

.register .form .btn:hover {
  background: #02a454;
  color: #fff;
}

.register .register-form .checkbox {
  text-align: left;
  margin: 0;
  margin-top: 20px;
  display: inline-block;
}

.register .register-form .checkbox label {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  position: relative;
  padding-left: 20px;
}

.register .register-form .checkbox label:hover {
  cursor: pointer;
}

.register .register-form .checkbox label input {
  display: none;
}

.register .register-form .checkbox label::before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #02a454;
  border-radius: 100%;
}

.register .register-form .checkbox label::after {
  position: relative;
  content: "";
  width: 7px;
  height: 7px;
  left: -16px;
  top: -15px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  font-size: 9px;
  background: #02a454;
  border-radius: 100%;
}

.register .register-form .checkbox label.checked::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.register .register-form .terms {
  display: inline-block;
  margin-left: 5px;
  color: #02a454;
}

.register .register-form .terms:hover {
  color: #000;
}

.faq-head h2 {
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 25px;
}

.faq-wrap {
  margin-bottom: 50px;
}

.faq-wrap:last-child {
  margin-bottom: 30px;
}

.sect-accordion {
  padding-left: 0;
  margin: 0;
  padding: 0;
}

.sect-accordion p {
  font-size: 15px;
  display: none;
  padding: 20px 45px 15px 20px;
  margin-bottom: 0;
}

.sect-accordion a {
  font-size: 16px;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 400;
  padding: 15px 0 15px 18px;
  border-radius: 0;
  background: #fff;
  color: #333;
  border: 1px solid #eee;
}

.sect-accordion a:hover {
  color: #fff !important;
  background: #02a454 !important;
}

.sect-accordion a:after {
  position: absolute;
  right: 20px;
  content: "+";
  top: 16px;
  color: #232323;
  font-size: 25px;
  font-weight: 700;
}

.sect-accordion a:hover:after {
  color: #fff !important;
}

.sect-accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 30px;
}

.sect-accordion li:first-child {
  border-top: 0;
}

.sect-accordion li:last-child {
  margin-bottom: 0;
}

.sect-accordion li a.active {
  color: #fff;
  background-color: #02a454;
  border: 1px solid #02a454;
}

.sect-accordion li a.active:after {
  content: "-";
  font-size: 25px;
  color: #fff;
}

.sect-contact-us .inner {
  box-shadow: 0 0 10px #00000024;
  border-radius: 25px;
  overflow: hidden;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.sect-contact-us .contact-us-left {
  width: 100%;
  height: 100%;
  min-height: 340px;
}

.sect-contact-us .contact-us-form {
  padding: 50px 40px;
}

.sect-contact-us .contact-us-form h2 {
  position: relative;
  font-size: 32px;
  color: #333;
  font-weight: 600;
  line-height: 27px;
  text-transform: capitalize;
  margin-bottom: 0;
  padding-bottom: 20px;
  text-align: left;
}

.sect-contact-us .contact-us-form p {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  text-align: left;
  margin-bottom: 50px;
}

.sect-contact-us .form {
  margin-top: 30px;
}

.sect-contact-us .form .form-group {
  margin-bottom: 22px;
}

.sect-contact-us .form .form-group input {
  width: 100%;
  height: 50px;
  border: 1px solid #eee;
  text-transform: capitalize;
  padding: 0 18px;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
}

.sect-contact-us .form .form-group textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #eee;
  text-transform: capitalize;
  padding: 18px;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
}

.sect-contact-us .form .form-group.sect-login-btn {
  margin: 0;
}

.sect-contact-us .form button {
  border: none;
}

.sect-contact-us .form .btn {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  line-height: 20px;
  width: 100%;
}

.sect-contact-us .form .btn:hover {
  background: #02a454;
  color: #fff;
}

.sect-contact-us .contact-us-form .checkbox {
  text-align: left;
  margin: 0;
  margin-top: 20px;
  display: inline-block;
}

.sect-contact-us .contact-us-form .checkbox label {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  position: relative;
  padding-left: 20px;
}

.sect-contact-us .contact-us-form .checkbox label:hover {
  cursor: pointer;
}

.sect-contact-us .contact-us-form .checkbox label input {
  display: none;
}

.sect-contact-us .contact-us-form .checkbox label::before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #02a454;
  border-radius: 100%;
}

.sect-contact-us .contact-us-form .checkbox label::after {
  position: relative;
  content: "";
  width: 7px;
  height: 7px;
  left: -16px;
  top: -15px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  font-size: 9px;
  background: #02a454;
  border-radius: 100%;
}

.sect-contact-us .contact-us-form .checkbox label.checked::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.sect-contact-us .contact-info {
  margin-top: 50px;
}

.sect-contact-us .single-info {
  background: #02a454;
  padding: 30px 50px;
  min-height: 170px;
  border-radius: 25px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sect-contact-us .single-info:hover {
  transform: translateY(-5px);
}

.sect-contact-us .single-info i {
  font-size: 42px;
  color: #fff;
  position: absolute;
  left: 30px;
}

.sect-contact-us .single-info .inner-content {
  margin-left: 45px;
}

.sect-contact-us .single-info .inner-content h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.sect-contact-us .single-info .inner-content p {
  color: #fff;
  margin-top: 5px;
}

.sect-contact-us #myMap {
  height: 100%;
  width: 100%;
}

.error-page {
  text-align: center;
  background: #fff;
  border-top: 1px solid #eee;
}

.error-page .error-inner {
  display: inline-block;
}

.error-page .error-inner h1 {
  font-size: 140px;
  text-shadow: 3px 5px 2px #3333;
  color: #02a454;
  font-weight: 700;
}

.error-page .error-inner h1 span {
  display: block;
  font-size: 25px;
  color: #333;
  font-weight: 600;
  text-shadow: none;
}

.error-page .error-inner p {
  padding: 20px 15px;
}

.error-page .search-form {
  width: 100%;
  position: relative;
}

.error-page .search-form input {
  width: 400px;
  height: 50px;
  padding: 0 78px 0 30px;
  border: none;
  background: #f6f6f6;
  border-radius: 5px;
  display: inline-block;
  margin-right: 10px;
  font-weight: 400;
  font-size: 14px;
}

.error-page .search-form input:hover {
  padding-left: 35px;
}

.error-page .search-form .btn {
  width: 80px;
  height: 50px;
  border-radius: 5px;
  cursor: pointer;
  background: #02a454;
  display: inline-block;
  position: relative;
  top: -2px;
}

.error-page .search-form .btn i {
  font-size: 16px;
}

.mail-seccess {
  text-align: center;
  background: #fff;
  border-top: 1px solid #eee;
}

.mail-seccess .success-inner {
  display: inline-block;
}

.mail-seccess .success-inner h1 {
  font-size: 100px;
  text-shadow: 3px 5px 2px #3333;
  color: #02a454;
  font-weight: 700;
}

.mail-seccess .success-inner h1 span {
  display: block;
  font-size: 25px;
  color: #333;
  font-weight: 600;
  text-shadow: none;
  margin-top: 20px;
}

.mail-seccess .success-inner p {
  padding: 20px 15px;
}

.mail-seccess .success-inner .btn {
  color: #fff;
}

.sect-newsletter {
  background: #e2e7f3;
  padding-top: 40px;
  padding-bottom: 40px;
}

.sect-newsletter .container {
  padding: 30px;
}

.sect-newsletter .subscribe-text h6 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #000;
}

.sect-newsletter .subscribe-form {
  position: relative;

  text-align: right;
}

.sect-newsletter .common-input {
  height: 60px;
  width: 300px;
  border: none;
  color: #333;
  box-shadow: none;
  text-shadow: none;
  border-radius: 5px;
  padding: 0 25px;
  font-weight: 500;
  font-size: 14px;
  background: #fff;
  font-weight: 400;
}

.sect-newsletter .btn {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0;
  width: 180px;
  position: relative;
  top: -2px;
  border-radius: 5px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 5px 15px rgba(188, 199, 255, 0.75);
}

.c-cale-area {
  position: relative;
  z-index: 1;
}

.c-cale-tbl {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
}

.c-cale-tbl table {
  margin-bottom: 0;
}

.c-cale-tbl table thead tr th {
  vertical-align: middle;
  text-align: center;
  background-color: #02a454;
  border: none;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  padding-top: 17px;
  padding-bottom: 15px;
}

.c-cale-tbl table tbody tr td {
  vertical-align: middle;
  text-align: center;
  border: 1px solid #eee;
  border-top: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 25px;
}

.c-cale-tbl table tbody tr td:first-child {
  border-left: none;
}

.c-cale-tbl table tbody tr td:last-child {
  border-right: none;
}

.c-cale-tbl table tbody tr td h3 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 600;
}

.c-cale-tbl table tbody tr td span {
  display: block;
  color: #7d7d7d;
  font-size: 14.5px;
  margin-top: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-cale-tbl table tbody tr td span.time {
  display: inline-block;
  background-color: #dff5e8;
  color: #02a454;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  line-height: 65px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 16px;
}

.c-cale-tbl table tbody tr td:hover {
  background-color: #02a454;
  border-color: #02a454;
}

.c-cale-tbl table tbody tr td:hover h3 {
  color: #fff;
}

.c-cale-tbl table tbody tr td:hover span {
  color: #fff;
}

.c-cale-tbl table tbody tr td:hover span.time {
  background-color: #fff;
  color: #02a454;
}

.c-cale-tbl table tbody tr:last-child td {
  border-bottom: none;
}

.about-area {
  position: relative;
  z-index: 1;
}

.sect-about-img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sect-about-img img {
  display: none;
}

.sect-about {
  max-width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 50px;
}

.sect-about span {
  display: block;
  margin-bottom: 5px;
  color: #02a454;
  font-size: 17px;
}

.sect-about h2 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 600;
}

.sect-about p {
  margin-top: 10px;
  margin-bottom: 0;
}

.sect-about ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}

.sect-about ul li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 34px;
}

.sect-about ul li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  background-color: #02a4542b;
  color: #02a454;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: -2px;
}

.sect-about ul li:hover i {
  background-color: #02a454;
  color: #fff;
}

.sect-about ul li:last-child {
  margin-bottom: 0;
}

.sect-about .btn {
  margin-top: 30px;
}

.card-news-body ul li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 34px;
}

.card-news-body ul li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  background-color: #02a4542b;
  color: #02a454;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: 2px;
}

.card-news-body ul li:hover i {
  background-color: #02a454;
  color: #fff;
}

.card-news-body ul li:last-child {
  margin-bottom: 0;
}

.c-view-area {
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
}

.c-view-box {
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
  padding: 25px 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

.c-view-box .icon {
  margin-bottom: 20px;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  background-color: #02a454;
  color: #fff;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-view-box h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
  position: relative;
  font-size: 20px;
  font-weight: 700;
}

.c-view-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 12px;
  margin-bottom: 0;
}

.c-view-box::before {
  width: 0;
  height: 100%;
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #02a454;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-view-box::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border: 10px solid #fff;
  left: -80px;
  bottom: -80px;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.15;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-view-box:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.c-view-box:hover::before {
  width: 100%;
}

.c-view-box:hover .icon {
  background-color: #fff;
  color: #02a454;
}

.c-view-box:hover h3 {
  color: #fff;
}

.c-view-box:hover p {
  color: #fff;
}

.c-view-box:hover::after {
  left: -50px;
  bottom: -50px;
}

.c-our-mission-para {
  position: relative;
  z-index: 1;
}

.c-our-mission-img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-our-mission-img img {
  display: none;
}

.c-our-mission-text {
  max-width: 555px;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 50px;
}

.c-our-mission-text .sub-title {
  display: block;
  margin-bottom: 5px;
  color: #02a454;
  font-size: 17px;
}

.c-our-mission-text h2 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 600;
}

.c-our-mission-text p {
  margin-top: 10px;
  margin-bottom: 0;
}

.c-our-mission-text ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 0;
  margin-top: 0;
}

.c-our-mission-text ul li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  color: #7d7d7d;
  font-size: 14.5px;
  line-height: 1.7;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
}

.c-our-mission-text ul li .icon {
  margin-bottom: 13px;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.3);
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.3);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #02a454;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-our-mission-text ul li span {
  display: block;
  color: #121521;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 17px;
}

.c-our-mission-text ul li:hover .icon {
  background-color: #02a454;
  color: #fff;
  border-radius: 100%;
}

.c-footer {
  position: relative;
}

.c-footer .sect-footer-top {
  padding: 100px 0;
  position: relative;
  background: #000;
}

.c-footer .sect-footer-top:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.1;
}

.c-footer .footer-card .social {
  margin-top: 25px;
}

.c-footer .footer-card .social li {
  display: inline-block;
  margin-right: 10px;
}

.c-footer .footer-card .social li svg {
  width: 20px;
}

.c-footer .footer-card .social li svg path {
  fill: #fff;
}

.c-footer .footer-card .social li:last-child {
  margin-right: 0;
}

.c-footer .footer-card .social li a {
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #fff;
  text-align: center;
  padding: 0;
  border-radius: 100%;
  display: block;
  color: #fff;
  font-size: 16px;
}

.c-footer .footer-card .social li a:hover {
  color: #02a454;
  background: #fff;
  border-color: transparent;
}

.c-footer .footer-card.f-link li a i {
  margin-right: 10px;
}

.c-footer .footer-card.f-link li {
  display: block;
  margin-bottom: 12px;
}

.c-footer .footer-card.f-link li:last-child {
  margin: 0;
}

.c-footer .footer-card.f-link li a {
  display: block;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 400;
}

.c-footer .footer-card.f-link li a:hover {
  padding-left: 8px;
}

.c-footer .footer-card h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 40px;
  padding-bottom: 20px;
  text-transform: capitalize;
  position: relative;
}

.c-footer .footer-card h2::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
  background: #fff;
}

.c-footer .footer-card .time-sidual {
  margin-top: 15px;
}

.c-footer .footer-card .time-sidual {
  overflow: hidden;
}

.c-footer .footer-card .time-sidual li {
  display: block;
  color: #fff;
  width: 100%;
  margin-bottom: 5px;
}

.c-footer .footer-card .time-sidual li span {
  display: inline-block;
  float: right;
}

.c-footer .footer-card .day-head .time {
  font-weight: 400;
  float: right;
}

.c-footer .footer-card p {
  color: #fff;
}

.c-footer .footer-card .newsletter-inner {
  margin-top: 20px;
  position: relative;
}

.c-footer .footer-card .newsletter-inner input {
  background: 0 0;
  border: 1px solid #fff;
  height: 50px;
  line-height: 42px;
  width: 100%;
  margin-right: 15px;
  color: #fff;
  padding-left: 18px;
  padding-right: 70px;
  display: inline-block;
  float: left;
  border-radius: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 400;
  border-radius: 5px;
}

.c-footer .footer-card .newsletter-inner input:hover {
  padding-left: 22px;
}

.c-footer input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff !important;
}

.c-footer input::-moz-placeholder {
  opacity: 1;
  color: #fff !important;
}

.c-footer input::-ms-input-placeholder {
  opacity: 1;
  color: #fff !important;
}

.c-footer input::input-placeholder {
  opacity: 1;
  color: #fff !important;
}

.c-footer .footer-card .newsletter-inner .button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  line-height: 50px;
  width: 50px;
  background: #fff;
  border-left: 1px solid #fff;
  text-shadow: none;
  box-shadow: none;
  display: inline-block;
  border-radius: 0;
  border: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0 5px 5px 0;
  color: #02a454;
  font-size: 25px;
}

.c-footer .footer-card .newsletter-inner .button i {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.c-footer .footer-card .newsletter-inner .button:hover i {
  color: #000;
}

.c-footer .sec-copyright-outer {
  background: #000;
  padding: 25px 0 25px 0;
  text-align: center;
  border-top: 1px solid #393939;
}

.c-footer .sec-copyright-outer .sect-copyright p {
  color: #fff;
}

.c-footer .sec-copyright-outer .sect-copyright p a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
  display: inline-block;
  margin-left: 4px;
}

.btn {
  white-space: nowrap;
}

.btn:hover {
  opacity: 0.7;
}

.btn.btn-first {
  background: #02a454;
  color: #fff;
}

.btn.btn-second {
  background: #fff;
  color: #000;
}

.btn.btn-third {
  background: #000;
  color: #fff;
}

.ph {
  vertical-align: middle;
}

.c-footer .footer-card .social li a {
  line-height: 30px;
}

.sect-schedule .c-single-sect-schedule {
  background: #f38221;
}

.sect-activity {
  background-size: cover;
  background-repeat: no-repeat;
}

.sect-header .nav li a i.ph.ph-envelope,
.sect-header .nav li a i.ph.ph-phone {
  font-size: 22px;
}

.overlay:before {
  background: #f4821e;
}

.card-news {
  text-transform: uppercase;
}

.sect-activity,
.sect-newsletter {
  margin: 15px 15px;
  overflow: hidden;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.blog .card-news .card-news-body h2 {
  font-size: 18px;
}

.sect-contact-us .single-info {
  background: #f28321;
}

.whatsapp-chat-btn,
.whatsapp-chat-btn:hover {
  position: fixed;
  bottom: 80px;
  right: 18px;
  z-index: 999;
  background: #25d366;
  padding: 3px;
  font-size: 24px;
  width: 44px;
  height: 44px;
  line-height: normal;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  padding: 10px;
}

.whatsapp-chat-btn i {
  animation-name: whatsapp-move;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  display: block;
}

@keyframes whatsapp-move {
  16.65% {
    transform: translate(3px, -3px);
  }

  33.3% {
    transform: translate(-3px, 3px);
  }

  49.95% {
    transform: translate(3px, -3px);
  }

  66.6% {
    transform: translate(-2px, 2px);
  }

  83.25% {
    transform: translate(1px, -1px);
  }

  100% {
    transform: translate(0, 0);
  }
}

.hero-sect-slider .container-fluid {
  z-index: 10;
  position: relative;
}

.list,
.list li {
  color: #383737;
  opacity: 1;
}
.e {
  color: red !important;
  font-size: 12px !important;
  display: block;
  line-height: normal;
  padding-top: 5px;
}
.bd-example > .nav + .nav,
.bd-example > .alert + .alert,
.bd-example > .navbar + .navbar,
.bd-example > .progress + .progress {
  margin-top: 1rem;
}
.alert-success {
  color: #0f5132 !important;
  background-color: #d1e7dd !important;
  border-color: #badbcc !important;
  margin-left: 20%;
  margin-top: 5px;
  display: none;
}

.alert-success a {
  color: #0f5132; /* Matching the alert text color for links */
}

.alert {
  background-color: transparent;
  padding: 1rem;
  margin-bottom: 1rem;
  color: inherit;
  border: 1px solid transparent;
  border-radius: 0.375rem; /* Approx. default Bootstrap border-radius (6px) */
}

.alert a {
  color: inherit;
}
.alert-danger {
  color: #842029 !important; /* --bs-danger-text-emphasis */
  background-color: #f8d7da !important; /* --bs-danger-bg-subtle */
  border-color: #f5c2c7 !important; /* --bs-danger-border-subtle */
  margin-left: 20%;
  margin-top: 5px;
  display: none;
}
