body{	
	color:#5a5a5a;
	font-size:16px;
	overflow-x: hidden;
}
.modal-open {
    padding-right: 0 !important;
}
body {
overflow-y: visible !important;
}
.head-menu{
	z-index:999;
	box-shadow:0 2px 6px 0 rgba(0,0,0,.15);
	position:fixed;
	top:0;
	left:0;
	right:0;
}
.bg-primary{
	background-color: #2196f3!important;
}
.text-primary{
	 color: #2196f3!important;
}
.btn-primary {
    color: #2196f3;
    background-color: #fff;
    border-color: #2196f3;
	font-weight:600;
}
.btn-primary:hover {
	background-color: #2196f3;
	border-color: #2196f3;
    color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    border-color: #2196f3;  
	background-color: #2196f3;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    border-color: #2196f3;  
	background-color: #2196f3;
}
.btn-warning{
	color: #fff!important;
	background-color: #f57c00;
    border-color: #f57c00;
}
.btn-warning:hover {
	background-color: #ffa353;
	border-color: #ffa353;
    color: #fff;
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
    color: #fff;
    border-color: #ffa353;  
	background-color: #ffa353;
}
.btn-warning.focus, .btn-warning:focus {
    color: #fff;
    border-color: #ffa353;  
	background-color: #ffa353;
}
#menu .logo img{
	height: 30px;
}
#menu .nav-link {
	font-size:16px;
	color:#fff;
}
#menu .nav-link:hover{color:#ff9d1b;}
a{color:#2196f3;}
a:hover {
    color: #ff9d1b;
    text-decoration: none;
} 
#menu  .dropdown-item.active,#menu  .dropdown-item:active {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
} 
#main-title{
	margin-top:48px;
	padding-top:60px;
}


#buyForm{
	max-width:350px;
	margin:0 auto;	color:#5a5a5a;
}
#buyForm.panel, .panel-heading{
	border-color:#000!important;
}
#buyForm .panel-heading{
	background:#f8f9fa;
	color:#5a5a5a;
}
#buyForm .panel-body{
	background:#f8f9fa;
}
#services .card {
	transition:0.2s;
}
#services .card:hover{
	box-shadow: 0 3px 10px rgba(0,0,0,.1);
}

.owl-carousel .owl-prev span,.owl-carousel .owl-next span{
	font-size: 4rem;
    display: block;
    width: 20px;
	color:#fff;
}
.owl-carousel .owl-prev,.owl-carousel .owl-next{
	position: absolute;
    top: 30%;
	opacity:0.5;
	outline: none;
} 
@media(max-width:767px){
	#functional .owl-carousel .owl-prev,#functional .owl-carousel .owl-next{
    top:20%;
}

#functional .owl-carousel  .carousel-caption{
	padding:0;
	position:relative;
	top:0;
	left:0;
}
}
.owl-stage {
  display: flex;
  align-items: center;
}

.owl-carousel .owl-prev{left: 10px;}
.owl-carousel .owl-next{ right: 10px;}
.close:focus{
	outline:none;
}
.input-grope-iconic {
    position: relative;
}
.input-grope-iconic .icon-wrapper {
    position: absolute;
	left:0;
    width: 2.5rem;
    height: 100%;
    z-index: 2;
}
.input-grope-iconic .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    fill: #ccc;
}
.input-grope-iconic .form-iconic {
    padding-left: 2.5rem;
}

#scroll-top-button{
	display: none;
    position: fixed;
    bottom: 40px;
    right: 20px;
    color: rgba(0,0,0,.2);
    z-index: 1049;
    cursor: pointer;
	transition:0.2s;
}
#scroll-top-button:hover{
	color: #2196f3;
}
#scroll-top-button .fa {
    font-size: 42px;
}
footer a{
	color:#5a5a5a;
}
footer svg{
	fill:#5a5a5a;
}
footer svg:hover{
	fill:#ff9d1b;
}
