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

@media screen and (min-width: 769px) {
	/* .navbar .navbar-brand {
		display: none;
	} */
	.navbar .nav-item {
		font-size: 16px;
	}
	.nav-bar-c{
		height: 80px;
	}
}

@media screen and (max-width: 768px) {
	header {
		display: none;
	}
	.navbar .navbar-brand {
		display: block;
	}
}

header {
	/* background: url(/bootstrap/img/client/dlxs/header-bg1.png); */

	font-family: 'Heebo,sans-serif;';
}

body {
    background: white;
     background-size: auto;
    background-size: cover;
}

header .logo {
	height: 40px;
	margin: 5px;
}

header .logo img {
	position: absolute;
	z-index: 1 !important;
	border-radius: 100px;
}

.nav-bar-c {
	/* height: 80px; */
	/* background-color: #db3333; */
	/*background: linear-gradient(to right, #c1617b, #257598, #d9a309cf);*/
}

.nav-bar-c img {
	border-radius: 10px;
}

.header-content {
	padding: 10px;
}

.header-contact {
	font-size: 16px;
	font-weight: bolder;
	padding: 13px;
	background-color: rgb(255 255 255/ 40%);
	border-radius: 10px;
}

.services-container {
	/* background: linear-gradient(153deg, #3ebce8f5, #b71313f0); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-color: rgb(23 93 0 / 80%);
            background-blend-mode: color; */
}

.services-container .row {
	padding: 20px;
}

.intro {
	/*background: linear-gradient(to right, #f5cad6, #31aee5, #df9b9b);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: black;
    line-height: 1.6;
    font-family: serif;
    background-blend-mode: color;
}

.intro .intro-header {
	font-size: 70px;
}

.intro .intro-content {
	font-size: 25px;
}

.cb-desc {
	font-size: 18px;
}

.container-bg{
	background: linear-gradient(153deg, #3ebce8f5, #b71313f0);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.contact-box {
	background-color: white;
	border-radius: 10px;
	padding: 20px;
	margin: 5px;
}

.contact-box ul{
    list-style: none;
}



