/*-- Global --*/
strong,
b {
    font-weight: bold;
}

.textwithimage-in-container {
    padding-top: 1em;
}

button.btn.btn-link {
    color: var(--color-theme-primary);
}

/*-- Header --*/

header {
    box-shadow: 0px 2px 8px #1A2541;
    position: relative;
}

.header .navbar:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background: #05668d;
    /*-- Optional gradient border --*/
    background: -moz-linear-gradient(left,rgba(5,102,141,1) 0%,rgba(5,102,141,1) 33%,rgba(5,102,141,1) 33%,rgba(2,128,144,1) 33%,rgba(2,128,144,1) 33%,rgba(2,128,144,1) 66%,rgba(0,168,150,1) 66%,rgba(0,168,150,1) 66%,rgba(0,168,150,1) 100%);
    background: -webkit-linear-gradient(left,rgba(5,102,141,1) 0%,rgba(5,102,141,1) 33%,rgba(5,102,141,1) 33%,rgba(2,128,144,1) 33%,rgba(2,128,144,1) 33%,rgba(2,128,144,1) 66%,rgba(0,168,150,1) 66%,rgba(0,168,150,1) 66%,rgba(0,168,150,1) 100%);
    background: linear-gradient(to right,rgba(5,102,141,1) 0%,rgba(5,102,141,1) 33%,rgba(5,102,141,1) 33%,rgba(2,128,144,1) 33%,rgba(2,128,144,1) 33%,rgba(2,128,144,1) 66%,rgba(0,168,150,1) 66%,rgba(0,168,150,1) 66%,rgba(0,168,150,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05668d',endColorstr='#00a896',GradientType=1 )
}

.header .navbar-nav .nav-link {
    text-transform: uppercase;
    line-height: 34px;
    font-size: .825rem
}

.header .header-info-logo-img img {
    width: 160px
}

.cw-header-contact {
    padding: .5rem 0
}

.cw-phone:before {
    font-family: FontAwesome;
    content: "\f2a0";
    background: var(--color-theme-primary);
    border-radius: 50%;
    margin-right: .5rem;
    padding: 10px 12px;
    color: #fff
}

@media(min-width: 992px) {
    div#header-navbar-collapse {
        position: relative;
        left: 25%;
    }

    .cw-header-contact {
        max-width: 1140px;
        height: 115px;
        padding-top: 2.5rem;
        padding-right: 1rem
    }

    .header .header-info-logo-img {
        position: absolute;
        top: -51px;
        z-index: 100000;
        left: 0em;
        padding: 7px 38px;
        background: #fff;
    }

    .cw-header-contact {
        font-size: 1.1rem
    }

    .cw-phone:before {
        padding: 12px 14px
    }
}

@media(min-width: 1440px) {
    .header .container,.cw-header-contact {
        max-width: 1400px
    }
}

.title {
    padding-top: 1.8em;
    padding-bottom: 0.8em;
    text-align: center;
    background-image: linear-gradient(45deg,#183E62,transparent),url('https://apihoard.webit.com/api/v1/Image/A73D8D0221BA68CD81159717D1E86D22/A73D8D0221BA68CD81159717D1E86D22.jpg?size=1920x1440');
    color: #fff;
    text-shadow: 1px 2px 2px var(--color-theme-highlight);
    font-size: 2em;
    margin-bottom: 1em;
    border-bottom: 6px solid var(--color-theme-highlight);
}

/*-- Home ---*/

.cw-hero.bg-primary {
    background-image: linear-gradient(0deg,rgba(23, 61, 97, 1),rgba(91, 143, 154, .6)),url('https://apihoard.webit.com/api/v1/Image/A73D8D0221BA68CD81159717D1E86D22/A73D8D0221BA68CD81159717D1E86D22.jpg?size=1920x1440');
    background-size: cover;
    background-position: right;
}

.page-home .header-info {
    padding: 2em 0 0;
}

.page-home .list {
    padding: 0;
}

.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(24, 62, 98, 0.75)
}

.cw-cascadeText {
    z-index: 2;
}

.cw-faq {
    background-image:linear-gradient(0deg, rgba(255,255,255,.2), rgba(255,255,255,1)), url('https://s3.amazonaws.com/fcwebmanager/Abstract/SmartSites/HeroImages/0/abstract_07.jpg');
    background-size: cover;
}

.cw-faq button:hover i {
    transform: rotate(90deg);
    transition-duration: .5s;
    transition-timing-function: ease-in-out;
}

@media(min-width: 768px) {
    h1.display-4,
    h3.display-4 {
        font-size: 3em;
        line-height: 51px;
        text-shadow: 1px 3px 0px var(--color-theme-highlight);
        -webkit-text-stroke: 1px var(--color-theme-highlight);
    }

    .page-home .cw-cascade {
        padding: 5em 0
    }

    .header .cw-h1 {
        margin-top: 160px;
    }
}

@media(min-width: 1024px) {

    .header .cw-h1 {
        margin-top: 280px;
    }

    .page-home .header .header-info {
        background-position: center top
    }

    .page-home .title-heading {
        font-size: 2.75rem;
    }
}

/*-- Subpages --*/

section:not(.page-home) .header .cw-h1 {
    display: none;
}

/*-- footer --*/

footer.footer {
    border-top: 10px solid var(--color-theme-highlight);
}


/*==== Service List =====*/
.pg-services-list {
	column-count: 1;
	-moz-column-count: 1;
	-webkit-column-count: 1;
}

@media (min-width: 548px) and (max-width: 811px) {
	.pg-services-list {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
	}
}

@media (min-width: 812px) {
	.pg-services-list {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
	}
}

.pg-services-list li {
	margin-top: 0;
	margin-bottom: 13px;
	margin-left: 38px;
	font-size: 15px;
}

.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/E605A7121CCAF2877D1FC8D9BF8AAAEE/E605A7121CCAF2877D1FC8D9BF8AAAEE.png?size=320x240");
	background-size: 23px 23px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.detailedlist {
    padding-top: 3em;
    padding-bottom: 0em;
}

@media(max-width: 440px){
   .display-4 {
        font-size: 2rem;
    }

    .title {
        font-size: 1em;
    }
}

    /*--- Floating links ---*/
    .cw-lets-talk {
        position: fixed;
		z-index: 3;
        bottom: 1em;
        right: 1em;
        border-radius: 25px;
        -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .2);
        box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .2);
    }

    .cw-lets-talk:hover {
        cursor: pointer;
    }

    .hidden {
        display: none;
    }

    #contactBtns a {
        display: inline-block;
        width: 54px;
        height: 54px;
        padding: 10px;
        border-radius: 50%;
        background: #fff
    }

    #contactBtns a {
        display: inline-block;
        width: 54px;
        height: 54px;
        padding: 10px;
        border-radius: 50%;
        background: #fff;
    }

    #contactBtns .fa {
        font-size: 35px;
        color: var(--color-theme-primary);
    }