input,
textarea,
select { border-radius: 0; }

/* Change the white to any color ;) 
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}*/

body
{
	overflow-x: hidden;
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	background-repeat: repeat-y;
	background-size: 100%;
}

p
{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #444444;
}

header 
{
    width: 100%;
    /* background: url(../img/top-fade2.png) bottom left repeat-x; */
    position: relative;
}

h2
{
	font-size: 50px;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #de4444;
    font-weight: 700;
    line-height: 1;
}

.footer-top
{
	margin-top: 40px;
}

.footer-section p
{
	color: #fff;
	font-size: 21px;
	font-family: 'Open Sans Condensed', sans-serif;
}

.footer-section h2
{
	color: #fff;
}

.hr1
{
	margin-top: 20px;
    width: 80px;
    border-radius: 50px;
    height: 3px;
    background-color: #fff;
    border: none;
    padding-top: 0px;
}

/*logo area*/

.logo_area 
{
    width: 180px;
    height: 78px;
    position: absolute;
    padding: 22px;
    padding-left: 35px;
    left: 0;
    top: 0;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-position: left;
    z-index: +1;
}

.logo {
    background: url(../img/logo.png) center center no-repeat;
    height: 84px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    background-position: center;
    text-align: center;
    padding: 0;
    top: -3px;
    left: 15px;
    margin: 0;
    transition: all .5s ease;
}

.logo a
{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-indent: -9999px;
    overflow: hidden;
}

/*nav*/

#navbar 
{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../img/top-fade2.png) bottom left repeat-x;
    height: 122px;
    box-sizing: border-box;
	z-index: 2;
	transition: all .35s ease;
}

.navContainer
{
	width: 100%;
	height: 100%;
    position: relative;
}

.nav-links
{
	float: right;
    right: 10px;
    position: relative;
}

.nav-links ul
{
	list-style: none;
    display: flex;
    padding: 47px 35px;
    margin: 0;
    transition: all .5s ease;
}

.nav-links ul li
{
	padding: 0 15px;
}

.nav-links ul li a
{
	text-decoration: none;
	color: #fff;
	font-size: 21px;
	font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    line-height: 22px;
    transition: all .3s ease;
}

.nav-links ul li a:hover
{
	color: #de4444;
}

.nav-links ul li:nth-child(5) a
{
	border: 3px solid #de4444;
	background-color: transparent;
	border-radius: 50px;
	padding: 6px 15px;
	transition: all .3s ease;
}

.nav-links ul li:nth-child(5) a:hover
{
	border-color: #de4444;
	background-color: #de4444;
	color: #fff;
}

/*style for sticky nav*/
#navbar.sticky
{
	background: #192c49;
	background: rgba(25,44,73,0.98);
	/*background: #fff;*/
	height: 65px;
	z-index: 2;
}

#navbar.sticky > .logo_area > .logo {
    height: 60px;
    top: -8px;
    left: 0;
}

#navbar.sticky > .logo_area
{
    width: 129px;
    padding: 11px;
}

#navbar.sticky > .nav-links ul li a
{
    color: #fff;
}

#navbar.sticky > .nav-links ul li a:hover {
    color: #de4444;
}

#navbar.sticky > .nav-links ul li:nth-child(5) a {
    border: 3px solid #de4444;
    /* background-color: #fff; */
    border-radius: 50px;
    padding: 6px 15px;
    color: #fff;
}

#navbar.sticky > .nav-links ul li:nth-child(5) a:hover {
    border-color: #de4444;
	background-color: #de4444;
	color: #fff;
}

#navbar.sticky > .nav-links ul
{
	padding: 22px 0;
}

/*ham burger divs*/
.burger
{
	display: none;
	cursor: pointer;
	z-index: +1;
}

/*dropdown list*/

.dropdown
{
	position: relative;
	display: inline-block;
}

.dropdown-content
{
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 205px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 12px 16px;
	z-index: 1;
}

.dropdown:hover .dropdown-content 
{
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}

/*end nav*/

/*banner*/
.banner
{
	width: 100%;
	display: block;
	z-index: -2;
}

.bannerMobile
{
	display: none;
}

/*flex row and standard column*/

.row1
{
	z-index: -1;
	align-items: center;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
    justify-content: center;
}

.row2
{
	align-items: baseline;
}

.column
{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 20px;
}

.colmaxwidth .p1{
	max-width: 515px;
	margin: auto;
	font-weight: normal;
}

.colmaxwidth p
{
	max-width: 500px;
	margin: auto;
	font-weight: normal;
}


.column1
{
	position: absolute;
    width: 66%;
    background-size: cover;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.3);
    /* opacity: 50%; */
    /* padding: 100px; */
    /* max-width: 1200px; */
    margin: 0 auto;
    text-align: center;
    padding: 17%;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.column1 p
{
    color: #fff;
    max-width: 330px;
    margin: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    /* font-weight: 700; */
    text-shadow: 1px 1px 20px #000;
}

.column1 h2
{
	color: #fff;
	line-height: 0.7;
	text-shadow: 1px 1px 20px #000;
}



/*end of section 1*/

/*section 2*/

.column3
{
	position: relative;
    width: 25%;
    padding: 0 15px;
    display: block;
}

.column003
{
	position: relative;
    width: 25%;
    padding: 0 15px;
    display: block;
}

.column3 h2
{
	line-height: 0.7;
}

.column3 ul
{
	font-weight: bold;
    list-style: none;
    padding: 0;
    margin: 0;
}

.column3 ul li
{
	padding: 0 0 10px 0;
    margin: 0;
    line-height: 1em;
    font-size: 21px;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #333;
}

.attached-img-container1 img
{
	display: block;
	width: 100%;
	position: relative;
	bottom: -2px;
	z-index: -1;
}

.attached-img-container2 img
{
	display: block;
	width: 100%;
	position: relative;
	bottom: 2px;
	z-index: -1;
}


.img-icons-container
{
	justify-content: center;
    display: block;
}

.img-icons-container img
{
	display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 242px;
    padding: 0 20px;
}

/*end of section 2*/

.call-to-action
{
	display: block;
    clear: both;
    text-align: center;
    margin-top: 30px;
}

.button-animation-container
{
	display: block;
    clear: both;
    text-align: center;
    margin-top: 30px;
}

.footer-section
{
	padding: 25px 0;
}

.footer-section .call-to-action
{
	margin-bottom: 40px;
}

.call-to-action a
{
	border: 3px solid #de4444;
    background-color: #de4444;
    border-radius: 50px;
    padding: 6px 15px;
    color: #fff;
    text-decoration: none;
    font-size: 21px;
    font-family: 'Open Sans Condensed', sans-serif;
    line-height: 22px;
    font-weight: 700;
    margin: 0 0 5px 0;
    overflow: hidden;
    position: relative;
    transition: all .5s ease;
}

.btn
{
    position: relative;
    display: inline-block;
	border: 3px solid #de4444;
    background-color: transparent;
    border-radius: 50px;
    padding: 6px 15px;
    color: #de4444;
    text-decoration: none;
    font-size: 21px;
    font-family: 'Open Sans Condensed', sans-serif;
    line-height: 22px;
    font-weight: 700;
    margin: 0 0 5px 0;
    overflow: hidden;
}

.btn:hover
{
	color: #fff;
	border: none;
	padding: 9px 18px;
}

.btn::before
{
	background: #de4444;
	content: "";
	border-radius: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	transition: all .5s ease;
}

.btn2::before
{
	width: 100%;
	height: 0;
	transform: translate(-50%, -50%) rotate(45deg);
}

.btn2:hover::before
{
	height: 430%;
}

.call-to-action a:hover {
    /*border-color: #de4444;*/
    background-color: #fff;
    color: #de4444; 
    cursor: pointer;
}

.buttonfooter a
{
	color: #192c49;
	background-color: white;
	border-color: white;
	float: left;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.displaynone
{
	display: none;
}

.footer-links
{
	color: #fff;
	text-decoration: none;
}

.footer-links:hover
{
	text-decoration: underline;
}

.col3
{
	width: 33.33%;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
}


.col3 img
{
	width: 100%;
}

.col3.v2:hover
{
	opacity: 0.5;
}

.col3.v2:hover a .searchcross
{
	opacity: 1;
}

.col3-wrapper
{
	transition: all .5s ease;
	display: flex;
}

.col3-wrapper:hover
{
	transform: scale(1.1);
}

.exmarg
{
	margin: 35px auto;
}

.bgOverlay2
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	box-sizing: border-box;
	padding: 100%;
	background-color: rgba(0,0,0,0.5);
	transition: all .5s ease;
}

.btn2marg
{
	margin-top: 10px;
}

/*work page*/
.icon-hover
{
	transition: all .5s ease;
}

.icon-hover:hover
{
	transform: scale(1.1);
}

.icon-hover a .searchcross
{
	position: absolute;
	width: 60px;
    height: 60px;
    left: 54%;
    top: 47%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.icon-hover a .searchcross:hover
{
	opacity: 2;
}

.col3.v2:hover a .searchcross:hover {
    opacity: none;
    z-index: 2;
}

.row1 .par-quote {
    background-image: url(../img/responsive-work/quote02.jpg);
    height: 500px;
    width: 100%;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    bottom: -130px;
    z-index: -1;
    margin-top: -100px;
    text-align: center;
}

.row1 .par-quote.par-quote2 {
    background-image: url(../img/responsive-work/quote03.jpg);
}

.row1 .par-quote.par-quote3 {
    background-image: url(../img/responsive-work/quote05.jpg);
}

.par-quote::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.6;
    /* z-index: 1; */
    /* height: 500px; */
    margin: auto;
}

.quote-text-container
{
	padding: 0px 15px;
	top: 20%;
    position: relative;
}

.quote-text-container p
{
	font-weight: bold;
	text-shadow: 1px 1px 20px #fff;
}

.quote-p1
{
	font-size: 30px;
	text-transform: uppercase;
}

/*porducts and services page*/
.column002
{
	position: relative;
    width: 48%;
    padding: 0;
    display: block;
}

.col2-1
{
	width: 47.56%;
    border: 3px solid #ccc;
}

.img0001
{
	width: 100%;
    display: block;
    position: relative;
}

.text0001
{
	max-width: 515px;
	padding: 20px;
	margin: auto;
	text-align: center;
}

.p3
{
	font-weight: normal;
}

.paddb40
{
	padding-bottom: 60px;
}

.row1-1
{
	flex-wrap: wrap-reverse;
}


.h2-3
{
	color: #333;
}

.hr1-2
{
	background-color: #de4444;
    margin-top: -15px;
}

.hostpadd
{
	padding: 90px;
}

/*contact page*/
.column-contactform
{
	width: 60%;
	position: relative;
	box-sizing: border-box;
	padding: 0 150px;
	text-align: center;
    max-width: 800px;
}

.column-contactdetails
{
	width: 40%;
	position: relative;
	box-sizing: border-box;
	padding: 15px;
	max-width: 600px;
}

.contact-h2
{
	width: 100%;
	display: block;
	text-align: center;
}

.col-h2
{
	font-size: 32px;
	font-family: 'Open Sans Condensed', sans-serif;
	color:
	#333;
}

.col-h3 {
    font-size: 19px;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #333;
}

/*contact form stuff*/
/*contact us form stuff*/

.contact-form-container form div
{
	position: relative;
	margin: 8px 0;
}

.contact-form-container form div label
{
	position: absolute;
	top: 18px;
	left: 26px;
	color: #999;
	transition: .5s;
	pointer-events: none;
}

.contact-form-container input:focus ~ label,
.contact-form-container textarea:focus ~ label,
.contact-form-container input:valid ~ label,
.contact-form-container textarea:valid ~ label
{
	top: -15px;
	left: 0;
	color: #192c49;
	font-weight: bold;
}

.contact-form-container input:focus,
.contact-form-container textarea:focus,
.contact-form-container input:valid,
.contact-form-container textarea:valid
{
	border: 2px solid #192c49;
	outline:0;
}

/*form style*/
.contact-form textarea
{
	width: 94%;
    border-radius: 25px;
    font-size: 19px;
    margin: 10px 0;
    padding: 7px;
    border: 1px solid #aaa;
    min-height: 200px;
}

.contact-form button:focus
{
	outline:0;
}

.contact-form button:hover
{
	cursor: pointer;
}

.contact-form button
{
	width: 100%;
    border-radius: 25px;
    font-size: 19px;
    margin: 10px 0;
    padding: 7px;
    border: 2px solid #333;
    color: #333;
}

.contact-form input
{
	width: 94%;
    border-radius: 25px;
    font-size: 19px;
    margin: 10px 0;
    padding: 7px;
    border: 1px solid #aaa;
}

.btn3:hover::before {
    height: 1000%;
}

.btn3::before {
    background: #192c49;
    transition: all .2s ease;
}

.btn4
{
	margin: -9px 0 5px 0;
}

/*responsive layout with nav and mobile stuff*/



@media screen and (max-width: 1240px)
{
	.h2-2
	{
		font-size: 40px;
	}

	.column-contactform {
	    padding: 0 100px;
	}
}

@media screen and (max-width: 1140px)
{
	.p2-2
	{
		font-size: 16px;
	}
}

@media screen and (max-width: 1100px)
{
	.column3
	{
	    width: 30%;
	}

	.column003 
	{
	    width: 30%;
	}
}

@media screen and (max-width: 1000px)
{
	.column-contactform {
	    padding: 0 50px;
	}
}

@media screen and (max-width: 916px)
{
	.displayblock916
	{
	    display: block;
	}

	.textcenter916
	{
		text-align: center;
	}
}

@media screen and (max-width: 900px)
{
	h2 
	{
	    font-size: 38px;
	}

	.nav-links ul li {
	    padding: 0 10px;
	}

	.nav-links ul li a{
	    font-size: 19px;
	}

	.column002
	{
		width: 100%;
	}

}

@media screen and (max-width: 850px)
{
	.column-contactform h2 {
		font-size: 32px;
	}
}

@media screen and (max-width: 800px)
{
	header
	{
		box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
	}

	#navbar {
	    background: none;
	    transition: none;
	}

	#navbar.sticky > .nav-links ul
	{
		padding: 7px;
	}

	#navbar.sticky 
	{
	    height: 50px;
	}

	#navbar.sticky > .logo_area {
	    width: 103px;
	    padding: 3px 6px;
	}

	.nav-links
	{
		position: fixed;
		right: 0px;
		height: 97vh;
		top: 50px;
		background: #fff;
		display: flex;
		/*align-items: center;*/
		width: 75%;
		transform: translateX(100%);
		transition: transform 0.5s ease-in;
		z-index: +1;
		justify-content: space-around;
		margin: 0 auto;
		padding: 7px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0);

		/*background glass blur effect*/
		background: linear-gradient(to right bottom,rgba(255,255,255,0.7), rgba(255,255,255,0.3));
		border-radius: 25px 0 0 0;
		backdrop-filter: blur(15px);
		-webkit-backdrop-filter: blur(2em);
	}

	.nav-links ul li
	{
		opacity: 0;
		list-style: none;
		text-align: center;
		line-height: 0.5;
	}

	.nav-links ul li a
	{
		font-weight: bold;
		font-size: 20px;
		color: #000;
		text-decoration: none;
		text-decoration: none;
		display: block;
		padding: 10px 0;
		cursor: pointer;
		line-height: 0.8;
	}

	.nav-links ul li .dropdown-content a
	{
		/* border-bottom: 1px solid #d8c395; */
		color: #aaa;
	}

	.nav-links ul li .dropdown-content a:hover
	{
		color: #d8c395;
	}

	.nav-links ul li:nth-child(5) a
	{
		margin: 6px 0;
	}

	#navbar.sticky > .nav-links ul li:nth-child(5) a {
	    color: #333;
	}


	.nav-links ul
	{
		right: 0px;
		display: flex;
		flex-direction: column;
		/*justify-content: space-around;*/
		width: 100%;
		margin: 0 auto;
		padding: 7px;
		height: 80vh;
		overflow-y: scroll;
		top: 0;
		position: relative;
		transition: all .5s ease;
	}

	#navbar.sticky > .nav-links ul li a {
	    color: #333;
	}

	/*dropdown linst for mobile*/

	.dropdown-content
	{
		position: relative;
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
		color: #ccc;
	}

	/*hamburger on mobile*/
	.containBurger
	{
		width:100%;
		height: 50px;
		/*position: fixed;*/
		z-index: +1;
		background: rgba(25,44,73,0.98);
		background-color: #192c49;
		cursor: pointer;
	}
			
			.bar1, .bar2, .bar3
			{
				width: 35px;
				height: 5px;
				/*background-color: #de4444;*/
				background-color: #fff;
				margin: 6px;
				transition: 0.4s;
			}
			
			/*rotate first bar*/
			.animate .bar1
			{
				transform: rotate(-45deg) translate(-9px, 6px);
			}
			
			/*fade out second bar*/
			.animate .bar2
			{
				opacity: 0;
			}
			
			/*rotate 3rd bar*/
			.animate .bar3
			{
				transform: rotate(44deg) translate(-9px, -7px)
			}




	/*display burger on mobile*/
	.burger
	{
		display: block;
		/*background-color: white;*/
		float: right;
		position:relative;
		top: 6px;
	}

	/*logo mobile styling*/

	.logo_area {
	    width: 103px;
    	padding: 3px 6px;
	    height: 40px;
	    margin: 0 auto;
	    top: 0;
	    left: 0;
	    position: fixed;
	    z-index: 2;
	}

	.logo {
	    height: 60px;
	    top: -8px;
	    left: 0;
	    transition: none;
	}

	.expadd
	{
		padding-top: 50px;
	}

	.column3 {
	    width: 40%;
	    padding: 10px 10px;
	}

	.row2 {
	    padding-bottom: 8px;
	}

	.column
	{
		padding-top: 0;
	}

	.displayblock800
	{
		display: block;
	}

	.column003 {
	    width: 40%;
	}

	.textcenter800
	{
		text-align: center;
	}

	.exwidth800
	{
		width: 80%
	}

	.exmarg {
	    margin: 15px 0;
	}

	.quote-p1
	{
		font-size: 21px;
		text-transform: uppercase;
	}

	.row1 .par-quote {
		bottom: -100px;
	}

	.row1 .par-quote {
	    background-image: url(../img/responsive-work/quote02-tablet.jpg);
	}

	.row1 .par-quote.par-quote2 {
	    background-image: url(../img/responsive-work/quote03-tablet.jpg);
	}

	.row1 .par-quote.par-quote3 {
	    background-image: url(../img/responsive-work/quote05-tablet.jpg);
	}

	.col3.v2
	{
		width: 30.33%;
    	padding: 0 10px;
	}

	.col2-1
	{
		width: 100%;
		margin: 5px;
	}

	.paddb40 {
		padding-top:  20px;
	    padding-bottom: 30px;
	}

	.column-contactform {
		width: 100%;
	    padding: 0 150px;

	}

	.column-contactdetails {
		text-align: center;
		width: 100%;
		padding-bottom: 0;
		margin-bottom: -20px;
	}

	.displaynone800
	{
		display: none;
	}

	.displayblock800
	{
		display: block;
	}

	.h2_2
	{
		text-align: center;
	}

	.marg800
	{
		margin-top: -15px;
	}

	.btn4 {
	    margin: 0;
	}

}

@media screen and (max-width: 700px)
{
	.column1 p {
	    font-size: 18px;
	    line-height: 1;
	}

	.column1 h2 {
	    font-size: 30px;
	    line-height: 1;
	}

	.img-icons-container img {
	    display: block;
	    width: 100%;
	    position: relative;
	}

	.column3 {
	    width: 46%;
	    padding: 10px 10px;
	}

	.displayblock700
	{
		display: block;
	}

	.displaynone700
	{
		display: none;
	}

	.column1
	{
		width: 46%;
    	padding: 27%;
	}

	.btn2marg {
	    margin-bottom: 20px;
	}

	.row1 .par-quote {
	    background-image: url(../img/responsive-work/quote02-mobile.jpg);
	}

	.row1 .par-quote.par-quote2 {
	    background-image: url(../img/responsive-work/quote03-mobile.jpg);
	}

	.row1 .par-quote.par-quote3 {
	    background-image: url(../img/responsive-work/quote05-mobile.jpg);
	}

}

@media screen and (max-width: 650px)
{
	.img-icons-container img {
	    display: block;
	    width: 100%;
	}
	.column3 {
	    width: 100%;
	    padding: 10px 10px;
	}

	.column003 {
	    width: 100%;
	}

	.textcenter650
	{
		text-align: center;
	}

	.floatnone650 a
	{
		float: none;
	}
}

@media screen and (max-width: 600px)
{
	h2
	{
		font-size: 36px;
	}

	.column-contactform {
		width: 100%;
	    padding: 0 20px;
	}
}


@media screen and (max-width: 500px)
{

	.column1 p {
		max-width: 200px
	    font-size: 14px;
	    line-height: 1;
	}

	.column1 h2 {
	    font-size: 21px;
	}

	.displayblock500
	{
		display: block;
	}

	.displaynone500
	{
		display: none;
	}

	.footer-section {
	    padding-top: 0;
	}

	.col3
	{
		width: 100%;
	}

	.col3.v2
	{
		width: 100%;
	}


	.quote-text-container .quote-p1
	{
		font-size: 18px;
		text-transform: uppercase;
	}

	.quote-text-container p 
	{
		font-size: 14px;
	}
}

@media screen and (max-width: 400px)
{

	.column1 p {
		max-width: 200px;
	    font-size: 14px;
	    line-height: 1;
	}

	.column1 h2 {
	    font-size: 18px;
	}

	h2 {
	    font-size: 36px;
	    margin: 15px;
	    line-height: 1;
	}

	p
	{
		font-size: 15px;
	}

	.colornone400
	{
		background-color: transparent;
	}

	.hr1-2 {
	    margin-top: -5px;
	}

	.hostpadd
	{
		padding: 60px;
	}
}

/*activates the burger when clicked*/
.nav-active 
{
	transform: translateX(0%);
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

@keyframes navLinkFade
{
	from
	{
		opacity: 0;
		transform: translateX(50px);
	}
	to
	{
		opacity: 1;
		transform: translateX(0px);
	}
}