.giant {
    font-size: 4em;
    font-weight: 700;
}

.giant em {
	color: #fff;
  background: #009E4B;
  width: calc(100% + 14px);
}

@media (max-width: 900px) {
  .giant {
  	font-size: 2.6em !important;
  }
  
  .vc_custom_1539059914316 {
    padding-right: 30px!important;
    padding-left: 30px!important;
  }
}

.card-container {
	margin: 1em;
}

.card-container .card-content {
	padding: 2em;
  margin-top: -80px;
  position: relative;
  background: #fff;
  box-shadow: 0.5rem 1.375rem 4.75rem 0 rgba(0,0,0,.3)
}

.solid-text-behind {
	  display: inline;
    color: #fff;
    padding: 0.5em 0em;
    background-color: #000;
    box-shadow: 0em 0 0 #FFAA3B, -0.5em 0 0 #FFAA3B;
    box-decoration-break: clone;
    line-height: 2.5;
}

@media (min-width: 991px) {
	.hide-desktop {
  		display: none;
  }
}

@media( min-width: 900px ){
  .service-section, .giant-section, .our-work {
  	padding-right: 170px;
    padding-left: 170px;
  }
  
  .footr_logo {
  	position: relative;
    top: 10px;
  }
  
  .gmap {
		position: fixed;
    width: 40%;
	}
}

.btn-custom-modern button {
	color: #fff !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  background: #000 !important;
}

.vc_custom_1539065040248 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  	height: 581px !important;
}

#hide {
	display: none !important;
}

.custom-form input:not(.form-submit) {
	  border: 1px solid #000;
    border-radius: 0;
    padding: 10px;
  	border: 1px solid #000;
    border-radius: 0;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  	width: 100%;
}

.custom-form label {
	  color: #fff;
    background: #000;
    padding: 2px 5px 2px 5px;
    margin-bottom: 0px;
    font-size: 12px;
    text-transform: uppercase;
}

.custom-form textarea {
	  resize: none;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 0px;
    height: 133px;
    width: 100%;
  	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-submit {
	  padding: 16px 24px 16px 24px !important;
    background: #000 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
  	outline: none !important;
}

.form-submit:focus {
	outline: none !important;
  border: none !important;
}

input.i-agree:checked {
	background: #000 !important;
}

input.i-agree:checked + .i-agree:before {
		opacity: 1 !important;
    visibility: visible !important;
}

.check-icon {
    color: white;
    position: absolute;
    left: 36px;
    margin-top: 5px;
    font-size: 13px;
  	visibility: hidden;
 		transition: visibility 0s, opacity 0.5s linear;
}

span.wpcf7-not-valid-tip {
	display: inherit !important;
}

.subtitle-top {
		color: #fff;
    background: #000;
    font-size: .8em;
    display: inline-block;
    padding: 5px 10px;
    letter-spacing: .1em;
    font-weight: 400;
    text-transform: uppercase;
}

.h2 {
		font-size: 45px;
    font-weight: 700;
    line-height: 55px;
}

.h3 {
	  font-size: 24px;
    line-height: 29px;
  	font-weight: 700;
}

.list-menu li a {
		font-weight: 500;
}

.current_page_item {
  	background: #009E4B;
    font-weight: 500;
  	padding: 0px 15px 0px 15px;
}

.logo img {
		-webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
  	width: 180px;
}

@media(max-width: 991px){
		.footr_logo {
			text-align: center;
      margin-bottom: 3em;
		}
}

.footer-menu p a {
		color: #fff;
}