
html {
  scroll-behavior: smooth; }

*:focus {
    outline: none;}

textarea:focus, input:focus, li:focus, a:focus, ul:focus, button:focus{
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif; }

body {
  font-family: 'Barlow', sans-serif; 
  outline:none;}

body p {
  line-height: 1.5;
  font-size: 16px;
  color: #333;
  font-family: 'Barlow', sans-serif; }
  
p {
  margin-top: 0;
  margin-bottom: 0;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0rem; }

.status_product .labelstatus{
	padding: 4px 8px;
	margin: 12px 0px;
}

ul
{
 list-style-position: inside;
}

.responsiveslide{
	margin:0;
}

@media ( max-width: 480px ) {

	.responsiveslide{
		margin:0 15px;		
	}

}

/* ads*/

.ads_box{
	margin:1em 0;
	color:#666;	
}

.ads_box .ads_title{
	padding:0.2em 0.4em;	
}

/*products home*/


.product-carrocel{

}

.product-carrocel .price{
	font-weight:bold;
	font-size:0.8em;
	margin-bottom:1em;
	text-shadow: 1px 1px #000;
}

.product-carrocel .fillabel{
	color:white;
	margin-top:1.1em;
	font-size:0.6em;
	font-weight:bold;
	background-color:#58bc82;
	padding:0.2em 0.4em;
}

.product-carrocel .filtext{
	font-weight:bold;
	font-size:0.9em;
	margin-top:0.5em;
	text-shadow: 1px 1px #000;
}

.product-carrocel .filbutton{
	color:#801a86;
	font-weight:bold;
	font-size:0.9em;
	margin-top:0.5em;
	border:none;	
	background-color:white;
	padding:0.2em 0.4em;

}

.product-carrocel .filtext a{
	color:white;
}

.product-carrocel .filtitle, .product-carrocel .filtitle a{
	color:white;
	font-weight:bold;
	font-size:0.9em;
	text-shadow: 1px 1px #000;
}


/**/

.product-page-cart{
	width:125px;	
}

.product-quantity input.form-control {
	border: none;
	background: #58bc82 !important;
	color: #fff;
	height: 38px;
	width: 50px;
	text-align: center;
	padding: 5px;
	font-size: 1.2em;
}

.product-quantity .btn i {
    position: relative;
    top: -2px;
    left: 1px;
}

.innertxt a{
	color:#58bc82;
	text-decoration:underline;
	
}

.innertxt a:hover{
	text-decoration:none;
}

.innertxt img{
	width:90%;
}

/*Cookies Consent */

.cookie_consent
{
	position:fixed;
	bottom:0px;
	width:100%;
	background: #58bc82;
	z-index:10;
}

.cookie_consent p
{
	font-weight:600;
	color:#FFF;
}
		
.cookie_consent a
{ 
	font-weight:700;
	color:#FFF;
	text-decoration:underline;
}

.btn_cookie{		
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 3px 10px 2px;
	color: #58bc82;
	background-color:#fff;
	border:none;
	border-radius:0.2em;
}

@media ( max-width: 480px ) {
		
	.btn_cookie{		
		font-size: 10px;
		padding:0.5em;
	}

}

/*page loader*/

.geru-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/preload.svg) center no-repeat #fff;
}



/**/

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
}


/**/

.btn:focus {
  outline: none;
  box-shadow: none;
}

::selection,
::-moz-selection
{
  color: #FFFFFF;
  background-color: #58bc82;
  text-shadow: 1px 1px 2px black; 
} 

label {
	display: block;
	margin-bottom: 0;
	font-weight: normal;
}

/* text colors*/

.text-color-pink{
	color:#58bc82;
}

.text-color-pink-dark{
	color:#801a86;	
}

.text-color-blue{
	color:#597baa;	
}

.text-color-grey{
	color:#999999;	
}

/* text weight*/

.txt-bold{
	font-weight:700;	
}

/* background colors */

.bg-color-pink{
	background-color:#58bc82;
}

.bg-color-pink-dark{
	background-color:#801a86;	
}

/*checkbox | radio*/

input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:22px;
    height:22px;
    margin:-3px 4px 0 0;
    vertical-align:middle;
    background:url('../images/check_radio_sheet.png') left top no-repeat;
    cursor:pointer;
	
}

input[type="checkbox"] + label span:hover {
    display:inline-block;
    width:22px;
    height:22px;
    margin:-3px 4px 0 0;
    vertical-align:middle;
    background:url('../images/check_radio_sheet.png') -24px top no-repeat;
    cursor:pointer;
	
}

input[type="checkbox"]:checked + label span {
    background:url('../images/check_radio_sheet.png') -48px top no-repeat;
}

/**/

input[type="radio"] {
    display:none;
}

input[type="radio"] + label span {
    display:inline-block;
    width:22px;
    height:22px;
    margin:-3px 4px 0 0;
    vertical-align:middle;
    background:url('../images/check_radio_sheet.png') -71px top no-repeat;
    cursor:pointer;
}

input[type="radio"] + label span:hover {
    display:inline-block;
    width:22px;
    height:22px;
    margin:-3px 4px 0 0;
    vertical-align:middle;
    background:url('../images/check_radio_sheet.png') -95px top no-repeat;
    cursor:pointer;
}

input[type="radio"]:checked + label span {
    background:url('../images/check_radio_sheet.png') -119px top no-repeat;
}



.btn-primary {
  color: #fff;
  background-color: #801a86;
  border-color: #801a86; 
	-webkit-transition: all 0.3s;
	transition: all 0.3s;  
  }
  .btn-primary:hover {
    color: #fff;
	opacity:0.8;
    background-color: #801a86;
    border-color: #801a86; 
	-webkit-transition: all 0.3s;
	transition: all 0.3s;	
	}
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #801a86;
    border-color: #801a86;
 }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #801a86;
    border-color: #801a86; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #801a86;
    border-color: #801a86; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
       }



/*produto categ*/

.search-form-content{
	text-align:right;	
}	

@media ( max-width: 480px ) {


	.search-form-content{
		text-align:center;	
	}	


}

.post-tags a{
	margin-bottom:0.5em;	
}

/***/

/*  load more */

.loadmore-btn {
  text-align: center;
  padding-top: 10px;
	cursor:pointer;
}
.loadmore-btn a {
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    background: #801a86;
    border: 2px solid transparent;
    border-radius: 0;
	cursor:pointer;
}
.loadmore-btn a:hover {
    color: #801a86;
    background: transparent;
    border: 2px solid #801a86;
	cursor:pointer;
}




/* circle storie*/


.circle-container {
  position:relative;	
  display: flex;
  justify-content: space-between;
}

.circle {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  position: relative; /* para permitir o posicionamento absoluto do texto */
  border-radius: 50%;
  border:4px solid #d8dadc;
  transition: border-color 1s ease;
}

.circle:hover {
  border:4px solid #58bc82;
}

.circle img {
  width: 100%;
  height: 100%;
  border:2px solid #fff;
  border-radius: 50%;
  object-fit: cover; /* para ajustar a imagem dentro do círculo */
  object-position: center; /* para centralizar a imagem dentro do círculo */
}


.circle span {
  position: absolute;
  top: 75px; /* para posicionar o texto abaixo do círculo */
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.8em;
  color: black;
  font-weight:bold;
}


@media ( max-width: 480px )
{	
	.circle {
	  width: 40px;
	  height: 40px;
	  margin-right: 10px;
	  position: relative; /* para permitir o posicionamento absoluto do texto */
	  border-radius: 50%;
	  border:2px solid #d8dadc;
	  transition: border-color 1s ease;
	}

	.circle:hover {
	  border:2px solid #58bc82;
	}

	.circle img {
	  width: 100%;
	  height: 100%;
	  border:1px solid #fff;
	  border-radius: 50%;
	  object-fit: cover; /* para ajustar a imagem dentro do círculo */
	  object-position: center; /* para centralizar a imagem dentro do círculo */
	}


	.circle span {
	  position: absolute;
	  top: 55px; /* para posicionar o texto abaixo do círculo */
	  left: 0;
	  right: 0;
	  text-align: center;
	  font-size: 0.5em;
	  color: black;
	  font-weight:bold;
	}


}


/* Modal */

.modal {
  display: none; /* oculta o modal por padrão */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:100000;
  background-color: rgba(0, 0, 0, 0.7); /* define um fundo escuro com transparência */
}

.modal-content {
  width: 100%;
  margin: 2% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  border:none;
  background:transparent;
  transform: translate(-50%, -50%); /* centraliza verticalmente e horizontalmente */
}

.close-modal{
	position:absolute;
	top:0px;
	right:0px;
	background:transparent;
	border:none;
	padding:1em;
	z-index:1000000;
}				
a.link-modal{
	position:absolute;
	bottom:0;
	width:100%;
	background:transparent;
	z-index:1000000;
	text-align:center;
	padding:0.5em;
	color:#FFF;
	font-size:1.1em;
}

/* Stars Comment */

.stars label{
	display: inline-block;	
}

.rating {
	display: inline-block;
	position: relative;
}

.rating input {
	display: none;
}

.rating label {
	display: inline-block;
	cursor: pointer;
	color: #ccc;
}

.rating label:hover,
.rating label:hover ~ label,
.rating input:checked ~ label {
	color: #58bc82; 
}

.rating label:hover:before,
.rating label:hover ~ label:before,
.rating input:checked ~ label:before,
.rating input:checked ~ label:before {
	content: "";
	position: absolute;
	left: 0;
	color: #FFF;
}

.ratingbox{
	background-color:#d8dadc;
	border-radius:10px;
	overflow:hidden;
	margin:1em 10em 1em 0;
	font-size:0.9em;
}			

@media ( max-width: 480px )
{			
	.ratingbox{
		margin:1em 0em 1em 0;
		text-align:center;
	}	
	

}

/**/
		
.containerbox{
	border-left:1px solid #fff;
	font-weight:bold;
}		
			
.containerbox:first-child{
	border-right:0px solid transparent;
	border-left:none;
}	

.containerbox:last-child{
	border-right:none;
	border-left:1px solid #fff;
}		

.containerbox i{
	margin-right:10px;
	color:#58bc82;
}
			
.containerbox a:hover i{
	color:#fff;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;				
}

.containerbox a{
	display:block;
	padding:1em;
}			

.containerbox a:hover{
	background-color:#801a86;
	color:#fff;
}

/* Meta */
.post-meta {
  padding-bottom: 10px;
}

.post-meta a {
  color: #303030;
}

.post-meta a:hover {
  color: #58bc82;
}

.post-meta span {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #dadada;
  line-height: 12px;
  display: inline-block;
}

.post-meta i {
  /* color: #bbb; */
  margin-right: 3px;
}

.post-meta .post-comment {
  border-right: 0;
}

.post-meta .post-comment .comments-link {
  margin-left: 5px;
}

.post-footer .btn.btn-primary {
  font-size: 12px;
  margin-top: 10px;
}
	
	
/**/
/*-- Banner --*/
.banner-area {
  position: relative;
  min-height: 150px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
  z-index:2;	 
}

.banner-area::before {
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #2f1405, #2f1405);
    opacity: 0.5;
}

.banner-area a{
  color:#FFFFFF;	
}

.banner-area a:hover{
  color:#DEDEDE;	
}

.banner-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  text-shadow:1px 1px 3px #000;
}

@media (max-width: 767px) {
  .banner-title {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .banner-title {
    font-size: 32px;
  }
}

.banner-subtitle{
	text-shadow:1px 1px 3px #000;
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner-heading {
  text-align: center;
}

.breadcrumb {
  padding: 0;
  background: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

.breadcrumb li a,
.breadcrumb .breadcrumb-item,
.breadcrumb li a:focus,
.breadcrumb li a:hover {
  color: #fff !important;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

/**/

.colabgap{
	padding:0.5em 0;
}								
.colabimg img{
	border: 3px solid #d8dadc;
	margin-right: 4px;
	width:48px;	
	display: inline-block;								
}	
.colabtxt{
	line-height: 1.5;
	font-size: 14px;
	color: #777;
	width: 300px;
	font-family: 'Barlow', sans-serif;									
}


/**/

.side-bar-hny-recent ul{
	 list-style-position: inside;	
	  list-style-type: none;
	  margin: 0;
	  padding: 0;								 
}
						
.side-bar-hny-recent ul li{
	
	 border-bottom:1px solid #fff;
}
													
.side-bar-hny-recent ul li a{
	background-color:#d8dadc;
	padding:0.8em;
	font-weight:500;
	display:block;
}
																					
.side-bar-hny-recent ul li.active a{
	background-color:#801a86;
	color:#fff;
}
																				
.side-bar-hny-recent ul li a:hover{
	background-color:#58bc82;
	font-weight:500;
	color:#fff;
}
	
/**/	
	

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w3-table td, .w3-table th, .w3-table-all td, .w3-table-all th {
    vertical-align: middle;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  line-height: inherit;
}

select{
  padding: 5px 60px 5px 15px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1em;
  background: url('../images/arrow-select.svg') right 8px no-repeat #FFF;
  background-color: rgb(255, 255, 255);
  background-size: auto;
  background-size: 22px 22px;
}	

.search-form-content .gap{
	margin:0.2em;	
}	

/**/

/*inner price box*/							
.inner_box_price{
	background-color:#801a86;	
}		

.inner_box_price .box_price_side{
	padding:1em;
}	

.inner_box_price .box_price_top .title, 
.inner_box_price .box_price_bottom .title{
	color:#801a86;
}	

.inner_box_price .box_price_side .label_price_title{
	color:#58bc82;
	font-size:1.8em;
	font-weight:700;
	text-transform:uppercase;
	padding:0.1em 0;
}		

.inner_box_price .box_price_side .label_price{
	color:#fff;
	font-size:1.3em;
	font-weight:700;
	text-transform:uppercase;
	padding:0.1em 0;
}		

.inner_box_price .box_price_side .label_price del{
	color:#58bc82;
	margin-left:0.3em;
}		

.inner_box_price .box_price_side .label_price_1{
	font-size:1.1em;
	font-weight:700;
	text-transform:uppercase;
	padding:0.1em 0;
}		

.inner_box_price .title{
	font-size:1.1em;
	font-weight:700;
	text-transform:uppercase;
	color:#801a86;
}

.inner_box_price .subtitle{
	font-size:1.1em;
	font-weight:400;	
}

.inner_box_price .price_button button{
	text-transform:uppercase;
	background-color:#58bc82;
	font-weight:700;
	color:#FFF;
	margin:0.2em 0;
}		

.inner_box_price .box_price_side .subtitle, 
.inner_box_price .box_price_top .subtitle, 
.inner_box_price .box_price_bottom .subtitle{
	color:#808080;
}			
					
.inner_box_price .box_price_top{ 
	padding:1.5em;
	margin-right:-1px;
	background-color:#dadada;	
}	
						
.inner_box_price .box_price_bottom{
	padding:1.5em;
	margin-right:-1px;
	background-color:#ececec;	
}	


@media ( max-width: 480px ) {

	.inner_box_price .box_price_side .label_price{
		font-size:2.2em;
	}		

	.inner_box_price .box_price_top{ 
		margin-right:0px;
		font-size:0.8em;
	}	
							
	.inner_box_price .box_price_bottom{
		margin-right:0px;
		font-size:0.8em;
	}	


	.inner_box_price .subtitle{
		font-weight:600;	
	}		
		
}						


/*--login--*/
/*--registration--*/
.login_sec{
padding: 0em 0 3em 0;
}
.log{
margin:1em 0 0em 0;
padding:0;
}
.login_sec h2{
	color: #801a86;
	font-size: 2em;
	text-align: left;
	font-family: 'Redressed', cursive;
	text-shadow: 1px 2px #801a86;
}
.login-right h3{
	text-transform: uppercase;
  font-size: 1.4em;
  font-family: 'Aladin', cursive;
  letter-spacing: 2px;
  color: #333;
  margin-bottom:0.5em;
}
.log p{
	color: #666;
	line-height:1.8em;
	font-size:1em;
}
.reg-right{
padding:2em 0 0 3em;
}
.login-right input[type="text"] {
border: 1px solid #EEE;
outline-color: #3498db;
width: 96%;
font-size: 1em;
padding: 0.5em;
}
.log p span{
display:inline-block;
cursor:pointer;
color:#1a1818;
text-decoration:underline;
}
.log h5{
color: #5d5959;
font-size:1.3em;
padding-bottom:10px; 
}
.log form {
	margin-top:2em;
}
.log form input[type="text"],.log form input[type="password"] {
	width: 94%;
	float: left;
	height: 46px;
	font-size: 1em;
	color: #888888;
	padding-left: 20px;
	border: 1px solid #ccc;
	margin-right: 20px;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.log form input[type="submit"], a.acount-btn{
	display:inline-block;
	padding: 12px 30px;
	font-size:1em;
	text-decoration: none;
	border:none;
	outline:none;
	margin-right:2em;
	margin-bottom:1em;
	color: #fff;
	font-weight: 600;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	margin: 0px 16px 0px 0px;
	background: #801a86;
	border: none;
	outline: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.log form input[type="submit"]:hover,a.acount-btn:hover{
	color: #fff;
	padding: 14px 30px;
	background: #801a86;
	opacity:0.8;
	border: none;
	outline: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.log a{
	text-decoration:underline;
}
a.acount-btn {
	font-size: 14px;
	color: #ffffff;
	background: #92bf47;
	border: none;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: inline-block;
	padding: 14px 30px;
}
.login-right p {
	color: #999;
	display: block;
	font-size: 1.1em;
	margin: 0 0 2em 0;
	line-height: 1.7em;
}
/*--//login--*/



.registration{
	padding: 0em 0% 0 0;
}
.registration h2{
	color: #801a86;
	font-size: 2em;
	text-align: left;
	text-shadow: 1px 2px #801a86;
}
.reg_fb {
	margin:3% 0;
	display: block;
	background: #3B5998;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.reg_fb img {
	background:#354F88;
	padding: 10px;
	float: left;
}
.reg_fb i {
	color: #ffffff;
	padding: 12px 16px;
	display: inline-block;
	font-size: 1.3em;
	text-transform: capitalize;
	font-style: normal;
}
.reg_fb:hover {
	background:#354F88;
}
.registration_left{
	float: left;
	width: 45.33333%;
	margin-left: 9.333%;
}
.registration_left:first-child{
	margin-left: 0;
}
.registration span{
	/* color: #777777; */
}
.registration_form{
	display: block;
}
.registration_form div{
	padding:10px 0;
}
.sky_form1{
	margin-bottom: -30px;
}
.sky_form1 ul{
	padding:0;
	list-style:none;
}
.sky_form1 ul li{
	float: left;
	margin-left: 20px;
}
.sky_form1 ul li:first-child{
	margin-left: 0;
}

.sky_form1 label{
	margin-bottom:1em;
}

.radio{
	margin-top:0;
}
.checkbox{
	font-size:1.1em;
	color:#999;
	margin:0;
}

.registration_form input[type="text"],.registration_form input[type="email"],.registration_form input[type="tel"],.registration_form input[type="password"], .registration_form textarea{
	width: 94%;
	float: left;
	height: 46px;
	font-size: 1em;
	color: #888888;
	padding-left: 20px;
	border: 1px solid #ccc;
	margin-right: 20px;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.registration_form textarea{
	height:auto;
}

.registration_form button[type="submit"],.registration_form input[type="submit"]{
	color: #fff;
	padding: 12px 30px;
	background: #801a86;
	opacity:1;
	border: none;
	outline: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;	
}

.registration_form button[type="submit"]:hover, .registration_form input[type="submit"]:hover{
	color: #fff;
	padding: 12px 30px;
	background: #801a86;
	opacity:0;
	opacity:0.8;
	border: none;
	outline: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.terms{
	text-decoration:underline;
	color: #999;
}
.terms:hover{
	text-decoration:none;
	color:#333;
}
.forget a{
	color: #999999;
	text-decoration: underline;
	font-size: 1.1em;
}
.forget a:hover{
	text-decoration: none;
}

/*---------------------
  Cart
-----------------------*/
/*--checkout--*/


.cart-box{
	width:auto;
	border:1px solid red;
}
				
.h-right{
	position:relative;
}

.header-right label nav {
	position:relative;
}

.header-right label nav div {
	background-color: #111111;
	border-radius: 50%;
	padding: 0.2em 0.5em;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	top: -20px;
	left: -13px;
}

.item_quantity {
  margin: 1em 0;
  font-size: 0.85em;
  padding: 5px 10px;
  display: block;
}

.item_add{
	color:#111;
	text-decoration:none;
	font-weight:600;
	font-size:0.9em;
	padding:0.5em 2em;	
	display:inline-block;
	border-radius:0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	margin: 0px 16px 0px 0px;
	background:transparent;
	border:1px solid #801a86;
	outline:none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;	
}

.item_add:hover{
	color:#fff;
	border:1px solid #801a86;	
	background:#801a86;
}	

.del-item-cart{
  color:red;		
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.check-in {
	width:100%;
	  margin: 2em 0 2em;
}
ul.unit{
	background:#333;
	padding:1em;
}
ul.unit li {
	display:inline-block;
	 width:20%;
	  float:left;
	}
 ul.unit li span{
	display:inline-block;
	color:#fff;
	font-size:1.2em;
	 
	  text-align:center;
}
.checkout {
  padding:0em 0 6em 0;
}
ul.cart-header{
 padding:1em;
	background:#f8f8f8;
	  border-bottom: 1px solid #b48b3b;
}
ul.cart-header1{
 padding:1em;
	background:#f8f8f8;
	  border-bottom: 1px solid #b48b3b;
}
ul.cart-header2{
 padding:1em;
	background:#f8f8f8;
	  border-bottom: 1px solid #b48b3b;
}
ul.cart-header3{
padding:1em;
	background:#f8f8f8;
}
 ul.cart-header li, ul.cart-header1 li, ul.cart-header2 li, ul.cart-header3 li{
	display:inline-block;
	
	 width:20%;
	  float:left;
	 
}
ul.cart-header li span,ul.cart-header1 li span,ul.cart-header2 li span,ul.cart-header3 li span{
  display: block;
  font-size: 1.1em;
  text-align: center;
  font-weight: 300;
}
li.ring-in img{
  margin: 0 auto;
}

.cart-header,.cart-header1{
	position:relative;
}
.cart-items {
  padding: 0;
}
a.add-cart {
  text-decoration: none;
  color: #fff;
  background:#801a86;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  display: inline-block;
  border-radius:0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;  
}
a.add-cart:hover {
  opacity:0.8;	
  background: #801a86;
  color:#FFF;
}
.cart-header {  
  position: relative;  
}
.cart-header2 {  
  position: relative;  
}
.delivery{
	margin:1em 0 0 16em;
}
.delivery p{
	color:#A6A6A6;
	font-size:0.85em;
	font-weight:400;
}
.delivery span{
	color:#A6A6A6;
	font-size:1em;
	font-weight:400;
	float:right;
}
a.continue{
	background:#333;
	padding:10px 1.5em;
	border-radius:7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	font-size:1em;
	color:#fff;
	text-decoration:none;
	display: block;
   font-weight: 600;  
   text-align: center;
   width: 72%;
   margin: 0px auto 3em auto;
}
a.continue:hover{
	background:#333;
}
.price-details{
	border-bottom:1px solid #e1e1e1;
	padding-bottom:10px;
	font-size:1.1em;
}
.price-details h3{
	color:#999;
	font-size:1.3em;
	margin-bottom:1em;
	font-weight:bold;
	
}
.price-details span{
	width:50%;
	float:left;
	padding:1px 0;
}
span.total{
	width:50%;
	float:left;
}
span.final{
	font-weight:600;
	padding-top:6px;
	font-size:1.3em;
}
h4.last-price{
	color:#333;
	font-size:1.3em;
	font-weight:600;
	width:50%;
	float:left;
	padding-top:10px;
}
.cart-total {
  padding-top: 5em;
}
a.order, button.order {
  background:#801a86;
  padding: 10px 1.5em;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  font-size: 1em;
	color:#fff;
  text-decoration: none;
  display: block;
  font-weight: 600;
  text-align: center;
  margin: 1em auto;
  border:none;
  width:100%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;  
}
a.order:hover, button.order:hover{
	background:#801a86;
	opacity:0.8;
  color: #fff;
}
.total-item{
	margin-top:2em;
	padding-bottom:2em;
}
.total-item h3 {
  color: #333;
  font-size: 1em;
  margin-bottom: 1em;
}
.total-item h4{
	font-size:0.8em;
	font-weight:600;
	color:#9C9C9C;
	display:inline-block;
	margin-right:6em;
}
a.cpns{
	background:#8E8E8E;
	color:#fff;
	border-radius:6px;
	-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
	padding: 10px;
  font-size: 0.8em;
	font-weight:600;
}
a.cpns:hover{
	background: #20759F;
}
.total-item p{
	font-size:0.9em;
	font-weight:400;
	margin-top:1em;
	color:#727272;	
}
.total-item p a:hover{
	color:#333;
	text-decoration:underline;
}

.steps-order{
	text-align:center;
	margin:1em 20%;
} 

.steps-circle{
	background: url('../images/circle-steps.svg') no-repeat;
	background-position: center;
	background-size: cover;
	font-size:1.8em;
	background-origin: content-box;
	padding: 5px 12px;
	color: #FFF;
}

.active-step{
	background: url('../images/circle-qtd.svg') no-repeat;
	background-position: center;
	background-size: cover;
	font-size:1.8em;
	background-origin: content-box;
	padding: 5px 12px;
	color: #FFF;
}	

.steps-text{
	font-size:1.2em;
	padding:0.5em 0;
	font-weight:normal;
}
			
.steps-text-active{
	font-size:1.1em;
	padding:0.5em 0;
	font-weight:bold;
}	


@media ( max-width: 480px ) {


	.steps-text{
		font-size:0.8em;
	}
				
	.steps-text-active{
		font-size:0.8em;
	}	

}		

.title-cart-steps{
	text-transform:uppercase;
}

/* search thumb */

.thumb-preview{
						
}

.thumb-preview .thumb-img img{
	border:1px solid #dedede;		
	border-radius:3%;	
}					

	
/**/

.geruloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/preload.svg) center no-repeat #fff;
}

/**/

.form-control:focus {
  box-shadow: none !important; }

body a:hover {
  color: #58bc82;
  transition: 0.3s ease; }

body input {
  border-radius: 4px; }

body img {
  border-radius: 4px; 
  margin-bottom: 0px;}

h3.hny-title {
  font-size: 30px;
  line-height: 40px;
  color: #020004;
  margin-bottom: 24px;
  text-transform: uppercase; }

h3.hny-title span {
  color: #58bc82;
  font-weight: 700; }

a.read-more.btn {
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  color: #58bc82;
  font-family: 'Open Sans', sans-serif; }

a.read-more.btn:hover {
  color: #801a86; }

img.admin-img {
	width: 20%;
	border: 2px solid #801a86;
	margin-right: 10px;
	display: inline-block; 
 }

img.admin-img-food {
  width: 4%;
  border: 4px solid #801a86;
  margin-right: 4px;
  display: inline-block; }

img.admin-img.admin-img1 {
  width: 12%; }

.mag-post-thumb-img img {
  border-radius: 50%;
  border: 4px solid #801a86; }

ol.breadcrumb.food {
  background: transparent; }

h2.hny-food-title {
  font-size: 46px; }

@media (max-width: 992px) {
  img.admin-img-food {
    width: 8%; }
  img.admin-img.admin-img1, img.admin-img {
    width: 20%; } }

@media (max-width: 800px) {
  img.admin-img.admin-img1, img.admin-img {
    width: 20%; } }

@media (max-width: 767px) {
  img.admin-img-food {
    width: 20%; }
  img.admin-img.admin-img1, img.admin-img {
    width: 20%; }
  h3.hny-title {
    font-size: 26px;
    line-height: 38px; } }

@media (max-width: 480px) {
  img.admin-img.admin-img1, img.admin-img {
    width: 20%; } }

/***/

.logo{
	text-align:left;
}

.logo img{
	width:180px;
	padding:0;	
}

.logofooter img{
	width:190px;
}

.footermenu a{
	color:#FFF;
	margin-right:1em;	
}

@media (max-width: 480px) {


	.logo {
		text-align:center;
	}

	.logo img{
		width:180px;	
		padding:15px;	
	}

	.logofooter img{
		width:60%;
	}	

	.footermenu a{
		color:#FFF;
		margin-right: 0.5em;
		font-size: 0.8em;	
	}	

}	

/** search **/

.search{
	position:relative;
}

.search input{
	border: 1px solid #cbcbcb;
	background-color: #f3f3f3;
	border-radius: 1.2em;
	width: 100%;
	padding: 0.4em 2.8em 0.4em 1em;
}

.search button{
	position: absolute;
	top: 4px;
	right: 10px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	font-size: 18px;
	color: #8f8f8f;
}

@media (max-width: 480px) {

	.search button {
	  right: 10px;
	}

}

/** /search  **/

.iconscart {
	float:right;
	text-align:none;
	padding:0;
}

.iconscart label{
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
}

.iconscart .cartnum{
	position: absolute;
	top: 0px;
	right: -20px;
	color:#FFF;
	font-size:0.8em;
	text-align: center;	
	border-radius:100%;
	border:1px solid #000;
	background-color:#000;
	height:25px;
	width:25px;
}
.iconscart .encom_num{
	position: absolute;
	top: -13px;
	right: -8px;
	color: #FFF;
	font-size: 0.8em;
	text-align: center;
	border-radius: 100%;
	border: 1px solid #000;
	background-color: #000;
	height: 25px;
	width: 25px;
	z-index: 2;
}

.iconscart a{
	display:inline-block;
	width:34px;	
}

.iconscart img{
	width:32px;	
}

@media (max-width: 480px) {

	.iconscart {
		float:none;
		text-align:center;
		padding:0.5em;
	}
	
	.iconscart img{
		width:28px;
	}

}	

.iconscart label {
	position:relative;
	font-weight:bold;
	color: #58bc82;
	top:5px;
}

.iconscart a {
    color: #fff
}

.iconscart a:hover {
    color: #fff
}

.color_fff {
    color: #fff !important
}

/**/


.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 14em;
	padding: 0.5em 0;
	margin: 1.4em 0 0;
	font-size: 0.9em;
	color: #fff;
	text-align: left;
	list-style: none;
	background-color: #801a86;
	background-clip: padding-box;
	border-top: 1px solid #fff;
	border-radius: 0;
}

.dropdown-menu a{
	color:#FFF;
	font-size:0.9em;
}

/**/

.inputnwl input{
	border:1px solid #fff;
	background:transparent;
	padding:0.5em 0.5em;
	border-radius:0;
	color:#fff;
}

.inputnwl input::placeholder{
	opacity:1;
	color:#fff;
}

.inputnwl button{
	padding:0.5em 0.8em;
	color:#fff;
	background:transparent;
	border:1px solid #FFF;
	
}

/**/

.header-6-main {
  /*--//--*/
  /* navbar-end */
  /*--//--*/
  /*--/home-v2--*/
  /*--/head-v2--*/
  /*--//head-v2--*/
  /*--//home-v2--*/
  /*-- responsive design --*/
  /*-- /responsive design --*/ }
  .header-6-main .header-top {
    padding: 30px 0;
	border-top: 4px solid #58bc82;
    background: #f0f0f0; }
		
	@media (max-width: 480px) {

	  .header-6-main .header-top {
		border-top: 2px solid #58bc82;
		}

	}	
	
	
  .header-6-main .header-hny-block {
	color:#fff;  
	background: #801a86;  
    padding: 16px 0; }
  .header-6-main .header-inn-top {
    align-items: center; }
  .header-6-main a.navbar-brand {
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    font-size: 26px;
    text-shadow: 0 1px 2px rgba(14, 14, 14, 0.231373);
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    font-weight: 300; }
  .header-6-main a.navbar-brand span {
    font-weight: 700;
    color: #801a86;
    font-family: 'Open Sans', sans-serif; }
  .header-6-main .header-top a.author-user {
    color: #fff; }
  .header-6-main .search-right a {
    color: #fff; }
  .header-6-main .two-pops {
    justify-content: flex-end; }
  .header-6-main .search-right .popup form input[type="search"] {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #555;
    border: none;
    height: 60px;
    border-radius: 4px;
    background: #fff;
    padding: 0 15px;
    width: 100%; }
  .header-6-main .search-right .popup form button {
    border: none;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    color: #fff;
    width: 25%;
    background: #801a86;
    line-height: 35px;
    display: inline-block;
    border-radius: 4px;
    transition: 0.5s ease-out;
    font-weight: 700;
    display: block;
    height: 50px;
    margin: 0 auto; }
  .header-6-main .search-right .popup form button:hover {
    background: #58bc82;
    outline: none;
    border: none; }
  .header-6-main .search-right .popup form input:focus {
    outline: none;
    border: none; }
  .header-6-main .search-right .pop-overlay {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    transition: opacity 0ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.97);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.85);
    height: 100vh; }
  .header-6-main .search-right .pop-overlay:target {
    visibility: visible;
    opacity: 1; }
  .header-6-main .search-right .popup {
    margin: 0rem auto;
    padding: 40px 50px;
    max-width: 700px;
    border-radius: 3px;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .header-6-main .search-right .search-top {
    display: grid;
    grid-template-columns: auto 1fr 1fr;
    grid-gap: 30px;
    margin-top: 24px; }
  .header-6-main .search-right .search-top h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 16px; }
  .header-6-main .search-right .popup h3 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 16px; }
  .header-6-main .search-right .search-top span.fa {
    padding-right: 10px; }
  .header-6-main .search-right .search-top li {
    display: block; }
  .header-6-main .search-right .search-top li a {
    font-size: 16px;
    color: var(--text-color);
    line-height: 28px; }
  .header-6-main .search-right .search-top li a:hover {
    color: var(--btn-color); }
  .header-6-main .search-right .close {
    position: absolute;
    top: 15px;
    right: 100px;
    transition: all 200ms;
    font-size: 40px;
    text-decoration: none;
    color: #fff;
    opacity: 1; }
  .header-6-main .search-right .close:hover {
    opacity: 0.8; }
  .header-6-main .side-show-content {
    padding: 2em 0; }
  .header-6-main .menu-overlay-left .overlay-menuv {
    overflow-y: scroll; }
  .header-6-main .menu-overlay-left .overlay-menuv::-webkit-scrollbar {
    width: 3px; }
  .header-6-main .menu-overlay-left .overlay-menuv::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
    border-radius: 5px; }
  .header-6-main .menu-overlay-left .overlay-menuv::-webkit-scrollbar-thumb {
    background: #999; }
  .header-6-main .menu-overlay-left .overlay-menuv-hny {
    position: relative; }
  .header-6-main .menu-overlay-left .menuopen {
    cursor: pointer;
    color: #fff;
    margin: 0 20px; }
  .header-6-main .menu-overlay-left .side-menu-hny:hover {
    opacity: 0.9; }
  .header-6-main .menu-overlay-left .overlay-menuv-hny input[type="checkbox"] {
    display: none; }
  .header-6-main .menu-overlay-left .side-menu-hny label.menuclose {
    text-transform: uppercase;
    text-align: center; }
  .header-6-main .menu-overlay-left .side-menu-hny label.menuclose:hover {
    cursor: pointer; }
  .header-6-main .menu-overlay-left .overlay-menuv {
    position: fixed;
    max-width: 350px;
    width: 350px;
    height: 100%;
    top: 0;
    right: 0;
    background: white;
    z-index: 999; }
  .header-6-main .menu-overlay-left .overlay-menuv label.menuclose {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 100;
    cursor: pointer;
    z-index: 999; }
  .header-6-main .menu-overlay-left .side-menu-hny ~ .overlay-menuv-hugeinc {
    opacity: 0;
    visibility: hidden; }
  .header-6-main .menu-overlay-left #op:checked ~ .overlay-menuv-hugeinc {
    opacity: 1;
    visibility: visible;
    padding: 0 2rem 1rem;
    box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.26); }
  .header-6-main .menu-overlay-left .overlay-menuv-hny span.fa-times {
    color: #555;
    font-size: 15px; }
  .header-6-main .menu-overlay-left .overlay-menuv-hny span.fa-times:hover {
    color: #020004; }
  .header-6-main .menu-overlay-left .slider-text-w3ls h4 {
    font-size: 35px;
    line-height: 40px;
    color: var(--white-color);
    margin-bottom: 20px; }
  .header-6-main .side-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: #222831;
    text-transform: uppercase;
    margin-bottom: 14px; }
  .header-6-main .quick-links-side {
    margin-top: 24px; }
  .header-6-main .quick-links-side ul {
    margin: 0;
    padding: 0; }
  .header-6-main .quick-links-side ul li {
    list-style: none; }
  .header-6-main .quick-links-side ul li a {
    padding: 0;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    margin-bottom: 10px; }
  .header-6-main .quick-links-side.follow-us ul.social-icons-top li a {
    margin-left: 0;
    margin-right: 10px; }
  .header-6-main nav.navbar.navbar-expand-lg {
    padding: 0; }
  .header-6-main li.nav-item {
    margin-right: 16px; }
  .header-6-main .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    font-family: 'Open Sans', sans-serif; }

	@media (max-width: 480px) {

	  .header-6-main .navbar-expand-lg .navbar-nav .nav-link {
		font-size: 16px;
	   }

	}
	
  .header-6-main .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #58bc82; }
  .header-6-main nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0 0; }
  .header-6-main .dropdown-item:hover, .header-6-main .dropdown-item:focus {
    color: #58bc82;
    text-decoration: none;
    background-color: transparent; }
  .header-6-main .dropdown-item {
    padding: 0.25rem 1rem;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif; }
	
	@media (max-width: 480px) {

	  .header-6-main .dropdown-item {
		font-size: 16px;
	   }

	}		
	
  .header-6-main ul.social-icons-top {
    margin-bottom: 0;
    padding: 0; }
  .header-6-main ul.social-icons-top li {
    display: inline-block;
    list-style: none; }
  .header-6-main ul.social-icons-top li a {
    display: block;
	text-transform:uppercase;
    background: transparent;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 12px;
    margin-left:14px;
	}
  .header-6-main ul.social-icons-top li a:hover {
    color: #58bc82; }
  .header-6-main .header-top.header-part-2 a.navbar-brand {
    color: #020004;
    font-size: 32px;
    text-shadow: none; }
  .header-6-main .search-right.search-header-2 a.close {
    color: #fff; }
  .header-6-main .life-style-right .menu-overlay-left .menuopen {
    cursor: pointer;
    color: #020004;
    margin: 0 20px; }
  .header-6-main .life-style-right .search-right a {
    color: #020004; }
  @media (max-width: 992px) {
    .header-6-main .navbar-toggler {
      margin: 0 auto; }
    .header-6-main li.nav-item {
      margin-right: 0;
      margin-bottom: 10px; }
    .header-6-main div#navbarNav {
      background: transparent;
      padding: 20px;
      margin-top: 10px; }
    .header-6-main ul.social-icons-top li a {
      margin-left: 0;
      margin-right: 10px; }
    .header-6-main .two-pops.part2-top {
      justify-content: flex-start;
      margin-top: 10px; } }
  @media (max-width: 800px) {
    .header-6-main .search-right .close {
      right: 25px; } }
  @media (max-width: 600px) {
    .header-6-main .search-right .popup form button {
      width: 100%; } }
  @media (max-width: 440px) {
    .header-6-main a.navbar-brand img {
      height: auto !important; }
    .header-6-main .header-top {
      padding: 16px 0; } }

.banner-slider-main {
  /*--/slider--*/
  /* Declare heights because of positioning of img element */
  /* Show it is fixed to the top */
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .banner-slider-main ol.carousel-indicators {
    margin: 0; }
  .banner-slider-main .carousel-item {
    min-height: 30em;
    position: relative;
    z-index: 1; }
  .banner-slider-main .carousel-item {
    background: url(../images/banner1.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    border-radius: 6px; }
  .banner-slider-main .carousel-item.item2 {
    background: url(../images/banner2.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    border-radius: 6px; }
  .banner-slider-main .carousel-item.item3 {
    background: url(../images/banner3.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    border-radius: 6px; }
  .banner-slider-main .carousel-item.item4 {
    background: url(../images/banner4.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    border-radius: 6px; }
  .banner-slider-main .carousel-item:before {
    content: "";
    background: rgba(16, 16, 16, 0.470588);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 6px; }
  .banner-slider-main .carousel-caption h3 {
    font-size: 30px;
    line-height: 42px;
    color: #fff;
    font-weight: 600; }
  .banner-slider-main .carousel-caption p {
    color: #fff; }
  .banner-slider-main .carousel-item .date-caption {
    opacity: 0.5;
    font-size: 13px;
    color: #fff;
    font-weight: 700; }
  .banner-slider-main .carousel-indicators {
    bottom: 7%;
    left: 0%;
    cursor: pointer;
    display: none; }
  .banner-slider-main .bnr-button {
    margin-top: 2em; }
  .banner-slider-main .carousel-caption {
    bottom: 0;
    z-index: 10;
    text-align: left;
    margin: 0 auto;
    right: 0%;
    left: 0;
    padding: 40px 50px; }
  .banner-slider-main .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32em; }
  .banner-slider-main .carousel-control {
    line-height: 42em; }
  .banner-slider-main .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease; }
  .banner-slider-main .carousel-indicators .active {
    background: #03cce6;
    width: 30px;
    height: 3px; }
  .banner-slider-main .carousel-control-prev,
  .banner-slider-main .carousel-control-next {
    background: #801a86;
    position: absolute;
    top: 42%;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    /* opacity: 0.5; */
    transition: opacity 0.15s ease;
    height: 50px;
    width: 60px;
    padding: -10px;
    opacity: 0.9; }
  @media (max-width: 736px) {
    .banner-slider-main .carousel-item {
      min-height: 25em; }
    .banner-slider-main .carousel-caption h3 {
      font-size: 26px;
      line-height: 34px; }
    .banner-slider-main .carousel-control-prev,
    .banner-slider-main .carousel-control-next {
      height: 50px;
      width: 40px; } }
  @media (max-width: 668px) {
    .banner-slider-main .carousel-caption h3 {
      font-size: 24px;
      line-height: 32px; } }
  @media (max-width: 600px) {
    .banner-slider-main .carousel-caption h3 {
      font-size: 20px;
      line-height: 30px; } }
  @media (max-width: 500px) {
    .banner-slider-main .carousel-item {
      min-height: 20em; } }

.banner-grids-main {
  /* Common style */
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
  /* Individual effects */
  /*---------------*/
  /***** Lily *****/
  /*---------------*/
  /* Show it is fixed to the top */
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .banner-grids-main .banhny-grid {
    position: relative;
    list-style: none;
    text-align: center; }
  .banner-grids-main .banhny-grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    background: #020004;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0px;
    border-radius: 6px; }
  .banner-grids-main .banhny-grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8; }
  .banner-grids-main .banhny-grid img {
    width: 100%;
    border-radius: 6px; }
  .banner-grids-main .banhny-grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .banner-grids-main .banhny-grid figure figcaption::before,
  .banner-grids-main .banhny-grid figure figcaption::after {
    pointer-events: none; }
  .banner-grids-main .banhny-grid figure figcaption,
  .banner-grids-main .banhny-grid figure figcaption > a {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    bottom: 44%; }
  .banner-grids-main .banhny-grid figure figcaption.one-hr,
  .banner-grids-main .banhny-grid figure figcaption.one-hr > a {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    bottom: 0%; }
  .banner-grids-main .banhny-grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0; }
  .banner-grids-main .banhny-grids-inf {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-gap: 0px 10px; }
  .banner-grids-main .banhny-grid.first-hs-slide figure {
    margin-bottom: 10px; }
  .banner-grids-main .banhny-grid figure h4 {
    transition: transform 0.35s;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700; }
  .banner-grids-main .banhny-grid figure h4 span {
    font-weight: 700; }
  .banner-grids-main .banhny-grid figure h4,
  .banner-grids-main .banhny-grid figure p {
    margin: 0;
    color: #fff; }
  .banner-grids-main .banhny-grid figure p {
    font-size: 68.5%;
    color: #fff;
    font-weight: 800; }
  .banner-grids-main .banhny-grid a.author-name {
    color: #fff; }
  .banner-grids-main figure.effect-lily img {
    opacity: 0.7;
    transition: opacity 0.35s, transform 0.35s;
    width: 100%; }
  .banner-grids-main figure.effect-lily figcaption {
    text-align: left; }
  .banner-grids-main figure.effect-lily figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1.5em;
    width: 100%;
    height: 50%; }
  .banner-grids-main figure.effect-lily h4,
  .banner-grids-main figure.effect-lily p {
    transform: translate3d(0, 40px, 0); }
  .banner-grids-main figure.effect-lily h4 {
    transition: transform 0.35s; }
  .banner-grids-main figure.effect-lily p {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    transition: opacity 0.2s, transform 0.35s; }
  .effect-lily h2, .effect-lily h3, .effect-lily h4{
	color:#FFF;
	text-shadow:1px 1px #000;
   }
  .effect-lily p{
	color:#FFF;
	text-shadow:1px 1px #000;
   }   
  .effect-lily a{
	color:#FFF;
   }	
  .effect-lily a:hover{
	color:#FFF;
	opacity:0.8;
   }	 
	.imgbackground {
	  background-position: center; 
	  color: white; 
	  text-align: center; 
	  font-size: 20px; 
	  border-radius:5px;
	}   
  .banner-grids-main figure.effect-lily:hover img,
  .banner-grids-main figure.effect-lily:hover p {
    opacity: 1; }
  .banner-grids-main figure.effect-lily:hover img,
  .banner-grids-main figure.effect-lily:hover h4,
  .banner-grids-main figure.effect-lily:hover p {
    transform: translate3d(0, 0, 0); }
  .banner-grids-main figure.effect-lily:hover p {
    transition-delay: 0.05s;
    transition-duration: 0.35s; }
  .banner-grids-main .banhny-grids-inf h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px; }
  .banner-grids-main .banhny-grids-inf h5 a {
    color: #232222; }
  .banner-grids-main img.img-fluid.admin-img2 {
    width: 12%;
    display: inline-block;
    margin-right: 6px;
    border-radius: 50%; }
  .banner-grids-main img.img-fluid.admin-img3 {
    width: 6%;
    display: inline-block;
    margin-right: 6px;
    border-radius: 50%; }
  @media (max-width: 1080px) {
    .banner-grids-main .banhny-grid figure h4 {
      font-size: 18px;
      line-height: 24px; } }
  @media (max-width: 800px) {
    .banner-grids-main .banhny-grids-inf {
      display: grid;
      grid-template-columns: 2fr 1fr; }
    .banner-grids-main .banhny-gd-1.third-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-column: span 2; } }
  @media (max-width: 600px) {
    .banner-grids-main .banhny-grids-inf {
      display: block;
      grid-template-columns: 2fr 1fr; }
    .banner-grids-main .banhny-gd-1.third-grid {
      display: block;
      grid-template-columns: 1fr;
      grid-column: span 2; } }

.mag-main {
  /* Common style */
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
  /* Individual effects */
  /*---------------*/
  /***** Lily *****/
  /*---------------*/
  /*-- /grids --*
        .grid-col-4 {
            display:grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            grid-gap:20px;
        }
    /*-- //grids --*/
  /*---------------*/
  /*--/side-bar--*/
  /*--//side-bar--*/
  /*--/newsletter--*/
  /*--//newsletter--*/ }
  .mag-main .maghny-grid {
    position: relative;
    list-style: none;
    text-align: center; }
  .mag-main .maghny-grid figure {
    position: relative;
    /*float: left;*/
    overflow: hidden;
    background: #020004;
    text-align: center;
    cursor: pointer;
    margin-bottom: 18px;
    border-radius: 6px; }
  .mag-main .maghny-grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
    border-radius: 6px; }
  .mag-main .maghny-grid figure figcaption {
    padding: 2em;
    color: #fff;
    /* text-transform: capitalize; */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .mag-main .maghny-grid figure figcaption::before,
  .mag-main .maghny-grid figure figcaption::after {
    pointer-events: none; }
  .mag-main .maghny-grid figure figcaption,
  .mag-main .maghny-grid figure figcaption > a {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%; }
  .mag-main .maghny-grid figure figcaption.w3set-hny {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%; }
  .mag-main .maghny-grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0; }
  .mag-main .maghny-grid figure h4 {
    transition: transform 0.35s;
    font-size: 18px;
    line-height: 28px; }
  .mag-main .maghny-grid figure h4.top-text {
    font-size: 20px;
    line-height: 28px; }
  .mag-main .maghny-grid figure h4 span {
    font-weight: 700; }
  .mag-main .maghny-grid figure h4,
  .mag-main .maghny-grid figure p {
    margin: 0;
    color: #fff; }
  .mag-main .maghny-grid figure p {
    font-size: 68.5%;
    color: #fff;
    font-weight: 800; }
  .mag-main .maghny-grid a.author-name {
    color: #fff; }
  .mag-main figure.effect-lily img {
    opacity: 0.7;
    transition: opacity 0.35s, transform 0.35s;
    width: 100%;
    border-radius: 6px; }
  .mag-main figure.effect-lily figcaption {
    text-align: left; }
  .mag-main figure.effect-lily figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1.5em;
    width: 100%;
    height: 80%; }
  .mag-main figure.effect-lily h4,
  .mag-main figure.effect-lily p {
    transform: translate3d(0, 40px, 0); }
  .mag-main figure.effect-lily h4 {
    transition: transform 0.35s; }
  .mag-main figure.effect-lily p {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    transition: opacity 0.2s, transform 0.35s; }
  .mag-main figure.effect-lily:hover img,
  .mag-main figure.effect-lily:hover p {
    opacity: 1; }
  .mag-main figure.effect-lily:hover img,
  .mag-main figure.effect-lily:hover h4,
  .mag-main figure.effect-lily:hover p {
    transform: translate3d(0, 0, 0); }
  .mag-main figure.effect-lily:hover p {
    transition-delay: 0.05s;
    transition-duration: 0.35s; }
  .mag-main .maghny-grids-inf h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px; }
  .mag-main h5.food-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px; }
  .mag-main .grid-social-box a {
    display: flex;
    align-items: center; }
  .mag-main .grid-social-box a:hover {
    opacity: 0.9; }
  .mag-main span.sub_social_info {
    font-size: 12px;
    text-align: left;
    color: #212529;
    display: block;
    font-weight: 600; }
  .mag-main .sub-facebook {
    text-align: center;
    display: block;
    height: 48px;
    background: transparent;
    border: 1px solid rgba(59, 62, 66, 0.3);
    border-radius: 4px; }
  .mag-main .sub-facebook:hover span.fa {
    color: #516eab;
    transition: 0.3s ease; }
  .mag-main .sub-facebook.twitter:hover span.fa {
    color: #29c5f6;
    transition: 0.3s ease; }
  .mag-main .sub-facebook.google:hover span.fa {
    color: #e14e42;
    transition: 0.3s ease; }
  .mag-main .sub-facebook.dribble:hover span.fa {
    color: #ea4c89;
    transition: 0.3s ease; }
  .mag-main .grid-social-box span.fa {
    display: block;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-right: 1px solid rgba(59, 62, 66, 0.3);
    font-size: 22px;
    color: #801a86; }
  .mag-main span.sub_social_info.sub_social_info_name {
    color: #555;
    font-weight: normal; }
  .mag-main .mag-post-head {
    font-size: 20px;
    line-height: 26px;
    text-transform: capitalize;
    font-weight: 700; }
  .mag-main .soc-info {
    display: block;
    padding-left: 20px; }
  .mag-main .mag-add-post img,
  .mag-main .dont-miss img {
    width: 100%; }
  .mag-main h6.num-text {
    font-size: 38px;
    margin: 0;
    font-style: italic;
    color: #801a86;
    font-weight: 700;
    text-align: center; }
  .mag-main .mag-post-details {
    padding-left: 0; }
  .mag-main .fas-gallery-grid .content {
    position: relative;
    margin: auto;
    overflow: hidden;
    text-align: center; }
  .mag-main .fas-gallery-grid .content .content-overlay {
    background: rgba(4, 4, 4, 0.58);
    position: absolute;
    height: auto;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 4px; }
  .mag-main .fas-gallery-grid .content:hover .content-overlay {
    opacity: 1; }
  .mag-main .fas-gallery-grid .content-image {
    width: 100%; }
  .mag-main .fas-gallery-grid .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out 0s; }
  .mag-main .fas-gallery-grid .content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1; }
  .mag-main .fas-gallery-grid .content-title {
    color: #fff;
    font-weight: 700;
    text-transform: capitalize; }
  .mag-main .fas-gallery-grid .content-details p {
    color: #fff;
    font-size: 0.8em; }
  .mag-main .fas-gallery-grid .fadeIn-bottom {
    top: 80%; }
  .mag-main .fas-gallery-grid .fadeIn-top {
    top: 20%; }
  .mag-main .fas-gallery-grid .fadeIn-left {
    left: 20%; }
  .mag-main .fas-gallery-grid .fadeIn-right {
    left: 80%; }
  .mag-main .maghny-gd-1 {
    position: relative; }	
  .mag-main .maghny-gd-1.food-grid1 p {
    margin-bottom: 0; }
  .mag-main .mag-content-right-hny aside {
    padding-left: 24px; }
  .mag-main h4.mag-side-title {
    font-size: 30px;
    line-height: 40px;
    display: inline-block;
    color: #232222;
    margin-bottom: 24px;
    text-transform: uppercase; }
  .mag-main h4.mag-side-title span {
    color: #58bc82;
    font-weight: 700; }
  .mag-main .mag-post-meta {
    margin-top: 6px;
    font-size: 13px;
    font-size: 13px; }
  .mag-main .mag-post-meta span {
    color: #555;
    font-family: 'Barlow', sans-serif;
    font-size: 13px; }
  .mag-main a.author-name {
    color: #555;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
    font-size: 13px; }
  .mag-main h4.mag-post-title {
    font-size: 17px;
    margin: 0;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 22px;
    color: #801a86; }
  .mag-main h4.mag-post-cate {
    font-size: 16px;
    margin: 0;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: capitalize;
    line-height: 20px; }
  .mag-main .mag-small-post h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px; }
  .mag-main h5.top-title a {
    font-weight: 700; }
  .mag-main .video-content {
    background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner1.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    padding: 5em 3em;
    text-align: center;
    border-radius: 4px; }
  .mag-main .video-content2 {
    background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner3.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    padding: 5em 3em;
    text-align: center;
    border-radius: 4px; }
  .mag-main .video-content h4 a {
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    display: block; }
  .mag-main a.play-button.btn {
    display: inline-block;
    width: 78px;
    height: 78px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    border: 3px solid #fff; }
  .mag-main a.play-button.btn span {
    font-size: 24px;
    color: #ffffff;
    line-height: 58px;
    margin-left: 4px; }
  .mag-main .video-content .notify-pop-overlay {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(17, 17, 17, 0.580392);
    transition: opacity 0ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99; }
  .mag-main .video-content .notify-pop-overlay:target {
    visibility: visible;
    opacity: 1; }
  .mag-main .video-content .notify-popup {
    background: #fff;
    border-radius: 0;
    width: 35%;
    position: relative;
    margin: 8em auto;
    padding: 50px 50px;
    text-align: center; }
  .mag-main .video-content .notify-popup h5 {
    font-size: 20px;
    color: #020004;
    font-weight: 700;
    line-height: 33px; }
  .mag-main .video-content .notify-popup .close {
    position: absolute;
    top: 5px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: normal;
    text-decoration: none;
    color: #2f3542; }
  .mag-main .video-content.notify-popup .close:hover {
    color: #232222; }
  .mag-main .video-content .notify-popup iframe {
    width: 100%;
    min-height: 300px; }
  .mag-main .post-item-grid.align-items-center.row {
    background: transparent;
    padding: 13px 13px;
    margin: 0;
    border: 1px solid rgba(10, 0, 9, 0.07);
    border-radius: 4px; }
  .mag-main .post-item-grid.align-items-center.row:hover {
    background: #fbf8f9;
    transition: 0.3s ease; }
  .mag-main .post-item-grid.align-items-center.row:hover a {
    color: #58bc82; }
  .mag-main .mag-hny-content img {
    border-radius: 6px; }
  .mag-main .newsletter-infhny {
    position: relative;
    box-shadow: 0 0 1px rgba(20, 21, 22, 0.48);
    border-radius: 4px;
    background: rgba(35, 50, 102, 0.05) url(../images/strip.png) no-repeat; }
  .mag-main .newsletter-infhny h2 {
    color: #ed6663;
    font-size: 28px;
    font-weight: 700; }
  .mag-main .newsletter-infhny p {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px; }
  .mag-main .newsletter-infhny {
    margin: 0 auto;
    text-align: center; }
  .mag-main form.newsletter-form {
    margin: 0 auto;
    width: 50%; }
  .mag-main .newsletter-infhny input {
    background: transparent;
    border: 2px solid #801a86;
    outline: none;
    width: 100%;
    font-size: 16px;
    padding: 0px 20px;
    color: #555;
    height: 60px;
    text-align: left;
    -webkit-appearance: none; }
  .mag-main .newsletter-infhny input:focus {
    background: rgba(255, 163, 114, 0.109); }
  .mag-main .newsletter-form .btn {
    background: #801a86;
    border: none;
    cursor: pointer;
    outline: none;
    color: #fff;
    text-decoration: none;
    padding: 0px 20px;
    text-align: center;
    font-size: 16px;
    width: 30%;
    height: 46px;
    -webkit-appearance: none;
    font-weight: 700;
    border-radius: 4px; }
  .mag-main .newsletter-form .btn:hover {
    background: #801a86; }
  .mag-main a.page-link.btn {
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #020004;
    font-family: 'Open Sans', sans-serif;
    border: transparent;
    border-radius: 0;
    background: #969595; }
  .mag-main a.page-link.btn.active {
    background: #801a86;
    border: transparent; }
  .mag-main a.load-more.btn {
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    background: #801a86;
    border: 2px solid transparent;
    border-radius: 0; }
  .mag-main a.load-more.btn:hover {
    color: #801a86;
    background: transparent;
    border: 2px solid #801a86; }
  @media (max-width: 1080px) {
    .mag-main .mag-post-meta span, .mag-main a.author-name, .mag-main .mag-post-meta {
      font-size: 10px; }
    .mag-main .maghny-grid figure h4 {
		font-size: 20px;
		line-height: 30px;
	  }
    .mag-main .maghny-grid figure figcaption {
      padding: 2em 1em; }
    .mag-main h4.mag-side-title {
      font-size: 26px;
      line-height: 26px;
      margin-bottom: 24px; }
    .mag-main .video-content .notify-popup {
      width: 50%; } }
  @media (max-width: 992px) {
    .mag-main h5.food-title {
      font-size: 24px;
      line-height: 34px; }
    .mag-main .mag-content-right-hny aside {
      padding-left: 0; }
    .mag-main .mag-content-right-hny {
      margin-top: 3em; }
    .mag-main .maghny-gd-1 {
      margin-bottom: 2em; }
    .mag-main .maghny-gd-1 p {
      margin-bottom: 0; }
    .mag-main .maghny-grids-inf h5 {
      font-size: 17px;
      line-height: 20px; }
    .mag-main .fashion-gd-1 {
      float: left;
      width: 50%;
      margin-bottom: 25px; }
    .mag-main h4.mag-side-title {
      font-size: 28px;
      line-height: 28px;
      margin-bottom: 24px; }
    .mag-main form.newsletter-form {
      margin: 36px auto 0;
      width: 60%; }
    .mag-main .newsletter-form .btn {
      width: 50%; }
    .mag-main .sub-one-left {
      margin-bottom: 2em; }
    .mag-main .grid-social-box {
      margin-bottom: 10px; }
    .mag-main .mag-add-post img {
      width: 35%; }
    .mag-main .mag-small-post.dont-miss-grids-inf {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 20px; } }
  @media (max-width: 800px) {
    .mag-main .mag-post-meta span, .mag-main a.author-name, .mag-main .mag-post-meta {
      font-size: 16px; }
    .mag-main .video-content .notify-popup {
      width: 60%; } }
  @media (max-width: 767px) {
    .mag-main .item-pic {
      float: left;
      width: 30%; }
    .mag-main .item-details {
      float: right;
      width: 70%; }
    .mag-main .mag-add-post img {
      width: 50%; } }
  @media (max-width: 667px) {
    .mag-main h5.food-title {
      font-size: 22px;
      line-height: 32px; }
    .mag-main .load-more {
      padding-bottom: 2em; }
    .mag-main .fashion-gd-1 {
      width: 100%;
      margin-bottom: 20px; }
    .mag-main form.newsletter-form {
      width: 100%; }
    .mag-main .newsletter-form .btn {
      width: 100%; }
    .mag-main .video-content .notify-popup {
      width: 70%; }
    .mag-main .mag-small-post.dont-miss-grids-inf {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 20px; } }
  @media (max-width: 600px) {
    .mag-main .maghny-grids-inf h5 {
      font-size: 20px;
      line-height: 26px; }
    .mag-main .video-content .notify-popup {
      width: 90%;
      padding: 30px; }
    .mag-main .video-content .notify-popup iframe {
      width: 100%;
      min-height: 170px; }
    .mag-main .newsletter-infhny h2 {
      font-size: 22px; }
    .mag-main .mag-add-post img {
      width: 100%; } }
  @media (max-width: 569px) {
    .mag-main .grid-social-box {
      margin-bottom: 10px;
      float: left;
      width: 50%; } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

.owl-dots {
  margin-top: 26px; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px;
  display: none; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #555;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #58bc82;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #555;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #58bc82; }

.footer-66 .footer-inner-main {
  background: #801a86; }

.footer-66 .footer-top .sub-one-left h6,
.footer-66 .footer-top .sub-two-right h6 {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: 600; }

.footer-66 .footer-top p, .footer-66 .footer-top a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #aaaaab; }

.footer-66 .footer-sub-gd a {
  display: block;
  margin-bottom: 12px; }
  
.footer-66 .footer-sub-gd a:hover {
  color:#58bc82; }

.footer-66 .footer-top ul.social-footer li {
  display: inline-block;
  margin-right: 5px; }

.footer-66 .footer-top ul.social-footer {
  padding: 0;
  margin-bottom: 0;
  margin-top: 30px; }

.footer-66 .footer-top ul.social-footer li a {
  color: #fff;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.06);
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  font-size: 20px; }

.footer-66 .footer-top ul.social-footer li a:hover {
  opacity: 0.8;
  transition: 0.3s ease; }

.footer-66 .footer-top ul.social-footer li a span {
  line-height: 40px; }

.footer-66 .footer-top ul.social-footer li a:hover {
  color: #58bc82; }

.footer-66 .footer-top .columns-2 {
  margin-top: 1.2em; }

.footer-66 h5.inner {
  line-height: 24px;
  font-size: 14px;
  color: #aaaaab;
  padding: 0;
  font-weight: 600; }

.footer-66 h5.inner a {
  color: #fff; }

.footer-66 .footer-top .columns p a {
  color: #fff; }

.footer-66 ul.footer-sub-gd {
  padding: 0;
  margin: 0; }

.footer-66 ul.footer-sub-gd li {
  list-style: none; }

.footer-66 .footer-top .columns p a:hover {
  color: #fff;
  text-decoration: none; }

.footer-66 .below-section {
  background: #801a86;
  padding: 12px 0; }

.footer-66 .td-post-date {
  font-size: 14px;
  color: #fff;
  opacity: 0.4; }

.footer-66 .copyright-footer p {
  color: #fff;
  margin-bottom: 0; 
  text-align:left;
  }
  
@media (max-width: 480px) {  
  
	.footer-66 .copyright-footer p {
	  color: #fff;
	  margin-bottom: 0;
	  text-align:center;
	 }

}  

.footer-66 .copyright-footer p a {
  color: #58bc82; }

.footer-66 #movetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99;
  font-size: 12px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 42px;
  height: 42px;
  background: #000;
  padding: 0;
  line-height: 42px;
  transition: 0.5s ease-out;
  border-radius: 50%; }

.footer-66 #movetop:hover {
  background: #333;
  opacity: 0.9; }

@media (max-width: 736px) {
  .footer-66 .footer-top .sub-one-left h6,
  .footer-66 .footer-top .sub-two-right h6 {
    padding-bottom: 0px; } }

.banner-slider2-main {
  /*!
*  - v1.0.0
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
  /* Show it is fixed to the top */
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .banner-slider2-main .slider-pro {
    position: relative;
    margin: 0 auto; }
  .banner-slider2-main .sp-slides-container {
    position: relative; }
  .banner-slider2-main .sp-mask {
    position: relative;
    overflow: hidden; }
  .banner-slider2-main .sp-slides {
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000; }
  .banner-slider2-main .sp-slide {
    position: absolute; }
  .banner-slider2-main .sp-image-container {
    overflow: hidden;
    border-radius: 6px; }
  .banner-slider2-main .sp-image {
    position: relative;
    display: block;
    border: none;
    border-radius: 6px; }
  .banner-slider2-main .sp-thumbnails-container {
    position: relative;
    overflow: hidden; }
  .banner-slider2-main .sp-bottom-thumbnails,
  .banner-slider2-main .sp-top-thumbnails {
    left: 0;
    margin: 0 auto; }
  .banner-slider2-main .sp-left-thumbnails,
  .banner-slider2-main .sp-right-thumbnails,
  .banner-slider2-main .sp-top-thumbnails {
    position: absolute;
    top: 0; }
  .banner-slider2-main .sp-right-thumbnails {
    right: 0; }
  .banner-slider2-main .sp-left-thumbnails {
    left: 0; }
  .banner-slider2-main .sp-thumbnails {
    position: relative; }
  .banner-slider2-main .sp-thumbnail {
    border: none; }
  .banner-slider2-main .sp-thumbnail-container {
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
    box-sizing: border-box; }
  .banner-slider2-main .sp-bottom-thumbnails .sp-thumbnail-container,
  .banner-slider2-main .sp-top-thumbnails .sp-thumbnail-container {
    margin-left: 2px;
    margin-right: 2px; }
  .banner-slider2-main .sp-bottom-thumbnails .sp-thumbnail-container:first-child,
  .banner-slider2-main .sp-top-thumbnails .sp-thumbnail-container:first-child {
    margin-left: 0; }
  .banner-slider2-main .sp-bottom-thumbnails .sp-thumbnail-container:last-child,
  .banner-slider2-main .sp-top-thumbnails .sp-thumbnail-container:last-child {
    margin-right: 0; }
  .banner-slider2-main .sp-left-thumbnails .sp-thumbnail-container,
  .banner-slider2-main .sp-right-thumbnails .sp-thumbnail-container {
    margin-top: 2px;
    margin-bottom: 2px; }
  .banner-slider2-main .sp-left-thumbnails .sp-thumbnail-container:first-child,
  .banner-slider2-main .sp-right-thumbnails .sp-thumbnail-container:first-child {
    margin-top: 0; }
  .banner-slider2-main .sp-left-thumbnails .sp-thumbnail-container:last-child,
  .banner-slider2-main .sp-right-thumbnails .sp-thumbnail-container:last-child {
    margin-bottom: 0; }
  .banner-slider2-main .sp-right-thumbnails.sp-has-pointer {
    margin-left: -13px; }
  .banner-slider2-main .sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
    position: absolute;
    left: 18px;
    margin-left: 0 !important; }
  .banner-slider2-main .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    content: '';
    position: absolute;
    height: 100%;
    border-left: 5px solid red;
    left: 0;
    top: 0;
    margin-left: 13px; }
  .banner-slider2-main .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    content: '\25c0';
    position: absolute;
    font-family: Arial;
    font-size: 16px;
    line-height: 1;
    color: red;
    left: 0;
    top: 50%;
    margin-top: -6px; }
  .banner-slider2-main .ie10 .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after,
  .banner-slider2-main .ie11 .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after,
  .banner-slider2-main .ie9 .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    content: '\25bc';
    transform: rotate(90deg); }
  .banner-slider2-main .sp-left-thumbnails.sp-has-pointer {
    margin-right: -13px; }
  .banner-slider2-main .sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
    position: absolute;
    right: 18px; }
  .banner-slider2-main .sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    content: '';
    position: absolute;
    height: 100%;
    border-left: 5px solid red;
    right: 0;
    top: 0;
    margin-right: 13px; }
  .banner-slider2-main .sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    content: '\25ba';
    position: absolute;
    font-family: Arial;
    font-size: 16px;
    line-height: 1;
    color: red;
    right: 0;
    top: 50%;
    margin-top: -6px; }
  .banner-slider2-main .ie10 .sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after,
  .banner-slider2-main .ie11 .sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after,
  .banner-slider2-main .ie9 .sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    content: '\25b2';
    transform: rotate(90deg); }
  .banner-slider2-main .sp-bottom-thumbnails.sp-has-pointer {
    margin-top: -13px; }
  .banner-slider2-main .sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
    position: absolute;
    top: 18px;
    margin-top: 0 !important; }
  .banner-slider2-main .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 5px solid red;
    top: 0;
    margin-top: 13px; }
  .banner-slider2-main .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    content: '\25b2';
    position: absolute;
    font-family: Arial;
    font-size: 16px;
    line-height: 1;
    color: red;
    left: 50%;
    top: 0;
    margin-left: -9px; }
  .banner-slider2-main .sp-top-thumbnails.sp-has-pointer {
    margin-bottom: -13px; }
  .banner-slider2-main .sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
    position: absolute;
    bottom: 18px; }
  .banner-slider2-main .sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 5px solid red;
    bottom: 0;
    margin-bottom: 13px; }
  .banner-slider2-main .sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    content: '\25bc';
    position: absolute;
    font-family: Arial;
    font-size: 16px;
    line-height: 1;
    color: red;
    left: 50%;
    bottom: 0;
    margin-left: -9px; }
  .banner-slider2-main .sp-layer {
    position: absolute;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-backface-visibility: hidden; }
  .banner-slider2-main .sp-black {
    color: #FFF;
    background: #000;
    background: rgba(0, 0, 0, 0.7); }
  .banner-slider2-main .sp-white {
    color: #000;
    background: #fff;
    background: rgba(255, 255, 255, 0.7); }
  .banner-slider2-main .sp-rounded {
    border-radius: 10px; }
  .banner-slider2-main .sp-padding {
    padding: 10px; }
  .banner-slider2-main .sp-grab {
    cursor: url(images/openhand.cur), move; }
  .banner-slider2-main .sp-grabbing {
    cursor: url(images/closedhand.cur), move; }
  .banner-slider2-main .sp-selectable {
    cursor: default; }
  .banner-slider2-main .sp-caption-container {
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #58bc82; }
  .banner-slider2-main .sp-full-screen {
    margin: 0 !important;
    background-color: #000; }
  .banner-slider2-main .sp-full-screen-button {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    transform: rotate(45deg); }
  .banner-slider2-main .sp-full-screen-button:before {
    content: '\2195'; }
  .banner-slider2-main .sp-fade-full-screen {
    opacity: 0;
    transition: opacity .5s; }
  .banner-slider2-main .slider-pro:hover .sp-fade-full-screen {
    opacity: 1; }
  .banner-slider2-main .sp-buttons {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 10px; }
  .banner-slider2-main .sp-button {
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 50%;
    margin: 4px;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer; }
  .banner-slider2-main .sp-selected-button {
    background-color: #000; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .banner-slider2-main .sp-button {
      width: 14px;
      height: 14px; }
    .banner-slider2-main .sp-has-buttons {
      margin-bottom: 36px; } }
  @media only screen and (min-width: 568px) and (max-width: 768px) {
    .banner-slider2-main .sp-button {
      width: 16px;
      height: 16px; }
    .banner-slider2-main .sp-has-buttons {
      margin-bottom: 38px; } }
  @media only screen and (min-width: 320px) and (max-width: 568px) {
    .banner-slider2-main .sp-button {
      width: 18px;
      height: 18px; }
    .banner-slider2-main .sp-has-buttons {
      margin-bottom: 40px; } }
  .banner-slider2-main .sp-fade-arrows {
    opacity: 0;
    transition: opacity .5s; }
  .banner-slider2-main .sp-slides-container:hover .sp-fade-arrows {
    opacity: 1; }
  .banner-slider2-main .sp-arrow {
    position: absolute;
    font-size: 40px;
    color: #FFF;
    text-shadow: 1px 1px 1px #666;
    cursor: pointer; }
  .banner-slider2-main .sp-vertical .sp-arrow {
    transform: rotate(90deg); }
  .banner-slider2-main .sp-horizontal .sp-arrow {
    top: 50%;
    margin-top: -20px; }
  .banner-slider2-main .sp-vertical .sp-arrow {
    left: 50%;
    margin-left: -10px; }
  .banner-slider2-main .sp-previous-arrow:before {
    content: '\276e'; }
  .banner-slider2-main .ie7 .sp-previous-arrow:before,
  .banner-slider2-main .ie8 .sp-previous-arrow:before,
  .banner-slider2-main .ie9 .sp-previous-arrow:before,
  .banner-slider2-main .ios .sp-previous-arrow:before {
    content: '\25c0'; }
  .banner-slider2-main .ie7.sp-vertical .sp-previous-arrow:before,
  .banner-slider2-main .ie8.sp-vertical .sp-previous-arrow:before {
    content: '\25b2'; }
  .banner-slider2-main .sp-next-arrow:before {
    content: '\276f'; }
  .banner-slider2-main .ie7 .sp-next-arrow:before,
  .banner-slider2-main .ie8 .sp-next-arrow:before,
  .banner-slider2-main .ie9 .sp-next-arrow:before,
  .banner-slider2-main .ios .sp-next-arrow:before {
    content: '\25b6'; }
  .banner-slider2-main .ie7.sp-vertical .sp-next-arrow:before,
  .banner-slider2-main .ie8.sp-vertical .sp-next-arrow:before {
    content: '\25bc'; }
  .banner-slider2-main .sp-horizontal .sp-previous-arrow {
    left: 20px; }
  .banner-slider2-main .sp-horizontal .sp-next-arrow {
    right: 20px; }
  .banner-slider2-main .sp-vertical .sp-previous-arrow {
    top: 20px; }
  .banner-slider2-main .sp-vertical .sp-next-arrow {
    bottom: 20px; }
  .banner-slider2-main .sp-thumbnail-arrows {
    position: absolute; }
  .banner-slider2-main .sp-fade-thumbnail-arrows {
    opacity: 0;
    transition: opacity .5s; }
  .banner-slider2-main .sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
    opacity: 1; }
  .banner-slider2-main .sp-bottom-thumbnails .sp-thumbnail-arrows,
  .banner-slider2-main .sp-top-thumbnails .sp-thumbnail-arrows {
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -10px; }
  .banner-slider2-main .sp-left-thumbnails .sp-thumbnail-arrows,
  .banner-slider2-main .sp-right-thumbnails .sp-thumbnail-arrows {
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -5px; }
  .banner-slider2-main .sp-thumbnail-arrow {
    position: absolute;
    font-size: 20px;
    color: #FFF;
    text-shadow: 1px 1px 1px #666;
    cursor: pointer; }
  .banner-slider2-main .sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
  .banner-slider2-main .sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
    transform: rotate(90deg); }
  .banner-slider2-main .sp-previous-thumbnail-arrow:before {
    content: '\276e'; }
  .banner-slider2-main .ie7 .sp-previous-thumbnail-arrow:before,
  .banner-slider2-main .ie8 .sp-previous-thumbnail-arrow:before,
  .banner-slider2-main .ie9 .sp-previous-thumbnail-arrow:before,
  .banner-slider2-main .ios .sp-previous-thumbnail-arrow:before {
    content: '\25c0'; }
  .banner-slider2-main .ie7.sp-vertical .sp-previous-thumbnail-arrow:before,
  .banner-slider2-main .ie8.sp-vertical .sp-previous-thumbnail-arrow:before {
    content: '\25b2'; }
  .banner-slider2-main .sp-next-thumbnail-arrow:before {
    content: '\276f'; }
  .banner-slider2-main .ie7 .sp-next-thumbnail-arrow:before,
  .banner-slider2-main .ie8 .sp-next-thumbnail-arrow:before,
  .banner-slider2-main .ie9 .sp-next-thumbnail-arrow:before,
  .banner-slider2-main .ios .sp-next-thumbnail-arrow:before {
    content: '\25b6'; }
  .banner-slider2-main .ie7.sp-vertical .sp-next-thumbnail-arrow:before,
  .banner-slider2-main .ie8.sp-vertical .sp-next-thumbnail-arrow:before {
    content: '\25bc'; }
  .banner-slider2-main .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
  .banner-slider2-main .sp-top-thumbnails .sp-previous-thumbnail-arrow {
    left: 0; }
  .banner-slider2-main .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
  .banner-slider2-main .sp-top-thumbnails .sp-next-thumbnail-arrow {
    right: 0; }
  .banner-slider2-main .sp-left-thumbnails .sp-previous-thumbnail-arrow,
  .banner-slider2-main .sp-right-thumbnails .sp-previous-thumbnail-arrow {
    top: 0; }
  .banner-slider2-main .sp-left-thumbnails .sp-next-thumbnail-arrow,
  .banner-slider2-main .sp-right-thumbnails .sp-next-thumbnail-arrow {
    bottom: 0; }
  .banner-slider2-main a.sp-video {
    text-decoration: none; }
  .banner-slider2-main a.sp-video img {
    -webkit-backface-visibility: hidden;
    border: none; }
  .banner-slider2-main a.sp-video:after {
    content: '\25B6';
    position: absolute;
    width: 45px;
    padding-left: 5px;
    height: 50px;
    border: 2px solid #FFF;
    text-align: center;
    font-size: 30px;
    border-radius: 30px;
    top: 0;
    color: #FFF;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    margin: auto;
    line-height: 52px; }
  .banner-slider2-main #example1 .sp-thumbnail {
    width: 100%;
    padding: 8px;
    background-color: #d8dadc;
    box-sizing: border-box; }
  .banner-slider2-main #example1 .sp-thumbnail-title {
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #333; }
  .banner-slider2-main #example1 .sp-thumbnail-description {
    font-size: 14px;
    color: #333; }
  @media (max-width: 860px) {
    .banner-slider2-main #example1 .hide-medium-screen {
      display: none; } }
  @media (max-width: 640px) {
    .banner-slider2-main #example1 .sp-layer {
      font-size: 12px; }
    .banner-slider2-main #example1 .hide-small-screen {
      display: none; } }
  @media (max-width: 500px) {
    .banner-slider2-main #example1 .sp-thumbnail {
      text-align: center; }
    .banner-slider2-main #example1 .sp-thumbnail-title {
      font-size: 12px;
      text-transform: uppercase; }
    .banner-slider2-main #example1 .sp-thumbnail-description {
      display: none; } }
  .banner-slider2-main #example3 .sp-thumbnails-container {
    margin-top: 4px; }
  .banner-slider2-main #example3 .sp-selected-thumbnail {
    border: 4px solid #000; }
  .banner-slider2-main #example4 .sp-slides-container {
    background-color: #F4F4F4; }
  .banner-slider2-main #example4 h3 {
    margin: 0 0 10px 0; }
  .banner-slider2-main #example4 p {
    margin: 0 0 30px 0; }
  .banner-slider2-main #example4 img {
    display: block; }
  .banner-slider2-main #example4 .sp-thumbnail-container {
    width: 200px;
    height: 130px;
    overflow: hidden;
    margin-bottom: 10px; }
  .banner-slider2-main #example4 .sp-image-text {
    background: rgba(80, 80, 80, 0.5);
    color: #FFF;
    padding: 20px; }
  .banner-slider2-main .links {
    text-align: center;
    margin-top: 10px; }
  .banner-slider2-main #example5 .sp-thumbnail-image-container {
    width: 100px;
    height: 80px;
    overflow: hidden;
    float: left; }
  .banner-slider2-main #example5 .sp-thumbnail-image {
    height: 100%; }
  .banner-slider2-main #example5 .sp-thumbnail-text {
    width: 170px;
    float: right;
    padding: 8px;
    background-color: #d8dadc;
    box-sizing: border-box; }
  .banner-slider2-main #example5 .sp-thumbnail-title {
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #333; }
  .banner-slider2-main #example5 .sp-thumbnail-description {
    font-size: 14px;
    color: #333; }
  @media (max-width: 500px) {
    .banner-slider2-main #example5 .sp-thumbnail {
      text-align: center; }
    .banner-slider2-main #example5 .sp-thumbnail-image-container {
      display: none; }
    .banner-slider2-main #example5 .sp-thumbnail-text {
      width: 120px; }
    .banner-slider2-main #example5 .sp-thumbnail-title {
      font-size: 12px;
      text-transform: uppercase; }
    .banner-slider2-main #example5 .sp-thumbnail-description {
      display: none; } }
  @media (max-width: 600px) {
    .banner-slider2-main .sp-buttons {
      display: none; } }

.team-pagelist {
  /*--/author-list--*/
  /*--//author-list--*/
  /*--/author-details--*/
  /*--//author-details--*/ }
  .team-pagelist .author-listhny {
    padding: 40px 20px;
    border: 1px solid #ddd;
    margin: 0 0 40px 0;
    border-radius: 4px; }
  .team-pagelist .author-left img {
    border-radius: 50%;
    border: 4px solid #d8dadc; }
  .team-pagelist a.title-team-28 {
    font-weight: 700;
    font-size: 18px; }
  .team-pagelist h6.text-28 {
    font-size: 15px;
    letter-spacing: 1px;
    color: #555; }
  .team-pagelist .buttons-teams a {
    margin-right: 10px; }
  .team-pagelist .author-details-listhny {
    padding: 40px 20px;
    border: 1px solid #ddd;
    margin: 0 0 40px 0;
    border-radius: 4px; }
  .team-pagelist h3.title-w3-w3ls {
    font-weight: 700;
    font-size: 26px; }
  .team-pagelist ul.left-single-team {
    margin: 0 0 12px 0; }
  .team-pagelist ul.left-single-team li {
    display: inline;
    margin-right: 16px; }
  .team-pagelist .progress-tittle {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px; }
  .team-pagelist .progress-bar {
    background-color: #58bc82; }
  @media all and (max-width: 992px) {
    .team-pagelist .author-details-right {
      margin-top: 2em; }
    .team-pagelist ul.left-single-team li {
      margin-right: 6px; } }
  @media all and (max-width: 667px) {
    .team-pagelist .author-listhny {
      padding: 30px 10px;
      margin: 0 0 30px 0; }
    .team-pagelist .author-details-listhny {
      padding: 30px 10px;
      margin: 0 0 40px 0; }
    .team-pagelist ul.list-unstyled.left-single-team li a {
      font-size: 15px; }
    .team-pagelist h3.title-w3-w3ls {
      font-size: 24px; } }
  @media all and (max-width: 600px) {
    .team-pagelist .carousel-caption p {
      line-height: 22px;
      font-size: 13px; } }

.blog-post-main {
  /*--/post-details--*/
  /*--//post-details--*/ }
  .blog-post-main .blog-post-imghny {
    position: relative;
    z-index: 0;
    background: url(../images/banner1.jpg);
    background-size: cover;
    display: grid;
    align-items: center;
    min-height: 300px; }
  .blog-post-main .blog-post-imghny:before {
    content: "";
    background: rgba(0, 0, 0, 0.66);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1; }
  .blog-post-main .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.3em 0.7em;
    margin-bottom: 1.5em;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0; }
  .blog-post-main li.breadcrumb-item a,
  .blog-post-main li.breadcrumb-item {
    font-size: 14px; }
  .blog-post-main .mag-post-right-hny aside {
    padding-right: 24px; }
  .blog-post-main h5.blog-title {
	font-size: 48px;
	font-weight: 700;
	line-height: 60px;
	color:#801a86;
	}
  .blog-post-main img.admin-img-blog {
	width: 10%;
	border: 2px solid #d8dadc;
	margin-right: 4px;
	display: inline-block;
	border-radius: 50%;
	}
  .blog-post-main .post-social-box a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
    border-radius: 4px; }
  .blog-post-main .social_info_name {
    font-size: 14px;
    font-weight: 700;
    margin-left: 4px; }
  .blog-post-main .post-social-box a.facebook-post {
    background-color: #3B5A94; }
  .blog-post-main .post-social-box a.twitter-post {
    background-color: #24BAFA; }
  .blog-post-main .post-social-box a.google-post {
    background-color: #E1483E; }
  .blog-post-main .post-details-sec {
    max-width: 750px;
    margin: 40px auto; }


  .blog-post-main .post-details-sec, .blog-post-main .post-details-sec li {
	font-size:1.2em;  
	line-height: 42px;}
	@media ( max-width: 480px ) {
  .blog-post-main .post-details-sec, .blog-post-main .post-details-sec li {
	font-size:1.2em;  
	line-height: 42px;}	
	}	

	.post-details-sec li::marker {
	  color: #58bc82;
	}

  .blog-post-main .post-details-sec p {
	font-size: 1.2em;
	line-height: 1.7;
	margin-bottom: 0;}
  .blog-post-main .post-details-sec p::first-letter {
   /* display: inline-table;
    float: left;
    margin: -0.1em 0.1em -0.25em 0;
    font-size: 3.85em;
    line-height: 1; */
	}
  .blog-post-main span.w-cap {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #020004; }
  .blog-post-main .post-title-single {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px; }
  .blog-post-main blockquote {
    padding: 12px 0px;
    line-height: 30px;
    border-left: 4px solid #801a86;
    padding-left: 12px; }
  .blog-post-main blockquote.quote-dark {
    background: #020004;
    padding: 30px;
    border: none;
    border-radius: 4px; }
  .blog-post-main blockquote.quote-dark span.fa {
    font-size: 34px;
    color: #801a86; }
  .blog-post-main blockquote.quote-dark cite {
    text-align: right; }
  .blog-post-main a.use-admin2 {
    display: block;
    text-align: right;
    color: #801a86;
    font-weight: 600; }
  .blog-post-main .post-title {
    font-size: 16px;
    font-style: italic;
    margin: 0;
    color: #5d5959;
    font-weight: 600;
    line-height: 28px; }
  .blog-post-main a.use-admin {
    color: #801a86; }
  .blog-post-main .spl-parhny {
    color: #801a86;
    font-size: 18px;
    font-style: italic; }
  .blog-post-main .adm-1 a {
    color: #801a86;
    font-size: 14px;
    font-style: italic;
    font-family: 'Barlow', sans-serif;
    font-weight: 700; }
  .blog-post-main .text15-list {
    padding-left: 30px; }
  .blog-post-main .text15-left h6 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 30px; }
  .blog-post-main .text15-list {
    margin-top: 20px; }
  .blog-post-main .text15-list li {
    line-height: 28px;
    margin: 5px 0;
    color: #555;
    list-style: inside; }
  .blog-post-main .alignright-hny {
    display: inline;
    float: right;
    margin: 0.5em 0 2em 2em;
    width: 50%; }
  .blog-post-main .alignleft-hny {
    display: inline;
    float: left;
    margin: 0.5em 2em 3em 0em;
    width: 50%; }
  .blog-post-main h5.top-title {
    font-size: 19px;
    line-height: 24px; }
  .blog-post-main .form-group label {
    font-size: 16px;
    color: #232222;
    display: block;
    margin-bottom: 10px;
    font-weight: 600; }
  .blog-post-main .leave-comment-form .form-group {
    margin-bottom: 1.4rem; }
  .blog-post-main .leave-comment-form input, .blog-post-main .leave-comment-form textarea.form-control {
    outline: none;
    border: 2px solid #801a86;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 26px;
    color: #777;
    width: 100%;
    height: inherit;
    border-radius: 4px;
    background: transparent; }
  .blog-post-main .leave-comment-form input:focus, .blog-post-main .leave-comment-form textarea.form-control:focus {
    box-shadow: none;
    background: rgba(255, 163, 114, 0.149); }
  .blog-post-main .leave-comment-form textarea.form-control {
    height: 150px;
    font-family: inherit;
    resize: none; }
  .blog-post-main .leave-comment-form button.btn {
    border: none;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 12px 25px;
    text-align: center;
    border-radius: 4px; }
  .blog-post-main .btn-primary {
    color: #fff;
    background-color: #801a86;
    border-color: #801a86; }
  .blog-post-main .btn-primary:hover {
    color: #fff;
    background-color: #58bc82;
    border-color: #58bc82; }
  .blog-post-main .leave-comment-form label.container p {
    color: #555;
    font-size: 15px;
    line-height: 20px;
    display: block; }
  .blog-post-main .leave-comment-form label.container p a {
    color: #58bc82; }
  .blog-post-main .leave-comment-form label.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .blog-post-main .leave-comment-formt label.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .blog-post-main .leave-comment-form .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 4px; }
  .blog-post-main .form-input label.container:hover input ~ .checkmark {
    background-color: #fff; }
  .blog-post-main .form-input input {
    display: none; }
  .blog-post-main .form-input label.container input:checked ~ .checkmark {
    background-color: #58bc82;
    border: none; }
  .blog-post-main .form-input .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .blog-post-main .form-input label.container input:checked ~ .checkmark:after {
    display: block; }
  .blog-post-main .form-input label.container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg); }
  .blog-post-main .author-listhny {
    padding: 20px 20px;
    border: 1px solid #ddd;
    margin: 0 0 40px 0; }
  .blog-post-main .author-left img {
    border-radius: 50%;
    border: 4px solid #d8dadc; }
  .blog-post-main .buttons-teams a {
    margin-right: 10px; }
  .blog-post-main a.title-team-28 {
    font-weight: 700;
    font-size: 18px; }
  .blog-post-main .post-next {
    border-left: 1px solid #eae9e6;
    text-align: right; }
  .blog-post-main span.nav-title {
    font-weight: 700;
    font-size: 18px;
    color: #801a86;
    text-transform: uppercase; }
  .blog-post-main .post-navigation h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px; }
  @media (max-width: 992px) {
    .blog-post-main .blog-post-imghny {
      min-height: 200px; }
    .blog-post-main h5.blog-title {
      font-size: 24px;
      line-height: 34px; }
    .blog-post-main img.admin-img-blog {
      width: 12%; }
    .blog-post-main .mag-post-left-hny {
      order: 1; }
    .blog-post-main .mag-post-right-hny {
      order: 2; }
    .blog-post-main .post-next {
      text-align: left;
      margin-top: 20px; } }
  @media (max-width: 800px) {
    .blog-post-main img.admin-img-blog {
      width: 10%; }
    .blog-post-main .para-post-hny-blog {
      padding: 0 15px; } }
  @media (max-width: 600px) {
    .blog-post-main .blog-post-imghny {
      min-height: 150px; }
    .blog-post-main h5.blog-title {
      font-size: 28px;
      line-height: 32px; }
    .blog-post-main img.admin-img-blog {
      width: 10%; } }

.author-page {
  /*--//--*/
  /*--/--*/
  /*--//--*/
  /*-- responsive design --*/
  /*-- /responsive design --*/ }
  .author-page .author-page-content {
    position: relative;
    z-index: 0;
    background: url(../images/author2.jpg) center;
    background-size: cover;
    min-height: 100vh;
    display: grid; }
  .author-page .author-page-content:before {
    content: "";
    background: rgba(2, 0, 4, 0.57);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1; }
  .author-page .header-author {
    padding: 40px 0;
    background: transparent; }
  .author-page .header-inn-top {
    align-items: center; }
  .author-page a.navbar-brand-author {
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    font-size: 36px;
    text-shadow: 0 1px 2px rgba(14, 14, 14, 0.231373);
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    font-weight: 300; }
  .author-page a.navbar-brand-author span {
    font-weight: 700;
    color: #801a86;
    font-family: 'Open Sans', sans-serif; }
  .author-page .search-right a {
    color: #fff; }
  .author-page .search-right .popup form input[type="search"] {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #555;
    border: none;
    height: 50px;
    border-radius: 0;
    background: #fff;
    padding-left: 15px;
    width: 100%; }
  .author-page .search-right .popup form button {
    border: none;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    color: #fff;
    width: 25%;
    background: #801a86;
    line-height: 35px;
    display: inline-block;
    border-radius: 0;
    transition: 0.5s ease-out;
    font-weight: 700;
    display: block;
    height: 50px;
    margin: 0 auto; }
  .author-page .search-right .popup form button:hover {
    background: #58bc82;
    outline: none;
    border: none; }
  .author-page .search-right .popup form input:focus {
    outline: none;
    border: none; }
  .author-page .search-right .pop-overlay {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    transition: opacity 0ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.97);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.85);
    height: 100vh; }
  .author-page .search-right .pop-overlay:target {
    visibility: visible;
    opacity: 1; }
  .author-page .search-right .popup {
    background: #000000;
    margin: 0rem auto;
    padding: 40px 50px;
    max-width: 700px;
    border-radius: 3px;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .author-page .search-right .search-top {
    display: grid;
    grid-template-columns: auto 1fr 1fr;
    grid-gap: 30px;
    margin-top: 24px; }
  .author-page .search-right .search-top h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 16px; }
  .author-page .search-right .popup h3 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 16px; }
  .author-page .search-right .search-top span.fa {
    color: var(--btn-color);
    padding-right: 10px; }
  .author-page .search-right .search-top li {
    display: block; }
  .author-page .search-right .search-top li a {
    font-size: 16px;
    color: var(--text-color);
    line-height: 28px; }
  .author-page .search-right .search-top li a:hover {
    color: var(--btn-color); }
  .author-page .search-right .close {
    position: absolute;
    top: 15px;
    right: 100px;
    transition: all 200ms;
    font-size: 40px;
    text-decoration: none;
    color: #fff;
    opacity: 1; }
  .author-page .search-right .close:hover {
    opacity: 0.8; }
  .author-page a.author-user {
    font-size: 18px;
    margin: 0 10px; }
  .author-page .side-show-content {
    padding: 2em 0; }
  .author-page .menu-overlay-left .overlay-menuv {
    overflow-y: scroll; }
  .author-page .menu-overlay-left .overlay-menuv::-webkit-scrollbar {
    width: 3px; }
  .author-page .menu-overlay-left .overlay-menuv::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
    border-radius: 5px; }
  .author-page .menu-overlay-left .overlay-menuv::-webkit-scrollbar-thumb {
    background: #999; }
  .author-page .menu-overlay-left .overlay-menuv-hny {
    position: relative; }
  .author-page .menu-overlay-left .menuopen {
    cursor: pointer;
    color: #fff;
    font-size: 20px; }
  .author-page .menu-overlay-left .side-menu-hny:hover {
    opacity: 0.9; }
  .author-page .menu-overlay-left .overlay-menuv-hny input[type="checkbox"] {
    display: none; }
  .author-page .menu-overlay-left .side-menu-hny label.menuclose {
    text-transform: uppercase;
    text-align: center; }
  .author-page .menu-overlay-left .side-menu-hny label.menuclose:hover {
    cursor: pointer; }
  .author-page .menu-overlay-left .overlay-menuv {
    position: fixed;
    max-width: 350px;
    width: 350px;
    height: 100%;
    top: 0;
    right: 0;
    background: white;
    z-index: 999; }
  .author-page .menu-overlay-left .overlay-menuv label.menuclose {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 100;
    cursor: pointer;
    z-index: 999; }
  .author-page .menu-overlay-left .side-menu-hny ~ .overlay-menuv-hugeinc {
    opacity: 0;
    visibility: hidden; }
  .author-page .menu-overlay-left #op:checked ~ .overlay-menuv-hugeinc {
    opacity: 1;
    visibility: visible;
    padding: 0 2rem 1rem;
    box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.1); }
  .author-page .menu-overlay-left .overlay-menuv-hny span.fa-times {
    color: red;
    font-size: 15px; }
  .author-page .menu-overlay-left .slider-text-w3ls h4 {
    font-size: 35px;
    line-height: 40px;
    color: var(--white-color);
    margin-bottom: 20px; }
  .author-page .side-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #222831;
    text-transform: uppercase; }
  .author-page .quick-links-side {
    margin-top: 24px; }
  .author-page .quick-links-side ul {
    margin: 0;
    padding: 0; }
  .author-page .quick-links-side ul li {
    list-style: none; }
  .author-page .quick-links-side ul li a {
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #555;
    display: block;
    margin-bottom: 10px; }
  .author-page .quick-links-side.follow-us ul.social-icons-top li a {
    margin-left: 0;
    margin-right: 10px; }
  .author-page .autor-grids-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 70px; }
  .author-page .autor-grids-top h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 700; }
  .author-page span.author-name {
    color: #801a86; }
  .author-page .autor-grids-top h5 {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 18px;
    letter-spacing: 1px; }
  .author-page .autor-grids-top p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 22px; }
  .author-page ul.social-icons-top {
    margin-bottom: 0;
    padding: 0; }
  .author-page ul.social-icons-top li {
    display: inline-block;
    list-style: none; }
  .author-page ul.social-icons-top li a {
    display: block;
    width: 28px;
    height: 28px;
    background: transparent;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    color: #514f50;
    font-size: 12px;
    margin-left: 12px;
    border: 2px solid; }
  .author-page ul.social-icons-top li a:hover {
    color: #58bc82; }
  .author-page ul.author-icons {
    margin: 0;
    padding: 0; }
  .author-page ul.author-icons li {
    display: inline-block;
    list-style: none; }
  .author-page ul.author-icons li a {
    display: block;
    width: 28px;
    height: 28px;
    background: transparent;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    margin-right: 12px;
    border: 2px solid; }
  .author-page ul.author-icons li a:hover {
    color: #801a86;
    transition: all 0.3s ease-in-out 0s; }
  @media (max-width: 1080px) {
    .author-page .autor-grids-top h3 {
      font-size: 34px; }
    .author-page form.newsletter-form {
      margin: 0 auto;
      width: 60%; } }
  @media (max-width: 800px) {
    .author-page .autor-grids-top h3 {
      font-size: 32px; }
    .author-page .autor-grids-top {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 30px; } }
  @media (max-width: 668px) {
    .author-page .autor-grids-top h3 {
      font-size: 28px;
      line-height: 36px; }
    .author-page a.author-user {
      font-size: 18px;
      margin: 0px;
      margin-right: 10px; } }
  @media (max-width: 600px) {
    .author-page .popup form button {
      width: 100%; } }

.inner-page-main {
  /*-- Responsive design --*/ }
  .inner-page-main .breadcrumb-infhny {
    padding: 36px 0;
    position: relative; }
		
  .inner-page-main h2.hny-title {
    font-size: 48px;
    color: #fff; }
  .inner-page-main .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0.25rem;
    justify-content: center; }
  .inner-page-main li.breadcrumb-item a {
    color: #ddd; }
  .inner-page-main .breadcrumb-item.active {
    color: #fff; }
  @media screen and (max-width: 991px) {
    .inner-page-main h2.hny-title {
      font-size: 36px; }
    .inner-page-main .breadcrumb {
      padding: 0; } }
  @media screen and (max-width: 667px) {
    .inner-page-main h2.hny-title {
      font-size: 32px; }
    .inner-page-main .breadcrumb-infhny {
      padding: 30px 0; } }
  @media screen and (max-width: 480px) {
    .inner-page-main h2.hny-title {
      font-size: 28px; } }
  @media screen and (max-width: 384px) {
    .inner-page-main h2.hny-title {
      font-size: 26px; } }

.coming-page .cominghny-page-content {
  position: relative;
  z-index: 0;
  background: url(../images/banner1.jpg) center;
  background-size: cover;
  min-height: 100vh;
  display: grid;
  align-items: center; }

.coming-page .cominghny-page-content:before {
  content: "";
  background: rgba(0, 0, 0, 0.66);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1; }

.coming-page .forms-gds {
  display: grid;
  grid-template-columns: 3fr 1fr; }

.coming-page form.coming-form {
  margin-top: 30px; }

.coming-page .coming-form input {
  background: #fff;
  border: none;
  outline: none;
  width: 100%;
  font-size: 16px;
  padding: 0px 20px;
  color: #555;
  height: 50px;
  text-align: left;
  -webkit-appearance: none;
  font-family: inherit;
  border-radius: 4px 0px 0px 4px; }

.coming-page .coming-form input:focus {
  box-shadow: none; }

.coming-page .coming-form button.btn {
  background: #801a86;
  color: #020004;
  text-decoration: none;
  padding: 0px 20px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  border: none;
  cursor: pointer;
  height: 50px;
  -webkit-appearance: none;
  font-family: inherit;
  border-radius: 0px 4px 4px 0px; }

.coming-page .coming-form button.btn:hover {
  box-shadow: none;
  background: #801a86;
  color: #fff; }

.coming-page .coming-grids-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 70px; }

.coming-page .coming-grids-top h3 {
  font-size: 78px;
  color: #fff;
  font-weight: 700; }

.coming-page .coming-grids-top h5 {
  font-size: 14px;
  color: #801a86;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-transform: capitalize; }

.coming-page .coming-grids-top p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 22px; }

.coming-page .coming-grids-top .countdown {
  padding: 0;
  margin: 0;
  display: table;
  font-size: 28px;
  font-weight: 700; }

.coming-page .coming-grids-top .countdown > div {
  float: left;
  min-width: 115px;
  margin: 40px 0;
  font-size: 50px;
  font-weight: bold;
  color: #fff; }

.coming-page .coming-grids-top .countdown > div:last-child {
  border-right: none; }

.coming-page .coming-grids-top p {
  color: #fff;
  opacity: 0.8;
  letter-spacing: 1px;
  text-transform: capitalize; }

.coming-page .coming-grids-top .countdown span {
  position: relative;
  display: block;
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 100; }

.coming-page a.btn.back-hm {
  padding: 12px 30px;
  border-radius: 4px;
  color: #801a86;
  font-size: 16px;
  background: #ffffff26;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700; }

.coming-page a.btn.back-hm:hover {
  background: #801a86;
  color: #232222; }

@media (max-width: 568px) {
  .coming-page .page .content a {
    margin-top: 0px !important; }
  .coming-page .coming-grids-top .coming-block {
    padding: 0em 1em; } }

@media (max-width: 992px) {
  .coming-page .coming-grids-top .coming-block {
    margin: 30px auto; }
  .coming-page .coming-grids-top {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px; }
  .coming-page .coming-grids-top h3 {
    font-size: 66px; } }

@media (max-width: 800px) {
  .coming-page .coming-grids-top p {
    margin-top: 10px; }
  .coming-page .coming-grids-top h1 {
    font-size: 80px !important;
    line-height: 95px; } }

@media (max-width: 667px) {
  .coming-page .coming-grids-top h1 {
    font-size: 70px !important;
    line-height: 78px; } }

@media (max-width: 600px) {
  .coming-page .coming-grids-top .countdown > div {
    font-size: 34px; }
  .coming-page .coming-grids-top a.brand-logo {
    font-size: 32px; }
  .coming-page .coming-grids-top h3 {
    font-size: 56px; } }

@media (max-width: 480px) {
  .coming-page .coming-grids-top h1 {
    font-size: 45px !important;
    line-height: 50px; }
  .coming-page .coming-grids-top .countdown > div {
    font-size: 28px;
    min-width: 80px; }
  .coming-page .coming-grids-top p {
    letter-spacing: 0px; }
  .coming-page .coming-grids-top h3 {
    font-size: 50px; } }

@media (max-width: 384px) {
  .coming-page .coming-grids-top h1 {
    font-size: 60px !important;
    line-height: 55px; }
  .coming-page .coming-grids-top .countdown > div {
    font-size: 35px;
    min-width: 78px; }
  .coming-page .coming-grids-top .countdown span {
    font-size: 10px;
    letter-spacing: 1px; }
  .coming-page .coming-grids-top h3 {
    font-size: 48px; } }

@media (max-width: 320px) {
  .coming-page .coming-grids-top .countdown > div {
    font-size: 30px;
    min-width: 68px; } }

.errorhny-page {
  /*-- responsive design --*/
  /*-- /responsive design --*/ }
  .errorhny-page .error-page-content {
    position: relative;
    z-index: 0;
    background: url(../images/banner3.jpg) center;
    background-size: cover;
    min-height: 100vh;
    display: grid;
    align-items: center; }
  .errorhny-page .error-page-content:before {
    content: "";
    background: rgba(0, 0, 0, 0.66);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1; }
  .errorhny-page .error-grids-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 70px; }
  .errorhny-page .error-grids-top h3 {
    font-size: 46px;
    color: #fff;
    font-weight: 700; }
  .errorhny-page .error-grids-top h5 {
    font-size: 16px;
    color: #801a86;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: capitalize; }
  .errorhny-page .error-grids-top p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 22px; }
  .errorhny-page .error-grids-top .countdown {
    padding: 0;
    margin: 0;
    display: table;
    font-size: 28px;
    font-weight: 700; }
  .errorhny-page .error-grids-top .countdown > div {
    float: left;
    min-width: 115px;
    margin: 40px 0;
    font-size: 50px;
    font-weight: bold;
    color: #fff; }
  .errorhny-page .error-grids-top .countdown > div:last-child {
    border-right: none; }
  .errorhny-page .error-grids-top p {
    color: #fff;
    opacity: 0.8;
    letter-spacing: 1px;
    text-transform: capitalize; }
  .errorhny-page .error-grids-top .countdown span {
    position: relative;
    display: block;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 100; }
  .errorhny-page a.btn.back-hm {
    padding: 12px 30px;
    border-radius: 4px;
    color: #801a86;
    font-size: 16px;
    background: #ffffff26;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700; }
  .errorhny-page a.btn.back-hm:hover {
    background: #801a86;
    color: #232222; }
  .errorhny-page ul.social-icons-top {
    margin: 0;
    padding: 0; }
  .errorhny-page ul.social-icons-top li {
    display: inline-block;
    list-style: none; }
  .errorhny-page ul.social-icons-top li a {
    display: block;
    width: 28px;
    height: 28px;
    background: transparent;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    margin-right: 12px;
    border: 2px solid; }
  .errorhny-page ul.social-icons-top li a:hover {
    color: #801a86;
    transition: all 0.3s ease-in-out 0s; }
  @media (max-width: 992px) {
    .errorhny-page .error-grids-top {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 40px; }
    .errorhny-page .error-grids-top h3 {
      font-size: 42px; } }
  @media (max-width: 668px) {
    .errorhny-page .error-grids-top h3 {
      font-size: 38px; } }
  @media (max-width: 440px) {
    .errorhny-page .error-grids-top h3 {
      font-size: 32px; } }

.seacrh-page-main .search-res-box {
  max-width: 600px;
  margin: 0 auto; }

.seacrh-page-main .search-res-box input {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #555;
  border: 2px solid #801a86;
  height: 60px;
  background: transparent;
  padding: 0 15px;
  width: 100%; }

.seacrh-page-main .search-res-box input:focus {
  box-shadow: none;
  background: rgba(255, 163, 114, 0.149); }

.seacrh-page-main .search-res-box button {
  border: none;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  color: #232222;
  width: 20%;
  background: #801a86;
  line-height: 34px;
  display: inline-block;
  transition: 0.5s ease-out;
  font-weight: 700;
  display: block;
  height: 44px;
  margin: 0 auto; }

.seacrh-page-main ul.page-numbers {
  padding: 0;
  margin: 0; }

.seacrh-page-main ul.page-numbers li {
  display: inline-block;
  margin: 0 5px;
  list-style: none; }

.seacrh-page-main ul.page-numbers li a {
  border-radius: 50%;
  color: #232222;
  border: none;
  position: relative;
  float: left;
  padding: 0;
  margin-left: 0;
  line-height: 28px;
  width: 28px;
  height: 28px;
  text-align: center;
  text-decoration: none;
  background-color: transparent; }

.seacrh-page-main ul.page-numbers li a:hover {
  background-color: #ddd; }

.seacrh-page-main ul.page-numbers li a.active {
  background-color: #232222;
  color: #fff; }

@media all and (max-width: 1080px) {
  .seacrh-page-main .search-res-box button {
    width: 30%; } }

@media all and (max-width: 992px) {
  .seacrh-page-main .search-res-box button {
    width: 35%; } }

@media all and (max-width: 667px) {
  .seacrh-page-main .search-res-box button {
    width: 40%; } }

@media all and (max-width: 600px) {
  .seacrh-page-main .search-res-box button {
    width: 100%; } }

.formshny-page {
  /*-- \\forms-17 --*/
  /*-- checkmark --*/
  /*-- //checkmark --*/ }
  .formshny-page .formshny-page-content {
    position: relative;
    z-index: 0;
    background: url(../images/author1.jpg) center;
    background-size: cover;
    min-height: 100vh;
    display: grid;
    align-items: center;
    padding: 50px 0 0 0; }
  .formshny-page .formshny-page-content:before {
    content: "";
    background: rgba(0, 0, 0, 0.66);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1; }
  .formshny-page a.navbar-brand-login {
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    font-size: 32px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    font-weight: 300; }
  .formshny-page a.navbar-brand-login span {
    font-weight: 700;
    color: #801a86;
    font-family: 'Open Sans', sans-serif; }
  .formshny-page .forms-17-top {
    display: grid;
    max-width: 400px;
    margin: 30px auto; }
  .formshny-page .btn-home a {
    background: none;
    color: #fff;
    font-size: 16px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700; }
  .formshny-page .btn-home a:hover {
    color: #801a86; }
  .formshny-page .forms-17-top .form-17-tp h6 {
    font-size: 25px;
    line-height: 30px;
    color: #020004;
    margin-bottom: 40px;
    font-weight: 700; }
  .formshny-page .forms-17-text h4 {
    font-size: 30px;
    line-height: 35px;
    color: #fff; }
  .formshny-page .forms-17-top .margin-create {
    margin: 15px 0; }
  .formshny-page .forms-17-top .forms-17-text p {
    color: #ffffff; }
  .formshny-page .form-17-tp p {
    text-align: center; }
  .formshny-page .form-17-tp p.privacy-policy {
    text-align: left;
    color: #232222; }
  .formshny-page .form-17-tp a {
    font-size: 15px;
    line-height: 25px;
    color: #020004;
    font-weight: 700;
    text-decoration: none; }
  .formshny-page .form-17-tp a:hover {
    color: #58bc82; }
  .formshny-page .forms-17-form input {
    background: none;
    border: none;
    outline: none;
    width: 100%;
    font-size: 16px;
    padding: 15px 0px;
    margin-bottom: 14px;
    color: #555;
    -webkit-appearance: none;
    border-bottom: 1px solid #999;
    border-radius: 0; }
  .formshny-page .forms-17-form button.btn {
    background: #801a86;
    border: 2px solid #801a86;
    color: #fff;
    text-decoration: none;
    padding: 10px 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    -webkit-appearance: none;
    text-transform: capitalize;
    transition: .3s;
    margin: 20px 0 20px 0;
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif; }
  .formshny-page .forms-17-form button.btn:hover {
    border: 2px solid #801a86;
    background: none;
    color: #801a86;
    transition: .3s; }
  .formshny-page .form-17-tp {
    background: #fff;
    padding: 50px; }
  @media all and (max-width: 992px) {
    .formshny-page .forms-17-text {
      padding: 45px 30px; }
    .formshny-page .forms-17-text h4 {
      font-size: 27px; } }
  @media all and (max-width: 800px) {
    .formshny-page .forms-17-top {
      grid-template-columns: 1fr; }
    .formshny-page .form-17-tp h6 {
      font-size: 22px;
      line-height: 25px;
      margin-bottom: 20px; } }
  @media all and (max-width: 480px) {
    .formshny-page .forms-17-text h4 {
      font-size: 25px;
      line-height: 30px; }
    .formshny-page .forms-17-text {
      padding: 30px 30px; }
    .formshny-page .forms-17-top {
      margin: 30px auto; }
    .formshny-page .forms-17-top {
      max-width: 350px; } }
  @media all and (max-width: 415px) {
    .formshny-page .form-17-tp {
      padding: 40px 30px; } }
  @media all and (max-width: 384px) {
    .formshny-page .forms-17-top {
      max-width: 320px; } }
  .formshny-page .forms-17-form .checkbox {
    width: 16px;
    height: 16px;
    color: #F5F9FC;
    background: #801a86;
    float: left;
    border-radius: 4px; }
  .formshny-page .forms-17-form .container {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 10px 0 0; }
  .formshny-page .forms-17-form .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .formshny-page .forms-17-form .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ddd;
    border-radius: 0px; }
  .formshny-page .forms-17-form .container:hover input ~ .checkmark {
    background-color: #E1E9F0; }
  .formshny-page .forms-17-form.container input:checked ~ .checkmark {
    background-color: #1d2e42; }
  .formshny-page .forms-17-form .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .formshny-page .forms-17-form .container input:checked ~ .checkmark:after {
    display: block; }
  .formshny-page .forms-17-form .container .checkmark:after {
    left: 7px;
    top: 5px;
    width: 4px;
    height: 8px;
    border: solid #801a86;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg); }

.contact-main .contact-right {
  border-left: 1px solid #232222;
  padding-left: 28px; }

.contact-main .contact-left {
  padding-right: 28px; }

.contact-main .contact-left h3 {
  font-size: 52px;
  line-height: 40px;
  color: #ddd;
  margin-bottom: 16px;
  font-weight: 700;
  text-transform: capitalize; }

.contact-main .contact-left h4 {
  font-size: 52px;
  line-height: 60px;
  color: #020004;
  margin-bottom: 24px;
  font-weight: 700;
  text-transform: capitalize; }

.contact-main .contact-left h6 {
  font-size: 18px;
  line-height: 28px; }

.contact-main .contact-grids input,
.contact-main .contact-grids textarea {
  width: 100%;
  color: #555;
  background: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
  font-style: normal;
  border: none;
  font-family: inherit;
  padding: 12px 0px;
  border: none;
  border-bottom: 1px solid #232222;
  outline: none;
  border-radius: 0px;
  margin-bottom: 16px; }

.contact-main .contact-grids textarea {
  height: 120px;
  margin: 20px 0; }

.contact-main .form-input label.container p {
  color: #555;
  font-size: 15px;
  line-height: 20px;
  display: block; }

.contact-main label.container p a {
  color: #58bc82; }

.contact-main .form-input label.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.contact-main .form-input label.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.contact-main .form-input .checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 4px; }

.contact-main .form-input label.container:hover input ~ .checkmark {
  background-color: #fff; }

.contact-main .form-input label.container input:checked ~ .checkmark {
  background-color: #58bc82;
  border: none; }

.contact-main .form-input .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.contact-main .form-input label.container input:checked ~ .checkmark:after {
  display: block; }

.contact-main .form-input label.container .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.contact-main .submit {
  border: 2px solid #020004;
  color: #fff;
  background: #020004;
  font-size: 17px;
  padding: 12px 30px;
  border-radius: 0px;
  font-weight: 700;
  display: block;
  border-radius: 4px; }

.contact-main .submit:hover {
  border: 2px solid #58bc82;
  background: #58bc82; }

@media (max-width: 992px) {
  .contact-main .contact-right {
    border-left: none;
    padding-left: 15px;
    margin-top: 2em; } }

@media (max-width: 800px) {
  .contact-main .contact-left h4, .contact-main .contact-left h3 {
    font-size: 44px;
    line-height: 44px; } }

@media (max-width: 600px) {
  .contact-main .contact-left h4, .contact-main .contact-left h3 {
    font-size: 38px;
    line-height: 38px; } }

@media (max-width: 480px) {
  .contact-main .contact-left h4, .contact-main .contact-left h3 {
    font-size: 34px;
    line-height: 34px; } }
