@view-transition {
  navigation: auto;
}

hgroup > p {
  font-size: 24px;
  font-weight: bold;
  /* font-family: "Black Mango", "Times New Roman", Times, serif; */
  font-family: "Tenor Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #519664;
  font-variant:small-caps;
}

h1, h2, h3 {
  color: #7C876F;
}

h4, h5, h6 {
  color: #4D5445;
}


h2 {
  font-variant:small-caps;
  font-weight: bold;
  margin-top: 1em;
}

.minih {
  color: #70896F;
  font-variant:small-caps;
  font-size: large;
  font-weight: bold;
}

.dt, ol > li > em {
  font-weight: bold;  
  font-style: normal;
}

html {
    scrollbar-gutter: stable;
}

/* Garet Regular _fonts/0d6b73825ffb53723442c5660e87b4d4.woff2 */

.cvc-video-bg {
  position: relative;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.cvc-video-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../video/48fc941b9282d6f2b96f3712247c88f2.jpg");
  background-size: contain;
  overflow: hidden;
  z-index: -1;
  filter: blur(32px);
  -webkit-filter: blur(32px);
  object-fit: cover;
  transform: scale(1.1);
}

@font-face {
  font-family: 'Tenor Sans';
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/d80614b34598b4f9851d1f4b271f8ba5.woff2") format('woff2');
}

@font-face {
  font-family: 'Black Mango';
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/45c7b2420f92a350acfb0e83fa31f590.woff2") format('woff2');
}

h2, h3, h4, h5 {
  font-family: "Tenor Sans" !important;
}

.btn {
  font-family: "Tenor Sans";
}

.navbar {
  font-family: "Tenor Sans";
}

.fw-bold {
  font-family: "Montserrat";
  font-size: larger;
}

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

.text-smaller {
  font-size: 0.87rem;
}

.text-larger {
  font-size: 1.5rem;
}

.cta-1 {
  padding: 5rem 1rem;
  margin: 5rem 0;
}

.btn-lg {
  font-size: 1em !important;
}

.cta-1 .btn-lg,
.cta-1 .btn-group-lg>.btn {
  padding: 1rem 3rem;
}

.features-1 .max-box {
  margin: auto;
}

.features-1 .wrap .max-box {
  max-width: 560px;
}

.features-11 {
  color: #8d97ad;
  font-weight: 300;
}

.features-11 .badge {
  font-weight: 500;
  line-height: 14px;
}

.features-11 .badge-info {
  background: #188ef4;
}

.features-11 .wrap .max-box {
  max-width: 580px;
}

.features-11 .linking {
  color: #3e4555;
}

.features-11 .linking:hover {
  color: #316ce8;
}

.features-11 h1,
.features-11 .h1,
.features-11 h2,
.features-11 .h2,
.features-11 h3,
.features-11 .h3,
.features-11 h4,
.features-11 .h4,
.features-11 h5,
.features-11 .h5,
.features-11 h6,
.features-11 .h6 {
  color: #3e4555;
}

.features-2 {
  color: #ffffff;
  font-weight: 300;
}

.features-2 .text-box {
  max-width: 500px;
  margin-left: 80px;
}

.features-2 .bg-info-gradiant {
  background: #188ef4;
  background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
  background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8));
  background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
  background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
  background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
}

.features-2 .btn-md {
  padding: 15px 45px;
  font-size: 16px;
}

.features-2 h1,
.features-2 .h1,
.features-2 h2,
.features-2 .h2,
.features-2 h3,
.features-2 .h3,
.features-2 h4,
.features-2 .h4,
.features-2 h5,
.features-2 .h5,
.features-2 h6,
.features-2 .h6 {
  color: #3e4555;
}

.features-3 {
  color: #8d97ad;
  font-weight: 300;
}

.features-3 h6,
.features-3 .h6 {
  line-height: 22px;
  font-size: 18px;
}

.features-3 .font-weight-medium {
  font-weight: 500;
}

.features-3 a {
  text-decoration: none;
}

.features-3 .linking {
  color: #3e4555;
}

.features-3 .linking:hover {
  color: #316ce8;
}

.features-3 .bg-body-secondary {
  background-color: #f4f8fa !important;
}

.features-3 .text-success {
  color: #2cdd9b !important;
}

.features-3 .icon-round {
  width: 80px;
  line-height: 80px;
  font-size: 2rem;
}

.features-3 .btn-success-gradient {
  background: #2cdd9b;
  background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
  background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
  background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
  background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
  background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
}

.features-3 .btn-success-gradient:hover {
  background: #1dc8cc;
  background: -webkit-linear-gradient(legacy-direction(to right), #1dc8cc 0%, #2cdd9b 100%);
  background: -webkit-gradient(linear, left top, right top, from(#1dc8cc), to(#2cdd9b));
  background: -webkit-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%);
  background: -o-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%);
  background: linear-gradient(to right, #1dc8cc 0%, #2cdd9b 100%);
}

.features-3 .btn-md {
  padding: 15px 45px;
  font-size: 16px;
}

.features-3 h1,
.features-3 .h1,
.features-3 h2,
.features-3 .h2,
.features-3 h3,
.features-3 .h3,
.features-3 h4,
.features-3 .h4,
.features-3 h5,
.features-3 .h5,
.features-3 h6,
.features-3 .h6 {
  color: #3e4555;
}

footer.footer-1,
footer.footer-3 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: rgba(var(--bs-body-color-rgb), 0.03);
  border-top: 1px solid rgba(var(--bs-body-color-rgb), 0.03);
  background-color: rgba(var(--bs-body-color-rgb), 0.01);
  border-top: 1px solid rgba(var(--bs-body-color-rgb), 0.05);
  z-index: 3;
  /*
	&:before{
		content: '';
		display: block;
		position: absolute;
		background-image: linear-gradient(180deg, rgba(var(--bs-body-color-rgb), 0.05) 0%, rgba(var(--bs-body-color-rgb), 0.025) 20%, rgba(var(--bs-body-bg-rgb), 0) 80%);
		//border-top:1px solid var(--bs-border-color);
		width: 100%;
		height: 7px;
		left: 0;
		top: 0;	
	}
	*/
}

footer.footer-1 .h6,
footer.footer-3 .h6 {
  margin: 1rem 0rem;
  font-weight: 500;
  color: var(--bs-light-text-emphasis);
}

footer.footer-1 nav a,
footer.footer-3 nav a {
  display: block;
  font-size: 90%;
  text-decoration: none;
  margin-bottom: 0.55rem;
  color: var(--bs-secondary-color);
}

@media (max-width: 575.98px) {

  footer.footer-1 nav a,
  footer.footer-3 nav a {
    margin-bottom: 1rem;
  }
}

footer.footer-1 img,
footer.footer-3 img {
  margin: 2rem auto;
}

footer.footer-1 .footer-copyright,
footer.footer-3 .footer-copyright {
  margin-top: 5rem;
  padding: 0.5rem;
  font-size: 75%;
}

footer.footer-1 .footer-copyright a,
footer.footer-3 .footer-copyright a {
  text-decoration: none;
}

footer.footer-1 .footer-copyright a:hover,
footer.footer-3 .footer-copyright a:hover {
  text-decoration: underline;
}

footer.footer-1 .footer-copyright .container,
footer.footer-3 .footer-copyright .container {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(var(--bs-body-color-rgb), 0.05);
}

.hero-1 {
  padding: 0px 2rem 0;
  text-align: center;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 5rem 0rem 0rem;
  /*
	&::before {
		background: url(../img/background.svg);
		width: 100%;
		height: 100%;
		content: " ";
		position: absolute;
		top: 0px;
		left: 0px;
		pointer-events:none;
		opacity:0.1;
		background-size: 100%;
		background-position: bottom center;
		background-size: cover;
		background-position: bottom 0px center;
		background-repeat: no-repeat;
		background-blend-mode: luminosity;
	}
*/
  /*	
	@media (max-width: 1601px) {
	h1 {
			font-size: 5rem;
		}	
	}	

	@media (max-width: 1281px) {
	h1 {
			font-size: 5rem;
		}	
	}	

	@media (max-width: 961px) {
	h1 {
			font-size: 4.5rem;
			line-height: 4.5rem;
		}	
	}	

	@media (max-width: 661px) {
	h1 {
			font-size: 3.2rem;
			line-height: 3.2rem;
		}	
	}	

	@media (max-width: 481px) {
	h1 {
			font-size: 3rem;
			line-height: 3rem;
		}	
	}	
	*/
}

.hero-1 h1,
.hero-1 .h1 {
  line-height: 1;
  margin-bottom: 2rem;
  max-width: 900px;
  color: var(--bs-body-color);
  font-weight: 600;
  z-index: 2;
  text-shadow: 1px 1px 2px var(--bs-body-bg);
  letter-spacing: -0.04em;
}

.hero-1 h2,
.hero-1 .h2 {
  margin: 0 auto;
  z-index: 2;
  position: relative;
  text-shadow: 1px 1px 2px var(--bs-body-bg);
  max-width: 600px;
  color: var(--bs-body-color);
}

.hero-1 h3,
.hero-1 .h3 {
  font-weight: 600;
  margin: 0 auto 1.5rem;
  z-index: 2;
  position: relative;
  text-shadow: 1px 1px 2px var(--bs-body-bg);
  max-width: 600px;
  color: var(--bs-body-color);
}

.hero-1 .heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: var(--width-xl);
  width: 100%;
  z-index: 3;
}

.hero-1 .btns {
  margin-top: 3rem;
}

.hero-1 .btn {
  display: inline-block;
  border-radius: 0px;
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  margin-right: 7px;
  margin-left: 7px;
  margin-bottom: 20px;
  border-radius: 6px;
}

.hero-1 .btn b {
  margin-left: 5px;
  display: inline-block;
  font-family: system-ui;
}

.hero-1 .btn span {
  margin-left: 0.2rem;
}

.hero-1 .btn.btn-outline-primary {
  box-shadow: -1px 1px 2px 0px rgba(var(--bs-body-bg-rgb), 0.2) inset;
  box-shadow: 0 1px 3px 0 rgba(var(--bs-body-color-rgb), 0.07);
}

.hero-1 .btn.btn-outline-primary b {
  transform: rotate(90deg);
}

.hero-1 .btn.btn-outline-primary:hover {
  background: rgba(var(--bs-primary-rgb), 0.07);
  color: var(--bs-primary);
}

.hero-1 .btn.btn-outline-primary:after {
  display: none;
}

.hero-1 .btn.btn-outline-secondary {
  border: 1px solid var(--bs-dark-border-subtle);
  --bs-secondary: var(--bs-border-color);
  color: var(--bs-body-color);
}

.hero-1 .btn.btn-primary {
  border: none;
}

.hero-1 .btn.btn-primary span {
  margin-right: 0.2rem;
}

.hero-1 .dropdown {
  display: inline-block;
}

.hero-1 .dropdown .dropdown-menu {
  min-width: 240px;
  z-index: 3;
}

.hero-1>img {
  margin-top: 2rem;
  max-width: 100%;
  transition: opacity 3s;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid var(--bs-border-color);
  background: #f0f4f9;
  box-shadow: 0 0 1px 0 rgba(var(--bs-body-color-rgb), 0.2), 0 3px 4px 0 rgba(87, 87, 87, 0.1), 0 10px 15px 0 rgba(5, 4, 10, 0.06);
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
  padding-top: 2rem;
  position: relative;
}

.hero-1 .show img {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .hero-1 .btn {
    min-width: 200px;
  }
}

.hero-1 .overlay {
  background: var(--bs-body-bg);
}

.hero-2 {
  background-color: #f2eedf; /*#f9f7f0;*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.hero-2 .btn {
  /* padding: 1rem 2rem; */
  margin-bottom: 0.5em;
  border-radius: 0px;
  /* text-transform: uppercase; */
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1rem;
}

@media (min-width: 992px) {
  .hero-2 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.hero-2 .btn.btn-white {
  background: rgba(var(--bs-body-bg-rgb), 0.2);
  color: #fff;
}

.hero-2>.container {
  position: relative;
  z-index: 2;
  padding-top: 5rem;
  padding-bottom: 7rem;

}

.hero-2 .heading {
  font-size: 3.2rem;
  font-weight: 700;
  /* color: var(--bs-light); */
  color: rgb(171, 186, 153);
}

.hero-2 .subheading {
  font-size: 1.4rem;
  color: var(--bs-light);
}

.hero-2 .svg-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 2;
}

.hero-2 .overlay {
  background-color: rgba(var(--bs-primary-rgb), 1);
  opacity: 0.7;
}

.hero-2 .video-wrap {
  display: inline-block;
  position: relative;
  top: 0;
  -webkit-transition: .2s all ease;
  -o-transition: .2s all ease;
  transition: .2s all ease;
}

.hero-2 .video-wrap .play-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--bs-success);
  color: var(--bs-white);
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-2 .video-wrap img {
  border-radius: 7px;
  -webkit-box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb), 0.2);
  box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb), 0.2);
}

.hero-2 .video-wrap:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.hero-3 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  /*
	> .container > .row {
		height:100vh;
		min-height:800px;
	}*/
  /*
	&.overlay {
		position: relative;
		
		&:before {
			z-index: 1;
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			top: 0;
			content: "";
			//background: rgba(var(--bs-body-color-rgb), 0.6);
			background: rgba(var(--bs-body-color-rgb), 0.6);
		}
	}
	*/
}

.hero-3 .btn {
  padding: 1rem 3rem;
  margin: 0rem 1rem 1rem 0;
  min-width: 210px;
  box-shadow: rgba(var(--bs-body-color-rgb), 0.25) 0px 5px 15px -5px;
  /*
		&.btn-white {
			background:rgba(var(--bs-white-rgb), 0.2);
			color: var(--bs-light);
		}
		*/
}

.hero-3>.container,
.hero-3>.container-fluid,
.hero-3>.container-sm,
.hero-3>.container-md,
.hero-3>.container-lg,
.hero-3>.container-xl,
.hero-3>.container-xxl {
  position: relative;
  z-index: 2;
}

.hero-3>.container>div,
.hero-3>.container-fluid>div,
.hero-3>.container-sm>div,
.hero-3>.container-md>div,
.hero-3>.container-lg>div,
.hero-3>.container-xl>div,
.hero-3>.container-xxl>div {
  position: relative;
  height: 100%;
  min-height: 720px;
  min-height: calc(100vh - 100px);
  min-height: calc(max(100vh - 100px, 720px));
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-3 .heading {
  font-weight: 600;
  margin: auto;
}

.hero-3 h1,
.hero-3 .h1,
.hero-3 h2,
.hero-3 .h2,
.hero-3 h3,
.hero-3 .h3,
.hero-3 h4,
.hero-3 .h4,
.hero-3 h5,
.hero-3 .h5,
.hero-3 h6,
.hero-3 .h6 {
  color: var(--bs-light);
}

.hero-3 h3,
.hero-3 .h3 {
  font-weight: normal;
}

.hero-3 .svg-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 2;
}

.hero-3 .buttons {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {

  .hero-3>.container>div,
  .hero-3>.container-fluid>div,
  .hero-3>.container-sm>div,
  .hero-3>.container-md>div,
  .hero-3>.container-lg>div,
  .hero-3>.container-xl>div,
  .hero-3>.container-xxl>div {
    position: relative;
    height: 100%;
    min-height: 100vh;
  }

  .hero-3 .btn {
    min-width: 300px;
    margin: 0 0 1rem 0;
  }
}

.hero-4 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 100vh;
  min-height: 800px;
}

.hero-4>.container>.row {
  height: 100vh;
  min-height: 800px;
}

.hero-4 .btn {
  padding: 1rem 2rem;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1rem;
}

.hero-4 .btn.btn-white {
  background: rgba(var(--bs-body-bg-rgb), 0.2);
  color: #fff;
}

.hero-4>.container {
  position: relative;
  z-index: 2;
}

.hero-4 .heading {
  font-weight: 700;
  color: var(--bs-light);
}

.hero-4 .subheading {
  font-family: var(--bs-font-body);
  margin-bottom: 3rem;
  color: var(--bs-light);
}

.hero-4 .svg-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 2;
}

.hero-4 .buttons {
  margin-top: 3rem;
  font-family: var(--bs-font-body);
}

.hero-4 .overlay {
  background: black;
  opacity: 0.5;
}

.hero-5 {
  height: 100vh;
  min-height: 800px;
}

.hero-5>.container>.row {
  height: 100vh;
  min-height: 800px;
}

.hero-5 .overlay {
  background: black;
  opacity: 0.5;
}

.hero-5 h1,
.hero-5 .h1,
.hero-5 p.lead {
  color: var(--bs-light);
}

.hero-6 {
  height: 100vh;
  min-height: 800px;
}

.hero-6>.container>.row {
  height: 100vh;
  min-height: 800px;
}

.hero-6>.container,
.hero-6>.container-fluid,
.hero-6>.container-sm,
.hero-6>.container-md,
.hero-6>.container-lg,
.hero-6>.container-xl,
.hero-6>.container-xxl {
  position: relative;
  z-index: 2;
}

.hero-6>.container>div,
.hero-6>.container-fluid>div,
.hero-6>.container-sm>div,
.hero-6>.container-md>div,
.hero-6>.container-lg>div,
.hero-6>.container-xl>div,
.hero-6>.container-xxl>div {
  position: relative;
  height: 100%;
  min-height: 960px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-6 .overlay {
  background: black;
  opacity: 0.5;
}

.hero-6 h1,
.hero-6 .h1,
.hero-6 h2,
.hero-6 .h2 {
  color: var(--bs-light);
}

.hero-7 {
  height: 100vh;
  min-height: 800px;
}

.hero-7>.container>.row {
  height: 100vh;
  min-height: 800px;
}

.hero-7>.container,
.hero-7>.container-fluid,
.hero-7>.container-sm,
.hero-7>.container-md,
.hero-7>.container-lg,
.hero-7>.container-xl,
.hero-7>.container-xxl {
  position: relative;
  z-index: 2;
}

.hero-7>.container>div,
.hero-7>.container-fluid>div,
.hero-7>.container-sm>div,
.hero-7>.container-md>div,
.hero-7>.container-lg>div,
.hero-7>.container-xl>div,
.hero-7>.container-xxl>div {
  position: relative;
  height: 100%;
  min-height: 960px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-7 .overlay {
  background: black;
  opacity: 0.5;
}

.hero-7 h1,
.hero-7 .h1,
.hero-7 h2,
.hero-7 .h2 {
  color: var(--bs-light);
}

header.hero-slider {
  height: 100vh;
  min-height: 800px;
}

header.hero-slider>.container>.row {
  height: 100vh;
  min-height: 800px;
}

header.hero-slider .overlay {
  background: black;
  opacity: 0.5;
}

header.hero-slider .swiper-slide>img+.content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

header.hero-slider .swiper-slide>img+.content>.container,
header.hero-slider .swiper-slide>img+.content>.container-fluid,
header.hero-slider .swiper-slide>img+.content>.container-sm,
header.hero-slider .swiper-slide>img+.content>.container-md,
header.hero-slider .swiper-slide>img+.content>.container-lg,
header.hero-slider .swiper-slide>img+.content>.container-xl,
header.hero-slider .swiper-slide>img+.content>.container-xxl {
  position: relative;
  z-index: 2;
}

header.hero-slider .swiper-slide>img+.content>.container>div,
header.hero-slider .swiper-slide>img+.content>.container-fluid>div,
header.hero-slider .swiper-slide>img+.content>.container-sm>div,
header.hero-slider .swiper-slide>img+.content>.container-md>div,
header.hero-slider .swiper-slide>img+.content>.container-lg>div,
header.hero-slider .swiper-slide>img+.content>.container-xl>div,
header.hero-slider .swiper-slide>img+.content>.container-xxl>div {
  position: relative;
  height: 100%;
  min-height: 960px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header.hero-slider .swiper-slide .overlay {
  z-index: 1;
}

header.hero-slider .swiper-slide h1,
header.hero-slider .swiper-slide .h1,
header.hero-slider .swiper-slide h2,
header.hero-slider .swiper-slide .h2,
header.hero-slider .swiper-slide h3,
header.hero-slider .swiper-slide .h3,
header.hero-slider .swiper-slide h4,
header.hero-slider .swiper-slide .h4 {
  color: var(--bs-light);
}

@media screen and (min-width: 767px) {
  .navigation-1 {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    position: sticky;
    background-color: rgba(var(--bs-body-bg-rgb), 0.8);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-box-shadow: 0 4px 10px rgba(var(--bs-body-color-rgb), 0.07), inset 0 -1px 0 rgba(var(--bs-body-color-rgb), 0.07);
    box-shadow: 0 4px 40px rgba(var(--bs-body-color-rgb), 0.07), inset 0 -1px 0 rgba(var(--bs-body-color-rgb), 0.07);
    box-shadow: 0 3px 14px rgba(var(--bs-body-color-rgb), 0.07);
    border-bottom: 1px solid var(--bs-secondary-bg);
    /*
		&:after {
			content: '';
			display: block;
			position: absolute;
			background-image: linear-gradient(180deg,rgba(var(--bs-body-color-rgb), 0.05) 0%,rgba(var(--bs-body-color-rgb), 0.02) 10%,rgba(var(--bs-body-bg-rgb), 0.05) 80%);
			//background-image: linear-gradient(180deg,rgba(var(--bs-body-color-rgb),.05) 0%,rgba(var(--bs-body-color-rgb),.025) 20%,rgba(var(--bs-body-bg-rgb),0) 80%);
			//background-image: linear-gradient(180deg, rgba(var(--bs-body-color-rgb), 0.05) 0%, rgba(var(--bs-body-color-rgb), 0.015) 10%, rgba(var(--bs-body-bg-rgb), 0) 80%);
			border-top:1px solid rgba(var(--bs-body-color-rgb), 0.05);
			width: 100%;
			height: 1.5rem;
			left: 0;
			bottom: -1.5rem;	
		}
		*/
  }

  body.home .navigation-1:after {
    display: none;
  }

  .navigation-1 h3,
  .navigation-1 .h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 3rem;
  }

  .navigation-1 .navbar {
    padding: 0 1rem;
  }

  .navigation-1 .navbar .navbar-nav a.nav-link {
    font-size: 15px;
    padding: 2.1rem 1rem 2.1rem;
    /*
					&.active {
						background-color:rgba(var(--bs-primary-rgb), 0.05);
						
						&:after {
							content: '';
							border-bottom: 2px solid rgba(var(--bs-primary-rgb), 0.5);
							width: 100%;
							position: absolute;
							left: 0;
							top: 0px;
						}
					}
					*/
  }

  .navigation-1 .navbar .navbar-nav a.nav-link:hover {
    color: var(--bs-navbar-hover-color);
  }

  .navigation-1 .navbar .navbar-nav .nav-toggle a.nav-link {
    padding: 2.1rem 0.5rem 2.1rem;
  }

  .navigation-1 .navbar .navbar-nav nav.navbar-expand-md a.nav-link {
    display: flex;
    align-items: center;
    color: rgba(var(--bs-body-color-rgb), 0.7);
  }

  .navigation-1 .navbar .dropdown-toggle::after {
    font-size: 60%;
  }
}

.navigation-2::before {
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  backdrop-filter: blur(14px);
}

.navigation-2 h3,
.navigation-2 .h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 3rem;
}

.navigation-2 .navbar-nav a.nav-link {
  display: flex;
  align-items: center;
  padding: 2.5rem 1rem 2rem;
}

.navigation-2 .navbar-nav .dropdown-toggle::after {
  font-size: 60%;
}

@media screen and (min-width: 767px) {
  .navigation-3 {
    /*
		&::before {
			width: 100%;
			height: 100%;
			content: " ";
			position: absolute;
			backdrop-filter: blur(14px);
		}	
		*/
  }

  .navigation-3 .sticky {
    background: rgba(var(--bs-body-bg-rgb), 0.8);
  }

  .navigation-3 .sticky:after {
    content: '';
    display: block;
    position: absolute;
    background-image: linear-gradient(180deg, rgba(var(--bs-body-color-rgb), 0.05) 0%, rgba(var(--bs-body-color-rgb), 0.025) 20%, rgba(var(--bs-body-bg-rgb), 0) 80%);
    background-image: linear-gradient(180deg, rgba(var(--bs-body-color-rgb), 0.05) 0%, rgba(var(--bs-body-color-rgb), 0.015) 10%, rgba(var(--bs-body-bg-rgb), 0) 80%);
    border-top: 1px solid rgba(var(--bs-body-color-rgb), 0.07);
    width: 100%;
    height: 1.5rem;
    left: 0;
    bottom: -1.5rem;
  }

  .navigation-3 h3,
  .navigation-3 .h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 3rem;
  }

  .navigation-3 .search-area i {
    color: var(--bs-navbar-active-color);
  }

  .navigation-3 .navbar {
    padding: 0 1rem;
  }

  .navigation-3 .navbar .navbar-nav a.nav-link {
    font-size: 15px;
    padding: 2.1rem 1rem 2.1rem;
  }

  .navigation-3 .navbar .navbar-nav a.nav-link:hover {
    color: var(--bs-navbar-hover-color);
  }

  .navigation-3 .navbar .navbar-nav .nav-toggle a.nav-link {
    padding: 2.1rem 0.5rem 2.1rem;
  }

  .navigation-3 .navbar .navbar-nav nav.navbar-expand-md a.nav-link {
    display: flex;
    align-items: center;
    color: rgba(var(--bs-body-color-rgb), 0.7);
  }

  .navigation-3 .navbar .dropdown-toggle::after {
    font-size: 60%;
  }
}

@media (min-width: 768px) {
  .navbar-collapse {
    display: flex !important;
  }
}

@media screen and (max-width: 767px) {
  .navbar-dark .navbar-collapse {
    background: var(--bs-body-color);
    padding: 1rem;
  }

  .navbar-collapse {
    background: var(--bs-body-bg);
  }
}

@media screen and (min-width: 767px) {
  .navigation-4 {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }

  .navigation-4:after {
    content: '';
    display: block;
    position: absolute;
    background-image: linear-gradient(180deg, rgba(var(--bs-body-color-rgb), 0.05) 0%, rgba(var(--bs-body-color-rgb), 0.025) 20%, rgba(var(--bs-body-bg-rgb), 0) 80%);
    background-image: linear-gradient(180deg, rgba(var(--bs-body-color-rgb), 0.05) 0%, rgba(var(--bs-body-color-rgb), 0.015) 10%, rgba(var(--bs-body-bg-rgb), 0) 80%);
    border-top: 1px solid rgba(var(--bs-body-color-rgb), 0.05);
    width: 100%;
    height: 1.5rem;
    left: 0;
    bottom: -1.5rem;
  }

  body.home .navigation-4:after {
    display: none;
  }

  .navigation-4 h3,
  .navigation-4 .h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 3rem;
  }

  .navigation-4 .navbar {
    padding: 0 1rem;
  }

  .navigation-4 .navbar .navbar-nav a.nav-link {
    text-transform: none;
    font-size: 15px;
    padding: 2.1rem 1rem 2.1rem;
    text-transform: none;
  }

  .navigation-4 .navbar .navbar-nav a.nav-link:hover {
    background-color: rgba(var(--bs-body-color-rgb), 0.015);
    color: var(--bs-blue);
  }

  .navigation-4 .navbar .navbar-nav nav.navbar-expand-md a.nav-link {
    display: flex;
    align-items: center;
    color: rgba(var(--bs-body-color-rgb), 0.7);
  }

  .navigation-4 .navbar .dropdown-toggle::after {
    font-size: 60%;
  }
}

.portfolio-1 .gallery {
  column-gap: 0px;
}

.portfolio-1 .gallery .item {
  margin-bottom: 0px;
}

.portfolio-2 .gallery {
  column-count: 3;
}

.posts-1 {
  padding: 3rem;
}

.posts-3 .card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  opacity: 0.7;
  background: var(--bs-body-bg);
  z-index: 10;
}

.posts-3 .card .card-img-overlay {
  bottom: 0px;
  top: auto;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  height: 50%;
  z-index: 20;
}

.posts-3 .card .card-text {
  display: none;
}

.posts-3 .card:hover .card-img-overlay {
  height: 100%;
  background-color: rgba(var(--bs-body-bg-rgb), 0.7);
}

.posts-3 .card:hover .card-title {
  margin: 2rem 0;
}

.posts-3 .card:hover .card-text {
  display: block;
}

@media (max-width: 768px) {
  .posts-3 .card-img-overlay {
    height: 40%;
  }
}

.pricing-table-3 {
  border-radius: 4px;
  padding: 3rem;
}

.pricing-table-3 .heading-2 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.pricing-table-3 .price {
  margin: 0;
  padding: 0;
  display: block;
}

.pricing-table-3 .price sup {
  font-size: 24px;
  top: -1em;
}

.pricing-table-3 .price .number {
  font-size: 60px;
  font-weight: 700;
}

.pricing-table-3 .excerpt {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.pricing-table-3 .label2 {
  text-transform: uppercase;
}

.pricing-table-3 .pricing-text {
  padding: 0;
  margin: 0;
}

.pricing-table-3 .pricing-text li {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(var(--bs-body-color-rgb), 0.1);
}

.pricing-table-3 .pricing-text li:last-child {
  border: none;
}

.pricing-table-3 .btn-primary {
  font-style: 16px;
  font-weight: 600;
  width: 60%;
  margin: 0 auto;
}

.products-1 {
  padding: 3rem;
}

/*
 * Style common for all sections
 */
body>section,
body>footer,
body>header {
  position: relative;
  /*
		&.overlay {
			position: relative;
			
			
			&:before {
				z-index: 1;
				position: absolute;
				left: 0;
				right: 0;
				bottom: 0;
				top: 0;
				content: "";
				background: rgba(var(--bs-body-color-rgb), 0.4);
			}
		}*/
}

body>section .background-container,
body>section .overlay,
body>footer .background-container,
body>footer .overlay,
body>header .background-container,
body>header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body>section .background-container img,
body>section .background-container video,
body>section .overlay img,
body>section .overlay video,
body>footer .background-container img,
body>footer .background-container video,
body>footer .overlay img,
body>footer .overlay video,
body>header .background-container img,
body>header .background-container video,
body>header .overlay img,
body>header .overlay video {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  /*
				@include media-breakpoint-down(md) { 
					margin: 0 0 0 -25%;
				}
				
				@include media-breakpoint-down(sm) {
					margin: 0 0 0 -50%;	
				}
				*/
}

body>section .background-container .iframe-container,
body>section .overlay .iframe-container,
body>footer .background-container .iframe-container,
body>footer .overlay .iframe-container,
body>header .background-container .iframe-container,
body>header .overlay .iframe-container {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

body>section .background-container .iframe-container iframe,
body>section .overlay .iframe-container iframe,
body>footer .background-container .iframe-container iframe,
body>footer .overlay .iframe-container iframe,
body>header .background-container .iframe-container iframe,
body>header .overlay .iframe-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16 / 9) {

  body>section .background-container .iframe-container iframe,
  body>section .overlay .iframe-container iframe,
  body>footer .background-container .iframe-container iframe,
  body>footer .overlay .iframe-container iframe,
  body>header .background-container .iframe-container iframe,
  body>header .overlay .iframe-container iframe {
    height: 56.25vw;
  }
}

@media (max-aspect-ratio: 16 / 9) {

  body>section .background-container .iframe-container iframe,
  body>section .overlay .iframe-container iframe,
  body>footer .background-container .iframe-container iframe,
  body>footer .overlay .iframe-container iframe,
  body>header .background-container .iframe-container iframe,
  body>header .overlay .iframe-container iframe {
    width: 177.78vh;
  }
}

body>section .background-container img,
body>section .overlay img,
body>footer .background-container img,
body>footer .overlay img,
body>header .background-container img,
body>header .overlay img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body>section .overlay,
body>footer .overlay,
body>header .overlay {
  z-index: -1;
  background: var(--bs-black);
  opacity: 0.6;
}

body>section .separator,
body>footer .separator,
body>header .separator {
  z-index: 2;
  position: absolute;
  width: 100%;
  color: #fff;
  /*> svg, */
}

body>section .separator>img,
body>footer .separator>img,
body>header .separator>img {
  width: 100%;
  height: 100%;
}

body>section .separator.bottom,
body>footer .separator.bottom,
body>header .separator.bottom {
  bottom: 0;
}

body>section .separator.top,
body>footer .separator.top,
body>header .separator.top {
  top: 0px;
}

body>section .background-container.parallax,
body>footer .background-container.parallax,
body>header .background-container.parallax {
  clip-path: inset(0 0 0 0);
}

body>section .background-container.parallax>*,
body>footer .background-container.parallax>*,
body>header .background-container.parallax>* {
  position: fixed;
}

.logo-sticky {
  display: none;
}

.logo-default-dark {
  display: none;
}

.logo-default-dark-sticky {
  display: none;
}

div.sticky .logo-sticky {
  display: unset;
}

div.sticky .logo-default {
  display: none;
}

div.sticky .logo-default-dark {
  display: none;
}

div.sticky .logo-default-dark-sticky {
  display: none;
}

div.sticky .logo-dark {
  display: none;
}

[data-bs-theme="dark"] .logo-default-dark {
  display: unset;
}

[data-bs-theme="dark"] .logo-default {
  display: none;
}

[data-bs-theme="dark"] div.sticky .logo-sticky {
  display: none;
}

[data-bs-theme="dark"] div.sticky .logo-default-dark {
  display: none;
}

[data-bs-theme="dark"] div.sticky .logo-default-dark-sticky {
  display: unset;
}

.navbar-dark .logo-default {
  display: none;
}

.navbar-dark .logo-default-dark {
  display: unset;
}

.navbar-light .logo-default {
  display: unset;
}

.navbar-light .logo-default-dark {
  display: none;
}

.fixed-top~.fixed-top {
  position: unset;
}

.showcase-1,
.showcase-2 {
  padding: 5rem 0;
}

.showcase-1 .container>.row,
.showcase-2 .container>.row {
  --bs-gutter-x: 5rem;
}

.showcase-1:nth-child(odd),
.showcase-2:nth-child(odd) {
  background-color: var(--bs-tertiary-bg);
}

.showcase-1 .col-md-6,
.showcase-2 .col-md-6 {
  padding: 0rem 1.4rem;
}

.showcase-1 .col-md-6>div,
.showcase-2 .col-md-6>div {
  margin: auto;
  display: inline-block;
  text-align: left;
}

.showcase-1 .col-text>div i.la,
.showcase-1 .col-text>div i.lab,
.showcase-2 .col-text>div i.la,
.showcase-2 .col-text>div i.lab {
  padding: 0 1rem 0 0;
  font-size: 2rem;
  color: var(--bs-secondary);
}

.showcase-1 .col-img,
.showcase-2 .col-img {
  text-align: center;
}

.showcase-1 .col-img .frame,
.showcase-2 .col-img .frame {
  width: 100%;
}

.showcase-1 .col-img video,
.showcase-2 .col-img video {
  width: 100%;
}

.showcase-1 img,
.showcase-2 img {
  margin: 0 auto;
  display: block;
}

.showcase-1 h3,
.showcase-1 .h3,
.showcase-2 h3,
.showcase-2 .h3 {
  font-weight: 600;
  letter-spacing: -1px;
}

.showcase-1 a,
.showcase-2 a {
  text-decoration: none;
}

.showcase-1 p,
.showcase-2 p {
  font-size: 1.1rem;
  line-height: 2.1rem;
  font-weight: 400;
  margin-bottom: 1.4rem;
}

.showcase-12 {
  padding: 2rem 0;
}

.showcase-12 .font-container {
  margin-bottom: 0;
}

.showcase-12 .font-container .font-icon {
  color: var(--bs-primary);
  font-size: 4rem;
}

.showcase-12:nth-child(even) {
  background: rgba(var(--bs-body-color-rgb), 0.025);
}

.showcase-12 .col-img {
  text-align: center;
}

.showcase-12 img {
  max-height: 300px;
}

.showcase-12 h3,
.showcase-12 .h3 {
  margin-bottom: 0rem;
  color: var(--bs-blue);
  text-align: center;
  line-height: 2.1rem;
}

.showcase-12 h3 a,
.showcase-12 .h3 a {
  font-size: 1.4rem;
  color: var(--bs-body-color);
  text-decoration: none;
}

.showcase-12 a {
  text-decoration: none;
}

.showcase-12 p {
  font-size: 1rem;
  color: #999;
  line-height: 2.1rem;
  padding: 1rem 2rem 0;
}

.showcase-3 {
  padding: 2rem 0;
}

.showcase-3 .feature {
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb), 0.1);
  box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb), 0.1);
  border: 1px solid var(--bs-border-color);
  padding: 2rem 1rem;
  border-radius: 7px;
  margin: 0.5rem;
  margin-bottom: 1rem;
  background-color: var(--bs-body-bg);
}

.showcase-3 .feature .text {
  padding: 1rem 1rem 1rem 0;
}

.showcase-3 .font-container {
  margin-bottom: 1.5rem;
}

.showcase-3 .font-container .font-icon {
  background-color: var(--bs-primary);
  color: var(--bs-light);
  font-size: 4rem;
  padding: 1.4rem;
  border-radius: 70px;
}

.showcase-3 .col-img {
  text-align: center;
}

.showcase-3 img {
  max-height: 300px;
}

.showcase-3 h3,
.showcase-3 .h3 {
  margin: auto;
  color: var(--bs-body-color);
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0 0.5rem;
}

.showcase-3 h3 a,
.showcase-3 .h3 a {
  font-size: 1.2rem;
  color: var(--bs-body-color);
  text-decoration: none;
}

.showcase-3 a {
  text-decoration: none;
}

.showcase-3 p {
  font-size: 1rem;
  color: var(--bs-secondary);
  line-height: 1.9rem;
  padding: 0.5rem 1rem 0;
  margin: 0;
}

.showcase-4 {
  padding: 2rem 0;
}

.showcase-4 .feature {
  background-color: var(--bs-light);
  padding: 2rem 0;
  border-radius: 7px;
  margin: 0.2rem;
}

.showcase-4 .font-container {
  margin-bottom: 2.1rem;
}

.showcase-4 .font-container .font-icon {
  background-color: var(--bs-white);
  color: var(--bs-primary);
  font-size: 4rem;
  padding: 1rem;
  border-radius: 60px;
}

.showcase-4:nth-child(even) {
  background: rgba(var(--bs-body-color-rgb), 0.025);
}

.showcase-4 .col-img {
  text-align: center;
}

.showcase-4 img {
  max-height: 300px;
}

.showcase-4 h3,
.showcase-4 .h3 {
  margin-bottom: 0rem;
  color: var(--bs-body-color);
  text-align: center;
  line-height: 1.8rem;
}

.showcase-4 h3 a,
.showcase-4 .h3 a {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--bs-body-color);
  text-decoration: none;
}

.showcase-4 a {
  text-decoration: none;
  color: var(--bs-body-color);
}

.showcase-4 a.more {
  font-size: 0.8rem;
  text-align: center;
}

.showcase-4 a.more:hover {
  color: var(--bs-primary);
}

.showcase-4 p {
  font-size: 1rem;
  color: var(--bs-gray);
  line-height: 1.8rem;
  text-align: center;
  padding: 1.5rem;
}

.showcase-5 {
  padding: 2rem 0;
}

.showcase-5 .feature {
  -webkit-box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb), 0.1);
  box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb), 0.1);
  padding: 1rem 0 0;
  border-radius: 7px;
}

.showcase-5 .font-container {
  margin-bottom: 0rem;
}

.showcase-5 .font-container .font-icon {
  color: var(--bs-primary);
  font-size: 4rem;
  padding: 1.4rem;
  border-radius: 60px;
}

.showcase-5 .col-img {
  text-align: center;
}

.showcase-5 img {
  max-height: 300px;
}

.showcase-5 h3,
.showcase-5 .h3 {
  margin-bottom: 0rem;
  color: var(--bs-body-color);
  text-align: center;
  line-height: 1.8rem;
}

.showcase-5 h3 a,
.showcase-5 .h3 a {
  font-size: 1.4rem;
  color: var(--bs-body-color);
  text-decoration: none;
}

.showcase-5 a {
  text-decoration: none;
  color: var(--bs-gray);
}

.showcase-5 a.more {
  margin-right: 2rem;
  text-align: right;
  font-size: 0.9rem;
}

.showcase-5 a.more:hover {
  color: var(--bs-primary);
}

.showcase-5 p {
  font-size: 0.9rem;
  color: var(--bs-gray);
  line-height: 1.4rem;
  padding: 2rem;
  text-align: center;
}

.showcase-6 {
  padding: 2rem 0;
}

.showcase-6 .feature {
  -webkit-box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb), 0.1);
  box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb), 0.1);
  padding: 1rem 0;
  border-radius: 7px;
  display: flex;
}

.showcase-6 .feature .text {
  padding: 1rem 1rem 1rem 0;
}

.showcase-6 .font-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}

.showcase-6 .font-container .font-icon {
  color: var(--bs-primary);
  font-size: 5rem;
  padding: 1.4rem;
  border-radius: 60px;
}

.showcase-6 h3,
.showcase-6 .h3 {
  margin-bottom: 1rem;
  color: var(--bs-body-color);
  line-height: 1.8rem;
}

.showcase-6 h3 a,
.showcase-6 .h3 a {
  font-size: 1.4rem;
  color: var(--bs-body-color);
  text-decoration: none;
}

.showcase-6 a {
  text-decoration: none;
  color: var(--bs-gray);
}

.showcase-6 a.more {
  font-size: 0.9rem;
}

.showcase-6 a.more i {
  color: var(--bs-primary);
}

.showcase-6 a.more:hover {
  color: var(--bs-primary);
}

.showcase-6 p {
  font-size: 0.9rem;
  color: var(--bs-gray);
  line-height: 1.7rem;
  margin-bottom: 1rem;
}

.showcase-7 {
  padding: 2rem 0;
}

.showcase-7 .feature {
  -webkit-box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb), 0.1);
  box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb), 0.1);
  border-radius: 7px;
  display: flex;
}

.showcase-7 .feature .text {
  padding: 1rem;
}

.showcase-7 .font-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  display: flex;
  background: var(--bs-light);
}

.showcase-7 .font-container .font-icon {
  color: var(--bs-primary);
  margin: auto;
  font-size: 5rem;
  padding: 1.4rem;
  border-radius: 60px;
}

.showcase-7 h3,
.showcase-7 .h3 {
  margin-bottom: 1rem;
  color: var(--bs-body-color);
  line-height: 1.4rem;
}

.showcase-7 h3 a,
.showcase-7 .h3 a {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--bs-body-color);
  text-decoration: none;
}

.showcase-7 a {
  text-decoration: none;
  color: var(--bs-gray);
}

.showcase-7 a.more {
  font-size: 0.9rem;
}

.showcase-7 a.more i {
  color: var(--bs-primary);
}

.showcase-7 a.more:hover {
  color: var(--bs-primary);
}

.showcase-7 p {
  font-size: 0.9rem;
  color: var(--bs-gray);
  line-height: 1.7rem;
  margin-bottom: 1rem;
}

.showcase-8 {
  padding: 2rem 0;
}

.showcase-8 .feature {
  -webkit-box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb), 0.1);
  box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb), 0.1);
  border-radius: 7px;
  display: flex;
}

.showcase-8 .feature .text {
  padding: 2rem;
}

.showcase-8 .font-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 210px;
  flex: 0 0 210px;
  display: flex;
  background: var(--bs-light);
}

.showcase-8 .font-container .font-icon {
  color: var(--bs-primary);
  margin: auto;
  font-size: 7rem;
  padding: 1.4rem;
  border-radius: 60px;
}

.showcase-8 h3,
.showcase-8 .h3 {
  margin-bottom: 2rem;
  color: var(--bs-body-color);
  line-height: 1.4rem;
}

.showcase-8 h3 a,
.showcase-8 .h3 a {
  font-size: 2.7rem;
  line-height: 3.5rem;
  color: var(--bs-body-color);
  text-decoration: none;
}

.showcase-8 a {
  text-decoration: none;
  color: var(--bs-gray);
}

.showcase-8 a.more {
  font-size: 0.9rem;
  color: var(--bs-primary);
}

.showcase-8 a.more i {
  color: var(--bs-primary);
}

.showcase-8 a.more:hover {
  color: var(--bs-primary);
}

.showcase-8 p {
  font-size: 1rem;
  color: var(--bs-gray);
  line-height: 1.4rem;
  margin-bottom: 1rem;
}

.subscribe-1,
.subscribe-2,
.subscribe-3,
.subscribe-4,
.subscribe-5 {
  background-color: var(--bs-tertiary-bg);
  padding: 4rem 0;
}

.subscribe-1 .form-control,
.subscribe-2 .form-control,
.subscribe-3 .form-control,
.subscribe-4 .form-control,
.subscribe-5 .form-control {
  height: 60px;
  background-color: inherit;
  border-width: 2px;
}

.subscribe-1 .search button,
.subscribe-2 .search button,
.subscribe-3 .search button,
.subscribe-4 .search button,
.subscribe-5 .search button {
  top: 5px;
  height: 50px;
  right: 5px;
  white-space: nowrap;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 50%;
  transition: all 0.3s;
  font-size: 24px;
}

.social-link:hover,
.social-link:focus {
  background: var(--bs-border-color);
  text-decoration: none;
  color: #555;
}

.team-2 .container {
  text-align: center;
  border-radius: 20px;
}

.team-2 .icon {
  position: relative;
  bottom: 11px;
}

.team-2 .profile {
  margin: 2rem 0;
}

.team-2 .profile img {
  padding: 1rem 3rem;
  max-width: 100%;
  border-radius: 50%;
}

.team-2 .card {
  border-radius: 15px;
  margin-left: 30px;
  margin-right: 30px;
  box-shadow: 0 10px 20px rgba(var(--bs-body-color-rgb), 0.2);
}

.team-2 .card-body {
  position: relative;
  bottom: 35px;
}

/* .team-2 .btn {
  margin-top: 36px;
  margin-bottom: 45px;
  background-color: #AB47BC;
  border: none;
  color: #fff;
} */

.team-2 .btn:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
}

.team-2 .header {
  padding-top: 40px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 50%;
  transition: all 0.3s;
  font-size: 24px;
}

.social-link:hover,
.social-link:focus {
  background: var(--bs-border-color);
  text-decoration: none;
  color: #555;
}

.team2 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}

.team2 h1,
.team2 .h1,
.team2 h2,
.team2 .h2,
.team2 h3,
.team2 .h3,
.team2 h4,
.team2 .h4,
.team2 h5,
.team2 .h5,
.team2 h6,
.team2 .h6 {
  color: #3e4555;
}


.team2 h5,
.team2 .h5 {
  line-height: 22px;
  font-size: 18px;
}

.team2 .font-weight-medium {
  font-weight: 500;
}

.team2 .subtitle {
  color: #8d97ad;
  line-height: 24px;
  font-size: 13px;
}

.team2 .pro-pic {
  min-height: 200px;
}

.team2 .pro-pic .card-img-overlay {
  background: rgba(26, 139, 243, 0.87);
  display: none;
}

.team2 .pro-pic .card-img-overlay ul {
  top: 50%;
}

.team2 .pro-pic .card-img-overlay ul li a {
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.team2 .pro-pic .card-img-overlay ul li a:hover {
  -webkit-transform: translate3d(0px, -5px, 0px);
  transform: translate3d(0px, -5px, 0px);
}

.team2 .pro-pic:hover .card-img-overlay {
  display: block;
}

.team3 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}

.team3 h1,
.team3 .h1,
.team3 h2,
.team3 .h2,
.team3 h3,
.team3 .h3,
.team3 h4,
.team3 .h4,
.team3 h5,
.team3 .h5,
.team3 h6,
.team3 .h6 {
  color: #3e4555;
}

.team3 .font-weight-medium {
  font-weight: 500;
}

.team3 .bg-body-secondary {
  background-color: #f4f8fa !important;
}

.team3 .subtitle {
  color: #8d97ad;
  line-height: 24px;
  font-size: 13px;
}

.team3 ul {
  margin-top: 30px;
}


.team3 h5,
.team3 .h5 {
  line-height: 22px;
  font-size: 18px;
}

.team3 ul li a {
  color: #8d97ad;
  padding-right: 15px;
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.team3 ul li a:hover {
  -webkit-transform: translate3d(0px, -5px, 0px);
  transform: translate3d(0px, -5px, 0px);
  color: #316ce8;
}

.team3 .title {
  margin: 30px 0 0 0;
}

.team3 .subtitle {
  margin: 0 0 20px 0;
  font-size: 13px;
}

.card.border-1 {
  border-color: rgba(var(--bs-body-color-rgb), 0.05);
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 50%;
  transition: all 0.3s;
  font-size: 24px;
}

.social-link:hover,
.social-link:focus {
  background: var(--bs-border-color);
  text-decoration: none;
  color: #555;
}

.testimonials-1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  padding: 3rem;
}

.testimonials-1 h3,
.testimonials-1 .h3 {
  line-height: 22px;
  font-size: 18px;
}

.testimonials-1 .subtitle {
  line-height: 24px;
}

.testimonials-1 .testimonial {
  padding: 3rem 1.5rem;
  background-color: var(--bs-body-bg);
  box-shadow: 0 0.1rem 0.5rem rgba(var(--bs-body-color-rgb), 0.15);
}

.testimonials-1 .testimonial .bg {
  background-size: cover;
  padding: 150px 0;
}

.testimonials-2 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}

.testimonials-2 h1,
.testimonials-2 .h1,
.testimonials-2 h2,
.testimonials-2 .h2,
.testimonials-2 h3,
.testimonials-2 .h3,
.testimonials-2 h4,
.testimonials-2 .h4,
.testimonials-2 h5,
.testimonials-2 .h5,
.testimonials-2 h6,
.testimonials-2 .h6 {
  color: #3e4555;
}

.testimonials-2 .font-weight-medium {
  font-weight: 500;
}

.testimonials-2 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.testimonials-2 .testimonial .quote-bg {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 60px;
  /* background: url(images/testimonial/up-quote.png) no-repeat top left, url(images/testimonial/down-quote.png) no-repeat bottom right; */
}

.testimonials-2 .testimonial h3,
.testimonials-2 .testimonial .h3 {
  line-height: 40px;
  font-size: 24px;
}

.testimonials-2 .testimonial .user-thumb img {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {

  .testimonials-2 .testimonial h3,
  .testimonials-2 .testimonial .h3 {
    line-height: 30px;
    font-size: 20px;
  }
}

.testimonials-2.bg-success-gradiant {
  background: #2cdd9b;
  background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
  background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
  background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
  background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
  background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
}

.testimonials-3 {
  color: #8d97ad;
  font-weight: 300;
}

.testimonials-3 h1,
.testimonials-3 .h1,
.testimonials-3 h2,
.testimonials-3 .h2,
.testimonials-3 h3,
.testimonials-3 .h3,
.testimonials-3 h4,
.testimonials-3 .h4,
.testimonials-3 h5,
.testimonials-3 .h5,
.testimonials-3 h6,
.testimonials-3 .h6 {
  color: #3e4555;
}

.testimonials-3 .testimonial .card-body {
  padding: 40px;
}

.testimonials-3 .testimonial h6,
.testimonials-3 .testimonial .h6 {
  line-height: 26px;
}

.testimonials-3 .testimonial .thumb-img img {
  width: 60px;
}

.testimonials-3 .testimonial .user {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.testimonials-3 .card.card-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.testimonials-3 .text-success {
  color: #2cdd9b !important;
}

.testimonials-3 .text-muted {
  color: #8d97ad !important;
}

.testimonials-3 .owl-theme .owl-dots .owl-dot.active span,
.testimonials-3 .owl-theme .owl-dots .owl-dot:hover span {
  background: #316ce8;
}

.testimonials-5 .carousel {
  width: 650px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.testimonials-5 .carousel .item {
  color: #999;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  min-height: 340px;
}

.testimonials-5 .carousel .item a {
  color: #eb7245;
}

.testimonials-5 .carousel .img-box {
  width: 145px;
  height: 145px;
  margin: 0 auto;
  border-radius: 50%;
}

.testimonials-5 .carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.testimonials-5 .carousel .testimonial {
  padding: 30px 0 10px;
}

.testimonials-5 .testimonial {
  color: #000000;
  font: Times Roman;
}

.testimonials-5 .carousel .overview {
  text-align: center;
  padding-bottom: 5px;
}

.testimonials-5 .carousel .overview b {
  color: var(--bs-body-color);
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 5px;
}

.testimonials-5 .carousel .star-rating i {
  font-size: 18px;
  color: #ffdc12;
}

.testimonials-5 .carousel .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #999;
  text-shadow: none;
  top: 4px;
}

.testimonials-5 .carousel-control i {
  font-size: 20px;
  margin-right: 2px;
}

.testimonials-5 .carousel-control.left {
  left: auto;
  right: 40px;
}

.testimonials-5 .carousel-control.right i {
  margin-right: -2px;
}

.testimonials-5 .carousel .carousel-indicators {
  bottom: 15px;
}

.testimonials-5 .carousel-indicators li,
.testimonials-5 .carousel-indicators li.active {
  width: 11px;
  height: 11px;
  margin: 1px 5px;
  border-radius: 50%;
}

.testimonials-5 .carousel-indicators li {
  background: #e2e2e2;
  border-color: transparent;
}

.testimonials-5 .carousel-indicators li.active {
  border: none;
  background: #888;
}

.gallery {
  column-count: 4;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 20px;
}

.gallery.flex {
  display: flex;
  flex-wrap: wrap;
}

.gallery.flex .item {
  flex: 1 0 21%;
}

.gallery.has-shadow .item img,
.gallery.has-shadow .item figure {
  box-shadow: 2px 2px 4px 0 rgba(var(--bs-body-color-rgb), 0.25);
}

.gallery.masonry {
  margin: 0px;
  padding: 0;
}

.gallery.grid {
  display: grid;
}

.gallery .item {
  margin-bottom: 20px;
  width: 100%;
  transition: 1s ease all;
  box-sizing: border-box;
}

.gallery .item figure {
  margin: 0;
  width: 100%;
}

.gallery .item a {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery .item img,
.gallery .item figure {
  max-width: 100%;
  cursor: pointer;
}

.gallery.cover .item figure,
.gallery.cover .item img {
  height: 100%;
  width: 100%;
  max-width: initial;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.gallery.hover-effect .item {
  overflow: hidden;
}

.gallery.hover-effect .item img {
  width: calc(100% + 50px);
  max-width: calc(100% + 50px);
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-40px, 0, 0);
}

.gallery.hover-effect .item img:hover {
  transform: translate3d(0, 0, 0);
  transition: opacity 0.35s, transform 0.35s;
  filter: brightness(0.8) contrast(1.5);
}

@media only screen and (max-width: 320px) {
  .gallery .masonry {
    column-count: 1 !important;
  }
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
  .gallery .masonry {
    column-count: 2;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .gallery .masonry {
    column-count: 3;
  }
}

@media only screen and (min-width: 1201px) {
  .gallery .masonry {
    column-count: 4;
  }
}

.item-box {
  border:1px solid #DDD;
  border-right: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
  border-radius: 8px;
  margin: 8px;
  padding: 12px;
  background-color: #fbf9f4;
}

a {
  color: #4D5445;
}

a:hover {
  color: #519664;
}

em {
  font-weight: bold;
  font-style: italic;
}