.banner-area {
	/*height: 500px;*/
}
.banner-area .overlay-bg {
  /*background-color: rgba(0, 0, 0, 0.7);*/
  height: 100px;
}
.banner-content {
    /*text-align: left;
    background-color: rgba(250,183,0,0.8); //yellow
    background-color: rgba(151,10,15,0.9);//meroon */
    background-color: rgba(65,102,194,0.6);
    border-radius: 5px;
    padding: 5px 5px;
}
.nav-menu > li > .menu-active {
	font-weight: bold;
}

.hero-slides {
    position: relative;
    z-index: 2;
}

.single-hero-slide {
    /*height: 520px;*/
    width: 100%;
    position: relative;
    z-index: 1;
}

.hero-slide-content-text {
	background-color: #1d21345c; /*#67021763;*/
    padding: 10px;
    border-radius: 10px;
	position: absolute;
	top: 150px;
	width:80%;
  	left: 50%;
	transform: translate(-50%, -50%);
	/*z-index: 1;*/
}
.hero-slide-content h2 {
    font-size: 200%;
    color: #fff;
    line-height: 1.8;
}
.hero-slide-content .genric-btn {
	font-size: 1.2em;
}	
.hero-slide-content h4 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}

.hero-slide-content .slide-img {
    color: #fff;
   /* margin-top: 200px;*/
    font-weight: 400;
    /*margin : auto;*/
}

.hero-slides .owl-prev,
.hero-slides .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: transparent;
    line-height: 60px;
    text-align: center;
    top: 50%;
    margin-top: -30px;
    left: 50px;
    border-radius: 50%;
    color: #a2baff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.hero-slides .owl-next {
    left: auto;
    right: 50px;
}

.hero-slides .owl-prev:hover,
.hero-slides .owl-next:hover {
    background-color: #4a7aec;
}

#img-menu {
	padding: 10px 0px;
}

#img-menu img {
	width: 100%;
}

.feature-area {
    margin: 5px 10px;
    background-color: rgba(4,9,30,.9);
    border: 1px solid #c5c4c4;
    border-radius: 10px;
    padding: 5px 15px;
}
.feature-area h1{
	padding-top: 10px;
	color: white;
}
.single-feature {
   /* background-color: rgba(65, 102, 194, 0.39);*/
   border-bottom-left-radius: 15px;
   border-bottom-right-radius: 15px;
   min-height: 250px;
   padding-bottom: 20px;
}

.single-service {
	min-height: 250px;
	/*max-height: 250px;*/
}

.title {
	background-color: #1d2134;
	color: #fff;
}
.title h1 {
	color: #fff;
}

.date {
    background-color: #4166c2;
    color: #fff;
    font-weight: 100;
    padding: 2px 15px;
    width: 115px;
    text-align: center;
    margin-top: 20px;
}

@media (min-width: 576px) {
  h2 {
    font-size: 50%;
  }
}