/* Clear Top of container */
/* .clear-top{
  position: relative;

} */

.home-banner img {
	width:100%;
}

.fence{
  border:2px solid orange;
  padding:2px;
}
.active{
  background-color: #222222 !important;
  color: orange !important;
}
.backdrop-index{
  background-image:url(../images/1600/kitchen-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 550px;
}

.dark-overlay{
/* background-color: rgba(240, 240, 240, 0.7); */
background-color: rgba(24, 24, 24, 0.4);
position: absolute;
top: 150;
left: 0;
width: 100%;
min-height: 300px;
color: #dddddd;
 }


.light-overlay{

background-color: #fff;
position: absolute;
top: 150;
left: 0;
width: 100%;
min-height: 300px;
color: #111111;
 }


.col50 {
	width:48%;	
	margin:1%;
	float: left;
clear: right;
	}


.home-inner{
  padding-top:20px;
}

.col-lg-4 {
    padding-top: 20px;
}

p.font-enhance, ul>li, div.font-enhance, h6{
  font-size: 1rem;
}

.bg-grey{
  background-color: #f8f8f8;
}

.bg-grey-1{
  background-color: rgba(80, 80, 80, 1);
}

.bg-dark-2{
  background-color: rbga(120, 120, 120, 0.6);
}



/* background-color: rgba(255, 127, 0, 1);
} */



.icos-row  {
margin:10px 0 40px 0;
}

.icos img {
width:60px;	
}

.icos h3 {
margin:20px;	
}


.banner-text {
display: flex;
  justify-content: center;
  flex-direction: column;
  height: 400px;	
}

.co-outline-home{
  border: 2px solid orange;
  padding:4px;
  border-style: solid;
  border-radius: 6px;
  font-weight: 600;
  color:#fff;
}


.co-outline{
  border: 2px solid orange;
  padding:4px;
  border-style: solid;
  border-radius: 6px;
  font-weight: 600;
margin-bottom: 30px;

}


.fa-2x {
font-size: 1.3em !important;
margin: .2rem !important;	
}

.fa.fa-facebook, .fa.fa-twitter {
    color: #fff;
}

.pad20 {
	padding:20px;
}

.img-thumbnail{
  border: 8px solid orange;
}

.border-none {
	border: none;
}

.text-hilite{
  color: yellow;
  font-size: 1.1em;
}

.social-icons {
  color: rgba(100, 140, 255, 1);
}

/* Contact Page CSS */
.img-fluid{
  height:100% !important;
}
div.info-box p:hover{
  overflow-y: scroll;
  height:200px;
}
/*Profile card 4*/
.profile-card-4 .card-img-block{
    float:left;
    width:100%;
    height:280px;
    overflow:hidden;
    background:rgba(217,217,217,1);
}
.profile-card-4 .card-body{
    position:relative;

}
.profile-card-4 .profile {
    border-radius: 50%;
    position: absolute;
    top: -62px;
    left: 50%;
    width:100px;
    border: 3px solid rgba(255, 255, 255, 1);
    margin-left: -50px;
}
.profile-card-4 .card-img-block{
    position:relative;
}
.profile-card-4 .card-img-block > .info-box{
    position:absolute;
    background:rgba(217,217,217,0.7);
    width:100%;
    height:100%;
    color:#000;
    padding:18px;
    text-align:center;
    font-size:0.8rem;
   -webkit-transition: 1s ease;
    transition: 1s ease;
    opacity:0;
}
.profile-card-4 .card-img-block:hover > .info-box{
    opacity:1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.profile-card-4 h5{
    font-weight:600;
    margin-top:8px !important;
}
.a-card{
  color: #464646 !important;
}
.profile-card-4 .card-text{
    font-weight:300;
    font-size:15px;
}
.profile-card-4 .icon-block{
    float:left;
    width:100%;
}
.profile-card-4 .icon-block a{
    text-decoration:none;
}
.profile-card-4 i {
  display: inline-block;
    font-size: 16px;
    color: #d90be1;
    text-align: center;
    border: 1px solid #d90be1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin:0 5px;
}
.profile-card-4 i:hover {
  background-color:#d90be1;
  color:#fff;
}


.spacer50 {
	width:100%;
	clear:right;
	min-height:50px;
}


footer {
	padding:60px 0;
	background-color: #343a40 !important;
}

footer h3 {
	color:#fff;
}

footer p {
	color:#fff;
}

@media screen and (max-width: 1024px) {		


	mr-2, .mx-2 {
    margin-right: .3rem !important;
}
	
	.navbar-brand {
    margin-right: 1rem;
    font-size: 1rem; 
}
	
.co-outline-home {
    font-size: 2.5rem;
    line-height: 1em;
	background-color: rgba(50,50,50,0.3);
}	
	
	
}



@media screen and (max-width: 768px) {		

	.col50 {
	width:100%;	
	}
	
}

