/*
Theme Name: Digital Johan
Theme URI: https://www.digitaljohan.com/
Description: Custom Wordpress Theme
Version:8.0
Author: Johan Ospina
Author URI: http://digitaljohan.com/
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing:border-box;
	font-family: 'Open Sans', sans-serif;
}
html {
	height:100%;
	scroll-behavior: smooth;
}
body {
	line-height: 1;
	height:100%;
	background:#fff;
	overflow-x:hidden;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
}
a, button, input[type=submit], input[type=button] {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}

#wrapper {
	padding:0;
	margin:0;
	float:left;
	width:100%;
}

.inner {
	padding:0;
	margin:auto;
	max-width:1140px;
	width:95%;
}

.content {
	padding:0;
	margin:0;
	float:left;
	width:100%;
	position:relative;
}

.main {
	padding:0;
	margin:0;
	float:left;
	width:100%;
	position:relative;
}

.leftfloat {float:left !important;}
.rightfloat {float:right !important;}
.text-center {
	text-align:center;
}
.text-right {
	text-align:right;
}
img {
	max-width:100%;
}
.pl-5 {
	padding-left:50px;
}
.mt-1 {
	margin-top:10px;
}
.mt-2 {
	margin-top:20px;
}
.mt-3 {
	margin-top:30px;
}
.mt-5 {
	margin-top:50px;
}
.mb-5 {
	margin-bottom:50px;
}
.mb-4 {
	margin-bottom:40px;
}
.mb-3 {
	margin-bottom:30px;
}
.mb-2 {
	margin-bottom:20px;
}
.mb-0 {
	margin-bottom:0;
}
.py-5 {
	padding-top:50px;
	padding-bottom:50px;
}
.border-x {
	border-left:#333 1px solid;
	border-right:#333 1px solid;
}
h2 {
	font-size:3.5rem !important;
}
/* ---------------------------------------- HEADER STARTS HERE ---------------------------------------- */
#tophead {
	padding:10px 0;
	height:auto;
}
.navbar ul {
	list-style:none;
	margin:0;
	display: flex;
  	justify-content: center;
  	align-items: center;
	height:60px;
}
.navbar ul li {
	display:inline-block;
	margin-bottom:0;
	padding-left:0px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
}
.navbar ul li a {
	color:#000;
	text-decoration:none;
	padding:5px 10px;
	border:#fff solid 2px;
}
.navbar ul li a:hover {
	color:#043d69;
	border:#043d69 solid 2px;
	padding:5px 10px;
	border-radius:50px;
	text-decoration:none;
}
.dropbtn {
  color: white;
  padding: 16px;
  font-size: 18px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  top:33px;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10;
}
.dropdown-content a {
  color: black;
  padding: 15px 16px !important;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {background-color: #ddd; color:#043d69 !important; border:#fff solid 2px !important; border-radius:0 !important;}

.dropdown:hover .dropdown-content {display: block;}


#banner {
	background-size:cover;
	background-position:center;
	width:auto;
	height:auto;
}
.v-overlay {
	background:#000; width:1600px; height:550px; position:absolute; top:82px; z-index:2; opacity:0.6;
}

.b-content-holder {
	text-align:center;
	color:#fff;
	height:530px;
	justify-content:center;
	padding-top:180px;
	z-index:10;
}
.b-btn {
	background:#000;
	padding:10px 30px;
	border-radius:30px;
	border:solid 2px #fff;
	text-decoration:none;
	color:#fff;
	font-size:24px;
}
.b-btn:hover {
	background:#043d69;
	padding:10px 30px;
	border-radius:30px;
	border:solid 2px #fff;
	text-decoration:none;
	color:#fff;
	font-size:24px;
}
.head-social-bg {
	position:sticky;
	top:60px;
	left:0px;
	z-index:200;
}
.head-social {
	position:absolute;
	bottom:-320px;
	left:0px;
	z-index:20;
}
.head-social ul {
	list-style:none;
	z-index:20;
}
.head-social ul li {
	margin-bottom:0;
}
.head-social ul li a {
	color:#fff;
	font-size:24px;
}
.f-bg {
	background:#3b5998;
	text-align:center;
	width:50px;
	height:50px;
	padding:5px 0;
	border-radius:0 5px 0 0;
}
.yelp-bg {
	background:#c40001;
	text-align:center;
	width:50px;
	height:50px;
	padding:5px 0;
}
.a-bg {
	background:#4881e8;
	text-align:center;
	width:50px;
	height:50px;
	padding:5px 0;
	border-radius:0 0 5px 0;
}
/* ---------------------------------------- HEADER ENDS HERE ---------------------------------------- */

/* ---------------------------------------- NAVIGATION STARTS HERE ---------------------------------------- */

/* ---------------------------------------- NAVIGATION ENDS HERE ---------------------------------------- */

/* ---------------------------------------- BODY STARTS HERE ---------------------------------------- */
.pattern-bg {
	background:#f3f3f3 url(images/dot.png) repeat;
	position:absolute;
	width:100%;
	padding-top:20px;
	top:630px;
}
#aboutsection {
	background:#f3f3f3 url(images/dot.png) repeat;
	text-align:center;
	padding:20px 100px 150px;
	z-index:1;
}
.about-holder {
	padding:0 100px;
}
#aboutsection h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
}
#aboutsection p {
	font-size:18px;
}
.btn {
	background:#043d69;
	padding:10px 30px;
	border-radius:30px;
	text-decoration:none;
	color:#fff;
	font-size:24px;
}
.btn:hover {
	color:#fff;
}
.btn2 {
	background:#fff;
	padding:10px 30px;
	border-radius:30px;
	font-size:24px;
	text-decoration:none;
	color:#000;
}
.btn2:hover {
	background:#fff;
	padding:10px 30px;
	border-radius:30px;
	font-size:24px;
	text-decoration:none;
	color:#000;
}
.btn3 {
	background:#fff;
	padding:10px 30px;
	border-radius:30px;
	font-size:18px;
	text-decoration:none;
	color:#000;
}
.btn3:hover {
	background:#fff;
	padding:10px 30px;
	border-radius:30px;
	font-size:18px;
	text-decoration:none;
	color:#000;
}
#bodycontent {
	position:relative;
}

.close {
	position:absolute;
	left:280px;
	top:-10px;
	background:#fff;
	color:#000;
	border-radius:20px;
	padding:10px;
	height:40px;
	width:40px;
}
.close:hover {
	color:#000;
}
.free-estimate-bg {
	background:none;
	position: sticky;
	top:50px;
	left:20px;
	z-index:200;
}
.free-estimate {
	background:#043d69;
	padding:20px 10px;
	color:#fff;
	position:absolute;
	top:400px;
	left:20px;
	text-align:center;
	border-radius:10px;
	width:300px;
}
.free-estimate h5 {
	font-weight:700;
	margin-bottom:0;
	padding-bottom:10px;
}
.free-estimate-btn {
	color:#000;
	text-decoration:none;
	background:#fff;
	padding:15px 20px;
	border-radius:40px;
	font-weight:600;
}
.free-estimate-btn {
	color:#000 !important;
}
.whychoose {
	text-align:center;
	box-shadow: 1px 1px 12px 0px #888888;
	padding:50px;
	position:relative;
	background:#fff;
	top:-70px;
	width:1140px;
	z-index:10;
  	font-weight: bold;
  	animation: mymove 1s;
  	animation-fill-mode: forwards;
	animation-timing-function: ease;
}
@keyframes mymove {
  from {top: 300px;}
  to {bottom: 0px;}
}


.whychoose h3 {
	font-weight:700;
	padding-bottom:20px;
}
.ourservice {
	text-align:center;
	padding-bottom:80px;
}
.ourservice h2 {
	font-weight:700;
}
.service-holder {
	padding:0;
	box-shadow: 1px 1px 12px 0px #888888;
	height:250px;
	font-weight: bold;
	position:relative;
	background:#043d69;
	color:#fff;
}
.service-holder h5 {
	font-size:24px;
	font-weight:700;
	margin-bottom:0;
}
#testimonalsection {
	background:#444444 url(images/sealing1.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	padding:80px 0;
}
#testimonalsection h2 {
	color:#fff;
	font-size:48px;
	font-weight:600;
}
#testimonalsection .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top:0;
}
#testimonalsection .owl-theme .owl-dots {
	display:block;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #000 !important;
}
.owl-carousel .owl-item img {
	width:auto !important;
}

.testholder {
	background:#fff;
	padding:20px 40px;
	padding-left:70px;
	position:relative;
	margin-left:50px;
}
.testholder img {
	position:absolute;
	left:-50px;
}
.testholder h5 {
	padding-top:20px;
	font-weight:600;
	margin-bottom:0;
	padding-bottom:10px;
}
.testholder h6 {
	font-size:18px;
}

.projectsection {
	text-align:center;
}
.projectsection h2 {
	font-weight:700;
	font-size:60px;
}
.project-btn {
	background:#043d69;
	padding:20px 40px;
	border-radius:50px;
	text-decoration:none;
	color:#fff;
	font-size:24px;
}
.img-holder {
	position: relative;
  	width: 50%;
}
.image {
	display: block;
	width: 100%;
	height: auto;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background:url(images/hover-img.png);
}
.img-holder:hover .overlay {
  opacity: 1;
}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 75%;
  left: 60%;
  width:200px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: right;
}
.project-btn:hover {
	background:#043d69;
	padding:20px 40px;
	border-radius:50px;
	text-decoration:none;
	color:#fff;
	font-size:24px;
}

#freestimate {
	/*background:url(http://guardianpave.com/newsite/wp-content/uploads/2021/07/form-bg.jpg) no-repeat;
	background-size:cover;*/
}
.frm-holder {
	width:600px;
	margin:auto;
	padding:40px 0;
	position:relative;
	animation: moveright 2s;
  	animation-fill-mode: forwards;
	animation-timing-function: ease;
}
@keyframes moveright {
  from {right: 300px;}
  to {right: 0px;}
}
.frm-holder h2 {
	font-weight:700;
	font-size:48px;
	color:#fff;
}
.frm-holder input {
	width:100%;
	height:50px !important;
	margin-bottom:10px;
	border-radius:0 !important;
}
.frm-holder textarea {
	width:100%;
	margin-bottom:0;
	margin-bottom:5px;
	border-radius:0 !important;
}
.frm-btn {
	background:#043d69;
	padding:10px 30px;
	text-decoration:none;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
}
.frm-btn:hover {
	background:#043d69;
	padding:10px 30px;
	text-decoration:none;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
}
/* ---------------------------------------- BODY STARTS HERE ---------------------------------------- */

/* ---------------------------------------- FOOTER STARTS HERE ---------------------------------------- */
#footer h4 {
	font-size:36px;
}
.veteran {
	color:#002364;
	font-size:24px;
	font-weight:600;
}
.ft-nav ul {
	list-style:none;
}
.ft-nav ul li a {
	color:#000;
	text-decoration:none;
}
.contact-info p {
	margin-bottom:10px;
}
.contact-info p span {
	padding-right:10px;
}
.link {
	text-decoration:none;
	color:#000 !important;
}
hr {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
    border-top: 1px solid #043d69 !important;
}
/* ---------------------------------------- FOOTER STARTS HERE ---------------------------------------- */
@media only screen and (max-width: 1366px) {
	.v-overlay {
	background:#000; width:1366px; height:550px; position:absolute; top:82px; z-index:2; opacity:0.6;
}
.navbar ul {
	list-style:none;
	margin:0;
	display: flex;
  	justify-content: center;
  	align-items: center;
	height:60px;
}
.navbar ul li {
	display:inline-block;
	margin-bottom:0;
	padding-left:0px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
}
.navbar ul li a {
	color:#000;
	text-decoration:none;
	padding:5px 10px;
	border:#fff solid 2px;
}
.navbar ul li a:hover {
	color:#043d69;
	border:#043d69 solid 2px;
	padding:5px 10px;
	border-radius:50px;
	text-decoration:none;
}
.dropbtn {
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  top:30px;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10;
}
.dropdown-content a {
  color: black;
  padding: 15px 16px !important;
  text-decoration: none;
  display: block;
}

	.whychoose {
	text-align:center;
	box-shadow: 1px 1px 12px 0px #888888;
	padding:50px;
	position:relative;
	background:#fff;
	top:-70px;
	width:1066px;
	z-index:10;
  	font-weight: bold;
  	animation: mymove 1s;
  	animation-fill-mode: forwards;
	animation-timing-function: ease;
}
.head-social ul {
	list-style:none;
	position:absolute;
	top:-300px;
	left:-135px;
	z-index:20;
}
.head-social ul li {
	margin-bottom:0;
}
.head-social ul li a {
	color:#fff;
	font-size:24px;
}
.head-social {
	position:absolute;
	bottom:-420px;
	left:135px;
	z-index:20;
}
.free-estimate {
	background:#043d69;
	padding:20px 10px;
	color:#fff;
	position:absolute;
	top:330px;
	left:20px;
	text-align:center;
	border-radius:10px;
	width:300px;
}
}


/* ---------------------------------------- INNER PAGE CSS ---------------------------------------- */

#inner-sealcoating {
	background:url(http://guardianpave.com/newsite/wp-content/uploads/2021/08/sealcoating-101.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	padding:60px 0 100px;
}

.inner-content-holder {
	text-align:center;
	color:#fff;
}
.sec-gap {
	padding:50px 0;
}
.sec-gap-top {
	padding-top:50px;
}

#whatsealcoat {
	background:#f3f3f3;
}
.shadow-box-row {
	display:flex;
	width: 100%;
}
.shadow-box-col {
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding:30px;
	background:#fff;
	font-size:16px;
	flex:1;
}
.shadow-box {
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding:30px 30px 30px 40px;
	background:#fff;
	font-size:18px;
	flex:1;
}
.shadow-box-col:hover {
	-webkit-animation-name:pulse;animation-name:pulse;
}
@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}

.inner-bullets ul {
	list-style:url(images/bullet-arrow.png);
	margin-bottom:0;
}
.inner-bullets ul li:hover {
	list-style:url(images/bullet-arrow-hover.png);
}
.inner-bullets-2 ul {
	list-style:url(images/bullet-arrow2.png);
	margin-bottom:0;
}
.inner-bullets-2 ul li:hover {
	list-style:url(images/bullet-arrow-hover2.png);
}
label, legend {
    display: inline-block !important;
    margin-bottom: .5rem;
    font-weight: 600;
}
p {margin-bottom:0 !important;}

.orange-bg {
	background:#043d69;
}
.white-bg {
	background:#fff;
}
.ws-content-holder {
	color:#fff;
	padding:40px 60px 30px 0;
	font-size:18px;
}
.whatsealcoat-bg {
	background:url(images/cut-bg.png) #fff no-repeat;
	background-position:center;
}
.pulse-hover:hover {
	-webkit-animation-name:pulse;animation-name:pulse;
}
@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}
.cut-bg {
	background:url(images/cut-bg.png) #fff no-repeat;
	background-position:center;
}
.mission-holder {
	color:#fff;
	padding:50px 30px;
}
.vission-holder {
	padding:50px 30px;
}
.icon-holder {
	background:#043d69;
	color:#fff;
	width:50px;
	height:50px;
	margin:auto;
	border-radius:50px;
	padding:11px;
	margin-bottom:10px;
}

.f-review-holder {
    float: left;
    width: 100%;
    list-style-type: none;
    padding: 0 0px 0 0;
    height: 500px;
    overflow: hidden;
    overflow-y: auto;
}

@media screen and (max-width:1050px) {
	#tophead .container {width:100%;max-width:95%;}
}