.img_style{
	padding: .25rem;
    background-color: #f6f6f6;
    border: 1px solid #dee2e6;
    max-width: 100%;
}

body{
	background-color: #f6f6f6;
	color: #000;
    padding-bottom: 0px;
	font-family: 'Scada-Regular';
}

.p_img{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: rgb(254, 254, 254);
    font-size: 20px;
    padding: 2px 0;
    position: absolute;
    top: 85px;
    left: 10%;
    width: 80%;
    text-transform: uppercase;
}

hr{
	margin: 3rem 0;
}

footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
	background-color: #343a40!important;
}

.header-link{
	color:#fff;
	-webkit-transition: color 0.25s cubic-bezier(0.64, 0.57, 0.67, 1.53);
	transition: color 0.25s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}

.header-link:hover {
	background-color: #343a40!important;
	color: #29A4E5;
}

.dropdown-item { 
	color:#fff;
	-webkit-transition: color 0.25s cubic-bezier(0.64, 0.57, 0.67, 1.53);
	transition: color 0.25s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}

.dropdown-item:hover {
	background-color: #343a40!important;
	color: #29A4E5;
}

.dropdown-menu{
	background-color: #343a40!important;
}

/*BOTTONE SCROLL UP*/
a.scrollup{
	height:32px;
	width:32px;
	color:#fff;
	font-size:18px;
	line-height:32px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:9999;
	opacity:0.5;
	background:#85b0be;
}
a.scrollup:hover{
	opacity:1;
	color:#fff;
}

.laurels_menu_bg {
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid #aeaeae;
	padding-left: 0px;
    padding-right: 0px;
}

.caption {
    background: none repeat scroll 0 0 #12bbd5;
    clear: both;
    margin-bottom: 14px;
    max-width: 100%;
    padding: 5px;
    text-align: center;
	display: block;
    margin: 0 auto;
}

.caption-text {
    color: rgb(255, 255, 255) !important;
    font-size: 12px !important;
    font-weight: bold;
    margin: 0 auto !important;
    padding: 8px 0;
    text-align: center !important;
}

.footer a {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 32px; 
  -webkit-transition: color 0.25s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  transition: color 0.25s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.footer a:hover {
  color: #29A4E5;
}

.img_footer{
		float: left;
		margin: 0 20px 5px 0;
	}
@media (max-width: 767px) {
    .dropdown-toggle {
        display: none;
    }

    .dropdown-menu {
        display: block;
        position: relative;
        border-width: 0;
        padding: 0;
        margin: 0;
    }

    .dropdown-item {
		color:#fff;
       /* padding: .5rem 0rem;*/
    }
	
	.img_footer{
		float: initial;
	}
}
@media screen and (max-width: 1199px) and (min-width: 990px) {
	.p_img {
		width: 100%;
		left: 0;
	}
}

@media screen and (max-width: 576px){
	.par {
		margin: 12.5px 0 0 25px;
	}
}

@media screen and (min-width: 577px) {
	.par {
		margin: 12.5px 0 0 10px;
	}
}
.par {
	float: left;
	padding: 0;
	background-color: transparent;
	text-transform: capitalize;
}
.hpar{
	float: left;
    font-family: Scada-Bold;
    text-transform: capitalize;
    margin: 0px;
}

@media screen and (max-width: 767px){
	.footer {
		border-left: 0;
	}
}

@media screen and (min-width: 768px) {
	.footer {
		border-left: 1px solid #fff;
	}
}
.navbar-dark .navbar-nav .nav-link{
	color: #fff;
	-webkit-transition: color 0.25s cubic-bezier(0.64, 0.57, 0.67, 1.53);
	transition: color 0.25s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.navbar-dark .navbar-nav .nav-link:hover{
	color: #29A4E5;
}