.maincontent {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
}


.Reviewcontent {
    width: 75%;
    margin: auto;
    text-align: center;
}
.Reviewcontent p{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #333333;
}
.Reviewcontent p:first-child {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
}

.Reviewtestcontent {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 45px;
    text-align: center;
background: rgba(255, 255, 255);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0,0,0, 0.1);
backdrop-filter: blur(2.9px);
-webkit-backdrop-filter: blur(2.9px);
border: 1px solid rgba(0, 0, 0, 0.29);
}
.Reviewtestcontent p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	margin-top: 15px;
	color: #333333;
}
.Reviewtestcontent ul {
    list-style: none;
    margin: 0px 0px 30px;
    padding: 0px;
}
.Reviewtestcontent ul li {
    display: inline;
}
.Reviewtestcontent h4 {

	line-height: 30px;
	color: #808080;
}
.owl-carousel .owl-item img.image-auto {
    width: auto;
    margin: auto;
    display: flex;
}
.owl-theme .owl-nav {
	position: absolute;
    top: 50%;
    width: 100%;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -25px;
    position: absolute;
    font-size: 40px !important;
    line-height: 0;
}
.owl-carousel .owl-nav button.owl-next {
    right: -25px;
    position: absolute;
    font-size: 40px !important;
    line-height: 0;
}
.owl-theme .owl-nav [class*='owl-']:hover{
	color:#061247;
}


.box-gallery {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  position: relative;
}
.box-gallery h3 {
  position: absolute;
  top: -55px;
}
.box-gallery .box-gallery-item {
  position: relative;
  height: 250px;
  margin: 0.5%;
  overflow: hidden;
  flex: 1 1 15em;
  transition: all 0.2s ease-in-out;

  border-radius: 5px;
}
.box-gallery .box-gallery-item i {
  position: absolute;
  bottom: 40%;
  left: 50%;
  margin: 0 0 -28px -28px;
  font-size: 2em !important;
  border-radius: 50%;
  padding: 10px;
  background: var(--accent-color);
  color: #fff;
  opacity: 0;
  transition: all 0.25s;
}
.box-gallery .box-gallery-item:hover {
  filter: drop-shadow(4px 4px 6px gray);
  transform: scale(1.05);
}
.box-gallery .box-gallery-item:hover i {
  bottom: 50%;
  opacity: 1;
}
.box-gallery .box-gallery-item:hover figure {
  opacity: 0.6;
}
.box-gallery .box-gallery-item figure {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background-size: cover;
}
.box-gallery .box-gallery-item figure:hover {
  filter: drop-shadow(4px 4px 6px gray);
  transform: scale(1.05);
}/*# sourceMappingURL=Untitled-1.css.map */