.footer-widget .footer-text {
	width: 90%;
}
.footer-logo {
	/* padding: 0!important; */
    margin-right: 70px;
}
.footer-logo.logo img {
	max-width: 100%!important;
}
.menu-nav .logo img {
    min-width: 200px;
    max-width: 200px;
}

.testi-avatar-img img {
	max-width: 100px;
}

.pricing-price .price, .pricing-price .total {
    text-transform: none!important;
}
.pricing__box .pricing-hade .title {
	font-size: 30px;
    min-height: 70px!important;
}
.pricing__box .pricing-price .price {
    font-size: 40px;
}
.pricing__box .total {
    text-transform: none!important;
    font-size: 16px;
}

@media (min-width: 576px) {
    .featured-video-custom .home-shop-content {
        margin-left: -18px;
    }
}

.contact-wrap-custom .contact-box {
	padding: 15px 5px;
}
.contact-wrap-custom .contact-icon {
	font-size: 40px;
	/* margin: 0 0 10px; */
}
.contact-wrap-custom .contact-content .title {
	font-size: 20px;
	/* margin: 0 0 10px; */
}
.contact-wrap-custom .contact-content .contact-desc {
	font-size: 15px;
}

.custom-statistic .btn, .custom-statistic .tg-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    /* border-radius: 0.25rem; */
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-statistic .sub-title {
	color: #63af21;
	font-weight: 500;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

#form-contact .help-block {
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    padding: 0 12px;
    border-radius: 0;
    background: #dc3545;
    box-shadow: 0px 10px 25px 0px rgba(123,147,171,0.15);
}
#form-contact .list-unstyled {
	padding: 0;
	margin: 0;
}

.btn {
	user-select:auto;
	-moz-user-select:auto;
	cursor: pointer!important;
}

.bq::before {
	content: open-quote;
}
.bq::after {
	content: close-quote;
}

.table thead th, .table tfoot th {
	text-align:center;
	text-transform:capitalize; 
}
.table > thead > tr > th , .table > tfoot > tr > th {
	vertical-align:middle;
}



/* SLIDER */
/* .home-slider .slick-dots {
  bottom: 100px;
} */
.home-slider .slick-arrow {
  -webkit-transition: linear 0.6s;
  -moz-transition: linear 0.6s;
  -ms-transition: linear 0.6s;
  -o-transition: linear 0.6s;
  transition: linear 0.6s;
  opacity: 0;
}
.home-slider .slick-arrow:before {
  font-size: 15px;
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.home-slider .slick-prev {
  left: -100px;
}
.home-slider .slick-next {
  right: -100px;
}
.home-slider:hover .slick-arrow {
  opacity: 1;
}
.home-slider:hover .slick-prev {
  left: 15px;
}
.home-slider:hover .slick-next {
  right: 15px;
}
@media screen and (max-width: 575px) {
  .home-slider .slick-arrow:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
  }
}

.home-slider {
  position: relative;
  overflow: hidden;
}
.home-slider .home-banner-items .banner-content-wrap {
  padding-bottom: 230px;
}
.home-slider .banner-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}

.banner-inner-wrap {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.home-banner-items {
  position: relative;
}
.home-banner-items .banner-content-wrap {
  padding-bottom: 140px;
  padding-top: 230px;
}
.home-banner-items .banner-content {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.home-banner-items .banner-content .banner-title {
  /* font-size: 80px; */
  font-size: 60px;
  text-transform: none;
  color: #ffffff;
  /* line-height: 1.1; */
  font-weight: 900;
  /* margin-bottom: 30px; */
  margin: auto auto;
}
.home-banner-items .banner-content p {
  color: #ffffff;
  margin-bottom: 45px;
}
.home-banner-items .banner-content .slider-button {
  margin-left: -10px;
  margin-right: -10px;
}
.home-banner-items .banner-content .slider-button a {
  margin: 10px;
}
.home-banner-items .overlay {
  background-color: rgba(21, 21, 21, 0.51);
}
@media screen and (max-width: 991px) {
  .home-banner-items .banner-content .banner-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .home-banner-items .banner-content .banner-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  .home-banner-items .banner-content-wrap {
    padding-top: 190px;
  }
  .home-banner-items .banner-content {
    max-width: 90%;
  }
  .home-banner-items .banner-content .banner-title {
    font-size: 30px;
  }
}

.home-slider .overlay {
  /* background-color: rgba(0, 0, 0, 0.5); */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #0A0A0A;
  opacity: 0.5;
}

.slider-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0A0A0A;
	opacity: 0.85;
	z-index: -1;
}

/* .home-slider-section::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -9px;
    background-image: url("../img/bg/testimonial_bottom_shape.png");
    width: 100%;
    height: 37px;
    background-repeat: repeat;
    background-position: center;
	z-index: 1;
} */
.home-slider-section::before {
	content: "";
	position: absolute;
	left: 0px;
    bottom: 10px;
    /* bottom: 0; */
	background-image: url("../img/banner/banner_bg_shape.png");
	width: 100%;
    height: 210px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	pointer-events: none;
	z-index: 1;
}

/* SLIDER DOTS AND SLICK */
.home-slider .slick-arrow {
	position: absolute;
	top: calc(50% - 43px);
	transform: translateY(-50%);
	left: -150px;
	background: transparent;
	border: none;
	padding: 0 0;
	font-size: 50px;
	color: #fff;
	z-index: 2;
	display: block;
	width: auto;
	line-height: 1;
}
.home-slider .slick-next {
	left: auto;
	right: -150px;
}
.home-slider .slick-arrow::before {
	content: "";
	position: absolute;
	left: -25px;
	top: 50%;
	transform: translateY(-50%);
	width: 55px;
	height: 55px;
	background: #0D9B4D;
	opacity: .3;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: -1;
}
.home-slider .slick-arrow:hover::before {
	opacity: 1;
}
.home-slider .slick-next::before {
	left: auto;
	right: -25px;
}
.home-slider .slick-dots {
    bottom: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* margin: 60px 0 0 0; */
    /* margin: auto; */
    position: relative;
	padding: 0 0;
}
.home-slider .slick-dots li {
	list-style: none;
	line-height: 1;
	margin: 0 5px;
} 
.home-slider .slick-dots li button {
	border: none;
	padding: 10px;
	text-indent: -99999px;
	width: 10px;
	height: 10px;
	/* background: #fff;
	opacity: .6; */
	background: #0D9B4D;
	opacity: .6;
	border-radius: 50%;
	display: block;
	line-height: 1;
}
.home-slider .slick-dots li.slick-active button {
	box-shadow: 0px 3px 3px rgba(250, 164, 50, 0.22);
	/* border-radius: 5px; */
	/* width: 10px; */
	opacity: 1;
}

.home-slider .banner-content {
    height:32vh; 
}

@media screen and (max-width: 575px) {
    .home-slider .banner-content {
        height:10vh; 
    }
}