
.header .navbar .show>.nav-link {
  color: #ffffff!important;
}


.header .navbar {
	-webkit-box-shadow: 1px 1px #d1cdc2;
	box-shadow: 1px 1px #d1cdc2;
}

.header .navbar-dark .navbar-nav .nav-link {
	line-height: 28px;
	border-radius: 50px
}

.header .navbar-dark .navbar-nav>.active .nav-link {
	color: #fff !important;
}

.header .header-info-logo-img img {
	width: 186px;
}

.header .navbar-dark .navbar-nav .nav-item .nav-link:before {
	border-width: 0 !important
}

.header .navbar .dropdown-item.active {
  color: #fff;
}

.cw-header-info {
	padding: .5rem
}

.header a.header-business-phone {
	vertical-align: middle;
	color: #bac2a6;
	font-size: 1.2rem
}

@media(min-width: 992px) {
	.header .header-info-logo-img {
		position: fixed;
		top: 46px;
		z-index: 1039;
		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: 1039;
		top: 0;
		width: 100%
	}
}

/* --------------------  ---------------------- */

/* .cw-parallax-wrapper {
	position: relative;
	overflow: hidden;
} */

.cw-parallax {
	display: block;
	position: relative;
	background: transparent;
	overflow: hidden;
}

.cw-parallax:after {
	overflow: hidden;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(33, 33, 45, 0.1);
}


.cw-parallax .cw-parallax-container {
	position: relative;
	z-index: 2;
	color: #fff;
	max-width: 1653px;
	margin: auto;
}

.cw-parallax .cw-parallax-row {
	padding-top: 2em;
	padding-bottom: 2em;
}

.cw-parallax .cw-parallax-row .lead {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.6;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}


.cw-parallax .cw-parallax-content {
	padding: 1em;
}

@media(max-width: 767px) {
	.cw-parallax .cw-parallax-row {
		min-height: auto;
	}

	.cw-parallax .cw-parallax-row h1 {
		font-size: 2em;
	}

	.cw-parallax .cw-parallax-row .lead {
		font-size: 1rem;
	}
}

/* Hero Call
.cw-parallax-call {
	position: relative;
	margin-top: -40px;
	right: 0;
	z-index: 2;
	width: 100%;
}

@media(max-width: 991px) {
	.cw-parallax-call {
		margin-top: 0;
	}
}

.cw-parallax-callcard {
	background: #2fb3c3;
	padding: 5px;
}

.cw-parallax-callcard-content {
	border: 2px solid rgba(255, 255, 255, 0.4);
	padding: 10px;
	color: #fff;
	font-weight: 500;
	line-height: 1.3;
}

.cw-parallax-callcard-content-top {
	font-size: 1.2rem;
}

.cw-parallax-callcard-content .fa {
	padding: 31px 12px 9px 12px;
	font-size: 1.2rem;
	line-height: 1;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	margin-right: 10px;
} */


/*HERO*/

/* MEDIA ==== */
@media(max-width: 812px) {
    .hero {
        padding-top: 3em;
        padding-bottom: 3em;
        min-height: 410px;
    }   

    .hero .display-4 {
        font-size: 1.5rem !important;
    }

    .hero h4 {
        font-size: 1rem !important;
        text-align: center;
    }
}

/* Hero */
.hero {
    background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url("https://apihoard.webit.com/api/v1/Image/05A553A805185EC23973C44729B6FFBB/05A553A805185EC23973C44729B6FFBB.png?size=1920x1440") no-repeat 65% top;
    margin-top: -1px;
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 700px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero .hero-container {
    position: relative;
    z-index: 2;
}

.hero-lines {
    position: relative;
    text-align: center;
}

.hero-lines span {
    display: inline-block;
    vertical-align: middle;
    max-width: 55%;
}

.hero-lines::before,
.hero-lines::after {
    content: ' ';
    height: 3px;
    width: 10%;
    background: var(--color-theme-highlight);
    display: inline-block;
    vertical-align: middle;
}

.hero .display-4 {
    font-size: 3rem;
}

.hero-btm-line {
    height: 3px;
    width: 75%;
    background: var(--color-theme-highlight);
    margin: 25px auto;
}


/* Hero - Callout Section ========================================*/
.contact-callout {
    background: var(--color-theme-primary);
    padding: 1.5em 1em;
    text-align: center;
}
.contact-callout-text {
    color: var(--color-theme-text-btn);
    margin: 0;
    font-size: 1.5em;
}

.contact-callout-text a {
    color: var(--color-theme-text-btn);
}
.contact-callout-text a:hover {
    color: rgba(255,255,255,0.3);
}

/*CONTACT US*/

.cw-business h4 {
    color: var(--color-theme-text);
    border-bottom-width: 0.1em;
    border-color: var(--color-theme-text);
    border-bottom-style: solid;
    margin-bottom: 0.8em;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
  }

  .cw-business h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    position: relative;
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    font-weight: 400;
    line-height: 0.8em;
    margin-bottom: 1.2em;
  }

  .cw-business h5 a {
    margin-left: 38px;
  }
  .cw-business a:hover{
    color: var(--color-theme-highlight);
  }
  .cw-business a:hover i {
    background: var(--color-theme-highlight);
  }
  .cw-business a:hover i::after {
    border: 2px solid var(--color-theme-highlight);
  }
  .cw-business i {
    position: absolute;
    top: -4px;
    left: 1px;
    text-align: center;
    background: var(--color-theme-primary);
    color: var(--color-theme-background);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: block;
    line-height: 26px;
    font-size: 15px;
    padding-left: 1px;
  }
  .cw-business i::before {
    box-sizing: border-box;
  }
  .cw-business i::after {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    left: -4px;
    border: 2px solid var(--color-theme-primary);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    transition: border 0.2s ease;
    -o-transition: border 0.2s ease;
    -ms-transition: border 0.2s ease;
    -moz-transition: border 0.2s ease;
    -webkit-transition: border 0.2s ease;
  }



/*EMAIL*/
	.contact-companyinfo .contact-email .contact-details-info,
	.header .header-business-email,
	.footer .footer-business-email {
		overflow-wrap: anywhere;
	}

  /*News & Info Page*/

  @media(max-width: 768px) {
    .pg-services-list li {
        margin-left: 18px !important;
    }
}

.pg-services-list li {
    margin-top: 0;
    margin-bottom: 13px;
    margin-left: 38px;
}

.pg-services-list li::before {
    float: left;
    overflow: hidden;
    width: 23px;
    height: 23px;
    content: "";
    margin-right: 7px;
    margin-left: -35px;
    background-image: url('https://apihoard.webit.com/api/v1/Image/3E10BB59CC37A8E46C79CFC8A9DA108B/3E10BB59CC37A8E46C79CFC8A9DA108B.png?size=320x240');
    background-size: 23px 23px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

