

/*----------------------
  Footer top Section
------------------------*/

.footer-top-section {
	background-image: url("/images/images/pattern.png");
	background-repeat: repeat;
	padding: 90px 0 60px 0;


}

.footer-top-section .container {

}


.footer-top-section .row{

	display:flex;
	justify-content: center;
	align-items: center;
	margin-right: 0px;
	margin-left: 0px;
		
}


.footer-top-bg img{
	
    object-fit:cover;
    background-repeat: no-repeat;
    background-position: center;

}

.footer-widget {

}


.col-item14 .footer-top-bg-img {
	height:560px;
	width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	
}

.col-item14 {
    flex-grow: 0;
	flex-shrink: 1;
	flex-basis: 40%;
	
	
}

.col-item16 {
	
	flex-grow: 0;
	flex-shrink:1;
	flex-basis: 40%;
}


.footer-widget {
	height:560px;
	width: 100%;
	padding: 0px 10px 0px 10px;
	background: #252525;
	border: 1px solid #4a4a4a;
	vertical-align: middle;
	
}



.lb-item {
	display:flex;
	justify-content: space-evenly;
	align-items: center;
	align-content: space-evenly;
	margin-bottom : 15px;
}

.latest-blog .lb-item .lb-thumb  {
	max-width: 45%;
	width: 250px;
	height: 150px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	flex-grow: 0;
	flex-shrink: 1;
}

.latest-blog .lb-item .lb-content p{
    margin-bottom: 20px;
    color: #d3d3d3;

}

.lb-content p{
	color: #d3d3d3;
	width: 300px;
	flex-grow: 0;
	flex-shrink: 1;
	font-size: 16px;
	align-content: space-evenly;
	vertical-align: middle;
	padding-bottom: 10px;
	
	
}

.latest-blog .lb-item .lb-content .lb-date {
	font-size: 16px;
	color: #ffb320;
	margin-bottom: 20px;
}

.latest-blog .lb-item .lb-content .lb-author {
	font-size: 16px;
	color: #fff;
	
}

@media (max-width: 1600px) {



.col-item16 {


}

}


@media (min-width: 1200px) {

.col-item14 {
	

}

.col-item16 {

	
}



}

@media  screen and (max-width:1200px){

	.col-item14 {
		display:none;
	}

	.footer-widget {

		flex : 1 0 90%;
		width:720px;;
	}
}



@media screen and (min-width: 992px)(min-width: 1199px) {

.footer-widget {

    flex : 1 0 100%;
	max-width:100%;
}

}



@media only screen and (min-width: 661px) and (max-width: 992px) {

	.latest-blog .lb-item .lb-content .lb-date {
		font-size: 14px;
		color: #ffb320;
		margin-bottom: 15px;
		font-weight: 500;
	}

	.latest-blog .lb-item .lb-content p {
		font-size: 14px;
		margin-bottom: 15px;
		color: #d3d3d3;
	}

	.latest-blog .lb-item .lb-content .lb-author {
		font-size: 14px;
		color: #d3d3d3;
		font-weight: 500;
	}
	
	.col-item16 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: center;
	
}

	.footer-widget {

		flex : 1 1 80%;
		max-width:80%;
}	

}

@media only screen and (max-width: 660px) {

	.col-item16 {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-evenly;
		align-items: center;
	
	}
	
	.footer-widget {
		flex: 1 1 45%;
		width: 480px;
		height: 400px;
	}

	.lb-item .lb-thumb {
		display: none;
	}
	
	.lb-content {

		flex: 0 1 45%;
	}
	

	.latest-blog .lb-item .lb-content .lb-date {
		font-size: 12px;
		color: #ffb320;
		margin-bottom: 15px;
		font-weight: 500;
	}

	.latest-blog .lb-item .lb-content p {
		font-size: 12px;
		margin-bottom: 15px;
		color: #d3d3d3;
	}

	.latest-blog .lb-item .lb-content .lb-author {
		font-size: 12px;
		color: #d3d3d3;
		font-weight: 500;
	}
	


}



@media only screen and (max-width: 479px) {

	.footer-widget {
		flex: 1 1 45%;
		width: 300px;
		height: 100%;
	}


}