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: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	background-color: #f4f4f4;
	position: relative;
}

.well { background: #E9E9E9;}
*,
*:after,
*::before {
  box-sizing: border-box;
}
a{
	color: #fd4703;
	text-decoration: none;
}
p{
	font-size: 16px;
	line-height: 1.8em;
	color: #595959;
	margin: 0;
}
small{
	font-weight: 300;
}
h1, h2, h3, h4, h5{
	font-weight:700;
	color: #271f16;
	font-family: "Open Sans", sans-serif;
}
h1{
	margin-top: 0;
	padding-top: 0;
	color: #242565!important;
}
h2{
	font-size: 24px;
}
h3{
	font-size: 24	px;
}

.title-section h1
{
	color: #7391ab;
}
.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);
}

.sc-title h2
{
	font-size: 2.4rem;
}

ul {  list-style: none; margin:0; padding:0;}

@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1140px;
	}
}
.head_cart a{
	color: #000;
}
.bg-dark{
	background-color: #000!important;
}
#header {
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0 0;
  /* background: #141414; */
	/* background-image: linear-gradient(to right, #101010, #181818, #202020, #272727, #2a2a2a); */
	background: linear-gradient(90deg, rgba(13,13,13,1) 0%, rgba(44,44,44,.66) 100%);
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0 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-beginx
{
	padding-top: 200px;
}

@media (max-width: 991px)
{
	.page-beginx
	{
		padding-top: 350px;
	}
}

.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, .navbar a:focus {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
	padding: 10px 35px;
	text-transform: none;
}

.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;
}


.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:  url('../images/banner.jpg'), lightgray 50% / cover no-repeat;
	width: 100%;
	min-height: 480px;
	background-size: cover;
	position: relative;
	/* margin-bottom: -80px; */
}
.banner-overlay{
	opacity: 0.9;
	/* background: -webkit-linear-gradient(90deg, rgba(68, 172, 219, 0.90) 0%, rgba(27, 29, 35, 0.90) 100%);
	background: -o-linear-gradient(90deg, rgba(68, 172, 219, 0.90) 0%, rgba(27, 29, 35, 0.90) 100%);
	background: linear-gradient(190deg, rgba(68, 172, 219, 0.90) 0%, rgba(27, 29, 35, 0.90) 100%); */
	background: linear-gradient(90deg, rgba(27,29,35,1) 0%, rgba(68,172,219,1) 45%, rgba(27,29,35,1) 100%);
	min-height: 480px;
}

.banner-section.epage, .banner-section.epage .banner-overlay
{
	min-height: 240px!important;
}
.banner-inner {
	position: relative;
	text-align: center;
	/* z-index: 99;/ */
}
.banner-desc{
	position: absolute;
	top: 240px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 65%;
}

.banner-desc p{
	color: #FFF;
	font-size: 42px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 50px;
}

.banner-desc a{
	color: #151A26;
	text-align: center;
	padding: 14px 32px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
	border-radius: 4px;
	background: #FFF;
}

.section {
 padding-top:80px;
 padding-bottom:80px;
 position:relative!important;
}
.search-section{
	position: relative;
	margin: 0 auto;
	background: #44acdb;
	padding: 1.7em 0 0;
}

.search-wrapper{
	padding-bottom: 1em;
	display: flex;
	flex-wrap: wrap;
	align-self: center;
}

@media (min-width: 992px) {
	.search-input{
		width: calc(100% / 5 - 14px);
		margin: 7px;
	}
}

@media (max-width: 991px) {
	.search-input {
	  width: calc(100% / 2 - 14px);
	  margin: 7px;
	}
	.search-input:last-child
	{
		width: 100%!important;
	}
}

.block-finder__form {
  margin: -7px;
  width: 428px;
}

.search-title
{
	font-family: "Oswald", sans-serif!important;
	font-weight: normal!important;
}

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: #fff!important;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	color: #666;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 18px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent!important;
}

form .search-wrapper .form-control::placeholder {
	color: #444;
	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;
}

.event-finder-category {
	display: flex;
}

form .search-wrapper .event-finder-category select, form .event-finder-category .select2-container--default .select2-selection--single
{
	background: #44acdb !important;
	border: none!important;
}

.event-finder-category .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #fff!important;
	line-height: 28px;
}

.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-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;
}

@media (max-width: 1024px) {
	.search-section{
		width: 100%!important;
	}
}

@media (max-width: 992px) {
	.search-section{
		margin-top: 80px;
	}
}

@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{
		/* 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;
	}
}

@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;
	}
}

.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-outline-primary
{
	border-color: #44acdb!important;
	border: 2px solid transparent;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #44acdb;
    border-color: #44acdb;
}

.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;
}
.btn.btn-outline-default{

	padding: 7px 25px!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-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin: 50px 0;
	padding: 0 30px;
}

.fa{
	font-weight: 900!important;

}
.btn {
	font-size: 16px;
	font-weight: 400;
	padding: .5rem .85rem;
	font-size: .875rem;
	line-height: 1;
	border-radius: 0;
}

.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 (max-width:1080px) {
	/* #yourListView .col-12.in-21
	{
		flex: 0 0 auto;
		width: 50%;
	} */
}
 html body .event-card .event-image .img-fluid, html body .event-card .event-image .event-card-img-link{
	height: 100%;
 }

 html body .event-card .event-image .event-card-img-link img
 {
	position: absolute;
 }
.events-lists
{
	margin-top: 3.4em;
	border-top: 4px solid #44acdb;
}

 .event-image{
	position: relative;
}
.event-card {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin-top: 15px;
	margin-bottom: 35px;
	background: #fff;
	display: flex;
	flex-direction: row;
	position: relative;
}

.event-card:first-child
{
	margin-top: 30px;
}
.event-card .event-card-img
{
	position: relative;
}
.event-card-img-link
{
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 40%;
	overflow: hidden;
}
.event-card .event-image .event-card-img-link .img-fluid{
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	object-fit: cover;
	object-position: 50% 0;
}

@media (max-width: 768px) {
	.event-card .event-image .event-card-img-link .img-fluid{
		position: relative!important;
		display: block;
	}
}
.entry--hd h3
{
	font-size: 12px;
}
.event-card-info
{
	padding: 20px;
}
@media (max-width: 991px) {
	.event-card-info{
		padding-top: 5px;
	}
}
.event-card-info .m-headline
{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.65em;
	margin-bottom: .75rem;
}
.event-card-info a{
	color: #111;
}
.event-card .event-card-info h6{
	color: #ADD8E6!important;
	font-size: .8rem;
	text-transform: uppercase;
	letter-spacing: .02rem;
	font-weight: 900!important;
	margin-top: 0;
	margin-bottom: .25rem;
}

.event-meta
{
	font-size: .8rem;
	background: #fbfbfd;
}

.event-card-dates
{
	border-top: none;
	border-left: 2px dashed #dee2e6;
	padding: 0 25px;
}

@media (max-width: 991px) {
	.event-card-dates
	{
		padding: 0 20px;
	}
	.event-schedule
	{
		padding-right:20px;
		padding-top: 20px!important;
	}
}

@media (max-width: 768px) {
	.event-meta
	{
		display: block!important;
		margin: 0 auto;
	}
}

.event-dates {
	font-size: 1.1rem !important;
	line-height: 1.2;
	color: #111;
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
}
.event-start-time
{
	font-size: .8rem !important;
	color: #777;
	font-weight: 500;
	line-height: 1.4
}
.event-flag-stars
{
	display: flex!important;
}
@media (max-width:991px) {
	.event-flag-stars, .event-schedule
	{
		text-align: center;
	}
	.event-flag-stars
	{
		margin-right: 10px!important;
		display: block!important;
	}
	.flag-icon
	{
		margin-right: 0!important;
		margin-bottom: 10px;

	}

	.entry-top-meta {
		display: block!important;
	}
}

@media (max-width:768px) {
	.entry-top-meta {
		display: flex!important;
		align-items: center!important;
	}
	.event-flag-stars
	{
		text-align: center;
		display: flex!important;
	}
}

.entry-container .entry--main {
	position: relative;
	margin-top: 0	;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	flex-grow: 1;
	padding: 0 23px;
}

.entry-top-meta{
	display: flex;
	width: 100%;
	margin-top: 42px;
	margin-bottom: 5px;
	align-items:flex-end;
	flex-direction: column;
	vertical-align: bottom;
}

.entry-top-meta .flag-icon{
	margin-right: 13px;
	min-width: 38px!important;
}
.entry-top-meta .flag-icon img{
	/* box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.9); */
	/* box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.9); */
	/* box-shadow: -1px 6px 12px -3px rgba(0,0,0,0.62); */
	box-shadow: 0 1px 10px rgba(0,0,0,0.29);
	/* background: #000; */
	border-radius: 100%;
	width: 36px;
	height: 36px;
	/* border: 1px solid #000; */
}
.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;
	padding-right: 10px;
	min-width: 105px;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}

.rating-stars .i-muted
{
	color: #ccc;
}
.rating-stars .i-active
{
	color: #ffd333;
}
.rating-count
{
	min-width: 90px;
}

.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 15px;
	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;
}

.event-card-info p{
	color: #666;
	font-size: 14px;
	line-height: 1.8;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 1rem;
}


@media (max-width:1080px) {
	.entry-container .entry--main {
		padding: 0 17px;
	}
}
.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;
}

@media (min-width: 991px) {
	#office{
	  min-height: 680px;
	  width: 100%;
	}
}

@media (max-width: 991px) {
	#office{
	  min-height: 360px;
	  width: 100%;
	}
}

.details-rating
{
	/* margin-bottom: 25px; */
}
.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: 30px;
	border-bottom: 1px solid #ddd;
}
.widget-title
{
	width: 100%;
	display: block;
}
.widget-inner-info, .widget-handles
{
	align-items: center;
	display: flex;
	margin-bottom: 16px;
	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: 10px;
	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;
}

.register-bg
{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
	min-height: 400px;
	position: relative;
	background-image:
		linear-gradient(156deg, rgba(68, 172, 219, 0.90) 0%, rgba(27, 29, 35, 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 .iconed
{
	background: #652B74;
	color: #FFF7F8;
	float: left;
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 13px;
	font-size: 24px;
}

.map-section  p, .map-section  h4{
	margin-left:15px;
	float: left;
	display: block;
	width: 70%!important;
}
.map-section  h4{
	line-height: normal;
	margin-bottom: 0;
	padding-bottom: 0;
}

@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;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.07);
	border: none!important;
}


.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: #44acdb;
	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-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}


#footer {
  background: #1b1d23;
	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;
}
