/* -------------------- Header & Navbar ---------------------- */

/* Navbar */
.header .navbar:before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 4px;
	background: #05668d;
	/*-- Optional border --*/
	background: linear-gradient(to right, #B4E5F5 0%, #B4E5F5 33%, #B4E5F5 33%, #96becc 33%, #96becc 33%, #96becc 66%, #7c9da8 66%, #7c9da8 66%, #7c9da8 100%);
}

.header .navbar-nav .nav-link {
	text-transform: uppercase;
	line-height: 2.5em;
	font-size: .85rem
}

/* Header */
.cw-header {
	background: var(--header-background);
	color: var(--header-text);
	padding: 5px 0;
}

.cw-header .cw-header-logo {
	text-align: center;
}

.cw-header .cw-header-logo img {
	width: 305px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.cw-header .cw-header-contact {
	padding: .5rem 0;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;

	text-align: center;
}

.cw-header a:not(.btn) {
	color: inherit;
}

.cw-header a:not(.btn):hover {
	color: var(--color-theme-highlight);
}

.cw-header .cw-phone:before {
	font-family: FontAwesome;
	content: "\f2a0";
	background: var(--color-theme-highlight);
	color: var(--color-theme-text-btn);
	border-radius: 50%;
	margin-right: .5rem;
	line-height: 1;
	padding: 8px 10px;
}


@media (min-width: 576px) {}

@media (min-width: 768px) {
	.cw-header .cw-header-contact {
		flex-flow: row wrap;
	}
}

@media (min-width: 992px) {
	.cw-header .cw-header-logo {
		text-align: left;
	}

	.cw-header .cw-header-contact {
		font-size: 1.1rem;
		text-align: right;
		justify-content: flex-end;
	}
}

@media (min-width: 1200px) {}

@media(min-width: 1440px) {
	.header .container {
		max-width: 1400px
	}
}


/* .cw-Topheader a, .cw-Topheader p{
color: #a6a6b3;
font-size: 17px;
margin-bottom: 0;
}

.cw-header span{
font-size: 14px;
font-weight: 600;
color: #5a5a68;
}
.btn.btn-primary.cw-text-black{
color:#333333;
}
.header .navbar .navbar-nav .nav-link{
	text-transform: uppercase;
}
.cw-headerLOGO {
width: 100%;
} */

/*  576 px & Up */
/* @media (min-width: 576px) {
.cw-headerLOGO {
width: 50%;
}
} */


/* 1200 px & Up */
/* @media (min-width: 1200px) {
.cw-headerLOGO {
width: 75%;
}
} */

/* ======== Hero section ============== */

.cw-hero {
	position: relative;
	padding: 4em 0;
}

.cw-hero .cw-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.cw-hero:after {
	overflow: hidden;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, .5)
}

.cw-text {
	position: relative;
	z-index: 2;
}

@media (min-width: 992px) {
	.cw-hero {
		padding: 12em 0;
	}
}


/* ======= Why choose us =============*/
.cw-choose {
	background: #222;
	color: #fff;
}

.cw-choose .cw-primary-box {
	padding: 3rem 1rem;
	background: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
}

.btn-outline-primary {
	color: var(--color-theme-secondary);
	border-color: var(--color-theme-secondary);

}

.btn-outline-primary:hover {
	background-color: var(--color-theme-secondary);
	color: var(--color-theme-text-btn);
}


/* ============ Banner =============== */
.cw-banner {
	background-color: #EA8848;
}

/* ============== Cascade =========== */

.cw-cascade {
	margin: 0 auto;
	padding: 6em 0;
}

.cw-cascade:before {
	overflow: hidden;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.65);
}

.cw-cascadeText {
	z-index: 20;
}

.cw-cascadeText h3 {
	font-size: 2.5rem;
}

.cw-cascade .cw-checklist li {
	font-size: 1.5rem;
	font-weight: bold;
}

.cw-checklist li {
	display: inline-block;
	padding: .5em .75em;
}

.cw-checklist li:before {
	content: "✔";
	margin-right: .5em;
	font-weight: bold;
	color: var(--color-theme-primary)
}

@media (min-width: 768px) {
	.page-home .cw-cascade {
		padding: 11em 0;
	}

	.cw-cascade .cw-checklist li {
		font-size: 1.75rem;
	}
}

/* -------------------- Service list in Text with image ---------------------- */

/* Keep button text color in modules */
.text a.btn-primary,
.text a.btn-secondary,
.textwithimage a.btn-primary,
.textwithimage a.btn-secondary {
	color: var(--color-theme-text-btn);
}

.webit-services-wrapper {
	max-width: 750px;
}

.webit-services-wrapper p {
	font-size: 1.15em;
	line-height: 1.8em;
}

.webit-services-list {
	margin-bottom: -9px;
}

.webit-services-list li {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 32px;
}

.webit-services-list li::before {
	float: left;
	overflow: hidden;
	width: 22px;
	height: 22px;
	content: '';
	margin-left: -30px;
	background-image: url('https://apihoard.webit.com/api/v1/Image/60BADA0592615D0E6B538B4857D13A28/60BADA0592615D0E6B538B4857D13A28.png?size=Original');
	background-size: 22px 22px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

@media (min-width: 768px) {
	.page-home .webit-services .container {
		padding-top: 3.5em;
		padding-bottom: 3.5em;
	}

	.webit-services .container {
		max-width: 100%;
	}
}

@media (min-width: 1350px) {
	.webit-services .container {
		max-width: 90%;
	}
}

@media (min-width: 1450px) {
	.webit-services .container {
		max-width: 80%;
	}
}

@media (min-width: 1730px) {
	.webit-services .container {
		max-width: 70%;
	}
}

/* -------------------- testimonials ---------------------- */

.cw-testimonials-all .cw-author {
	text-align: left;
	margin-left: 1.5em;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.4;
	font-size: 14px;
	font-size: 0.875rem;
	color: #fff;
}

.cw-testimonials-all .cw-testimonials-all-wrapper>ul {
	margin: 1.5em auto 4em auto;
}

.cw-testimonials-all .cw-testimonials-all-wrapper>ul:after {
	content: '';
	display: table;
	clear: both;
}

.cw-testimonials-all .cw-testimonials-item {
	margin-bottom: 2em;
}

.cw-testimonials-all p {
	position: relative;
	background: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
	padding: 2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.4;
	border-radius: 0.25em;
	margin-bottom: 1em;
}

.cw-testimonials-all p::after {
	/* creating the triangle in css */
	content: '';
	position: absolute;
	top: 100%;
	left: 2em;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-top-color: var(--color-theme-primary);
}

@media (min-width: 768px) {
	.cw-testimonials-all .cw-testimonials-item {
		width: 46%;
		margin: 0 2% 3em;
	}
}

@media (min-width: 1170px) {
	.cw-testimonials-all .cw-testimonials-item {
		width: 30%;
		margin: 0 1.6666% 3em;
	}
}