@charset "UTF-8";
/* CSS Document */        

html, body {
    margin: 0;
	height: 100%!important;
	text-decoration: none;
	font-family: 'Ubuntu', 'sans-serif';
	font-size: .8em;
	font-weight: 300;	
	color:#333;
	background-image:url("../images/home/model.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom;						
	background-size: cover;
	background-blend-mode:overlay;
	overflow-x: hidden;
	overflow-y:auto;
}

.header {
	justify-self: center;
	position: absolute;
	top:0;
	height: 140px;
	padding: 20px;
	z-index: 999;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,.2));
	width: 100%;
}
.container {
  	display: grid; 
  	grid-template-columns: 1fr; 
  	grid-template-rows: 1fr auto; 
  	gap: 0px 0px; 
  	grid-template-areas: 
    "main"
    "footer";
	min-height: 100%;
}
.main {
	grid-area: main;
	font-size:2em;
	padding:7% 40% 7% 7%;
	display: flex;
  	flex-direction: column;
  	justify-content: center;
	box-sizing: border-box;
	padding-top:200px;
}
.footer {
	grid-area: footer;
	max-width: 100%;
  	justify-self: center;
	padding: 4% 7%;
	width:100%;
	font-size:1.5em;
	height: 120px;
	mix-blend-mode: multiply;
	filter:brightness(.7) contrast(1.7) saturate(1.5);
	box-sizing: border-box;
}
.header.nested-grid{
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	grid-gap:1%;
  	justify-content: space-evenly;
  	align-items: center;
}
.nested-grid .gridItem{
	display: flex;
  	justify-content: center;
  	align-items: center;
	max-width: 100%;
	border-radius: 7%;
}
.nested-grid .gridItem img{
	object-fit: cover;
  	width: 100%;
  	max-height: 100%;
	mix-blend-mode: overlay;
	border-radius: 8%;
}
.nested-grid .one {
  	justify-self: center;
	grid-column: 1 / span 1;
}
.nested-grid .two {
  	justify-self: center;
	grid-column: 2 / span 1;
}
.nested-grid .three {
  	justify-self: center;
	grid-column: 3 / span 1;
}
.nested-grid .four {
  	justify-self: center;
	grid-column: 4 / span 1;
}
.nested-grid .five {
  	justify-self: center;
	grid-column: 5 / span 1;
}
.nested-grid .six {
  	justify-self: center;
	grid-column: 6 / span 1;
}
.nested-grid .seven {
  	justify-self: center;
	grid-column: 7 / span 1;
}
.nested-grid .eight {
  	justify-self: center;
	grid-column: 8 / span 1;
}
.nested-grid .nine {
  	justify-self: center;
	grid-column: 9 / span 1;
}
.nested-grid .ten {
  	justify-self: center;
	grid-column: 10 / span 1;
}
h1{
	font-family: 'Khand', 'sans-serif';
	font-size: 2.5em;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 1.2em;
	padding-bottom: 20px;
}

a:link {
	text-decoration: none;
	outline: none;
	color: #111;
	border: 0;
	-moz-outline-style: none;
	font-weight: 700;
}
a:active {
	color: #999999;
	border: 0;
}
a:visited {
	text-decoration: none;
	color: #000000;
	outline: 0;
	border: 0;
}
a:hover {
	color: #666666;
	border: 0;
}
.main .contact ul {
	display: table-row;
	width: 100%;
	
}
.main .contact {
	display: table;
	width: 100%;
	table-layout: fixed;
	border: 1px dotted rgba(51,51,51,1);
	background-color: rgba(255,255,255,.6);
}
.main .contact ul li {
	display: table-cell;
	padding: 30px 20px 30px 20px;
	text-align: left;
}
.main .contact ul li p{
	padding: 0 0 10px 0;
}
input[type=text] {
	line-height: 1.8em;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #333;
	margin-bottom: 30px;
}
input[type=submit] {
	width: 150px;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #CCC;
	background-color: #666;
	color: #FFF;
	font-size: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	float: left;
	margin-top: 20px;
}
textarea{
	border: 1px solid #333;
	width: 100%;
	padding: 10px;
	font-size: 1em;
}
.serviceDesc{
	display: table-cell;
	text-align: center;
	padding: 20px 20px 60px;
	border-top: 1px dotted #000;
	border-right: 1px dotted #000;
	border-bottom: 1px dotted #000;
	margin: 0px auto 50px;
	background-color: rgba(255,255,255,0.6);
}
.serviceDesc:first-child{
	border-left: 1px dotted #000;
}
.serviceDesc p{
	line-height: 1.1em;
	margin-right: auto;
	margin-left: auto;
	font-size: .9em;
	text-align: left;
	padding-bottom: 10px;
}
.serviceList{
	display: table;
	table-layout: fixed;
	width: 783px;
	font-size: .65em;
	margin-top: 30px;
}
.serviceList ul {
	display: table-row;
}
.serviceList ul li{

}
.serviceDesc ul {
	margin-right: auto;
	margin-left: auto;
	display: table;
}
.serviceDesc ul li h1 {
	font-size: 1.8em;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 20px;
}
.serviceList ul li{
	padding:20px!important;
}
.serviceDesc h1 {
	font-size: 2em;
	line-height: 2em;
	text-transform: uppercase;
	text-align: center;
	padding: 0px;
	font-weight: 500;
	font-family: Khand;
	margin: 15px 0px 0px;
}
.serviceDesc h2 {
	font-weight: normal;
	border-bottom: 1px dotted #000000;
	margin-bottom: 5px;
	border-top: 1px dotted #000000;
	line-height: 3em;
	font-size: 1.25em;
}
.serviceDesc p a {
	padding:20px 10px;
	display: block;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 1px solid #000000;
	background-color: #5CE4A5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: 20px;
}
.serviceDesc p a:hover {
	filter: brightness(110%);
	color: #DDDDDD;
}
.serviceDesc a img {
	padding: 30px 30px 5px;
	width: 140px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.main ul{
	list-style: none;
	padding-top: 30px;
	}
.main ul li img{
	max-width: 100%;
	display:inline;
	vertical-align: middle;
	padding:30px;
}
.main ul li{
	padding:0;
	text-align: center;
	margin:30px 0 60px 0;
}
.footer .footerGrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
}
.footerGrid .gridItem {
  display: flex;
  justify-content: center;
  align-items: flex-start;
	
}

.footerGrid .left1 {
  justify-self: center;
}
.footerGrid .left2 {
  justify-self: center;
}
.footerGrid .middle {
  justify-self: center;
}
.footerGrid .middle img{
	visibility: hidden;
}
.footerGrid .right1 {
  justify-self: center;
}
.footerGrid .right2 {
  justify-self: center;
}
.footer .copyrightMark {
	font-size: .8em;
	color: rgba(0,0,0,.3);
	bottom:5px;
	position:absolute;
}
.main .portfolio {
  	display: grid; 
  	grid-template-columns: repeat(2, 1fr);
	grid-template-rows:1fr;
  	gap: 0;
  	max-width:1200px;
  	margin-top: 30px;
	background: white;
}
.main h3{
	font-family: 'Khand', 'sans-serif';
	padding-top:30px;
}
.main h4{
	text-transform: uppercase;
	font-weight: 300;
	font-size: .8em;
	border-bottom:1px dotted;
	padding-bottom: 10px;
}
.portfolio .gridItem{
	display: flex;
  	justify-content: center;
  	align-items: center;
}
.portfolio .gridItem img{
	object-fit: cover;
  	max-width: 100%;	
	max-height: 100%;
}

.overlay {
  position: absolute; 
  bottom:0; 
  background: rgba(255,255,255,0.7);
  color: #000; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  font-size: 1em;
  padding: 20px;
  text-align: center;
}

.portfolio a:hover .overlay {
  opacity: 1;
}
.logo-1, .logo-2, .logo-3, .logo-4, .logo-5, .logo-6, .logo-7, .logo-8, .logo-9, .logo-10, .logo-11, .logo-12, .logo-13, .logo-14, .logo-15, .logo-16,  .logo-17, .logo-18, .logo-19, .logo-20, .logo-21, .logo-22{
	padding:30px;
	min-height: 400px;
	box-sizing: border-box;
	border:1px dotted #C6C6C6;
}
.img-1 { }
.img-2 { }
.img-3 { }
.img-4 { }
.img-5 { }
.img-6 { }
.img-7 { }
.img-8 { }
.img-9 { }


@media screen and (max-width: 640px), screen and (max-width: 1024px){
	.header {
		filter: drop-shadow(2px 2px 2px rgba(0,0,0,.2));
	}
	.main{
		justify-content: start;
		padding:200px 7% 7% 7%;
		background:rgba(255,255,255,.7);
	}
	h1{
		font-size: 1.8em;
	}
	.main .portfolio{
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto auto auto auto;
		width:85vw;
	}
	.main ul li{
		background: rgba(255,255,255,.7)
	}
	.overlay {
  opacity:1;
  font-size: .7em;
  padding: 10px;
}
#name, #email {
	height: 40px;
}
#subject {
	height: 40px;
	font-size: 1.1em;
}
#textarea {
	height: 200px;
}
#submit {
	font-size: 3em;
	height: 100px;
	width: 200px;
}
	input[type=text]{
	height: 50px;
	font-size: 1em;
	line-height: normal;
}
input[type=submit] {
	width: 180px;
	height: 60px;
	margin-top: 15px;
}
	textarea {
	height: 200px;
	margin-top: 15px;
	margin-bottom: 25px;
}
	.contact ul{
	padding:0;
	margin:0;
	overflow:hidden;	
}
.contact ul li{
	float: left;
	padding: 30px 20px 30px 20px;
	width:100%;
	background:none;
}

}


@media screen and (max-width: 640px){
	body {
		background-position: -400px bottom;
		background-size: 250%;
	}
	.main {
		padding-top:150px;
	}
.serviceList ul{
	margin: 0;
	width: 100%;
	padding: 0px;
}
.serviceDesc, .serviceDesc:first-child, .serviceDesc:last-child{
	display: block;
	width: 85vw;
	margin: 0px;
	border:1px dotted #000;
}

.serviceDesc h1 {
	font-size: 1.9em;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-bottom: -10px;
	width: 100%;
}
.serviceDesc h2 {
	font-size: 1.4em;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: 1em;
	padding-bottom: 10px;
	padding-top: 15px;
}
.serviceDesc p{
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 0px;
}
.serviceDesc p a {
	width:200px;	
}
.serviceList{
	width: 100%;
}
.serviceList ul li {
	/* [disabled]width: 280px; */
}
	.serviceList ul li p{
		font-size: 1.2em;
	}
.serviceList img{
	display:none;	
}
	.footer .footerGrid {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr, auto;
	}
	.footerGrid .gridItem{
		padding:10px 0;
	}
.footerGrid .left1 {
  grid-column: 1 / span 1;
  grid-row:1 / span 1;
}
.footerGrid .left2 {
  grid-column: 1 / span 1;
	grid-row:2 / span 1;
}
.footerGrid .middle {
  grid-column: 2 / span 1;
	grid-row:1 / span 1;
}
.footerGrid .middle img{
	grid-column: 2 / span 1;
	grid-row:2 / span 1;
}
.footerGrid .right1 {
  grid-column: 3 / span 1;
	grid-row:1 / span 1;
}
.footerGrid .right2 {
  grid-column: 3 / span 1;
	grid-row:2 / span 1;
}
.footer .copyrightMark {
	font-size: .8em;
	color: rgba(0,0,0,.3);
	bottom:5px;
	position:absolute;
}
	.footer .copyrightMark {
	font-size: .5em;
}

}
@media screen and (max-width: 1024px) {
	.accordion{
		width:100%;	
	}
	.serviceDesc{
		padding:15px;
}
	.serviceList{
	width: 85vw;
	}
	.serviceDesc h2{
		font-size: 1.2em;
	}
}
@media screen and (max-width: 640px) {
	.accordion{
		width:100%;	
	}
	.accordion label:after {
		right: 15px;
		width: 20px;
		height: 20px;
		top: 25px;
}
}

.g-recaptcha {
	width: 150px;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #CCC;
	background-color: #666;
	color: #FFF;
	font-size: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	float: left;
	margin-top: 20px;
}
