/************* CUSTOM CSS ******************/
#home-intro {
	background-image: url(../images/banner2.png);
	background-repeat: no-repeat;
	background-position: -50px -100px;
}

#header-div {
	z-index: 10;
	position: relative;
}

#home-services {
	background-image: url(../images/shape1.png);
	background-repeat: no-repeat;
	background-size: cover;
}

#projects-counter {
	background-image: url(../images/shape1.png);
	background-repeat: no-repeat;
	background-size: cover;	
}

#home-services .card {
	border: 1px dashed var(--theme1);
	transition: color 0.5s ease;
	transition: background 0.5s ease;
}

#home-services .card .fa {
	color: var(--theme1);
}

#home-services .card:hover .fa {
	color: #fec931;
}


#home-services .card:hover {
	color: #fff;
	background: var(--theme1);
	border: 1px dashed #fff;
}

#about-us {
	/*background-image: url(../images/shape1.png);
	background-repeat: no-repeat;
	background-size: cover;*/
	background-color: #fdfeff;
}

#ask-us {
	background-image: url(../images/banner3.png);
	background-size: cover;
}

#software-solutions .card {
	margin-bottom: 30px;
	min-height: 28%;
	width: 100%;
	padding: 10px;
	overflow: hidden;
}

#software-solutions .card p {
	font-size: 15px;
}

.single-post p {
	text-align: justify;
}

.project-counter-list h4 {
	color: #fc5631;
	font-weight: bold;
}

.table-of-contents {
	position: relative;
	border: 1px solid silver;
	padding: 25px;
	margin: 3em 0;
	border-radius: 10px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
	background: #f2f2f2;
	overflow: hidden;
}

.table-of-contents li {
	margin-bottom: 0.8rem;
}

.table-of-contents .fa {
	font-size: 350px;
	color: rgb(0, 0, 0, 0.04);
	position: absolute;
	top: -50px;
	right: -50px;
	transform: rotate(-45deg);
}

.table-of-contents p, .table-of-contents ol {
	position: relative;
	z-index: 2;
}

.blockquote {
	font-size: inherit;
	font-style: italic;
	color: #999;
	border-left: 3px solid #999;
	padding-left: 25px;
	
}

.contacts-data .fa {
	font-size: 40px;
	color: var(--theme1);
	padding-top: 9px;
}

.contacts-data span {
	color: #888;
	font-size: 10px;
}

.alert-popup {
	position: absolute;
	right: 0;
	top: 150px;
	max-width: 600px;
	padding: 20px;
}

#list-posts .card-title-container {
	position: absolute;
	display: block;
	border: 2px solid #fff;
	margin: 20px;
	padding: 15px;
	background: rgba(20, 79, 121, 0.9);
	border-radius: 25px;
	bottom: -30px;
}

#list-posts .card-title-container:hover {
	background: rgba(20, 79, 121, 1);
}

#product-description .nav-pills {
	
	border-top: 1px solid #ccc;
}

#product-description .nav-pills .nav-link {
	background: none;
	color: #222;

	border-radius: 0;
}

#product-description .nav-pills .nav-link.active {
	border-top: 3px solid #ccc;
	color: #000;
	font-weight: bold;
	margin-top: -1px;
}

.border-8 {
	border-radius: 8px
}

footer {
	background-color: transparent;
	background-image: url(../images/footer-bg.png);
	background-size: cover;
}
