/* @import url(style.css); */

.ht-content ul,
.ht-content ol {
	padding-left: 40px;
	margin-bottom: 20px;
	list-style-position: outside;
}
.ht-content ul li,
.ht-content ol li {
	margin: 10px 0;
}
.ht-content p {
		margin: 10px 0;
}
.ht-content .ht_list_custom {
	list-style: none;
}
.ht-content .ht_list_custom li strong {
	color: white;
	font-size: 22px;
}
.text--white {
	color: white;
}
.w-700 {
	font-weight: 700;
}
@media screen and (min-width: 1024px) {
	.ht-content h1 {
    margin: 10px 0;
    font-size: 36px;
    font-weight: 700;
}

	.ht-content h2 {
			font-size: 30px;
			margin: 10px 0;
	font-weight: 700;  }

	.ht-content h3 {
			font-size: 24px;
			margin: 10px 0;
	font-weight: 700;  }

	.ht-content h4 {
			font-size: 20px;
			margin: 10px 0;
	font-weight: 700;  }

	.ht-content h5 {
			font-size: 18px;
			margin: 10px 0;
	}

	.ht-content h6 {
			font-size: 16px;
			margin: 10px 0;
	}
}

@media screen and (max-width: 768px) {
  .ht-content ul,
.ht-content ol {
    padding-left: 20px;
}
}

.ht_blog .bt_bb_masonry_post_grid.bt_bb_look_image_below .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a img {
	min-height: 380px;
	object-fit: cover;
}
@media screen and (min-width: 1980px) {
	.btContentWrap{
		min-height: 90vh;
	}
}
.bt_bb_headline_tag .bt_bb_headline_content>span{
	word-break: break-word;
}

.qa_hiw .ekit-wid-con .elementskit-accordion .elementskit-card-header>.elementskit-btn-link, .qa_hiw a {
	-webkit-box-shadow: 0 0.3px 0 0 #e6ad8b6b !important;
  box-shadow: 0 0.3px 0 0 #e6ad8b6b !important;
	background-color: transparent !important;
	border-radius: unset !important;
}
.ff-default .ff-el-form-control, .elementor-kit-475 input:not([type="button"]):not([type="submit"]){
	background-color: #1E1E1E !important;
    border-color: #ABABAB33 !important;
    border-width: 1px 1px 1px 1px !important;
    border-radius: 8px 8px 8px 8px !important;
}
.ff-message-success{
	color: #62D693 !important;
}