/* Home - Hero Section
    =================================================================================================*/

    .contact-callout {
        background: #fff;
        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: var(--color-theme-text);
    }



    /* Hero */
    .hero {
        background: url(https://apihoard.webit.com/api/v1/Image/C1CCF40EDC303F8CCAFDBCA1D1F4B04F/C1CCF40EDC303F8CCAFDBCA1D1F4B04F.jpg?size=1920x1440) no-repeat bottom;
        margin-top: -1px;
        display: block;
        position: relative;
        overflow: hidden;
        padding-top: 7em;
        padding-bottom: 7em;
        min-height: 700px;
        -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;
        }   

    }
	@media(min-width: 1400px){
		.hero {
			padding-bottom: 13em;
		}
	}

    .hero:after {
        overflow: hidden;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
		background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    }

    .hero .hero-container {
        position: relative;
        z-index: 2;

    }

	@media (min-width: 992px) {
	.hero-header {
    width: 60%;
	}
}

    .hero-content {
        color: #000;
        margin: auto;   
        text-align: center;
    }



    .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: #D5120F;
        display: inline-block;
        vertical-align: middle;
    }

    .hero-headline {
        line-height: 1.15;
    }

    @media(max-width: 567px){
        .hero-headline {
            font-size: 2.5rem;
        }
    }


    .hero-text {
        font-size: 1.2em;
        max-width: 520px;
        margin: auto;
    }

    .hero-btm-line {
        height: 3px;
        width: 75%;
        background: #D5120F;
        margin: 25px auto;
    }

    .btn-outline-primary,
    .btn-outline-primary:focus {
        background-color: var(--color-theme-trans);
        color: var(--color-theme-text-btn);
        border-color: var(--color-theme-text-btn);
    }

    .btn-outline-primary:hover,
    .btn-outline-primary:not([disabled]):not(.disabled).active,
    .btn-outline-primary:not([disabled]):not(.disabled):active,
    .show > .btn-outline-primary.dropdown-toggle {
        background-color: var(--color-theme-secondary);
        color: var(--color-theme-text-btn) !important;
        border-color: var(--color-theme-secondary);
    }

    .btn-outline-primary:before {
        background: var(--color-theme-secondary);
    }

    .btn-dark {
        background: rgba(0,0,0,0.7);
    }

    .btn-dark:hover {
        color: #fff;
        background-color: rgba(37, 37, 37, 0.8);
        border-color: transparent;
    }

.page-home .list-img-wrap {
  border-width: 16px!important;
}

.page-home .list {
    background-image: url(https://apihoard.webit.com/api/v1/Image/BBEE1A2CAA04E4BD88E14C6F311031CF/BBEE1A2CAA04E4BD88E14C6F311031CF.png?size=1920x1440);
    background-attachment: fixed;
    background-size: contain;
    margin-top: 3em;
}



/* Services page */
.cw-roundedList li {
    position: relative;
    padding: .4em 1em .4em 2em;
    margin: 1em;
    background: #ccc;
    color: #565656;
    font-weight: 700;
    text-decoration: none;
    border-radius: .3em;
    border: 1px solid #fff;
    outline: 2px solid #fff;
    outline-offset: 5px;
    transition: all .3s ease-out
}

.cw-roundedList li i:hover {
    transform: rotate(360deg)
}

.cw-roundedList li i {
    color: #fff;
    position: absolute;
    left: -1.3em;
    top: -18%;
    background: var(--color-theme-primary);
    height: 3em;
    width: 3em;
    line-height: 2.5em;
    border: .3em solid #fff;
    outline: 2px solid #ccc;
    text-align: center;
    font-weight: 700;
    border-radius: 2em;
    transition: all .3s ease-out
}


.cw-banner {
    background: linear-gradient(rgba(198, 14, 14,0.6),rgba(198, 14, 14,0.6)),url("https://apihoard.webit.com/api/v1/Image/2E08820DA418FB19425FF2135B5E8488/2E08820DA418FB19425FF2135B5E8488.jpg?size=1920x1440");
    background-attachment: fixed;
	background-size: cover;

}