 .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: #111111 !important;
 }

 .header .header-info-logo-img img {
     width: 335px;
 }

 .header .navbar-dark .navbar-nav .nav-item .nav-link:before {
     border-width: 0 !important;
 }

 .cw-header-info {
     padding: 0.5rem;
 }

 .header a.header-business-phone,
 .header span {
     vertical-align: middle;
 }

 .header a.header-business-phone {
     font-weight: 700;
     font-size: 1.1rem;
     color: #95c623;
 }

 /*-- Hero --*/
 .cw-hero {
     position: relative;
 }

 .cw-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-divider {
     position: absolute;
     bottom: -1px;
     left: 0;
     -webkit-transform: rotate(180deg);
     transform: rotate(180deg);
     fill: #ffffff;
     height: 50px;
     z-index: 2;
 }

 .cw-heroText {
     z-index: 2;
 }

 .cw-heroText h1 {
     font-size: 2.25rem;
     font-weight: 700;
 }

 .cw-heroText p {
     font-size: 1.25rem;
 }

 /* ========= summary list ================== */
 .page-home .list {
     padding-top: 1em !important;
 }

 .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: capitalize !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;
 }


 /* =================== contact us home page ====================== */
 .cw-contactTitle {
     margin-bottom: -3em;
 }



 /* ===================== internal page ============================== */
 .title {
     background:
         linear-gradient(rgba(0, 0, 0, 0.7),
             rgba(0, 0, 0, 0.7)),
         url("https://apihoard.webit.com/api/v1/Image/73B7C43210CBB74D3C63211F967931B2/73B7C43210CBB74D3C63211F967931B2.jpg?size=1920x1440");
     padding: 9em 0;
     background-position: center;
     text-transform: uppercase;
     color: #ffffff;
     margin-bottom: 3em;
 }





 /* ================= CTA Button ========================== */
 .cw-setup {
     position: fixed;
     bottom: 1em;
     right: 1em;
     border-radius: 25px;
 }

 .cw-setup:hover {
     cursor: pointer;
 }

 .hidden {
     display: none;
 }

 #cw-contactBtns a {
     display: inline-block;
     width: 54px;
     height: 54px;
     padding: 10px;
     border-radius: 50%;
     background: #fff;
 }

 #cw-contactBtns a:before {
     font: normal normal normal 32px/1 FontAwesome;
     color: #000000;
 }

 .cw-Phone:before {
     content: "\f098";
 }

 .cw-Email:before {
     content: "\f0e0";
 }

 .cw-Text:before {
     content: "\f27a";
 }

 @media screen and (min-width: 300px) {
     .cw-hero {
         padding: 5em 0;
     }
 }

 @media screen and (min-width: 768px) {
     .cw-heroText h1 {
         font-size: 2.75rem;
     }

     .cw-heroText p {
         font-size: 1.2rem;
     }

     .cw-hero {
         padding: 8em 0;
     }
 }

 @media screen and (min-width: 992px) {
     #hero-divider {
         height: 100px;
     }

     .cw-hero {
         padding: 15em 0;
     }

     .header .navbar.bg-primary {
         background: #ffffff !important;
     }

     .header .navbar.bg-primary.cw-scrolled {
         background: #f5f5f5 !important;
     }

     .header .header-info-logo-img {
         position: fixed;
         top: -8px;
         z-index: 2001;
         padding: 0;
     }

     nav.navbar .container {
         position: relative;
         height: 150px;
         margin: 0 auto;
     }

     .navbar-nav {
         position: absolute;
         right: 0;
         bottom: 3rem;
     }

     .cw-header-info {
         position: fixed;
         z-index: 2000;
         top: 0;
         width: 100%;
     }

 }
