* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}

/* default styles remove */
a {
  text-decoration: none;
}
ul li {
  list-style-type: none;
  margin-bottom: 6px;
}

/* colors &* background colors classes */

.clr-light {
  color: #2c716f;
}

.clr-dark {
  color: #00a669;
}
.gray {
  color: #000;
}

.clr3 {
  color: #434544;
}

/* Font Family */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}

p,
a,
li {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.my-font{
  
    font-family: "Oswald", sans-serif !important;
    font-optical-sizing: auto !important;
    font-weight: 600 !important;
    font-style: normal !important;
  
}

/* Letter Spacing Classes */
.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}
/* Text Justify Class */

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

/* Shadow Classes */
.shd {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.shd1 {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.text-shadow {
  text-shadow: 1px 1px 2px #000;
}

/* Font Size Classes */
.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

/* Buttons classes */
.my-btn {
  background-color: #00a669;
  color: #fff;
  border: 1px solid #00a669;
}
.my-btn:hover {
  background-color: #00a669;
  color: #fff;
  border: 1px solid #00a669;
}

/* Slider Css */
.slider-box {
  width: 100%;
  background-color: #eee;
  position: relative;
  min-height: 550px;
  z-index: 0;
  overflow: hidden;
  background-position: center center;
}

.slider-content,
.slider-content .slider-item {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.slider-content .slider-item {
  left: 5%;
}

.slider-content .slider-item {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.slider-content .slider-item.active {
  visibility: visible;
  opacity: 1;
  left: 0;
}

.slider-pagin {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.slider-pagin ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.slider-pagin ul li {
  padding-bottom: 0;
  transition: all 0.2s ease-in-out;
}

.slider-pagin ul li + li {
  margin-left: 5px;
}

.slider-pagin ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #434544;
  border: 2px solid #fff;
  text-decoration: none;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.slider-pagin ul li.active a,
.slider-pagin ul li a:hover,
.slider-pagin ul li a:focus {
  background-color: #00a669;
  border: 2px solid #fff;
}

.slider-pagin ul li.active {
  padding-bottom: 5px;
}

.slider-fillbar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0; /* must be 0, only othe values to preview */
  height: 3px;
  background-color: rgba(0, 166, 105, 0.7);
}

.slider-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.slider-content .slider-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2em;
  color: #fff;
}

/* Top Category Css  */
.category-img-container {
  height: 100%;
  width: 100%;
  margin: auto;
}

.category-img-container img {
  height: 190px;
  width: 200px;
  border: 4px solid #faf7ed;
  border-radius: 49% 51% 48% 52% / 32% 30% 70% 68%;
}

.category-img-container p {
  font-size: 19px;
  text-align: center;
  padding-top: 10px;
}

@media (max-width: 500px) {
  .align-top {
    width: 50% !important;
  }
}

@media (max-width: 500px) {
  .category-img-container {
    width: auto !important;
    height: auto !important;
    margin: auto !important;
  }
  .category-img-container img {
    width: 150px !important;
    height: 150px !important;
    text-align: center !important;
  }
}

/* About CSS */
.video-container {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(0, 166, 105, 0.19);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .about-text-align {
    /* margin-top: 15px !important; */
    text-align: center !important;
  }
  .hr-align {
    margin: auto !important;
    margin-bottom: 15px !important;
  }
}

.btn-60,
.btn-60 *,
.btn-60 :after,
.btn-60 :before,
.btn-60:after,
.btn-60:before {
  border: 0 solid;
  box-sizing: border-box;
}
.btn-60 {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  /* background-color: #000; */
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  /* -webkit-mask-image: -webkit-radial-gradient(#000, #fff); */
  padding: 0;
}
.btn-60:disabled {
  cursor: default;
}
.btn-60:-moz-focusring {
  outline: auto;
}
.btn-60 svg {
  display: block;
  vertical-align: middle;
}
.btn-60 [hidden] {
  display: none;
}
.btn-60 {
  background: none;
  box-sizing: border-box;
  color: #fff;
  /* display: block; */
  font-weight: 900;
  -webkit-mask-image: none;
  padding: 1.5rem 4rem;
  position: relative;
  text-transform: uppercase;
}
.btn-60 span {
  background: #00a669;
  border: 1px solid #00a669;
  border-radius: 999px;
  display: grid;
  inset: 0;
  place-items: center;
  pointer-events: none;
  position: absolute;
}
.btn-60:hover span {
  -webkit-animation: jello 0.8s;
  animation: jello 0.8s;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%,
  11.1%,
  to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

/* Footer CSS */
.social-icons {
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00a669;
  color: #fff;
  border-radius: 50%;
}

.social-icons:hover {
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333333;
  color: #fff;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  transform: translateY(-3px);
}

/* ul li a {
    font-size: 14px;
}

ul li a:hover {
    font-size: 14px;
    transition: 0.2s ease !important;
    transform: translateX(3px) !important;
    color: #00a669;
    font-weight: 600;
} */

.clr a {
  color: #333333;
}

@media (max-width: 991px) {
  .align-footer-text1 {
    text-align: center !important;
    padding-bottom: 5px;
  }

  .align-footer-text {
    text-align: center !important;
  }
}

/* testimonial css */
.testimonial{
    margin: 50px 30px 30px 30px;
    text-align: center;
    position: relative;
}
.testimonial .description{
    padding: 30px;
    margin-bottom: 80px;
    border-left: 1px solid #fff;
    font-size: 15px;
    color: #fff;
    line-height: 33px;
    position: relative;
}
.testimonial .description:before,
.testimonial .description:after{
    content: "";
    width: 20%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.testimonial .description:after{
    top: auto;
    bottom: 0;
}
.testimonial .title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
    position: relative;
}
.testimonial:before,
.testimonial .title:before{
    content: "";
    width: 1px;
    height: 50px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}
.testimonial .title:before{ top: -80px; }
.testimonial .pic{
    display: inline-block;
    width: 100px;
    height: 100px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.owl-theme .owl-controls{ margin-top: 0; }
.owl-theme .owl-controls .owl-page span{
    width: 10px;
    height: 10px;
    border-radius: 0 !important;
    background: #000 !important;
    outline: 2px solid #000;
    outline-offset: 2px;
    margin-right: 8px;
    opacity: 0.7;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{
    background: #fff !important;
    outline: 2px solid #fff;
}



/* contact css */
.btn-77,
.btn-77 *,
.btn-77 :after,
.btn-77 :before,
.btn-77:after,
.btn-77:before {
  border: 0 solid;
  box-sizing: border-box;
}
.btn-77 {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: #00a669;
  background-image: none;
  color: #fff;
  cursor: pointer;
  /* font-size: 100%; */
  line-height: 1.5;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  padding: 0;
}
.btn-77:disabled {
  cursor: default;
}
.btn-77:-moz-focusring {
  outline: auto;
}
.btn-77 svg {
  display: block;
  vertical-align: middle;
}
.btn-77 [hidden] {
  display: none;
}
.btn-77 {
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  border: 1px solid;
  border-radius: 999px;
  box-shadow: 0 0 0 2em transparent;
  box-sizing: border-box;
  /* display: block; */
  font-weight: 900;
  -webkit-mask-image: none;
  overflow: hidden;
  padding: 0.9rem 3rem;
  position: relative;
  text-transform: uppercase;
}
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #000;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #000;
  }
}
