@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');


body {
	font-family: 'Inter', sans-serif;
	color: var(--color-black);
	background: var(--color-white);
	font-size: 16px;
	font-weight: normal;
	overflow-x: hidden;
	background: #F2F2F2;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

:root {
	--color-dark-blue: #19495C;
	--color-white: #ffffff;
	--color-gray: #757676;
	--color-light-gray: #F8F8F8;
	--colo-siteblue:#19495C;
	--color-black: #191A1A;
	--text-dark-gray:#585858;
	--font-inter: 'Inter', sans-serif;
	--button-gradient: linear-gradient(90deg, #F58B1F 0%, #EE3C23 100%);
	--color-orange:#F04923;
	--color-red:#ff0000;
	--kt-menu-dropdown-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}

.color-blue-1{
    color: #0a4c61 !important;
}


/*@media (max-width: 1100px) {
	body {
		overflow: hidden;
	}
}*/

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
	height: 100%;
}

body::-webkit-scrollbar {
	width: 10px;
}

body::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategrey;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-inter);
}

ul {
	margin-block-start: 0em;
	margin-block-end: 0em;
	padding-inline-start: 0px;
}

a {
	font-family: var(--font-inter);
	text-decoration: none;
	transition: all .5s ease;
	color: var(--color-orange);
	outline: none;
}

a:focus{
	outline: none;	
}

a:hover{
	text-decoration: none;
	color: #19495C;
	outline: none;
}

.btn:focus{
	box-shadow: none;
}

.color-gray{
	color: var(--color-gray);
}

h1 {
	font-style: normal;
	font-weight: 300;
	font-size: 64px;
	line-height: 90px;
}

h2{
	font-weight: 400;
	font-size: 32px;
	line-height: 42px;
	color: #19495C;
}

h3{
	font-size: 24px;
	font-weight: 400;
}

.similar-indus-head h4, h4{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: #19495C;
    float: left;
}

.similar-indus-head h5, h5{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    color: #19495C;
    float: left;
}

h5, h4{
	float: none;
}


p{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #19495C;
}

button:focus{
	outline: none;
}

.fixed-header-pading{
	height: 120px;
	display: block;
}

.text-black {
    color: #191A1A !important;
}

.w-auto {
    width: auto!important;
    min-width: auto !important;
}

.w-150{
    min-width:150px;
    text-align:center;
}


.p-real{
	position: relative;
}

.ft-10{
	font-size: 10px !important;
}

.ft-12{
	font-size: 12px !important;
}

.ft-14{
	font-size: 14px !important;	
}

.ft-16{
	font-size: 16px !important;
}

.ft-18{
	font-size: 18px !important;	
}

.ft-20{
	font-size: 20px !important;	
}

.ft-22{
    font-size: 22px !important;
}

.fw-600{
    font-weight:600;
}

.fw-400{
    font-weight:400 !important;
}

.fw-500{
    font-weight:500 !important;
}

.fw-400 .fa{
    font-weight:300 !important;
}

.fw-700{
    font-weight:700;
}

.fw-800{
    font-weight:800;
}

.line-height-20{
    line-height:20px;
}

.line-height-22{
    line-height:22px;
}

.line-height-24{
    line-height:24px;
}


.line-height-26{
    line-height:26px;
}


.pad-10{
	padding: 10px !important;
}

.pad-15{
	padding: 15px !important;
}

.h-auto{
	height: auto !important;
}

.pad-20 {
	padding: 20px;
}

.pad-30 {
	padding: 30px;
}
.pad-40 {
	padding: 40px;
}

.pad-top-10 {
	padding-top: 10px;
}

.pad-top-15 {
	padding-top: 15px;
}

.pad-top-20 {
	padding-top: 20px;
}

.pad-top-30 {
	padding-top: 30px;
}

.pad-top-40{
	padding-top: 40px;
}

.pad-top-50 {
	padding-top: 50px !important;
}

.pad-top-60 {
	padding-top: 60px !important;
}

.pad-top-70{
	padding-top: 70px;
}

.pad-top-100 {
	padding-top: 100px !important;
}

.pad-bot-15 {
	padding-bottom: 15px !important;
}

.pad-bot-20 {
	padding-bottom: 20px !important;
}

.pad-lr-40 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.pad-bot-30 {
	padding-bottom: 30px !important;
}

.pad-bot-40{
	padding-bottom: 40px;
}

.pad-bot-50 {
	padding-bottom: 50px !important;
}

.pad-bot-100 {
	padding-bottom: 100px !important;
}

.mar-bot-10 {
	margin-bottom: 10px !important;
}

.mar-bot-15 {
	margin-bottom: 10px !important;
}

.mar-bot-20 {
	margin-bottom: 20px !important;
}

.mar-bot-30 {
	margin-bottom: 30px !important;
}

.mar-bot-50 {
	margin-bottom: 50px !important;
}

.mar-bot-70 {
	margin-bottom: 70px !important;
}

.mar-bot-100 {
	margin-bottom: 100px !important;
}

.mar-top-10 {
	margin-top: 10px !important;
}

.mar-top-20 {
	margin-top: 20px !important;
}

.mar-top-30 {
	margin-top: 30px !important;
}

.mar-top-50 {
	margin-top: 50px !important;
}

.mar-top-70 {
	margin-top: 70px !important;
}

.mar-top-100 {
	margin-top: 100px !important;
}

.mar-right-40{
    margin-right:40px;
}

.border-radius-5{
    border-radius:5px !important;
}

.border-radius-10{
	border-radius: 10px !important;
}

.border-radius-top-10{
    border-radius:10px 10px 0 0;
}

.border-radius-15{
	border-radius: 15px !important;
}

.pad-lef-30 {
	padding-left: 30px;
}

.pad-lef-50 {
	padding-left: 50px;
}

.pad-20{
	padding: 20px;
}

.pad-30{
	padding: 30px;
}

.pad-40{
	padding: 40px;
}

.pad-60{
	padding: 60px;
}

.pad-80{
	padding: 60px;
}

.top-0{
    top:0px !important;
}

.border-radius-50{
	border-radius: 50px;
}

.border-radius-20{
	border-radius: 20px;
}

.border-radius-25{
	border-radius: 25px;
}

.border-2{
	border-width: 2px !important;
} 

.border-radius-30{
	border-radius: 30px;
}

.min-height-auto{
	min-height: auto !important;
}

.min-height-130{
	min-height: 130px;
}

.min-height-140{
	min-height: 140px;
}

.min-height-170{
	min-height: 170px;
}

.min-height-180{
	min-height: 180px;
}

.min-height-190{
	min-height: 190px;
}

.min-height-200{
	min-height: 200px;
}

.btn-normal-1{
	border: 2px solid #ddd;
	border-radius: 30px;
	padding: 7px 15px;
	font-size: 15px;
	font-weight: 500;
}

.homepage .btn-normal, .choose-art .btn-normal{
	border-radius: 30px;
    border: solid 1px transparent;
    color: var(--color-orange) !important;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #f58b1f, #ee3c23);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
    transition: all 0.3s ease;
}

.homepage .btn-normal:hover, .choose-art .btn-normal:hover{
	background: var(--button-gradient) !important;
    border-radius: 30px;
    color: var(--color-white) !important;
    box-shadow: none !important;
    transition: all 0.3s ease;
}

.box-defult{
	background: #FFFFFF;
	border: 1px solid #C4C4C4;
	border-radius: 24px;
	transition: all .5s ease;
}

.box-defult-2{
    border-radius: 50px;
    border: solid 1px transparent;
    color: var(--color-orange) !important;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #f58b1f, #ee3c23);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
    transition: all 0.3s ease;
}

/*.box-defult-2:hover{
    background: var(--button-gradient);
    border-radius: 30px;
    color: var(--color-white);
    transition: all 0.3s ease;
    box-shadow:none;
}*/

.box-defult-2-select{
     background: var(--button-gradient);
    border-radius: 50px;
    color: var(--color-white);
    transition: all 0.3s ease;
    box-shadow:none;
}

.box-defult a img{
	filter: brightness(0) invert(0);
    transition: all 0.5s ease;
    opacity: 0.8;
}

.box-defult a:hover img {
    filter: none;
    transition: all 0.5s ease;
    opacity: 1;
    color: var(--color-white);
}

.box-defult:hover{
	border: 1px solid #F68C1E;
	transition: all .6s ease;
}



.text-dark-gray{
	color: var(--text-dark-gray);
}


/******** Home Banner *******/
main{
	flex-grow: 1;
  	flex-shrink: 0;
  	flex-basis: auto;
  	position: relative;
}

.bottombg{
	background: url(../images/bottombg.svg) no-repeat;
	width: 170px;
	height: 60px;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

main::after{
	position: absolute;
	background: url(../images/dotbg.svg) no-repeat;
	width: 58px;
	height: 170px;
	content: "";
	top: 160px;
	right: 0;
    z-index: -1;
}

main:before{
	position: absolute;
	background: url(../images/dotbg.svg) no-repeat;
	width: 58px;
	height: 170px;
	content: "";
	top: 145px;
	left: 0;
    z-index: -1;
}

.homebanner{
	padding-top: 200px;
}

.homebanner small.main-text{
	font-size: 13px;
	line-height: 14px;
	color: rgba(0,0,0,0.5);
}

.bannerinner_txt{
	min-height: 440px;
}

.homebanner h1{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-size: 64px;
	line-height: 70px;
	padding-top: 20px;
	color: var(--colo-siteblue);
	min-height: 180px;
}

.homebanner h1 span{
	font-weight: 500;
}

.homebanner p{
	color: var(--color-black);
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	min-height: 90px;
}

.overflow-h{
	overflow: hidden !important;
}

.width-200{
	max-width: 200px;
}

.width-135{
    max-width:135px;
}

.width-auto{
	width: auto !important;
}

.homebanner_scoll{
	max-height: calc(100vh - 93px);
}

.navbar-text a:last-child{
	margin-right: 0px;
}

.navbar-text .btn-select:hover, .btn-select:hover, #applybtn:hover, .nextpage_btn .btn-select:hover{
	border-radius: 30px;
	/*border: 1px solid #f58b1f;
	color: var(--color-orange) !important;
	background: none;
	transition: all 0.5s ease;*/
    border: solid 1px transparent;
    color: var(--color-orange);
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #f58b1f, #ee3c23);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
    transition: all 0.3s ease;
}

.homebuttons .dropdown{
	float: left;
}

.homebuttons .dropdown .dropdown-content{
	display: none;
	position: absolute;
    background-color: #f1f1f1;
    width: 180px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    padding: 10px;
    bottom: 58px;
    border-radius: 5px;
}

.homebuttons .dropdown .dropdown-content:before{
    position: absolute;
    bottom: -9px;
    transition: all .5s ease;
    left: 20px;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FFF;
    transform: rotate(360deg);

}

.dropdown:hover .dropdown-content{
	display: block;
}

.dropdown-content a:link, .dropdown-content a:visited{
	display: block;
	color: var(--color-black);
	font-size: 14px;
	padding: 5px 0;
}

.dropdown-content a:hover{
	text-decoration: none;
	color: var(--color-orange);
}

#page-container {
  position: relative;
  min-height: 100vh;
}

footer{
	flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  z-index: 10;
}

.btn-normal-1{
	vertical-align: top;
}

.backhome{
	position: absolute;
	color: #696969;
	right: 20px;
	top: 30px;
}

.backhome:hover{
	color: var(--color-orange);
}

input[type=radio] + label, input[type=checkbox] + label {
    float: left;
    clear: both;
    position: absolute;
    left: 0;
    background-color: white;
}

/*********** footer *********/

.copyright{
	font-size: 15px;
	color: #757676;
}

.social-media-link a{
	list-style: none;
	padding: 0;
	display: inline-block;
	margin: 0 10px;
	color: #757676;
}

.social-media-link a:hover{
	color: #F68C1E;
}


.homepage .container{
	position: relative;
}

.homepage .container:before{
	content: "";
	background: url(../images/bganimation1.png);
	animation: scroll-anim 150s linear infinite;
	width: 195px;
	position: absolute;
	/*top: 0;*/
	right: 230px;
	min-height: 100vh;
	height:100%;
}

.homepage .container:after{
	content: "";
	background: url(../images/bganimation2.png);
	animation: scroll-anim 90s linear infinite;
	width: 195px;
	position: absolute;
	top: 0;
	right: 0px;
	min-height: 100vh;
	height:100%;
}

@keyframes scroll-anim {
	100% {
		background-position: 0 1000%;
	}	
}

@keyframes scroll-anim1 {
	100% {
		background-position: 0 -1000%;
	}	
}

.newjoinbox{
	min-height: 195px;
}


/**************** radio button design ************/

.radios {
  	position: absolute;
  	display: block;
  	width: 40px;
    height: 40px;
    right: 20px;
    top: 7px;
  	background-color: none;
}

input[type=radio], input[type=checkbox]{
  opacity: 0;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  outline: none;
  left: 0;
  z-index: 7;
}
input[type=radio]:checked + label .circle:before, input[type=checkbox]:checked + label .circle:before {
  background: #F68C1E;
}
input[type=radio]:checked:hover + label .circle:before,  input[type=checkbox]:checked:hover + label .circle:before{
  background: #F68C1E;
}

input[type=radio]:checked ~ .panel .inner-text, input[type=checkbox]:checked ~ .panel .inner-text{
  width: 80%;
}
input[type=radio]:hover + label .circle,  input[type=checkbox]:hover + label .circle{
  border-color: #f68c1e;
}


.box-defult-2 input[type=radio] + label, .box-defult-2 input[type=checkbox] + label {
  float: left;
  clear: both;
  position: absolute;
  left: 0;
  background-color: none;
}

input[type=radio] + label, input[type=checkbox] + label

.circle {
  transition: border-color 0.25s linear;
  -webkit-transition: border-color 0.25s linear;
  -moz-transition: border-color 0.25s linear;
  -o-transition: border-color 0.25s linear;
  -ms--transition: border-color 0.25s linear;
  content: "";
  position: absolute;
  left: 0;
  height: 30px;
  width: 30px;
  display: block;
  background-color: white;
  border-radius: 50%;
  border-color: #F68C1E;
  border-style: solid;
  border-width: 1px;
}
.circle:before {
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  -moz-transition: background 0.25s linear;
  -o-transition: background 0.25s linear;
  -ms--transition: background 0.25s linear;
  display: block;
  position: relative;
  left: 50%;
  top: 14px;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 20px;
  width: 20px;
  content: "";
  background: transparent;
  border-radius: 50%;
}

.circle1:before{
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Line Awesome Free';
    font-weight: bold;
    content: "\f067";
}

.selected .circle1:before{
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Line Awesome Free';
    font-weight: bold;
    content: "\f00c";
}

/*********** Form filed ************/

.input100 {
	display: block;
	width: 100%;
	min-height: 58px;
	padding: 16px 15px 0px
}

.form-data input,
.form-data select {
	border: none;
	font-family: var(--font-inter);
	font-size: 16px;
	font-weight: 500;
	width: 100%;
	border-radius: 4px;
	margin-bottom: 20px;
	background: #FFFFFF;
	border-radius: 8px;
	outline: none;
}

.focus-input100 {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: -5px;
	left: 16px;
	pointer-events: none
}

.focus-input100::after {
	font-family: var(--font-inter);
	font-size: 15px;
	color: #5C616E;
	line-height: 1.2;
	content: attr(data-placeholder);
	display: block;
	width: 100%;
	position: absolute;
	top: 25px;
	left: 10px;
	padding-left: 5px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}

.date-time .focus-input100::after {
	top: 22px;
}

.input100:focus+.focus-input100::after {
	top: 13px;
    font-size: 12px;
}

.parsley-errors-list+.focus-input100::after {
    top: 13px;
    font-size: 12px;
}


.input100:focus+.focus-input100::before {
	width: 100%
}

.has-val.input100+.focus-input100::after,
.form-data.onfocus .focus-input100:after {
	top: 10px;
	font-size: 15px
}

.has-val.input100+.focus-input100::before {
	width: 100%
}

.or-signup h4{
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
}


.or-signup h4:before, .or-signup h4:after {
    content: "";
    height: 1px;
    width: 35%;
    background: #d4d4d4;
    position: absolute;
    top: 13px;
    z-index: 2;
}

 .or-signup h4:after {
    right: 15px;
}

.or-signup h4:before {
    left: 15px;
}

.glogin a{
	background: #FFFFFF;
	border: 2px solid #D8DCDE;
	border-radius: 8px;
	padding: 8px 16px;
	display: block;
	color: #2F3941;
}

.glogin a img, .fblogin a img{
	margin-right: 12px;
    position: relative;
    top: -2px;
}

.fblogin a{
	background: #1877F2;
	border-radius: 8px;
	padding: 8px 16px;
	color: #FFF;
	display: block;
}


input.parsley-error,
select.parsley-error {
	border:1px solid var(--color-red) !important;
}

li.parsley-required,
li.parsley-type, li.parsley-minlength, li.parsley-equalto {
	list-style: none;
	font-size: 13px;
	color: #ff0000;
	font-weight: 600;
	top: -15px;
	position: relative;
	list-style: none;
}

#password_i, #password_c{
	position: absolute;
	top: 15px;
	right: 30px;
	font-size: 26px;
	color: #000;
}

.enquiry li.parsley-required, .enquiry li.parsley-type, .enquiry li.parsley-minlength, .enquiry li.parsley-equalto{
	top: 5px;
}

.add_project li.parsley-required, .add_project li.parsley-type, .add_project li.parsley-minlength, .add_project li.parsley-equalto{
	top: 0px;
}

/************ professional information ***********/

.professional-info-bar{
	height: 4px;
	background: #C1C9D2;
	border: 1px solid #C1C9D2;
	border-radius: 2px;
	display: block;
	position: relative;
	width: 19%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	float: left;
}

.processbar .active:before{
	content: "";
	width: 100%;
	height: 4px;
	background: #F68C1E;
	border: 1px solid #F68C1E;
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
}

.searchfiled{
	border: 1px solid #DDDDDD;
	border-radius: 30px;
	min-height: 50px;
	padding: 0 40px 0 30px;
	width: 100%;
	outline: none;
	font-size: 14px;
}

.select2{
	border: 1px solid #DDDDDD;
	border-radius: 30px;
	min-height: 50px;
	padding: 6px 50px 0 15px;
	outline: none;
	font-size: 14px;
	background: #FFF;
	max-width: 100%;
	min-width: 100%;
	width: 100%;
}

.select2-container--default .select2-selection--multiple{
	border: none !important;
}

.searchsubmit{
	position: absolute;
	margin: 0;
	padding: 0;
	background: linear-gradient(90deg, #F58B1F 0%, #EE3C23 100%);
	border: none;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
	right: 25px;
	top: 5px;
	outline: none;
	transition: all 0.5s ease;
}

.btngradient{
	background: linear-gradient(90deg, #F58B1F 0%, #EE3C23 100%);
	border: none;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 25px;
	color: #FFF;
	border-radius: 50%;
	display: block;
	transition: all 0.5s ease;
}

.btngradient:hover{
	border: 1px solid #f58b1f;
	color: var(--color-orange) !important;
	background: none;
	transition: all 0.5s ease;
}

.searchsubmit img{
	position: relative;
	top: -2px;
}

.setprimary{
	min-height: 50px;
}

.setprimary .radios{
	top: 5px;
	right: 15px;
}

.optprimary{
	font-size: 12px;
	color: #d1d1d1;
	opacity: 0;
	padding-top:11px;
	cursor: pointer;
}

.selected .optprimary{
	opacity: 1;
}

.primary{
	color: #1E1E1E;
	position: relative;
}

.primary span, .add_indus ul li span{
	position: relative;
    top: 0px;
    font-size: 12px;
    color: #F68C1E;
    background: #F68C1E;
	background: linear-gradient(to right, #F68C1E 0%, #EE3C23 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.m-300{
	width: 300px;
	max-width: 100%;
}

.box-orange{
	border: 1px solid #F68C1E;
	border-radius: 8px;
	background: #FFF9F2;
	min-height: 350px;
}

.box-dashed{
	min-height: 350px;
	border: 1px dashed #C4C4C4;
	border-radius: 8px;
}

.box-dashed:hover{
	border: 1px dashed #F68C1E;
}

.primary_set, .primary_set:hover{
	background: #F68C1E;
	border: 1px solid #FFF9F2;
	padding: 6px 16px;
	color: #FFF;
	font-size: 12px;
}

.add_indus h2{
	font-weight: 500;
	font-size: 32px;
	line-height: 39px;
	padding-top: 15px;
}

.add_indus ul{
	margin: 0;
	padding: 0;
}

.add_indus ul li{
	font-weight: 400;
	font-size: 14px;
	margin: 0;
	padding: 4px 0;
	line-height: 19px;
	list-style: inside disc; 
}

/*.add_indus ul li.primary_int{
	text-decoration: underline;
	color: #19495c;
}*/

.addnew_box{
	position: absolute;
	bottom: 20%;
	left: 45px;
	width: calc(100% - 60px);
}

.non_primary{
	border: 1px solid #19495C;
	padding: 6px 16px;
	color: #FFF;
	font-size: 12px;
	color: #19495C;
}

.homebanner_inner{
    min-height:480px;
}

.logo_round{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	float: left;
	text-align: center;
}

.logo_round img, .logo_round_sm img, .logo_round_md img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.logo_round_sm{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	float: left;
	text-align: center;
}

.logo_round_md{
	width: 65px;
	height: 65px;
	border-radius: 50%;
	float: left;
	text-align: center;	
}

.round-radius{
	border-radius: 50%;
}


.mainmenu_bold{
	padding-top: 5px;
}
.mainmenu_bold a{
	/*font-weight: 800 !important;*/
	color: #0a4c61 !important;
}

.page-head h2{
	font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #19495C;
}

.mySidenav2 .nav-link{
	padding: .5rem 0;
}

.mySidenav2 .nav-link[data-toggle].collapsed:after {
    content: " +";
    float: right;
}
.mySidenav2 .nav-link[data-toggle]:not(.collapsed):after {
    content: " -";
    float: right;
}

.mySidenav2 li a{
	font-size: 13px;
	color: #242424;
	font-weight: 600;
}

.mySidenav1 li a{
	color: #0a4c61;
}

.subitems li{
	padding: 6px 0;
}

.subitems li a{
	font-size: 13px;
	color: #7a7a7a;
	font-weight: 600;	
}

.mySidenav2 li a:hover{
	color: var(--color-orange);
}

.dropdown-item.active, .dropdown-item:active{
	background: none !important;
}

.dropdown-item{
	font-size: 14px;
}

.vila-card .nav, #addadvertisements .nav{
   overflow-x: auto;
   overflow-y:hidden;
   flex-wrap: nowrap;
}

.vila-card .nav-tabs .nav-link {
  white-space: nowrap;
}

.vila-card .tab-content{
	clear: both;
}

#villa-tab::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#villa-tab::-webkit-scrollbar
{
	width: 100%;
	background-color: #F5F5F5;
	height: 3px;
}

#villa-tab::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
	height: 3px;
}


.big_box{
	border: 1px solid #d9d9d9;
    padding: 25px;
    display: block;
}

.big_box:focus {
    color: #495057;
    background-color: none;
    border-color: #d9d9d9;
    box-shadow: none;
}

.file-drop-area {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 25px;
  border: 1px dashed #d9d9d9;
  border-radius: 3px;
  transition: 0.2s;
  text-align: center;
}

.file-drop-area .fa-cloud-upload{
	font-size: 40px;
	color: #d1d4db;
}

.choose-file-button {
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  padding: 8px 0;
  margin-right: 0;
  font-size: 16px;
  text-transform: inherit;
  color: #766f7f;
}

.file-message {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  
}

.color-blue{
	color: #5a72f6;
}

.icons_view, .icons_edit{
	text-align: center;
	background: #0c7b9e;
	border-radius: 5px;
	padding: 3px 0px 6px 0px;
	width: 29px;
	display: inline-block;
	margin-right: 2px;
}

.icons_edit{
	background: #f05122;
}

.status_expired{
	color: #bc051b;
	font-size: 12px;
	opacity: 0.7;
}

.will_expire{
	color: #bc051b;
	font-size: 12px;
}

.modelclose_btn{
	position: absolute;
    top: 0;
    right: 0;
    z-index: 91070;
    background: #0e374b !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 0 !important;
    color: #FFFFFF;
    opacity: 1;
    font-weight: 300;
    font-size: 30px;
}

.modelclose_btn span{
	position: relative;
    top: -2px;
}

.b-modal-header{
	border-bottom: 1px solid #d9d9d9 !important;
}

#message{
	border: 1px solid #d9d9d9 !important;
	min-height: 100px !important;
	font-weight: normal !important;
}

.similar_indus .slick-slide img{
	width: 100% !important;
}

.p-relative .tag_art{
	left: 10px;
}


/*********** Calender *********/

.datepicker-days{
	padding:10px;
}

.datepicker-days table, .datepicker-months table, .datepicker-years table, .datepicker-decades table, .datepicker-centuries table{
	width: 100%;
}

.datepicker-days table thead tr th{
	color: #494747;
    font-size: 13px;
    text-transform: capitalize;
    padding-bottom: 5px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.datepicker-days table tbody tr td{
	font-family: 'Inter', sans-serif;
	font-size: 12px;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled]{
	background:var(--button-gradient) !important;
}

.others-profile_ospage{
	display: none;
}

.datepicker table tr td span:hover, .datepicker table tr td span.focused{
	background:var(--button-gradient) !important;
	color: #FFFFFF !important;
}

/********** Project Page ************/

.processbar-30 .professional-info-bar{
	width: 32%;
    margin-right: 0.5%;
    margin-left: 0.5%;
}

.cover_photo{
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: -0.5px;
	color: #8083A3;
}

.drag_drop_text, .color-sandal{
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	letter-spacing: -0.5px;
	color: #222222;
}

.color-sandal{
	color: #F68C1E;
}

.p-file-drop-area{
	border-color: #F68C1E !important;
	background: #FFF !important;
	padding: 50px !important;
	min-height: 180px !important;
}

.border-white{
	border-color: #FFFFFF;
}

.choices__inner{
	border-color: #FFFFFF !important;
	padding: 10px !important;
	background: #FFFFFF !important;
}

.choices__input{
	background: #FFFFFF !important;
}

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button{
	border-left: none !important;
	background:url(../images/close.png) !important;
	background-repeat: no-repeat !important;
	background-position: 5px 3px !important;
    background-size: 13px !important;
    right: -15px !important;
}

.choices__list--multiple .choices__item{
	background: #FFF9F2 !important;
	border-radius: 50px !important;
	border: 1px solid #FFF9F2 !important;
	color: #0A0B0D !important;
	font-size: 16px !important;
	padding: 2px 30px 2px 15px !important;
}

.mCSB_draggerContainer::before{
	display: none;
}

.mCSB_scrollTools_vertical:before, .mCSB_draggerRail, .mCSB_dragger_bar{
	display: none;
}

.mCustomScrollbar:hover .mCSB_scrollTools_vertical:before, .mCustomScrollbar:hover .mCSB_draggerRail, .mCustomScrollbar:hover .mCSB_dragger_bar{
	display: block;
}

.mCSB_scrollTools_vertical:before{
	content: "";
	width: 2px;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: absolute;
	right: 7px;
	top: 0;
}

.mCSB_scrollTools_horizontal:before{
	width: 100%;
	height: 3px;
	left: 0;
	background: rgba(0,0,0,0.4);
	position: absolute;
	content: "";
	top: 5px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal{
	margin-bottom: 0px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
	height: 3px !important;
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
	display: none !important; rgba(0,0,0,0.4)
}

.mCSB_horizontal.mCSB_inside > .mCSB_container{
	margin-bottom: 10px !important;
}

.modal .form-control{
	padding: 10px 15px !important;
	height: auto !important;
	font-size:14px;
}

.modal li.parsley-required, .modal li.parsley-type, .modal li.parsley-minlength, .modal li.parsley-equalto {
    list-style: none;
    font-size: 13px;
    color: #ff0000;
    font-weight: 600;
    top: 0px;
    position: relative;
    list-style: none;
}

.cart-count{
	color: #FFF;
    font-size: 9px;
    background: #f26d20;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    width: 15px;
    height: 15px;
    right: -3px;
}

.form-control{
    font-size:14px;
}

.form-control:focus{
	border: 1px solid #ced4da;
	box-shadow:none;
}

.profile-name{
	position: relative;
	padding: 10px 20px 10px 45px;
	color: var(--color-black);
	font-size: 12px;
	font-weight: 700;
	border-bottom: 1px solid #e7e6e6;
	margin-bottom: 10px;
}

.profile-name a{
	color: var(--color-black);
}

.profile-name a:hover{
	color: var(--color-orange);
}

.profile-name a span{
	font-weight: 500;
	color: var(--color-gray);
	display: block;
}
.profile-name a img{
	position: absolute;
	left: 0px;
	top: 10px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
}
.others-profile-left ul.profile-counter, .profile_description ul.profile-counter{
	display: flex;
	flex-wrap: wrap;
}

.buttons-contact{
	padding: 0 3px;
    border-radius: 6px;
    border: solid 1px var(--color-gray);
    
    transition: all 0.3s ease;
}

.buttons-contact .share-btn{
	float: left;
}

.buttons-contact .share-btn a{
	padding: 0px 6px;
	display: inline-block;
	color: var(--color-gray);
	font-size: 13px;
}

.buttons-contact .share-btn a:hover{
	color: var(--color-orange);
}

.border-right-gray{
	border-right: 1px solid var(--color-gray);
}

.border-right-gray a{
	padding-right: 8px !important;
}

.calender_cions{
	background: url(../images/events-icons.png) no-repeat;
	background-size: 25px;
	background-position: right 5px  center;
}

.villa_events_img{
	width: 85px;
	height: 80px;
	border-radius: 15px;
	float: left;
}

.villa_events_img img{
	border-radius: 5px;
}

.villa_events_details{
	width: calc(100% - 95px);
	float:left;
	padding-left: 15px;
}

.villa_events_details h3{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0px;
}

.villa_events_details h4{
	font-size: 14px;
	font-weight: normal;/*
	color: var(--color-gray);*/
	margin-bottom: 0px;
}

.villa_events_details p{
	color: var(--color-gray);
	font-size: 12px;
}

.villa_events_apply{
	float: left;
	width: 128px;
}

.advance-search-box{
	transform: scale(0);
    opacity: 0;
    transform-origin: left top;
    transition: all 0.9s ease;
    height: 2px;
}

.advance-search-box.show{
	transform: scale(1);
    opacity: 1;
    transition: all 0.9s ease;
    height: auto;
}

.right-25{
	right: 25px !important;
}

.header-dropdown .dropdown-dots{
	font-size: 14px;
	line-height: 10px;
}




.villa_dropdown .dropdown-menu .dropdown-item, .result_dropdown .dropdown-menu .dropdown-item, .notification_dropdown .dropdown-menu .dropdown-item{
    padding:.35rem .5rem .45rem .5rem !important;
    border-radius:5px;
}

.villa_dropdown .dropdown-menu .dropdown-item:focus, .villa_dropdown .dropdown-menu .dropdown-item:hover, .result_dropdown .dropdown-menu .dropdown-item:focus, .result_dropdown .dropdown-menu .dropdown-item:hover, .notification_dropdown .dropdown-menu .dropdown-item:focus, .notification_dropdown .dropdown-menu .dropdown-item:hover{
    color: #ef4422 !important;
    text-decoration: none;
    background-color: #fff1e7 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background-color: #ffd7cc !important;
    color: #782211 !important;
}

.bg-none{
	background:none !important; 
}

.rodate_dots{
	transform: rotate(90deg);
}

/*********** Analysis ************/

.analiys_count{
    background: var(--color-light-gray);
    padding: 15px 10px;
    color: var(--color-black);
    text-align:center;
    border-radius:5px;
}

.analiys_count span {
    /*display: block;*/
    font-size: 18px;
    font-weight: 600;
    margin-bottom:5px;
}

.analiys_count p{
    font-size: 10px;
    margin:10px;
}

.analiys-bg-1{
    background: #e4f0f9;
}

.analiys-bg-2{
    background: #e9f9ed;
}

.analiys-bg-3{
    background: #fff1e5;
}

.analiys-bg-4{
    background: #eceaff;
}

/************ FNC New **********/

.fncpage .profile_box{
    position: relative;
    top: -45px;
}

.fncpage .profile_logo_round {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.fncpage .border-white {
    border: 5px solid #FFFFFF;
}

.fncpage .con_status_acive, .fncpage .con_status_inacive {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #FFF;
    background: #1dd217;
    position: absolute;
    top: 2px;
    right: 15px;
}

.fncpage .con_status_inacive{
    background: #b0bacb;
}

.fncpage .profile_box h3{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}

.fncpage .profile_box p{
    font-size: 14px;
    margin-bottom: 5px;
}

.fnc_details{
    position:relative;
    top:-20px;
}

.project_worked h4{
    font-size:14px;
    font-weight:700;
    margin-bottom:0;
    color: #101010;
}

.project_worked p{
    font-size:11px;
    margin-bottom:0;
    color: #464646;
}

.fnc_apply-btu{
    position: absolute;
    width: 100%;
    left: 0;
    background: #FFF;
    height: 30px;
    top: -1px;
    min-height: 60px;
    opacity: 0;
    transition: all .5s ease;
    cursor: pointer;
}

.fnc_details:hover .fnc_apply-btu{
    opacity: 1;
    transition: all .5s ease;
    
}

.non-signin{
    border-top:none !important;
}

.p-fixed{
    position:fixed;
}

.devices-settigns img{
    float:left;
    width:40px;
}

.devices-settigns p{
    padding-left:60px;
    font-size:14px;
}

.active-text{
    color:#00a400;
    font-weight:600;
}

.deactive-text{
    color:#e30a0a;
    font-weight:600;
}

.blockusers{
    margin-bottom:20px;
}

.blockusers img{
    float:left;
    width:40px;
}

.blockusers h4{
    font-size:16px;
    color:#101010;
    padding-left:60px;
}

.blockusers_div{
    float:left;
    width:calc(100% - 80px);
}

.addnew-btn{
    float: right;
    background: #fff1e5;
    border-radius: 50% !important;
    position: absolute;
    right: 5px;
    padding: 12px 0px !important;
    width: 45px;
    height: 45px;
    text-align: center !important;
    font-size: 26px !important;
    top: 3px;
}

.nav-item .addnew-btnhover{
    background: #fff1e5 !important;
}

.polls-radio{
    position: relative;
    width: 40px;
    height: 40px;
    margin-right: 0;
    float: left;
}

.list-group-item .radio label{
    padding-left: 0;
    padding-top: 3px;
}

.polls-list-item .list-group-item{
    padding-left:0;
    padding-top: 2px;
    padding-bottom: 2px;
}

.skills-list li{
	font-weight: 500;
	font-size: 14px;
	color: #757676;
	padding:4px 8px;
	border: 1px solid #E8E8E8;
	border-radius: 8px;
	list-style: none;
	float: left;
	margin: 0 7px 7px 0;
}

.events_filter .filter_check{
    min-width:30%;
}

.votesbg{
    background:#000;
    color:#FFF;
}

.events-by{
   background: #f2f2f2;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 5px;
    color: #000;
    font-size: 12px;
    padding: 2px 5px;
}

.profile-card .events-by{
    background: #f2f2f2;
    position: absolute;
    top: 10px;
    left: 30px;
    border-radius: 5px;
    color: #000;
    font-size: 12px;
    z-index: 10;
    padding: 2px 5px;
    min-width: 78px;
    text-align: center;
    display: inline-block;
    max-width: fit-content;
}

.clear{
    clear:both;
}

.color-orange{
    color: var(--color-orange) !important;
}

.eventsbg{
    background-image: url(../images/events-banner.jpg) !important;
}

.user_chat, .events_results{
	max-height: 380px;
	overflow: auto;
}

.user_chat .left-dots .dropdown-menu {
    right:-50px !important;
}

.user_chat .right-dots .dropdown-menu {
    right:0px !important;
}

.events_results{
    padding: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.events_results .following-content img{
    border-radius:5px !important;
}

.events_results .following-content .following-text h5{
    font-weight: 500 !important;
}

/*********** FnC Workface ***********/
.income_houry{
    border-radius:6px;
    border:1px solid #F4851F;
}

.income_houry h5{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 17px;
    text-align: center;
    color: #333333;
    margin-bottom: 10px;
}

.income_houry p{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
}

.search-panel .dropdown-menu{
    border-radius: 8px;
    padding: 8px;
    will-change: transform;
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
	min-width: auto;
	box-shadow: var(--kt-menu-dropdown-box-shadow);
	transform: inherit !important;
    top: 50px !important;
}

.search-panel .dropdown-menu li{
    padding:4px 0;
}

.search-panel .dropdown-menu li a{
    padding: 0.35rem 0.5rem 0.45rem 0.5rem !important;
    border-radius: 5px;
    line-height:auto;
}

.search-panel .dropdown-menu li a:hover{
    color: #ef4422 !important;
    text-decoration: none;
    background-color: #fff1e7 !important;
}

.search-panel-1 .dropdown-toggle{
    color: #666666;
}

.search-panel-1 .dropdown-menu{
    border-radius: 8px;
    padding: 10px;
    will-change: transform;
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
	min-width: auto;
	top:30px !important;
	box-shadow: var(--kt-menu-dropdown-box-shadow);
}

.search-panel-1 .dropdown-menu li a{
    padding: 0.35rem 0.5rem 0.45rem 0.5rem !important;
    border-radius: 5px;
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #212529 !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size:14px;
}

.search-panel-1 .dropdown-menu li a:hover{
    color: #ef4422 !important;
    text-decoration: none;
    background-color: #fff1e7 !important;
}

.fnc-doc .share-btn{
    color: #8083A3;
    font-size: 11px;
    padding: 5px;
    text-align: center;
}

.fnc-doc .share-btn a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #E4E6EA;
    font-size: 16px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    color: #8083A3;
    margin-bottom: 0px;
    transition: all 0.3s ease;
    padding-top: 5px;
}

.fnc-doc .share-btn a:hover {
    color: var(--color-white);
    background: var(--color-orange);
    transition: all 0.3s ease;
}

.mb-sm-0{
    margin-bottom:0px;
}

.home-profile-counter li{
    position: relative;
}

.profile-counter img{
    width:30px;
    float:right;
    position: absolute;
    top:10px;
    right:10px;
}

.store_btn .dropdown-menu{
	right: 0px !important;
	top:34px !important;
	left: auto !important;
	transform: inherit !important;
	border-radius: 8px;
	transform: inherit !important;
	/*transition: all 0.3s ease;*/
	border-radius: 8px;/*
	-webkit-animation: scale-up-ver-bottom 0.1s ease-in both;
	animation: scale-up-ver-bottom 0.1s ease-in both;*/
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
	min-width: auto;
	box-shadow: var(--kt-menu-dropdown-box-shadow);
	min-width: auto;
	padding:10px;
    }
.store_btn  	.dropdown-menu .dropdown-item{
    font-size: 14px;
    padding: 0.35rem 0.5rem 0.45rem 0.5rem !important;
    border-radius: 5px;
}
.store_btn 	.dropdown-menu .dropdown-item:hover{
    color: #ef4422 !important;
    text-decoration: none;
    background-color: #fff1e7 !important;
}

/******* Saved and feeds *********/

.saved-banner-img{
    border-radius:10px;
}

.saved-feeds .following-text{
    position: relative;
}

.saved-feeds .savedfeeds_drops{
    position: absolute;
    right: -10px;
    top: 0px;
}

.worksace_propetise .stay-head img{
    float:none;
    width:auto;
    height:auto;
}

.dropdown-toggle.bg-none img{
    filter: brightness(0) invert(0);
    transition: all 0.5s ease;
    opacity: 0.5;
}

.btn-normal-white{
	border-radius: 30px;
    border: solid 1px transparent;
    color: var(--color-orange) !important;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #f58b1f, #ee3c23);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
    transition: all 0.3s ease;
}

.btn-normal-white:hover{
	background: var(--button-gradient) !important;
    border-radius: 30px;
    color: var(--color-white) !important;
    box-shadow: none !important;
    transition: all 0.3s ease;
}

.choose-white{
    border-radius: 30px;
    border: solid 1px transparent;
    color: var(--color-orange);
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #f58b1f, #ee3c23);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
    transition: all 0.3s ease;
    position: relative;
    padding-right: 30px;
}


.choose-white:hover, .choose-white-select{
    background: var(--button-gradient);
    border-radius: 30px;
    color: var(--color-white);
    box-shadow: none !important;
    transition: all 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.choose-white-select:hover{
    border-radius: 30px;
    border: solid 1px transparent;
    color: var(--color-orange) !important;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #f58b1f, #ee3c23);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset !important;
    transition: all 0.3s ease;
}

.choose-white:before{
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    font-weight: 200;
    float: right;
    padding: 9px 10px 5px 10px;
    border-right: 1px solid #ccc;
    line-height: 3px;
    position: relative;
    top: 4px;
}

.choose-white:after{
    content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    font-weight: 200;
    float: right;
    padding: 9px 10px 5px 10px;
    line-height: 3px;
    position: absolute;
    top: 9px;
    right: 0;
}

.choose-white-select:after{
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    font-weight: 200;
    float: right;
    padding: 9px 10px 5px 10px;
    line-height: 3px;
    position: absolute;
    top: 9px;
    right: 0;
}

.choose-white-select:before{
    display:none;
}

.select2-results__option{
    font-size:14px;
}

.svg-icon{
    filter: brightness(0) invert(0);
    transition: all 0.5s ease;
    opacity: 0.8;    
}

.project_cancelled{
    display: inline-block;
    padding: 2px 8px;
    border-radius: 15px;
    background: #F79735;
    font-size: 12px;
    margin: 5px 5px 10px 0px;
    color: var(--color-white);
}

.available_Dates{
    width: 5px;
    height: 5px;
    margin-right:6px;
    border-radius: 50%;
    background: #1f5b6e;
    display:inline-block;
}

.header-navigation .megamenu .dropdown-item{
    border:1px solid #FFF;
    border-radius:25px;
}

.header-navigation .megamenu .dropdown-item:hover{
    background: #fff1e7 !important;
    color:#000 !important;
    border-radius:25px;
    border:1px solid #f7a4a4;
}

.megamenu .dropdown-item:hover h6, .megamenu .dropdown-item:hover p{
    color:#000 !important;
}

.userrequest_acive{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f26d20;
    position: absolute;
    top: 0px;
    right: 5px;
}


.box-defult-2 .setprimary{
        position:relative;
        min-height: 1px;
    }
    
    .box-defult-2 .optprimary{
        position: absolute;
        z-index:1000;
        top: -4px;
    }
    
    .box-defult-2 .setprimary .radios{
        top:-35px;
    }
    
    .box-defult-2 .optprimary{
        padding-top:0;
    }
    
    .box-defult-2-select .optprimary{
        opacity: 1;
        color: #e8e6e6;
    }
    
   .box-defult-2 .radios{
        width: calc(100% + 23px);
        min-height: 40px;
        padding: 10px;
        left: -10px;
   }
   
   .box-defult-2 input[type=checkbox]{
       top:0px;
       width: calc(100%);
       min-height: 40px;
   }
    
   .box-defult-2 input[type=radio] + label, .box-defult-2 input[type=checkbox] + label{
      clear: both;
      position: absolute;
      right: 5px;
      background-color: none;
      left: inherit;
      top: 12px;
   }    
   .box-defult-2 .primary{
       color:#FFF;
   }    
   .box-defult-2 .primary span{
       color:#FFF;
       background: none;
        -webkit-background-clip: inherit;
        -webkit-text-fill-color: inherit;
   }
   
   .box-defult-2-select .text-dark, .selected .circle1:before{
       color:#FFF !important;
   }
   
   .pad-choose-btn{
       padding:15px 20px 20px 20px;
   }
   
   .suggested-artz .pad-choose-btn{
       padding:10px 20px;
   }
   
   .box-defult-2 .active input[type=checkbox] + label{
       background:none;
   }
   
   .box-defult-2 p{
        width: calc(100% - 20px);
   }
   
   .line-height-20{
       line-height:20px;
   }
    
    .line-height-20 a{
        color:#222222;
    }
    
    .tag2{
    	display: inline-block;
    	padding: 3px 10px;
    	border-radius: 20px;
    	background: #F79735;
    	font-size: 13px;
    	margin:5px 5px 10px 0px;
    	color: var(--color-white);
    }
    
    .tag2 a{
        color: var(--color-white) !important;
    }
    
    .text-color-2{
        color: #0a4c61 !important
    }
    
    .pad-btn{
        padding: 0.375rem 0.75rem !important;
    }
    
    .pad-xs{
        padding: 1px 19px !important;
        margin: 3px !important;
    }
    
    .club_auditions img{
        width:100px;
        float:left;
    }
    
    .club_auditions_desc{
        width:calc(100% - 100px);
        padding-left:15px;
        float:left;
    }
    
    .bg-white-box{
        border-radius: 10px;
        /*margin: 0 10px 10px 10px;*/
        background: #FFF;
        box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    }
    
    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
            background-color: #f05622 !important;
            border-color: #f05622 !important;
        }
        
        #calendar .btn-primary{
            color: #2c2c2c;
            background-color: #fffafa;
            border-color: #ffcbb9;
        }
        
        #calendar .btn-primary.active{
            color:#FFF;
        }
        
        .fc-header-toolbar .fc-center h2{
            font-size: 20px;
        }
        
        .table-bordered thead td, .table-bordered thead th{
            font-weight:500;
        }
        
        .fc-event {
            background: #fff !important;
            color: #000 !important;
            page-break-inside: avoid;
            background-color: rgba(240,101,72,.18)!important;
            border: 1px solid rgba(240,101,72,.18)!important;
            padding: 5px 10px;
            margin: 0 0 3px 0;
        }
        
        .fc-list-heading td{
            font-weight:500;
            padding: 5px;
        }
        
        .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td{
            height:30px;
        }
        
        .fc-today .fc-day-number{
            background: var(--button-gradient);
        }
        
        tr:first-child>td>.fc-day-grid-event {
            margin-top: 2px;
            margin-left: 5px;
            margin-right: 5px;
        }
        
        #calendar .fc-head th{
            border-color: #ccc !important;
            background: #fff !important;
            padding: 8px 4px;
            background-color: rgba(240,101,72,.18)!important;
            border: 1px solid rgba(240,101,72,.18)!important;
        }
        
        .btn-planning{
            background:rgba(10,179,156,.18)!important;
            color:#2cbeaa;
            text-align:left;
            font-size:14px;
        }
        
        .btn-meeting{
            background-color: rgba(41,156,219,.18)!important;
            color:#49abe0;
            text-align:left;
            font-size:14px;
        }
        
        .btn-report{
            background-color: rgba(247,184,75,.18)!important;
            text-align:left;
            color:#f7b84b;
            font-size:14px;
        }
        
        .btn-new-events{
            background-color:rgba(240,101,72,.18) !important;
            color:#f06548;
            text-align:left;
            font-size:14px;
        }
        
        .text-color-orange{
            color:#ef4622;
        }
        
        .tag3{
            display: inline-block;
            padding: 1px 5px;
            border-radius: 20px;
            background: #d9d9d9;
            font-size: 11px;
        }
        
        .tag3 a{
            color:#101010;
        }
        
        .fc-today .fc-day-number {
            background: var(--button-gradient);
            border-radius: 50%;
            color: #FFF;
            margin: 2px;
            font-size: 13px;
            padding: 3px 9px !important;
        }
    
    .fc-day-grid-event .fc-time{
        font-weight:500 !important;
    }
    
    
    .left_dropdown .dropdown-menu{
        left:20px !important;
        right:auto !important;
    }
    
    .note_auditions{
        color: #ef4422 !important;
        text-decoration: none;
        background-color: #fff1e7 !important;
        padding: 0.15rem 0.5rem 0.2rem 0.5rem !important;
        border-radius: 5px;
        display:inline-block;
    }
    
    .c-yelloe{
        color: #ffe000;
    }
    
    .companylogo img{
        width:100px;
        height:100px;
        border-radius:5px;
    }
    
    .loginform .modal-backdrop{
        background-color: #19495c;
    }
    
    .loginform .modal-backdrop.show {
        opacity: .99;
    }
    
    .modal{
        z-index: 9999;
    }
    
    .modal-backdrop{
        z-index: 9997;
    }
        
    .minwidth-150 {
        min-width: 150px;
    }
    
@keyframes menu-sub-dropdown-animation-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes menu-sub-dropdown-animation-move-up {
  from {
    margin-top: 0.75rem;
  }
  to {
    margin-top: 0;
  }
}
@keyframes menu-sub-dropdown-animation-move-down {
  from {
    margin-bottom: 0.75rem;
  }
  to {
    margin-bottom: 0;
  }
}

/********************* Others Profile *******************/

.others-profile-main{
	display: flex;
}
.others-profile-main:before{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 250px;
	z-index: -1;
	background: var(--color-white);
	border-right: 1px solid rgba(0,0,0,0.1);
	content: "";
}
.others-profile-main .others-profile-left{
	background: var(--color-white);
	height: 100%;
	width: 250px;
	min-height: 100%;
    overflow: auto;
	padding: 80px 15px 20px 15px;
	border-right: 1px solid rgba(0,0,0,0.1);
	position: fixed;
    left: 0;
    top: 0;
	overflow-y: auto;
	z-index: 1000;
}
.others-profile-main .others-profile-center{
	width: calc(100% - 600px);
	padding: 100px 30px 20px 30px;
	margin-left: 250px;
}
.others-profile-main .others-profile-right{
	width: 350px;
	padding: 80px 15px 0px 0px;
	margin-left: auto;
}
a.know-more-trending{
	font-size: 12px;
	color: #3E7EFF;
	font-weight: 700;
	display: block;
	padding: 10px 5px;
}
a.know-more-trending span {
  font-weight: 700;
  animation: blinker 1s step-end infinite;
}
a.know-more-trending:hover{
	color: var(--color-orange);
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.others-profile-main .others-profile-right ul.connected-sortable li.draggable-item{
	list-style: none;
	padding: 0px 0px 15px 0px;
	background: var(--color-white);
	border-radius: 10px;
	border: 1px solid rgba(0,0,0,0.1);
	margin-top: 20px;
	
}
.others-profile-main .others-profile-right ul.connected-sortable li.draggable-item .box{
	padding: 10px 15px;
	font-size: 12px;
}
.others-profile-main .others-profile-right ul.connected-sortable li.draggable-item .widget-header{
	font-size: 16px;
	padding: 15px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	font-weight: 700;
	color: var(--color-black);
	display: flex;
    align-items: center;
	position: relative;
	cursor: move;
}
.others-profile-main .others-profile-right ul.connected-sortable li.draggable-item h6{
	font-size: 15px;
	padding: 5px 5px 5px 20px;
	font-weight: 700;
	color: var(--color-black);
	display: flex;
    align-items: center;
	position: relative;
}
.others-profile-main .others-profile-right ul.connected-sortable li.draggable-item .widget-header span{
	background: var(--color-light-gray);
	color: var(--color-gray);
	font-size: 12px;
	font-weight: 500;
	padding: 5px;
	border-radius: 30px;
	margin-left: 5px;
	display: inline-block;
}
.others-profile-main .others-profile-right ul.connected-sortable li.draggable-item .widget-close{
	border: none !important;
	background: transparent !important;
	position: absolute;
	left: -10px;
	top: -10px;
	color: var(--color-black);
	font-size: 24px;
}
.others-profile-main .others-profile-right ul.connected-sortable li.draggable-item p{
	padding: 10px 15px;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 0px;
	color: var(--color-black);
}
.others-profile-main .others-profile-right ul.connected-sortable li.draggable-item p small{
	display: block;
	font-size: 12px;
}
.profile-heading1{
	padding: 0px;
	font-size: 24px;
	font-weight: 600;
	color: var(--color-black);
	margin: 0px;
}
.profile-heading1 span{
	font-size: 13px;
	color: var(--color-gray);
	display: block;
}
a.add-widget{
	font-size: 15px;
	font-weight: 500;
	background: linear-gradient(to right, #F58B1F 0%, #EE3C23 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.profile_description ul.profile-counter{
	padding: 15px;
}

.others-profile-left ul.profile-counter li, .profile_description ul.profile-counter li, .others-profile-right ul.profile-counter li{
	list-style: none;
	width: 46%;
	margin: 2%;
	border-radius: 5px;
	background: var(--color-light-gray);
	padding: 10px;
	font-size: 10px;
	color:  var(--color-black);
}

.others-profile-right ul.profile-counter li{
    float:left;
}



.others-profile-left ul.profile-counter li span, .profile_description ul.profile-counter li span, .others-profile-right ul.profile-counter li span{
	display: block;
	font-size: 16px;
	font-weight: 600;
}
.others-profile-left ul.profile-menu{
	margin: 10px 0px;
}
.others-profile-left ul.profile-menu li{
	list-style: none;
}

.others-profile-left ul.profile-menu li a{
	display: block;
	padding: 10px 40px 10px 30px;
	position: relative;
	/*color: var(--color-black); */
	color: #0a4c61;
	font-size: 13px;
	font-weight: 600;
}

.others-profile-left ul.profile-menu li a:hover{
	color: var(--color-orange);
}
.others-profile-left ul.profile-menu li a img{
	position: absolute;
	left: 0px;
	top: 10px;
}

.others-profile-left ul.profile-menu li a:hover img{
	fill: var(--color-orange);
}

.others-profile-left ul.profile-menu li a span{
	position: absolute;
	right: 0px;
	top: 10px;
	color: var(--color-gray);
	background: var(--color-light-gray);
	padding: 3px 5px;
	border-radius: 30px;
}
.others-profile-left h6{
	font-size: 12px;
	color: #8083A3;
	margin-top: 20px;
}
.others-profile-left ul.recent-followers{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: row-reverse;
}
.others-profile-left ul.recent-followers li{
	width: 32px;
	height: 32px;
	margin-right: -7px;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid var(--color-white);
}
.others-profile-left ul.recent-followers li:first-child{	
	font-size: 13px;
	color: var(--color-white);
	background: #3E7EFF;
	padding-top: 7px;
	text-align: center;
}
.others-profile-left ul.recent-followers li img{
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.others-profile-card{
	background: var(--color-white);
	padding: 20px 20px 20px 70px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
	position: relative;
	border-radius: 10px;
	margin-bottom: 30px;
}
.others-profile-card img.user-image{
	position: absolute;
	left: 20px;
	top: 20px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
}

.others-profile-card h3{
	font-size: 14px;
	font-weight: 700;
	color: var(--color-black);
}
.others-profile-card h3 span{
	font-size: 12px;
	font-weight: 500;
	color: var(--color-gray);
}

.others-profile-card p{
	font-size: 14px;
	font-weight: 400;
	color: var(--color-black);
}
.others-profile-card ul.profile-list li{
	list-style: none;
	display: inline-block;
	padding: 3px 10px;
	border-radius: 20px;
	background: #F79735;
	font-size: 13px;
	margin:5px 5px 10px 0px;
	color: var(--color-white);
}
.others-profile-card ul.comm-like li{
	list-style: none;
	display: inline;
}

.others-profile-card ul.comm-like li a{
	padding: 10px;
	display: inline-block;
	color: var(--color-gray);
}
.others-profile-card ul.comm-like li a:hover{
	color: var(--color-orange);
}
.others-profile-card ul.comm-like li a img{
	filter: brightness(0) invert(0);
	opacity: 0.5;
	margin-right: 3px;
	transition: all 0.3s ease;
}

.others-profile-card ul.comm-like li a:hover img{
	filter: none;
	opacity: 1;
	transition: all 0.3s ease;
}

.others-profile-card .add-comment{
	position: relative;
	display: none;
	padding: 10px 0px 10px 50px;
}
.others-profile-card .add-comment textarea{
	background: #F5F5FA;
	padding: 15px;
	resize: none;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	color: #19495C;
	font-size: 12px;
	font-weight: 700;
	height: 70px;
	border-radius: 10px;
}
.others-profile-card .add-comment img.user-image{
	left: 0px;
}
.others-profile-card .add-comment .submit-btn{
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	border-radius: 0px 5px 5px 0px;
	padding: 5px 15px;
	color: var(--color-gray);
	background: rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}
.others-profile-card .add-comment .submit-btn:hover, .others-profile-card .add-comment .submit-btn:focus{
	color: var(--color-white);
	background: var(--color-orange);
	transition: all 0.3s ease;
}
.others-profile-card .added-comments{
	border: 1px solid #E4E6E8;
	border-radius: 15px;
	padding: 15px;
	position: relative;
	background: #F5F5FA;
	margin-top: 10px;
}
.others-profile-card .added-comments img.comments-image{
	position: absolute;
	left: -50px;
	top: 10px;
}
.others-profile-card .added-comments h4{
	font-size: 14px;
	font-weight: 700;
	color: var(--color-black);
}
.others-profile-card .added-comments h4 small{
	display: block;
}
.others-profile-card .added-comments p{
	font-size: 14px;
	font-weight: 500;
	color: var(--color-black);
	margin-bottom: 0px;
}
.select-profile{
	margin-bottom: 20px;
	padding: 0px 0px 0px 70px;
	position: relative;
}
.select-profile .add-profile{
	position: absolute;
	left: 0px;
	top: 0px;
	color: #3E7EFF;
	padding: 26px 27px;
	display: flex;
	min-width: 70px;
	font-size: 20px;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	transition: all 0.3s ease;
	background: rgba(62, 126, 255, 0.1);
}
.select-profile .add-profile:hover{
	color: #FFF;
	transition: all 0.3s ease;
	background: rgba(62, 126, 255, 1);
}
.select-profile .profile-scroll{
	padding: 0px 10px;
}
.select-profile .profile-scroll .slick-slide{
	max-width: 200px;
	background: none !important;
    box-shadow: none !important;
}
.select-profile .profile-scroll .slick-slide a{
	border-radius: 50px;
	overflow: hidden;
	margin-right: 10px;
	display: block;
	border: 3px solid transparent;
}
.select-profile .profile-scroll .slick-slide a.active, .select-profile .profile-scroll .slick-slide a:hover{
	border: 3px solid #3E7EFF;
}
.select-profile .profile-scroll .slick-slide a img{
	max-width: 100%;
	height: 70px;
	border-radius: 50px;
}
.select-profile .profile-scroll .slick-prev, .select-profile .profile-scroll .slick-next{
	width: 50px;
	height: 50px;
	background: #FFF;
	border-radius: 10px;
	z-index: 999;
	transition: all 0.3s ease;
}
.select-profile .profile-scroll .slick-prev{
	left: 0px;
}
.select-profile .profile-scroll .slick-next{
	right: 0px;
}
.task-scroll .slick-prev, .task-scroll .slick-next{
	z-index: 999;
	
}
.task-scroll .slick-prev{
	top: 10px;
	right: 20px;
	left: inherit;
}
.task-scroll .slick-next{
	top: 10px;
	right: 0px;
}
.select-profile .profile-scroll .slick-prev:hover, .select-profile .profile-scroll .slick-next:hover{
	background: var(--color-orange);
	transition: all 0.3s ease;
}
.select-profile .profile-scroll .slick-prev:before, .select-profile .profile-scroll .slick-next:before{
	color: var(--color-gray);
	transition: all 0.3s ease;
}
.select-profile .profile-scroll .slick-prev:hover:before, .select-profile .profile-scroll .slick-next:hover:before{
	color: var(--color-white);
	transition: all 0.3s ease;
}
.task-scroll .slick-next:before, .task-scroll .slick-prev:before{
	color: var(--color-black);
	transition: all 0.3s ease;
}

.task-scroll .slick-slide{
    margin:0;
}

.select-profile .profile-scroll .slick-prev:before, .task-scroll .slick-prev:before{
	content: "\f104";
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
}

.select-profile .profile-scroll .slick-next:before, .task-scroll .slick-next:before{
	content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
}

.task-scroll .slick-disabled:before{
    opacity: .25;
}

textarea.form-control{
	width: 100%;
	height: 50px;
	resize: none;
	font-size: 14px;
	font-weight: 700;
	border: none;
	outline: none !important;
	box-shadow: none !important;
}
.custom-control.custom-checkbox{
	padding-left: 50px;
	padding-bottom: 10px;
	min-height: 30px;
}
.custom-control.custom-checkbox .custom-control-label{
	left: inherit;
	position: relative;
}
.custom-control-input.custom-control-label:before, .custom-control.custom-checkbox .custom-control-label:before{
	box-shadow: none !important;
	border: 1px solid rgba(0,0,0,0.2) !important;
}
.custom-control-input:checked~.custom-control-label:before{
	border-color: #F68C1E !important;
    background-color: #F68C1E;
	box-shadow: none !important;
}
.custom-control.custom-checkbox .custom-control-label{
	color: #333333;
	font-size: 14px;
	font-weight: 500;
}
.profile-right-add, .add-scroll{
	border-radius: 10px;
	overflow: hidden;
}
.add-scroll .slick-prev, .add-scroll .slick-next{
	width: 35px;
	height: 35px;
	background: #FFF;
	border-radius: 50%;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}
.add-scroll .slick-prev:hover, .add-scroll .slick-next:hover{
	background: var(--color-orange);
	transition: all 0.3s ease;
}
.add-scroll .slick-prev{
	left: 50px;
}
.add-scroll .slick-next{
	right: 50px;
}
.add-scroll .slick-prev:before, .add-scroll .slick-next:before{
    font-family: FontAwesome;
	color: #F68C1E;
	font-size: 26px;
	line-height: 15px;
	transition: all 0.3s ease;
}
.add-scroll .slick-prev:hover:before, .add-scroll .slick-next:hover:before{
	color: #FFF;
	transition: all 0.3s ease;
}
.add-scroll .slick-prev:before{
	content: "\f104";
}
.add-scroll .slick-next:before{
	content: "\f105";
}

ul.notification-list li{
	list-style: none;
	position: relative;
	padding: 10px 30px 10px 60px;
	font-size: 14px;
	color: #171721;
	font-weight: 600;
	line-height: 16px;
}
ul.notification-list li:before{
	position: absolute;
	left: 10%;
	bottom: 0px;
	width: 80%;
	height: 1px;
	content:"";
	background: rgba(0,0,0,0.05);
}
ul.notification-list li span{
	position: absolute;
	right: 10px;
	top: 20px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	content:"";
}
ul.notification-list li span.active{	
	background: #3874EA;
}
ul.notification-list li span.inactive{	
	background: var(--color-orange);
}
ul.notification-list li small{
	font-size: 12px;
	color: #8083A3;
	padding-top: 5px;
	font-weight: 500;
	display: block;
}
ul.notification-list li img{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	left: 20px;
	top: 10px;
}
.event-box{
	margin: 20px;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 10px;
}
.event-box img{
	width: 100%;
	z-index: 0;
    position: relative;
}

.event-box a{
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--color-white);
	float: right;
	color: var(--color-black);
	margin-right: 30px;
	margin-top: -20px;
	z-index: 999;
	position: relative;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.event-box a:hover{
	background: var(--color-orange);
	color: var(--color-white);
}
.event-box .event-heading{
	font-size: 16px;
	color: var(--color-black);
	font-weight: 700;
	padding-left: 15px;
	margin-bottom: 0px;
}
.others-profile-main .others-profile-right ul.connected-sortable li.draggable-item .event-box p.event-date{
	text-transform: uppercase;
	color: var(--color-orange);
	font-size: 13px;
}
.others-profile-main .others-profile-right ul.connected-sortable li.draggable-item .event-box p{
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
}
.gray-btn{
	background: #F5F5FA;
	padding: 10px;
	display: block;
	color: #19495C;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	margin-top: 20px;
	border-radius: 7px;
	transition: all 0.3s ease;
}
.gray-btn:hover{
	background: #19495C;
	color: #FFF;
	transition: all 0.3s ease;
}
ul.trending-list{
	margin: 10px 20px;
}
ul.trending-list li{
	list-style: none;
	font-size: 14px;
	font-weight: 700;
	color: var(--color-black);
	line-height: 18px;
	padding: 7px 100px 7px 0px; 
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
ul.trending-list li small{
	color: #8083A3;
	font-size: 12px;
	display: block;
	font-weight: 400;
}
ul.trending-list li span, ul.trending-list li a{
	position: absolute;
	padding: 7px 15px;
	right: 0px;
	top: 10px;
	border-radius: 7px;
	background: #F5F5FA;
	color: #19495C;
	font-size: 12px;
	min-width: 80px;
	text-align: center;
	font-weight: 700;
}
ul.trending-list li a:hover{
	background: var(--color-orange);
	color: var(--color-white);
	transition: all 0.3s ease;
}
ul.similar-arts-list{
	margin: 10px 20px;
}
ul.similar-arts-list li{
	list-style: none;
	font-size: 14px;
	font-weight: 700;
	color: var(--color-black);
	line-height: 18px;
	padding: 7px 100px 7px 40px; 
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
ul.similar-arts-list li img{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 10px;
}
ul.similar-arts-list li small{
	color: #8083A3;
	font-size: 12px;
	display: block;
	font-weight: 400;
}
ul.similar-arts-list li a{
	position: absolute;
	padding: 7px 15px;
	right: 0px;
	top: 10px;
	border-radius: 7px;
	background: #F5F5FA;
	color: #19495C;
	font-size: 12px;
	min-width: 80px;
	text-align: center;
	font-weight: 700;
	transition: all 0.3s ease;
}
ul.similar-arts-list li a:hover{
	background: var(--color-orange);
	color: var(--color-white);
	transition: all 0.3s ease;
}
.others-profile-main .others-profile-right ul.connected-sortable li.draggable-item .know-more-trending{
	color: var(--color-orange);
	padding: 0px 0px 0px 20px;
}
.like-replay{
	padding: 7px 0px;
	font-size: 13px;
	line-height: 12px;
	color: var(--color-gray);
}
.like-replay a{
	font-size: 13px;
	display: inline-block;
	padding: 0px 5px;
	color: var(--color-black);
}
.like-replay a i{
	color: var(--color-gray);
	margin-left: 3px;
}
.like-replay a:hover, .like-replay a:hover i{
	color: var(--color-orange);
}

.modal{
	z-index: 9999;
}

#knowmore h5{
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.modal-header{
	display: block;
	border:none;
}

.others-profile-popup ul.profile-counter li{
    width: 29%;
    margin: 2%;
    border-radius: 5px;
}

.profile_description ul.profile-counter li{
	width: 46%;
	margin: 2% 4% 2% 0;
    border-radius: 5px;
}

.nav-pills{
	background: #F5F5FA;
	padding-left: 20px;
}

.nav-pills li a{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #19495C;
	padding: 15px;
	white-space: nowrap;
}

.nav-pills li a::after{
	content: '';
    border: 1px solid #f5f5fa;
    height: 2px;
    width: 98%;
    position: relative;
    bottom: -14px;
    display: block;
}
.modal-footer{
	border:none;
}

.nav-pills li a.active::after, .nav-pills li a:hover .nav-pills li a::after{
	border: 1px solid #F68C1E;
}

.nav-pills li a:hover, .nav-pills li a.active{
	color: #F68C1E !important;
	background: none !important;
}

a.btn-select, .btn-select {
    background: var(--button-gradient);
    border-radius: 30px;
    color: var(--color-white);
    transition: all 0.3s ease;
}

.btn-padding-10{
    padding: 10px 20px !important;
}

.modal-backdrop{
	z-index: 9998;
}

.icons-30{
	width: 30px;
}

.d-icons{
	font-size: 14px;
}

.d-icons a{
	color: var(--color-black);
}

.follow-btn{
    border-radius: 7px;
    background: #F5F5FA;
    color: #19495C;
    font-size: 12px;
    min-width: 80px;
    text-align: center;
    font-weight: 700;
    transition: all 0.3s ease;
    margin:0 auto;
    padding:5px 10px;
}

.follow-btn:hover{
    background: var(--color-orange);
    color: var(--color-white);
    transition: all 0.3s ease;
}

@media(max-width: 1300px){	
	.others-profile-main .others-profile-center{
		width: calc(100% - 550px);
		padding: 90px 20px 50px 20px;
	}
	.others-profile-main .others-profile-right{
		width: 300px;
	}
}

@media(max-width: 700px){	
	.d-xs-block{
		display: block !important;
	}

	.d-xs-block .d-icons{
		float: left;
		margin-right: 10px;
		margin-bottom: 15px;
	}	
}



/********************* Profile *******************/

.ft-30{
	font-size: 30px !important;
}

.profile-header{
	padding-top: 100px;
}
.profile-card{
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}

.profilebg{
	background-image: url(../images/profilebg.png);
	background-repeat: no-repeat;
  	background-size: cover;
  	min-height: 220px;
  	border-radius: 10px 10px 0 0;
  	position: relative;
  	background-position: center;
}

.profile_description{
	position: relative;
	z-index: 3;
}

.profile_description h3{
	font-weight: 600;
	font-size: 24px;
	padding-top: 20px;
	line-height: 29px;	
	text-align: center;
	text-transform: capitalize;
	color: #000000;
}

.profile_description p{
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	text-transform: capitalize;
	color: #000000;
	margin-bottom: 5px;
	opacity: 0.8;
}

.profile_description span a{
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: var(--color-orange);
}

/*.share-buttons{
	width: 270px;
	margin: 0 auto
}*/

.share-buttons a.ellipsis-icon{
	position: absolute;
	right: 0px;
	top: 0px;
	color: var(--color-gray);
}
.share-buttons .share-btn{
	color: #8083A3;
	font-size: 11px;
	padding: 5px;
	text-align: center;
	float: left;
}
.share-buttons .share-btn a{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #E4E6EA;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #8083A3;
	margin-bottom: 5px;
	transition: all 0.3s ease;
}
.share-buttons .share-btn a:hover{
	color: var(--color-white);
	background: var(--color-orange);
	transition: all 0.3s ease;
}
.share-buttons .share-btn a img{
	position: relative;
	left: inherit;
	top: inherit;
	width: auto;
	height: auto;
	border-radius: 0px;
	transition: all 0.3s ease;
}
.share-buttons .share-btn a:hover img{
	filter: brightness(0) invert(1);
	transition: all 0.3s ease;
}

.artist-btn{
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 2;
}

/*.online-status{
	position: absolute;
	top: 80px;
	left: 15px;
}*/

.online-status span{
	border: 1px solid #1CBF73;
    border-radius: 5px;
    padding: 10px 13px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #1CBF73;
    display: inline-block;
}

.online-status img{
	max-height: 40px;
	padding: 0 5px;
	margin-top: -2px;
}

.dropdown_menu{
	position: absolute;
    top: 0px;
    right: 15px;
}

.villa_dropdown .dropdown-menu, .result_dropdown .dropdown-menu{
	right: 0px !important;
	top:40px !important;
	left: auto !important;
	transform: inherit !important;
	/*transition: all 0.3s ease;*/
	border-radius: 8px;/*
	-webkit-animation: scale-up-ver-bottom 0.1s ease-in both;
	animation: scale-up-ver-bottom 0.1s ease-in both;*/
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
	min-width: auto;
	box-shadow: var(--kt-menu-dropdown-box-shadow);
	padding: 10px;
}

/*.villa_dropdown .dropdown-menu{
	right: 0px !important;
	top:50px !important;
	left: auto !important;
	transform: inherit !important;
	transition: all 0.3s ease;
	border-radius: 8px;
	-webkit-animation: scale-up-ver-bottom 0.1s ease-in both;
	animation: scale-up-ver-bottom 0.1s ease-in both;
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
	min-width: auto;
	box-shadow: var(--kt-menu-dropdown-box-shadow);
	padding: 10px;
	position: absolute;
}*/

#mysocial p{
	color: #757676;
}

.description-card h6{
	font-weight: 600;
	font-size: 16px;
	color: #191A1A;
}

.description-card p{
	color: #757676;
	font-size: 14px;
	line-height: 19px;
	padding-top: 5px;
}

.divider{
	border-bottom: 1px solid #E8E8E8;
	margin: 20px 0px;
	clear: both;
}

.indusry_txt{
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #19495C;
}

.indusry_txt a{
	color: #19495C;	
}

.indusry_txt a:hover{
	color: var(--color-orange);	
}

.skills-list li{
	font-weight: 500;
	font-size: 14px;
	color: #757676;
	padding:4px 8px;
	border: 1px solid #E8E8E8;
	border-radius: 8px;
	list-style: none;
	float: left;
	margin: 0 7px 7px 0;
}

section.profile-view .profile-card{
	background: var(--color-white);
	padding: 20px;
	box-shadow: 0px 7px 7px rgba(0,0,0,0.07);
	position: relative;
	margin-bottom: 30px;
	border-radius: 10px;
	min-height: 400px;
}
section.profile-view .profile-card .profile-status.online{
	color: #1CBF73;
	border: 1px solid #1CBF73;
	padding: 2px 7px;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 500;
	position: absolute;
	right: 20px;
	top: 20px;
}
section.profile-view .profile-card img.profile-image{
	width: 120px;
	height: 120px;
	margin-bottom: 20px;
	border-radius: 50%;
}
h3.profile-name{
	font-size: 20px;
	font-weight: 600;
	color: var(--color-black);
}
h6.profile-industry{
	font-size: 16px;
	font-weight: 400;
	color: var(--color-gray);
}

.btn-orange-outline{
  border-radius: 7px;
  padding: 7px 20px;
  font-size: 16px;
  display: block;
  border: solid 1px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #f58b1f, #ee3c23);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
  transition: all 0.3s ease;
}
.btn-orange-outline:hover{
	color: var(--color-white);
	box-shadow: 2px 0px 1px rgba(255,255,255,0) inset;
	transition: all 0.3s ease;
}
ul.profile-from li{
	display: flex;
	align-items:center;
	justify-content: space-between;
	text-align: left;
	padding: 5px 0px 5px 30px;
	position: relative;
	color: var(--color-gray);
	font-size: 14px;
	font-weight: 500;
}
ul.profile-from li img{
	position: absolute;
	left: 0px;
	top: 7px;
}
ul.profile-from li span{
	color: var(--color-black);
}

.morevides{
	background: #FFF;
	border-radius: 10px;
	padding: 0;
	border: 1px solid #EFEFF0;
}

.morevides h3{
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 23px;
	color: #000000;
	margin-bottom: 5px;
}

.edit_icons{
	width: 40px;
	height: 40px;
	background: rgba(245, 139, 31, 0.1);
	border-radius: 100px;
	position: absolute;
	right: 15px;
	top: 15px;
	padding: 5px 0;
	text-align: center;
}

.morevides p{
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 0px;
	color: #000000;
}

.morevides ul.recent-followers {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    padding: 0 15px 15px 15px;
}

.morevides ul.recent-followers li {
    width: 32px;
    height: 32px;
    margin-right: -7px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid var(--color-white);
}

.morevides ul.recent-followers li img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.morevides ul.recent-followers li:first-child {
    font-size: 13px;
    color: var(--color-white);
    background: #3E7EFF;
    padding-top: 7px;
    text-align: center;
}

#villa-tab li a:link{
    white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.message_box{
	border: 1px solid #d9d9d9 !important;
	min-height: 100px !important;
	width: 100% !important;
	font-size: 14px !important;
	font-weight: normal !important;
}

.availability_project{
	padding: 0 15px;
	text-align: left;
}

.availability_project p{
	text-align: left;
	font-size: 14px;
	font-weight: 600;
	color:#101010 !important;
	opacity: 1;
	line-height: 26px;
}

.availability_project span{
	color: var(--color-orange);
}

.profile_box{
	position: relative;
	top: -66px;
}
.artiest_property{
	min-width: 120px;
	font-weight: 500;
	color: #19495C;
	display: inline-block;
}

.icon-right{
	position: absolute;
	right: 0px;
	top: 10px;
}

table, table thead tr th, table tbody tr td{
	padding: 6px 8px;
	border-color: #ccc;
}

.profile_logo_round{
	width: 130px;
	height: 130px;
	margin: 0 auto;
}

.profile_logo_round .con_status_acive, .profile_logo_round .con_status_inacive {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #FFF;
    background: #1dd217;
    position: absolute;
    top: 2px;
    right: 29px;
}

.con_status_inacive{
	background: #b0bacb;
}

.profile-card ul.recent-followers{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: row-reverse;
}
.profile-card ul.recent-followers li{
	width: 32px;
	height: 32px;
	margin-right: -7px;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid var(--color-white);
}
.profile-card ul.recent-followers li:first-child{	
	font-size: 13px;
	color: var(--color-white);
	background: #3E7EFF;
	padding-top: 7px;
	text-align: center;
}
.profile-card ul.recent-followers li img{
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.qrcode{
	width: 100px;
	opacity: 0.7;
}

.cast_crow{
	float: left;
	padding-right: 20px;
}

.cast_crow_text h3{
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	padding: 9px 0 7px 0;
	line-height: 21px;
	color: #171721;
    margin-bottom: 0px;
}

.cast_crow_text p{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #242424;
	padding-top: 0px !important;
	margin-bottom: 0px;
}

.cast_crow img{
	width: 68px;
	height: 68px;
}

.storename p.text-colur {
    color: #f68c1e !important;
}

.text-blue{
	color: #19495C;
}

.m-frd-name{
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  color: #101010 !important;
}

.myactivititab{
	padding: 0px 20px 20px 46px;
	box-shadow: none;
}

.myactivititab img.user-image{
	top: 0px;
	left: 0px;
}

.d-inine-block{
	display: inline-block;
}

.edit_icons .d-inine-block{
	display: inline-block !important;
}

.box-showdow-none{
	box-shadow: none !important;
}

/********** movie review ***********/

.moviebg{
	background-image: url(../images/vikrambg.jpg);
	background-repeat: no-repeat;
  	background-size: cover;
  	min-height: 420px;
  	border-radius: 10px 10px 0 0;
  	position: relative;
  	background-position: center;
}

.share-buttons-short{
	width: 135px;
}

.page-head h5{
	font-weight: 600;
	font-size: 17px;
}

.border-white{
	border:5px solid #FFFFFF;
}

.profile-theme-2 .leftmenu_open{
    display:none !important;
}

/******** Auditions ************/
    
    .auditions{
      padding-top:10px;
      padding-bottom:10px;
      padding-left:0px;
      padding-right:0px;
    }
        
    .auditions_img{
        width: 70px;
        height: 70px;
        border-radius: 50%;
        float: left;
    }
    
    .auditions_img img{
        width: 70px;
        height: 70px;
        border-radius: 50%;
    }
    
    .auditions_text{
        width: calc(100% - 70px);
        float: left;
        padding-left: 20px;
    }
    
    .auditions_text h3, .auditions_text h3 a{
        font-size: 15px;
        font-weight: 600;
        line-height: 21px;
        color:#101010;
        margin-bottom: 0;
    }   
    
    .auditions_text p{
        color: #757676;
        font-size: 14px;
        line-height: 20px;
        padding-top: 5px;
    }
    
    
    

@media (max-width: 1200px){

	.others-profile-left1{
		display: block;
	}
}

@media (min-width: 1200px){

	.others-profile-left1{
		display: block;
	}
	.profile-theme-2 .leftmenu_open{
        display:none !important;
    }

}

@media only screen and (max-width: 1100px) and (min-width: 990px){
    .profile-view #mySidenav{
        display:block;
    }
    
    .profile-theme-2 .leftmenu_open{
        display:none;
    }
    
    .megamenu .container {
        display: block;
    }
}


@media (max-width: 990px){
	.others-profile-right, .search-results-left, .others-profile-left1 {
	    display: none ;
	    width: auto;
	}

	.width-990{
		width: 100%;
	    flex: 100%;
	    max-width: 100%;
	}
	/*.others-profile-left1{
		display: block !important;
	}*/
}

@media (max-width: 767px){
	.artist-btn {
	    position: absolute;
	    right: 0;
	   /*  
	     bottom: 80px;
	    left: 0;*/
	    text-align: center;
	    margin: 0 auto;
	    z-index: 2;
	}
}


@media (max-width: 407px){
	section.profile-view .profile-card{
		padding: 10px;
	}
}


/********************* Moview Preview *******************/

.movie-preview-main{
	padding: 90px 20px 0px 40px;
	width: calc(100% - 250px);
    margin-left: 250px;
}

.watchsongs{
	position: absolute;
	right: 20px;
	top: 10px;
	line-height: 20px;
}

.watchsongs img{
	margin-top: -2px;
}

.preview-title h5{
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 21px;
	color: #242424;
	margin-bottom: 10px;
}

.artizt-details{
	clear: both;
}

.artizt-details img{
	float: left;
}

.artizt-details p{
	float: left;
    padding-left: 14px;
    padding-top: 3px;
}

.photoslist img{
	height: 127px;
}

.normarl-h3{
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 33px;
	color: #191A1A;
}

.cast_crow{
	float: left;
	padding-right: 20px;
}

.cast_crow_text h3{
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	padding: 9px 0 7px 0;
	line-height: 21px;
	color: #171721;
    margin-bottom: 0px;
}

.cast_crow_text p{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #242424;
	padding-top: 0px !important;
	margin-bottom: 0px;
}

.cast_crow img{
	width: 68px;
	height: 68px;
}

.morevides{
	background: #FFF;
	border-radius: 10px;
	padding: 0;
	box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
}

.homepage .morevides{
    box-shadow:none;
}

.morevides h3{
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 23px;
	color: #000000;
	padding: 15px;
	margin-bottom: 0px;
}

.morevides ul.recent-followers {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    padding: 0 15px 15px 15px;
}

.morevides ul.recent-followers li {
    width: 32px;
    height: 32px;
    margin-right: -7px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid var(--color-white);
}

.morevides ul.recent-followers li img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.morevides ul.recent-followers li:first-child {
    font-size: 13px;
    color: var(--color-white);
    background: #3E7EFF;
    padding-top: 7px;
    text-align: center;
}

/*********** Events Page ********/

.events_date{
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
	color: #F68C1E;
	padding: 0 26px 0 0;
	display: inline-block;
}

.envent_in{
	background: #F4F4F4;
	border-radius: 4px;
	padding: 2px 8px;
	color: #747575;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
}

.envent_in img{
	padding-right: 5px;
	margin-top: -2px;
}

.events_head h3{
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height:48px;
	color: #091A1A;
	margin-bottom: 0px;
	padding-top: 10px;
}

.hearticon{
	width: 56px;
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.hearticon:hover{
	background: var(--button-gradient);
}

.hearticon img{
	padding-top: 15px;
	filter: brightness(0) invert(0);
    transition: all 0.5s ease;
    opacity: 0.8;
}

.hearticon:hover img {
    filter: none;
    transition: all 0.5s ease;
    opacity: 1;
    color: var(--color-white);
}

.minwidth-150{
	min-width: 150px;
}

.eventsregister{
	padding: 13px 20px;
    height: 55px;
    margin-top: 12px;
}

.eventdet_sec{
	clear: both;
	overflow: hidden;
}

.events_sece2 h3{
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	color: #191A1A;
}

.eventdet_sec .icons1{
	float: left;
    width: 32px;
    text-align: center;
    display: block;
}

.event_sehdule{
	font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    padding-left: 25px;
    display: block;
    float: left;
}

.events_desc h3{
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	color: #191A1A;
	padding-top: 30px;
}

.events_desc p{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #011C40;
	padding-top: 10px;
}

.text-black{
	color: #191A1A !important;
}

.speakers{
	padding: 20px;
	background: #FFF;
	border-radius: 10px;
}

.speakers img{
	width: 80px !important;
	margin: 0 auto;
}

.speakers h4{
	margin: 0;
	padding: 10px 0 8px 0;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #242424;
}

.speakers p{
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #011C40;
}

.relatedevents{
	background: #FFF;
	border-radius: 10px;
}

.heartic{
	position: relative;
}

.hearticon2{
	position: absolute;
    right: 10px;
    top: -20px;
    z-index: 3;
    width: 35px;
    height: 35px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 0px;
}

.hearticon2:hover {
    background: var(--color-orange);
    color: var(--color-white);
    border-color: var(--color-orange);
}

.hearticon2:hover img {
    filter: none;
    transition: all 0.5s ease;
    opacity: 1;
    color: var(--color-white);
}

.hearticon2 img{
	padding-top: 9px;
    width: 18px !important;
    margin: 0 auto;
    filter: brightness(0) invert(0);
    transition: all 0.5s ease;
    opacity: 0.8;
}

.relatedevents_desc{
	padding: 16px;
}

.relatedevents_desc span{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 20px;
	padding-top: 10px;
	color: #F95834;
	text-transform: uppercase;
	display: block;
}

.relatedevents_desc h4{
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 24px;
	color: #000000;
}

.relatedevents_desc p{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

/************** ******************/

.btn-grey{
    background-color:#D8D8D8;
	color:#262626;
}
.btn-warning {
    color: #fefeff;
    background-color: #ffc107;
    border-color: #ffc107;
}
.rating-block{
	background-color:#FAFAFA;
	border:1px solid #EFEFEF;
	padding:15px 15px 20px 15px;
	border-radius:3px;
}
.bold{
	font-weight:700;
}
.padding-bottom-7{
	padding-bottom:7px;
}

.review-block{
	/*background-color:#FAFAFA;
	border:1px solid #EFEFEF;*/
	padding:15px;
	box-shadow: none !important;
	/*border-radius:10px;
	margin-bottom:15px;*/
}
.review-block-name{
	font-size:12px;
	margin:10px 0;
}
.review-block-date{
	font-size:12px;
}
.review-block-rate{
	font-size:13px;
	margin-bottom:15px;
}
.review-block-title{
	font-size:15px;
	font-weight:700;
	margin-bottom:0px;
}
.review-block-description{
	font-size:13px;
}

.review-block img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.border-none{
    border:none !important;
}

 .btn-header-link:after {
    content: "\f068";
    font-family: FontAwesome;
    font-size: 10px;
    font-weight: normal;
    float: right;
    padding-top: 5px;
}

.btn-header-link.collapsed:after {
    content: "\f067";
    font-family: FontAwesome;
    font-size: 10px;
    font-weight: normal;
    float: right;
}

.star-selected{
    color:var(--color-orange);
}

/*.review-block{
    min-width:300px;
}*/

.review_accordion .card-header{
    background:none !important;
}

.border-1{
    border: 1px solid #d9d9d9 !important;
}

.discussions_heading{
    font-size: 24px;
    font-weight: 400;
    margin-left:-50px;
}

.cratenew{
	background: #f6f6f6;
	border:1px solid #d6d6d6;
	border-radius: 10px;
	min-height: 140px;
	padding: 15px;
}

.cratenew .create_new_group{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	color: #FFF;
	/*background: rgb(40,159,206);
	background: linear-gradient(90deg, rgba(40,159,206,1) 0%, rgba(9,9,121,1) 50%, rgba(26,76,96,1) 100%);*/
	background: var(--button-gradient);
	font-size: 36px;
	font-weight: 600;
	line-height: 45px;
	display: inline-block;
	box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
}

.cratenew .text_align{
	position: absolute;
	top: 9%;
	bottom:0;
	left: 0;
	right: 0;
	padding: 15px;
	text-align: center;
}

.cratenew .create_group{
	font-weight: 600 !important;
    color: #2f2f2f !important;
    line-height: 16px;
    display: block;
    line-height: 18px;
    margin-top: 10px;
}

.cratenew .network_groups{
	position: relative;
    min-height: 160px;
}

.cratenew .network_groups::before {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.7;
    left: 0;
    border-radius: 10px;
}

.tooltip-inner {
    background-color: #000;
}
.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #000 !important;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-right-color: #000 !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-right-color: #000 !important;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-right-color: #000 !important;
}

@media (max-width:900px) {
	.photoslist img {
	    height: auto;
	    border-radius: 15px;
	}
}

@media (max-width:763px) {
	.morevides img{
		width: 100% !important;
	}
	
	/*.review-block{
	    min-width:auto;
	}*/
	
	.cast_crow{
	    padding-right:10px;
	}
	
	#villa-tabContent h3{
	  font-size: 15px;
	}
	
	.sm-pad-bot-0{
	    padding-bottom:0px !important;
	}
	
	.profile_description ul.profile-counter{
	    clear:both !important;
	}
}

@media (max-width:450px) {
    .sm-pull-left{
	    float:left !important;
	    clear: both !important;
	}
}


/********************* Villa *******************/

.villabanner{
	position: relative;
	min-height: 300px;
}

.villa_dropdown {
    position: absolute;
    top: -10px;
    right: 10px;
}

.dropdown-dots{
	font-size: 35px;
    color: #e4e6ea;
}

.dropdown-dots:hover{
	color: var(--color-orange);
}

.villa_details{
	position: absolute;
	bottom: 10px;
	left: 15px;
	right: 15px;
	width: calc(100% -30px);
}

.client-logo{
	width: 102px;
	border-radius: 50%;
}

.client-logo img{
	border-radius: 50%;
}

.villa_name{
	padding: 10px;
	width: calc(100% - 102px)
}

.villa_name h3{
	font-size: 24px;
	font-weight: 700;
	color: #FFF;
	line-height: 28px;
}

.villa_name p{
	font-size: 12px;
	margin-bottom: 0px;
	color: #FFF;
}



.minwidth-120{
	min-width: 120px;
}

.villa-hearticon{
	background: #FFF;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    top: -6px;
    left: 3px;
}

.villa-hearticon:hover{
	background: var(--color-orange);
    color: var(--color-white);
}

.villa-hearticon img{
	padding-top: 11px;
	width: 22px;
	filter: brightness(0) invert(0);
    transition: all 0.5s ease;
    opacity: 0.8;
}

.villa-hearticon:hover img {
    filter: none;
    transition: all 0.5s ease;
    opacity: 1;
    color: var(--color-white);
}

.villa-hearticon:hover{
    background: var(--color-orange);
    color: var(--color-white);
    border-color: var(--color-orange);
}

.vila-card{
	box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    position: relative;
    border-radius: 10px;
    margin-bottom: 30px;
    background: #FFF;
}

#villa-tab{
	border-bottom: 1px solid #eff0f1;
	padding-left: 15px;
	padding-right: 15px;
	background: none;
}

#villa-tab li a:link{
	font-size: 16px;
	color: #19495c;
	border-bottom: none;
}

#villa-tab li a.active::after{
	display: block;
	height: 2px;
	bottom: -16px;
	background: #F68C1E;
}

#villa-tab li a::after{
	height: 0;
	border-bottom: none;
	display: none;
}

#villa-tabContent h3{
	font-size: 18px;
	font-weight: 700;
	color: #000000;
}

#villa-tabContent p{
	font-size: 14px;
	color: #242424;
	line-height: 20px;
}

.facilities_clm{
	border: 1px solid #c4c4c4;
	text-align: center;
	border-radius: 10px;
	padding:30px 10px;
}

.facilities_clm p{
	font-size: 14px;
	color: #000000;
	margin-bottom: 0px;
	padding-top: 10px;
}

.testimonial-slide{
	background: #f9f9f9 !important;
	border-radius: 10px;
	border: 1px solid #e7e7e7;
	padding: 30px;
	/*max-width: 635px;
	width: 100%;*/
}

.testimonial-slide h4{
	font-size: 24px;
	font-weight: 600;
	color: #000000;
	padding-bottom: 25px;
}

.testimonial-slide h5{
	font-size: 14px;
	font-weight: 600;
}

.testimonial-slide h5 span{
	color: #ff9024;
}

.testimonial-slide p{
	font-size: 14px;
	line-height: 22px !important;
}

.testimonial-scroll .slick-prev, .testimonial-scroll .slick-next{
	top: -30px;
}

.testimonial-scroll .slick-prev:before, .testimonial-scroll .slick-next:before{
	font-size: 6px;
	opacity: 1;
	color: #a5a3a3;
}

.testimonial-scroll .slick-prev {
    right: 35px;
    left: inherit;
    background-image: url(../images/prev.png);
	background-repeat: no-repeat;
}

.testimonial-scroll .slick-next {
    right: 10px;
    background-image: url(../images/next.png);
	background-repeat: no-repeat;
}

.m-booked-properties{
	padding: 20px 10px 10px 10px;
	min-height: 120px;
}

/*.m-booked-properties img{
	max-width: 45px;
	width: 45px;
	float: left;
}*/


.logo_round{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	float: left;
	text-align: center;
}

.logo_round img{
	width: 100%;
	height: 100%;
    border-radius: 50%
}

.m-booked-properties h3, .m-events-propertise h3{
	font-size: 16px;
	font-weight: 700;
	color: #191a1a;
	padding-left: 50px;
	line-height: 22px;
}

.m-booked-properties p, .m-events-propertise p{
	font-size: 12px;
	padding-left: 50px;
	line-height: 16px;
	margin-bottom: 0px;
}

.reeview-star{
	display: block;
	padding-bottom: 10px;
	overflow: auto;
}

.reeview-star li{
	list-style: none;
	float: right;
	padding: 1px;
}

.reeview-star li img{
	width: 13px;
	max-width: 13px;
}

.reviews_no{
	font-size: 12px;
	color: #8083a3;
	padding-left: 0px !important;
	padding-right: 2px;
}

.m-events-propertise{
	padding: 20px;
	min-height: 170px;
}

.m-events-propertise h3, .m-events-propertise p{
	padding-left: 0;
}

.m-events-propertise p{
	padding-bottom: 8px;
}

.vila-card-right iframe{
	border-radius: 10px 10px 0 0;
}

.landmarks h3{
	font-size: 16px;
	font-weight: 600;
	color: #191a1a;
}

.landmarks p{
	font-size: 12px;
	color: #191a1a;
	padding: 3px 0px;
	margin-bottom: 0px;
	font-weight: 600;
}

.landmarks p span{
	color: #8083a3;
	text-align: right;
}

.villabooknow{
	padding: 6px 20px;
    height: 38px;
    margin-top: 2px;
}

.slick-slide {
    margin: 0 10px;
    background: #FFF;
    border-radius: 10px;
    margin: 0 10px 10px 10px;
    background: #FFF;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
}

.slick-slide img{
	border-radius: 10px 10px 0 0;	
}


.similar-indus-head h4{
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #19495C;
	float: left;
}

.viweall{
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	float: right;
	color: var(--color-orange);
}

.border-radius-0{
	border-radius: 0px !important;
	box-shadow: none !important; 
}

.call-to-act{
	border-radius: 15px;
	background-image: url(../images/calltoaction_img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 265px;
}

.cal2-act{
	position: absolute;
	bottom: 20px;
	padding: 0 15px;
	width: 100%;
}

.suitable_text{
	position: relative;
}


.suitable_text h4{
	position: absolute;
	bottom: 0px;
	left: 0;
	right:0;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-bottom: 0;
	z-index: 24;
}

.suitable_text::after{
	content: "";
	-webkit-box-shadow: inset 22px -86px 62px -20px rgba(0,0,0,0.35);
	-moz-box-shadow: inset 22px -86px 62px -20px rgba(0,0,0,0.35);
	box-shadow: inset 22px -86px 62px -20px rgba(0,0,0,0.35);
	position: absolute;bottom: 20px;
	width: 100%;
	border-radius: 15px;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.suitable-scroll .slick-prev:before, .suitable-scroll .slick-next:before{
	display: none;
}

.suitable-scroll .slick-prev{
	background: url(../images/prev-arowe.png) no-repeat;
	width: 49px;
	height: 51px;
    left: -15px;
    z-index: 99;
    top: 40%;
}

.suitable-scroll .slick-next{
	background: url(../images/next-arrowe.png) no-repeat;
	width: 49px;
	height: 51px;
	right: -15px;
	z-index: 99;
	top: 40%;
}

@media (max-width: 1100px){
.others-profile-left, .others-profile-main:before {
    width: 0px;
    display: none;
}
.others-profile-main .others-profile-center{
	    width: 100%;
    margin-left: 0px;
    padding: 90px 15px 50px 15px;
}

.bannerimage{
	display: none;
}

.villabanner{
	background-image: url(../images/villa-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 300px;
	border-radius: 15px;
}

.relateimg{
		width: 100% !important;
	}

}

@-webkit-keyframes scale-up-center{0%{-webkit-transform:scale(.5);transform:scale(.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-up-center{0%{-webkit-transform:scale(.5);transform:scale(.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}
/*@-webkit-keyframes scale-up-ver-bottom{0%{-webkit-transform:scaleY(.4);transform:scaleY(.4);-webkit-transform-origin:0 100%;transform-origin:0 100%}100%{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:0 100%;transform-origin:0 100%}}@keyframes scale-up-ver-bottom{0%{-webkit-transform:scaleY(.4);transform:scaleY(.4);-webkit-transform-origin:0 100%;transform-origin:0 100%}100%{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:0 100%;transform-origin:0 100%}}*/
@-webkit-keyframes scale-up-ver-bottom{0%{-webkit-transform:scaleY(.4);transform:scaleY(.4);-webkit-transform-origin:0 100%;transform-origin:0 100%}100%{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:0 100%;transform-origin:0 100%}}@keyframes scale-up-ver-bottom{0%{-webkit-transform:scaleY(.4);transform:scaleY(.4);-webkit-transform-origin:0 100%;transform-origin:0 100%}100%{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:0 100%;transform-origin:0 100%}}


@media (max-width: 990px){
	.client-logo{
		width: 80px;
	}
}

.testimonial-scroll .slick-next:before, .testimonial-scroll .slick-prev:before {
    content: "" !important;
}

/********************* Workspeace *******************/


.card{
	box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    position: relative;
    border-radius: 10px;
    margin-bottom: 30px;
    background: #FFF;
}
.worksace{
	background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
}

.worksace img{
	border-radius: 10px 10px 0 0;
}

.worksace_propetise {
    padding: 20px 10px 10px 10px;
    min-height: 160px;
}

.worksace_propetise img {
    max-width: 45px;
    width: 45px;
    float: left;
}

.worksace_propetise h3{
    font-size: 16px;
    font-weight: 700;
    color: #191a1a;
    padding-left: 55px;
    line-height: 22px;
}

.worksace_propetise p{
	color: #191a1a;
	padding-left: 55px;
    line-height: 16px;
    margin-bottom: 0px;
}

.work-followers{
	float: left;
	padding-top: 10px;
	padding-left: 55px;
	box-shadow: none;
}

.academy .work-followers, .clubproperties .work-followers, .worksace_propetise .work-followers, .villa_events .morevides, .left-join .morevides, .projects_row .morevides{
    border:none;
}

.total_review img{
	width: 12px;
	height: 12px;
	display: inline-block;
	padding-right: 2px;
	margin-top: 2px;
}

.total_review{
	color: #5b5b5b;
	font-size: 14px;
	float: right;	
	padding-top: 18px;
}

.total_review u{
	color: #8083a3;
	font-size: 12px;	
	
}

.total_review p{
	padding-left: 0px;
}

/******** Academy ********/

.artizt_club{
	padding-top: 10px;
}

.artizt_club p{
	color: #8083a3;
	font-size: 12px;
}

.academy{
	min-height: 350px;
}

.tag_art{
	background: #e5e1dd;
	border: 1px solid #e5e1dd;
	border-radius: 20px;
	color: #8083a3;
	font-size: 14px;
	display: inline-block;
	padding: 2px 10px;
	font-weight: 600;
	position: absolute;
	top: 10px;
	left: 25px;
}

/******** ********/

.club_faciltes{
	padding: 10px 0;
	overflow: hidden;
    min-height: 80px;
}

.club_faciltes ul{
	margin: 0;
	padding: 0;
}

.club_faciltes ul li{
	list-style: none;
	float: left;
	font-size: 13px;
	color: #787878;
	padding: 5px 10px 5px 0px;
}

.club_faciltes ul li img{
	width: auto;
	height: 18px !important;
	padding-right: 3px;
}

.clubproperties{
	min-height: 220px;
}

.ad-scroll .slick-dots{
	bottom: 16px;
}

.ad-scroll .slick-dots li{
	width: 15px;
	height: 15px;
}

.ad-scroll .slick-dots li button:before{
	font-size: 15px;
}

.ad-scroll .slick-dots li button:before{
	opacity: .50;
}

.ad-scroll .slick-dots li.slick-active button:before {
    opacity: .90;
    color: white;
}

.p-relative{
	position: relative;
}

.calender_txt{
	height: 220px;
	overflow: auto;
}

.calender_outer{
	list-style: none;
    padding: 0px 0px 15px 0px;
    background: var(--color-white);
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    margin-top: 20px;
}

.widget-header {
    font-size: 16px;
    padding: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-weight: 700;
    color: var(--color-black);
    display: flex;
    align-items: center;
    position: relative;
    cursor: move;
}

.widget-header h5{
	margin-bottom: 0px;
}

.full-width-box{
	min-height: auto;
}

.calendar_events_details{
	padding: 10px 15px;
}

.calendar_events_details p{
	margin-bottom: 0px;
	font-weight: 500;
	color: #666666;
}

.calendar_events_details h3{
	margin-bottom: 0px;
	font-weight: 600;
	color: #333333;
	font-size: 14px;
}

.calender_outer .widget-header{
	cursor: default;
}

.calender_outer .widget-header h5{
	font-size: 16px !important;
	color: #171721 !important;
}

.addnotes{
	font-weight: 500;
	padding-top: 5px;
}

.notes_text p{
	font-size: 14px;
	margin-bottom: 0px;
	float: left;
	padding-top: 2px;
	width: calc(100% - 90px);
}

.notes_text span{
	background: #eff0f1;
	padding: 5px 0;
	width: 65px;
	text-align: center;
	font-size: 12px;
	color: #8083a3;
	border-radius: 30px;
	margin: 0 5px;
	float: left;
}

.notes_text .fa{
	font-size: 16px;
	color: #ee4123;
	float: left;
	padding-top: 5px;
}

/********* notification **********/

.notifications-center {
    width: calc(100% - 250px);
    padding: 100px 30px 20px 30px;
    margin-left: 250px;
}

.notifications_card{
	background: var(--color-white);
    padding: 30px;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    position: relative;
    border-radius: 7px;
    margin-bottom: 30px;
}

.notifications_logo{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	float: left;
}

.notifications_logo img{
	width: 70px;
	height: 70px;
}

.notifications_content{
	width: calc(100% - 200px);
	float: left;
	padding-left: 20px;
}

.notifications_content p{
	font-size: 14px;
	color: #191a1a;
	margin-bottom: 0px;
}

.notifications_time{
	font-size: 12px;
	color: #8083a3;
}

.notification_dropdown{
	float: right;
	width: 130px;
	text-align: right;
}

.notification_dropdown .dropdown-dots{
	font-size: 35px;
    color: #8488ae;
    margin: 0;
    padding: 0;
    line-height: 11px;
}

.notification_dropdown .dropdown-menu, .others-profile-right .notification_dropdown .dropdown-menu{
    right: 5px !important;
    top: 24px !important;
    left: auto !important;
    transform: inherit !important;
    border-radius: 8px;
    padding: 8px;
    will-change: transform;
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
	min-width: auto;
	box-shadow: var(--kt-menu-dropdown-box-shadow);
}

.notification_dropdown .dropdown-menu .dropdown-item:focus, .notification_dropdown .dropdown-menu .dropdown-item:hover {
    color: #ef4422 !important;
    text-decoration: none;
    background-color: #fff1e7 !important;
}

.btn-normal{
	border-radius: 30px;
    border: solid 1px transparent;
    color: var(--color-orange);
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #f58b1f, #ee3c23);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
    transition: all 0.3s ease;
}

.btn-normal:hover, .btn-normal:focus{
	background: var(--button-gradient) !important;
    border-radius: 30px;
    color: var(--color-white) !important;
    box-shadow: none !important;
    transition: all 0.3s ease;
}

/************* OS Page **************/

.os_card{
	/*box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);*/
    position: relative;
    border-radius: 10px;
    margin-bottom: 15px;
    background: #FFF;
    border: 1px solid rgba(0,0,0,0.1);
}

.os_card_head{
	padding: 10px 5px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	position: relative;
}

.os_card_head h4{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0px;
	padding-left: 10px;
	float: left;
}

.os_dropdown .dropdown-dots{
	color: #666666;
}

.others-profile-right .os_dropdown .dropdown-menu{
	top: 24px !important;
	right: -50px;
	left: auto !important;
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
	min-width: auto;
	box-shadow: var(--kt-menu-dropdown-box-shadow);
	padding:10px;
}

.os_dropdown .dropdown-menu .dropdown-item{
	padding:.35rem .5rem .45rem .5rem !important;
    border-radius:5px;
}

.os_dropdown{
	padding-top: 8px;
    padding-right: 10px;
    max-width: 100px;
}

.os_card_body{
	padding: 20px 5px;
	min-height: 410px;
	height: 410px;
	overflow: auto;
    position: relative;
}

/*.os_card_body::-webkit-scrollbar {
    width:2px;
}
.os_card_body::-webkit-scrollbar-track {
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius:5px;
}
.os_card_body::-webkit-scrollbar-thumb {
    border-radius:5px;
    -webkit-box-shadow: inset 0 0 6px red; 
}*/

.times_os{
	color: #ee3e23;
}

.times_os img{
	padding-right: 3px;
}

.os_time{
	display: inline-block;
	padding-right: 10px;
}

.os-dark{
	color: #333333;
}

.checkbox_left input + label {
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 2px solid #bcbcbc;
  border-radius: 2px;
  cursor: pointer;
  top: 3px;
  left: 10px;
}
.checkbox_left input:checked + label:after {
  	position: relative;
    top: -8px;
    left: -2px;
    content: '\2714';
    font-size: 10px;
    background: var(--button-gradient);
    color: #FFF;
    padding: 2px 4px 2px 5px;
    border-radius: 3px;
}

.checkbox_left{
	padding-left: 15px;
	width: calc(100% - 60px);
	float: left;
}

.checkbox_left p{
	font-size: 13px;
	color: #333333;
	font-weight: 500;
}

input[id="cb1"] {
  display: none;
}

.todo_priority{
	background: #eff0f1;
	border-radius: 20px;
	font-size: 12px;
	color: #8083a3;
	text-align: center;
	width: 60px;
	display: inline-block;
    padding: 5px 0;
}

.logo_round-40{
	width: 40px;
	height: 40px;
}

.notificationscard h5, .notificationscard p, .notificationscard span{
	padding-left: 45px;
}

.notificationscard h5{
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 600;
	color: #333;
}

.notificationscard p{
	color: #828282;
	font-size: 14px;
	margin-bottom: 0px;
}


.notificationscard span, .activity_list span{
	color: #ee3e23;
	font-size: 12px;
}

.activity_list ul li{
	list-style: none;
	padding-bottom: 25px;
}

.activity_list ul li:last-child{
	padding-bottom: 0px;
}

.activity_list ul li::before{
	content: "";
	width: 10px;
    height: 10px;
    background: var(--button-gradient);
    border-radius: 50%;
    position: absolute;
    z-index: 5;
}

.activity_list ul li::after{
	content: "";
	height: 100%;
    width: 1px;
    background: #e4e6e8;
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 2;
}


.activity_list p{
	font-size: 14px;
	color: #333;
}

.with-130{
	min-width: 130px;
}

.projects_titile_row h5{
	color: #8083a3;
	font-size: 14px;
}

.projects_details p, .completed_per{
	font-size: 13px;
	color: #828282;
}

.projects_details a:link{
	color: #ee3e23;
}

.project-bar{
	height: 8px;
    background: #f5f5fa;
    border: 1px solid #f5f5fa;
    border-radius: 10px;
    display: block;
    position: relative;
    width: 100%;
}

.completed-0:before {
    content: "";
    width: 1%;
    height: 8px;
    border-radius: 10px;
    background: var(--button-gradient);
    border: 1px solid #F68C1E;
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
}

.completed-25:before {
    content: "";
    width: 25%;
    height: 8px;
    border-radius: 10px;
    background: var(--button-gradient);
    border: 1px solid #F68C1E;
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
}

.completed-50:before {
    content: "";
    width: 50%;
    height: 8px;
    border-radius: 10px;
    background: var(--button-gradient);
    border: 1px solid #F68C1E;
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
}

.completed-75:before {
    content: "";
    width: 75%;
    height: 8px;
    border-radius: 10px;
    background: var(--button-gradient);
    border: 1px solid #F68C1E;
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
}

.completed-100:before {
    content: "";
    width: 100%;
    height: 8px;
    border-radius: 10px;
    background: var(--button-gradient);
    border: 1px solid #F68C1E;
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
}

.online_status{
	font-size: 40px;
	color: #34c38f;
	position: relative;
	top: -15px;
}

.user_chattitle ul li{
	list-style: none;
	float: left;
	padding: 3px 10px;
}

.user_chattitle ul li:last-child{
	padding-right: 0px;
}

.user_chattitle .fa{
	color: #8285a4;
}

.with-auto{
	width: auto !important;
}

.title_txt{
	color: #8083a3;
}

.line-height-8{
	line-height: 8px !important;
}

.comments_txt{
	background: #f5f5fa;
	padding: 15px;
	border-radius: 10px;
	float: left;
	width: 85%;
}

.comments_action{
	width: 7%;
	float: left;
}

.comments_name{
	color: #ee3e23;
	font-size: 14px;
	margin-bottom: 0px;
}

.comments{
	color: #333333;
	font-size: 14px;
	margin-bottom: 0px;
}

.comment_time{
	color: #8083a3;
	font-size: 10px;
	margin-bottom: 0px;	
}

.sendbutton{
	border-radius: 7px;
    background: var(--button-gradient);
    color: #FFF;
    font-size: 14px;
    width: 85px;
    padding: 12px 0;
    text-align: center;
    float: right;
    border: none;
}

.sendbutton .fa{
	transform: rotate(50deg);


  /* Legacy vendor prefixes that you probably don't need... */

  /* Safari */
  -webkit-transform: rotate(53deg);

  /* Firefox */
  -moz-transform: rotate(50deg);

  /* IE */
  -ms-transform: rotate(50deg);

  /* Opera */
  -o-transform: rotate(50deg);
}

.comments_box{
	width: calc(98% - 85px);
    float: left;
    background: #f5f5fa;
    border: 1px solid #e4e6e8;
    border-radius: 7px;
    padding: 10px 8px;
}

.comments_box .comment_text-box{
	border: none;
	padding: 0;
	background: none;
	width: 50%;
	font-size: 12px;
}

.comments_box ul{
	float: right;
}

.comments_box ul li{
	list-style: none;
	float: left;
	padding: 0 5px;
}

.dropdown-item.active, .dropdown-item:active{
	background: none !important;
	color: var(--color-orange) !important;
}

/******************* Fnc ****************/

.search_fnc{
	border: 1px solid #c7c7c7;
	border-radius: 10px;
	padding: 10px;
}

.borer-0, .borer-0:focus{
	border: none !important; 
	box-shadow:none;
}

 .fnc-search-drop ul.dropdown-menu li a {
    display: block;
    padding: 10px;
}

.fnc-search-drop{
	border-right: 1px solid #c7c7c7;
}

.fnc-search-drop .btn{
	color: #929292;
}

.searched_by .alert.alert-warning {
    padding: 5px 30px 5px 10px;
    background: #F79735;
    position: relative;
    font-size: 12px;
    color: var(--color-white);
    font-weight: 600;
    display: inline-block;
    margin: 7px 10px 0px 0px;
    border-radius: 20px;
    border: none !important;
}

.searched_by .alert.alert-warning .close {
    border: none !important;
    font-size: 12px;
    background: var(--color-white);
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 0px;
    opacity: 1;
    color: #F79735;
}

.clearall a:link, .clearall a:visited{
	color: #ef4323;
	text-decoration: underline;
	font-size: 12px;
}

.filterby span{
	font-size: 15px;
	color: #171721;
	padding: 6px 15px;
	float: left;
}

.filterby .nav-pills li a{
	color: #171721 !important;
	padding: 6px 15px;
	margin-right: 10px;
	font-weight: normal;
	display: inline-block;
	font-size: 15px;
}

.filterby .nav-pills li a.active, .filterby .nav-pills li a:hover{
	background: #fef3e8 !important;
	border-radius: 20px;
	color: #f68c1e !important;
	padding: 6px 15px;
	display: inline-block;
}

.filterby .nav-pills li a:after{
	display: none;
}

.filterby .nav-pills{
	background: none;
	float: left;
	width: calc(100% - 75px);
	padding-left: 5px;
}

.filter_check{
	position: relative;
	margin-right: 10px;
	width: 20%;
}

.filterby .checkbox_left{
	width: auto;
	padding-left: 5px;
}

.filterby .checkbox_left input + label{
	left: 0;
}

.filterby .checkbox_left p{
	color: #828282;
    font-size: 15px;
    margin: 0;
    padding: 0 0 0 0;
    position: relative;
    top: 0;
    left: 20px;
}

.sugh5 h5{
	font-size: 16px;
	color: #171721;
}

.border-radius-t10{
	border-radius: 10px 10px 0 0;
}

.bg-gray{
	background: #f5f5fa;
}

.poster_title h4{
	width: calc(100% - 50px);
}

.poster_title p{
	font-size: 13px;
	color: #757676;
	margin-bottom: 0px;
}

.btn-fnc{
	font-size: 14px;
	padding: 5px 10px;
	background: #f5f5fa;
	border-radius: 30px;
	color: #000000;
	display: inline-block;
	margin-bottom: 10px;
}

.btn-fnc-select, .btn-fnc:hover{
	font-size: 14px;
	padding: 5px 10px;
	background: #f5eae4;
	color: #f68c1e;
	border-radius: 30px;
	display: inline-block;
}

.fnc_right p{
	font-size: 14px;
    margin-bottom: 0px;
    float: left;
    padding-top: 2px;
    color: #242424;
    width: calc(100% - 50px);
}

.fnc_right p a{
	color: #242424;
}

.fnc_right a:hover{
	color: var(--color-orange);
}

.fnc_right span{
	background: #eff0f1;
    padding: 5px 0;
    width: 40px;
    text-align: center;
    font-size: 12px;
    color: #8083a3;
    border-radius: 30px;
    margin: 0 5px;
    float: left;
}

#fnc-tabContent{
	width: 100%;
	clear: both;
}

/************ Activities ************/

.boxheader h5{
	font-size: 16px;
    color: #191a1a;
    padding: 20px 15px;
    display: block;
    border-bottom: 1px solid #e4e6e8;
    line-height: 18px;
}

.activites_content{
	width: calc(100% - 70px);
    float: left;
    padding-left: 20px;
}


/******* Fnc - services *********/

.fnc_services_text h2{
	font-weight: 700;
	font-size: 24px;
	color: #353535;
	margin-bottom: 10px;
}

.fnc_services_text h3{
	font-size: 18px;
	font-weight: 500;
	color: #353535;
	margin-bottom: 10px;
}

.fnc_services_text p{
	font-size: 16px;
	color: #8e8e8e;
	padding-bottom: 5px;
	line-height: 30px;
}

.tag_online{
	background: #0dae18;
	color: #FFF;
	position: absolute;
	top: 5px;
	right: 15px;
	font-size: 12px;
	padding: 3px 10px;
	border-radius: 6px;
}


/*********** if datatable enable **********/

.dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate {
	display: none;
}


.dataTable thead{
	background: #f7f7f7;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
	font-weight: 600;	
	border-bottom: 1px solid #e4e6e8;
}

table.dataTable thead th, table.dataTable thead td{
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	word-wrap: break-word;
}

table.dataTable tbody th, table.dataTable tbody td{
	padding: 15px 10px !important;
	color: #616161;
	font-size: 14px;
	/*white-space: inherit !important;
	word-wrap: break-word !important;*/
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td{
	border-top: 1px solid #e4e6e8 !important;
}


table.dataTable.row-border tbody th.border-0, table.dataTable.row-border tbody td.border-0, table.dataTable.display tbody th.border-0, table.dataTable.display tbody td.border-0{
	border: none !important;
}


table.dataTable thead th, table.dataTable thead td, table.dataTable.no-footer{
	border-bottom: none !important;
}

table.dataTable.display>tbody>tr.odd>.sorting_1, table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_1, table.dataTable.stripe>tbody>tr.odd>*, table.dataTable.display>tbody>tr.odd>*, table.dataTable.display>tbody>tr.even>.sorting_1, table.dataTable.order-column.stripe>tbody>tr.even>.sorting_1{
	box-shadow: none !important;
	background: #FFF;
}

.mar_day_txt{
	font-size: 12px;
	color: #a1a1a1;
}

.adv_name{
	color: #346ea9;
}

.viewmore_btn{
	background: #f5eae4;
	padding: 10px 25px;
	border-radius: 25px;
}

.active_status{
	color: #4ba82e;
}

.inactive_status{
	color: #db2929;	
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before{
	background: var(--button-gradient) !important;
	left: -10px !important;
}

table.dataTable>tbody>tr.child span.dtr-title{
	font-weight: 500 !important; 
}

/************ Media ***********/

.magazinelist{
	margin:0;
	padding: 0 10px;
	text-align: center;
}

.magazinephoto{
	margin: 0 0 35px 0;
    padding: 0 0 20px 0;
    text-align: center;
    background-image: url(../images/backwood.png);
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: bottom center;
    -webkit-box-shadow: 0px 25px 16px -18px rgb(0 0 0 / 56%);
	-moz-box-shadow: 0px 25px 16px -18px rgb(0 0 0 / 56%);
	box-shadow: 0px 25px 16px -18px rgb(0 0 0 / 56%);
	background-size: 100%;
}

.magazinephoto img{
	margin: 0 auto;
	text-align: center;
	max-width: 108px;
	-webkit-box-shadow: 0px 9px 4px 0px rgba(0,0,0,0.58);
	-moz-box-shadow: 0px 9px 4px 0px rgba(0,0,0,0.58);
	box-shadow: 0px 9px 4px 0px rgba(0,0,0,0.58);
}

.magazinelist p{
	font-size: 14px;
	color: #000000;
	max-width: 120px;
	margin: -20px auto 0 auto;
}

.magazine-scroll .slick-prev:before, .magazine-scroll .slick-next:before{
	display: none;
}

.magazine-scroll .slick-prev{
	background: url(../images/prev-arowe.png) no-repeat;
	width: 49px;
	height: 51px;
	left: -40px;
}

.magazine-scroll .slick-next{
	background: url(../images/next-arrowe.png) no-repeat;
	width: 49px;
	height: 51px;
	right: -40px;
}

/******** Media Page ***********/

.yube-video{
	-webkit-box-shadow: -1px 2px 6px 0px rgba(0,0,0,0.40);
	-moz-box-shadow: -1px 2px 6px 0px rgba(0,0,0,0.40);
	box-shadow: -1px 2px 6px 0px rgba(0,0,0,0.40);
	line-height: 0px;
	border:1px solid #FFF;
}

.videos_dropdown{
	position: absolute;
    top: 10px;
    right: 10px;
    line-height:20px;
}

.videos_dropdown .dropdown-dots{
	color: #FFF;
	font-size: 24px;
	font-weight: 600;
	line-height: 8px;
}

.videos_dropdown .dropdown-menu {
    right: -10px !important;
    top: 33px !important;
    left: auto !important;
    transform: inherit !important;
    border-radius: 5px;
    min-width: auto;
    text-align: right;
    padding: 2px 5px;
    -webkit-animation: scale-up-center 0.3s ease-in both;
	animation: scale-up-center 0.3s ease-in both;
}

@-webkit-keyframes scale-up-center{0%{-webkit-transform:scale(.5);transform:scale(.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-up-center{0%{-webkit-transform:scale(.5);transform:scale(.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}

.videos_dropdown .dropdown-menu .dropdown-item{
	padding: 0.25rem .5rem;
	color: #242424 !important;
	font-size: 12px;
}

.videos_dropdown .dropdown-menu .dropdown-item:first-child{
	border-bottom: 1px solid #dbdbdb;
}

.videos_dropdown .dropdown-menu::after{
	content: "";
	font-size: 24px;
    color: #FFF;
    position: absolute;
    top: -5px;
    right: 9px;
    width: 7px;
    height: 5px;
    background: url(../images/topcard.png);
}

.youtube-title{
	font-size: 13px;
	font-weight: 600;
	color: #000000;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
    padding-right: 5px;
    margin-bottom: 0px;
}

.youtube-title img{
	width: 34px;
    height: 34px;
    /*position: absolute;*/
}

.youtube-title span{
	width: calc(100% - 40px);
	position: relative;
	margin-left: 40px;
	display: block;
}

.min-height-230{
	min-height: 230px;
}

.ytp-embed-playlist .ytp-large-play-button{
	display: none;
}

.playlists_all {
    position: absolute;
    left: 29%;
    top: 41%;
    width: 75px;
    height: 33px;
    z-index: 64;
}

.playall_folower{
	background: none;
	position: absolute;bottom: 10px;
	left: 5px;
}

.playall_folower ul.recent-followers li {
    width: 32px;
    height: 32px;
    margin-right: -7px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid var(--color-white);
}

.playall_folower ul.recent-followers li:first-child {
    font-size: 13px;
    color: var(--color-white);
    background: #3E7EFF;
    padding-top: 15px;
    text-align: center;
}

.playall_folower ul.recent-followers {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    padding: 0 15px 15px 15px;
}

.playall_folower ul.recent-followers li img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

/************ Net Work ************/

.mynetwork_card a .counts{
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-weight: 600;
	color: #151515;
	display: block;
}

.mynetwork_card a img{
	max-width: 100%;
	height: auto;
	width: 62px;
	height: 45px;
	margin: 0 auto;
	display: block;
}

.mynetwork_card a p{
	margin:0;
	padding: 0;
	font-size: 14px;
	color: #929292;
	display: block;
}

.card_network{
	background: #f6f6f6;
	border:1px solid #d6d6d6;
	border-radius: 10px;
	min-height: 160px;
	padding: 15px;
}

.create_new_group{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	color: #FFF;
	/*background: rgb(40,159,206);
	background: linear-gradient(90deg, rgba(40,159,206,1) 0%, rgba(9,9,121,1) 50%, rgba(26,76,96,1) 100%);*/
	background: var(--button-gradient);
	font-size: 36px;
	font-weight: 600;
	line-height: 45px;
	display: inline-block;
	box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
}

.text_align{
	position: absolute;
	top: 12%;
	bottom:0;
	left: 0;
	right: 0;
	padding: 15px;
	text-align: center;
}

.create_group{
	font-weight: 600 !important;
    color: #2f2f2f !important;
    line-height: 16px;
    display: block;
    line-height: 18px;
    margin-top: 10px;
}

.network_groups{
	position: relative;
    min-height: 160px;
}

.network_groups::before {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.7;
    left: 0;
    border-radius: 10px;
}

.groups h3{
	font-size: 14px !important;
	font-weight: 500 !important;
	padding-top: 10px;
	color: #FFF !important;
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
}

.network_folower{
	background: none;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 110px;
}

.join_btn{
	position: absolute;
	bottom: 5px;
	text-align: center;
	width: 82px;
	left: 0;
	right: 0;
	margin:0 auto;
}

.network_round{
	width: 80px;
	height: 80px;
	border:2px solid #FFF;
	box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
	float: none !important;
	margin:0 auto;
}

.requests h4{
	font-size: 14px;
	font-weight: 600;
	color: #010101;
	padding-top: 5px;
	margin-bottom: 0px;
}

.requests p{
	font-size: 11px;
	color: #787878;
}

.accept_link{
	color: #2ca55a;
}

.btn-deny{
	background: #f9e3e3;
	display: inline-block;
	width: 75px;
	border-radius: 30px;
	color: #dc0a0a;
	font-size: 12px;
	padding: 4px 0 5px 0;
}

.following_bg{
	background: #e9feee;
	border: 1px solid #bce7c7;
	min-height: 170px;
}

.followers_bg{
	background: #e6f4fe;
	border: 1px solid #bbcfdd;
}

.heading3{
	font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.posttextarea{
	background: #f4f7fc;
	border: 1px solid #f4f7fc;
	border-radius: 5px;
	width: 100%;
	padding:15px;
	height: 100px;
	font-size: 16px;
}

.postnow img{
	margin-right: 2px;
	margin-top: -4px;
}

.contacts_list{
	clear: both;
	min-height: 35px;
}

.contacts_list h3{
	font-size: 16px;
	padding-top: 5px;
	padding-left: 15px;
	font-weight: 600;
	color: #3e3e3e;
	float: left;
	width: calc(100% - 115px);
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.con_status_acive, .con_status_inacive{
	width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #FFF;
    background: #1dd217;
    position: absolute;
    top: -4px;
    right: 0;
}

.con_status_inacive{
	background: #b0bacb;
}
.others-profile_ospage{
	display: none;
}


/**************** Stay ***************/

.stay-review{
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.right-0{
	right: 0 !important;
}

.back-gray{
	background: #ececec;
}

.stay-head h3{
	font-size: 16px;
	color: #000000;
	padding: 5px 0 5px 0;
	margin-bottom: 0px;
}

.stay-head ul li{
	list-style: none;
	padding: 3px 0;
}

.stay-head ul li a{
	font-size: 13px;
	color: #757676;
}

.stay-head ul li a img{
	filter: brightness(0) invert(0);
    transition: all 0.5s ease;
    opacity: 0.5;
    margin-top: -3px;
}

.stay-head ul li a:hover img{
	filter: none;
    transition: all 0.5s ease;
    opacity: 1;
}

.stay-head ul li a:hover{
	color: var(--color-orange);
}

.btn-sty{
	background: #f5eae4;
	border-radius: 30px;
	padding: 10px 15px;
	margin: 0 6px 10px 6px;
	color: #f68c1e;
	font-size: 15px;
	width: 110px;
}

.btn-sty:hover, .btn-sty-select{
	background: var(--button-gradient);
	color: var(--color-white);
}

.btn-sty-select:hover{
	background: #f5eae4;
	color: #f68c1e;
}

.toprated_house{
	background: var(--button-gradient);
    color: var(--color-white);
    font-size: 12px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 0 10px 10px 0;
    position: absolute;
    left: 0;
    top: 20px;
}

.booknow_img{
	position: absolute;
    bottom: -39px;
    right: 10%;
}

.worksace-2{
	box-shadow: none;
	border:1px solid #ececec;
}

.left-menu-box li{
	clear: both;
}

.left-menu input[type=radio] + label, .left-menu input[type=checkbox] + label{
	z-index: 3;
}

.left-menu p{
	padding-left: 25px;
}

.left-menu-box .p-real{
	margin-left: 20px;
}


/************ Price slider ************/

.slider-selection {
	background: #131313 !important;
}

.slider-gaia .slider-selection {
	background-color: #131313 !important;
}

.slider.slider-horizontal {
    width: 100% !important;
    height: 20px;
}
.slider-handle {
    background-color: #131313 !important;
    background-image: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    width: 16px;
    height: 16px;
}

.slider-gaia .slider-horizontal .slider-track {
	height: 2px!important;
    width: 100%;
    margin-top: -3px;
    top: 50%;
    left: 0;
} 

.slider-gaia .slider-handle {
	border-color: #131313;
}

.slider-gaia .tooltip-inner {
    max-width: auto!important;
    padding: 3px 8px;
    color: #000 !important;
    text-align: center;
 	border-radius: 4px;
 	background: none;
  position:relative;
}

.slider-gaia .tooltip .tooltip-arrow {
    display: none !important;
}

.slider-handle:nth-child(odd)
 {
  background-color: red!important;
  background-image: none;
}

.notification_dropdown .left-dropdown{
    left:5px !important;
    right:auto !important;
}

/************ **************/


.shodow-none{
    box-shadow: none !important;
}


@media (min-width:573px) {
	.pull-sm-right{
		float: right;
	}
	.minwidth-sm-120{
	min-width: 120px;
		text-align: center;
	}
}




@media (max-width:763px) {
	.filterby{
		display: block !important;
	}
	.filterby .checkbox_left p{
		font-size: 14px;
	}
	.filter_check{
		width: 30%;
    	float: left;
    	margin-right: 3%;
	}

	.filterby .checkbox_left {
	    width: 100%;
	    padding-left: 5px;
	}
}
@media (max-width:573px) {
	.filterby .nav-pills{
		background: none;
		float: left;
		padding: 10px 0;
		width: 100%;
	}

	.filterby{
		display: block !important;
	}
	.filterby .checkbox_left p{
		font-size: 14px;
	}
	.filter_check{
		width: 45%;
    	float: left;
    	margin-right: 4%;
	}

	.filterby .checkbox_left {
	    width: 100%;
	    padding-left: 5px;
	}

	.filterby .nav-pills li a{
		font-size: 14px;
		padding: 6px 15px;
    	margin-right: 0px;
	}
}



/********************* Search Results *******************/

.search-results-main{
	display: flex;
	justify-content: center;
	position: relative;
}
.search-results-main:before{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 250px;
	background: var(--color-white);
	border-right: 1px solid rgba(0,0,0,0.1);
	content: "";
}
.search-results-main .search-results-left{
	background: var(--color-white);
	height: 100%;
	width: 250px;
	min-height: 100%;
    overflow: auto;
	padding: 80px 15px 20px 15px;
	border-right: 1px solid rgba(0,0,0,0.1);
	position: fixed;
    left: 0;
    top: 0;
	overflow-y: auto;
	z-index: 99;
}
.search-results-main .search-results-right{
	padding: 100px 20px 0px 30px;
	width: 100%;
    margin-left: 250px;
    max-width: 1100px;
}




.search-results-left ul.filter-menu{
	margin: 10px 0px;
}
.search-results-left ul.filter-menu li{
	list-style: none;
}
.search-results-left ul.filter-menu li a{
	display: block;
	padding: 10px 40px 10px 30px;
	position: relative;
	color: var(--color-black);
	font-size: 13px;
	font-weight: 600;
}
.search-results-left ul.filter-menu li a:hover{
	color: var(--color-orange);
}
.search-results-left ul.filter-menu li a img{
	position: absolute;
	left: 0px;
	top: 10px;
}
.search-results-left ul.filter-menu li a:hover img{
	fill: var(--color-orange);
}
.search-results-left h4{
	font-size: 13px;
	color: #171721;
	font-weight: 700;
	margin-bottom: 0px;
	margin-top: 20px;
}
.search-results-card{
	background: var(--color-white);
	padding: 20px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
	position: relative;
	border-radius: 7px;
	margin-bottom: 30px;
}
.search-results-card h3{
	color: var(--color-black);
	font-size: 24px;
	font-weight: 500;
}
.search-results-card .following-content{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	padding: 10px 0px 10px 80px; 
}
.search-results-card .following-content img{
	position: absolute;
	left: 0px;
	top: 20px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}
.search-results-card .following-content .following-text .gray-bg{
	padding: 15px 30px;
	border-radius: 20px;
	background: #F9F9F9;
}
.search-results-card .following-content .following-text h5{
	font-size: 18px;
	color: #171721;
	font-weight: 700;
	margin-bottom: 5px;
}
.search-results-card .following-content .following-text p{
	font-size: 14px;
	color: #242424;
	max-width: 80%;
	line-height: 18px;
	margin-bottom: 0px;
}
.search-results-card .following-content .following-text ul.message-call{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.search-results-card .following-content .following-text ul.message-call li{
	list-style: none;
	padding: 5px 7px;
}
.search-results-card .following-content .following-text ul.message-call li a{
	font-size: 13px;
	font-weight: 500;
	color: var(--color-orange);
}
.search-results-card .following-content .following-text ul.message-call li a.message-icon{
	color: var(--color-orange);
}
.search-results-card .following-content .share-buttons{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 15px;
}

.saved-feeds .share-buttons{
    display: flex;
	align-items: flex-start;
	padding-top: 0px;
}

.search-results-card .following-content .share-buttons a.ellipsis-icon, .saved-feeds .share-buttons a.ellipsis-icon{
	position: absolute;
	right: 0px;
	top: 0px;
	color: var(--color-gray);
}
.search-results-card .following-content .share-buttons .share-btn, .saved-feeds .share-buttons .share-btn{
	color: #8083A3;
	font-size: 11px;
	padding: 5px;
	text-align: center;
}
.search-results-card .following-content .share-buttons .share-btn a, .saved-feeds .share-buttons .share-btn a{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #E4E6EA;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #8083A3;
	margin-bottom: 5px;
	transition: all 0.3s ease;
}
.search-results-card .following-content .share-buttons .share-btn a:hover, .saved-feeds .share-buttons .share-btn a:hover{
	color: var(--color-white);
	background: var(--color-orange);
	transition: all 0.3s ease;
}
.search-results-card .following-content .share-buttons .share-btn a img, .saved-feeds .share-buttons .share-btn a img{
	position: relative;
	left: inherit;
	top: inherit;
	width: auto;
	height: auto;
	border-radius: 0px;
	transition: all 0.3s ease;
}
.search-results-card .following-content .share-buttons .share-btn a:hover img, .saved-feeds .share-buttons .share-btn a:hover img{
	filter: brightness(0) invert(1);
	transition: all 0.3s ease;
}
.search-results-card .following-content .following-btn{
	background: rgba(246, 140, 30, 0.1);
	border: none;
	min-width: 150px;
	border-radius: 50px;
	padding: 15px 30px;
	color: #F68C1E;
	font-size: 18px;
	transition: all 0.3s ease;
}
.search-results-card .following-content .following-btn:hover{
	background: rgba(246, 140, 30, 1);
	color: #FFF;
	transition: all 0.3s ease;
}
.search-results-card .following-content .following-btn.active{
	background: #E4E6EA;
	color: #050505;
}
.search-results-card .following-content .following-btn.active:hover{
	background: #050505;
	color: #FFF;
}

.similar-indus-head h4{
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #19495C;
	float: left;
}

.viweall{
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	float: right;
	color: var(--color-orange);
}

.slick-slide{
	margin: 0 10px;
	background: #FFF;
	border-radius: 10px;
}

.slick-slide img{
	max-width: 100%;
}

.similar_user{
	float: left;
	padding-right: 20px;
}

.similar_profie h3{
	font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    color: #2F2F2F;
    margin-bottom: 0px;
}

.similar_profie p{
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	line-height: 13px;
	color: #4B4E4F;
	padding-top: 0px !important;
	margin-bottom: 0px;
}

.similar_user img{
	width: 40px;
	height: 40px;
}

.slide-txt p{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #2F2F2F;
	padding-top: 20px;
	margin-bottom: 0px;	
}




@media (min-width:1100px) {
    .search-result-full-width{
        width: calc(100% - 250px) !important;
        margin-left: 250px;
        max-width: calc(100% - 250px) !important;
    }
}



@media (max-width:573px) {
	.following-content{
		display: block !important;
	}

	.search-results-card .following-content .share-buttons{
		align-items: flex-start;
    	justify-content: flex-end !important;
	}

	.search-results-card .following-content img{
		width: 50px ;
    	height: 50px ;
	}

	.search-results-card .following-content{
		padding: 10px 0px 10px 0px !important;
	}
	.search-results-card .following-content .following-text ul.message-call li a.message-icon{
    	color: var(--color-orange);
    }
}

/********************* Store Lisiting *******************/

.card {
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    position: relative;
    border-radius: 10px;
    margin-bottom: 30px;
    background: #FFF;
}

.search_fnc{
	border: 1px solid #c7c7c7;
	border-radius: 10px;
	padding: 10px;
}

.borer-0, .borer-0:focus{
	border: none !important; 
	box-shadow:none;
}

.storename{
	padding-right: 40px;
}

.storename p{
	color: #FFF;
}

.storename p.text-colur{
	color: #f68c1e;
}

.storebanner{
	background: url(../images/store-banner.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	background-size: cover;
}

.storebanner_2{
    background: url(../images/store-banner-1.jpg);
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    background-size: cover;
}

.storebanner::before, .storebanner_2::before{
	content: "";
	background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    border-radius:10px;
}

.storeheart{
	position: absolute;
	left: inherit !important;
	right: 15px;
	top: 15px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.box-defult3{
	padding: 25px;
	border-radius: 15px;
}

.storebanner_sm::before{
	content: "";
	background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    border-radius:10px;
}


.storebanner_sm .client-logo{
	width: 45px;
}

.storebanner_sm .villa-hearticon{
	background: #e4e6ea;
	width: 30px;
    height: 30px;
}

.storebanner_sm .villa-hearticon img{
	padding-top: 4px;
    width: 18px;
    margin: 0 auto;
    filter: brightness(0) invert(0);
    transition: all 0.5s ease;
    opacity: 0.8;
}

.storebanner_sm .villa-hearticon:hover img {
    filter: none;
    transition: all 0.5s ease;
    opacity: 1;
    color: var(--color-white);
}

.storebanner_sm .villa-hearticon:hover{
    background: var(--color-orange);
    color: var(--color-white);
    border-color: var(--color-orange);
}

.min-height-300{
	min-height: 300px;
}

.storebanner_sm .villa_name {
    padding: 0px 10px 10px 10px;
    width: calc(100% - 54px);
}

.storebanner_sm .storeheart{
	top: 3px;
}


.storebanner_sm .storename p.text-colur{
	line-height: inherit;
}

.p-relative{
	position: relative;
}

.tag_art {
    background: #e5e1dd;
    border: 1px solid #e5e1dd;
    border-radius: 20px;
    color: #8083a3;
    font-size: 14px;
    display: inline-block;
    padding: 2px 10px;
    font-weight: 600;
    position: absolute;
    top: 10px;
    left: 20px;
}

/********** Store Page ***********/

.store_card{
    background: #f5f5fa;
    border:1px solid #efeff0;
    border-radius: 10px;
}

.store_img{
    background: #FFF;
    text-align: center;
    padding:30px 0; 
}

.store_description{
    padding: 20px;
    position: relative;
    min-height: 135px;
}

.store_description_txt{
    width: calc(100% - 50px);
}

.store_description_txt p{
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
}

.serch_block_title p a{
    color: #8d8fac !important;
}

.serch_block_title p a img{
    filter: brightness(0) invert(0);
    transition: all 0.5s ease;
    opacity: 0.5;
}

.serch_block_title p a:hover{
    color: var(--color-orange) !important;
}

.serch_block_title p a:hover img{
        filter: none;
    transition: all 0.5s ease;
    opacity: 1;
}

.store_description_txt h5{
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

.card_design{
    width: 48px;
    height: 48px;
    position: absolute;
    border-radius: 50%;
    background: #f5eae4;
    text-align: center;
    top: 18px;
    right: 5px;
}

.card_design img{
    margin-top: 10px;
}

.audio_section{
    background: #FFF;
    padding: 0 7px;
}

.audio_section audio{
    width: 100%;
    background: none;
}


/********** Search result listing **********/

.serch_block_title h3{
    font-size: 18px;
    font-weight: 600;
    padding-left: 75px;
    padding-top: 5px;
}


.serch_block_title p{
    font-size: 13px;
    color: #8d8fac;
    padding-left: 75px;
    margin-bottom: 0px;
}

.storeimg{
    box-shadow: none !important;
    padding: 5px;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
}

.storeimg1{
    box-shadow: none !important;
    padding: 0px;
    border: none;
    border-radius: 10px;
}

.storeimg1 img{
    border-radius: 10px;
}

.btn-fnc{
    font-size: 15px;
    padding: 8px 15px;
    background: #f5f5fa;
    border-radius: 30px;
    color: #000000;
    display: inline-block;
    margin-bottom: 10px;
}

.btn-fnc-select, .btn-fnc:hover{
    font-size: 15px;
    padding: 8px 15px;
    background: #f5eae4;
    color: #f68c1e;
    border-radius: 30px;
    display: inline-block;
}



/***********************************************/

table.dataTable>tbody>tr.child ul.dtr-details>li{
    margin-bottom:5px;
}


@media (max-width:1200px) {
	.newjoinbox{
		min-height: 237px;
	}
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1100px) {
	.mynetwork_card{
		width: 100%;
		max-width: 100%;
		flex: 100%;
	}

	.contacts_list h3{
		width: calc(100% - 35px) !important;
	}

	.buttons-contact{
		float: left !important;
		margin-top:0px;
		border:none;
		margin-bottom:10px;
		clear: both;
    	margin-left: 40px;
	}

	.buttons-contact .share-btn{
		line-height: 10px;
	}
}




@media (max-width:992px) {
	h1 {
		font-size: 52px;
		line-height: 60px;
	}

	h2{
		font-size: 30px;
		line-height: 30px;
	}
	.homebanner{
		padding-top: 150px;
	}
	.mar-bot-md-30{
		margin-bottom: 30px;
	}

	.container{
		width: 100%;
		max-width:100%;
	}
	.homepage .container:before{
		display: none;
	}

	.homepage .container:after{
		background-size: cover;
		width: 160px;
	}

	.pad-md-20{
		padding:20px !important;
	}

	.min-heightbox{
		min-height: 220px;
	}
	.add_indus h2{
		font-size: 24px;
	}
    .box-defult1{
        min-height:255px;
    }

    .newjoinbox{
		min-height: 237px;
	}
	
	.profile-view #mySidenav{
	    display:none;
	}
	
	.profile-view #mySidenav{
	    position: fixed;
        z-index: 999;
        width: 300px;
        left: -15px;
        top: 62px;
	}
	
	.bg-white-box{
	    background: #FFF;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
	}
	
}

@media (max-width: 990px){
	.others-profile_ospage{
		display: block !important;
	}
	
}

@media screen and (min-width:570px) and (max-width:990px){
    .col-sm-990{
	    flex: 0 0 50%;
        max-width: 50%;
	}
}


@media (max-width:767px) {
	.homepage .container:before, .homepage .container:after{
		display: none;
	}


	h1 {
		font-size: 48px;
		line-height: 60px;
	}

	h2{
		font-size: 28px;
		line-height: 30px;
	}

	.homebanner h1{
		font-size: 48px;
		line-height: 60px;
		min-height: 100px;
	}
	.text-xs-center{
		text-align: center !important;
	}

	main::before, main::after{
		background-size: cover;
		width: 36px;
    	height: 89px;
	}

	.bottombg{
		background-size: cover;
		width: 89px;
    	height: 56px;
	}

	.sm-mar-bot-30{
		margin-bottom: 30px;
	}

	.pad-sm-40{
		padding: 40px;
	}

	.pad-sm-30{
		padding: 30px;
	}

	.min-heightbox{
		min-height: auto;
	}

	.box-dashed, .box-orange{
		min-height: 175px;
	}

	.newjoinbox{
		min-height: 195px;
	}

	.pull-none{
		float: none !important;
	}
	
	.filterby ul li.nav-item{
	    width:auto;
	}
	
	.fixed-header-pading{
    	height: 95px;
    	display: block;
    }
    
    

}

@media (max-width:573px) {
	footer{
		min-height: 171px;
	}
	h1 {
		font-size: 40px;
		line-height: 60px;
	}

	h2{
		font-size: 28px;
		line-height: 30px;
	}

	.homebanner h1{
		font-size: 40px;
		line-height: 60px;
		min-height: 100px;
	}

	.xs-mar-bot-40{
		margin-bottom: 40px !important;
	}

	h3{
		font-size: 20px;
	}

	.float-xs-none{
		float: none !important;
	}

	.pr-xs-auto{
	    padding-right:15px !important;
	}

	.notifications_logo{
		width: 40px !important;
		height: 40px !important; 
		border-radius: 50%;
		float: left;
	}

	.notifications_logo img{
		width: 40px !important;
		height: 40px !important;
	}

	.notifications_content{
		width: calc(100% - 110px) !important;
		float: left !important;
		padding-left: 20px !important;
	}

	.notification_dropdown{
		float: right;
		width: 50px !important;
		text-align: right;
	}

	.projects_titile_row{
		display: none;
	}
	.os_dropdown{
		width: 130px !important;
	}

	.watchsongs{
		position: relative !important;
		right: inherit !important;
	}

	.newjoinbox{
		min-height: auto;
	}
	
	.addnew-btn{
	    position: relative !important;
	}
	
	.mb-xs-2{
	    margin-bottom:10px !important;
	}
	
	.saved-banner-img{
	    margin-bottom:10px !important;
	}
	
	#calendar{
	    overflow: auto !important;
	}
	
	/*.fc-toolbar, .fc-view-container{
	    width: 550px !important;
        overflow: auto !important;
	}*/
	
	.fc-header-toolbar{
	    width:100%;
	    text-align:center;
	}
	
	.fc-left{
	    margin: 0 auto;
        max-width: 141px;
        float: none !important;
        overflow: auto;
        margin-bottom: 10px;
	}
	
	.fc-right{
	    margin: 0 auto;
        max-width: 220px;
        float: none !important;
        overflow: auto;
        margin-bottom: 10px;
	}
	
	.fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td{
	    height:10px;
	}
	
	.fc button, .fc table, body .fc {
        font-size: 0.9em !important;
    }
}

@media (max-width:480px) {
    .review-block{
        text-align:center;
    }
    .review-block img{
        margin:0 auto;
    }
}










