body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    background: #fff;
    font-weight: 300;
    line-height: 27px;
}
.romana_logo {
    margin-top: 5px;
	margin-bottom: 5px;
}
.romana_about_text h3 {
    color: #000;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 0px; 
}
.romana_history_vision h3{ margin-top:10px;}
.romana_our_mission_area .romana_about_text {
     margin-top: 0px;
}
.romana_history_vision {
    padding-top: 20px;
}
.romana_about_text ul li{ list-style:disc; margin-left:20px;}
.romana_all_contact { margin-top:50px;}
#successs, #tanc {
	width:100%;
	position:fixed;
	height:100%;
	z-index:99999;
	color:red;
	top:0;
	left:0;
	background:rgba(0, 0, 0, 0.8);
}
.customalert {
	padding:30px;
	outline:10px solid transparent;
	max-width:500px;
	margin:10% auto;
	font-size:26px;
	display:table;
}
.customalert-success {
	color:#fff;
	background-color:#34096d;
	outline-color:rgba(36, 4, 96, 0.5);
	border:5px dashed rgba(255, 255, 255, 0.2);
	font-size:30px;
	text-align:center;
}
.customalert-tanc {
	color:#fff;
	background-color:#34096d;
	outline-color:rgba(36, 4, 96, 0.5);
	border:5px dashed rgba(255, 255, 255, 0.2);
	font-size:16px;
	line-height:1.6em;
	text-align:left;
}
.customclose {
	font-size:36px;
	color:#fff;
	border:none;
	background-color:#34096d;
	position:absolute;
	right:0;
	top:-0px;
}
.ale-success {
	color:#111;
	background-color:#fff;
	outline-color:rgba(132, 130, 130, 0.17);
	border:2px dashed rgba(255, 154, 209, 0.54);
	font-size:15px;
	text-align:center;
}
.cclose {
font-size: 20px;
color: #777;
border: none;
background-color: #fff;
position: absolute;
right: 5px;
top: 3px;
border-radius: 50%;
width: 30px;
height: 30px;
text-align: center;
}
.tc {
	font-size:9px;
	text-align:right;
}
.romana_submit_btn input[type="submit"], .romana_submit_btn input[type="button"] {
    background: #f5ab35;
    border: medium none;
    color: #fff;
    font-size: 15px;
    height: 43px;
    line-height: 43px;
    margin-bottom: 40px;
    margin-top: 10px;
    text-transform: capitalize;
    width: 100%;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
input.error, input[type="text"].error,textarea.error, select.error{border:1px solid #c00 !important;}
.romana_footer_bottom {
    background: #404040;
    color: #fff;
    padding-bottom: 16px;
    padding-top: 25px;
}
.romana_allPage_area {
  background: url("../images/home-banner.png") !important;
    background-position-x: 0%;
    background-position-y: 0%;
  background-position: center !important;
  height: 238px;
}
label.error{ color:#c00; border:none; position:relative; margin-top:-10px;}
a.btn-warning:hover{ color:#fff !important;}