/*--Global --*/
btn,
.btn {
	border-radius: 28px
}

/* --Header --*/

.header .navbar {
	-webkit-box-shadow: 2px 2px rgb(216, 226, 236);
	box-shadow: 2px 2px rgb(216, 226, 236);
}

.header .navbar-dark .navbar-nav .nav-link {
	line-height: 28px;
	border-radius: 50px;
	text-transform: uppercase;
}

.header .navbar-dark .navbar-nav>.active .nav-link {
	color: #fff
}

.header .header-info-logo-img img {
	width: 156px
}

.header .navbar-dark .navbar-nav .nav-item .nav-link:before {
	border-width: 0 !important
}

.cw-header-info {
	padding: .5rem
}

.header a.header-business-phone {
	vertical-align: middle;
	font-family: fjalla, sans-serif;
	color: #000000;
	font-weight: 700;
	font-size: 1.2rem
}

@media(min-width: 992px) {
	.header .header-info-logo-img {
		position: fixed;
		top: 2.75rem;
		z-index: 1040;
		padding: 0
	}

	nav.navbar .container {
		position: relative;
		height: 135px;
		margin: 0 auto
	}

	.navbar-nav {
		position: absolute;
		right: 0;
		bottom: 1.5rem
	}

	.cw-header-info {
		position: fixed;
		z-index: 2000;
		top: 0;
		width: 100%
	}
}

/*-- Hero --*/
.hero {
	background: url("https://apihoard.webit.com/api/v1/Image/DBE0B76EAF8A5D72BCCCA9E3E0AB7A32/DBE0B76EAF8A5D72BCCCA9E3E0AB7A32.jpg?size=1920x1440") no-repeat center center;
	margin-top: -1px;
	overflow: hidden;
	min-height: 640px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

@media(max-width: 567px) {
	.hero {
		padding-top: 3em;
		padding-bottom: 3em;
		min-height: 410px
	}
}

.hero:after {
	overflow: hidden;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, .5)
}

.hero .hero-container {
	z-index: 2
}

@media(max-width: 567px) {
	.hero-headline {
		font-size: 2.5rem
	}
}

.hero-btm-line {
	height: 3px;
	width: 40%;
	background: var(--color-theme-secondary);
	margin: 25px auto
}


/* ============ summary list ================= */
.cw-summaryList {
	margin-bottom: -4em;
}

.page-home .list .list-square {
	background-color: #f4f4f4;
	border-radius: 15px;
	padding-bottom: 1.5em;
}

.page-home .list .list-text-title {
	min-height: 40px;
	font-weight: 400 !important;
	text-transform: uppercase !important;
}

.page-home .list .list-img-wrap {
	border-radius: 15px 15px 0px 0px;
	border: none;
}

.page-home .list .list-img-photo {
	border-radius: 15px 15px 0px 0px;
}

.page-home .list .list-text-bottom {
	min-height: 140px;
}

.page-home .list .list-text-description {
	min-height: 110px;
}

.page-home .list .btn {
	border-radius: 15px;
	padding: .5em 1.2em;
}


/* ================ Price Section ===================== */
.cw-priceSection {
	position: relative;
	z-index: 1;
	background-color: #f5f5ff;
}

.cw-mainContent {
	position: relative;
	z-index: 1;
	border-radius: 0.5rem 0.5rem 0 0;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	margin-bottom: 50px;
	background-color: #ffffff;
	padding: 3rem 4rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.cw-mainContent {
		padding: 3rem;
	}
}

@media only screen and (max-width: 575px) {
	.cw-mainContent {
		padding: 3rem;
	}
}

.cw-mainContent::after {
	position: absolute;
	content: "";
	background-image: url("https://apihoard.webit.com/api/v1/Image/45CFD145233F07586F9AE26013100452/45CFD145233F07586F9AE26013100452.png?size=1920x1440");
	background-repeat: repeat;
	width: 100%;
	height: 17px;
	bottom: -17px;
	z-index: 1;
	left: 0;
}

.cw-mainContent .cw-serviceType {
	text-transform: capitalize;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	margin-bottom: 2rem;
}

.cw-mainContent .cw-serviceType h3 {
	font-size: 1.25rem;
}

.cw-mainContent .cw-serviceType p {
	font-weight: 300;
	line-height: 1;
	font-size: 14px;
}

.cw-mainContent .cw-serviceType .cw-line {
	width: 80px;
	height: 4px;
	border-radius: 10px;
	background-color: #FA9627;
}

.cw-mainContent .cw-price {
	margin-bottom: 1.5rem;
}

.cw-mainContent .cw-price h4 {
	position: relative;
	z-index: 1;
	font-size: 2.4rem;
	line-height: 1;
	margin-bottom: 0;
	color: #1A93EC;
	display: inline-block;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-color: transparent;
	background-image: -webkit-linear-gradient(left, #fa9627 0%, #1a93ec 100%);
	background-image: linear-gradient(90deg, #FA9627, #1A93EC);
}

.cw-mainContent .cw-planDescription {
	position: relative;
	margin-bottom: 1.5rem;
}

.cw-mainContent .cw-planDescription p {
	line-height: 16px;
	margin: 0;
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

.cw-mainContent .cw-planDescription p i {
	color: #1A93EC;
	margin-right: 0.5rem;
}

.cw-mainContent.active,
.cw-mainContent:hover,
.cw-mainContent:focus {
	-webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
	box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
}

.cw-mainContent .side-shape img {
	position: absolute;
	width: auto;
	top: 0;
	right: 0;
	z-index: -2;
}

.cw-priceTitle h3 {
	margin-bottom: 1rem;
	font-size: 2.7rem;
	letter-spacing: -1px;
}

.cw-priceTitle p {
	margin-bottom: 0;
	font-size: 1.25rem;
}

.cw-priceTitle .cw-line {
	width: 120px;
	height: 5px;
	margin: 30px auto 0;
	border-radius: 6px;
	background: #2d2ed4;
	background: -webkit-gradient(linear, left top, right top, from(#FA9627), to(#1A93EC));
	background: linear-gradient(to right, #FA9627, #1A93EC);
}


/* ================ Internal page ============== */
.title {
	text-transform: uppercase;
}

/* ============== Reviews page ====================== */
.card {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid #1A93EC;
}

.oi_testimonial {
	color: #1A93EC;
	font-style: italic;
	font-size: .9em
}


@media (max-width: 776px) {
	.card-deck {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}