/*************** Import Css **************/

@import "common.css";
@import "fonts.css";
@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&family=Inter:wght@500;600;700&family=Montserrat:wght@500;600&family=Moon+Dance&family=My+Soul&family=Rozha+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=My+Soul&display=swap');
/*
	font-family: 'Caveat Brush', cursive;
	font-family: 'Inter', sans-serif;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Moon Dance', cursive;
	font-family: 'My Soul', cursive;
	font-family: 'Rozha One', serif;
	font-family: 'My Soul', cursive;
*/
/********************* Header Css ******************/
.header-area{
	z-index:9;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
.header-top-area{
	background-color:#333333;
	padding:12px 0px;
}
.header-top-button-area a{
	font-size:13px;
	line-height:16px;
	padding: 4px 20px;
}
.header-top-social ul{
	margin:0px;
	padding:0px;
	list-style:none;
	display:flex;
}
.header-top-social ul li:not(:first-child){
	margin-left:16px;
}
.header-top-social ul li a{
	color:#fff;
	font-size:16px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-top-social ul li a:hover{
	color:#F3B820;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-login{
	margin-left:30px;
}
.header-login a {
	font-size: 13px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0.08em;
	text-align: left;
	color:#fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-login a:hover{
	color:#F3B820;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-login a span{
	margin-right:8px;
}
.search-area input{
	border:0px;
	background:transparent;
	border-radius:0px;
	border-bottom:1px solid #626060;
	font-size: 11px;
	font-weight: 500;
	line-height: 13px;
	letter-spacing: 0.08em;
	text-align: left;
	padding-left: 22px;
    padding-bottom: 4px;
    padding-top: 4px;
	color:#fff;
	width:160px;
}
.search-area input::-webkit-input-placeholder {
  color:#fff;
}
.search-area input:-ms-input-placeholder {
  color:#fff;
}
.search-area input::placeholder {
  color:#fff;
}
.search-area{
	margin-left:30px;
}
.search-area button{
	background: none;
    border: 0px;
    position: absolute;
    left: 0px;
    padding: 0px;
    line-height: 30px;
	top: -3px;
}
.search-area button:focus{
	outline:none;
}
.header-right-logos-area ul{
	margin:0px;
	padding:0px;
	list-style:none;
	display:flex;
	align-items:center
}
.header-middle-area{
	background:#fff;
}
.header-middle-content-wrapper{
	padding:20px 0px;
}
.header-middle-content-wrapper ul li:not(:first-child){
	margin-left:30px;
}
.header-area.fixed_header{
	position:fixed !important;
	top:-100%;
	left:0px;
	width:100%;
	box-shadow: 0px -4px 20px 0px #00000040;
}
.header-area.fixed_header.stky{
	top:-0%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.header-area.fixed_header .header-top-area{
	display:none;
}
.mobile-menu-button{
	width:30px;
	margin-top: -20px;
	display:none;
}
.header-top-social{
	position: relative;
    top: 2px;
}
/*************** Menu Css ***************/
.menu-area{
	background:#FBFAFA;
	border-top:1px solid #F1F0F0
}
.menu-area .container-fluid ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.menu-area .container-fluid > div > ul,
.menu-area .container-fluid > ul{
	display:flex;
	justify-content:center;
}
.menu-area .container-fluid > div > ul > li > a,
.menu-area .container-fluid > ul > li > a{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0px;
	color:#6C6C6C;
	display:inline-block;
	padding:10px 15px;
	border-left:1px solid #F1F0F0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu-area .container-fluid > div > ul > li > a:hover, .menu-area .container-fluid > div > ul > li.active > a,
.menu-area .container-fluid > ul > li > a:hover, .menu-area .container-fluid > ul > li.active > a{
	color:#9B9B9B;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu-area .container-fluid > div > ul > li:first-child > a,
.menu-area .container-fluid > ul > li:first-child > a{
	border-left:0px;
}
.menu-area .container-fluid > div > ul > li,
.menu-area .container-fluid > ul > li{
	position:relative;
}
.menu-area .container-fluid > div > ul > li.menu-item-has-children > a:after,
.menu-area .container-fluid > ul > li.menu-item-has-children > a:after{
	content:'\f078';
	font-family: 'FontAwesome';
	margin-left:10px;
}
.menu-area .container-fluid > div > ul > li.menu-item-has-children > ul,
.menu-area .container-fluid > ul > li.menu-item-has-children > ul{
	position:absolute;
	top:100%;
	left:0px;
	margin-top:10px;
	opacity:0;
	pointer-events:none;
	padding:0px 0px;
	background:#FBFAFA;
	min-width:100%;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu-area .container-fluid > div > ul > li.menu-item-has-children:hover > ul,
.menu-area .container-fluid > ul > li.menu-item-has-children:hover > ul{
	margin-top:0px;
	opacity:1;
	pointer-events:all;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu-area .container-fluid > div > ul > li.menu-item-has-children > ul > li > a,
.menu-area .container-fluid > ul > li.menu-item-has-children > ul > li > a{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0px;
	color:#6C6C6C;
	display:inline-block;
	padding:10px 25px;
	border-bottom:0px solid #F1F0F0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	white-space:nowrap;
}
.menu-area .container-fluid > div > ul > li.menu-item-has-children > ul > li > a:hover,
.menu-area .container-fluid > ul > li.menu-item-has-children > ul > li > a:hover{
	background:#fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu-area .container-fluid > div > ul > li.menu-item-has-children > ul > li.menu-item-has-children > a:after,
.menu-area .container-fluid > ul > li.menu-item-has-children > ul > li.menu-item-has-children > a:after{
	content:'\f078';
	font-family: 'FontAwesome';
	margin-left:10px;
	transform: rotate(-90deg);
    display: inline-block;
}
.menu-area .container-fluid > div > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul,
.menu-area .container-fluid > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul{
	position:absolute;
	top:0%;
	left:100%;
	padding:0px 0px;
	background:#FBFAFA;
	min-width:100%;
	margin-left:10px;
	opacity:0;
	pointer-events:none;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu-area .container-fluid > div > ul > li.menu-item-has-children > ul > li.menu-item-has-children:hover > ul,
.menu-area .container-fluid > ul > li.menu-item-has-children > ul > li.menu-item-has-children:hover > ul{
	margin-left:0px;
	opacity:1;
	pointer-events:all;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu-area .container-fluid > div > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li > a,
.menu-area .container-fluid > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li > a{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0px;
	color:#6C6C6C;
	display:inline-block;
	padding:10px 25px;
	border-bottom:0px solid #F1F0F0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	white-space:nowrap;
}
.menu-area .container-fluid > div > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li > a:hover,
.menu-area .container-fluid > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li > a:hover{
	background:#fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mm-listview li a{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color:#fff;
}
.mm-menu{
	background:#333333;
}
.mm-listview>li:not(.mm-divider):after, .mm-panel.mm-hasnavbar .mm-navbar{
	border-bottom:1px solid #626060;
}
.mm-menu .mm-listview>li .mm-arrow:after, .mm-menu .mm-listview>li .mm-next:after {
    border-color: rgb(255 255 255 / 30%);
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
    border-color: rgb(255 255 255 / 30%);
}
.sub-menu-toggle { display: none; }
/*************** End:Header Css ***************/
/*************** Banner Area ************/
main{
	margin-top:218px;
}
.animeslide-slide {
	position: relative;
	padding: 65px 0 55px;
	background-size: cover;
    /*height: 100vh;*/
    background-position: center center;
    background-repeat: no-repeat;
}
.animeslide-slide .container {
	position: relative;
}
.animeslide-slide.swiper-slide-active [data-animate] {
	opacity: 1;
	transform:none;
}

.animeslide-slide.swiper-slide-active .animeslide-heading {
	transition-delay: 0.6s;
}
.animeslide-slide.swiper-slide-active .animeslide-desc {
	transition-delay: 1s;
}
.animeslide-heading {
	transition-delay: 1.5s;
}
[data-animate] {
	opacity: 0;
	transition: all 0.5s ease-out;
}
[data-animate="bottom"] {
	transform: translate3d(0, 55px, 0);
}
.banner-content{
	max-width:410px;
}
.banner-content h3{
	font-family: 'Caveat Brush', cursive;
	font-size: 42px;
	font-weight: 400;
	line-height: 53px;
	letter-spacing: 0.08em;
	color:#fff;
	text-align: right;
}
.banner-content h4{
	font-size: 46px;
	font-weight: 700;
	line-height: 56px;
	letter-spacing: 0em;
	text-align: right;
	color:#F3B820;
	text-transform:uppercase;
	/*margin-bottom: -50px;*/
}
.banner-content h1{
	font-family: 'My Soul', cursive;
	font-size: 95px;
	font-weight: 400;
	line-height: 126px;
	letter-spacing: 0em;
	text-align: left;
	color:#fff;
}
.banner-content h1 strong{
	display:block;
	font-family: 'Moon Dance', cursive;
	font-size: 89px;
	font-weight: 400;
	line-height: 119px;
	letter-spacing: 0em;
	text-align: left;
	color:#F3B820;
	margin-top: -40px;
	margin-bottom:-10px;
}
.banner-content img{
	margin: auto auto 25px auto;
    display: block;
}
.banner-slider-area .animeslide{
	overflow:hidden;
}
.food-image{
	position:absolute;
	right:-15%;
	top:50%;
	transform:translatey(-50%);
}
.food-image img{
	/*animation: animName 40s linear infinite;*/
}
/*
@keyframes animName {
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
   }
}
*/
/*************** End:Banner Area ************/
/*************** Foor for thought css ***************/
.food-for-thought{
	padding:60px 0px;
}
.food-for-thought h2{
	font-size: 40px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: center;
	font-family: 'Rozha One', serif;
	color:#000000;
	margin-bottom:35px;
}
.thought-slide-image img{
	height:224px;
	object-fit:cover;
	object-position:center;
}
.date p{
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	margin-bottom:8px;
}
.each-thought-slides h3 a{
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
	color:#000000;
	display: block;
}
.each-thought-slides a{
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
	color:#6C6C6C;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-thought-slides a:hover{
	color:#F3B30D;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.thought-slide-content{
	padding:18px 15px;
}
.thought-slide-content h3{
	margin-bottom:10px;
}
.foor-for-thought-slider .common-arrow{
	top: 32%;
}
.foor-for-thought-slider .swiper-button-next, .category-slider .swiper-button-next{
	right: 0px;
}
.foor-for-thought-slider .swiper-button-prev, .category-slider .swiper-button-prev{
	left:0px;
}
.foor-for-thought-slider .swiper-container{
	padding-bottom:50px;
}
.foor-for-thought-slider .swiper-pagination-bullet {
    width: 12.8px;
    height: 12.8px;
    display: inline-block;
    border-radius: 100%;
    background: #F1F1F1;
    opacity: 1;
}
.foor-for-thought-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:#D9D9D9;
	width: 16px;
    height: 16px;
}
/*************** End:Foor for thought css ***************/
/*************** Hotel Almanac ************/
.hotel-almanac{
	padding-bottom:65px;
	background:#F8F8F8;
}
.left-image{
	overflow:hidden;
	border-bottom-left-radius:31px;
	border-bottom-right-radius:31px;
}
.right-content h2, .latest-update h2, .zigzag-content h2{
	font-family: 'Rozha One', serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0em;
	color:#000000;
}
.right-content > p, .latest-update > .container > p, .zigzag-content p{
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0px;
	color:#000000;
}
.each-right-content-listing{
	padding:20px 30px;
	box-shadow: 0px 4px 4px 0px #00000040;
	border-radius:11px;
	background-image:url('../images/37-arrow-right-1.png');
	background-repeat:no-repeat;
	background-position:95% 30%;
	background-color:#fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-right-content-listing:hover{
	background-color:#f1f1f1;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-right-content-listing h4{
	max-width:318px;
}
.right-content > ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.each-right-content-listing h4{
	font-size: 19px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0px;
	color:#333232;
	margin-bottom:10px;
}
.each-right-content-listing .date p{
	margin-bottom:0px;
}
.right-content > ul > li{
	margin-top:25px;
}
/*************** End:Hotel Almanac ************/
/*************** Hotel Trend Gird ***************/
.hotel-trand-grid{
	background:#fff;
}
/*************** End:Hotel Trend Gird ***************/
/*************** Latest Update *******************/
.latest-update{
	padding:80px 0px 40px;
	background:#F8F8F8;
}
.each-latest-update-image-wrapper{
	height:100%
}
.each-latest-update-image-wrapper:hover .each-latest-update-image img{
	transform:scale(1.2);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.each-latest-update-image{
	overflow:hidden;
}
.each-latest-update-image img{
	height:224px;
	object-fit:cover;
	object-position:center;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.each-latest-update-content{
	padding:18px 20px 25px;
}
.each-latest-update-content h3 a, .each-latest-update-content h3{
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0px;
	color:#000000;
	margin:0px;
	display:block;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.each-latest-update-content h3 a:hover{
	color:#F3B30D;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.each-latest-update {
	box-shadow: 0px 1px 6px 0px #00000040;
	background:#fff;
}
.latest-update-blocks .row .col-lg-4{
	margin-bottom:30px;
}
.latest-update p a{
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.latest-update p a:hover{
	color:#000000;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/*************** End:Latest Update *******************/
/************** Videos Area **************/
.videos-area{
	background:#fff;
}
.videos-area .each-latest-update-image img {
    height: 276px;
    object-fit: cover;
    object-position: center;
}
.videos-area .each-latest-update{
	box-shadow:none;
}
.videos-area .each-latest-update-content {
    padding: 25px 0px;
}
.play-icon{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
.play-icon img{
	width:auto !important;
	height:auto !important;
}
.cross-box{
	position:absolute;
	right:0%;
	top:0px;
	width:30px;
	height:30px;
	background:#fff;
	padding:10px;
	opacity:1 !important;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}
.cross-box img{
	width:100%;
}
.modal-dialog {
    max-width: 35%;
    margin: 1.75rem auto;
}
.modal-body iframe{
	width:100%;
	height:400px;
}
.modal-open {
  padding-right: 0px !important;
}
/************** End:Videos Area **************/
/************** Zigzag Area ****************/
section{
	/*overflow-x:hidden;*/
}
.each-zigzag-area{
	padding:70px 0px;
	background:#F8F8F8;
}
.zigzag-content{
	max-width:440px;
	margin-left:auto;
}
.zigzag-content a.common-button{
	padding: 24px 27px 24px 27px;
	font-size:20px;
	line-height:24.2px
}
.each-zigzag-area:nth-child(even){
	background:#fff;
}
.each-zigzag-area:nth-child(even) .zigzag-content {
    max-width: 440px;
    margin-left: 0;
	margin-right:auto;
}
.zigzag-content p{
	display: block;
	display: -webkit-box;
	max-width: 100%;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.zigzag-content h2{
	margin-bottom:30px;
}
/************** End:Zigzag Area ****************/
/************** Subscribe Area **************/
.subscribe-area{
	background-color:#333333;
	border-top:6px solid #F3B30D;
	padding:40px 0px;
}
.subscribe-content-wrapper{
	max-width:570px;
}
.subscribe-content-wrapper h2{
	font-family: 'Rozha One', serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0em;
	color:#ffffff;
	text-align:center;
	margin-bottom:30px;
}
.form-input input{
	width:100%;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	font-family: 'Inter', sans-serif;
	padding:8px 25px;
	border-radius:5px;
	border:0px;
}
.form-button{
	margin-left:10px;
}
.form-button button{
	padding: 11px 20px 11px 20px;
}
.checkbox{
	margin-top:30px;
	display: flex;
    justify-content: center;
}
.checkbox input{
	margin-right:10px;
}
.checkbox label{
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	color:#FFFFFF;
}
/************** End:Subscribe Area **************/
/************** Footer Area ****************/
.footer-area{
	background: #2B2929;
}
.footer-top-area{
	padding:50px 0px;
}
.footer-left h4, .footer-about h4, .footer-social h4{
	font-family: 'Rozha One', serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0em;
	color:#ffffff;
	margin-bottom:20px;
}
.footer-left ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.footer-left ul li a{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	color:#D9D9D9;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-left ul li a:hover{
	color:#F3B30D;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-about p{
	line-height:24px;
	margin:0px;
	color:#D9D9D9;
	display: -webkit-box;
	max-width: 100%;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.footer-about{
	/*max-width:338px;*/
}
.footer-top-area{
	border-bottom:1px solid #626060;
}
.footer-bottom-area{
	padding:40px 0px;
}
.footer-bottom-area p{
	margin:0px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	color:#D9D9D9;
}
/************** End:Footer Area ****************/

#nav-icon3{
  width: 30px;
  height: auto;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

 #nav-icon3 span{
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 9px;
}

#nav-icon3 span:nth-child(4) {
  top: 18px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/*********** Blog Listing Page ****************/
.each-banner-slide{
	min-height:570px;
	padding:90px 0px 85px;
}
.each-banner-slide:after{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: linear-gradient(89.82deg, #000000 -1.1%, rgba(0, 0, 0, 0.704013) 48.06%, rgba(0, 0, 0, 0) 84.06%);
	content:'';
}
.each-banner-slide .container{
	position:relative;
	z-index:1;
}
.inner-slider-banner-content-wrapper{
	max-width:520px;
}
.inner-slider-banner-content-wrapper .date, .details-banner .date-box{
	background:#BCBCBC;
	margin-bottom:15px;
}
.inner-slider-banner-content-wrapper .date p, .details-banner .date-box p{
	font-size: 17px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0px;
	color:#000000;
	margin:0px;
	padding:5px 10px;
}
.inner-slider-banner-content-wrapper h1{
	color:#fff;
	margin-bottom:30px;
}
.inner-slider-banner-content-wrapper p{
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 0em;
	color:#fff;
}
.banner-slider-area .slider-controller{
	width:90px;
	position:absolute;
	right:100px;
	bottom:50px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.banner-slider-area .slider-controller > div{
	position:relative;
	top:auto;
	margin:0;
	left:auto;
	right:auto;
}
.latest-update.blog-listing-wrapper{
	padding:30px 0px;
	background:#fff;
	border-top:1px solid #ECECEC;
}
.blog-listing-wrapper h2{
	margin-bottom:30px;
}
/*************** Blog Details Area ***************/
.details-banner .date-box{
	position:absolute;
	bottom:15px;
	left:15px;
	margin:0px;
}
.details-page-social-share{
	margin:25px 0px 40px;
}
.details-page-social-share ul{
	margin:0px;
	padding:0px;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
}
.details-page-social-share ul li:not(:last-child){
	margin-right:15px;
}
.details-page-social-share ul li a{
	display:inline-block;
	border:1px solid #B4B4B4;
	padding:11px 15px;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0em;
	color:#000000;
	background:#fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.details-page-social-share ul li a:hover{
	background:#F3B820;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.details-page-social-share ul li a span{
	margin-right:10px;
}
.blog-details-area{
	padding-bottom:35px;
}
.related-news-slider-wrapper{
	padding:55px 0px 20px;
}
.related-news-slider-wrapper h2{
	margin-bottom:20px;
}
.related-news-slider-wrapper .swiper-container{
	padding:10px 10px 80px 10px;
}
.related-news-slider-wrapper .swiper-container .swiper-slide{
	height:auto;
}
.foor-for-thought-slider.latest-update-blocks .swiper-button-next{
	right: 10px;
}
.foor-for-thought-slider.latest-update-blocks .swiper-button-prev{
	left:9px;
}

/***************** Article Details ***************/
.aricle-details-heading h1{
	margin-bottom:5px;
}
.aricle-details-heading > p{
	margin-bottom:10px;
}
.date-box{
	background:#F3B820;
	margin-right:20px;
}
.date-box p{
	font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
    margin: 0px;
    padding: 5px 10px;
}
.date-and-author-wrapper  p{
	margin:0px;
	line-height:22px;
}
.aricle-details-heading{
	margin-bottom:15px;
}
.float-left-image{
	float:left;
	margin-right:35px;
	max-width:595px;
}
.float-left-image img{
	margin-bottom:20px;
}
.float-left-image h5{
	font-size: 17px;
	font-weight: 600;
	line-height: 33px;
	letter-spacing: 0em;
	text-align: left;
	color:#6C6C6C;
	margin-bottom:5px;
}
.float-left-image p{
	margin:0px;
}
.article-details{
	padding-bottom:85px;
}
.numberbox{
	font-size: 44px;
	font-weight: 700;
	line-height: 53px;
	letter-spacing: 0em;
	color:#E0D4B5;
	min-width:80px;
}
.heading-box h4{
	font-size: 21px;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 0em;
	color:#D39E16;
	margin-bottom:4px;
}
.heading-box h2{
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 0em;
	color:#000000;
	margin-bottom:0px;
}
.location-heading{
	margin-bottom:20px;
}
.location-content-wrapper{
	padding:27px 25px 27px 0px;
}
.location-listing{
	margin-top:50px;
}
/*********************** Category Listing Page ******************/
.inner-banner{
	min-height:500px;
	padding:95px 0px;
}
.inner-banner:after{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: linear-gradient(89.82deg, #000000 -1.1%, rgba(0, 0, 0, 0.704013) 48.06%, rgba(0, 0, 0, 0) 84.06%);
	content:'';
}
.inner-banner .container{
	position:relative;
	z-index:1;
}
.category-lising{
	border-top:1px solid #ECECEC;
	padding:35px 0px 0px;
}
.category-listing-heading h2{
	font-family: Rozha One;
	font-size: 40px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0em;
	color:#000000;
	margin:0px;
}
.each-category-slide{
	height:146px;
	box-shadow: 0px 1px 6px 0px #00000040;
}
.category-name h4{
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0px;
	text-align: center;
	color:#000;
}
.category-name{
	background-color:#FFFFFFCF;
	padding:10px 0px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-category-slide:hover .category-name{
	background-color:#FFF3D2;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.category-listing-heading {
	margin-bottom:30px;
}
.category-slider{
	margin-bottom:35px;
}
.category-result-area{
	background:#F7F5F5;
}
.category-list-name ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.category-list-name ul li{
	position:relative;
}
.category-list-name ul li.active:before, .category-list-name ul li:hover:before{
	width:100vw;
	right:100%;
	height:100%;
	background:#F7F5F5;
	top:0px;
	content:'';
	position:absolute;
}
.category-list-name ul li a{
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0px;
	color:#000000;
	padding:10px 0px;
	display:block;
}
.category-list-name ul li a:before{
	content:url('../images/Arrow_alt_lright-new.png');
	display:inline-block;
	margin-right:20px;
}
.category-list-name ul li.active a, .category-list-name ul li:hover a{
	background:#F7F5F5
}
.category-list-name{
	background:#fff;
	height:100%;
}
.category-list-name:before{
	width:100vw;
	right:100%;
	height:100%;
	background:#fff;
	top:0px;
	content:'';
	position:absolute;
}
.category-reasult-listing{
	padding:60px 0px;
}
.category-reasult-listing h2{
	font-family: Rozha One;
	font-size: 40px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0em;
	color:#000000;
	margin-bottom: 23px;
}
.each-sercah-reasult{
	background:#fff;
	height:100%;
	box-shadow: 0px 1px 6px 0px #00000040;
}
.search-reasult-image img{
	height:224px;
	object-fit:cover;
	object-position:center;
}
.search-category-content{
	padding:15px;
	border-bottom:1px solid #E5E5E5;
}
.search-category-content .date p{
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	color:#D39E16;
	height:auto;
	margin-bottom:8px;
}
.search-category-content h3{
	margin-bottom:8px;
}
.search-category-content h3 a{
	font-size: 17px;
	font-weight: 500;
	line-height: 21px;
	letter-spacing: 0px;
	color:#000000;
	display:inline-block;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	min-height:65px;
}
.search-category-content h3 a:hover{
	color:#F3B30D;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.search-category-content p{
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0em;
	color:#6C6C6C;
	height:118px;
	display: -webkit-box;
	max-width: 100%;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin:0px;
}
.search-category-content h5{
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
}
.search-category-content-button a{
	padding:8px 15px 13px;
	display:block;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	background:url('../images/yellow-arrow.png') no-repeat 90% 14px/ 15px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.search-category-content-button a:hover{
	color:#000;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.category-search-listing-wrapper .row .col-lg-4{
	margin-bottom:40px;
}
.select-box-dropdown-for-mob select{
	width:100%;
	padding:10px 15px;
	border:1px solid #000;
	border-radius:0px;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0px;
	color:#000000;
	background:url('../images/select-dropdown.png') #fff no-repeat 95% center;
	appearance: none;
}
.under-line img{
	position:relative;
	right:70px;
	top:-30px;
}
.inner-banner .banner-text h1{
	font-family: 'My Soul', cursive;
	font-size: 95px;
	font-weight: 400;
	line-height: 86px;
	letter-spacing: 0em;
	color:#fff;
}
.trend-content-left-list ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.trend-content-left-list ul li:not(:last-child){
	margin-bottom:5px;
}
.trend-content-left-list ul li a{
	display:flex;
	align-items:center;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0px;
	color:#000000;
	background:#F7F5F5;
	padding: 9px 15px;
	border-radius:3px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.trend-content-left-list ul li.active a, .trend-content-left-list ul li a:hover{
	background:#D39E16;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.trend-content-left-part{
	width:360px;
	padding-left:65px;
	display: flex;
    align-items: normal;
    padding-top: 72px;
}
.trend-content-left-list ul li a span{
	margin-right:10px;
}
.trend-content-right-part{
	padding:55px 95px 55px 40px;
	background:#F7F5F5;
	width:calc(100% - 360px)
}
.each-trend-left-category-block ul{
	border:0px;
	margin-bottom:35px;
	flex-wrap: nowrap;
}
.each-trend-left-category-block ul li:not(:last-child){
	margin-right:5px;
}
.each-trend-left-category-block ul li{
	margin-bottom:0px !important;
}
.each-trend-left-category-block ul li button{
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0px;
	color:#000000 !important;
	border:0px !important;
	border-radius:3px !important;
	background:#fff;
	min-width:183px;
	text-align:center;
	padding: 10px 15px !important;
	white-space:nowrap
}
.each-trend-left-category-block ul li button.active{
	background:#D39E16 !important;
}
.each-trend-left-category-block ul li button:focus{
	outline:none;
}
.trend-content-right-part .tab-pane{
	/*background:#fff;*/
	border-left:1px solid #6C6C6C;
	border-top:1px solid #6C6C6C;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    background: #fff;
}
.each-coloum{
	border-right:1px solid #6C6C6C;
}
#no-more-tables th,  #no-more-tables td{
	border-bottom:1px solid #6C6C6C;
	border-right:1px solid #6C6C6C;
	height:100%;
	padding:17px 30px;
}
#no-more-tables th h6, #no-more-tables th h6 a{
	font-size: 13px;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 0px;
	text-align: left;
	color:#000;
	display:inline-block;
}
#no-more-tables td{
	font-size: 13px;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 0px;
	text-align: left;
	color:#000;
}
#no-more-tables th h6 a, #no-more-tables td a{
	color:#D39E16;
	text-decoration:underline
}
 .each-trend-left-category-block{
	display:none;
 }
 .each-trend-left-category-block.active{
	display:block;
 }
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
#no-more-tables table{
	width:100%;
}
.thought-slide-image, .search-reasult-image{
	overflow:hidden;
}
.thought-slide-image a img, .search-reasult-image img{
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.thought-slide-image a img:hover, .search-reasult-image img:hover{
	transform:scale(1.2);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.related-news-slider-wrapper .latest-update-blocks {
	margin:0px -10px;
}
.each-block-content{
	height:64px;
	display:flex;
	align-items:center;
	padding:10px 30px;
	border-right:1px solid #000;
	border-bottom: 1px solid #000;
}
.each-block-content p{
	margin:0px;
}
.each-block-content p, .each-block-content a {
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: left;
    color: #000;
    display: inline-block;
    -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
}
.each-block-content a{
	color: #D39E16;
    text-decoration: underline;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.each-block-content a:hover{
	color: #000;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.admin-bar .header-area {
    top: 32px;
}
.fof { padding: 100px 0px; }
.subscribe-area .common-button { padding: 11px 20px 11px 20px; }
.subscribe-area p { margin-bottom: 0px; }
.subscribe-area .checkbox .wpcf7-list-item-label {
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.pegination-area .pagination .page-numbers {
    margin: 0px 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    width: 32px;
    height: 32px;
    border: 1px solid #DFE3E8;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212B36;
}
.pegination-area .pagination .current {
    border: 1px solid #F3B820;
    color: #F3B820;
}
.single-video iframe { width: 100%; }
.hors_doeuvre .bookmark_div .common-button {
    font-size: 13px;
    line-height: 16px;
    padding: 4px 20px;
    margin-bottom: 10px;
}
.hors_doeuvre .pagination ul li {
    margin: 0 5px;
}
.hors_go_btn .common-button {
    padding: 6px 10px;
    margin-top: 8px;
}
.hors_go_btn .form-control {
    font-size: 14px;
    /* font-weight: 700; */
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    width: 105px;
    height: 32px;
    border: 1px solid #DFE3E8;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}
.profile-wrapper {
    padding: 20px 30px;
    box-shadow: 0px 4px 4px 4px #00000040;
    border-radius: 11px;
    background-repeat: no-repeat;
    background-position: 95% 30%;
    background-color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type="submit"], #lostpasswordform #wp-submit, .profile-wrapper #wp-submit, .wpuf-dashboard-container .edit-profile #wpuf-account-update-profile, .wpuf-dashboard-container .wpuf-submit-button, .contact-us-page .wpcf7-submit, .search-submit {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.08em;
    text-align: center;
    color: #0A0909;
    border-radius: 5px;
    border: 0px solid #fff;
    background-color: #F3B820;
    padding: 8px 20px 8px 20px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    box-shadow: none;
    text-shadow: none;
}
body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type="submit"]:hover, #lostpasswordform #wp-submit:hover, .profile-wrapper #wp-submit:hover, .wpuf-dashboard-container .edit-profile #wpuf-account-update-profile:hover, .wpuf-dashboard-container .wpuf-submit-button:hover, .contact-us-page .wpcf7-submit:hover, .search-submit:hover {
  background-color: #000000;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
body .wpuf-error { margin: 10px 0px; }
#wpuf-user_login, #wpuf-user_pass {
    background: #fafafa;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    color: #888;
    width: 100%;
    padding: 5px;
}
body .wpuf-dashboard-container .wpuf-dashboard-navigation ul li {
    /* padding-bottom: 2px; */
    padding: 17px 30px !important;
    box-shadow: 0px 1px 2px 2px #00000040;
    border-radius: 11px;
    background-repeat: no-repeat;
    background-position: 95% 30%;
    background-color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-bottom: 10px;
}
body .wpuf-dashboard-container .wpuf-dashboard-navigation ul li.wpuf-menu-item.active a{
     color: #ffffff !important;
}
body .wpuf-menu-item.active a {
    color: #ffffff !important;
}
body .wpuf-menu-item.active {
    background-color: #000000 !important;
    color: #fff;
}
body .wpuf-dashboard-container .wpuf-dashboard-content {
    width: 78%;
    align-items: unset;
}
.wpuf-dashboard-content {
    padding: 20px 30px;
    box-shadow: 0px 4px 4px 4px #00000040;
    border-radius: 11px;
    background-repeat: no-repeat;
    background-position: 95% 30%;
    background-color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.wpuf-dashboard-container .edit-profile .input-text, .wpuf-fields .textfield, .wpuf-fields .wp-editor-area, .contact-us-page .wpcf7-text, .contact-us-page .wpcf7-textarea {
    background: #fafafa;
    box-shadow: none !important;
    border: 1px solid #ddd;
    color: #888;
    width: 100%;
    padding: 5px;
}
.search-field {
    background: #fafafa;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    color: #888;
    padding: 5px;
}
.wpuf-dashboard-container .edit-profile  .wpuf-error {
    margin: 10px -7px;
}
.contact-us-page label {width:100%;}

@media (max-width: 1199px) {
    .menu-area .container-fluid > div > ul {
        display: block;
        justify-content: center;
    }
    .menu-area .container-fluid > div > ul > li > a {
        border-left: 0px;
        padding: 6px 0px;
        display: block;
        position: relative;
        font-size: 16px;
        line-height:30px;
        color: #ddd;
    }
}
.wpuf-restrict-message{
    font-size: 16px !important;
}
.new-login-form h2{
	text-align:center;
}
.new-login-form .profile-wrapper {
	max-width: 500px;
    margin: auto;
}
#wpuf-user_login, #wpuf-user_pass, body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=text], body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=email], body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=password] {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    font-family: 'Inter', sans-serif;
	box-shadow: none !important;
	background: #fafafa !important;
    border: 1px solid #ddd !important;
    color: #888;
    padding: 8px 25px !important;
    border-radius: 5px !important;
}
body .wpuf-dashboard-container .wpuf-dashboard-content .wpuf-fields input:not([type="submit"]){
	 width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    font-family: 'Inter', sans-serif;
	box-shadow: none !important;
	background: #fafafa !important;
    border: 1px solid #ddd !important;
    color: #888;
    padding: 8px 25px !important;
    border-radius: 5px !important;
}
body #wpuf-login-form label, .wpuf-label label, .wpuf-help {
     font-family: 'Inter', sans-serif;
	font-size: 14px;
    font-weight: 700;
	margin-bottom:3px;
}
body ul.wpuf-form.form-label-above li .wpuf-label {
    margin-bottom: 2px !important;
}
body ul.wpuf-form li {
    margin-bottom: 0px !important; 

}
.profile-wrapper p{
	margin-bottom:17px;
}
.new-login-form .profile-wrapper {
    box-shadow: 0px 0px 32px -9px #00000040;
}
body .wpuf-form-add.wpuf-style ul.wpuf-form li {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #6C6C6C;
}
body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit]{
	font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.08em;
    text-align: center;
    color: #0A0909 !important;
    border-radius: 5px !important;
    border: 0px solid #fff !important;
    background-color: #F3B820 !important;
    padding: 8px 20px 8px 20px !important;
    display: inline-block !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	box-shadow:none !important;
	text-shadow:none !important;
}
body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit]:hover{
  background-color: #000000 !important;
  color: #fff !important;
  transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}
body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=text], body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=email], body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=password], body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields textarea {
    background: #fafafa !important;
    box-shadow: none !important;
    border: 1px solid #ddd !important;
    color: #888;
    width: 100%;
	padding: 8px 25px !important;
    border-radius: 5px !important;
}
body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-label label {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #6C6C6C;
}
body .wpuf-form-add.wpuf-style ul.wpuf-form a {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
}
.wpuf-dashboard-content.submit-post form{
    width: 100%;
}
.wpuf-form-add.wpuf-form-layout1.wpuf-style{
    width:100%;
}
.wpuf-fields input{
    width: 100% !important;
   
}
.wpuf-form{
     width:100%;
}
body ul.wpuf-form li .wp-editor-wrap {
    border: 2px solid #eee !important;
}
.wp-editor-container {
    clear: both;
    border: 0px solid #dcdcde !important;
}
@media(min-width:992px){
    body .wpuf-dashboard-container .wpuf-dashboard-content {
    width: calc(80% - 40px) !important;
    }
}

.dashicons-admin-multisite:before {
    content: "\f541" !important;
}
.blog-details-area figure {
    max-width: 100%!important;
}
.blog-details-area .aligncenter {
    clear: both;
    margin-left: auto;
    margin-right: auto;
}
.blog-details-area figcaption {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #333333;
    margin-bottom: 20px;
    margin-top: 10px;
}
ul.wpuf_packs .wpuf-sub-button a, ul.wpuf_packs .wpuf-sub-button a {
    background-color: #F3B820 !important;
    color: #0A0909 !important;
}
.al-s-h{
	display:table;
	width:100%;

}
.al-s-h > div{
	display:table-cell;
	vertical-align:middle;

}
.each-search-result{
	padding-top:30px;
	padding-bottom:30px;
	border-bottom:1px solid #f2f2f2;
}
.each-search-result .col-lg-4{
	margin-bottom:0px !important;
}
.each-search-result p{
	margin-bottom:0px;
}
.jetpack-videopress-player__wrapper iframe{
	width:100% !important;
	height:600px !important;
}
@media(max-width:767px){
	.al-s-h{
		height:auto !important;
	}
	.banner-content {
		margin-bottom: 50px;
	}
	.al-s-h > div{
		text-align:center !important;

	}
	.each-search-result .col-lg-4{
		margin-bottom:30px !important;
	}
}