/* Header */

.header .navbar .navbar-nav .nav-link {
    font-weight: 400!important;
    text-transform: uppercase
}

.header .cw-contact:before {
    display: block;
    font-family: FontAwesome;
    content: "\f0e6 ";
    color: var(--color-theme-secondary)!important;
    font-size: 1.75rem
}

.header .cw-location:before {
    display: block;
    font-family: FontAwesome;
    content: "\f041";
    color: var(--color-theme-secondary)!important;
    font-size: 1.75rem
}

.header .cw-header-info {
    border-bottom: 1px solid rgba(181, 0, 92, 30%)
}

.header .header-info-logo {
    z-index: 2
}

.header .header-info-logo-img img {
    width: 345px
}

@media(min-width: 768px) {
    .header .cw-header-info {
        height:125px
    }
}


/* !!! Hero !!! */

.cw-parallax:after {
    overflow: hidden;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,.65)
}

.cw-parallax .container {
    z-index: 2
}

@media(min-width: 1200px) {
    .cw-parallax {
        height:480px
    }
}

/* !!! Title !!! */

	.title+.text {
		margin-top: 0
	}

	section:not(.page-home) .title {
		position: relative;
		margin-bottom: 2.5rem;
		background: url(https://apihoard.webit.com/api/v1/Image/0D3332DB710D262E0EE914C02A19FBFA/0D3332DB710D262E0EE914C02A19FBFA.jpg?size=1920x1440) no-repeat center;
		background-size: cover;
		text-align: center;
	}

	section:not(.page-home) .title:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(251, 222, 25, 0.5)
	}

	section:not(.page-home) .title .title-heading {
		position: relative;
		z-index: 1;
		margin: auto;
		padding: 2rem 0;
		color: #020610;
		/* text-shadow: 0 0 4px black; */
	}

	section:not(.page-home) .title h1 {
		font-size: 2rem
	}

	section:not(.page-home) .form {
		padding-top: 1rem
	}

	.employees-email {
		font-size: .85rem
	}

	@media (min-width: 992px) {
		section:not(.page-home) .title .title-heading {
			padding: 3.5rem 0
		}

		section:not(.page-home) .title h1 {
			font-size: 2.5rem
		}
	}

	.cw-services p {
		font-weight: 600;
	}
	

	/* offer section */

	.cw-offer {
		background-color: #FBDE19;
		border-radius: 5em;
		margin-top: 10%;
		margin-bottom: 20%;
	}

	.cw-offer h2 {
		margin-top: 24%;
		margin-left: 11%;
		font-size: 1.6em;
	}

	.cw-offer li {
		list-style: none;
	}

	/* about section */

	.cw-about-text{
		background-color: #26459F;
		color: #fff;
		border-radius: 5em;
		margin-top: 6%;
		margin-bottom: 20%;
		padding: 3em;
	}

	.cw-about-text h2 {
		margin-left: 37%;
		font-size: 1.6em;
	}

	/* visiting section */

	.cw-visiting-text{
		background-color: #B5005C;
		color: #fff;
		border-radius: 5em;
		margin-top: 4%;
		margin-bottom: 20%;
		padding: 3em;
	}

	.cw-visiting-text h2 {
		margin-left: 16%;
		font-size: 1.6em;
	}

/*--- Coupons ---*/


.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;
  }

  @media (min-width: 768px) {
    .page-home .webit-services .container {
      padding-top: 3.5em;
      padding-bottom: 3.5em;
    }

    .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%;
    }
  }