/* FAQ-Chat Section */
#faq-chat-section {
	padding: 50px 0;
	position: relative;
}

#faq-chat-section .backpic {
	background: url(/home/images/main-slider/1.jpg);
	filter: blur(0px);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	filter: brightness(0.8);
}

#faq-chat-section .title-text {
	color: #fafafa;
	margin-bottom: 30px;
}

#faq-chat-section .chatcard {

}

#faq-chat-section .chatcard img {
	border-radius: 50%;
	width: 120px;
	height: 120px;
}

#faq-chat-section .chatcard p {
	margin-bottom: 0;
}

#faq-chat-section .chatcard .chatcontent {
	width: 55%;
	margin-right: 10px;
}

#faq-chat-section .chatcard .chatuser {
	position: relative;
	top: 20px;
	right: 10px;
	color: #ffc107;
	font-weight: bold;
	font-size:18px;
}

#faq-chat-section .chatcard .chattext {
	background-color: rgba(184, 231, 231, 0.38);
	padding: 16px;
	border-radius: 6px;
	margin-top: 30px;
	color: white;
	text-shadow: 0 0 5px black;
	direction: rtl;
	position: relative;
	text-align: justify;
}

#faq-chat-section .chatcard .chattext:after {

	display: inline-block;
	width: 25px;
	height: 25px;
	background: red;
	position: absolute;
	top: 0;
	right: 0;
}

#faq-chat-section .chatcardresponse {
	margin-top: 25px;
}

#faq-chat-section .chatcardresponse .chatcontent {
	margin-left: 10px;
	margin-right: 0 !important;
}

#faq-chat-section .chatcardresponse .chatuser {
	text-align: left;
	position: relative;
	top: 20px;
	left: 10px;
	color: #ffc107;
	font-weight: bold;
	font-size: 18px;
}

#faq-chat-section .chatcardresponse .chattext {
	color: #fafafa;
}

@media (max-width: 480px) {
	#faq-chat-section .chatcardresponse .chattext {
		font-size: 13px;
	}

	#faq-chat-section .chatcard .chattext{
		font-size: 13px;
	}
}

#faq-chat-section .title-text:hover:before {
	left: 150px;
}

#faq-chat-section .title-text:hover:after {
	right: 150px;
}

#faq-chat-section .owl-nav {
	text-align: center;
	margin-top: 50px;
}

#faq-chat-section .owl-nav > * {
	margin-left:10px;
}

#faq-chat-section .owl-prev {
	display: inline-block;
	width: 25px;
	height: 25px;
	color: #fafafa;
	background-color: #24bdda;
	border-radius: 50%;
	font-weight: 900;
}

#faq-chat-section .owl-next {
	display: inline-block;
	width: 25px;
	height: 25px;
	color: #fafafa;
	background-color: #ff5722;
	border-radius: 50%;
	font-weight: 900;
}

#faq-chat-section canvas {
	display: block;
	vertical-align: bottom;
}

#faq-chat-section #particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: transparent;
	opacity: 0.6;
}

/* faq-content section */
#faq-content-section {
	padding: 50px 0;
	background-color: #fafafa;
}

#faq-content-section .latest-faq .header {
	color: #24bdda;
	border-bottom: 2px solid #222835;
	margin-bottom: 20px;
}

#faq-content-section .latest-faq .header p {
	background-color: #222835;
	border-radius: 28px 0 0 0;
	color: white;
	display: inline;
	padding: 0px 5px 0px 18px;
	font-size: 14px;
}

#faq-content-section .latest-news .header {
	color: #24bdda;
	margin-bottom: 25px;
	border-bottom: 2px solid #222835;
}

#faq-content-section .latest-news .header p {
	background-color: #222835;
	border-radius: 28px 0 0 0;
	color: white;
	display: inline;
	padding: 0px 5px 0px 18px;
	font-size: 14px;
}


#faq-content-section .latest-faq ul {
	list-style: none;
	padding: 0;
	overflow: auto;
}

#faq-content-section .latest-faq li {
	overflow: auto;
	margin-bottom: 5px;
}

#faq-content-section .latest-faq .item .item-pic {
	display: inline-block;
	width: 30%;
}

#faq-content-section .latest-faq .item .text {
	display: inline-block;
	width: 70%;
}

#faq-content-section .latest-faq .item .content {
	display: inline-block;
	width: 79%;
	float: left;
}

#faq-content-section .latest-faq .item .content h6 {
	font-size: 12px;
	color: #222835;
	display: inline-block;
	margin-right: 2px;
	padding: 5px 0;
	margin-bottom: 0px;
}

#faq-content-section .latest-faq .item img {
	float: right;
	width: 80px;
	border-radius: 50%;
	margin-left: 5px;
	margin-bottom: 3px;
	margin-top: 4px;

}

#faq-content-section .latest-faq .item .item-pic {
	display: inline-block;
	width: 20%;
	float: right;
}

#faq-content-section .latest-faq .item .item-pic span {
	display: table;
	margin: auto;
	width: 72%;
	text-align: center;
	font-size: 12px;
	background-color: #222835;
	color: #ffc107;
	font-weight: 100;
	border-radius: 5px;
	padding: 1px 0;
}

#faq-content-section .latest-faq .item .speech-bubble {
	position: relative;
	background: #bdbdbd2e;
	border-radius: 7px 0 0 7px;
	padding: 5px 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 102px;
	overflow: hidden;
}

#faq-content-section .latest-faq .item .speech-bubble:after {
	content: " ";
	width: 3px;
	height: 111%;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 1;
	background-color: #e91e63;
}

#faq-content-section .latest-faq .item .speech-bubble:before {
	content: " ";
	width: 3px;
	height: 0px;
	position: absolute;
	right: 0px;
	top: 0;
	opacity: 0;
	z-index: 9999999;
	background-color: #673AB7;
}

#faq-content-section .latest-faq .item .speech-bubble:hover:before {
	height: 111%;
	opacity: 1;
	transition: height 1s ease 1s, opacity 1s ease 0.5s;
}

#faq-content-section .latest-faq .item .speech-bubble:hover:after {
	width: 100%;
	opacity: 0;
	right: 9999px;
	transition: width 1s ease 0.5s, opacity 1s ease 0.5s, right 0.1s ease 1.5s;
}

#faq-content-section .latest-faq .item .speech-bubble .outofbox {
	position: relative;
	bottom: -20px;
	height: 100%;
	margin: 0 -12px;
	background: #efefef;
	padding: 0 15px;
	direction: rtl;
	text-align: center;
	-webkit-transition: bottom 0.7s ease;
	-moz-transition: bottom 0.7s ease;
	-o-transition: bottom 0.7s ease;
	-ms-transition: bottom 0.7s ease;
	transition: bottom 0.7s ease;
}

#faq-content-section .latest-faq .item .speech-bubble:hover .outofbox {
	bottom: 62px;
	-webkit-transition: bottom 0.7s ease;
	-moz-transition: bottom 0.7s ease;
	-o-transition: bottom 0.7s ease;
	-ms-transition: bottom 0.7s ease;
	transition: bottom 0.7s ease;
}

#faq-content-section .latest-faq .item .speech-bubble .outofbox a {
	text-decoration: none;
	font-size: 14px;
	color: #e91e63;
	border: 1px solid #e91e63;
	border-radius: 18px;
	padding: 2px 0;
	text-align: center;
	width: 110px;
	display: inline-block;
	margin-top: 18px;
}

#faq-content-section .latest-faq .item .speech-bubble .outofbox a#firstkey {
	color: #e91e63;
	border: 1px solid #e91e63;
	margin-left: 3px;
}

#faq-content-section .latest-faq .item .speech-bubble .outofbox a#firstkey:hover {
	color: #fafafa;
	background-color: #e91e63;
}

#faq-content-section .latest-faq .item .speech-bubble .outofbox a#secondkey {
	color: #673AB7;
	border: 1px solid #673AB7;
	margin-right: 3px;
}

#faq-content-section .latest-faq .item .speech-bubble .outofbox a#secondkey:hover {
	color: #fafafa;
	background-color: #673AB7;
}

#faq-content-section .latest-faq .item .speech-bubble p {
	font-size: 12px;
	text-align: justify;
	direction: rtl;
	margin-bottom: 0;
	text-shadow: 0 0 3px #fafafa;
	color: #000000;
	padding: 5px 0;
}

#faq-content-section .latest-faq .item .speech-bubble .details .item-date {
	float: left;
	direction: rtl;
	color: #673AB7;
}

#faq-content-section .latest-faq .item .speech-bubble .details {
	border-bottom: 1px dashed #00000038;
}

#faq-content-section .latest-faq .item .speech-bubble .details .item-user {
	color: #E91E63;
}

#faq-content-section .latest-faq .btn-show{
	display: table;
	text-align: center;
	margin: auto;
	padding: 3px 15px;
	border: 1px solid #e91e63;
	color: #e91e63;
	border-radius: 5px 5px 5px 5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#faq-content-section .latest-faq .btn-show:hover{
	color: #fafafa;
	background: #e91e63;
	text-decoration: none;
}

#faq-content-section .latest-news-list .btn-show{
	display: table;
	text-align: center;
	margin: auto;
	padding: 3px 15px;
	border: 1px solid #673AB7;
	color: #673AB7;
	border-radius: 5px 5px 5px 5px;
	position: relative;
	bottom: 7px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#faq-content-section .latest-news-list .btn-show:hover{
	color: #fafafa;
	background: #673AB7;
	text-decoration: none;
}


#faq-content-section .title-text:hover:before {
	left: 160px;
}

#faq-content-section .title-text:hover:after {
	right: 160px;
}


#faq-content-section .latest-news #xor:hover:before{
	left: 100px !important;
}


#faq-content-section .latest-news #xor:hover:after{
	right: 100px !important;
}


#faq-content-section .latest-news .carousel-item{
	height: 233px;
}

#faq-content-section .latest-news .carousel-item p{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #00000096;
	margin-bottom: 0;
	padding: 13px 0;
	font-size: 14px;
}

#faq-content-section .latest-news .carousel-caption{
	position: static;
}

#faq-content-section .latest-news .carousel-item p:before{
	content: " ";
	height: 2px;
	width: 10px;
	background-color: #24bdda;
	display: inline-block;
	position: relative;
	margin-right: 5px;
}

#faq-content-section .latest-news .carousel-item p:after{
	content: " ";
	height: 2px;
	width: 10px;
	background-color: #ff5722;
	display: inline-block;
	position: relative;
	margin-left: 5px;
}

#faq-content-section .latest-news .carousel{
	margin-bottom: 30px;
}

#faq-content-section .latest-news-list{

}

#faq-content-section .latest-news-list ul{
	padding: 0;
	list-style: none;
}

#faq-content-section .latest-news-list .news-item .pic{
	display: inline-block;
	overflow: hidden;
	width: 25%;
	float: right;
	position: relative;
}


#faq-content-section .latest-news-list .news-item .content{
	display: inline-block;
	width: 75%;
	float: left;
	padding: 0 15px;
}

#faq-content-section .latest-news-list .news-item .content .date{
	direction: rtl;
	margin-bottom: 7px;
	font-size: 12px;
	color: #ff5722;
}

#faq-content-section .latest-news-list .news-item .content h6{
	direction: rtl;
	margin-bottom: 7px;
	font-size: 14px;
	color: #222835;
	font-weight: 900;
}

#faq-content-section .latest-news-list .news-item .content h6:hover{
	color: #ff5722;
}

#faq-content-section .latest-news-list .news-item .content .text{
	direction: rtl;
	margin-bottom: 7px;
	font-size: 12px;
	color: #616161;
}

#faq-content-section .latest-news-list .news-item .content .bottom-bar{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

#faq-content-section .latest-news-list .news-item .content span{
	margin-left: 10px;
	font-size: 14px;
}

#faq-content-section .latest-news-list li{
	overflow: auto;
	margin-bottom: 11px;
}

#faq-content-section .latest-news-list .news-item .content .detail{
	color: #757575;
}

#faq-content-section .latest-news-list .news-item .content .readmore a{
	color: #24bdda;
	border: 1px solid #24bdda;
	padding: 4px 6px;
	border-radius: 7px;
	font-size: 12px;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#faq-content-section .latest-news-list .news-item .content .readmore a:hover{
	color: #fafafa;
	background: #24bdda;
}


#faq-content-section .latest-news-list .news-item .pic img{
	width: 100%;
	-webkit-filter: brightness(0.8);
	filter: brightness(0.8);
	height: 115px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#faq-content-section .latest-news-list .news-item .pic:after{
	content: " ";
	width: 100%;
	height: 100%;
	background: #fafafa;
	position: absolute;
	left: 100%;
	top: 0;
}

#faq-content-section .latest-news-list .news-item .pic:hover:after{
	content: " ";
	width: 100%;
	height: 100%;
	background: #fafafa;
	position: absolute;
	left: -100%;
	top: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#faq-content-section .latest-news-list .news-item .pic img:hover{
	-webkit-filter: brightness(1);
	filter: brightness(1);
	transform: scale(1.1);
}





/* top header */

.logo .black{
	color:#303030;
	font-size: 18px;
}

.logo .red{
	color:#ff5757;
	font-size: 16px;
}

.logo > h1 {
	position: absolute;
	right: 137px;
	top: 20px;
	font-size: 14px;
	line-height: 25px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: right;
}

.header--social{
	float: left;
	margin-bottom: 5px;
	margin-top: 17px;
}

.header--social li{
	display: inline-block;
	margin-right: 10px;
}

.header--social li a{
	background:url(/home/images/social--icons.png) no-repeat;
	width: 16px;
	height: 16px;
	display: block;

	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}


.header--social li a:hover{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}




.header--social .telegram a{
	background-position: 0 -3px;
}
.header--social .instagram a{
	background-position: 0 -33px;
}

.header--social .aparat a{
	background-position: 0 -61px;
}


.register--btn {
	text-align: left;
	float: left;
	width: 100%;
	margin: 0;
	height: 100%;
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
}

@media (max-width: 480px) {
	.register--btn{
		height: auto;
		margin-bottom: 10px;
	}
}









/* mohammad style */
.main-header .elementskit-navbar-nav>li {
	margin-left: 35px;
}
.project-block .image .overlay-box {
	left: 10px;
	bottom: 10px;
	right: 10px;
	top: 10px;
}

.main-header .header-lower {
	background-color: rgba(34, 58, 102 , 0.95);
}

.main-footer .widgets-section {
	padding: 70px 0px 30px;
}

.news-section .pattern-layer-two{
	z-index: 0;
}

.iphoneimg{
	position: absolute;left: 0;bottom: 0;
}

.video-section {
	padding: 100px 0px 80px;
}

.treatment-section .pattern-layer{
	top:unset;
	bottom:0;
}

.event-block .inner-box {
	padding: 52px 50px 52px;
}

.event-block {
	margin-bottom: 15px;
}

.services-widget {
	margin-bottom: 20px;
}

.services-block .inner-box {
	padding: 30px;
	margin: 8px;
	border-radius: 60px;
}

.services-block .icon-box {
	margin: 0;
}

.services-block h3 {
	text-align: center;
}

.services-block p {
	text-align: center;
}


.aboutinfo {
	text-align:right;
}

.aboutinfo .divider {
	margin: 30px 0;
}

.aboutinfo .title {
	margin-bottom: 25px;
}

.aboutinfo .display2 {
	font-size: 1.8em;
	font-weight: 700;
}

.aboutinfo p {
	line-height: 2.3;
	margin-top: 15px;
	margin-bottom: 15px;
}

.map-section .google-map {
	height: auto;
}

.team-block .lower-content{
	min-height: 185px;
}

.services-block-three .inner-box{
	min-height: 420px;
}

.featured-block .inner-box {
	border-radius: 25px;
	overflow: hidden;
}

.featured-block .icon-box {
	text-align: center;
}

.featured-block h3 {
	text-align: center;
}

.featured-block p {
	text-align: center;
	text-align-last: center;
}

.services-block-two .content-box {
	max-height: 210px;
	min-height: 210px;
}

.event-block .upper-box .image img {
	height:100%;
}

.main-header .header-lower .nav-outer{
	min-height: 68px;
}


@media (max-width: 480px) {
	.iphoneimg{
		position: relative;
	}
}













/* cd search */


.cd-search-trigger,
.cd-nav-trigger {
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
	z-index: 3;
	float: right
}

.cd-search-trigger {
	float: left
}

.cd-search-trigger::before,
.cd-search-trigger::after {
	content: '';
	position: absolute;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-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 {
	top: 11px;
	left: 11px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 3px solid #d0d0d0
}

.cd-search-trigger::after {
	height: 3px;
	width: 8px;
	background: #d0d0d0;
	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
}

.cd-search-trigger span::before,
.cd-search-trigger span::after {
	content: '';
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 22px;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -11px;
	background: #d0d0d0;
	opacity: 0;
	-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 {
	opacity: 0
}

.cd-search-trigger.search-is-visible span::before,
.cd-search-trigger.search-is-visible span::after {
	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 {
	direction: rtl;
	position: absolute;
	height: 50px;
	width: 100%;
	top: 80px;
	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
}

@media screen and (max-width: 767px) {
	.cd-search {
		position: fixed;
		top:50px;
		z-index: 99999 !important;
	}

	.cd-search input {
		border-radius:20px !important;
	}
}

.cd-search form {
	height: auto;
	width: 100%
}

.cd-search input {
	border-radius: 0;
	border: none;
	background: #ffffff;
	height: auto;
	width: 100%;
	font-size: 15px;
	padding: 15px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none
}

.cd-search input::-webkit-input-placeholder {
	color: #c9cbc4
}

.cd-search input::-moz-placeholder {
	color: #c9cbc4
}

.cd-search input:-moz-placeholder {
	color: #c9cbc4
}

.cd-search input:-ms-input-placeholder {
	color: #c9cbc4
}

.cd-search input:focus {
	outline: none
}

.cd-search.is-visible {
	opacity: 1;
	z-index: 9;
	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
}

.nav-is-fixed .cd-search {
	position: fixed
}

@media only screen and (min-width: 768px) {
	.cd-search {
		height: auto;
	}
	.cd-search input {
		font-weight: 300
	}
}

.cd-overlay {
	position: fixed;
	z-index: 8;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.6);
	visibility: hidden;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s
}

.cd-overlay.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s
}

@media only screen and (max-width: 767px) {
	.cd-overlay {
		z-index: 9999
	}
	.cd-overlay.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-overlay.is-visible {
		-webkit-transform: translateX(260px);
		-moz-transform: translateX(260px);
		-ms-transform: translateX(260px);
		-o-transform: translateX(260px);
		transform: translateX(260px)
	}
	.cd-overlay.is-visible.search-is-visible,
	.nav-on-left .cd-overlay.is-visible.search-is-visible {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}








/*profile*/

.my-container {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	height: 100%;
}

.my-dropdown {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	border-radius: 30px;
}

.dropdown__item {
	align-self: center;
	margin-left: .5em !important; /*damn you bootstrap!*/
	margin-right: .5em !important; /*damn you bootstrap!*/
}

.my-dropdown > .name {
	overflow: hidden;
	width: 100%;
	transition: width 300ms ease-out;
}

.circle {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-block;
}

.caret{
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	width: 100%;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	border-radius: 25px;
	text-align: right;
}

.dropdown-menu>li>a {
	display: block;
	padding: 10px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	border-radius: 25px;
	border-bottom: 0.5px solid #ccc;
}
.dropdown-menu>li>a:last-child {
	border-bottom: none;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}