
.btn-read {
	background-color: #023d77;
	border: 1px solid #023d77;
	color: #fff;
}

.btn-read:hover{
	background-color: #ffb715;
	border: 1px solid #ffb715;
	color: #fff;
}
/* COMMON STYLES*/

.text-theme-color{
	color:#023d77;
}

.text-theme-colored{
	color:#ffb715;
}

.single-news{
	padding:20px;
	background:#fff;
	border:1px solid #ffb715;
	border-radius:40px 0 40px 0;
	color:#000;
}

.card {
    float: left;
    min-height: 0px;
    padding-bottom: 0px;
    position: relative;
    width: 100%;
}

/* FOOTER */

.footer a {
	color: #ffffff;
}

.opening-hours ul li span {
	color: #fff;
}

.opening-hours ul li .value {
	color: #fff;
}

.footer a:focus, .footer a:hover, .footer a:active {
    color: #ffb715;
}

.header_color{
  	background: #e0f0ff !important;
}   
.breadcrumb > li + li::before {
    content: "\f22d" !important;
    font-family: fontawesome;
    font-size: 9px;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #000 !important;
    content: "/\00a0";
}
.title_header{
    color: #000 !important;
}

@media only screen and (max-width: 991px){
.pt-150 {
    padding-top: 22px !important;
}
}

@media only screen and (max-width: 991px){
section > .container  {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
}
}

.call-card{
	background:#5ca691;
	padding:30px;
}

@media only screen and (max-width: 991px){
	.benefit-card {
		margin-bottom:20px;
	}
}


.benefit-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
  
}

.benefit-card:hover {
  transform: translateY(-8px);
}

.benefit-card .icon {
  font-size: 36px;
  color: #2E8B57;
  margin-bottom: 15px;
}

.contact-box{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background:#ffb715;
	border-radius:30px;
	padding:30px;
}
.form-control {
    border-radius: 10px;
    box-shadow: none;
    height: 45px;
    border: 1px solid #2E3192;
}

.method-icon{
	color:#023d77; 
	background:#abedcc;
	padding:20px;
	border-radius:50% 50% 0;
	font-size:30px;
	width:70px;
}

.method{
	background:#fff;
	padding:20px;
	margin-bottom:20px;
	border-radius:30px;
}

.sip-card{
	border:1px solid #ccc;
	border-radius:30px;
	padding:20px;
}

.outputtext {
    border: 1px solid #023d77;
    border-radius: 30px;
    padding: 20px;
    background: #edf6ff;
}

.btn-submit{
	background-color: #ffb715;
	border:1px solid #ffb715;
	color: #fff;
}
.btn-submit:hover{
	color: #fff;
    background-color: #023d77;
    border-color: #023d77;
}
.text-theme-colored2{
	color: #ffb715;
}
#ban-card{
	background: #00246d;
	padding-top: 350px;
	height: 800px;
}
#ban-card h1{
	font-weight: 500;
}

@media only screen and (max-width: 991px){
	#ban-card {
		padding-top: 100px;
		padding-bottom: 20px;
		padding-right: 20px;
		padding-left: 20px;
		height: 600px;
	}
	#ban-card h1{
		font-size:30px;
	}
	
}
