

.slider-text .btn-custom:hover {
	border: 1px solid #ffffff;
	color: #ffffff;
}

.navbar .nav-menu li .dot.active::before, .navbar .nav-menu li:hover .dot::before {
	background: #ffffff;
	border-color: #ffffff;
}

.navbar .nav-menu li .dot::after {
   border: 2px solid #ffffff;
}

.signature{
	width: 100px;
}

.custom-select, .input-text {
display: inline-block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: .375rem 1.75rem .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
vertical-align: middle;
border: 1px solid #ced4da;
border-radius: .25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.custom-check-box{
  padding: .375rem 1.75rem .375rem 1rem;
}

.w-300{
  width: 300px;
}
.radius-13{
	border-radius: 13px;
}

.custom-shadow{
  -webkit-box-shadow: 0px 12px 28px 0px rgba(0,0,0,0.63);
  -moz-box-shadow: 0px 12px 28px 0px rgba(0,0,0,0.63);
  box-shadow: 0px 12px 28px 0px rgba(0,0,0,0.63);
}

.h-160{
  height: 160px;
}