html{margin:0;padding:0;border:0;font-size:100%;font:inherit;}
ol,ul{list-style:none;margin:0;padding:0;}

body {
	color: #666;
	font-family: 'DM Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	background-color: var(--bs-white);
}
.well { background: #E9E9E9;}
*,
*:after,
*::before {
  box-sizing: border-box;
}
a{
	color: #fd4703;
	text-decoration: none;
}
p{
	font-size: 16px;
	line-height: 1.8em;
	/* color: #363636; */
	color: #595959;
	margin: 0;
}
small{
	font-weight: 300;
}
h1, h2, h3, h4, h5{
	font-weight:700;
	color: #271f16;
}
h1{
	margin-top: 0;
	padding-top: 0;
}
h2{
	font-size: 24px;
}
h3{
	font-size: 18px;
}

.title-section h1
{
	color: #242565;
}
.th0{

}
.th1{
 font-size: 40px;
}
.th2{
 font-size: 30px;
}
.th3{
	font-size: 20px;
}
.th4{
	font-size: 16px;
}
.section-title {
	text-align: center;
	padding-bottom: 30px;
}

.section-title h2 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}
.section-title h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background: #e96b56;
	bottom: 0;
	left: calc(50% - 25px);
}

ul {  list-style: none; margin:0; padding:0;}


.head_cart a{
	color: #000;
}
.bg-dark{
	background-color: #000!important;
}
#header {
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: #fff;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}


#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 100px;
}

@media (max-width: 767px) {
  .social-links {
    display: none!important;
  }
}


#header .middle-right-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	float: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  #header .middle-right-area {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    float: right;
  }
}

#header .middle-right-area .social-links
{
	margin-right: 30px;
	display: flex;
}

#header .middle-right-area .social-links a {
	height: 32px;
	width: 32px;
	background: #7391ab;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 50%;
	color: #fff;
}
#header .middle-right-area .social-links i{
	font-size: 14px;
	line-height: 30px;
}

.ui-widget.ui-widget-content.ui-autocomplete
{
	top: 115px!important;
}
.ui-widget.ui-widget-content {
	 background: #f9f9f9;
	 color: #fd4703;
	 padding: 10px;
}
.topright  a{
	font-weight: 600;
}
@media (max-width: 991px)
{
	.topright .register-link{
		margin-left: 10px!important;
	}
}

@media (max-width: 767px)
{
	.topright ul{
		margin-top: 10px!important;
	}
}

@media (max-width: 320px)
{
	.logo img{
		width: 160px;
	}

	.topright a{
		/* font-weight: normal; */
		font-size: 13px;
	}
}

.top-section {
	background: #fff;
	color: #000;
}

.top-section i{
	font-weight: 600;
}
.top-section span{
	margin-left: 5px;
}
.top-section p{
	color: #000;
}
.bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	padding: 0px 0px;
	position: relative;
}

.page-begin
{
	padding-top: 30px;
}
.nav-section
{
	background: #232f3e;
}

.nav-link {
	padding: 0;
}
.navbar {
padding: 0;
}

.navbar ul {
margin: 0;
padding: 0;
display: flex;
list-style: none;
align-items: center;
}

.navbar li {
position: relative;
}

.navbar a{
	color: #2E2E2E;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 10px 25px;
	white-space: nowrap;
}

.navbar a i, .navbar a:focus i {
font-size: 12px;
line-height: 0;
margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
color: #334242;
}

.navbar .getstarted {
	background: #fff;
	/*display: flex;*/
	border-radius: 50px;
	border: 1.5px solid #33475B;
	color: #686868;
	padding: 10px 25px;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	margin-left:20px;
	font-size: 16px;
	font-family: DM Sans;

}


.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
  padding: .15rem 1rem;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #df2127;
}

.navbar .dropdown ul a i {
font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
color: #00c1c1;
}

.navbar .dropdown:hover > ul {
opacity: 1;
top: 100%;
visibility: visible;
}

.navbar .dropdown .dropdown ul {
top: 0;
left: calc(100% - 30px);
visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
opacity: 1;
top: 0;
left: 100%;
visibility: visible;
}

@media (max-width: 1366px) {
.navbar .dropdown .dropdown ul {
  left: -90%;
}
.navbar .dropdown .dropdown:hover > ul {
  left: -100%;
}
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
color: #1955a6;
font-size: 28px;
cursor: pointer;
display: none;
line-height: 0;
transition: 0.5s;
}

@media (max-width: 991px) {
	.mobile-nav-toggle {
	  display: block;
		width: 100%;
		margin: 0 auto;
		text-align: center!important;
	}
	.navbar ul {
	  display: none;
	}
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(29, 37, 37, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile li{
  padding: .25rem .5rem;
}
.navbar-mobile a {
  padding: 8px 20px;
  font-size: 16px;
  color: #2E2E2E
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #652b74;
}

.navbar-mobile a.getstarted {
	display: inline-block;
	justify-content: flex-start;
	background: #fff;
	border: none;
	padding: 10px 20px;

}

.navbar.navbar-mobile li{
	line-height: normal;
	height: auto;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #00c1c1;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

.banner-section
{
	/* background: -o-linear-gradient(66deg, rgba(84, 32, 195, 0.90) 0%, rgba(221, 110, 100, 0.90) 100%), url('../images/banner.jpg'), no-repeat scroll center center; */
	/* background: linear-gradient(156deg, rgba(84, 32, 195, 0.90) 0%, rgba(221, 110, 100, 0.90) 100%), url('../images/banner.jpg'), no-repeat scroll center center; */
	background:  url('../images/banner.jpg'), lightgray 50% / cover no-repeat;
	width: 100%;
	min-height: 531px;
	background-size: cover;
	position: relative;
	/* margin-bottom: -80px; */
}
.banner-overlay{
	opacity: 0.9;
	background: -webkit-linear-gradient(66deg, rgba(84, 32, 195, 0.90) 0%, rgba(221, 110, 100, 0.90) 100%);
	background: -o-linear-gradient(66deg, rgba(84, 32, 195, 0.90) 0%, rgba(221, 110, 100, 0.90) 100%);
	background: linear-gradient(156deg, rgba(84, 32, 195, 0.90) 0%, rgba(221, 110, 100, 0.90) 100%);
	min-height: 531px;
}
.banner-section.epage, .banner-section.epage .banner-overlay
{
	min-height: 240px!important;
}
.banner-inner {
	position: relative;
	/* z-index: 99;/ */
}
.banner-desc{
	position: absolute;
	top: 182px;
	left: 15px;
	width: 615px;
}
.banner-desc h1{
    color: #fff!important;
}

.banner-desc p{
	color: #FFF;
	font-family: DM Sans;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 50px;
}

.banner-desc a{
	color: #151A26;
	text-align: center;
	padding: 14px 32px;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
	border-radius: 4px;
	background: #FFF;
}


 .page-breadcrumb {
	position: relative;
}
.page-breadcrumb li {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	padding-right: 15px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
}
.page-breadcrumb li::after {
	position: absolute;
	content: ">";
	right: -5px;
	top: 3px;
	color: #ffffff;
	font-size: 14px;
}

.page-breadcrumb li a {
	font-weight: 400;
	text-transform: capitalize;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.page-breadcrumb li:last-child::after {
	display: none;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: none;
}
.breadcrumb-item + .breadcrumb-item::before {
	float: left;
	padding-right: .5rem;
	color: #6c757d;
	content: var(--bs-breadcrumb-divider, "/");
}
.page-breadcrumb li:last-child {
	padding-right: 0px;
	margin-right: 0px;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: .5rem;
}
.banner-desc li a{
  background: none!important;
  color: #fff;
  text-decoration: none;
  font-weight: normal!important;
  text-shadow: none;
  font-size: 18px;
  padding: 0!important;
}

#mapping{
    min-height: 316px;
}

.section {
 padding-top:80px;
 padding-bottom:80px;
 position:relative!important;
}

.section.details-section
{
     padding-top:40px;
    padding-bottom:40px;
}
.search-section{
	position: relative;
	margin: 0 auto;
}

.search-wrapper{
	position: relative;
    margin-top: 100px;
	height: 140px;
	padding: 30px;
	flex-shrink: 0;
	border-radius: 20px;
	background: #652B74;
	box-shadow: 0px 10px 50px 0px rgba(61, 55, 241, 0.25);
}


form .search-wrapper label{
	color: #FFF;
}
form .search-wrapper input, form .search-wrapper select, form .search-wrapper .select2-container--default .select2-selection--single{
	border-top: none!important;
	border-left: none!important;
	border-right: none!important;
	border-bottom: 1px solid rgba(254, 254, 254, 0.72) ;
	background: #652B74!important;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 18px;
	color: #fff!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent!important;
}

form .search-wrapper .form-control::placeholder {
	color: #fff;
	opacity: 1;
}

form .search-wrapper	.btn {
	width: 100%;
	background: #fd4703;
	border-radius: 3px;
	color: #fff;
	border: none;
	text-transform: uppercase;
	padding: 10px 35px!important;
	font-size: 14px;
	transition: .3s;
	cursor: pointer;
}
.search-wrapper .btn-search{
	margin-top: 26px;
}

.advanced-search{
 padding-top: 100px;
 align-items: center;
 width: 800px;
 margin: 0 auto;
 padding-bottom: 30px;
}

.advanced-search h2
{
	margin-bottom: 0;
	color: #242565;
	/*font-family: Proxima Nova;*/
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}


form .advanced-search select
{
	border-radius: 50px;
	background: #F2F4FF;
	color: #1D275F;
	height: 46px;
	line-height: 46px;
	min-width: 168px;
	font-weight: 500;
	align-items: center;
    display: flex;
}

@media (min-width: 1200px) {
	.search-section{
		width: 978px;
	}
}

@media (max-width: 1024px) {
	.search-section{
		width: 100%!important;
	}
	.search-wrapper{
		margin-left: 50px;
		margin-right: 50px;
	}
}

@media (max-width: 900px) {
	.advanced-search {
		width: 100%!important;
	}
}

@media (max-width: 767px) {
	.banner-desc {
		position: absolute;
		top: 125px;
		left: 30px;
		width: 96%!important;
	}
	.banner-desc p{
		font-size: 30px!important;
	}
	.search-wrapper{
		margin-left: 120px!important;
		margin-right: 120px!important;
		height: 265px;
		margin-top: -150px;
		padding: 20px 30px!important;
	}
	form .search-wrapper label {
		margin-bottom: 0;
	}
	.advanced-search {
		padding-top: 150px;
	}
}

@media (max-width: 700px) {
	.banner-desc {
		width: 70%!important;
		left: 35px;
	}
	.advanced-search {
		text-align: center;
	}
}

@media (max-width: 640px) {
	.select2-container {
		width: 100% !important;
	}
}

@media (max-width: 600px) {
	.search-wrapper {
		margin-left: 50px !important;
		margin-right: 50px !important;
	}
}

@media (max-width: 480px) {
	.banner-desc {
		width: 90% !important;
		left: 30px;
	}
	.banner-desc p {
		font-size: 30px!important;
		margin-bottom: 35px;
	}
	.advanced-search h2 {
		font-size: 32px;
	}
	.banner-desc a {
		padding: 10px 25px;
	}
	form .advanced-search select{
	    text-align: center;
	}
}

@media (max-width: 375px) {
	.search-wrapper {
		margin-left: 25px !important;
		margin-right: 25px !important;
	}
}

@media (max-width: 320px) {
	.banner-desc p {
		font-size: 25px!important;
	}
	form .advanced-search select{
	    min-width: 50%!important;
	}
}

.ads-section
{
	margin-bottom: 50px;
	padding-bottom: 25px;
}
.brands-section{
	background: #ede7e6;
	padding-bottom: 30!important;
	padding-top: 30!important;
}
.html-content {
	padding: 0;
	width: auto;
}
.wrapper {
	position: relative;
	background: #EFEAE5 none repeat scroll 0 0;
	margin: 0 auto ;
	padding: 20px 0!important;
	text-align: center;
	width: 100%;
}
.btn{
	font-weight: 600;
	color: #fff;
	padding: 15px 45px;
	border-radius: 50px;
	font-size: 16px;
}
.btn-primary {
	color: #fff;
	background: #652B74!important;;
	border: 1px solid #652B74!important;
}

.btn-secondary{
	color: #fff;
	border: 1px solid #F67761;
	border-radius: 6px;
	background: #F67761;
	box-shadow: 0px 10px 25px 0px rgba(234, 128, 56, 0.25);
}
.btn-default{
	background: #ffc6ad;
	color: #fd4703;
	border: 1px solid #ffc6ad;
}
.btn-outline-default {
	color: #652B74;
	border:1px #652B74 solid!important;
}
.brands-logo{
	padding: 0px 34.5px;
	background: #fff;
	margin-bottom: 5px;
}
.brands-logo a{
	display: flex;
	align-items:center;
	text-align: center;
	position: relative;
	min-height: 120px;
}

.accordion-body {
	padding: 1rem 0.25rem;
}
	.accordion-item {
	background-color: #fff;
	border: none;
}

.filters.country {
	max-height: 320px;
	overflow-y: scroll;
}

aside{
	position: relative;
}
@media(min-width:992px)
{
	#sidebar.sticky {
		float: none;
		position: fixed;
		top: 20px;
		width: 100%;
		max-width: 200px !important;
	}
}

@media (max-width: 1199px) {
	.box-heading h3, .title_block h3
	.title_block .ttblock-heading {
		font-size: 40px;
	}
}
@media (max-width: 991px) {
	.box-heading h3, .title_block h3 .title_block .ttblock-heading {
		font-size: 36px;
		line-height: 38px;
	}
}
@media (max-width: 767px) {
	.box-heading h3, .title_block h3 .title_block .ttblock-heading {
		font-size: 28px;
	}
}
@media (max-width: 480px) {
	.special-carousel.products-list .tthometab-subtitle {
		margin: 0 0 20px;
	}
}

.accordion-button:not(.collapsed) {
	color: #545b64!important;
	font-weight: 600;
	background: none!important;
	background-color: none!important;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-button {
	padding: 1rem .125rem;
	font-size: 1.1rem;
}

.accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.filter-item	{
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 5px;
}
.filter-item input{
	margin-right: 5px;
}
.category-items .image > a {
	display: inline-block;
	float: left;
	overflow: hidden;
	position: relative;
	background: #f5f5f5;
}

.category-items .image {
	display: block;
	margin: 0 auto;
	/* min-height: 360px; */
}

.category-items .image a img {
	max-width: 100%;
	width: 100%;
	margin: auto;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
.category-items .caption{
	padding-top:  20px;
	display: block;
	width: auto;
	margin:  0 auto;
	/* position: absolute; */
}
.category-items .cat-title a {
	color: #222;
	font-size: 18px;
	font-weight: 500;
	margin-top: 20px;
	text-transform: capitalize;
	white-space: nowrap;
	float: left;
	width: 100%;
}
.category-items  .act-desc {
	color: #666;
	font-family: "poppins",Helvetica,sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin: 50px 0;
	padding: 0 30px;
}

.fa{
	font-weight: 900!important;

}
.btn {
	padding: 10px 20px !important;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
}

.brown-btn {
	background: #EFEAE5;
	/* color: #ffe3fb; */
	color: #000;
	border-color: #EFEAE5;
}

.orange-btn {
	color: #efeae5 !important;
	background-color: #fd4703 !important;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.modal-header {
	min-height: 16.43px;
	padding: 15px;
	color: #ffe3fb;
	/* border-top: 1px solid  #e6007e;
	background-color: #e6007e; */
}
.modal-header button{
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	color: #fff;
	background: #4f00a4;
	border-color: #e5d6f1;
	border-radius: 5px;
	cursor: pointer;
	z-index: 1103;

}

.ui-dialog > .ui-widget-header, .modal-title {
	background: #fff;
	color: #111;
	display: block;
	width: 100%;
}
.modal-title{
	padding: 10px;
	margin: 0;
	text-align: left;
}
.ui-md-title{
	color: #fff;
	padding-left: 20px;
	font-size: 20px;
}
.modal-links a{
	margin: 0 15px;
}

.modal-btns .btn{
	font-size: 13px;
	font-weight: normal;
}


.nav-tabs {
	border:none!important;
}
.nav-tabs .nav-link {
	padding: 10px;
	background: #f3f3f3;
	color: #999;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #652b74!important;
	border-color: #652b74!important;
}
.modal-content .tab-content {
	margin: 24px 0;
}
.modal-content .tab-content .tab-pane h4{
	margin-bottom: 25px;
	font-weight: 400!important;
}
@media (min-width: 480px) {
	.modal-content .tab-content .tab-pane
	{
		padding: 0 50px;
	}
}
.modal-content .btn{
	color: #000!important;
	border: 1px solid #c3c3c3;
}
.modal-content .section {
	padding-bottom: 50px!important;
	padding-top: 40px!important;
	text-align: center;
}
.modal-content .section span::before, .modal-content .section span::after {
	content: "";
	width: 41%;
	height: 1px;
	display: inline-block;
	background: #c3c3c3;
	margin: 4px 10px;
}
.modal-content .section span {
	font-size: 14px;
	font-weight: 500;
	padding: 0;
	line-height: 1px;
	margin: 0 0 5px 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000;
}
.auth-form .modal-content{
	border: none!important;
}

@media (min-width: 480px) {
	.auth-form .card-body
	{
		padding: 24px 100px 24px 100px;
	}
}

@media (max-width: 375px) {
	.auth-form .card-body
	{
		padding: 24px!important;
	}
}


.spinner-btn {
	width: 100%;
	height: 42px;
	background: #fd4703;
	color: #fff;
	font-size: 12px;
	padding: 13px 20px !important;
	text-align: center;
	position: relative;
	cursor: default;
	display: block;
	overflow: hidden;
}
#Orders_quantity {
	border-color: #ffbed2;
	background: #f3f3f3;
	width: 100%;
	text-align: center;

}

.accepted-here img {
	height: 36px;
	margin-left: 10px;
	display: inline;
}
.radio-grp {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.terms-field {
	float: left;
	width: 25px;
}
.terms-label {
	float: left;
	width: 80%;
}
.terms-label label {
	font-size: 13px !important;
	font-weight: normal;
}

.page-banner {
	background-size: cover;
	padding: 100px 0;
	min-height: 80px;
	width: 100%;
	margin: 0 auto;
}

.page-banner.page-contact {
	background-image: url(../images/contact-us.jpg);
}

@media (min-width: 992px) and (max-width: 1180px){
	#yourListView .col-12.in-21
	{
		/*flex: 0 0 auto;*/
		/*width: 50%;*/
	}
}

.entry-container {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin-top: 30px;
	border-radius: 20px;
	border: 0.5px solid rgba(163, 178, 199, 0.50);
	background: #FFF;

	/* Shadow */
	box-shadow: 0px 4px 50px 0px rgba(79, 115, 141, 0.06);
	background: #fff;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.entry-container img{
	border-radius: 20px 20px 0px 0px;
}
.entry--hd h3
{
	font-size: 12px;
}

.entry-container .entry--main {
	position: relative;
	margin-top: 0	;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	flex-grow: 1;
	padding: 0 15px;
}

.entry-top-meta{
	display: flex;
	width: 100%;
	margin-top: 24px;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	flex-grow: 1;
	align-items: baseline;
	/* -webkit-box-flex: 1;
	flex-grow: 1;
	padding-bottom: 1.2em;
	flex-basis: 100%;
	justify-content: space-between; */
}

.entry-top-meta .flag-icon{
	margin-right: 13px;
	min-width: 30px!important;
}

.entry-top-meta .flag-icon img{
	/*box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.9);*/
	box-shadow: -1px 6px 12px -3px rgba(0,0,0,0.29);
	border-radius: 50%;
	height:30px;
	width: 30px;
}

.event-rating-card
{
	display: flex;
	-webkit-box-flex: 1;
	flex-grow: 1;
	padding-bottom: 1.2em;
	flex-basis: 100%;
	justify-content: space-between;
}
.event-stars{
	position: relative;
	margin: 0;
	padding: 0;
	line-height: normal;
}
.rating-stars
{
	color: #6A707F;
	font-feature-settings: 'clig' off, 'liga' off;
	padding-right: 25px;
	min-width: 105px;
	font-size: 12px;
	font-weight: 400;
	line-height: 21px;
}

.rating-stars .i-muted
{
	color: #ccc;
}
.rating-stars .i-active
{
	color: #ffd333;
}
.rating-count
{
	min-width: 90px;
}
.share-action .dropdown-toggle
{
	padding: 0!important;
	border: none!important;
	background: none!important;
	color: #7391ab!important;
}
.share-action .dropdown-toggle::after
{
	border: none!important;
	margin: 0!important;
}
.share-action{
	display: flex;
	align-items: center;
	margin-top: 0;
	justify-content:space-between;
}

.share-action .dropdown-toggle.share i
{
	font-size: 24px!important;
}
.share-action .dropdown-menu
{
	background-color: #7391ab;
	border: 1px solid #7391ab;
	text-align: center;
}

.share-action .dropdown-item {
	display: inline!important;
	padding:0 5px;
}
.share-action  i{
	font-size: 14px;
	border-radius: 50%;
	line-height: normal;
	/* padding: 5px; */
}
.share-action .fb-button i{
	background: #3B5998 none repeat scroll 0% 0%;
	color: #fff;
}

.share-action .tw-button i{
	background: #00ACEE none repeat scroll 0% 0%;
	color: #fff;
}

.share-action .ln-button i{
	background: #0E76A8 none repeat scroll 0% 0%;
	color: #fff;
}

.share-action .wp-button i{
	background: #009144 none repeat scroll 0% 0%;
	color: #fff;
}

.share-action .share i{
	margin-right: 5px;
	font-size: 20px;
}
.share-action .social a{
	color: #1b0ac1 !important;
	font-size: 16px!important;
}

.share-action .social i{
	margin-right: 8px;
}
.event-likes
{
	display: flex;
	justify-content:space-between;
	align-items: center;
	color: #232f3e;
	line-height: normal;
}
.event-likes a{
	color: #7391ab!important;
	font-size: 20px;
}

.event-likes .vote
{
	padding: 0 1px;
	display: inline-block;
}
.event-likes .vote p{
	line-height: normal;
	padding: 0;
	margin: 0;
}

.event-likes .vote i{
	color: #7391ab;
}

.event-likes .vote .count
{
	font-size: 11px;
}
.m-content-type
{
	display: flex;
	flex-basis: 0;
	flex-grow: 1;
}

.entry-container .entry--main .m-headline a {
	color: #23273C;
	font-family: DM Sans;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 150% */
}

.entry-container .entry--main .m-headline
{
	margin-bottom: 0;
}

.entry-container .entry--main .m-desc {
	margin: 8px 0 16px;
	border-bottom:  0.5px solid #A3B2C7;
	padding-bottom: 7px;
	min-height: 63px;
}

.entry--main .m-desc p{
	color:#2D2C2C;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18.6px; /* 18.6px */
}

/*  */
.entry-container .entry--main .m-content-footer {
	align-items: center;
	color: #5f6b7a;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
}


.entry-container .entry--main .m-content-hd span{
	color: #0000f9;
	font-weight: bold;
}

.entry-container .entry--main .m-content-hd .m-expertise {
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 20px;
}

.entry-container .entry--main .m-content-hd img {
	height: 32px;
}
.m-ft-date span
{
	display: block;
}

.m-ft-date .mf-mon{
	color: #3D37F1;
	text-align: center;
	font-family: DM Sans;
	font-size: 11.372px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.m-ft-date .mf-day{
	color: #000;
	font-family: DM Sans;
	font-size: 28.429px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.m-ft-sector h5{
	display: block;
	color: #151A26;
	font-family: DM Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 150% */
	margin-bottom: 0;
}

.m-ft-sector h6{
	color: #6A707F;
	font-family: DM Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 21px; /* 150% */
}
.m-content-footer .m-ft-readmo a{
	color: #FFF;
	font-family: DM Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
	display: inline-flex;
	padding: 8px 16px;
	align-items: flex-start;
	border-radius: 8px;
	background: #652B74;
	box-shadow: 0px 10px 25px 0px rgba(234, 128, 56, 0.20);
}


@media (max-width:1080px) {
	.m-content-footer .m-ft-readmo a
	{
		display: block!important;
		padding: 8px 5px!important;
		font-size: 12px;
	}
	.share-action
	{
		flex-shrink: 0;
	}
	.m-ft-date {
		margin-right: 10px!important;
		flex-shrink: 0;
	}
	.entry-container .entry--main {
		padding: 0 17px;
	}
}

@media (min-width: 991px) {
	#office{
	  min-height: 360px;
	  width: 100%;
	}
}

@media (max-width: 991px) {
	#office{
	  min-height: 360px;
	  width: 100%;
	  margin-top: 40px;
	  margin-bottom: 70px;
	}
}

.event-details
{
	padding: 25px 0;
}
.event-ctas
{
	margin: 20px 0;
}
.event-ctas .register
{
	margin-right: 15px;
}

.event-footer{
	margin-top: 60px;
	padding: 20px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;

}
.event-footer .tags-meta{
	display: flex;
	align-items: center;
}
.event-footer .tags-meta .tags-meta-header
{
	margin-right: 10px;
	color: #242565;
	font-weight: 600;
	font-size: 20px;
}
.event-footer .tags-meta span{
	margin-right: 8px;
}
.event-footer .tags-meta .bg-primary {
	color: #696767;
	background: #f2edff!important;
	border: 1px solid #f2edff!important;
}
.share-meta-header {
	font-size: 20px;
	color: #242565;
	font-weight: 600;
}
.share-meta-header i{
	color: #acacac;
}
.share-meta-links a {
	font-size: 18px;
	display: inline-block;
	background: none;
	color: #bdbfc7;
	line-height: 1;
	padding: 8px 0;
	border-radius: 4px;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}

.title-section h2{
	color: #242565;
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 0;
}
.widget-content-box{
	/* display: flex; */
	padding: 20px 20px;
	border-bottom: 1px solid #ddd;
}
.widget-title
{
	width: 100%;
	display: block;
}
.widget-inner-info, .widget-handles
{
	align-items: center;
	display: flex;
	margin-bottom: 6px;
	position: relative;
	width: 100%;
}
.widget-icon-box{
	width: 32px;
	height: 32px;
	align-items: center;
	display: flex;
	font-size: 24px;
	text-align: center;
}
.widget-icon-box i{
	color: #91939d;
}
.widget-text-box{
	margin-left: 1px;
	font-size: 18px;
}
.widget-text-box span{
	font-weight: bold;
	color: #23273b!important;
}
.widget-handles{
	margin-top: 35px;
	padding-left: 20px;
	padding-right: 10px;
	/* padding: 0 15px 10px 20px; */
}
.widget-handles h3{
	margin-right: 20px;
	margin-bottom: 0;
	font-size: 18px;
}

.widget-handles .official-links a.btn{
    padding:6px 10px!important;
    font-size: 14px!important;
}
.register-bg
{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
	min-height: 400px;
	position: relative;
	background-image:
		linear-gradient(156deg, rgba(84, 32, 195, 0.90) 0%, rgba(221, 110, 100, 0.90) 100%),
    url('../images/banner_large.jpg');

}

.form.registration
{
	padding: 25px 30px;
}
.note-register{
	color: #141414px;
	font-size: 14px;
	font-style: italic;
	line-height: 21px;
}

.map-section{
    margin-top: -240px;
}

.map-section .iconed
{
	background: #652B74;
	color: #FFF7F8;
	float: left;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 13px;
	font-size: 21px;
}

.map-section  p, .map-section  h4{
	margin-left:15px;
	float: left;
	display: block;
	line-height: normal;
	width: 70%!important;
}
.map-section  h4{
	line-height: normal;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 16px;
}

@media (max-width: 650px) {
  .icon-box {
    margin-bottom: 20px;
  }
}

.contact-box{
	border-radius: 0px 0px 6px 6px;
	background: #652B74;
	padding: 70px 0;
	color: #fff;
}
.contact-box p, .contact-box h2{
	color: #fff;
}

.form-icon
{
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 84px;
	height: 84px;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.07);
	border-radius: 50px;
	display: flex;
}

.form-icon-inner {
	transition: 0.5s;
	text-align: center;
}
.contact-box .form input[type="text"], .contact-box .form input[type="password"], .contact-box .form input[type="email"], .contact-box .form textarea{
	color: #fff!important;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.07);
	border: none!important;
}

.contact-box .form .form-control::placeholder {
	color: #fff!important;
	opacity: 1;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover,
.pagination > .active > a:focus, .pagination > .active > span:focus
{
	border-radius: 32px;
	background: #652B74;
	box-shadow: 0px 10px 25px 0px rgba(234, 128, 56, 0.25);
	display: block;
	color: #fff;
}

.pager li > a, .pager li > span {
  font-weight: 500;
  border-radius: 50%;
  line-height: 32px;
  margin: 0 10px;
  width: 32px;
  height: 32px;
  background: transparent;
  color: #3d464d;
  cursor: pointer;
	text-align: center;
	user-select: none;
}
.pagination {
  margin-bottom: 0;
}

.page-link {
  font-weight: 500;
  border-radius: 2px;
  border: none;
  line-height: 1;
  margin: 0 2px;
  padding: 9px 10px 8px;
  height: 33px;
  background: transparent;
  color: #3d464d;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.page-link:hover,
.page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ebebeb;
  color: #3d464d;
}

.page-link--with-arrow {
  width: 29px;
  position: relative;
}
.page-link--with-arrow .page-link__arrow {
  position: absolute;
  fill: currentColor;
  top: 10px;
}
[dir=ltr] .page-link--with-arrow .page-link__arrow {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
[dir=rtl] .page-link--with-arrow .page-link__arrow {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
[dir=ltr] .page-link--with-arrow .page-link__arrow--left {
  left: 10px;
}
[dir=rtl] .page-link--with-arrow .page-link__arrow--left {
  right: 10px;
}
[dir=ltr] .page-link--with-arrow .page-link__arrow--right {
  left: 11px;
}
[dir=rtl] .page-link--with-arrow .page-link__arrow--right {
  right: 11px;
}

.page-item:first-child .page-link {
  border-radius: 2px;
}
[dir=ltr] .page-item:first-child .page-link {
  margin-left: 0;
}
[dir=rtl] .page-item:first-child .page-link {
  margin-right: 0;
}

.page-item:last-child .page-link {
  border-radius: 2px;
}
[dir=ltr] .page-item:last-child .page-link {
  margin-right: 0;
}
[dir=rtl] .page-item:last-child .page-link {
  margin-left: 0;
}

.page-item.active .page-link {
  background: #ffd333;
  color: #3d464d;
  cursor: default;
  z-index: 2;
}

.page-item.disabled .page-link {
  background: transparent;
  color: #b3b3b3;
}



@media (max-width: 991px) {
	.section {
		padding-top: 40px;
		padding-bottom: 20px;
		position: relative !important;
	}

	.navbar li {
		position: relative;
		height: 32px;
		line-height: 32px;
	}
	.navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 9;
		-webkit-box-shadow: 0px 15px 20px 0px rgba(29, 42, 93, 0.1);
		box-shadow: 0px 15px 20px 0px rgba(29, 42, 93, 0.1);
		padding: 5px 12px;
	}
	.navbar-toggler .navbar-toggler-icon {
		background-color: #fff !important;
		height: 1px;
		width: 0.9em;
		display: block;
		margin: 5px 0;
		position: relative;
	}

	.navbar-toggler{
		text-align: center;
		border-style: none;
		background: #000!important;
		margin-top:  5px;
		box-shadow: 0 0 0 1px;
		border:1px solid #fff!important;
	}
	.navbar-toggler .text-body{
		color: #fff!important;
	}
	.navbar-toggler .toggler-icon {
		width: 30px;
		height: 1px;
		background-color: #333;
		display: block;
		margin: 5px auto;
		text-align: center;
		position: relative;
		-webkit-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}

}

.details-section .card
{
	min-height: 110px;
}

@media (max-width: 776px)
{
	.category-items .image {
		min-height: 240px;
	}

	.category-items .act-desc {
		margin: 50px 0;
		padding: 0 0px;
	}
}

form .kaptcha {
	display: flex;
	margin-top: 1em;
	margin-bottom: 2em;
	justify-content: space-between !important;
}

form .kaptcha  img{
	max-width: 100%;
	max-height: 100%;
}

.kaptcha a{
	margin-top: 20px;
}

form label{
	margin-bottom: 10px;
	font-family: DM Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.ads-card
{
	margin: 0 auto;
	text-align: center;
	display: block;
}


#footer {
  background: #652B74;
	margin-top: 60px;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .rights-col, #footer .social-col{
	float: right;
}

.social-links{
	margin-top: 40px;
}

#footer .social-links a {
  font-size: 24px;
  display: inline-block;
  background: #EAEBEC;
  color: #7F848D;
  line-height: 1;
  margin-right: 4px;
	border-radius: 5px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links i{
	font-size: 24px;
	line-height: 36px;
}
#footer .footer-top .social-links a:hover {
  background: #428bca;
  color: #f9f9f9;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #9eccf4;
}
