 /*Hero*/
 .cw-hero {
    background: var(--color-theme-primary)
}

.cw-heroText {
    margin: auto;
    max-width: 75%;
    background: var(--color-theme-primary)
}

.cw-heroText h1 {
    position: relative;
    z-index: 2;
    border: solid 3px var(--color-theme-border);
    padding: 1em
}

.cw-heroText h1:after {
    content: '';
    position: absolute;
    background-color: var(--color-theme-primary);
    width: 20%;
    padding: 10px;
    left: 40%;
    transform: skewX(-35deg);
    bottom: -11px
}

.cw-heroText h1 span {
    font-size: 3rem;
    line-height: 1
}

@media(max-width: 567px) {
    .cw-heroText h1 {
        font-size:1.75rem
    }
}

@media(min-width: 768px) {
    .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)
    }

    .cw-heroText {
        position: absolute;
        background: rgba(52,50,57,.45);
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        z-index: 99
    }

    .cw-heroText h1 span {
        font-size: 4rem
    }
}

@media(min-width: 1200px) {
    .cw-heroText h1 span {
        font-size:5rem
    }

    .cw-hero img {
        width: 100%
    }
}


 /*intro*/
.cw-introBg {
    min-height: 119px;
    background-color: var(--color-theme-background);
    background-size: contain
}

.cw-introText h1 {
    margin-bottom: 1.5rem;
    font-size: 1.75rem
}

.cw-introText {
    padding: 2rem;
    background: #333
}

.cw-introText span {
    font-size: 60%
}

@media(min-width: 768px) {

    .cw-introBg {
        min-height: 275px
    }

    .cw-introText {
        padding: 3rem 4rem;
        line-height: 1.75
    }

    .cw-introText h1 {
        font-size: 2.5rem
    }

}
/*----about------*/
 @media(min-width: 992px) {
    .page-home .textwithimage-text h2 {
        background: var(--textwithimage-background);
        position: relative;
        padding: 0 0 0 28px;
        width: 43%
    }

    .page-home .textwithimage-text p {
        text-align: justify;
        background: var(--textwithimage-background);
        position: relative;
        width: 110%;
        padding: 11px
    }

    .page-home .textwithimage-text::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 90%;
        border: 5px solid;
        border-image: linear-gradient(to right,#1D97A7,#D2BC62) 1;
        top: 5%;
        left: -1%
    }

    .page-home .textwithimage-text::after {
        content: "";
        position: absolute;
        width: 35%;
        height: 12%;
        background: var(--textwithimage-background);
        bottom: -2%;
        left: -1%
    }
}

/*-------contact---------*/
 .modpad {
    padding-left: 0;
    padding-right: 0;
  }

  @media (min-width: 992px) {
    .modpad {
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  @media (min-width: 769px) {
    .modpad {
      padding-left: 25px;
      padding-right: 25px;
    }
  }

  .webit-services-wrapper {
    max-width: 750px;
  }

  .webit-services-wrapper p {
    font-size: 1.15em;
    line-height: 1.8em;
  }

  .webit-services-list {
    margin-bottom: -9px;
  }

  .webit-services-list li {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 32px;
  }

 

  @media (min-width: 768px) {
    .page-home .webit-services .container {
      padding-top: 1em;
      padding-bottom: 0em;
    }

    .webit-services .container {
      max-width: 100%;
    }
  }

  @media (min-width: 1350px) {
    .webit-services .container {
      max-width: 90%;
    }
  }

  @media (min-width: 1450px) {
    .webit-services .container {
      max-width: 80%;
    }
  }

  @media (min-width: 1730px) {
    .webit-services .container {
      max-width: 70%;
    }
  }

  /*-------about---------*/

    .cw-page {
        margin: 20px 0;
        /*		display: inline-block;*/
        /*		width: 100%;*/
    }

    .cw-page h5 {
        font-size: 1.8em;
        font-weight: 800;
        line-height: 2em;
        color: #111;
    }

    
    .cw-page h6 {
        font-size: 1.3em;
        font-weight: 800;
        line-height: 2em;
        color: #111;
    }

    .cw-page p {
        font-size: 1.2em;
        font-weight: 400;
        /*        line-height: 2em;*/
        margin-bottom: 1em;
        color: #111;
    }

    .cw-page li {
        font-size: 1.2em;
        font-weight: 600;
        /*        line-height: 2em;*/
        color: #111;
    }

    .cw-page p span {
        font-weight: 600;
    }

    /* Button */
    .cw-page .cw-pageBTN {
        padding: 20px 0;
    }

    .cw-page .cw-pageBTN a {
        font-size: 1.1em;
        display: inline-block;
        padding: 10px 80px;
        text-align: center;
        text-transform: uppercase;
    }
    /*------owner--------*/
     .cw-about-owner {
        padding-top:2em;
        
    }

    /* ---------------- Media Query ---------------- */
    /* 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 (min-width: 992px) {
        .cw-page .cw-pageBTN a {
            font-size: 1.7em !important;
        }
    }

    /* Extra large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) {}


    /*First responder and experience*/

.cw-slide-banner {
		position: relative;
		margin: 1rem auto 2rem;
		/* padding: 2rem 0.5rem; */
		overflow: hidden;
	}

	.cw-slide-banner .cw-bannerbox {
		color: #fff;
		text-align: center;
		padding: .5rem 0.5rem;
		/*border: 2px dashed #fff;*/
		border-radius: 0px 5px 5px 0;
		background-color: var(--color-theme-secondary);
		/* margin: 1rem auto 2rem; */

		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;
	}

	.cw-slide-banner .cw-bannerbox.cw-box-primary {
		background-color: var(--color-theme-secondary);
		color: #fff;
	}

	.cw-slide-banner .cw-bannerbox.cw-box-secondary {
		background-color: var(--color-theme-primary);
		color: #fff;
	}

	.cw-slide-banner h3 {
		margin: 0 1rem;
		font-size: 1.5rem;
	}

	.cw-slide-banner a {
		margin: 10px;
		padding: 0.5rem 0.8rem;
	}

	/* Small devices (landscape phones, 576px and up) */
	@media (min-width: 576px) {
		.cw-slide-banner h3 {
			margin: 0 2rem;
		}

		.cw-slide-banner .cw-bannerbox {
			max-width: 800px;
			margin: 1rem auto;
			border-radius: 20px;
		}

		.cw-slide-banner .cw-bannerbox.cw-box-left {
			max-width: 80%;
			margin: 1rem auto 1rem 0;
			border-radius: 0px 5px 5px 0;
			border-left: 0px;
		}

		.cw-slide-banner .cw-bannerbox.cw-box-right {
			max-width: 80%;
			margin: 0rem 0 1rem auto;
			border-radius: 5px 0px 0 5px;
			border-right: 0px;
		}
	}

	/* LG: 992px & Up */
	@media (min-width: 992px) {
		.cw-slide-banner h3 {
			font-size: 1.75rem;
		}
	}

  /*---------Process----------*/

  /* ============In page -TABS ============================== */

  .cw-tabbed-pages .nav {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: stretch;
  }

  .cw-tabbed-pages .nav .nav-item {
    /*text-transform: uppercase;*/
    flex: 1 0 98%;
    margin: 0.5% 0.4% 0;
    font-size: 1.1rem;
    padding: 0.5%;
    background-color: var(--color-theme-primary);
    color: #fff;
    border-radius: 0;
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.3);
    border: none;
  }

  .cw-tabbed-pages .nav .nav-item.active {
    font-weight: bold;
    background: var(--color-theme-secondary);
    color: #fff;
  }

  .cw-tabbed-pages .cw-tab-box {
    padding: 2em;
    background: #f6f6f6;
    margin: 1em;
  }

  .cw-tabbed-pages .cw-tab-box h2 {
    font-size: 2rem;
    /*text-transform: uppercase;*/
  }

  .cw-tabbed-pages .cw-tab-box p {
    font-size: 1.1rem;
  }

  .cw-tabbed-pages .cw-tab-box a {
    color: var(--color-theme-primary);
    font-weight: bolder;
  }

  .cw-tabbed-pages .cw-tab-box a:hover {
    color: var(--color-theme-text);
  }

  /* Small devices (landscape phones, 576px and up) */
  @media (min-width: 576px) {
    .cw-tabbed-pages .nav .nav-item {
      flex-basis: 48%;
      font-size: 1.2rem;
    }
  }

  /* Medium devices (tablets, 768px and up) */
  @media (min-width: 768px) {
  }

  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) {
    .cw-tabbed-pages .nav .nav-item {
      flex-basis: 21%;
    }
  }
  /*banner for process*/
.cw-slide-banner-process {
		position: relative;
		margin: 1rem auto 2rem;
		/* padding: 2rem 0.5rem; */
		overflow: hidden;
	}

	.cw-slide-banner-process .cw-bannerbox {
		color: #fff;
		text-align: center;
		padding: .5rem 0.5rem;
		/*border: 2px dashed #fff;*/
		border-radius: 0px 5px 5px 0;
		background-color: var(--color-theme-secondary);
		/* margin: 1rem auto 2rem; */

		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;
	}

	.cw-slide-banner-process .cw-bannerbox.cw-box-primary {
		background-color: var(--color-theme-secondary);
		color: #fff;
	}



	.cw-slide-banner-process h3 {
		margin: 0 1rem;
		font-size: 1.5rem;
	}

	.cw-slide-banner-process a {
		margin: 10px;
		padding: 0.5rem 0.8rem;
	}

	/* Small devices (landscape phones, 576px and up) */
	@media (min-width: 576px) {
		.cw-slide-banner-process h3 {
			margin: 0 2rem;
		}

		.cw-slide-banner-process .cw-bannerbox {
			max-width: 800px;
			margin: 1rem auto;
			border-radius: 20px;
		}

		.cw-slide-banner-process .cw-bannerbox.cw-box-left {
			max-width: 80%;
			margin: 4rem auto 1rem 0;
			border-radius: 0px 5px 5px 0;
			border-left: 0px;
		}

		.cw-slide-banner-process .cw-bannerbox.cw-box-right {
			max-width: 80%;
			margin: 0rem 0 1rem auto;
			border-radius: 5px 0px 0 5px;
			border-right: 0px;
		}
	}

	/* LG: 992px & Up */
	@media (min-width: 992px) {
		.cw-slide-banner-process h3 {
			font-size: 1.75rem;
		}
	}
  /*-----header-----*/
  .header-info-business .header-info-business-container .header-business-name{
    margin-bottom: .3rem;
  }