@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css"); 
@import url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css");
/* @import url("https://mdbootstrap.com/wp-content/themes/mdbootstrap4/css/compiled-4.8.2.min.css?ver=4.8.2"); */
@import url("../css/compiled-4.8.2.min.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
body {
  font: normal 1.15rem/1.5 Arial, Helvetica, sans-serif;
}

ol li {
  padding-bottom: 10px;
}

.facebook {
  color: #fff;
}

.facebook:hover {
  color: #3b5998;
}

.twitter {
  color: #fff;
}

.twitter:hover {
  color: #1da1f2;
}

.instagram {
  color: #fff;
}

.instagram:hover {
  color: #c32aa3;
}

.navbar {
  background:#619b8a;
}

.navbar .navbar-brand {
  font-family: Arial, Helvetica, sans-serif;
}

.navbar .navbar-brand img {
  height: auto !important;
}

.nav-item a {
  font: normal 0.75rem Arial, Helvetica, sans-serif;
}
#navbarContent .navbar-nav .nav-item .nav-link{
  font-size: 17px;
}
#navbarContent .navbar-nav li a {
  font-size: 0.75em;
}
@media (max-width: 1298px) {
  #navbarContent .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
}
@media (max-width: 1165px) {
  #navbarContent .navbar-nav .nav-item .nav-link {
    font-size: 13px;
  }
}
@media (max-width: 1041px) {
  #navbarContent .navbar-nav .nav-item .nav-link {
    font-size: 13.3px;
  }
}
@media (max-width: 991px) {
  #navbarContent .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
}

.top-nav-collapse {
  background: #619b8a;
}

.gal {
  -webkit-column-count: 3;
          column-count: 3;
}

.gal img {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .gal {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

.gg-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(220px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-auto-rows: 200px;
  grid-gap: 8px;
}

.gg-element img {
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.gg-element img:hover {
  opacity: 0.9;
}

#gg-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  text-align: center;
}

#gg-screen .gg-image {
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#gg-screen .gg-image img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.gg-bt {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.6);
  color: #222;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 25px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2px;
}

.gg-bt:hover {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.gg-close {
  position: fixed;
  top: 0.5em;
}

.gg-close, .gg-nxt {
  right: 0.5em;
}

.gg-prev {
  left: 0.5em;
}

.gg-prev, .gg-nxt {
  position: fixed;
  bottom: 50%;
}
/* #loadmore-img ::after{
  content: "";
  background: linear-gradient(rgba(0, 0, 0, 0.603),rgba(0, 0, 0, 0.594)), url(/src/img/gallery/022035222.jpg)  fixed center;
  background-size: cover;
  color: #fff;
} */

@media (min-width: 478px) {
  .gg-element:nth-child(3n+0) {
    -ms-grid-row-span: 2;
        grid-row-end: span 2;
  }
}

@media only screen and (max-width: 768px) {
  .gg-box {
    -ms-grid-columns: (minmax(150px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-auto-rows: 150px;
    grid-gap: 6px;
  }
}

@media only screen and (max-width: 450px) {
  .gg-box {
    -ms-grid-columns: (minmax(100px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-auto-rows: 100px;
    grid-gap: 4px;
  }
}

.navbar-brand img {
  width: 113px;
}
.fancybox-button--close {
  background: transparent;
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  outline: none;
  cursor: pointer;
}

.navbar-brand span {
  padding: 1.4rem 0;
}

.separator {
  height: 85px;
}

.carousel-control-next, .carousel-control-prev {
  width: 8%;
}

.material-icons {
  font-size: 400%;
}

#multi-item-news .card-header {
  background-color: #558b2f;
  color: #fff;
}

footer.page-footer .footer-copyright {
  height: auto;
  line-height: normal;
}

@media only screen and (max-width: 768px) {
  .navbar {
    background: #619b8a;
  }
  .navbar-brand img {
    width: 83px;
  }
  .navbar-brand span {
    font-size: 100%;
    padding: 0.5rem 0;
  }
  /* .padTop {
    padding-top: 60px;
  } */
  .separator {
    height: 68px;
  }
  .material-icons {
    font-size: 125%;
  }
}

.carousel .carousel-indicators li {
  width: .7rem;
  height: .05rem;
}

.picker__box .picker__header .picker__date-display {
  background-color: #558b2f;
}

.picker__box .picker__header .picker__date-display .picker__weekday-display, .picker__box .picker__header .picker__date-display .picker__month-display, .picker__box .picker__header .picker__date-display .picker__day-display {
  font-size: 1.75rem;
}

.picker__box .picker__header .picker__nav--prev {
  left: 0;
}

.picker__box .picker__header .picker__nav--next {
  right: 0;
}

.picker__box .picker__table .picker--focused, .picker__box .picker__table .picker__day--selected, .picker__box .picker__table .picker__day--selected:hover {
  background-color: #619b8a;
}
.btn-outline{
  border: 2px solid #619b8a;
}
.dropdown-item :hover{
  background-color: #619b8a;
}
.picker__date-display {
  background-color: #619b8a;
}

.btn-floating.btn-flat {
  background-color: #619b8a !important;
}

.btn-floating.btn-flat.active {
  background-color: #619b8a !important;
}

.btn-floating.btn-flat:focus, .btn-floating.btn-flat:hover {
  background-color: #619b8a !important;
}

.alert-info {
  background-color: rgba(205, 220, 57, 0.3);
}

.carousel .carousel-inner .view .animated{
  animation-delay: .25s;
  font-weight: 500;
  font-size: 50px;
  margin-bottom: 70px;
}
.carousel .carousel-inner .view img{
  filter: brightness(70%);
  margin-top: 0px;
}
@media (max-width: 968px) {
  .carousel .carousel-inner .view .animated{
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 994px) {
  .carousel .carousel-inner .view img{
    margin-top: 1px;
  }
}

 body {
     background-color:#4A148C
 }


 @media (max-width:991.98px) {
     .padding {
         padding: 1.5rem
     }
 }

 @media (max-width:767.98px) {
     .padding {
         padding: 1rem
     }
 }

 .padding {
     padding: 5rem
 }

 .card1 {
    position: relative;
    display: flex;
    width: 350px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 11px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212,182,212,1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}

 .card1 .card-body {
        padding: 1rem 1rem;
 }

 .card-body {
     flex: 1 1 auto;
     padding: 1.25rem
 }

 p {
     font-size: 1rem;
     margin-bottom: .5rem;
     line-height: 1.5rem
 }

 h4{
         line-height: 1.2 !important;
 }
.profile{
           margin-top: 16px;
    margin-left: 11px;
}

.profile-pic{
     width: 58px;
}

.cust-name{
     font-size: 18px;
}

.cust-profession{
     font-size: 10px;
}



.items {
    width: 90%;
    margin: 0px auto;
    margin-top: 100px
}

.slick-slide {
    margin: 10px
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;700;800&display=swap');

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

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
}



.card-1 {
  position: relative;
  width: 100%; /* Adjusted width for responsiveness */
  height: 350px;
  margin-bottom: 20px; /* Added margin for spacing between cards */
}

.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
  transition: .5s;
}

.card-1 .front {
  transform: perspective(600px) rotateY(0deg);
  box-shadow: 0 5px 10px #fff;
}

.card-1 .front img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-h1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background: rgba(0, 0, 0, .4);
  text-align: center;
}

.card-1 .back {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: perspective(600px) rotateY(180deg);
  background: #8dcfbc;
  padding: 15px;
  color: white;
  text-align: center;
  box-shadow: 0 5px 10px #fff;
}

.links {
  border-top: 1px solid white;
  height: 50px;
  line-height: 50px;
}

.link-a {
  color: white;
}

.card-1 .back .text-h2 {
  font-size: 30px;
  letter-spacing: 2px;
}

.card-1 .back .text-p {
  letter-spacing: 1px;
}

.card-1:hover .front {
  transform: perspective(600px) rotateY(180deg);
}

.card-1:hover .back {
  transform: perspective(600px) rotateY(360deg);
}

.container-m {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  gap: 20px;
}
/* Additional styles for responsiveness */
@media screen and (max-width: 768px) {
  .d-flex {
    flex-wrap: wrap;
  }
  .card {
    width: 100%;
    margin-bottom: 20px;
  }
  #key1{
    display: none !important;

}
#key{
    display:block !important;
}
.links{
  text-align: center;
}
}
@media screen and (max-width: 576px) {
  .text-center {
    text-align: center;
  }
  .face {
    min-height: 200px;
  }
  #key1{
    display: none !important;

}
#key{
    display:block !important;
}
.links{
  text-align: center;
}
}
.carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon {
    width: 43px;
    height: 66px;
}

/* border-pagination */
.b-pagination-outer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  display: flex
}
#border-pagination {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: flex-end; /* Aligns items to the end of the container */
}

#border-pagination li {
  display: inline;

}
#border-pagination li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 5px 10px;
  border: 1px solid #ddd;
  float: left;

}
#border-pagination li a {
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s
}
#border-pagination li a.active {
  background-color: #619b8a;
  color: #fff;
}
#border-pagination li a:hover:not(.active) {
  background: #619b8a;
}