@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}

.Centered {text-align:center;}
#spacer{display: block;height: 60px;width: 100%;}
.BFDRed {color:#c20f2f !important;}
.BFDWhite {color:#FFF !important;}
#Slogan {margin-left: 10%; margin-top: 20vh;}
#Slogan P{font-family: Arial, "sans-serif";font-weight: 400; font-size: 72px; line-height: 113px; color: #fff;}
#Slogan P Strong{ font-weight: 900;}

.ServiceText H1{font-family: Arial, "sans-serif";font-weight: 400; font-size: 36px; line-height: 48px; color: #555555;}
.ServiceText H1 Strong{font-family: Arial, "sans-serif";font-weight: 900; font-size: 54px; line-height: 48px; color:#c20f2f;}

H2.HomeH2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 44px;
    font-weight: Bold;
    color: #1e2945;
    font-style: Normal;
    margin-bottom: 6px;
    line-height: 54px;
}

#ContentContainer UL LI {
    font-size: 20px;
    line-height: 34px;
    font-weight: normal;
}


.ServiceSreas {
	columns:3;
	list-style: none;
}

.BTN_Standard {color: #FFF;
    background-color: #c10230;
    padding: 20px 40px 20px 40px;
    display: inline-block;
    font-size: 24px;
	line-height: 24px;
    margin-top: 20px;
    text-decoration: none;
    background: linear-gradient(to right,black 50%,  #c10230 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    margin-left:10px;
    transition:all .3s ease;
}

.BTN_Standard:hover {background-position:left bottom;}


.BTN_Secondary {color: #FFF;
    background-color: #adadad;
    padding: 20px 40px 20px 40px;
    display: inline-block;
    font-size: 24px;
	line-height: 24px;
    margin-top: 20px;
    text-decoration: none;
    background: linear-gradient(to right,#1e2945 50%,  #adadad 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    margin-left:10px;
    transition:all .3s ease;
}

.BTN_Secondary:hover {background-position:left bottom;}





A.BTN-Porfoltio {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
	font-size:18px;
	background-color:#4B9C84;
	color:#FFF;	
	display: inline-block;
	width: 250px;
	text-align: center;
	}

A.BTN-Porfoltio:Hover {
	background-color:#f7931e;
	color:#FFFFFF;}
	
A.BTN-Estimate {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
	font-size:18px;
	background-color:#4b5c61;
	color:#FFF;	
	width: 250px;
	display: inline-block;
	text-align: center;
	}

A.BTN-Estimate:Hover {
	background-color:#2B5B83;
	color:#FFFFFF;}
#BTN_Home_Next{
	display: block;
	position: absolute;
	bottom: -40px;
	right: 50%;
	left: 50%;
	height: 80px;
	width: 80px;
	box-shadow: 0px 0px 25px -7px #000;
	background-color: #fff;
	border-radius: 45px;
}
#BTN_Home_Next img{
    width: 80px;
    height: 30px;
    margin-top: 27px;
}

#BTN_Home_Next {
        align-self: flex-end;
        animation-duration: 1.2s;
        animation-iteration-count:1;
        margin: 0 auto 0 auto;
        transform-origin: bottom;
    }/*
    #BTN_Home_Next:hover {
        animation-name: bounce-7;
        animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
    }
    @keyframes bounce-7 {
        0%   { transform: scale(1,1)      translateY(0); }
        10%  { transform: scale(1.1,.9)   translateY(0); }
        30%  { transform: scale(.9,1.1)   translateY(-50px); }
        50%  { transform: scale(1.05,.95) translateY(0); }
        57%  { transform: scale(1,1)      translateY(-7px); }
        64%  { transform: scale(1,1)      translateY(0); }
        100% { transform: scale(1,1)      translateY(0); }
}*/
.ClientLogos {    
	margin: 0px auto;
    text-align: center;
    overflow: hidden;}
.ClientLogos h2{    font-size: 32px;}
.ClientLogos img{
	width: 150px;
	margin: 0 30px;
}

#ProjectTypes{
	display:flex;
}

#ProjectTypes .ProjectType{
	display:inline-block;
	background-color: #fff;
	text-align: center;
	margin: 20px;
}
.ProjectType {
    height: 610px;
    /* width: 100%; */
    margin: 10px auto;
    padding: 0px;
    text-align: center;
    vertical-align: top;
    background-color: #FFF;
    border-radius: 20px;
    /*box-shadow: 0 0 20px -5px #bbb;*/
}

#ProjectTypes .ProjectType:nth-child(n+2) {
	border-left:1px solid #efefef;
}
.ProjectType IMG {
	height:200px;
}
.ProjectType  h3{
	font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    color: #00478A;
}

.ProjectType  P{
	font-size: 20px;
    line-height: 30px;
    color: #808080;
    font-weight: normal;
}

.ProjectType:hover {
	background-color: #efefef !important;
}


#HomePortfolio{
	display:flex;
	justify-content: space-around;
	height: 800px;
	position: relative;
}

H2.PortfolioHead{
	position: relative;
	top: 0;
	display: block;
	width: 100%;
	text-align: center;
	color: #FFF !important;
	text-shadow: 0px 0px 3px #000, 0 0 1em #000, 0 0 0.2em #000;
	background-color: #1e2945;
    padding: 10px;
}


#HomePortfolio .PortfolioAreas{
    display: inline-block;
    text-align: center;
    margin: 0px;
    flex-grow: 1;
    flex: 1 1 0px;

}

#HomePortfolio .PortfolioAreas:nth-child(n+2) {

	border-left:1px solid #fff;

}



#HomePortfolio .PortfolioAreas .TextSection{
    position: relative;
    top: 45%;
    padding: 10px 0 10px 0;
}
#HomePortfolio .PortfolioAreas:hover .TextSection{
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px #000;
}

#HomePortfolio .WebDesign:Hover {
	background-image:url("/media/images/Home_Port_Web-Design.jpg");
	background-size: cover;
	background-position: top center;
}


#HomePortfolio .GraphicDesign:Hover {
	background-image:url("/media/images/Home_Port_Graphic-Design.jpg");
	background-size: cover;
	background-position: top center;
}


#HomePortfolio .Branding:Hover {
	background-image:url("/media/images/Home_Port_Logo.jpg");
	background-size: cover;
	background-position: top center;
}


#HomePortfolio .Illustration:Hover {
	background-image:url("/media/images/Home_Port_Illustration.jpg");
	background-size: cover;
	background-position: top center;
}


#HomePortfolio .Photography:Hover {
	background-image:url("/media/images/Home_Port_Photography.jpg");
	background-size: cover;
	background-position: top center;
}



	
#HomePortfolio .PortfolioAreas .TextSection h3{
	font-size: 30px;
    line-height: 30px;
    padding: 10px 0;
    margin: 0;
}

#HomePortfolio .PortfolioAreas .TextSection P{
	font-size: 20px;
    line-height: 30px;
    padding: 0 10px 0 10px;
    margin: 0;
}





#Home-Logos-Color {
	text-align:center;}

#Home-Logos-Color UL{
	margin:0px auto;
	padding:0px;
	list-style:none;
	margin-bottom:20px;
	}

#Home-Logos-Color UL LI{
	display:inline-block;
	padding-left:5px;
	padding-right:5px;}
	
#Home-Logos-BW {
	text-align:center;}

#Home-Logos-BW UL{
	margin:0px auto;
	padding:0px;
	list-style:none;
	margin-bottom:20px;
	}

#Home-Logos-BW UL LI{
	display:inline-block;
	padding-left:5px;
	padding-right:5px;}


/* main Menu & Footer */
#MainMenu UL LI A, #FootMenu UL LI A {
    padding:10px 30px;
    margin:0;
    transition:.2s all; 
}
#MainMenu UL:hover LI A, #FootMenu UL:hover LI A {
  filter:blur(3px);
  opacity:.5;
  transform: scale(.90);
  box-shadow:none;
}
#MainMenu UL:hover LI A:hover, #FootMenu UL:hover LI A:hover{
  transform:scale(1);
  filter:blur(0px);
  opacity:1;
  color:#fff;
  /*box-shadow:0 8px 20px 0px rgba(0,0,0,0.125);*/
}
#FooterSectionOne p {
    font-size:16px;
    color:white;
}
#FootMenu ul {
    list-style-type: none;
}
#FootMenu ul li {
    display:inline-block;
}
#FootMenu ul li a {
    font-size:20px;
    line-height:36px;
}

/* Inside Pages  */
.HeaderPg {
    color:#fff;
    font-size:50px;
    font-weight:bold;
    text-align:right;
}
.SubheadPg {
    color:#abaaaa;
    font-size:25px;
    font-style:normal;
    font-weight:200;
    margin-bottom: 20px;
    line-height: 65px;
    text-align:right; 
}
.IconInsidePage {
    width:260px;
    float:right;
    margin-left:10px;
}

/* ABOUT US  */

#Highlights {
    text-align:center;
}
#Highlights div {
    display:inline-block;
    vertical-align:top;
    width: 190px;
    margin: 10px;
}
#Highlights div p{
    font-size:16px;
    line-height:24px;
}

/* MISC  */
	.banner-block{
		margin: 0;
		padding: 0;
	}
	.banner-block li{
		display: inline-block;
		margin: 0;
		padding: 0;
		width:32%
	}

.LearnMoreHead{font-size: 42px;
font-weight: Bold;
color: #ffffff;
font-style: Normal;
margin-bottom: 8px;
line-height: 50px;
font-family: 'Roboto', sans-serif !important;
font-weight: 300;
margin: 0;
    margin-bottom: 0px;
margin-bottom: 15px;
margin-top:50px;
text-align: center;}

.LearnMoreText{

font-size: 20px;
font-weight: normal;
color: #ffffff;
font-style: Normal;
margin-bottom: 8px;
line-height: 40px;
font-family: 'Roboto', sans-serif !important;
font-weight: 300;
margin: 0;
    margin-bottom: 0px;
margin-bottom: 15px;
text-align: center;
}

.BTN-LearnMore {
border-radius: 5px;
padding: 10px;
    padding-right: 10px;
    padding-left: 10px;
padding-left: 20px;
padding-right: 20px;
font-family: 'Roboto', sans-serif !important;
font-weight: 300;
font-size: 18px;
background-color: #27AAE1;
color: #FFF;
width: 250px;
display: block;
margin: 0 auto;
text-align: center;
}

.Icon-Compare {
    width: 40px;
}

.Icon-Compare-Big {
    width: 80px;
}



#BackToTopBtn {
    display: none;
    position: fixed;
    bottom: 110px;
    right: 36px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #c10331;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 40px;
    font-size: 18px;
    height: 60px;
    width: 60px;
}

#BackToTopBtn:hover {
  background-color: #1e2945; 
}

.view img {
    margin: 0 auto;
}
.GridIImageSmall{
	width:48% !important;
	margin: 20px 10px !important;
}


	.ICW137 P{
		padding-right: 200px;
	}


/* Slideshow Grid */


 
.toggle {
    color: #fff;
    display: block;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.toggle label {
    display: block;
    padding: 3px 0;
    position: relative;
    width: 100%;
    z-index: 3;
}

.toggle input {
    opacity: 0;
    position: absolute;
    z-index: 5;
}
.toggle input:focus ~ .toggle-button {
    outline: 1px dotted #6B6B6B;
}
#searchForm {
position: relative;
}

.switch {
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    padding:0;
    position: relative;
    border: none;
	margin: 60px auto;
    width: 85%;
    -webkit-box-shadow: 0 30px 40px -23px #222;;
    -moz-box-shadow: 0 30px 40px -23px #222;;
    box-shadow: 0 30px 40px -23px #222;;
	border-radius:10px;
	display: flex;
	flex-wrap: nowrap;
}
.switch input {
    opacity: 0;
    position: absolute;
}
.switch label {
    color: #1e2945;
    background-color: #F0F0F0;
    border-right:1px solid #D8D8D8;
    cursor: pointer;
    float: center;
    position: relative;
    text-align: center;
    width: 20%;
    /*height:98px;*/
    z-index: 2;
    font-size: 16px;
	line-height: 24px;
    font-weight:bold;
    padding: 20px 40px;
    margin: 0;
	
}
	

	
.switch label:nth-of-type(1) {
    border-radius:10px 0 0 10px;
}
.switch label:last-child {
    border-right:none;
    border-radius:0 10px 10px 0;
}
.triangle {
    display: none;
    height: 0px;
    width: 0px;
    border: 10px solid transparent;
    border-top-color: #fff;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 10px);
}
.switch label:hover {
    color: #000;
    background-color:#fff;
    moz-transition: all 0.4s ease-in 0s;
    o-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
    webkit-transition: all 0.4s ease-in 0s;}

.switch input:checked + label {
    color: #000;
    background-color:#fff;
    moz-transition: all 0.4s ease-in 0s;
    o-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
    webkit-transition: all 0.4s ease-in 0s;
}
.switch input:focus + label {
    background-color: #fff;
    moz-transition: all 0.4s ease-in 0s;
    o-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
    webkit-transition: all 0.4s ease-in 0s;
}
.switch input:checked + label .triangle, .switch input:focus + label .triangle {
    display:block;
}
.switch .switch-button {
    border-bottom: solid 1px #6B6B6B;
    clear: both;
    height: 100%;
    left: 50%;
    margin: 2px;
    moz-transition: all 0.3s ease-out;
    o-transition: all 0.3s ease-out;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out;
    webkit-transition: all 0.3s ease-out;
    z-index: 1;
}
.switch input:last-of-type:checked ~ .switch-button {
    left: 75%;
}

  

  .switch.switch-three label {
   /* width: 120px;*/
	  flex-grow: 2;
  }

  .switch.switch-three .switch-button {
    width: 120px;
  }

  .switch.switch-three input:checked:nth-of-type(2) ~ .switch-button {
    left: 66.6%;
  }

  .switch.switch-three input:checked:last-of-type ~ .switch-button {
    left: 83.26%;
  }

  .switch.fcRed .switch-button {
    border-bottom: solid 1px red;
  }

  .switch.fcRed input:checked + label {
    color: red;
  }
    .spaceEmOut {
      margin-bottom: 15px;
    }

    .row.pad-btm-40 {
      margin-left: 0px;
    } 



.CompareTable { border: 5px solid #fff;}
.CompareTable strong {font-size:22px; font-weight:normal;}
.CompareTable td{font-size:16px;padding: 10px; text-align:center; line-height:26px; border: 5px solid #fff;}

.CompareTable tr td:nth-child(1) {width: 50%; text-align:left;}
.CompareTable tr:nth-child(even) {background-color: #f2f2f2;}
.Icon-Compare {width:40px;}
.Icon-Compare-Mini {width:25px;}


.WPTable tr td:nth-child(1) {width: 20%; text-align:center;}
.WPIcons {width: 100%; max-width: 100px;}


#MenuSide {line-height: 22px;}
#ListMenu2 {padding-left:20px;}
#ListMenu1 A {line-height:20px;}

#MenuSide li#current {
    border-right: 3px solid #1e2945;
	background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 100%);

}

#MenuSide li#current a{
    font-weight: 600;
}



/* Contact Form Mini */
#WhatYouGet {
	float:right;
	display:block;
	max-width:250px;
	height:auto;
	margin-left:20px;
	padding:20px;
	border:1px solid #a80000;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;}

#WhatYouGet H3{
	 line-height: 24px;
    margin: 0px;
    padding-bottom: 20px;
}

#WhatYouGet UL {
	margin:0 auto;
	padding:0;}
#WhatYouGet UL LI{
    list-style: none;
    background-image: url('/media/images/checkmark.png');
    background-repeat: no-repeat;
    padding-left: 40px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
#MyFormDiv {
	display:inline-block;
	width:500px;
	height:auto;}	


.HideOverflow {
	overflow: hidden;
}



.FeaturesTable IMG {
    width: 650px !important;
}





@media only screen and (max-width:1200px) {
	
	#MainMenu UL LI A, #FootMenu UL LI A {
    	padding:10px 15px;
	}
	#MainMenu UL LI A {
    	font-size:16px;
	}
	
	
	.ProjectType h3 {
    	font-size: 26px;
	}
	
	.ProjectType P {
		font-size: 18px;
	}
	
		
	#ProjectTypes .ProjectType {
		margin: 0px;
	}
	.ProjectType {
		height: 480px;
		padding: 20px;
		border-radius: 0px;
	}
	
	.BTN_Standard, .BTN_Secondary {
		padding: 15px 30px 15px 30px;
		font-size: 20px;
		line-height: 24px;
		margin-top: 15px;
	}

	.GridIImageSmall {
		width: 46% !important;
		margin: 20px 16px !important;
	}

}


@media only screen and (max-width:974px) {
	
		
	#MainMenu UL LI A, #FootMenu UL LI A {
    	padding:10px 10px;
	}
	#MainMenu UL LI A {
    	font-size:14px;
	}
	
	#Slogan P {
    font-size: 60px;
    line-height: 90px;
	}
	
	
	.ProjectType P {
		font-size: 15px;
	}
	
	#ProjectTypes .ProjectType {
		margin: 0px;
	}
	.ProjectType {
		height: 560px;
		padding: 10px;
		border-radius: 0px;
	}
	

	.GridIImageSmall {
		width: 44% !important;
		margin: 20px 20px !important;
	}
	
	
	#searchForm {width:100%;}
	
	.switch label {
    	padding: 20px;
		font-size: 14px;
	}
	
	.IconInsidePage{
	width: 250px;
    float: right;
    margin-left: 10px;
    position: absolute;
    z-index: -50;
    opacity: .25;
    right: 0;
    top: 200px;
	}
	
	
	#HomePortfolio .PortfolioAreas .TextSection h3 {
    	font-size: 26px;
	}
	#HomePortfolio .PortfolioAreas .TextSection P {
	    font-size: 18px;
	}
	
}

@media only screen and (max-width:782px) {
	
	#Slogan P {
    font-size: 50px;
    line-height: 70px;
	}
	
	.ProjectType h3 {
    	font-size: 22px;
	}
	
	.ProjectType P {
		font-size: 18px;
	}
	
	.BTN_Standard, .BTN_Secondary {
		padding: 10px 20px 10px 20px;
		font-size: 20px;
		line-height: 24px;
		margin-top: 10px;
	}

	.GridIImageSmall {
		width: 42% !important;
		margin: 20px 20px !important;
	}
	.switch {width:100%;
	}
	.ICW137{
    background-image: url(/media/layout/bg_80_white.png);
    background-repeat: repeat;
    width: 90% !important;
    padding: 0px 40px 0px 40px !important;
	}
	.ICW137 P{
		padding-right: 0px;
	}
}

@media only screen and (max-width:614px) {
#Header_Container_left #Header_Content {
	width: 100%;
	text-align: center;
}
	.HeaderBFD {
		float: none;
	}
	.GridIImageSmall {
		width: 40% !important;
		margin: 20px 22px !important;
	}
	.switch {flex-wrap: wrap;    justify-content: center;}
	.switch label{border-radius: 0px !important;}
	    
	
	#ProjectTypes {
    margin-bottom: 20px;
	}
	.ProjectType P {
    height: 200px;
	}
	
	
	#HomePortfolio {
		display: block;
		height: 800px;

	}
	
	#HomePortfolio .PortfolioAreas {
    display: block;
    text-align: center;
    margin: 0px;
    height: 130px;
    border-bottom: 1px solid #333;
	}
	
	#HomePortfolio .PortfolioAreas .TextSection {
    top: 0;
    }
	
}

@media only screen and (max-width:494px) {
	
	#Slogan {
   		margin-left: 5%;
    	margin-top: 10vh;
	}
	
	.ServiceText H1 {
	    font-size: 26px;
    	line-height: 36px;
    }
	.ServiceText H1 Strong {
	    font-size: 44px;
    	line-height: 48px;
	}
	
	
	#ProjectTypes {display:block;}
	#ProjectTypes .ProjectType{
		height: 350px;
    	width: 100%;
		margin: 10px auto;
		padding: 0px;
		border-radius: 0px;
	}

	#ProjectTypes .ProjectType:nth-child(n+2) {

		border-top:1px solid #efefef;
		border-left:0px;

	}
	.ProjectType IMG {
		height:120px;
	}
	.ProjectType  h3{
		font-size: 20px;
		line-height: 20px;
	}

	.ProjectType  P{
		font-size: 16px;
		line-height: 20px;
	}
	
	
	.BTN_Standard, .BTN_Secondary {
		padding: 10px 20px 10px 20px;
		font-size: 20px;
		line-height: 24px;
		margin-top: 10px;
	}
	
	.ClientLogos h2 {
		font-size: 30px;
	}
	
	.ClientLogos img {
		width: 100px;
		margin: 0 10px;
	}
	
	.ProjectType P {
    height: 70px;
	}

	.GridIImageSmall {
		width: 100% !important;
		margin: 20px 0px !important;
	}
	.IconInsidePage{
	width: 200px;
    top: 320px;
	}
	
	.ServiceSreas {
	columns:2;
	font-size: 16px;
}
	
	#BackToTopBtn {
    right: 16px;
	}
	
	
}