.carousel-slider .item {
	height: 60vh;
	position: relative;
}        
.carousel-slider .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}        
.carousel-slider .item .cover {
	padding: 75px 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
}        
.carousel-slider .item .cover .section-content {
	position: relative;
	padding: 56px;
	overflow: hidden;
}        
.carousel-slider .item .cover .section-content .line {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	border: 5px solid #fff;
	-webkit-clip-path: polygon(25% 0, 60% 0, 60% 100%, 0 100%);
	clip-path: polygon(25% 0, 60% 0, 60% 100%, 0 100%);
}

.carousel-slider .item .cover .section-content h2 {
	font-weight: 300;
	font-size: 35px;
	color: #fff;
}

.carousel-slider .item .cover .section-content h1 {
	font-size: 56px;
	font-weight: 600;
	margin: 5px 0 20px;
	word-spacing: 3px;
	color: #fff;
}

.carousel-slider .item .cover .section-content h4 {
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
	color: #fff;
}

.carousel-slider .owl-item.active h1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}

.carousel-slider .owl-item.active h2 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}

.carousel-slider .owl-item.active h4 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}

.carousel-slider .owl-item.active .line {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInLeft;
	animation-delay: 0.3s;
}

.carousel-slider .owl-nav .owl-prev {
	position: absolute;
	left: 15px;
	top: 43%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background: rgba(0, 0, 0, 0.5) !important;
	width: 40px;
	cursor: pointer;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 0;
}

.carousel-slider .owl-nav .owl-prev span {
	font-size: 1.6875rem;
	color: #fff;
}

.carousel-slider .owl-nav .owl-prev:focus {
	outline: 0;
}

.carousel-slider .owl-nav .owl-prev:hover {
	background: #000 !important;
}

.carousel-slider .owl-nav .owl-next {
	position: absolute;
	right: 15px;
	top: 43%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background: rgba(0, 0, 0, 0.5) !important;
	width: 40px;
	cursor: pointer;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 0;
}

.carousel-slider .owl-nav .owl-next span {
	font-size: 1.6875rem;
	color: #fff;
}

.carousel-slider .owl-nav .owl-next:focus {
	outline: 0;
}

.carousel-slider .owl-nav .owl-next:hover {
	background: #000 !important;
}

.carousel-slider:hover .owl-prev {
	left: 0px;
	opacity: 1;
}

.carousel-slider:hover .owl-next {
	right: 0px;
	opacity: 1;
}

@media only screen and (max-width: 768px) {
	.carousel-slider .item {
		height: 100vh;
		position: relative;
	}
	.carousel-slider .item .cover .section-content .line {
		-webkit-clip-path: polygon(100% 100%, 100% 50%, 50% 100%, 100% 100%);
		clip-path: polygon(100% 100%, 100% 50%, 50% 100%, 100% 100%);
	}
	.carousel-slider .item .cover .section-content {
		padding: 30px 0!important;
	}
	.carousel-slider .item .cover .section-content h1 {
		font-size: 36px;
	}
	.carousel-slider .item .cover .section-content h4 {
		font-size: 20px;
	}
}
.copyrightSec {
	height:76px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#eaeaea;
}
.footerContainer {    
    padding: 30px 20px 0px 20px;
}
.footerContainer, .blogContainer {
	background:#fff;
}
.footerLogo {
	margin:10px 0;
}
.sitemapTxt {
	font-size:16px!important;
	padding:10px 0;
}
.footerContainer h4, .blogContainer h4 {
	text-transform:uppercase;
	color:#333;
	font-size:18px;
	letter-spacing: 0;
	font-weight:400;	
	font-family: 'Roboto Slab', serif;
}
.footerContainer p, .blogContainer p {
	font-size:16px;
}
.latest-blog-article-title {
	color:#333;
	min-height: 96px;
	font-weight:normal;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	padding-top:3px;
}
@media only screen and (max-width: 768px) {
	.latest-blog-article-title {
		min-height:auto;
	}
	.footerContainer h4, .blogContainer h4 {
		text-align:center;
	}
}
.latest-blog-article img {
	border:solid 1px #a1a1a1;
}
.social-bookmark-links-wrapper {
	border-bottom:none;
}
.blog-a a {
	color:#333;
	font-weight:bold;
	padding:10px;
}

.featuredBlogDate {
	color:#00610e;
}
.featureBlogImage {
	padding:10px 0;	
}
.featureBlogText {
	font-size:20px;
	min-height: 57px;
}
@media only screen and (max-width: 768px) {
	.featureBlogImage {
		min-height:auto;
	}
}
.blogDescription {
	min-height:96px;
}
.vdomore {
	padding:10px 0;	
	display:flex;
	align-items:center;
	justify-content:center;	
}
.vdomore a {
	color:#fff;
	font-weight:bold;
	padding:10px;
	text-transform:uppercase;
}
.tab-content ul li {
	font-size:16px;
}
.proj-title h3 {
	min-height: 79px;
}

/*24062021*/
.blogFxContainer {
  display:flex;
  align-items:center;
  justify-content:center;  
  padding:15px;  
}
.blogFxItem img {
  width:100%;
  height:auto;
}
.blogFxItemText {  
  padding:10px;
  font-size:24px;
  font-weight:bold;
  max-width:25%;
}
.blogFxItemText span {
  color:#749905;
  display:block;
}
@media only screen and (max-width: 992px) {
  .blogFxContainer {
    flex-direction:column;
  }
  .blogFxItemText { 
   max-width:60%; 
    margin:0 auto;
    text-align:center;
  }
  .blogFxItemText span {
    display:inline;
  }
}
@media only screen and (max-width: 640px) {
  .blogFxItemText { 
   max-width:90%; 
  }
}