.user
{
    background:#f1f3f6;
}
.r-input
{
    border-radius:0;
    border:1px solid #dedede;
    height:42px;
}



.login-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #FEEDF6;
  background: -webkit-gradient(linear, left top, right bottom, from(#FEEDF6), to(#FCF0E2));
  background: -webkit-linear-gradient(top left, #FEEDF6, #FCF0E2);
  background: -moz- oldlinear-gradient(top left, #FEEDF6, #FCF0E2);
  background: -o-linear-gradient(top left, #FEEDF6, #FCF0E2);
  background: linear-gradient(to bottom right, #FEEDF6, #FCF0E2);
  text-align: center;
  padding-top: 30px;
  position: relative;
  padding-bottom: 40px;
}
.login-box {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 20px 10px;
  max-width: 430px;
}
.login-title {
  font-size: 22px;
  margin-top: 15px;
  color: #535766;
}
.login-third-party-login {
  margin-top: 30px;
}
.login-info-text {
  color: #94969F;
}
.login-button-info-text {
  margin-top: 0px;
  margin-bottom: 20px;
}

.login-login-form {
  margin: 0px;
}
.login-input-container {
  margin: 20px;
  border: 1px solid #BFC0C6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0px;
}
.login-input-container:hover {
  -webkit-box-shadow: 0px 2px 5px #EAEAEC;
  -moz-box-shadow: 0px 2px 5px #EAEAEC;
  box-shadow: 0px 2px 5px #EAEAEC;
}
.login-input-container-pink {
  border: 1px solid #FF527B;
  -webkit-box-shadow: 0px 2px 5px #FFD9E2;
  -moz-box-shadow: 0px 2px 5px #FFD9E2;
  box-shadow: 0px 2px 5px #FFD9E2;
}
.login-input-item {
  position: relative;
}
.login-user-input {
  display: block;
  color: #282C3F;
  padding-right: 40px;
  font-size: 15px;
  width: 100%;
  border: 0px;
  padding: 15px;
}
.login-user-input-first {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
.login-user-input2 {
  border-top: 1px solid #D5D6D9;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
.login-login-button-container {
  padding: 10px 20px;
  margin: 0px;
  border: 0px;
}
.login-login-button
{
    background-color: #333333;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 15px;
    display: block;
    width: 100%;
    border: 0px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
button:disabled {  
  cursor: pointer;
  cursor: not-allowed;
}
.login-login-button:hover {
background-color: #F4CA00;

}
.login-login-button:focus {
  outline: 0px;
  -webkit-box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.2);
  background-color: #FF3F6C;
}
.login-link-container {
  text-align: center;
}
.login-right-links {
 
}
.login-link {
  cursor: pointer;
  text-decoration: none;
  color: #EA5E8B;
  padding: 10px 0px;
}
@media all and (min-width: 400px) {
  .login-box {
    display: inline-block;
    width: 400px;
  }
}

.register-gender {
  position: relative;
  border: 0px;
  font-size: 13px;
  color: #696E79;
  text-align: left;
  padding: 8px;
  margin: 0px;
  border-top: 1px solid #D5D6D9;
  border-bottom: 1px solid #D5D6D9;

}
.register-gender-title {
  display: inline;
  font-weight: 500;
  font-size:15px;
  width:auto;
  border-bottom:0;
  margin-bottom:2px;
}
.register-gender-radio {
  margin-left: 15px;
  margin-right: 5px;
}
.register-gender-label {
  cursor: pointer;
  font-weight: 400;
      color: #666;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom:0;
}


.register-button-container {
    margin-top: 10px;
    margin-bottom: 40px;
}

.register-button {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 162px;
  position: relative;
  font-size: 13px;
  font-weight: 500;
  color: #696B79;
  height: 50px;
  border: 1px solid #BFC0C6;
  background-color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.register-button:focus {
  outline: 0px;
}
.register-button:hover {
  -webkit-box-shadow: 0px 2px 5px #EAEAEC;
  -moz-box-shadow: 0px 2px 5px #EAEAEC;
  box-shadow: 0px 2px 5px #EAEAEC;
}
.register-facebook {
  margin-bottom: 20px;
}
.register-google {
}
.register-gplus-logo {
  background-position: -290px 0;
  width: 23px;
  height: 29px;
  position: absolute;
  top: 13px;
  left: 15px;
}
.register-fb-logo {
  background-position: -262px 0;
  width: 28px;
  height: 29px;
  position: absolute;
  top: 10px;
  left: 15px;
}
.register-button-info-text {
    margin-top: 0px;
    margin-bottom: 20px;
}
.register-info-text {
    color: #94969F;
    font-size: 12px;
}
.register-social
{
    font-size:28px;
    padding-right:10px;
}
.face
{
    color: #3b5998;

}
.google
{
        background: -webkit-linear-gradient(#DB4437, #F4B400,#0F9D58,#4285F4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 360px)
{
.register-facebook {
    margin-right: 15px;
    margin-bottom: 0px;
}
.register-button {
    width: 49%;
    display: inline-block;
}

}

/* ---------------------------------- */
/* User Menu
------------------------------------- */
.user-menu1 {
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin-right: 25px;
	top: 16px;
	vertical-align: top;
	padding-left: 25px;
	padding-right: 20px;
	margin-left: 25px;
}

.user-menu1 .user-name1 {
	transition: 0.2s;
	color: #444;
}

.user-menu1 .user-name1 {
	transition: 0.2s;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 145px;
}

.user-menu1 .user-name1:after {
	content: "\f107";
	font-family: "FontAwesome";
	transition: 0.2s;
	transform: rotate(0deg);
	display: inline-block;
	margin-left: 6px;
	color: #aaa;
	right: 0;
	padding: 0 5px;
	position: absolute;
}

.user-menu1.active .user-name1:after,
.user-menu1:hover .user-name1:after,
.user-menu1.active .user-name1,
.user-menu1:hover .user-name1 {
	color: #66676b;
}

.user-menu1.active .user-name1:after { transform: rotate(180deg); }

/* Avatar */
.user-name1 span img {
	width: 100%;
	display: inline-block;
	border-radius: 50%;
	image-rendering: -webkit-optimize-contrast;
}

.user-name1 span {
	display: inline-block;
	width: 38px;
	height: 38px;
	margin-right: 10px;
	border-radius: 50%;
	position: absolute;
	left: -22px;
	top: -5px;
}

.user-menu1 ul {
	float: left;
	text-align: left;
	position: absolute;
	top: 45px;
	right: 0;
	list-style: none;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
	border-radius: 4px;
	display: inline-block;
	width: 220px;
	font-size: 15px;
	transform: translate3d(0,15px,0);
	padding: 16px 8px;
	box-sizing: border-box;
	transition: 0.25s;
	visibility: hidden;
	opacity: 0;
	z-index: 110;
}

.user-menu1 ul li a {
	padding: 5px 15px;
	line-height: 22px;
	display:block;
	color: #696969;
	transition: 0.2s;
}

.user-menu1 ul li a:hover {
	color: #66676b;
}

.user-menu1 ul li a i {
	width: 20px;
	position: relative;
	display: inline-block;
}

.user-menu1.active ul {
	visibility: visible;
	opacity: 1;
	transform: translate3d(0,0,0);
}


/* Mobile Fixes for User Menu */
@media only screen and (max-width: 1366px) and (min-width: 1240px) {
	.user-menu1 .user-name1 {
	    max-width: 110px;
	}
}

@media (min-width: 992px) and (max-width: 1239px) {
	.header-widget {
	    height: auto;
	    position: absolute;
	    right: 0;
	    width: 150%;
	}

	.header-style-2 .header-widget {
	    position: relative;
	    width: auto;
	}

	.user-menu1 { top: 12px; }
	.right-side { position: relative; }
}

@media (max-width: 992px) {
	.user-menu1 ul {
	    right: -60px;
	    float: right;
	}
}

@media (max-width: 480px) {
	.header-widget .user-menu1 {
		top: 0;
		margin-top: 7px;
		margin-bottom: 20px;
		float: left;
	}
}

/* ---------------------------------- */

/* ---------------------------------- */
/* My Account Page
------------------------------------- */
.my-account-nav-container {
	border-radius: 3px;
box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	background: #f9f9f9;
	padding: 30px 0;
	margin: 0 0 40px 0;
}

.my-account-nav {
	padding: 0;
	padding: 0 35px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}

.my-account-nav-container .my-account-nav:last-child {
	margin-bottom: 0;
	border: none;
	padding-bottom: 0;
}

.my-account-nav li {
	list-style: none;
	padding: 1px 0 2px 0;
	margin: 0;
}

.my-account-nav li a { color: #333; }
.my-account-nav li a.current, .my-account-nav li a:hover
{
    color: #6666FF;
}

.my-account-nav li i {
	margin-right: 5px;
	display: inline-block;
}

.sub-nav-title {
	font-size: 13px;
	margin-bottom: 5px !important;
	display: inline-block;
	color: #888;
}

/* Edit Profile Photo */
.edit-profile-photo img {
	border-radius: 3px;
	max-width: 300px;
	width: 100%;
}

.edit-profile-photo {
	position: relative;
}

.change-photo-btn {
	border-radius: 2px;
	display: inline-block;
	position: absolute;
	font-size: 13px;
	bottom: 15px;
	left: 15px;
	width: auto;
	background-color: #fff;
	color: #333;
	transition: 0.3s;
	cursor: pointer;
	line-height: 28px;
}


.photoUpload {
    position: relative;
    overflow: hidden;
    padding: 3px 12px;
	cursor: pointer;
}

.photoUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.change-photo-btn:hover {
	color: #fff;
	background-color: #66676b;
}

.change-photo-btn i { margin-right: 2px; }

.my-profile label {
	margin-top: 10px;
}

.my-profile { padding-right: 35px; }

.my-profile label i {
	margin-right: 3px;
}

.my-profile textarea {
	height: 100px;
}

.user-boxshadow
{
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}
.d-block {
    display: block;
}




.contacts-inline {
   
    padding:0;
}
.contacts-inline li {
    float:left;
    margin:0 5px 0 0;
        background: none;
         list-style-type:none;
}
.contacts-inline .rad {
    padding:5px;
    cursor:pointer;
    padding: 10px 20px 10px 25px;
        border: 1px solid #ddd;
        background:#fff;
            color: #A7B1C2;
    -webkit-appearance: button;
    /* WebKit */
    -moz-appearance: button;
    /* Mozilla */
    -o-appearance: button;
    /* Opera */
    -ms-appearance: button;
    /* Internet Explorer */
    appearance: button;
    /* CSS3 */
}
.contacts-inline .rad:hover,.contacts-inline .rad.active {
    background:#DDD;
    color:#333;
}
.contacts-inline input[name=web] {
    display:none
}

.none {
  display: none;
}

/*-----------------
	20. Chat
-----------------------*/

.chat-window {
    border: 1px solid #e0e3e4;
    position: relative;
    margin-bottom: 1.875rem;
}
.chat-window .chat-scroll {
    max-height: calc(100vh - 255px);
    overflow-y: auto;
}
.chat-window .chat-cont-right .chat-body .media.sent .media-body {
   -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width:100%;
}
.chat-window .chat-cont-right {
    flex: 0 0 65%;
    max-width:100%;
    border: 1px solid #e0e3e4;
}
.chat-window .chat-cont-right .chat-header {
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #e0e3e4;
    display: flex;
    height: 72px;
    justify-content: space-between;
    padding: 0 15px;
}
.chat-window .chat-cont-right .chat-header .back-user-list {
    display: none;
    margin-right: 5px;
    margin-left: -7px;
}
.chat-window .chat-cont-right .chat-header .media {
	align-items: center;
}
.chat-window .chat-cont-right .chat-header .media .media-img-wrap {
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 15px;
}
.chat-window .chat-cont-right .chat-header .media .media-img-wrap .avatar {
	height: 50px;
	width: 50px;
}
.chat-window .chat-cont-right .chat-header .media .media-img-wrap .status {
    border: 2px solid #fff;
    bottom: 0;
    height: 10px;
    position: absolute;
    right: 3px;
    width: 10px;
}
.chat-window .chat-cont-right .chat-header .media .media-body .user-name1 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.chat-window .chat-cont-right .chat-header .media .media-body .user-status {
    color: #666;
    font-size: 14px;
}
.chat-window .chat-cont-right .chat-header .chat-options {
    display: flex;
}
.chat-window .chat-cont-right .chat-header .chat-options > a {
    align-items: center;
    border-radius: 50%;
    color: #8a8a8a;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    margin-left: 10px;
    width: 30px;
}
.chat-window .chat-cont-right .chat-body {
    background-color: #f5f5f6;
}
.chat-window .chat-cont-right .chat-body ul.list-unstyled {
    margin: 0 auto;
    padding: 15px;
    width: 100%;
}
.chat-window .chat-cont-right .chat-body .media .avatar {
    height: 30px;
    width: 30px;
}
.chat-window .chat-cont-right .chat-body .media .media-body {
	margin-left: 20px;
}
.chat-window .chat-cont-right .chat-body .media .media-body .msg-box > div {
	padding: 10px 15px;
	border-radius: .25rem;
	display: inline-block;
	position: relative;
}
.chat-window .chat-cont-right .chat-body .media .media-body .msg-box > div p {
    color: #333;
    margin-bottom: 0;
}
.chat-window .chat-cont-right .chat-body .media .media-body .msg-box + .msg-box {
	margin-top: 5px;
}
.chat-window .chat-cont-right .chat-body .media.received {
	margin-bottom: 20px;
}
.chat-window .chat-cont-right .chat-body .media:last-child {
	margin-bottom: 0;
}
.chat-window .chat-cont-right .chat-body .media.received .media-body .msg-box > div {
	background-color: #fff;
}
.chat-window .chat-cont-right .chat-body .media.sent {
    margin-bottom: 20px;
}
.chat-window .chat-cont-right .chat-body .media.sent .media-body {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: 0;
}
.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box > div {
    background-color: #e3e3e3;
}
.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box > div p {
    color: #333;
}
.chat-window .chat-cont-right .chat-body .chat-date {
    font-size: 14px;
    margin: 1.875rem 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: capitalize;
}
.chat-window .chat-cont-right .chat-body .chat-date:before {
    background-color: #e0e3e4;
    content: "";
    height: 1px;
    margin-right: 28px;
    position: absolute;
    right: 50%;
    top: 50%;
    width: 100%;
}
.chat-window .chat-cont-right .chat-body .chat-date:after {
    background-color: #e0e3e4;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: 28px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.chat-window .chat-cont-right .chat-footer {
    background-color: #fff;
    border-top: 1px solid #e0e3e4;
    padding: 10px 15px;
    position: relative;
}
.chat-window .chat-cont-right .chat-footer .input-group {
    width: 100%;
    display:flex;
}
.chat-window .chat-cont-right .chat-footer .input-group .form-control {
    background-color: #f5f5f6;
    border: none;
    border-radius: 50px;
}
.chat-window .chat-cont-right .chat-footer .input-group .form-control:focus {
    background-color: #f5f5f6;
    border: none;
    box-shadow: none;
}
.chat-window .chat-cont-right .chat-footer .input-group .input-group-prepend .btn, 
.chat-window .chat-cont-right .chat-footer .input-group .input-group-append .btn {
    background-color: transparent;
    border: none;
    color: #9f9f9f;
}
.chat-window .chat-cont-right .chat-footer .input-group .input-group-append .btn.msg-send-btn {
    background-color: #2962ff;
    border-color: #2962ff;
    border-radius: 50%;
    color: #fff;
    margin-left: 10px;
}
.msg-typing {
	width: auto;
	height: 24px;
	padding-top: 8px
}
.msg-typing span {
	height: 8px;
	width: 8px;
	float: left;
	margin: 0 1px;
	background-color: #a0a0a0;
	display: block;
	border-radius: 50%;
	opacity: .4
}
.msg-typing span:nth-of-type(1) {
	animation: 1s blink infinite .33333s
}

.msg-typing span:nth-of-type(2) {
	animation: 1s blink infinite .66666s
}

.msg-typing span:nth-of-type(3) {
	animation: 1s blink infinite .99999s
}
.chat-window .chat-cont-right .chat-body .media.received .media-body .msg-box {
	position: relative;
}
.chat-window .chat-cont-right .chat-body .media.received .media-body .msg-box:first-child:before {
    border-bottom: 6px solid transparent;
    border-right: 6px solid #fff;
    border-top: 6px solid transparent;
    content: "";
    height: 0;
    left: -6px;
    position: absolute;
    right: auto;
    top: 8px;
    width: 0;
}
.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box {
    padding-left: 50px;
    position: relative;
}
.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box:first-child:before {
	border-bottom: 6px solid transparent;
	border-left: 6px solid #e3e3e3;
	border-top: 6px solid transparent;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: -6px;
    top: 8px;
    width: 0;
}
.chat-msg-info {
    align-items: center;
    display: flex;
    clear: both;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
}
.chat-msg-info li {
    font-size: 13px;
    padding-right: 16px;
    position: relative;
}
.chat-msg-info li:not(:last-child):after {
	position: absolute;
	right: 8px;
	top: 50%;
	content: '';
	height: 4px;
	width: 4px;
	background: #d2dde9;
	border-radius: 50%;
	transform: translate(50%, -50%)
}
.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box .chat-msg-info li:not(:last-child)::after {
    right: auto;
    left: 8px;
    transform: translate(-50%, -50%);
    background: #aaa;
}
.chat-window .chat-cont-right .chat-body .media.received .media-body .msg-box > div .chat-time {
    color: rgba(50, 65, 72, 0.4);
}
.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-time {
    color: rgba(50, 65, 72, 0.4);
}
.chat-msg-info li a {
	color: #777;
}
.chat-msg-info li a:hover {
	color: #2c80ff
}
.chat-seen i {
	color: #00d285;
	font-size: 16px;
}
.chat-msg-attachments {
	padding: 4px 0;
	display: flex;
	width: 100%;
	margin: 0 -1px
}
.chat-msg-attachments > div {
	margin: 0 1px
}
.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-msg-info {
    flex-direction: row-reverse;
}
.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-msg-attachments {
	flex-direction: row-reverse
}
.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-msg-info li {
    padding-left: 16px;
    padding-right: 0;
    position: relative;
    margin:0;
        line-height: 20px;
}
.chat-attachment img {
    max-width: 100%;
}
.chat-attachment {
	position: relative;
	max-width: 130px;
	overflow: hidden;
}
.chat-attachment {
	border-radius: .25rem;
}
.chat-attachment:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	content: "";
	opacity: 0.4;
	transition: all .4s;
}
.chat-attachment:hover:before {
	opacity: 0.6;
}
.chat-attach-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	padding: 7px 15px;
	font-size: 13px;
	opacity: 1;
	transition: all .4s;
}
.chat-attach-download {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all .4s;
	color: #fff;
	width: 32px;
	line-height: 32px;
	background: rgba(255, 255, 255, 0.2);
	text-align: center;
}
.chat-attach-download:hover {
	color: #495463;
	background: #fff;
}
.chat-attachment:hover .chat-attach-caption {
	opacity: 0;
}
.chat-attachment:hover .chat-attach-download {
	opacity: 1;
}
.chat-attachment-list {
	display: flex;
	margin: -5px;
}
.chat-attachment-list li {
	width: 33.33%;
	padding: 5px;
}
.chat-attachment-item {
	border: 5px solid rgba(230, 239, 251, 0.5);
	height: 100%;
	min-height: 60px;
	text-align: center;
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box > div:hover .chat-msg-actions {
	opacity: 1;
}
.chat-msg-actions {
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: all .4s;
	z-index: 2;
}
.chat-msg-actions > a {
    padding: 0 10px;
    color: #495463;
    font-size: 24px;
}
.chat-msg-actions > a:hover {
	color: #2c80ff;
}


@media only screen and (max-width: 991.98px) 
{
 
 .chat-window .chat-scroll {
		max-height: calc(100vh - 255px);
	}
	.chat-window .chat-cont-left, .chat-window .chat-cont-right {
		flex: 0 0 100%;
		max-width: 100%;
		transition: left 0.3s ease-in-out 0s, right 0.3s ease-in-out 0s;
		width: 100%;
	}
	.chat-window .chat-cont-left {
		border-right: 0;
	}
	
	.chat-window .chat-cont-right .chat-header {
		justify-content: start;
	}
	.chat-window .chat-cont-right .chat-header .back-user-list {
		display: block;
	}
	.chat-window .chat-cont-right .chat-header .chat-options {
		margin-left: auto;
	}
	.chat-window.chat-slide .chat-cont-left {
		left: calc(-100% + -1.875rem);
	}
	.chat-window.chat-slide .chat-cont-right {
		right: 0;
	}   
}



/* ---------------------------------- */
/* User Menu
------------------------------------- */
.user-menu {
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin-right: 25px;
	top: 16px;
	vertical-align: top;
	padding-left: 25px;
	padding-right: 20px;
	margin-left: 25px;
}

.user-menu .user-name {
	transition: 0.2s;
	color: #e91e63;
}

.user-menu .user-name {
	transition: 0.2s;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 145px;
}

.user-menu .user-name:after {
	content: "\f107";
	font-family: 'Font Awesome\ 5 Free'; 
	transition: 0.2s;
	transform: rotate(0deg);
	display: inline-block;
	margin-left: 6px;
	color: #aaa;
	right: 0;
	padding: 0 5px;
    position: absolute;
    font-weight: 700;
}

.user-menu.active .user-name:after,
.user-menu:hover .user-name:after,
.user-menu.active .user-name,
.user-menu:hover .user-name {
	color: #e91e63;
}

.user-menu.active .user-name:after { transform: rotate(180deg); }

/* Avatar */
.user-name span img {
    width: 100%;
   
	display: inline-block;
	border-radius: 50%;
	image-rendering: -webkit-optimize-contrast;
}

.avatar_profile {
    width: 10%;
   
	display: inline-block;
	border-radius: 70%;
	image-rendering: -webkit-optimize-contrast;
}

.user-name span {
	display: inline-block;
	width: 38px;
	height: 38px;
	margin-right: 10px;
	border-radius: 50%;
	position: absolute;
	left: -22px;
	top: -5px;
}

.user-menu ul {
	float: left;
	text-align: left;
	position: absolute;
	top: 45px;
	right: 0;
	list-style: none;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
	border-radius: 4px;
	display: inline-block;
	width: 220px;
	font-size: 15px;
	transform: translate3d(0,15px,0);
	padding: 16px 8px;
	box-sizing: border-box;
	transition: 0.25s;
	visibility: hidden;
	opacity: 0;
	z-index: 110;
}

.user-menu ul li a {
	padding: 5px 15px;
	line-height: 22px;
	display:block;
	color: #696969;
	transition: 0.2s;
}

.user-menu ul li a:hover {
	color: #66676b;
}

.user-menu ul li a i {
	width: 20px;
	position: relative;
	display: inline-block;
}

.user-menu.active ul {
	visibility: visible;
	opacity: 1;
	transform: translate3d(0,0,0);
}


/* Mobile Fixes for User Menu */
@media only screen and (max-width: 1366px) and (min-width: 1240px) {
	.user-menu .user-name {
	    max-width: 110px;
	}
}

@media (min-width: 992px) and (max-width: 1239px) {
	.header-widget {
	    height: auto;
	    position: absolute;
	    right: 0;
	    width: 150%;
	}

	.header-style-2 .header-widget {
	    position: relative;
	    width: auto;
	}

	.user-menu { top: 12px; }
	.right-side { position: relative; }
}

@media (max-width: 992px) {
	.user-menu ul {
	    right: -60px;
	    float: right;
	}
}

@media (max-width: 480px) {
	.header-widget .user-menu {
		top: 0;
		margin-top: 7px;
		margin-bottom: 20px;
		float: left;
	}
}

/* ---------------------------------- */
/*--banner-slider--*/

#slider2,
#slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}

.events {
    list-style: none;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.callbacks li {
    position: absolute;
    width: 100%;
}

.callbacks img {
    position: relative;
    z-index: 1;
    height: auto;
    border: 0;
}

.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    left: 0;
    right: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
    top: 10%;
    text-align: center;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    bottom: -35%;
    left: 0;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 32px;
    height: 32px;
    display: none;
}

.callbacks_nav:hover {
    opacity: 0.5;
}

.callbacks_nav.next {
    left: auto;
    left: 51%;
}

.callbacks_nav.prev {
    right: auto;
    background-position: left top;
    left: 46%;
}

#slider3-pager a {
    display: inline-block;
}

#slider3-pager span {
    float: left;
}

#slider3-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}

#slider3-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}

#slider3-pager a {
    padding: 0;
}

#slider3-pager li {
    display: inline-block;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    height: auto;
    border: 0;
}

.callbacks_tabs {
    list-style: none;
    position: absolute;
    top: 41%;
    left: 16%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 99;
}

.slider-top span {
    font-weight: 600;
}

.callbacks_tabs li {
    display: block;
}

/*----*/

.callbacks_tabs a {
    visibility: hidden;
    display: block;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 13px;
    width: 13px;
    background: #e91e63;
    opacity: 0.5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}

.callbacks_here a:after {
    background: #e91e63;
    opacity: 1;
}

/*----*/

/* banner bg */

.inner-bg {
   
    min-height: 200px;
    
}

.b1 {
    background: url(../images/bg1.jpg) no-repeat center ;
    
}

.b2 {
    background: url(../images/bg2.jpg) no-repeat center;
}

.b3 {
    background: url(../images/bg3.jpg) no-repeat center;
}

.b1,
.b2,
.b3,
.b4,
.inner-bg {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.banner-dott {
  
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
}



.slider_banner_info {
    padding: 18vw 0 13vw;
}

.slider_banner_info h4 {
    font-size: 1.5em;
    letter-spacing: 1px;
    margin-bottom: 1em;
    color: #fff;
}

.slider_banner_info h3.bnr {
    color: #e91e63;
    width: 450px;
    font-size: 3em;
    background: #000;
    text-transform: capitalize;
    padding: 0 10px;
    font-weight: 200;
}

a.w3ls-button:hover {
    background: rgba(2, 2, 2, 0.28);
    color: #fff;
}

.w3ls-button {
    text-align: center;
    cursor: pointer;
    font-size: 1em;
    border-radius: 4px;
    background: rgba(2, 2, 2, 0.28);
    color: #fff;
    padding: 7px 20px;
    transition: all 0.5s;
    display: inline-block;
    margin-top: 1em;
    text-transform: capitalize;
}

.w3ls-button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.w3ls-button span:after {
    content: '»';
    position: absolute;
    font-size: 1em;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.w3ls-button:hover span {
    padding-right: 25px;
}

.w3ls-button:hover span:after {
    opacity: 1;
    right: 0;
}

/* //banner text */

/* button */

a.w3ls-button2 {
    background: #4caf50;
    padding: 12px 20px;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 2px;
    box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.28);
}

a.w3ls-button2:hover {
    background: #000;
}

/* //button */

.tab-content.tab-pane {
    display: none;
}

.tab-content.active {
    display: block;
}

.sidebar-tabing img {
    width: 120px;
    height: 100px;
}

.section-01 .title-small {
    margin-bottom: 5px;
    font-size: 16px;
}

.title-small {
    color: #141517;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin: 6px 0 0;
}

.title-large {
    font-size: 18px;
    margin: 10px 0;
    line-height: 30px;
    color: #141517;
}

.carousel-indicators li {
    background: #999;
}

.carousel-indicators {
    left: 70%;
    margin: 0;
}

.carousel-indicators .active {
    background-color: #000;
}

.side-bar .nav-tabs .nav-link.active,
.side-bar .nav-tabs .nav-link:hover {
    border-bottom: 2px solid #e91e63;
    text-transform: uppercase;
    color: #222;
    font-weight: 700;
}

.side-bar .nav-tabs .nav-link {
    color: #aeaeae;
    text-transform: uppercase;
    border: none;
}

.card {
    -webkit-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    -moz-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
}

/* //banner-slider */


body {
    padding: 0;
    margin: 0;
    background: #FFF;
    font-family: 'Source Sans Pro', sans-serif;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

body a:focus,
a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #999;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none
}

/*-- //Reset Code --*/

/*-- header --*/

.w3l-hear-top {
    position: relative;
}

header {
    position: absolute;
    z-index: 999;
    width: 100%;
    margin-top: 30px;
}

/*-- logo --*/

.logo {
    text-align: center;
    margin: 0 auto;
}

.logo h1 a {
    text-transform: uppercase;
    font-size: 1em;
    color: #e91e63;
}

.logo h2 a {
    font-size: 1.1em;
    text-transform: uppercase;
    color: #e91e63;
}

.logo h1 a span,
.logo h2 a span {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    color: #e91e63;
}

.logo a i
    {
    color: #e91e63;
}

/*-- //logo --*/

/*-- menu --*/

/* PEN STYLES ========== */

a,
.side_menu {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/* MENU CONTAINER ----- */

.side_menu {
    background: rgba(0, 0, 0, 0.74);
    height: 100vh;
    left: -250px;
    position: fixed;
    top: 0;
    width: 250px;
}

/* HAMBURGER STYLES ----- */

.burger_box {
    display: block;
    float: right;
    margin-right: -45px;
    margin-top: 38px;
}

.burger_box a.menu-icon {
    display: inline-block;
    float: none;
    height: 46px;
    padding: 10px;
    width: 46px;
    z-index: 100;
    background: rgba(0, 0, 0, 0.74);
}

.burger_box a.menu-icon:hover,
.burger_box a.menu-icon.opened {
    opacity: 1;
}

.burger_box .menu-icon_box {
    display: inline-block;
    height: 25px;
    position: relative;
    text-align: left;
    width: 25px;
}

.burger_box .menu-icon_line {
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    height: 3px;
    position: absolute;
    width: 100%;
}

.burger_box .menu-icon_line--1 {
    top: 2px;
}

.burger_box .menu-icon_line--2 {
    top: 10px;
}

.burger_box .menu-icon_line--3 {
    top: 18px;
}

.burger_box .menu-icon_line--1 {
    transition: top 200ms 250ms, transform 200ms;
    -webkit-transition: top 200ms 250ms, -webkit-transform 200ms;
}

.burger_box .menu-icon_line--2 {
    transition: opacity 0ms 300ms;
    -webkit-transition: opacity 0ms 300ms;
}

.burger_box .menu-icon_line--3 {
    transition: top 100ms 300ms, transform 200ms;
    -webkit-transition: top 100ms 300ms, -webkit-transform 200ms;
}

.burger_box .menu-icon.opened .menu-icon_box {
    transform: scale3d(0.9, 0.9, 0.9);
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
}

.burger_box .menu-icon.opened .menu-icon_line {
    top: 10px;
}

.burger_box .menu-icon.opened .menu-icon_line--1 {
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transition: top 100ms, transform 200ms 250ms;
    -webkit-transition: top 100ms, -webkit-transform 200ms 250ms;
}

.burger_box .menu-icon.opened .menu-icon_line--2 {
    opacity: 0;
    transition: opacity 200ms;
    -webkit-transition: opacity 200ms;
}

.burger_box .menu-icon.opened .menu-icon_line--3 {
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transition: top 200ms, transform 200ms 250ms;
    -webkit-transition: top 200ms, -webkit-transform 200ms 250ms;
}

/* STAGGER LIST ----- */

.list_load {
    display: none;
    list-style: none;
    padding: 0;
}

.list_item {
    margin-left: -20px;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.list_item a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 1px;
    margin-bottom: 1em;
}

.list_item a:hover {
    color: #e91e63;
}

h3.menu_title {
    color: #e91e63;
}

/*-- //menu --*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-menu {
    min-width: 12rem;
    padding: 0.5rem;
}

/* tree */

/*-- search --*/

.cd-main-header {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

.cd-main-header {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-main-content.nav-is-visible,
.cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
}

.nav-on-left .cd-main-content.nav-is-visible,
.nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
}

.cd-header-buttons {
    position: absolute;
    display: inline-block;
    top: -51px;
    right: 12px;
}
.cd-header-profile {
    position: absolute;
    display: inline-block;
    top: -71px;
    right: 12px;
    
}
.cd-header-login {
    position: absolute;
    display: inline-block;
    top: -51px;
    right: 12px;
    
}
.cd-header-login span{
    font-weight: bold;
    font-size: 1em;
    color: #e91e63;
}
.cd-btn-color span{
    font-size: 1em;
    color: #e91e63;
}

.cd-header-buttons li {
    display: inline-block;
}

.cd-search-trigger,
.cd-nav-trigger {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 3;
}

.cd-search-trigger::before,
.cd-search-trigger::after {
    /* search icon */
    content: '';
    position: absolute;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-search-trigger::before {
    /* lens */
    top: 11px;
    left: 11px;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #fff;
}

.cd-search-trigger::after {
    /* handle */
    height: 3px;
    width: 8px;
    background: #fff;
    bottom: 14px;
    right: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-search-trigger span {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.08);
    z-index: -1;
}

.cd-search-trigger span::before,
.cd-search-trigger span::after {
    /* close icon */
    content: '';
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 22px;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -11px;
    background: #fff;
    opacity: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.cd-search-trigger span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-search-trigger span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cd-search-trigger.search-is-visible::before,
.cd-search-trigger.search-is-visible::after {
    /* hide search icon */
    -moz-opacity: 0;
    opacity: 0;
}

.cd-search-trigger.search-is-visible span::before,
.cd-search-trigger.search-is-visible span::after {
    /* show close icon */
    -moz-opacity: 1;
    opacity: 1;
}

.cd-search-trigger.search-is-visible span::before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.cd-search-trigger.search-is-visible span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-search {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-search input {
    border-radius: 0;
    border: none;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    padding: 0 5%;
    font-size: 1.3em;
    padding: 1em 2em;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.cd-search input::-webkit-input-placeholder {
    color: #fff !important;
}

.cd-search input::-moz-placeholder {
    color: #fff !important;
}

.cd-search input:-moz-placeholder {
    color: #fff !important;
}

.cd-search input:-ms-input-placeholder {
    color: #fff !important;
}

.cd-search input:focus {
    outline: none;
}

.cd-search.is-visible {
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.w3ls_search {
    position: relative;
}

/*-- //search --*/

h5.beauty-center-title {
    font-size: 1.3em;
    margin: 0 auto;
    border: solid #e91e63;
    border-color: transparent #e91e63;
    border-width: 0 3px;
    display: inline-block;
    border-radius: 23%;
    padding: 15px;
}

/*-- bottom-to-top --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 3%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-top.png) no-repeat 0px 0px;
}
.banner-dott {
    /*background: url(assets/images/dott.png)repeat 0px 0px;*/
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
}
#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/*-- //bottom-to-top --*/

li.breadcrumb-item a {
    color: #000;
    font-weight: 600;
    font-size: 0.95em;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}
li.breadcrumb-item {
    text-transform: capitalize;
}
.breadcrumb-item.active{
    color: #e91e63;
}
.breadcrumb-item.active a {
    color: #e91e63;
    font-weight: bold;
    letter-spacing: 1px;
}

.agileinfo-inner h3 {
    font-size: 3em;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    padding: 5vw 0;
}

.agileinfo-logo h3 {
    color: #fff;
    display: inline-block;
    font-size: 3.8em;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.agileinfo-logo h3 span {
    color: #ffffff;
    font-size: 1.1em;
    display: block;
    background: rgba(35, 28, 24, 0.43);
    width: 85px;
    line-height: 90px;
    height: 85px;
    border-radius: 50%;
}

h3.txt-w3_agile {
    font-size: 3.5em;
    color: #fff;
    text-transform: capitalize;
    font-weight: 100;
}

.banner-text {
    padding: 14vw 0;
}

h5.top {
    color: #fa4b2a;
    font-size: 1.6em;
    font-weight: 600;
    margin: 0.8em 0;
}

/* //banner */

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 50%;
    padding: 1.25rem;
}

.badge-pos {
    color: #fff;
    background-color: #e91e63;
    font-size: 13px;
    letter-spacing: 0.5px;
}

ul.blog_list_btm li {
    list-style-type: none;
    display: inline-block;
    margin-right: 1em;
}

ul.blog_list_btm {
    padding-top: 1em;
    border-top: 1px solid #777;
}

ul.blog_list_btm li:last-child {
    float: right;
}

.text-theme {
    color: #e91e63;
}

.text-black {
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
}

.bc_sub h4 {
    font-size: 1.1em;
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
}

.bc_sub {
    margin-bottom: 2em;
}

.bc_sub input[type="email"] {
    width: 100%;
    color: #737070;
    outline: none;
    font-size: 14px;
    padding: 0.6em 1em;
    border: 2px solid #eceff1;
    -webkit-appearance: none;
    letter-spacing: 1px;
    margin: 1em 0;
}

.bc_sub input[type="submit"] {
    background: #e91e63;
    padding: .7em 1em;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: block;
    outline: none;
    border: none;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bc_sub input[type="submit"]:hover {
    background: #000;
}

.diagonal-stripe-one {
    background:  url(../images/bg_header.jpg) no-repeat center;
    background-size:100% 200px;
}

.diagonal-stripe-one.home_diagonal {
    background: repeating-linear-gradient(-45deg, white, white 0px, rgba(255, 0, 124, 0.08) 0, rgba(255, 0, 124, 0) 84px);
}

.text-group {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    color: #333;
    font-size: 40px;
    padding: 50px;
    max-width: 50%;
    margin: 100px auto 0;
}

h4.slide-text {
    font-size: 3em;
    text-transform: capitalize;
    font-weight: 100;
    color: #e91e63;
}

/* contact */

.map iframe {
    width: 100%;
    border: none;
    min-height: 400px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    -moz-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
}

/* //contact */

/* footer */

.footer {
    position: relative;
    padding-top: 1em !important;
}

.footer:before {
    position: absolute;
    background: url(../images/footer.jpg) no-repeat center;
    background-size: contain;
    z-index: -1;
    content: '';
    width: 30%;
    top:-12em;
    bottom: 0;
    right: 0;
}

/* footer grids */

ul.list-agileits li {
    display: inline-block;
}

.footerv3-top h3 {
    font-size: 1.3em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1.5em;
}

.footv3-left h4 a {
    font-size: 1.3em;
    letter-spacing: 0.5px;
    color: #fff !important;
    padding: 14px 0 0;
    position: relative;
    text-transform: capitalize;
}

.footerv3-top p {
    font-size: 1em;
    color: #a3b1bf;
    margin: 1em 0;
    line-height: 1.5em;
}

.footer p a {
    color: #777;
}

.footer p a:hover {
    color: #ED4F2E;
}

.bg-theme {
    background: #e91e63;
}

.fv3-contact span {
    color: #e91e63;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
    background: #eee;
    /* background: #e91e63; */
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    -moz-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    /* border-radius: 8% 37% 5% 26%; */
    /* border: 1px solid #fff; */
    text-align: center;
}

.fv3-contact p {
    color: #333;
}

.footer-top p {
    max-width: 400px;
}

.fv3-contact p a:hover {
    color: #000;
}

.list-agileits li a {
    color: #333;
    font-size: 1em;
}

h3.w3f_title {
    font-size: 1.3em;
    text-transform: capitalize;
    color: #333;
    font-weight: 700;
}

.cpy-right p a {
    color: #333;
    font-size: 1em;
}

/* footer grids */

footer-top p {
    max-width: 500px;
}

.footerv2-w3ls ul.social-iconsv2 li {
    display: inline-block;
    margin-right: 6px;
}

.footerv2-w3ls ul.social-iconsv2 li a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
}

.footerv2-w3ls ul.social-iconsv2 li a i.fab {
    font-size: 18px;
    line-height: 41px;
    width: 42px;
    height: 42px;
    text-align: center;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.footerv2-w3ls ul.social-iconsv2 li:first-child {
    background: #3b5998;
    color: #fff;
}

.footerv2-w3ls ul.social-iconsv2 li:last-child {
    background: #287bbc;
    color: #000;
}

.footerv2-w3ls ul.social-iconsv2 li:nth-child(3) {
    background: #dd4b39;
    color: #000;
}

.footerv2-w3ls ul.social-iconsv2 li a i.fab:hover {
    background-color: #fff;
    color: #000;
}

.footerv2-w3ls ul.social-iconsv2 li:nth-child(2) {
    background: #1da1f2;
    color: #000;
}

.footerv2-w3ls ul.social-iconsv2 li a:hover {
    color: #fff;
}

/* //footer */

/*-- blog single page --*/

.blog_list li a {
    color: #e91e63;
}

.single-left1 p i {
    color: #e91e63;
    display: block;
}

.admin {
    background: #424040;
}

.admin p {
    color: #f5f5f5;
    font-size: 14px;
    line-height: 2.4;
}

.admin p i {
    font-size: 28px;
    vertical-align: middle;
}

.admin a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}

.admin a:hover {
    color: #fff;
}

/* comments */

.comments-grid-right ul li {
    display: inline-block;
    color: #888;
    font-size: 14px;
    letter-spacing: 1px;
}

.comments-grid-right ul li a {
    color: #e91e63;
}

.comments-grid-right ul li a:hover {
    color: #555;
}

.comments-grid-right p {
    font-size: 14px;
}

/* //comments */

.leave-coment-form input[type="text"],
.leave-coment-form input[type="email"],
.leave-coment-form textarea {
    outline: none;
    border: 1px solid #dedede;
    background: none;
    padding: 12px;
    font-size: 15px;
    color: #212121;
}

.leave-coment-form textarea {
    min-height: 200px;
    resize: none;
    width: 100%;
}

.mm_single_submit {
    text-align: right;
}

.leave-coment-form input[type="submit"] {
    outline: none;
    border: none;
    background: #e91e63;
    padding: 10px 36px;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    letter-spacing: 1px;
}

.leave-coment-form input[type="submit"]:hover {
    background: #212121;
    letter-spacing: 2px;
}

/*-- //blog single page --*/

/*--//banner-bottom --*/

.bottom-slider,
.main-content-w3layouts-agileits {
    padding: 5em 0;
}

section.bottom-slider {
    background: #eceff1;
}

.left-img img {
    width: 100%;
}

/*--flexisel--*/

.flex-slider {
    background: #222227;
    padding: 70px 0 165px 0;
}

.opportunity {
    background: #28282e;
    margin: 0px 20px;
    padding: 80px 0;
    position: relative;
}

#flexiselDemo1 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0px auto;
    border: none;
    border-right: none;
}

.nbs-flexisel-item {
    float: left;
    padding: 0em;
    position: relative;
    line-height: 0px;
}

.nbs-flexisel-item>img {
    cursor: pointer;
    position: relative;
}

/*---- Nav ---*/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 25px;
    height: 25px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    border-radius: 50%;
}

.nbs-flexisel-nav-left {
    left: -3%;
    top: 33% !important;
    background: #e91e63 url(../images/c-arrows.png) no-repeat 8px 5px;
}

.nbs-flexisel-nav-right {
    right: -3%;
    top: 33% !important;
    background: #e91e63 url(../images/c-arrows.png) no-repeat -11px 5px;
}

/*--//flexisel--*/

.blog-item {
    position: relative;
    margin: 0 1em;
}

.floods-text {
    padding: 1em;
}

.floods-text h3 a {
    font-size: 18px;
    color: #000;
    margin: 0;
    font-weight: 400;
}

.floods-text h3 span {
    display: block;
    color: #e91e63;
    margin: .5em 0 0;
    font-size: 13px;
}

.floods-text h3 label {
    color: #B2B2B2;
    padding: 0 1em;
}

.floods-text h3 i {
    font-style: normal;
    color: #e91e63;
}

/* blog page */

/* left side */

h6.blog-first {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
}

h6.blog-first i {
    color: #e91e63;
}

ul.blog_list li {
    display: inline-block;
    color: #777;
}

ul.blog_list.my-3 li a:hover,
h5.card-title a:hover {
    color: #000 !important;
}

ul.blog_list.my-3 li {
    font-size: 15px;
}

h5.card-title a {
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #e91e63;
    font-weight: 400;
}

a.blog-button {
    background: #353535;
    border: none;
    font-size: 14px;
    padding: 11px 22px;
    letter-spacing: 1px;
}

a.blog-button:hover {
    background: #e91e63;
}

/* //left side */

/* right side */

/* search */

.event-right input[type="search"] {
    padding: 12px;
    width: 100%;
    letter-spacing: 1px;
    margin-right: 0 !important;
}

.event-right button {
    width: 100%;
    padding: 10px;
}

/* //search */

/* blog right title */

h3.blog-title {
    font-size: 22px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.27);
    font-family: 'Source Sans Pro', sans-serif;
}

/*// blog right title */

/* Categories */

.categories ul li,
.single-left2-left ul li {
    list-style-type: none;
    font-size: 14px;
}

.categories ul li i,
.single-left2-left ul li i {
    color: #e91e63;
}

.categories ul li a,
.single-left2-left ul li a {
    color: #555;
}

.categories ul li a:hover,
.single-left2-left ul li a:hover,
.posts-grid-right h4 a:hover,
.wthree_blog_events_list li a:hover {
    color: #4caf50 !important;
}

/* //Categories */

/* event */

.posts-grid-right h4 {
    line-height: 20px;
}

.posts-grid-right h4 a {
    font-size: 14px;
}

.posts-grid-right h4 a:hover {
    color: #999;
}

.wthree_blog_events_list li {
    display: inline-block;
    font-size: 14px;
}

ul.wthree_blog_events_list li i {
    color: #777;
}

.comments-grid-right h4 {
    font-size: 1em;
}

/* //event */

/* tags */

.tags ul li {
    display: inline-block;
}

.tags ul li a.text-dark {
    padding: 5px 10px;
    margin: 0 5px 10px 0;
    display: block;
    letter-spacing: 1px;
    font-size: 15px;
}

.tags ul li a.text-dark:hover {
    background: #e91e63;
    border: 1px solid #e91e63;
    color: #fff !important;
}

/* //tags */

/* //right side */

.blog_w3icon span {
    font-size: 14px;
    color: #000;
}

.blog_w3icon span i {
    font-size: 15px;
    color: #777;
}

/* //blog page */

/* typography */

.typo-wthree h4 {
    color: #e91e63;
    font-size: 1.5em;
    text-transform: capitalize;
}

.bg-flex {
    background-color: rgba(233, 30, 99, 0.32);
    border: 1px solid rgba(0, 0, 0, 0.19);
}

.bg-flex-item {
    background-color: #fff;
    border: 1px solid #d7d8d8;
}

.typo-wthree h5 {
    color: #333;
    font-size: 1em;
}

/* //typography */

/* -- Responsive code -- */

.p_text{
    text-align: center;
    position: absolute;
    top: 2%;left: 40%;
   
    transform: translate(-40%, -0%);
    font-size: large;
}
.p_head{
    font-size: x-large;
}
pre {
    overflow-x: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
  }
@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {
    h4.slide-text {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {
    .slider_banner_info h3.bnr {
        font-size: 2.8em;
    }
    .callbacks_tabs {
        left: 10%;
    }
}

@media screen and (max-width: 1080px) {
    .slider_banner_info h3.bnr {
        font-size: 2.3em;
    }
}

@media screen and (max-width: 1050px) {
    h4.slide-text {
        font-size: 2.3em;
    }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 991px) {
    .slider_banner_info h3.bnr {
        font-size: 2em;
    }
    .footer {
        padding-top: 0em !important;
    }
    .slider_banner_info h3.bnr {
        width: 300px;
    }
    .floods-text h3 a {
        font-size: 15px;
    }
    h3.agile-title {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 900px) {
    h4.slide-text {
        font-size: 2em;
    }
    .slider_banner_info {
        padding: 18vw 0;
    }
}

@media screen and (max-width: 800px) {
    .logo {
        width: 20%;
    }
    .typo-wthree h4 {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 768px) {
    h4.slide-text {
        font-size: 1.84em;
    }
    .slider_banner_info {
        padding: 18vw 0 10vw;
    }
    
.diagonal-stripe-one {
    background:  url(../images/bg_header.jpg) no-repeat center;
    background-size:100% 150px;
}
.inner-bg {
   
    min-height: 150px;
    
}
}

@media screen and (max-width: 736px) {
    .slider_banner_info h4 {
        font-size: 1.2em;
    }
    .logo {
        width: 28%;
    }
    .map iframe {
        min-height: 300px;
    }
    .diagonal-stripe-one {
        padding-bottom: 2em;
    }
    .title-large {
        font-size: 14px;
        line-height: 22px;
    }
    .p_text{
        text-align: center;
        position: absolute;
        top: 2%;left: 30%;
       
        transform: translate(-20%, -0%);
        font-size: large;
    }
}

@media screen and (max-width: 667px) {
    .diagonal-stripe-one {
        background:  url(../images/bg_header.jpg) no-repeat center;
        background-size:100% 110px;
    }
    .inner-bg {
       
        min-height: 110px;
        
    }
    .slider_banner_info h4 {
        font-size: 1.2em;
    }
    .slider_banner_info h3.bnr {
        width: 340px;
        padding: 5px 9px;
        font-size: 1.8em;
    }
    .callbacks_tabs {
        left: 6%;
    }
    .p_text{
        text-align: center;
        position: absolute;
        top: 2%;left: 30%;
       
        transform: translate(-20%, -0%);
        font-size: large;
    }
}

@media screen and (max-width: 640px) {
    h4.slide-text {
        font-size: 1.5em;
    }
    .footerv2-w3ls ul.social-iconsv2 li a i.fab {
        line-height: 35px;
        width: 35px;
        height: 35px;
        font-size: 15px;
    }
    .p_text{
        text-align: center;
        position: absolute;
        top: 2%;left: 30%;
       
        transform: translate(-20%, -0%);
        font-size: large;
    }
}

@media screen and (max-width: 600px) {
    .slider_banner_info h3.bnr {
        width: 240px;
        padding: 5px 11px;
        font-size: 1.6em;
    }
    .callbacks_tabs {
        left: 3%;
    }
    .callbacks_tabs li {
        display: inline-block;
        margin: 0 10px 0 0;
    }
    .callbacks_tabs {
        bottom: 20px;
    }
    .p_text{
        text-align: center;
        position: absolute;
        top: 2%;left: 25%;
       
        transform: translate(-16%, -0%);
        font-size: large;
    }
}

@media screen and (max-width: 568px) {
    .logo h1 a,
    .logo h2 a {
        font-size: 0.8em;
    }
    .nbs-flexisel-nav-right {
        right: -2%;
    }
    .callbacks_tabs {
        top: 80%;
    }
    .cpy-right p {
        font-size: 15px;
    }
    .p_text{
        text-align: center;
        position: absolute;
        top: 1%;left: 25%;
       
        transform: translate(-16%, -0%);
        font-size: large;
    }
}

@media screen and (max-width: 480px) {
    .user-menu {
        position: relative;
        display: inline-block;
        cursor: pointer;
        margin-right: 0px;
        top: 16px;
        vertical-align: top;
        padding-left: 25px;
        padding-right: 20px;
        margin-left: 25px;
    }
    .user-name span img {
        width: 100%;
        display: none;
        border-radius: 50%;
        image-rendering: -webkit-optimize-contrast;
    }
  
    .slider_banner_info {
        padding: 22vw 0;
    }
    h4.slide-text {
        font-size: 1.2em;
    }
    h5.card-title a {
        font-size: 17px;
    }
    .comments-grids.media {
        display: block;
    }
    h5.beauty-center-title {
        font-size: 1em;
        padding: 15px 12px;
    }
    .p_head{
        font-size: large;
    }
    .p_text{
        text-align: center;
        position: absolute;
        top: 1%;left: 25%;
        
        transform: translate(-16%, -0%);
        font-size: medium;
    }
}

@media screen and (max-width: 414px) {
    h4.slide-text {
        font-weight: 300;
        font-size: 1em;
    }
    .w3ls-button {
        padding: 4px 20px;
    }
    .slider_banner_info {
        padding: 30vw 0 10vw;
    }
    .callbacks_tabs {
        top: 86%;
        left: 7%;
    }
    .logo {
        width: 34%;
    }
    .slider_banner_info h4 {
        margin-bottom: 0.5em;
    }
    .p_head{
        font-size: large;
    }
    .p_text{
        text-align: center;
        position: absolute;
        top: 1%;left: 15%;
        
        transform: translate(-10%, -0%);
        font-size: medium;
    }
}

@media screen and (max-width: 384px) {
    .slider_banner_info h3.bnr {
        font-size: 1.4em;
    }
    .cd-search input {
        font-size: 1.1em;
        letter-spacing: 1px;    
    }
    .side-bar .nav-tabs .nav-link {
        font-size: 0.9em;
    }
    .p_head{
        font-size: large;
    }
    .p_text{
        text-align: center;
        position: absolute;
        left: 15%;
       
        transform: translate(-10%, -0%);
        font-size: medium;
    }
}

@media screen and (max-width: 320px) {
    h4.slide-text {
        font-size: 1em;
    }
    .slider_banner_info {
        padding: 37vw 0 10vw;
    }
    .section-01 .title-small {
        font-size: 14px;
    }
    .p_head{
        font-size: medium;
    }
    .p_text{
        text-align: center;
        position: absolute;
        left: 15%;
       
        transform: translate(-10%, -0%);
        font-size: small;
    }
}
