@font-face{font-family:Roboto;src:local('Roboto'),local('Roboto-Regular'),url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');font-weight:400;font-style:normal}
@font-face{font-family:'Roboto Bold';src:local('Roboto Bold'),local('Roboto-Bold'),url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');font-weight:700;font-style:normal}
@font-face{font-family:'Roboto Italic';src:local('Roboto Italic'),local('Roboto-Italic'),url('../fonts/Roboto/Roboto-Italic.ttf') format('truetype');font-weight:400;font-style:italic}
@font-face{font-family:'Roboto BoldItalic';src:local('Roboto BoldItalic'),local('Roboto-BoldItalic'),url('../fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype');font-weight:700;font-style:italic}
@font-face{font-family:'Roboto Light';src:local('Roboto Light'),local('Roboto-Light'),url('../fonts/Roboto/Roboto-Light.ttf') format('truetype');font-weight:300;font-style:normal}
@font-face{font-family:'Roboto LightItalic';src:local('Roboto LightItalic'),local('Roboto-LightItalic'),url('../fonts/Roboto/Roboto-LightItalic.ttf') format('truetype');font-weight:300;font-style:italic}
@font-face{font-family:'Roboto Medium';src:local('Roboto Medium'),local('Roboto-Medium'),url('../fonts/Roboto/Roboto-Medium.ttf') format('truetype');font-weight:500;font-style:normal}
@font-face{font-family:'Roboto Italic';src:local('Roboto MediumItalic'),local('Roboto-MediumItalic'),url('../fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype');font-weight:500;font-style:italic}
@font-face{font-family:'Roboto Condensed';src:url('../fonts/Roboto/RobotoCondensed-Regular.ttf');font-weight:500;font-style:normal}
@font-face{font-family:'Roboto Condensed Light';src:url('../fonts/Roboto/RobotoCondensed-Light.ttf');font-weight:500;font-style:normal}
@font-face{font-family:'Roboto Condensed Bold';src:url('../fonts/Roboto/RobotoCondensed-Bold.ttf');font-weight:700;font-style:normal}

::-webkit-scrollbar{width:6px;height:6px;background:#000000;}
::-webkit-scrollbar-track{border-radius:0px}
::-webkit-scrollbar-thumb{border-radius:0px;background-color:#888888}
::-webkit-scrollbar-thumb:hover{background-color:#31ce7c}
body {
	font-family:"Roboto","Helvetica",sans-serif!important;
	font-size: 1rem;
    font-weight: 400;
	color: #212529;
  	font-weight: normal;
	text-shadow: none;
	line-height: 1.5;
	min-height: 100vh;
	position: relative;
	word-wrap: normal;
	word-break: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
p{
	font-family:"Roboto","Helvetica",sans-serif!important;
	margin-top: 0;

	margin-bottom: 1rem;;
	line-height: 1.6;
	word-wrap: normal;
    word-break: normal;
	font-weight: normal;
}
strong, h1,h2,h3,h4,h5{
	font-family:"Roboto Condensed Bold",sans-serif!important;
}
.icon{
	stroke: unset;
	stroke-width: 0px;
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: currentColor;
	vertical-align: -0.12em;
	transform-origin: center;
}
.container{
	width: 100%;
	max-width: 1260px;
}
.navbar {
	box-shadow: 0px 1px 6px rgba(0,0,0,0.20);
}
.navbar .navbar-brand{
	font-weight: bold;
	font-size: 1.75rem;
	letter-spacing: 0.25px;
	padding: 0;
}
.navbar .nav-link{
	display: block;
	margin-left: 15px;
	text-transform: uppercase;
}
.navbar .navbar-nav .nav-link{
	color: #ddd;
	transition: 300ms;
	font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1px;
	position: relative;
}
.navbar .navbar-nav .nav-link:before{
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	background: #31ce7c;
	left: 50%;
	border-radius: 50px;
	bottom: -40px;
	margin-left: -2px;
	opacity: 0;
}
.navbar .navbar-nav .active .nav-link:before{
	opacity: 0.8;
	bottom: 3px;
	animation: navactive 1.5s linear infinite;
}
@keyframes navactive{
	0%,35%{transform: scale(0); opacity: 0;}
	50%, 100%{transform: scale(1); opacity: 1;}
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #31ce7c;
}
.navbar .navbar-toggler{
	outline: none;
	padding: .1rem .4rem;
	color: rgba(255,255,255,1);
	border-color: rgba(255,255,255,.25);
}
.dropdown-profile>.dropdown-toggle{
  padding-left: 43px!important;
  position: relative;
}
.profile-picture{
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -17px;
  display: block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: inset 0 0 2px 2px #777;
}
.message-notify{
	font-family: Arial;
	font-size: 12px;
	position: absolute;
	width: 20px;
	height: 20px;
	background: red;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	left: 14px;
	top: -6px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.4);
	color: #ffffff;
	font-weight: 100;
	opacity: 0;
}
.message-notify.active{
	opacity: 1;
	transform-origin: center;
	animation: animnotify 4s linear infinite;
}
@keyframes animnotify{
	0%{transform: scale(0)}
	20%,80%{transform: scale(1);}
	100%{transform: scale(0)}
}
.dropdown-profile .dropdown-toggle img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dropdown-profile.show .dropdown-menu{
	transform-origin: top;
	display: block;
	margin-top: 9px;
	animation-fill-mode: forwards;
	animation: profiledrop 200ms linear;
}
@keyframes profiledrop{
	from{transform: scale(1,0); opacity: 0.5;}
	to{transform: scale(1,1); opacity: 1;}
}
.dropdown-item:focus, .dropdown-item:hover,
.dropdown-item.active, .dropdown-item:active{
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
  transition: 250ms;
}



.hero-section{
	min-height: 100vh;
	position: relative;
}
.hero-background{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	background-color: #333333;
	user-select: none;
	pointer-events: none;
}
.hero-background img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0.40;
	user-select: none;
}
.hero-heading h1{
	color: #fff;
	font-weight: 600;
}
.hero-heading p{
	font-size: 20px;
	color: #fff;
}
.hero-button a{
	display: inline-block;
	padding: 9px 25px;
	box-shadow: inset 0 0 1px 2px #31ce7c;
	border-radius: 40px;
	margin: 4px;
	background-color: rgba(0,0,0,0.25);
	color: #fff;
	font-weight: 100;
	font-size: 20px;
	text-decoration: none;
	transition: 300ms;
}
.hero-button a:hover{
	background-color: #31ce7c;
	box-shadow: inset 0 0 3px 2px #31ce7c;
	color: #fff;
}

.work-card{
  height: 100%;
  padding: 20px;
  border: none;
  position: relative;
  background-color: rgba(255,255,255,1);
  border: 1px solid #eee;
  border-radius: 6px;
  text-align: center;
  transition: 350ms;
}
.work-card:hover{
	border: 1px solid transparent;
	box-shadow: 0 .4rem 1rem rgba(0,0,0,.15);
}
.work-card span {
  font-size: 18px;
  background: #000;
  color: #ffffff;
  position: relative;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
.work-card p{
  padding-top: 15px;
  position: relative;
  padding-bottom: 20px;
  margin: 0;
}


.work-box{
	text-align: center;
	padding: 20px 15px;
	min-height: 100%;
	transition: 350ms;
	border-radius: 6px;
}
.work-box:hover{
	box-shadow: 0 .4rem 1rem rgba(0,0,0,.15);
}
.work-box img{
	width: 130px;
	height: 130px;
	padding: 2px;
	background: #eee;
	border-radius: 50%;
}
.work-box h3{
	font-family: 'Mark-Bold', Arial, sans-serif;
	font-size: 20px;
	margin: 14px 0 10px 0;
	color: #333;
}
.work-box p{
	margin-bottom: 0;
}


.home-tipsaccess{
	text-align: center;
	padding: 65px 0;
	border-top: 1px solid #eee;
	background-color: #f9f9f9;
	font-size: 20px;
}


.media-babysitter{
	text-decoration: none;
	color: #444;
	background-color: #fff;
	transition: 350ms;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.media-babysitter:hover{
	text-decoration: none;
}
.media-babysitter:hover img{
	filter: grayscale(100%);
	/*transform: scale(0.95);*/
}
.media-babysitter img{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 0;
	object-fit: cover;
	object-position: center;
	transition: 0.3s ease;
}
.media-bspicture{
	position: relative;
	width: 130px;
	height: 130px;
	overflow: hidden;
	border-radius: 6px;
	margin-right: 16px;
	user-select: none;
	background: #eee;
	transition: 0.5s ease;
}
.media-bspicture:before{
	content: '';
	position: absolute;
	z-index: 2;
	width: 12px;
	height: 12px;
	top: 6px;
	left: 6px;
	border-radius: 24px;
	transition: 350ms;
}
.bs-available:before{box-shadow: 0 1px 2px #666;background-color:#09ff17;}
.bs-notavailable:before{box-shadow: 0 1px 2px #666;background-color:#fff202;}


.media-babysitter h4{
	font-family: 'Mark-Bold', Arial, sans-serif;
	font-size: 22px;
	margin: 0;
}
.media-babysitter h6{
	font-family: 'Mark-Bold', Arial, sans-serif;
	margin: 5px 0 2px 0;
	color: #777;
}
.media-babysitter p{
	padding-right: 15px;
	display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  color: #777;
}
.media-babysitter-profile .media-bspicture{
	min-width: 70px;
	width: 160px;
	height: 160px;
}
.media-babysitter-profile:hover img{
	filter: grayscale(0%);
}
.media-babysitter-profile:hover img:hover{
	filter: grayscale(100%);
}

.media-babysitter-profile p{
	display: block;
	-webkit-line-clamp: none;
	-webkit-box-orient: none;
	overflow: visible;
	text-overflow: unset;
}
.filter-availability{
	position: relative;
}
.filter-availability .table{
	display: none;
	position: absolute;
	top: 26px;
	left: 0;
	z-index: 5;
}
.filter-availability:hover .table,
.filter-availability .table:hover{
	display: table;
}


.star-rating{
  display: inline-block;
  font-family: Arial;
  vertical-align: middle;
  position: relative;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 3px;
}
.star-rating:before{
	content: '\2605\2605\2605\2605\2605';
  color: #ddd;
}
.star-rating:after{
	position: absolute;
	left: 0;
	top: 0;
  color: #FFC835;
}
.star-rating-1:after{content:'\2605'}
.star-rating-2:after{content:'\2605\2605'}
.star-rating-3:after{content:'\2605\2605\2605'}
.star-rating-4:after{content:'\2605\2605\2605\2605'}
.star-rating-5:after{content:'\2605\2605\2605\2605\2605'}

.upload-photo{
	position: relative;
	width: 150px;
	height: 150px;
	overflow: hidden;
	object-fit: cover;
	border-radius: 6px;
	border: 1px solid #ced4da;
	cursor: pointer;
}
.upload-photo input{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	opacity: 0;
	cursor: pointer;
}
.upload-photo img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transform-origin: center;
	object-fit: cover;
	object-position: center;
	transition: 250ms;
}
.upload-photo:hover img{
	transform: scale(1.1);
}
/*S-0*/
.chat-history{
	list-style-type: none;
	padding: 15px 0;
}
.chat-history li{
	width: 90%;
	position: relative;
	min-height: 75px;
	margin: 6px 0;
	clear: both;
	box-shadow: 0 1px 3px #ddd;
}
.your-message{
	padding: 31px 60px 10px 10px;
	border-radius: 4px;
	background: rgba(255,255,255,0.80);
	float: right;
}
.ym-picture, .bm-picture{
	top: 25px;
	right: 10px;
	width: 40px;
	height: 40px;
	position: absolute;
	border-radius: 4px;
	overflow: hidden;
}
.ym-picture img, .bm-picture img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 0;
	transform: scale(1)!important;
}
.your-message h6, .babysitter-message h6{
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 12.5px;
	color: #31ce7c;
	letter-spacing: 0.5px;
}
.your-message h6 span, .babysitter-message h6 span{
	font-family:"Roboto Condensed",sans-serif!important;
	display: inline-block;
	margin-left: 5px;
}
.babysitter-message{
	float: left;
	padding: 31px 10px 10px 60px;
	border-radius: 4px;
	background: rgba(255,255,255,0.80);
}
.bm-picture{
	right: auto;
	left: 10px;
}
.babysitter-message h6{
	left: 10px;
	right: auto;
}
.inbox-picture{
  width: 54px;
  height: 54px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.inbox-picture img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.list-group-item[aria-expanded="true"]{
  border: none;
  background-color: #f1f1f1;
}
.col-replybutton{transition: 350ms;}
.list-group-item[aria-expanded="true"] .col-replybutton{opacity: 0;}
/*E-0*/

footer{
	background-color: #252525;
	border-bottom: 1px solid #252525;
}
footer h5{
	margin-top: 50px;
	margin-bottom: 20px;
	font-weight: 600;
	color: #ddd;
	font-size: 22px;
	position: relative;
}
footer h5:before{
	content: '';
	position: absolute;
	width: 50px;
	height: 1px;
	background-color: #888;
	bottom: -5px;
}
footer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
footer ul a{
	display: inline-block;
	color: #bababa;
	margin: 0 0 8px 0;
	transition: 300ms;
}
footer ul a:hover{
	color: #fff;
	text-decoration: none;
}
.footer-para{
	color: #bababa;
}
.footer-para a{
	color: #bababa;
	font-size: 14px;
	margin-top: 8px;
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px dotted #555;
	transition: 350ms;
}
.footer-para a:hover{color: #fff}
footer address a{
	display: inline-block;
	position: relative;
	padding-left: 30px;
	color: #bababa;
	margin-bottom: 10px;
	transition: 350ms;
}
footer address a:hover{
	text-decoration: none;
	color: #fff;
}
footer address a svg.icon{
	font-size: 19px;
	position: absolute;
	left: 0;
	top: 3px;
}
.footer-social a{
	font-size: 30px;
	text-decoration: none;
	color: #999;
	transition: 350ms;
}
.footer-social a:hover{color: #ffffff; text-decoration: none;}
.copyright{
	margin-top: 40px;
	background-color: #000000;
	text-align: center;
	padding: 25px 15px;
	color: #999;
	font-size: 15px;
}
.copyright a{
	font-weight: 700;
	color: #999;
}

.min-height{min-height: inherit;}
.text-666{color: #666666}
.text-777{color: #777777}.text-888{color:#888}.text-999{color:#999}.text-bababa{color: #bababa}
.font-weight-bold{font-family: 'Mark-Bold', Arial, sans-serif;}
.font-weight-normal{font-family: "Roboto Condensed",sans-serif!important;}
.font-13{font-size:13px;}.font-14{font-size:14px;}.font-15{font-size:15px;}
.font-16{font-size:16px;}.font-17{font-size:17px;}.font-18{font-size:18px;}
.font-19{font-size:19px;}.font-20{font-size:20px;}.font-21{font-size:21px;}
.font-22{font-size:22px;}.font-23{font-size:23px;}.font-24{font-size:24px;}
.bg-dark{background-color: #000000!important;}
.bg-gray{background-color: #dddddd;}
.bg-gray2{background-color: #f1f1f1;}
.mmt-9{margin-top:-9px;}.mmt-10{margin-top:-10px;}
.py-80{padding-top:80px; padding-bottom:80px;}
.pt85-pb30{padding-top:85px; padding-bottom:30px;}
.pl-61{padding-left: 61px;}
@media(min-width: 991px){
	.media-babysitter-profile .media-bspicture{
		position: sticky;
		top: 85px;
	}
}

@media(max-width: 991px){
	.navbar .navbar-nav .nav-link{text-align: center; margin: 5px 0;}
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{background-image: none;}
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before{
		content: '\d7';
		font-size: 32px;
		line-height: 22px;
		color: red;
		font-family:'Mark-Bold';
	}
}
@media(max-width: 767px){
	.navbar-nav{min-height: 100vh; padding-top: 20px;}
	.dropdown-profile>.dropdown-toggle{
  	padding-left: 5px!important;
  	position: relative;	
	}
	.dropdown-profile .dropdown-toggle>div{
  	position: relative;
  	top: 50%;
  	left: 0;
  	margin-right: 10px;
  	margin-top: 0px;
  	display: inline-block;
	}
}
@media(max-width: 575px){
	.hero-heading h1{
		font-size: 2rem;
	}
	.hero-heading p {
    font-size: 18px;
  }
  .hero-button a{
  	padding: 10px 15px;
  	margin: 6px 0;
  	font-size: 17px;
  }
  .media-babysitter{display: block;}
  .media-babysitter h4{font-size: 18px;}
  .media-bspicture, .media-babysitter-profile .media-bspicture{
		width: 70px;
		height: 70px;
		float: left;
	}
	.media-bspicture:before{
		width: 10px;
		height: 10px;
	}

}

@media(max-width: 420px){

}

@media(max-width: 380px){
	.hero-button a{width: 100%;}
}

.l{box-shadow: inset 0 0 0 1px red}