#about{
    background-color: #ffe546;
}

.boxed {
	color: #F0F0F0;
	display: block;
	padding: 10px;
	margin-right: 250px;
	font-size: 24px;
	font-weight: bold;
	line-height: 35px;
	white-space: nowrap;
	vertical-align: middle;
	text-transform: none;
	background-color: #808080;
}

.service-h{
    position:absolute;
}

.hero-image {
	background-image: url(../assets/header-download.jpg);
	height: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 100px;
	margin-top: -20px;
  }
  
  
@media only screen and (max-width: 768px) {
    .dropdown-menu {
        display: block;
    }   
    
    a.dropdown-toggle:after {
        display: none;
    }
}

/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:relative;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: auto;
    min-height: auto;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: relative;
    top: -1000px;
    right: -820px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */