/* Mixins */
html, body {
  height: 100%;
}

body {
  background-color: #fff;
  padding: 0px;
  margin: 0px;
}
.owl-carousel--item {
	width: 100%;
	height: 100px;
}
.owl-carousel--item img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 150px;
  width: auto !important;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.owl-stage-outer:before, .owl-stage-outer:after {
  content: "";
  position: absolute;
  top: 0;
  width: 1rem;
  height: 100%;
  z-index: 9999;
}
.owl-stage-outer:before {
	display:none;
  left: 0;
  background-image: -webkit-linear-gradient(right, transparent, #EEE);
  background-image: linear-gradient(to left, transparent, #EEE);
}
.owl-stage-outer:after {
	display:none;
  right: 0;
  background-image: -webkit-linear-gradient(left, transparent, #EEE);
  background-image: linear-gradient(to right, transparent, #EEE);
}


.pt-50{
  padding-top: 90px;
  padding-bottom: 30px;
}




.pt-10{
  padding-bottom: 10px;
}

.c-tit h4{
line-height: 30px!important;
color: #cb6750;
    font-weight: 700;
    padding-bottom: 20px;
    font-size: 20px;
}


.img-1 {
  display: flex;
  padding-bottom: 12px;
}

.img-1 p{
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #565656;
  margin-top: 1%;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 21px;
}

.c-bg{
  background: white;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  padding: 30px;
}

.card.shadow-sm.border-0 {
  background: white;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  padding: 20px;
  margin-bottom: 30px;
}

.cont-tit{
  display: block;
  margin: auto;
  text-align: center;
}

.cont-tit h3{
  font-size: 40px;
    font-weight: 700;
    color: #c07361;
}

.cont-tit p{
  color: #5a5a5a;
  font-size: 17px;
  line-height: 57px;

}

.loc-img{
  height: 27px;
    margin-top: 4px;
}

.cl-1{
  height: 27px;
    margin-top: 4px;
}

.cl-2{
  height: 27px;
  margin-top: 1px;
}

.widget.widget_contact li:not(:last-child), .widget.widget_post li:not(:last-child) {
  border-bottom: 1px solid #81034a5c;
  margin-bottom: 4px;
  font-size: 14px;
  
}

.widget_contact li i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 16px;
}

.foot-ul{
  padding-left: 0px;
  font-size: 14px;
  line-height: 20px;  
}

.tab{
  padding: 50px;
}

.quick-link li{
  line-height: 32px;
}

.quick-link li a{
  font-family: 'Open Sans', sans-serif;
  color: #565656;
  font-weight: 600;
}

.quick-link{
  padding-top: 20px;
}

@media (min-width: 1200px){
.foot-cont{
    max-width: 1170px;
}
}

.tit-foot{
  text-align: center;
  padding-bottom: 20px;
  color: #c07361;
  font-weight: 700;
}

.tit-foot-1{
  text-align: left;
  padding-bottom: 20px;
  color: #c07361;
  font-weight: 700;
}

.pad-top{
  padding-top:50px;
}

.no-full{
  min-height: 98px;
}


.ft-social {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0px;
    padding-top: 20px;
    border-top: 1px solid #81034a5c;
    display: flex;
    gap: 10px;
}
.ft-social a {
    border: 1px solid #81034a5c;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    font-size: 22px;
    color: #81034a;
    text-decoration: none !important;
}
.logow {
    width: 100% !important;
    max-width: 200px;
}