html,
body {
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
}
body {
	font-family: 'Lato', sans-serif;
	background-color: #ffffff;
}
.carousal-box {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6vw), 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6vw), 0% 100%);
}
.carousal-hero, .carousal-solutions {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 700px;
}
.carousal-solutions {
	height: 344px;
}
.carousel1 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/carousel1.jpg');
}
.carousel2 {
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/carousel2.jpg');
}
.carousel3 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/carousel3.jpg');
}
.carousel4 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/carousel4.jpg');
}
.carousal-crack {
	background-image: url('../images/cracked-concrete-flooring.jpg');
	background-size: cover;
}
.carousal-pothole {
	background-image: url('../images/asphalt_damage.jpg');
}
.carousal-spall {
	background-image: url('../images/spall_surface.jpg');
}
.carousal-rutting-surface {
	background-image: url('../images/rutting_surface.jpg');
}
.carousal-slipperly {
	background-image: url('../images/slipperly.jpg');
}
.carousal-lowskid {
	background-image: url('../images/low_skid.jpg');
}
.carousal-lossrebar {
	background-image: url('../images/loss_rebar_coverage.jpg');
}
.nav-item {
	margin-left: 5px;
	margin-right: 5px;
}
nav li {
	font-size: 1.1em;
	font-weight: bold;
}
/* .navbar-nav li:hover>.dropdown-menu {
	display: block;
  } */
.navbar-light .navbar-nav .nav-link {
	color: #000000;
}
.nav-bg {
	background-color: rgba(255, 255, 255, 0.5);
}
.yellow-belt {
	width: 150px;
	height: 700px;
	position: absolute;
	z-index: 10;
	top: 100px;
	left: 150px;
	background: linear-gradient(0deg, rgba(255, 241, 42, 0.01) 0%, rgba(255, 241, 47, 0.4) 100%);
}
.blue-belt {
	width: 100px;
	height: 700px;
	position: absolute;
	z-index: 10;
	top: 100px;
	left: 250px;
	background: linear-gradient(0deg, rgba(31, 81, 132, 0.01) 0%, rgba(31, 81, 132, 0.6) 100%);
}
.logo-slogan {
	position: absolute;
	z-index: 200;
	top: 300px;
	left: 200px;
}
.slogan0 {
	position: absolute;
	z-index: 200;
	padding: 11px 100px 14px 40px;
	top: 53%;
	width: 100%;
}
.slogan0 span {
	text-align: left;
	color: #fafafa;
	font-size: 45px;
	font-weight: bold;
}
.slogan {
	position: absolute;
	z-index: 200;
	padding: 10px 100px 10px 0px;
	top: 65%;
	width: 100%;
}
.slogan > p {
	text-align: right;
	color: #fafafa;
	font-size: 30px;
	font-weight: 300;
	line-height: 20px;
}
.services-text-color {
	color: rgb(108, 108, 108);
}
.services-text-color > p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.8em;
	text-align: center;
}
.siri-brand-text {
	font-size: 20px;
	color: rgb(42, 107, 168);
	font-weight: 400;
}
/* .services-text-color:hover {
    color: rgb(48, 83, 122);
} */
.about-head-text {
	font-weight: 300;
	text-align: center;
	font-size: 60px;
	color: #505050;
	padding-top: 50px;
}
.about-bg {
	background-image: url('../images/concrete1.jpg');
	background: linear-gradient(rgba(124, 124, 124, 0.1) 100%, rgba(124, 124, 124, 0.1) 100%), url('../images/concrete1.jpg') no-repeat center;
	background-size: cover;
	background-position: top;
	position: relative;
	z-index: 10;
	/* -webkit-clip-path: polygon(0 calc(10% - 1em), 100% 0, 100% calc(100% - 6vw), 0% 100%);
	clip-path: polygon(0 calc(10% - 1em), 100% 0, 100% calc(100% - 6vw), 0% 100%); */
}
.about-top {
	/* background: linear-gradient(-90deg, rgba(31,81,132, 0.01) 0%, rgba(31,81,132,0.5) 100%);  */
	color: #4a4a4a;
	-webkit-clip-path: polygon(0 calc(10% - 1em), 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 calc(10% - 1em), 100% 0, 100% 100%, 0% 100%);
}
.about-bottom {
	/* background: linear-gradient(-90deg, rgba(31,81,132, 0.01) 0%, rgba(31,81,132,0.5) 100%); */
	color: #4a4a4a;
	padding-bottom: 70px;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1em), 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1em), 0% 100%);
}
/* can delete */
.about-topic {
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	margin: auto;
}
.footer {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}
.footer > #footer-logo {
	flex-grow: 1;
}
.footer > #footer-map {
	flex-grow: 1;
}
.footer > #footer-address {
	flex-grow: 1;
}
.footer-list-header {
	font-size: 1em;
	color: #fdfdfd;
	font-weight: 600;
}
.footer-list-style {
	list-style-type: none;
	padding: 0;
	font-size: 1em;
	line-height: 30px;
}
.footer-list-style a {
	color: #e4e4e4;
}
.footer-address-text {
	font-size: 1em;
}
#button-to-top {
	display: inline-block;
	background-color: rgb(44, 106, 148);
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
#button-to-top::after {
	content: '\f102';
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}
#button-to-top:hover,
#button-to-top:focus {
	cursor: pointer;
	background-color: rgb(228, 225, 36);
}
#button-to-top:active {
	background-color: #555;
}
#button-to-top.show {
	opacity: 1;
	visibility: visible;
}
.contract-form-box {
	padding: 0px 10px 40px 10px;
}
.btn-siri {
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fafafa;
	background-color: #345e9c;
}
.btn-siri:hover {
	color: #3d3d3d;
	background-color: #ffe600;
}
.about-address {
	font-size: 0.9em;
	color: #eeeeee;
	padding-bottom: 20px;
	padding-top: 50px;
	background-color: #1a4e71;
}
#address i {
	font-size: 30px;
	color: rgb(87, 112, 139);
	vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
	color: #646464;
}
.contract-bg {
	background-image: url('../images/contract.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 400px;
	/* margin-top: 80px; */
}
.layer {
	background-color: rgba(134, 134, 134, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cement-hero {
	padding-bottom: 100px;
	background-image: url('../images/concrrete_crack.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.cement-hero-head {
	color: #ffffff;
	font-size: 3em;
	font-weight: 300;
}
.cement-hero-head > p {
	font-size: 0.4em;
	margin-top: -20px;
	font-style: italic;
	font-weight: bold;
}
.cement-hero-text-pos {
	padding-top: 10vh;
	padding-left: 60px;
}
.cement-system {
	background-color: rgba(255, 255, 255, 0.5);
	margin-top: 10vh;
	padding-top: 50px;
	padding-bottom: 50px;
}
.cement-system h1 {
	color: #000000;
	padding-top: 50px;
	padding-bottom: 50px;
}
.features-box {
	padding-top: 30px;
	padding-bottom: 20px;
	/* height: 300px; */
	width: 80%;
	color: #2b2b2b;
}
.problem-solution {
	text-align: center;
	width: 100%;
	height: 100px;
	font-size: 20px;
	color: rgb(255, 255, 255);
	font-weight: 300;
	background-color: rgba(77, 77, 77, 0.5);
	position: relative;
	top: 200px;
	line-height: 100px;
}
.bg-why-lists {
	background-color: rgb(255, 217, 49);
}
.benifit-icons {
	color: #1a4e71;
	font-size: 60px;
	padding-bottom: 10px;
}
.why-header, .why-small {
	font-size: 18px;
	font-weight: bold;
	color: #1a4e71;
}
.why-small {
	font-size: 16px;
}
.triangle-res {
	background-color: #6b6b6b;
	color: #ebebeb;
	line-height: 1.8em;
}
.problem-lists {
	text-align: center;
	background-color: #3a5579;
	position: relative;
}
.triangle-left {
	clip-path: polygon(25% 50%, 100% 100%, 100% 0);
	-webkit-clip-path: polygon(25% 50%, 100% 100%, 100% 0);
	background-color: #f8f9fa;
	position: absolute;
	z-index: 100;
	right: 0px;
	bottom: 40%;
	height: 80px;
	width: 50px;
	margin-right: -2px;
}
.problem-desc {
	font-size: 40px;
	font-weight: 400;
	color: #3b3b3b;
}
.color-crete-bg1,
.color-crete-bg2,
.color-crete-bg3,
.otherservices-bg,
.window-screen-bg,
.waterproof,
.waterproof-bg,
.exterior-bg,
.survey-bg,
.aqua_patch1,
.aqua_patch2 {
	background-repeat: no-repeat;
	background-size: cover;
}
.color-crete-bg1 {
	background-image: url('../images/image1.jpg');
	background-position: right;
}
.color-crete-bg2 {
	background-image: url('../images/image2.jpg');	
	background-position: center;
	height: 350px;
}
.color-crete-bg3 {
	background-image: url('../images/image3.jpg');
	background-position: center;
	height: 350px;
}
.sinak {
	height: 300px;
}
.otherservices-bg {
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/screen.jpg');
	background-position: center;
	height: 70vh;
	min-height: 700px;
}
.window-screen-bg {
	background-image: url('../images/svg/screen1.svg');
	background-position: center;
	background-size: contain;
	height: 600px;
}
.waterproof {
	background-image: url('../images/apply_clear_waterproof.jpg');
	background-position: top;
	max-height: 500px;
	height: 500px;
}
.aqua_patch1 {
	background-image: url('../images/aqua_patch1.jpg');
	background-position: right;
	max-height: 500px;
	height: 500px;
}
.aqua_patch2 {
	background-image: url('../images/aqua_patch2.jpg');
	background-position: right;
	max-height: 500px;
	height: 500px;
}
.space-adjustment {
	height: 500px;
}
.temp-belt {
	width: 100px;
	height: 100%;
	position: absolute;
	z-index: 30;
	top: 0px;
	left: 46vw;
	background: linear-gradient(0deg, rgba(31, 81, 132, 0.01) 0%, rgba(31, 81, 132, 0.6) 100%);
}
.hvr-grow-s {
	/* display: inline-block; */
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-grow-s:hover,
.hvr-grow-s:focus,
.hvr-grow-s:active {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.header-waterp > p {
	color: #2b2b2b;
	font-size: 30px;
	font-weight: 300;
	line-height: 30px;
}
.features-waterp {
	background-color: #3d4951;
	padding: 0px;
	border-radius: 8px;
	margin: 12px;
	color: #e9e9e9;
}
.check {
	font-size: 40px;
	color: #ffffff;
	background-color: #e6d601;
	width: 50px;
	display: inline-block;
	text-align: center;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.text-screenp1, .text-screenp2 {
	font-size: 50px;
	position: absolute;
	top: 100px;
	right: 50px;
	color: #ffffff;
}
.text-screenp2 {
	top: 300px;
	line-height: 60px;
	font-weight: 300;
}
.st-p::before {
	content: '\201C';
	font-size: 70px;
}
.nd-p::after {
	content: '\201D';
	font-size: 70px;
}
.paticle-size {
	background-color: #ebebeb;
	border-radius: 6px;
	padding: 10px;
	width: 200px;
	margin: 10px;
}
.waterproof-bg {
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/waterproof.jpg');
	background-position: center;
	height: 70vh;
	min-height: 700px;
}
.exterior-bg {
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/exterior.jpg');
	background-position: top;
	height: 70vh;
	min-height: 700px;
}
.survey-bg {
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/survey.jpg');
	background-position: left;
	height: 70vh;
	min-height: 700px;
}
.hybrid-polymer-bg {
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/hybrid/hybrid_polymer_cover.jpg');
	background-position: top;
	height: 70vh;
	min-height: 700px;
}
@media screen and (max-width: 576px) {
    .window-screen-bg {
        height: 300px;
    }
	.text-screenp1 {
		font-size: 25px;
		position: relative;
		right: 0px;
		top: 0px;
	}
	.text-screenp2 {
		font-size: 25px;
		position: relative;
		right: 0px;
		top: 0px;
		line-height: 30px;
		padding-top: 20px;
	}
	.st-p::before {
		content: '\201C';
		font-size: 40px;
	}
	.nd-p::after {
		content: '\201D';
		font-size: 40px;
	}
	.carousal-hero {
		height: 100vh;
	}
	.slogan {
		padding: 30px 30px 10px 0px;
		top: 40%;
	}
	.slogan p{
		padding: 0px 15px 0px 0px;
		font-size: 18px;
	}
	.slogan0 {
		top: 30%;
		text-align: center;
		padding: 10px 0px 10px 0px;
	}
	.slogan0 span {
		font-size: 32px;
	}
	.about-address {
		padding-top: 60px;
		padding-left: 30px;
	}
	.about-head-text {
		padding-left: 0px;
		text-align: center;
	}
	.about-desc {
		font-size: 14px;
	}
	.create0 {
		margin-top: -25px;
		-webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
	}
	.cement-hero-head {
		font-size: 1.9em;
	}
	.cement-hero-head > p {
		font-size: 0.6em;
		margin-top: -5px;
	}
	.cement-hero-text-pos {
		padding-left: 20px;
		padding-top: 20vh;
	}
	.cement-hero {
		padding-bottom: 0px;
	}
	.triangle-right {
		margin: auto;
		width: 100%;
		height: 100px;
		-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
		clip-path: polygon(50% 100%, 0 0, 100% 0);
	}
	.color-crete-bg {
		height: 400px;
	}
	.sinak {
		height: 200px;
	}
	.space-adjustment {
		height: auto;
	}
	.about-bg {
		/* -webkit-clip-path: polygon(0 calc(10% - 6em), 100% 0, 100% calc(100% - 6vw), 0% 100%);
		clip-path: polygon(0 calc(10% - 6em), 100% 0, 100% calc(100% - 6vw), 0% 100%); */
	}
	.footer {
		flex-direction: column;
	}
}

@media screen and (max-width: 768px) {
    .otherservices-bg {
        height: 100vh;
        background-position: left;
    }
    .window-screen-bg {
        height: 500px;
    }
	.triangle-res {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.cement-hero {
		height: auto;
	}
	.why-lists-2 {
		text-align: center;
		padding-right: 0px;
	}
	.clients-logo {
		flex-direction: column;
	}
	.about-top {
		height: auto;
	}
	.triangle-left {
		display: none;
	}
	.features-waterp {
		font-size: 14px;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}
