.header .navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.05rem;
    /* font-family: "Khand", sans-serif !important */
}

.header .container {
    max-width: 1140px;
}

.header .header-info-logo-img img {
    width: 200px;
}

.cw-header-contact {
    padding: .5rem 0;
    /* font-family: "Khand", sans-serif !important */
}

.header .navbar .nav-link::before {
    border-width: 1px
}

.cw-phone:before {
    font-family: FontAwesome;
    content: "\f2a0";
    background: var(--color-theme-highlight);
    border-radius: 50%;
    margin-right: .5rem;
    padding: 10px 12px;
    color: #ffffff;
}

.cw-email:before {
    font-family: FontAwesome;
    content: "\f27a";
    border-radius: 50%;
    background: var(--color-theme-highlight);
    margin-right: .5rem;
    padding: 10px;
    color: #ffffff;
}

@media(min-width: 1200px) {

    .cw-header-contact {
        max-width: 100%;
        height: 100px;
        padding-top: 2.5rem;
        padding-right: 2rem;
    }

    .header .header-info-logo-img {
        position: absolute;
        top: -50px;
        z-index: 1032;
    }

    .cw-header-contact {
        font-size: 1.1rem;
    }

    .navbar-collapse {
        justify-content: flex-end !important;
    }

    /* .header .navbar.bg-primary {
           background: rgb(0 0 0 / 80%) !important;
       } */

    .cw-email:before {
        padding: 15px;
    }

    .cw-phone:before {
        padding: 15px 17px;
    }
}

/* Hero ================================================================== */
.cw-hero {
    background: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 100%), url(https://apihoard.webit.com/api/v1/Image/E581CB59C6DF255F339BED7017243768/E581CB59C6DF255F339BED7017243768.jpg?size=1920x1440);
    background-size: cover;
    background-position: center;
    height: 600px;
    position: relative;
}

.cw-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: rgba(255, 255, 255, .9);
    bottom: 0;
    left: -100vw;
    right: 100%;
    top: 0;
}

.cw-hero::after {
    content: "";
    position: absolute;
    z-index: 0;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 0 50% 50% 0;
    bottom: 0;
    left: 0;
    /* right: 60px; */
    top: 0;
    width: 50vw;
    height: 150%;
    display: flex;
    margin: auto;
}

.cw-inner-content {
    position: relative;
    z-index: 1;
}

.cw-hero h1 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 3.7rem;
}

@media (max-width: 576px) {
    .cw-hero h1 {
        font-size: 2rem;
        font-weight: 700;
        line-height: 2.7rem;
    }
}

@media (min-width: 992px) {
   .cw-hero {
       background: url(https://apihoard.webit.com/api/v1/Image/E581CB59C6DF255F339BED7017243768/E581CB59C6DF255F339BED7017243768.jpg?size=1920x1440);
       background-size: cover;
       background-position: center;
       height: 600px;
       position: relative;
   }
}

/* Welcome Before Line elements */
.cw-highlight {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cw-highlight::before {
    content: " ";
    width: 2.1875rem;
    border-top: 2px solid #ff4b36;
    margin-top: -1px;
    margin-bottom: 0;
    display: block;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

/* Services Card ========================================================= */
.cw-services {
    margin: 5rem 0;
}

.cw-service-image {
    border-radius: 30px;
}

.cw-buttons {
    position: absolute;
    /* top: 0; */
    bottom: 0;
    right: 0;
    /* left: 0; */
    width: 50%;
    height: 60px;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 30px;
}

.cw-card {
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    height: 100%;
    width: 100%;
    border-radius: 30px;
}

.cw-service-image {
    transition: 0.4s ease;
    overflow: hidden;
    height: 100%;
    width: 100%;
    border-radius: 30px;

}

.cw-card:hover .cw-service-image {
    transform: scale(1.08);
    border-radius: 30px;
}

.cw-buttons {
    transition: 0.4s ease;
}

.cw-card:hover .cw-buttons {
    transition: all .5s;
    transform: translateX(10px);

}



/* About Us ===================================================================== */
.cw-main-bg {
    position: relative;
}

.cw-main-bg::before {
    content: '';
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    opacity: 100%;
}

.cw-about-us {
    position: relative;
    z-index: 0;
    background-image: url(https://apihoard.webit.com/api/v1/Image/244EBA88063217750EDDF1831DC535E1/244EBA88063217750EDDF1831DC535E1.jpg?size=1920x1440);
    background-size: contain;
    background-repeat: no-repeat;
    /* background-position: center center; */
    padding: 4rem 0;

}

.cw-about-us::before {
    content: '';
    background-color: #fff;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 30vw;
    height: 100%;
    background-repeat: no-repeat;
    opacity: 70%;
}

.cw-about-us::after {
    content: '';
    background-image: url(https://apihoard.webit.com/api/v1/Image/12C71F52F167C0CB2427213FF1BD4390/12C71F52F167C0CB2427213FF1BD4390.png?size=1920x1440);
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.cw-about {
   position: relative;
}

.cw-main-bg .cw-about-us-inner-img {
   border-radius: 30px;
   border: 5px solid #fff;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
    .cw-about-us::before {
        display: none;
    }

    .cw-about-us::after {
        display: none;
    }

    .cw-about-us {
        position: relative;
        z-index: 0;
        background-image: none;
        background-color: #000000;
        /* background-position: center center; */
        padding: 4rem 0;

    }
    
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and ) */
@media (min-width: 1400px) {}



/* Internal Pages =================================================================== */
.textwithimage-img {
    border-radius: 30px;
    border: 5px solid #000000;
    overflow: hidden;
}

.page-services .detailedlist-img {
    border-radius: 30px;
    border: 5px solid #000000;
    overflow: hidden;
    height: 100%;
}

.lazy-image.loaded img {
    opacity: 1;
    filter: none;
    -webkit-filter: none;
    height: 100%;
}

.page-services .lazy-image {
    height: 100% !important;
}

.page-services .img {
    height: 100% !important;
}