.my-profile-picture{
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
}

.toast-container{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	padding: 15px;
}

.toast-container .progress {
  height: 2px;
  margin-top: 12px;
  margin-bottom: -12px;
  margin-left: -12px;
  margin-right: -12px;
  background-color: #FFFFFF00;
}

.toast-container .progress .progress-bar {
  transition: linear 0s;
  background-color: #FFFFFF;
}

.mobile-navbar{
	position: fixed;
	bottom: 0;
	z-index: 99;
	width: 100%;
	background: #ffffff;	

	text-align: center;
	display: none;

	box-shadow: 0 0 30px rgb(0 0 0 / 8%);
}

.mobile-navbar a{
	display: block;
	padding: 4px;
	font-size: 24px;
}

#event-navbar{
	position: fixed;
	top: 74px;
	z-index: 99;
	width: 100%;
	left: 0;

	display: none;
}

#event-navbar.show{
	display: block;
}

.login-hbtn{
	padding: 6px 20px 6px 55px;
}

.login-hbtn.butn .icon-arrow{
	top: 9px;
}

.login-hbtn.butn:hover{
	padding: 6px 55px 6px 20px;
}

.login-bg-image{
	object-fit: cover; 
	object-position: left;
}

.main-wrapper.nav-space{
	padding-top: 96px;
}

.navbar-header-custom{
	transition: all 0.5s ease;
}

.header-style1 .navbar-default{
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
	left: 0;
	background: #ffffffcc;	
}

.menu_area-light .navbar-nav > li > a {
    color: #282b2d;;
}

.service-style-01.service-card{
	border: 1px solid #ededed;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 6%);
	position: relative;
	display: block;
	overflow: hidden;
	background: #ffffff;
	border-radius: 0.25rem;
}

.service-style-01.service-card .service-card-top-img {
    border-radius: 0.25rem 0.25rem 0 0;
}

.testimonial4-carousel .testimonial-wrapper{
	margin: 0 0 20px 0;
}

.quform-element p.quform-description {
    padding: 2px 0 0;
    font-size: 11px;
    line-height: 15px;
    font-style: italic;
}

.my-profile-sec-b{
	background: none;
	padding: 15px;
}

.img-qr-con img{
	border: 1px solid #dee2e6!important;
}

.card-style10.event .image-box{
	overflow: visible;
}

.card-style10.event .image-box .date{
    top: -14px;
    right: -10px;
    padding: 5px 0px;
    font-size: 16px;
}

.card-style10 .image-box .date span {
    padding: 0 6px;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.line-4{
	display: -webkit-box;
	max-width: 200px;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.service-details-sidebar .service-list li a h5{
	transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
}

.service-details-sidebar .service-list li:hover a{
	background-color: #fb9a27;
	color: #FFFFFF;
}

.service-details-sidebar .service-list li:hover a h5{
	color: #FFFFFF;
}

.service-details-sidebar .service-list li.active a,
.service-details-sidebar .service-list li.active a h5{
	color: #FFFFFF;
}

.blog-sidebar.my-p{
	padding-top: 50px;
}

.blog-sidebar .widget .search-bar button.btn-newsletter{
	border: none;
	background-color: #FFFFFF00;
}

.event-detail-logo{
	width: 100%;
}


.btn-primary.facebook {
    background-color: #3b5998!important;
    color: #FFFFFF;
}
.btn-primary.twitter {
    background-color: #55acee!important;
    color: #FFFFFF;
}
.btn-primary.linkedin {
    background-color: #0077b5!important;
}

.btn-primary.linkedin .fa-linkedin:before{
	color: #FFFFFF;
}


.select2-results__group{
    padding: 0.5rem !important;
    line-height: 2 !important;
    display: block;
    border-top: 1px solid #6c757d;
}

.select2-results__options.select2-results__options--nested{
	padding-left: 1rem;
}

.list-img{
	max-width: 50px;
}

@media (max-width: 992px){
	.w-100-lg{
		width: 100%;
	}
}

@media (max-width: 768px){
	.w-100-md{
		width: 100%;
	}

	.toast-container{
		bottom: 45px;
	}


	.login-bg-image{
		max-height: 250px;
	}

	.mobile-navbar{
		display: block;
	}

	.scroll-to-top{
		bottom: 60px;
	}

	.event-detail-logo{
		max-width: 110px;
		width: 50%;
	}
}

@media (max-width: 576px){
	.w-100-sm{
		width: 100%;
	}

	.butn{
		width: 100%;
	}
}